:root {
  --ink: #0d1210;
  --cream: #f3eee2;
  --paper: #fbf8f0;
  --green: #70cf43;
  --green-dark: #2a7b33;
  --orange: #ff7a22;
  --line: rgba(13, 18, 16, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only { position: absolute !important; 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; left: 18px; top: 12px; z-index: 100; padding: 12px 17px; background: var(--cream); color: var(--ink); border: 3px solid var(--green-dark); border-radius: 4px; font-weight: 700; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 3px; }
.project-green :focus-visible, .project-orange :focus-visible, .marquee :focus-visible { outline-color: var(--ink); }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; position: absolute; z-index: 20; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--cream); }
.brand { display: flex; align-items: center; gap: 10px; font: 800 20px "Manrope", sans-serif; letter-spacing: -.5px; }
.brand-mark { width: 34px; height: 34px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
nav a, .footer-brand ~ div a { transition: opacity .2s; }
nav a:hover, .footer-brand ~ div a:hover { opacity: .58; }
.header-cta { justify-self: end; font-size: 14px; font-weight: 700; padding: 12px 0 8px; border-bottom: 1px solid currentColor; }
.header-cta span { color: var(--green); margin-left: 7px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: 800px; height: 100svh; max-height: 980px; background: var(--ink); color: var(--cream); position: relative; display: grid; grid-template-columns: 52% 48%; align-items: center; padding: 116px 5.8vw 80px; overflow: hidden; }
.hero:before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: var(--green); right: 7vw; top: 50%; transform: translateY(-50%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .17em; font: 700 11px "Manrope", sans-serif; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(243,238,226,.68); }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(112,207,67,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { font: 800 clamp(65px, 7.3vw, 120px)/.87 "Manrope", sans-serif; letter-spacing: -.075em; margin: 32px 0 30px; }
h1 em, .contact h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--green); }
.hero-intro { max-width: 520px; color: rgba(243,238,226,.7); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 35px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; margin: 30px 0 0; list-style: none; color: rgba(243,238,226,.76); font-size: 11px; }
.hero-proof li:before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 7px; }
.button { display: inline-flex; align-items: center; gap: 38px; border-radius: 99px; padding: 17px 22px 17px 25px; font-weight: 700; font-size: 14px; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--cream); color: var(--ink); }
.button-dark span, .button-green span { font-size: 18px; }
.text-link { font-size: 14px; border-bottom: 1px solid rgba(243,238,226,.3); padding-bottom: 8px; }
.text-link span { margin-left: 8px; color: var(--green); }
.hero-art { position: relative; height: 650px; display: grid; place-items: center; z-index: 1; }
.mascot-wrap { width: min(38vw, 490px); height: min(38vw, 490px); border-radius: 50%; overflow: hidden; position: relative; z-index: 3; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.mascot-wrap img { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; border: 1px solid rgba(13,18,16,.2); border-radius: 50%; z-index: 2; }
.orbit-one { width: 610px; height: 420px; transform: rotate(-28deg); }
.orbit-two { width: 610px; height: 420px; transform: rotate(35deg); }
.spark { position: absolute; z-index: 5; color: var(--cream); font-size: 35px; animation: pulse 2.6s infinite ease-in-out; }
.spark-one { top: 12%; left: 10%; }.spark-two { bottom: 14%; right: 3%; font-size: 21px; animation-delay: .8s; }
.floating-note { position: absolute; z-index: 6; background: var(--cream); color: var(--ink); padding: 14px 18px; border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); display: flex; align-items: center; gap: 13px; transform: rotate(-4deg); }
.floating-note strong { font: 800 12px "Manrope"; border-right: 1px solid var(--line); padding-right: 12px; }
.floating-note span { font-size: 11px; line-height: 1.3; }
.note-one { left: -1%; top: 27%; }.note-two { right: -1%; bottom: 23%; transform: rotate(4deg); }
.hero-foot { position: absolute; bottom: 32px; left: 5.8vw; right: 5.8vw; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; color: rgba(243,238,226,.64); }
.client-line { display: flex; align-items: center; gap: 20px; }.client-line i { width: 90px; height: 1px; background: rgba(243,238,226,.25); }

