/* Mountbatten House — deep navy / warm parchment / muted gold */
:root {
  --navy: #11283D;
  --navy-deep: #0B1A28;
  --navy-soft: #1A3A52;
  --parchment: #F4EBDD;
  --parchment-warm: #EDE2D0;
  --parchment-deep: #E2D4BE;
  --gold: #B18B4A;
  --gold-deep: #8F6E38;
  --gold-soft: #F0E6D2;
  --ink: #1A2430;
  --muted: #4A5560;
  --line: #D4C8B4;
  --white: #FFFFFF;
  --focus: #B18B4A;
  --error: #8B2E2E;
  --shadow: 0 12px 36px rgba(17, 40, 61, 0.12);
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --max: 1100px;
  --font-display: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--parchment);
  line-height: 1.7;
  font-size: 1.125rem; /* 18px */
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-soft); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--navy); color: var(--parchment); padding: .75rem 1rem;
  border-radius: 0 0 var(--radius-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

/* Utility bar */
.utility-bar {
  background: var(--navy-deep); color: var(--parchment);
  font-size: .95rem;
}
.utility-bar .container {
  display: flex; flex-wrap: wrap; gap: .5rem 1.25rem;
  justify-content: space-between; align-items: center; padding: .6rem 0;
}
.utility-bar a { color: var(--gold-soft); text-decoration: none; font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; }
.utility-bar a:hover { color: #fff; text-decoration: underline; }

/* Header */
.site-header {
  background: rgba(244, 235, 221, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem 0;
}
.logo {
  display: flex; align-items: center; gap: .75rem;
  text-decoration: none; color: var(--navy); font-weight: 700;
}
.logo-mark {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: var(--navy);
  display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(17, 40, 61, 0.25);
  color: var(--gold);
  font-family: var(--font-display); font-size: 1.1rem;
}
.logo-text { line-height: 1.2; }
.logo-text strong { display: block; font-size: 1.05rem; }
.logo-text span { display: block; font-size: .8rem; font-weight: 500; color: var(--muted); }

.nav-toggle {
  display: none; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: .6rem .75rem; cursor: pointer;
  min-width: 44px; min-height: 44px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0;
}

.site-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .1rem; align-items: center;
}
.site-nav a {
  display: flex; align-items: center; min-height: 44px;
  padding: .4rem .55rem; border-radius: 999px;
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .88rem;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  background: var(--gold-soft); color: var(--navy);
}
.site-nav .nav-cta {
  background: var(--navy); color: var(--parchment) !important; margin-left: .25rem;
}
.site-nav .nav-cta:hover { background: var(--gold-deep); color: #fff !important; }

@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--parchment); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: .75rem 1rem 1.1rem;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; justify-content: center; }
}

/* Hero — mission-first */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-soft) 55%, #2A4A62 100%);
  color: var(--parchment);
  padding: 3.25rem 0 3rem;
}
.hero-grid {
  display: grid; gap: 2rem; align-items: center;
  grid-template-columns: 1.15fr .85fr;
}
.hero .eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 .85rem;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 400; line-height: 1.2;
  font-size: clamp(1.85rem, 4vw, 2.65rem); margin: 0 0 1rem; color: #fff;
}
.hero p { margin: 0 0 1rem; color: var(--parchment-warm); max-width: 38rem; }
.hero-figure {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 3px solid rgba(177, 139, 74, 0.35);
}
.hero-figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

@media (max-width: 840px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 520px; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .7rem 1.35rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; font-family: inherit;
}
.btn-primary {
  background: var(--gold); color: var(--navy-deep); border-color: var(--gold);
}
.btn-primary:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; }
.btn-secondary {
  background: transparent; color: var(--parchment); border-color: rgba(244, 235, 221, 0.55);
}
.btn-secondary:hover { background: rgba(244, 235, 221, 0.12); color: #fff; }
.btn-navy {
  background: var(--navy); color: var(--parchment); border-color: var(--navy);
}
.btn-navy:hover { background: var(--navy-soft); color: #fff; }
.btn-outline {
  background: transparent; color: var(--navy); border-color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--parchment); }

/* Sections */
.section { padding: 3.25rem 0; }
.section-alt { background: var(--parchment-warm); }
.section-navy {
  background: var(--navy); color: var(--parchment);
}
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy a { color: var(--gold); }
.section-navy .muted, .section-navy .lede { color: var(--parchment-deep); }

.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--gold-deep); margin: 0 0 .65rem;
}

h1, h2, h3 {
  font-family: var(--font-display); font-weight: 400; line-height: 1.2;
  color: var(--navy);
}
h1 { font-size: clamp(1.75rem, 3.5vw, 2.4rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.45rem, 2.8vw, 1.95rem); margin: 0 0 .85rem; }
h3 { font-size: 1.25rem; margin: 0 0 .55rem; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 42rem; }
.muted { color: var(--muted); }
.gold-rule {
  width: 64px; height: 3px; background: var(--gold); border: 0; margin: 0 0 1.25rem;
}

/* Page hero (inner pages) */
.page-hero {
  background: linear-gradient(135deg, var(--parchment-warm), var(--parchment));
  border-bottom: 1px solid var(--line);
  padding: 2.5rem 0 2rem;
}
.page-hero .breadcrumbs {
  font-size: .9rem; color: var(--muted); margin: 0 0 1rem;
}
.page-hero .breadcrumbs a { color: var(--navy-soft); text-decoration: none; }
.page-hero .breadcrumbs a:hover { text-decoration: underline; }

/* Cards */
.card-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.75rem;
}
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.35rem 1.4rem;
  box-shadow: 0 4px 16px rgba(17, 40, 61, 0.05);
}
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--gold-soft); color: var(--gold-deep);
  display: grid; place-items: center; font-weight: 700; margin-bottom: .85rem;
  font-family: var(--font-display);
}

