:root {
  --green-950: #03271b;
  --green-900: #00472a;
  --green-700: #08784a;
  --green-500: #10b768;
  --green-100: #e7f5ed;
  --yellow: #f5c844;
  --ink: #0d1d16;
  --muted: #607168;
  --line: #dfe7e2;
  --canvas: #f7f9f7;
  --cream: #fff8e9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 39, 27, .12);
  --radius: 28px;
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.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; top: 10px; left: 10px; z-index: 200; transform: translateY(-150%); padding: 12px 16px; background: var(--white); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  border-bottom: 1px solid transparent;
  background: rgba(247, 249, 247, .9);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(3, 39, 27, .06); }
.scroll-progress { position: absolute; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--yellow), var(--green-500), var(--green-900)); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { width: 126px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .text-button { color: #415047; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .text-button:hover { color: var(--green-900); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--green-900);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 71, 42, .17);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 14px 30px rgba(0, 71, 42, .22); }
.button:active { transform: translateY(0) scale(.98); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-yellow { background: var(--yellow); color: var(--green-950); box-shadow: 0 14px 35px rgba(245, 200, 68, .18); }
.button-yellow:hover { background: #ffd65d; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 0; border-radius: 50%; background: var(--green-900); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { padding: 54px 0 64px; overflow: hidden; background: linear-gradient(135deg, #f7f9f7 0%, #fff8e9 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 17px; color: var(--green-700); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero-copy .eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(245, 200, 68, .2); }
.hero h1 { margin: 0; font-size: clamp(64px, 7vw, 100px); line-height: .92; letter-spacing: -.067em; font-weight: 820; }
.hero h1 em { color: var(--green-900); font-style: normal; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.address-form { display: flex; align-items: center; width: min(100%, 650px); margin-top: 32px; padding: 7px 7px 7px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 16px 45px rgba(3, 39, 27, .1); }
.field-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: var(--green-900); }
.field-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.address-form input { min-width: 0; flex: 1; height: 52px; padding: 0 12px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; }
.address-form input::placeholder { color: #87938c; }
.address-form button { height: 52px; padding: 0 20px; border: 0; border-radius: 13px; background: var(--green-900); color: var(--white); cursor: pointer; font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.address-form button:hover { background: var(--green-700); transform: translateX(2px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 24px; color: #56675e; font-size: 12px; font-weight: 700; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--green-900); font-size: 9px; }

.hero-visual { position: relative; min-height: 610px; }
.hero-visual > img { width: 100%; height: 610px; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 18px 44px rgba(3,39,27,.18); backdrop-filter: blur(14px); }
.floating-card div { display: grid; gap: 3px; }
.floating-card b { font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.floating-card-top { top: 34px; left: -28px; }
.floating-card-bottom { right: -18px; bottom: 38px; }
.floating-card-bottom > strong { margin-left: auto; color: var(--green-900); font-size: 12px; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(16,183,104,.14); }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; align-items: center; gap: 13px; padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--green-100); color: var(--green-900); font-size: 20px; }
.trust-grid article div { display: grid; gap: 3px; }
.trust-grid b { font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.section-heading h2, .center-heading h2, .app-copy h2, .coverage h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p, .center-heading > p, .app-copy > p, .coverage-card > div > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 204px); gap: 18px; }
.service-card { position: relative; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: 0 15px 40px rgba(3,39,27,.1); }
.service-card-large { grid-row: span 3; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.045); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(2,20,13,.84) 100%); }
.service-card > div { position: absolute; inset: auto 28px 26px; }
.service-card small, .partner-grid small { color: #c6f0d8; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 7px 0 5px; font-size: 30px; letter-spacing: -.03em; }
.service-card-large h3 { font-size: 42px; }
.service-card p { max-width: 380px; margin: 0 0 15px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.5; }
.service-card b { font-size: 12px; }

.how { background: var(--green-950); color: white; }
.center-heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.center-heading .eyebrow { color: var(--yellow); }
.center-heading > p { margin-top: 15px; color: rgba(255,255,255,.62); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { position: relative; min-height: 280px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.steps article > span { position: absolute; top: 28px; right: 28px; color: rgba(255,255,255,.25); font-size: 17px; font-weight: 800; }
.steps i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--yellow); color: var(--green-950); font-size: 24px; font-style: normal; font-weight: 900; }
.steps h3 { margin: 56px 0 10px; font-size: 21px; }
.steps p { max-width: 310px; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }

.app-story { overflow: hidden; background: var(--cream); }
.app-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.app-visual { position: relative; height: 630px; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; border-radius: 34px; background: var(--green-100); }
.app-glow { position: absolute; width: 420px; height: 420px; top: 80px; border-radius: 50%; background: var(--yellow); filter: blur(1px); }
.experience-panel { position: relative; z-index: 1; width: min(calc(100% - 64px), 430px); margin-top: 54px; padding: 24px; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 28px 65px rgba(3,39,27,.2); backdrop-filter: blur(16px); }
.experience-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.experience-header img { width: 108px; height: auto; }
.experience-header span { color: var(--muted); font-weight: 900; letter-spacing: 3px; }
.experience-location { display: flex; align-items: center; gap: 12px; padding: 18px 0 14px; }
.experience-location > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--green-100); color: var(--green-900); font-size: 20px; }
.experience-location div { display: grid; gap: 2px; }
.experience-location small, .experience-order small, .experience-note small { color: var(--muted); font-size: 10px; }
.experience-location b { font-size: 14px; }
.experience-location i { margin-left: auto; color: var(--green-900); font-style: normal; }
.experience-search { display: flex; gap: 10px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--green-900); background: var(--canvas); }
.experience-search span { color: #89958f; font-size: 12px; }
.experience-categories { display: flex; gap: 7px; margin: 14px 0 18px; overflow: hidden; }
.experience-categories span { padding: 8px 10px; border-radius: 999px; background: var(--green-100); color: var(--green-900); font-size: 9px; font-weight: 800; white-space: nowrap; }
.experience-order { padding: 18px; border-radius: 18px; background: var(--green-950); color: white; }
.order-heading { display: flex; align-items: center; gap: 11px; }
.order-heading > div { display: grid; gap: 2px; }
.order-heading small { color: rgba(255,255,255,.55); }
.order-heading b { font-size: 13px; }
.order-heading strong { margin-left: auto; color: var(--yellow); font-size: 12px; }
.order-route { display: flex; align-items: center; margin-top: 22px; }
.order-route span { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 900; }
.order-route span.complete { border-color: var(--green-500); background: var(--green-500); color: white; }
.order-route i { flex: 1; height: 2px; background: linear-gradient(90deg, var(--green-500), rgba(255,255,255,.2)); }
.order-labels { display: flex; justify-content: space-between; margin-top: 8px; }
.order-labels small { color: rgba(255,255,255,.46); font-size: 8px; }
.experience-note { display: flex; align-items: center; gap: 11px; margin-top: 14px; padding: 13px; border-radius: 14px; background: var(--cream); }
.experience-note > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--yellow); color: var(--green-950); font-weight: 900; }
.experience-note div { display: grid; gap: 2px; }
.experience-note b { font-size: 11px; }
.app-copy { max-width: 570px; }
.app-copy > p { margin-top: 22px; }
.app-copy ul { display: grid; gap: 22px; padding: 0; margin: 34px 0; list-style: none; }
.app-copy li { display: flex; gap: 14px; }
.app-copy li > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 11px; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.app-copy li div { display: grid; gap: 4px; }
.app-copy li b { font-size: 15px; }
.app-copy li small { color: var(--muted); font-size: 13px; line-height: 1.45; }

.partners { background: white; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); transition: transform .25s ease, box-shadow .25s ease; }
.partner-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(3,39,27,.1); }
.partner-grid img { width: 100%; height: 230px; object-fit: cover; }
.partner-grid article > div { padding: 25px; }
.partner-grid small { color: var(--green-700); }
.partner-grid h3 { margin: 10px 0 8px; font-size: 23px; letter-spacing: -.03em; }
.partner-grid p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.partner-grid a { color: var(--green-900); font-size: 13px; font-weight: 850; }

