:root {
  --ink: #17384a;
  --muted: #5f7480;
  --navy: #0e5c78;
  --navy-dark: #0b455b;
  --aqua: #dff5f5;
  --sky: #e6f5fb;
  --sun: #fff0b8;
  --coral-soft: #ffe0d6;
  --mint: #dcf5e9;
  --sand: #fff7e9;
  --white: #fff;
  --accent: #f4775b;
  --accent-dark: #d85d43;
  --line: rgba(14, 92, 120, .13);
  --shadow: 0 16px 45px rgba(17, 76, 96, .10);
  --radius-xl: 34px;
  --radius-lg: 25px;
  --radius-md: 17px;
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #eefafd;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--navy); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(calc(100% - 36px), 1320px);
  margin: 14px auto 18px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  position: sticky;
  top: 10px;
  z-index: 30;
  background: rgba(247, 253, 255, .94);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 23px;
  box-shadow: 0 10px 35px rgba(14, 82, 106, .10);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; line-height: 1.1; min-width: 245px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg, var(--navy), #2db4bf); font-size: 24px; box-shadow: inset 0 -5px 12px rgba(0,0,0,.08); }
.brand strong { display: block; font-size: 1.04rem; letter-spacing: .03em; }
.brand span:last-child { display: block; margin-top: 4px; color: var(--accent-dark); font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 13px; color: var(--ink); border-radius: 12px; text-decoration: none; font-size: .92rem; font-weight: 800; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--navy); background: var(--sky); }
.main-nav .nav-cta { padding-inline: 18px; color: #fff; background: var(--accent); box-shadow: 0 9px 22px rgba(244,119,91,.26); }
.main-nav .nav-cta:hover, .main-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--accent-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 13px; background: var(--sky); color: var(--ink); font-size: 1.35rem; cursor: pointer; }

