/* =========================================================
   Green Solutions Company LLC — site styles
   Prefix gs- on every class so this file can be pasted into
   Elementor > Site Settings > Custom CSS without collisions.
   ========================================================= */

:root{
  --gs-forest:#0D3A22;      /* primary deep green */
  --gs-field:#1B6536;      /* logo green */       /* mid green, hover / links */
  --gs-lime:#7EBA14;       /* logo lime */        /* bright green accent */
  --gs-lime-ink:#4E7A0B;    /* accent readable on light */
  --gs-offwhite:#FBF4E4;   /* logo cream */    /* warm background */
  --gs-concrete:#D9D4C8;    /* concrete grey, rules + cards */
  --gs-concrete-2:#EDEAE1;  /* lighter concrete */
  --gs-ink:#101914;         /* near-black text */
  --gs-ink-2:#4A5650;       /* secondary text */
  --gs-white:#FFFFFF;
  --gs-yellow:#F2C230;      /* jobsite yellow, used only for BEFORE/AFTER chips */
  --gs-cream-soft:#FDF6E5;  /* text on the dark utility strip */
  --gs-lime-soft:#A8DC5A;   /* hover/accent on dark surfaces */
  --gs-sand:#EBD9B4;        /* contact icon badges */

  --gs-utility-h:54px;
  --gs-infobar-h:96px;
  --gs-navbar-h:88px;
  /* logo.webp is 1413x551 -> aspect 2.565. The lane keeps the contact
     blocks and the nav clear of the overhanging logo at every width. */
  --gs-logo-h:clamp(88px,8.1vw,130px);
  --gs-logo-lane:calc(var(--gs-logo-h) * 2.57 + 18px);

  --gs-display:"Archivo", "Helvetica Neue", Arial, sans-serif;
  --gs-body:"Source Sans 3", "Helvetica Neue", Arial, sans-serif;

  --gs-maxw:1200px;
  --gs-header-maxw:1480px;  /* the header runs wider than page content */
  --gs-gutter:clamp(16px, 4vw, 40px);
  --gs-section-y:clamp(56px, 8vw, 112px);
  --gs-radius:6px;
  --gs-ease:cubic-bezier(.2,.7,.2,1);
}

*{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;background:var(--gs-offwhite);color:var(--gs-ink);
  font-family:var(--gs-body);font-size:18px;line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:var(--gs-field)}
h1,h2,h3,h4{font-family:var(--gs-display);margin:0;line-height:1.05;letter-spacing:-.015em}
h1{font-weight:800;font-stretch:105%;font-size:clamp(38px,5.2vw,68px)}
h2{font-weight:800;font-stretch:105%;font-size:clamp(30px,3.6vw,46px)}
h3{font-weight:700;font-stretch:100%;font-size:clamp(20px,1.6vw,24px);line-height:1.2}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--gs-lime);outline-offset:3px}
/* Lucide icons. The library outputs <svg class="lucide ..."> with
   stroke="currentColor", so colour is inherited everywhere. Size comes from the
   component rule that already targeted `svg`; 24/2 is the default otherwise.
   Before the script runs the placeholder has no box, so nothing shifts. */
svg.lucide{flex-shrink:0}
i[data-lucide]{display:inline-flex;line-height:0}

.gs-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.gs-container{width:min(100% - 2*var(--gs-gutter), var(--gs-maxw));margin-inline:auto}
.gs-section{padding-block:var(--gs-section-y)}
.gs-section--tight{padding-block:calc(var(--gs-section-y)*.6)}
.gs-section--forest{background:var(--gs-forest);color:var(--gs-offwhite)}
.gs-section--forest h2{color:var(--gs-white)}
.gs-section--white{background:var(--gs-white)}

/* A photographic backdrop sitting just above a section's flat colour and well
   below its content. Kept faint on purpose: it should register as texture, not
   as a picture competing with the form. */
.gs-section--photo{position:relative;isolation:isolate;overflow:hidden}
.gs-section--photo::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:var(--gs-section-photo);background-size:cover;background-position:center;
  opacity:var(--gs-section-photo-opacity, .14);
}
.gs-section--photo > *{position:relative;z-index:1}
#contact.gs-section--photo{--gs-section-photo:url("../img/backgrounds/quote-section-backdrop.webp")}

/* Service Areas sits on the light surface, so the photo carries its own cream
   wash inside the same custom property: one layer stack, no extra element, and
   the cards keep their contrast. Opacity stays at 1 because the wash, not the
   opacity, is what holds the image back. */
#areas.gs-section--photo{
  --gs-section-photo:
    linear-gradient(180deg,
      rgba(251,244,228,.80) 0%,
      rgba(251,244,228,.90) 55%,
      rgba(251,244,228,.97) 100%),
    url("../img/backgrounds/service-areas-miami-beach.jpg");
  --gs-section-photo-opacity:1;
}

/* Eyebrow: narrow Archivo, uppercase — jobsite stencil register */
/* Eyebrow: a pill badge in Title Case. No rule, no uppercase. */
.gs-eyebrow{
  display:inline-block;align-self:flex-start;margin:0 0 18px;  /* the hero copy is a flex column; without this the pill stretches */
  font-family:var(--gs-display);font-stretch:95%;font-weight:600;
  font-size:13.5px;letter-spacing:.02em;line-height:1.25;
  padding:7px 15px;border-radius:999px;
  background:var(--gs-concrete-2);color:var(--gs-forest);
}
.gs-section--forest .gs-eyebrow{background:rgba(255,255,255,.13);color:var(--gs-lime-soft)}
/* the hero is a dark surface too, but it is not a .gs-section--forest */
/* The hero eyebrow sits on a photograph that changes every few seconds, so the
   pill carries its own dark backing rather than relying on the scrim alone. */
.gs-hero .gs-eyebrow{background:rgba(8,34,20,.55);color:var(--gs-white);border:1px solid rgba(255,255,255,.22)}


/* Signature motif: the CUT LINE. A dashed rule with tick marks,
   borrowed from the concrete-cutting layout marks in the portfolio. */
