/* ==========================================================================
   PRIVATE ARRIVAL — Luxury Yacht Charters · Cabo San Lucas
   Production stylesheet for the Google Ads landing page.

   Design language ported 1:1 from the approved prototype:
     · Fonts:  Cormorant Garamond (display) + Jost (body)
     · Palette: deep navy + warm cream + brushed-gold accent
   Organized into labelled blocks; safe to minify for deploy (see README).
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  --navy: #0c2031;
  --navy-2: #143049;
  --navy-3: #0a1a28;
  --ink: #21323f;
  --cream: #f7f2ea;
  --cream-2: #efe7da;
  --sand: #e4d8c6;
  --accent: #bb9070;
  --accent-deep: #a3795a;
  --accent-soft: #d8c3ad;
  --muted: #6f6357;
  --line: rgba(33, 50, 63, .14);
  --line-light: rgba(247, 242, 234, .16);
  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --body: 'Jost', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --maxw: 1180px;
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; letter-spacing: .01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
section { position: relative; }

/* --------------------------------------------------------------------------
   3. Utilities
   -------------------------------------------------------------------------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.eyebrow {
  font-family: var(--body); text-transform: uppercase; letter-spacing: .32em;
  font-size: .72rem; font-weight: 500; color: var(--accent);
}
.eyebrow.on-dark { color: var(--accent-soft); }

/* Screen-reader-only text (kept accessible, visually hidden) */
.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;
}
/* Keyboard skip link */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--navy); color: var(--cream); padding: 10px 18px;
  border-radius: 2px; font-size: .85rem; letter-spacing: .04em; transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

/* Content photos are single optimized JPGs delivered via plain <img>.
   (Only the hero uses <picture> with a WebP source — it's the LCP element.)
   These rules make each image crop nicely to its aspect-ratio box. */
/* These content images carry HTML width/height attributes (for zero layout
   shift). We override BOTH via CSS so the aspect-ratio box drives the size:
   - width:100% + height:auto  -> height follows each element's aspect-ratio
     (NOT the HTML height attr, which would otherwise stretch the image tall);
   - min-width:0               -> lets the image shrink inside a grid/flex track.
   (.season-photo re-sets height:100% below to fill its banner row.) */
.incl-photo, .fleet-cover, .season-photo, .gph { width: 100%; height: auto; min-width: 0; object-fit: cover; display: block; }

/* Global visible focus state for keyboard users */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--body); font-weight: 500; font-size: .92rem;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  border: none; padding: 16px 30px; border-radius: 2px;
  transition: background .35s ease, color .35s ease, transform .35s ease, border-color .35s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line-light); }
