/* ===========================================================
   LOBA Surfcamp — West Coast, Portugal
   Aesthetic: warm cream + spray-paint display type + pill UI
   =========================================================== */

:root {
  --cream: #f1e8df;
  --cream-soft: #f7f0e8;
  --orange: #ef5d2f;
  --orange-soft: #f6a98c;
  --navy: #2a211c;
  --pink: #ef94c5;
  --pink-soft: #f6c4de;
  --green: #508b4b;
  --yellow: #ffd83d;
  --ink: #222222;
  --white: #ffffff;

  --font-spray: "Lacquer", "Arial Black", sans-serif;
  --font-marker: "Permanent Marker", cursive;
  --font-body: Arial, Helvetica, sans-serif;

  --container: 1280px;
  --radius: 26px;
  --radius-lg: 40px;

  /* jagged "torn paper" edge mask (top + bottom), viewBox 1440x400 */
  --torn-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221440%22%20height%3D%22400%22%20viewBox%3D%220%200%201440%20400%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0%20L0.0%2C34.4%20L31.3%2C29.9%20L62.6%2C42.9%20L93.9%2C27.9%20L125.2%2C39.9%20L156.5%2C35.5%20L187.8%2C27.5%20L219.1%2C39.2%20L250.4%2C27.0%20L281.7%2C37.3%20L313.0%2C27.8%20L344.3%2C28.4%20L375.7%2C37.0%20L407.0%2C47.5%20L438.3%2C29.2%20L469.6%2C31.8%20L500.9%2C42.3%20L532.2%2C50.6%20L563.5%2C41.0%20L594.8%2C36.3%20L626.1%2C51.4%20L657.4%2C27.2%20L688.7%2C48.3%20L720.0%2C33.5%20L751.3%2C29.8%20L782.6%2C29.1%20L813.9%2C34.0%20L845.2%2C47.2%20L876.5%2C30.7%20L907.8%2C41.1%20L939.1%2C42.6%20L970.4%2C35.7%20L1001.7%2C40.2%20L1033.0%2C27.6%20L1064.3%2C27.5%20L1095.7%2C31.4%20L1127.0%2C43.7%20L1158.3%2C37.1%20L1189.6%2C34.2%20L1220.9%2C41.2%20L1252.2%2C37.8%20L1283.5%2C33.8%20L1314.8%2C46.7%20L1346.1%2C44.2%20L1377.4%2C32.3%20L1408.7%2C40.9%20L1440.0%2C39.7%20L1440%2C0%20L1440%2C400%20L1440.0%2C351.5%20L1408.7%2C352.7%20L1377.4%2C351.0%20L1346.1%2C359.7%20L1314.8%2C362.3%20L1283.5%2C371.9%20L1252.2%2C351.3%20L1220.9%2C363.8%20L1189.6%2C367.6%20L1158.3%2C370.6%20L1127.0%2C354.0%20L1095.7%2C372.5%20L1064.3%2C371.0%20L1033.0%2C369.6%20L1001.7%2C362.0%20L970.4%2C373.4%20L939.1%2C356.6%20L907.8%2C364.0%20L876.5%2C366.6%20L845.2%2C352.6%20L813.9%2C348.2%20L782.6%2C357.2%20L751.3%2C355.8%20L720.0%2C372.4%20L688.7%2C356.7%20L657.4%2C361.7%20L626.1%2C349.4%20L594.8%2C352.2%20L563.5%2C362.1%20L532.2%2C358.9%20L500.9%2C358.5%20L469.6%2C355.9%20L438.3%2C365.8%20L407.0%2C351.2%20L375.7%2C359.1%20L344.3%2C354.1%20L313.0%2C356.6%20L281.7%2C373.0%20L250.4%2C361.3%20L219.1%2C370.0%20L187.8%2C354.3%20L156.5%2C363.1%20L125.2%2C370.9%20L93.9%2C348.5%20L62.6%2C366.5%20L31.3%2C355.0%20L0.0%2C351.2%20L0%2C400%20Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

/* keep big display type from overflowing narrow screens */
.hero-title, .reviews-title, .intro-head, .band-title, .h-spray, .page-hero h1,
.cta-pink .graffiti-line, .footer-band-word, .section-title .spray, .section-title .marker,
.why-title .spray, .why-title .marker, .beach-info h3, .request-intro h2, .discover-text h3 {
  overflow-wrap: break-word;
  word-break: break-word;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Graffiti / spray-paint titles ---------- */
.spray {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--orange);
  line-height: 0.92;
  letter-spacing: 1px;
  margin: 0;
}

.graffiti {
  position: relative;
  display: inline-block;
}

.graffiti .spray {
  font-size: clamp(2.6rem, 8vw, 6rem);
  opacity: 0.92;
}

.graffiti .marker {
  font-family: var(--font-marker);
  position: absolute;
  white-space: nowrap;
  transform: rotate(-5deg);
  pointer-events: none;
}

/* faded-back version used as huge section headers */
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.section-title .spray {
  font-size: clamp(2.8rem, 9vw, 6.5rem);
  color: var(--orange-soft);
  opacity: 0.55;
}

.section-title .marker {
  font-family: var(--font-marker);
  color: var(--navy);
  font-size: clamp(1.6rem, 5vw, 3.4rem);
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) rotate(-4deg);
  white-space: nowrap;
}

.section-title.alt .marker { color: var(--orange); }
.section-title.on-pink .spray { color: #d96aa3; opacity: 0.5; }
.section-title.on-pink .marker { color: var(--navy); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 999px;
  border: 2px solid var(--navy);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn-orange { background: var(--orange); border-color: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }

.btn-pink { background: var(--pink); border-color: var(--navy); color: var(--navy); }
.btn-pink:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }

.btn-navy { background: var(--navy); border-color: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }

.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }

.btn-block { width: 100%; }

/* ---------- Stats / social proof band ---------- */
.stats { background: var(--navy); color: var(--cream); padding: 40px 0; }
.stats-intro {
  text-align: center;
  font-family: var(--font-marker);
  color: var(--orange-soft);
  font-size: clamp(1rem, 2.4vw, 1.4rem);
  margin: 0 0 30px;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: "";
  position: absolute;
  left: -12px; top: 50%;
  transform: translateY(-50%);
  height: 56px; width: 1px;
  background: rgba(241,232,223,0.18);
}
.stat-num {
  display: block;
  font-family: var(--font-spray);
  color: var(--orange);
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1;
}
.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241,232,223,0.78);
}

/* ---------- Header (overlays the hero videos) ---------- */
.hero-shell { position: relative; }
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: transparent;
  border-bottom: 1px solid rgba(241,232,223, 0.18);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
/* default (over video): light type + cream logo shows as-is */
.site-header .nav-link { color: var(--cream); }
.site-header .nav-toggle span { background: var(--cream); }
.site-header .header-center img { transition: filter 0.25s ease; }

/* scrolled: solid cream bar, dark type, darkened logo */
.site-header.scrolled {
  position: fixed;
  background: var(--cream);
  border-bottom-color: rgba(42,33,28, 0.08);
  box-shadow: 0 4px 18px rgba(42,33,28, 0.14);
}
.site-header.scrolled .nav-link { color: var(--navy); }
.site-header.scrolled .nav-link:hover { color: var(--orange); }
.site-header.scrolled .nav-toggle span { background: var(--navy); }
.site-header.scrolled .header-center img { filter: brightness(0) saturate(0); }
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 28px;
}
.header-left, .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-right { justify-content: flex-end; }
.header-center { display: flex; align-items: center; justify-content: center; gap: 5px; }
.header-center img { height: 38px; width: auto; }
.header-center img.header-sun { height: 38px; }

/* desktop: desert-style — logo centered, nav split left/right, full width hugging the margins */
@media (min-width: 1025px) {
  .header-inner { max-width: none; padding: 14px 40px; }
}

.nav-link {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color 0.15s ease;
}
.nav-link:hover { color: var(--orange); }
.nav-link.pink { color: var(--pink); }

.header-book { padding: 11px 22px; font-size: 0.74rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--navy); border-radius: 3px; display: block; }

/* ---------- Hero (wall of looping videos) ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--cream);
  padding: 130px 20px 60px;
  overflow: hidden;
}
.hero-videos {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--navy);
}
.hero-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(42,33,28,0.55) 0%, rgba(42,33,28,0.30) 38%, rgba(42,33,28,0.70) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-join {
  display: inline-block;
  font-family: var(--font-marker);
  background: var(--pink);
  color: var(--navy);
  padding: 8px 26px;
  border-radius: 999px;
  font-size: 1.1rem;
  transform: rotate(-3deg);
  margin-bottom: 26px;
  border: 2px solid var(--navy);
}
.hero-title {
  font-family: var(--font-spray);
  text-transform: uppercase;
  font-size: clamp(2.8rem, 11vw, 8rem);
  line-height: 0.9;
  color: var(--orange);
  margin: 0;
  text-shadow: 0 4px 30px rgba(0,0,0,0.35);
}
.hero-marker {
  font-family: var(--font-marker);
  color: var(--cream);
  font-size: clamp(1.2rem, 4vw, 2.4rem);
  transform: rotate(-2deg);
  display: inline-block;
  margin-top: 10px;
}
.hero-caption {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-top: 24px;
  color: rgba(241,232,223,0.9);
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: center;
  margin-top: 34px;
}
.hero-badges span {
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-badges span::before { content: "●"; color: var(--pink); font-size: 0.7rem; }

/* ---------- Intro band ---------- */
.intro { padding: 80px 0 30px; }
.intro-head {
  font-family: var(--font-spray);
  text-transform: uppercase;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  color: var(--navy);
  line-height: 1;
  max-width: 820px;
  margin: 0 0 40px;
}
.intro-head em { color: var(--orange); font-style: normal; }
.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.intro-col h4 {
  font-family: var(--font-marker);
  color: var(--pink);
  font-size: 1.1rem;
  margin: 0 0 8px;
}
.intro-col.c2 h4 { color: var(--pink); }
.intro-col.c3 h4 { color: var(--pink); }
.intro-col.c4 h4 { color: var(--pink); }
.intro-col p { font-size: 0.92rem; color: var(--ink); margin: 0; }

/* ---------- Packages ---------- */
.packages { padding: 70px 0 80px; }
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.pkg-card {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pkg-media {
  position: relative;
  height: 170px;
  background-size: cover;
  background-position: center;
}
.pkg-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-marker);
  background: var(--navy);
  color: var(--cream);
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 999px;
}
.pkg-pill {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--pink);
  color: var(--navy);
  padding: 4px 10px;
  border-radius: 999px;
}
.pkg-body { padding: 18px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.pkg-body h3 {
  font-family: var(--font-spray);
  text-transform: uppercase;
  font-size: 1.05rem;
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--orange);
}
.pkg-card:nth-child(2) .pkg-body h3 { color: var(--pink); }
.pkg-card:nth-child(3) .pkg-body h3 { color: var(--pink); }
.pkg-card:nth-child(4) .pkg-body h3 { color: var(--orange); }
.pkg-card:nth-child(5) .pkg-body h3 { color: var(--orange); }
.pkg-list { list-style: none; padding: 0; margin: 0 0 18px; flex: 1; }
.pkg-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.78rem;
  color: var(--ink);
  margin-bottom: 7px;
  line-height: 1.4;
}
.pkg-list li::before { content: "—"; position: absolute; left: 0; color: var(--orange); }
.pkg-actions { display: flex; flex-direction: column; gap: 8px; }
.pkg-actions .btn { font-size: 0.68rem; padding: 10px 14px; letter-spacing: 0.08em; }
.pkg-footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pkg-footer .btn { padding: 16px 60px; }