.gs-cutline{
  height:14px;margin:22px 0 0;position:relative;
  background:
    linear-gradient(90deg, currentColor 0 2px, transparent 2px) 0 0/ 48px 6px repeat-x,
    repeating-linear-gradient(90deg, currentColor 0 10px, transparent 10px 16px) 0 6px/100% 2px no-repeat;
  opacity:.45;
}
.gs-section--forest .gs-cutline{color:var(--gs-lime);opacity:.7}

.gs-section-head{max-width:760px;margin-bottom:clamp(28px,4vw,48px)}
.gs-section-head p:not(.gs-eyebrow){font-size:clamp(18px,1.4vw,21px);color:var(--gs-ink-2);margin-top:16px}
.gs-section--forest .gs-section-head p:not(.gs-eyebrow){color:rgba(245,242,234,.8)}

/* Buttons */
.gs-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--gs-display);font-weight:700;font-size:16px;letter-spacing:.01em;
  padding:16px 24px;border-radius:var(--gs-radius);text-decoration:none;
  border:2px solid transparent;cursor:pointer;line-height:1;min-height:52px;
  transition:transform .18s var(--gs-ease), background .18s, color .18s, border-color .18s;
}
.gs-btn:active{transform:translateY(1px)}
.gs-btn--primary{background:var(--gs-lime);color:var(--gs-forest);border-color:var(--gs-lime)}
.gs-btn--primary:hover{background:#8FCC22;border-color:#8FCC22}
.gs-btn--forest{background:var(--gs-forest);color:var(--gs-white);border-color:var(--gs-forest)}
.gs-btn--forest:hover{background:var(--gs-field);border-color:var(--gs-field)}
.gs-btn--ghost{background:transparent;color:var(--gs-white);border-color:rgba(255,255,255,.45)}
.gs-btn--ghost:hover{border-color:var(--gs-white)}
.gs-btn--outline{background:transparent;color:var(--gs-forest);border-color:var(--gs-forest)}
.gs-btn--outline:hover{background:var(--gs-forest);color:var(--gs-white)}
.gs-btn svg{width:18px;height:18px;flex:none}

/* Text link with cut-line underline */
.gs-link{font-family:var(--gs-display);font-weight:700;color:var(--gs-forest);text-decoration:none;border-bottom:2px dashed var(--gs-lime-ink);padding-bottom:2px}
.gs-link:hover{border-bottom-style:solid}

/* ---------- Header ----------
   Three stacked rows, matching the approved concept:
   1. gs-utility  — dark green welcome strip + social
   2. gs-infobar  — cream strip: logo (overhanging), contact blocks, search
   3. gs-navbar   — transparent, sits ON the hero image; becomes a fixed
                    cream bar once the user scrolls past the infobar.
   ------------------------------------------------------------------ */
.gs-header{position:relative;z-index:60;background:var(--gs-offwhite)}
.gs-header .gs-container{width:min(100% - 2*var(--gs-gutter), var(--gs-header-maxw))}

/* Row 1 — utility */
.gs-utility{background:var(--gs-field);color:var(--gs-cream-soft)}
.gs-utility__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px}
.gs-utility p{margin:0;font-size:16px}
.gs-utility a{color:inherit;text-decoration:underline;text-underline-offset:3px;font-weight:600}
.gs-utility a:hover{color:var(--gs-lime-soft)}
.gs-social{list-style:none;display:flex;gap:6px;margin:0;padding:0}
.gs-social a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:inherit}
.gs-social a:hover{background:rgba(255,255,255,.14)}
.gs-social svg{width:17px;height:17px}

/* Row 2 — contact strip */
.gs-infobar{background:var(--gs-offwhite)}
.gs-infobar__inner{display:flex;align-items:center;gap:clamp(20px,3vw,44px);min-height:96px;padding-left:var(--gs-logo-lane)}
.gs-infobar__list{list-style:none;display:flex;align-items:center;gap:clamp(18px,3vw,46px);margin:0;padding:0;flex-wrap:wrap}
.gs-infobar__list li{display:flex;align-items:center;gap:13px}
.gs-ico{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--gs-sand);color:var(--gs-forest);flex:none}
.gs-ico svg{width:21px;height:21px}
.gs-infobar__label{display:block;font-size:15px;color:var(--gs-ink-2);line-height:1.3}
.gs-infobar__value{display:block;font-family:var(--gs-display);font-weight:700;font-size:18px;color:var(--gs-forest);line-height:1.3;text-decoration:none}
a.gs-infobar__value:hover{color:var(--gs-field);text-decoration:underline}
a.gs-ico:hover{background:var(--gs-lime);color:var(--gs-forest)}

/* Search */
.gs-search{margin-left:auto;display:flex;align-items:center;align-self:stretch;border-left:1px solid var(--gs-concrete);padding-left:clamp(16px,2vw,30px)}
.gs-search__btn{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:none;color:var(--gs-forest);cursor:pointer}
.gs-search__btn:hover{background:rgba(27,101,54,.10)}
.gs-search__btn svg{width:22px;height:22px}
.gs-search__panel[hidden]{display:none}
.gs-search__panel{position:absolute;right:var(--gs-gutter);top:100%;z-index:70;display:flex;gap:8px;background:var(--gs-white);border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);padding:12px;box-shadow:0 18px 40px -22px rgba(13,58,34,.6)}
.gs-search__panel{flex-direction:column;gap:0;padding:12px;min-width:min(88vw,360px)}
.gs-search__panel input{
  font:inherit;font-size:16px;padding:12px 14px;width:100%;
  border:1.5px solid var(--gs-concrete);border-radius:7px;background:#FCFCFA;
  transition:border-color .16s ease-out, box-shadow .16s ease-out;
}
.gs-search__panel input:focus{outline:none;background:#fff;border-color:var(--gs-field);
  box-shadow:0 0 0 3px rgba(27,101,54,.16)}

