:root{
  --green:#17382e;
  --green-2:#244a3d;
  --green-3:#0d271f;
  --cream:#f4efe5;
  --sand:#ded2bd;
  --gold:#b78a43;
  --gold-light:#d4b47c;
  --ink:#1c2522;
  --muted:#66706c;
  --white:#fffdf9;
  --line:rgba(23,56,46,.14);
  --radius:24px;
  --shadow:0 26px 70px rgba(19,42,34,.12);
  --max:1180px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  color:var(--ink);
  background:var(--cream);
  font-family:"DM Sans",system-ui,sans-serif;
  line-height:1.65;
  overflow-x:hidden
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,239,229,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,56,46,.08)
}
.nav-wrap{
  min-height:86px;display:grid;
  grid-template-columns:230px 1fr auto;
  align-items:center;gap:24px
}
.brand img{width:185px;max-height:72px;object-fit:contain}
.nav-links{display:flex;justify-content:center;gap:31px;font-size:14px;font-weight:600}
.nav-links a{position:relative}
.nav-links a::after{
  content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;
  background:var(--gold);transition:.25s
}
.nav-links a:hover::after{right:0}
.header-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:999px;font-weight:700;
  transition:.25s ease
}
.header-cta{background:var(--green);color:white;font-size:14px}
.header-cta:hover,.btn-gold:hover,.btn-cream:hover{transform:translateY(-2px)}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--green);margin:5px}

