/* ===========================================================
   Landworx Forestry Mulching — shared system
   Premium industrial: charcoal black, gunmetal steel, burnt orange
   (palette pulled from the metallic LANDWORX logo)
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');

:root{
  --ink:        #1a1a18;   /* charcoal black (logo body) */
  --ink-2:      #242320;
  --bark:       #38362f;   /* steel-dark */
  --moss:       #746f63;   /* warm gunmetal steel */
  --moss-dim:   #948d7e;   /* light steel */
  --amber:      #d8560b;   /* burnt orange (logo accent) */
  --amber-deep: #b1480a;
  --cream:      #f1efe9;   /* bone */
  --paper:      #f3f1ec;   /* light page bg */
  --paper-2:    #e8e4db;
  --line:       rgba(26,26,24,.13);
  --line-soft:  rgba(26,26,24,.07);
  --shadow-sm:  0 1px 2px rgba(20,24,16,.06), 0 2px 8px rgba(20,24,16,.05);
  --shadow-md:  0 8px 24px rgba(20,24,16,.10), 0 2px 6px rgba(20,24,16,.06);
  --shadow-lg:  0 24px 60px rgba(20,24,16,.20);

  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body:    'Archivo', system-ui, sans-serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  font-size:18px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; border:0; background:none; }

/* ---------- type ---------- */
.display{
  font-family:var(--font-display);
  font-weight:900;
  line-height:.96;
  letter-spacing:-.015em;
  text-transform:uppercase;
  font-stretch:125%;
}
h1.display{ font-size:clamp(40px, 6.2vw, 88px); }
h2.display{ font-size:clamp(32px, 4.4vw, 62px); }
h3.display{ font-size:clamp(22px, 2.4vw, 30px); }

.eyebrow{
  font-family:var(--font-display);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
  color:var(--amber-deep);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:26px; height:2px;
  background:var(--amber);
  display:inline-block;
}
.eyebrow.center::after{
  content:"";
  width:26px; height:2px;
  background:var(--amber);
  display:inline-block;
}