/* Results */
.gs-search__results{list-style:none;margin:10px 0 0;padding:0;max-height:min(58vh,340px);overflow:auto}
.gs-search__results[hidden]{display:none}
.gs-search__results li{
  display:flex;flex-direction:column;gap:2px;padding:9px 11px;border-radius:6px;
  cursor:pointer;color:var(--gs-forest);font-size:15.5px;line-height:1.3;
}
.gs-search__results li:hover,.gs-search__results li:focus{background:var(--gs-concrete-2);outline:none}
.gs-search__group{
  font-family:var(--gs-display);font-stretch:88%;font-weight:600;font-size:10.5px;
  letter-spacing:.07em;text-transform:uppercase;color:var(--gs-lime-ink);
}
.gs-search__empty{cursor:default;color:var(--gs-ink-2);font-size:14.5px;padding:9px 11px}
.gs-search__empty:hover{background:none}

/* The landed-on element gets a brief ring so the jump is obvious */
.gs-hit{animation:gs-hit 1.8s ease-out}
@keyframes gs-hit{
  0%,60%{box-shadow:0 0 0 3px rgba(126,186,20,.55)}
  100%{box-shadow:0 0 0 3px rgba(126,186,20,0)}
}
@media (prefers-reduced-motion:reduce){.gs-hit{animation:none;outline:3px solid var(--gs-lime)}}

/* Logo — overhangs rows 2 and 3, using the cream pill baked into the file */
.gs-header > .gs-logo{position:absolute;left:calc(max(var(--gs-gutter), (100% - var(--gs-header-maxw)) / 2) - 14px);top:var(--gs-utility-h);z-index:65;display:block;line-height:0}
.gs-header > .gs-logo img{height:var(--gs-logo-h);width:auto}

/* Row 3 — navigation over the hero */
.gs-navbar{position:absolute;left:0;right:0;top:100%;z-index:60}
.gs-navbar__inner{display:flex;align-items:center;gap:clamp(16px,2vw,34px);min-height:var(--gs-navbar-h);padding-left:var(--gs-logo-lane)}
.gs-nav{display:flex;align-items:center;gap:clamp(10px,1.6vw,26px)}
.gs-nav a,.gs-nav__toggle{
  display:inline-flex;align-items:center;gap:7px;background:none;border:0;cursor:pointer;
  font-family:var(--gs-body);font-weight:600;font-size:18px;color:var(--gs-white);text-decoration:none;
  padding:10px 2px;border-bottom:2px solid transparent;
}
.gs-nav a:hover,.gs-nav__toggle:hover{border-bottom-color:var(--gs-lime-soft)}
.gs-nav a[aria-current]{border-bottom-color:var(--gs-white)}
.gs-nav svg{width:13px;height:13px}
.gs-navbar .gs-btn{margin-left:auto;padding:17px 30px;border-radius:10px;font-size:17px}
.gs-navbar__logo{display:none}

/* Dropdowns */
.gs-drop{position:relative}
.gs-drop__menu{position:absolute;left:0;top:100%;margin-top:6px;min-width:250px;list-style:none;padding:8px;background:var(--gs-white);border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);box-shadow:0 20px 44px -24px rgba(13,58,34,.65)}
.gs-drop__menu[hidden]{display:none}
.gs-drop__menu a{display:block;width:100%;color:var(--gs-forest);font-size:16.5px;font-weight:600;padding:10px 12px;border:0;border-radius:4px}
.gs-drop__menu a:hover{background:var(--gs-concrete-2);border-bottom-color:transparent}

/* Stuck state — compact fixed bar after scrolling past the infobar */
/* Stuck nav: frosted rather than solid, so the page reads as continuing
   underneath it. The opaque cream stays as the fallback wherever
   backdrop-filter is unsupported, which keeps the links legible either way. */
.gs-navbar.is-stuck{
  position:fixed;top:0;background:var(--gs-offwhite);
  box-shadow:0 12px 30px -20px rgba(13,58,34,.75);
  border-bottom:1px solid rgba(13,58,34,.10);
}
@supports ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .gs-navbar.is-stuck{
    background:rgba(251,244,228,.78);
    -webkit-backdrop-filter:blur(16px) saturate(1.5);
    backdrop-filter:blur(16px) saturate(1.5);
  }
}
.gs-navbar.is-stuck .gs-navbar__inner{padding-left:0;min-height:72px}
.gs-navbar.is-stuck .gs-navbar__logo{display:block;line-height:0;margin-right:auto}
.gs-navbar.is-stuck .gs-navbar__logo img{height:52px;width:auto}
.gs-navbar.is-stuck .gs-nav{margin-left:auto}
.gs-navbar.is-stuck .gs-nav a,.gs-navbar.is-stuck .gs-nav__toggle{color:var(--gs-forest)}
.gs-navbar.is-stuck .gs-nav a[aria-current]{border-bottom-color:var(--gs-field)}
.gs-navbar.is-stuck .gs-btn{margin-left:0;padding:13px 22px;font-size:16px}

/* Menu button (phones) */
/* Icon-only on phones. Both glyphs live in the markup and CSS picks one from
   aria-expanded, so the open/closed state is driven by the same attribute a
   screen reader announces and no icon has to be re-rendered on tap. */
.gs-menu-btn{
  display:none;margin-left:auto;place-items:center;
  width:46px;height:46px;padding:0;
  background:none;border:2px solid var(--gs-forest);border-radius:10px;
  color:var(--gs-forest);cursor:pointer;
  transition:background .16s ease-out, transform .125s ease-out;
}
.gs-menu-btn:hover{background:rgba(27,101,54,.08)}
.gs-menu-btn:active{transform:scale(.95)}
.gs-menu-btn svg{width:24px;height:24px;flex-shrink:0}
.gs-menu-btn__open,.gs-menu-btn__close{display:grid;place-items:center;line-height:0}
.gs-menu-btn__close{display:none}
.gs-menu-btn[aria-expanded="true"] .gs-menu-btn__open{display:none}
.gs-menu-btn[aria-expanded="true"] .gs-menu-btn__close{display:grid}
@media (prefers-reduced-motion:reduce){.gs-menu-btn{transition:none}}