main { width: min(calc(100% - 36px), var(--content)); margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: 15px; min-height: 575px; margin-top: 6px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 72px); background: var(--sand); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--accent-dark); font-size: .77rem; font-weight: 900; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: "✦"; font-size: 1rem; }
h1, h2, h3 { color: var(--navy-dark); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 700px; margin: 0 0 22px; font-size: clamp(2.65rem, 5.4vw, 5rem); }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.4vw, 3.15rem); }
h3 { margin: 0 0 12px; font-size: clamp(1.28rem, 2vw, 1.65rem); }
p { margin: 0 0 1.15em; }
.lead { max-width: 720px; color: #425f6c; font-size: clamp(1.04rem, 1.4vw, 1.16rem); line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0 17px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 12px 21px; border: 0; border-radius: 14px; color: #fff; background: var(--accent); text-decoration: none; font-weight: 900; line-height: 1.2; box-shadow: 0 10px 24px rgba(244,119,91,.24); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { color: #fff; background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(244,119,91,.30); }
.btn-secondary { color: var(--navy); background: #fff; box-shadow: none; border: 1px solid var(--line); }
.btn-secondary:hover { color: var(--navy-dark); background: var(--aqua); }
.location-line { margin: 8px 0 0; color: #728995; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-gallery { display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.hero-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.hero-gallery figure:first-child { grid-row: 1 / 3; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-gallery figcaption { position: absolute; left: 15px; bottom: 15px; padding: 7px 11px; border-radius: 10px; color: #fff; background: rgba(10,55,70,.78); font-size: .72rem; font-weight: 800; line-height: 1.2; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 18px 0 24px; }
.fact { min-height: 122px; padding: 22px 24px; border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(14,82,106,.06); }
.fact:nth-child(1) { background: var(--sun); }
.fact:nth-child(2) { background: var(--sky); }
.fact:nth-child(3) { background: var(--coral-soft); }
.fact:nth-child(4) { background: var(--mint); }
.fact strong { display: block; margin-bottom: 4px; color: var(--navy-dark); font-size: 1.45rem; line-height: 1.2; }
.fact span { color: #607681; font-size: .83rem; line-height: 1.45; }

.page-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: 18px; padding: 18px; margin-top: 6px; border-radius: var(--radius-xl); background: var(--sky); box-shadow: var(--shadow); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4.8vw, 60px); border-radius: 24px; background: var(--sand); }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.page-hero-media { min-height: 440px; overflow: hidden; border-radius: 25px; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #6c828d; font-size: .82rem; }
.breadcrumbs a { color: var(--navy); text-decoration: none; }

.section { margin: 24px 0; padding: clamp(30px, 5vw, 58px); border-radius: var(--radius-xl); box-shadow: var(--shadow); background: var(--white); }
.section.sky { background: var(--sky); }
.section.sun { background: var(--sun); }
.section.mint { background: var(--mint); }
.section.coral { background: var(--coral-soft); }
.section.sand { background: var(--sand); }
.section p:last-child, .card p:last-child { margin-bottom: 0; }
.section .text-wide { max-width: 1050px; }
.section-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.section-grid.reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); }
.section-grid.reverse .section-media { order: -1; }
.section-media { overflow: hidden; min-height: 360px; border-radius: var(--radius-lg); }
.section-media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 26px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 26px; border: 1px solid rgba(14,92,120,.08); border-radius: var(--radius-lg); background: rgba(255,255,255,.72); }
.card strong.kicker { display: block; margin-bottom: 8px; color: var(--accent-dark); font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 13px 15px 13px 43px; border-radius: 13px; background: rgba(255,255,255,.68); }
.checklist li::before { content: "✓"; position: absolute; left: 15px; top: 12px; color: var(--navy); font-weight: 900; }
.note { padding: 18px 21px; margin: 24px 0 0; border-left: 5px solid var(--accent); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.68); }
.mini-label { color: var(--accent-dark); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.table-wrap { overflow-x: auto; margin-top: 25px; border-radius: 18px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: rgba(255,255,255,.78); }
th, td { padding: 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: var(--navy-dark); background: rgba(223,245,245,.75); font-size: .88rem; }
td { font-size: .94rem; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 270px; object-fit: cover; }
.gallery figcaption { padding: 14px 17px 17px; color: #607681; font-size: .84rem; line-height: 1.45; }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 25px; }
.provider { display: flex; min-height: 260px; flex-direction: column; padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(14,82,106,.07); }
.provider-name { margin-bottom: 18px; color: var(--navy-dark); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: 1.7rem; font-weight: 900; line-height: 1; }
.provider p { flex: 1; font-size: .94rem; }
.provider .btn { width: 100%; }
.faq details { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.78); overflow: hidden; }
.faq summary { padding: 18px 52px 18px 20px; position: relative; cursor: pointer; color: var(--navy-dark); font-weight: 900; line-height: 1.4; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 12px; color: var(--accent); font-size: 1.7rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 20px 20px; margin: 0; }
.next-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.next-links a { padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.72); text-decoration: none; font-weight: 800; }
.updated { margin: 25px 4px 95px; color: #68808c; font-size: .82rem; }

.site-footer { padding: 52px max(18px, calc((100vw - 1240px) / 2)) 95px; margin-top: 20px; color: #dceef3; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
.site-footer .brand { color: #fff; margin-bottom: 17px; }
.site-footer p { max-width: 390px; color: #bcd2db; font-size: .88rem; }
.site-footer strong { display: block; margin-bottom: 12px; color: #fff; }
.site-footer nav { display: grid; gap: 8px; align-content: start; }
.site-footer nav a { color: #dceef3; text-decoration: none; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #abc4ce; font-size: .78rem; }
.sticky-book { position: fixed; left: 50%; bottom: 18px; z-index: 35; transform: translateX(-50%); padding: 13px 25px; border-radius: 999px; color: #fff; background: var(--accent); text-decoration: none; font-weight: 900; box-shadow: 0 10px 28px rgba(36,64,76,.28); }
.sticky-book:hover { color: #fff; background: var(--accent-dark); }

@media (max-width: 1020px) {
  .hero, .page-hero { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-gallery { min-height: 500px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .section-grid, .section-grid.reverse { grid-template-columns: 1fr; }
  .section-grid.reverse .section-media { order: 0; }
  .cards, .provider-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 840px) {
  .site-header { align-items: center; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); padding: 12px; grid-template-columns: 1fr 1fr; border-radius: 18px; background: #f9fdff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { text-align: center; }
  .main-nav .nav-cta { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; line-height: 1.68; }
  .site-header, main { width: min(calc(100% - 22px), var(--content)); }
  .site-header { top: 6px; margin-top: 8px; padding: 10px 11px; border-radius: 18px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 43px; height: 43px; border-radius: 14px; }
  .brand strong { font-size: .82rem; }
  .brand span:last-child { font-size: .58rem; letter-spacing: .12em; }
  .hero-copy { padding: 30px 24px; border-radius: 26px; }
  h1 { font-size: clamp(2.4rem, 13vw, 3.4rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  .hero-gallery { min-height: 520px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .85fr; }
  .hero-gallery figure:first-child { grid-row: 1; grid-column: 1 / -1; }
  .hero-gallery figure { border-radius: 20px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fact { min-height: 108px; padding: 18px; border-radius: 18px; }
  .fact strong { font-size: 1.22rem; }
  .page-hero { padding: 11px; border-radius: 25px; }
  .page-hero-copy { padding: 28px 22px; border-radius: 19px; }
  .page-hero-media { min-height: 300px; border-radius: 19px; }
  .section { padding: 28px 22px; border-radius: 24px; margin: 15px 0; }
  .section-media, .section-media img { min-height: 260px; }
  .cards, .cards.two, .provider-grid, .gallery { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr; }
  .gallery img { height: 245px; }
  .button-row { display: grid; }
  .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .sticky-book { bottom: 10px; width: calc(100% - 30px); text-align: center; }
}

@media (max-width: 430px) {
  .facts { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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