.lead{ font-size:clamp(18px,1.4vw,21px); color:#41463a; max-width:62ch; }
.muted{ color:#5c6152; }

/* ---------- layout ---------- */
.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
section{ position:relative; }
.section-pad{ padding-block:clamp(64px,9vw,128px); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-display);
  font-weight:800; text-transform:uppercase; letter-spacing:.05em;
  font-size:15px;
  padding:16px 26px;
  border-radius:var(--r-sm);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
  line-height:1;
}
.btn svg{ width:17px; height:17px; }
.btn-primary{
  background:var(--amber); color:#1a1305;
  box-shadow:0 6px 18px rgba(183,106,38,.35);
}
.btn-primary:hover{ transform:translateY(-2px); background:#e0954a; box-shadow:0 12px 26px rgba(183,106,38,.42); }
.btn-dark{ background:var(--ink); color:var(--cream); }
.btn-dark:hover{ transform:translateY(-2px); background:#2a3022; }
.btn-ghost{
  background:rgba(255,255,255,.06); color:var(--cream);
  border:1.5px solid rgba(243,239,228,.45);
  backdrop-filter:blur(4px);
}
.btn-ghost:hover{ background:rgba(255,255,255,.14); border-color:var(--cream); transform:translateY(-2px); }
.btn-lg{ padding:19px 34px; font-size:16px; }

/* ---------- header ---------- */
.site-header{
  position:fixed; inset:0 0 auto 0; z-index:60;
  transition:background .3s ease, box-shadow .3s ease, padding .3s ease, border-color .3s ease;
  border-bottom:1px solid transparent;
}
.site-header .wrap{
  display:flex; align-items:center; gap:28px;
  padding-block:18px;
  transition:padding .3s ease;
}
.brand{ display:flex; align-items:center; flex:0 0 auto; }
.brand img{ height:42px; width:auto; transition:height .3s ease; }
.nav{ display:flex; align-items:center; gap:30px; margin-left:auto; }
.nav a{
  font-family:var(--font-display);
  font-weight:700; text-transform:uppercase; letter-spacing:.06em;
  font-size:14px; color:var(--cream);
  opacity:.86; transition:opacity .15s, color .15s;
  position:relative; padding-block:6px;
}
.nav a:hover{ opacity:1; }
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background:var(--amber); transition:width .2s ease;
}
.nav a:hover::after{ width:100%; }
.header-cta{ display:flex; align-items:center; gap:14px; }
.header-phone{
  display:flex; align-items:center; gap:9px;
  font-family:var(--font-display); font-weight:800; font-size:16px;
  color:var(--cream); letter-spacing:.01em;
}
.header-phone svg{ width:18px; height:18px; color:var(--amber); }

/* scrolled state */
.site-header.scrolled{
  background:rgba(247,244,236,.92);
  backdrop-filter:saturate(1.2) blur(12px);
  box-shadow:var(--shadow-sm);
  border-bottom-color:var(--line);
}
.site-header.scrolled .wrap{ padding-block:12px; }
.site-header.scrolled .nav a{ color:var(--ink); opacity:.8; }
.site-header.scrolled .header-phone{ color:var(--ink); }
.site-header.scrolled .brand img{ height:38px; }

.menu-toggle{ display:none; }

/* logo swap: white (with orange) over the dark hero, real metallic logo once scrolled */
.brand .logo-scrolled{ display:none; }
.brand .logo-top{ filter:drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.site-header.scrolled .brand .logo-top{ display:none; }
.site-header.scrolled .brand .logo-scrolled{ display:block; }

/* ---------- trust bar ---------- */
.trustbar{ background:var(--ink); color:var(--cream); }
.trustbar .wrap{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap:14px 40px; padding-block:20px;
}
.trustbar .item{
  display:flex; align-items:center; gap:11px;
  font-family:var(--font-display); font-weight:700;
  text-transform:uppercase; letter-spacing:.07em; font-size:14px;
}
.trustbar .item svg{ width:19px; height:19px; color:var(--amber); flex:0 0 auto; }
.trustbar .dot{ width:5px; height:5px; border-radius:50%; background:var(--moss-dim); }

/* ---------- cards ---------- */
.card{
  background:#fff; border:1px solid var(--line-soft);
  border-radius:var(--r-md); box-shadow:var(--shadow-sm);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* ---------- reveal on scroll ---------- */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1); }
.reveal.in{ opacity:1; transform:none; }
.reveal.d1{ transition-delay:.08s; }
.reveal.d2{ transition-delay:.16s; }
.reveal.d3{ transition-delay:.24s; }
.reveal.d4{ transition-delay:.32s; }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
  html{ scroll-behavior:auto; }
}

/* ---------- service-page photos (image slots) ---------- */
.svc-showcase{ background:var(--paper); }
.svc-showcase .wrap{ position:relative; z-index:3; margin-top:clamp(28px,4vw,56px); }
.svc-showcase image-slot{ display:block; width:100%; height:clamp(280px,42vw,540px); box-shadow:var(--shadow-lg); border:1px solid rgba(241,239,233,.14); border-radius:var(--r-lg); overflow:hidden; }
.svc-showcase .cap{ margin:14px 2px 0; font-family:var(--font-display); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:12px; color:#7a7869; }
.svc-gallery{ background:var(--paper); }
.svc-gallery .ghead{ margin-bottom:26px; }
.svc-gallery .ghead h2{ margin:12px 0 0; }
.svc-gallery .grid3{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.svc-gallery image-slot{ display:block; width:100%; height:clamp(200px,23vw,280px); border-radius:var(--r-md); overflow:hidden; border:1px solid var(--line-soft); box-shadow:var(--shadow-sm); }
.svc-gallery .gcap{ margin:10px 2px 0; font-family:var(--font-display); font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:11.5px; color:#7a7869; }
@media (max-width:760px){ .svc-gallery .grid3{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .svc-gallery .grid3{ grid-template-columns:1fr; } }

/* ---------- footer ---------- */
.site-footer{ background:var(--ink); color:var(--cream); }
.site-footer a{ color:var(--cream); opacity:.78; transition:opacity .15s; }
.site-footer a:hover{ opacity:1; color:#fff; }
.foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-block:clamp(54px,7vw,80px); }
.foot-brand img{ height:54px; width:auto; margin-bottom:18px; }
.foot-brand p{ color:rgba(241,239,233,.7); font-size:15px; max-width:34ch; }
.foot-col h4{ font-family:var(--font-display); font-weight:800; text-transform:uppercase; letter-spacing:.1em; font-size:13px; color:var(--amber); margin:0 0 18px; }
.foot-col ul{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.foot-col li{ font-size:15px; }
.foot-contact .line{ display:flex; gap:11px; align-items:flex-start; font-size:15px; color:rgba(241,239,233,.82); margin-bottom:13px; }
.foot-contact .line svg{ width:18px; height:18px; color:var(--amber); flex:0 0 auto; margin-top:2px; }
.socials{ display:flex; gap:11px; margin-top:6px; }
.socials a{ width:40px; height:40px; border-radius:9px; border:1px solid rgba(241,239,233,.22); display:grid; place-items:center; opacity:.85; transition:background .15s, opacity .15s, border-color .15s; }
.socials a:hover{ background:rgba(216,86,11,.18); border-color:var(--amber); opacity:1; }
.socials svg{ width:19px; height:19px; }
.foot-bottom{ border-top:1px solid rgba(241,239,233,.12); }
.foot-bottom .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding-block:22px; font-size:13.5px; color:rgba(241,239,233,.6); }
@media (max-width:1040px){ .foot-grid{ grid-template-columns:1fr 1fr; gap:36px; } }
@media (max-width:600px){ .foot-grid{ grid-template-columns:1fr; gap:34px; } .foot-bottom .wrap{ flex-direction:column; gap:8px; } }

/* ---------- sticky mobile quote ---------- */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:55;
  display:none;
  padding:12px var(--gutter);
  background:rgba(247,244,236,.96);
  backdrop-filter:blur(10px);
  border-top:1px solid var(--line);
  box-shadow:0 -6px 24px rgba(20,24,16,.10);
}
.sticky-cta .btn{ width:100%; justify-content:center; }

/* ---------- responsive ---------- */
@media (max-width: 1024px){
  .nav, .header-phone{ display:none; }
  .menu-toggle{
    display:inline-flex; align-items:center; justify-content:center;
    width:46px; height:46px; margin-left:auto;
    border-radius:var(--r-sm); color:var(--cream);
    border:1.5px solid rgba(243,239,228,.4);
  }
  .site-header.scrolled .menu-toggle{ color:var(--ink); border-color:var(--line); }
  .menu-toggle svg{ width:24px; height:24px; }
  .header-cta .btn{ display:none; }
  .sticky-cta{ display:block; }
}

/* mobile drawer */
.drawer{
  position:fixed; inset:0; z-index:70; display:none;
}
.drawer.open{ display:block; }
.drawer .scrim{ position:absolute; inset:0; background:rgba(16,16,18,.62); backdrop-filter:blur(3px); }
.drawer .panel{
  position:absolute; top:0; right:0; bottom:0; width:min(86vw,360px);
  background:var(--paper); padding:26px 28px;
  display:flex; flex-direction:column; gap:6px;
  box-shadow:var(--shadow-lg);
  transform:translateX(100%); transition:transform .3s cubic-bezier(.16,.8,.3,1);
}
.drawer.open .panel{ transform:none; }
.drawer .panel a{
  font-family:var(--font-display); font-weight:800; text-transform:uppercase;
  letter-spacing:.05em; font-size:18px; padding:14px 4px;
  border-bottom:1px solid var(--line-soft); color:var(--ink);
}
.drawer .panel .btn{ margin-top:18px; justify-content:center; }
.drawer .close{ align-self:flex-end; width:44px; height:44px; color:var(--ink); }
.drawer .close svg{ width:26px; height:26px; }
