:root {
  --green: #173b2c;
  --green-2: #234f3b;
  --gold: #c9a24f;
  --gold-soft: #e8d8aa;
  --cream: #f6f1e7;
  --ink: #181a18;
  --muted: #687068;
  --white: #ffffff;
  --line: rgba(23, 59, 44, .16);
  --shadow: 0 24px 60px rgba(11, 31, 22, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1,h2,h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.12; margin: 0 0 1rem; font-weight: 500; }
h1 { font-size: clamp(2.6rem, 5.8vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.1rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--gold); font-size: .78rem; font-weight: 700; }
.site-header { min-height: 88px; padding: 7px max(4vw,24px); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display:flex; align-items:flex-start; width:190px; height:74px; overflow:hidden; text-decoration:none; }
.brand img { width:190px; max-width:none; height:auto; transform:translateY(-49px); }
.brand span { display:none; }
.primary-nav { display:flex; align-items:center; gap:28px; }
.primary-nav a { text-decoration:none; font-size:.95rem; }
.primary-nav a:hover { color:var(--green-2); }
.nav-cta { padding:12px 18px; background:var(--green); color:#fff !important; border-radius:999px; }
.menu-toggle { display:none; border:1px solid var(--line); background:#fff; padding:10px 14px; border-radius:999px; }
.hero { min-height: 720px; position: relative; display:flex; align-items:center; overflow:hidden; }
.hero-home { background-image:url('assets/home-hero.png'); background-size:cover; background-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(8,28,20,.93) 0%, rgba(8,28,20,.76) 44%, rgba(8,28,20,.18) 76%); }
.hero-copy { position:relative; z-index:1; width:min(760px,90%); margin-left:max(5vw,28px); color:#fff; padding:80px 0; }
.hero-copy p:not(.eyebrow) { font-size:1.16rem; max-width:660px; color:rgba(255,255,255,.86); }
.button-row { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:48px; padding:13px 22px; border-radius:999px; text-decoration:none; border:1px solid transparent; font-weight:700; cursor:pointer; font:inherit; }
.button-gold { background:var(--gold); color:#111; }
.button-dark { background:var(--green); color:#fff; }
.button-light { border-color:rgba(255,255,255,.55); color:#fff; background:rgba(255,255,255,.07); }
.button:hover { transform:translateY(-1px); box-shadow:0 8px 22px rgba(0,0,0,.12); }
.split-section, .statement { display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding:110px max(6vw,28px); }
.split-section > div:last-child { font-size:1.08rem; color:#3d443f; }
.section { padding:110px max(6vw,28px); }
.muted { background:var(--cream); }
.section-heading { max-width:780px; margin-bottom:55px; }
.service-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-cards article, .value-grid article { background:#fff; border:1px solid var(--line); padding:34px; min-height:270px; box-shadow:0 12px 34px rgba(11,31,22,.05); }
.service-cards span { color:var(--gold); font-weight:700; display:block; margin-bottom:38px; }
.centered { text-align:center; margin-top:36px; }
.text-link { color:var(--green); font-weight:700; text-decoration:none; }
.image-callout { display:grid; grid-template-columns:1.12fr .88fr; align-items:stretch; background:var(--green); color:#fff; }
.image-callout img { width:100%; height:100%; object-fit:cover; min-height:520px; }
.image-callout > div { padding:80px max(5vw,38px); display:flex; flex-direction:column; justify-content:center; }
.image-callout p:not(.eyebrow) { color:rgba(255,255,255,.8); }
.cta { text-align:center; padding:100px 24px; background:#0d251b; color:#fff; }
.cta h2 { max-width:850px; margin:0 auto 30px; }
.site-footer { background:#081c14; color:rgba(255,255,255,.74); padding:70px max(6vw,28px) 26px; display:grid; grid-template-columns:2fr 1fr 1fr; gap:50px; }
.site-footer h3 { color:#fff; font-size:1rem; font-family:Arial,sans-serif; }
.site-footer a { display:block; margin-bottom:9px; text-decoration:none; }
.footer-brand { color:#fff; font-family:Georgia,serif; font-size:1.4rem; }
.copyright { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.12); padding-top:24px; margin-top:20px; font-size:.9rem; }
.page-banner img { width:100%; max-height:520px; object-fit:cover; }
.page-intro { padding:90px max(8vw,28px); max-width:1200px; }
.page-intro p:last-child { font-size:1.16rem; max-width:850px; color:#4f5751; }
.services-intro { padding-top:70px; padding-bottom:32px; }
.service-detail-list { padding:0 max(6vw,28px) 100px; }
.service-detail-list article { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; padding:36px 0; border-top:1px solid var(--line); }
.service-detail-list span { color:var(--gold); font-weight:700; }
.service-detail-list h2 { margin-top:8px; margin-bottom:0; }
.service-detail-list p { margin-top:0; }
.service-detail-list ul { padding-left:20px; margin-bottom:0; columns:2; column-gap:40px; }
.fine-print,.form-note,.response-note { font-size:.88rem; color:var(--muted); }
.about-intro,
.about-story,
.statement {
  display:block;
  width:min(1120px, calc(100% - 56px));
  max-width:none;
  margin:0 auto;
  padding-left:0;
  padding-right:0;
}
.about-intro { padding-top:72px; padding-bottom:36px; }
.about-story { padding-top:36px; padding-bottom:72px; border-top:1px solid var(--line); }
.about-intro > *,
.about-story > div,
.statement > * { max-width:850px; }
.about-story > div:last-child { margin-top:22px; }
.about-intro .eyebrow,
.about-story .eyebrow,
.values .eyebrow,
.statement .eyebrow { margin:0 0 12px; }
.about-intro h1,
.about-story h2,
.values .section-heading h2,
.statement h2 { margin:0 0 22px; }
.about-intro p:last-child,
.about-story p,
.statement > p { margin-top:0; margin-bottom:16px; }
.values .section-heading { margin-bottom:38px; }
.value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.value-grid article { min-height:210px; }
.statement { background:#fff; align-items:center; }
.contact-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; padding:100px max(7vw,28px); }
.contact-copy { max-width:560px; }
.contact-method { border-top:1px solid var(--line); padding:20px 0; }
.contact-method span { display:block; color:var(--muted); font-size:.82rem; text-transform:uppercase; letter-spacing:.14em; }
.contact-method a { font-size:1.15rem; color:var(--green); text-decoration:none; }
.contact-form,.consultation-form { display:grid; gap:18px; background:var(--cream); padding:38px; box-shadow:var(--shadow); }
label { display:grid; gap:8px; font-weight:700; font-size:.92rem; }
input,select,textarea { width:100%; border:1px solid rgba(23,59,44,.25); border-radius:6px; background:#fff; padding:13px 14px; font:inherit; }
textarea { resize:vertical; }
input:focus,select:focus,textarea:focus { outline:2px solid var(--gold); outline-offset:1px; }
.contact-image { height:clamp(200px,46vw,650px); overflow:hidden; background:var(--green); }
.contact-image img { width:100%; height:100%; object-fit:cover; object-position:center 44%; }
.booking-hero { padding:100px max(8vw,28px) 60px; background:var(--green); color:#fff; }
.booking-hero p:last-child { max-width:760px; color:rgba(255,255,255,.8); font-size:1.1rem; }
.form-shell { padding:70px max(9vw,28px) 110px; background:#faf8f4; }
.consultation-form { max-width:1050px; margin:auto; }
.google-form-shell { padding-top:64px; }
.google-form-shell .consultation-form { display:none; }
.embedded-form-heading { max-width:850px; margin:0 auto 32px; }
.google-form-frame { display:block; width:100%; max-width:1050px; height:1800px; margin:0 auto; border:0; background:#fff; box-shadow:var(--shadow); }
.form-fallback { max-width:1050px; margin:18px auto 0; text-align:center; color:var(--muted); font-size:.92rem; }
.form-fallback a { color:var(--green); font-weight:700; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.checkbox { display:flex; grid-template-columns:auto 1fr; align-items:flex-start; font-weight:400; }
.checkbox input { width:auto; margin-top:6px; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .primary-nav { display:none; position:absolute; top:88px; left:0; right:0; background:#fff; padding:24px; flex-direction:column; align-items:stretch; border-bottom:1px solid var(--line); }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:8px 0; }
  .hero { min-height:640px; }
  .hero-home { background-position:63% center; }
  .hero-overlay { background:rgba(8,28,20,.78); }
  .split-section,.statement,.image-callout,.contact-layout,.service-detail-list article { grid-template-columns:1fr; gap:34px; }
  .service-cards { grid-template-columns:1fr 1fr; }
  .value-grid { grid-template-columns:1fr 1fr; }
  .site-footer { grid-template-columns:1fr 1fr; }
  .image-callout img { min-height:380px; }
  .services-intro { padding-top:54px; padding-bottom:26px; }
  .service-detail-list article { padding:30px 0; }
}
@media (max-width: 600px) {
  .brand { width:165px; height:64px; }
  .brand img { width:165px; height:auto; transform:translateY(-42px); }
  .service-cards,.value-grid,.form-grid,.site-footer { grid-template-columns:1fr; }
  .service-detail-list ul { columns:1; }
  .contact-form,.consultation-form { padding:24px; }
  .hero-copy { margin-left:24px; }
  .copyright { grid-column:auto; }
}
