/* ============================================================
   Planet Travel Holidays — Coastal Light theme
   Luxury ocean sports tour operator · since 2001
   ============================================================ */

:root {
  --sand: #FAF7F2;
  --white: #FFFFFF;
  --ink: #13303E;
  --slate: #51707D;
  --teal: #0E7C86;
  --teal-dark: #0A5A62;
  --turquoise: #63C3CE;
  --seafoam: #E9F3F4;
  --gold: #B99760;
  --line: #E8E2D7;
  --shadow: 0 18px 50px -18px rgba(19, 48, 62, .22);
  --radius: 14px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--teal); text-decoration: none; transition: color .25s; }
a:hover { color: var(--teal-dark); }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ---------- type ---------- */

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .01em;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
}

.section-title { font-size: clamp(34px, 4.6vw, 52px); margin-bottom: 20px; }
.section-intro { max-width: 640px; color: var(--slate); font-size: 18px; }

.center { text-align: center; }
.center .section-intro { margin: 0 auto; }

section { padding: 104px 0; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 17px 36px;
  border-radius: 60px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s ease;
}

.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(14,124,134,.55); }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }

.btn-outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn-outline:hover { background: var(--teal); color: #fff; }

/* ---------- top bar ---------- */

.topbar {
  background: #0C2230;
  color: rgba(255,255,255,.85);
  font-size: 13px;
  letter-spacing: .06em;
  padding: 9px 0;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 400; }
.topbar .badges span { margin-left: 22px; }
.topbar .badges span:first-child { margin-left: 0; }

/* ---------- nav ---------- */

header.site-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(19,48,62,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .3s;
}
header.site-nav.scrolled { box-shadow: 0 6px 24px -12px rgba(6,20,28,.55); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; }

.logo { display: flex; align-items: center; flex: none; }
.logo img { height: 46px; width: auto; display: block; }

nav.links { display: flex; align-items: center; gap: 28px; }
nav.links a {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}
nav.links a:hover { color: var(--turquoise); }
nav.links .btn { padding: 12px 22px; font-size: 11.5px; }
nav.links .btn-primary:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 6px 0; transition: .3s; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 140px 0 120px;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: url("../images/hero.jpg") center 40% / cover no-repeat;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,40,54,.42) 0%, rgba(10,40,54,.18) 45%, rgba(10,40,54,.55) 100%);
  z-index: -1;
}

.hero-inner { max-width: 780px; }

.hero .eyebrow { color: #fff; opacity: .92; }
.hero h1 {
  font-size: clamp(46px, 6.6vw, 84px);
  font-weight: 500;
  margin-bottom: 26px;
  text-shadow: 0 3px 30px rgba(0,0,0,.25);
}
.hero h1 em { font-style: italic; color: #EFE3C8; }
.hero p.lead {
  font-size: clamp(17px, 1.6vw, 21px);
  max-width: 600px;
  margin-bottom: 42px;
  opacity: .95;
  font-weight: 300;
}
.hero .actions { display: flex; gap: 18px; flex-wrap: wrap; }

.hero-scroll {
  position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%);
  color: #fff; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; opacity: .8;
}

/* ---------- trust strip ---------- */

.trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 46px 0; }
.trust .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
.trust b {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  color: var(--teal);
  display: block;
  line-height: 1.2;
}
.trust span { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); }

/* ---------- sports ---------- */

.sports { background: var(--sand); }

.sports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 64px;
}

.sport-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4.1;
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.sport-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.6,.2,1);
  z-index: -2;
}
.sport-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,36,48,0) 34%, rgba(12,36,48,.82) 100%);
  z-index: -1;
  transition: background .4s;
}
.sport-card:hover img { transform: scale(1.07); }

