:root{
  --accent:#f96a06;
  --dark:#281d15;
  --light:#f7f6f5;
  --font:'Rokkitt',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:uppercase;
  --heading-spacing:0.02em;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* Groundwork — an outdoor, earthy landscape-build system.
   Palette, font and corner radius arrive as CSS custom properties injected at
   render time (:root block prepended above this file). Everything here is
   static and palette-agnostic. Character comes from: a hard-horizon hero (a
   real photo above a deep forest ground band), a topographic contour texture
   on the dark surfaces, a hairline "field plot" service grid, an asymmetric
   project gallery with tag chips and captions, a rooted slab type system, and
   a leaf mark. Never a hardcoded colour, font, or corner radius. */

:root {
  --forest: color-mix(in srgb, var(--accent) 46%, var(--dark));
  --forest-deep: color-mix(in srgb, var(--accent) 26%, var(--dark));
  --line: color-mix(in srgb, var(--dark) 16%, transparent);
  --line-strong: color-mix(in srgb, var(--dark) 32%, transparent);
  --tint: color-mix(in srgb, var(--accent) 6%, var(--light));
  --tint-2: color-mix(in srgb, var(--accent) 11%, var(--light));
  --sand-edge: color-mix(in srgb, var(--dark) 8%, var(--light));
  --ink-soft: color-mix(in srgb, var(--dark) 60%, var(--light));
  --on-dark: color-mix(in srgb, var(--light) 78%, var(--dark));
  --on-dark-soft: color-mix(in srgb, var(--light) 58%, var(--dark));
  --accent-ink: color-mix(in srgb, var(--accent) 62%, var(--dark));
  --leaf: color-mix(in srgb, var(--accent) 80%, var(--light));
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  --contour: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='128'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.2'%3E%3Cpath d='M-12,26 C38,4 112,46 162,26'/%3E%3Cpath d='M-12,58 C38,36 112,80 162,58'/%3E%3Cpath d='M-12,90 C38,68 112,112 162,90'/%3E%3Cpath d='M-12,122 C38,100 112,144 162,122'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); color: var(--dark); background: var(--light); line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::after { content: ""; position: fixed; inset: 0; background-image: var(--grain); opacity: .02; mix-blend-mode: multiply; pointer-events: none; z-index: 9999; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 46px); }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.08; text-transform: var(--heading-transform); letter-spacing: var(--heading-spacing); margin: 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); }
.eyebrow::before { content: ""; width: 20px; height: 8px; background: var(--accent); clip-path: polygon(0 100%, 50% 0, 100% 100%); flex-shrink: 0; }
.eyebrow--ondark { color: color-mix(in srgb, var(--accent) 45%, var(--light)); }
.eyebrow--ondark::before { background: color-mix(in srgb, var(--accent) 55%, var(--light)); }

.section-head { max-width: 46ch; margin-bottom: clamp(30px, 4vw, 48px); }
.section-head .section-title { margin-top: 16px; }
.section-title { font-size: clamp(1.9rem, 3.7vw, 2.9rem); line-height: 1.06; }

/* ── Buttons (sturdy, grounded) ───────────────────────────────────── */
.btn { --bg: var(--accent); --fg: var(--light); position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 15px 30px; border-radius: var(--radius); border: 2px solid var(--bg); background: var(--bg); color: var(--fg); font-family: var(--font); font-weight: 700; font-size: .95rem; letter-spacing: .01em; text-decoration: none; cursor: pointer; white-space: nowrap; transition: color .26s ease, border-color .26s ease, transform .26s cubic-bezier(.2,.7,.2,1); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: color-mix(in srgb, var(--bg) 74%, black); transform: translateY(101%); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: translateY(0); }
.btn-lg { min-height: 58px; padding: 18px 36px; font-size: 1rem; }
.btn-ghost { --bg: transparent; --fg: currentColor; border-color: var(--line-strong); }
.btn-ghost::before { background: color-mix(in srgb, currentColor 12%, transparent); }
.btn-ghost:hover { border-color: currentColor; }
:where(a, button):focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── Header / nav ─────────────────────────────────────────────────── */
.site-header { position: sticky; top: 42px; z-index: 900; background: color-mix(in srgb, var(--light) 86%, transparent); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.18rem; letter-spacing: .005em; text-decoration: none; }
.wordmark-leaf { width: 16px; height: 16px; flex-shrink: 0; background: var(--accent); border-radius: 0 82% 0 82%; transform: rotate(45deg); }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; text-decoration: none; font-size: .95rem; font-weight: 600; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .26s cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta-li a { color: var(--light); }
.nav-cta-li a::after { display: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--dark); }
section { scroll-margin-top: 122px; position: relative; }

/* ── Hero (hard horizon: photo above a deep forest ground band) ────── */
.hero { background: var(--forest); }
.hero-media { position: relative; height: clamp(260px, 40vh, 500px); overflow: hidden; border-bottom: 3px solid var(--accent); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--dark) 22%, transparent) 0%, transparent 34%, color-mix(in srgb, var(--forest) 62%, transparent) 100%); }
.hero-media-fallback { width: 100%; height: 100%; background: radial-gradient(120% 100% at 20% 0%, color-mix(in srgb, var(--accent) 40%, var(--forest)), var(--forest)); }
.hero-ground { position: relative; background: var(--forest); color: var(--light); overflow: hidden; }
.hero-ground::before { content: ""; position: absolute; inset: 0; background-image: var(--contour); background-size: 300px 256px; opacity: .05; pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding: clamp(40px, 6vw, 74px) 0 clamp(46px, 6vw, 78px); display: flex; flex-direction: column; align-items: flex-start; gap: clamp(18px, 2.4vw, 26px); }
.hero-title { font-size: clamp(2.5rem, 6.2vw, 4.6rem); line-height: 1.02; max-width: 17ch; }
.hero-subline { margin: 0; max-width: 52ch; font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--on-dark); line-height: 1.5; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.hero-ctas .btn-ghost { color: var(--light); border-color: color-mix(in srgb, var(--light) 40%, transparent); }