@media (max-width:1180px){
  .gs-infobar__list li:first-child{display:none}       /* drop Locations first */
  .gs-nav a,.gs-nav__toggle{font-size:16.5px}
}
@media (max-width:980px){
  :root{--gs-logo-h:64px;--gs-navbar-h:0px;--gs-logo-lane:0px}
  .gs-utility,.gs-search,.gs-infobar__list li:nth-child(2){display:none}
  .gs-header > .gs-logo{top:8px;left:var(--gs-gutter)}
  .gs-infobar{border-bottom:1px solid var(--gs-concrete)}
  .gs-infobar__inner{min-height:82px;justify-content:flex-end;gap:14px}
  .gs-infobar__list{margin-left:auto}   /* clear the absolutely placed logo */
  .gs-menu-btn{margin-left:0}
  .gs-menu-btn{display:grid}
  .gs-navbar{position:static;background:var(--gs-offwhite)}
  .gs-navbar__inner{display:none;padding:0 0 18px}
  .gs-header--open .gs-navbar__inner{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .gs-header--open .gs-nav{flex-direction:column;align-items:stretch;gap:0}
  .gs-header--open .gs-nav a,.gs-header--open .gs-nav__toggle{
    color:var(--gs-forest);font-size:18px;padding:15px 4px;justify-content:space-between;
    border-bottom:1px solid var(--gs-concrete);width:100%;
  }
  .gs-header--open .gs-drop{position:static}
  .gs-header--open .gs-drop__menu{position:static;border:0;box-shadow:none;padding:4px 0 10px 14px;min-width:0}
  .gs-header--open .gs-navbar .gs-btn{margin:16px 0 0;width:100%}
  .gs-navbar.is-stuck{position:static;box-shadow:none}
  .gs-navbar.is-stuck .gs-navbar__logo{display:none}
}
@media (max-width:560px){
  :root{--gs-logo-h:52px}
  .gs-infobar__inner{min-height:70px;gap:10px}
  /* keep Call Today as an icon-only tap target — the phone is the
     highest-value action on a contractor site */
  .gs-infobar__list li:nth-child(3){gap:0}
  .gs-infobar__list li:nth-child(3) > span:last-child{display:none}
  .gs-infobar__list li:nth-child(3) .gs-ico{width:44px;height:44px}
  .gs-menu-btn{width:44px;height:44px}
}

/* ---------- Hero ----------
   Full-bleed photograph behind the whole section, darkened by a scrim so the
   copy stays legible. The scrim is a flat veil plus a left-weighted gradient:
   the picture reads everywhere, the text column gets the extra contrast.
   ------------------------------------------------------------------------ */
.gs-hero{position:relative;isolation:isolate;background:var(--gs-forest);color:var(--gs-white);overflow:clip}
.gs-hero__bg{position:absolute;inset:0;z-index:-1;overflow:hidden}
.gs-hero__bg img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:60% 50%;
}
/* Without JS only the first frame shows. JS adds .is-rotating and then drives
   .is-active, so the crossfade is an enhancement, never a dependency. */
.gs-hero__bg img:first-of-type{opacity:1}
.gs-hero__bg.is-rotating img{opacity:0;transition:opacity .9s ease-in-out}
.gs-hero__bg.is-rotating img.is-active{opacity:1}
/* Frame-specific framing. The scrim is darkest on the left, so a subject that
   sits left of centre disappears. Frame 2 is the same aspect as the banner, so
   object-position has no crop room to work with; mirroring is what moves the
   worker into the readable half. Drop this rule if frame 2 is replaced. */
.gs-hero__bg img:nth-of-type(2){transform:scaleX(-1)}
@media (prefers-reduced-motion:reduce){
  .gs-hero__bg.is-rotating img{transition:none}
}
.gs-hero__scrim{
  position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(90deg, rgba(8,34,20,.95) 0%, rgba(8,34,20,.85) 38%, rgba(8,34,20,.60) 68%, rgba(8,34,20,.50) 100%),
    linear-gradient(180deg, rgba(8,34,20,.70) 0, rgba(8,34,20,0) calc(var(--gs-navbar-h) + 40px)),
    linear-gradient(0deg, rgba(8,34,20,.45) 0, rgba(8,34,20,0) 28%);
}
.gs-hero__copy{
  padding:calc(var(--gs-navbar-h) + clamp(44px,6vw,92px)) 0 clamp(52px,7vw,96px);
  min-height:min(78vh,760px);max-width:41rem;
  display:flex;flex-direction:column;justify-content:center;
}
.gs-hero h1{color:var(--gs-white);max-width:15ch;text-wrap:balance}
.gs-hero h1 em{font-style:normal;color:var(--gs-lime-soft)}
.gs-hero__sub{font-size:clamp(18px,1.5vw,22px);color:rgba(245,242,234,.92);max-width:52ch;margin:22px 0 32px}
.gs-hero__ctas{display:flex;flex-wrap:wrap;gap:12px}
@media (max-width:900px){
  .gs-hero__bg img{object-position:62% 50%}
  .gs-hero__scrim{
    background:
      linear-gradient(180deg, rgba(8,34,20,.62) 0, rgba(8,34,20,.78) 55%, rgba(8,34,20,.88) 100%),
      linear-gradient(180deg, rgba(8,34,20,.55) 0, rgba(8,34,20,0) 140px);
  }
  .gs-hero__copy{min-height:0;max-width:none;padding-top:clamp(40px,12vw,72px);padding-bottom:clamp(40px,10vw,64px)}
  .gs-hero h1{max-width:none}
}
@media (max-width:560px){
  .gs-hero h1{font-size:clamp(32px,9vw,38px)}
  .gs-hero__sub{font-size:17px;margin:16px 0 24px}
  .gs-hero__ctas .gs-btn{flex:1 1 100%}
  .gs-stock::after{font-size:10px;max-width:calc(100% - 20px)}
}

/* Trust bar */
.gs-trust{background:var(--gs-white);border-bottom:1px solid var(--gs-concrete)}
.gs-trust__list{list-style:none;margin:0;padding:18px 0;display:flex;flex-wrap:wrap;gap:10px 36px;justify-content:space-between}
.gs-trust__list li{display:flex;align-items:center;gap:10px;font-family:var(--gs-display);font-stretch:90%;font-weight:600;font-size:15px;color:var(--gs-forest)}
.gs-trust__list svg{width:18px;height:18px;color:var(--gs-lime-ink);flex:none}
@media (max-width:700px){.gs-trust__list{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;padding:14px 0}.gs-trust__list li{font-size:14px}}

