:root {
  --navy-950: #071824;
  --navy-900: #0a2232;
  --navy-800: #123247;
  --ink: #17242d;
  --muted: #5c6971;
  --ivory: #f6f3ec;
  --paper: #fffefa;
  --gold: #c9a868;
  --gold-light: #e6d3a7;
  --line: rgba(10, 34, 50, 0.15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 0.5rem; left: 0.5rem; padding: 0.65rem 1rem; color: #fff; background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 1.35rem clamp(1.25rem, 4vw, 4.5rem); color: #fff; border-bottom: 1px solid rgba(255,255,255,.17); }
.brand { display: inline-flex; align-items: center; gap: 0.85rem; width: max-content; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; color: var(--gold-light); border: 1px solid var(--gold); font-family: var(--serif); font-size: 0.95rem; letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.brand-copy small { margin-top: .25rem; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; opacity: .68; }
nav { display: flex; gap: 2.4rem; }
nav a { font-size: .88rem; font-weight: 600; letter-spacing: .05em; text-decoration: none; }
.header-call { justify-self: end; padding: .65rem 1.1rem; border: 1px solid rgba(255,255,255,.5); font-size: .85rem; font-weight: 700; text-decoration: none; transition: .2s ease; }
.header-call:hover, .header-call:focus-visible { color: var(--navy-950); background: #fff; }

.hero { position: relative; display: grid; align-items: center; min-height: min(800px, 92vh); overflow: hidden; background: var(--navy-950); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,17,27,.96) 0%, rgba(5,20,31,.82) 36%, rgba(5,20,31,.22) 72%, rgba(5,20,31,.08) 100%), linear-gradient(0deg, rgba(5,20,31,.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 90%); margin-left: clamp(1.25rem, 9vw, 10rem); padding: 10rem 0 6rem; color: #fff; }
.eyebrow, .section-label { margin: 0 0 1.25rem; color: var(--gold-light); font-size: .77rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 2.5rem; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 610px; margin-bottom: 2rem; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .85rem 1.4rem; font-size: .9rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-light); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.48); }
.contact-person { margin: 1.4rem 0 0; color: rgba(255,255,255,.65); font-size: .9rem; }

.intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(3rem, 9vw, 9rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 9vw, 10rem); background: var(--ivory); }
.section-label { color: #91733d; }
h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.intro > p { align-self: end; max-width: 610px; margin-bottom: .4rem; color: var(--muted); font-size: 1.08rem; }

.services { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 9vw, 10rem); }
.services-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 3.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { padding: 2.5rem 2.2rem 2.8rem 0; }
.service-grid article + article { padding-left: 2.2rem; border-left: 1px solid var(--line); }
.service-grid span { color: #9c7d45; font-family: var(--serif); font-size: .82rem; }
.service-grid h3 { margin: 2.2rem 0 1rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.service-grid p, .scope-note { color: var(--muted); }
.scope-note { max-width: 710px; margin: 1.5rem 0 0; font-size: .9rem; }

.contact { display: grid; grid-template-columns: 1fr minmax(340px, .85fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 9vw, 10rem); color: #fff; background: var(--navy-900); }
.section-label-light { color: var(--gold-light); }
.contact-title-wrap > p:last-child { max-width: 500px; margin-top: 1.5rem; color: rgba(255,255,255,.66); }
.contact-card { padding: 2.3rem; color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.contact-card > div { padding: 1rem 0 1.2rem; border-bottom: 1px solid var(--line); }
.contact-card span, .contact-card address, .contact-card strong, .contact-card a { display: block; }
.contact-card span { margin-bottom: .3rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-card a:not(.directions), .contact-card strong, .contact-card address { font-family: var(--serif); font-size: 1.35rem; font-style: normal; font-weight: 400; text-decoration: none; }
.directions { display: flex !important; align-items: center; justify-content: space-between; margin-top: 1.4rem; color: var(--navy-800); font-size: .88rem; font-weight: 750; text-decoration: none; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; padding: 2.2rem clamp(1.25rem, 4vw, 4.5rem); color: rgba(255,255,255,.65); background: var(--navy-950); font-size: .8rem; }
footer p { margin: 0; }
.footer-brand { color: #fff; }

@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr auto; padding: 1rem 1.1rem; }
  .site-header nav { display: none; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .62rem; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,17,27,.95), rgba(5,20,31,.6)), linear-gradient(0deg, rgba(5,20,31,.6), transparent); }
  .hero-content { width: auto; margin: 0; padding: 9rem 1.25rem 4rem; }
  .intro, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { padding: 2rem 0; }
  .service-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .header-call { padding: .6rem .75rem; font-size: .78rem; }
  .brand-mark { width: 2.45rem; height: 2.45rem; }
  h1 { font-size: 2.8rem; }
  .button { width: 100%; }
  .contact-card { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
