/* ===========================================================
   Landscaping Website Design — ultra-modern placeholder skin
   Brand rule: rounded corners everywhere, no hard 90° edges.
   Motion: smooth, intentional, Apple-grade easing throughout.
   =========================================================== */

:root {
  /* Palette */
  --ink:        #0a1410;
  --ink-soft:   #38453f;
  --muted:      #6b7a72;
  --line:       #e6ece8;
  --bg:         #ffffff;
  --bg-soft:    #f5f8f5;
  --bg-sink:    #eef3ef;

  --green-900:  #06281d;
  --green-700:  #0c6b46;
  --green-600:  #119863;
  --accent:     #2fd07a;
  --accent-2:   #8be36b;
  --lime:       #c6f24e;

  /* Gradients */
  --grad-hero:  radial-gradient(120% 120% at 100% 0%, #0c6b46 0%, #06281d 55%, #041a13 100%);
  --grad-accent: linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 100%);
  --grad-soft:  linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);

  /* Type */
  --font-head: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Geometry — rounded everything */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(6, 40, 29, .06);
  --shadow-md: 0 14px 40px rgba(6, 40, 29, .10);
  --shadow-lg: 0 30px 80px rgba(6, 40, 29, .18);

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 64px);

  /* Motion */
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ---------- Scroll progress bar ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(120deg, var(--emerald), var(--green-700)); z-index: 100; pointer-events: none;
  box-shadow: 0 1px 8px rgba(47, 208, 122, .5);
}

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: .55em;
  padding: 15px 26px; border-radius: var(--r-pill);
  font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  border: 0;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), background .3s, color .3s;
  will-change: transform;
}
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-18deg); transition: left .7s var(--ease-out);
}
.btn:hover::after { left: 130%; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary {
  background: linear-gradient(120deg, #28c275 0%, #66d653 100%); color: var(--green-900);
}
.btn-primary:hover { filter: brightness(1.05); }
.btn-ghost {
  background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-dark { background: var(--green-900); color: #fff; }
.btn-dark:hover { background: var(--green-700); box-shadow: var(--shadow-md); }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: transparent;
}
/* Blur lives on a pseudo-element so the header itself never creates a
   containing block (which would trap the fixed mobile menu). */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: rgba(255,255,255,.85);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
  opacity: 0; transition: opacity .4s var(--ease-soft);
}
.site-header.scrolled::before { opacity: 1; }
/* Transparent state over the dark hero — white content */
.site-header:not(.scrolled) .nav-links a:not(.btn) { color: rgba(255,255,255,.86); }
.site-header:not(.scrolled) .nav-links a:not(.btn):hover { background: rgba(255,255,255,.14); color: #fff; }
.site-header:not(.scrolled) .brand .emblem { --mark: #fff; }
.site-header:not(.scrolled) .brand .bn1, .site-header:not(.scrolled) .brand .bn2 { fill: #fff; }
.site-header:not(.scrolled) .menu-toggle span { background: #fff; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
/* Logo lockup — bare browser-sprout emblem + all-caps stacked wordmark.
   Equal width is baked in: bn1 is 1.166x bn2 so the two lines render the
   same width; emblem height = the two-line block height (≈1.78x bn2). */
/* One knob (--lh) sizes the whole lockup. Emblem is square at --lh; the
   wordmark SVG renders at height --lh; LANDSCAPING sets the width and
   WEBSITE DESIGN is stretched (SVG textLength) to match it. */
.brand { --lh: clamp(27px, 3.8vw, 33px); display: flex; align-items: center; gap: 11px; }
.brand .emblem {
  flex: 0 0 auto; height: calc(var(--lh) * 1.32); width: auto;
  --mark: var(--green-900); --leaf: var(--accent);
}
/* emblem stays static on hover (no rotate/scale) */
.brand .emblem svg { height: 100%; width: auto; display: block; overflow: visible; }
.brand .wm { display: flex; }
.brand .wm-svg { height: var(--lh); width: auto; display: block; overflow: visible; }
.brand .bn1, .brand .bn2 { font-family: var(--font-head); fill: var(--ink); }
/* footer sits on dark green — flip emblem + text to white */
.site-footer .brand .emblem { --mark: #fff; --leaf: var(--green-700); }
.site-footer .brand .bn1, .site-footer .brand .bn2 { fill: #fff; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a:not(.btn) { position: relative; padding: 9px 15px; border-radius: var(--r-pill); color: var(--ink-soft); font-weight: 500; font-size: .96rem; transition: background .3s var(--ease-soft), color .3s; }
.nav-links a:not(.btn):hover { background: var(--bg-sink); color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 13px; border: 0; background: transparent; position: relative; cursor: pointer; z-index: 61; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2.5px; border-radius: 3px; background: var(--ink); transition: transform .35s var(--ease-out), opacity .2s, top .3s var(--ease-out); }
.menu-toggle span:nth-child(1) { top: 15px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 27px; }
.menu-toggle.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.nav-cta-mobile { display: none; }
/* mobile menu open: force header transparent + white */
html.nav-open .site-header::before { opacity: 0; }
html.nav-open .brand .emblem { --mark: #fff; }
html.nav-open .brand .bn1, html.nav-open .brand .bn2 { fill: #fff; }
html.nav-open .menu-toggle span { background: #fff; }
html.nav-open, html.nav-open body { overflow: hidden; }
html.nav-open .scroll-progress { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff;
  background-image: linear-gradient(180deg, rgba(5,30,22,.90) 0%, rgba(4,24,17,.94) 55%, rgba(3,18,13,.97) 100%), url("landscaping.webp");
  background-size: cover; background-position: center;
  border-radius: 0 0 var(--r-xl) var(--r-xl); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20%;
  background:
    radial-gradient(40% 50% at 85% 15%, rgba(47,208,122,.16), transparent 70%),
    radial-gradient(35% 45% at 10% 90%, rgba(198,242,78,.08), transparent 70%);
  pointer-events: none;
  animation: aurora 18s var(--ease-soft) infinite alternate;
}
@keyframes aurora {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(2%, -3%) scale(1.08); }
  100% { transform: translate(-2%, 2%) scale(1.04); }
}
.hero-inner { position: relative; z-index: 2; padding-block: clamp(120px, 13vw, 160px) clamp(80px, 12vw, 140px); }
.lottie-hero {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 1;
  width: clamp(200px, 26vw, 380px); height: clamp(100px, 14vw, 190px);
  pointer-events: none; opacity: .1;
  -webkit-mask-image: linear-gradient(to top, #000 60%, transparent);
  mask-image: linear-gradient(to top, #000 60%, transparent);
}
/* Subtle ambient animation behind the white content sections */
.ambient { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .06; }
.ambient svg, .ambient > div { width: 100% !important; height: 100% !important; }
@media (prefers-reduced-motion: reduce) { .ambient { display: none; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  font-size: .82rem; font-weight: 500; letter-spacing: .02em; margin-bottom: 26px;
  backdrop-filter: blur(4px);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); animation: pulse 2.4s var(--ease-soft) infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(255,255,255,.25); } 50% { box-shadow: 0 0 0 8px rgba(255,255,255,0); } }
/* Centered hero (homepage only — .page-hero stays left-aligned) */
.hero .hero-inner { text-align: center; }
.hero .hero-actions, .hero .hero-trust { justify-content: center; }
/* H1 = all-caps keyword kicker at the top */
.hero h1 { font-family: var(--font-head); font-weight: 700; font-size: clamp(.78rem, 1.5vw, .95rem); letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 18px; }
/* H2 = main display headline */
.hero-display { font-family: var(--font-head); font-weight: 700; line-height: 1.06; letter-spacing: -.02em; font-size: clamp(2.4rem, 6vw, 4.4rem); max-width: 20ch; margin-inline: auto; }
.hero-display .hl { color: #fff; }
.hero .lede { margin-inline: auto; }
.hero p.lede { margin-top: 24px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.82); max-width: 56ch; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 26px 40px; align-items: center; color: rgba(255,255,255,.7); font-size: .9rem; }
.hero-trust .stat strong { display:block; font-family: var(--font-head); font-size: 1.7rem; color: #fff; line-height: 1; }
.hero-trust .stat span { font-size: .82rem; }

/* Hero entrance choreography (gated behind .ready so no-JS stays visible) */
.ready .anim-rise { opacity: 0; transform: translateY(26px); animation: rise .9s var(--ease-out) forwards; }
.ready .anim-rise:nth-child(1) { animation-delay: .05s; }
.ready .anim-rise:nth-child(2) { animation-delay: .14s; }
.ready .anim-rise:nth-child(3) { animation-delay: .23s; }
.ready .anim-rise:nth-child(4) { animation-delay: .32s; }
.ready .anim-rise:nth-child(5) { animation-delay: .41s; }
.ready .anim-rise:nth-child(6) { animation-delay: .50s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Section scaffolding ---------- */
.section { padding: clamp(64px, 8vw, 100px) 0; }
.section-head { max-width: 64ch; margin-bottom: clamp(40px, 6vw, 66px); }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { font-family: var(--font-head); font-weight: 700; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--green-700); }
/* kicker on dark sections turns white */
.hero .kicker, .page-hero .kicker, .cta .kicker { color: #fff; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-top: 14px; }
.section-head p { margin-top: 18px; font-size: 1.12rem; color: var(--muted); }

/* ---------- Cards / grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px; transition: border-color .3s var(--ease-out);
}
.card:hover { border-color: rgba(17,152,99,.4); }
.card .ic {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: var(--bg-sink); color: var(--green-700); margin-bottom: 20px;
}
.card .ic svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.28rem; }
.card p { margin-top: 10px; color: var(--muted); font-size: .98rem; }

/* feature band */
.band { background: var(--grad-soft); border-radius: var(--r-xl); }

/* ---------- Process (timeline) ---------- */
.steps { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); counter-reset: step; }
.step { position: relative; padding: clamp(30px,3vw,40px); min-height: 180px; display: flex; flex-direction: column; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); transition: border-color .3s var(--ease-out); }
.step:hover { border-color: rgba(17,152,99,.4); }
.step .num {
  font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: #fff;
  width: 52px; height: 52px; border-radius: 16px; background: var(--green-900);
  display: grid; place-items: center; margin-bottom: 22px;
  transition: background .4s var(--ease-out), color .4s, transform .4s var(--ease-spring);
}
.step h3 { font-size: 1.3rem; }
.step p { margin-top: 10px; color: var(--muted); font-size: 1rem; }
/* step "mowed" (lit up as the lawnmower passes on scroll) */
.step.mowed { border-color: var(--emerald); }
.step.mowed .num { background: linear-gradient(120deg, #2e9e5f, #57c447); color: var(--green-900); transform: scale(1.06); }

/* ---------- Lawnmower scroll animation ---------- */
.mow { max-width: 900px; margin: 2px auto 36px; }
.mow-track { position: relative; height: 16px; border-radius: 999px; background: #0e4a34; }
.mow-done { position: absolute; top: 0; bottom: 0; left: 0; width: 0%; border-radius: 999px; background: linear-gradient(90deg, #2e9e5f, #57c447); transition: width .12s linear; }
.mower { position: absolute; left: 0%; bottom: 3px; width: 56px; height: 48px; transform: translateX(-50%); transition: left .12s linear; pointer-events: none; }
.mower svg { width: 100%; height: 100%; display: block; transform: scaleX(-1); }
@media (prefers-reduced-motion: reduce) { .mow-done, .mower { transition: none; } }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: border-color .3s; }
.faq-item:hover { border-color: var(--emerald); }
.faq-item:hover .faq-q, .faq-item:hover .faq-ic { color: var(--green-700); }
.faq-item.open { border-color: var(--emerald); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px clamp(20px,3vw,28px); font-family: var(--font-head); font-weight: 700; font-size: clamp(1rem,2vw,1.15rem); color: var(--ink); transition: color .25s; }
.faq-q:hover { color: var(--green-700); }
.faq-q .faq-ic { flex: 0 0 auto; width: 24px; height: 24px; color: var(--green-600); transition: transform .42s var(--ease-out); }
.faq-item.open .faq-ic { transform: rotate(180deg); }
.faq-a { height: 0; overflow: hidden; transition: height .42s var(--ease-out); }
.faq-a-inner p { margin: 0; padding: 0 clamp(20px,3vw,28px) 24px; color: var(--muted); font-size: 1rem; line-height: 1.6; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 6vw, 70px); align-items: stretch; }
.split .media {
  border-radius: var(--r-xl); background: var(--grad-hero); min-height: 340px; height: 100%; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md);
}
.split .media::after {
  content:""; position:absolute; inset:0;
  background: radial-gradient(50% 40% at 70% 20%, rgba(47,208,122,.4), transparent 60%);
}
.lottie-beacon { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; }
.lottie-beacon > * { width: min(70%, 320px); height: auto; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; font-weight: 500; }
.checklist li svg { flex: 0 0 auto; width: 24px; height: 24px; color: var(--green-600); margin-top: 1px; }

/* ---------- CTA ---------- */
.cta {
  position: relative; color: #fff; background: var(--grad-hero);
  border-radius: var(--r-xl); padding: clamp(48px, 8vw, 84px); text-align: center; overflow: hidden;
}
.cta::before { content:""; position:absolute; inset:-20%; background: radial-gradient(40% 60% at 50% 0%, rgba(47,208,122,.3), transparent 70%); animation: aurora 16s var(--ease-soft) infinite alternate; }
.cta-inner { position: relative; z-index: 2; }
.cta-lottie { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: min(880px, 92%); height: clamp(110px, 14vw, 200px); z-index: 1; pointer-events: none; opacity: .12; -webkit-mask-image: linear-gradient(to top, #000 55%, transparent); mask-image: linear-gradient(to top, #000 55%, transparent); }
.cta h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); max-width: 20ch; margin-inline: auto; }
.cta p { margin-top: 18px; color: rgba(255,255,255,.82); font-size: 1.1rem; max-width: 50ch; margin-inline: auto; }
.cta .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.78); margin-top: clamp(70px,10vw,120px); border-radius: var(--r-xl) var(--r-xl) 0 0; }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px 40px; padding-block: clamp(40px,5vw,56px) 30px; }
.footer-brand .brand { color: #fff; margin-bottom: 10px; }
.footer-brand p { margin-top: 14px; max-width: 46ch; font-size: .92rem; color: rgba(255,255,255,.55); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.footer-nav a { color: rgba(255,255,255,.8); font-size: .95rem; padding: 4px 0; transition: color .3s; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 24px 40px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: .86rem; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Forms (contact) ---------- */
.page-hero { background: radial-gradient(120% 120% at 100% 0%, #0a4630 0%, #06281d 48%, #041a13 100%); color: #fff; border-radius: 0 0 var(--r-xl) var(--r-xl); position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:-20%; background: radial-gradient(40% 60% at 90% 10%, rgba(47,208,122,.16), transparent 70%); animation: aurora 18s var(--ease-soft) infinite alternate; }
.page-hero .hero-inner { padding-block: clamp(116px,12vw,140px) clamp(56px,9vw,96px); }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 18ch; }
.page-hero p { margin-top: 18px; color: rgba(255,255,255,.82); font-size: 1.15rem; max-width: 54ch; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px,6vw,64px); align-items: start; }
.contact-card { background:#fff; border:1px solid var(--line); border-radius: var(--r-xl); padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display:block; font-weight: 600; font-size: .92rem; margin-bottom: 8px; font-family: var(--font-head); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--r-md); border: 1px solid var(--line);
  background: var(--bg-soft); font: inherit; color: var(--ink); transition: border-color .3s var(--ease-soft), box-shadow .3s, background .3s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); background: #fff;
  box-shadow: 0 0 0 4px rgba(47,208,122,.18);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 6px; }

.info-list li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--bg-sink); color: var(--green-700); display: grid; place-items: center; flex: 0 0 auto; }
.info-list .ic svg { width: 19px; height: 19px; }
.info-list h4 { font-family: var(--font-head); font-size: 1.05rem; }
.info-list a, .info-list p { color: var(--muted); }
.info-list a:hover { color: var(--green-600); }

/* ---------- Legal pages ---------- */
.legal { padding: clamp(50px,8vw,90px) 0; }
.legal .doc { max-width: 760px; margin-inline: auto; }
.legal .doc h2 { font-size: 1.5rem; margin-top: 42px; }
.legal .doc h3 { font-size: 1.15rem; margin-top: 28px; }
.legal .doc p, .legal .doc li { color: var(--ink-soft); margin-top: 14px; }
.legal .doc ul { list-style: disc; padding-left: 22px; }
.legal .doc ul li { margin-top: 8px; }
.legal .updated { color: var(--muted); font-size: .92rem; margin-top: 8px; }
.legal .doc a { color: var(--green-600); text-decoration: underline; }

/* ---------- Reveal animation (gated behind .ready so no-JS stays visible) ---------- */
.ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.ready .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .anim-rise { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
  .hero::before, .cta::before, .page-hero::before, .eyebrow .dot { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split .media { min-height: 300px; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .lottie-hero { display: none; }
}
@media (max-width: 620px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 0; z-index: 55;
    flex-direction: column; justify-content: center; align-items: center; gap: 4px;
    padding: 90px 28px 48px; background: var(--grad-hero);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .38s var(--ease-out), transform .38s var(--ease-out), visibility .38s;
  }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a:not(.btn) { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.55rem; padding: 12px 18px; border-radius: var(--r-md); }
  .nav-links a:not(.btn):hover { background: rgba(255,255,255,.1); color: #fff; }
  .nav-cta-mobile { display: inline-flex; margin-top: 28px; font-size: 1.2rem; padding: 18px 48px; }
  .grid-3, .grid-4, .grid-2, .steps { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 22px; }
  .nav-cta .btn:not(.menu-toggle) { display: none; }
}
