/* Garden Gates 4U — v2 "trade vernacular" stylesheet */
:root{
  --green:#2E7D32; --green-d:#25662A; --green-x:#1E4D22; --tint:#EDF5ED;
  --orange:#E8740C; --orange-d:#C96509;
  --dark:#23291F; --ink:#333; --mut:#5C665C; --line:#DDD; --bg:#fff; --alt:#F5F7F4;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg)}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
h1,h2,h3,h4{font-weight:700;line-height:1.25;color:#222}
h1 em,h2 em{font-style:normal;color:inherit}

/* ---------- header tier 1: utility strip ---------- */
.c-trust{background:var(--dark);color:#CFD8CF;font-size:13px}
.c-trust-in{max-width:1180px;margin:0 auto;padding:7px 20px;display:flex;gap:22px;flex-wrap:wrap}
.c-trust span{display:flex;align-items:center;gap:6px}
.c-trust span:first-child{color:#fff;font-weight:600}
.c-trust span:last-child{margin-left:auto}

/* ---------- header tier 2: masthead ---------- */
.c-nav{background:#fff;border-bottom:3px solid var(--green)}
.c-nav-in{max-width:1180px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:26px}
.c-nav-logo img{height:52px;width:auto}
.c-nav-links{display:flex;gap:2px;margin-left:auto}
.c-nav-links a{font-weight:700;font-size:15px;color:#333;padding:9px 14px;border-radius:3px}
.c-nav-links a:hover{background:var(--tint);color:var(--green-d);text-decoration:none}
.c-nav-call{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#222;white-space:nowrap}
.c-nav-call::before{content:"";width:38px;height:38px;flex:none;border-radius:50%;background:var(--green) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.6 10.8c1.5 2.9 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.3 2.2z"/></svg>') center/20px no-repeat}
.c-nav-call:hover{text-decoration:none;color:var(--green-d)}

/* ---------- header tier 3: green navbar (injected via ::after trick not used; real bar below) */
.c-navbar{background:var(--green)}
.c-navbar-in{max-width:1180px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap}
.c-navbar a{color:#fff;font-weight:700;font-size:14.5px;padding:11px 16px;display:block}
.c-navbar a:hover{background:var(--green-d);text-decoration:none}

/* ---------- header tier 4: benefit strip ---------- */
.c-benefits{background:var(--tint);border-bottom:1px solid #DCE8DC}
.c-benefits-in{max-width:1180px;margin:0 auto;padding:9px 20px;display:flex;gap:30px;flex-wrap:wrap}
.c-benefits span{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:#2C3A2C}
.c-benefits span::before{content:"";width:17px;height:17px;flex:none;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%232E7D32"/><path d="M7 12.5l3.2 3.2L17 9" stroke="white" stroke-width="2.4" fill="none"/></svg>') center/contain no-repeat}

/* ---------- buttons ---------- */
.btn{display:inline-block;font-weight:700;font-size:15.5px;padding:12px 26px;border-radius:3px;border:1px solid transparent;cursor:pointer;text-align:center}
.btn:hover{text-decoration:none}
.btn--lg{padding:14px 30px;font-size:16.5px}
.btn--solid{background:var(--green);color:#fff}
.btn--solid:hover{background:var(--green-d);color:#fff}
.btn--timber{background:var(--orange);color:#fff}
.btn--timber:hover{background:var(--orange-d);color:#fff}
.btn--outline{background:#fff;color:#333;border-color:#BBB}
.btn--outline:hover{border-color:#333;color:#111}

/* ---------- homepage hero (full-bleed) ---------- */
.h-hero{position:relative;min-height:470px;display:flex;align-items:center;overflow:hidden}
.h-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.h-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,20,12,.78) 0%,rgba(12,20,12,.55) 45%,rgba(12,20,12,.18) 100%)}
.h-hero-c{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:70px 20px;width:100%}
.h-hero-c h1{color:#fff;font-size:clamp(28px,4.2vw,44px);font-weight:800;max-width:660px;text-shadow:0 1px 3px rgba(0,0,0,.4)}
.h-hero-c p{color:#F2F5F2;font-size:18px;max-width:600px;margin:16px 0 26px;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.h-hero-c .c-hero-note{font-size:14px;margin:14px 0 0;color:#DDE6DD}

/* ---------- split hero (inner pages) ---------- */
.c-hero{background:#fff;border-bottom:1px solid var(--line)}
.c-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;padding:38px 0 44px}
.c-hero h1{font-size:clamp(26px,3.6vw,38px);font-weight:800}
.c-hero-sub{font-size:17px;color:#444;margin:14px 0 22px}
.c-hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.c-hero-note{font-size:13.5px;color:var(--mut);margin-top:14px}
.c-hero-img{border:1px solid var(--line);border-radius:3px;overflow:hidden;background:#fff;padding:6px}
.c-hero-img img{width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:2px}

/* ---------- generic sections ---------- */
.section{padding:46px 0}
.section--alt{background:var(--alt)}
.section-h{margin-bottom:26px}
.section-h h2{font-size:26px;font-weight:800}
.eyebrow{display:block;font-size:12.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--green);margin-bottom:6px}
.slat-rule{width:58px;height:4px;background:var(--green);margin-top:10px;border-radius:2px}
.prose p{margin-bottom:14px}
.prose h2,.prose h3{margin:22px 0 10px}
.prose ul{margin:0 0 14px 20px}
.c-split{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}

/* ---------- facts / stats row ---------- */
.c-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.c-fact{background:#fff;border:1px solid var(--line);border-radius:3px;padding:14px 16px}
.c-fact b{display:block;font-size:15px;color:#222}
.c-fact span{font-size:13.5px;color:var(--mut)}

/* ---------- cards ---------- */
.c-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.c-card{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden;display:flex;flex-direction:column}
.c-card:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}
.c-card-img{aspect-ratio:4/3;background:var(--alt);overflow:hidden}
.c-card-img img{width:100%;height:100%;object-fit:cover}
.c-card h3{font-size:16px;padding:12px 14px 4px}
.c-card h3 a{color:#222}
.c-card h3 a:hover{color:var(--green-d)}
.c-card p{font-size:13.8px;color:var(--mut);padding:0 14px 12px;flex:1}
.c-card .c-card-cta{display:block;margin:0 14px 14px;font-weight:700;font-size:14px;color:var(--green)}

/* ---------- area pills ---------- */
.c-pills{display:flex;flex-wrap:wrap;gap:8px}
.c-pills a{border:1px solid var(--line);border-radius:3px;background:#fff;padding:7px 13px;font-size:13.5px;font-weight:600;color:#333}
.c-pills a:hover{border-color:var(--green);color:var(--green-d);text-decoration:none}

/* ---------- gallery ---------- */
.c-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.c-gallery img{border:1px solid var(--line);border-radius:3px;aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;background:#fff;padding:4px}

/* ---------- quote form ---------- */
.c-quote{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.07)}
.c-quote h3{background:var(--green);color:#fff;font-size:17px;padding:13px 18px}
.c-quote>p{padding:14px 18px 0;font-size:13.8px;color:var(--mut)}
.c-quote form{padding:14px 18px 18px}
.c-field{margin-bottom:12px}
.c-field label{display:block;font-size:13px;font-weight:700;margin-bottom:4px;color:#333}
.c-input,.c-textarea{width:100%;border:1px solid #C6C6C6;border-radius:3px;padding:10px 12px;font:inherit;font-size:14.5px;background:#fff}
.c-input:focus,.c-textarea:focus{outline:2px solid var(--green);outline-offset:0;border-color:var(--green)}
.c-textarea{min-height:88px;resize:vertical}
.c-quote .btn{width:100%}

/* ---------- FAQ ---------- */
.c-faq{max-width:820px}
.c-faq details{background:#fff;border:1px solid var(--line);border-radius:3px;margin-bottom:10px}
.c-faq summary{cursor:pointer;font-weight:700;padding:14px 16px;font-size:15.5px;list-style:none;position:relative;padding-right:40px}
.c-faq summary::after{content:"+";position:absolute;right:16px;top:10px;font-size:22px;color:var(--green)}
.c-faq details[open] summary::after{content:"\2013"}
.c-faq details p{padding:0 16px 14px;color:#444;font-size:14.8px}

/* ---------- conversion band ---------- */
.c-convert{background:var(--green-x);color:#fff;padding:52px 0}
.c-convert .eyebrow{color:#B9DDBA}
.c-convert h2{color:#fff;font-size:27px;font-weight:800}
.c-convert p{color:#DCE8DC}
.c-convert-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}
.slats{background-image:none}

/* ---------- breadcrumb ---------- */
.c-crumb{font-size:13px;color:#777;padding:12px 0}
.c-crumb a{color:#555}
.c-crumb .sep{margin:0 6px;color:#AAA}

/* ---------- footer ---------- */
.c-footer{background:var(--dark);color:#C4CDC4;font-size:14.5px;padding:44px 0 0;margin-top:0}
.c-footer a{color:#C4CDC4}
.c-footer a:hover{color:#fff}
.c-footer h4{color:#fff;font-size:15px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
.c-footer ul{list-style:none}
.c-footer li{margin-bottom:7px}
.c-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;padding-bottom:34px}
.c-footer-base{border-top:1px solid #3A423A;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 0;font-size:13px;color:#98A398}
.c-footer-base a{color:#98A398}

/* ---------- sticky mobile CTA ---------- */
.c-sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:60}
.c-sticky a{flex:1;text-align:center;font-weight:800;font-size:15.5px;padding:14px 0;color:#fff}
.c-sticky .call{background:var(--green)}
.c-sticky .wa{background:var(--dark)}
.c-sticky a:hover{text-decoration:none}

/* ---------- responsive ---------- */
@media(max-width:1000px){
  .c-cards{grid-template-columns:repeat(2,1fr)}
  .c-facts{grid-template-columns:repeat(2,1fr)}
  .c-hero-grid,.c-split,.c-convert-grid{grid-template-columns:1fr}
  .c-nav-links{display:none}
}
@media(max-width:640px){
  .c-nav-in{justify-content:space-between;gap:12px}
  .c-nav-call{font-size:17px}
  .c-nav-call::before{width:32px;height:32px}
  .c-nav-logo img{height:42px}
  .c-trust span:nth-child(2),.c-trust span:nth-child(3){display:none}
  .c-benefits span:nth-child(n+3){display:none}
  .h-hero{min-height:400px}
  .c-cards{grid-template-columns:1fr}
  .c-sticky{display:flex}
  body{padding-bottom:52px}
  .c-navbar-in{overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;scrollbar-width:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* ---------- remaining components ---------- */
.lead{font-size:17.5px;color:#444}
.c-check{list-style:none}
.c-check li{padding:8px 0 8px 28px;position:relative;border-bottom:1px solid #EEE;font-size:15px}
.c-check li::before{content:"";position:absolute;left:0;top:11px;width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%232E7D32"/><path d="M7 12.5l3.2 3.2L17 9" stroke="white" stroke-width="2.4" fill="none"/></svg>') center/contain no-repeat}
.c-card .go{margin:0 14px 14px;display:inline-block;font-weight:700;color:var(--green);font-size:14px}
.c-local{background:var(--tint);border-left:4px solid var(--green);border-radius:0 3px 3px 0;padding:20px 24px}
.c-local h2,.c-local h3{margin-bottom:8px}
