:root {
  --navy: #00284b;
  --navy-deep: #001f39;
  --blue: #0c5b83;
  --green: #78b400;
  --green-dark: #527f00;
  --green-light: #b7df67;
  --ink: #16344b;
  --muted: #536b7b;
  --line: #cad9e1;
  --pale: #eef5f8;
  --wrap: min(1320px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 14px; padding: 12px 16px; background: #fff; color: var(--navy); font-weight: 800; box-shadow: 0 8px 24px rgb(0 40 75 / 20%); }
.skip-link:focus { top: 14px; }
.kicker { margin: 0 0 14px; color: var(--green-dark); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

/* Shared site header */
.concept-header { position: sticky; z-index: 20; top: 0; width: min(1440px, 100%); margin-inline: auto; border-bottom: 4px solid var(--navy); background: linear-gradient(180deg, #fff 0%, #fbfdfe 38%, #edf4f7 100%); box-shadow: 0 8px 18px rgb(0 40 75 / 14%); }
.header-call-bar { min-height: 42px; display: flex; align-items: center; background: var(--navy); color: #fff; font-size: .86rem; font-weight: 800; letter-spacing: .025em; }
.header-call-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-call-bar a { color: #fff; font-weight: 900; text-decoration: none; }
.header-call-bar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.header-row { min-height: 104px; display: flex; align-items: center; gap: 18px; }
.header-row > a:first-child { display: flex; align-self: stretch; align-items: center; }
.header-row img { width: 295px; height: auto; }
.header-row nav { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.header-row nav a { padding: 10px 8px; color: var(--navy); font-size: 1rem; font-weight: 900; letter-spacing: .02em; text-decoration: none; }
.header-row nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-row .header-reserve, .header-row .header-availability { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 3px; line-height: 1; text-decoration: none; }
.header-row .header-reserve { background: var(--green); color: #fff; box-shadow: 0 7px 18px rgb(80 125 0 / 16%); }
.header-row .header-reserve:hover { background: #5f8e00; }
.header-row .header-availability { border: 2px solid var(--navy); background: rgb(255 255 255 / 28%); }
.header-row .header-availability:hover { background: var(--navy); color: #fff; }

/* Shared site footer */
.footer-menu { width: min(1440px, 100%); margin-inline: auto; padding: 22px 0; background: var(--navy); color: #fff; }
.footer-menu .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-menu-title { font-size: 1rem; font-weight: 900; }
.footer-menu nav { display: flex; align-items: center; gap: 18px; }
.footer-menu nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; font-size: .8rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; }
.footer-phone-cta { background: var(--green); }
.footer-contact-cta { border: 1px solid #fff; }
.concept-footer { width: min(1440px, 100%); margin-inline: auto; padding: 28px 0; background: #fff; color: var(--navy); font-size: .8rem; }
.concept-footer .wrap { display: flex; justify-content: space-between; gap: 24px; }

@media (max-width: 1000px) {
  :root { --wrap: min(100% - 36px, 1320px); }
  .concept-header { position: relative; }
  .header-row nav { gap: 6px; }
  .header-row nav a { padding-inline: 6px; font-size: .82rem; }
  .header-row img { width: 260px; }
}

@media (max-width: 900px) {
  .header-call-bar { min-height: 38px; font-size: .76rem; }
  .header-call-bar .wrap { justify-content: center; text-align: center; }
  .header-row { min-height: 0; display: grid; grid-template-columns: 1fr; gap: 10px; padding: 14px 0 12px; }
  .header-row > a:first-child { justify-self: center; }
  .header-row nav { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin: 0; }
  .header-row nav a { min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 6px; text-align: center; }
}

@media (max-width: 580px) {
  :root { --wrap: min(100% - 28px, 1320px); }
  .header-call-bar { min-height: 42px; font-size: .68rem; }
  .header-call-bar .wrap { width: 100%; display: block; padding: 6px 10px; line-height: 1.35; }
  .header-call-bar a { display: block; }
  .header-row { gap: 8px; padding: 10px 0 8px; }
  .header-row img { width: 195px; }
  .header-row nav { gap: 4px; }
  .header-row nav a { min-height: 36px; padding: 4px 2px; font-size: .68rem; white-space: nowrap; }
  .header-row .header-reserve, .header-row .header-availability { min-height: 36px; padding: 0 5px; }
  .footer-menu .wrap, .concept-footer .wrap { display: block; text-align: center; }
  .footer-menu nav { justify-content: center; margin-top: 16px; }
  .concept-footer span { display: block; margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