.marquee { background: var(--green); padding: 23px 0; overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); position: relative; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 35px; animation: marquee 24s linear infinite; font: 800 17px "Manrope"; letter-spacing: .08em; }
.marquee-track b { font-size: 14px; color: var(--cream); -webkit-text-stroke: 1px var(--ink); }
.motion-toggle { position: absolute; z-index: 2; right: 15px; top: 50%; transform: translateY(-50%); border: 1px solid var(--ink); border-radius: 30px; background: var(--cream); color: var(--ink); padding: 8px 12px; font-size: 11px; font-weight: 700; box-shadow: 3px 3px 0 var(--ink); cursor: pointer; }
.motion-toggle span { display: inline-block; margin-right: 4px; }
.motion-paused * { animation-play-state: paused !important; }

.section-pad { padding: 125px 7vw; }
.section-kicker { margin-bottom: 48px; color: rgba(13,18,16,.64); }
.intro-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; }
.intro h2, .services h2, .process h2, .contact h2 { font: 700 clamp(45px, 6vw, 86px)/.98 "Manrope"; letter-spacing: -.06em; margin: 0; }
.intro h2 span, .services h2 span { font-family: Georgia, serif; font-style: italic; font-weight: 400; color: var(--green-dark); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 38px; font-size: 17px; line-height: 1.65; color: rgba(13,18,16,.67); }
.intro-copy p:last-child { margin-bottom: 0; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.stats div { padding: 35px 35px 0 0; border-right: 1px solid var(--line); }.stats div:not(:first-child) { padding-left: 35px; }
.stats div:last-child { border: 0; }
.stats strong { display: block; font: 700 55px "Manrope"; letter-spacing: -.05em; color: var(--green-dark); }
.stats p { max-width: 170px; color: rgba(13,18,16,.66); font-size: 13px; line-height: 1.5; }
.benefits strong { font-size: 38px; }
.benefits p { max-width: 245px; }

.services { background: var(--ink); color: var(--cream); }
.section-kicker.light { color: rgba(243,238,226,.68); }
.services-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 90px; }
.services-heading .section-kicker { margin-top: 15px; }.services h2 { text-align: right; }.services h2 span { color: var(--green); }
.service-list { border-top: 1px solid rgba(243,238,226,.2); }
.service { display: grid; grid-template-columns: 50px 80px 1fr 1fr; align-items: center; gap: 25px; min-height: 145px; border-bottom: 1px solid rgba(243,238,226,.2); }
.service-no { font: 600 10px "Manrope"; color: rgba(243,238,226,.66); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(243,238,226,.28); border-radius: 50%; font-size: 23px; color: var(--green); transition: all .3s; }
.service:hover .service-icon { color: var(--ink); background: var(--green); border-color: var(--green); transform: rotate(10deg); }
.service h3 { font: 600 27px "Manrope"; margin: 0; }.service p { color: rgba(243,238,226,.68); font-size: 14px; max-width: 400px; line-height: 1.6; margin: 0; }

