:root {
  --ink: #26302b;
  --muted: #68736c;
  --cream: #fffaf0;
  --paper: #fffef9;
  --yellow: #ffd65c;
  --yellow-deep: #f3bd35;
  --green: #79b873;
  --green-soft: #e8f4df;
  --orange-soft: #fff0d5;
  --pink-soft: #fde7e3;
  --line: rgba(51, 61, 55, .11);
  --shadow: 0 24px 70px rgba(87, 74, 48, .11);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 254, 249, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(66, 58, 43, .06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; background: #fff6ce; box-shadow: inset 0 0 0 1px rgba(227, 181, 41, .14); }
.brand-mark svg { width: 42px; height: 42px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 20px; letter-spacing: .04em; }
.brand-studio .brand-copy strong { font-size: 16px; letter-spacing: .02em; white-space: nowrap; }
.brand-studio .brand-copy small { letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; font-size: 10px; letter-spacing: .14em; color: #90968d; }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-links a { color: #566159; font-size: 14px; transition: color .2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; box-shadow: 0 8px 20px rgba(38, 48, 43, .16); }

.hero { position: relative; overflow: hidden; padding: 76px 0 94px; background: linear-gradient(180deg, #fffdf7 0%, #fffaf0 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 410px; height: 410px; right: -90px; top: -120px; background: rgba(255, 218, 102, .2); }
.hero-glow-two { width: 260px; height: 260px; left: -120px; bottom: -80px; background: rgba(143, 202, 134, .13); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(82, 126, 78, .15); border-radius: 999px; background: rgba(239, 247, 232, .78); color: #5f865c; font-size: 13px; font-weight: 600; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(121, 184, 115, .13); }
.hero h1 { margin: 24px 0 22px; font-size: clamp(44px, 5.4vw, 72px); line-height: 1.12; letter-spacing: -.045em; font-weight: 760; }
.hero h1 em { color: #d39e18; font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 14px 28px rgba(38, 48, 43, .16); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.66); }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 32px; color: #7c877f; font-size: 12px; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; color: #5e9b5a; background: var(--green-soft); border-radius: 50%; font-weight: 800; }

.hero-visual { position: relative; min-height: 535px; display: grid; place-items: center; }
.visual-card { width: min(100%, 466px); padding: 22px; border-radius: 34px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 38px 90px rgba(82, 73, 52, .15); transform: rotate(1.2deg); }
.visual-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mini-logo { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.mini-logo b { width: 24px; height: 24px; border-radius: 9px 9px 12px 12px; background: var(--yellow); position: relative; }
.mini-logo b::before, .mini-logo b::after { content: ""; position: absolute; top: 9px; width: 2px; height: 2px; border-radius: 50%; background: var(--ink); }
.mini-logo b::before { left: 7px; } .mini-logo b::after { right: 7px; }
.status-pill { padding: 7px 11px; border-radius: 999px; background: var(--green-soft); color: #669160; font-size: 11px; }
.scene-card { position: relative; overflow: hidden; border-radius: 25px; }
.scene-main { background: #fff3d0; }
.scene-art { height: 242px; position: relative; overflow: hidden; background: linear-gradient(180deg, #dff4ee 0%, #edf7dc 66%, #d8eab9 66%, #d8eab9 100%); }
.sun { position: absolute; width: 43px; height: 43px; right: 34px; top: 29px; border-radius: 50%; background: #ffd75f; box-shadow: 0 0 0 12px rgba(255,215,95,.18); }
.cloud { position: absolute; width: 58px; height: 18px; border-radius: 20px; background: rgba(255,255,255,.78); }
.cloud::before, .cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.cloud::before { width: 26px; height: 26px; left: 9px; } .cloud::after { width: 20px; height: 20px; right: 8px; }
.cloud-a { top: 48px; left: 38px; transform: scale(.8); } .cloud-b { top: 91px; right: 25px; transform: scale(.55); opacity: .72; }
.duck-body { position: absolute; width: 142px; height: 157px; left: 50%; bottom: 16px; transform: translateX(-50%); border-radius: 48% 48% 46% 46% / 42% 42% 55% 55%; background: var(--yellow); box-shadow: inset 0 -11px 0 rgba(230, 179, 37, .09), 0 14px 22px rgba(79, 103, 63, .12); }
.sprout { position: absolute; left: 71px; top: -24px; width: 3px; height: 27px; border-radius: 4px; background: #79b873; transform: rotate(-8deg); }
.sprout::before, .sprout::after { content: ""; position: absolute; width: 22px; height: 12px; top: 2px; background: #8ecb82; }
.sprout::before { right: 0; border-radius: 100% 0 100% 0; transform: rotate(-14deg); transform-origin: right center; }
.sprout::after { left: 0; top: 9px; border-radius: 0 100% 0 100%; transform: rotate(15deg); transform-origin: left center; background: #a1d58e; }
.duck-eye { position: absolute; width: 7px; height: 7px; top: 59px; border-radius: 50%; background: var(--ink); }
.eye-left { left: 43px; } .eye-right { right: 43px; }
.duck-beak { position: absolute; width: 40px; height: 19px; left: 50%; top: 74px; transform: translateX(-50%); border-radius: 50% 50% 55% 55%; background: #f4a65a; }
.blush { position: absolute; width: 17px; height: 10px; top: 75px; border-radius: 50%; background: #f6a6a5; opacity: .74; }
.blush-left { left: 21px; } .blush-right { right: 21px; }
.wing { position: absolute; width: 45px; height: 67px; top: 88px; border-radius: 60% 40% 58% 42%; background: #f1c849; }
.wing-left { left: -17px; transform: rotate(27deg); } .wing-right { right: -17px; transform: rotate(-27deg) scaleX(-1); }
.scene-text { padding: 21px 68px 22px 22px; background: #fff; }
.scene-text small { display: block; color: #9a8b62; font-size: 11px; }
.scene-text strong { display: block; margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.scene-text span { display: block; margin-top: 5px; color: #778078; font-size: 13px; }
.play-button { position: absolute; right: 20px; bottom: 27px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; box-shadow: 0 10px 20px rgba(208, 157, 25, .22); }
.play-button.is-playing { animation: pulse 1.2s ease infinite; }
.play-icon { display: block; width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--ink); }
.mini-scenes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.mini-scene { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: #fffefa; }
.mini-scene-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #fff3d4; font-size: 19px; }
.mini-scene strong, .mini-scene small { display: block; } .mini-scene strong { font-size: 13px; } .mini-scene small { margin-top: 4px; color: #9aa19b; font-size: 10px; }
.floating-note { position: absolute; padding: 11px 15px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 650; box-shadow: 0 14px 35px rgba(84, 76, 57, .12); }
.note-one { left: -8px; top: 84px; transform: rotate(-7deg); } .note-two { right: -8px; bottom: 78px; transform: rotate(6deg); }

.section { padding: 108px 0; }
.section-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.section-kicker { display: inline-block; margin-bottom: 16px; color: #8fa083; font-size: 11px; letter-spacing: .18em; font-weight: 800; }
.section-heading h2, .center-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.28; letter-spacing: -.035em; }
.intro { background: #fffef9; }
.intro-copy { padding-top: 36px; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 2; }
.intro-copy p strong { color: var(--ink); }
.highlight-name { color: #d39e18; }
.product-labels { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.product-labels span { padding: 8px 12px; border-radius: 999px; background: #fff3cf; color: #8b722d; font-size: 12px; font-weight: 650; }
.product-summary { display: grid; gap: 10px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.product-summary span { color: #707a73; font-size: 13px; line-height: 1.7; }
.product-summary b { display: inline-grid; place-items: center; min-width: 38px; margin-right: 9px; padding: 4px 8px; border-radius: 8px; background: var(--green-soft); color: #5e8a5a; font-size: 11px; }
.center-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.center-heading p { margin: 14px 0 0; color: var(--muted); }
.features { background: #f7f3e8; }
.feature-grid { display: grid; grid-template-columns: 1.16fr .84fr .84fr; gap: 18px; }
.feature-card { position: relative; min-height: 310px; padding: 31px; border-radius: var(--radius-lg); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.92); box-shadow: 0 14px 35px rgba(76, 67, 47, .06); overflow: hidden; }
.feature-card h3 { margin: 27px 0 12px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.feature-index { position: absolute; right: 25px; top: 21px; color: #c6c3b9; font-family: Georgia, serif; font-size: 12px; }
.feature-icon { width: 65px; height: 65px; border-radius: 20px; background: var(--orange-soft); position: relative; }
.feature-icon-scene::before { content: ""; position: absolute; left: 14px; right: 14px; bottom: 14px; height: 26px; border-radius: 15px 15px 9px 9px; background: #93c889; }
.feature-icon-scene::after { content: ""; position: absolute; left: 25px; top: 12px; width: 16px; height: 21px; border-radius: 50% 50% 45% 45%; background: var(--yellow); }
.feature-icon-audio { display: flex; align-items: center; justify-content: center; gap: 5px; background: var(--green-soft); }
.feature-icon-audio i { width: 5px; border-radius: 5px; background: #72a66e; animation: wave 1.6s ease-in-out infinite; }
.feature-icon-audio i:nth-child(1) { height: 18px; } .feature-icon-audio i:nth-child(2) { height: 31px; animation-delay: .15s; } .feature-icon-audio i:nth-child(3) { height: 24px; animation-delay: .3s; } .feature-icon-audio i:nth-child(4) { height: 13px; animation-delay: .45s; }
.feature-icon-card { background: var(--pink-soft); }
.feature-icon-card span { position: absolute; display: grid; place-items: center; width: 34px; height: 42px; border-radius: 9px; background: white; box-shadow: 0 5px 15px rgba(92,73,68,.09); font-weight: 800; }
.feature-icon-card span:first-child { left: 12px; top: 15px; transform: rotate(-8deg); color: #da8d73; }
.feature-icon-card span:last-child { right: 9px; top: 9px; transform: rotate(8deg); }
.feature-large { background: linear-gradient(145deg, #fffdfa, #fff5d9); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.tag-list span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.8); color: #87784e; font-size: 11px; }
.feature-wide { grid-column: 1 / -1; min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--ink); color: white; }
.feature-wide p { color: rgba(255,255,255,.62); max-width: 670px; }
.feature-wide h3 { margin-top: 0; }
.stage-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; min-width: 340px; }
.stage-pills span { min-width: 58px; padding: 12px 8px; text-align: center; border-radius: 15px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: 10px; }
.stage-pills b { display: block; margin-bottom: 3px; color: var(--yellow); font-size: 17px; }
.product-pills { min-width: 300px; }
.product-pills span { min-width: 64px; }

.values { background: #fffef9; }
.values-wrap { padding: 72px; border-radius: var(--radius-xl); background: #f2f7ed; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(53,74,51,.11); }
.value-item { padding: 37px 34px; background: #f2f7ed; }
.value-item > span { color: #8bae86; font-family: Georgia, serif; font-size: 12px; }
.value-item h3 { margin: 28px 0 11px; font-size: 21px; }
.value-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.studio { background: #fffef9; }
.studio-card { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; padding: 58px 62px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, #fffdfa, #f8f6ed); box-shadow: 0 20px 55px rgba(76, 67, 47, .07); }
.studio-badge { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--green-soft); color: #628a5e; font-size: 11px; font-weight: 750; }
.studio-about h3 { margin: 22px 0 17px; font-size: clamp(26px, 3vw, 36px); line-height: 1.35; letter-spacing: -.025em; }
.studio-about p { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.studio-about strong { color: var(--ink); }
.studio-facts { margin: 0; padding: 8px 0 8px 34px; border-left: 1px solid var(--line); }
.studio-facts div { display: grid; grid-template-columns: 88px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.studio-facts div:last-child { border-bottom: 0; }
.studio-facts dt { color: #949b95; font-size: 12px; }
.studio-facts dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 650; line-height: 1.5; }
.studio-facts a { text-decoration: underline; text-underline-offset: 4px; }
.access { padding-top: 36px; background: #fffef9; }
.access-card { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px 70px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff0bc 0%, #ffda68 55%, #f5c544 100%); overflow: hidden; position: relative; }
.access-card::after { content: ""; position: absolute; right: -60px; top: -120px; width: 330px; height: 330px; border-radius: 50%; border: 55px solid rgba(255,255,255,.22); }
.access-copy { position: relative; z-index: 2; max-width: 690px; }
.access-copy .section-kicker { color: #876c22; }
.access-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; }
.access-copy p { margin: 16px 0 0; color: rgba(38,48,43,.7); line-height: 1.8; }
.access-badge { position: relative; z-index: 2; width: 150px; height: 174px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 24px 45px rgba(131,95,13,.16); transform: rotate(4deg); }
.badge-duck { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 22px 22px 27px 27px; background: var(--yellow); font-size: 13px; font-weight: 850; letter-spacing: .04em; }
.access-badge strong { font-size: 16px; } .access-badge small { margin-top: 5px; color: #978762; }

.site-footer { margin-top: 108px; background: #27312c; color: white; }
.footer-main { display: flex; justify-content: space-between; gap: 60px; padding: 62px 0 54px; }
.brand-footer .brand-mark { background: rgba(255,255,255,.08); box-shadow: none; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.47); letter-spacing: 0; font-size: 11px; }
.footer-brand > p { max-width: 410px; margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.8; }
.footer-links { display: flex; gap: 75px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; min-width: 105px; }
.footer-links strong { margin-bottom: 5px; font-size: 13px; }
.footer-links a { color: rgba(255,255,255,.52); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom-inner { min-height: 66px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px 22px; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
.icp-link { color: rgba(255,255,255,.62); text-decoration: underline; text-underline-offset: 4px; }
.icp-link:hover { color: white; }

.legal-page { min-height: 100vh; background: #fffaf0; }
.legal-footer { margin-top: 0; }
.legal-main { padding: 72px 0 100px; }
.legal-card { max-width: 860px; margin: 0 auto; padding: 55px 62px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.legal-card h1 { margin: 0 0 12px; font-size: 40px; letter-spacing: -.035em; }
.legal-date { color: #929991; font-size: 13px; }
.legal-card h2 { margin: 38px 0 12px; font-size: 21px; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.9; font-size: 14px; }
.legal-card ul { padding-left: 20px; }
.legal-note { margin-top: 32px; padding: 18px 20px; border-radius: 16px; background: #fff6d7; color: #806d35; font-size: 13px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .2s; }
@keyframes wave { 0%,100% { transform: scaleY(.75); } 50% { transform: scaleY(1.18); } }
@keyframes pulse { 0%,100% { box-shadow: 0 10px 20px rgba(208,157,25,.22); } 50% { box-shadow: 0 0 0 10px rgba(255,214,92,.18), 0 10px 20px rgba(208,157,25,.22); } }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .section-grid { grid-template-columns: 1fr; gap: 38px; }
  .intro-copy { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-column: 1 / -1; }
  .feature-wide { flex-direction: column; align-items: flex-start; }
  .stage-pills { justify-content: flex-start; min-width: 0; }
  .values-wrap { padding: 55px 30px; }
  .studio-card { grid-template-columns: 1fr; gap: 38px; padding: 48px; }
  .studio-facts { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .values-grid { grid-template-columns: 1fr; }
  .access-card { padding: 50px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark svg { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 18px; }
  .brand-studio .brand-copy strong { max-width: 205px; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
  .brand-studio .brand-copy small { font-size: 9px; }
  .nav-cta { display: none; }
  .hero { padding: 40px 0 70px; }
  .hero h1 { font-size: 41px; }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { gap: 10px; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 425px; }
  .visual-card { padding: 14px; border-radius: 26px; }
  .scene-art { height: 197px; }
  .duck-body { transform: translateX(-50%) scale(.82); transform-origin: bottom; }
  .scene-text { padding-left: 17px; }
  .scene-text strong { font-size: 17px; }
  .mini-scenes { gap: 8px; }
  .mini-scene { padding: 10px; gap: 8px; }
  .mini-scene-icon { width: 32px; height: 32px; font-size: 16px; }
  .floating-note { display: none; }
  .section { padding: 78px 0; }
  .section-heading h2, .center-heading h2 { font-size: 32px; }
  .intro-copy p { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; }
  .feature-card { min-height: 270px; padding: 26px; }
  .feature-wide { min-height: 340px; }
  .stage-pills { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .values-wrap { padding: 48px 18px; border-radius: 26px; }
  .studio-card { padding: 34px 24px; border-radius: 26px; }
  .studio-facts div { grid-template-columns: 76px 1fr; gap: 12px; }
  .access-card { min-height: 450px; padding: 40px 27px; flex-direction: column; align-items: flex-start; }
  .access-badge { align-self: center; }
  .site-footer { margin-top: 78px; }
  .footer-main { flex-direction: column; padding: 48px 0 40px; }
  .footer-links { gap: 48px; }
  .footer-bottom-inner { padding: 18px 0; }
  .legal-main { padding: 42px 0 70px; }
  .legal-card { padding: 36px 24px; border-radius: 24px; }
  .legal-card h1 { font-size: 31px; }
}

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