  * {
    box-sizing: border-box;
  }

  :root {
    --dark-navy: #1B2E40;
    --medium-blue: #005480;
    --light-blue: #00A3D7;
    --dark-gray: #545454;
    --yellow: #FFE11A;
    --teal: #00B5AD;
    --light-gray: #B8B8B0;
    --purple: #768CCF;
    --very-light-blue: #edf6ff;
    --white: #FFFFFF;
    --soft-bg: #F5FAFF;
    --blood: #C40000;
    --blood-dark: #750000;
    --black: #111111;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    font-family: "Assistant", Arial, sans-serif;
    background: var(--soft-bg);
    color: var(--dark-gray);
    line-height: 1.7;
    overflow-x: hidden;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  button {
    font-family: inherit;
  }

  .site-header {
    min-height: 100vh;
    background:
      radial-gradient(circle at 15% 20%, rgba(0, 181, 173, 0.14), transparent 26%),
      radial-gradient(circle at 85% 20%, rgba(0, 163, 215, 0.15), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, var(--very-light-blue) 100%);
  }

  .nav {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 18px 7%;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 3px solid rgba(27, 46, 64, 0.12);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--dark-navy);
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 18px;
    padding: 0;
    margin: 0;
  }

  .nav-links a {
    font-weight: 900;
    color: var(--dark-navy);
  }

  .nav-links a:hover {
    color: var(--light-blue);
  }

  .menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.7rem;
    color: var(--dark-navy);
    cursor: pointer;
  }

  .landing {
    position: relative;
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: 80px 7%;
    overflow: hidden;
  }

  .jewish-pattern {
    position: absolute;
    opacity: 0.06;
    width: 420px;
    height: 420px;
    transform: translate(200px, 0);
    color: var(--dark-navy);
  }

  .jewish-pattern img,
  .jewish-pattern svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: currentColor;
  }

  .pattern-one {
    left: -80px;
    top: 70px;
  }

  .landing-inner {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    padding: 64px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(27, 46, 64, 0.12);
    box-shadow: 0 24px 80px rgba(27, 46, 64, 0.13);
    text-align: center;
    border-radius: 20px;
  }

  .eyebrow {
    margin: 0 0 12px;
    color: var(--light-blue);
    font-weight: 900;
    letter-spacing: 0.03em;
  }

  .main-quote {
    margin: 0;
    font-family: "Frank Ruhl Libre", serif;
    font-size: clamp(2.7rem, 7vw, 6.2rem);
    line-height: 1.12;
    font-weight: 900;
    color: var(--dark-navy);
  }

  .quote-source {
    margin: 20px 0 26px;
    color: var(--medium-blue);
    font-weight: 900;
    font-size: 1.2rem;
  }

  .landing-text {
    max-width: 760px;
    margin: 0 auto 32px;
    font-size: 1.28rem;
  }

  .btn {
    border: 2px solid transparent;
    padding: 13px 26px;
    font-weight: 900;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(27, 46, 64, 0.16);
  }

  .primary {
    background: var(--dark-navy);
    color: white;
  }

  .section {
    padding: 90px 7%;
  }

  .section-title {
    max-width: 900px;
    margin-bottom: 42px;
  }

  h1,
  h2,
  h3 {
    margin-top: 0;
    line-height: 1.2;
  }

  h2 {
    font-family: "Frank Ruhl Libre", serif;
    color: var(--dark-navy);
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: 18px;
  }

  h3 {
    color: var(--dark-navy);
    font-size: 1.35rem;
  }

  .context-section,
  .offering-section,
  .quiz-section,
  .punishment-section {
    background: var(--white);
  }

  .context-grid,
  .three-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .info-card,
  .text-card,
  .choice-output,
  .quiz-box,
  .summary-card {
    background: var(--white);
    border: 1px solid rgba(27, 46, 64, 0.12);
    box-shadow: 0 14px 40px rgba(27, 46, 64, 0.07);
    padding: 5svw;
    border-radius: 14px;
  }

  .icon-box {
    width: 70px;
    height: 70px;
    border: 2px solid var(--light-blue);
    margin-bottom: 20px;
    display: grid;
    place-items: center;
  }

  .icon-box svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: var(--medium-blue);
    stroke-width: 4;
    stroke-linecap: square;
    stroke-linejoin: miter;
  }

  .events-section {
    background: linear-gradient(180deg, var(--soft-bg), var(--very-light-blue));
  }

  .compact-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .compact-events article {
    background: white;
    padding: 26px;
    border: 1px solid rgba(27, 46, 64, 0.12);
    box-shadow: 0 10px 30px rgba(27, 46, 64, 0.06);
    border-radius: 14px;
  }

  .compact-events span {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 900;
    color: var(--light-blue);
  }

  .emotion-section {
    position: relative;
    min-height: 210vh;
    background: var(--dark-navy);
    color: white;
    padding: 0 7%;
  }

  .emotion-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: grid;
    align-content: center;
    padding: 36px 0;
  }

  .emotion-section h2,
  .emotion-section h3 {
    color: white;
  }

  .emotion-section .eyebrow {
    color: var(--yellow);
  }

  .emotion-section .section-title {
    max-width: 860px;
    margin: 0 0 28px auto;
    text-align: right;
  }

  .emotion-section .section-title p:last-child {
    color: rgba(255, 255, 255, 0.78);
  }

  .emotion-scroll-line {
    position: relative;
    width: min(760px, 100%);
    margin: 0 0 0 auto;
    display: grid;
    gap: 16px;
    padding: 0;
    --emotion-line-top: 17px;
    --emotion-line-height: 0px;
  }

  .emotion-line-base,
  .emotion-line-fill {
    position: absolute;
    top: var(--emotion-line-top);
    right: 15px;
    width: 4px;
    height: var(--emotion-line-height);
    border-radius: 999px;
  }

  .emotion-line-base {
    background: rgba(255, 255, 255, 0.18);
  }

  .emotion-line-fill {
    height: 0;
    background: linear-gradient(
      180deg,
      var(--very-light-blue),
      var(--light-blue),
      var(--teal),
      var(--yellow),
      var(--purple),
      var(--medium-blue),
      var(--blood)
    );
    transition: height 0.12s linear;
  }

  .emotion-step {
    position: relative;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 22px;
    align-items: start;
    min-height: 52px;
    opacity: 0.35;
    transform: translateY(8px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
    text-align: right;
  }

  .emotion-step.active {
    opacity: 1;
    transform: translateY(0);
  }

  .emotion-dot {
    grid-column: 1;
    position: relative;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    background: white;
    border: 8px solid var(--very-light-blue);
    border-radius: 50%;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  .emotion-step.active .emotion-dot {
    transform: scale(1.12);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
  }

  .emotion-text {
    grid-column: 2;
  }

  .emotion-step h3 {
    margin: -3px 0 2px;
    font-size: 1.14rem;
    line-height: 1.2;
    text-align: right;
  }

  .emotion-step p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.35;
    text-align: right;
  }

  .emotion-step.calm .emotion-dot {
    border-color: var(--very-light-blue);
  }

  .emotion-step.blue .emotion-dot {
    border-color: var(--light-blue);
  }

  .emotion-step.teal .emotion-dot {
    border-color: var(--teal);
  }

  .emotion-step.yellow .emotion-dot {
    border-color: var(--yellow);
  }

  .emotion-step.purple .emotion-dot {
    border-color: var(--purple);
  }

  .emotion-step.navy .emotion-dot {
    border-color: var(--medium-blue);
  }

  .emotion-step.danger .emotion-dot {
    border-color: var(--blood);
    background: var(--blood);
  }

  .choice-section {
    background: var(--soft-bg);
  }

  .choice-clean {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .choice-option {
    background: white;
    color: var(--dark-navy);
    border: 1px solid rgba(27, 46, 64, 0.16);
    padding: 24px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 10px;
  }

  .choice-option:hover,
  .choice-option.active {
    background: var(--very-light-blue);
    border-color: var(--light-blue);
  }

  .danger-choice:hover,
  .danger-choice.active {
    background: rgba(196, 0, 0, 0.12);
    border-color: var(--blood);
  }

  .quiz-box {
    max-width: 70svw;
    margin-bottom: 20svh;
  }

  .quiz-progress {
    background: var(--very-light-blue);
    color: var(--dark-navy);
    padding: 16px;
    font-weight: 900;
    margin-bottom: 22px;
    border-radius: 10px;
  }

  .quiz-answers {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .quiz-answer {
    border: 1px solid rgba(27, 46, 64, 0.16);
    background: white;
    color: var(--dark-navy);
    padding: 18px;
    text-align: right;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 10px;
  }

  .quiz-answer:hover {
    background: var(--very-light-blue);
    border-color: var(--light-blue);
  }

  .quiz-final {
    margin-top: 26px;
    padding: 24px;
    background: var(--very-light-blue);
    border: 1px solid var(--light-blue);
    border-radius: 10px;
  }

  .hidden {
    display: none;
  }

  .murder-section {
    position: relative;
    min-height: 105vh;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: 100px 7%;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(222,238,255,0.72) 42%, rgba(255,255,255,0.96) 100%),
      linear-gradient(90deg, rgba(27,46,64,0.16), rgba(0,163,215,0.10)),
      url("assets/img/hoe.png") center / cover no-repeat;
  }

  .murder-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
      url("assets/img/hoe.jpg") center / cover no-repeat;
    filter: grayscale(90%) contrast(1.08) brightness(1.15);
  }

  .murder-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      radial-gradient(circle at 18% 20%, rgba(0, 163, 215, 0.16), transparent 28%),
      radial-gradient(circle at 82% 72%, rgba(118, 140, 207, 0.18), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,0.10), rgba(222,238,255,0.32));
  }

  .blood-overlay {
    position: absolute;
    z-index: 3;
    width: 120vw;
    height: 120vh;
    left: 20svw;
    mix-blend-mode: multiply;
    pointer-events: none;
    mask-image: linear-gradient(
      to left,
      black,
      black,
      rgba(0, 0, 0, 0.7)
    );
  }


  .murder-popup {
    position: relative;
    z-index: 2;
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    color: var(--dark-gray);
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid rgba(196, 0, 0, 0.38);
    box-shadow: 0 26px 90px rgba(27, 46, 64, 0.18);
    backdrop-filter: blur(8px);
    border-radius: 14px;
  }

  .murder-popup blockquote {
    margin: 0;
    font-family: "Frank Ruhl Libre", serif;
    color: var(--blood-dark);
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.12;
    font-weight: 900;
  }

  .murder-popup p {
    color: var(--black);
    font-weight: 900;
  }

  .murder-popup small {
    display: block;
    color: var(--black);
    font-size: 1.15rem;
    font-weight: 800;
  }

  .summary-section {
    background: linear-gradient(135deg, white, var(--very-light-blue));
  }

  .summary-card {
    max-width: 80svw;
    text-align: center;
    margin: 0 auto;
  }

  .summary-card p {
    font-size: 2rem;
  }

  .credits-section {
    background: var(--dark-navy);
    color: white;
    text-align: center;
    padding: 70px 7%;
  }

  .credits-section h2 {
    color: white;
  }

  .credits-section p {
    font-weight: 900;
    font-size: 1.5rem;
    margin: 6px 0;
  }

  .credits-section small {
    display: block;
    margin-top: 20px;
    color: var(--very-light-blue);
  }

  @media (max-width: 1100px) {
    .context-grid,
    .three-columns,
    .compact-events {
      grid-template-columns: repeat(2, 1fr);
    }

    .choice-clean {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 750px) {
    .menu-toggle {
      display: block;
    }

    .nav-links {
      position: absolute;
      top: 66px;
      right: 0;
      left: 0;
      display: none;
      flex-direction: column;
      background: rgba(255, 255, 255, 0.98);
      padding: 22px 7%;
    }

    .nav-links.open {
      display: flex;
    }

    .section {
      padding: 70px 6%;
    }

    .landing-inner {
      padding: 38px 22px;
    }

    .context-grid,
    .three-columns,
    .compact-events,
    .choice-clean {
      grid-template-columns: 1fr;
    }

    .emotion-section {
      padding: 0 6%;
      min-height: 220vh;
    }

    .emotion-sticky {
      height: 100vh;
      padding: 30px 0;
    }

    .emotion-section .section-title {
      margin-bottom: 24px;
    }

    .emotion-scroll-line {
      gap: 13px;
    }

    .emotion-line-base,
    .emotion-line-fill {
      right: 14px;
    }

    .emotion-step {
      grid-template-columns: 30px 1fr;
      column-gap: 18px;
      min-height: 50px;
    }

    .emotion-dot {
      width: 30px;
      height: 30px;
      border-width: 7px;
    }

    .emotion-step h3 {
      font-size: 1.03rem;
    }

    .emotion-step p {
      font-size: 0.82rem;
      line-height: 1.28;
    }

    .murder-section {
      min-height: 95vh;
      padding: 80px 6%;
    }

    .murder-popup {
      padding: 32px 24px;
    }

    .blood-overlay {
      width: 115vw;
      height: 100vh;
   }
   body {
    overflow: hidden;
  }