.sport-card .card-body { padding: 30px 28px; width: 100%; }
.sport-card h3 { font-size: 28px; margin-bottom: 6px; color: #fff; }
.sport-card p { font-size: 14.5px; opacity: 0; max-height: 0; transition: all .45s ease; font-weight: 300; }
.sport-card:hover p, .sport-card:focus-within p { opacity: .95; max-height: 90px; margin-bottom: 10px; }
.sport-card .go {
  font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 500;
  color: #fff; display: inline-flex; align-items: center; gap: 8px;
}
.sport-card .go::after { content: "→"; transition: transform .3s; }
.sport-card:hover .go::after { transform: translateX(6px); }

/* ---------- why ---------- */

.why { background: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 64px;
  margin-top: 64px;
}
.why-item { display: flex; gap: 24px; align-items: flex-start; }
.why-item .num {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  color: var(--turquoise);
  line-height: 1;
  flex: none;
  width: 60px;
}
.why-item h3 { font-size: 24px; margin-bottom: 8px; }
.why-item p { color: var(--slate); font-size: 16px; }

/* ---------- quote band ---------- */

.quote-band { background: var(--seafoam); text-align: center; }
.quote-band blockquote {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
  max-width: 820px;
  margin: 0 auto 18px;
  line-height: 1.45;
}
.quote-band cite { font-style: normal; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--slate); }

/* ---------- online booking section ---------- */

.online { background: var(--white); }
.online-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.online-media { position: relative; }
.online-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  width: 100%;
}
.online-chip {
  position: absolute;
  left: 24px; right: 24px; bottom: -26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 26px;
}
.online-chip b { display: block; font-size: 22px; font-weight: 600; color: var(--teal-dark); }
.online-chip span { font-size: 13.5px; color: var(--slate); }
.online-list { margin-top: 26px; padding-left: 0; }
.online-list li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: var(--slate);
  font-size: 16.5px;
}
.online-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--teal);
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1020px) {
  .online-inner { grid-template-columns: 1fr; gap: 60px; }
  .online-media { max-width: 560px; }
}

/* ---------- protection band ---------- */

.protect { background: var(--ink); color: rgba(255,255,255,.88); }
.protect .eyebrow { color: var(--turquoise); }
.protect .section-title { color: #fff; }
.protect .section-intro { color: rgba(255,255,255,.75); }
.protect-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}
.protect-points { display: grid; gap: 18px; }
.protect-point {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.protect-point b {
  display: block;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}
.protect-point span { font-size: 15px; color: rgba(255,255,255,.72); }
.protect .btn-outline { color: var(--turquoise); border-color: var(--turquoise); }
.protect .btn-outline:hover { background: var(--turquoise); color: var(--ink); }

@media (max-width: 1020px) {
  .protect-inner { grid-template-columns: 1fr; gap: 44px; }
}

/* ---------- consultation CTA ---------- */

.consult {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 150px 0;
  isolation: isolate;
}
.consult::before {
  content: "";
  position: absolute; inset: 0;
  background: url("../images/cta.jpg") center / cover no-repeat;
  z-index: -2;
}
.consult::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,44,58,.55), rgba(10,44,58,.62));
  z-index: -1;
}
.consult .eyebrow { color: #EFE3C8; }
.consult h2 { font-size: clamp(36px, 5vw, 60px); max-width: 820px; margin: 0 auto 22px; }
.consult p { max-width: 560px; margin: 0 auto 40px; font-size: 18px; opacity: .95; }

/* ---------- brand strip ---------- */

.brands {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 54px 0;
}
.brands .eyebrow { text-align: center; margin-bottom: 34px; }
.brands-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 6vw, 84px);
  flex-wrap: wrap;
}
.brands-row a { display: block; transition: transform .3s, opacity .3s; opacity: .92; }
.brands-row a:hover { transform: translateY(-3px); opacity: 1; }
.brands-row img { height: 46px; width: auto; }

/* ---------- footer ---------- */

