:root {
  --ink: #153d31;
  --forest: #0f4434;
  --deep: #0a3429;
  --cream: #f5f0e5;
  --paper: #fbf8f1;
  --gold: #c3a262;
  --muted: #6e796f;
  --line: rgba(21, 61, 49, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 92px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(251,248,241,.94); position: relative; z-index: 10;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(21,61,49,.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 48% 52%; background: var(--forest); color: var(--cream); font: 700 25px/1 "Cormorant Garamond", serif; box-shadow: inset 0 0 0 5px var(--forest), inset 0 0 0 6px rgba(255,255,255,.35); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Cormorant Garamond", serif; font-size: 21px; letter-spacing: .01em; }
.brand-copy small { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; margin-top: 3px; }
nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--gold); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: var(--ink); transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.header-cta, .primary-button, .light-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.header-cta { background: var(--forest); color: white; padding: 13px 19px; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 52% 48%; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(64px, 8vw, 120px) 7vw 44px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 23px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(55px, 6.2vw, 93px); line-height: .88; max-width: 760px; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.hero-lead { margin: 34px 0 0; color: #53655c; font-size: 15px; line-height: 1.8; max-width: 545px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.primary-button { background: var(--forest); color: white; padding: 17px 21px; min-width: 196px; }
.primary-button span { color: var(--gold); }
.text-link { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--gold); padding: 8px 0; }
.text-link span { margin-left: 12px; color: var(--gold); }
.hero-note { margin-top: auto; padding-top: 44px; display: flex; gap: 12px; align-items: center; }
.hero-note p { margin: 0; font-size: 10px; line-height: 1.55; letter-spacing: .04em; }
.hero-note p strong { font-size: 11px; }
.note-icon { width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); }

.hero-visual { position: relative; padding: 38px 5vw 38px 0; background: var(--forest); }
.image-frame { position: relative; width: 100%; height: 100%; min-height: 640px; overflow: hidden; }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; filter: saturate(.78) contrast(.95); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,33,25,.36)); pointer-events: none; }
.address-card { position: absolute; left: -46px; bottom: 88px; display: flex; gap: 14px; width: 285px; padding: 22px; background: rgba(251,248,241,.96); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.pin { color: var(--gold); margin-top: 4px; }
.address-card small { display: block; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .18em; margin-bottom: 8px; }
.address-card strong { font-family: "Cormorant Garamond", serif; font-size: 20px; }
.address-card p { margin: 5px 0 0; font-size: 10px; line-height: 1.6; color: #53655c; }
.photo-label { position: absolute; right: 2.2vw; top: 50%; writing-mode: vertical-rl; color: rgba(255,255,255,.65); letter-spacing: .25em; font-size: 8px; }

.intro { padding: 110px 7vw 90px; display: grid; grid-template-columns: 28% 72%; background: var(--paper); }
.section-kicker { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; padding-top: 10px; }
.intro-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.intro h2, .location h2 { font-size: clamp(43px, 4.5vw, 70px); line-height: .98; }
.intro-content > p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0; padding-bottom: 4px; }

.values { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 7vw 110px; background: var(--paper); }
.values article { min-height: 300px; padding: 30px; border: 1px solid var(--line); position: relative; transition: transform .25s, background .25s; }
.values article + article { border-left: 0; }
.values article:hover { background: var(--cream); transform: translateY(-5px); }
.value-number { position: absolute; right: 22px; top: 20px; color: var(--gold); font: 600 13px "Cormorant Garamond", serif; }
.value-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--gold); font-size: 23px; margin: 20px 0 44px; }
.values h3 { font: 600 26px "Cormorant Garamond", serif; margin: 0 0 14px; }
.values p { margin: 0; max-width: 310px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.location { padding: 105px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--deep); color: white; }
.eyebrow.light { color: var(--gold); }
.location h2 em { color: #d3b77d; }
.location-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; max-width: 440px; }
.full-address { margin: 28px 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 16px; }
.full-address > span { color: var(--gold); font-size: 23px; }
.full-address p { margin: 0; font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.72); }
.full-address strong { color: white; font-family: "Cormorant Garamond", serif; font-size: 19px; }
.phone-row { margin: -10px 0 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 16px; }
.phone-row > span { color: var(--gold); font-size: 19px; }
.phone-row p { margin: 0; font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.72); }
.phone-row strong { color: white; font-family: "Cormorant Garamond", serif; font-size: 19px; }
.phone-row a { color: white; font-weight: 700; letter-spacing: .04em; }
.light-button { width: fit-content; background: var(--paper); color: var(--ink); padding: 15px 19px; }
.light-button span { color: var(--gold); }
.map-card { min-height: 420px; position: relative; overflow: hidden; background: #e7e0cf; border: 10px solid rgba(255,255,255,.05); }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(30deg, transparent 49%, #b8ae98 50%, transparent 51%), linear-gradient(90deg, transparent 49%, #c9bfaa 50%, transparent 51%); background-size: 85px 70px, 120px 80px; transform: scale(1.3) rotate(-7deg); }
.map-routes { position: absolute; width: 130%; height: 25px; left: -15%; background: #f8f3e8; border: 1px solid #c9bfaa; transform: rotate(-13deg); top: 55%; }
.route-two { transform: rotate(58deg); top: 36%; left: -20%; }
.map-pin { position: absolute; left: 52%; top: 45%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; }
.map-pin span { width: 58px; height: 58px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); display: grid; place-items: center; color: white; background: var(--forest); box-shadow: 0 10px 25px rgba(0,0,0,.25); font: 700 26px "Cormorant Garamond", serif; }
.map-pin span::first-letter { transform: rotate(45deg); }
.map-pin small { margin-top: 20px; background: var(--paper); color: var(--forest); padding: 7px 10px; font-weight: 800; letter-spacing: .1em; box-shadow: 0 5px 20px rgba(0,0,0,.12); }
.map-link { position: absolute; right: 18px; bottom: 16px; background: var(--forest); color: white; padding: 10px 13px; font-size: 10px; font-weight: 700; }

footer { padding: 40px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #08271f; color: white; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-mark { background: var(--cream); color: var(--forest); }
footer > p { font: italic 18px "Cormorant Garamond", serif; color: rgba(255,255,255,.55); }
.back-top { font-size: 10px; font-weight: 800; letter-spacing: .12em; color: var(--gold); }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 5vw; }
  .menu-button { display: block; margin-left: auto; margin-right: 8px; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 24px 7vw; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(21,61,49,.08); }
  .site-header nav.is-open { display: flex; flex-direction: column; gap: 8px; }
  .brand-copy strong { font-size: 18px; }
  .header-cta { padding: 11px 13px; gap: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 75px 7vw 45px; }
  .hero-note { margin-top: 55px; }
  .hero-visual { padding: 25px 7vw 65px; }
  .image-frame { min-height: 580px; }
  .address-card { left: 10vw; bottom: 30px; }
  .photo-label { right: 3vw; }
  .intro { grid-template-columns: 1fr; gap: 35px; padding: 85px 7vw 60px; }
  .intro-content { grid-template-columns: 1fr; gap: 30px; }
  .intro-content > p { max-width: 560px; }
  .values { grid-template-columns: 1fr; padding-bottom: 80px; }
  .values article + article { border-left: 1px solid var(--line); border-top: 0; }
  .location { grid-template-columns: 1fr; gap: 55px; padding: 85px 7vw; }
  footer { flex-wrap: wrap; }
  footer > p { order: 3; flex-basis: 100%; }
}

@media (max-width: 540px) {
  .brand-copy small { display: none; }
  .header-cta { font-size: 10px; }
  .hero-copy { min-height: 585px; }
  h1 { font-size: 53px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .image-frame { min-height: 500px; }
  .address-card { width: 255px; left: 11vw; }
  .intro h2, .location h2 { font-size: 45px; }
  .values article { min-height: 270px; }
  .map-card { min-height: 350px; }
  footer { align-items: flex-start; }
  .footer-brand .brand-copy small { display: block; }
  .back-top { margin-top: 15px; }
}

@media (max-width: 420px) {
  .site-header .header-cta { display: none; }
  .menu-button { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .values article { transition: none; }
}