/* ---------- Wide photo / payment band ---------- */
.band {
  position: relative;
  color: var(--white);
  padding: 90px 0;
  background-size: cover;
  background-position: center;
}
.band::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(42,33,28,0.78), rgba(42,33,28,0.35));
}
.band-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.band-title {
  font-family: var(--font-spray);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.92;
  margin: 0;
}
.band-text p { font-size: 1rem; color: rgba(255,255,255,0.92); }
.band-text .btn { margin-top: 10px; }

/* ---------- Why ---------- */
.why { position: relative; padding: 80px 0 40px; }
.why-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 10px;
}
.why-stats span {
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}
.why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 30px; align-items: center; }
.why-title .spray { font-size: clamp(3rem, 9vw, 7rem); color: var(--orange-soft); opacity: 0.5; }
.why-title .marker {
  font-family: var(--font-marker);
  color: var(--navy);
  font-size: clamp(2rem, 6vw, 4rem);
  display: inline-block;
  transform: rotate(-4deg);
}
.why-list { list-style: none; padding: 0; margin: 24px 0 0; columns: 1; }
.why-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--ink);
}
.why-list li::before { content: "✶"; position: absolute; left: 0; color: var(--pink); }
.why-photo img { width: 100%; max-height: 440px; object-fit: cover; border-radius: var(--radius-lg); border: 3px solid var(--navy); }

/* ---------- Important to know ---------- */
.important { position: relative; padding: 0 0 70px; }
.important-photo {
  height: 360px;
  background-size: cover;
  background-position: center 60%;
  -webkit-mask-image: var(--torn-mask);
  mask-image: var(--torn-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.important-body { padding-top: 30px; }
.know-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 50px; margin-top: 10px; }
.know-item { padding-left: 18px; position: relative; }
.know-item::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.know-item h4 { font-family: var(--font-marker); color: var(--navy); font-size: 1.05rem; margin: 0 0 4px; }
.know-item p { font-size: 0.88rem; color: var(--ink); margin: 0; }
.know-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }

/* ---------- Surfing / discover block ---------- */
.discover { padding: 60px 0 80px; }
.discover-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--navy); }
.discover-media { position: relative; min-height: 380px; background-size: cover; background-position: center; }
.discover-media .marker {
  position: absolute;
  left: 30px;
  bottom: 26px;
  font-family: var(--font-marker);
  color: var(--cream);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  transform: rotate(-4deg);
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.discover-text { background: var(--navy); color: var(--cream); padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; }
.discover-text h3 { font-family: var(--font-spray); text-transform: uppercase; color: var(--orange); font-size: 1.8rem; margin: 0 0 18px; }
.discover-text p { color: rgba(241,232,223,0.9); font-size: 0.95rem; }
.discover-text .btn { align-self: flex-start; margin-top: 12px; }

/* ---------- Request / form ---------- */
.request { padding: 70px 0; background: var(--cream-soft); }
.request-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.request-intro h2 { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 0.95; margin: 0 0 18px; }
.request-intro h2 em { color: var(--orange); font-style: normal; }
.request-intro p { color: var(--ink); font-size: 0.98rem; }
.request-check { list-style: none; padding: 0; margin: 22px 0 0; }
.request-check li { position: relative; padding-left: 28px; font-weight: 700; margin-bottom: 12px; }
.request-check li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; background: var(--orange); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; }

.card-form {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  padding: 32px;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); }
input, select, textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 14px;
  border-radius: 12px;
  border: 2px solid rgba(42,33,28,0.18);
  background: var(--cream-soft);
  color: var(--ink);
  width: 100%;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); }
textarea { resize: vertical; }
.field-checkboxes { border: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.field-checkboxes legend { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); width: 100%; margin-bottom: 4px; padding: 0; }
.checkbox { display: flex; align-items: center; gap: 8px; font-weight: 400; font-size: 0.88rem; text-transform: none; letter-spacing: 0; }
.checkbox input { width: auto; }
.btn-submit { width: 100%; margin-top: 24px; }
.form-note { font-size: 0.74rem; color: rgba(34,34,34,0.7); text-align: center; margin: 12px 0 0; }
.form-success {
  margin-top: 18px;
  background: rgba(239,93,47,0.10);
  border: 2px solid var(--orange);
  border-radius: 14px;
  padding: 16px;
  color: var(--navy);
}
.form-success strong { display: block; margin-bottom: 4px; }
.form-success p { margin: 0; }

/* ---------- CTA pink band ---------- */
.cta-pink { background: var(--pink-soft); padding: 64px 0; text-align: center; }
.cta-pink .graffiti-line {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--navy);
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1;
  margin: 0 0 26px;
}
.cta-pink .graffiti-line em { font-family: var(--font-marker); color: var(--orange); font-style: normal; }

/* ---------- Reviews (clean editorial format, inspired by lapoint) ---------- */
.reviews { background: var(--cream-soft); padding: 90px 0 100px; }
.reviews-head { max-width: 740px; margin: 0 0 50px; }
.reviews-eyebrow {
  font-family: var(--font-marker);
  color: var(--orange);
  font-size: 1.15rem;
  display: inline-block;
  transform: rotate(-2deg);
}
.reviews-title {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.98;
  margin: 10px 0 16px;
}
.reviews-sub { color: rgba(42,33,28,0.7); font-size: 1rem; max-width: 560px; margin: 0; }

