/* HKPAPA — shared funnel/landing page design system */
:root {
  --navy: #0a1730; --navy-2: #0d1f42; --navy-3: #13294f;
  --gold: #f5b301; --gold-2: #dd9f00;
  --ink: #1d1d1f; --muted: #6e6e73; --soft: #f5f5f7; --line: #d2d2d7;
  --green: #1a7f37;
  --max: 1080px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 70px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased;
  padding-bottom: 76px;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.015em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(10,23,48,0.88); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 22px; height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-inner img { height: 20px; width: auto; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-right a.back { color: rgba(255,255,255,0.8); font-size: 0.8rem; }
.nav-right a.back:hover { color: #fff; }
.nav-cta { background: var(--gold); color: var(--navy); font-size: 0.78rem; font-weight: 700; padding: 7px 16px; border-radius: 999px; }
.nav-cta:hover { background: var(--gold-2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 32px; border-radius: 999px; font-size: 0.95rem; font-weight: 700; transition: transform .15s, background .15s; text-align: center; border: 0; font-family: inherit; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { background: rgba(255,255,255,0.13); color: #fff; border: 1px solid rgba(255,255,255,0.28); }
.btn-ghost:hover { background: rgba(255,255,255,0.22); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-3); }
.btn-line { border: 1.5px solid var(--navy); color: var(--navy); background: transparent; }
.btn-line:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 11px 22px; font-size: 0.86rem; }

/* Hero */
.hero { background: radial-gradient(80% 60% at 50% 0%, rgba(245,179,1,0.14), transparent 60%), linear-gradient(180deg, #0a1730, #16305f); color: #fff; padding: 76px 0 68px; text-align: center; }
.badge { display: inline-block; border: 1px solid rgba(245,179,1,0.5); color: var(--gold); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; padding: 7px 16px; border-radius: 10px; margin-bottom: 26px; }
.badge-live { background: rgba(245,179,1,0.14); }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); font-weight: 700; max-width: 17ch; margin: 0 auto; }
.hero h1 .gold { color: var(--gold); }
.hero .lede { margin: 22px auto 0; max-width: 56ch; font-size: clamp(1rem, 1.9vw, 1.18rem); color: rgba(255,255,255,0.78); }
.hero-facts { display: flex; justify-content: center; flex-wrap: wrap; margin: 34px auto 0; border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; max-width: 640px; overflow: hidden; }
.hero-fact { flex: 1; min-width: 130px; padding: 16px 14px; }
.hero-fact + .hero-fact { border-left: 1px solid rgba(255,255,255,0.2); }
.hero-fact b { display: block; font-size: 1.3rem; color: var(--gold); }
.hero-fact span { font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.hero-note { margin-top: 18px; font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* Trust bar */
.trust { background: var(--navy-2); color: rgba(255,255,255,0.72); padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.trust .row { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; font-size: 0.82rem; text-align: center; }
.trust b { color: var(--gold); }

/* Sections */
section { padding: 92px 0; }
.soft { background: var(--soft); }
.dark { background: var(--navy); color: #fff; }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.sec-head .kicker { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; color: var(--gold-2); text-transform: uppercase; margin-bottom: 14px; }
.dark .sec-head .kicker { color: var(--gold); }
.sec-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 700; }
.sec-head p { margin-top: 14px; color: var(--muted); font-size: 1.05rem; }
.dark .sec-head p { color: rgba(255,255,255,0.7); }

/* Problem block */
.prob { max-width: 720px; margin: 0 auto; text-align: center; }
.prob .big { font-size: clamp(1.35rem, 3vw, 1.95rem); font-weight: 700; line-height: 1.3; }
.prob .big em { color: var(--gold-2); font-style: normal; }
.prob-list { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 34px 0; }
.prob-list span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 20px; font-size: 0.88rem; color: var(--muted); background: #fff; }
.prob .fix { font-size: 1.1rem; font-weight: 600; }

/* Generic card grids */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; }
.dark .card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.16); }
.card .ico { font-size: 1.7rem; margin-bottom: 14px; }
.card h3 { font-size: 1.06rem; margin-bottom: 9px; }
.card p { font-size: 0.9rem; color: var(--muted); }
.dark .card p { color: rgba(255,255,255,0.68); }
.card .n { width: 30px; height: 30px; border-radius: 8px; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-size: 0.8rem; font-weight: 700; margin-bottom: 14px; }
.dark .card .n { background: var(--gold); color: var(--navy); }

/* Split hours */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.split-card { border-radius: 20px; padding: 40px 34px; background: #fff; border: 1px solid var(--line); }
.split-card .hrs { font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1; }
.split-card .hrs span { font-size: 0.95rem; font-weight: 600; color: var(--muted); display: block; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 8px; }
.split-card h3 { font-size: 1.16rem; margin: 20px 0 10px; }
.split-card p { font-size: 0.92rem; color: var(--muted); }

/* Knowledge / Skills / Mindset */
.ksm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ksm-col { background: #fff; border-radius: 18px; padding: 32px 28px; border: 1px solid var(--line); }
.ksm-col h3 { font-size: 1.1rem; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--gold); display: inline-block; }
.ksm-col li { font-size: 0.88rem; color: var(--muted); padding: 7px 0 7px 26px; position: relative; list-style: none; }
.ksm-col li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-2); font-weight: 700; }

/* Timeline / steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.steps.six { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { text-align: center; }
.steps.six .step { text-align: left; }
.step .n { counter-increment: s; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--navy); display: grid; place-items: center; font-weight: 700; margin: 0 auto 16px; }
.steps.six .step .n { margin: 0 0 14px; }
.step .n::before { content: counter(s); }
.step h4 { font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: 0.85rem; color: var(--muted); }
.dark .step p { color: rgba(255,255,255,0.65); }

/* Testimonials */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tst { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; }
.soft .tst, section:not(.dark) > .wrap .tst { background: #fff; border-color: var(--line); }
.tst .outcome { align-self: flex-start; background: rgba(245,179,1,0.15); color: var(--gold-2); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; text-transform: uppercase; }
.dark .tst .outcome { color: var(--gold); }
.tst q { font-size: 0.94rem; flex: 1; display: block; font-style: italic; }
.dark .tst q { color: rgba(255,255,255,0.88); }
.tst .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.tst .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); display: grid; place-items: center; font-weight: 700; flex-shrink: 0; }
.tst .who b { display: block; font-size: 0.9rem; }
.tst .who span { font-size: 0.76rem; color: var(--muted); }
.dark .tst .who span { color: rgba(255,255,255,0.55); }

/* Proof list */
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 840px; margin: 0 auto; }
.proof { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.proof .tick { color: var(--gold-2); font-weight: 700; font-size: 1.1rem; }
.proof b { font-size: 0.95rem; display: block; margin-bottom: 3px; }
.proof span { font-size: 0.84rem; color: var(--muted); }

/* Pricing — single */
.price-card { max-width: 780px; margin: 0 auto; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.price-head { background: var(--navy); color: #fff; padding: 38px 36px; text-align: center; }
.price-head .name { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.price-head .amt { font-size: clamp(2.3rem, 6vw, 3.3rem); font-weight: 700; margin: 10px 0 4px; }
.price-head .was { font-size: 1.1rem; color: rgba(255,255,255,0.5); text-decoration: line-through; font-weight: 400; margin-right: 10px; }
.price-head .per { font-size: 0.9rem; color: rgba(255,255,255,0.65); }
.price-body { padding: 34px 36px 38px; }
.price-body h4 { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-bottom: 26px; }
.price-list li { list-style: none; font-size: 0.9rem; padding-left: 26px; position: relative; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-2); font-weight: 700; }
.price-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.price-ctas .btn { flex: 1; min-width: 200px; }
.price-fine { margin-top: 18px; font-size: 0.8rem; color: var(--muted); text-align: center; }

/* Pricing — tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.tier { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; height: 100%; }
.tier.featured { border: 2px solid var(--gold); box-shadow: 0 18px 50px rgba(0,0,0,0.14); position: relative; }
.tier .flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; padding: 6px 16px; border-radius: 999px; text-transform: uppercase; white-space: nowrap; }
.tier .tname { font-size: 1.15rem; font-weight: 700; }
.tier .tsub { font-size: 0.84rem; color: var(--muted); margin-top: 5px; min-height: 2.4em; }
.tier .tprice { font-size: 2rem; font-weight: 700; margin: 18px 0 4px; }
.tier .thours { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 22px; }
.tier ul { list-style: none; flex: 1; margin-bottom: 24px; }
.tier li { font-size: 0.86rem; padding: 7px 0 7px 24px; position: relative; }
.tier li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-2); font-weight: 700; }
.tier li.no { color: var(--muted); }
.tier li.no::before { content: "×"; color: var(--line); }

/* Comparison table */
.cmp-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp { width: 100%; border-collapse: collapse; min-width: 620px; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,0.06); }
.cmp th, .cmp td { padding: 16px 18px; text-align: left; font-size: 0.88rem; border-bottom: 1px solid var(--line); }
.cmp thead th { background: var(--navy); color: #fff; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.cmp thead th.hi { background: var(--gold); color: var(--navy); }
.cmp td.hi { background: rgba(245,179,1,0.08); font-weight: 600; }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp .yes { color: var(--green); font-weight: 700; }
.cmp .no { color: #c0392b; }

/* Pathway */
.path { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.path-node { text-align: center; padding: 16px 12px; min-width: 116px; flex: 1; }
.path-node .lab { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 6px; }
.path-node .nm { font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.path-node.here { background: rgba(245,179,1,0.14); border: 1px solid var(--gold); border-radius: 12px; }
.path-node.here .lab { color: var(--gold); }
.path-node.here .nm { color: #fff; }
.path-arrow { color: var(--gold); font-weight: 700; padding: 0 4px; }

/* Cohort dates */
.cohorts { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 10px; }
.cohort {
  border: 1px solid var(--line); background: #fff; color: #1d1d1f;
  border-radius: 12px; padding: 14px 16px; font-size: 0.95rem; font-weight: 600;
}
.dark .cohort, .cohort { color: #1d1d1f; }
.cohort b { display: block; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 5px; font-weight: 700; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 40px 22px 0; font-size: 1.02rem; font-weight: 600; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--gold-2); }
.faq details[open] summary::after { content: "−"; }
.faq .a { padding: 0 40px 24px 0; font-size: 0.94rem; color: var(--muted); }

/* Next step cross-sell */
.next-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.next { display: block; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px; transition: transform .15s, box-shadow .15s; }
.next:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,0.1); }
.next .k { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-2); }
.next h3 { font-size: 1.1rem; margin: 8px 0 8px; }
.next p { font-size: 0.88rem; color: var(--muted); }
.next .go { display: inline-block; margin-top: 14px; font-size: 0.88rem; font-weight: 700; color: #0066cc; }
.dark .next { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.16); }
.dark .next h3 { color: #fff; }
.dark .next p { color: rgba(255,255,255,0.68); }
.dark .next .go { color: var(--gold); }
.dark .proof { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.16); color: #fff; }
.dark .proof span { color: rgba(255,255,255,0.62); }

/* Final CTA */
.final { background: linear-gradient(180deg, #0a1730, #16305f); color: #fff; text-align: center; padding: 100px 22px; }
.final h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; max-width: 20ch; margin: 0 auto; }
.final p { margin: 16px auto 0; max-width: 52ch; color: rgba(255,255,255,0.72); font-size: 1.05rem; }

/* Sticky CTA */
.sticky {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line); padding: 12px 22px;
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.sticky .info b { font-size: 1rem; display: block; }
.sticky .info span { font-size: 0.78rem; color: var(--muted); }
.sticky .btn { padding: 12px 26px; font-size: 0.88rem; }

/* Footer */
footer.site { background: #000; color: #86868b; padding: 34px 0; font-size: 0.8rem; }
footer.site .foot { max-width: var(--max); margin: 0 auto; padding: 0 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
footer.site img { height: 18px; }
footer.site a { color: var(--gold); }

/* Responsive */
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4, .split, .ksm, .tst-grid, .proof-grid, .steps, .tiers, .next-grid { grid-template-columns: 1fr; }
  .grid-4, .steps { grid-template-columns: 1fr 1fr; gap: 26px; }
  .steps.six { grid-template-columns: 1fr; }
  section { padding: 68px 0; }
  .price-list { grid-template-columns: 1fr; }
  .nav-right a.back { display: none; }
  .path-arrow { display: none; }
  .path-node { min-width: 45%; }
}
@media (max-width: 560px) {
  .grid-4, .steps { grid-template-columns: 1fr; }
  .hero-fact + .hero-fact { border-left: none; border-top: 1px solid rgba(255,255,255,0.2); }
  .sticky .info { display: none; }
  .sticky .btn { flex: 1; }
  .prob-list span { width: 100%; }
}

/* ---------- Additions: content pages ---------- */
/* Bio / portrait layout */
.bio { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.bio-portrait { background: linear-gradient(135deg, var(--navy-2), var(--navy-3)); border-radius: 20px; aspect-ratio: 3/4; display: grid; place-items: center; color: var(--gold); font-size: 4rem; position: sticky; top: 74px; }
.bio h3 { font-size: 1.05rem; margin: 30px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); display: inline-block; }
.bio p { margin-bottom: 16px; font-size: 0.98rem; }
.bio ul { list-style: none; }
.bio li { font-size: 0.92rem; padding: 7px 0 7px 24px; position: relative; color: var(--muted); }
.bio li::before { content: "▸"; position: absolute; left: 0; color: var(--gold-2); }

/* Team grid */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.member { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 20px; text-align: center; }
.member .av { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 14px; background: linear-gradient(135deg, var(--navy-2), var(--navy-3)); color: var(--gold); display: grid; place-items: center; font-weight: 700; }
.member b { display: block; font-size: 0.95rem; }
.member .role { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; margin: 6px 0 8px; }
.member a { font-size: 0.76rem; color: var(--muted); word-break: break-all; }
.member a:hover { color: var(--navy); }

/* Location cards */
.loc { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; }
.loc .tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-2); }
.loc h3 { font-size: 1.12rem; margin: 8px 0 14px; }
.loc .meta { font-size: 0.82rem; color: var(--muted); padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.loc h4 { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 14px 0 8px; }
.loc li { list-style: none; font-size: 0.86rem; padding: 5px 0 5px 22px; position: relative; }
.loc li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-2); font-weight: 700; }

/* Spec strip (aircraft) */
.specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.spec { padding: 26px 20px; text-align: center; }
.spec + .spec { border-left: 1px solid var(--line); }
.spec b { display: block; font-size: 2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.spec .u { font-size: 0.8rem; color: var(--muted); }
.spec .l { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; margin-top: 8px; }
.dark .specs { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.18); }
.dark .spec + .spec { border-left-color: rgba(255,255,255,0.18); }
.dark .spec b { color: var(--gold); }
.dark .spec .u { color: rgba(255,255,255,0.6); }

/* Room cards */
.room { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px; }
.room .rname { font-size: 1.08rem; font-weight: 700; }
.room .rate { font-size: 1.5rem; font-weight: 700; margin: 12px 0 2px; }
.room .rate small { font-size: 0.8rem; font-weight: 400; color: var(--muted); }
.room .size { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; }
.room .amen { display: flex; flex-wrap: wrap; gap: 8px; }
.room .amen span { font-size: 0.76rem; background: var(--soft); border-radius: 999px; padding: 5px 12px; color: var(--muted); }

/* Simple fleet table */
.fleet-tbl { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,0.06); min-width: 520px; }
.fleet-tbl th, .fleet-tbl td { padding: 14px 18px; text-align: left; font-size: 0.88rem; border-bottom: 1px solid var(--line); }
.fleet-tbl thead th { background: var(--navy); color: #fff; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; }
.fleet-tbl tbody tr:last-child td { border-bottom: 0; }
.fleet-tbl .cat { font-weight: 700; color: var(--gold-2); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.fleet-tbl .type { font-weight: 700; }

@media (max-width: 900px) {
  .bio { grid-template-columns: 1fr; }
  .bio-portrait { position: static; max-width: 240px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .specs { grid-template-columns: 1fr 1fr; }
  .spec:nth-child(3) { border-left: none; }
  .spec:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .team-grid { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .spec + .spec { border-left: none; border-top: 1px solid var(--line); }
}

/* Stat band */
.stat-band { background: var(--navy); color: #fff; padding: 60px 0; }
.stat-band .sb { text-align: center; }
.stat-band .sb b { display: block; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; color: var(--gold); line-height: 1; }
.stat-band .sb span { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.7); margin-top: 10px; }

/* ---------- Guard: light-surface components must never inherit .dark's white text ---------- */
.loc, .room, .split-card, .ksm-col, .tier, .price-card, .member,
.cohort, .proof, .cmp, .fleet-tbl, .prob-list span {
  color: var(--ink);
}
.loc h3, .loc li, .room .rname, .split-card h3, .ksm-col h3,
.tier .tname, .member b, .proof b, .cohort { color: var(--ink); }
.dark .loc, .dark .loc h3, .dark .loc li,
.dark .room, .dark .split-card, .dark .ksm-col,
.dark .tier, .dark .price-card, .dark .member { color: var(--ink); }

/* ---------- FlightdeckQ promo ---------- */
.fdq {
  background:
    radial-gradient(70% 90% at 78% 20%, rgba(43,127,255,0.22), transparent 60%),
    linear-gradient(135deg, #061024 0%, #0a1730 45%, #0d2246 100%);
  color: #fff; padding: 96px 0;
}
.fdq-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.fdq-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(43,127,255,0.16); border: 1px solid rgba(43,127,255,0.5);
  color: #6aa8ff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 22px; text-transform: uppercase;
}
.fdq h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700; }
.fdq h2 .q { color: #2b7fff; }
.fdq .tag { margin-top: 8px; font-size: 0.95rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.fdq p.lead { margin-top: 20px; font-size: 1.02rem; color: rgba(255,255,255,0.76); max-width: 46ch; }
.fdq-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 32px; }
.fdq-feat { display: flex; gap: 12px; align-items: flex-start; }
.fdq-feat .i {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: rgba(43,127,255,0.16); border: 1px solid rgba(43,127,255,0.4);
  display: grid; place-items: center; font-size: 1rem;
}
.fdq-feat b { display: block; font-size: 0.9rem; }
.fdq-feat span { font-size: 0.78rem; color: rgba(255,255,255,0.55); }
.btn-fdq { background: #2b7fff; color: #fff; }
.btn-fdq:hover { background: #1a6ae8; }
.fdq-plats { margin-top: 16px; font-size: 0.78rem; color: rgba(255,255,255,0.45); }

/* Mock question card */
.fdq-card {
  background: rgba(8,18,40,0.72); border: 1px solid rgba(43,127,255,0.35);
  border-radius: 18px; padding: 26px 24px; backdrop-filter: blur(8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.fdq-card .qhead { display: flex; justify-content: space-between; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.fdq-card .qtext { font-size: 0.95rem; margin-bottom: 18px; color: rgba(255,255,255,0.92); }
.fdq-opt {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 10px;
  padding: 12px 14px; margin-bottom: 9px; font-size: 0.88rem; color: rgba(255,255,255,0.8);
}
.fdq-opt .k { font-weight: 700; color: rgba(255,255,255,0.45); }
.fdq-opt.right { background: rgba(43,127,255,0.9); border-color: #2b7fff; color: #fff; }
.fdq-opt.right .k { color: rgba(255,255,255,0.8); }
.fdq-opt .tick { margin-left: auto; }

@media (max-width: 900px) {
  .fdq-grid { grid-template-columns: 1fr; gap: 40px; }
  .fdq { padding: 68px 0; }
}
@media (max-width: 560px) { .fdq-feats { grid-template-columns: 1fr; } }

/* ============================================================
   TYPOGRAPHY REFINEMENT
   ============================================================ */
:root {
  --font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --measure: 68ch;
}
body {
  font-family: var(--font-sans);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
}

/* Headings: tighter tracking as size increases, balanced line breaks */
h1, h2, h3, h4, .hero h1, .sec-head h2, .final h2 {
  text-wrap: balance;
  font-feature-settings: "kern" 1, "liga" 1, "ss01" 1;
}
h1, .hero h1 { letter-spacing: -0.028em; line-height: 1.04; font-weight: 800; }
h2, .sec-head h2, .final h2 { letter-spacing: -0.022em; line-height: 1.12; font-weight: 800; }
h3 { letter-spacing: -0.014em; line-height: 1.22; font-weight: 700; }
h4 { letter-spacing: -0.01em; font-weight: 700; }

/* Body copy: comfortable measure and rhythm */
p { text-wrap: pretty; }
.hero .lede, .sec-head p, .final p { text-wrap: pretty; }
.prob .big { text-wrap: balance; letter-spacing: -0.018em; }
.card p, .split-card p, .loc li, .tier li, .ksm-col li, .faq .a { line-height: 1.62; }
.faq .a { max-width: var(--measure); }

/* Numerals: tabular + slashed zero wherever figures are compared */
.hero-fact b, .spec b, .stat-band .sb b, .tier .tprice, .price-head .amt,
.split-card .hrs, .cmp td, .fleet-tbl td, .cohort, .trust b {
  font-variant-numeric: tabular-nums slashed-zero;
  letter-spacing: -0.02em;
}

/* Small caps labels: consistent optical tracking */
.badge, .kicker, .sec-head .kicker, .hero-fact span, .spec .l, .tier .thours,
.loc .tag, .next .k, .member .role, .tst .outcome, .price-head .name, .fdq-kicker {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

/* Quotes: hanging punctuation and proper italic rhythm */
.tst q { quotes: "\201C" "\201D"; line-height: 1.6; }
.tst q::before { content: open-quote; }
.tst q::after { content: close-quote; }

/* Links inside prose get a considered underline */
.faq .a a, .bio p a { text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 0.06em; }

/* Prevent orphans in short lead paragraphs */
.hero .lede, .sec-head p { max-width: 58ch; margin-left: auto; margin-right: auto; }
.bio p { max-width: var(--measure); }

@media (max-width: 560px) {
  h1, .hero h1 { letter-spacing: -0.022em; }
  h2, .sec-head h2 { letter-spacing: -0.016em; }
}

/* ---------- Photography ---------- */
.hero.has-photo { text-shadow: 0 1px 24px rgba(6,14,32,0.55); }
.hero.has-photo .badge { backdrop-filter: blur(4px); background: rgba(10,23,48,0.45); }
.hero.has-photo .hero-facts { background: rgba(8,18,40,0.42); backdrop-filter: blur(6px); }
.hero.has-photo {
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(10,23,48,0.62) 0%, rgba(10,23,48,0.76) 48%, rgba(10,23,48,0.93) 100%),
    var(--hero-photo);
  background-size: cover, cover;
  background-position: center, center;
}
.dark.has-photo {
  background-image:
    linear-gradient(180deg, rgba(10,23,48,0.90), rgba(10,23,48,0.95)),
    var(--hero-photo);
  background-size: cover; background-position: center;
}
figure.shot { margin: 0; border-radius: 18px; overflow: hidden; background: var(--navy-2); }
figure.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
figure.shot figcaption { font-size: 0.8rem; color: var(--muted); padding: 12px 4px 0; }
.dark figure.shot figcaption { color: rgba(255,255,255,0.55); }
.shot-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shot-band figure.shot { aspect-ratio: 4/3; }
.shot-wide { aspect-ratio: 21/9; border-radius: 20px; overflow: hidden; margin: 0; }
.shot-wide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-shot { aspect-ratio: 16/10; border-radius: 14px; overflow: hidden; margin: -30px -26px 20px; }
.card-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-shot { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split-shot figure.shot { aspect-ratio: 4/3; }
@media (max-width: 900px) {
  .shot-band { grid-template-columns: 1fr 1fr; }
  .split-shot { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) { .shot-band { grid-template-columns: 1fr; } }

/* ---------- Cohort availability ---------- */
.cohort { position: relative; transition: opacity .15s; }
.cohort.full { opacity: 0.55; }
.cohort .status {
  display: inline-block; margin-top: 8px; font-size: 0.64rem; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px;
}
.cohort.full .status { background: #e9e9ec; color: #6e6e73; }
.cohort.open .status { background: rgba(26,127,55,0.13); color: var(--green); }

/* ---------- FlightdeckQ aircraft box ---------- */
.fdq-fleet { margin: 26px 0 30px; border: 1px solid rgba(43,127,255,0.32); border-radius: 16px; padding: 20px 22px; background: rgba(43,127,255,0.06); }
.fdq-fleet .lab { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #6aa8ff; margin-bottom: 14px; }
.fdq-types { display: flex; flex-wrap: wrap; gap: 8px; }
.fdq-type {
  font-size: 0.86rem; font-weight: 700; padding: 9px 15px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.72);
  font-variant-numeric: tabular-nums;
}
.fdq-type.star { background: #2b7fff; border-color: #2b7fff; color: #fff; }
.fdq-type.star::before { content: "★ "; color: rgba(255,255,255,0.85); }
.fdq-fleet .note { font-size: 0.76rem; color: rgba(255,255,255,0.5); margin-top: 13px; }

/* ---------- Nav: language toggle + login ---------- */
.nav-lang, .nav-login {
  font-size: 0.78rem; font-weight: 700; padding: 7px 14px; border-radius: 999px;
  white-space: nowrap; transition: background .15s, border-color .15s;
}
.nav-lang {
  color: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.28);
}
.nav-lang:hover { background: rgba(255,255,255,0.14); color: #fff; }
.nav-login {
  color: #fff; border: 1px solid rgba(255,255,255,0.4);
  display: inline-flex; align-items: center; gap: 6px;
}
.nav-login:hover { background: rgba(255,255,255,0.16); }
.nav-right { gap: 10px; }
.nav-right a.back { margin-right: 4px; }
@media (max-width: 760px) {
  .nav-login span.t { display: none; }
  .nav-login { padding: 7px 11px; }
  .nav-lang { padding: 7px 11px; }
}
/* Chinese typography */
html[lang^="zh"] body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "PingFang HK", "PingFang TC",
               "Hiragino Sans CNS", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1.72;
}
html[lang^="zh"] h1, html[lang^="zh"] h2, html[lang^="zh"] h3, html[lang^="zh"] h4 {
  letter-spacing: 0; line-height: 1.28; font-weight: 700;
}
html[lang^="zh"] .hero h1 { line-height: 1.2; }
html[lang^="zh"] .badge, html[lang^="zh"] .kicker, html[lang^="zh"] .sec-head .kicker,
html[lang^="zh"] .hero-fact span, html[lang^="zh"] .tier .thours, html[lang^="zh"] .loc .tag,
html[lang^="zh"] .next .k, html[lang^="zh"] .tst .outcome, html[lang^="zh"] .price-head .name {
  letter-spacing: 0.06em;
}
html[lang^="zh"] .hero .lede, html[lang^="zh"] .sec-head p { max-width: 34em; }
html[lang^="zh"] .prob .big { line-height: 1.45; }

/* Cohort: almost-full state */
.cohort.last { border-color: #d98324; box-shadow: 0 0 0 1px #d98324 inset; }
.cohort.last .status { background: rgba(217,131,36,0.14); color: #b3670f; }
.cohort .status.pulse { position: relative; }
.cohort .status.pulse::before {
  content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: #d98324; margin-right: 6px; vertical-align: middle;
  animation: dot 1.8s ease-in-out infinite;
}
@keyframes dot { 0%,100% { opacity: 1 } 50% { opacity: 0.25 } }
@media (prefers-reduced-motion: reduce) { .cohort .status.pulse::before { animation: none } }
.scarcity-note {
  max-width: 46em; margin: 26px auto 0; text-align: center;
  background: rgba(217,131,36,0.12); border: 1px solid rgba(217,131,36,0.45);
  border-radius: 12px; padding: 14px 20px; font-size: 0.92rem; color: #ffd9a8;
}
.scarcity-note b { color: #ffb347; }

/* Hero video (used by the zh homepage; index.html overrides with its own inline rules) */
.hero-video {
  width: min(820px, 100%); margin: 34px auto 0;
  position: relative; aspect-ratio: 16 / 9;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55); background: #000;
}
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.trust-strip { background: var(--navy); color: #fff; padding: 34px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.trust-strip .row {
  display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap;
  font-size: 0.85rem; color: rgba(255,255,255,0.75);
}
.trust-strip b { color: var(--gold); font-size: 1.05rem; margin-right: 6px; }
.trust-strip .logos { display: flex; gap: 20px; flex-wrap: wrap; font-weight: 700; color: rgba(255,255,255,0.55); font-size: 0.8rem; }
.trust-strip .quote { width: 100%; text-align: center; font-size: 0.84rem; color: rgba(255,255,255,0.5); font-style: italic; margin-top: 6px; }

/* ============================================================
   JOURNEY STAIRCASE — "Age 4 -> Flight Deck"  (hero component)
   Rendered by assets/js/journey.js into [data-journey] mounts.
   Sits inside a .dark section; supplies its own header + footer nav.
   ============================================================ */
.jny { position: relative; max-width: 1180px; margin: 0 auto; }
/* diagonal light beam + corner glow */
.jny::before {
  content: ""; position: absolute; left: -8%; bottom: 4%; width: 60%; height: 70%;
  background: radial-gradient(60% 60% at 0% 100%, rgba(120,150,255,0.20), transparent 70%);
  transform: rotate(-6deg); pointer-events: none; z-index: 0;
}
.jny > * { position: relative; z-index: 1; }

/* Header */
.jny-head { text-align: center; max-width: 720px; margin: 0 auto 30px; }
.jny-kicker { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.jny-emblem { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 12px auto 22px; color: rgba(245,179,1,0.6); }
.jny-emblem::before, .jny-emblem::after { content: ""; height: 1px; width: 60px; background: linear-gradient(90deg, transparent, rgba(245,179,1,0.6)); }
.jny-emblem::after { background: linear-gradient(90deg, rgba(245,179,1,0.6), transparent); }
.jny-emblem svg { width: 22px; height: 22px; }
.jny-title { font-size: clamp(2.2rem, 5.4vw, 3.7rem); font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1.02; }
.jny-title .arw { color: var(--gold); font-weight: 700; margin: 0 0.12em; }
.jny-sub { margin: 18px auto 0; max-width: 60ch; font-size: clamp(0.98rem, 1.7vw, 1.14rem); color: rgba(255,255,255,0.66); line-height: 1.55; }

/* Stage */
.jny-stage { position: relative; padding-top: 58px; }
.jny-links { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 3; }
.jny-cards { display: flex; align-items: flex-end; gap: 14px; position: relative; z-index: 1; }
.jny-card {
  flex: 1 1 0; min-width: 0; height: var(--h, 240px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 22px 12px 16px; position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); border-radius: 16px;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
a.jny-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.28); }
.jny-node {
  position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%; z-index: 4;
  background: var(--gold); border: 2px solid var(--navy); box-shadow: 0 0 0 3px rgba(245,179,1,0.18);
}
.jny-num {
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid rgba(245,179,1,0.75); color: var(--gold);
  font-size: 0.82rem; font-weight: 800; font-variant-numeric: tabular-nums; margin-bottom: 14px;
}
.jny-ico { color: rgba(255,255,255,0.9); margin-bottom: 10px; }
.jny-ico svg { width: 42px; height: 42px; display: block; }
.jny-name { font-size: clamp(0.95rem, 1.5vw, 1.18rem); font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.jny-rule { width: 26px; height: 2px; background: var(--gold); border-radius: 2px; margin: 11px auto; }
.jny-desc { font-size: 0.72rem; line-height: 1.35; color: rgba(255,255,255,0.52); max-width: 15ch; }

/* Flags */
.jny-flag {
  position: absolute; top: -34px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 8px; z-index: 5;
}
.jny-flag.here { background: var(--gold); color: var(--navy); }
.jny-flag.here::after {
  content: ""; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);
  border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid var(--gold);
}
.jny-flag.next { background: rgba(245,179,1,0.08); color: var(--gold); border: 1px solid rgba(245,179,1,0.7); }

/* Active rung */
.jny-card.here {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(245,179,1,0.16), rgba(245,179,1,0.03));
  box-shadow: 0 0 0 1px var(--gold), 0 24px 60px rgba(245,179,1,0.22);
}
.jny-card.here .jny-num { border-color: var(--gold); background: rgba(245,179,1,0.14); }
.jny-node.here { width: 15px; height: 15px; box-shadow: 0 0 0 5px rgba(245,179,1,0.28), 0 0 16px rgba(245,179,1,0.7); }

/* Final rung doubles as the FlightdeckQ gateway (blue accent) */
.jny-card.is-fdq { border-color: rgba(43,127,255,0.55); }
a.jny-card.is-fdq:hover { border-color: rgba(43,127,255,0.9); box-shadow: 0 20px 50px rgba(43,127,255,0.22); }
.jny-card.is-fdq .jny-num { border-color: rgba(43,127,255,0.85); color: #6aa8ff; }
.jny-card.is-fdq .jny-rule { background: #2b7fff; }
.jny-fdq-chip { margin-top: 8px; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.02em; color: #6aa8ff; }

/* Footer segmented nav */
.jny-nav {
  display: flex; margin: 40px auto 0; max-width: 940px;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; overflow: hidden;
}
.jny-navitem {
  flex: 1; text-align: center; padding: 15px 8px; font-size: 0.82rem; font-weight: 600;
  color: rgba(255,255,255,0.66); white-space: nowrap; transition: color .15s, background .15s;
}
.jny-navitem + .jny-navitem { border-left: 1px solid rgba(255,255,255,0.1); }
a.jny-navitem:hover { color: #fff; background: rgba(255,255,255,0.05); }
.jny-navitem.current { color: var(--gold); font-weight: 800; box-shadow: inset 0 -2px 0 var(--gold); }

/* No-JS fallback */
.journey-fallback { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; list-style: none; padding-top: 20px; }
.journey-fallback a { color: rgba(255,255,255,0.85); font-size: 0.9rem; text-decoration: underline; text-underline-offset: 0.18em; }

/* Mobile: vertical journey — one gold line threading the numbered nodes,
   each rung a tappable card with icon + name + description. Desktop is
   the staircase above; this block only applies at <= 860px. */
@media (max-width: 860px) {
  .jny-stage { padding-top: 4px; }
  .jny-links { display: none; }                 /* hide the SVG flight-path */
  .jny-nav { display: none; }                   /* drop the redundant bottom nav */
  .jny-cards {
    flex-direction: column; align-items: stretch; gap: 12px;
    padding-left: 46px; position: relative;
  }
  /* the connecting line, in the left gutter */
  .jny-cards::before {
    content: ""; position: absolute; left: 17px; top: 20px; bottom: 20px;
    width: 2px; background: rgba(245,179,1,0.3);
  }
  .jny-card {
    height: auto !important; flex-direction: row; align-items: center; text-align: left;
    gap: 13px; padding: 13px 15px; border-radius: 14px; position: relative;
  }
  .jny-node { display: none; }                  /* the number circle IS the node now */
  .jny-num {
    position: absolute; left: -47px; top: 50%; transform: translateY(-50%);
    margin: 0; flex-shrink: 0; z-index: 2; background: #0d1f42;   /* solid, sits on the line */
  }
  .jny-card.here .jny-num { background: var(--gold); color: var(--navy); border-color: var(--gold); }
  .jny-card.is-fdq .jny-num { background: #0b1a38; }
  .jny-ico { margin-bottom: 0; flex-shrink: 0; }
  .jny-ico svg { width: 30px; height: 30px; }
  .jny-body { flex: 1; min-width: 0; }
  .jny-name { font-size: 1rem; }
  .jny-rule { margin: 6px 0; }
  .jny-desc { display: block; max-width: none; }   /* keep descriptions on mobile */
  /* tap affordance for the linkable rungs */
  a.jny-card::after {
    content: "\203A"; margin-left: auto; padding-left: 8px;
    font-size: 1.3rem; color: rgba(255,255,255,0.4); flex-shrink: 0; line-height: 1;
  }
  a.jny-card.is-fdq::after { display: none; }      /* chip already ends in an arrow */
  .jny-flag { position: static; transform: none; margin-left: auto; align-self: center; order: 3; }
  .jny-flag.here::after { display: none; }
}

/* Main nav links (zh homepage; index.html overrides with its own inline rules) */
.nav-links { display: flex; gap: 26px; flex: 1; justify-content: center; }
.nav-links a { color: rgba(255,255,255,0.85); font-size: 0.8rem; transition: color .15s; white-space: nowrap; }
.nav-links a:hover { color: #fff; }
.nav-menu-btn {
  display: none; background: none; border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-size: 0.78rem; font-weight: 700; padding: 6px 12px;
  border-radius: 999px; cursor: pointer; font-family: inherit;
}
@media (max-width: 1000px) {
  .nav-links { display: none; }
  .nav-menu-btn { display: inline-block; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 16px;
    position: absolute; top: 52px; left: 0; right: 0;
    background: rgba(10,23,48,0.97); padding: 20px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    justify-content: flex-start; z-index: 120;
  }
}

/* Programme listing cards */
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.path-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 34px 28px;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  transition: transform .18s, box-shadow .18s;
}
.path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.1);
}
.path-card .card-shot {
  aspect-ratio: 16 / 10;
  margin: -34px -28px 18px;
  border-radius: 14px;
  overflow: hidden;
}
.path-card .card-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.path-card .age {
  color: var(--gold-2);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.path-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.path-card p {
  flex: 1;
  color: var(--muted);
  font-size: .9rem;
}
.path-card .more {
  margin-top: 10px;
  color: #0066cc;
  font-size: .88rem;
  font-weight: 600;
}
.path-card .more:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .path-grid { grid-template-columns: 1fr; }
}
