/* GreenScape — brand: Pine #1C3B2A, Fresh Cut #4E7E5B, Sage #A9C4A4, Cream #F5F1E4, Soil #14251B */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#F5F1E4;color:#14251B;font-family:'Instrument Sans',sans-serif;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:'Young Serif',serif;font-weight:400;margin:0}
h1{font-size:clamp(44px,5.2vw,68px);line-height:1.05}
h2{font-size:clamp(32px,3.6vw,46px);line-height:1.1}
a{color:#1C3B2A}a:hover{color:#4E7E5B}
.container{max-width:1160px;margin:0 auto;padding-left:40px;padding-right:40px}
.section{padding-top:96px;padding-bottom:40px}
.eyebrow{margin:0 0 14px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#4E7E5B;font-weight:600}
.eyebrow.light{color:#A9C4A4}
.section-note{max-width:520px;font-size:16px;line-height:1.6;color:#3C4F42;margin:0}

/* Nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(245,241,228,.92);backdrop-filter:blur(8px);border-bottom:1px solid #E4DECA}
.nav-inner{max-width:1160px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:'Young Serif',serif;font-size:19px;color:#14251B}
.brand.light{color:#F5F1E4;font-size:22px}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500}
.nav-links a{text-decoration:none}

/* Buttons */
.btn{display:inline-block;text-decoration:none;border-radius:99px;font-weight:600;font-size:16px;padding:16px 30px;font-family:'Instrument Sans',sans-serif;cursor:pointer}
.btn-solid{background:#1C3B2A;color:#F5F1E4;border:none}
.btn-solid:hover{background:#2A5038;color:#F5F1E4}
.btn-outline{border:1.5px solid #1C3B2A;color:#14251B;padding:16px 26px}
.btn-sm{padding:10px 20px;font-size:14px}
.btn-full{width:100%;padding:16px}
.btn-ghost{background:none;border:1.5px solid #A9C4A4;color:#F5F1E4;padding:12px 24px;font-size:14px}

/* Hero */
.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center;padding-top:80px;padding-bottom:64px}
.hero-copy>*{min-width:0}
.lede{font-size:18px;line-height:1.65;color:#3C4F42;margin:24px 0 32px;max-width:480px}
.hero-ctas{display:flex;gap:14px;align-items:center}
.hero-photo{position:relative;height:480px;min-width:0}
.hero-card{position:absolute;left:20px;bottom:20px;background:#F5F1E4;border-radius:12px;padding:14px 20px;box-shadow:0 8px 24px rgba(20,37,27,.16);display:flex;flex-direction:column;gap:2px}
.hero-card strong{font-family:'Young Serif',serif;font-size:17px;font-weight:400}
.hero-card span{font-size:13px;color:#4E7E5B;font-weight:600}

/* Photo placeholders — swap for <img> tags with real photos */
.photo-placeholder{width:100%;height:100%;border-radius:20px;border:1.5px dashed #B8B29A;background:repeating-linear-gradient(45deg,#EFEBDC 0 12px,#F5F1E4 12px 24px);display:flex;align-items:center;justify-content:center;padding:20px}
.photo-placeholder span{font-family:monospace;font-size:12px;color:#8A9284;text-align:center;max-width:220px}
.photo-placeholder.tall,img.photo.tall{height:280px}
.photo-placeholder.wide,img.photo.wide{height:220px}
.work-grid .photo-placeholder:not(.wide),.work-grid img.photo:not(.wide){height:170px}
img.photo{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block;background:#EFEBDC}
/* Focal points — these slots turn landscape on small screens, so the crop is
   anchored to the subject instead of the centre. */
img.photo.focus-top{object-position:50% 0}
img.photo.focus-upper{object-position:50% 32%}
img.photo.focus-bottom{object-position:50% 100%}

/* Marquee */
.marquee{background:#1C3B2A;overflow:hidden;padding:18px 0}
.marquee-track{display:flex;width:max-content;animation:gsmarquee 26s linear infinite}
.marquee-group{display:flex;gap:48px;padding-right:48px;font-size:15px;letter-spacing:.2em;text-transform:uppercase;color:#A9C4A4;font-weight:600;white-space:nowrap}
@keyframes gsmarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Services */
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap;margin-bottom:44px}
.section-head .section-note{max-width:380px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #E4DECA;border-radius:18px;padding:32px 28px;min-width:0}
.card:hover{border-color:#4E7E5B}
.card-num{font-family:'Young Serif',serif;font-size:15px;color:#4E7E5B}
.card h3{font-size:23px;margin:14px 0 10px}
.card p{font-size:14.5px;line-height:1.6;color:#3C4F42;margin:0}
.seasonal{margin-top:18px;background:#EDE8D8;border-radius:18px;padding:28px 32px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.pill{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#4E7E5B;font-weight:700;background:#F5F1E4;border:1px solid #D8D2BC;border-radius:99px;padding:8px 16px;white-space:nowrap}
.seasonal p{font-size:15px;line-height:1.6;color:#3C4F42;margin:0;flex:1;min-width:280px}

/* Pricing */
#pricing{padding-top:72px;padding-bottom:72px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.plan{background:#fff;color:#14251B;border:1px solid #E4DECA;border-radius:20px;padding:36px 32px;display:flex;flex-direction:column;gap:14px;min-width:0}
.plan-dark{background:#1C3B2A;color:#F5F1E4}
.plan-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#4E7E5B}
.plan-dark .plan-label{color:#A9C4A4}
.plan-price{font-family:'Young Serif',serif;font-size:clamp(30px,3vw,44px);white-space:nowrap}
.plan-price small{font-family:'Instrument Sans',sans-serif;font-size:14px;opacity:.75}
.plan p{font-size:14.5px;line-height:1.6;margin:0;opacity:.9}

/* About */
.about{background:#1C3B2A;color:#F5F1E4}
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center;padding-top:96px;padding-bottom:96px}
.about-photos{display:flex;gap:20px;min-width:0}
.about-photos figure{flex:1;min-width:0;margin:0;display:flex;flex-direction:column;gap:12px}
.about-photos figure.raised{margin-top:-36px}
.about-photos .photo-placeholder{background:repeating-linear-gradient(45deg,#224634 0 12px,#1C3B2A 12px 24px);border-color:#4E7E5B}
.about-photos .photo-placeholder span{color:#A9C4A4}
.about-photos figcaption{text-align:center;display:flex;flex-direction:column;gap:2px}
.about-photos figcaption strong{font-family:'Young Serif',serif;font-size:20px;font-weight:400}
.about-photos figcaption span{font-size:13px;color:#A9C4A4;font-weight:600}
.about-lede{font-size:17px;line-height:1.7;color:#D9E2D3;margin:22px 0 0}
.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.about-cards div{border:1px solid rgba(169,196,164,.35);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:6px}
.about-cards strong{font-family:'Young Serif',serif;font-size:20px;font-weight:400}
.about-cards span{font-size:14px;color:#A9C4A4}

/* Area */
.area-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;padding-bottom:32px}
.area-list{display:flex;flex-direction:column;gap:12px}
.area-item{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #E4DECA;border-radius:14px;padding:18px 22px}
.area-item strong{font-family:'Young Serif',serif;font-size:19px;font-weight:400;display:block}
.area-item span{font-size:14px;color:#3C4F42}
.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-width:0}
.work-grid .wide{grid-column:1/-1}

/* Quote */
.quote{background:#EDE8D8;border-top:1px solid #E4DECA}
.quote-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start;padding-top:96px;padding-bottom:96px}
.parent-note{margin-top:32px;display:flex;align-items:center;gap:14px;background:#F5F1E4;border:1px solid #D8D2BC;border-radius:14px;padding:18px 22px;max-width:400px}
.parent-note .check{font-family:'Young Serif',serif;font-size:26px;color:#4E7E5B}
.parent-note span:last-child{font-size:14.5px;line-height:1.55;color:#3C4F42}
.quote-form{background:#fff;border:1px solid #E4DECA;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:18px;min-width:0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.quote-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600;min-width:0}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-width:0;border:1px solid #D8D2BC;border-radius:10px;padding:13px 14px;font-family:'Instrument Sans',sans-serif;font-size:15px;background:#FDFCF8}
.quote-form textarea{resize:vertical}
.hidden-field{position:absolute;left:-9999px}
.quote-success{background:#1C3B2A;color:#F5F1E4;border-radius:20px;padding:56px;text-align:center}
.quote-success h3{font-size:30px;margin:24px 0 12px}
.quote-success p{font-size:16px;line-height:1.6;color:#D9E2D3;margin:0 0 28px}

/* Footer */
.footer{background:#1C3B2A;color:#F5F1E4}
.footer-inner{padding-top:64px;padding-bottom:40px}
.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;align-items:flex-start}
.footer-top p{font-size:14px;color:#A9C4A4;margin:16px 0 0;max-width:300px;line-height:1.6}
.footer-links{display:flex;gap:64px;font-size:14px}
.footer-links>div{display:flex;flex-direction:column;gap:12px}
.footer-head{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#A9C4A4;font-weight:700}
.footer-links a{color:#F5F1E4;text-decoration:none}
.footer-bottom{border-top:1px solid rgba(169,196,164,.25);margin-top:48px;padding-top:24px;font-size:13px;color:#A9C4A4;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}

/* Reveal on scroll */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:translateY(0)}
.reveal.delay-1{transition-delay:.15s}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.marquee-track{animation:none}}

/* Responsive */
@media (max-width:900px){
  .hero,.about-grid,.area-grid,.quote-grid{grid-template-columns:1fr;gap:40px}
  .services-grid{grid-template-columns:1fr 1fr}
  .pricing-grid{grid-template-columns:1fr}
  .about-photos figure.raised{margin-top:0}
  .nav-links a:not(.btn){display:none}
  .hero-photo{height:340px}
  .container{padding-left:24px;padding-right:24px}
}
@media (max-width:560px){
  .services-grid,.form-row{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column;align-items:stretch}
}