.btn-ghost:hover { background: rgba(247, 242, 234, .08); border-color: var(--accent-soft); }
.btn-wa { background: #1faf5a; color: #fff; }
.btn-wa:hover { background: #188c48; transform: translateY(-2px); }
.btn-call { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.btn-call:hover { background: var(--navy); color: var(--cream); }
.btn-line-light { background: transparent; color: var(--cream); border: 1px solid var(--line-light); }
.btn-line-light:hover { background: rgba(247, 242, 234, .1); border-color: var(--accent-soft); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.ico { width: 18px; height: 18px; flex: none; }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 32px; transition: background .4s ease, padding .4s ease;
}
header.scrolled {
  background: rgba(12, 32, 49, .92); backdrop-filter: blur(10px);
  padding: 13px 32px; box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .name {
  font-family: var(--display); color: var(--cream); font-size: 1.45rem;
  letter-spacing: .42em; font-weight: 500; padding-left: .42em;
}
.brand .tag {
  font-family: var(--body); color: var(--accent-soft); font-size: .52rem;
  letter-spacing: .46em; text-transform: uppercase; margin-top: 6px; padding-left: .46em;
}
.header-actions { display: flex; gap: 12px; align-items: center; }
.header-actions .btn { padding: 11px 20px; font-size: .74rem; }

/* --------------------------------------------------------------------------
   6. Hero  (real photo background + contrast overlay)
   -------------------------------------------------------------------------- */
.hero {
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; position: relative; overflow: hidden;
  padding: 140px 0 90px;
  background: var(--navy); /* paint before the image loads */
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
/* Dark wash so white headline keeps strong contrast over any photo */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(120% 90% at 78% 12%, rgba(187, 144, 112, .22), transparent 55%),
    linear-gradient(165deg, rgba(20, 48, 73, .82) 0%, rgba(12, 32, 49, .78) 45%, rgba(10, 26, 40, .9) 100%);
}
.hero-inner { position: relative; z-index: 3; max-width: 760px; }
.hero h1 { color: var(--cream); font-size: clamp(2.9rem, 6.4vw, 5.1rem); font-weight: 500; margin: 22px 0 8px; }
.hero h1 em { font-style: italic; color: var(--accent-soft); }
.hero .sub {
  color: rgba(247, 242, 234, .88); font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 300; max-width: 560px; margin: 18px 0 34px; line-height: 1.7;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-micro {
  margin-top: 26px; color: rgba(247, 242, 234, .68); font-size: .82rem;
  letter-spacing: .04em; display: flex; gap: 18px; flex-wrap: wrap;
}
.hero-micro span { display: flex; align-items: center; gap: 7px; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3;
  color: rgba(247, 242, 234, .6); font-size: .62rem; letter-spacing: .3em;
  text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue .line {
  width: 1px; height: 38px; background: linear-gradient(var(--accent), transparent);
  animation: drop 2.2s infinite;
}
@keyframes drop {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* --------------------------------------------------------------------------
   7. Reveal animations
   -------------------------------------------------------------------------- */
.reveal-load { opacity: 0; transform: translateY(22px); animation: rise .9s cubic-bezier(.2, .7, .2, 1) forwards; }
.d1 { animation-delay: .15s; } .d2 { animation-delay: .32s; } .d3 { animation-delay: .49s; }
.d4 { animation-delay: .66s; } .d5 { animation-delay: .83s; }
@keyframes rise { to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Respect users who prefer reduced motion: kill all motion, show everything */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal, .reveal-load { opacity: 1 !important; transform: none !important; }
  .scroll-cue { display: none; }
}

/* --------------------------------------------------------------------------
   8. Trust bar
   -------------------------------------------------------------------------- */
.trust { background: var(--navy-3); color: var(--cream); padding: 20px 0; }
.trust .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .84rem; letter-spacing: .04em; color: rgba(247, 242, 234, .85); }
.trust-item strong { font-family: var(--display); font-size: 1.35rem; color: var(--accent-soft); font-weight: 600; letter-spacing: 0; }
.stars { color: var(--accent); letter-spacing: 2px; }

/* --------------------------------------------------------------------------
   9. Section scaffolding
   -------------------------------------------------------------------------- */
.sec { padding: 104px 0; }
.sec-head { max-width: 680px; margin-bottom: 54px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(2.1rem, 4vw, 3.1rem); margin: 16px 0 14px; color: var(--navy); }
.sec-head p { color: var(--muted); font-size: 1.05rem; font-weight: 300; }
.light { background: var(--cream); }
.tint { background: var(--cream-2); }
.dark { background: var(--navy); color: var(--cream); }
.dark h2 { color: var(--cream); }
.dark .sec-head p { color: rgba(247, 242, 234, .7); }

/* --------------------------------------------------------------------------
   10. Why
   -------------------------------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); }
.why-card { background: var(--cream); padding: 42px 38px; transition: background .4s; }
.why-card:hover { background: #fff; }
.why-card .ico-lg { width: 34px; height: 34px; color: var(--accent); margin-bottom: 20px; }
.why-card h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: .98rem; font-weight: 300; }

/* --------------------------------------------------------------------------
   11. Experience ("Everything Aboard")
   -------------------------------------------------------------------------- */
.incl { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.incl-list { list-style: none; display: grid; gap: 2px; }
.incl-list li { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.incl-list li:last-child { border-bottom: none; }
.incl-list .mk { color: var(--accent); flex: none; margin-top: 3px; width: 20px; height: 20px; }
.incl-list b { font-family: var(--display); font-size: 1.25rem; font-weight: 600; color: var(--navy); display: block; letter-spacing: .01em; }
.incl-list span { color: var(--muted); font-size: .92rem; }
.incl-photo { border-radius: 3px; aspect-ratio: 4 / 5; }
/* The catamaran photo is landscape (900x600) — give its slot a 3:2 box on
   desktop instead of the default 4:5 so the approved shot isn't cropped to
   a sliver. Mobile keeps the same 16:10 banner crop as the other sections
   (see the 920px media query). */
#catamaran .incl-photo { aspect-ratio: 3 / 2; }

/* --------------------------------------------------------------------------
   12. Fleet (Option C cards: click preloads form + scrolls)
   -------------------------------------------------------------------------- */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fleet-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: 3px;
  overflow: hidden; transition: transform .4s, box-shadow .4s; cursor: pointer;
}
.fleet-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(12, 32, 49, .45); }
.fleet-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.fleet-cover { aspect-ratio: 3 / 2; background: var(--navy-2); }
.fleet-body { padding: 28px 26px 30px; }
.fleet-body h3 { font-size: 1.6rem; color: var(--navy); }
.fleet-cap { color: var(--accent-deep); font-weight: 500; font-size: .86rem; letter-spacing: .04em; margin: 4px 0 16px; }
.fleet-feats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip { font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 40px; padding: 6px 13px; }
.fleet-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-deep); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.fleet-link svg { width: 15px; height: 15px; transition: transform .3s; }
.fleet-card:hover .fleet-link svg { transform: translateX(4px); }
.fleet-note { text-align: center; margin-top: 34px; color: var(--muted); font-style: italic; font-family: var(--display); font-size: 1.3rem; }

/* --------------------------------------------------------------------------
   13. Occasions
   -------------------------------------------------------------------------- */
.occ { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 10px; }
.occ span { font-family: var(--display); font-size: 1.55rem; color: var(--cream); padding: 12px 28px; border: 1px solid var(--line-light); border-radius: 48px; transition: border-color .4s, color .4s; }
.occ span:hover { border-color: var(--accent); color: var(--accent-soft); }

/* --------------------------------------------------------------------------
   14. Sunset banner (evergreen — no dates)
   -------------------------------------------------------------------------- */
.season { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.season-photo { min-height: 320px; height: 100%; background: var(--navy-2); }
.season-txt { padding: 54px 50px; background: var(--cream); }
.season-txt h3 { font-size: 2.1rem; color: var(--navy); margin: 14px 0 12px; }
.season-txt p { color: var(--muted); font-weight: 300; }

/* --------------------------------------------------------------------------
   15. Testimonials
   -------------------------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: rgba(247, 242, 234, .04); border: 1px solid var(--line-light); padding: 36px 32px; border-radius: 3px; }
.quote .qm { font-family: var(--display); font-size: 3.4rem; line-height: .6; color: var(--accent); height: 30px; }
.quote p { color: rgba(247, 242, 234, .9); font-family: var(--display); font-size: 1.32rem; font-style: italic; line-height: 1.45; margin: 16px 0 20px; }
.quote .who { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-soft); }

/* --------------------------------------------------------------------------
   16. Pricing / process
   -------------------------------------------------------------------------- */
.price-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.price-card { background: var(--navy); color: var(--cream); padding: 50px 46px; border-radius: 3px; text-align: center; }
.price-card .from { font-size: .78rem; letter-spacing: .26em; text-transform: uppercase; color: var(--accent-soft); }
.price-card .amt { font-family: var(--display); font-size: 4rem; font-weight: 600; line-height: 1; margin: 14px 0 4px; }
.price-card .amt span { font-size: 1.1rem; font-weight: 400; color: rgba(247, 242, 234, .7); }
.price-card .fine { font-size: .78rem; color: rgba(247, 242, 234, .55); margin-top: 18px; line-height: 1.5; }
.steps { counter-reset: s; display: grid; gap: 8px; }
.step { display: flex; gap: 22px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border: none; }
.step .n { counter-increment: s; font-family: var(--display); font-size: 1.7rem; color: var(--accent); font-weight: 600; min-width: 42px; }
.step .n::before { content: "0" counter(s); }
.step h4 { font-size: 1.4rem; color: var(--navy); margin-bottom: 4px; }
.step p { color: var(--muted); font-size: .95rem; font-weight: 300; }

/* --------------------------------------------------------------------------
   17. Gallery band
   -------------------------------------------------------------------------- */
.gallery-row {
  display: flex; gap: 18px; overflow-x: auto; padding: 8px 28px 26px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.gallery-row::-webkit-scrollbar { height: 6px; }
.gallery-row::-webkit-scrollbar-thumb { background: rgba(247, 242, 234, .25); border-radius: 10px; }
.gtile { flex: 0 0 auto; width: 300px; scroll-snap-align: start; }
.gph { aspect-ratio: 4 / 3; border-radius: 3px; background: var(--navy-2); }
.gtile figcaption { margin-top: 12px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-soft); }
.gallery-hint { text-align: center; color: rgba(247, 242, 234, .45); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; margin-top: 6px; }

/* --------------------------------------------------------------------------
   18. Conversion / form
   -------------------------------------------------------------------------- */
/* Offset section anchors (Ads sitelinks/final URLs: #reserve #fleet
   #experience #sunset #catamaran) so the fixed header doesn't cover the
   landing point. #top intentionally excluded — it should land at the very
   top of the page. */
#reserve, #fleet, #experience, #sunset, #catamaran { scroll-margin-top: 84px; }
.conv { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: start; }
.conv-left h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); color: var(--navy); }
.conv-left > p { color: var(--muted); margin: 14px 0 28px; font-weight: 300; font-size: 1.05rem; }
.talk { background: var(--cream-2); border: 1px solid var(--line); border-radius: 3px; padding: 26px 26px 28px; margin-top: 8px; }
.talk .lbl { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 14px; }
.talk-btns { display: flex; flex-direction: column; gap: 12px; }
.talk-btns .btn { justify-content: center; width: 100%; }
.perk { display: flex; gap: 12px; align-items: center; padding: 9px 0; color: var(--muted); font-size: .93rem; }
.perk svg { color: var(--accent); width: 17px; height: 17px; flex: none; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 3px; padding: 40px 38px; box-shadow: 0 30px 60px -40px rgba(12, 32, 49, .4); }
.form-card .fc-eyebrow { margin-bottom: 6px; }
.form-card h3 { font-size: 1.7rem; color: var(--navy); margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field .req { color: var(--accent-deep); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: .98rem; font-weight: 300; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: 2px; padding: 13px 15px;
  transition: border-color .3s, background .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: #fff; }
.field input:invalid:not(:placeholder-shown) { border-color: #c0563f; }
.field textarea { resize: vertical; min-height: 84px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
/* Honeypot — kept out of view and out of the tab order */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.submit-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 14px; }
.form-card .btn-primary { width: 100%; justify-content: center; margin-top: 6px; }
/* Inline error banner (network/validation failures) */
.form-error {
  display: none; margin-top: 14px; padding: 12px 14px; border-radius: 2px;
  background: #fbece8; border: 1px solid #e3b4a6; color: #9a3a22;
  font-size: .88rem; text-align: center;
}
.form-error.show { display: block; }

/* Pulse the form card when a fleet card preloads it */
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(187, 144, 112, .55); }
  100% { box-shadow: 0 0 0 20px rgba(187, 144, 112, 0); }
}
.form-card.pulse { animation: pulseGlow 1s ease; }

/* --------------------------------------------------------------------------
   19. FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 820px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); padding: 6px 0; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 2px; font-family: var(--display); font-size: 1.45rem; color: var(--navy); }
summary::-webkit-details-marker { display: none; }
summary .pm { flex: none; width: 22px; height: 22px; color: var(--accent); transition: transform .3s; }
details[open] summary .pm { transform: rotate(45deg); }
details p { color: var(--muted); font-weight: 300; padding: 0 2px 24px; max-width: 680px; }

/* --------------------------------------------------------------------------
   20. Footer
   -------------------------------------------------------------------------- */
footer { background: var(--navy-3); color: var(--cream); padding: 70px 0 34px; }
.foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 42px; border-bottom: 1px solid var(--line-light); }
.foot-brand .name { font-family: var(--display); font-size: 1.7rem; letter-spacing: .4em; padding-left: .4em; }
.foot-brand .tag { color: var(--accent-soft); font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; margin-top: 10px; }
.foot-brand p { color: rgba(247, 242, 234, .55); font-size: .9rem; font-weight: 300; max-width: 300px; margin-top: 14px; }
.foot-col h4 { font-family: var(--body); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-soft); margin-bottom: 16px; font-weight: 500; }
.foot-col a { display: block; color: rgba(247, 242, 234, .7); font-size: .92rem; padding: 5px 0; transition: color .3s; }
.foot-col a:hover { color: var(--accent-soft); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; color: rgba(247, 242, 234, .4); font-size: .78rem; }

/* --------------------------------------------------------------------------
   21. Floating WhatsApp
   -------------------------------------------------------------------------- */
.float-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 58px; height: 58px;
  border-radius: 50%; background: #1faf5a; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -8px rgba(0, 0, 0, .5); transition: transform .3s;
}
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 30px; height: 30px; color: #fff; }

/* --------------------------------------------------------------------------
   22. Thank-you page
   -------------------------------------------------------------------------- */
.ty-wrap { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 80px; background: radial-gradient(120% 90% at 50% 0%, rgba(187, 144, 112, .12), transparent 60%), var(--cream); }
.ty-card { max-width: 560px; }
.ty-card .ck { width: 70px; height: 70px; color: var(--accent); margin: 0 auto 24px; }
.ty-card h1 { font-size: clamp(2.4rem, 6vw, 3.4rem); color: var(--navy); margin-bottom: 14px; }
.ty-card p { color: var(--muted); font-size: 1.08rem; font-weight: 300; margin-bottom: 32px; }
.ty-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   23. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 920px) {
  .why-grid { grid-template-columns: 1fr; }
  .incl, .season, .price-wrap, .conv { grid-template-columns: 1fr; gap: 40px; }
  .fleet-grid, .quotes { grid-template-columns: 1fr; }
  .incl-photo, #catamaran .incl-photo { aspect-ratio: 16 / 10; max-height: 340px; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 20px; }
  header { padding: 16px 18px; }
  header .brand .name { font-size: 1.15rem; letter-spacing: .32em; }
  .header-actions .btn span.txt { display: none; }
  .header-actions .btn { padding: 11px 13px; }
  .sec { padding: 72px 0; }
  .hero { padding: 120px 0 80px; }
  .hero-ctas .btn { flex: 1; justify-content: center; }
  .trust .wrap { justify-content: flex-start; gap: 18px 28px; }
  .row2 { grid-template-columns: 1fr; }
  .gallery-row { padding-left: 20px; padding-right: 20px; }
  .gtile { width: 240px; }
  .foot-top { flex-direction: column; gap: 30px; }
}