.reviews-head { margin-bottom: 14px; }

/* star rating component — fills by --rating/5 */
.stars { --rating: 5; display: inline-block; line-height: 1; font-family: Arial, sans-serif; white-space: nowrap; }
.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #f5a623 calc(var(--rating) / 5 * 100%), rgba(42,33,28,0.18) calc(var(--rating) / 5 * 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stars.tp::before { background: linear-gradient(90deg, #00b67a calc(var(--rating) / 5 * 100%), rgba(42,33,28,0.18) calc(var(--rating) / 5 * 100%)); -webkit-background-clip: text; background-clip: text; }

/* Trustpilot trust line */
.trustpilot { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 24px 0 46px; }
.trustpilot .stars { font-size: 1.35rem; }
.tp-score { font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.tp-score strong { font-size: 1.3rem; }
.tp-label { font-size: 0.86rem; color: rgba(42,33,28,0.62); }
.tp-label strong { color: var(--navy); }

/* review cards with avatars */
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.review-card {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  padding: 28px 26px;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.review-card blockquote { overflow-wrap: anywhere; }
.review-person { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; min-width: 0; }
.review-person > div { min-width: 0; }
.review-avatar { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--navy); flex-shrink: 0; }
.review-name { font-family: var(--font-marker); color: var(--navy); font-size: 1.1rem; display: block; line-height: 1.15; }
.review-name .flag { font-family: var(--font-body); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(42,33,28,0.42); margin-left: 6px; vertical-align: middle; }
.review-person .stars { font-size: 0.95rem; margin-top: 4px; }
.review-card blockquote { margin: 0; color: var(--ink); font-size: 0.95rem; line-height: 1.6; }
.reviews-foot { text-align: center; margin-top: 46px; }

/* ---------- Footer closing band (torn-paper photo + marker words) ---------- */
.footer-band {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14em;
  padding: 0 6vw;
  -webkit-mask-image: var(--torn-mask);
  mask-image: var(--torn-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.footer-band::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(42,33,28,0.45), rgba(42,33,28,0.15) 50%, rgba(42,33,28,0.45));
}
.footer-band-word {
  position: relative;
  font-family: var(--font-marker);
  color: var(--cream);
  font-size: clamp(2.4rem, 8vw, 6rem);
  line-height: 0.9;
  text-shadow: 0 3px 22px rgba(0,0,0,0.55);
}
.footer-band-word.left { transform: rotate(-4deg); }
.footer-band-word.right { transform: rotate(3deg); color: var(--orange); }

/* ---------- Footer (warm cream, like desertsurfcamp) ---------- */
.site-footer { background: var(--cream); color: var(--navy); padding-top: 30px; margin-top: -2px; }

/* big marker tagline + book button row */
.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 28px 40px;
  border-bottom: 2px solid rgba(42,33,28,0.12);
}
.footer-tag {
  font-family: var(--font-marker);
  color: var(--orange);
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  line-height: 0.95;
  margin: 0;
  transform: rotate(-2deg);
}

.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 36px; padding: 44px 28px 30px; }
.footer-brand img { height: 40px; margin-bottom: 16px; filter: brightness(0) saturate(0); }
.footer-brand p { color: rgba(42,33,28,0.7); max-width: 320px; }
.footer-col h4 { font-family: var(--font-marker); color: var(--orange); font-size: 1.2rem; margin: 0 0 14px; }
.footer-col a { display: block; font-size: 0.92rem; margin-bottom: 9px; color: rgba(42,33,28,0.78); transition: color 0.15s ease; }
.footer-col a:hover { color: var(--orange); }
.footer-col p { color: rgba(42,33,28,0.7); font-size: 0.92rem; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--navy);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.footer-social a:hover { background: var(--orange); border-color: var(--orange); color: var(--white); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }

/* payment badges */
.footer-pay { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.footer-pay .pay-label { width: 100%; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(42,33,28,0.5); margin-bottom: 4px; }
.pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  background: var(--white);
  border: 1px solid rgba(42,33,28,0.16);
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 3px rgba(42,33,28,0.08);
}
.pay-badge svg { width: 17px; height: 17px; display: block; }
.pay-badge.pay-icon { padding: 0 14px; }
.pay-badge.pay-icon svg { width: auto; height: 19px; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 28px 28px;
  border-top: 2px solid rgba(42,33,28,0.12);
  font-size: 0.8rem;
  color: rgba(42,33,28,0.6);
}
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: rgba(42,33,28,0.6); }
.footer-legal a:hover { color: var(--orange); }
.footer-legal-info { display: flex; flex-direction: column; gap: 2px; }
.footer-legal-info span { font-size: 0.8rem; color: rgba(42,33,28,0.6); }

/* giant brand wordmark ending (desert-style) */
.footer-wordmark { position: relative; overflow: hidden; background: var(--cream); }
.fw-mark {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--orange);
  font-size: clamp(2rem, 11vw, 13rem);
  line-height: 0.74;
  letter-spacing: -0.005em;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 22px 0 34px;
  user-select: none;
}
.fw-bar { position: relative; z-index: 2; background: var(--orange); margin-top: -20px; }
.fw-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px 26px; padding: 15px 0; }
.fw-bar .footer-legal-info span { color: rgba(255,255,255,0.9); }
.fw-bar .footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.fw-bar .footer-legal a { color: rgba(255,255,255,0.92); }
.fw-bar .footer-legal a:hover { color: var(--navy); }