/* ── Trust (credential strip riding under the hero) ───────────────── */
.trust { background: var(--forest-deep); color: var(--light); }
.trust .container { padding-top: clamp(20px, 2.6vw, 26px); padding-bottom: clamp(20px, 2.6vw, 26px); }
.trust-ticker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; margin: 0; padding: 0; list-style: none; }
.trust-ticker li { position: relative; padding-left: 22px; font-size: .96rem; font-weight: 600; color: var(--on-dark); }
.trust-ticker li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 9px; height: 9px; background: var(--accent); border-radius: 0 80% 0 80%; }
.trust-stats { display: flex; flex-wrap: wrap; gap: 16px 44px; }
.trust-stat { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 800; }
.trust-proof { margin: 0; font-size: clamp(1.1rem, 2.1vw, 1.5rem); font-weight: 700; line-height: 1.32; max-width: 60ch; }
.trust-checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px 30px; margin: 0; padding: 0; list-style: none; }
.trust-checklist li { position: relative; padding-left: 26px; font-weight: 600; }
.trust-checklist li::before { content: ""; position: absolute; left: 0; top: .34em; width: 13px; height: 7px; border-left: 2.5px solid var(--accent); border-bottom: 2.5px solid var(--accent); transform: rotate(-45deg); }

/* ── Services (hairline "field plot" grid) ────────────────────────── */
.services { padding: clamp(72px, 9vw, 120px) 0; background: var(--light); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--dark); border-left: 1px solid var(--line); }
.service-cell { padding: clamp(26px, 3vw, 40px) clamp(22px, 2.4vw, 34px) clamp(30px, 3.4vw, 44px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .3s ease; }
.service-cell:hover { background: var(--tint); }
.service-index { display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .06em; color: var(--accent); margin-bottom: 16px; }
.service-index::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; background: var(--accent); border-radius: 0 80% 0 80%; transform: translateY(1px) rotate(45deg); }
.service-name { font-size: clamp(1.32rem, 2.1vw, 1.65rem); line-height: 1.12; margin-bottom: 12px; }
.service-desc { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }

/* ── Portfolio (asymmetric project gallery, tag chips + captions) ─── */
.portfolio { padding: clamp(72px, 9vw, 120px) 0; background: var(--tint); }
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(12px, 1.6vw, 20px); grid-auto-rows: 1fr; }
.project { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--forest-deep); min-height: 220px; grid-column: span 2; box-shadow: 0 18px 40px -30px rgba(0,0,0,.55); }
.project:first-child { grid-column: span 4; grid-row: span 2; }
.project img, .project-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-fallback { background: radial-gradient(120% 100% at 30% 10%, color-mix(in srgb, var(--accent) 42%, var(--forest)), var(--forest-deep)); }
.project:hover img { transform: scale(1.05); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, color-mix(in srgb, var(--dark) 82%, transparent) 100%); }
.project-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(18px, 2vw, 26px); display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.project-tag { display: inline-flex; align-items: center; padding: 6px 13px; border-radius: var(--radius); background: var(--accent); color: var(--light); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-title { color: var(--light); font-size: clamp(1.12rem, 1.7vw, 1.5rem); line-height: 1.1; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.project:first-child .project-title { font-size: clamp(1.5rem, 2.6vw, 2.2rem); }

/* ── Proof (reviews / stats / photos) ─────────────────────────────── */
.proof { padding: clamp(72px, 9vw, 120px) 0; background: var(--light); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.review { position: relative; margin: 0; padding: clamp(28px, 3vw, 38px); background: var(--tint); border-radius: var(--radius); border-top: 3px solid var(--accent); }
.review::before { content: "\201C"; position: absolute; top: -.1em; right: .28em; font-size: 4.4rem; line-height: 1; color: color-mix(in srgb, var(--accent) 30%, transparent); }
.review p { position: relative; margin: 0 0 18px; font-size: clamp(1.04rem, 1.4vw, 1.18rem); line-height: 1.5; }
.review cite { font-style: normal; font-size: .84rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--accent-ink); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; border-top: 2px solid var(--dark); }
.stat { padding: clamp(26px, 3vw, 38px) clamp(22px, 2.4vw, 32px) clamp(26px, 3vw, 38px) 0; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-value { display: block; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; color: var(--accent); line-height: .96; }
.stat-label { display: block; margin-top: 12px; font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }

/* ── Process (numbered rail on a soil-tinted band) ────────────────── */
.process { padding: clamp(72px, 9vw, 120px) 0; background: var(--tint-2); position: relative; }
.process-rail { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(28px, 4vw, 40px); }
.process-rail::before { content: ""; position: absolute; top: 27px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 16px); }
.process-step { position: relative; }
.process-index { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; background: var(--accent); color: var(--light); font-weight: 800; font-size: 1.2rem; box-shadow: 0 0 0 6px var(--tint-2); }
.process-copy { margin-top: 22px; padding-right: 14px; }
.process-step-title { font-size: clamp(1.2rem, 1.8vw, 1.42rem); line-height: 1.14; margin-bottom: 10px; }
.process-body { margin: 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.55; }

/* ── Coverage (deep forest band, town pins) ───────────────────────── */
.coverage { padding: clamp(66px, 8vw, 104px) 0; background: var(--forest); color: var(--light); position: relative; overflow: hidden; }
.coverage::before { content: ""; position: absolute; inset: 0; background-image: var(--contour); background-size: 300px 256px; opacity: .045; pointer-events: none; }
.coverage .container { position: relative; z-index: 1; }
.section-head--ondark .section-title { color: var(--light); }
.coverage-towns { list-style: none; margin: 0 0 clamp(24px, 3vw, 34px); padding: 20px 0; display: flex; flex-wrap: wrap; gap: 12px 0; border-top: 1px solid color-mix(in srgb, var(--light) 24%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--light) 24%, transparent); }
.coverage-towns li { position: relative; padding: 4px 30px 4px 26px; font-size: clamp(1.05rem, 1.7vw, 1.32rem); font-weight: 700; }
.coverage-towns li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-60%); width: 12px; height: 12px; background: var(--accent); border-radius: 50% 50% 50% 0; rotate: 45deg; }
.coverage-note { max-width: 60ch; margin: 0; color: var(--on-dark); font-size: 1.02rem; line-height: 1.55; }

