:root{
  --green:#1F362E;
  --green-dark:#142820;
  --gold:#C8A35A;
  --ivory:#F6F2EA;
  --charcoal:#2E332F;
  --muted:#B9B5AA;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--green-dark);color:var(--ivory);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;background:rgba(20,40,32,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(200,163,90,.24)}
.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,'Times New Roman',serif;letter-spacing:.28em;font-size:20px}
.brand img{width:38px;height:38px;object-fit:cover;border-radius:50%}
nav{display:flex;align-items:center;gap:26px;font-size:14px}
nav a{opacity:.88}nav a:hover{color:var(--gold)}
.lang-switch{display:flex;gap:8px;align-items:center;padding-left:12px;border-left:1px solid rgba(246,242,234,.18)}
.lang-switch button{background:none;border:0;color:var(--ivory);cursor:pointer;opacity:.6;font-size:13px}.lang-switch button.active{color:var(--gold);opacity:1;font-weight:700}
.hero{min-height:78vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:72px 5vw 58px;background:radial-gradient(circle at 20% 20%,rgba(200,163,90,.11),transparent 32%),linear-gradient(135deg,#11251e,#203b31 58%,#0e211b)}
.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.18));pointer-events:none}
.hero-content{position:relative;z-index:2;max-width:930px;text-align:center}
.hero-logo{display:block;width:min(560px,76vw);max-height:320px;object-fit:contain;margin:0 auto 18px;border-radius:2px}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.23em;color:var(--gold);font-size:12px;font-weight:700}
h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin:8px 0}
h1{font-size:clamp(40px,6vw,74px);line-height:1.02;margin-top:6px;margin-bottom:8px}
.lede{max-width:760px;margin:12px auto 0;font-size:18px;color:#e4dfd6}
.cta-row{display:flex;justify-content:center;gap:14px;margin-top:24px;flex-wrap:wrap}.btn{padding:13px 24px;border-radius:999px;border:1px solid var(--gold);font-size:14px}.btn-primary{background:var(--gold);color:#142820;font-weight:700}.btn-ghost:hover{background:rgba(200,163,90,.12)}
.section-shell{padding:78px 6vw}
.services{background:var(--ivory);color:var(--charcoal)}
.services .section-kicker{margin-bottom:24px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8d1c3;border-bottom:1px solid #d8d1c3}
.services-grid article{padding:30px 28px;min-height:250px;border-right:1px solid #d8d1c3}.services-grid article:last-child{border-right:0}.icon{font-family:Georgia,serif;color:var(--gold);font-size:34px}.services h2{font-size:24px;color:var(--green)}.services p{color:#5a615d}
.about{display:grid;grid-template-columns:1.35fr .85fr;gap:60px;background:#183128}.about-copy h2,.contact h2{font-size:clamp(34px,4vw,54px)}.about-copy p{max-width:760px;color:#ded9d0;font-size:17px}.about-card{align-self:stretch;border:1px solid rgba(200,163,90,.36);padding:42px;background:rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:center}.quote-mark{font-size:72px;color:var(--gold);font-family:Georgia,serif;line-height:.8}.about-card blockquote{margin:20px 0;font-family:Georgia,serif;font-size:28px;line-height:1.35}.signature{letter-spacing:.24em;color:var(--gold)}
.contact{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;background:var(--ivory);color:var(--charcoal)}.contact h2{color:var(--green);max-width:700px}.contact-links{display:flex;flex-direction:column;gap:8px;text-align:right}.contact-links a{color:var(--green);font-weight:700}
footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:24px 6vw;background:#0f211b;color:#d9d4ca;font-size:12px;letter-spacing:.08em}
@media (max-width:900px){.site-header{padding:14px 20px}.brand span{display:none}nav{gap:14px}.services-grid{grid-template-columns:1fr 1fr}.services-grid article:nth-child(2){border-right:0}.services-grid article:nth-child(-n+2){border-bottom:1px solid #d8d1c3}.about{grid-template-columns:1fr}.contact{align-items:flex-start;flex-direction:column}.contact-links{text-align:left}.hero{min-height:auto;padding:58px 5vw 48px}.hero-logo{width:min(500px,88vw);max-height:290px;margin-bottom:16px}}
@media (max-width:620px){nav a{display:none}.services-grid{grid-template-columns:1fr}.services-grid article{border-right:0;border-bottom:1px solid #d8d1c3}.services-grid article:last-child{border-bottom:0}.section-shell{padding:58px 22px}.hero{padding:48px 18px 42px}.hero-logo{width:90vw;max-height:240px;margin-bottom:14px}.lede{font-size:16px}.cta-row{margin-top:20px}.about-card blockquote{font-size:23px}footer{flex-direction:column;align-items:flex-start}}
