:root {
  color-scheme: light;
  --pine: #17352e;
  --pine-deep: #102922;
  --ink: #172a25;
  --muted: #52665d;
  --paper: #f6f5ef;
  --white: #ffffff;
  --line: #d9dfd6;
  --gold: #d9af70;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 3rem, 1190px); margin-inline: auto; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 10; padding: .7rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #e3a852; outline-offset: 4px; }

.site-header { background: var(--pine-deep); color: var(--white); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; font-weight: 700; font-size: 1.12rem; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; line-height: 1; }
.brand-name span { font-weight: 400; font-size: .8rem; letter-spacing: .07em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); font-size: .9rem; }
nav a { text-decoration: none; }
nav a:hover, .text-link:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: .28em; }
.nav-contact { border: 1px solid #71867a; padding: .66rem .95rem; border-radius: 2px; }

.hero { overflow: hidden; background: var(--pine); color: var(--white); }
.hero-grid { min-height: 636px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(4rem, 7vw, 6.25rem); }
.hero-copy { max-width: 570px; }
.eyebrow { margin: 0 0 1.7rem; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(3rem, 5.2vw, 5.1rem); letter-spacing: -.045em; line-height: 1.08; }
.hero h1 em { color: #e2bf87; font-style: normal; }
.hero-intro { max-width: 535px; margin: 1.75rem 0 0; color: #e5eee8; font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.55rem; margin-top: 2.25rem; }
.button { display: inline-flex; gap: 1.5rem; align-items: center; justify-content: space-between; min-height: 52px; padding: .75rem 1.15rem; border-radius: 2px; text-decoration: none; font-weight: 700; }
.button-light { background: var(--white); color: var(--pine-deep); }
.button-light:hover { background: #e6d8be; }
.text-link { text-decoration: none; font-weight: 700; font-size: .95rem; }
.text-link span { margin-left: .4rem; }
.hero-location { margin: 3rem 0 0; padding-top: 1.15rem; border-top: 1px solid #617c6d; color: #d3e2d6; font-size: .9rem; }
.hero-figure { margin: 0; position: relative; align-self: stretch; min-height: 450px; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.hero-figure figcaption { position: absolute; right: .65rem; bottom: .45rem; padding: .2rem .4rem; background: rgba(16, 41, 34, .82); font-size: .74rem; }

.section-pad { padding-block: clamp(4rem, 7vw, 6.5rem); }
.eyebrow-dark { color: #74603f; }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.13; font-size: clamp(2.3rem, 4.1vw, 3.7rem); }
.services { background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2.5rem; margin-bottom: 2.7rem; }
.section-head h2 { max-width: 570px; }
.section-head > p { max-width: 315px; margin: 0 0 .25rem; color: var(--muted); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 235px; display: flex; flex-direction: column; padding: 1.65rem; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--pine); }
.service-number { color: #657a6d; font-size: .82rem; letter-spacing: .1em; }
.service-card h3 { margin: auto 0 .6rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.area { background: #e9ede7; }
.area-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.area-detail { max-width: 355px; font-size: 1.1rem; }
.area-detail p { margin: 0; }
.future-area { margin-top: 1rem !important; color: var(--muted); font-size: .97rem; }
.contact { background: var(--pine-deep); color: var(--white); }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.contact h2 { max-width: 550px; }
.contact p:not(.eyebrow) { max-width: 470px; margin: 1.25rem 0 0; color: #d2e0d6; font-size: 1.05rem; }
.contact-email { display: inline-flex; align-items: center; max-width: 100%; min-width: 0; gap: 1.2rem; border-bottom: 1px solid var(--gold); padding-bottom: .35rem; color: #e8c691; font-size: clamp(1rem, 2vw, 1.35rem); text-decoration: none; }
.email-address { min-width: 0; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--white); }
.site-footer { background: #0c1f19; color: #c8d5cb; }
.footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .83rem; }
.site-footer a { text-decoration: none; }

@media (max-width: 930px) {
  .hero-grid { min-height: 0; gap: 2rem; }
  .hero-figure { min-height: 420px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 2rem, 1190px); }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: .8rem; padding-block: .9rem; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 35px; height: 35px; }
  nav { width: 100%; justify-content: space-between; gap: .5rem; font-size: .85rem; }
  .nav-contact { padding: .35rem .6rem; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-block: 3.5rem 2.5rem; }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-location { margin-top: 2.5rem; }
  .hero-figure { height: 300px; min-height: 0; }
  .section-head, .area-inner, .contact-inner { display: block; }
  .section-head > p, .area-detail { margin-top: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 175px; }
  .contact-email { margin-top: 2rem; }
}
@media (max-width: 360px) {
  .hero-actions { align-items: start; flex-direction: column; }
  nav { font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
