:root {
  color-scheme: light;
  --page: #faf8f5;
  --surface: #fff;
  --ink: #302a27;
  --muted: #746962;
  --red: #c83528;
  --red-dark: #a6281e;
  --red-soft: #faefeb;
  --line: #e6ded6;
  --peach: #f1e2d6;
  --container: 1200px;
  --shadow: 0 18px 50px rgb(73 45 31 / 7%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; outline-offset: 5px; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, [href] { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 2px solid var(--red); }
::selection { color: var(--ink); background: #f5d9c6; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 106px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 10px 18px; border-radius: 8px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: block; width: 24px; height: 24px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(250 248 245 / 96%); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { object-fit: contain; width: 43px; height: 43px; }
.brand-name { font-size: 23px; font-weight: 650; letter-spacing: -.06em; white-space: nowrap; }
.brand-name > span { margin-left: 3px; font-size: 18px; font-weight: 500; letter-spacing: -.04em; }
.brand-divider { width: 1px; height: 20px; margin-inline: 9px; background: #d9cec4; }
.brand-english { color: var(--muted); font-family: Georgia, serif; font-size: 23px; letter-spacing: -.05em; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover { color: var(--red); }
.site-nav .nav-cta { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 44px; padding: 9px 20px; border: 1px solid #c9b6ab; border-radius: 99px; }
.site-nav .nav-cta:hover { border-color: var(--red); background: var(--red-soft); }
.nav-cta .icon { width: 18px; height: 18px; }
.menu-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); }
.menu-line { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s; }
.menu-toggle[aria-expanded="true"] .menu-line:nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-line:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
.hero { overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 32px; min-height: 626px; padding-block: 57px 62px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: .08em; }
.small-line { width: 23px; height: 2px; flex: none; background: var(--red); }
.hero h1 { margin: 0 0 27px; font-size: clamp(40px, 4.3vw, 62px); font-weight: 600; line-height: 1.34; letter-spacing: -.055em; }
.hero h1 > span { color: var(--red); }
.hero-lede { margin-bottom: 32px; color: var(--muted); font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 13px 24px; border-radius: 99px; font-size: 15px; font-weight: 550; transition: background .2s, transform .2s; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.button .icon { width: 21px; height: 21px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; }
.text-link:hover { color: var(--red); }
.text-link > span { color: var(--red); font-size: 20px; }
.availability-note { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.status-dot { width: 5px; height: 5px; background: #986f52; border-radius: 50%; }
.hero-art { position: relative; min-width: 0; padding: 0 15px 18px 45px; }
.mascot-stage { position: relative; display: flex; align-items: center; justify-content: center; height: 471px; overflow: hidden; border-radius: 180px 180px 26px 26px; background: var(--peach); isolation: isolate; }
.stage-caption { position: absolute; z-index: 2; top: 56px; left: 0; right: 0; text-align: center; font-size: 14px; color: #856b5a; letter-spacing: .12em; }
.stage-orbit { position: absolute; z-index: -1; top: 65px; left: 50%; width: 350px; height: 350px; border: 1px solid #cfb59f; border-radius: 50%; transform: translateX(-50%); }
.stage-orbit::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgb(207 181 159 / 45%); border-radius: 50%; }
.stage-dot { position: absolute; top: 146px; right: 30px; width: 12px; height: 12px; border-radius: 50%; background: var(--red); }
.hero-mascot { position: relative; z-index: 1; width: 242px; margin-top: 10px; transform: rotate(-8deg); filter: drop-shadow(8px 16px 12px rgb(88 53 25 / 8%)); }
.clarity-card { position: absolute; z-index: 3; right: 54px; left: 6px; bottom: 32px; display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid rgb(230 222 214 / 75%); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.clarity-icon { display: grid; place-items: center; width: 44px; height: 48px; flex: none; border-radius: 8px; color: var(--red); background: var(--red-soft); }
.clarity-card p { margin: 0 0 3px; font-size: 15px; font-weight: 600; }
.clarity-card div > span { color: var(--muted); font-size: 12px; }
.clarity-check { display: grid; place-items: center; width: 26px; height: 26px; flex: none; margin-left: auto; border: 1px solid #ddd2c8; border-radius: 50%; color: #87664a; }
.clarity-check .icon { width: 16px; height: 16px; }
.hero-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.hero-footer > a { display: inline-flex; align-items: center; gap: 18px; min-height: 32px; }
.hero-footer > a:hover { color: var(--red); }
.scenarios { background: var(--surface); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-index { color: var(--red); font-size: 12px; font-weight: 500; }
.section-heading .eyebrow { margin-bottom: 20px; }
h2 { margin-bottom: 0; font-size: clamp(30px, 3.1vw, 40px); line-height: 1.45; letter-spacing: -.04em; }
.section-description { margin-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.scenario-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.scenario-tabs { display: grid; gap: 12px; padding-top: 12px; }
.scenario-tab { position: relative; display: flex; align-items: flex-start; width: 100%; gap: 18px; padding: 27px 23px; text-align: left; color: var(--ink); background: transparent; border: 1px solid transparent; border-radius: 14px; transition: background .2s, border-color .2s; }
.scenario-tab:hover { background: #faf8f5; }
.scenario-tab[aria-selected="true"] { border-color: #eed6ce; background: var(--red-soft); }
.scenario-icon { display: grid; place-items: center; width: 39px; height: 39px; flex: none; margin-top: 1px; color: #8e7f72; }
.scenario-icon .icon { width: 29px; height: 29px; }
.scenario-tab[aria-selected="true"] .scenario-icon { color: var(--red); }
.scenario-tab-copy { flex: 1; min-width: 0; }
.scenario-tab-copy > strong { display: block; margin: 0 0 8px; font-size: 20px; font-weight: 600; }
.scenario-tab-copy > span { display: block; color: var(--muted); font-size: 14px; line-height: 1.8; }
.tab-arrow { width: 19px; height: 19px; margin-top: 9px; color: #b5a397; }
.scenario-tab[aria-selected="true"] .tab-arrow { color: var(--red); }
.example-shell { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fcfbf9; box-shadow: 0 12px 36px rgb(65 45 30 / 4%); }
.example-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 28px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.example-topbar > span:first-child { display: inline-flex; align-items: center; gap: 9px; }
.example-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.example-label { flex: none; padding: 2px 8px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; }
.scenario-panel { min-height: 433px; padding: 25px 28px 0; }
.example-question { padding-left: 13px; border-left: 2px solid #d9c1ae; }
.question-label { color: var(--muted); font-size: 12px; }
.example-question p { margin: 6px 0 0; font-size: 15px; font-weight: 500; line-height: 1.8; }
.source-excerpt { margin-top: 18px; padding: 14px 17px; border-radius: 8px; background: #f1ece6; }
.source-excerpt > span { color: var(--muted); font-size: 12px; }
.source-excerpt p { margin: 5px 0 0; color: #65574d; font-size: 14px; line-height: 1.8; }
.example-answer { margin-top: 22px; }
.answer-author { display: flex; align-items: center; gap: 9px; }
.answer-author img { width: 28px; height: 28px; object-fit: contain; }
.answer-author strong { font-size: 14px; font-weight: 600; }
.answer-points { display: grid; gap: 18px; margin: 20px 0 0; padding: 0; list-style: none; }
.answer-points li { display: flex; align-items: flex-start; gap: 13px; }
.answer-points li > span { margin-top: 3px; color: #967257; font-size: 12px; font-variant-numeric: tabular-nums; }
.answer-points strong { display: block; font-size: 15px; font-weight: 550; }
.answer-points p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.answer-takeaway { display: flex; align-items: flex-start; gap: 9px; margin: 21px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #7c5740; font-size: 13px; line-height: 1.8; }
.answer-takeaway .icon { width: 17px; height: 17px; margin-top: 3px; }
.draft-message { margin-top: 19px; padding: 20px; border: 1px solid #e9dfd5; border-radius: 10px; background: white; }
.draft-message p { margin-bottom: 14px; font-size: 15px; line-height: 1.9; }
.draft-message p:last-child { margin-bottom: 0; }
.example-footnote { margin: 0; padding: 22px 28px; color: var(--muted); font-size: 12px; }
.approach { border-bottom: 1px solid var(--line); }
.approach .section-heading h2 > span { color: var(--red); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 58px; }
.principle { padding-right: 40px; }
.principle + .principle { padding-left: 40px; border-left: 1px solid #ded1c6; }
.principle:last-child { padding-right: 0; }
.principle-number { color: #9b7458; font-size: 13px; }
.principle h3 { margin: 24px 0 16px; font-size: 23px; letter-spacing: -.04em; }
.principle p { max-width: 290px; margin-bottom: 27px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.principle-keyword { display: inline-flex; align-items: center; gap: 9px; color: #85674f; font-size: 12px; }
.principle-keyword::before { content: ""; width: 4px; height: 4px; border: 1px solid currentColor; transform: rotate(45deg); }
.get-loboo { background: var(--surface); }
.access-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 59px 61px; border-radius: 22px; background: #7c2f25; color: #fff9f4; }
.access-intro .eyebrow { color: #efc3b4; font-size: 12px; }
.access-intro .small-line { background: #e7a086; }
.access-intro h2 { margin-bottom: 21px; font-size: 31px; line-height: 1.55; }
.access-intro > p:not(.eyebrow) { margin-bottom: 30px; color: #f0cec1; font-size: 14px; line-height: 1.9; }
.access-signature { display: flex; align-items: center; gap: 12px; }
.access-signature img { width: 43px; height: 43px; }
.access-signature > span { font-size: 13px; color: #f3d8ca; }
.signature-dot { margin-inline: 6px; }
.access-options { display: grid; align-content: center; }
.access-option { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 20px; padding-block: 26px; border-bottom: 1px solid #a25547; }
.access-option:first-child { padding-top: 0; }
.access-option:last-child { padding-bottom: 0; border-bottom: 0; }
.access-option > .icon { color: #efc4b1; }
.access-option h3 { margin-bottom: 5px; font-size: 16px; }
.access-option p { margin-bottom: 0; color: #f0cec1; font-size: 12px; }
.coming-soon { padding: 5px 11px; border: 1px solid #b17361; border-radius: 99px; color: #f8dfd1; font-size: 12px; white-space: nowrap; }
.site-footer { padding-block: 33px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 31px; }
.footer-brand img { width: 34px; height: 34px; }
.footer-brand .brand-name { font-size: 18px; }
.footer-brand .brand-name > span { font-size: 14px; }
.footer-inner > p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.copyright { margin-left: auto; color: var(--muted); font-size: 12px; }
.back-to-top { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d9ccc0; border-radius: 50%; }
.back-to-top:hover { color: var(--red); border-color: var(--red); }
@media (min-width: 1600px) {
  .hero-grid { min-height: 685px; gap: 62px; padding-block: 65px 76px; }
  .hero-art { padding-left: 20px; }
  .mascot-stage { height: 500px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero-grid { gap: 22px; min-height: 590px; }
  .hero h1 { font-size: clamp(37px, 4.6vw, 50px); }
  .hero-art { padding-left: 5px; padding-right: 0; }
  .mascot-stage { height: 423px; }
  .hero-mascot { width: 215px; }
  .clarity-card { right: 12px; left: -14px; padding: 16px; }
  .clarity-card p { font-size: 14px; }
  .clarity-check { display: none; }
  .hero-actions { gap: 18px; }
  .scenario-layout { gap: 36px; grid-template-columns: .85fr 1.15fr; }
  .scenario-tab { padding: 24px 15px; gap: 10px; }
  .tab-arrow { display: none; }
  .principle { padding-right: 26px; }
  .principle + .principle { padding-left: 26px; }
  .access-panel { padding: 45px 36px; gap: 38px; }
  .access-intro h2 { font-size: 27px; }
  .access-option { gap: 14px; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 78px; }
  .site-nav { gap: 22px; }
  .brand-divider, .brand-english { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; padding-top: 40px; min-height: 560px; }
  .hero h1 { font-size: 35px; }
  .hero-lede { font-size: 15px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 12px; }
  .hero-art { padding-left: 7px; }
  .mascot-stage { height: 392px; }
  .hero-mascot { width: 192px; }
  .stage-caption { font-size: 12px; }
  .stage-orbit { width: 280px; height: 280px; }
  .clarity-card { gap: 10px; left: -5px; right: 10px; }
  .clarity-card p, .clarity-card div > span { font-size: 12px; }
  .clarity-icon { width: 32px; height: 38px; }
  .clarity-icon .icon { width: 20px; height: 20px; }
  .section-space { padding-block: 80px; }
  .section-heading { gap: 22px; }
  h2 { font-size: 30px; }
  .section-description { font-size: 14px; }
  .scenario-layout { grid-template-columns: 1fr; gap: 26px; }
  .scenario-tabs { grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 0; }
  .scenario-tab { padding: 17px 10px; justify-content: center; align-items: center; gap: 8px; }
  .scenario-icon { width: 26px; height: 26px; margin: 0; }
  .scenario-icon .icon { width: 22px; height: 22px; }
  .scenario-tab-copy { flex: initial; }
  .scenario-tab-copy > strong { margin: 0; font-size: 16px; }
  .scenario-tab-copy > span { display: none; }
  .scenario-panel { min-height: 425px; }
  .principle h3 { font-size: 20px; }
  .principle p { font-size: 14px; }
  .principle { padding-right: 20px; }
  .principle + .principle { padding-left: 20px; }
  .access-panel { grid-template-columns: 1fr; gap: 42px; }
  .access-intro h2 { font-size: 30px; }
  .access-signature { display: none; }
  .access-intro > p:not(.eyebrow) { margin-bottom: 0; }
  .access-option { padding-block: 22px; }
  .access-option p { font-size: 13px; }
  .footer-inner { gap: 22px; flex-wrap: wrap; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; gap: 16px; }
  .brand img { width: 38px; height: 38px; }
  .brand-name { font-size: 21px; }
  .brand-name > span { font-size: 16px; }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 24px 24px; border-bottom: 1px solid var(--line); background: var(--page); box-shadow: 0 16px 24px rgb(65 45 30 / 6%); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav > a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { display: flex; margin-top: 18px; padding-block: 11px; border: 1px solid #c9b6ab; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-block: 40px 34px; }
  .hero .eyebrow { margin-bottom: 21px; font-size: 12px; letter-spacing: .03em; gap: 10px; }
  .hero h1 { margin-bottom: 21px; font-size: clamp(33px, 8.8vw, 50px); line-height: 1.45; letter-spacing: -.055em; }
  .hero-lede { max-width: 440px; margin-bottom: 23px; font-size: 15px; line-height: 1.95; }
  .hero-actions { gap: 19px; }
  .button { min-height: 50px; padding: 12px 19px; gap: 13px; font-size: 14px; }
  .hero-actions .text-link { font-size: 13px; gap: 6px; }
  .availability-note { margin-top: 17px; }
  .hero-art { max-width: 390px; width: 100%; margin: 0 auto; padding: 0 14px 15px 27px; }
  .mascot-stage { height: 340px; border-radius: 145px 145px 20px 20px; }
  .stage-caption { top: 35px; font-size: 12px; }
  .hero-mascot { width: 183px; margin-top: -2px; }
  .stage-orbit { top: 48px; width: 260px; height: 260px; }
  .stage-dot { top: 114px; right: 23px; width: 9px; height: 9px; }
  .clarity-card { bottom: 26px; left: 0; right: 30px; padding: 14px; border-radius: 12px; }
  .clarity-card p { font-size: 13px; }
  .clarity-icon { width: 35px; height: 39px; }
  .hero-footer { padding-block: 18px; gap: 12px; font-size: 12px; }
  .hero-footer > a { gap: 8px; white-space: nowrap; }
  .section-space { padding-block: 65px; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-heading .eyebrow { margin-bottom: 16px; font-size: 12px; }
  h2 { font-size: clamp(25px, 7vw, 33px); line-height: 1.5; }
  .section-description { margin: 20px 0 0; font-size: 14px; line-height: 1.9; }
  .section-description br { display: none; }
  .scenario-layout { gap: 19px; }
  .scenario-tabs { gap: 4px; }
  .scenario-tab { padding: 14px 6px; gap: 5px; border-radius: 9px; }
  .scenario-tab-copy > strong { font-size: 14px; }
  .scenario-icon { width: 20px; height: 20px; }
  .scenario-icon .icon { width: 19px; height: 19px; }
  .example-shell { border-radius: 13px; }
  .example-topbar { gap: 8px; padding: 15px 17px; font-size: 12px; }
  .example-label { padding: 1px 6px; }
  .scenario-panel { min-height: 510px; padding: 21px 17px 0; }
  .example-question p { font-size: 14px; }
  .source-excerpt { padding: 12px 13px; }
  .source-excerpt p { font-size: 14px; }
  .answer-points { gap: 17px; }
  .answer-points strong, .answer-points p { font-size: 14px; }
  .answer-takeaway { font-size: 12px; }
  .draft-message { padding: 15px; }
  .draft-message p { font-size: 14px; }
  .example-footnote { padding: 21px 17px; line-height: 1.8; }
  .approach .section-heading h2 { font-size: clamp(23px, 6.5vw, 31px); }
  .principles-grid { grid-template-columns: 1fr; margin-top: 33px; }
  .principle, .principle + .principle { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; padding: 25px 0; border: 0; border-top: 1px solid var(--line); }
  .principle-number { padding-top: 3px; font-size: 12px; }
  .principle h3 { margin: 0 0 12px; font-size: 20px; }
  .principle p { grid-column: 2; max-width: none; margin-bottom: 14px; font-size: 14px; }
  .principle-keyword { grid-column: 2; }
  .access-panel { width: calc(100% - 32px); padding: 35px 23px; gap: 34px; border-radius: 16px; }
  .access-intro h2 { font-size: clamp(23px, 6.4vw, 30px); }
  .access-intro .eyebrow { margin-bottom: 20px; letter-spacing: .04em; }
  .access-option { grid-template-columns: 21px 1fr auto; gap: 12px; }
  .access-option > .icon { width: 21px; height: 21px; }
  .access-option h3 { font-size: 15px; }
  .access-option p { font-size: 12px; }
  .coming-soon { padding: 4px 8px; font-size: 12px; }
  .site-footer { padding-block: 25px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 14px; }
  .footer-brand { grid-row: 1; }
  .footer-brand img { width: 32px; height: 32px; }
  .footer-inner > p { grid-column: 1; grid-row: 2; font-size: 12px; }
  .copyright { grid-column: 1; margin: 0; font-size: 12px; }
  .back-to-top { grid-row: 1; grid-column: 2; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 30px; }
  .hero-actions { gap: 10px; }
  .button { padding-inline: 15px; gap: 8px; }
  .hero-actions .text-link { font-size: 12px; }
  .access-panel { padding-inline: 18px; }
  .access-option { gap: 9px; }
  .access-option p { max-width: 135px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
