:root {
  --ink: #031525;
  --muted: #5e7a8c;
  --deep: #012b59;
  --blue: #0056b3;
  --cyan: #00a4d1;
  --aqua: #2db3ad;
  --coral: #e66019;
  --foam: #f2f9ff;
  --surface: rgba(255, 255, 255, 0.75);
  --line: rgba(1, 43, 89, 0.1);
  --shadow: 0 32px 80px rgba(0, 30, 60, 0.15);
  --glass-border: 1px solid rgba(255, 255, 255, 0.6);
  --radius: 12px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

p,
h2,
h3,
strong,
span {
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background:
    radial-gradient(circle at 85% 5%, rgba(45, 179, 173, 0.2), transparent 26rem),
    radial-gradient(circle at 8% 12%, rgba(0, 86, 179, 0.12), transparent 24rem),
    linear-gradient(180deg, #f5fcff 0%, #ffffff 46%, #eefaff 100%);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.ocean-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.current {
  position: absolute;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 185, 233, 0.16);
  filter: blur(1px);
  animation: drift 18s ease-in-out infinite alternate;
}

.current-a {
  top: -16rem;
  right: -10rem;
}

.current-b {
  left: -24rem;
  bottom: 16rem;
  animation-delay: -6s;
}

.current-c {
  width: 28rem;
  height: 28rem;
  right: 16%;
  bottom: -13rem;
  animation-delay: -12s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.65);
  border-bottom: var(--glass-border);
  backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: 0 4px 30px rgba(0, 30, 60, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: 9.8rem;
  height: 2.8rem;
}

.brand-mark img,
.site-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border: var(--glass-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 30, 60, 0.08);
}

.top-nav .action-card {
  width: 3rem;
  min-height: 3rem;
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -7px 14px rgba(0, 0, 0, 0.12),
    0 10px 20px var(--icon-shadow);
}

.top-nav .action-card .icon-wrap svg {
  width: 1.38rem;
  height: 1.38rem;
}

.top-nav .action-card.whatsapp .icon-wrap svg {
  width: 1.62rem;
  height: 1.62rem;
}

main {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero-section {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1rem, 3vw, 2.2rem) 0 3rem;
}

.hero-content {
  position: relative;
  min-width: 0;
}

.logo-orbit {
  position: absolute;
  width: 19rem;
  height: 19rem;
  left: -5rem;
  top: -6rem;
  opacity: 0.55;
  pointer-events: none;
}

.logo-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 185, 233, 0.22);
  border-radius: 46% 54% 61% 39%;
  animation: spin 18s linear infinite;
}

.logo-orbit span:nth-child(2) {
  inset: 1.3rem;
  animation-duration: 24s;
  animation-direction: reverse;
}

.logo-orbit span:nth-child(3) {
  inset: 3rem;
  animation-duration: 14s;
}

.hero-logo {
  position: relative;
  width: min(24rem, 72vw);
  height: clamp(4.8rem, 9vw, 6.8rem);
  object-fit: cover;
  object-position: center;
  margin-bottom: 1rem;
  filter: drop-shadow(0 18px 28px rgba(0, 105, 255, 0.12));
}