.aoda-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; background: var(--cream); border-bottom: 1px solid var(--ink); }
.aoda-copy .section-kicker { color: var(--green-dark); margin-bottom: 34px; }
.aoda-copy h2 { font: 600 clamp(45px,5.5vw,78px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; margin: 0; }
.aoda-copy h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--green-dark); }
.aoda-intro { max-width: 650px; color: rgba(13,18,16,.72); font-size: 17px; line-height: 1.7; margin: 32px 0; }
.reporting-callout { max-width: 680px; padding: 7px 0 7px 22px; border-left: 3px solid var(--green-dark); }
.reporting-callout strong { display: block; font: 750 15px "Manrope", sans-serif; margin-bottom: 6px; }
.reporting-callout p { color: rgba(13,18,16,.72); font-size: 14px; line-height: 1.6; margin: 0; }
.aoda-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.button-ink { background: var(--ink); color: var(--cream); }
.button-ink span { color: var(--green); font-size: 18px; }
.source-link { font-size: 12px; font-weight: 700; padding-bottom: 6px; border-bottom: 1px solid rgba(13,18,16,.55); }
.aoda-disclaimer { max-width: 650px; color: rgba(13,18,16,.67); font-size: 11px; line-height: 1.55; margin: 24px 0 0; }
.aoda-card { background: var(--ink); color: var(--cream); border-radius: 28px; padding: 25px 42px; box-shadow: 10px 10px 0 var(--green); }
.aoda-card ul { list-style: none; padding: 0; margin: 0; }
.aoda-card li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(243,238,226,.14); }
.aoda-card li:last-child { border-bottom: 0; }
.aoda-card li > span { color: var(--green); font-size: 21px; line-height: 1; font-weight: 800; }
.aoda-card strong { display: block; font: 700 16px "Manrope", sans-serif; margin-bottom: 5px; }
.aoda-card p { color: rgba(243,238,226,.68); font-size: 13px; line-height: 1.5; margin: 0; }

.process { background: var(--paper); }
.process-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 80px; }
.process-title > p { color: rgba(13,18,16,.66); max-width: 290px; font-size: 15px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.step { padding: 30px 50px 20px 0; border-right: 1px solid var(--line); min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }.step:not(:first-child) { padding-left: 35px; }.step:last-child { border: 0; }
.step > span { width: 38px; height: 38px; background: var(--green); border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font: 700 13px "Manrope"; }
.step h3 { font: 650 25px "Manrope"; margin-bottom: 10px; }.step p { color: rgba(13,18,16,.66); line-height: 1.6; font-size: 13px; max-width: 310px; }
.step small { display: block; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font: 700 9px "Manrope"; margin-bottom: 9px; }

.testimonial { background: var(--green); min-height: 560px; padding: 100px 15vw; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; border-block: 1px solid var(--ink); }
.quote-mark { font: 100px/1 Georgia; margin-bottom: -30px; }
blockquote { max-width: 1000px; margin: 0; font: 500 clamp(31px,4.2vw,58px)/1.2 Georgia; letter-spacing: -.03em; }
.quote-by { display: flex; align-items: center; gap: 13px; margin-top: 40px; text-align: left; }.quote-by > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: var(--cream); border-radius: 50%; font-size: 10px; }.quote-by p { margin: 0; font-size: 11px; line-height: 1.5; }

