  :root {
    /* Sunset sky */
    --sun:        #FFC24B;
    --coral:      #FF7E5F;
    --sunset-pink:#FF6F91;
    /* Water + land */
    --ocean:      #17A9A2;
    --ocean-deep: #0C7C77;
    --palm:       #2FA36B;
    --plumeria:   #FF8FAB;
    --poppy:      #FF6F4E;
    /* Aggie */
    --aggie-blue: #123A5E;
    --gold:       #F4B233;
    /* Neutrals — warm, golden-biased sand + blue-biased ink */
    --sand:       #FDF3E1;
    --card:       #FFFDF7;
    --ink:        #16324B;
    --ink-soft:   #4A6178;
    --line:       #EBDDBE;

    --maxw: 468px;
    --r: 20px;

    --display: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
    --body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    --serif: Georgia, "Times New Roman", serif;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

  body {
    margin: 0;
    background: var(--sand);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    background: var(--sand);
    position: relative;
    box-shadow: 0 0 60px rgba(18,58,94,0.10);
    overflow: hidden;
  }

  /* ---------- shared type ---------- */
  .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
  }
  h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.02;
    letter-spacing: -0.01em;
    margin: 10px 0 4px;
    text-wrap: balance;
  }
  p { margin: 0 0 14px; }
  a { color: inherit; }

  /* ---------- HERO ---------- */
  .hero {
    position: relative;
    padding: 62px 26px 0;
    text-align: center;
    color: #fff;
    background:
      radial-gradient(120% 90% at 50% -8%, var(--sun) 0%, var(--coral) 46%, var(--sunset-pink) 78%, #E85E86 100%);
    overflow: hidden;
  }
  .sun {
    position: absolute;
    top: 46px; left: 50%;
    width: 132px; height: 132px;
    transform: translate(-50%, 0);
    animation: rise 1.6s cubic-bezier(.2,.7,.3,1) both;
  }
  @keyframes rise {
    from { transform: translate(-50%, 60px); opacity: 0; }
    to   { transform: translate(-50%, 0); opacity: 1; }
  }
  .sun .disc { fill: #FFF3D0; }
  .sun .ray  { stroke: #FFE2A6; stroke-width: 7; stroke-linecap: round; }

  .hero-inner { position: relative; z-index: 2; }

  .stamp {
    display: inline-block;
    font-family: var(--mono);
    font-size: 10.5px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: #fff;
    padding: 7px 13px;
    border: 1.5px dashed rgba(255,255,255,0.85);
    border-radius: 999px;
    transform: rotate(-3deg);
    margin-bottom: 96px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(2px);
  }

  .kicker {
    font-family: var(--mono);
    font-size: 12px; letter-spacing: 0.24em;
    text-transform: uppercase; font-weight: 700;
    opacity: 0.95;
  }
  .hero h1 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(44px, 15vw, 66px);
    line-height: 0.92;
    letter-spacing: -0.02em;
    margin: 8px 0 6px;
    text-shadow: 0 3px 0 rgba(18,58,94,0.14);
  }
  .hero h1 .davis {
    display: block;
    color: var(--gold);
    -webkit-text-stroke: 1px rgba(255,255,255,.35);
  }
  .hero .who {
    font-size: 17px;
    font-weight: 600;
    margin: 12px 0 2px;
  }
  .hero .route {
    font-family: var(--mono);
    font-size: 12.5px;
    letter-spacing: 0.04em;
    opacity: 0.96;
    display: inline-flex; gap: 8px; align-items: center;
    flex-wrap: wrap; justify-content: center;
  }
  .hero .route b { color: var(--gold); }
  .creed {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    margin: 22px auto 4px;
    max-width: 300px;
    line-height: 1.35;
    text-shadow: 0 2px 0 rgba(18,58,94,0.12);
  }
  /* floating stickers in hero */
  .sticker { position: absolute; z-index: 3; }
  .sticker.vb  { width: 58px; bottom: 116px; left: 20px; transform: rotate(-12deg); animation: bob 4.5s ease-in-out infinite; }
  .sticker.plu { width: 62px; top: 150px; right: 16px; transform: rotate(10deg); animation: bob 5.2s ease-in-out infinite 0.4s; }
  @keyframes bob { 0%,100%{ transform: translateY(0) rotate(var(--rot,0)); } 50%{ transform: translateY(-9px) rotate(var(--rot,0)); } }
  .sticker.vb  { --rot: -12deg; }
  .sticker.plu { --rot: 10deg; }

  .wave {
    display: block; width: 100%; height: 46px; margin-bottom: -1px;
    position: relative; z-index: 2;
  }

  /* ---------- SECTIONS ---------- */
  section { padding: 30px 22px; position: relative; }
  .lead { color: var(--ink-soft); font-size: 15.5px; max-width: 40ch; }

  .badge-num {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--mono); font-size: 11px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ocean-deep);
  }
  .badge-num .dot { width: 26px; height: 26px; border-radius: 50%;
    display: grid; place-items: center; color:#fff; font-size: 12px;
    background: var(--ocean); box-shadow: 0 3px 0 rgba(12,124,119,.35); }

  /* ---- video cards ---- */
  .cards { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
  .vcard {
    display: block; text-decoration: none; color: var(--ink);
    background: var(--card);
    border: 1.5px solid var(--line);
    border-radius: var(--r);
    padding: 16px 16px 15px;
    box-shadow: 0 6px 0 rgba(18,58,94,0.06);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .vcard:hover, .vcard:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 10px 0 rgba(18,58,94,0.08);
    outline: none;
  }
  .vcard:focus-visible { outline: 3px solid var(--ocean); outline-offset: 3px; }
  .vtop { display: flex; align-items: center; gap: 12px; }
  .vplay {
    flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px;
    display: grid; place-items: center; color: #fff;
  }
  .vtitle { font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.05; }
  .vmeta { font-family: var(--mono); font-size: 11px; color: var(--ink-soft); margin-top: 3px; letter-spacing: .02em; }
  .vwhy { font-size: 14px; color: var(--ink-soft); margin: 11px 0 0; }
  .tag {
    display: inline-block; font-family: var(--mono); font-size: 10px; font-weight:700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 3px 8px; border-radius: 999px; margin-left: auto;
  }
  .tag.first { background: #FFE9C2; color: #9A6A12; }

  /* ---- why-davis fact grid ---- */
  .facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
  .fact {
    background: var(--card); border: 1.5px solid var(--line); border-radius: 16px;
    padding: 14px; box-shadow: 0 5px 0 rgba(18,58,94,0.05);
  }
  .fact .ic { width: 30px; height: 30px; display:block; margin-bottom: 8px; }
  .fact .big { font-family: var(--display); font-weight: 700; font-size: 22px; line-height: 1; }
  .fact .lbl { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; }

  /* ---- beach / coach block ---- */
  .beach { background: linear-gradient(180deg, #E9FAF7 0%, var(--sand) 100%); }
  .coach {
    margin-top: 18px;
    background: var(--aggie-blue);
    color: #EAF3FA;
    border-radius: var(--r);
    padding: 20px;
    position: relative; overflow: hidden;
    box-shadow: 0 8px 0 rgba(18,58,94,0.18);
  }
  .coach::after {
    content:""; position:absolute; right:-30px; top:-30px; width:130px; height:130px;
    background: radial-gradient(circle, rgba(244,178,51,.30), transparent 70%);
  }
  .coach .hi-flag {
    display:inline-block; font-family: var(--mono); font-size:10px; font-weight:700;
    letter-spacing:.14em; text-transform:uppercase; color: var(--aggie-blue);
    background: var(--gold); padding:5px 10px; border-radius:999px; margin-bottom:12px;
    transform: rotate(-2deg);
  }
  .coach h3 { font-family: var(--display); font-size: 21px; margin: 0 0 6px; font-weight:700; }
  .coach p { color: #CFE0EE; font-size: 14.5px; margin: 0; position: relative; z-index:2; }
  .coach .stat-row { display:flex; gap: 20px; margin-top: 15px; position: relative; z-index:2; }
  .coach .stat b { font-family: var(--display); font-size: 24px; color: var(--gold); display:block; line-height:1; }
  .coach .stat span { font-family: var(--mono); font-size: 10.5px; letter-spacing:.08em; text-transform:uppercase; color:#9FBBD3; }

  .pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
  .pill {
    font-family: var(--mono); font-size: 11px; font-weight:700; letter-spacing:.04em;
    background: var(--card); border:1.5px solid var(--line); border-radius:999px;
    padding: 7px 12px; color: var(--ink);
  }
  .pill b { color: var(--ocean-deep); }

  /* ---- day in the life timeline ---- */
  .day { background: linear-gradient(180deg, var(--sand) 0%, #FFF6E8 100%); }
  .tl { margin-top: 18px; position: relative; padding-left: 8px; }
  .tl-item { display:flex; gap: 14px; padding: 10px 0; align-items:flex-start; }
  .tl-time { font-family: var(--mono); font-size: 12px; font-weight:700; color: var(--poppy);
    min-width: 62px; text-align:right; padding-top:2px; letter-spacing:.02em; }
  .tl-body { border-left: 2px dashed var(--line); padding: 0 0 4px 16px; position: relative; flex:1; }
  .tl-body::before { content:""; position:absolute; left:-6px; top:5px; width:10px; height:10px;
    border-radius:50%; background: var(--gold); border:2px solid var(--sand); }
  .tl-body b { font-family: var(--display); font-size: 15.5px; font-weight:700; display:block; }
  .tl-body span { font-size: 13.5px; color: var(--ink-soft); }

  /* ---- Hawaii angle + checklist ---- */
  .islands { background: linear-gradient(180deg,#FFF6E8 0%, #FFEFE0 100%); }
  .quote {
    font-family: var(--serif); font-style: italic; font-size: 19px; line-height:1.4;
    color: var(--aggie-blue); margin: 6px 0 20px; text-wrap: balance;
  }
  .check { list-style:none; margin: 6px 0 0; padding:0; display:flex; flex-direction:column; gap:10px; }
  .check li {
    display:flex; gap:12px; align-items:flex-start;
    background: var(--card); border:1.5px solid var(--line); border-radius:14px;
    padding: 13px 14px; box-shadow: 0 4px 0 rgba(18,58,94,0.05);
  }
  .check .box { flex:0 0 auto; width:22px; height:22px; border-radius:7px; border:2px solid var(--ocean);
    display:grid; place-items:center; margin-top:1px; }
  .check .box svg { width:12px; height:12px; }
  .check .txt b { font-family: var(--display); font-size:15px; display:block; }
  .check .txt span { font-size:13.5px; color: var(--ink-soft); }

  /* ---- reach out ---- */
  .reach { background: linear-gradient(180deg, #FFEFE0 0%, #E9FAF7 100%); }
  .mailcard {
    background: var(--card); border:1.5px solid var(--line); border-radius: var(--r);
    padding: 16px; box-shadow: 0 6px 0 rgba(18,58,94,0.06); margin-top:16px;
  }
  .mailcard .subj { font-family: var(--mono); font-size:10.5px; color: var(--ink-soft);
    letter-spacing:.03em; margin-bottom:10px; line-height:1.5; }
  .mailcard pre {
    font-family: var(--mono); font-size: 12px; line-height:1.6; color: var(--ink);
    white-space: pre-wrap; word-break: break-word; margin:0;
    background: #FFF9EF; border:1px dashed var(--line); border-radius:12px; padding:13px;
    overflow-x: auto;
  }
  .btn-row { display:flex; flex-direction:column; gap:10px; margin-top:16px; }
  .btn {
    display:flex; align-items:center; justify-content:center; gap:9px;
    text-decoration:none; font-family: var(--display); font-weight:700; font-size:16px;
    padding: 14px 16px; border-radius: 14px; min-height:44px;
    box-shadow: 0 5px 0 rgba(18,58,94,0.14); transition: transform .12s ease, box-shadow .12s ease;
  }
  .btn:active { transform: translateY(3px); box-shadow: 0 2px 0 rgba(18,58,94,0.14); }
  .btn.primary { background: var(--poppy); color:#fff; }
  .btn.secondary { background: var(--card); color: var(--aggie-blue);
    border:1.5px solid var(--line); box-shadow: 0 5px 0 rgba(18,58,94,0.07); }
  .btn:focus-visible { outline:3px solid var(--ocean); outline-offset:3px; }
  .btn svg { width:18px; height:18px; flex:0 0 auto; }

  /* ---- dream schools (tabs) ---- */
  .schools { background: linear-gradient(180deg, #E9FAF7 0%, var(--sand) 100%); }
  .chipnav { display:flex; gap:8px; overflow-x:auto; padding: 6px 2px 8px; margin-top:16px;
    -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .chipnav::-webkit-scrollbar{ display:none; }
  .chip {
    flex:0 0 auto; font-family:var(--mono); font-size:12px; font-weight:700; letter-spacing:.02em;
    padding:9px 14px; border-radius:999px; border:1.5px solid var(--line); background:var(--card);
    color:var(--ink); cursor:pointer; white-space:nowrap; transition: background .15s, color .15s, border-color .15s;
  }
  .chip .cdot{ width:8px; height:8px; border-radius:50%; display:inline-block; margin-right:7px; vertical-align:middle; }
  .chip[aria-selected="true"]{ background:var(--aggie-blue); color:#fff; border-color:var(--aggie-blue); }
  .chip:focus-visible{ outline:3px solid var(--ocean); outline-offset:2px; }

  .panel { display:none; }
  .panel.active{ display:block; animation: fade .28s ease; }
  @keyframes fade { from{opacity:0; transform: translateY(8px);} to{opacity:1; transform:none;} }

  .schoolcard {
    --accent:#123A5E; --accent2:#F4B233;
    background:var(--card); border:1.5px solid var(--line); border-radius:var(--r);
    overflow:hidden; box-shadow:0 7px 0 rgba(18,58,94,0.07); margin-top:10px;
  }
  .schoolcard .cap { background:var(--accent); color:#fff; padding:18px 18px 16px; position:relative; overflow:hidden; }
  .schoolcard .cap::after{ content:""; position:absolute; right:-26px; top:-26px; width:120px; height:120px;
    background: radial-gradient(circle, var(--accent2), transparent 68%); opacity:.5; }
  .schoolcard .cap > * { position:relative; z-index:2; }
  .schoolcard .cap .nick { font-family:var(--mono); font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; opacity:.92; }
  .schoolcard .cap h3 { font-family:var(--display); font-weight:700; font-size:23px; margin:4px 0 0; line-height:1.02; }
  .schoolcard .cap .loc { font-size:12.5px; margin-top:6px; opacity:.95; }
  .schoolcard .cap .hi { display:inline-block; margin-top:11px; font-family:var(--mono); font-size:9.5px; font-weight:700;
    letter-spacing:.1em; text-transform:uppercase; background:var(--accent2); color:#20140a; padding:5px 10px; border-radius:999px; transform:rotate(-2deg); }
  .schoolcard .body { padding:16px 18px 18px; }
  .metrow { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:13px; }
  .metrow .m { font-family:var(--mono); font-size:10.5px; font-weight:700; padding:5px 10px; border-radius:999px;
    background: color-mix(in srgb, var(--accent) 9%, #fff); color:var(--accent);
    border:1px solid color-mix(in srgb, var(--accent) 24%, transparent); }
  .coachline { font-size:14.5px; margin:0 0 13px; color:var(--ink); }
  .coachline b { color:var(--accent); }
  .lovehate { display:flex; flex-direction:column; gap:10px; margin:0 0 15px; }
  .lh { display:flex; gap:11px; font-size:13.5px; align-items:flex-start; line-height:1.45; }
  .lh .ic { flex:0 0 auto; width:21px; height:21px; border-radius:7px; display:grid; place-items:center;
    margin-top:1px; font-family:var(--display); font-weight:700; font-size:13px; color:#fff; }
  .lh.love .ic { background: var(--palm); }
  .lh.real .ic { background: var(--ink-soft); }
  .lh b{ display:block; }
  .slinks{ display:flex; flex-wrap:wrap; gap:8px; }
  .slink { display:inline-flex; align-items:center; gap:6px; text-decoration:none;
    font-family:var(--mono); font-size:11.5px; font-weight:700; color:var(--accent);
    padding:9px 12px; border-radius:11px; min-height:40px;
    border:1.5px solid color-mix(in srgb, var(--accent) 32%, transparent);
    background: color-mix(in srgb, var(--accent) 5%, #fff); }
  .slink:focus-visible{ outline:3px solid var(--ocean); outline-offset:2px; }

  /* ---- footer ---- */
  footer {
    background: var(--aggie-blue); color:#DCEAF6; text-align:center;
    padding: 34px 24px 40px;
  }
  footer .creed2 { font-family: var(--serif); font-style:italic; font-size:20px; color:#fff; margin-bottom: 14px; }
  footer .next {
    font-family: var(--mono); font-size: 11px; letter-spacing:.1em; text-transform:uppercase;
    color:#9FBBD3; line-height:1.8;
  }
  footer .chapters { display:flex; flex-wrap:wrap; gap:7px; justify-content:center; margin: 16px 0 6px; }
  footer .chapters a {
    font-family: var(--mono); font-size:10.5px; font-weight:700; letter-spacing:.06em;
    padding:6px 11px; border-radius:999px; border:1px dashed rgba(255,255,255,.3); color:#B9D2E6;
    text-decoration:none; cursor:pointer; transition: background .15s, color .15s, border-color .15s;
  }
  footer .chapters a:hover { background: rgba(255,255,255,.12); color:#fff; border-color: rgba(255,255,255,.55); }
  footer .chapters a.live { background: var(--gold); color: var(--aggie-blue); border-color: var(--gold); }
  footer .chapters a.live:hover { background: #ffca57; color: var(--aggie-blue); }
  footer .chapters a:focus-visible { outline:2px solid var(--gold); outline-offset:2px; }
  .disclaimer { font-size: 11px; color:#7FA0BC; margin-top: 20px; line-height:1.6; font-family: var(--mono); letter-spacing:.02em; }
  .disclaimer a { color:#9FBBD3; }

  @media (prefers-reduced-motion: reduce) {
    .sun, .sticker { animation: none !important; }
    .sun { transform: translate(-50%,0); opacity:1; }
  }

  /* ============ multi-page additions ============ */

  /* top nav */
  .topnav { position: sticky; top:0; z-index:30; display:flex; align-items:center; gap:10px;
    justify-content:space-between; padding:9px 13px;
    background: rgba(253,243,225,.92); backdrop-filter: blur(8px);
    border-bottom:1px solid var(--line); }
  .topnav .home { font-family:var(--display); font-weight:700; font-size:13px; text-decoration:none;
    color:var(--ink); display:flex; align-items:center; gap:7px; white-space:nowrap; flex:0 0 auto; }
  .topnav .home .hdot { width:9px; height:9px; border-radius:50%; background:var(--accent, var(--poppy)); }
  .topnav nav { display:flex; gap:4px; overflow-x:auto; scrollbar-width:none; }
  .topnav nav::-webkit-scrollbar{ display:none; }
  .topnav nav a { font-family:var(--mono); font-size:10px; font-weight:700; letter-spacing:.02em;
    text-decoration:none; color:var(--ink-soft); padding:6px 9px; border-radius:999px; white-space:nowrap; }
  .topnav nav a:hover { color:var(--ink); background: rgba(0,0,0,.05); }
  .topnav nav a[aria-current="page"] { background:var(--accent, var(--aggie-blue)); color:#fff; }
  .topnav nav a:focus-visible { outline:2px solid var(--accent, var(--ocean)); outline-offset:1px; }

  /* school-page theming: remap semantic tokens to the school's accent pair */
  .schoolpage {
    --ocean: var(--accent); --ocean-deep: var(--accent);
    --aggie-blue: var(--accent); --poppy: var(--accent); --gold: var(--accent2);
  }
  .hero.school {
    background: linear-gradient(158deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, #0b0b0b) 120%);
    padding: 46px 24px 0;
  }
  .hero.school .kicker .accent2 { color: var(--accent2); }
  .hero.school h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero.school h1 .accent2 { color: var(--accent2); -webkit-text-stroke: 1px rgba(255,255,255,.28); }
  .hero.school .subtitle { font-size: 15px; font-weight:600; margin: 12px 0 2px; }
  /* decorative volleyball tucked into the top-right corner, clear of the title */
  .hero.school .sticker.vb { top: 12px; right: 12px; left: auto; bottom: auto; width: 44px; opacity: .92; }

  /* "explore the full page" link inside home tab panels */
  .fullpage-link { display:flex; align-items:center; justify-content:space-between; gap:8px;
    margin-top:13px; text-decoration:none; font-family:var(--display); font-weight:700; font-size:14.5px;
    color:#fff; background:var(--accent); padding:12px 15px; border-radius:12px;
    box-shadow:0 5px 0 color-mix(in srgb, var(--accent) 55%, #000); }
  .fullpage-link:active { transform: translateY(2px); }
  .fullpage-link:focus-visible{ outline:3px solid var(--ocean); outline-offset:2px; }
  .fullpage-link .arr{ font-family:var(--mono); font-size:16px; }

  /* back-to-home CTA on school footers */
  .footer-cta { display:inline-flex; align-items:center; gap:9px; text-decoration:none;
    font-family:var(--display); font-weight:700; font-size:15px; color:var(--aggie-blue);
    background:var(--gold); padding:12px 18px; border-radius:12px; margin-bottom:6px; }

  /* ============ splash screen ============ */
  #splash { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
    text-align: center; padding: 34px; overflow: hidden; color: #FFF7EC;
    background:
      radial-gradient(120% 80% at 50% 40%, rgba(242,197,124,.30), transparent 60%),
      linear-gradient(160deg, #241634 0%, #43203F 46%, #7C3A4B 100%);
    opacity: 0; transition: opacity .55s ease; }
  #splash.in { opacity: 1; }
  #splash.out { opacity: 0; pointer-events: none; }
  #splash .glow { position: absolute; top: 36%; left: 50%; transform: translate(-50%,-50%);
    width: min(560px, 122vw); height: min(560px, 122vw); border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(244,199,124,.34), rgba(244,199,124,0) 62%); filter: blur(6px); }
  #splash .content { position: relative; z-index: 3; max-width: 440px;
    display: flex; flex-direction: column; align-items: center; gap: 15px; }
  .splash-lei { width: min(360px, 86vw); height: auto; display: block;
    filter: drop-shadow(0 8px 22px rgba(0,0,0,.35)); }
  .splash-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .32em;
    text-transform: uppercase; color: #F1CE8E; font-weight: 700; }
  .splash-msg { font-family: var(--serif); font-style: italic; font-weight: 400;
    font-size: clamp(23px, 6.4vw, 31px); line-height: 1.34; color: #FFF7EC; text-wrap: balance;
    margin: 0; text-shadow: 0 2px 14px rgba(0,0,0,.32); }
  .splash-from { font-family: var(--serif); font-style: italic; font-size: 16px; color: #F3C88A;
    display: inline-flex; align-items: center; gap: 9px; justify-content: center; }
  .splash-from .hrt { width: 16px; height: 16px; flex: 0 0 auto; }
  .splash-hint { font-family: var(--mono); font-size: 10.5px; letter-spacing: .22em;
    text-transform: uppercase; color: rgba(255,247,236,.6); margin-top: 4px; }
  .petal { position: absolute; top: -8%; z-index: 2; opacity: .85; will-change: transform;
    animation: petalfall linear forwards; }
  @keyframes petalfall { to { transform: translateY(118vh) rotate(400deg); opacity: 0; } }
  @keyframes s-bloom { from { opacity: 0; transform: scale(.62) translateY(10px); } to { opacity: 1; transform: none; } }
  @keyframes s-fadeup { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  #splash.in .splash-lei { animation: s-bloom .9s cubic-bezier(.2,.8,.3,1) both; }
  #splash.in .splash-eyebrow { animation: s-fadeup .7s ease .28s both; }
  #splash.in .splash-msg { animation: s-fadeup .8s ease .44s both; }
  #splash.in .splash-from { animation: s-fadeup .8s ease .64s both; }
  #splash.in .splash-hint { animation: s-fadeup 1s ease 1.1s both; }
  @media (prefers-reduced-motion: reduce) {
    #splash *, #splash.in * { animation: none !important; }
    .petal { display: none; }
  }