h2,
h3 {
  margin: 0;
  font-family: 'Outfit', system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.hero-copy {
  max-width: 42rem;
  margin: 1.1rem 0 0;
  color: #345d70;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.85;
}

.animated-name {
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(90deg, #0056b3, #00a4d1, #e66019, #0056b3);
  background-size: 280% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  white-space: nowrap;
  filter: drop-shadow(0 8px 16px rgba(0, 86, 179, 0.16));
  animation: text-current 4.5s ease-in-out infinite;
}

.action-card {
  position: relative;
  isolation: isolate;
  min-height: 5.7rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: var(--glass-border);
  border-radius: 50%;
  background: var(--icon-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -12px 24px rgba(0, 0, 0, 0.14),
    0 18px 32px var(--icon-shadow);
  color: white;
  transform: perspective(700px) rotateX(0deg) rotateY(0deg);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.2, 1), box-shadow 220ms ease, filter 220ms ease;
}

.action-card::before {
  content: "";
  position: absolute;
  inset: 0.42rem 0.62rem auto;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
  opacity: 0.75;
  z-index: -1;
}

.action-card::after {
  content: "";
  position: absolute;
  inset: auto 18% -0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--icon-shadow);
  filter: blur(12px);
  opacity: 0.75;
  z-index: -2;
}

.action-card:hover {
  transform: perspective(700px) translateY(-4px) scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -14px 24px rgba(0, 0, 0, 0.16),
    0 24px 42px var(--icon-shadow);
  filter: saturate(1.08);
}

.action-card.whatsapp {
  --icon-bg: radial-gradient(circle at 35% 25%, #6dffad 0 16%, transparent 17%),
    linear-gradient(145deg, #27d96f 0%, #05b866 50%, #078d58 100%);
  --icon-shadow: rgba(0, 193, 102, 0.36);
}

.action-card.website {
  --icon-bg: radial-gradient(circle at 35% 25%, #9becff 0 16%, transparent 17%),
    linear-gradient(145deg, #00b9e9 0%, #0069ff 56%, #1744c9 100%);
  --icon-shadow: rgba(0, 119, 255, 0.34);
}

.action-card.email {
  --icon-bg: radial-gradient(circle at 35% 25%, #ffe095 0 16%, transparent 17%),
    linear-gradient(145deg, #ffb23a 0%, #ff7a2f 52%, #e4516a 100%);
  --icon-shadow: rgba(255, 122, 47, 0.34);
}

.action-card.instagram {
  --icon-bg: radial-gradient(circle at 30% 105%, #ffd76b 0 18%, transparent 19%),
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.45) 0 16%, transparent 17%),
    linear-gradient(145deg, #833ab4 0%, #fd1d1d 48%, #fcb045 100%);
  --icon-shadow: rgba(225, 55, 115, 0.34);
}

.action-card.facebook {
  --icon-bg: radial-gradient(circle at 35% 25%, #8fc9ff 0 16%, transparent 17%),
    linear-gradient(145deg, #36a3ff 0%, #1877f2 54%, #0b4ab8 100%);
  --icon-shadow: rgba(24, 119, 242, 0.34);
}

.icon-wrap,
[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap svg,
[data-icon] svg {
  width: 1.25rem;
  height: 1.25rem;
}

.action-card .icon-wrap svg {
  width: 2.15rem;
  height: 2.15rem;
  filter: drop-shadow(0 6px 9px rgba(0, 0, 0, 0.18));
}

.hero-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.dive-card {
  width: min(26rem, 100%);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
    radial-gradient(circle at 50% 0%, rgba(54, 217, 210, 0.25), transparent 16rem);
}

.depth-line {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.depth-line span {
  flex: 1;
  padding: 0.55rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #326373;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.reef-window {
  position: relative;
  min-height: clamp(23rem, 44vw, 27rem);
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(118, 237, 255, 0.84) 0%, rgba(0, 107, 190, 0.9) 42%, #053057 100%),
    radial-gradient(circle at 30% 72%, #ff8a3d 0 1rem, transparent 1.05rem);
  box-shadow: inset 0 -80px 90px rgba(1, 22, 40, 0.42);
}

.reef-window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-photo-card .reef-window::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 185, 233, 0.06), rgba(3, 23, 38, 0.08)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 13rem);
  clip-path: none;
  pointer-events: none;
}

.real-photo-card .reef-window::after {
  display: none;
}

.reef-window::before,
.reef-window::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -2rem;
  height: 10rem;
  background:
    radial-gradient(ellipse at 10% 70%, #ff7a2f 0 0.8rem, transparent 0.9rem),
    radial-gradient(ellipse at 22% 35%, #36d9d2 0 0.95rem, transparent 1rem),
    radial-gradient(ellipse at 46% 55%, #ffb23a 0 0.85rem, transparent 0.92rem),
    radial-gradient(ellipse at 70% 42%, #29c5df 0 1.2rem, transparent 1.28rem),
    linear-gradient(135deg, #174f45, #0a564d 48%, #053c47);
  clip-path: polygon(0 55%, 13% 35%, 25% 50%, 38% 28%, 52% 48%, 65% 30%, 78% 52%, 90% 36%, 100% 54%, 100% 100%, 0 100%);
}

.reef-window::after {
  height: 7rem;
  bottom: -1.4rem;
  opacity: 0.6;
  transform: translateX(2rem);
}

.sun-ray {
  position: absolute;
  top: -4rem;
  width: 8rem;
  height: 26rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent);
  transform: rotate(16deg);
  filter: blur(8px);
}

.ray-a {
  left: 22%;
}

.ray-b {
  right: 12%;
  animation-delay: -5s;
}

.bubble {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  animation: rise 6s ease-in-out infinite;
}

.bubble-a {
  width: 0.8rem;
  height: 0.8rem;
  left: 18%;
  bottom: 23%;
}

.bubble-b {
  width: 1.1rem;
  height: 1.1rem;
  right: 28%;
  bottom: 18%;
  animation-delay: -2s;
}

.bubble-c {
  width: 0.55rem;
  height: 0.55rem;
  right: 42%;
  bottom: 35%;
  animation-delay: -4s;
}

.diver-shape {
  position: absolute;
  top: 36%;
  left: 42%;
  width: 7.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #06293c, #0a4262);
  transform: rotate(-14deg);
  animation: swim 5.5s ease-in-out infinite;
}

.diver-shape::before {
  content: "";
  position: absolute;
  right: -2.4rem;
  top: 1rem;
  width: 3rem;
  height: 0.9rem;
  border-radius: 999px;
  background: var(--coral);
  transform: rotate(20deg);
}

.diver-shape::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: -0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #051928;
  box-shadow: 1.2rem 0.2rem 0 -0.25rem var(--cyan);
}

.visual-caption {
  display: grid;
  gap: 0.3rem;
  padding: 1.05rem 0.45rem 0.35rem;
}

.visual-caption strong {
  color: var(--blue);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1rem;
}

.visual-caption span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.bio-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0 5rem;
}

.bio-strip article {
  min-width: 0;
  min-height: 13rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.bio-strip [data-icon] {
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #e9fbff;
  color: var(--blue);
}

.bio-strip h2 {
  color: var(--blue);
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.bio-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.gallery-section {
  width: 100%;
  min-height: 100vh;
  margin-top: 5rem;
  padding: 0;
  position: relative;
}



.blue-parallax-gallery {
  --gallery-height: 100vh;
  position: sticky;
  top: 0;
  width: 100vw;
  height: var(--gallery-height);
  overflow: hidden;
  background: transparent;
}

.horizontal-scroll-wrapper {
  position: absolute;
  inset: 0 auto 0 0;
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  padding: clamp(10rem, 22vh, 14rem) 22vw 6rem;
  overflow: visible;
  will-change: transform;
}

.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 50% 50%;
  transform: translateY(-3vh) scale(0.92);
  transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1);
}

.img-wrapper:hover {
  transform: translateY(-3vh) scale(0.98);
}

.img-wrapper.slower {
  transform: translateY(-9vh) scale(1.08);
}

.img-wrapper.slower2 {
  transform: translateY(2vh) scale(1.18);
}

.img-wrapper.slower-down {
  transform: translateY(22vh) scale(1.04);
}

.img-wrapper.faster {
  transform: translateY(26vh) scale(0.86);
}

.img-wrapper.faster1 {
  transform: translateY(18vh) scale(0.86);
}

.img-wrapper.vertical {
  transform: translateY(0) scale(1.08);
}

.img-wrapper.last {
  transform: translateY(-7vh) scale(1.08);
}

.gallery-tile {
  margin: 0;
  padding: clamp(0.45rem, 1vh, 0.7rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 54px rgba(0, 75, 120, 0.22);
}

.gallery-tile img {
  display: block;
  max-width: clamp(18rem, 34vh, 31rem);
  max-height: clamp(16rem, 36vh, 30rem);
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1.16) contrast(1.05);
}

.gallery-tile a {
  display: block;
  position: relative;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1rem 1rem;
  background: linear-gradient(0deg, rgba(1, 34, 61, 0.9), transparent);
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
}

.gallery-tile:hover .image-caption {
  opacity: 1;
  transform: translateY(0);
}

.scroll-info {
  position: absolute;
  z-index: 4;
  top: 1.1rem;
  left: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0.35rem 0.8rem 0.35rem 0.35rem;
  border: 1px solid rgba(0, 185, 233, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(0, 75, 120, 0.12);
  backdrop-filter: blur(14px);
  color: #075f9f;
  font-size: 0.92rem;
  font-weight: 800;
}

.scroll-info .icon {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--cyan);
  box-shadow: 0 12px 28px rgba(0, 105, 255, 0.12);
}

.scroll-info svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.packages-section {
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 80, 122, 0.1);
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 1.5rem;
}

.section-heading p {
  margin: 0 0 0.65rem;
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2 {
  color: transparent;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--coral));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1;
}

.section-heading span {
  display: block;
  max-width: 40rem;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 1rem;
}

.category-card {
  position: relative;
  min-height: 11.5rem;
  display: grid;
  align-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  overflow: hidden;
  border: var(--glass-border);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.45)),
    var(--category-glow);
  backdrop-filter: blur(16px);
  color: var(--blue);
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(247, 252, 255, 0.74) 52%, rgba(255, 255, 255, 0.96)),
    var(--category-image) center / cover;
  opacity: 0.72;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  right: -2.2rem;
  top: -2.2rem;
  border-radius: 50%;
  background: var(--category-orb);
  opacity: 0.78;
  z-index: 1;
  pointer-events: none;
}

.category-card:hover,
.category-card.active {
  transform: translateY(-5px);
  border-color: var(--category-border);
}

.category-card.active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 251, 255, 0.88)),
    var(--category-glow);
}

.category-card:hover::before,
.category-card.active::before {
  transform: scale(1.12);
  opacity: 0.86;
}

.category-card[data-accent="blue"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(0, 105, 255, 0.18), transparent 7rem);
  --category-orb: linear-gradient(135deg, #0069ff, #00b9e9);
  --category-border: rgba(0, 105, 255, 0.36);
}

.category-card[data-accent="cyan"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(0, 185, 233, 0.18), transparent 7rem);
  --category-orb: linear-gradient(135deg, #00b9e9, #36d9d2);
  --category-border: rgba(0, 185, 233, 0.36);
}

.category-card[data-accent="teal"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(20, 190, 150, 0.16), transparent 7rem);
  --category-orb: linear-gradient(135deg, #16c79a, #36d9d2);
  --category-border: rgba(20, 190, 150, 0.34);
}

.category-card[data-accent="coral"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(255, 122, 47, 0.18), transparent 7rem);
  --category-orb: linear-gradient(135deg, #ff7a2f, #ffb23a);
  --category-border: rgba(255, 122, 47, 0.36);
}

.category-card[data-accent="green"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(35, 201, 122, 0.17), transparent 7rem);
  --category-orb: linear-gradient(135deg, #23c97a, #00b9e9);
  --category-border: rgba(35, 201, 122, 0.34);
}

.category-card[data-accent="sun"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(255, 178, 58, 0.2), transparent 7rem);
  --category-orb: linear-gradient(135deg, #ffb23a, #00b9e9);
  --category-border: rgba(255, 178, 58, 0.38);
}

.category-card[data-accent="navy"] {
  --category-glow: radial-gradient(circle at 88% 10%, rgba(3, 23, 38, 0.16), transparent 7rem);
  --category-orb: linear-gradient(135deg, #06293c, #0069ff);
  --category-border: rgba(6, 41, 60, 0.28);
}

.category-index {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.category-icon {
  position: relative;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 16px;
  background: white;
  color: var(--blue);
  box-shadow: 0 12px 28px rgba(0, 105, 255, 0.12);
}

.category-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.category-card strong {
  position: relative;
  z-index: 2;
  max-width: 9.5rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--blue);
}

.category-card > span:last-child {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.package-tools {
  position: sticky;
  top: 4.7rem;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(14rem, 24rem) 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(247, 252, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 48px rgba(2, 58, 91, 0.1);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.92rem;
  font-weight: 700;
}

.active-category {
  margin: 0;
  justify-self: end;
  color: var(--blue);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: right;
}

.package-list {
  display: grid;
  gap: 0.9rem;
}

.category-notice {
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ff7a2f, #ff9f45);
  color: white;
  box-shadow: 0 14px 34px rgba(255, 122, 47, 0.22);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.package-card {
  overflow: hidden;
  border: var(--glass-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease;
}

.package-card:hover {
  transform: translateY(-2px);
}

.package-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 0;
  background: transparent;
  color: var(--blue);
  text-align: left;
  cursor: pointer;
}

.package-number {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e7fbff, #f8fdff);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.package-title {
  display: grid;
  gap: 0.28rem;
}

.package-title strong {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--blue);
}

.package-title span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.chevron {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edfaff;
  color: var(--blue);
  transition: transform 220ms ease;
}

.package-card.open .chevron {
  transform: rotate(180deg);
}

.package-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.package-card.open .package-body {
  grid-template-rows: 1fr;
}

.package-body-inner {
  min-height: 0;
  overflow: hidden;
}

.package-content {
  padding: 0 1rem 1rem;
}

.note {
  margin: 0 0 0.8rem;
  padding: 0.8rem 0.95rem;
  border-left: 3px solid var(--coral);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #fff8f2;
  color: #71503b;
  font-size: 0.86rem;
  line-height: 1.55;
}

.price-rows {
  display: grid;
  gap: 0.45rem;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 0.78rem 0.88rem;
  border: 1px solid rgba(11, 95, 134, 0.1);
  border-radius: var(--radius);
  background: #fbfeff;
}

.item-copy {
  display: grid;
  gap: 0.18rem;
}

.item-copy strong {
  color: #075f9f;
  font-size: 0.94rem;
  line-height: 1.35;
}

.item-copy span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.price {
  min-width: 4.2rem;
  color: var(--blue);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-align: right;
}

.site-footer {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 1.25rem;
  width: 8rem;
  height: 2.2rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}

.site-footer img {
  width: 100%;
  height: 100%;
}

body.modal-open {
  overflow: hidden;
}

.package-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.package-modal.open {
  pointer-events: auto;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 185, 233, 0.22), transparent 22rem),
    rgba(3, 23, 38, 0.58);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(86vh, 900px);
  overflow: auto;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.94)),
    radial-gradient(circle at 95% 0%, rgba(0, 185, 233, 0.18), transparent 18rem);
  box-shadow: 0 30px 90px rgba(0, 20, 38, 0.34);
  transform: translateY(18px) scale(0.98);
  transition: transform 220ms ease;
}

.package-modal.open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  z-index: 2;
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  box-shadow: 0 14px 28px rgba(0, 105, 255, 0.24);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.modal-heading {
  display: grid;
  gap: 0.55rem;
  margin: -1.8rem 3.5rem 1.2rem 0;
}

.modal-kicker {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-heading h2 {
  color: transparent;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--coral));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.modal-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.modal-content {
  display: grid;
  gap: 0.9rem;
}

.booking-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.7rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #08b96a, #00b9e9);
  color: white;
  box-shadow: 0 18px 38px rgba(0, 185, 145, 0.22);
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.booking-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 185, 145, 0.28);
}