/* ── About (editorial lead + rooted badge) ────────────────────────── */
.about { padding: clamp(72px, 9vw, 120px) 0; background: var(--light); }
.about-inner { display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
.about-copy .section-title { margin: 16px 0 clamp(22px, 3vw, 30px); }
.about-lead { margin: 0; font-size: clamp(1.16rem, 1.7vw, 1.4rem); line-height: 1.5; color: color-mix(in srgb, var(--dark) 86%, var(--light)); max-width: 56ch; }
.about-badge { position: relative; align-self: start; margin-top: 44px; padding: clamp(24px, 3vw, 32px); background: var(--forest); color: var(--light); border-radius: var(--radius); font-size: 1.08rem; font-weight: 700; line-height: 1.35; display: flex; align-items: center; gap: 14px; }
.about-badge-mark { flex-shrink: 0; width: 22px; height: 22px; background: var(--accent); border-radius: 0 82% 0 82%; transform: rotate(45deg); }

/* ── Final CTA (deep forest, contour texture) ─────────────────────── */
.final-cta { background: var(--forest-deep); color: var(--light); padding: clamp(80px, 10vw, 140px) 0; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: var(--contour); background-size: 340px 290px; opacity: .06; pointer-events: none; -webkit-mask-image: radial-gradient(80% 130% at 12% 100%, #000, transparent 66%); mask-image: radial-gradient(80% 130% at 12% 100%, #000, transparent 66%); }
.final-inner { position: relative; z-index: 1; max-width: 62ch; }
.final-title { font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.02; max-width: 16ch; }
.final-sentence { margin: 20px 0 34px; font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: var(--on-dark); max-width: 50ch; }
.final-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.final-cta .btn-ghost { color: var(--light); border-color: color-mix(in srgb, var(--light) 38%, transparent); }

/* ── Footer ───────────────────────────────────────────────────────── */
.site-footer { background: color-mix(in srgb, var(--forest-deep) 88%, black); color: var(--light); padding: clamp(60px, 8vw, 92px) 0 32px; overflow: hidden; }
.footer-mark { font-size: clamp(2.4rem, 9vw, 6.4rem); font-weight: 800; line-height: .94; color: color-mix(in srgb, var(--light) 92%, var(--forest)); }
.footer-tagline { margin: 18px 0 clamp(38px, 5vw, 58px); max-width: 46ch; color: var(--on-dark); font-size: 1.02rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: clamp(30px, 4vw, 44px); border-top: 1px solid color-mix(in srgb, var(--light) 18%, transparent); }
.footer-col h4 { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: color-mix(in srgb, var(--accent) 45%, var(--light)); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; color: var(--on-dark); font-size: .98rem; transition: color .2s ease; }
.footer-col a:hover { color: color-mix(in srgb, var(--accent) 45%, var(--light)); }
.footer-col li { color: var(--on-dark); font-size: .98rem; }
.footer-legal { margin-top: clamp(34px, 4vw, 48px); font-size: .8rem; letter-spacing: .02em; color: var(--on-dark-soft); }

/* ── Reveal + hero load ───────────────────────────────────────────── */
.reveal-init { opacity: 0; transform: translateY(15px); }
.reveal-in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: rise .74s cubic-bezier(.2,.7,.2,1) both; }
  .hero-content > *:nth-child(1) { animation-delay: .05s; }
  .hero-content > *:nth-child(2) { animation-delay: .13s; }
  .hero-content > *:nth-child(3) { animation-delay: .21s; }
  .hero-content > *:nth-child(4) { animation-delay: .29s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: clamp(28px, 5vw, 40px); }
  .about-badge { margin-top: 0; }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .project { grid-column: span 2; }
  .project:first-child { grid-column: span 4; grid-row: span 1; min-height: 300px; }
}
@media (max-width: 640px) {
  .service-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .project, .project:first-child { grid-column: span 1; grid-row: span 1; min-height: 0; aspect-ratio: 4 / 3; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); padding: 20px 0; }
  .stat:last-child { border-bottom: none; }
  .process-rail::before { display: none; }
}
@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .header-inner { position: relative; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--light); border-bottom: 1px solid var(--line-strong); padding: 8px clamp(20px, 4vw, 46px) 20px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 4px 0; }
  .nav-links a { display: block; padding: 12px 0; min-height: 44px; }
  .nav-links a::after { display: none; }
  .nav-cta-li a { display: inline-flex; margin-top: 10px; }
}
@media (max-width: 440px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn, .final-buttons .btn { width: 100%; justify-content: center; }
}
