:root {
  --green: #063d31;
  --green-deep: #032a23;
  --green-soft: #2f573c;
  --cream: #f2ead8;
  --cream-bright: #fffaf0;
  --gold: #c49428;
  --orange: #d94d08;
  --ink: #173129;
  --line: rgba(6, 61, 49, .18);
  --shadow: 0 24px 60px rgba(3, 42, 35, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: white; padding: .75rem 1rem; }

.site-header {
  min-height: 108px;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  color: var(--cream);
  background: var(--green-deep);
  border-bottom: 4px solid var(--orange);
}
.brand { display: grid; grid-template-columns: auto auto; column-gap: .28rem; row-gap: .45rem; min-width: max-content; text-decoration: none; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2.15rem, 2.8vw, 2.75rem); letter-spacing: .025em; line-height: .84; }
.brand-daddy { color: #ee6a21; }
.brand small { grid-column: 1 / -1; justify-self: stretch; text-align: center; padding-top: .38rem; border-top: 1px solid rgba(255,255,255,.28); font: 900 .72rem/1 "Avenir Next", sans-serif; letter-spacing: .34em; }
nav { justify-self: center; display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover { color: #f7a266; }
.header-call { text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--orange); }

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 5rem);
  padding: clamp(3rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7.5rem);
  overflow: hidden;
  position: relative;
}
.hero::before { content:""; position:absolute; inset:0 50% 0 0; background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(6,61,49,.035) 35px 36px); pointer-events:none; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow span { display: inline-block; width: 1.7rem; height: 3px; margin: 0 .55rem .2rem 0; background: var(--orange); }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .015em; line-height: .96; font-weight: 900; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.5rem, 7.8vw, 7.9rem); color: var(--green); }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 610px; margin: 0 0 2rem; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: .8rem 1.15rem; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; border: 2px solid var(--green); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(3,42,35,.12); }
.button-primary { color: white; background: var(--green); }
.button-ghost { color: var(--green); }
.microcopy { font-size: .82rem; font-weight: 700; opacity: .72; }
.hero-mark { position: relative; display: grid; place-items: center; min-width: 0; }
.hero-mark img { position: relative; z-index: 2; width: min(100%, 680px); filter: drop-shadow(0 30px 30px rgba(3,42,35,.2)); }
.sun-disc { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: var(--gold); opacity: .18; box-shadow: 0 0 0 28px rgba(196,148,40,.06), 0 0 0 56px rgba(196,148,40,.035); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 1.1rem clamp(1rem, 6vw, 7.5rem); background: var(--orange); color: white; text-align: center; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .11em; }
.proof-strip span + span { border-left: 1px solid rgba(255,255,255,.35); }

