:root {
        --navy: #071427;
        --navy-2: #0c1e38;
        --ink: #101d2e;
        --blue: #174fbb;
        --yellow: #e4d86d;
        --red: #ed1c24;
        --paper: #f7f9fc;
        --white: #fff;
        --muted: #627087;
        --line: #dfe6ef;
        --shadow: 0 24px 60px rgba(7, 20, 39, .14);
        --radius: 24px;
      }

      * { box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        margin: 0;
        color: var(--ink);
        background: #071427;
        font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 16px;
        line-height: 1.55;
        overflow-x: hidden;
      }
      button, a { font: inherit; }
      a { color: inherit; }
      img { max-width: 100%; display: block; }
      .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 16px;
        color: var(--yellow);
        font-size: .78rem;
        font-weight: 900;
        letter-spacing: .14em;
        text-transform: uppercase;
      }
      .eyebrow::before { content: ""; width: 22px; height: 4px; border-radius: 9px; background: var(--red); box-shadow: 10px 0 0 var(--yellow); }
      .section-title {
        max-width: 760px;
        margin: 0;
        font-size: clamp(2rem, 4.6vw, 4rem);
        line-height: .98;
        letter-spacing: -.055em;
        font-weight: 950;
        text-wrap: balance;
        color: var(--white);
      }
      .section-subtitle { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.68); font-size: 1.08rem; }

      .topbar {
        position: absolute;
        inset: 0 0 auto;
        z-index: 10;
        padding: 24px 0;
      }
      .topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
      .brand { display: flex; align-items: center; gap: 14px; color: white; text-decoration: none; }
      .brand-railrave { font-size: 1.25rem; font-weight: 950; letter-spacing: -.055em; }
      .brand-divider { width: 1px; height: 26px; background: rgba(255,255,255,.35); }
      .brand-project { font-size: .68rem; line-height: 1.12; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
      .top-link {
        color: var(--navy);
        text-decoration: none;
        font-size: .84rem;
        font-weight: 850;
        padding: 10px 16px;
        border: 1px solid var(--yellow);
        border-radius: 999px;
        background: var(--yellow);
        backdrop-filter: blur(12px);
        box-shadow: 0 10px 24px rgba(228,216,109,.18);
        transition: transform .2s ease, box-shadow .2s ease;
      }
      .top-link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(228,216,109,.28); }

      .hero {
        position: relative;
        min-height: 760px;
        display: grid;
        align-items: center;
        color: white;
        background: var(--navy) url("assets/hero.webp") center / cover no-repeat;
        isolation: isolate;
      }
      .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
          linear-gradient(90deg, rgba(4, 14, 30, .97) 0%, rgba(4, 14, 30, .88) 38%, rgba(4,14,30,.38) 70%, rgba(4,14,30,.22) 100%),
          linear-gradient(0deg, rgba(7,20,39,.9) 0%, transparent 38%);
      }
      .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--red) 0 42%, var(--yellow) 42% 100%); }
      .hero-content { padding: 72px 0 116px; }
      .route-pill {
        display: inline-flex;
        align-items: center;
        gap: 11px;
        padding: 9px 14px;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 999px;
        background: rgba(7,20,39,.42);
        backdrop-filter: blur(14px);
        font-size: .79rem;
        font-weight: 850;
        letter-spacing: .06em;
        text-transform: uppercase;
      }
      .route-pill span { color: var(--yellow); }
      .hero h1 {
        max-width: 820px;
        margin: 24px 0 20px;
        font-size: clamp(3.1rem, 7.3vw, 6.8rem);
        line-height: .88;
        letter-spacing: -.07em;
        font-weight: 950;
        text-wrap: balance;
      }
      .hero h1 strong { color: var(--yellow); font-weight: inherit; }
      .hero-copy { max-width: 590px; margin: 0 0 30px; color: rgba(255,255,255,.82); font-size: clamp(1.03rem, 1.8vw, 1.22rem); }
      .hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0 0 34px; padding: 0; list-style: none; }
      .hero-points li { display: flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 760; }
      .check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--navy); background: var(--yellow); font-size: .72rem; font-weight: 950; }
      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        min-height: 56px;
        padding: 15px 24px;
        border: 0;
        border-radius: 14px;
        background: var(--yellow);
        color: var(--navy);
        text-decoration: none;
        font-weight: 950;
        letter-spacing: -.02em;
        box-shadow: 0 12px 26px rgba(255,214,0,.2);
        cursor: pointer;
        transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      }
      .button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,214,0,.3); background: #ffe34f; }
      .button:focus-visible, .faq-button:focus-visible { outline: 4px solid rgba(23,79,187,.3); outline-offset: 4px; }
      .button-arrow { font-size: 1.25rem; line-height: 1; }

      .route-strip {
        position: relative;
        z-index: 4;
        width: min(960px, calc(100% - 40px));
        margin: -58px auto 0;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 28px;
        padding: 28px 34px;
        border-radius: var(--radius);
        background: var(--yellow);
        box-shadow: var(--shadow);
      }
      .route-city small { display: block; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
      .route-city strong { display: block; margin-top: 4px; font-size: clamp(1.55rem, 3vw, 2.2rem); letter-spacing: -.04em; }
      .route-city:last-child { text-align: right; }
      .route-line { min-width: 230px; height: 74px; display: flex; align-items: center; color: var(--navy); }
      .route-line svg { display: block; width: 100%; height: 74px; overflow: visible; }
      .journey-path { fill: none; stroke: var(--navy); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1 16; opacity: .72; }
      .journey-node { fill: var(--navy); }
      .journey-ring { fill: var(--yellow); stroke: var(--navy); stroke-width: 4; }
      .journey-arrow { fill: none; stroke: var(--navy); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
      .journey-bus { fill: var(--white); stroke: var(--navy); stroke-width: 3; }
      .journey-wheel { fill: var(--navy); }

      section { padding: 124px 0; }
      .offers { padding-top: 142px; }
      .offer-stack { display: grid; gap: 28px; margin-top: 54px; }
      .offer {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 42px;
        padding: 42px;
        border: 1px solid var(--line);
        border-radius: 28px;
        background: white;
        box-shadow: 0 14px 40px rgba(7,20,39,.06);
      }
      .offer-featured { min-height: 300px; padding: 54px; color: var(--navy); background: var(--yellow); border: none; box-shadow: 0 30px 76px rgba(0,0,0,.24); }
      .offer-featured::before { content: "2×1"; position: absolute; right: -22px; bottom: -80px; color: rgba(7,20,39,.055); font-size: 14rem; line-height: 1; letter-spacing: -.12em; font-weight: 950; }
      .offer-badge { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .7rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
      .offer-featured .offer-badge { background: var(--white); }
      .offer h3 { margin: 18px 0 10px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: .98; letter-spacing: -.05em; }
      .offer p { max-width: 560px; margin: 0; color: var(--muted); }
      .offer-featured p { color: #4b5260; }
      .stock { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--red); font-size: .82rem; font-weight: 850; }
      .offer-featured .stock { color: #9d1117; }
      .stock-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(237,28,36,.12); }
      .offer-buy { position: relative; z-index: 1; min-width: 230px; text-align: center; }
      .price { margin-bottom: 16px; font-size: clamp(3.2rem, 6vw, 5.4rem); line-height: .86; letter-spacing: -.075em; font-weight: 950; }
      .price small { display: block; margin-top: 12px; color: var(--muted); font-size: .74rem; letter-spacing: .04em; font-weight: 750; }
      .offer-featured .price small { color: #5f6370; }
      .offer-featured .button { background: var(--navy); color: var(--white); box-shadow: 0 12px 28px rgba(7,20,39,.2); }
      .offer-featured .button:hover { background: var(--blue); }
      .offer-buy .button { width: 100%; }
      .offer-secondary { margin: 0 54px; padding: 34px 40px; }
      .offer-secondary h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
      .offer-secondary .price { font-size: clamp(2.8rem, 5vw, 4.2rem); }
      .offer-secondary .button { background: var(--blue); color: white; box-shadow: none; }
      .offer-secondary .button:hover { background: #0f409d; box-shadow: 0 12px 28px rgba(23,79,187,.22); }

      .benefits { background: transparent; }
      .benefits-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
      .benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; }
      .benefit-card { min-height: 270px; padding: 26px; border: 1px solid rgba(255,255,255,.6); border-radius: 22px; background: var(--white); box-shadow: 0 18px 46px rgba(0,0,0,.16); }
      .benefit-card:nth-child(even) { border-color: transparent; background: var(--yellow); }
      .benefit-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
      .benefit-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: var(--navy); background: var(--yellow); font-size: 1.15rem; }
      .benefit-card:nth-child(even) .benefit-icon { background: var(--white); }
      .benefit-card h3 { margin: 0 0 10px; font-size: 1.16rem; line-height: 1.1; letter-spacing: -.025em; }
      .benefit-card p { margin: 0; color: var(--muted); font-size: .91rem; }

      .ultra-banner {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 50px;
        padding: 56px;
        border-radius: 30px;
        color: var(--white);
        background:
          linear-gradient(90deg, rgba(4,14,30,.88) 0%, rgba(4,14,30,.68) 58%, rgba(4,14,30,.48) 100%),
          linear-gradient(var(--navy-2), var(--navy-2));
        box-shadow: var(--shadow);
      }
      .ultra-banner::before { content: none; }
      .ultra-banner h2 { position: relative; margin: 0 0 10px; font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: .92; letter-spacing: -.06em; }
      .ultra-banner p { position: relative; max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.03rem; }
      .ultra-banner .button { position: relative; min-width: 230px; background: var(--white); }

      .faq { padding-top: 118px; }
      .faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
      .faq-list { border-top: 1px solid rgba(255,255,255,.22); }
      .faq-item { border-bottom: 1px solid rgba(255,255,255,.22); }
      .faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; border: 0; color: var(--white); background: transparent; text-align: left; font-size: 1.06rem; font-weight: 850; cursor: pointer; }
      .faq-plus { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; color: var(--navy); background: var(--yellow); font-size: 1.3rem; transition: transform .25s ease; }
      .faq-button[aria-expanded="true"] .faq-plus { transform: rotate(45deg); }
      .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
      .faq-answer > div { overflow: hidden; }
      .faq-button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
      .faq-answer p { margin: 0; padding: 0 58px 24px 0; color: rgba(255,255,255,.66); }

      .final-cta { padding-top: 50px; }
      .final-card { padding: 58px; border-radius: 30px; text-align: center; color: var(--navy); background: var(--white); }
      .final-card h2 { max-width: 760px; margin: 0 auto 24px; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: .94; letter-spacing: -.06em; }
      .final-card h2 span { color: var(--blue); }
      .final-card p { margin: 0 auto 30px; color: var(--muted); }

      footer { padding: 32px 0 100px; color: rgba(255,255,255,.58); font-size: .8rem; }
      .footer-inner { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.2); }
      .footer-inner strong { color: var(--white); }
      .footer-links { display: flex; gap: 20px; }
      .footer-links a { text-underline-offset: 3px; }

      .toast {
        position: fixed;
        left: 50%;
        bottom: 24px;
        z-index: 50;
        width: min(440px, calc(100% - 32px));
        padding: 16px 18px;
        border-radius: 14px;
        color: white;
        background: var(--navy);
        box-shadow: 0 22px 56px rgba(0,0,0,.28);
        font-size: .9rem;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 16px);
        transition: .25s ease;
      }
      .toast.show { opacity: 1; transform: translate(-50%, 0); }

      @media (max-width: 900px) {
        .hero { min-height: 710px; background-position: 61% center; }
        .hero::before { background: linear-gradient(90deg, rgba(4,14,30,.96), rgba(4,14,30,.7)), linear-gradient(0deg, rgba(7,20,39,.94), transparent 48%); }
        .hero h1 { max-width: 690px; }
        .route-strip { grid-template-columns: 1fr 140px 1fr; }
        .route-line { min-width: 0; }
        .benefits-head, .faq-layout { grid-template-columns: 1fr; gap: 28px; }
        .benefit-grid { grid-template-columns: repeat(2, 1fr); }
        .ultra-banner { grid-template-columns: 1fr; }
        .ultra-banner .button { width: fit-content; }
        .offer-secondary { margin: 0 26px; }
      }

      @media (max-width: 680px) {
        .container { width: min(100% - 28px, 1160px); }
        .topbar { padding-top: 18px; }
        .brand-divider, .top-link { display: none; }
        .hero { min-height: 740px; background-position: 68% center; }
        .hero-content { padding: 58px 0 102px; }
        .hero h1 { margin-top: 20px; font-size: clamp(3.05rem, 15vw, 4.5rem); }
        .hero-copy { font-size: 1rem; }
        .hero-points { display: grid; gap: 9px; }
        .hero .button { width: 100%; }
        .route-strip { width: calc(100% - 28px); margin-top: -42px; grid-template-columns: 1fr auto 1fr; gap: 12px; padding: 22px 18px; border-radius: 20px; }
        .route-line { min-width: 74px; height: 56px; }
        .route-line svg { height: 56px; }
        .route-city strong { font-size: 1.2rem; }
        .route-city small { font-size: .58rem; }
        section { padding: 88px 0; }
        .offers { padding-top: 104px; }
        .offer-stack { margin-top: 40px; gap: 24px; }
        .offer, .offer-featured, .offer-secondary { grid-template-columns: 1fr; gap: 30px; min-height: 0; margin: 0; padding: 30px 24px; border-radius: 22px; }
        .offer-buy { min-width: 0; }
        .price { text-align: left; }
        .offer-featured::before { right: -20px; bottom: -50px; font-size: 9rem; }
        .benefit-grid { grid-template-columns: 1fr; margin-top: 40px; }
        .benefit-card { min-height: 0; }
        .benefit-number { margin-bottom: 36px; }
        .ultra-banner { padding: 34px 24px; border-radius: 22px; }
        .ultra-banner .button { width: 100%; }
        .faq { padding-top: 86px; }
        .faq-answer p { padding-right: 18px; }
        .final-cta { padding-top: 20px; }
        .final-card { padding: 42px 22px; border-radius: 22px; }
        .final-card .button { width: 100%; }
        .footer-inner { display: grid; }
      }

/* Provisional release: original general and festival backgrounds pending. */
.button:disabled {cursor:not-allowed;opacity:1;transform:none;box-shadow:none;}
.sale-notice {color:white;margin-top:24px;max-width:650px;}
.faq-answer[hidden] {display:none;}
a:focus-visible,button:focus-visible {outline:3px solid #e4d86d;outline-offset:5px;}
@media(max-width:680px){.hero{background-image:url("assets/hero-mobile.webp");}.route-pill{font-size:clamp(.65rem,2.9vw,.79rem);gap:7px;} .hero h1{overflow-wrap:normal;}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{transition:none!important;}}