footer { background: var(--ink); color: rgba(255,255,255,.8); padding: 84px 0 34px; font-size: 15px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
footer h4 {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--turquoise);
  margin-bottom: 20px;
}
footer a { color: rgba(255,255,255,.8); }
footer a:hover { color: #fff; }
footer li { list-style: none; margin-bottom: 11px; }
.footer-brand .word b { color: #fff; }
.footer-brand p { margin-top: 16px; max-width: 320px; font-size: 14.5px; color: rgba(255,255,255,.65); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding-top: 28px; font-size: 13px; color: rgba(255,255,255,.55);
}

/* ---------- contact page ---------- */

.page-hero {
  position: relative;
  color: #fff;
  padding: 130px 0 110px;
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: url("../images/contact-hero.jpg") center 60% / cover no-repeat;
  z-index: -2;
}
.page-hero--protection::before { background-image: url("../images/protection-hero.jpg"); }

/* case cards ("what that means in practice") */
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 48px;
  text-align: left;
}
.case-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 36px;
  box-shadow: var(--shadow);
}
.case-card h3 { font-size: 26px; margin-bottom: 10px; color: var(--teal-dark); }
.case-card p { color: var(--slate); font-size: 16px; }
@media (max-width: 760px) { .case-grid { grid-template-columns: 1fr; } }
.page-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,40,54,.45), rgba(10,40,54,.35));
  z-index: -1;
}
.page-hero h1 { font-size: clamp(42px, 5.6vw, 68px); margin-bottom: 14px; }
.page-hero p { font-size: 19px; max-width: 560px; }

.contact-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: start;
}

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 46px;
}
.form-card h2 { font-size: 32px; margin-bottom: 8px; }
.form-card > p { color: var(--slate); margin-bottom: 30px; font-size: 15.5px; }

.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink);
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--sand);
  transition: border .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14,124,134,.14);
  background: #fff;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.field-label {
  display: block;
  font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 10px;
}
.sport-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.sport-pills .pill { cursor: pointer; }
.sport-pills .pill input { position: absolute; opacity: 0; pointer-events: none; }
.sport-pills .pill span {
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid var(--line);
  border-radius: 60px;
  background: var(--sand);
  font-size: 14.5px;
  font-weight: 400;
  color: var(--ink);
  transition: all .25s;
  user-select: none;
}
.sport-pills .pill:hover span { border-color: var(--teal); color: var(--teal); }
.sport-pills .pill input:checked + span {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(14,124,134,.5);
}
.sport-pills .pill input:focus-visible + span { outline: 2px solid var(--teal); outline-offset: 2px; }

.info-block { margin-bottom: 38px; }
.info-block h3 { font-size: 23px; margin-bottom: 10px; }
.info-block p { color: var(--slate); font-size: 16px; }
.info-block .big {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--teal);
  font-weight: 600;
  display: inline-block;
  margin: 4px 0;
}

/* ---------- modal ---------- */

.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(12,36,48,.66);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center; justify-content: center;
  z-index: 200;
  padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--white);
  border-radius: 18px;
  width: min(880px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 40px;
  position: relative;
  text-align: center;
  animation: pop .35s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes pop { from { transform: scale(.94); opacity: 0; } }
.modal h3 { font-size: 30px; margin-bottom: 10px; }
.modal p { color: var(--slate); margin-bottom: 24px; }
.modal .close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none;
  font-size: 30px; line-height: 1;
  color: var(--slate);
  cursor: pointer;
}
.modal iframe { width: 100%; height: 620px; border: 0; border-radius: 12px; }
.modal .fallback-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

/* ---------- reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- responsive ---------- */

@media (max-width: 1020px) {
  .sports-grid { grid-template-columns: repeat(2, 1fr); }
  .trust .container { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 1120px) {
  nav.links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink);
    flex-direction: column;
    padding: 26px 6%;
    align-items: flex-start;
    gap: 22px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 20px 30px -18px rgba(6,20,28,.6);
  }
  nav.links.open { display: flex; }
  .nav-toggle { display: block; }
}

@media (max-width: 760px) {
  section { padding: 72px 0; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .topbar .badges { display: none; }
  .hero { min-height: 78vh; }
  .form-card { padding: 30px 22px; }
  .field-row { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .sports-grid { grid-template-columns: 1fr; }
  .sport-card { aspect-ratio: 4 / 3.4; }
  .sport-card p { opacity: .95; max-height: 90px; margin-bottom: 10px; }
}
