/* ============================================================
   Sebago Lawn & Landscape — design system
   Archetype: Field & foliage — relaxed organic editorial
   Palette: warm sand base, forest green, deep pine, clay accent
   Type: Bricolage Grotesque (display + body)
   Motif: hand-drawn topographic contour lines
   ============================================================ */

:root{
  --sand:        #efe6d4;   /* warm base */
  --sand-deep:   #e4d8bf;   /* panel / divider sand */
  --sand-soft:   #f6f0e4;   /* lifted panels */
  --green:       #2f8f4e;   /* primary forest green */
  --green-dark:  #267a42;
  --pine:        #1f5c36;   /* deep pine */
  --pine-deep:   #163f25;
  --clay:        #c0744a;   /* terracotta accent */
  --clay-deep:   #a85f39;
  --bark:        #4a4036;   /* soft bark text */
  --bark-soft:   #6f6356;
  --line:        #d8ccb2;
  --white:       #fffdf8;

  --shadow-sm: 0 2px 10px rgba(74,64,54,.08);
  --shadow:    0 16px 44px rgba(31,92,54,.14);
  --shadow-lg: 0 30px 70px rgba(22,63,37,.22);

  --r-sm: 14px;
  --r:    22px;
  --r-lg: 34px;
  --r-xl: 48px;

  --wrap: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --ff-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --ff-body:    'Bricolage Grotesque', system-ui, sans-serif;
}

/* ---------- reset ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--ff-body);
  font-weight:400;
  color:var(--bark);
  background:var(--sand);
  line-height:1.62;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--ff-display); font-weight:700; line-height:1.05; margin:0; letter-spacing:-.018em; color:var(--pine); }
p{ margin:0; }
button{ font-family:inherit; cursor:pointer; }

.wrap{ width:100%; max-width:var(--wrap); margin:0 auto; padding:0 24px; }

/* skip link */
.skip{
  position:absolute; left:-999px; top:8px; z-index:200;
  background:var(--pine); color:var(--white); padding:10px 18px; border-radius:10px;
}
.skip:focus{ left:12px; }

:focus-visible{ outline:3px solid var(--clay); outline-offset:3px; border-radius:6px; }

/* ============================================================
   CONTOUR MOTIF — reusable hand-drawn topographic SVG
   ============================================================ */