.contact { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; border-bottom: 1px solid rgba(243,238,226,.15); }
.contact-frog { height: 510px; position: relative; display: grid; place-items: center; }
.contact-frog:before { content: ""; width: 420px; height: 420px; border-radius: 50%; position: absolute; background: var(--green); }
.contact-frog img { width: 390px; height: 390px; object-fit: cover; border-radius: 50%; position: relative; z-index: 1; }
.bubble { position: absolute; top: 30px; right: -15px; z-index: 2; background: var(--cream); color: var(--ink); border: 1px solid var(--ink); padding: 18px 22px; border-radius: 50%; font: 600 12px/1.25 "Manrope"; transform: rotate(6deg); }.bubble strong { color: var(--green-dark); }
.contact-copy .section-kicker { margin-bottom: 28px; }.contact h2 em { display: inline-block; }.contact-copy > p:not(.section-kicker) { max-width: 510px; color: rgba(243,238,226,.58); font-size: 16px; line-height: 1.7; margin: 30px 0; }
.button-green { background: var(--green); color: var(--ink); }
.contact-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.phone-link, .email-link { color: var(--cream); font-size: 14px; font-weight: 700; padding: 9px 0 7px; border-bottom: 1px solid rgba(243,238,226,.6); }
.phone-link:hover { border-color: var(--green); }
.contact-proof { list-style: none; padding: 0; margin: 35px 0 0; color: rgba(243,238,226,.68); font-size: 12px; line-height: 2; }
.contact-proof li:before { content: "✓"; color: var(--green); margin-right: 9px; font-weight: 800; }
.quote-form { background: var(--cream); color: var(--ink); padding: 34px; border-radius: 22px; box-shadow: 10px 10px 0 var(--green); }
.form-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }.form-heading .brand-mark { border-color: var(--line); }.form-heading h3 { font: 700 23px "Manrope"; margin: 0 0 3px; }.form-heading p { color: rgba(13,18,16,.65); font-size: 12px; margin: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 7px; text-transform: uppercase; letter-spacing: .1em; font: 700 9px "Manrope"; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(13,18,16,.42); border-radius: 8px; background: var(--paper); color: var(--ink); padding: 12px; font: 500 16px "DM Sans"; }
.field textarea { resize: vertical; min-height: 92px; }
.form-note { color: rgba(13,18,16,.7); font-size: 11px; line-height: 1.5; margin: 0 0 16px; }
.quote-form .button { border: 0; cursor: pointer; }
.quote-form .button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.5em; margin: 14px 0 0; color: var(--green-dark); font-size: 13px; font-weight: 700; line-height: 1.5; }
.form-status.error { color: #a22c21; }

footer { background: var(--ink); color: var(--cream); padding: 70px 7vw 28px; display: grid; grid-template-columns: 2fr 1fr 1.4fr 1.3fr; gap: 5vw; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }.footer-brand > strong { font: 800 21px "Manrope"; }.footer-brand p { grid-column: 1 / -1; color: rgba(243,238,226,.64); font-size: 12px; line-height: 1.6; margin-top: 16px; }
.footer-label { text-transform: uppercase; color: rgba(243,238,226,.65); font: 700 9px "Manrope"; letter-spacing: .18em; margin-bottom: 22px; }
.footer-brand ~ div { display: flex; flex-direction: column; align-items: start; gap: 13px; font-size: 12px; }
.footer-link { border: 0; padding: 0; background: none; color: var(--cream); font: inherit; cursor: pointer; }
.footer-local > p:not(.footer-label) { color: rgba(243,238,226,.68); line-height: 1.6; }.footer-local span { font-size: 20px; margin-top: 10px; }
.accessibility-note { grid-column: 1 / -1; display: grid !important; grid-template-columns: 1fr 3fr; gap: 5vw !important; align-items: start !important; border-top: 1px solid rgba(243,238,226,.2); padding-top: 30px; margin-top: 30px; }
.accessibility-note h2 { font: 700 18px "Manrope", sans-serif; margin: 0; }
.accessibility-note p { max-width: 720px; color: rgba(243,238,226,.72); font-size: 13px; line-height: 1.65; margin: 0; }
.accessibility-note a { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { grid-column: 1 / -1; flex-direction: row !important; justify-content: space-between; border-top: 1px solid rgba(243,238,226,.18); padding-top: 25px; margin-top: 45px; width: 100%; color: rgba(243,238,226,.62); font-size: 9px !important; text-transform: uppercase; letter-spacing: .08em; }

.a11y-dialog { width: min(620px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 48px; border: 1px solid var(--ink); border-radius: 25px; background: var(--cream); color: var(--ink); box-shadow: 12px 12px 0 var(--green); }
.a11y-dialog::backdrop { background: rgba(13,18,16,.78); backdrop-filter: blur(3px); }
.a11y-dialog .section-kicker { margin-bottom: 20px; }
.a11y-dialog h2 { font: 500 clamp(48px,7vw,78px)/.92 Georgia, serif; letter-spacing: -.055em; margin: 0 0 28px; }
.a11y-dialog p { color: rgba(13,18,16,.75); line-height: 1.65; font-size: 15px; }
.a11y-dialog ul { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-wrap: wrap; gap: 14px 28px; }
.a11y-dialog a { color: var(--green-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.dialog-close { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); font-size: 28px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { transform: scale(.7) rotate(30deg); opacity: .55; } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; height: 72px; }.site-header nav, .header-cta { display: none; }.menu-toggle { display: block; position: relative; z-index: 3; color: var(--cream); }.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px; background: var(--cream); transition: transform .25s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-header nav.open { display: flex; position: fixed; inset: 0; z-index: 2; background: var(--ink); flex-direction: column; align-items: center; justify-content: center; gap: 28px; font: 700 36px "Manrope", sans-serif; }
  .hero { height: auto; max-height: none; min-height: 900px; grid-template-columns: 1fr; padding: 125px 25px 80px; align-content: start; }.hero:before { width: 380px; height: 380px; right: -100px; top: auto; bottom: 62px; transform: none; }.hero-art { height: 430px; margin-top: 25px; }.mascot-wrap { width: 310px; height: 310px; }.orbit { width: 420px; height: 280px; }.floating-note { display: none; }.hero-foot { left: 25px; right: 25px; bottom: 20px; }.client-line { display: none; }
  h1 { font-size: clamp(58px,16vw,85px); }.hero-intro { font-size: 16px; }.hero-actions { gap: 22px; flex-wrap: wrap; }
  .section-pad { padding: 90px 25px; }.intro-grid, .contact { grid-template-columns: 1fr; }.intro-grid { gap: 45px; }.intro-copy { padding-left: 24px; }.stats { grid-template-columns: 1fr; margin-top: 70px; }.stats div, .stats div:not(:first-child) { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }.stats div:last-child { border-bottom: 0; }
  .services-heading, .process-title { display: block; }.process-title > p { margin-top: 30px; }
  .services h2 { text-align: left; }.services-heading .section-kicker { margin-top: 0; }.service { grid-template-columns: 36px 60px 1fr; padding: 25px 0; }.service p { grid-column: 3; }.service h3 { font-size: 22px; }
  .aoda-section { grid-template-columns: 1fr; gap: 65px; }.aoda-card { max-width: 680px; }
  .steps { grid-template-columns: 1fr 1fr; }.step, .step:not(:first-child) { padding: 28px 25px 28px 0; min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.step:nth-child(even) { padding-left: 25px; }
  .testimonial { padding: 80px 25px; min-height: 500px; justify-content: center; }
  .quote-form { order: 2; }
  footer { grid-template-columns: 1fr 1fr; }.footer-brand, .footer-local { grid-column: 1 / -1; }.accessibility-note { grid-template-columns: 1fr; }.footer-bottom { flex-wrap: wrap; gap: 12px; }
}

@media (max-width: 520px) {
  .hero { min-height: 850px; }.hero-art { height: 370px; }.mascot-wrap { width: 275px; height: 275px; }.orbit { width: 350px; height: 235px; }.spark-one { left: 0; }
  .text-link { display: none; }.button { gap: 24px; }.section-kicker { margin-bottom: 30px; }.intro h2, .services h2, .process h2, .contact h2, .aoda-copy h2 { font-size: 43px; }.service { grid-template-columns: 30px 50px 1fr; gap: 10px; }.service-icon { width: 42px; height: 42px; }.service p { grid-column: 1 / -1; padding-left: 90px; }.contact { gap: 45px; }.field-row, .steps { grid-template-columns: 1fr; }.step:nth-child(even), .step, .step:not(:first-child) { padding: 28px 0; min-height: 220px; }.quote-form { padding: 24px; box-shadow: 6px 6px 0 var(--green); }.aoda-card { padding: 18px 22px; border-radius: 20px; box-shadow: 6px 6px 0 var(--green); }.aoda-actions { align-items: flex-start; flex-direction: column; }.a11y-dialog { padding: 42px 24px 28px; border-radius: 18px; }.a11y-dialog ul { display: block; }.a11y-dialog li { margin-bottom: 10px; }
}

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