@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/poppins-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/poppins-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/poppins-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/poppins-latin-700-normal.woff2') format('woff2'); }

:root {
  --zp-primary: #1f5b4c;
  --zp-primary-deep: #173d34;
  --zp-secondary: #dcecdf;
  --zp-accent: #c36f3b;
  --zp-highlight: #e3ae50;
  --zp-background: #fffaf0;
  --zp-background-soft: #f7f0df;
  --zp-surface: #fff;
  --zp-text: #173d34;
  --zp-text-soft: #35564e;
  --zp-border: #d8dfd9;
  --zp-support: #a9cbb7;

  --ink: var(--zp-text);
  --ink-soft: var(--zp-text-soft);
  --green: var(--zp-primary);
  --green-light: var(--zp-secondary);
  --mint: var(--zp-support);
  --cream: var(--zp-background);
  --sand: var(--zp-background-soft);
  --gold: var(--zp-highlight);
  --rust: var(--zp-accent);
  --white: var(--zp-surface);
  --line: var(--zp-border);
  --shadow: 0 18px 48px rgba(23, 61, 52, .09);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 1rem/1.7 'Poppins', sans-serif; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.28rem; }
p:last-child { margin-bottom: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.eyebrow { margin-bottom: 16px; color: var(--rust); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 250, 240, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: rgba(31, 91, 76, .1); box-shadow: 0 8px 24px rgba(23, 61, 52, .05); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-family: 'Poppins', sans-serif; font-size: 1.14rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: 48px; height: 48px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.primary-nav a { position: relative; color: var(--ink-soft); font-size: .9rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--rust); content: ''; transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover, .primary-nav a[aria-current='page'] { color: var(--ink); }
.primary-nav a:hover::after, .primary-nav a[aria-current='page']::after { transform: scaleX(1); }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 12px; color: var(--ink); background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 105px) 0 clamp(96px, 12vw, 160px); background: var(--sand); }
.hero::before { position: absolute; width: 360px; height: 360px; top: -170px; left: 32%; border: 1px solid rgba(31,91,76,.12); border-radius: 50%; content: ''; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.hero h1 { max-width: 760px; margin-bottom: 24px; }
.hero h1 span { color: var(--rust); }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(31,91,76,.18); }
.button-primary:hover { background: #184b3f; }
.button-secondary { border-color: var(--green); color: var(--green); background: transparent; }
.button-light { color: var(--ink); background: var(--cream); }
.mascot-stage { display: grid; min-height: 430px; place-items: center; padding: 22px; }
.hero-mascot { display: block; width: min(100%, 390px); height: auto; object-fit: contain; }
.hero-wave { position: absolute; right: -5%; bottom: -82px; left: -5%; height: 130px; border-radius: 50% 50% 0 0; background: var(--cream); }

.split-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 9vw, 120px); }
.split-intro h2 { max-width: 520px; }
.large-copy { color: var(--ink); font-size: clamp(1.25rem, 2.5vw, 1.65rem); line-height: 1.55; }
.split-intro div:last-child > p:last-child { color: var(--ink-soft); }
.why-section { background: var(--zp-surface); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(45px, 9vw, 120px); }
.why-grid h2 { max-width: 560px; margin-bottom: 0; }
.why-copy { max-width: 650px; color: var(--ink-soft); font-size: 1.08rem; }
.why-copy p:first-child { color: var(--ink); font-size: clamp(1.2rem, 2.1vw, 1.48rem); line-height: 1.6; }
.why-copy .text-link { margin-top: 10px; }
.journey-section { background: var(--green); color: var(--cream); }
.journey-section .eyebrow { color: #f3c879; }
.section-heading { max-width: 750px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: rgba(255,250,240,.72); font-size: 1.08rem; }
.journey-heading { max-width: 980px; }
.journey-heading h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.35; }
.journey-heading h2 span { display: inline-block; padding-inline: .12em; color: var(--gold); font-weight: 500; }
.journey { display: grid; padding: 0; margin: 0; grid-template-columns: repeat(4,1fr); list-style: none; }
.journey li { position: relative; min-height: 230px; padding: 28px; border-top: 1px solid rgba(255,255,255,.24); border-right: 1px solid rgba(255,255,255,.18); }
.journey li:first-child { border-left: 1px solid rgba(255,255,255,.18); border-radius: var(--radius) 0 0 var(--radius); }
.journey li:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.journey li:not(:last-child)::after { position: absolute; z-index: 2; top: 38px; right: -14px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--green); background: var(--gold); content: '→'; font-size: .9rem; font-weight: 700; }
.stage-number { color: #f3c879; font-size: .77rem; font-weight: 700; letter-spacing: .12em; }
.journey h3 { margin: 48px 0 10px; font-size: 1.45rem; }
.journey p { color: rgba(255,250,240,.72); font-size: .93rem; line-height: 1.55; }

.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--green); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.worlds-section { background: #fffdf7; }
.heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }
.world-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.world-card { display: flex; min-height: 290px; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: border-color .2s, transform .2s, box-shadow .2s; }
.world-card:hover { border-color: var(--mint); box-shadow: var(--shadow); transform: translateY(-5px); }
.world-card h3 { margin: 20px 0 8px; }
.world-card p { margin-bottom: 22px; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.coming-soon { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: #687c76; font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.world-icon { position: relative; display: block; width: 54px; height: 54px; border-radius: 18px; background: var(--green-light); }
.world-icon::before, .world-icon::after { position: absolute; content: ''; }
.world-icon--atom::before { width: 30px; height: 12px; top: 19px; left: 11px; border: 2px solid var(--green); border-radius: 50%; transform: rotate(35deg); }
.world-icon--atom::after { width: 7px; height: 7px; top: 23px; left: 24px; border-radius: 50%; background: var(--rust); }
.world-icon--leaf::before { width: 25px; height: 32px; top: 9px; left: 16px; border-radius: 80% 10% 70% 20%; background: var(--green); transform: rotate(14deg); }
.world-icon--leaf::after { width: 2px; height: 30px; top: 17px; left: 26px; background: var(--cream); transform: rotate(36deg); }
.world-icon--orbit::before { width: 31px; height: 31px; top: 11px; left: 11px; border: 2px solid var(--green); border-radius: 50%; }
.world-icon--orbit::after { width: 9px; height: 9px; top: 7px; right: 8px; border-radius: 50%; background: var(--rust); }
.world-icon--shapes::before { width: 18px; height: 18px; top: 10px; left: 9px; background: var(--green); }
.world-icon--shapes::after { width: 18px; height: 18px; right: 8px; bottom: 8px; border-radius: 50%; background: var(--gold); }
.world-icon--circuit::before { inset: 13px; border: 2px solid var(--green); border-radius: 5px; }
.world-icon--circuit::after { width: 8px; height: 8px; top: 23px; left: 23px; border-radius: 50%; background: var(--rust); box-shadow: -17px 0 var(--green), 17px 0 var(--green); }
.world-icon--column::before { width: 30px; height: 5px; top: 12px; left: 12px; background: var(--green); box-shadow: 0 25px var(--green); }
.world-icon--column::after { width: 4px; height: 23px; top: 16px; left: 17px; background: var(--green); box-shadow: 8px 0 var(--green), 16px 0 var(--green); }
.world-icon--earth::before { width: 32px; height: 32px; top: 11px; left: 11px; border: 2px solid var(--green); border-radius: 50%; }
.world-icon--earth::after { width: 16px; height: 10px; top: 17px; left: 17px; border-radius: 70% 30%; background: var(--rust); transform: rotate(20deg); }
.world-icon--spark::before { width: 29px; height: 29px; top: 12px; left: 12px; background: var(--gold); clip-path: polygon(50% 0,62% 37%,100% 50%,62% 63%,50% 100%,38% 63%,0 50%,38% 37%); }
.world-icon--seed::before { width: 5px; height: 28px; top: 15px; left: 25px; background: var(--green); }
.world-icon--seed::after { width: 17px; height: 12px; top: 13px; left: 26px; border-radius: 5px 15px 5px 15px; background: var(--rust); transform: rotate(-10deg); }
.world-icon--gear::before { width: 30px; height: 30px; top: 12px; left: 12px; border: 7px dotted var(--green); border-radius: 50%; }
.world-icon--gear::after { width: 7px; height: 7px; top: 23px; left: 23px; border-radius: 50%; background: var(--rust); }

.parents-section { padding-top: 0; background: #fffdf7; }
.parent-callout { display: grid; padding: clamp(35px, 6vw, 72px); border-radius: var(--radius-lg); color: var(--cream); background: var(--rust); grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(38px,8vw,100px); }
.parent-callout .eyebrow { color: #ffe0a8; }
.parent-callout p { color: rgba(255,250,240,.85); }
.parent-callout blockquote { margin: 0; padding: 0 0 0 34px; border-left: 2px solid #f3c879; font: 600 clamp(1.4rem, 2.5vw, 2rem)/1.4 'Poppins', sans-serif; }

.page-hero, .editorial-hero, .legal-hero { padding: clamp(75px, 10vw, 130px) 0; text-align: center; background: var(--sand); }
.page-hero h1, .editorial-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero .narrow > p:last-child, .editorial-hero .standfirst { max-width: 690px; margin-inline: auto; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.page-hero--explore { background: var(--green-light); }
.page-hero--warm { background: #f8e8d8; }
.page-hero--compact { padding-block: clamp(60px,8vw,95px); }
.gentle-note { margin-top: 40px; padding: 24px 28px; border: 1px solid #d5c499; border-radius: var(--radius-sm); background: #fff7df; }
.gentle-note p { margin: 5px 0 0; color: var(--ink-soft); }

.article-layout { display: grid; grid-template-columns: 280px minmax(0, 720px); justify-content: space-between; gap: 70px; }
.article-layout aside { align-self: start; padding: 25px; border-radius: var(--radius); background: var(--green-light); }
.article-layout aside p { margin: 10px 0 0; font-weight: 700; }
.article-layout aside p span { color: var(--rust); }
.aside-label { color: var(--rust); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.prose { color: var(--ink-soft); font-size: 1.08rem; }
.prose h2 { margin: 1.7em 0 .55em; color: var(--ink); font-size: clamp(1.7rem,3vw,2.35rem); }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--green); font-weight: 700; }
.inline-note, .review-notice { margin-top: 35px; padding: 20px 24px; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--sand); }
.editorial-hero { color: var(--cream); background: var(--green); }
.editorial-hero .eyebrow { color: #f3c879; }
.editorial-hero .standfirst { color: rgba(255,250,240,.78); }
.editorial-prose { max-width: 790px; padding-block: clamp(70px,9vw,120px); }
.dropcap::first-letter { float: left; padding: 8px 11px 0 0; color: var(--rust); font: 700 4.8rem/.7 'Poppins', sans-serif; }
.pull-quote { margin: 55px -80px; padding: 45px 70px; border-radius: var(--radius); background: var(--green-light); }
.pull-quote p { color: var(--ink); font: 600 clamp(1.7rem,3vw,2.5rem)/1.35 'Poppins', sans-serif; }
.parent-grid { display: grid; grid-template-columns: minmax(0, 700px) 340px; align-items: start; justify-content: space-between; gap: 70px; }
.principles-card { position: sticky; top: 110px; padding: 32px; border-radius: var(--radius); color: var(--cream); background: var(--green); }
.principles-card .eyebrow { color: #f3c879; }
.principles-card .text-link { color: var(--cream); }
.check-list { padding: 0; margin: 0 0 27px; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.15); }
.check-list li::before { position: absolute; left: 2px; color: var(--gold); content: '✓'; font-weight: 700; }
.belief-stack { display: grid; gap: 8px; background: transparent !important; }
.belief-stack span { padding: 14px 17px; border-radius: 10px; color: var(--cream); background: var(--green); font: 600 1.05rem 'Poppins', sans-serif; }
.belief-stack span:nth-child(2) { margin-left: 18px; background: #397362; }
.belief-stack span:nth-child(3) { margin-left: 36px; background: #8e7547; }
.belief-stack span:nth-child(4) { margin-left: 54px; background: var(--rust); }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,9vw,120px); }
.contact-layout h2 { font-size: 2.3rem; }
.contact-detail { margin-top: 35px; padding: 22px; border-radius: var(--radius-sm); background: var(--green-light); }
.contact-detail p { margin: 6px 0 0; color: var(--ink-soft); font-size: .92rem; }
.contact-form { padding: clamp(26px,5vw,48px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 13px 15px; border: 1px solid #b9c6c0; border-radius: 10px; color: var(--ink); background: white; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green); outline: 3px solid rgba(227,174,80,.45); outline-offset: 1px; }
.field [aria-invalid='true'] { border-color: #a4422f; }
.form-status { min-height: 26px; margin: 16px 0 0; color: var(--green); font-weight: 600; }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principles-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.principles-grid article > span { color: var(--rust); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.principles-grid h2 { margin: 32px 0 12px; font-size: 1.45rem; }
.principles-grid p { color: var(--ink-soft); font-size: .94rem; }

.legal-hero { padding-block: 75px; }
.legal-hero h1 { font-size: clamp(2.4rem,5vw,4rem); }
.legal-hero .narrow > p:last-child { color: var(--ink-soft); }
.legal-prose { max-width: 800px; padding-block: 70px 110px; }
.review-notice { margin: 0 0 45px; color: var(--ink); }
.not-found { min-height: 65vh; display: grid; place-items: center; }
.not-found .button { margin-top: 20px; }

.site-footer { padding: 70px 0 25px; color: rgba(255,250,240,.76); background: #11352d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; }
.site-footer .brand { color: var(--cream); }
.site-footer .brand-logo { border-radius: 50%; background: var(--zp-surface); }
.site-footer .footer-grid > div > p { max-width: 450px; margin-top: 20px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); align-content: start; column-gap: 55px; row-gap: 12px; }
.site-footer nav a { color: var(--cream); text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .84rem; }

@media (max-width: 1020px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: .8rem; }
  .world-grid { grid-template-columns: repeat(3, 1fr); }
  .journey { grid-template-columns: repeat(2,1fr); }
  .journey li:nth-child(2) { border-radius: 0 var(--radius) 0 0; }
  .journey li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.18); border-radius: 0 0 0 var(--radius); }
  .journey li:nth-child(3)::after { display: grid; }
  .parent-grid { grid-template-columns: minmax(0,1fr) 310px; gap: 45px; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded='true'] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded='true'] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; height: calc(100dvh - 72px); padding: 28px 20px; overflow-y: auto; align-items: stretch; background: var(--cream); flex-direction: column; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 17px 8px; border-bottom: 1px solid var(--line); font: 600 1.15rem 'Poppins', sans-serif; }
  .primary-nav a::after { display: none; }
  .hero-grid, .split-intro, .why-grid, .parent-callout, .article-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .button-row { justify-content: center; }
  .mascot-stage { min-height: 360px; width: min(100%, 440px); margin-inline: auto; }
  .journey { grid-template-columns: 1fr; }
  .journey li, .journey li:first-child, .journey li:nth-child(2), .journey li:nth-child(3), .journey li:last-child { min-height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; }
  .journey li:first-child { border-radius: var(--radius) var(--radius) 0 0; }
  .journey li:last-child { border-radius: 0 0 var(--radius) var(--radius); }
  .journey li:not(:last-child)::after { top: auto; right: 30px; bottom: -14px; content: '↓'; }
  .journey h3 { margin-top: 26px; }
  .parent-callout blockquote { padding: 30px 0 0; border-top: 2px solid #f3c879; border-left: 0; }
  .article-layout aside { position: static; }
  .parent-grid { grid-template-columns: 1fr; }
  .principles-card { position: static; }
  .pull-quote { margin-inline: 0; padding: 35px; }
  .principles-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(calc(100% - 32px), var(--container)); }
  .brand-name { font-size: 1.02rem; }
  .brand-logo { width: 44px; height: 44px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(2.5rem,13vw,3.8rem); }
  .button-row .button { width: 100%; }
  .mascot-stage { min-height: 320px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 245px; }
  .heading-row { align-items: start; flex-direction: column; }
  .form-row, .principles-grid, .footer-grid, .site-footer nav { grid-template-columns: 1fr; }
  .footer-grid { gap: 38px; }
  .site-footer nav { gap: 12px; }
  .belief-stack span:nth-child(n) { margin-left: 0; }
}

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