/* ---------- Services ---------- */
.gs-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gs-card{
  background:var(--gs-white);border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);
  padding:26px 26px 24px;display:flex;flex-direction:column;gap:12px;position:relative;
  transition:transform .22s var(--gs-ease), box-shadow .22s var(--gs-ease), border-color .22s;
}
.gs-card::before{content:"";position:absolute;left:26px;right:26px;top:0;height:3px;background:var(--gs-lime);border-radius:0 0 3px 3px}
.gs-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px -18px rgba(15,61,46,.45);border-color:#C9C3B5}
.gs-card h3{margin-top:4px}
.gs-card p{color:var(--gs-ink-2);font-size:17px;margin:0}
.gs-card__tags{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;gap:6px}
.gs-card__tags li{font-family:var(--gs-display);font-stretch:85%;font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gs-forest);background:var(--gs-concrete-2);padding:5px 8px;border-radius:3px}
.gs-card .gs-link{margin-top:auto;align-self:flex-start;padding-top:10px}
.gs-services__foot{display:flex;justify-content:center;margin-top:36px}
@media (max-width:980px){.gs-services__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.gs-services__grid{grid-template-columns:1fr}}

/* ---------- Why ---------- */
.gs-why{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(28px,5vw,72px);align-items:start}
.gs-why__media{position:relative;border-radius:var(--gs-radius);overflow:hidden;aspect-ratio:4/5;background:var(--gs-field)}
.gs-why__media img{width:100%;height:100%;object-fit:cover;object-position:22% 42%}  /* tuned to the current wide photo */
.gs-why__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:22px 28px}
.gs-why__list li{padding-top:14px;border-top:2px solid rgba(155,225,93,.35)}
.gs-why__list strong{display:block;font-family:var(--gs-display);font-weight:700;font-size:19px;color:var(--gs-white);margin-bottom:6px}
.gs-why__list span{color:rgba(245,242,234,.78);font-size:16.5px}
@media (max-width:900px){.gs-why{grid-template-columns:1fr}.gs-why__media{aspect-ratio:16/10;order:-1}}
@media (max-width:560px){.gs-why__list{grid-template-columns:1fr}}

/* ---------- Projects ---------- */
.gs-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.gs-filters button{font-family:var(--gs-display);font-stretch:90%;font-weight:600;font-size:14px;letter-spacing:.02em;background:var(--gs-white);border:1px solid var(--gs-concrete);color:var(--gs-forest);padding:9px 14px;border-radius:999px;cursor:pointer}
.gs-filters button[aria-pressed="true"]{background:var(--gs-forest);color:#fff;border-color:var(--gs-forest)}
.gs-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gs-project{background:var(--gs-white);border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);overflow:hidden;display:flex;flex-direction:column}
.gs-project[hidden]{display:none}
.gs-project__pair{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--gs-forest);position:relative}
.gs-project__pair figure{margin:0;position:relative;aspect-ratio:4/5;overflow:hidden}
.gs-project__pair img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--gs-ease)}
.gs-project:hover .gs-project__pair img{transform:scale(1.03)}
.gs-project__pair figcaption{
  position:absolute;left:10px;top:10px;font-family:var(--gs-display);font-stretch:80%;font-weight:700;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;
  padding:4px 7px;border-radius:3px;background:rgba(16,25,20,.78);color:#fff;
}
.gs-project__pair figure:last-child figcaption{background:var(--gs-yellow);color:var(--gs-ink)}
/* survey tape cut-line between before and after */
.gs-project__pair::after{content:"";position:absolute;top:0;bottom:0;left:calc(50% - 1px);width:2px;background:repeating-linear-gradient(180deg,var(--gs-lime) 0 10px,transparent 10px 18px)}
.gs-project__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px}
.gs-project__meta{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}
.gs-project__meta li{font-family:var(--gs-display);font-stretch:85%;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--gs-lime-ink)}
.gs-project__meta li+li::before{content:"•";margin-right:6px;color:var(--gs-concrete)}
.gs-project h3{font-size:19px}
.gs-project p{color:var(--gs-ink-2);font-size:16px;margin:0}
.gs-projects__foot{display:flex;justify-content:center;margin-top:36px;gap:12px;flex-wrap:wrap}
@media (max-width:980px){.gs-projects__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.gs-projects__grid{grid-template-columns:1fr}}

/* ---------- Process ---------- */
.gs-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:step}
.gs-steps li{counter-increment:step;position:relative;padding-top:18px;border-top:2px solid var(--gs-concrete)}
/* Icon and step number share one row: the icon carries the meaning so the
   section can be skimmed, the number keeps the sequence readable. The counter
   lives on the li and is printed by a descendant, which is why it still works. */
.gs-steps__head{display:flex;align-items:center;gap:13px;margin-bottom:14px}
.gs-steps__head::after{
  content:counter(step,decimal-leading-zero);
  font-family:var(--gs-display);font-weight:800;font-stretch:110%;
  font-size:34px;line-height:1;color:var(--gs-lime-ink);
}
.gs-steps__icon{
  flex:none;display:grid;place-items:center;width:46px;height:46px;
  border-radius:12px;background:var(--gs-concrete-2);color:var(--gs-forest);
}
.gs-steps__icon svg{width:23px;height:23px;flex-shrink:0}
.gs-steps li::after{content:"";position:absolute;top:-2px;left:0;width:48px;height:2px;background:var(--gs-lime-ink)}
.gs-steps strong{display:block;font-family:var(--gs-display);font-weight:700;font-size:20px;margin-bottom:6px}
.gs-steps span{color:var(--gs-ink-2);font-size:16.5px}
@media (max-width:900px){.gs-steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.gs-steps{grid-template-columns:1fr}}

