﻿:root {
  --ink: #102232;
  --muted: #617180;
  --sea: #087b8f;
  --deep: #063247;
  --gold: #c8a85a;
  --mist: #eef7f7;
  --paper: #ffffff;
  --line: rgba(16, 34, 50, .14);
  --shadow: 0 18px 50px rgba(6, 50, 71, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fbfdfd;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .02em; }
.brand img { width: 70px; height: 70px; object-fit: contain; border-radius: 50%; }
.brand span { white-space: nowrap; }
.links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.cta, .ghost, .whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 800;
}
.cta, .whatsapp { background: var(--sea); color: white; box-shadow: 0 12px 24px rgba(8,123,143,.22); }
.ghost { border: 1px solid rgba(255,255,255,.55); color: white; }
.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(4,23,34,.82), rgba(4,23,34,.48), rgba(4,23,34,.14)), url('assets/home-snorkel.jpg');
  background-size: cover;
  background-position: center;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, #fbfdfd); z-index: -1; }
.hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 74px 0 88px; color: white; }
.kicker { text-transform: uppercase; letter-spacing: .18em; color: #f0d891; font-weight: 900; font-size: 13px; }
h1 { font-size: clamp(42px, 6vw, 86px); line-height: .96; margin: 14px 0 18px; max-width: 900px; letter-spacing: 0; }
.hero p { max-width: 680px; font-size: clamp(18px, 2.2vw, 24px); line-height: 1.5; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.section { padding: 82px 20px; }
.section.alt { background: var(--mist); }
.wrap { max-width: 1180px; margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.eyebrow { color: var(--sea); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.04; margin: 10px 0 14px; letter-spacing: 0; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.7; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo-pair img, .feature-img { border-radius: 8px; box-shadow: var(--shadow); height: 420px; width: 100%; object-fit: cover; }
.photo-pair img:nth-child(2) { margin-top: 42px; }
.yachts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.yacht-card { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.yacht-card > img { width: 100%; height: 360px; object-fit: cover; }
.yacht-body { padding: 24px; }
.yacht-title { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.yacht-title h3 { margin: 0; font-size: 28px; }
.badge { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--sea); font-weight: 900; white-space: nowrap; font-size: 13px; }
.includes { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 16px; padding: 0; margin: 18px 0; list-style: none; color: var(--muted); }
.includes li::before { content: "✓"; color: var(--sea); font-weight: 900; margin-right: 8px; }
.price-table { width: 100%; border-collapse: collapse; margin: 18px 0 22px; overflow: hidden; border-radius: 8px; }
.price-table th, .price-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { background: #f3f8f8; color: var(--deep); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.price-table td:last-child { font-weight: 900; color: var(--sea); }
.route { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.route div { border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: white; }
.route strong { display: block; color: var(--deep); margin-bottom: 8px; }
.booking-priority { background: #f3f8f8; border-bottom: 1px solid var(--line); }
.booking-priority .section-head { max-width: 760px; margin-bottom: 24px; }
.booking { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: var(--shadow); }
.location-picker { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px; padding: 0; border: 0; }
.location-picker legend { width: 100%; margin-bottom: 2px; color: var(--deep); font-size: 13px; font-weight: 900; }
.location-picker label { display: block; }
.location-picker input { position: absolute; opacity: 0; pointer-events: none; }
.location-picker span { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid var(--line); border-radius: 6px; background: #fbfdfd; color: var(--deep); cursor: pointer; }
.location-picker input:checked + span { border-color: var(--sea); background: var(--sea); color: white; box-shadow: 0 10px 22px rgba(8,123,143,.2); }
.location-picker input:focus-visible + span { outline: 3px solid rgba(8,123,143,.25); outline-offset: 2px; }
.booking-fields { display: grid; grid-template-columns: 1.25fr repeat(4, minmax(0,1fr)); gap: 14px; }
.booking label { display: grid; gap: 8px; color: var(--deep); font-weight: 900; font-size: 13px; }
.booking input, .booking select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdfd;
  font: inherit;
}
.booking-results { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.booking-time-range { margin: 14px 0 0; padding: 12px 14px; border-left: 4px solid var(--sea); background: #f3f8f8; color: var(--deep); font-weight: 900; }
.booking-empty { grid-column: 1 / -1; margin: 0; color: var(--muted); background: #f3f8f8; border: 1px dashed var(--line); border-radius: 8px; padding: 18px; }
.booking-option {
  position: relative;
  display: grid;
  grid-template-rows: 190px 1fr;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 28px rgba(6,50,71,.08);
  cursor: pointer;
  text-align: left;
}
.booking-option.active { border-color: var(--sea); box-shadow: 0 16px 34px rgba(8,123,143,.18); }
.booking-option img { width: 100%; height: 190px; object-fit: cover; }
.booking-option div { padding: 16px; }
.booking-option strong { display: block; font-size: 20px; color: var(--deep); margin-bottom: 8px; }
.booking-option span { display: block; color: var(--muted); line-height: 1.5; }
.booking-option .booking-price { color: var(--sea); font-weight: 900; margin-top: 10px; }
.payment-note { display: grid; gap: 8px; margin: 22px 0 16px; padding: 18px; border-radius: 8px; background: #f3f8f8; border: 1px solid var(--line); color: var(--muted); line-height: 1.6; }
.payment-note strong { color: var(--deep); }
.booking-submit { border: 0; cursor: pointer; width: 100%; }
.booking-submit:disabled { opacity: .55; cursor: not-allowed; }
.fleet-location-head { margin: 10px 0 20px; }
.fleet-location-head h3 { margin: 6px 0 0; color: var(--deep); font-size: 30px; }
.fleet-location-lapaz { margin-top: 48px; padding: 26px 0 0; border-top: 1px solid var(--line); }
.fleet-location-lapaz p { margin: 8px 0 0; color: var(--muted); }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tab { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 16px; font-weight: 900; cursor: pointer; color: var(--ink); }
.tab.active { background: var(--deep); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gallery-grid button { border: 0; padding: 0; background: transparent; cursor: pointer; }
.gallery-grid img, .gallery-grid video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; background: #071d25; }
.reviews { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.review { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 10px 28px rgba(6,50,71,.08); }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.contact-band { background: var(--deep); color: white; padding: 70px 20px; }
.contact-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.contact-card { border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 26px; background: rgba(255,255,255,.07); }
.contact-card p { color: rgba(255,255,255,.76); line-height: 1.7; }
.footer { padding: 28px 20px; text-align: center; color: var(--muted); }
.lightbox { position: fixed; inset: 0; background: rgba(4,23,34,.88); z-index: 50; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-height: 88vh; max-width: 92vw; border-radius: 8px; box-shadow: 0 25px 70px rgba(0,0,0,.45); }
.lightbox button { position: fixed; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.12); color: white; font-size: 26px; cursor: pointer; }
@media (max-width: 900px) {
  .links { display: none; }
  .brand span { white-space: normal; }
  .hero { min-height: 720px; }
  .split, .yachts, .contact-grid, .booking-fields, .booking-results { grid-template-columns: 1fr; }
  .route, .reviews { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .photo-pair img, .feature-img, .yacht-card > img { height: 280px; }
}
@media (max-width: 560px) {
  .section { padding: 58px 16px; }
  .hero-inner { width: calc(100% - 32px); padding-bottom: 64px; }
  .hero-actions, .cta, .ghost, .whatsapp { width: 100%; }
  .includes { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .brand img { width: 58px; height: 58px; }
}


.package-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 14px;
  background: #eef8f7;
  color: #123b3a;
}

.package-price strong {
  font-size: 1.2rem;
  color: #087f76;
}
