:root {
  --navy: #0b2344;
  --navy-2: #143a68;
  --blue: #1e63d5;
  --blue-dark: #174da6;
  --sky: #eaf3ff;
  --cream: #f7f4ed;
  --paper: #fff;
  --ink: #142033;
  --muted: #5e6b7d;
  --line: #d9e1eb;
  --success: #25745f;
  --container: 1180px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 20px 60px rgba(11, 35, 68, .12);
  --space-section: clamp(4.75rem, 8vw, 8rem);
}

* { 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;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f3bd3d; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }
.section { padding-block: var(--space-section); }
.section-soft { background: var(--cream); }
.section-blue { color: #fff; background: var(--navy); }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-blue .eyebrow { color: #9ec7ff; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.5rem, 4.6vw, 4.65rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); }
.section-blue h2, .section-blue h3 { color: #fff; }
p { margin: 0 0 1rem; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.section-blue .lead { color: #c9d7e9; }
.section-heading { display: grid; gap: 1rem; margin-bottom: clamp(2rem, 5vw, 3.75rem); }
.section-heading.split { grid-template-columns: 1.05fr .95fr; align-items: end; }
.section-heading.split .lead { justify-self: end; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 760; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: var(--blue); }
.button-light { color: var(--navy); background: #fff; }
.text-link { color: var(--blue); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(217,225,235,.8); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 850; font-size: 1.15rem; text-decoration: none; color: var(--navy); }
.brand img { width: 39px; height: 39px; object-fit: cover; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.35vw, 1.3rem); }
.site-nav > a:not(.button) { color: #39475a; font-weight: 650; font-size: .91rem; text-decoration: none; white-space: nowrap; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button)[aria-current="page"] { color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: #fff; border-radius: 10px; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s; }

.hero { position: relative; overflow: clip; padding: clamp(2.5rem, 4vw, 4rem) 0 clamp(3.25rem, 4.8vw, 4.5rem); background: #eef5ff; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .78fr); align-items: center; gap: clamp(2.5rem, 5vw, 4.5rem); }
.hero h1 { max-width: 690px; }
.hero h1 span { color: var(--blue); }
.hero .lead { margin: 1.35rem 0 1.75rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: 32px; box-shadow: 0 22px 55px rgba(11,35,68,.14); }
.hero-photo img { position: absolute; top: -38%; left: -37%; width: 174%; max-width: none; height: 174%; object-fit: cover; object-position: 50% 50%; }
.photo-caption { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; max-width: 270px; padding: .9rem 1.1rem; background: rgba(255,255,255,.96); border-left: 3px solid var(--blue); border-radius: 10px; box-shadow: 0 12px 30px rgba(11,35,68,.13); }
.photo-caption strong { display: block; color: var(--navy); }
.photo-caption span { color: var(--muted); font-size: .88rem; }

.quick-facts { position: relative; z-index: 2; margin-top: -1.65rem; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid rgba(184,199,218,.62); border-radius: 22px; box-shadow: 0 18px 46px rgba(11,35,68,.08); }
.fact { min-height: 172px; display: flex; flex-direction: column; justify-content: center; padding: 1.65rem 1.7rem; transition: background-color .2s ease; }
.fact:hover { background: rgba(234,243,255,.58); }
.fact + .fact { border-left: 1px solid rgba(184,199,218,.52); }
.fact strong { display: block; margin-bottom: .45rem; color: var(--navy); font-size: 1.08rem; line-height: 1.3; text-wrap: balance; }
.fact span { color: var(--muted); font-size: .91rem; line-height: 1.55; }
.fact .fact-kicker { margin-bottom: .65rem; color: var(--blue); font-size: .71rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.fact-price-details small { display: inline-block; margin-top: .2rem; color: #758297; font-size: .78rem; }

.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.subject-card { min-height: 360px; padding: clamp(1.7rem, 4vw, 2.7rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.subject-card:nth-child(2) { background: #fff; border-color: var(--line); }
.subject-label { display: inline-block; margin-bottom: 3rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.subject-card p { max-width: 500px; margin-top: 1rem; color: var(--muted); }
.level-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.level-list li { padding: .45rem .7rem; border: 1px solid #cdd9e8; border-radius: 999px; color: #40506a; font-size: .85rem; font-weight: 650; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 2rem 2rem 2rem 0; border-bottom: 1px solid var(--line); }
.feature:nth-child(odd) { border-right: 1px solid var(--line); }
.feature:nth-child(even) { padding-left: 2rem; }
.feature-number { color: var(--blue); font-size: .82rem; font-weight: 850; }
.feature p { margin: .65rem 0 0; color: var(--muted); }

.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.process-intro { position: static; }
.process-intro p { margin: 1.2rem 0 1.8rem; }
.steps { counter-reset: steps; }
.step { position: relative; padding: 0 0 2.2rem 4.5rem; counter-increment: steps; }
.step:not(:last-child)::before { content: ""; position: absolute; left: 1.45rem; top: 3rem; bottom: .3rem; width: 1px; background: #bcd0e7; }
.step::after { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 3rem; height: 3rem; display: grid; place-items: center; color: var(--blue); background: #fff; border: 1px solid #bcd0e7; border-radius: 50%; font-weight: 850; }
.step p { margin-top: .55rem; color: #c9d7e9; }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: clamp(1.6rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.highlight { border: 1px solid var(--line); }
.price { display: flex; align-items: baseline; gap: .45rem; margin: 1.5rem 0; color: var(--navy); }
.price strong { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.check-list { display: grid; gap: .75rem; margin: 0 0 2rem; padding: 0; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 1.6rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 850; }
.price-card .button { margin-top: auto; }
.group-price { margin: 1rem 0 0; padding: 1rem; color: var(--navy); background: var(--sky); border-radius: 10px; }

.owners-grid { display: grid; grid-template-columns: minmax(320px, .78fr) 1.22fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(1.25rem, 3vw, 2rem); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.owners-image { position: relative; height: 430px; overflow: hidden; border-radius: 18px; background: #d9e2e7; }
.owners-image img { position: absolute; top: -12%; left: -12%; width: 124%; max-width: none; height: 124%; object-fit: cover; object-position: 50% 61%; }
.owners-copy p { color: var(--muted); font-size: 1.08rem; }
.owners-copy .owners-lead { margin-top: 1.15rem; color: var(--ink); font-size: clamp(1.08rem, 1.7vw, 1.28rem); font-weight: 650; }
.owner-names { display: flex; flex-wrap: wrap; gap: .55rem 1.5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--navy); font-weight: 800; }

.reviews-panel { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); color: #fff; background: var(--navy); border-radius: var(--radius-lg); }
.reviews-panel h2 { color: #fff; }
.reviews-panel p { max-width: 680px; margin: 1rem 0 0; color: #c9d7e9; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 1.08rem; font-weight: 780; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--blue); font-size: 1.5rem; font-weight: 500; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 760px; padding: 0 0 1.5rem; color: var(--muted); }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.cta-band { padding-block: clamp(3rem, 6vw, 5rem); background: var(--blue); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-grid h2 { max-width: 700px; color: #fff; }

.site-footer { padding: 4rem 0 1.5rem; color: #c4cfdd; background: #07182f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 2rem; }
.site-footer .brand { color: #fff; }
.site-footer h3 { margin-bottom: 1rem; color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: #aebcce; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-links { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.footer-links li, .footer-links a { color: #aebcce; font-size: .95rem; font-weight: 400; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid #24364e; font-size: .86rem; }

.page-hero { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--sky); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.page-hero .lead { margin-top: 1.25rem; }
.booking-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 6rem); }
.contact-stack { display: grid; gap: .75rem; margin-top: 2rem; }
.contact-card { display: block; padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.contact-card:hover { border-color: var(--blue); background: var(--sky); }
.contact-card span { display: block; color: var(--muted); font-size: .82rem; }
.contact-card strong { color: var(--navy); }
.booking-steps { display: grid; gap: 1rem; }
.booking-step { padding: 1.5rem; border-left: 3px solid var(--blue); background: var(--cream); }
.booking-step p { margin: .6rem 0 0; color: var(--muted); }
.message-template { margin-top: 1.5rem; padding: 1.5rem; border: 1px dashed #9bb2cf; border-radius: 12px; background: #f8fbff; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(2rem, 7vw, 5rem); align-items: start; }
.legal-nav { position: sticky; top: 110px; padding: 1.25rem; background: var(--cream); border-radius: 12px; }
.legal-nav strong { display: block; margin-bottom: .8rem; color: var(--navy); }
.legal-nav a { display: block; padding: .35rem 0; color: var(--muted); font-size: .9rem; text-decoration: none; }
.legal-nav a:hover { color: var(--blue); }
.legal-content { min-width: 0; }
.legal-content > p:first-of-type { font-size: 1.08rem; }
.legal-content section { padding-top: 2.4rem; scroll-margin-top: 100px; }
.legal-content h2 { font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.02em; }
.legal-content h3 { margin-top: 1.5rem; font-size: 1.15rem; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: #3f4d5f; }
.legal-content ul { padding-left: 1.2rem; }
.legal-table-wrap { margin: 1.25rem 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.legal-content table { width: 100%; border-collapse: collapse; background: #fff; }
.legal-content td { padding: 1rem; border-bottom: 1px solid var(--line); color: #3f4d5f; vertical-align: top; }
.legal-content tr:last-child td { border-bottom: 0; }
.legal-content td:last-child { width: 230px; color: var(--navy); text-align: right; white-space: nowrap; }
.legal-content .form-lines { padding: 1.5rem; background: var(--cream); border-radius: 12px; }
.legal-content .form-lines p { margin-bottom: 1.2rem; }

.error-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 3rem 0; background: var(--sky); text-align: center; }
.error-code { color: var(--blue); font-size: clamp(6rem, 20vw, 12rem); font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.error-page h1 { margin: 1.5rem 0 1rem; font-size: clamp(2rem, 5vw, 4rem); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 1.5rem 1rem 2rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .button { width: 100%; }
  .hero { background: #f5f9ff; }
  .hero-grid, .owners-grid, .booking-layout, .process-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-photo { min-height: 490px; width: min(100%, 560px); margin-inline: auto; border-radius: 30px; }
  .hero-photo img { top: -33%; left: -33%; width: 166%; height: 166%; object-position: 50% 50%; }
  .photo-caption { left: 50%; right: auto; bottom: .25rem; width: min(calc(100% - 1.4rem), 360px); max-width: none; transform: translateX(-50%); text-align: center; border-left: 0; border-top: 3px solid var(--blue); }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading.split { grid-template-columns: 1fr; }
  .section-heading.split .lead { justify-self: start; }
  .process-intro { position: static; }
  .owners-grid { padding: 1rem; }
  .owners-image { height: 540px; }
  .owners-image img { top: -9%; left: -9%; width: 118%; height: 118%; object-position: 50% 62%; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: .3rem 1rem; }
  .legal-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 1.25rem), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .site-nav { inset-block-start: 68px; }
  .hero { padding-top: 2.5rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-photo { height: 440px; min-height: 440px; border-radius: 28px; }
  .hero-photo img { top: -31%; left: -31%; width: 162%; height: 162%; min-height: 0; object-position: 50% 50%; }
  .quick-facts { margin-top: -.75rem; }
  .facts-grid, .offer-grid, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .fact { min-height: 0; padding: 1.5rem 1.4rem; }
  .fact + .fact { border-left: 0; border-top: 1px solid rgba(184,199,218,.52); }
  .subject-card { min-height: 0; }
  .subject-label { margin-bottom: 2.5rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature:nth-child(even) { padding: 1.5rem 0; border-right: 0; }
  .reviews-panel { grid-template-columns: 1fr; }
  .reviews-panel .button { width: 100%; }
  .owners-image { height: 470px; }
  .cta-grid, .footer-bottom { align-items: stretch; flex-direction: column; }
  .cta-grid .button { width: 100%; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-content td { display: block; padding: .85rem 1rem; border-bottom: 0; }
  .legal-content td:first-child { padding-bottom: .2rem; }
  .legal-content td:last-child { width: auto; padding-top: .2rem; border-bottom: 1px solid var(--line); text-align: left; white-space: normal; }
  .legal-content tr:last-child td:last-child { border-bottom: 0; }
}

@media (max-width: 380px) {
  h1 { font-size: 2.45rem; }
  .brand span { font-size: 1.05rem; }
  .hero-photo { height: 400px; min-height: 400px; }
  .hero-photo img { top: -31%; left: -31%; width: 162%; height: 162%; min-height: 0; object-position: 50% 50%; }
  .owners-image { height: 430px; }
  .step { padding-left: 3.9rem; }
}
