:root {
  --ink: #102c3d;
  --blue: #0b547c;
  --sky: #c9e3ef;
  --paper: #f9faf8;
  --white: #fff;
  --red: #d9442d;
  --green: #527565;
  --line: rgba(16, 44, 61, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 1rem clamp(1.1rem, 4vw, 3rem);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.wordmark { display: grid; text-decoration: none; line-height: 1; }
.wordmark-main { font-family: Georgia, serif; font-size: 1.25rem; }
.wordmark-sub { margin-top: .3rem; font-size: .56rem; letter-spacing: .15rem; }
.header-actions { display: flex; align-items: center; gap: .55rem; }
.icon-action { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.direction-link { display: none; min-height: 44px; align-items: center; padding: 0 1rem; border: 1px solid rgba(255,255,255,.65); border-radius: 4px; font-size: .78rem; font-weight: 750; text-decoration: none; text-transform: uppercase; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(88svh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: 50% 57%; }
.hero-shade { z-index: -1; background: linear-gradient(180deg, rgba(8,25,34,.2) 8%, rgba(8,25,34,.22) 42%, rgba(8,25,34,.88) 100%); }
.hero-content { width: min(100%, var(--max)); margin: 0 auto; padding: 7rem 1.15rem 3rem; }
.eyebrow { margin: 0 0 .75rem; color: #d8edf4; font-size: .69rem; font-weight: 800; letter-spacing: .15rem; }
.eyebrow.dark { color: var(--red); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; }
h1 { max-width: 8ch; font-size: clamp(3.75rem, 15vw, 7.5rem); line-height: .78; }
.hero-kicker { margin: 1rem 0 1.5rem; font-size: .95rem; font-weight: 800; letter-spacing: .18rem; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .8rem 1.15rem; border-radius: 5px; font-size: .78rem; font-weight: 800; letter-spacing: .04rem; text-decoration: none; text-transform: uppercase; }
.button-primary { background: var(--red); color: var(--white); }
.button-ghost { border: 1px solid rgba(255,255,255,.7); color: var(--white); }

.location-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; padding: 1.15rem; background: var(--white); border-bottom: 1px solid var(--line); }
.location-pin { display: grid; place-items: center; width: 44px; height: 44px; color: var(--red); background: #f8e8e3; border-radius: 50%; }
.label { margin: 0 0 .2rem; color: var(--green); font-size: .62rem; font-weight: 800; letter-spacing: .1rem; }
.address { margin: 0; font-family: Georgia, serif; font-size: 1rem; }
.arrow-link { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; text-decoration: none; }

.welcome { max-width: var(--max); margin: 0 auto; padding: 4.5rem 1.15rem; }
.brand-panel { position: relative; max-width: 440px; margin: 0 auto 2.2rem; }
.brand-panel::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; z-index: -1; background: var(--sky); }
.brand-panel img { aspect-ratio: 1; object-fit: cover; }
.welcome-copy h2 { max-width: 10ch; font-size: clamp(2.5rem, 10vw, 5rem); line-height: .95; }
.welcome-copy > p:not(.eyebrow) { max-width: 38rem; margin: 1.4rem 0; color: #405764; font-size: 1.02rem; line-height: 1.7; }
.text-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.text-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-weight: 750; text-underline-offset: .3rem; }

.contact-band { padding: 4rem 1.15rem; color: var(--white); background: var(--blue); }
.contact-band > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.contact-band h2 { font-size: clamp(2.5rem, 11vw, 5.5rem); line-height: .93; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2rem; }
.button-light { background: var(--white); color: var(--blue); }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; font-weight: 750; text-underline-offset: .3rem; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.15rem; background: #08293a; color: #c8dce4; font-size: .68rem; font-weight: 700; letter-spacing: .08rem; text-transform: uppercase; }

a:focus-visible { outline: 3px solid #f6c344; outline-offset: 3px; }
@media (hover: hover) { a { transition: opacity .2s ease, transform .2s ease; } .button:hover, .arrow-link:hover, .icon-action:hover { transform: translateY(-2px); } a:hover { opacity: .84; } }
@media (min-width: 700px) {
  .direction-link { display: inline-flex; }
  .hero-content { padding-inline: 3rem; padding-bottom: 4rem; }
  .hero { min-height: min(88vh, 820px); }
  .hero-image { object-position: center 59%; }
  .location-strip { padding: 1.35rem max(3rem, calc((100vw - var(--max)) / 2)); }
  .welcome { display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); padding: 7rem 3rem; }
  .brand-panel { margin: 0; }
  .contact-band { padding: 6rem 3rem; }
  footer { padding: 1.5rem max(3rem, calc((100vw - var(--max)) / 2)); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