/* cookie consent banner (shown only when analytics is configured in script.js) */
.cookie-banner {
  position: fixed;
  left: 18px; bottom: 18px;
  z-index: 200;
  width: min(420px, calc(100vw - 36px));
  background: var(--cream-soft);
  color: var(--navy);
  border: 1.5px solid rgba(42,33,28,0.12);
  border-radius: var(--radius);
  padding: 20px 22px 18px;
  box-shadow: 0 18px 44px rgba(42,33,28,0.24);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon text" "actions actions";
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(.2,.8,.2,1);
}
.cookie-banner.is-in { opacity: 1; transform: translateY(0) scale(1); }
.cookie-banner.is-out { opacity: 0; transform: translateY(24px) scale(0.98); }
.cookie-sun { grid-area: icon; width: 40px; height: 40px; margin-top: 2px; }
.cookie-text { grid-area: text; }
.cookie-title { display: block; font-family: var(--font-marker); font-weight: 400; font-size: 1.12rem; line-height: 1.15; color: var(--navy); margin-bottom: 6px; }
.cookie-banner p { margin: 0; font-size: 0.85rem; line-height: 1.5; color: rgba(42,33,28,0.78); }
.cookie-banner a { color: var(--orange); text-decoration: underline; font-weight: 700; }
@media (max-width: 420px) {
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 16px 16px 14px; }
}

/* ---------- Floating control: back to top ---------- */
.floaty { position: fixed; right: 18px; bottom: 18px; z-index: 150; display: flex; flex-direction: column; gap: 10px; }
.floaty-btn { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(42,33,28,0.25); transition: transform 0.15s ease, opacity 0.25s ease, visibility 0.25s; }
.floaty-btn svg { width: 20px; height: 20px; }
.floaty-btn:hover { transform: translateY(-2px); }
.to-top { background: var(--orange); color: #fff; display: none; }
.to-top.show { display: flex; }
.wa-btn { background: #25D366; color: #fff; }
.cookie-actions { grid-area: actions; display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.cookie-actions .btn-cookie-accept { width: 100%; padding: 12px 20px; font-size: 0.82rem; }
.cookie-links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-cookie-link { background: none; border: none; color: rgba(42,33,28,0.4); font-family: inherit; font-size: 0.76rem; cursor: pointer; padding: 4px 2px; text-decoration: underline; }
.btn-cookie-link:hover { color: rgba(42,33,28,0.7); }
.cookie-sep { color: rgba(42,33,28,0.3); font-size: 0.76rem; }

/* ---- Cookie preferences modal ---- */
.cc-modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(42,33,28,0.5); opacity: 0; transition: opacity 0.3s ease; }
.cc-modal.is-in { opacity: 1; }
.cc-modal.is-out { opacity: 0; }
.cc-modal-card { background: var(--cream-soft); color: var(--navy); border-radius: var(--radius); padding: 26px 26px 22px; width: min(440px, 100%); max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 50px rgba(42,33,28,0.35); transform: translateY(16px); transition: transform 0.3s ease; }
.cc-modal.is-in .cc-modal-card { transform: translateY(0); }
.cc-modal-title { font-family: var(--font-marker); font-weight: 400; font-size: 1.5rem; line-height: 1.1; margin: 0 0 6px; color: var(--navy); }
.cc-modal-intro { margin: 0 0 16px; font-size: 0.86rem; color: rgba(42,33,28,0.7); }
.cc-cats { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cc-cat { border: 1px solid rgba(42,33,28,0.12); border-radius: 16px; padding: 12px 14px; background: rgba(255,255,255,0.45); }
.cc-cat-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.cc-cat-head strong { font-size: 0.95rem; }
.cc-cat p { margin: 0; font-size: 0.78rem; color: rgba(42,33,28,0.66); line-height: 1.45; }
.cc-always { font-size: 0.68rem; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.cc-switch { position: relative; display: inline-block; width: 42px; height: 24px; flex: 0 0 auto; }
.cc-switch input { opacity: 0; width: 0; height: 0; }
.cc-slider { position: absolute; inset: 0; background: rgba(42,33,28,0.25); border-radius: 999px; transition: background 0.2s ease; }
.cc-slider::before { content: ""; position: absolute; height: 18px; width: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform 0.2s ease; }
.cc-switch input:checked + .cc-slider { background: var(--orange); }
.cc-switch input:checked + .cc-slider::before { transform: translateX(18px); }
.cc-switch input:focus-visible + .cc-slider { outline: 2px solid var(--navy); outline-offset: 2px; }
.cc-modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cc-modal-actions .btn { flex: 1 1 auto; padding: 12px 18px; font-size: 0.82rem; }
.cc-modal-actions .btn-cookie-link { flex: 0 0 auto; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   SUBPAGES (beaches / about / gallery / faq)
   ========================================================= */

/* solid header variant for pages without a hero video */
.site-header--solid {
  position: sticky;
  background: var(--cream);
  border-bottom: 1px solid rgba(42,33,28,0.10);
  box-shadow: 0 2px 14px rgba(42,33,28,0.10);
}
.site-header--solid .nav-link { color: var(--navy); }
.site-header--solid .nav-link:hover { color: var(--orange); }
.site-header--solid .header-center img { filter: brightness(0) saturate(0); }
.site-header--solid .nav-toggle span { background: var(--navy); }

/* page hero banner */
.page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--cream);
  padding: 70px 20px;
  background-size: cover;
  background-position: center;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,33,28,0.45), rgba(42,33,28,0.6)); }
.page-hero > * { position: relative; }
.page-hero .eyebrow { font-family: var(--font-marker); color: var(--pink); font-size: 1.2rem; transform: rotate(-2deg); }
.page-hero h1 {
  font-family: var(--font-spray);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.95;
  color: var(--orange);
  margin: 10px 0 14px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.page-hero p { max-width: 620px; color: rgba(241,232,223,0.92); margin: 0; }

.section { padding: 80px 0; }
.section-tight { padding: 56px 0; }
.lead { font-size: 1.05rem; color: rgba(42,33,28,0.78); max-width: 720px; }
.eyebrow-mark { font-family: var(--font-marker); color: var(--orange); font-size: 1.15rem; display: inline-block; transform: rotate(-2deg); }
.h-spray { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: clamp(1.9rem, 5vw, 3.2rem); line-height: 1; margin: 8px 0 18px; }

/* ---- Beaches page ---- */
.map-block { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: center; }
.beach-list { list-style: none; padding: 0; margin: 0; }
.beach-list li { margin-bottom: 10px; }
.beach-list a { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 2px solid var(--navy); border-radius: 999px; font-weight: 700; transition: background 0.15s ease, color 0.15s ease; }
.beach-list a:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.beach-list .num-badge { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: var(--orange); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-marker); font-size: 1rem; }
.beach-list a:hover .num-badge { background: var(--navy); }

.map-wrap { position: relative; }
.map-wrap > img { width: 100%; display: block; border-radius: var(--radius-lg); border: 3px solid var(--navy); }
.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  border: 2px solid var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-marker); font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  transition: transform 0.15s ease, background 0.15s ease;
  z-index: 2;
}
.map-pin:hover { transform: translate(-50%, -50%) scale(1.18); background: var(--navy); z-index: 3; }
.map-tip {
  position: absolute; bottom: 128%; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: var(--cream);
  font-family: var(--font-body); font-weight: 700; font-size: 0.74rem;
  padding: 6px 11px; border-radius: 10px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.15s ease;
}
.map-pin:hover .map-tip { opacity: 1; }

