:root {
  --forest: #214d24;
  --forest-dark: #173719;
  --leaf: #5f7d43;
  --cream: #f6f2e8;
  --cream-deep: #ede7d8;
  --brown: #4a3325;
  --ink: #1f2a22;
  --muted: #657068;
  --white: #fff;
  --line: #d9ddd5;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; background: #fff; }
a { color: inherit; }
img { display: block; width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(250,248,241,.97); border-bottom: 1px solid #ddd7ca; backdrop-filter: blur(8px); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; line-height: 1; color: var(--forest-dark); }
.brand-mark { font-size: 40px; transform: rotate(180deg); line-height: 1; flex: 0 0 auto; }
.brand-main { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 700; letter-spacing: .01em; }
.brand-sub { display: block; margin-top: 4px; color: var(--brown); font-family: Georgia, 'Times New Roman', serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .10em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 25px; }
nav a { text-decoration: none; font-size: 16px; font-weight: 700; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-call { background: var(--forest); color: white; padding: 13px 18px; border-radius: 8px; font-size: 17px; }
.nav-call:hover { text-decoration: none; background: var(--forest-dark); }
.hero { min-height: clamp(650px, 72vh, 760px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--cream); }
.hero-copy-panel { min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: 52px clamp(30px, 5vw, 82px); }
.hero-image { margin: 0; height: 100%; min-height: 0; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 48% center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; color: #dce6c8; }
.eyebrow.dark { color: var(--leaf); }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 600; line-height: 1.08; margin-top: 0; }
h1 { max-width: 720px; color: var(--forest-dark); font-size: clamp(48px, 5.7vw, 78px); margin-bottom: 18px; }
h2 { color: var(--forest-dark); font-size: clamp(34px, 4vw, 52px); margin-bottom: 20px; }
h3 { color: var(--forest-dark); font-size: 25px; margin-bottom: 10px; }
.hero-tagline { margin: 0 0 15px; color: var(--brown); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 700; }
.hero-copy { max-width: 660px; margin: 0 0 28px; font-size: 19px; color: #354139; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-block; text-decoration: none; padding: 15px 21px; border-radius: 7px; font-size: 16px; font-weight: 800; }
.btn-primary { background: var(--forest); color: white; }
.btn-primary:hover { background: var(--forest-dark); }
.btn-secondary { border: 2px solid var(--forest); color: var(--forest); background: transparent; }
.btn-secondary:hover { background: rgba(33,77,36,.07); }
.trust-strip { background: var(--forest-dark); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 16px; margin-bottom: 3px; }
.trust-grid span { color: #cbd4ce; font-size: 13px; }
.section { padding: 88px 0; }
.section-alt { background: var(--cream); }
.services-section { background: #fffefb; }
.section-intro { max-width: 760px; font-size: 18px; color: var(--muted); margin-bottom: 38px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card { padding: 32px 28px 34px; border-right: 1px solid var(--line); text-align: center; }
.card:last-child { border-right: 0; }
.card p { color: var(--muted); margin-bottom: 0; }
.service-icon { height: 48px; margin-bottom: 12px; color: var(--forest); font-size: 37px; line-height: 48px; }
.split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.split p { font-size: 18px; color: #465148; }
.about-figure { margin: 0; overflow: hidden; height: 590px; border-radius: 3px; background: #ddd; }
.about-figure img { height: 100%; object-fit: cover; object-position: 50% 48%; }
.text-link { display: inline-block; margin-top: 10px; font-weight: 800; color: var(--forest); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.work-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 440px; gap: 18px; margin-top: 32px; }
.work-grid figure { margin: 0; overflow: hidden; background: #ddd; }
.work-grid .work-wide { grid-column: 1 / -1; }
.work-grid img { height: 100%; object-fit: cover; object-position: center; transition: transform .25s ease; }
.work-grid figure:hover img { transform: scale(1.015); }
.cta-section { background: var(--forest); color: white; padding: 68px 0; }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.cta-inner h2 { color: white; margin-bottom: 12px; }
.cta-inner p { margin-bottom: 0; color: #d7e0da; font-size: 18px; }
.cta-actions { justify-content: flex-end; }
.btn-light { background: white; color: var(--forest-dark); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.68); color: white; }
footer { background: #101a13; color: #dfe5e0; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 30px; align-items: center; }
footer p { margin: 7px 0 0; color: #aebbb1; }
footer a { color: white; }
.footer-note { text-align: right; font-weight: 700; }
@media (max-width: 980px) {
  nav a:not(.nav-call) { display: none; }
  .hero { height: auto; grid-template-columns: 1fr; }
  .hero-image { min-height: 430px; order: -1; }
  .hero-copy-panel { padding: 48px max(28px, 6vw) 56px; }
  .trust-grid, .cards { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .cards .card:nth-child(2) { border-right: 0; }
  .cards .card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .cta-inner, .footer-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-note { text-align: left; }
}
@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 76px; }
  .brand-mark { font-size: 30px; }
  .brand-main { font-size: 24px; }
  .brand-sub { font-size: 11px; }
  .nav-call { font-size: 14px; padding: 10px 12px; }
  .hero-image { min-height: 340px; }
  .hero-copy-panel { padding: 40px 20px 48px; }
  h1 { font-size: 48px; }
  .hero-tagline { font-size: 21px; }
  .hero-copy { font-size: 17px; }
  .trust-grid, .cards, .work-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .cards { border-bottom: 0; }
  .card { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 64px 0; }
  .about-figure { height: 470px; }
  .work-grid { grid-auto-rows: 340px; }
  .work-grid .work-wide { grid-column: auto; }
}

.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }




/* v0.8 header balance */
.site-header .nav-wrap {
  min-height: 82px;
}
.brand > span:not(.brand-mark) {
  min-width: 250px;
}
@media (max-width: 720px) {
  .brand-mark { font-size: 31px; }
  .brand-main { font-size: 25px; }
  .brand-sub { font-size: 8.5px; letter-spacing: .075em; }
  .brand > span:not(.brand-mark) { min-width: 175px; }
}

/* v0.9 crew-photo hero crop */
.hero-image img,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 52%;
}

/* v1.0 supplied homepage hero crop */
.hero-image img,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
