:root{
  --green:#667b57;
  --green-dark:#40513d;
  --green-soft:#eef3ea;
  --cream:#fbf8f1;
  --beige:#e9dfce;
  --ink:#293227;
  --muted:#697064;
  --white:#fff;
  --radius:24px;
  --shadow:0 24px 70px rgba(43,58,40,.12);
  --font-heading:"Cormorant Garamond", Georgia, serif;
  --font-body:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:#fffdf8;
  line-height:1.65;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

h1,h2,h3,.brand-text{
  font-family:var(--font-heading);
  color:var(--green-dark);
  line-height:.98;
  letter-spacing:-.025em;
}
h1{font-size:clamp(3.4rem,7vw,6.6rem);font-weight:700}
h2{font-size:clamp(2.4rem,4.5vw,4.4rem);font-weight:650}
h3{font-size:1.65rem;font-weight:650}
p{color:var(--muted)}

.site-header{
  background:rgba(255,253,248,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(102,123,87,.12);
}
.navbar{min-height:92px;padding:0}
.brand-icon{
  width:52px;height:52px;border:2px solid var(--green);border-radius:50%;
  display:grid;place-items:center;color:var(--green);font-size:1.55rem;
}
.brand-icon.small{width:46px;height:46px;font-size:1.35rem}
.brand-text{font-size:1.9rem;font-weight:700;color:var(--green-dark)}
.nav-link{font-size:.94rem;font-weight:500;color:var(--ink);margin:0 .75rem;position:relative}
.nav-link:hover,.nav-link.active{color:var(--green)}
.nav-link.active::after{
  content:"";position:absolute;left:.5rem;right:.5rem;bottom:3px;height:2px;background:var(--green);border-radius:10px;
}
.phone-link{font-weight:600;font-size:.95rem;color:var(--green-dark);white-space:nowrap}
.phone-link i{margin-right:.4rem;color:var(--green)}
.btn-primary-soft,
.btn-outline-soft{
  border-radius:999px;padding:.82rem 1.55rem;font-weight:700;font-size:.94rem;
  transition:.25s ease;
}
.btn-primary-soft{background:var(--green);border:1px solid var(--green);color:white}
.btn-primary-soft:hover{background:var(--green-dark);border-color:var(--green-dark);color:#fff;transform:translateY(-2px)}
.btn-outline-soft{background:rgba(255,255,255,.65);border:1px solid var(--green);color:var(--green-dark)}
.btn-outline-soft:hover{background:var(--green-soft);color:var(--green-dark);transform:translateY(-2px)}

.hero-section{
  position:relative;min-height:650px;display:flex;align-items:center;isolation:isolate;
}
.hero-image{
  position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,248,.15),rgba(255,253,248,.04)),url('../img/hero.jpg') center/cover no-repeat;
  z-index:-2;
}
.hero-image::after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,241,232,.48),rgba(255,255,255,.1) 54%,rgba(34,42,29,.06));z-index:-1;
}
.hero-card{
  width:min(560px,100%);padding:4rem 4.2rem;background:rgba(255,255,255,.78);
  backdrop-filter:blur(8px);border-radius:12px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.55);
  margin:4rem 0 4rem 7%;
}
.eyebrow,.section-kicker{
  display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700;color:var(--green);
  margin-bottom:1rem;
}
.section-kicker.light{color:#e9efe5}
.hero-card p{font-size:1.08rem;max-width:430px;margin-top:1.35rem}

.section-padding{padding:7.25rem 0}
.section-padding-sm{padding:5.3rem 0}
.about-section{background:#fffdf8}
.about-section p{max-width:560px;margin:1.6rem 0 1.6rem}
.text-link{font-weight:700;color:var(--green-dark);border-bottom:1px solid var(--green);padding-bottom:.25rem}
.text-link:hover{color:var(--green)}
.image-frame{border-radius:4px;overflow:hidden;box-shadow:var(--shadow)}
.image-frame img{width:100%;height:420px;object-fit:cover}

.services-editorial{background:linear-gradient(180deg,#fffdf8 0%,#faf7ef 100%)}
.service-feature{display:block;color:inherit}
.service-feature img{width:100%;height:255px;object-fit:cover;border-radius:2px;margin-bottom:1.45rem;transition:transform .35s ease,filter .35s ease}
.service-feature:hover img{transform:translateY(-5px);filter:saturate(1.08)}
.service-copy{padding-right:1.25rem;position:relative}
.service-copy span{font-family:var(--font-heading);font-size:1.45rem;color:var(--green);display:inline-block;margin-bottom:.35rem}
.service-copy h3{margin-bottom:.45rem}
.service-copy p{font-size:.95rem;margin-bottom:.55rem;max-width:290px}
.service-copy i{color:var(--green);font-size:1.1rem}

.process-section{background:#fffdf8;border-top:1px solid rgba(102,123,87,.1);border-bottom:1px solid rgba(102,123,87,.1)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}
.timeline::before{content:"";position:absolute;top:18px;left:8%;right:8%;height:1px;border-top:1px dashed rgba(64,81,61,.38);z-index:0}
.timeline-item{position:relative;z-index:1;text-align:center;padding-top:0}
.timeline-number{width:38px;height:38px;background:var(--green);border-radius:50%;display:inline-grid;place-items:center;color:white;font-weight:800;margin-bottom:1.25rem}
.timeline-item i{display:block;color:var(--green-dark);font-size:2.1rem;margin-bottom:.9rem}
.timeline-item h3{font-size:1.35rem;margin-bottom:.35rem}
.timeline-item p{font-size:.88rem;max-width:190px;margin:0 auto}

.portfolio-strip{display:grid;grid-template-columns:minmax(260px,28%) 1fr;background:var(--green-dark);min-height:330px;color:white;overflow:hidden}
.portfolio-intro{padding:4.8rem 5vw;color:white;display:flex;flex-direction:column;justify-content:center}
.portfolio-intro h2{color:#fff;font-size:clamp(2.3rem,3vw,3.5rem)}
.portfolio-link{margin-top:2rem;display:inline-flex;gap:.5rem;align-items:center;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.65);width:max-content;padding-bottom:.3rem}
.portfolio-image{position:relative;min-height:330px}
.portfolio-image img{width:100%;height:100%;object-fit:cover}
.badge-before,.badge-after{position:absolute;bottom:22px;background:var(--green);color:#fff;padding:.45rem .8rem;border-radius:4px;font-weight:700;font-size:.85rem}
.badge-before{left:28px}.badge-after{right:28px}

.testimonials-section{background:#fffdf8}
.testimonials-section blockquote{margin:0;padding:1.25rem 1rem 1.25rem 0}
.testimonials-section i{font-size:2.4rem;color:var(--green);line-height:1}
.testimonials-section p{font-family:var(--font-heading);font-size:1.35rem;line-height:1.35;color:var(--ink);margin:.5rem 0 1.1rem}
.testimonials-section footer{font-weight:700;color:var(--green-dark)}

.contact-section{background:linear-gradient(180deg,#fffdf8 0%,#f6f0e5 100%);padding:1rem 0 0}
.contact-panel{display:grid;grid-template-columns:1fr 1.1fr;min-height:360px;background:#fff;border:1px solid rgba(102,123,87,.12);box-shadow:var(--shadow);overflow:hidden}
.contact-copy{position:relative;padding:4rem 4.6rem;background:linear-gradient(100deg,#f3f5ed 0%,#fffdf8 100%)}
.plant-bg{position:absolute;left:0;bottom:0;top:0;width:32%;background:url('../img/contact-plant.jpg') left bottom/cover no-repeat;opacity:.42}
.contact-copy h2,.contact-copy p,.contact-list{position:relative;z-index:1}
.contact-copy p{font-size:1.1rem;max-width:400px}
.contact-list{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:.9rem;font-weight:600;color:var(--green-dark)}
.contact-list i{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;display:inline-grid;place-items:center;margin-right:.65rem}
.contact-form{padding:4rem 4.6rem;align-self:center}
.form-control,.form-select{border:1px solid rgba(64,81,61,.2);border-radius:0;padding:.9rem 1rem;font-size:.92rem;background:#fffdf8}
.form-control:focus,.form-select:focus{box-shadow:0 0 0 .25rem rgba(102,123,87,.14);border-color:var(--green)}
.btn-submit{min-width:220px;border-radius:999px}

.site-footer{padding:4rem 0 1rem;background:#fffdf8;color:var(--muted)}
.site-footer h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-weight:800;color:var(--green-dark);margin-bottom:1rem}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem;font-size:.94rem}
.site-footer a:hover{color:var(--green)}
.site-footer p{max-width:320px;font-size:.95rem}
.footer-contact i{color:var(--green);margin-right:.35rem}
.social-links{display:flex;gap:.7rem;margin-top:1rem}
.social-links a{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;transition:.2s ease}
.social-links a:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px)}
.footer-bottom{margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(102,123,87,.15);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.82rem}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal-delay{transition-delay:.12s}.reveal-delay-2{transition-delay:.22s}

@media (max-width:991.98px){
  .navbar{min-height:auto;padding:.8rem 0}.brand-text{font-size:1.55rem}.header-actions{align-items:flex-start!important;margin:1rem 0}.nav-link{margin:.15rem 0}
  .hero-section{min-height:620px}.hero-card{margin:2rem auto;padding:3rem 2.4rem}
  .section-padding{padding:5rem 0}.image-frame img{height:330px}.timeline{grid-template-columns:repeat(2,1fr)}.timeline::before{display:none}
  .portfolio-strip{grid-template-columns:1fr}.portfolio-intro{padding:3rem 1.5rem}.portfolio-image{min-height:280px}
  .contact-panel{grid-template-columns:1fr}.contact-copy,.contact-form{padding:3rem 2rem}
}
@media (max-width:575.98px){
  h1{font-size:3.1rem}.hero-card{padding:2.25rem 1.5rem}.hero-section{min-height:560px}.btn-primary-soft,.btn-outline-soft{width:100%;text-align:center;justify-content:center}
  .service-feature img{height:220px}.timeline{grid-template-columns:1fr}.timeline-item{text-align:left}.timeline-number{margin-right:.8rem}.timeline-item p{margin:0;max-width:none}.portfolio-image{min-height:220px}.testimonials-section p{font-size:1.15rem}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:.5rem}
}