.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { max-width: 760px; margin-bottom: 3.5rem; }
.section-heading h2, .about h2, .final-cta h2 { margin-bottom: 1.25rem; color: var(--green); font-size: clamp(2.7rem, 5.2vw, 5.4rem); }
.section-heading > p:last-child { max-width: 620px; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 310px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-grid article:hover { background: var(--cream-bright); transform: translateY(-4px); }
.service-number { display: block; margin-bottom: 4.5rem; color: var(--orange); font-family: Impact, sans-serif; letter-spacing: .08em; }
.service-grid h3 { margin-bottom: .7rem; color: var(--green); font-size: 1.35rem; }
.service-grid p { margin: 0; font-size: .95rem; }

.regions { color: var(--cream); background: var(--green-deep); position: relative; overflow: hidden; }
.regions::after { content:"DD"; position:absolute; right:-.05em; bottom:-.3em; color:rgba(255,255,255,.025); font: 900 28rem/1 Impact, sans-serif; pointer-events:none; }
.section-heading.light h2 { color: var(--cream-bright); }
.region-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.region-card { min-height: 390px; padding: clamp(1.5rem, 3vw, 2.7rem); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); display: flex; flex-direction: column; }
.region-card:hover { border-color: var(--gold); }
.region-topline { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(255,255,255,.18); color: #e8c779; text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.region-card h3 { margin: 2.2rem 0 1rem; color: white; font: 900 clamp(2.2rem, 4vw, 4rem)/1 Impact, sans-serif; text-transform: uppercase; }
.region-card p { max-width: 580px; margin: 0 0 2.5rem; color: rgba(255,255,255,.82); }
.region-card a { margin-top: auto; color: white; font-weight: 900; text-decoration-color: var(--orange); text-underline-offset: .35rem; }
.region-card a span { color: #f7a266; margin-left: .3rem; }
.area-note { position: relative; z-index:1; margin: 1.5rem 0 0; color: rgba(255,255,255,.68); text-align: center; font-size: .9rem; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 8vw, 8rem); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font: 900 2rem/1 Impact, sans-serif; }
.process-list h3 { margin-bottom: .25rem; color: var(--green); font-size: 1.2rem; }
.process-list p { margin: 0; }

.about { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; background: #e7dcc4; }
.about-photo { position: relative; max-width: 560px; aspect-ratio: 4/5; overflow: hidden; box-shadow: var(--shadow); }
.about-photo::after { content:""; position:absolute; inset:0; border: 1px solid rgba(255,255,255,.35); pointer-events:none; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 42%; }
.about-photo span { position:absolute; left:1rem; bottom:1rem; padding:.45rem .7rem; color:white; background:var(--green); font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.about-copy { max-width: 740px; }
.about-lede { font-size: 1.2rem; font-weight: 650; }
.about-signoff { display: grid; margin-top: 2rem; padding-left: 1rem; border-left: 4px solid var(--orange); }
.about-signoff strong { color: var(--green); }
.about-signoff span { font-size: .85rem; }

.final-cta { padding: clamp(5rem, 10vw, 10rem) 1.25rem; text-align: center; color: white; background: var(--orange); }
.final-cta .eyebrow { color: var(--cream-bright); }
.final-cta h2 { max-width: 900px; margin-left:auto; margin-right:auto; color:white; }
.final-cta > p:not(.eyebrow) { max-width: 630px; margin: 0 auto 2rem; font-size: 1.1rem; }
.centered { justify-content: center; }
.button-cream { color: var(--green); background: var(--cream-bright); border-color: var(--cream-bright); }
.button-outline { color: white; border-color: white; }
.contact-line { margin-top: 2rem; display:flex; flex-wrap:wrap; justify-content:center; gap:.65rem; font-weight:800; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 6vw, 6rem); color: rgba(255,255,255,.72); background: #021e19; font-size: .78rem; }
.footer-brand { display:grid; width:max-content; line-height:1; }
.footer-brand strong { color:white; font: 900 1.1rem Impact, sans-serif; letter-spacing:.05em; }
.footer-brand strong span { color:#ee6a21; }
.footer-brand small { margin-top:.25rem; letter-spacing:.22em; }

@media (max-width: 980px) {
  nav { display:none; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .brand { justify-self:start; }
  .hero { min-height:auto; grid-template-columns:1fr; padding-top:4rem; }
  .hero-mark { max-width: 610px; justify-self:center; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .process { grid-template-columns:1fr; }
  footer { grid-template-columns:1fr; text-align:center; }
  .footer-brand { margin:auto; }
}
@media (max-width: 700px) {
  .site-header { display:flex; flex-wrap:wrap; justify-content:space-between; min-height:104px; padding:1rem; gap:.75rem 1rem; border-bottom-width:4px; }
  .brand { flex:0 0 auto; width:max-content; font-size:2rem; column-gap:.28rem; row-gap:.4rem; font-weight:900; line-height:1; }
  .brand small { padding-top:.32rem; font-size:.75rem; letter-spacing:.18em; }
  .header-call { flex:0 0 auto; font-size:.9rem; white-space:nowrap; min-height:44px; display:inline-flex; align-items:center; }
  .hero { padding-bottom:3rem; }
  h1 { font-size:clamp(3.2rem, 16vw, 5rem); }
  .hero-actions .button { width:100%; }
  .hero-mark { margin: .5rem -1rem 0; }
  .proof-strip { grid-template-columns:1fr 1fr; gap:.8rem 0; }
  .proof-strip span + span { border:0; }
  .proof-strip span:nth-child(even) { border-left:1px solid rgba(255,255,255,.35); }
  .service-grid, .region-grid, .about { grid-template-columns:1fr; }
  .service-grid article { min-height:240px; }
  .service-number { margin-bottom:2.5rem; }
  .region-card { min-height:360px; }
  .about-photo { max-width:100%; }
  .contact-line { display:grid; }
  .contact-line > span { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
