  @font-face { font-family: 'Geist'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('fonts/Geist-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
  @font-face { font-family: 'Geist Mono'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('fonts/GeistMono-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
  :root { --bg: #24496a; --text: #ffffff; --body: #dbe6f0; --muted: #b3c7d8; --line: #3d6285; --accent: #ff9a7a; --logo: #ffffff; --pad: clamp(24px, 6vw, 88px); }
  * { box-sizing: border-box; }
  html, body { margin: 0; }
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  body { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; background: var(--bg); color: var(--body); font-family: 'Geist', system-ui, sans-serif; -webkit-font-smoothing: antialiased; padding: 0 var(--pad); }
  a { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 5px; }
  a:hover { text-decoration-thickness: 3px; }
  .mono { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: 0.04em; }
  header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 16px; padding: 20px 0; }
  .brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 600; font-size: 17px; }
  .logo { width: 30px; height: 30px; display: block; }
  header a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; color: var(--muted); }
  header a:hover { color: var(--text); }
  main { flex: 1; display: flex; align-items: center; padding: clamp(56px, 12vh, 140px) 0; }
  .note { max-width: 680px; display: flex; flex-direction: column; gap: 28px; }
  .label, h1, .sub, .ask span, .ask a { text-box: trim-both cap alphabetic; }
  .label { display: flex; align-items: center; gap: 10px; color: var(--muted); text-transform: uppercase; }
  .label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
  h1 { margin: 0; color: var(--text); font-weight: 500; font-size: clamp(1.75rem, 3.2vw, 2.5rem); line-height: 1.15; letter-spacing: -0.035em; text-wrap: balance; }
  p { margin: 0; font-size: 18px; line-height: 1.55; max-width: 32em; text-wrap: pretty; }
  .sub { margin: 0; font-size: 18px; line-height: 1.5; color: var(--body); max-width: 32em; text-wrap: pretty; }
  .ask { display: flex; flex-wrap: wrap; gap: 4px 16px; align-items: center; font-size: 18px; line-height: 1.5; }
  .ask a { position: relative; }
  .ask a::after { content: ""; position: absolute; inset: -14px -6px; }
  .ask span { color: var(--body); }
  footer { padding: 28px 0 36px; border-top: 1px solid var(--line); }
  .hero-mark { position: relative; width: clamp(88px, 11vw, 128px); aspect-ratio: 1; }
  .hero-mark svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; }
  .hero-mark svg { color: var(--logo); overflow: visible; }
  .hero-mark .ln { fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; stroke-dasharray: 1.02; stroke-dashoffset: 1.02; animation: draw var(--t) cubic-bezier(0.65, 0, 0.35, 1) var(--d) forwards, lnout 0.7s ease-out 3.1s forwards; }
  .hero-mark .flower { opacity: 0; transform-origin: 256px 357px; animation: pop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards, flout 0.9s ease-in-out 2.4s forwards; }
  .hero-mark .ln.fl { animation: draw var(--t) cubic-bezier(0.65, 0, 0.35, 1) var(--d) forwards, lnout 0.6s ease-out 0.9s forwards; }
  @keyframes flout { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1); } }
  @keyframes pop { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
  .hero-mark .fillin { opacity: 0; animation: fillin 0.9s ease-out 2.4s forwards; }
  @keyframes draw { to { stroke-dashoffset: 0; } }
  @keyframes fillin { to { opacity: 1; } }
  @keyframes lnout { to { opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .hero-mark .ln { display: none; } .hero-mark .fillin { animation: none; opacity: 1; } .hero-mark .flower { display: none; } }

  /* Per-path draw-in timing for the animated hero mark (see index.html) */
  .t1 { --d: 0.00s; --t: 0.7s; }
  .t2 { --d: 0.05s; --t: 0.7s; }
  .t3 { --d: 0.10s; --t: 0.7s; }
  .t4 { --d: 0.15s; --t: 0.7s; }
  .t5 { --d: 0.20s; --t: 0.7s; }
  .t6 { --d: 0.90s; --t: 1.6s; }
  .t7 { --d: 0.90s; --t: 1.6s; }
  .t8 { --d: 1.10s; --t: 1.3s; }
  .t9 { --d: 1.17s; --t: 1.3s; }
  .t10 { --d: 1.24s; --t: 1.3s; }
  .t11 { --d: 1.31s; --t: 1.3s; }
  .t12 { --d: 1.38s; --t: 1.3s; }
  .t13 { --d: 1.45s; --t: 1.3s; }
  .t14 { --d: 1.52s; --t: 1.3s; }
  .t15 { --d: 1.59s; --t: 1.3s; }
  .t16 { --d: 1.66s; --t: 1.3s; }
  .t17 { --d: 1.73s; --t: 1.3s; }
  .t18 { --d: 1.80s; --t: 1.3s; }
