/* ============================================================
   Sligo Bay SUP - modern refresh
   Coastal, premium-restrained. Navy / aqua / sand.
   ============================================================ */

:root {
  --ink: #071523;
  --navy: #0b2437;
  --navy-2: #103049;
  --aqua: #2cc5b6;
  --aqua-deep: #17998c;
  --sand: #f5f1e8;
  --cloud: #fbfaf6;
  --white: #ffffff;
  --text: #2b3a47;
  --text-soft: #5b6b78;
  --text-on-dark: #c6d4de;
  --line: rgba(11, 36, 55, 0.1);
  --line-dark: rgba(255, 255, 255, 0.12);
  --radius: 20px;
  --radius-sm: 13px;
  --shadow: 0 18px 50px -18px rgba(7, 21, 35, 0.25);
  --shadow-soft: 0 30px 70px -30px rgba(7, 21, 35, 0.35);
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Instrument Sans", sans-serif;
  --container: 1180px;
  /* faint repeating wave texture, navy + white variants */
  --waves-navy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='150'%3E%3Cg fill='none' stroke='%230b2437' stroke-opacity='0.045' stroke-width='1.2'%3E%3Cpath d='M-10 30 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3Cpath d='M-10 75 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3Cpath d='M-10 120 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3C/g%3E%3C/svg%3E");
  --waves-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='150'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1.2'%3E%3Cpath d='M-10 30 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3Cpath d='M-10 75 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3Cpath d='M-10 120 q32.5 -16 65 0 t65 0 t65 0 t65 0 t65 0'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cloud);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--aqua); color: var(--ink); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Type ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy);
  line-height: 1.06;
  letter-spacing: -0.022em;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aqua-deep);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--aqua), rgba(44, 197, 182, 0.2));
  border-radius: 2px;
}

.section-head { position: relative; max-width: 660px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(30px, 4.6vw, 50px); margin-bottom: 16px; }
.section-head p { color: var(--text-soft); font-size: 17.5px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }

/* Ghost display word behind section headings */
.section-head[data-ghost]::before {
  content: attr(data-ghost);
  position: absolute;
  top: -0.52em;
  left: -0.06em;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(90px, 13vw, 168px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 36, 55, 0.07);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.section-head.center[data-ghost]::before {
  left: 50%;
  transform: translateX(-50%);
}

section { position: relative; padding: 104px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  padding: 15px 30px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, filter 0.25s ease;
}
.btn svg { width: 16px; height: 16px; flex: none; transition: transform 0.25s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary {
  background: linear-gradient(135deg, #35d3c3, var(--aqua-deep));
  color: var(--ink);
  box-shadow: 0 12px 30px -12px rgba(44, 197, 182, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -14px rgba(44, 197, 182, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.18); transform: translateY(-2px); }
.btn-dark {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 14px 30px -16px rgba(7, 21, 35, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 21, 35, 0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(7, 21, 35, 0.3);
  padding: 12px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo img { height: 54px; width: auto; transition: height 0.3s ease; }
.nav.scrolled .nav-logo img { height: 44px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -4px;
  height: 2px;
  background: var(--aqua);
  border-radius: 2px;
  transition: right 0.25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links .nav-gift { color: var(--aqua); font-weight: 600; }
.nav-links .nav-gift:hover { color: #3bd6c7; }
.nav-cta { flex: none; }
.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-burger span {
  width: 20px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 0;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  animation: kenburns 26s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .marquee-track { animation: none !important; }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(7, 21, 35, 0.94) 0%, rgba(7, 21, 35, 0.35) 45%, rgba(7, 21, 35, 0.28) 100%);
}
.hero-content {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 118px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 20px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(42px, 7vw, 84px);
  max-width: 850px;
  margin-bottom: 22px;
  text-shadow: 0 2px 30px rgba(7, 21, 35, 0.35);
}
.hero h1 em {
  font-style: normal;
  color: var(--aqua);
}
.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255, 255, 255, 0.87);
  max-width: 560px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.trust-item img { height: 46px; width: auto; }
.trust-item img.waw { height: 34px; }
.trust-item .stars { color: #ffb54a; letter-spacing: 2px; font-size: 15px; }
.trust-item small { display: block; color: rgba(255, 255, 255, 0.6); font-size: 12.5px; }

.hero-scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  display: block;
}
.hero-scroll::after {
  content: "";
  position: absolute;
  top: 8px; left: 50%;
  width: 3px; height: 8px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--aqua);
  animation: scrollcue 2.2s ease-in-out infinite;
}
@keyframes scrollcue {
  0%, 100% { transform: translateY(0); opacity: 1; }
  55% { transform: translateY(14px); opacity: 0; }
  56% { transform: translateY(0); opacity: 0; }
}

/* ---------- Stats strip (glass panel overlapping hero) ---------- */
.strip { padding: 0; position: relative; z-index: 5; }
.strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px 36px;
  margin-top: -58px;
  background: rgba(9, 27, 43, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.strip-item { text-align: center; position: relative; }
.strip-item + .strip-item::before {
  content: "";
  position: absolute;
  left: -10px; top: 50%;
  transform: translateY(-50%);
  height: 34px; width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.strip-item strong {
  font-family: var(--font-display);
  display: block;
  font-size: 30px;
  color: var(--white);
  letter-spacing: -0.02em;
}
.strip-item span { color: var(--text-on-dark); font-size: 13.5px; }

/* ---------- Feature cards ---------- */
.features {
  background:
    radial-gradient(1100px 560px at 88% -10%, rgba(44, 197, 182, 0.08), transparent 62%),
    var(--cloud);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.feature-card {
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(150deg, rgba(44, 197, 182, 0.4), rgba(11, 36, 55, 0.07) 45%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 38px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(44, 197, 182, 0.18), rgba(44, 197, 182, 0.07));
  border: 1px solid rgba(44, 197, 182, 0.25);
  color: var(--aqua-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 20px; margin-bottom: 10px; }
.feature-card p { color: var(--text-soft); font-size: 15.5px; }

/* ---------- Experiences ---------- */
.experiences {
  background:
    var(--waves-navy),
    radial-gradient(900px 480px at -8% 18%, rgba(44, 197, 182, 0.09), transparent 58%),
    var(--sand);
}
.exp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
.exp-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  grid-column: span 2;
  box-shadow: 0 16px 40px -22px rgba(7, 21, 35, 0.45);
}
.exp-card:nth-child(4), .exp-card:nth-child(5) { grid-column: span 3; }
.exp-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.exp-card:hover img { transform: scale(1.06); }
.exp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 21, 35, 0.86), rgba(7, 21, 35, 0.05) 55%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}
.exp-card-body { position: relative; z-index: 1; padding: 28px; }
.exp-card h3 { color: var(--white); font-size: 21px; margin-bottom: 6px; }
.exp-card p { font-size: 14.5px; color: rgba(255, 255, 255, 0.82); max-width: 340px; }

/* ---------- Pricing band ---------- */
.pricing {
  background:
    var(--waves-white),
    radial-gradient(700px 420px at 85% 0%, rgba(44, 197, 182, 0.16), transparent 60%),
    linear-gradient(160deg, var(--navy) 30%, #0d2a40);
  position: relative;
  overflow: hidden;
}
.pricing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  position: relative;
}
.pricing h2 { color: var(--white); font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 12px; }
.pricing p { color: var(--text-on-dark); max-width: 520px; }
.price-cards { display: flex; gap: 18px; align-items: stretch; }
.price-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)) padding-box,
    linear-gradient(160deg, rgba(44, 197, 182, 0.5), rgba(255, 255, 255, 0.08) 55%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 28px 36px;
  text-align: center;
  min-width: 156px;
  backdrop-filter: blur(6px);
}
.price-card strong {
  font-family: var(--font-display);
  display: block;
  font-size: 42px;
  color: var(--aqua);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.price-card span { color: var(--text-on-dark); font-size: 14px; }
.price-card small { display: block; color: rgba(255,255,255,0.45); font-size: 12px; margin-top: 6px; }

/* ---------- Locations ---------- */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.loc-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  box-shadow: 0 16px 40px -22px rgba(7, 21, 35, 0.45);
}
.loc-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.loc-card:hover img { transform: scale(1.07); }
.loc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 21, 35, 0.9), rgba(7, 21, 35, 0) 60%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}
.loc-card-body { position: relative; z-index: 1; padding: 28px; width: 100%; }
.loc-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--aqua);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.loc-card h3 { color: var(--white); font-size: 24px; margin-bottom: 6px; }
.loc-card p { font-size: 14.5px; color: rgba(255, 255, 255, 0.82); }
.loc-card .loc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.loc-card:hover .loc-link { color: var(--aqua); border-color: var(--aqua); }
.section-foot { text-align: center; margin-top: 52px; }

/* ---------- Testimonials ---------- */
.testimonials {
  background:
    var(--waves-navy),
    radial-gradient(900px 500px at 105% 100%, rgba(44, 197, 182, 0.08), transparent 60%),
    var(--sand);
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.quote-card {
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(160deg, rgba(44, 197, 182, 0.35), rgba(11, 36, 55, 0.07) 50%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.quote-card::before {
  content: "\201C";
  position: absolute;
  top: 10px; right: 24px;
  font-family: var(--font-display);
  font-size: 92px;
  line-height: 1;
  color: rgba(44, 197, 182, 0.16);
  pointer-events: none;
}
.quote-card .stars { color: #ffb54a; letter-spacing: 3px; font-size: 15px; }
.quote-card blockquote { color: var(--text); font-size: 15.5px; flex: 1; }
.quote-card cite {
  font-style: normal;
  font-weight: 600;
  color: var(--navy);
  font-size: 14.5px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.quote-card cite span {
  display: block;
  font-weight: 500;
  color: var(--text-soft);
  font-size: 13px;
  margin-top: 2px;
}

/* ---------- About split ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-media { position: relative; }
.about-media::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(44, 197, 182, 0.35);
  pointer-events: none;
}
.about-media > img {
  position: relative;
  border-radius: var(--radius);
  width: 100%;
  height: 540px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}
.about-badge {
  position: absolute;
  bottom: -26px;
  right: -14px;
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 14px;
  box-shadow: var(--shadow);
  z-index: 2;
}
.about-badge img { height: 96px; width: auto; }
.about-copy h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 20px; }
.about-copy p { color: var(--text-soft); margin-bottom: 18px; }
.about-copy .btn { margin-top: 12px; }
.about-points { margin: 26px 0 8px; display: grid; gap: 14px; }
.about-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
  color: var(--text);
}
.about-points li svg { width: 20px; height: 20px; color: var(--aqua-deep); flex: none; margin-top: 3px; }
.accreditation-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 26px 0 8px;
}
.accreditation-row img {
  height: 78px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(7, 21, 35, 0.18));
}
@media (max-width: 720px) {
  .accreditation-row { gap: 12px; }
  .accreditation-row img { height: 58px; }
}

/* ---------- Gallery marquee ---------- */
.gallery { padding: 0 0 104px; background: var(--cloud); }
.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img {
  height: 250px;
  width: auto;
  border-radius: var(--radius-sm);
  object-fit: cover;
  box-shadow: 0 12px 30px -18px rgba(7, 21, 35, 0.4);
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  isolation: isolate;
  color: var(--white);
  text-align: center;
  padding: 140px 0;
  overflow: hidden;
}
.cta-band-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center 65%;
  filter: brightness(1.28) saturate(1.12);
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(900px 500px at 50% 120%, rgba(44, 197, 182, 0.14), transparent 60%), rgba(7, 21, 35, 0.42);
}
.cta-band h2 {
  color: var(--white);
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 16px;
  text-shadow: 0 2px 26px rgba(7, 21, 35, 0.55);
}
.cta-band p {
  color: rgba(255, 255, 255, 0.95);
  max-width: 540px;
  margin: 0 auto 34px;
  text-shadow: 0 1px 16px rgba(7, 21, 35, 0.6);
}
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* ---------- Page hero (subpages) ---------- */
.page-hero {
  position: relative;
  isolation: isolate;
  color: var(--white);
  padding: 190px 0 90px;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(7, 21, 35, 0.92), rgba(7, 21, 35, 0.45));
}
.page-hero h1 { color: var(--white); font-size: clamp(38px, 6vw, 64px); margin-bottom: 14px; }
.page-hero p { color: rgba(255, 255, 255, 0.85); max-width: 620px; font-size: 18px; }

/* Bright variant: lighter image treatment, thinner overlay */
.page-hero--bright .page-hero-bg { filter: brightness(1.25) saturate(1.15); }
.page-hero--bright::after {
  background: linear-gradient(
    to top,
    rgba(7, 21, 35, 0.66),
    rgba(7, 21, 35, 0.08) 55%,
    rgba(7, 21, 35, 0.09) 72%,
    rgba(7, 21, 35, 0.55) 100%
  );
}
.page-hero--bright h1, .page-hero--bright .hero-kicker { text-shadow: 0 2px 22px rgba(7, 21, 35, 0.45); }
.page-hero--bright p { color: rgba(255, 255, 255, 0.95); text-shadow: 0 1px 14px rgba(7, 21, 35, 0.5); }

/* ---------- Locations page ---------- */
.loc-index { counter-reset: loc; }
.loc-row {
  counter-increment: loc;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
}
.loc-row::before {
  content: "0" counter(loc);
  position: absolute;
  top: 34px;
  right: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 36, 55, 0.1);
  pointer-events: none;
  user-select: none;
}
.loc-row:nth-child(even)::before { right: auto; left: 0; }
.loc-row:last-child { border-bottom: none; }
.loc-row img {
  border-radius: var(--radius);
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}
.loc-row:nth-child(even) .loc-row-media { order: 2; }
.loc-row h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 14px; }
.loc-row p { color: var(--text-soft); margin-bottom: 22px; }
.loc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.loc-meta a, .loc-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.loc-meta a:hover { border-color: var(--aqua); transform: translateY(-2px); box-shadow: 0 10px 20px -14px rgba(7, 21, 35, 0.4); }
.loc-meta svg { width: 15px; height: 15px; color: var(--aqua-deep); }

/* ---------- Book page ---------- */
.book-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}
.book-card {
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(150deg, rgba(44, 197, 182, 0.4), rgba(11, 36, 55, 0.08) 50%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 42px;
  box-shadow: var(--shadow-soft);
}
.book-card h3 { font-size: 24px; margin-bottom: 8px; }
.book-card > p { color: var(--text-soft); margin-bottom: 26px; font-size: 15.5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-body);
  font-size: 15px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--cloud);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--aqua);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(44, 197, 182, 0.18);
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--text-soft); margin-top: 14px; }
.form-status { margin-top: 14px; font-weight: 600; font-size: 14.5px; display: none; }
.form-status.ok { display: block; color: var(--aqua-deep); }
.form-status.err { display: block; color: #c0392b; }

.contact-list { display: grid; gap: 14px; margin: 26px 0; }
.contact-list a, .contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
}
.contact-list svg { width: 20px; height: 20px; color: var(--aqua-deep); flex: none; }
.book-aside h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 16px; }
.book-aside > p { color: var(--text-soft); margin-bottom: 10px; }
.book-fh {
  margin-top: 30px;
  background:
    var(--waves-white),
    radial-gradient(400px 260px at 90% -10%, rgba(44, 197, 182, 0.2), transparent 65%),
    linear-gradient(160deg, var(--navy), #0d2a40);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 36px;
  color: var(--text-on-dark);
}
.book-fh h3 { color: var(--white); font-size: 21px; margin-bottom: 10px; }
.book-fh p { font-size: 14.5px; margin-bottom: 22px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--text-on-dark);
  padding: 80px 0 34px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(44, 197, 182, 0.55), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand img { height: 62px; margin-bottom: 18px; }
.footer-brand p { font-size: 14.5px; max-width: 300px; }
.footer h4 {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { font-size: 14.5px; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--aqua); }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover { background: var(--aqua); border-color: var(--aqua); color: var(--ink); transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13.5px;
  color: rgba(198, 212, 222, 0.6);
}

/* ---------- Entrance (page load) ---------- */
@keyframes riseIn {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
.hero .hero-kicker { animation: riseIn 0.7s 0.15s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.hero h1 { animation: riseIn 0.8s 0.28s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.hero .hero-sub { animation: riseIn 0.8s 0.4s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.hero .hero-actions { animation: riseIn 0.8s 0.52s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.hero .hero-trust { animation: riseIn 0.9s 0.68s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.hero .hero-scroll { animation: riseIn 1s 1.1s both; }
.page-hero .hero-kicker { animation: riseIn 0.7s 0.1s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.page-hero h1 { animation: riseIn 0.8s 0.22s cubic-bezier(0.2, 0.6, 0.2, 1) both; }
.page-hero p { animation: riseIn 0.8s 0.34s cubic-bezier(0.2, 0.6, 0.2, 1) both; }

/* ---------- Parallax backgrounds ---------- */
[data-parallax] {
  inset: -14% 0;
  will-change: transform;
}

/* ---------- Double marquee ---------- */
.marquee-track + .marquee-track { margin-top: 18px; }
.marquee-track.reverse { animation-direction: reverse; animation-duration: 56s; }

/* ---------- Footer ghost wordmark ---------- */
.footer { overflow: hidden; }
.footer-ghost {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(64px, 12.5vw, 190px);
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  user-select: none;
  pointer-events: none;
  margin: 56px 0 -0.24em;
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-kicker, .hero h1, .hero .hero-sub, .hero .hero-actions,
  .hero .hero-trust, .hero .hero-scroll,
  .page-hero .hero-kicker, .page-hero h1, .page-hero p { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }
/* stagger grid children */
.feature-grid > .reveal:nth-child(2), .quote-grid > .reveal:nth-child(2),
.loc-grid > .reveal:nth-child(2), .exp-grid > .reveal:nth-child(2) { transition-delay: 0.1s; }
.feature-grid > .reveal:nth-child(3), .quote-grid > .reveal:nth-child(3),
.loc-grid > .reveal:nth-child(3), .exp-grid > .reveal:nth-child(3) { transition-delay: 0.2s; }
.quote-grid > .reveal:nth-child(4), .exp-grid > .reveal:nth-child(4) { transition-delay: 0.1s; }
.quote-grid > .reveal:nth-child(5), .exp-grid > .reveal:nth-child(5) { transition-delay: 0.2s; }
.quote-grid > .reveal:nth-child(6) { transition-delay: 0.3s; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  section { padding: 76px 0; }
  .feature-grid, .quote-grid, .loc-grid { grid-template-columns: 1fr 1fr; }
  .exp-grid { grid-template-columns: 1fr 1fr; }
  .exp-card, .exp-card:nth-child(4), .exp-card:nth-child(5) { grid-column: span 1; min-height: 300px; }
  .about-split, .book-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-media > img { height: 420px; }
  .about-media::before { inset: 16px -14px -14px 16px; }
  .loc-row { grid-template-columns: 1fr; gap: 28px; padding: 60px 0; }
  .loc-row:nth-child(even) .loc-row-media { order: 0; }
  .loc-row img { height: 300px; }
  .loc-row::before { top: 18px; }
  .strip-inner { grid-template-columns: 1fr 1fr; gap: 22px; }
  .strip-item:nth-child(3)::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-head[data-ghost]::before { font-size: clamp(70px, 12vw, 120px); }
}

@media (max-width: 720px) {
  section { padding: 64px 0; }
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(28px, 8vw, 36px); }
  .section-head p { font-size: 16px; }
  .section-head[data-ghost]::before { font-size: clamp(56px, 17vw, 90px); top: -0.45em; }

  /* Nav: keep the Book Now pill visible beside the burger */
  .nav { padding: 12px 0; }
  .nav-inner { gap: 12px; }
  .nav-logo img { height: 44px; }
  .nav.scrolled .nav-logo img { height: 40px; }
  .nav-cta { padding: 10px 18px; font-size: 13.5px; margin-left: auto; }
  .nav-links {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 84vw);
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
    gap: 26px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.4);
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 19px; }
  .nav-burger { display: flex; z-index: 10; flex: none; }

  /* Hero */
  .hero h1 { font-size: clamp(38px, 11.5vw, 54px); }
  .hero-sub { font-size: 16px; }
  .hero-actions { gap: 10px; margin-bottom: 40px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .hero-trust { gap: 14px 22px; padding-top: 22px; }
  .trust-item { font-size: 13px; }
  .trust-item img { height: 40px; }
  .trust-item img.waw { height: 26px; }
  .hero-scroll { display: none; }
  .hero-content { padding-bottom: 84px; }

  /* Glass strip */
  .strip-inner { padding: 22px 20px; margin-top: -44px; gap: 18px; border-radius: var(--radius-sm); }
  .strip-item strong { font-size: 24px; }
  .strip-item span { font-size: 12.5px; }
  .strip-item + .strip-item::before { display: none; }

  /* Stacked grids */
  .feature-grid, .quote-grid { grid-template-columns: 1fr; gap: 18px; }
  .feature-card { padding: 30px 26px; }
  .quote-card { padding: 28px 26px; }

  /* Swipe carousels for image cards */
  .exp-grid, .loc-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: -24px;
    padding: 4px 24px 18px;
    scroll-padding-inline: 24px;
    scrollbar-width: none;
  }
  .exp-grid::-webkit-scrollbar, .loc-grid::-webkit-scrollbar { display: none; }
  .exp-card, .exp-card:nth-child(4), .exp-card:nth-child(5) {
    flex: 0 0 80%;
    min-height: 320px;
    scroll-snap-align: center;
  }
  .loc-card {
    flex: 0 0 80%;
    min-height: 360px;
    scroll-snap-align: center;
  }
  .exp-card-body, .loc-card-body { padding: 22px; }
  .section-foot { margin-top: 30px; }

  /* Pricing */
  .pricing-inner { flex-direction: column; align-items: stretch; gap: 28px; }
  .price-cards { width: 100%; }
  .price-card { flex: 1; padding: 22px 16px; min-width: 0; }
  .price-card strong { font-size: 34px; }
  .pricing .btn { justify-content: center; }

  /* About */
  .about-split { gap: 64px; }
  .about-media > img { height: 400px; }
  .about-media::before { inset: 12px -12px -12px 12px; }
  .about-badge { right: 6px; bottom: -20px; padding: 10px; }
  .about-badge img { height: 74px; }

  /* Marquee */
  .marquee-track { gap: 12px; }
  .marquee-track + .marquee-track { margin-top: 12px; }
  .marquee-track img { height: 150px; border-radius: 10px; }
  .gallery { padding-bottom: 64px; }

  /* CTA band */
  .cta-band { padding: 96px 0; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; justify-content: center; }

  /* Page hero */
  .page-hero { padding: 150px 0 64px; }
  .page-hero p { font-size: 16px; }

  /* Locations page */
  .loc-row { padding: 48px 0; gap: 22px; }
  .loc-row img { height: 260px; }
  .loc-row::before { font-size: clamp(48px, 15vw, 70px); top: 10px; }
  .loc-meta a, .loc-meta span { padding: 8px 14px; font-size: 13px; }

  /* Book page */
  .book-grid { gap: 44px; }
  .book-card { padding: 28px 22px; }
  .book-fh { padding: 28px 24px; }
  .form-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer { padding: 60px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; margin-bottom: 40px; }
  .footer-brand p { max-width: none; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .footer-ghost { font-size: 11.5vw; margin: 40px 0 -0.22em; }
}