/* ---------- Service areas ---------- */
.gs-areas{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.gs-area{background:var(--gs-white);border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);padding:26px}
.gs-area h3{display:flex;align-items:center;gap:10px}
.gs-area h3 svg{width:20px;height:20px;color:var(--gs-lime-ink)}
.gs-area p{color:var(--gs-ink-2);font-size:16.5px;margin:8px 0 16px}
.gs-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.gs-chips a{display:inline-block;font-family:var(--gs-display);font-weight:600;font-size:14.5px;color:var(--gs-forest);text-decoration:none;background:var(--gs-concrete-2);padding:8px 12px;border-radius:4px}
.gs-chips a:hover{background:var(--gs-lime);color:var(--gs-forest)}
@media (max-width:700px){.gs-areas{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
/* One rule under every question, one above the whole set. Written this way so
   the borders stay correct at any column count, unlike a :last-child rule. */
.gs-faq{max-width:840px;border-top:1px solid var(--gs-concrete)}
.gs-faq details{border-bottom:1px solid var(--gs-concrete)}

/* Desktop: two columns. align-items:start keeps each question only as tall as
   its own content -- stretched cells would push the rule of a closed question
   to the bottom of an open neighbour's row and leave a hole under the text. */
@media (min-width:900px){
  .gs-faq{
    max-width:none;display:grid;grid-template-columns:1fr 1fr;
    column-gap:clamp(36px,5vw,72px);align-items:start;
  }
}
.gs-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-family:var(--gs-display);font-weight:700;font-size:19px;color:var(--gs-forest)}
.gs-faq summary::-webkit-details-marker{display:none}
.gs-faq summary::after{content:"+";font-weight:400;font-size:28px;line-height:1;color:var(--gs-lime-ink);flex:none;transition:transform .2s}
.gs-faq details[open] summary::after{transform:rotate(45deg)}
.gs-faq details p{color:var(--gs-ink-2);padding:0 0 20px;max-width:62ch;margin:0}

/* ---------- Contact / Final CTA ---------- */
.gs-contact{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(28px,5vw,72px);align-items:start}
.gs-contact__aside .gs-lead{font-size:clamp(18px,1.4vw,21px);color:rgba(245,242,234,.85)}
.gs-contact__ways{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:14px}
.gs-contact__ways li{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:var(--gs-radius);background:rgba(255,255,255,.04)}
.gs-contact__ways svg{width:22px;height:22px;color:var(--gs-lime);flex:none;margin-top:2px}
.gs-contact__ways strong{display:block;font-family:var(--gs-display);font-weight:700;color:#fff}
.gs-contact__ways span{color:rgba(245,242,234,.75);font-size:16px}
.gs-contact__ways a{color:var(--gs-lime)}
/* ---------- Estimate form ----------
   The page's one conversion target, so it gets the most craft:
   layered shadows instead of a flat border, a radius that steps
   down as elements nest, and focus/press states you can feel.
   ------------------------------------------------------------ */
.gs-form{
  --form-pad:clamp(22px,2.6vw,34px);
  --field-radius:9px;
  background:var(--gs-white);color:var(--gs-ink);
  border-radius:calc(var(--field-radius) + 8px);
  padding:var(--form-pad);
  display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;
  box-shadow:
    0 0 0 1px rgba(13,58,34,.07),
    0 2px 4px -2px rgba(13,58,34,.10),
    0 12px 28px -14px rgba(13,58,34,.30);
}

/* Header */
.gs-form__head{grid-column:1/-1;display:flex;gap:15px;align-items:flex-start;
  padding-bottom:18px;border-bottom:1px solid var(--gs-concrete)}
.gs-form__badge{
  flex:none;display:grid;place-items:center;width:44px;height:44px;
  border-radius:calc(var(--field-radius) + 3px);
  background:var(--gs-concrete-2);color:var(--gs-forest);
}
.gs-form__badge svg{width:22px;height:22px;flex-shrink:0}
.gs-form__head h3{color:var(--gs-forest);margin-bottom:5px}
.gs-form__head p{margin:0;font-size:15.5px;color:var(--gs-ink-2);max-width:46ch}

/* Group legends: two short forms read lighter than one long one */
.gs-form__legend{
  grid-column:1/-1;margin:6px 0 -4px;display:flex;align-items:center;gap:10px;
  font-family:var(--gs-display);font-weight:700;font-size:15px;color:var(--gs-forest);
}
.gs-form__legend span{
  flex:none;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;
  background:var(--gs-forest);color:var(--gs-white);font-size:12.5px;line-height:1;
}

/* Fields */
.gs-field{display:flex;flex-direction:column;gap:7px}
.gs-field--full{grid-column:1/-1}
/* The photo drop zone is also a <label> inside a .gs-field, so it has to be
   excluded here: this rule is one point more specific than .gs-upload and was
   overriding its align-items (to baseline) and its gap (to 8px), which left the
   icon badge hanging above the two lines of text instead of centred on them. */
.gs-field label:not(.gs-upload),.gs-field__label{
  display:flex;align-items:baseline;gap:8px;
  font-family:var(--gs-display);font-weight:600;font-size:14.5px;color:var(--gs-forest);
}
.gs-field em{
  font-style:normal;font-stretch:88%;font-weight:600;font-size:11px;letter-spacing:.05em;
  text-transform:uppercase;color:var(--gs-lime-ink);
}
.gs-field em.is-optional{color:var(--gs-ink-2);opacity:.75}

.gs-field input,.gs-field select,.gs-field textarea{
  font:inherit;font-size:16px;padding:13px 14px;width:100%;min-height:50px;
  color:var(--gs-ink);background:#FCFCFA;
  border:1.5px solid var(--gs-concrete);border-radius:var(--field-radius);
  transition:border-color .16s ease-out, box-shadow .16s ease-out, background .16s ease-out;
}
.gs-field textarea{min-height:118px;resize:vertical;line-height:1.5}
.gs-field input::placeholder,.gs-field textarea::placeholder{color:#A7A79C}
.gs-field input:hover,.gs-field select:hover,.gs-field textarea:hover{border-color:#C4BEB0}
.gs-field input:focus,.gs-field select:focus,.gs-field textarea:focus{
  outline:none;background:var(--gs-white);border-color:var(--gs-field);
  box-shadow:0 0 0 3px rgba(27,101,54,.16);
}
/* native arrow removed so the control matches the text inputs */
.gs-field select{
  appearance:none;padding-right:42px;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230D3A22' stroke-width='2.4'%3E%3Cpath d='m5 8 7 7 7-7'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:15px;
}

/* Photo drop zone: the native file input was the weakest thing on the page */
.gs-upload{
  position:relative;display:flex;align-items:center;gap:14px;
  padding:16px;border-radius:var(--field-radius);cursor:pointer;
  border:1.5px dashed var(--gs-concrete);background:#FCFCFA;
  transition:border-color .16s ease-out, background .16s ease-out;
}
.gs-upload:hover,.gs-upload.is-over{border-color:var(--gs-field);background:#F4F8F0}
.gs-upload:focus-within{outline:none;border-color:var(--gs-field);border-style:solid;
  box-shadow:0 0 0 3px rgba(27,101,54,.16)}
.gs-upload__icon{
  flex:none;display:grid;place-items:center;width:42px;height:42px;
  border-radius:calc(var(--field-radius) - 3px);
  background:var(--gs-concrete-2);color:var(--gs-forest);
}
.gs-upload__icon svg{width:21px;height:21px;flex-shrink:0}
.gs-upload__text{display:flex;flex-direction:column;gap:3px}
.gs-upload__text strong{font-family:var(--gs-display);font-weight:700;font-size:15.5px;color:var(--gs-forest)}
.gs-upload__text small{font-size:13.5px;color:var(--gs-ink-2)}
.gs-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}
.gs-upload__files{margin:8px 0 0;font-size:13.5px;color:var(--gs-ink-2)}
.gs-upload__files.has-files{color:var(--gs-forest);font-weight:600}

/* Submit */
.gs-form__submit{grid-column:1/-1;margin-top:4px;width:100%;
  padding:18px 26px;font-size:17px;border-radius:var(--field-radius);
  transition:transform .125s ease-out, background .18s, border-color .18s}
.gs-form__submit svg{width:19px;height:19px;flex-shrink:0;transition:transform .2s ease-out}
.gs-form__submit:hover svg{transform:translateX(3px)}
.gs-form__submit:active{transform:scale(.978)}

.gs-form__trust{
  grid-column:1/-1;list-style:none;margin:2px 0 0;padding:0;
  display:flex;flex-wrap:wrap;gap:8px 20px;
}
.gs-form__trust li{display:flex;align-items:center;gap:7px;font-size:13.5px;color:var(--gs-ink-2)}
.gs-form__trust svg{width:14px;height:14px;flex-shrink:0;color:var(--gs-lime-ink)}

@media (prefers-reduced-motion:reduce){
  .gs-form__submit,.gs-form__submit svg,.gs-field input,.gs-field select,
  .gs-field textarea,.gs-upload{transition:none}
}
@media (max-width:560px){
  .gs-form__head{gap:12px}
  .gs-upload{flex-direction:column;align-items:flex-start}
}
@media (max-width:900px){.gs-contact{grid-template-columns:1fr}}
@media (max-width:560px){.gs-form{grid-template-columns:1fr}}

/* ---------- Footer ---------- */
.gs-footer{background:#082A17;color:rgba(245,242,234,.75);font-size:15.5px}
.gs-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding:56px 0 40px}
.gs-footer h4{font-family:var(--gs-display);font-stretch:80%;font-weight:600;text-transform:uppercase;letter-spacing:.14em;font-size:12.5px;color:var(--gs-lime);margin-bottom:14px}
.gs-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.gs-footer a{color:rgba(245,242,234,.85);text-decoration:none}
.gs-footer a:hover{color:#fff;text-decoration:underline}
.gs-footer__brand p{max-width:40ch;margin-top:16px}
.gs-footer__logo{display:inline-block;line-height:0}
.gs-footer__logo img{height:72px;width:auto}
.gs-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0 calc(18px + 72px);display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;font-size:14px}
@media (max-width:900px){.gs-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.gs-footer__grid{grid-template-columns:1fr}}
@media (min-width:901px){.gs-footer__bottom{padding-bottom:18px}}

/* ---------- Sticky mobile CTA bar ---------- */
.gs-sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;gap:8px;padding:10px var(--gs-gutter) calc(10px + env(safe-area-inset-bottom));
  background:rgba(15,61,46,.96);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.12);
}
.gs-sticky .gs-btn{flex:1;padding:14px 12px;font-size:15px}
@media (max-width:900px){.gs-sticky{display:flex}}

/* ---------- Stock placeholder marker (preview only, remove in production) ---------- */
.gs-stock{position:relative;background:
  repeating-linear-gradient(135deg, rgba(155,225,93,.10) 0 2px, transparent 2px 18px),
  linear-gradient(160deg,#1E6B45 0%,#0F3D2E 100%);}
.gs-stock::before{content:"";position:absolute;inset:14px;border:1.5px dashed rgba(155,225,93,.45);border-radius:4px;pointer-events:none}
/* a slot holding a real (or comp) image: drop the hatching, keep the tag */
.gs-stock::after{
  content:"STOCK PLACEHOLDER · " attr(data-stock);position:absolute;left:10px;bottom:10px;max-width:calc(100% - 20px);
  font-family:var(--gs-display);font-stretch:80%;font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;
  background:rgba(242,194,48,.95);color:var(--gs-ink);padding:5px 8px;border-radius:3px;z-index:2;pointer-events:none;
}
/* a slot already holding an image (comp or licensed): drop the hatching,
   keep a small tag pinned to the top-left so it cannot be missed */
.gs-stock--comp{background:var(--gs-forest)}
.gs-stock--comp::before{display:none}
.gs-stock--comp::after{content:attr(data-stock);top:10px;bottom:auto;max-width:calc(100% - 20px)}
.gs-hero__media.gs-stock--comp::after{top:calc(var(--gs-navbar-h) + 10px)}  /* clear the nav row */

/* Reveal on scroll (very light) */
@media (prefers-reduced-motion:reduce){.gs-project__pair img{transition:none}}

/* =========================================================
   Consent block inside the estimate form
   ---------------------------------------------------------
   Two separate things, deliberately: the checkbox is OPTIONAL
   marketing consent (unchecked by default, never a condition
   of getting an estimate) and the note below is the standing
   disclosure that covers the reply to the request itself.
   Keep them apart — bundling them is what makes a consent
   record hard to defend.
   ========================================================= */
.gs-consent{grid-column:1/-1;display:flex;flex-direction:column;gap:12px;margin-top:2px}
.gs-consent__check{
  display:flex;gap:11px;align-items:flex-start;cursor:pointer;
  padding:13px 15px;border-radius:var(--field-radius,9px);
  border:1.5px solid var(--gs-concrete);background:#FCFCFA;
  font-size:14px;line-height:1.45;color:var(--gs-ink-2);
  transition:border-color .16s ease-out, background .16s ease-out;
}
.gs-consent__check:hover{border-color:#C4BEB0}
.gs-consent__check:focus-within{border-color:var(--gs-field);box-shadow:0 0 0 3px rgba(27,101,54,.16)}
.gs-consent__check input{
  flex:none;width:19px;height:19px;margin:1px 0 0;accent-color:var(--gs-field);cursor:pointer;
}
.gs-consent__note{margin:0;font-size:13px;line-height:1.5;color:var(--gs-ink-2)}
.gs-consent__note a{color:var(--gs-field);text-decoration:underline;text-underline-offset:2px}

/* =========================================================
   Secondary page: heading band + legal prose
   ========================================================= */
.gs-page-head{background:var(--gs-forest);color:var(--gs-offwhite);padding-block:clamp(40px,6vw,76px)}
.gs-page-head h1{color:var(--gs-white);font-size:clamp(34px,4.4vw,56px);max-width:16ch}
.gs-page-head .gs-eyebrow{background:rgba(255,255,255,.13);color:var(--gs-lime-soft)}
.gs-page-head__meta{margin:18px 0 0;font-size:15px;color:rgba(251,244,228,.78)}
.gs-page-head__meta strong{color:var(--gs-lime-soft);font-weight:600}

.gs-legal{display:grid;gap:clamp(28px,4vw,56px);align-items:start}
@media (min-width:1000px){.gs-legal{grid-template-columns:250px minmax(0,1fr)}}

.gs-toc{font-size:14.5px}
.gs-toc > summary{
  font-family:var(--gs-display);font-size:13px;font-weight:700;letter-spacing:.07em;
  text-transform:uppercase;color:var(--gs-ink-2);margin:0 0 12px;cursor:pointer;
  padding:10px 12px;border:1px solid var(--gs-concrete);border-radius:var(--gs-radius);
  background:var(--gs-concrete-2);list-style-position:inside;
}
.gs-toc > summary:hover{color:var(--gs-forest)}
.gs-toc[open] > summary{margin-bottom:10px}
.gs-toc ol{list-style:none;margin:0;padding:0;counter-reset:toc;display:flex;flex-direction:column;gap:2px}
.gs-toc a{
  display:flex;gap:9px;padding:6px 9px;border-radius:5px;
  color:var(--gs-ink-2);text-decoration:none;line-height:1.35;
  transition:background .14s ease-out, color .14s ease-out;
}
.gs-toc a::before{counter-increment:toc;content:counter(toc);flex:none;width:1.4em;
  font-variant-numeric:tabular-nums;color:var(--gs-lime-ink);font-weight:600}
.gs-toc a:hover{background:var(--gs-concrete-2);color:var(--gs-forest)}
@media (min-width:1000px){
  .gs-toc{position:sticky;top:calc(var(--gs-navbar-h) + 20px);max-height:calc(100vh - var(--gs-navbar-h) - 40px);overflow:auto}
  /* always open up here, so the affordance would only be noise */
  .gs-toc > summary{padding:0;border:0;background:none;cursor:default;pointer-events:none;list-style:none}
  .gs-toc > summary::-webkit-details-marker{display:none}
}

.gs-prose{max-width:70ch;font-size:17px;line-height:1.65;color:var(--gs-ink)}
.gs-prose > section{scroll-margin-top:calc(var(--gs-navbar-h) + 24px)}
.gs-prose h2{
  font-size:clamp(21px,1.9vw,27px);line-height:1.2;color:var(--gs-forest);
  margin:clamp(34px,4vw,52px) 0 14px;padding-top:clamp(26px,3vw,36px);
  border-top:1px solid var(--gs-concrete);
}
.gs-prose > section:first-child h2{margin-top:0;padding-top:0;border-top:0}
.gs-prose h3{font-size:18px;font-weight:700;color:var(--gs-forest);margin:26px 0 8px}
.gs-prose p{margin:0 0 1em}
.gs-prose ul{margin:0 0 1.15em;padding-left:1.15em}
.gs-prose li{margin-bottom:.45em;padding-left:.2em}
.gs-prose li::marker{color:var(--gs-lime-ink)}
.gs-prose a{color:var(--gs-field);text-underline-offset:2px}
.gs-prose strong{font-weight:600;color:var(--gs-forest)}
.gs-prose address{font-style:normal}

/* Plain-language summary at the top of the policy */
.gs-callout{
  border-left:4px solid var(--gs-lime);background:var(--gs-concrete-2);
  padding:clamp(18px,2.4vw,26px) clamp(18px,2.4vw,28px);border-radius:0 var(--gs-radius) var(--gs-radius) 0;
  margin-bottom:clamp(30px,4vw,44px);
}
.gs-callout h2{margin:0 0 10px;padding:0;border:0;font-size:19px}
.gs-callout ul{margin:0;padding-left:1.1em}
.gs-callout li:last-child{margin-bottom:0}

/* Anything the client still has to confirm before this page goes live.
   Preview only — delete this rule and every <mark> once the blanks are filled. */
.gs-todo{
  background:rgba(242,194,48,.45);color:var(--gs-ink);
  padding:1px 5px;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone;
  font-weight:600;
}

@media (prefers-reduced-motion:reduce){.gs-toc a,.gs-consent__check{transition:none}}
