:root {
  --emerald: #173b32;
  --emerald-deep: #0b2721;
  --emerald-soft: #dfe9e3;
  --gold: #c7a25d;
  --gold-pale: #efe4ce;
  --ivory: #f8f4ea;
  --paper: #fff;
  --ink: #18342d;
  --muted: #67746f;
  --line: #d8ded9;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.67; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: var(--emerald-deep); background: var(--gold-pale); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(11,39,33,.97); border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 3rem), var(--max)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a { color: #d8e2de; font-size: .9rem; font-weight: 760; text-decoration: none; }
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--gold); }
.brand { width: 104px; margin-left: auto; padding: .3rem .5rem; display: block; background: #fff; text-decoration: none; }
.brand-logo { width: 100%; height: auto; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; color: #fff; border: 1px solid rgba(255,255,255,.45); background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; min-height: 760px; color: #fff; background: var(--emerald-deep); }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: .7rem; bottom: .65rem; z-index: 4; padding: .22rem .42rem; color: #fff; background: rgba(11,39,33,.8); font-size: .62rem; line-height: 1.2; }
.hero-image { position: absolute; inset: 0; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,31,26,.99) 0%, rgba(8,31,26,.93) 40%, rgba(8,31,26,.2) 73%, rgba(8,31,26,.05) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(calc(100% - 3rem), var(--max)); min-height: 760px; margin: 0 auto; padding: clamp(4rem, 9vw, 9rem) 0; display: flex; flex-direction: column; justify-content: center; }
.domain-label,
.eyebrow,
.contact-kicker { margin: 0 0 .9rem; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1,
.value-title h2,
.estate-copy h2,
.decision-heading h2,
.signal-section h2,
.contact-heading h2,
.personal-contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.hero h1 { max-width: 820px; font-size: clamp(3.8rem, 7.2vw, 7.5rem); }
.hero-copy > p:not(.domain-label) { max-width: 660px; margin: 2rem 0; color: #d5e0dc; font-size: 1.12rem; }
.button { min-height: 50px; padding: .82rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 0; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary,
.button-submit { color: var(--emerald-deep); background: var(--gold); }
.button-primary:hover,
.button-primary:focus-visible,
.button-submit:hover,
.button-submit:focus-visible { background: #dab871; }

.value-section { width: min(calc(100% - 3rem), var(--max)); margin: clamp(5rem, 9vw, 9rem) auto; }
.value-title { max-width: 830px; }
.value-title h2,
.estate-copy h2,
.decision-heading h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.value-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #b8aa8c; border-bottom: 1px solid #b8aa8c; }
.value-grid article { min-height: 260px; padding: 2rem; border-right: 1px solid #cfc5ae; }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .14em; }
.value-grid h3 { margin: 3.2rem 0 .8rem; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.value-grid p { color: var(--muted); }

.estate-section { width: min(calc(100% - 3rem), 1320px); margin: clamp(5rem, 10vw, 10rem) auto; display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; }
.estate-image { min-height: 730px; }
.estate-copy { padding: clamp(3rem, 7vw, 7rem); color: #fff; background: var(--emerald); display: flex; flex-direction: column; justify-content: center; }
.estate-copy > p:not(.eyebrow):not(.estate-focus) { color: #d6e2dd; }
.estate-line { width: 74px; height: 3px; margin: 2rem 0; background: var(--gold); }
.estate-focus { color: var(--gold-pale); font-family: Georgia, serif; font-size: 1.45rem; }

.decision-section { padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.decision-heading { max-width: 900px; }
.decision-panels { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.decision-panels article { min-height: 380px; padding: clamp(2rem, 4vw, 4rem); background: var(--emerald-soft); border-top: 6px solid var(--gold); }
.decision-panels article:last-child { background: var(--gold-pale); }
.decision-panels article > span { color: var(--emerald); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.decision-panels h3 { margin: 3rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.3rem); font-weight: 500; line-height: 1.08; }
.decision-panels p { color: var(--muted); }
.decision-panels a { display: inline-block; margin-top: 1rem; color: var(--emerald); font-weight: 850; text-underline-offset: .25rem; }

.signal-section { padding: clamp(3.5rem, 7vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 130px 1fr .8fr; gap: 2.5rem; align-items: center; color: #fff; background: var(--emerald-deep); }
.signal-number { color: var(--gold); font-size: .85rem; font-weight: 900; letter-spacing: .15em; }
.signal-section h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.signal-section > p { margin: 0; color: #d4dfdb; }

.contact-section { padding: clamp(4.5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--ivory); }
.contact-heading { margin-bottom: 2.5rem; }
.contact-heading h2 { font-size: clamp(3.5rem, 7vw, 6.8rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
form { padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border-top: 7px solid var(--gold); box-shadow: 0 20px 55px rgba(11,39,33,.1); }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend { margin-bottom: .75rem; font-size: .9rem; font-weight: 850; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; padding: .62rem .9rem; display: inline-flex; align-items: center; border: 1px solid #cad4cf; background: #fff; font-size: .88rem; font-weight: 750; }
.choice-row input:checked + span { color: #fff; border-color: var(--emerald); background: var(--emerald); }
.choice-row input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-grid label { display: grid; gap: .4rem; font-size: .9rem; font-weight: 800; }
.field-grid small { color: var(--muted); font-weight: 500; }
.message-field { grid-column: 1 / -1; }
input[type="email"], input[type="text"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: .78rem .85rem; color: var(--ink); border: 1px solid #c7d1cd; border-radius: 0; background: #fff; }
textarea { min-height: 130px; resize: vertical; }
input:focus,
textarea:focus { outline: 3px solid rgba(199,162,93,.28); border-color: var(--emerald); }
.honeypot { position: absolute; left: -9999px; }
.privacy-check { margin: 1.25rem 0 .3rem; display: flex; gap: .7rem; align-items: flex-start; font-size: .89rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: .2rem; flex: 0 0 auto; }
.privacy-check a,
.legal-link a { color: var(--emerald); font-weight: 850; }
.legal-link { margin: .35rem 0 1.2rem; font-size: .89rem; }
.form-status { min-height: 1.5rem; margin: .9rem 0 0; color: var(--emerald); font-size: .9rem; font-weight: 700; }
.personal-contact { margin-top: 2rem; padding: 2.2rem; color: #fff; background: var(--emerald); border-bottom: 7px solid var(--gold); }
.personal-contact h2 { font-size: 2.4rem; }
.personal-contact > p { margin: .3rem 0; color: #d8e3df; }
.personal-contact > a { display: block; margin-top: .65rem; font-weight: 850; }
.contact-line { display: block; width: 52px; height: 3px; margin: 1.5rem 0; background: var(--gold); }

.site-footer { padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 1.5rem; color: #d7e2de; background: var(--emerald-deep); font-size: .78rem; }
.site-footer nav { display: flex; gap: 1.2rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 1rem 1.5rem 1.4rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--emerald-deep); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
  .brand { width: 88px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #cfc5ae; }
  .value-grid article:last-child { border-bottom: 0; }
  .value-grid h3 { margin-top: 1.5rem; }
  .estate-section { grid-template-columns: 1fr; }
  .estate-image { min-height: 600px; }
  .signal-section { grid-template-columns: 100px 1fr; }
  .signal-section > p { grid-column: 2; }
}

@media (max-width: 720px) {
  .header-inner { width: calc(100% - 2rem); min-height: 74px; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,31,26,.98) 0%, rgba(8,31,26,.9) 58%, rgba(8,31,26,.1) 100%); }
  .hero-copy { width: calc(100% - 2rem); min-height: 760px; padding-top: 18rem; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.5rem); }
  .button-primary { width: 100%; }
  .value-section { width: calc(100% - 2rem); margin: 4.5rem auto; }
  .estate-section { width: 100%; margin: 0; }
  .estate-image { min-height: 430px; }
  .estate-copy { padding: 4rem 1rem; }
  .decision-section,
  .signal-section,
  .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .decision-panels { grid-template-columns: 1fr; }
  .decision-panels article { min-height: 0; padding: 2.4rem 1.25rem; }
  .decision-panels h3 { margin-top: 2rem; }
  .signal-section { grid-template-columns: 1fr; }
  .signal-section > p { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .message-field { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice-row span { width: 100%; }
  .button-submit { width: 100%; }
  .personal-contact { margin-top: 0; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.85rem; }
  .value-title h2,
  .estate-copy h2,
  .decision-heading h2 { font-size: 2.5rem; }
  .signal-section h2 { font-size: 2.55rem; }
  .contact-heading h2 { font-size: 3.1rem; }
  .site-footer nav { gap: .8rem; }
}