.booking-cta .icon-wrap svg {
  width: 1.55rem;
  height: 1.55rem;
}

.modal-content .package-card {
  box-shadow: 0 12px 32px rgba(2, 55, 88, 0.07);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  animation: fade-up 650ms ease both;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none;
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2rem, -1rem, 0) scale(1.06);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rise {
  0% {
    transform: translateY(0) scale(0.85);
    opacity: 0;
  }
  20%,
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(-8rem) scale(1.2);
    opacity: 0;
  }
}

@keyframes swim {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-14deg);
  }
  50% {
    transform: translate3d(-1rem, 0.65rem, 0) rotate(-9deg);
  }
}

@keyframes text-current {
  0%,
  100% {
    background-position: 0% 50%;
    transform: translateY(0);
  }
  50% {
    background-position: 100% 50%;
    transform: translateY(-1px);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2rem;
  }

  .bio-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-tools {
    grid-template-columns: 1fr;
  }

  .active-category {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
  }

  .brand-mark {
    width: 8.4rem;
    height: 2.35rem;
  }

  .top-nav {
    order: 2;
    width: min(100%, 20rem);
    justify-content: center;
    gap: 0.42rem;
    padding: 0.35rem;
  }

  .top-nav .action-card {
    width: 2.65rem;
    min-height: 2.65rem;
    border-radius: 50%;
  }

  main {
    width: calc(100% - 2.5rem);
    overflow: hidden;
  }

  .hero-logo {
    width: min(21rem, 92vw);
    height: 5.4rem;
  }

  .hero-copy {
    max-width: 20rem;
    padding-right: 0.3rem;
  }

  .visual-caption {
    max-width: 19rem;
  }

  .animated-name {
    white-space: normal;
  }

  .action-card {
    min-height: 3.8rem;
    border-radius: 50%;
  }

  .action-card .icon-wrap svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  .reef-window {
    min-height: 22rem;
  }

  .bio-strip {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .gallery-section {
    height: 330vh;
    margin-top: 3.5rem;
  }

  .gallery-heading {
    display: grid;
  }

  .gallery-heading h2 {
    text-align: left;
  }

  .blue-parallax-gallery {
    --gallery-height: 100vh;
  }

  .horizontal-scroll-wrapper {
    gap: 2rem;
    padding: 10rem 28vw 4rem;
  }

  .img-wrapper {
    min-width: 17rem;
    transform: translateY(-1.5rem) scale(0.92);
  }

  .img-wrapper.slower {
    transform: translateY(-3rem) scale(1.04);
  }

  .img-wrapper.slower2 {
    transform: translateY(1rem) scale(1.1);
  }

  .img-wrapper.slower-down {
    transform: translateY(8rem) scale(1.02);
  }

  .img-wrapper.faster {
    transform: translateY(9rem) scale(0.86);
  }

  .img-wrapper.faster1 {
    transform: translateY(6rem) scale(0.86);
  }

  .img-wrapper.vertical {
    transform: translateY(0) scale(1.04);
  }

  .img-wrapper.last {
    transform: translateY(-2rem) scale(1.04);
  }

  .gallery-tile {
    padding: 0.35rem;
    border-radius: 3px;
  }

  .gallery-tile img {
    max-width: 17rem;
    max-height: 20rem;
    border-radius: 0;
  }

  .scroll-info {
    top: 1rem;
    left: 1rem;
    right: auto;
    font-size: 0.78rem;
  }

  .bio-strip article {
    min-height: auto;
  }

  .packages-section {
    padding-top: 3rem;
  }

  .package-tools {
    top: 4.2rem;
    padding: 0.65rem;
  }

  .package-modal {
    padding: 0.65rem;
  }

  .modal-panel {
    max-height: 88vh;
    border-radius: 18px;
  }

  .modal-heading {
    margin-top: -1.4rem;
    margin-right: 3rem;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .category-card {
    min-height: 9.8rem;
    padding: 0.9rem;
    border-radius: 16px;
  }

  .package-toggle {
    grid-template-columns: auto 1fr;
  }

  .chevron {
    grid-column: 2;
    justify-self: end;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .price {
    text-align: left;
  }

}

.gallery-tile a {
  display: block;
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(0, 15, 30, 0.85);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.4s ease, backdrop-filter 0.4s ease;
}

.image-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox img {
  width: 90vw;
  height: 90svh;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none;
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.5s ease;
}

.image-lightbox[aria-hidden="false"] img {
  transform: scale(1);
  opacity: 1;
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: white;
  background: rgb(0 0 0 / 0.45);
  cursor: pointer;
}

.is-lightbox-open {
  touch-action: none;
}

