:root { --ink:#242722; --muted:#5b6259; --paper:#f7f5ef; --white:#fff; --green:#354f3d; --green-dark:#263c2e; --gold:#c59a4a; --shadow:0 18px 48px rgba(31,38,31,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:17px/1.7 Arial,Helvetica,sans-serif; }
img { display:block; max-width:100%; }
a { color:inherit; }
.shell { width:min(1120px,calc(100% - 40px)); margin-inline:auto; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:20; padding:.65rem 1rem; background:var(--white); }
.skip-link:focus { top:1rem; }
.site-header { position:relative; z-index:10; color:var(--white); background:var(--green-dark); border-bottom:4px solid var(--gold); }
.header-inner { min-height:94px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:30px; }
.brand img { width:237px; height:auto; }
.tagline { margin:0; color:#e2ded2; font-size:.76rem; letter-spacing:.18em; text-transform:uppercase; }
.site-nav { display:flex; align-self:stretch; align-items:stretch; }
.site-nav a { display:grid; place-items:center; padding:0 17px; border-bottom:4px solid transparent; text-decoration:none; text-transform:uppercase; font-size:.8rem; letter-spacing:.1em; }
.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.active { color:#fff2ce; border-bottom-color:var(--gold); }
.nav-toggle { display:none; border:1px solid rgba(255,255,255,.55); border-radius:4px; padding:.55rem .8rem; color:var(--white); background:transparent; font:inherit; }
.hero,.page-hero { position:relative; color:var(--white); background-color:var(--green); background-position:center; background-size:cover; isolation:isolate; }
.hero::before,.page-hero::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(23,35,27,.88),rgba(23,35,27,.3)); }
.hero-home { min-height:560px; display:grid; align-items:center; background-image:url('../images/homepicture.jpg'); }
.hero-copy { padding-block:90px; }
.hero-copy>* { max-width:680px; }
.hero h1,.page-hero h1 { margin:.25rem 0 1rem; font-family:Georgia,'Times New Roman',serif; font-weight:400; line-height:1.1; }
.hero h1 { font-size:clamp(2.7rem,7vw,5.2rem); }
.hero-copy>p:not(.eyebrow) { margin-bottom:2rem; font-size:clamp(1.1rem,2.2vw,1.4rem); }
.eyebrow { margin:0; color:#f0d38d; font-size:.78rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.button { display:inline-block; padding:.78rem 1.15rem; border:2px solid var(--gold); border-radius:2px; color:var(--white); background:var(--green-dark); text-decoration:none; font-weight:700; }
.button:hover,.button:focus-visible { color:var(--green-dark); background:#f3d999; }
.content-section { padding-block:clamp(58px,8vw,96px); }
.content-section h2 { margin-top:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.65rem,3vw,2.3rem); line-height:1.25; }
.lead { color:#39483d; font-family:Georgia,'Times New Roman',serif; font-size:1.34rem; line-height:1.55; }
.intro-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(260px,1fr); gap:clamp(35px,7vw,85px); align-items:start; }
.callout { padding:32px; border-top:5px solid var(--gold); background:var(--white); box-shadow:var(--shadow); }
.callout h2 { font-size:1.55rem; }
.text-link { color:var(--green); font-weight:700; text-underline-offset:4px; }
.page-hero { min-height:320px; display:grid; align-items:end; background-image:url('../images/about.jpg'); }
.page-hero .shell { padding-block:70px 58px; }
.page-hero h1 { max-width:780px; font-size:clamp(2.4rem,5.5vw,4.25rem); }
.services-hero { background-image:url('../images/services.jpg'); }
.contact-hero { background-image:url('../images/contact.jpg'); }
.profile-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(250px,1fr); gap:clamp(35px,7vw,80px); align-items:start; }
.profile-photo { margin:0; padding:12px; background:var(--white); box-shadow:var(--shadow); }
.profile-photo img { width:100%; }
.narrow-copy { max-width:820px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:55px; }
.service-card { padding:28px; border-top:5px solid var(--gold); background:var(--white); box-shadow:0 8px 28px rgba(31,38,31,.08); }
.service-card h2 { color:var(--green-dark); font-size:1.5rem; }
.service-card ul { padding-left:1.2rem; }
.service-card li+li { margin-top:.5rem; }
.centered-action { margin-top:48px; text-align:center; }
.contact-grid { display:grid; grid-template-columns:1fr 1.25fr; gap:clamp(36px,8vw,100px); }
address { font-style:normal; }
.contact-actions { display:grid; gap:16px; }
.contact-link { padding:22px 25px; border-left:5px solid var(--gold); background:var(--white); box-shadow:0 5px 18px rgba(31,38,31,.07); text-decoration:none; font-size:1.12rem; font-weight:700; }
.contact-link:hover,.contact-link:focus-visible { background:#f2ebd9; }
.contact-link span { display:block; color:var(--muted); font-size:.73rem; letter-spacing:.13em; text-transform:uppercase; }
.site-footer { color:#e6e8e2; background:#1d2921; }
.footer-inner { min-height:110px; display:flex; justify-content:space-between; align-items:center; gap:28px; font-size:.82rem; }
.footer-inner nav { display:flex; flex-wrap:wrap; gap:18px; }
.footer-inner a { text-underline-offset:4px; }
@media (max-width:820px) {
  .header-inner { grid-template-columns:1fr auto; gap:15px; padding-block:12px; }
  .brand img { width:200px; }
  .tagline { grid-column:1; grid-row:2; }
  .nav-toggle { display:block; grid-column:2; grid-row:1 / span 2; }
  .site-nav { display:none; grid-column:1 / -1; flex-direction:column; align-items:stretch; }
  .site-nav.open { display:flex; }
  .site-nav a { min-height:48px; justify-content:start; border-bottom-width:1px; border-bottom-color:rgba(255,255,255,.15); }
  .intro-grid,.profile-grid,.contact-grid { grid-template-columns:1fr; }
  .profile-photo { max-width:400px; }
  .service-grid { grid-template-columns:1fr; }
  .hero-home { min-height:500px; }
}
@media (max-width:560px) {
  .shell { width:min(100% - 28px,1120px); }
  .brand img { width:175px; }
  .tagline { font-size:.62rem; letter-spacing:.11em; }
  .hero-home { min-height:460px; }
  .page-hero { min-height:270px; }
  .footer-inner { padding-block:28px; flex-direction:column; align-items:flex-start; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