.beach-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 40px 0; border-top: 2px solid rgba(42,33,28,0.10); scroll-margin-top: 90px; }
.beach-row:nth-child(even) .beach-photo { order: 2; }
.beach-photo { border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--navy); }
.beach-photo img { width: 100%; height: 360px; object-fit: cover; display: block; }
.beach-info .beach-kicker { font-family: var(--font-marker); color: var(--orange); font-size: 1.1rem; }
.beach-info h3 { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin: 4px 0 14px; line-height: 1; }
.beach-info p { color: var(--ink); margin: 0; }
.beach-num { font-family: var(--font-marker); color: var(--orange-soft); font-size: 2.2rem; line-height: 1; }

.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 10px; }
.region-card { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); overflow: hidden; }
.region-card .rc-body { padding: 18px 20px 22px; }
.region-card h4 { font-family: var(--font-marker); color: var(--orange); font-size: 1.25rem; margin: 0 0 6px; }
.region-card p { font-size: 0.9rem; color: var(--ink); margin: 0; }
.link-arrow { color: var(--orange); font-weight: 700; font-size: 0.88rem; text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.15s ease; }
.link-arrow:hover { border-bottom-color: var(--orange); }

/* ---- About page ---- */
.about-story { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.about-story-media { border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--navy); }
.about-story-media img { width: 100%; height: 440px; object-fit: cover; display: block; }
.owners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.owner-card { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.owner-photo { height: 280px; background-size: cover; background-position: center; }
.owner-body { padding: 22px 24px 26px; }
.owner-body h3 { font-family: var(--font-spray); text-transform: uppercase; color: var(--orange); font-size: 1.4rem; margin: 0 0 4px; }
.owner-role { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(42,33,28,0.55); display: block; margin-bottom: 12px; }
.owner-body p { font-size: 0.92rem; color: var(--ink); margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { text-align: center; padding: 8px; }
.value-card .v-ico { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; background: var(--pink-soft); color: var(--navy); display: flex; align-items: center; justify-content: center; border: 2px solid var(--navy); }
.value-card .v-ico svg { width: 27px; height: 27px; }
.value-card h4 { font-family: var(--font-marker); color: var(--navy); font-size: 1.1rem; margin: 0 0 6px; }
.value-card p { font-size: 0.88rem; color: var(--ink); margin: 0; }

/* ---- Gallery page ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); border: 2px solid var(--navy); display: block; background: var(--cream-soft); }

/* ---------- Page transition loader (spinning sun) ---------- */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 100% do viewport para position:fixed — cobre o ecrã todo em QUALQUER browser (mais compatível que inset/vh/dvh/lvh) */
  z-index: 99999;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.page-loader img {
  width: 92px;
  height: 92px;
  animation: sun-spin 2.2s linear infinite;
  will-change: transform;
}
@keyframes sun-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .page-loader img { animation: none; } }

/* scattered decorative suns (subtle brand-coloured accents, injected by JS) */
#deco-layer { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; pointer-events: none; z-index: 1; }
.deco-sun {
  position: absolute;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-position: center; mask-position: center;
  animation: sun-spin linear infinite;
}
@media (prefers-reduced-motion: reduce) { .deco-sun { animation: none; } }

/* ---- FAQ page ---- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border: 2px solid var(--navy); border-radius: var(--radius); background: var(--white); margin-bottom: 16px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 26px; font-family: var(--font-marker); color: var(--navy); font-size: 1.15rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--font-spray); color: var(--orange); font-size: 1.8rem; line-height: 1; transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 26px 24px; color: var(--ink); }
.faq-answer p { margin: 0 0 10px; }
.faq-answer ul { margin: 0 0 10px; padding-left: 20px; }
.faq-answer li { margin-bottom: 6px; }

/* ---- Blog ---- */
.blog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 40px; }
.chip {
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
  border: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.chip:hover { background: var(--pink-soft); }
.chip.is-active { background: var(--navy); color: var(--cream); }

/* featured post */
.blog-featured {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 60px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.blog-featured-media { height: 100%; min-height: 360px; background-size: cover; background-position: center; }
.blog-featured-body { padding: 40px 44px 44px; }
.blog-featured-body h2 {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.02;
  margin: 14px 0 14px;
}
.blog-featured-body p { color: var(--ink); margin: 0 0 22px; }

/* post grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(42,33,28,0.16); }
.post-media { height: 200px; background-size: cover; background-position: center; }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-cat {
  align-self: flex-start;
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  background: rgba(239,93,47,0.10);
  padding: 4px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.post-card h3 {
  font-family: var(--font-spray);
  text-transform: uppercase;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.08;
  margin: 0 0 10px;
}
.post-card p { font-size: 0.9rem; color: var(--ink); margin: 0 0 16px; }
.post-meta { margin-top: auto; font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(42,33,28,0.5); }
.post-card a.post-link { color: inherit; }
.blog-empty { text-align: center; color: rgba(42,33,28,0.6); padding: 30px 0; display: none; }

/* ---- Article (single post) ---- */
.article { max-width: 760px; margin: 0 auto; }
.article-hero { height: 420px; border-radius: var(--radius-lg); border: 3px solid var(--navy); background-size: cover; background-position: center; margin-bottom: 30px; }
.article-cat { font-weight: 700; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }
.article h1 { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: clamp(1.9rem, 5vw, 3rem); line-height: 1.02; margin: 10px 0 12px; }
.article-meta { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(42,33,28,0.5); margin-bottom: 30px; }
.article-body { color: var(--ink); font-size: 1.05rem; line-height: 1.75; }
.article-body h2 { font-family: var(--font-marker); color: var(--navy); font-size: 1.5rem; margin: 34px 0 12px; }
.article-body p { margin: 0 0 18px; }
.article-body img { border-radius: var(--radius); border: 2px solid var(--navy); margin: 24px 0; }
.article-back { display: inline-block; margin-bottom: 24px; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }

/* ---- Contact page ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.contact-card { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); padding: 36px 30px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.contact-card .c-ico { width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 2px solid var(--navy); background: var(--cream-soft); }
.contact-card .c-ico svg { width: 30px; height: 30px; }
.contact-card h3 { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: 1.35rem; margin: 0 0 8px; }
.contact-card p { color: var(--ink); font-size: 0.92rem; margin: 0 0 20px; }
.contact-card .btn { margin-top: auto; }
.contact-card.contact-wa { background: var(--navy); }
.contact-card.contact-wa h3 { color: var(--cream); }
.contact-card.contact-wa p { color: rgba(241,232,223,0.82); }
.contact-card.contact-wa .c-ico { background: #25D366; border-color: #25D366; color: #fff; }
.btn-whatsapp { background: #25D366; border-color: #25D366; color: #fff; }
.btn-whatsapp:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ---- Surf Guide page ---- */
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.guide-card { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); padding: 28px 30px; }
.guide-card .g-step { font-family: var(--font-marker); color: var(--orange); font-size: 1.05rem; }
.guide-card h3 { font-family: var(--font-spray); text-transform: uppercase; color: var(--navy); font-size: 1.3rem; margin: 4px 0 14px; line-height: 1.05; }
.guide-card p { color: var(--ink); font-size: 0.94rem; line-height: 1.65; margin: 0 0 10px; }
.guide-card ol { color: var(--ink); font-size: 0.94rem; line-height: 1.6; margin: 0; padding-left: 20px; }
.guide-card ol li { margin-bottom: 8px; }
.guide-card .g-tip { margin-top: 12px; font-size: 0.86rem; color: rgba(42,33,28,0.7); border-left: 3px solid var(--orange); padding-left: 12px; }

/* ---- Estimate highlight band (homepage) ---- */
.estimate-cta { background: var(--pink-soft); padding: 72px 0; }
.estimate-cta-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.estimate-cta-inner .lead { color: rgba(42,33,28,0.78); margin: 0 0 22px; }
.estimate-cta-inner .btn { margin-top: 2px; }
.estimate-teaser { background: var(--navy); color: var(--cream); border-radius: var(--radius-lg); padding: 32px 34px; box-shadow: 0 16px 40px rgba(42,33,28,0.22); }
.estimate-teaser .et-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(241,232,223,0.6); }
.estimate-teaser .et-num { font-family: var(--font-body); font-weight: 800; color: var(--orange); font-size: clamp(2rem, 4.4vw, 2.9rem); letter-spacing: 0.06em; line-height: 1.05; margin: 8px 0 4px; }
.estimate-teaser .et-sub { font-size: 0.92rem; color: rgba(241,232,223,0.82); }
.estimate-teaser .et-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.estimate-teaser .et-chips span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; padding: 7px 13px; border-radius: 999px; border: 1px solid rgba(241,232,223,0.3); color: rgba(241,232,223,0.9); }

