
:root{
  --forest:#1f5d46;
  --forest-2:#2f7557;
  --ink:#14352a;
  --cream:#fffaf0;
  --sand:#f4ead8;
  --gold:#f4a51c;
  --gold-2:#ffd367;
  --sage:#dfeadd;
  --sky:#dfeff4;
  --rose:#f8e5e0;
  --white:#fff;
  --muted:#63746e;
  --line:rgba(20,53,42,.12);
  --shadow:0 18px 50px rgba(20,53,42,.12);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--forest-2)}
.section{padding:96px 0}
.section-soft{background:#fff}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin:0;color:var(--ink)}
h1{font-size:clamp(3rem,7vw,6.1rem);letter-spacing:-.045em}
h2{font-size:clamp(2.35rem,4.5vw,4.4rem);letter-spacing:-.035em}
h3{font-size:1.55rem}
p{margin:0}
.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted)}
.button{
  min-height:52px;padding:0 22px;border-radius:14px;border:0;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-weight:850;text-decoration:none;cursor:pointer;transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--gold);color:#153329;box-shadow:0 12px 26px rgba(244,165,28,.25)}
.button-dark{background:var(--forest);color:white}
.button-light{background:white;color:var(--forest);border:1px solid var(--line)}
header{
  position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);border-bottom:1px solid var(--line)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{display:flex;align-items:center;text-decoration:none}
.logo img{width:182px;height:62px;object-fit:contain;object-position:left}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{text-decoration:none;font-weight:750;font-size:.94rem}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--forest-2)}
.nav-actions{display:flex;align-items:center;gap:12px}
.menu-btn{display:none;background:none;border:0;font-size:1.7rem;color:var(--forest);cursor:pointer}

.hero{position:relative;overflow:hidden;background:#173f31;min-height:760px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9)}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(13,49,37,.96) 0%,rgba(19,63,49,.87) 43%,rgba(19,63,49,.35) 100%);
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:90px 0}
.hero-copy{color:white}
.hero-copy h1{color:white;max-width:760px}
.hero-copy h1 em{color:var(--gold-2);font-style:italic}
.hero-copy .lead{color:rgba(255,255,255,.88);max-width:620px;margin-top:24px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-badge{
  display:inline-flex;align-items:center;gap:9px;padding:9px 14px;margin-bottom:18px;
  border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.12);
  font-size:.86rem;font-weight:800
}
.hero-card{
  margin-left:auto;width:min(420px,100%);background:rgba(255,255,255,.94);
  padding:28px;border-radius:28px;box-shadow:0 28px 70px rgba(0,0,0,.22)
}
.hero-card img{height:250px;width:100%;object-fit:cover;border-radius:20px}
.hero-card h3{margin-top:18px}
.hero-card p{color:var(--muted);margin-top:9px}

.trust-strip{background:white;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:28px 24px;border-right:1px solid var(--line);display:flex;gap:12px;align-items:center}
.trust-item:last-child{border-right:0}
.trust-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:var(--forest);font-weight:900}
.trust-item strong{display:block}
.trust-item span{display:block;color:var(--muted);font-size:.9rem}

.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.image-stack{position:relative;min-height:560px}
.image-main{position:absolute;inset:0 14% 0 0;width:86%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.image-small{position:absolute;right:0;bottom:45px;width:46%;height:260px;object-fit:cover;border-radius:20px;border:8px solid var(--cream);box-shadow:var(--shadow)}
.copy p+.copy p{margin-top:16px}
.copy .lead{margin-top:20px}
.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}
.check-list li{display:flex;gap:10px;align-items:flex-start}
.check-list li::before{content:"✓";width:25px;height:25px;flex:0 0 25px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:var(--forest);font-weight:900}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 14px 40px rgba(20,53,42,.06);transition:.22s ease}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-icon{width:48px;height:48px;border-radius:16px;background:var(--sage);display:grid;place-items:center;font-size:1.4rem;margin-bottom:20px}
.card p{margin-top:10px;color:var(--muted)}