.coverage { padding-top: 70px; background: white; }
.coverage-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 54px; border-radius: 32px; background: var(--green-100); }
.coverage h2 { font-size: clamp(36px, 4vw, 52px); }
.coverage-card > div > p { max-width: 570px; margin-top: 16px; }
.address-form-dark { margin-top: 0; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { margin-top: 18px; }
.faq-intro a { color: var(--green-700); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-700); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 95px 0; background: var(--green-900); color: white; text-align: center; }
.final-cta-inner { max-width: 760px; }
.final-cta .eyebrow { color: var(--yellow); }
.final-cta p:not(.eyebrow) { margin: 18px 0 30px; color: rgba(255,255,255,.68); font-size: 17px; }

.site-footer { padding: 72px 0 26px; background: var(--green-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 130px; height: auto; padding: 10px 13px; border-radius: 12px; background: white; object-fit: contain; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid nav b { margin-bottom: 6px; font-size: 13px; }
.footer-grid nav a { color: rgba(255,255,255,.58); font-size: 12px; transition: color .2s ease; }
.footer-grid nav a:hover { color: white; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 52px; }
.social-row a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 750; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-row a:hover { color: white; border-color: rgba(255,255,255,.35); transform: translateY(-2px); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.footer-bottom a { transition: color .2s ease; }
.footer-bottom a:hover { color: white; }

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(245,200,68,.85); outline-offset: 4px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(64px, 11vw, 96px); }
  .hero-visual { min-height: 520px; }
  .hero-visual > img { height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .app-grid { gap: 55px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid article:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .partner-grid article:last-child img { height: 100%; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; z-index: 99; inset: 78px 0 auto; display: grid; gap: 4px; padding: 16px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 22px 40px rgba(3,39,27,.12); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav > a:not(.button) { padding: 13px 10px; border-radius: 10px; font-size: 14px; font-weight: 750; }
  .mobile-nav .button { margin-top: 8px; }
  .hero { padding-top: 42px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(52px, 16vw, 80px); }
  .hero-lede { font-size: 17px; }
  .hero-visual, .hero-visual > img { min-height: 430px; height: 430px; }
  .floating-card-top { left: 14px; }
  .floating-card-bottom { right: 14px; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 340px); }
  .service-card-large { grid-row: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 240px; }
  .app-grid { grid-template-columns: 1fr; }
  .app-visual { height: 540px; }
  .experience-panel { margin-top: 38px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-grid article:last-child { grid-column: auto; display: block; }
  .partner-grid article:last-child img { height: 230px; }
  .coverage-card { grid-template-columns: 1fr; gap: 30px; padding: 34px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; }
  .brand { width: 112px; }
  .mobile-nav { top: 70px; }
  .hero { padding: 30px 0 48px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { margin-top: 22px; font-size: 16px; }
  .address-form { align-items: stretch; flex-wrap: wrap; padding: 7px; border-radius: 17px; }
  .field-icon { margin-left: 7px; }
  .address-form input { width: calc(100% - 48px); flex: 0 0 calc(100% - 48px); }
  .address-form button { width: 100%; }
  .hero-meta { gap: 12px; }
  .hero-visual, .hero-visual > img { min-height: 360px; height: 360px; border-radius: 24px; }
  .hero-visual > img { object-position: 60% center; }
  .floating-card { min-width: 185px; padding: 11px 12px; }
  .floating-card-top { top: 16px; left: 10px; }
  .floating-card-bottom { right: 10px; bottom: 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section-heading h2, .center-heading h2, .app-copy h2, .coverage h2, .faq h2, .final-cta h2 { font-size: 38px; }
  .service-grid { grid-template-rows: repeat(4, 300px); }
  .service-card > div { inset: auto 22px 22px; }
  .service-card h3, .service-card-large h3 { font-size: 30px; }
  .how .shell { width: min(calc(100% - 24px), var(--shell)); }
  .steps article { min-height: 230px; }
  .app-visual { height: 470px; }
  .experience-panel { width: calc(100% - 34px); margin-top: 26px; padding: 18px; }
  .coverage-card { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 4px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 10px 16px; }
}

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