.hero{
  min-height:680px;position:relative;isolation:isolate;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(10,33,25,.96) 0%,rgba(17,47,37,.88) 45%,rgba(23,56,46,.44) 70%,rgba(23,56,46,.2) 100%),
    linear-gradient(155deg,#25483b,#816c4b);
  color:white
}
.hero-art{position:absolute;inset:0;z-index:-1;overflow:hidden}
.sun{
  width:330px;height:330px;border-radius:50%;position:absolute;right:8%;top:-70px;
  background:radial-gradient(circle,rgba(245,208,142,.88) 0%,rgba(213,168,99,.28) 35%,transparent 70%);
  filter:blur(2px)
}
.ridge{position:absolute;left:-8%;right:-8%;height:55%;border-radius:50% 50% 0 0/35% 35% 0 0;transform:skewY(-3deg)}
.ridge-back{bottom:15%;background:rgba(66,83,69,.45);clip-path:polygon(0 60%,12% 35%,27% 48%,42% 26%,59% 55%,78% 30%,100% 48%,100% 100%,0 100%)}
.ridge-mid{bottom:0;background:rgba(21,48,38,.55);clip-path:polygon(0 45%,18% 18%,35% 52%,52% 30%,67% 64%,83% 24%,100% 48%,100% 100%,0 100%)}
.ridge-front{bottom:-9%;background:rgba(8,28,22,.72);clip-path:polygon(0 40%,20% 70%,36% 26%,51% 66%,69% 32%,83% 60%,100% 20%,100% 100%,0 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) .7fr;align-items:center;gap:70px;min-height:680px}
.kicker,.eyebrow{font-size:12px;letter-spacing:.28em;font-weight:700}
.kicker{color:#efe1c7;margin-bottom:18px}
.hero h1,.section h2,.quote-band blockquote{
  font-family:"Playfair Display",Georgia,serif;font-weight:500
}
.hero h1{font-size:clamp(48px,6.3vw,78px);line-height:.98;max-width:720px}
.hero h1 em{color:#e0bf84;font-style:normal}
.hero-text{max-width:610px;margin-top:26px;font-size:18px;color:rgba(255,255,255,.85)}
.hero-actions{display:flex;gap:14px;margin-top:34px}
.btn-gold{background:var(--gold);color:white}
.btn-outline{border:1px solid rgba(255,255,255,.7);color:white}
.btn-outline:hover{background:white;color:var(--green)}
.hero-note{margin-top:27px;font-size:13px;letter-spacing:.12em;color:rgba(255,255,255,.56)}
.hero-card{
  justify-self:end;width:min(100%,360px);padding:38px;border-radius:30px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(245,239,226,.1);backdrop-filter:blur(12px);
  box-shadow:0 30px 90px rgba(0,0,0,.22)
}
.monogram{
  width:94px;height:94px;border:1px solid rgba(215,180,122,.7);
  display:grid;place-items:center;border-radius:50%;
  color:var(--gold-light);font-family:"Playfair Display";font-size:34px;margin-bottom:28px
}
.hero-card p{font-family:"Playfair Display";font-size:29px;line-height:1.25}
.hero-card span{display:block;margin-top:19px;color:#dec89e;font-size:13px;letter-spacing:.12em}

.section{padding:104px 0}
.intro-section{background:var(--white)}
.intro-grid{display:grid;grid-template-columns:.8fr 1.15fr .7fr;gap:60px;align-items:center}
.eyebrow{color:var(--gold);margin-bottom:18px}
.section h2{font-size:clamp(39px,4.3vw,58px);line-height:1.08;color:var(--green)}
.lead{font-size:20px;color:var(--green);font-weight:600;margin-bottom:18px}
.intro-copy>p:not(.lead){color:var(--muted);font-size:17px}
.text-link{display:inline-flex;gap:12px;margin-top:25px;font-weight:700;color:var(--green);border-bottom:1px solid var(--gold);padding-bottom:5px}
.text-link span{color:var(--gold)}
.portrait-placeholder{
  min-height:400px;border-radius:24px;padding:25px;display:flex;flex-direction:column;
  justify-content:center;align-items:center;text-align:center;
  background:
    radial-gradient(circle at 50% 30%,rgba(215,180,122,.25),transparent 28%),
    linear-gradient(145deg,#23463a,#112e25);
  box-shadow:var(--shadow);color:white
}
.portrait-initials{
  font-family:"Playfair Display";font-size:75px;color:#d5b579;
  width:160px;height:160px;border:1px solid rgba(212,180,124,.48);border-radius:50%;
  display:grid;place-items:center
}
.portrait-caption{margin-top:30px;font-size:13px;color:rgba(255,255,255,.58)}

.services-section{background:#eee7da}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:48px}
.section-head>p{max-width:480px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{
  background:var(--white);padding:36px;border-radius:var(--radius);
  border:1px solid rgba(23,56,46,.08);min-height:260px;transition:.25s
}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.num{font-family:"Playfair Display";font-size:16px;color:var(--gold)}
.service-card h3{font-family:"Playfair Display";font-size:31px;color:var(--green);margin:42px 0 12px}
.service-card p{color:var(--muted)}

.values-section{background:var(--white)}
.section-head.compact{margin-bottom:42px}
.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.value-item{
  display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:center;
  border-top:1px solid var(--line);padding:28px 0
}
.value-icon{
  width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
  background:#f0e7d8;color:var(--gold);font-size:27px
}
.value-item h3{font-family:"Playfair Display";font-size:25px;color:var(--green)}
.value-item p{color:var(--muted);margin-top:3px}

.quote-band{padding:82px 0;background:linear-gradient(135deg,#0b2b22,#17382e);color:white;text-align:center}
.quote-inner{max-width:800px}
.quote-mark{font-family:"Playfair Display";font-size:72px;color:var(--gold);line-height:.4}
.quote-band blockquote{font-size:clamp(31px,4vw,50px);line-height:1.15}
.quote-band p{margin-top:24px;font-size:12px;letter-spacing:.3em;color:#d6b77e}

.contact-section{background:#e9dfcf}
.contact-panel{
  display:flex;justify-content:space-between;align-items:center;gap:60px;
  padding:60px;border-radius:30px;background:var(--green);color:white;
  box-shadow:var(--shadow)
}
.contact-panel h2{color:white}
.contact-panel>div:first-child p:last-child{max-width:650px;color:rgba(255,255,255,.72);margin-top:18px}
.eyebrow.light{color:#d9bd8c}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;min-width:260px}
.btn-cream{background:var(--cream);color:var(--green)}
.light-link{color:white;border-bottom-color:#d7b982}

.site-footer{padding:54px 0 30px;background:#0d271f;color:white}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}
.footer-logo{width:210px;max-height:120px;object-fit:contain;margin-bottom:12px;background:var(--cream);border-radius:14px;padding:8px}
.footer-grid>div:first-child p{font-size:12px;letter-spacing:.18em;color:#c9b28c}
.footer-nav{display:flex;gap:25px;font-size:13px;color:rgba(255,255,255,.72)}
.copyright{grid-column:1/-1;padding-top:25px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:rgba(255,255,255,.48)}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:900px){
  .nav-wrap{grid-template-columns:1fr auto}
  .brand img{width:155px;max-height:66px;object-fit:contain}
  .menu-toggle{display:block}
  .header-cta{display:none}
  .nav-links{
    display:none;position:absolute;top:86px;left:20px;right:20px;
    padding:24px;background:var(--cream);border-radius:18px;box-shadow:var(--shadow);
    flex-direction:column;gap:18px
  }
  .nav-links.open{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:30px;padding:70px 0}
  .hero{min-height:auto}
  .hero-card{justify-self:start}
  .intro-grid{grid-template-columns:1fr 1fr}
  .portrait-placeholder{grid-column:1/-1;min-height:280px}
  .section-head{align-items:start;flex-direction:column;gap:18px}
  .service-grid{grid-template-columns:1fr}
  .contact-panel{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .site-header .container{width:min(calc(100% - 22px),var(--max))}
  .hero h1{font-size:49px}
  .hero-grid{padding:54px 0}
  .hero-card{width:100%}
  .section{padding:74px 0}
  .intro-grid,.value-grid{grid-template-columns:1fr}
  .service-card{min-height:220px}
  .contact-panel{padding:36px 28px}
  .footer-grid{grid-template-columns:1fr}
  .footer-nav{flex-wrap:wrap}
}
