:root {
  --forest: #173b30;
  --forest-deep: #0e2a22;
  --forest-mid: #285843;
  --sage: #aab9a3;
  --sage-light: #dfe6dc;
  --cream: #f4efe5;
  --paper: #fbfaf6;
  --gold: #d1a64c;
  --gold-dark: #b98c33;
  --ink: #1d2421;
  --muted: #626b66;
  --line: rgba(23, 59, 48, .16);
  --white: #fff;
  --shadow: 0 28px 70px rgba(10, 35, 27, .18);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(3.25rem, 6.2vw, 6.35rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.3rem); margin-bottom: 1.5rem; }
h3 { font-size: 1.45rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 1rem; top: -100px; z-index: 1000; background: var(--gold); padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
}

.nav-wrap { height: 92px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.brand-mark { position: relative; width: 30px; height: 30px; display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; transform: rotate(3deg); }
.brand-mark i { display: block; border: 3px solid var(--gold); }
.brand-mark i:first-child { border-right-width: 1px; }
.brand-mark i:last-child { border-left-width: 1px; }
.brand-name { font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name span { color: var(--gold); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .95rem; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus { color: var(--white); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; margin-left: auto; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--gold);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus { transform: translateY(-2px); background: #dfb75f; box-shadow: 0 16px 36px rgba(0,0,0,.14); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .9rem; }
.button-gold { background: var(--gold); color: var(--forest-deep); }
.text-link { color: var(--white); text-underline-offset: 6px; font-weight: 600; }

.hero {
  position: relative;
  min-height: 830px;
  padding: 158px 0 96px;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(170,185,163,.18), transparent 28%),
    linear-gradient(132deg, var(--forest-deep) 0%, var(--forest) 58%, #214a39 100%);
}
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -44vw; width: 72vw; aspect-ratio: 1; border: 1px solid rgba(209,166,76,.22); border-radius: 50%; }
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 7vw, 92px); align-items: center; }
.hero-copy { padding-top: 30px; }
.hero-copy h1 { max-width: 680px; }
.hero-copy h1 em { display: block; color: var(--gold); font-style: normal; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .78rem; color: var(--gold); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--forest-mid); }
.eyebrow.light { color: var(--gold); }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.72); font-size: .86rem; }
.hero-points span { color: var(--gold); margin-right: 4px; }

