:root{
  --cream:#f4e8cf;
  --cream-2:#eadab9;
  --green:#183b2b;
  --green-2:#244d39;
  --orange:#e6672e;
  --charcoal:#242424;
  --white:#fffdf7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:var(--cream);
  color:var(--charcoal);
  line-height:1.5;
}
img{max-width:100%;display:block}
.shell{width:min(1120px, calc(100% - 36px));margin:auto}
.center{text-align:center}

.hero{
  background:
    radial-gradient(circle at 85% 10%, rgba(230,103,46,.14), transparent 24%),
    linear-gradient(135deg, var(--cream), #f8efdc);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 0;
}
.brand{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  color:inherit;
}
.logo{
  width:80px;
  height:80px;
  object-fit:contain;
}
.brand-text strong{
  display:block;
  color:var(--green);
  font-size:22px;
  letter-spacing:.4px;
}
.brand-text small{
  letter-spacing:1.5px;
  font-size:11px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:center;
  padding:54px 0 82px;
}
.eyebrow{
  margin:0 0 12px;
  color:var(--orange);
  font-weight:900;
  letter-spacing:2px;
  font-size:13px;
}
.eyebrow.light{color:#ffb08a}
h1,h2,h3{margin-top:0}
h1{
  margin-bottom:22px;
  color:var(--green);
  font-size:clamp(46px, 7vw, 86px);
  line-height:.95;
  letter-spacing:-2.5px;
  text-transform:uppercase;
}
h1 span{color:var(--orange)}
h2{
  margin-bottom:12px;
  color:var(--green);
  font-size:clamp(32px, 5vw, 54px);
  line-height:1;
  letter-spacing:-1.4px;
}
h3{
  color:var(--green);
  font-size:21px;
  margin-bottom:8px;
}
.lead{
  font-size:20px;
  max-width:670px;
}
.price{
  font-size:26px;
  margin:18px 0 0;
}
.price strong{
  color:var(--orange);
  font-size:38px;
}
.cta-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  margin-top:24px;
}
.button{
  display:inline-block;
  text-decoration:none;
  background:var(--orange);
  color:white;
  font-weight:900;
  padding:16px 22px;
  border-radius:12px;
  box-shadow:0 8px 0 rgba(24,59,43,.16);
}
.button-small{
  padding:11px 15px;
  font-size:13px;
}
.text-link{
  color:var(--green);
  font-weight:900;
}
.service-area{
  margin-top:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.5px;
}
.hero-card{
  background:var(--white);
  border:3px solid var(--green);
  border-radius:24px;
  padding:14px;
  box-shadow:12px 12px 0 var(--green);
}
.hero-card img{
  width:100%;
  border-radius:16px;
}

.section{padding:86px 0}
.section-heading{margin-bottom:28px}
.card-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}
.card{
  background:var(--white);
  border:2px solid var(--green);
  border-radius:18px;
  padding:28px;
  box-shadow:7px 7px 0 var(--cream-2);
}
.icon{
  font-size:34px;
  margin-bottom:10px;
}

.band{
  padding:72px 0;
  background:var(--green);
  color:white;
}
.band h2, .final-cta h2{color:white}
.band-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.checklist{
  display:grid;
  gap:12px;
  font-size:20px;
  font-weight:800;
}

.steps{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  margin-top:26px;
}
.step span{
  width:52px;
  height:52px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:var(--orange);
  color:white;
  font-size:24px;
  font-weight:900;
  margin-bottom:14px;
}

.results{background:#efe0c4}
.gallery{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}
.gallery figure, .process-grid figure{
  margin:0;
  background:var(--white);
  border:2px solid var(--green);
  border-radius:18px;
  overflow:hidden;
  box-shadow:7px 7px 0 var(--cream-2);
}
.gallery img, .process-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.process-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:16px;
}
.process-large{
  grid-row:span 2;
}

.story{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:44px;
  align-items:center;
}
.story-badge{
  width:190px;
  height:190px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  background:var(--orange);
  color:white;
  font-weight:900;
  font-size:24px;
  line-height:1.05;
  border:8px solid var(--green);
  box-shadow:9px 9px 0 var(--green);
  transform:rotate(-5deg);
}

.final-cta{
  background:var(--green);
  color:white;
  padding:84px 0;
}
.orange{background:var(--orange)}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
footer{
  background:#10291f;
  color:#eadfca;
  padding:28px 0 84px;
}

.mobile-fab{display:none}

@media (max-width: 900px){
  .nav .button-small{display:none}
  .logo{width:66px;height:66px}
  .brand-text strong{font-size:18px}
  .hero-grid, .band-grid, .story, .process-grid, .card-grid, .steps, .gallery{
    grid-template-columns:1fr;
  }
  .hero-grid{padding:36px 0 66px; gap:34px}
  h1{font-size:48px; letter-spacing:-2px}
  .hero-card{box-shadow:7px 7px 0 var(--green)}
  .process-large{grid-row:auto}
  .story{justify-items:center; text-align:center}
  .footer-inner{flex-direction:column; text-align:center}
  .section{padding:62px 0}
  .mobile-fab{
    display:block;
    position:fixed;
    left:14px;
    right:14px;
    bottom:14px;
    z-index:50;
    background:var(--orange);
    color:white;
    text-align:center;
    text-decoration:none;
    font-weight:900;
    padding:15px;
    border-radius:13px;
    box-shadow:0 8px 24px rgba(0,0,0,.25);
  }
}