.contour{
  position:absolute; inset:0; width:100%; height:100%;
  pointer-events:none; color:var(--pine);
  opacity:.10;
}
.contour svg{ width:100%; height:100%; display:block; }
.contour--clay{ color:var(--clay); }
.contour--sand{ color:#b8a980; }

/* contour divider between sections */
.divider{
  position:relative; height:64px; margin:0; overflow:hidden;
  color:var(--green); line-height:0;
}
.divider svg{ width:100%; height:100%; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--ff-display); font-weight:600; font-size:16px;
  padding:14px 26px; border-radius:999px; border:2px solid transparent;
  transition:transform .2s var(--ease), background .2s, box-shadow .2s, color .2s;
  white-space:nowrap; line-height:1;
}
.btn .ic{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.btn-primary{ background:var(--green); color:var(--white); box-shadow:0 10px 24px rgba(47,143,78,.32); }
.btn-primary:hover{ background:var(--green-dark); transform:translateY(-2px); box-shadow:0 16px 30px rgba(47,143,78,.4); }
.btn-clay{ background:var(--clay); color:var(--white); box-shadow:0 10px 24px rgba(192,116,74,.3); }
.btn-clay:hover{ background:var(--clay-deep); transform:translateY(-2px); }
.btn-line{ background:transparent; color:var(--pine); border-color:var(--pine); }
.btn-line:hover{ background:var(--pine); color:var(--white); transform:translateY(-2px); }
.btn-line-light{ background:rgba(255,253,248,.08); color:var(--white); border-color:rgba(255,253,248,.7); }
.btn-line-light:hover{ background:var(--white); color:var(--pine); transform:translateY(-2px); }
.btn-lg{ padding:17px 32px; font-size:17px; }
.btn-block{ width:100%; justify-content:center; }

/* ============================================================
   TOPBAR + HEADER / NAV
   ============================================================ */
.topbar{
  background:var(--pine-deep); color:var(--sand);
  font-size:13.5px; font-weight:500;
}
.topbar-in{ display:flex; align-items:center; justify-content:space-between; gap:14px; min-height:38px; }
.tb-item{ display:inline-flex; align-items:center; gap:8px; }
.tb-tag{ color:#cfe0cf; letter-spacing:.01em; }
.tb-phone{ font-weight:700; color:var(--white); }
.tb-phone:hover{ color:#bfe6c9; }
.tb-phone .ic{ width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

.site-head{
  position:sticky; top:0; z-index:100;
  background:rgba(239,230,212,.86);
  backdrop-filter:saturate(1.4) blur(10px);
  border-bottom:1px solid var(--line);
  transition:box-shadow .25s;
}
.site-head.scrolled{ box-shadow:0 10px 30px rgba(74,64,54,.1); }
.head-in{ display:flex; align-items:center; gap:22px; min-height:74px; }

.brand{ display:inline-flex; align-items:center; gap:11px; margin-right:auto; }
.brand-mark{ width:40px; height:40px; flex:0 0 auto; }
.brand-mark svg{ width:100%; height:100%; }
.brand-text{ display:flex; flex-direction:column; line-height:1.02; }
.brand-name{ font-family:var(--ff-display); font-weight:700; font-size:18.5px; color:var(--pine); letter-spacing:-.02em; }
.brand-sub{ font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--clay); }

.nav{ display:flex; align-items:center; gap:4px; }
.nav a{
  font-family:var(--ff-display); font-weight:600; font-size:15.5px; color:var(--bark);
  padding:9px 14px; border-radius:999px; transition:background .18s, color .18s;
}
.nav a:hover{ color:var(--pine); background:rgba(47,143,78,.1); }
.nav a.active{ color:var(--pine); background:rgba(47,143,78,.16); }

.head-cta{ display:flex; align-items:center; }
.nav-cta{ display:none; }
.menu-btn{
  display:none; width:46px; height:46px; border:1px solid var(--line);
  border-radius:13px; background:var(--white); align-items:center; justify-content:center;
}
.menu-btn svg{ width:24px; height:24px; fill:none; stroke:var(--pine); stroke-width:2; stroke-linecap:round; }

/* ============================================================
   GENERIC SECTION
   ============================================================ */
.section{ padding:96px 0; position:relative; }
.section-sand{ background:var(--sand-soft); }
.section-pine{ background:var(--pine); color:var(--sand); }
.section-tight{ padding:72px 0; }

.eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--ff-display); font-weight:700; font-size:13px;
  letter-spacing:.13em; text-transform:uppercase; color:var(--clay);
}
.eyebrow::before{
  content:""; width:26px; height:2px; background:var(--clay); border-radius:2px;
}
.eyebrow-light{ color:#e7b596; }
.eyebrow-light::before{ background:#e7b596; }

.sec-head{ max-width:720px; margin:0 auto 56px; text-align:center; }
.sec-head .eyebrow{ justify-content:center; }
.sec-head h2{ font-size:clamp(30px,4.6vw,48px); margin:16px 0 0; }
.sec-sub{ margin-top:18px; font-size:18px; color:var(--bark-soft); }
.section-pine .sec-sub{ color:#d3e0d3; }
.section-pine h2{ color:var(--white); }

/* ============================================================
   HERO — asymmetric split, photo bleeds off right
   ============================================================ */
.hero{ position:relative; background:var(--sand); overflow:hidden; }
.hero-grid{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
  align-items:stretch; min-height:640px;
}
.hero-left{
  position:relative; z-index:3;
  display:flex; flex-direction:column; justify-content:center;
  padding:84px 56px 84px 0; max-width:600px;
}
.hero-panel{
  position:absolute; inset:0 -40px 0 -50vw; z-index:-1;
  background:linear-gradient(110deg,var(--sand) 60%, rgba(239,230,212,.0));
  border-radius:0 var(--r-xl) var(--r-xl) 0;
}
.hero .eyebrow{ margin-bottom:20px; }
.hero h1{
  font-size:clamp(38px,6vw,68px); line-height:1.0; letter-spacing:-.03em;
  color:var(--pine);
}
.hero h1 em{ font-style:normal; color:var(--green); position:relative; }
.hero-sub{ margin-top:24px; font-size:20px; color:var(--bark); max-width:34ch; }
.hero-body{ margin-top:18px; font-size:16.5px; color:var(--bark-soft); max-width:42ch; }
.hero-btns{ display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; }

.hero-right{ position:relative; }
.hero-photo{
  position:absolute; inset:36px -16vw 36px 0;
  border-radius:var(--r-xl);
  background-size:cover; background-position:center;
  box-shadow:var(--shadow-lg);
}
.hero-badge{
  position:absolute; left:-46px; bottom:54px; z-index:4;
  background:var(--white); border-radius:var(--r);
  padding:18px 22px; box-shadow:var(--shadow);
  display:flex; align-items:center; gap:14px; max-width:248px;
}
.hero-badge .hb-num{ font-family:var(--ff-display); font-weight:700; font-size:30px; color:var(--green); line-height:1; }
.hero-badge .hb-txt{ font-size:13.5px; color:var(--bark-soft); line-height:1.35; }
/* contour arc between panels */
.hero-contour{ position:absolute; inset:0; z-index:2; pointer-events:none; color:var(--clay); opacity:.5; }
.hero-contour svg{ position:absolute; left:38%; top:0; width:36%; height:100%; }

/* ============================================================
   PAGE HERO (interior pages)
   ============================================================ */
.page-hero{ position:relative; padding:78px 0 70px; background:var(--pine); color:var(--sand); overflow:hidden; }
.page-hero .contour{ opacity:.16; color:#7fb98f; }
.page-hero-in{ position:relative; z-index:3; max-width:760px; }
.page-hero .eyebrow{ color:#e7b596; }
.page-hero .eyebrow::before{ background:#e7b596; }
.page-hero h1{ font-size:clamp(34px,5.4vw,56px); color:var(--white); margin-top:16px; }
.page-hero-sub{ margin-top:20px; font-size:19px; color:#d6e2d6; max-width:60ch; }
.page-hero .hero-btns{ margin-top:30px; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust{ background:var(--pine-deep); color:var(--sand); padding:34px 0; }
.trust-in{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.trust-item{ display:flex; flex-direction:column; gap:3px; text-align:center; position:relative; }
.trust-item:not(:last-child)::after{
  content:""; position:absolute; right:-12px; top:6px; bottom:6px; width:1px; background:rgba(255,253,248,.16);
}
.trust-item b{ font-family:var(--ff-display); font-size:27px; font-weight:700; color:#8fd6a3; letter-spacing:-.02em; }
.trust-item span{ font-size:14px; color:#cdddcd; line-height:1.4; }

/* ============================================================
   SERVICES — alternating left/right photo+text rows
   ============================================================ */
.svc-rows{ display:flex; flex-direction:column; gap:64px; }
.svc-row{
  display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center;
}
.svc-row:nth-child(even) .svc-media{ order:2; }
.svc-media{ position:relative; }
.svc-media img{
  width:100%; aspect-ratio:4/3; object-fit:cover;
  border-radius:var(--r-lg); box-shadow:var(--shadow);
}
.svc-media .svc-tag{
  position:absolute; top:18px; left:18px;
  background:var(--white); color:var(--pine); font-family:var(--ff-display); font-weight:700;
  font-size:13px; letter-spacing:.04em; padding:7px 14px; border-radius:999px; box-shadow:var(--shadow-sm);
}
.svc-body .eyebrow{ margin-bottom:14px; }
.svc-body h3{ font-size:clamp(24px,3vw,32px); }
.svc-body p{ margin-top:16px; font-size:17px; color:var(--bark-soft); }
.svc-list{ list-style:none; padding:0; margin:20px 0 0; display:flex; flex-wrap:wrap; gap:8px 10px; }
.svc-list li{
  font-family:var(--ff-display); font-weight:600; font-size:13.5px; color:var(--pine);
  background:rgba(47,143,78,.1); padding:6px 13px; border-radius:999px;
}
.svc-body .svc-link{
  display:inline-flex; align-items:center; gap:7px; margin-top:22px;
  font-family:var(--ff-display); font-weight:700; color:var(--green); font-size:15.5px;
}
.svc-body .svc-link:hover{ gap:12px; color:var(--green-dark); }

/* ============================================================
   FEATURE GRID (why / process / about cards — soft panels, NOT uniform card grid look)
   ============================================================ */
.feat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.feat{
  background:var(--white); border-radius:var(--r); padding:30px 30px 32px;
  box-shadow:var(--shadow-sm); border:1px solid var(--line); position:relative; overflow:hidden;
}
.feat .contour{ opacity:.06; }
.feat-ic{
  width:50px; height:50px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background:rgba(47,143,78,.12); margin-bottom:18px; position:relative; z-index:2;
}
.feat-ic svg{ width:26px; height:26px; fill:none; stroke:var(--green); stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.feat h3{ font-size:21px; position:relative; z-index:2; }
.feat p{ margin-top:11px; color:var(--bark-soft); font-size:16px; position:relative; z-index:2; }

/* process steps — number-led, on contour bg */
.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; position:relative; z-index:2; }
.step{
  background:var(--sand-soft); border:1px solid var(--line); border-radius:var(--r);
  padding:34px 28px; position:relative;
}
.step-num{ font-family:var(--ff-display); font-weight:700; font-size:46px; color:var(--clay); line-height:1; opacity:.85; }
.step h3{ margin-top:14px; font-size:20px; }
.step p{ margin-top:10px; color:var(--bark-soft); font-size:16px; }

/* ============================================================
   SEASONAL PROGRAMS — signature section, seasonal tiers
   ============================================================ */
.season-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.season{
  border-radius:var(--r); overflow:hidden; background:var(--white);
  border:1px solid var(--line); box-shadow:var(--shadow-sm);
  display:flex; flex-direction:column; transition:transform .25s var(--ease), box-shadow .25s;
}
.season:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.season-top{ padding:22px 24px 18px; color:var(--white); position:relative; overflow:hidden; }
.season-top .contour{ opacity:.18; color:#fff; }
.season--spring .season-top{ background:linear-gradient(135deg,#3a9e58,#2f8f4e); }
.season--summer .season-top{ background:linear-gradient(135deg,#2f8f4e,#1f5c36); }
.season--fall   .season-top{ background:linear-gradient(135deg,#c0744a,#a85f39); }
.season--winter .season-top{ background:linear-gradient(135deg,#3c6f7d,#274d57); }
.season-kicker{ font-size:12.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; opacity:.9; position:relative; z-index:2; }
.season-top h3{ color:var(--white); font-size:23px; margin-top:6px; position:relative; z-index:2; }
.season-body{ padding:22px 24px 26px; }
.season-body p{ color:var(--bark-soft); font-size:15.5px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quotes{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.quote{
  background:var(--white); border-radius:var(--r); padding:30px 30px 26px;
  box-shadow:var(--shadow-sm); border:1px solid var(--line); position:relative;
}
.quote .stars{ color:var(--clay); font-size:15px; letter-spacing:2px; margin-bottom:14px; }
.quote p{ font-size:17px; color:var(--bark); line-height:1.6; }
.quote cite{ display:block; margin-top:18px; font-style:normal; font-family:var(--ff-display); font-weight:700; color:var(--pine); font-size:15px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list{ max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq-item{ background:var(--white); border:1px solid var(--line); border-radius:var(--r-sm); overflow:hidden; }
.faq-q{
  width:100%; text-align:left; background:none; border:0; padding:22px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  font-family:var(--ff-display); font-weight:700; font-size:18px; color:var(--pine);
}
.faq-q .faq-plus{ flex:0 0 auto; width:26px; height:26px; position:relative; transition:transform .25s; }
.faq-q .faq-plus::before,.faq-q .faq-plus::after{
  content:""; position:absolute; background:var(--green); border-radius:2px;
}
.faq-q .faq-plus::before{ left:50%; top:4px; bottom:4px; width:2.5px; transform:translateX(-50%); }
.faq-q .faq-plus::after{ top:50%; left:4px; right:4px; height:2.5px; transform:translateY(-50%); }
.faq-item.open .faq-plus{ transform:rotate(135deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s var(--ease); }
.faq-a-in{ padding:0 24px 22px; color:var(--bark-soft); font-size:16.5px; }
.faq-item.open .faq-a{ max-height:320px; }

/* ============================================================
   GALLERY
   ============================================================ */
.gal-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.gal-item{
  position:relative; border-radius:var(--r); overflow:hidden; cursor:pointer;
  box-shadow:var(--shadow-sm); border:1px solid var(--line); background:var(--sand-deep);
}
.gal-item.tall{ grid-row:span 2; }
.gal-item img{ width:100%; height:100%; object-fit:cover; aspect-ratio:4/3; transition:transform .5s var(--ease); }
.gal-item.tall img{ aspect-ratio:3/4; }
.gal-item:hover img{ transform:scale(1.06); }
.gal-cap{
  position:absolute; left:0; right:0; bottom:0; padding:30px 18px 14px;
  background:linear-gradient(transparent,rgba(22,63,37,.78));
  color:var(--sand); font-family:var(--ff-display); font-weight:600; font-size:14.5px;
  opacity:0; transform:translateY(8px); transition:opacity .25s, transform .25s;
}
.gal-item:hover .gal-cap{ opacity:1; transform:none; }

/* lightbox */
.lightbox{
  position:fixed; inset:0; z-index:300; background:rgba(22,63,37,.92);
  display:none; align-items:center; justify-content:center;
}
.lightbox.open{ display:flex; }
.lb-img{ max-width:90vw; max-height:84vh; border-radius:14px; box-shadow:var(--shadow-lg); }
.lb-close,.lb-btn{
  position:absolute; background:rgba(255,253,248,.12); color:var(--white); border:1px solid rgba(255,253,248,.35);
  width:52px; height:52px; border-radius:50%; font-size:26px; display:flex; align-items:center; justify-content:center;
}
.lb-close{ top:22px; right:22px; }
.lb-prev{ left:18px; top:50%; transform:translateY(-50%); }
.lb-next{ right:18px; top:50%; transform:translateY(-50%); }
.lb-close:hover,.lb-btn:hover{ background:var(--white); color:var(--pine); }
.lb-count{ position:absolute; bottom:24px; left:50%; transform:translateX(-50%); color:var(--sand); font-size:14px; }

/* ============================================================
   SPLIT / ABOUT story
   ============================================================ */
.split{ display:grid; grid-template-columns:.92fr 1.08fr; gap:54px; align-items:center; }
.split-media{ position:relative; }
.split-media img{ width:100%; border-radius:var(--r-lg); box-shadow:var(--shadow); object-fit:cover; aspect-ratio:3/4; }
.split-media .contour{ opacity:.2; }
.split-body .eyebrow{ margin-bottom:14px; }
.split-body h2{ font-size:clamp(28px,4vw,42px); }
.split-body p{ margin-top:18px; font-size:17.5px; color:var(--bark-soft); }
.crew-list{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:28px; }
.crew{ background:var(--sand-soft); border:1px solid var(--line); border-radius:var(--r-sm); padding:20px; }
.crew h4{ font-size:17px; color:var(--pine); }
.crew p{ margin-top:7px; font-size:15px; color:var(--bark-soft); }

/* ============================================================
   PRICE / PROGRAM TIERS (programs page)
   ============================================================ */
.tiers{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.tier{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:34px 30px; display:flex; flex-direction:column; box-shadow:var(--shadow-sm);
}
.tier.featured{ border:2px solid var(--green); box-shadow:var(--shadow); position:relative; }
.tier-flag{
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--clay); color:var(--white); font-family:var(--ff-display); font-weight:700;
  font-size:12.5px; letter-spacing:.06em; padding:6px 16px; border-radius:999px;
}
.tier-name{ font-family:var(--ff-display); font-weight:700; font-size:23px; color:var(--pine); }
.tier-desc{ margin-top:8px; color:var(--bark-soft); font-size:15.5px; min-height:46px; }
.tier-price{ margin:20px 0 6px; font-family:var(--ff-display); }
.tier-price b{ font-size:38px; color:var(--green); letter-spacing:-.02em; }
.tier-price span{ font-size:15px; color:var(--bark-soft); }
.tier ul{ list-style:none; padding:0; margin:18px 0 26px; display:flex; flex-direction:column; gap:11px; }
.tier li{ display:flex; gap:11px; font-size:15.5px; color:var(--bark); }
.tier li svg{ flex:0 0 auto; width:20px; height:20px; fill:none; stroke:var(--green); stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; margin-top:2px; }
.tier .btn{ margin-top:auto; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta{ position:relative; overflow:hidden; color:var(--white); padding:104px 0; }
.cta-bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.cta-veil{ position:absolute; inset:0; background:linear-gradient(180deg,rgba(22,63,37,.86),rgba(22,63,37,.7)); }
.cta .contour{ opacity:.2; color:#a9d6b6; z-index:1; }
.cta-in{ position:relative; z-index:3; max-width:740px; text-align:center; margin:0 auto; }
.cta .eyebrow{ justify-content:center; color:#e7b596; }
.cta .eyebrow::before{ background:#e7b596; }
.cta h2{ color:var(--white); font-size:clamp(32px,5vw,52px); margin-top:16px; }
.cta-sub{ margin-top:14px; font-size:18px; color:#dde7dd; }
.cta-towns{ margin-top:18px; font-family:var(--ff-display); font-weight:600; color:#bfe0c8; letter-spacing:.02em; }
.cta-btns{ display:flex; gap:14px; justify-content:center; margin-top:32px; flex-wrap:wrap; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-grid{ display:grid; grid-template-columns:1.5fr .9fr; gap:44px; align-items:start; }
.contact-main h2{ font-size:30px; }
.contact-intro{ margin-top:12px; color:var(--bark-soft); }
.c-form{ margin-top:26px; display:flex; flex-direction:column; gap:20px; }
.field-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field-l{ font-family:var(--ff-display); font-weight:600; font-size:14.5px; color:var(--pine); }
.field input,.field select,.field textarea{
  font-family:var(--ff-body); font-size:16px; color:var(--bark);
  padding:13px 15px; border:1.5px solid var(--line); border-radius:12px; background:var(--white);
  transition:border-color .2s, box-shadow .2s; width:100%;
}
.field textarea{ resize:vertical; min-height:118px; }
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--green); box-shadow:0 0 0 3px rgba(47,143,78,.16); }
.field.has-err input,.field.has-err select{ border-color:#c0563a; }
.field-err{ color:#c0563a; font-size:13.5px; font-weight:600; }
.req{ color:var(--clay); }
.c-note{ font-size:13.5px; color:var(--bark-soft); margin-top:2px; }

.contact-side{ display:flex; flex-direction:column; gap:18px; }
.cside-card{ background:var(--sand-soft); border:1px solid var(--line); border-radius:var(--r); padding:24px; }
.cside-card h3{ font-size:18px; }
.cside-card p{ margin-top:8px; font-size:15px; color:var(--bark-soft); }
.cside-phone{ display:block; margin-top:8px; font-family:var(--ff-display); font-weight:700; font-size:26px; color:var(--green); }
.cside-guar{ display:flex; gap:14px; align-items:flex-start; background:var(--pine); color:var(--sand); border-radius:var(--r); padding:22px 24px; }
.cside-guar svg{ width:30px; height:30px; flex:0 0 auto; fill:none; stroke:#8fd6a3; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.cside-guar b{ display:block; font-family:var(--ff-display); color:var(--white); font-size:16px; }
.cside-guar span{ font-size:14px; color:#cdddcd; }

.form-success{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:48px 40px; text-align:center; box-shadow:var(--shadow-sm);
}
.fs-check{ width:64px; height:64px; border-radius:50%; background:rgba(47,143,78,.14); display:inline-flex; align-items:center; justify-content:center; margin-bottom:18px; }
.fs-check svg{ width:32px; height:32px; fill:none; stroke:var(--green); stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }
.form-success h2{ font-size:28px; }
.form-success p{ margin-top:14px; color:var(--bark-soft); font-size:17px; }
.fs-btns{ display:flex; gap:14px; justify-content:center; margin-top:26px; flex-wrap:wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot{ background:var(--pine-deep); color:var(--sand); padding:64px 0 0; position:relative; overflow:hidden; }
.foot .contour{ opacity:.08; color:#8fd6a3; }
.foot-in{ position:relative; z-index:2; display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:36px; padding-bottom:46px; }
.foot-brand .brand-name{ color:var(--white); font-size:21px; }
.foot-brand .brand-sub{ color:#e7b596; }
.foot-tag{ margin-top:14px; color:#bccfbc; font-size:15px; max-width:34ch; }
.foot-col h4{ font-family:var(--ff-display); font-size:14px; letter-spacing:.1em; text-transform:uppercase; color:#8fd6a3; }
.foot-nav{ display:flex; flex-direction:column; gap:9px; margin-top:14px; }
.foot-nav a{ color:#d3e0d3; font-size:15px; }
.foot-nav a:hover{ color:var(--white); }
.foot-meta{ margin-top:14px; display:flex; flex-direction:column; gap:9px; }
.foot-meta div{ font-size:14.5px; color:#cdddcd; }
.foot-meta b{ display:block; color:var(--white); font-family:var(--ff-display); font-size:14px; }
.foot-phone{ display:inline-block; margin-top:4px; font-family:var(--ff-display); font-weight:700; font-size:22px; color:#8fd6a3; }
.foot-bottom{
  position:relative; z-index:2; border-top:1px solid rgba(255,253,248,.13);
  padding:22px 0; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;
  font-size:13.5px; color:#aec3ae;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px){
  .hero-grid{ grid-template-columns:1fr; min-height:0; }
  .hero-left{ padding:64px 0 30px; max-width:none; }
  .hero-panel{ display:none; }
  .hero-right{ height:380px; }
  .hero-photo{ position:relative; inset:0; height:380px; }
  .hero-badge{ left:auto; right:18px; bottom:18px; }
  .hero-contour{ display:none; }
  .split{ grid-template-columns:1fr; gap:34px; }
  .split-media img{ aspect-ratio:16/10; max-height:420px; }
  .contact-grid{ grid-template-columns:1fr; }
}
@media (max-width:860px){
  .nav,.head-cta{ display:none; }
  .menu-btn{ display:flex; }
  .site-head.open .nav{
    display:flex; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch;
    background:var(--sand-soft); border-bottom:1px solid var(--line); padding:14px 24px 20px; gap:4px;
    box-shadow:var(--shadow);
  }
  .site-head.open .nav a{ padding:13px 14px; border-radius:12px; }
  .site-head.open .nav .nav-cta{ display:inline-flex; justify-content:center; margin-top:10px; }
  .trust-in{ grid-template-columns:1fr 1fr; gap:28px 16px; }
  .trust-item:nth-child(2)::after{ display:none; }
  .svc-row{ grid-template-columns:1fr; gap:26px; }
  .svc-row:nth-child(even) .svc-media{ order:0; }
  .feat-grid,.quotes,.season-grid,.tiers,.steps{ grid-template-columns:1fr; }
  .gal-grid{ grid-template-columns:1fr 1fr; }
  .gal-item.tall{ grid-row:span 1; }
  .gal-item.tall img{ aspect-ratio:4/3; }
  .field-grid{ grid-template-columns:1fr; }
  .crew-list{ grid-template-columns:1fr; }
  .foot-in{ grid-template-columns:1fr 1fr; gap:30px; }
  .topbar .tb-tag{ display:none; }
  .topbar-in{ justify-content:center; }
}
@media (max-width:560px){
  body{ font-size:16px; }
  .section{ padding:64px 0; }
  .season-grid,.quotes,.gal-grid{ grid-template-columns:1fr; }
  .foot-in{ grid-template-columns:1fr; }
  .cta-btns,.hero-btns{ flex-direction:column; align-items:stretch; }
  .cta-btns .btn,.hero-btns .btn{ justify-content:center; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}
