:root {
  --paper: #fff9f0;
  --paper-deep: #f4eadb;
  --ink: #24342e;
  --muted: #69766f;
  --mint: #cbe7d5;
  --green: #5f9b73;
  --coral: #ff866c;
  --yellow: #f3c64f;
  --line: rgba(36, 52, 46, 0.17);
  --header: 78px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  background: white;
  padding: 10px 16px;
  border-radius: 8px;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: var(--header);
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-fixed {
  position: fixed;
  background: rgba(255, 249, 240, 0.88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 750; letter-spacing: -0.02em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; overflow: hidden; border-radius: 10px; background: #f6cb53; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after { position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; content: ""; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--ink); color: white; transition: transform 180ms ease; }
.nav-cta:hover { transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(255,255,255,.64) 0 5%, transparent 36%),
    linear-gradient(122deg, var(--paper) 0 46%, #efd993 46% 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .2;
  background-image: radial-gradient(rgba(36,52,46,.23) .65px, transparent .65px);
  background-size: 7px 7px;
  mask-image: linear-gradient(90deg, transparent, black 54%);
}

.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .2; mix-blend-mode: multiply; }
.hero-copy { position: relative; z-index: 4; width: min(550px, 43vw); margin-left: clamp(24px, 8vw, 130px); padding-top: clamp(140px, 19vh, 200px); }
.eyebrow, .section-kicker { font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--green); }
.hero h1 { margin: 23px 0 0; font-size: clamp(48px, 5.2vw, 82px); line-height: .99; letter-spacing: -.07em; }
.hero h1 span { display: block; margin-bottom: 21px; color: var(--ink); font-size: clamp(21px, 2vw, 30px); line-height: 1; letter-spacing: .18em; }
.hero-intro { width: min(470px, 100%); margin: 26px 0 0; color: var(--muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border-radius: 999px; font-size: 15px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(36,52,46,.16); }
.text-link { padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 650; }
.text-link span { display: inline-block; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero-scene { position: absolute; z-index: 2; inset: 78px 0 0 47%; }
.sun-orbit { position: absolute; width: min(62vw, 820px); aspect-ratio: 1; top: 50%; left: 52%; border: 1px solid rgba(36,52,46,.15); border-radius: 50%; transform: translate(-50%, -50%); }
.sun-orbit::before, .sun-orbit::after { position: absolute; content: ""; border: 1px solid rgba(36,52,46,.11); border-radius: 50%; }
.sun-orbit::before { inset: 9%; }
.sun-orbit::after { inset: 21%; }
.mascot-halo { position: absolute; top: 10%; right: -7%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,249,240,.42); filter: blur(1px); }
.hero-mascot { position: absolute; z-index: 2; right: clamp(-45px, 1vw, 30px); bottom: -3%; width: min(29vw, 430px); transform: rotate(7deg); filter: drop-shadow(0 25px 22px rgba(114,84,19,.16)); animation: mascot-float 5s ease-in-out infinite; }
@keyframes mascot-float { 0%, 100% { transform: translateY(0) rotate(7deg); } 50% { transform: translateY(-13px) rotate(5deg); } }

.phone { position: absolute; overflow: hidden; border: 7px solid #1f2b27; border-radius: 42px; background: #1f2b27; box-shadow: 0 32px 70px rgba(41,49,35,.24); }
.phone::before { position: absolute; z-index: 4; top: 8px; left: 50%; width: 29%; height: 20px; content: ""; border-radius: 20px; background: #1f2b27; transform: translateX(-50%); }
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 34px; background: var(--paper); }
.phone-hero { z-index: 3; bottom: -55px; left: 22%; width: min(24vw, 330px); height: min(77vh, 680px); min-height: 580px; transform: rotate(-4.5deg); }
.phone-status { display: flex; height: 42px; align-items: center; justify-content: space-between; padding: 0 19px; font-size: 9px; font-weight: 700; }
.app-heading { padding: 8px 18px 10px; }
.app-heading small { display: block; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.app-heading strong { display: block; margin-top: 2px; font-size: 24px; letter-spacing: -.04em; }
.month-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 18px; font-size: 10px; }
.month-row span { color: var(--muted); }
.calendar { display: grid; margin: 3px 16px 0; padding: 10px 8px 13px; border: 1px solid #ccd9d0; border-radius: 11px; background: white; grid-template-columns: repeat(7, 1fr); }
.calendar > span { display: grid; height: 35px; place-items: center; border-radius: 50%; color: var(--ink); font-size: 9px; }
.calendar .weekday { height: 22px; color: var(--green); font-size: 8px; font-weight: 700; }
.calendar .muted { opacity: .3; }
.calendar .today { border: 1px solid var(--coral); color: #b85240; font-weight: 800; }
.calendar .sticker-day { padding: 3px; background: #f7df91; }
.calendar .sticker-day.coral { background: #ffd8cd; }
.calendar .sticker-day img { width: 27px; height: 27px; object-fit: contain; }
.app-action { margin: 14px 16px; padding: 12px 8px; border-radius: 9px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; text-align: center; }
.mini-summary { margin: 18px 16px 0; padding: 14px; border-radius: 10px; background: var(--mint); }
.mini-summary > small { font-weight: 700; }
.mini-summary > div { display: flex; gap: 13px; margin-top: 11px; }
.mini-summary span { flex: 1; color: var(--muted); font-size: 8px; }
.mini-summary b { display: block; color: var(--ink); font-size: 17px; }
.float-note { position: absolute; z-index: 5; border: 1px solid rgba(36,52,46,.12); background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(69,67,44,.13); backdrop-filter: blur(14px); }
.note-left { bottom: 21%; left: 1%; padding: 13px 17px; border-radius: 999px; font-size: 12px; font-weight: 700; transform: rotate(3deg); }
.note-left span { display: inline-grid; width: 21px; height: 21px; margin-right: 5px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }
.note-right { top: 21%; left: 56%; padding: 14px 19px; border-radius: 17px; color: var(--ink); font-size: 24px; font-weight: 800; line-height: .8; transform: rotate(-4deg); }
.note-right small { color: var(--muted); font-size: 8px; font-weight: 600; }
.scroll-cue { position: absolute; z-index: 6; bottom: 27px; left: clamp(24px, 5vw, 76px); display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.scroll-cue i { display: block; width: 48px; height: 1px; overflow: visible; background: var(--ink); }
.scroll-cue i::after { float: right; width: 5px; height: 5px; margin-top: -2px; content: ""; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(-45deg); }

.hero-reveal { opacity: 0; transform: translateY(28px); animation: reveal-up 800ms cubic-bezier(.22,1,.36,1) forwards; }
.hero-copy .hero-reveal:nth-child(2) { animation-delay: 100ms; }
.hero-copy .hero-reveal:nth-child(3) { animation-delay: 200ms; }
.hero-copy .hero-reveal:nth-child(4) { animation-delay: 300ms; }
@keyframes reveal-up { to { opacity: 1; transform: translateY(0); } }

.section { padding: clamp(96px, 12vw, 180px) clamp(24px, 8vw, 130px); }
.section-kicker { color: var(--green); }
.privacy-section { background: #f7f0e5; }
.privacy-layout { display: grid; align-items: start; margin-top: clamp(55px, 7vw, 100px); gap: 9vw; grid-template-columns: 1.05fr .95fr; }
.privacy-statement h2, .feature-heading h2, .story-copy h2, .download-inner h2 { margin: 0; font-size: clamp(44px, 5.5vw, 82px); line-height: 1.04; letter-spacing: -.065em; }
.privacy-statement p, .feature-heading p, .story-copy > p, .download-inner p { max-width: 530px; margin: 31px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.privacy-proof { display: grid; gap: 50px; grid-template-columns: 190px 1fr; }
.lock-visual { position: relative; width: 180px; height: 240px; align-self: center; }
.lock-visual::before, .lock-visual::after { position: absolute; top: 27px; left: 12px; width: 155px; height: 155px; content: ""; border: 1px solid rgba(36,52,46,.18); border-radius: 50%; }
.lock-visual::after { top: 3px; left: -12px; width: 203px; height: 203px; }
.lock-body { position: absolute; z-index: 2; top: 69px; left: 42px; width: 96px; height: 112px; border-radius: 24px; background: var(--ink); box-shadow: 0 20px 40px rgba(36,52,46,.21); }
.lock-body::before { position: absolute; top: -56px; left: 18px; width: 48px; height: 67px; content: ""; border: 7px solid var(--ink); border-bottom: 0; border-radius: 30px 30px 0 0; }
.lock-body span { position: absolute; top: 44px; left: 43px; width: 11px; height: 29px; border-radius: 10px; background: var(--yellow); }
.lock-body span::before { position: absolute; top: -4px; left: -4px; width: 19px; height: 19px; content: ""; border-radius: 50%; background: var(--yellow); }
.orbit-dot { position: absolute; z-index: 3; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); }
.dot-one { top: 42px; left: 18px; }
.dot-two { top: 105px; right: 5px; background: var(--green); }
.dot-three { bottom: 39px; left: 39px; background: var(--yellow); }
.privacy-proof ul { margin: 0; padding: 0; list-style: none; }
.privacy-proof li { display: grid; padding: 25px 0; border-bottom: 1px solid var(--line); gap: 18px; grid-template-columns: 32px 1fr; }
.privacy-proof li:first-child { padding-top: 0; }
.privacy-proof li > span { color: var(--green); font-family: ui-monospace, monospace; font-size: 11px; }
.privacy-proof b { display: block; margin-bottom: 7px; font-size: 18px; }
.privacy-proof small { display: block; color: var(--muted); font-size: 13px; line-height: 1.7; }

.feature-section { overflow: hidden; background: var(--paper); }
.feature-heading { display: flex; align-items: end; justify-content: space-between; margin-top: 42px; gap: 60px; }
.feature-heading h2 { flex: 0 0 59%; }
.feature-heading p { margin-bottom: 7px; }
.feature-stage { display: grid; min-height: 760px; align-items: center; margin-top: 75px; grid-template-columns: .76fr 1.24fr; }
.feature-copy-stack { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.feature-point { padding: 28px 0; border-bottom: 1px solid var(--line); }
.feature-point > span { color: var(--green); font-family: ui-monospace, monospace; font-size: 11px; text-transform: uppercase; }
.feature-point h3 { margin: 10px 0 7px; font-size: 26px; letter-spacing: -.04em; }
.feature-point p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.phones-depth { position: relative; min-height: 760px; }
.phones-depth::before { position: absolute; top: 4%; left: 5%; width: 88%; aspect-ratio: 1; content: ""; border-radius: 50%; background: var(--mint); }
.phone-back { z-index: 1; top: 100px; left: 8%; width: min(27vw, 340px); height: 640px; transform: rotate(-9deg); }
.phone-front { z-index: 2; top: 5px; right: 8%; width: min(28vw, 350px); height: 690px; transform: rotate(6deg); }
.checkin-head { padding: 12px 20px; }
.checkin-head small, .checkin-head b { display: block; }
.checkin-head small { color: var(--muted); font-size: 9px; }
.checkin-head b { margin-top: 4px; font-size: 23px; }
.mascot-selector { display: flex; height: 240px; align-items: center; justify-content: space-around; }
.mascot-selector img { width: 65%; max-height: 220px; object-fit: contain; }
.mascot-selector button { border: 0; background: transparent; color: var(--muted); font-size: 26px; }
.mascot-name { display: block; text-align: center; }
.color-dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.color-dots i { width: 22px; height: 22px; border-radius: 50%; background: #84572d; }
.color-dots i:nth-child(2) { background: #b87a43; }
.color-dots i:nth-child(3) { outline: 2px solid var(--ink); outline-offset: 3px; background: #c58b51; }
.color-dots i:nth-child(4) { background: #b99d48; }
.color-dots i:nth-child(5) { background: #67774f; }
.save-circle { display: grid; width: 112px; height: 112px; margin: 35px auto 0; place-items: center; border: 7px solid #ccd9d0; border-radius: 50%; background: var(--ink); color: white; font-size: 14px; font-weight: 750; line-height: 1.35; text-align: center; }
.metric-panel { margin: 8px 17px 18px; padding: 14px; border-radius: 11px; background: var(--mint); }
.metric-panel > span { display: inline-flex; width: 49%; flex-direction: column; }
.metric-panel small { color: var(--muted); font-size: 8px; }
.metric-panel b { margin: 3px 0; font-size: 19px; }
.metric-panel em { color: var(--muted); font-size: 7px; font-style: normal; }
.progress { height: 7px; margin: 13px 0 6px; overflow: hidden; border-radius: 6px; background: white; }
.progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--green); }
.phone-dashboard h4 { margin: 13px 17px 8px; font-size: 13px; }
.bars { display: flex; height: 120px; align-items: flex-end; margin: 0 17px; padding: 12px; border: 1px solid #ccd9d0; border-radius: 10px; background: white; gap: 10px; }
.bars i { flex: 1; height: 50%; border-radius: 5px 5px 0 0; background: var(--green); }
.bars i:nth-child(2) { height: 82%; }
.bars i:nth-child(3) { height: 65%; }
.bars i:nth-child(4) { height: 94%; }
.bars i:nth-child(5) { height: 74%; }
.distribution { margin: 0 17px; padding: 12px; border: 1px solid #ccd9d0; border-radius: 10px; background: white; }
.distribution span { display: block; margin-bottom: 10px; font-size: 9px; }
.distribution b { display: block; margin-bottom: 5px; }
.distribution i { display: block; width: 75%; height: 6px; border-radius: 5px; background: var(--coral); }
.distribution span:nth-child(2) i { width: 31%; }

.story-section { display: grid; min-height: 820px; align-items: center; overflow: hidden; padding: clamp(90px, 10vw, 155px) clamp(24px, 8vw, 130px); background: var(--ink); color: white; grid-template-columns: .8fr 1.2fr; }
.story-copy .section-kicker { color: #92c4a2; }
.story-copy h2 { margin-top: 42px; }
.story-copy > p { color: #b9c3bf; }
.story-quote { max-width: 430px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: #e6d891; font-family: "Songti SC", serif; font-size: 20px; line-height: 1.7; }
.mascot-parade { position: relative; height: 580px; }
.mascot-parade::before { position: absolute; top: 15%; left: 8%; width: 84%; aspect-ratio: 1.45; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.mascot-parade figure { position: absolute; z-index: 2; margin: 0; }
.mascot-parade img { height: 250px; object-fit: contain; filter: drop-shadow(0 25px 17px rgba(0,0,0,.22)); }
.mascot-parade figcaption { margin-top: 13px; color: #d4dbd8; font-size: 11px; letter-spacing: .12em; text-align: center; }
.mascot-parade figure:nth-child(1) { top: 15px; left: 5%; transform: rotate(-8deg); }
.mascot-parade figure:nth-child(2) { top: 115px; left: 30%; z-index: 4; transform: scale(1.18); }
.mascot-parade figure:nth-child(3) { top: 5px; right: 10%; transform: rotate(8deg); }
.mascot-parade figure:nth-child(4) { right: 0; bottom: 0; transform: scale(.85) rotate(6deg); }

.download-section { padding: 120px clamp(24px, 8vw, 130px); background: var(--yellow); }
.download-inner { display: grid; width: min(1180px, 100%); align-items: center; margin: 0 auto; grid-template-columns: .85fr 1.15fr; }
.download-inner > img { width: min(380px, 88%); margin: 0 auto; filter: drop-shadow(0 25px 30px rgba(104,71,15,.15)); }
.download-inner .section-kicker { color: #725b18; }
.download-inner h2 { margin-top: 28px; }
.download-inner p { color: rgba(36,52,46,.72); }
.coming-soon { display: inline-flex; min-height: 52px; align-items: center; margin-top: 30px; padding: 0 23px; border: 1px solid rgba(36,52,46,.4); border-radius: 999px; font-size: 14px; font-weight: 750; }

.site-footer { display: grid; align-items: center; padding: 45px clamp(24px, 5vw, 76px); background: var(--paper); color: var(--muted); font-size: 12px; grid-template-columns: 1fr auto 1fr; }
.footer-brand { color: var(--ink); }
.site-footer > p { margin: 0; }
.site-footer > div { display: flex; justify-self: end; gap: 27px; }
.site-footer a:hover { color: var(--green); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity 800ms cubic-bezier(.22,1,.36,1), transform 800ms cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { min-height: 820px; }
  .hero-copy { width: 49vw; margin-left: 6vw; }
  .hero-scene { left: 45%; }
  .phone-hero { left: 15%; width: 285px; }
  .hero-mascot { width: 340px; right: -75px; }
  .note-right { display: none; }
  .privacy-layout { gap: 50px; }
  .privacy-proof { gap: 24px; grid-template-columns: 140px 1fr; }
  .lock-visual { transform: scale(.78); transform-origin: left center; }
  .feature-stage { min-height: 680px; }
  .phones-depth { min-height: 680px; }
  .phone-back { width: 285px; }
  .phone-front { width: 295px; }
  .story-section { grid-template-columns: 1fr 1fr; }
  .mascot-parade img { height: 190px; }
}

@media (max-width: 760px) {
  :root { --header: 66px; }
  .site-header { padding: 0 20px; }
  .brand-mark { width: 31px; height: 31px; }
  .menu-button { z-index: 3; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 30px; background: var(--paper); font-size: 30px; opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity 180ms ease, transform 180ms ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-cta { margin-top: 10px; font-size: 18px; }
  .hero { min-height: 1020px; background: linear-gradient(160deg, var(--paper) 0 52%, #efd993 52% 100%); }
  .hero-copy { width: auto; margin: 0 23px; padding-top: 112px; }
  .hero h1 { font-size: clamp(45px, 13vw, 61px); }
  .hero h1 span { font-size: 19px; }
  .hero-intro { max-width: 360px; font-size: 15px; line-height: 1.7; }
  .hero-actions { gap: 18px; }
  .button { min-height: 47px; padding: 0 21px; }
  .text-link { font-size: 12px; }
  .hero-scene { inset: 555px 0 0 0; }
  .sun-orbit { width: 560px; left: 53%; }
  .phone-hero { bottom: -70px; left: 14%; width: 240px; height: 500px; min-height: 500px; border-width: 5px; border-radius: 34px; }
  .phone-screen { border-radius: 28px; }
  .hero-mascot { right: -50px; bottom: -1%; width: 270px; }
  .phone-hero .calendar > span { height: 27px; }
  .phone-hero .mini-summary { display: none; }
  .note-left { bottom: 12%; left: 5%; }
  .scroll-cue { display: none; }
  .section { padding: 90px 24px; }
  .privacy-layout { display: block; margin-top: 43px; }
  .privacy-statement h2, .feature-heading h2, .story-copy h2, .download-inner h2 { font-size: clamp(42px, 12vw, 58px); }
  .privacy-statement p, .feature-heading p, .story-copy > p, .download-inner p { font-size: 15px; line-height: 1.8; }
  .privacy-proof { margin-top: 70px; gap: 0; grid-template-columns: 105px 1fr; }
  .lock-visual { width: 110px; transform: scale(.58); transform-origin: top left; }
  .feature-heading { display: block; margin-top: 34px; }
  .feature-heading p { margin-top: 25px; }
  .feature-stage { display: flex; min-height: 0; flex-direction: column; margin-top: 45px; }
  .feature-copy-stack { width: 100%; }
  .phones-depth { width: 100%; min-height: 580px; margin-top: 55px; }
  .phone-back { top: 90px; left: -28px; width: 240px; height: 490px; }
  .phone-front { top: 0; right: -30px; width: 250px; height: 540px; }
  .mascot-selector { height: 175px; }
  .save-circle { width: 88px; height: 88px; margin-top: 24px; border-width: 5px; }
  .bars { height: 90px; }
  .story-section { display: block; min-height: 0; padding: 90px 24px 50px; }
  .story-copy h2 { margin-top: 32px; }
  .mascot-parade { height: 440px; margin-top: 60px; }
  .mascot-parade img { height: 145px; }
  .mascot-parade figure:nth-child(1) { left: 0; }
  .mascot-parade figure:nth-child(2) { top: 125px; left: 25%; }
  .mascot-parade figure:nth-child(3) { right: 0; }
  .download-section { padding: 80px 24px; }
  .download-inner { display: flex; flex-direction: column-reverse; align-items: flex-start; }
  .download-inner > img { width: 250px; margin: 45px auto 0; }
  .site-footer { display: flex; align-items: flex-start; flex-direction: column; padding: 38px 24px; gap: 22px; }
  .site-footer > div { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal, .hero-reveal { opacity: 1; transform: none; }
}
