@font-face {
  font-family: "Antorcha Sans";
  src: url("../_assets/static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/sora/v12/xMQ9uFFYT72X5wkB_18qmnndmSdSnh2BAfO5mnuyOo1lfiQwV6-xo6eeIw.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --ink: #272322;
  --muted: #6f6661;
  --cream: #fffaf2;
  --white: #ffffff;
  --flame: #ff3b30;
  --ember: #d92c25;
  --sun: #ffd36f;
  --butter: #fff0bd;
  --peach: #f9ddd5;
  --rose: #f7c7c0;
  --sky: #d9edf0;
  --leaf: #dce9c9;
  --plum: #35252d;
  --line: rgba(39, 35, 34, .14);
  --shadow: 0 18px 55px rgba(85, 48, 40, .1);
  --max: 1200px;
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Antorcha Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--plum); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { max-width: var(--max); margin: 0 auto; padding-left: 30px; padding-right: 30px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,242,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { max-width: var(--max); min-height: 88px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; text-decoration: none; }
.brand img { width: 122px; }
.brand span { display: none; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
.main-nav a:not(.button):hover, .main-nav a[aria-current="page"] { color: var(--ember); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; font-weight: 750; }

.button { display: inline-flex; min-height: 50px; padding: 13px 21px; justify-content: center; align-items: center; gap: 12px; border: 1.5px solid var(--ink); border-radius: 15px; background: transparent; color: var(--ink); text-decoration: none; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button::after { content: "↗"; font-size: 15px; }
.button:hover { transform: translateY(-2px); background: var(--white); box-shadow: 0 8px 22px rgba(39,35,34,.1); }
.button-dark { background: var(--plum); border-color: var(--plum); color: white; }
.button-red { background: var(--flame); border-color: var(--flame); color: white; }
.button-dark:hover, .button-red:hover { color: white; background: var(--ember); border-color: var(--ember); }
.text-link { color: var(--ember); font-weight: 750; text-underline-offset: 5px; }

.section { padding: 104px 0; }
.section-sm { padding: 70px 0; }
.eyebrow { margin: 0 0 20px; color: var(--ember); font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.eyebrow::before { content: "✦"; margin-right: 9px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.06; }
h1 { max-width: 980px; margin-bottom: 28px; font-size: clamp(48px, 6.8vw, 88px); font-weight: 760; }
h2 { margin-bottom: 32px; font-size: clamp(38px, 5vw, 66px); font-weight: 730; }
h3 { font-size: clamp(27px, 3vw, 38px); }
.lede { max-width: 730px; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.42; letter-spacing: -.025em; }
.copy { max-width: 690px; color: var(--muted); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

.hero { position: relative; min-height: 720px; padding: 76px 0 84px; overflow: hidden; background: radial-gradient(circle at 88% 20%, rgba(255,211,111,.5), transparent 26%), radial-gradient(circle at 70% 74%, rgba(247,199,192,.65), transparent 31%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -210px; top: 80px; border: 58px solid rgba(255,59,48,.08); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(50px, 6.9vw, 92px); }
.hero-copy { padding-bottom: 8px; }
.hero-visual { position: relative; min-height: 540px; }
.hero-visual img { height: 540px; object-fit: cover; border-radius: 48px 48px 180px 48px; box-shadow: var(--shadow); filter: saturate(.86) contrast(.96); }
.hero-stamp { position: absolute; left: -42px; bottom: 42px; width: 150px; height: 150px; display: grid; place-items: center; padding: 24px; border: 8px solid var(--cream); border-radius: 50%; background: var(--flame); color: white; text-align: center; font-size: 14px; font-weight: 750; line-height: 1.2; transform: rotate(-5deg); }
.hero-line { display: inline; padding: 0 .12em; background: linear-gradient(transparent 58%, var(--sun) 58%); }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; overflow: hidden; }
.ticker-track { max-width: var(--max); margin: auto; padding: 18px 30px; display: flex; justify-content: center; gap: 18px 46px; flex-wrap: wrap; }
.ticker span { position: relative; font-size: 14px; font-weight: 700; }
.ticker span::before { content: "•"; margin-right: 12px; color: var(--flame); }
.ticker span:nth-child(n+5) { display: none; }

.choice-section { position: relative; color: var(--ink); background: var(--peach); overflow: hidden; }
.choice-section::after { content: ""; position: absolute; width: 330px; height: 330px; left: -190px; bottom: -120px; border-radius: 50%; background: var(--sun); opacity: .55; }
.choice-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.choice-intro .copy { color: #67534e; }
.choice-tabs { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 52px; }
.choice-tab { min-height: 116px; padding: 23px; border: 1px solid rgba(39,35,34,.13); border-radius: 24px; background: rgba(255,255,255,.58); cursor: pointer; text-align: left; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.choice-tab span { display: block; margin-bottom: 11px; color: var(--ember); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.choice-tab:hover { transform: translateY(-3px); }
.choice-tab[aria-selected="true"] { background: white; box-shadow: var(--shadow); }
.choice-tab:nth-child(2)[aria-selected="true"] { background: var(--sun); }
.choice-tab:nth-child(3)[aria-selected="true"] { background: var(--sky); }
.choice-panel { position: relative; z-index: 1; margin-top: 15px; padding: 42px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.choice-panel[hidden] { display: none; }
.choice-panel-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.choice-panel h3 { margin-bottom: 15px; }
.choice-panel p { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; }

.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { min-height: 205px; padding: 28px; border: 1px solid var(--line); border-radius: 100px 100px 24px 24px; background: white; text-align: center; box-shadow: 0 12px 32px rgba(85,48,40,.06); }
.stat:nth-child(2) { background: var(--sun); }
.stat:nth-child(3) { background: var(--sky); }
.stat:nth-child(4) { background: var(--leaf); }
.stat strong { display: block; margin: 20px 0 34px; color: var(--ember); font-size: clamp(46px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.stat span { font-size: 14px; font-weight: 700; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card { position: relative; overflow: hidden; border: 0; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.card-image { height: 350px; object-fit: cover; }
.card-body { padding: 36px; }
.card h3 { margin-bottom: 17px; }
.card p { color: var(--muted); font-size: 17px; }
.card-number { position: absolute; top: 19px; left: 19px; padding: 10px 14px; border-radius: 12px; background: var(--cream); color: var(--ember); font-size: 12px; font-weight: 750; }

.proof { background: #f5e7df; }
.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: start; }
.proof h2 { max-width: 760px; }
.proof-list { display: grid; gap: 13px; }
.proof-item { display: block; padding: 23px 25px; border: 1px solid rgba(39,35,34,.1); border-radius: 18px; background: rgba(255,255,255,.58); }
.proof-item strong { display: none; }
.proof-item p { margin: 0; font-size: 17px; }

.quote { position: relative; padding: 94px 0; text-align: center; background: white; }
.quote::before { content: "✦"; display: block; margin-bottom: 25px; color: var(--flame); font-size: 38px; }
.quote blockquote { max-width: 990px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(32px, 4.5vw, 57px); font-weight: 400; line-height: 1.18; letter-spacing: -.035em; }
.quote cite { display: block; margin-top: 24px; color: var(--muted); font-style: normal; }

.cta { background: var(--sun); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.cta h2 { max-width: 850px; margin: 0; }

.page-hero { position: relative; padding: 82px 0 74px; overflow: hidden; background: linear-gradient(135deg, var(--cream), #f9ebe5); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 340px; height: 340px; border: 54px solid rgba(255,59,48,.08); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 66px; align-items: end; }
.page-hero .lede { margin-bottom: 0; }
.page-image { height: min(52vw, 590px); object-fit: cover; border-radius: 48px 48px 180px 48px; box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: start; }
.sticky { position: sticky; top: 122px; }
.principles { display: grid; gap: 15px; margin-top: 38px; }
.principle { display: block; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); }
.principle > span { display: none; }
.principle h3 { margin-bottom: 10px; font-size: 27px; }
.principle p { margin: 0; color: var(--muted); }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 20px; }
.person img { aspect-ratio: .88; object-fit: cover; border-radius: 80px 80px 18px 18px; filter: saturate(.82); }
.person:nth-child(even) img { border-radius: 18px 80px 18px 80px; }
.person h3 { margin: 16px 0 4px; font-size: 20px; letter-spacing: -.03em; }
.person p { color: var(--muted); font-size: 14px; }

.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.action-card { min-height: 510px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 34px; background: var(--sky); box-shadow: var(--shadow); }
.action-card:nth-child(2) { background: var(--rose); }
.action-card:nth-child(3) { background: var(--sun); }
.action-card .action-icon { width: 100%; height: 185px; object-fit: contain; margin-bottom: 28px; }
.action-card h2 { font-size: 39px; }
.action-card p { color: #514946; }
.action-card .button { margin-top: auto; align-self: flex-start; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { min-height: 410px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 34px 34px 90px 34px; background: white; text-decoration: none; box-shadow: 0 12px 35px rgba(85,48,40,.06); transition: transform .2s ease, background .2s ease; }
.article-card:hover { transform: translateY(-4px); background: var(--sun); }
.article-card:nth-child(2) { background: var(--peach); }
.article-card:nth-child(3) { background: var(--sky); }
.article-card .label { color: var(--ember); font-size: 12px; font-weight: 750; }
.article-card h3 { margin: auto 0 24px; font-size: 30px; }
.article-card span:last-child { font-weight: 750; }

.article-hero { padding: 84px 0 54px; background: linear-gradient(135deg, var(--cream), var(--peach)); }
.article-hero h1 { max-width: 1050px; font-size: clamp(46px, 6.5vw, 82px); }
.article-meta { color: var(--muted); font-size: 14px; font-weight: 650; }
.article-cover { width: 100%; max-height: 680px; object-fit: cover; }
.article-body { max-width: 780px; margin: 0 auto; padding: 82px 28px 105px; }
.article-body .intro { margin-bottom: 42px; font-size: clamp(22px, 2.5vw, 29px); line-height: 1.46; letter-spacing: -.025em; }
.article-body h2 { margin: 60px 0 22px; font-size: clamp(33px, 4vw, 48px); }
.article-body h3 { margin: 46px 0 18px; font-size: 26px; line-height: 1.2; }
.article-body p, .article-body li { font-size: 18px; line-height: 1.75; }
.article-body blockquote { margin: 52px 0; padding: 30px; border: 0; border-radius: 28px; background: var(--peach); font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.42; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; }
.contact-list { display: grid; gap: 12px; }
.contact-row { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.contact-row span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.contact-form { padding: 34px; border-radius: var(--radius); background: var(--sky); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 750; }
input, textarea { width: 100%; margin-top: 7px; padding: 15px; border: 1px solid rgba(39,35,34,.16); border-radius: 14px; background: white; color: var(--ink); }
textarea { min-height: 150px; resize: vertical; }

.utility-hero { padding: 72px 0 60px; background: linear-gradient(135deg, var(--cream), #f9ebe5); border-bottom: 1px solid var(--line); }
.utility-hero h1 { max-width: 900px; font-size: clamp(44px, 6vw, 72px); }
.utility-hero .lede { max-width: 780px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 82px; align-items: start; }
.legal-nav { position: sticky; top: 120px; display: grid; gap: 8px; padding: 22px; border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(85,48,40,.06); }
.legal-nav a { padding: 9px 10px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 650; }
.legal-nav a:hover, .legal-nav a[aria-current="page"] { background: var(--peach); color: var(--ember); }
.legal-content h2 { margin: 58px 0 18px; font-size: clamp(30px, 4vw, 43px); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 38px 0 14px; font-size: 24px; }
.legal-content p, .legal-content li { font-size: 17px; line-height: 1.75; }
.legal-content ul { padding-left: 21px; }
.notice { margin-bottom: 34px; padding: 24px; border: 1px solid rgba(217,44,37,.25); border-radius: 20px; background: var(--peach); }
.notice strong { display: block; margin-bottom: 7px; color: var(--ember); }

.event-hero { padding: 72px 0 78px; background: var(--sun); }
.event-hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; }
.event-hero h1 { max-width: 800px; font-size: clamp(47px, 6.5vw, 82px); }
.status-pill { display: inline-flex; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; background: var(--plum); color: white; font-size: 12px; font-weight: 750; }
.event-meta { display: grid; gap: 13px; padding: 28px; border-radius: 28px; background: rgba(255,255,255,.72); }
.event-meta div { padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.event-meta div:last-child { padding-bottom: 0; border-bottom: 0; }
.event-meta span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.archive-card { min-height: 290px; display: flex; flex-direction: column; padding: 26px; border-radius: 30px; background: white; box-shadow: 0 12px 35px rgba(85,48,40,.07); text-decoration: none; }
.archive-card:nth-child(2) { background: var(--peach); }
.archive-card:nth-child(3) { background: var(--sky); }
.archive-card h3 { margin: auto 0 18px; font-size: 27px; }
.archive-card small { color: var(--ember); font-weight: 750; }
.archive-card b { font-size: 14px; }

.empty-state, .thank-you { max-width: 820px; margin: 0 auto; padding: 68px; border-radius: 48px 48px 150px 48px; background: white; box-shadow: var(--shadow); text-align: center; }
.empty-state::before, .thank-you::before { content: "✦"; display: block; margin-bottom: 18px; color: var(--flame); font-size: 44px; }
.empty-state h1, .thank-you h1 { margin-left: auto; margin-right: auto; font-size: clamp(43px, 6vw, 68px); }
.empty-state .lede, .thank-you .lede { margin-left: auto; margin-right: auto; }
.empty-state .actions, .thank-you .actions { justify-content: center; }

.report-hero { position: relative; padding: 88px 0 78px; overflow: hidden; background: var(--plum); color: white; }
.report-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -170px; bottom: -240px; border: 70px solid rgba(255,211,111,.22); border-radius: 50%; }
.report-hero .eyebrow { color: var(--sun); }
.report-hero h1 { max-width: 1040px; }
.report-hero .lede { color: #eadfe4; }
.report-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; color: #cdbfc5; font-size: 13px; font-weight: 650; }
.report-summary { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.report-thesis { padding: 34px; border-radius: 36px 36px 100px 36px; background: var(--sun); }
.report-thesis p { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 3.5vw, 39px); line-height: 1.3; letter-spacing: -.03em; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.insight-card { min-height: 275px; padding: 27px; border-radius: 30px; background: white; box-shadow: 0 12px 35px rgba(85,48,40,.07); }
.insight-card:nth-child(2), .insight-card:nth-child(5) { background: var(--butter); }
.insight-card:nth-child(3), .insight-card:nth-child(6) { background: var(--sky); }
.insight-card small { color: var(--ember); font-weight: 750; }
.insight-card h3 { margin: 70px 0 14px; font-size: 27px; }
.insight-card p { margin: 0; color: var(--muted); }
.adaptation-table { width: 100%; border-collapse: separate; border-spacing: 0 12px; }
.adaptation-table th { padding: 0 20px 8px; color: var(--muted); font-size: 12px; text-align: left; }
.adaptation-table td { padding: 22px 20px; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; }
.adaptation-table td:first-child { width: 28%; border-left: 1px solid var(--line); border-radius: 18px 0 0 18px; font-weight: 750; }
.adaptation-table td:nth-child(2) { width: 40%; }
.adaptation-table td:last-child { border-right: 1px solid var(--line); border-radius: 0 18px 18px 0; color: var(--muted); }
.change-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.change-item { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); }
.change-item h3 { margin-bottom: 11px; font-size: 25px; }
.change-item p { margin: 0; color: var(--muted); }
.report-note { padding: 32px; border-radius: 28px; background: var(--peach); }
.report-note h3 { margin-bottom: 14px; }
.report-note p:last-child { margin-bottom: 0; }
.report-link-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 38px; border-radius: 34px; background: var(--plum); color: white; }
.report-link-card h2 { margin: 0 0 12px; font-size: clamp(33px,4vw,48px); }
.report-link-card p { max-width: 680px; margin: 0; color: #d7cbd1; }
.report-footer-link { color: var(--sun); text-decoration: none; font-weight: 700; }

.site-footer { padding: 64px 0 30px; background: var(--plum); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 70px; }
.footer-brand { max-width: 460px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 50px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.footer-title { margin-bottom: 18px; color: var(--rose); font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--sun); }
.footer-meta { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #cbbfc4; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; padding: 24px 30px 30px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; gap: 20px; }
  .hero { min-height: auto; }
  .hero-grid, .page-hero-grid, .choice-intro, .proof-grid, .split, .contact-grid, .event-hero-grid, .legal-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; margin-top: 25px; }
  .hero-visual img { height: 460px; }
  .hero-stamp { left: auto; right: -8px; }
  .choice-intro, .proof-grid, .split, .contact-grid { gap: 46px; }
  .stat-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .action-grid, .article-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .report-summary { grid-template-columns: 1fr; gap: 45px; }
  .insight-grid { grid-template-columns: repeat(2,1fr); }
  .report-link-card { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; grid-template-columns: repeat(3,1fr); }
  .action-card { min-height: 420px; }
  .cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container, .nav-wrap { padding-left: 18px; padding-right: 18px; }
  .nav-wrap { min-height: 74px; }
  .main-nav { top: 74px; }
  .brand img { width: 94px; }
  .section { padding: 74px 0; }
  .section-sm { padding: 52px 0; }
  .hero { padding-top: 58px; }
  .hero h1, h1 { font-size: 48px; }
  .hero-grid { gap: 8px; }
  .hero-visual, .hero-visual img { min-height: 400px; height: 400px; }
  .hero-visual img { border-radius: 32px 32px 110px 32px; }
  .hero-stamp { width: 124px; height: 124px; border-width: 6px; }
  .ticker-track { justify-content: flex-start; gap: 8px 24px; padding-left: 18px; }
  .choice-tabs { grid-template-columns: 1fr; }
  .choice-tab { min-height: 86px; }
  .choice-panel { padding: 27px; }
  .choice-panel-inner { grid-template-columns: 1fr; gap: 27px; }
  .stat-grid, .cards, .team-grid { grid-template-columns: 1fr; }
  .stat { min-height: 185px; }
  .card-image { height: 260px; }
  .page-hero { padding-top: 58px; }
  .page-image { height: 410px; border-radius: 32px 32px 110px 32px; }
  .sticky { position: static; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .legal-nav { grid-template-columns: 1fr; }
  .empty-state, .thank-you { padding: 42px 24px; border-radius: 32px 32px 100px 32px; }
  .insight-grid, .change-list { grid-template-columns: 1fr; }
  .adaptation-table, .adaptation-table tbody, .adaptation-table tr, .adaptation-table td { display: block; width: 100%; }
  .adaptation-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .adaptation-table tr { margin-bottom: 18px; }
  .adaptation-table td { border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-radius: 0; }
  .adaptation-table td:first-child { width: 100%; border-top: 1px solid var(--line); border-radius: 18px 18px 0 0; }
  .adaptation-table td:nth-child(2) { width: 100%; }
  .adaptation-table td:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-meta { flex-direction: column; }
}