/* ---- Estimate / budget simulator ---- */
.estimator { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.est-form { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); padding: 32px; }
.est-field { margin-bottom: 22px; }
.est-field > label { display: block; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.est-options { display: flex; flex-wrap: wrap; gap: 10px; }
.est-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.est-opt span { display: inline-block; padding: 10px 16px; border: 2px solid var(--navy); border-radius: 999px; font-weight: 700; font-size: 0.82rem; cursor: pointer; transition: background 0.15s ease, color 0.15s ease; }
.est-opt input:checked + span { background: var(--orange); border-color: var(--orange); color: #fff; }
.est-opt input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }
.est-row { display: flex; gap: 16px; }
.est-row .est-field { flex: 1; }

.est-result { background: var(--navy); color: var(--cream); border-radius: var(--radius); padding: 36px 32px; position: sticky; top: 90px; }
.est-result-label { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(241,232,223,0.65); }
.est-big { font-family: var(--font-body); font-weight: 800; color: var(--orange); font-size: clamp(2.1rem, 4.6vw, 3rem); line-height: 1.05; letter-spacing: -0.01em; margin: 6px 0 4px; }
.est-pp { font-family: var(--font-body); color: rgba(241,232,223,0.92); font-size: 1rem; }
.est-pp strong { font-weight: 700; color: var(--cream); }
.est-breakdown { margin: 24px 0 0; border-top: 1px solid rgba(241,232,223,0.18); padding-top: 18px; font-size: 0.92rem; }
.est-breakdown div { display: flex; justify-content: space-between; margin-bottom: 7px; color: rgba(241,232,223,0.85); }
.est-note { font-size: 0.8rem; color: rgba(241,232,223,0.6); margin-top: 16px; }
.est-sent { font-size: 0.88rem; color: var(--cream); background: rgba(239,148,197,0.14); border: 1px solid rgba(239,148,197,0.5); border-radius: 16px; padding: 12px 14px; margin-top: 14px; line-height: 1.5; }
.est-sent strong { color: var(--pink); }
/* inline check icon (replaces emojis in confirmation messages) */
.ico-check { width: 15px; height: 15px; vertical-align: -2px; margin-right: 4px; }
.est-placeholder { background: var(--cream-soft); border: 2px dashed rgba(42,33,28,0.25); border-radius: var(--radius); padding: 60px 32px; text-align: center; color: rgba(42,33,28,0.6); position: sticky; top: 90px; }
.est-placeholder .ep-ico { margin-bottom: 12px; color: rgba(42,33,28,0.4); }
.est-placeholder .ep-ico svg { width: 38px; height: 38px; }
.is-hidden { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  /* logo + hamburger on the top row; both nav groups wrap below as one full-width panel */
  .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0; }
  .header-center { order: 1; justify-content: flex-start; }
  .nav-toggle { order: 2; display: flex; }
  .header-left, .header-right {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header-left.open, .header-right.open { display: flex; }
  .header-left.open { margin-top: 14px; border-top: 1px solid rgba(42,33,28,0.12); }
  /* dropdown panel: cream so it's readable even over the hero video */
  .site-header .header-left.open, .site-header .header-right.open { background: var(--cream); }
  .site-header .header-left .nav-link, .site-header .header-right .nav-link {
    color: var(--navy);
    padding: 15px 2px;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(42,33,28,0.10);
  }
  .site-header .header-left .nav-link:hover, .site-header .header-right .nav-link:hover { color: var(--orange); }
  .header-right .header-book { align-self: flex-start; margin-top: 16px; padding: 13px 30px; font-size: 0.78rem; }

  /* when the menu is open: pin the header to the top, lock the page, and let a long menu scroll inside itself */
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: var(--cream);
    box-shadow: 0 8px 24px rgba(42,33,28,0.18);
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
  }
  body.nav-open .site-header .header-center img { filter: brightness(0) saturate(0); }
  body.nav-open .site-header .nav-toggle span { background: var(--navy); }
  .why-grid, .band-inner, .discover-grid, .request-grid, .know-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .discover-media { min-height: 280px; }
  .map-block, .about-story, .beach-row { grid-template-columns: 1fr; }
  .beach-row:nth-child(even) .beach-photo { order: 0; }
  .owners-grid, .region-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-media { min-height: 240px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .stat + .stat::before { display: none; }
}
@media (max-width: 620px) {
  .pkg-grid, .intro-grid, .values-grid, .blog-grid, .contact-grid, .guide-grid { grid-template-columns: 1fr; }
  .estimator, .estimate-cta-inner { grid-template-columns: 1fr; }
  .est-result, .est-placeholder { position: static; }
  .est-row { flex-direction: column; gap: 0; }
  .reviews-grid { grid-template-columns: minmax(0, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .hero { min-height: min(80vh, 680px); padding-top: 110px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .discover-media { min-height: 170px; }
  .discover-media .marker { left: 18px; bottom: 16px; }
  .discover-text { padding: 24px 20px; }
  .discover-text h3 { font-size: 1.5rem; margin-bottom: 12px; }
  .discover-text p { font-size: 0.9rem; }
  .why-photo img { max-height: 300px; }
  .fw-mark { font-size: 13.5vw; padding: 14px 0 20px; }
  .fw-bar { margin-top: -10px; }
  .fw-bar-inner { flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 18px 0; }
  .fw-bar .footer-legal-info { align-items: center; gap: 3px; }
  .fw-bar .footer-legal-info span { font-size: 0.72rem; line-height: 1.4; }
  .fw-bar .footer-legal { justify-content: center; gap: 8px 16px; }
  .fw-bar .footer-legal a { font-size: 0.8rem; }

  /* tame big display headings so they never overflow */
  .reviews-title { font-size: 1.85rem; }
  .intro-head { font-size: 1.5rem; }
  .cta-pink .graffiti-line { font-size: 1.55rem; }
  .h-spray, .page-hero h1 { font-size: 1.9rem; }
  .band-title { font-size: 2rem; }
  .why-title .spray { font-size: 2.6rem; }
  .why-title .marker { font-size: 1.9rem; }
  .section-title .spray { font-size: 2.6rem; }

  /* footer: stack the CTA so the button never runs off-screen */
  .footer-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* closing band: stack the two words so neither runs off-screen */
  .footer-band { height: 230px; padding: 0 16px; flex-wrap: nowrap; justify-content: center; gap: 0.12em; }
  .footer-band-word { font-size: 1.85rem; white-space: nowrap; }
  .footer-band-word.left { transform: rotate(-3deg); }
  .footer-band-word.right { transform: rotate(2deg); }
}