/* Split layouts */
.split {
  display: grid; gap: 2rem; align-items: center;
  grid-template-columns: 1fr 1fr;
}
.split-flip > :first-child { order: 2; }
@media (max-width: 800px) {
  .split, .split-flip { grid-template-columns: 1fr; }
  .split-flip > :first-child { order: 0; }
}
.media-frame {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.media-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Callout / ALNM band */
.callout {
  background: var(--gold-soft); border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.35rem 1.5rem; margin: 1.5rem 0;
}
.callout a { font-weight: 700; color: var(--navy); }
.confirm-note {
  background: var(--white); border: 1px dashed var(--gold);
  border-radius: var(--radius); padding: 1.15rem 1.35rem; margin: 1.25rem 0;
  font-size: 1.05rem;
}

/* Rates teaser */
.rate-band {
  background: var(--white); border: 2px solid var(--gold);
  border-radius: var(--radius-lg); padding: 1.75rem 1.85rem;
  display: grid; gap: 1rem; grid-template-columns: 1fr auto; align-items: center;
}
.rate-band .rate-figure {
  font-family: var(--font-display); font-size: 2.1rem; color: var(--navy); margin: 0;
}
.rate-band .rate-figure span { font-size: 1rem; color: var(--muted); font-family: var(--font-body); }
@media (max-width: 640px) {
  .rate-band { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-list { margin: 1.5rem 0 0; }
.faq-item {
  border-bottom: 1px solid var(--line); padding: 1.15rem 0;
}
.faq-item h3 { font-size: 1.15rem; margin: 0 0 .5rem; }
.faq-item p { margin: 0 0 .65rem; }
.faq-item p:last-child { margin-bottom: 0; }

/* Gallery */
.gallery-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.gallery-grid figure {
  margin: 0; background: var(--white); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--line);
}
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-grid figcaption {
  padding: .75rem 1rem; font-size: .92rem; color: var(--muted);
}

/* Forms */
.form-grid { display: grid; gap: 1rem; }
.form-row { display: grid; gap: .35rem; }
.form-row label { font-weight: 600; color: var(--navy); }
.form-row input, .form-row select, .form-row textarea {
  font: inherit; padding: .7rem .85rem; border: 1px solid var(--line);
  border-radius: var(--radius-sm); background: var(--white); color: var(--ink);
  min-height: 48px;
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: 3px solid var(--focus); outline-offset: 1px; border-color: var(--gold);
}
.form-note { font-size: .95rem; color: var(--muted); }

/* CTA band */
.cta-band {
  text-align: center; padding: 3rem 0;
  background: linear-gradient(160deg, var(--navy-deep), var(--navy-soft));
  color: var(--parchment);
}
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 36rem; margin: 0 auto 1.5rem; color: var(--parchment-warm); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

/* Map strip */
.map-strip {
  background: var(--parchment-warm); border-top: 1px solid var(--line);
  padding: 2rem 0 0;
}
.map-strip h2 { margin-bottom: .35rem; }
.map-frame {
  margin-top: 1rem; border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden; border: 1px solid var(--line); border-bottom: 0;
  aspect-ratio: 16/9; max-height: 420px;
}
.map-frame iframe {
  width: 100%; height: 100%; min-height: 320px; border: 0; display: block;
}

/* Footer */
.site-footer {
  background: var(--navy-deep); color: var(--parchment-deep);
  padding: 2.75rem 0 1.75rem; font-size: 1rem;
}
.site-footer a { color: var(--gold-soft); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid {
  display: grid; gap: 2rem;
  grid-template-columns: 1.3fr 1fr 1fr;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.site-footer h3 {
  color: var(--parchment); font-size: 1.05rem; margin: 0 0 .85rem;
  font-family: var(--font-body); font-weight: 700;
}
.footer-nap p { margin: 0 0 .4rem; }
.footer-nav ul, .footer-resources ul {
  list-style: none; margin: 0; padding: 0;
}
.footer-nav li, .footer-resources li { margin: 0 0 .45rem; }
.footer-nav a, .footer-resources a {
  display: inline-flex; align-items: center; min-height: 40px;
}
.footer-bottom {
  border-top: 1px solid rgba(244, 235, 221, 0.15);
  padding-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .75rem 1.5rem;
  justify-content: space-between; align-items: center; font-size: .92rem;
}
.legal-links { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; }

/* Lists */
.check-list { list-style: none; margin: 1rem 0; padding: 0; }
.check-list li {
  position: relative; padding: .4rem 0 .4rem 1.6rem;
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .85rem;
  width: 10px; height: 10px; border-radius: 50%; background: var(--gold);
}

.prose p { margin: 0 0 1rem; }
.prose ul { margin: 0 0 1rem; padding-left: 1.25rem; }
.prose li { margin-bottom: .4rem; }

.two-col {
  display: grid; gap: 1.5rem 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .two-col { grid-template-columns: 1fr; }
}

.timeline { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.timeline li {
  position: relative; padding: 0 0 1.5rem 1.5rem;
  border-left: 3px solid var(--gold);
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: -7px; top: .35rem;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--navy); border: 2px solid var(--gold);
}
.timeline strong { display: block; color: var(--navy); margin-bottom: .25rem; }

.table-wrap { overflow-x: auto; margin: 1.25rem 0; }
table {
  width: 100%; border-collapse: collapse; background: var(--white);
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
}
th, td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--line); }
th { background: var(--navy); color: var(--parchment); font-weight: 600; }
tr:last-child td { border-bottom: 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;
}
