:root {
  --navy: #12263f;
  --ink: #1f2933;
  --teal: #1f6f68;
  --gold: #c8a951;
  --cream: #f7f4ee;
  --paper: #ffffff;
  --soft: #eef3f1;
  --muted: #657386;
  --line: #d9e2e0;
  --shadow: 0 18px 50px rgba(18, 38, 63, 0.12);
  --radius: 8px;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
.skip-link {
  position: absolute;
  left: 12px;
  top: -44px;
  z-index: 100;
  background: var(--navy);
  color: #fff;
  padding: 8px 12px;
}
.skip-link:focus { top: 12px; }
.wrap, .nav-wrap {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.top-strip { background: var(--navy); color: #fff; font-size: 14px; }
.top-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.top-strip span { min-width: 0; }
.top-strip a { color: #fff; font-weight: 700; text-decoration: none; }
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--navy);
  text-decoration: none;
  line-height: 1.1;
}
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
}
.brand span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.nav-toggle {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--teal);
  background: var(--teal);
  color: #fff;
  font-size: 24px;
  border-radius: var(--radius);
  cursor: pointer;
  z-index: 2;
}
.site-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px 20px 18px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.site-nav.is-open { display: flex; }
.site-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 4px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
}
.site-nav a[aria-current="page"] { color: var(--teal); }
.site-nav a.button,
.site-nav a.button:hover {
  color: #fff;
  padding: 10px 14px;
}
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button, .button-outline, .button-light {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 11px 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.button { background: var(--teal); color: #fff; border: 1px solid var(--teal); }
.button:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.button-outline { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.button-outline:hover { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: var(--navy); border: 1px solid #fff; }
.button-light:hover { background: var(--cream); color: var(--navy); }
.hero .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}
.hero .button-outline:hover {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}
.hero, .page-hero {
  background:
    linear-gradient(90deg, rgba(18, 38, 63, 0.93), rgba(18, 38, 63, 0.72)),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1400&q=80") center/cover;
  color: #fff;
}
.hero .wrap { display: grid; gap: 28px; padding-top: 54px; padding-bottom: 44px; }
.page-hero .wrap { padding-top: 48px; padding-bottom: 42px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
  letter-spacing: 0;
}
.hero h1, .page-hero h1 { color: #fff; }
h1 { margin: 0; font-size: clamp(38px, 8vw, 68px); }
h2 { margin: 0 0 18px; font-size: clamp(28px, 5vw, 44px); }
h3 { margin: 0 0 10px; font-size: 23px; }
p { margin: 0 0 16px; }
.lead { max-width: 760px; color: inherit; font-size: 18px; }
.hero .lead, .page-hero .lead { color: rgba(255, 255, 255, 0.9); }
.hero-panel {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}
.hero-panel strong { color: #fff; }
.quick-links { display: grid; gap: 12px; }
.quick-link {
  min-width: 0;
  overflow-wrap: break-word;
  padding: 14px;
  color: var(--navy);
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
}
.section { padding: 52px 0; }
.section.alt { background: var(--soft); }
.section.cream { background: var(--cream); }
.section-head { max-width: 780px; margin-bottom: 24px; }
.grid, .two-col, .contact-grid { display: grid; gap: 20px; }
.grid > *, .two-col > *, .contact-grid > * { min-width: 0; }
.card, .contact-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(18, 38, 63, 0.06);
}
.card.feature { border-top: 4px solid var(--teal); }
.card .price { display: block; color: var(--teal); font-size: 24px; font-weight: 900; margin: 8px 0 12px; }
.check-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; padding-left: 24px; margin-bottom: 10px; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 50%;
}
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 2px;
  background: var(--teal);
}
.callout {
  padding: 24px;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
}
.callout h2, .callout h3 { color: #fff; }
.callout p { color: rgba(255, 255, 255, 0.88); }
.about-section .two-col { align-items: start; }
.about-aside {
  display: grid;
  gap: 18px;
  justify-self: end;
  width: min(100%, 420px);
  min-width: 0;
}
.profile-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--soft);
}
.profile-image img {
  display: block;
  width: 100%;
  height: auto;
}
.about-image-pair {
  display: grid;
  gap: 14px;
}
.image-band { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-band img { width: 100%; min-height: 320px; object-fit: cover; }
.contact-card address { font-style: normal; }
.meta { color: var(--muted); font-size: 14px; }
.notice {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
}
.site-footer { color: #dce6eb; background: var(--navy); }
.footer-grid { display: grid; gap: 24px; padding-top: 42px; padding-bottom: 32px; }
.site-footer h2, .site-footer h3, .site-footer strong { color: #fff; }
.site-footer a { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 20px 24px;
  color: #b9c8d1;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 720px) {
  .top-strip .wrap { justify-content: space-between; }
  .hero .wrap { grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); align-items: end; padding-top: 76px; padding-bottom: 64px; }
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .two-col, .contact-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .nav-wrap {
    position: relative;
    padding-right: 76px;
  }
  .nav-toggle {
    position: fixed;
    right: 14px;
    top: 84px;
    transform: none;
  }
  .top-strip .wrap {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .brand strong { font-size: 22px; }
  .hero .wrap { padding-top: 46px; }
  h1 {
    font-size: clamp(30px, 10vw, 38px);
    max-width: min(100%, 320px);
    overflow-wrap: break-word;
  }
  .lead {
    font-size: 16px;
    max-width: min(100%, 320px);
    overflow-wrap: break-word;
  }
  .about-aside {
    gap: 14px;
    justify-self: center;
    width: min(100%, 320px);
    margin-inline: auto;
  }
  .hero .button-row { display: grid; grid-template-columns: 1fr; }
  .hero .button,
  .hero .button-outline,
  .hero .button-light { width: 100%; }
  .hero-panel { width: 100%; }
}
@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .site-nav a { min-height: auto; padding: 0; font-size: 15px; }
  .section { padding: 72px 0; }
  .contact-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}