.photo-card{padding:0;overflow:hidden}
.photo-card img{height:220px;width:100%;object-fit:cover}
.photo-card .inner{padding:24px}

.highlight{background:linear-gradient(135deg,#173f31,#2b7052);color:white;border-radius:32px;padding:54px}
.highlight h2{color:white}
.highlight p{color:rgba(255,255,255,.82);margin-top:15px;max-width:760px}
.highlight .button{margin-top:25px}

.page-hero{padding:86px 0 72px;background:linear-gradient(135deg,#173f31,#2d7253);color:white}
.page-hero h1{color:white;font-size:clamp(3rem,6vw,5.2rem)}
.page-hero p{color:rgba(255,255,255,.82);max-width:760px;margin-top:18px;font-size:1.15rem}
.breadcrumb{font-size:.86rem;margin-bottom:18px;color:#f7ca68}
.breadcrumb a{color:inherit;text-decoration:none}

.gallery-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}
.gallery-tab{border:1px solid var(--line);background:white;padding:11px 16px;border-radius:999px;font-weight:800;cursor:pointer}
.gallery-tab.active{background:var(--forest);color:white}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gallery-item{position:relative;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:#e9eee9;cursor:zoom-in}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.25s ease}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-item[hidden]{display:none}
.lightbox{position:fixed;inset:0;background:rgba(4,18,13,.92);z-index:500;display:none;align-items:center;justify-content:center;padding:30px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(1000px,92vw);max-height:86vh;border-radius:18px}
.lightbox-close{position:absolute;right:24px;top:20px;background:white;border:0;width:44px;height:44px;border-radius:50%;font-size:1.3rem;cursor:pointer}

.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
.contact-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.contact-list{display:grid;gap:18px;margin-top:24px}
.contact-row strong{display:block}
.contact-row a{color:var(--forest-2);text-decoration:none}
.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px}
.field.full{grid-column:1/-1}
.field label{font-weight:800;font-size:.92rem}
.field input,.field textarea,.field select{
  width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;color:var(--ink)
}
.field textarea{min-height:135px;resize:vertical}

.policy{background:white;border:1px solid var(--line);border-radius:20px;padding:28px}
.policy+.policy{margin-top:16px}
.policy p{color:var(--muted);margin-top:10px}

footer{background:#102f25;color:white;padding:60px 0 25px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr;gap:50px}
footer h3{color:white;font-size:1.1rem;font-family:inherit}
footer p,footer a,footer address{color:rgba(255,255,255,.74);text-decoration:none;font-style:normal}
footer a:hover{color:#fff}
.footer-links{display:grid;gap:10px;margin-top:15px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.55);font-size:.9rem}

@media(max-width:900px){
  .nav-links{display:none;position:absolute;left:20px;right:20px;top:75px;background:white;padding:18px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}
  .nav-links a{padding:10px 6px}
  .nav-actions .button{display:none}
  .menu-btn{display:block}
  .hero{min-height:auto}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero-grid{padding:70px 0}
  .hero-card{margin:0}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .cards{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,var(--max))}
  .section{padding:70px 0}
  .nav{height:70px}.logo img{width:140px;height:50px}
  .hero::after{background:linear-gradient(180deg,rgba(13,49,37,.84),rgba(13,49,37,.92))}
  .hero-grid{gap:35px;padding:54px 0}
  .hero-card{padding:18px}.hero-card img{height:200px}
  .trust-grid,.cards,.footer-grid,.form{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .trust-item:last-child{border-bottom:0}
  .image-stack{min-height:420px}
  .image-main{inset:0 8% 0 0;width:92%}
  .image-small{width:52%;height:180px;border-width:5px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .highlight{padding:34px 24px}
  .footer-bottom{flex-direction:column}
}