.hero-visual { position: relative; }
.visual-card { position: relative; padding: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; background: rgba(255,255,255,.08); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.visual-card__top { display: flex; align-items: center; justify-content: space-between; padding: 6px 5px 15px; }
.visual-card__top > div { display: flex; align-items: baseline; gap: 10px; }
.card-kicker, .drag-hint { color: rgba(255,255,255,.58); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.visual-card__top strong { font-size: .93rem; color: var(--white); }
.comparison { position: relative; aspect-ratio: 1.307; overflow: hidden; border-radius: 15px; background: #ddd; isolation: isolate; }
.comparison img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.comparison__before { z-index: 2; clip-path: inset(0 50% 0 0); }
.comparison__line { position: absolute; z-index: 4; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--white); pointer-events: none; transform: translateX(-1px); box-shadow: 0 0 12px rgba(0,0,0,.35); }
.comparison__line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--white); border-radius: 50%; color: var(--forest-deep); background: var(--gold); transform: translate(-50%, -50%); font-weight: 800; }
.comparison input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: col-resize; }
.comparison-label { position: absolute; z-index: 3; top: 14px; padding: 5px 10px; border-radius: 999px; color: var(--white); background: rgba(14,42,34,.72); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.comparison-label--before { left: 14px; }
.comparison-label--after { right: 14px; }
.finish-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding-top: 11px; }
.finish { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px 10px; border: 1px solid transparent; border-radius: 10px; color: rgba(255,255,255,.67); background: transparent; cursor: pointer; font-size: .76rem; white-space: nowrap; }
.finish:hover, .finish:focus, .finish.active { border-color: rgba(255,255,255,.2); color: var(--white); background: rgba(255,255,255,.09); }
.swatch { display: inline-block; width: 13px; height: 13px; flex: 0 0 13px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: 0 0 0 1px rgba(0,0,0,.14); }
.swatch--chartwell { background: #a8bca5; }
.swatch--anthracite { background: #343a3c; }
.swatch--slate { background: #657076; }
.swatch--black { background: #111514; }
.swatch--agate { background: #b1b6a6; }
.swatch--oak { background: #9a642f; }
.visual-note { position: absolute; right: -20px; bottom: -43px; padding: 9px 16px; border-radius: 10px; color: var(--forest-deep); background: var(--cream); box-shadow: 0 12px 34px rgba(0,0,0,.2); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 700; transform: rotate(-2deg); }

.proof-strip { position: relative; z-index: 5; color: var(--forest); background: var(--gold); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 36px; }
.proof-grid p { margin: 0; line-height: 1.45; }
.proof-tags { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.proof-tags span { padding: 7px 12px; border: 1px solid rgba(23,59,48,.26); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.problem-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 10vw; align-items: end; }
.split-heading h2 { max-width: 760px; }
.section-intro { color: var(--muted); font-size: 1.05rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 66px; }
.benefit-card { min-height: 286px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.benefit-card.featured { color: var(--white); background: var(--forest); transform: translateY(-18px); }
.benefit-card h3 { margin-top: 50px; margin-bottom: 14px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); }
.benefit-card.featured p { color: rgba(255,255,255,.68); }
.benefit-number { color: var(--gold-dark); font-family: "Manrope", sans-serif; font-weight: 800; }

.services-section { color: var(--white); background: var(--forest-deep); }
.section-title { max-width: 820px; }
.section-title.centered { margin: 0 auto 56px; text-align: center; }
.section-title.centered .eyebrow { justify-content: center; }
.section-title > p:last-child { color: rgba(255,255,255,.64); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { padding: clamp(32px, 5vw, 56px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #214a3a; }
.service-card--light { color: var(--forest-deep); background: var(--cream); }
.service-label { display: inline-block; margin-bottom: 48px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: var(--gold); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.service-card--light .service-label { border-color: var(--line); color: var(--forest-mid); }
.service-card h3 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 20px; }
.service-card > p { color: rgba(255,255,255,.67); font-size: 1.03rem; }
.service-card--light > p { color: var(--muted); }
.service-card ul { padding: 18px 0 22px; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.service-card--light ul { border-color: var(--line); }
.service-card li { position: relative; padding: 9px 0 9px 25px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 19px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.service-card a { display: inline-flex; gap: 12px; align-items: center; color: var(--gold); font-weight: 700; text-underline-offset: 5px; }
.service-card--light a { color: var(--forest-mid); }
.service-disclaimer { max-width: 850px; margin: 30px auto 0; color: rgba(255,255,255,.45); text-align: center; font-size: .82rem; }

.audience-section { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: 1.05fr .8fr .8fr; gap: 18px; align-items: stretch; }
.audience-copy { padding: 24px 55px 24px 0; }
.audience-copy h2 { font-size: clamp(2.3rem, 3.8vw, 4rem); }
.audience-copy p:last-child { color: var(--muted); }
.audience-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.audience-card--green { color: var(--white); background: var(--forest); }
.audience-type { display: block; margin-bottom: 52px; color: var(--forest-mid); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.audience-card--green .audience-type { color: var(--gold); }
.audience-card ul { padding: 20px 0 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-card--green ul { border-color: rgba(255,255,255,.16); }
.audience-card li { position: relative; padding: 8px 0 8px 20px; color: var(--muted); }
.audience-card--green li { color: rgba(255,255,255,.68); }
.audience-card li::before { content: "—"; position: absolute; left: 0; color: var(--gold-dark); }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 58px; counter-reset: steps; }
.process-step { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line); }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--white); background: var(--forest); font-family: "Manrope", sans-serif; font-weight: 800; }
.process-step p { margin: 0; color: var(--muted); }

.gallery-section { padding-top: 0; background: var(--paper); }
.gallery-heading { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .9fr .9fr; gap: 14px; }
.gallery-grid figure { margin: 0; }
.gallery-image { overflow: hidden; aspect-ratio: 1.15; border-radius: 16px; background: #ddd; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { display: flex; align-items: center; gap: 9px; padding: 13px 4px; font-weight: 700; }
.gallery-grid figcaption .swatch { border-color: var(--white); }
.case-study { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(36px, 7vw, 88px); align-items: center; margin-top: 84px; padding: clamp(28px, 5vw, 60px); border-radius: 30px; color: var(--white); background: var(--forest-deep); overflow: hidden; }
.case-study__copy h3 { margin: 20px 0; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.case-study__copy > p { color: rgba(255,255,255,.66); }
.case-study__number { color: var(--gold); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.case-study__details { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.case-study__details span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.visual-card--paper { padding: 13px; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.07); }
.comparison--extension { aspect-ratio: 1.5; }
.finish-picker--paper .finish { justify-content: center; }

.deliverable-section { color: var(--white); background: #102e26; }
.deliverable-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(42px, 7vw, 92px); align-items: center; }
.deliverable-copy h2 { font-size: clamp(2.45rem, 4vw, 4.2rem); }
.deliverable-copy > p:not(.eyebrow):not(.fiction-note) { color: rgba(255,255,255,.68); font-size: 1.05rem; }
.deliverable-copy ul { padding: 20px 0; margin: 28px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.deliverable-copy li { position: relative; padding: 9px 0 9px 27px; color: rgba(255,255,255,.82); }
.deliverable-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.fiction-note { margin: 0; color: rgba(255,255,255,.46); font-size: .83rem; }
.deliverable-preview { margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: var(--shadow); transform: rotate(.4deg); }
.deliverable-preview > a { display: block; overflow: hidden; border-radius: 14px; background: var(--cream); }
.deliverable-preview img { width: 100%; height: auto; }
.deliverable-preview figcaption { display: flex; justify-content: space-between; gap: 24px; padding: 14px 8px 3px; color: rgba(255,255,255,.58); font-size: .82rem; }
.deliverable-preview figcaption strong { color: var(--white); }
.deliverable-preview figcaption a { flex-shrink: 0; color: var(--gold); font-weight: 700; }

.pricing-section { color: var(--white); background: var(--forest); }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.pricing-copy h2 { max-width: 720px; }
.pricing-copy > p { max-width: 600px; color: rgba(255,255,255,.67); }
.price-line { display: flex; align-items: center; gap: 20px; margin: 24px 0 34px; }
.price-line > span { font-family: "Manrope", sans-serif; font-size: clamp(4.8rem, 8vw, 7rem); line-height: 1; font-weight: 800; letter-spacing: -.08em; color: var(--gold); }
.price-line p { margin: 0; color: rgba(255,255,255,.76); font-weight: 600; line-height: 1.35; }
.pricing-card { padding: clamp(32px, 5vw, 52px); border-radius: 28px; color: var(--forest-deep); background: var(--cream); box-shadow: 0 26px 60px rgba(0,0,0,.18); }
.pricing-badge { display: inline-block; margin-bottom: 30px; padding: 7px 12px; border-radius: 999px; color: var(--forest); background: var(--sage-light); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pricing-card h3 { font-size: 2rem; }
.pricing-card ul { padding: 18px 0; margin: 0 0 20px; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-card li { padding: 8px 0; }
.pricing-card li span { margin-right: 9px; color: var(--forest-mid); font-weight: 800; }
.pricing-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; }
.faq-heading { position: sticky; top: 32px; align-self: start; }
.faq-heading h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
.faq-heading p:last-child { color: var(--muted); }
.faq-heading a { color: var(--forest-mid); font-weight: 700; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; padding: 0 48px 22px 0; margin: 0; color: var(--muted); }

.final-cta { padding: 108px 0; color: var(--white); text-align: center; background: var(--forest-deep); }
.final-cta__inner { max-width: 850px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 1.08rem; }
.final-cta .button { margin-top: 16px; }

footer { padding: 45px 0; color: rgba(255,255,255,.62); background: #091d17; }
.footer-grid { display: grid; grid-template-columns: .75fr 1.25fr .75fr; gap: 30px; align-items: center; }
.brand--footer { color: var(--white); }
.footer-grid p { margin: 0; font-size: .86rem; line-height: 1.6; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; font-size: .85rem; }
.footer-contact a { color: var(--white); font-weight: 700; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 82px; padding: 20px; border-radius: 16px; background: var(--forest-deep); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 760px); }
  .proof-grid, .split-heading, .pricing-grid, .faq-grid, .case-study, .deliverable-grid { grid-template-columns: 1fr; gap: 40px; }
  .proof-grid { padding: 22px 0; }
  .proof-tags { justify-content: flex-start; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-copy { grid-column: 1 / -1; padding-right: 0; }
  .faq-heading { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 76px; }
  .hero { min-height: auto; padding: 115px 0 75px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-points { display: grid; }
  .visual-card { padding: 9px; }
  .visual-card__top > div { display: block; }
  .card-kicker { display: block; }
  .drag-hint { display: none; }
  .finish-picker { grid-template-columns: 1fr; }
  .finish { justify-content: flex-start; }
  .visual-note { right: 0; bottom: -43px; }
  .proof-strip { padding-top: 20px; }
  .benefits-grid, .service-grid, .audience-grid, .process-grid, .gallery-grid { grid-template-columns: 1fr; }
  .benefit-card.featured { transform: none; }
  .audience-copy { grid-column: auto; }
  .gallery-heading { grid-template-columns: 1fr; gap: 10px; }
  .gallery-image { aspect-ratio: 1.307; }
  .case-study { margin-top: 58px; padding: 22px 14px 14px; border-radius: 22px; }
  .case-study__copy { padding: 12px 10px 0; }
  .finish-picker--paper .finish { justify-content: flex-start; }
  .deliverable-preview { padding: 7px; border-radius: 16px; transform: none; }
  .deliverable-preview figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .price-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
}

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