:root {
  --ink: #102b34;
  --navy: #08212b;
  --deep: #061920;
  --sea: #147d87;
  --sea-light: #bde8e1;
  --foam: #edf8f5;
  --sand: #f6f0e5;
  --paper: #fffdf8;
  --orange: #ee7d3a;
  --line: rgba(16, 43, 52, .16);
  --muted: #536b72;
  --radius: 1.25rem;
  --shadow: 0 24px 60px rgba(5, 39, 49, .13);
  --max: 1180px;
}
* { 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; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; transform: translateY(-180%); padding: .7rem 1rem; background: white; color: var(--navy); border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.topbar { background: var(--deep); color: #d9f1ec; font-size: .84rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 1rem; min-height: 2.6rem; align-items: center; }
.topbar-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: white; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-shell { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; font-weight: 850; letter-spacing: -.035em; color: var(--navy); line-height: 1; }
.brand-mark { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border-radius: 50% 50% 48% 52% / 58% 48% 52% 42%; color: white; background: linear-gradient(145deg, var(--sea), #1aa7a3); box-shadow: inset -7px -7px 0 rgba(6, 25, 32, .12); font-size: 1.25rem; }
.brand-name { font-size: 1.03rem; }
.brand-name small { display: block; margin-top: .34rem; color: var(--sea); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.nav-toggle { display: none; min-width: 2.9rem; min-height: 2.9rem; border: 1px solid var(--line); background: white; border-radius: .7rem; color: var(--navy); font-size: 1.25rem; }
.main-nav { display: flex; align-items: center; gap: 1.05rem; }
.main-nav a { padding: .55rem .1rem; text-decoration: none; color: #29444c; font-size: .92rem; font-weight: 730; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--sea); }
.main-nav .nav-cta { padding: .72rem 1.05rem; color: white; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 18px rgba(238, 125, 58, .23); }
.main-nav .nav-cta:hover { color: white; background: #cf6125; }
.hero { position: relative; overflow: hidden; background: var(--navy); color: white; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr); align-items: stretch; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 6.5rem 3.5rem 6.5rem max(1rem, calc((100vw - var(--max)) / 2)); }
.eyebrow { margin: 0 0 .9rem; color: var(--orange); font-size: .77rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { margin: 0 0 1.3rem; font-size: clamp(3rem, 6vw, 6.15rem); }
.hero h1 { color: white; }
.hero-copy > p:not(.eyebrow) { max-width: 39rem; color: #c9e3e0; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-media { position: relative; min-height: 620px; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0, transparent 28%), linear-gradient(0deg, rgba(6,25,32,.34), transparent 48%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; max-width: 15rem; padding: 1rem 1.1rem; background: rgba(255,253,248,.94); color: var(--ink); border-radius: .8rem; font-size: .85rem; box-shadow: var(--shadow); }
.hero-note strong { display: block; color: var(--sea); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #cf6125; }
.button-secondary { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.13); }
.button-dark { color: white; background: var(--navy); }
.button-outline { color: var(--navy); border-color: var(--line); background: transparent; }
.trust-strip { background: var(--sand); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.3rem 1.6rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); }
.trust-item span { color: var(--muted); font-size: .9rem; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-soft { background: var(--foam); }
.section-sand { background: var(--sand); }
.section-dark { background: var(--navy); color: #cce6e2; }
.section-dark h2, .section-dark h3 { color: white; }
.section-heading { max-width: 760px; margin-bottom: 2.3rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
h2 { margin: 0 0 1rem; font-size: clamp(2.25rem, 4.4vw, 4.25rem); }
h3 { margin: 0 0 .65rem; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
p { margin: 0 0 1rem; }
.lead { color: var(--muted); font-size: 1.13rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(5,39,49,.06); }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #cfe8e4; }
.card-media img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 1.5rem; }
.card-body p { color: var(--muted); }
.text-link { display: inline-flex; gap: .35rem; color: var(--sea); font-weight: 820; text-decoration-thickness: .08em; text-underline-offset: .22em; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.image-stack { position: relative; padding: 0 2rem 2rem 0; }
.image-stack img { border-radius: var(--radius); box-shadow: var(--shadow); }
.image-stack::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 72%; height: 72%; border-radius: var(--radius); background: var(--sea-light); }
.check-list { display: grid; gap: .65rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.75rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sea); font-weight: 900; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.price-card { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.price-card h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.price-card h3 span { color: var(--sea); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.05rem; letter-spacing: 0; white-space: nowrap; }
.price-list { margin: 1.1rem 0 0; padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.price-list strong { color: var(--navy); }
.notice { padding: 1.1rem 1.2rem; background: #fff6e8; border-left: 4px solid var(--orange); border-radius: 0 .7rem .7rem 0; color: #624a31; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(135deg, var(--sea), #0e5f6c); color: white; border-radius: calc(var(--radius) + .5rem); box-shadow: var(--shadow); }
.cta-panel h2 { color: white; font-size: clamp(2rem, 4vw, 3.6rem); }
.cta-panel p { margin: 0; color: #d9f3ee; }
.page-hero { position: relative; overflow: hidden; min-height: 390px; display: grid; align-items: end; background: var(--navy); color: white; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(6,25,32,.95), rgba(6,25,32,.38)), var(--page-image); background-size: cover; background-position: center; }
.page-hero-inner { position: relative; z-index: 1; padding-block: 5.2rem; }
.page-hero h1 { max-width: 850px; color: white; font-size: clamp(2.8rem, 5.8vw, 5.4rem); }
.page-hero p { max-width: 660px; color: #d6ece8; font-size: 1.13rem; }
.breadcrumbs { margin: 0 0 1rem; color: #b7d8d4; font-size: .84rem; }
.breadcrumbs a { color: white; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 2.3rem; font-size: clamp(1.9rem, 3.3vw, 3rem); }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #405c64; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.fact { padding: 1.35rem; background: var(--foam); border: 1px solid rgba(20,125,135,.14); border-radius: 1rem; }
.fact strong { display: block; color: var(--navy); }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: .9rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 1rem; background: #d8e9e6; }
.gallery figure:nth-child(1), .gallery figure:nth-child(5) { grid-column: span 7; }
.gallery figure:nth-child(2), .gallery figure:nth-child(6) { grid-column: span 5; }
.gallery figure:nth-child(3), .gallery figure:nth-child(4) { grid-column: span 6; }
.gallery img { height: 100%; min-height: 290px; object-fit: cover; }
.gallery figcaption { padding: .7rem 1rem; background: white; color: var(--muted); font-size: .84rem; }
.faq-list { display: grid; gap: .75rem; max-width: 850px; }
details { padding: 1.1rem 1.2rem; background: white; border: 1px solid var(--line); border-radius: .9rem; }
summary { cursor: pointer; color: var(--navy); font-weight: 820; }
details p { margin: .9rem 0 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; align-items: start; }
.contact-card, .form-card { padding: clamp(1.5rem, 4vw, 2.6rem); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 40px rgba(5,39,49,.07); }
.contact-list { display: grid; gap: .95rem; padding: 0; list-style: none; }
.contact-list a { color: var(--sea); font-weight: 760; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: .88rem; font-weight: 780; }
input, select, textarea { width: 100%; padding: .78rem .85rem; color: var(--ink); background: #fffefa; border: 1px solid #a9bfbd; border-radius: .62rem; }
textarea { min-height: 8rem; resize: vertical; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.5rem; margin-top: .8rem; color: var(--sea); font-weight: 720; }
.site-footer { padding: 4.5rem 0 1.6rem; background: var(--deep); color: #bfd9d5; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 2rem; }
.footer-brand { color: white; font-size: 1.25rem; font-weight: 850; }
.footer-title { margin-bottom: .8rem; color: white; font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; padding: 0; list-style: none; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }
.empty-state { padding: 3rem; text-align: center; background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); }
.video-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.video-card { position: relative; overflow: hidden; border-radius: 1rem; background: var(--navy); color: white; }
.video-card img { aspect-ratio: 4 / 3; object-fit: cover; opacity: .74; }
.video-card span { position: absolute; inset: auto 1rem 1rem; font-weight: 820; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
@media (max-width: 1020px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .75rem 1rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(5,39,49,.13); }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav a { padding: .8rem; }
  .main-nav .nav-cta { text-align: center; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem max(1rem, calc((100vw - var(--max)) / 2)); }
  .hero-media { min-height: 520px; }
  .hero-media::after { background: linear-gradient(180deg, var(--navy) 0, transparent 30%), linear-gradient(0deg, rgba(6,25,32,.35), transparent 50%); }
  .cards, .video-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .topbar-inner { justify-content: center; padding-block: .5rem; text-align: center; }
  .topbar-inner > span, .topbar-links a:nth-child(2) { display: none; }
  .nav-shell { min-height: 4.6rem; }
  .brand-name { font-size: .92rem; }
  .hero-copy { padding-block: 4.3rem; }
  .hero-media { min-height: 420px; }
  .hero-note { right: 1rem; bottom: 1rem; }
  .trust-grid, .cards, .price-grid, .split, .contact-grid, .video-cards { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .split .image-stack { order: -1; }
  .cta-panel { grid-template-columns: 1fr; }
  .gallery figure { grid-column: 1 / -1 !important; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 430px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand-mark { width: 2.45rem; height: 2.45rem; }
  .hero-media { min-height: 350px; }
  .hero-note { max-width: calc(100% - 2rem); }
  .page-hero-inner { padding-block: 4rem; }
  .section { padding-block: 4rem; }
  .contact-card, .form-card { padding: 1.15rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
