@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/inter-latin-300-700.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/jetbrains-mono-latin-300-700.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --bg: #0d1822;
  --panel: #142330;
  --line: #2a4052;
  --text: #edf3f5;
  --muted: #b4c2c8;
  --accent: #e58d75;
  --mono: "JetBrains Mono", monospace;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--bg); font: 16px/1.6 Inter, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: var(--bg); background: var(--accent); }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
p { text-wrap: pretty; }
.container { width: min(1248px, calc(100% - 112px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; color: var(--bg); background: var(--text); }
.header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgb(13 24 34 / 94%); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; white-space: nowrap; letter-spacing: -.035em; }
.brand strong { font-weight: 700; }
.brand-mark { width: 18px; height: 3px; background: var(--accent); }
.brand-extension { color: var(--muted); }
.nav-links { display: flex; gap: 28px; margin-left: auto; font-size: 13px; color: var(--muted); }
.nav-links a { display: flex; align-items: center; min-height: 44px; }
.nav-links a:hover { color: var(--accent); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 50px; padding: 13px 21px; border: 1px solid var(--accent); border-radius: 2px; background: var(--accent); color: var(--bg); font-size: 13px; font-weight: 600; line-height: 1.4; cursor: pointer; transition: background .15s; }
.button:hover { background: #efa78f; }
.button span { font-size: 18px; line-height: 1; }
.button-small { min-height: 42px; padding: 10px 16px; gap: 18px; font-size: 12px; }
.button-outline { color: var(--text); border-color: #70899b; background: transparent; }
.button-outline:hover { background: var(--panel); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 13px; text-decoration: underline; text-decoration-color: #526f83; text-underline-offset: 5px; }
.text-link:hover { color: var(--accent); text-decoration-color: var(--accent); }
.text-link span { text-decoration: none; }
.hero { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 12px; min-height: 642px; padding-block: 72px 76px; }
.hero-context { color: var(--accent); font-size: 13px; margin-bottom: 23px; }
h1 { max-width: 13.6ch; font-size: clamp(46px, 4.8vw, 72px); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.hero-description { max-width: 47ch; margin-top: 26px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; margin-top: 30px; }
.hero-person { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.hero-person img { border-radius: 3px; width: 40px; height: 40px; object-fit: cover; filter: saturate(.6); }
.hero-person p { display: grid; gap: 2px; font-size: 11px; color: var(--muted); }
.hero-person strong { color: var(--text); font-weight: 500; font-size: 12px; }
.hero-art { min-width: 0; align-self: center; }
.hero-art img { width: 100%; mask-image: linear-gradient(to right, transparent, #000 7%, #000 95%, transparent); }
.hero-art figcaption { margin-top: 12px; text-align: center; color: var(--muted); font-size: 11px; }
.platform-strip { border-block: 1px solid var(--line); }
.platform-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 85px; }
.platform-inner p { color: var(--muted); font-size: 12px; }
.platform-inner ul { display: flex; gap: clamp(28px, 5vw, 76px); padding: 0; margin: 0; list-style: none; font-size: 15px; letter-spacing: -.025em; }
.section { padding-block: 106px; }
.service-layout, .evidence-layout, .faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.eyebrow { font-size: 12px; color: var(--accent); margin-bottom: 20px; }
h2 { font-size: clamp(32px, 3.2vw, 46px); letter-spacing: -.045em; line-height: 1.13; text-wrap: balance; }
.section-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 15px; max-width: 43ch; }
.section-intro > .text-link { margin-top: 25px; }
.service-row { display: grid; grid-template-columns: 32px 1fr; gap: 20px; padding-block: 25px 28px; border-bottom: 1px solid var(--line); }
.service-row:first-child { padding-top: 0; }
.service-row:last-child { border-bottom: 0; padding-bottom: 0; }
.service-icon { width: 28px; height: 28px; color: var(--accent); margin-top: 4px; }
.service-row h3 { font-size: 21px; letter-spacing: -.025em; line-height: 1.3; margin-bottom: 12px; }
.service-row p { color: var(--muted); font-size: 14px; max-width: 58ch; }
.service-detail { display: block; color: #90a9b7; font-size: 11px; margin-top: 12px; }
.process-section { background: #111f2b; border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: flex-end; margin-bottom: 46px; }
.section-heading > p { width: 35ch; max-width: 40%; color: var(--muted); font-size: 15px; }
.research-section { border-bottom: 1px solid var(--line); }
.research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.research-item { display: flex; flex-direction: column; align-items: flex-start; padding: 0 30px; border-left: 1px solid var(--line); }
.research-item:first-child { padding-left: 0; border-left: 0; }
.research-item:last-child { padding-right: 0; }
.research-source { color: var(--muted); font-size: 12px; }
.research-stat { color: var(--accent); font-size: clamp(48px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: 1.15; margin-block: 26px 16px; }
.research-stat-text { font-size: clamp(40px, 4.2vw, 57px); padding-block: 6px; }
.research-item h3 { font-size: 19px; letter-spacing: -.025em; margin-bottom: 14px; }
.research-item > p:not(.research-source):not(.research-stat) { color: var(--muted); font-size: 14px; }
.research-item .research-method { font-size: 12px !important; margin-block: 19px 16px; }
.research-item .text-link { margin-top: auto; font-size: 12px; }
.research-context { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; max-width: 85ch; }
.research-details { margin-top: 6px; max-width: 85ch; color: var(--muted); font-size: 12px; }
.research-details summary { display: flex; align-items: center; gap: 12px; min-height: 44px; cursor: pointer; list-style: none; }
.research-details summary::-webkit-details-marker { display: none; }
.research-details summary span { color: var(--accent); font-size: 18px; }
.research-details[open] summary span { transform: rotate(45deg); }
.research-details > p { padding-bottom: 8px; }
.impact-section { background: #111f2b; border-top: 1px solid var(--line); }
.impact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.impact-example { min-width: 0; border: 1px solid var(--line); background: var(--panel); }
.impact-example figcaption { padding: 23px 24px; font-size: 13px; border-bottom: 1px solid var(--line); }
.impact-example table { table-layout: fixed; font-size: 15px; }
.impact-example th:first-child { width: 40%; }
.impact-example th, .impact-example td { padding: 18px 16px; }
.impact-example td { text-align: right; }
.impact-example td:last-child { color: var(--accent); }
.impact-example thead th:not(:first-child) { text-align: right; }
.impact-note { padding: 20px 24px; color: var(--muted); font-size: 12px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.process-step { position: relative; padding: 34px 30px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.process-step:last-child { border-right: 0; }
.process-first { background: #172a38; box-shadow: inset 0 2px var(--accent); }
.step-number { color: var(--accent); font: 13px var(--mono); display: block; margin-bottom: 37px; }
.step-format { color: var(--muted); font-size: 11px; margin-bottom: 9px; }
.process-step h3 { font-size: 25px; letter-spacing: -.03em; line-height: 1.25; margin-bottom: 17px; }
.process-step > p:not(.step-format):not(.step-outcome) { color: var(--muted); font-size: 14px; flex-grow: 1; }
.step-outcome { margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; }
.step-outcome strong { display: block; font-size: 11px; color: var(--muted); font-weight: 400; margin-bottom: 6px; }
.scope-note { color: var(--muted); font-size: 12px; margin-top: 22px; }
.pricing-section { border-bottom: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pricing-card { display: flex; flex-direction: column; padding: 35px; border: 1px solid var(--line); border-radius: 3px; }
.pricing-agency { background: var(--panel); border-color: #7f665f; box-shadow: inset 0 2px var(--accent); }
.plan-audience { margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.pricing-card h3 { font-size: 25px; letter-spacing: -.035em; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin-block: 20px 18px; font-size: 48px; font-weight: 500; letter-spacing: -.045em; line-height: 1.15; }
.price-prefix, .price-period { color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: 0; }
.plan-coverage { color: var(--accent); font-size: 14px; margin-bottom: 16px; }
.plan-description { max-width: 50ch; color: var(--muted); font-size: 14px; }
.plan-inclusions { display: grid; gap: 12px; margin: 27px 0; padding-left: 18px; font-size: 13px; }
.plan-inclusions li { padding-left: 4px; }
.plan-inclusions li::marker { color: var(--accent); }
.plan-limit { color: var(--muted); font-size: 12px; padding-top: 22px; border-top: 1px solid var(--line); margin-top: auto; }
.pricing-card .button { align-self: flex-start; margin-top: 23px; }
.pricing-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 25px; color: var(--muted); font-size: 12px; }
.section-intro > .quiet { padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px !important; }
.evidence-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 3px; }
.evidence-heading { display: flex; align-items: center; gap: 14px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.evidence-heading h3 { font-size: 14px; }
.report-symbol { color: var(--accent); font: 25px/1 var(--mono); }
table { border-collapse: collapse; width: 100%; font-size: 12px; text-align: left; }
thead th { color: var(--muted); font-weight: 400; font-size: 11px; }
th, td { padding: 17px 24px; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody th { font-weight: 500; width: 31%; }
td { color: var(--muted); padding-left: 8px; }
thead th:last-child { padding-left: 8px; }
.evidence-footnote { font-size: 11px; color: var(--muted); padding: 17px 24px; }
.owner-section { padding-block: 34px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 38px; align-items: center; border-block: 1px solid var(--line); }
.owner-profile { display: flex; gap: 18px; align-items: center; }
.owner-profile img { width: 64px; height: 64px; object-fit: cover; filter: saturate(.65); border-radius: 3px; }
.owner-profile h2 { font-size: 18px; line-height: 1.3; letter-spacing: -.03em; }
.owner-profile p { color: var(--muted); font-size: 11px; margin-top: 6px; }
.owner-section > p { color: var(--muted); font-size: 13px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding-block: 23px; cursor: pointer; font-size: 15px; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 20px; line-height: 1.2; transition: transform .15s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 14px; padding: 0 28px 24px 0; }
.contact-section { background: #172733; border-block: 1px solid #375061; padding-block: 82px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { max-width: 36ch; color: var(--muted); font-size: 15px; margin-top: 25px; }
.contact-panel { min-width: 0; padding: 30px; border: 1px solid #526f83; background: var(--bg); }
.contact-panel h3 { font-size: 23px; letter-spacing: -.03em; line-height: 1.3; }
.contact-panel > p { color: var(--muted); font-size: 14px; margin-top: 18px; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 28px; }
.contact-panel > .contact-address { margin-top: 26px; font-size: 12px; }
.footer { padding-block: 38px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.footer p { color: var(--muted); font-size: 11px; }
.footer > div > p { margin-top: 12px; }
.comparison-section { border-bottom: 1px solid var(--line); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.comparison-scene { position: relative; isolation: isolate; min-height: 640px; overflow: hidden; padding: 28px 32px 32px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: #0c1720; }
.comparison-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 70%; object-fit: cover; object-position: center top; }
.comparison-scene::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(8 17 24 / 30%), transparent 24%, rgb(8 17 24 / 15%) 38%, #0c1720 69%); }
.comparison-after { border-color: #586e65; }
.scene-label { align-self: flex-start; padding: 7px 12px; background: rgb(8 17 24 / 88%); color: #f0c0a8; font: 11px var(--mono); border-left: 2px solid var(--accent); }
.comparison-after .scene-label { color: #bbdaca; border-color: #9ebfae; }
.scene-copy { margin-top: 250px; }
.scene-copy h3 { font-size: clamp(29px, 3vw, 40px); letter-spacing: -.04em; line-height: 1.1; }
.scene-copy > p { color: var(--muted); font-size: 14px; margin-top: 18px; max-width: 46ch; }
.scene-copy ul { display: grid; gap: 9px; padding: 0; margin: 25px 0 0; list-style: none; font-size: 12px; }
.scene-copy li { display: flex; align-items: baseline; gap: 10px; }
.scene-copy li::before { content: "−"; color: var(--accent); }
.comparison-after .scene-copy li::before { content: "✓"; color: #a8cbbb; }
.scene-note { margin-top: 17px; color: var(--muted); font-size: 11px; }
.care-scene { position: relative; isolation: isolate; overflow: hidden; min-height: 345px; display: flex; align-items: center; padding: 42px; margin-bottom: 24px; border: 1px solid var(--line); background: #10202c; }
.care-image { position: absolute; z-index: -2; top: 0; right: 0; width: 75%; height: 100%; object-fit: cover; object-position: center 48%; }
.care-scene::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #10202c 20%, rgb(16 32 44 / 94%) 33%, rgb(16 32 44 / 38%) 60%, rgb(16 32 44 / 4%) 85%); }
.care-copy { max-width: 44%; }
.care-copy h3 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.15; letter-spacing: -.04em; }
.care-copy > p:last-child { margin-top: 20px; max-width: 36ch; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; column-gap: 22px; }
.footer-links .text-link { font-size: 11px; }
button.text-link { border: 0; background: none; color: var(--muted); font-family: inherit; padding: 0; cursor: pointer; }
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 30; padding-block: 20px; border-top: 1px solid #526f83; background: #10202c; box-shadow: 0 -12px 38px rgb(0 0 0 / 20%); }
.cookie-inner { display: flex; gap: 28px; align-items: center; justify-content: space-between; }
.cookie-inner > p { color: var(--muted); font-size: 12px; max-width: 62ch; }
.cookie-inner > p > a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-actions .button { min-height: 44px; font-family: inherit; font-size: 12px; }
@media (min-width: 1550px) {
  .hero { min-height: 715px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 20px; }
  .nav-links { gap: 18px; }
  .brand-extension { display: none; }
  .hero { min-height: 580px; grid-template-columns: 1fr 1fr; }
  .hero-description { font-size: 14px; }
  .service-layout, .evidence-layout, .faq-layout, .contact-layout, .impact-layout { gap: 50px; }
  .research-item { padding-inline: 20px; }
  .process-step { padding-inline: 23px; }
  .process-step h3 { font-size: 22px; }
  .owner-section { grid-template-columns: 1fr 1fr; }
  .owner-section > .text-link { grid-column: 1 / -1; justify-self: start; }
  .comparison-scene { padding-inline: 25px; }
  .care-scene { padding: 32px; }
  .cookie-inner { flex-wrap: wrap; gap: 16px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; justify-content: space-between; gap: 12px; }
  .nav-links { display: none; }
  .brand { font-size: 16px; gap: 9px; }
  .button-small { font-size: 11px; gap: 10px; min-height: 44px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 51px 30px; gap: 32px; }
  .hero-context { margin-bottom: 22px; font-size: 12px; }
  h1 { font-size: clamp(44px, 8.5vw, 62px); max-width: 13ch; }
  .hero-description { max-width: 48ch; font-size: 15px; margin-top: 22px; }
  .hero-actions { gap: 12px 22px; margin-top: 25px; }
  .hero-person { margin-top: 26px; }
  .hero-art { width: min(100%, 600px); justify-self: center; }
  .hero-art figcaption { margin-top: 4px; font-size: 10px; }
  .platform-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 23px; }
  .platform-inner ul { flex-wrap: wrap; gap: 12px 24px; font-size: 13px; }
  .section { padding-block: 65px; }
  .service-layout, .evidence-layout, .faq-layout, .contact-layout, .impact-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-intro > p:not(.eyebrow) { max-width: 55ch; }
  h2 { font-size: 36px; max-width: 16ch; }
  .eyebrow { margin-bottom: 16px; }
  .service-row h3 { font-size: 19px; }
  .service-row { gap: 17px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: 100%; margin-top: 23px; font-size: 14px; }
  .research-grid { grid-template-columns: 1fr; }
  .research-item, .research-item:first-child, .research-item:last-child { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .research-item:first-child { padding-top: 0; border-top: 0; }
  .research-item:last-child { padding-bottom: 0; }
  .research-stat { margin-block: 17px 12px; font-size: 54px; }
  .research-stat-text { font-size: 45px; padding-block: 0; }
  .research-context { margin-top: 25px; }
  .impact-example table { font-size: 13px; }
  .impact-example th, .impact-example td { padding: 15px 10px; }
  .impact-example figcaption, .impact-note { padding: 20px; }
  .process-list { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line); padding: 27px 25px; }
  .process-step:last-child { border-bottom: 0; }
  .step-number { position: absolute; right: 25px; top: 30px; margin: 0; }
  .step-format { padding-right: 35px; }
  .step-outcome { margin-top: 21px; }
  .pricing-grid, .pricing-notes { grid-template-columns: 1fr; gap: 22px; }
  .pricing-card { padding: 27px 24px; }
  .plan-price { font-size: 44px; }
  .pricing-card .button { align-self: stretch; }
  .owner-section { grid-template-columns: 1fr; gap: 21px; }
  .owner-section > p { max-width: 55ch; }
  .owner-section > .text-link { grid-column: auto; }
  .contact-section { padding-block: 57px; }
  .contact-copy > p:not(.eyebrow) { max-width: 55ch; }
  .contact-panel { padding: 26px 24px; }
  .footer { flex-wrap: wrap; gap: 23px; }
  .footer > p { max-width: 23ch; }
  .comparison-grid { grid-template-columns: 1fr; gap: 20px; }
  .comparison-scene { min-height: 610px; padding: 22px 25px 28px; }
  .comparison-image { height: 67%; }
  .scene-copy { margin-top: 245px; }
  .scene-copy h3 { font-size: 34px; }
  .scene-copy > p { max-width: 48ch; }
  .care-scene { min-height: 460px; align-items: flex-end; padding: 27px 25px; }
  .care-image { width: 100%; height: 80%; object-position: center top; }
  .care-scene::after { background: linear-gradient(180deg, transparent 15%, rgb(16 32 44 / 15%) 35%, #10202c 70%); }
  .care-copy { max-width: 100%; padding-top: 230px; }
  .care-copy h3 { font-size: 28px; }
  .care-copy .eyebrow { margin-bottom: 12px; }
  .footer-links { justify-content: flex-start; }
  .cookie-actions { width: 100%; flex-wrap: wrap; }
  .cookie-actions .button { flex: 1; }
}
@media (max-width: 420px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; }
  .evidence-heading { padding: 20px 17px; }
  th, td { padding: 14px 16px; }
  th { width: 36%; }
  td { padding-left: 5px; }
  .evidence-footnote { padding-inline: 16px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .text-link { justify-content: center; }
  .scene-copy { margin-top: 200px; }
  .comparison-scene { min-height: 590px; }
  .scene-copy h3 { font-size: 31px; }
  .comparison-image { height: 60%; }
  .cookie-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
