:root {
  color-scheme: light;
  --navy: #203f70;
  --ocean-deep: #07344a;
  --ocean-mid: #0b6f8f;
  --blue: #3070b0;
  --cyan: #40a0d0;
  --foam: #d8f3f4;
  --sand: #f2dfbf;
  --sand-light: #fbf4e8;
  --coral: #f47b20;
  --coral-dark: #cb5d0b;
  --ink: #10222c;
  --muted: #5f7081;
  --line: rgba(16, 34, 44, 0.12);
  --shadow: 0 22px 70px rgba(32, 63, 112, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--sand-light);
  color: var(--ink);
  font-family: "Trebuchet MS", "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 12% 18%, rgba(64, 160, 208, 0.16), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(244, 123, 32, 0.13), transparent 28%),
    linear-gradient(120deg, rgba(216, 243, 244, 0.38), transparent 46%),
    linear-gradient(180deg, rgba(242, 223, 191, 0.72), rgba(255, 255, 255, 0.74));
}

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

img {
  display: block;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 72px;
  max-width: min(96px, 18vw);
  height: auto;
  object-fit: contain;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 14px clamp(16px, 4vw, 58px);
  color: #fff;
  text-shadow: 0 1px 22px rgba(7, 52, 74, 0.32);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 244, 232, 0.9);
  color: var(--ocean-deep);
  box-shadow: 0 12px 36px rgba(16, 34, 44, 0.1);
  text-shadow: none;
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
  font-weight: 900;
}

.brand img {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
  transform-origin: 50% 55%;
  animation: logoAleteo 3.8s ease-in-out infinite;
}

.brand::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(216, 243, 244, 0.55);
  border-radius: 50%;
  content: "";
  animation: logoRipple 3.8s ease-in-out infinite;
  pointer-events: none;
}

.is-scrolled .brand img {
  border-color: rgba(48, 112, 176, 0.22);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 0.92rem;
  font-weight: 800;
}

.main-nav a {
  opacity: 0.88;
}

.header-action {
  position: relative;
  justify-self: end;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: -8% 0 0;
  z-index: -3;
  background-image: url("../public/images/optimized/hero-seleccion.webp");
  background-position: center 38%;
  background-size: cover;
  will-change: transform;
  filter: saturate(1.05) contrast(1.04);
}

.hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 12%, rgba(244, 123, 32, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(7, 52, 74, 0.8) 0%, rgba(11, 111, 143, 0.42) 46%, rgba(7, 52, 74, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 52, 74, 0.12), rgba(7, 52, 74, 0.58));
}

.water-glints {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.5;
  mix-blend-mode: screen;
  background:
    linear-gradient(112deg, transparent 0 17%, rgba(255, 255, 255, 0.22) 18%, transparent 20% 39%, rgba(255, 255, 255, 0.14) 40%, transparent 42%),
    linear-gradient(72deg, transparent 0 26%, rgba(216, 243, 244, 0.18) 27%, transparent 29% 58%, rgba(255, 255, 255, 0.12) 59%, transparent 61%);
  background-size: 320px 100%, 480px 100%;
  animation: waterGlint 14s linear infinite;
  pointer-events: none;
}

.hero-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-bubbles span {
  position: absolute;
  bottom: 12%;
  width: var(--bubble-size, 12px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.72), rgba(216, 243, 244, 0.18) 38%, transparent 70%);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.22), 0 0 18px rgba(216, 243, 244, 0.28);
  opacity: 0;
  animation: heroBubbleRise var(--bubble-speed, 8s) ease-in infinite;
}

.hero-bubbles span:nth-child(1) {
  left: 14%;
  --bubble-size: 9px;
  --bubble-speed: 7.6s;
}

.hero-bubbles span:nth-child(2) {
  left: 24%;
  --bubble-size: 15px;
  --bubble-speed: 9s;
  animation-delay: -2s;
}

.hero-bubbles span:nth-child(3) {
  left: 42%;
  --bubble-size: 8px;
  --bubble-speed: 6.8s;
  animation-delay: -4.1s;
}

.hero-bubbles span:nth-child(4) {
  left: 54%;
  --bubble-size: 18px;
  --bubble-speed: 10.4s;
  animation-delay: -1.2s;
}

.hero-bubbles span:nth-child(5) {
  right: 30%;
  --bubble-size: 11px;
  --bubble-speed: 7.8s;
  animation-delay: -5.4s;
}

.hero-bubbles span:nth-child(6) {
  right: 18%;
  --bubble-size: 22px;
  --bubble-speed: 11s;
  animation-delay: -3.2s;
}

.hero-bubbles span:nth-child(7) {
  right: 9%;
  --bubble-size: 10px;
  --bubble-speed: 7.2s;
  animation-delay: -6.1s;
}

.hero-bubbles span:nth-child(8) {
  left: 66%;
  --bubble-size: 13px;
  --bubble-speed: 8.6s;
  animation-delay: -2.8s;
}

.swim {
  position: absolute;
  width: clamp(54px, 7vw, 104px);
  filter: drop-shadow(0 16px 24px rgba(7, 52, 74, 0.28));
  opacity: 0.58;
  will-change: transform;
}

.swim-one {
  top: 18%;
  left: -110px;
  opacity: 0.4;
  animation: swimAcross 24s linear infinite;
}

.swim-two {
  top: 56%;
  right: -90px;
  width: clamp(46px, 6vw, 82px);
  animation: swimAcrossReverse 20s linear infinite;
}

.swim-three {
  right: 8%;
  bottom: 22%;
  width: clamp(58px, 8vw, 112px);
  opacity: 0.44;
  animation: reefFloat 6.4s ease-in-out infinite;
}

.swim-four {
  top: 32%;
  left: 58%;
  width: clamp(44px, 5vw, 78px);
  opacity: 0.5;
  animation: fishSwim 8s ease-in-out infinite alternate;
}

.hero-tide {
  position: absolute;
  right: -14vw;
  bottom: -18vw;
  z-index: -1;
  width: 72vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 160, 208, 0.5), rgba(216, 243, 244, 0.08) 56%, transparent 68%);
  animation: tide 8s ease-in-out infinite alternate;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 142px 0 clamp(150px, 18vh, 192px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.story-card h2,
.wholesale-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Trebuchet MS", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(4rem, 9.4vw, 8.4rem);
  text-wrap: balance;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 950;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::after,
.header-action::after {
  position: absolute;
  inset: auto auto -120% 50%;
  z-index: -1;
  width: 190%;
  aspect-ratio: 1;
  border-radius: 43% 57% 48% 52%;
  content: "";
  background: rgba(216, 243, 244, 0.24);
  transform: translateX(-50%) scale(0.18);
  transition: transform 420ms ease;
}

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

.button:hover::after,
.header-action:hover::after {
  transform: translateX(-50%) scale(1);
}

.button-primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 16px 36px rgba(244, 123, 32, 0.28);
}

.button-primary:hover {
  background: var(--coral-dark);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 118px;
  z-index: 3;
  display: flex;
  max-width: min(720px, calc(100% - 36px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-waves {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: clamp(92px, 13vw, 160px);
  overflow: hidden;
  pointer-events: none;
}

.wave {
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  transform-origin: center bottom;
}

.wave path {
  fill: var(--sand-light);
}

.wave-main {
  opacity: 1;
  animation: waveTravel 13s ease-in-out infinite alternate;
}

.wave-foam {
  bottom: 18px;
  height: 68%;
  opacity: 0.72;
  filter: blur(0.3px);
  animation: foamTravel 8.5s ease-in-out infinite alternate-reverse;
}

.wave-foam path {
  fill: rgba(255, 255, 255, 0.86);
}

.hero-panel span {
  padding: 14px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 850;
}

.hero-panel span:last-child {
  border-right: 0;
}

.hero .reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: heroReveal 760ms ease forwards;
}

.hero .hero-copy {
  animation-delay: 90ms;
}

.hero .hero-actions {
  animation-delay: 180ms;
}

.hero .hero-panel {
  animation-delay: 260ms;
}

.coastline-band {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 34px 0 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.82) 0 2px, transparent 2.6px),
    radial-gradient(circle at 75% 62%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.8px),
    linear-gradient(180deg, #fffaf1 0%, var(--sand-light) 44%, #f3dfbd 100%);
  background-size: 92px 72px, 128px 96px, auto;
  color: var(--ocean-deep);
}

.coastline-band::before {
  position: absolute;
  top: -42px;
  left: -8%;
  width: 116%;
  height: 86px;
  border-radius: 0 0 50% 50%;
  content: "";
  background:
    radial-gradient(75% 100% at 50% 0, rgba(216, 243, 244, 0.86), rgba(255, 255, 255, 0.52) 58%, transparent 72%);
  animation: shorelineBreathe 7s ease-in-out infinite alternate;
}

.coastline-band::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  box-shadow: 0 12px 42px 18px rgba(216, 243, 244, 0.42);
  pointer-events: none;
}

.foam-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.foam-particles span {
  position: absolute;
  top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 12px rgba(216, 243, 244, 0.75);
  animation: foamFade 6s ease-in-out infinite;
}

.foam-particles span:nth-child(1) {
  left: 12%;
}

.foam-particles span:nth-child(2) {
  left: 28%;
  animation-delay: -1.4s;
}

.foam-particles span:nth-child(3) {
  left: 52%;
  animation-delay: -2.8s;
}

.foam-particles span:nth-child(4) {
  left: 70%;
  animation-delay: -0.9s;
}

.foam-particles span:nth-child(5) {
  left: 86%;
  animation-delay: -3.5s;
}

.marquee-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 5px 0;
  animation: drift 26s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(7, 52, 74, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ocean-deep);
  box-shadow: 0 8px 24px rgba(7, 52, 74, 0.07);
  font-weight: 850;
  white-space: nowrap;
  animation: marketBob 3.8s ease-in-out infinite;
}

.marquee-track span:nth-child(2n) {
  animation-delay: -1.4s;
}

.marquee-track span:nth-child(3n) {
  animation-delay: -2.2s;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 116px) 0;
}

.product-section {
  position: relative;
}

.section-floaters,
.catch-floaters,
.deep-sea-floaters,
.sand-floaters {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-floaters span,
.section-floaters img,
.catch-floaters span,
.deep-sea-floaters span,
.deep-sea-floaters img,
.sand-floaters span,
.sand-floaters img {
  position: absolute;
  display: inline-block;
  filter: drop-shadow(0 12px 18px rgba(7, 52, 74, 0.18));
}

.catch-floaters .catch-hook {
  top: 8%;
  left: 4%;
  font-size: 2.4rem;
  animation: hookDangle 4.8s ease-in-out infinite;
}

.catch-floaters .catch-fish {
  top: 30%;
  right: 3%;
  font-size: 2.6rem;
  animation: fishSwimReverse 9s ease-in-out infinite alternate;
}

.catch-floaters .catch-crab {
  right: 14%;
  bottom: 2%;
  font-size: 2.1rem;
  animation: crabWalk 7s steps(5, end) infinite alternate;
}

.product-section::before {
  position: absolute;
  top: 3%;
  right: max(-9vw, -120px);
  z-index: -1;
  width: min(440px, 48vw);
  height: min(440px, 48vw);
  border: 1px solid rgba(7, 52, 74, 0.08);
  border-radius: 50%;
  content: "";
  background:
    repeating-linear-gradient(36deg, rgba(7, 52, 74, 0.045) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(126deg, rgba(7, 52, 74, 0.035) 0 1px, transparent 1px 20px);
  mask-image: radial-gradient(circle, #000 0 62%, transparent 72%);
}

.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.92fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.intro-grid::before {
  position: absolute;
  bottom: 8%;
  left: -7%;
  z-index: -1;
  width: 280px;
  height: 92px;
  content: "";
  opacity: 0.18;
  background:
    radial-gradient(100% 60% at 50% 0, transparent 58%, var(--ocean-mid) 59% 62%, transparent 63%),
    radial-gradient(100% 60% at 50% 0, transparent 68%, var(--ocean-mid) 69% 72%, transparent 73%);
}

.section-floaters .fish {
  right: 12%;
  bottom: 18%;
  width: clamp(44px, 6vw, 78px);
  animation: fishSwim 8s ease-in-out infinite alternate;
}

.section-floaters .crab {
  left: 44%;
  bottom: 6%;
  width: clamp(42px, 5vw, 72px);
  animation: crabWalk 6.5s steps(4, end) infinite alternate;
}

.aquarium-ribbon {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72) 0 2px, transparent 2.7px),
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.46) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(216, 243, 244, 0.7), rgba(64, 160, 208, 0.32) 52%, rgba(251, 244, 232, 0.88));
  background-size: 110px 86px, 160px 112px, auto;
}

.aquarium-ribbon::before,
.aquarium-ribbon::after {
  position: absolute;
  right: -8%;
  left: -8%;
  height: 78px;
  content: "";
  pointer-events: none;
  background: radial-gradient(68% 100% at 50% 0, rgba(255, 255, 255, 0.68), transparent 68%);
  animation: aquariumWave 8s ease-in-out infinite alternate;
}

.aquarium-ribbon::before {
  top: -38px;
}

.aquarium-ribbon::after {
  bottom: -44px;
  opacity: 0.62;
  animation-delay: -3.5s;
}

.aquarium-water span {
  position: absolute;
  width: 12px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.34);
  animation: bubbleRise 6s ease-in-out infinite;
}

.aquarium-water span:nth-child(1) {
  left: 18%;
  bottom: 10%;
}

.aquarium-water span:nth-child(2) {
  left: 54%;
  bottom: 4%;
  animation-delay: -2.2s;
}

.aquarium-water span:nth-child(3) {
  right: 16%;
  bottom: 12%;
  animation-delay: -4s;
}

.aquarium-fish img {
  position: absolute;
  z-index: 1;
  width: clamp(44px, 6vw, 82px);
  opacity: 0.74;
  filter: drop-shadow(0 12px 20px rgba(7, 52, 74, 0.22));
}

.aquarium-fish img:nth-child(1) {
  top: 14%;
  left: -90px;
  animation: swimAcross 22s linear infinite;
}

.aquarium-fish img:nth-child(2) {
  right: -80px;
  bottom: 18%;
  animation: swimAcrossReverse 26s linear infinite;
}

.aquarium-fish img:nth-child(3) {
  top: 22%;
  right: 10%;
  animation: reefFloat 5.8s ease-in-out infinite;
}

.mini-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  gap: clamp(10px, 2vw, 18px);
}

.mini-gallery img {
  width: 100%;
  aspect-ratio: 1;
  border: 5px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(7, 52, 74, 0.16);
  transform: rotate(var(--tilt, -2deg));
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.mini-gallery img:nth-child(2n) {
  --tilt: 2deg;
  margin-top: 18px;
}

.mini-gallery img:nth-child(3n) {
  --tilt: -1deg;
}

.mini-gallery img:hover {
  transform: translateY(-6px) rotate(0deg);
  box-shadow: 0 26px 58px rgba(7, 52, 74, 0.2);
}

.bay-scene {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 123, 32, 0.84), rgba(244, 123, 32, 0.16) 22%, transparent 34%),
    linear-gradient(180deg, #0a435b 0%, #0f82a0 46%, #33a8c6 62%, #f2dfbf 63%, #fbf4e8 100%);
  isolation: isolate;
}

.bay-scene::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1.8px),
    radial-gradient(circle at 66% 38%, rgba(255, 255, 255, 0.15) 0 1px, transparent 2px),
    repeating-linear-gradient(4deg, transparent 0 28px, rgba(255, 255, 255, 0.045) 29px 31px);
  background-size: 120px 92px, 180px 130px, auto;
}

.bay-sky {
  position: absolute;
  inset: 0 0 auto;
  height: 50%;
  pointer-events: none;
}

.sun {
  position: absolute;
  top: 16%;
  right: 14%;
  width: clamp(70px, 9vw, 118px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd29a 0 28%, #f47b20 62%, rgba(244, 123, 32, 0) 70%);
  filter: blur(0.2px);
  animation: sunGlow 5.6s ease-in-out infinite alternate;
}

.gull {
  position: absolute;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.6rem, 3vw, 2.9rem);
  font-weight: 900;
  transform: rotate(180deg);
  animation: gullDrift 8s ease-in-out infinite alternate;
}

.gull-one {
  top: 22%;
  left: 18%;
}

.gull-two {
  top: 34%;
  left: 34%;
  animation-delay: -3s;
}

.bay-content {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 780px;
  padding-top: clamp(84px, 11vw, 140px);
  padding-bottom: clamp(150px, 16vw, 210px);
}

.bay-content h2 {
  color: #fff;
  text-shadow: 0 16px 42px rgba(7, 52, 74, 0.28);
}

.bay-content .section-kicker {
  color: #ffd2a3;
}

.bay-content p:not(.section-kicker) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.24rem;
  text-shadow: 0 8px 26px rgba(7, 52, 74, 0.28);
}

.bay-water {
  position: absolute;
  right: 0;
  bottom: 112px;
  left: 0;
  z-index: 1;
  height: 190px;
  overflow: hidden;
  pointer-events: none;
}

.bay-water::before,
.bay-water::after,
.bay-wave {
  position: absolute;
  right: -12%;
  left: -12%;
  height: 74px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(65% 100% at 50% 0, transparent 56%, rgba(255, 255, 255, 0.72) 58% 62%, transparent 64%),
    radial-gradient(70% 120% at 50% 0, transparent 62%, rgba(216, 243, 244, 0.42) 64% 70%, transparent 72%);
  animation: bayWaveMove 7s ease-in-out infinite alternate;
}

.bay-water::before {
  top: 14px;
}

.bay-water::after {
  top: 66px;
  opacity: 0.7;
  animation-delay: -2.4s;
}

.bay-wave-one {
  top: 108px;
  opacity: 0.52;
  animation-delay: -3.8s;
}

.bay-wave-two {
  top: 142px;
  opacity: 0.38;
  animation-delay: -1.2s;
}

.boat {
  position: absolute;
  top: 42px;
  left: 12%;
  z-index: 2;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  filter: drop-shadow(0 18px 24px rgba(7, 52, 74, 0.34));
  animation: boatDrift 12s ease-in-out infinite alternate;
}

.bay-fish {
  position: absolute;
  z-index: 2;
  width: clamp(42px, 5vw, 72px);
  opacity: 0.72;
  filter: drop-shadow(0 10px 16px rgba(7, 52, 74, 0.24));
}

.bay-fish-one {
  left: 36%;
  top: 86px;
  animation: fishSwim 7.4s ease-in-out infinite alternate;
}

.bay-fish-two {
  right: 16%;
  top: 26px;
  animation: fishSwimReverse 8.2s ease-in-out infinite alternate;
}

.bubble {
  position: absolute;
  bottom: 6px;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.36);
  animation: bubbleRise 5.4s ease-in-out infinite;
}

.bubble-one {
  left: 58%;
}

.bubble-two {
  left: 66%;
  animation-delay: -2.1s;
}

.bubble-three {
  left: 76%;
  animation-delay: -3.4s;
}

.bay-sand {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  height: 136px;
  padding: 54px 12vw 0;
  color: rgba(7, 52, 74, 0.72);
  background:
    radial-gradient(circle at 18% 60%, rgba(255, 255, 255, 0.62) 0 2px, transparent 2.6px),
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.48) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(242, 223, 191, 0.6), #fbf4e8 58%);
  background-size: 96px 74px, 130px 88px, auto;
}

.bay-sand span {
  display: inline-block;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  animation: sandPop 4.8s ease-in-out infinite;
}

.bay-sand span:nth-child(2) {
  animation-delay: -1.5s;
}

.bay-sand span:nth-child(3) {
  animation-delay: -2.7s;
}

.intro-copy h2,
.section-heading h2,
.story-card h2,
.wholesale-copy h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 5.2vw, 4.7rem);
}

.intro-copy p:not(.section-kicker),
.section-heading p:not(.section-kicker),
.story-card p:not(.section-kicker),
.wholesale-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.2rem;
}

.image-stack {
  position: relative;
  min-height: 540px;
  will-change: transform;
}

.image-stack img {
  position: absolute;
  border: 8px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.image-stack img:first-child {
  top: 0;
  right: 0;
  width: 66%;
  height: 78%;
}

.image-stack img:last-child {
  left: 0;
  bottom: 0;
  width: 58%;
  height: 46%;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.product-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.product-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-feature:hover img {
  transform: scale(1.035);
}

.product-feature > div {
  display: grid;
  align-content: end;
  gap: 10px;
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 100% 0, rgba(64, 160, 208, 0.18), transparent 34%),
    linear-gradient(180deg, #fff, #fff7e8 56%, var(--foam));
}

.product-feature span,
.product-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-feature h3,
.product-card h3 {
  margin: 0;
  color: var(--ocean-deep);
  font-size: 1.72rem;
  line-height: 1.06;
}

.product-feature p,
.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(7, 52, 74, 0.1);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 14px 36px rgba(7, 52, 74, 0.1);
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 28%, rgba(7, 52, 74, 0.1) 58%, rgba(7, 52, 74, 0.72));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 58px rgba(7, 52, 74, 0.18);
}

.product-card:hover::after {
  opacity: 1;
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 680ms ease, filter 260ms ease;
}

.product-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.065);
}

.product-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 22px;
  color: #fff;
  transform: translateY(28px);
  transition: transform 260ms ease;
}

.product-card:hover div {
  transform: translateY(0);
}

.product-card div::before {
  position: absolute;
  inset: -40px 0 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 52, 74, 0.84));
}

.product-card span,
.product-card h3,
.product-card p,
.product-card small {
  color: inherit;
}

.product-card span {
  color: #ffd3ad;
}

.product-card p {
  color: rgba(255, 255, 255, 0.84);
}

.product-card small {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  transition: max-height 260ms ease, opacity 260ms ease;
}

.product-card:hover small {
  max-height: 70px;
  opacity: 1;
}

.product-card:nth-child(2n) {
  transform: translateY(18px);
}

.product-card:nth-child(2n):hover {
  transform: translateY(10px);
}

.product-card:nth-child(3n) {
  transition-duration: 320ms;
}

.market-snapshots {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr 0.86fr;
  gap: 14px;
  align-items: end;
  margin-top: clamp(34px, 6vw, 62px);
}

.market-snapshots::before {
  position: absolute;
  right: 6%;
  bottom: -24px;
  z-index: -1;
  width: min(520px, 70vw);
  height: 110px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(ellipse at 50% 0, rgba(64, 160, 208, 0.2), transparent 64%),
    repeating-linear-gradient(4deg, transparent 0 18px, rgba(7, 52, 74, 0.06) 19px 21px);
  animation: shorelineBreathe 6.8s ease-in-out infinite alternate;
}

.market-snapshots img {
  width: 100%;
  min-height: 150px;
  border: 6px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(7, 52, 74, 0.13);
  transition: transform 240ms ease;
}

.market-snapshots img:nth-child(1) {
  aspect-ratio: 4 / 3;
}

.market-snapshots img:nth-child(2) {
  aspect-ratio: 1;
  transform: translateY(18px);
}

.market-snapshots img:nth-child(3) {
  aspect-ratio: 3 / 4;
}

.market-snapshots img:nth-child(4) {
  aspect-ratio: 4 / 5;
  transform: translateY(10px);
}

.market-snapshots img:hover {
  transform: translateY(-6px);
}

.market-snapshots img:nth-child(2):hover,
.market-snapshots img:nth-child(4):hover {
  transform: translateY(2px);
}

.story-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(244, 123, 32, 0.58), transparent 28%),
    linear-gradient(135deg, rgba(7, 52, 74, 0.97), rgba(11, 111, 143, 0.88) 58%, rgba(64, 160, 208, 0.78)),
    var(--ocean-deep);
  color: #fff;
}

.deep-sea-floaters span:nth-child(1) {
  top: 18%;
  left: 9%;
  font-size: 2.5rem;
  animation: hookDangle 5.2s ease-in-out infinite;
}

.deep-sea-floaters img:nth-child(2) {
  right: 10%;
  top: 26%;
  width: clamp(58px, 8vw, 118px);
  animation: fishSwimReverse 8.8s ease-in-out infinite alternate;
}

.deep-sea-floaters span:nth-child(3) {
  left: 48%;
  bottom: 10%;
  font-size: 2.3rem;
  animation: bubbleRise 6.2s ease-in-out infinite;
}

.story-band::before,
.story-band::after {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 96px;
  content: "";
  background: radial-gradient(70% 100% at 50% 0%, rgba(216, 243, 244, 0.24), transparent 70%);
  animation: wave 9s ease-in-out infinite alternate;
}

.story-band::before {
  top: 0;
}

.story-band::after {
  bottom: -28px;
  animation-delay: -4s;
}

.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  min-height: 390px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
    rgba(7, 52, 74, 0.18);
  backdrop-filter: blur(8px);
}

.story-card p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.story-card-dark {
  background: rgba(16, 34, 44, 0.24);
}

.story-photo-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 8px;
}

.story-photo-strip img {
  width: 100%;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  opacity: 0.92;
  animation: photoDrift 7s ease-in-out infinite alternate;
}

.story-photo-strip img:nth-child(2) {
  animation-delay: -2.2s;
}

.story-photo-strip img:nth-child(3) {
  animation-delay: -4.1s;
}

.menu-section {
  position: relative;
  padding-bottom: clamp(70px, 10vw, 130px);
}

.sand-floaters img:nth-child(1) {
  left: 6%;
  bottom: 12%;
  width: clamp(50px, 7vw, 92px);
  animation: crabWalk 6.2s steps(4, end) infinite alternate;
}

.sand-floaters span:nth-child(2) {
  top: 18%;
  right: 14%;
  font-size: 2.2rem;
  animation: hookDangle 5.8s ease-in-out infinite;
}

.sand-floaters img:nth-child(3) {
  right: 6%;
  bottom: 8%;
  width: clamp(54px, 8vw, 104px);
  animation: sandPop 4.6s ease-in-out infinite;
}

.menu-section::after {
  position: absolute;
  right: 6%;
  bottom: 5%;
  width: 160px;
  height: 42px;
  content: "";
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 20% 70%, transparent 42%, var(--coral) 44% 47%, transparent 49%),
    radial-gradient(ellipse at 55% 70%, transparent 42%, var(--coral) 44% 47%, transparent 49%),
    radial-gradient(ellipse at 90% 70%, transparent 42%, var(--coral) 44% 47%, transparent 49%);
}

.menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-grid span {
  padding: 12px 16px;
  border: 1px solid rgba(32, 63, 112, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy);
  font-weight: 900;
}

.menu-images {
  display: grid;
  grid-template-columns: 0.72fr 0.86fr 1.14fr;
  gap: 18px;
  align-items: end;
  margin-top: 28px;
}

.menu-images img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.menu-images img:nth-child(1) {
  aspect-ratio: 1;
}

.menu-images img:nth-child(2) {
  aspect-ratio: 4 / 5;
}

.menu-images img:nth-child(3) {
  aspect-ratio: 4 / 3;
}

.dish-current {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 58px);
  margin-top: 30px;
  pointer-events: none;
}

.dish-current::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(700px, 88vw);
  height: 84px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(ellipse at 50% 50%, rgba(64, 160, 208, 0.16), transparent 68%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(7, 52, 74, 0.055) 19px 20px);
  transform: translate(-50%, -50%);
}

.dish-current img {
  position: relative;
  z-index: 1;
  width: clamp(58px, 8vw, 108px);
  filter: drop-shadow(0 16px 22px rgba(7, 52, 74, 0.2));
  animation: dishBob 5.8s ease-in-out infinite;
}

.dish-current img:nth-child(2) {
  animation-delay: -2s;
}

.dish-current img:nth-child(3) {
  animation-delay: -3.7s;
}

.wholesale-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(64, 160, 208, 0.14), transparent 28%),
    linear-gradient(180deg, #fffaf1, var(--foam));
}

.wholesale-band::before {
  position: absolute;
  top: -34px;
  left: -8%;
  width: 116%;
  height: 78px;
  border-radius: 0 0 50% 50%;
  content: "";
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(-1deg);
}

.wholesale-shoal {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.wholesale-shoal img {
  position: absolute;
  width: clamp(44px, 6vw, 84px);
  opacity: 0.28;
  filter: drop-shadow(0 12px 18px rgba(7, 52, 74, 0.18));
}

.wholesale-shoal img:nth-child(1) {
  top: 18%;
  left: -80px;
  animation: swimAcross 28s linear infinite;
}

.wholesale-shoal img:nth-child(2) {
  right: -70px;
  bottom: 16%;
  animation: swimAcrossReverse 24s linear infinite;
}

.wholesale-shoal img:nth-child(3) {
  top: 58%;
  left: 12%;
  animation: reefFloat 7s ease-in-out infinite;
}

.wholesale-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.wholesale-copy {
  display: grid;
  gap: 20px;
}

.wholesale-copy .button {
  width: fit-content;
}

.wholesale-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wholesale-photo img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.wholesale-photo .wholesale-badge-photo {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(220px, 42%);
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 52, 74, 0.22);
  animation: photoDrift 6.4s ease-in-out infinite alternate;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.contact-watermark {
  position: absolute;
  inset: 18px 0 auto;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  opacity: 0.13;
  pointer-events: none;
}

.contact-watermark img {
  width: clamp(100px, 16vw, 210px);
  animation: reefFloat 7.2s ease-in-out infinite;
}

.contact-watermark img:nth-child(2) {
  animation-delay: -3.2s;
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 5px;
  padding: 24px;
  border: 1px solid rgba(32, 63, 112, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(32, 63, 112, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.contact-card span {
  color: var(--muted);
  font-weight: 850;
}

.contact-card strong {
  color: var(--navy);
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.contact-card p {
  max-width: 520px;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.35;
}

.contact-card-branch {
  border-left: 6px solid var(--coral);
  background: rgba(255, 255, 255, 0.94);
}

.contact-card-branch span {
  color: var(--coral-dark);
}

.contact-card-branch p {
  color: var(--ink);
}

.contact-card-primary {
  background: var(--navy);
}

.contact-card-primary span,
.contact-card-primary strong,
.contact-card-primary p {
  color: #fff;
}

.contact-card-primary p {
  opacity: 0.86;
}

.site-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 238px;
  padding: 118px clamp(18px, 4vw, 58px) 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0e6f8a 0%, #07344a 58%, #10222c 100%);
  color: rgba(255, 255, 255, 0.82);
  isolation: isolate;
}

.content-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.content-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.content-canvas::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(251, 244, 232, 0.92) 0 2px, rgba(255, 255, 255, 0.64) 3px, transparent 34px),
    linear-gradient(180deg, transparent 0%, rgba(7, 52, 74, 0.22) 42%, rgba(16, 34, 44, 0.44) 100%);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: radial-gradient(ellipse at 50% 100%, rgba(16, 34, 44, 0.48), transparent 58%);
  pointer-events: none;
}

.footer-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 10px 28px rgba(7, 52, 74, 0.36);
}

.site-footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.site-footer p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-shadow: 0 10px 28px rgba(7, 52, 74, 0.36);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease var(--reveal-delay, 0ms), transform 600ms ease var(--reveal-delay, 0ms);
}

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

.product-card.reveal.is-visible:nth-child(2n) {
  transform: translateY(18px);
}

.product-card.reveal.is-visible:hover {
  transform: translateY(-7px);
}

.product-card.reveal.is-visible:nth-child(2n):hover {
  transform: translateY(10px);
}

@keyframes drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes tide {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-5vw, -2vw, 0) scale(1.08);
  }
}

@keyframes waterGlint {
  from {
    background-position: -120px 0, 80px 0;
  }

  to {
    background-position: 380px 0, -420px 0;
  }
}

@keyframes waveTravel {
  from {
    transform: translate3d(-2.5%, 0, 0) scaleY(1);
  }

  to {
    transform: translate3d(2.5%, 8px, 0) scaleY(1.08);
  }
}

@keyframes foamTravel {
  from {
    transform: translate3d(2%, 0, 0) scaleY(0.95);
  }

  to {
    transform: translate3d(-3%, 6px, 0) scaleY(1.1);
  }
}

@keyframes shorelineBreathe {
  from {
    transform: translate3d(-1.5%, 0, 0) scaleY(0.92);
  }

  to {
    transform: translate3d(1.5%, 10px, 0) scaleY(1.05);
  }
}

@keyframes foamFade {
  0% {
    opacity: 0;
    transform: translate3d(0, -6px, 0) scale(0.6);
  }

  38% {
    opacity: 0.88;
  }

  100% {
    opacity: 0;
    transform: translate3d(24px, 36px, 0) scale(1.8);
  }
}

@keyframes heroBubbleRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(0.72);
  }

  22% {
    opacity: 0.62;
  }

  76% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--bubble-drift, 22px), -56vh, 0) scale(1.5);
  }
}

@keyframes logoAleteo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  28% {
    transform: translate3d(0, -1px, 0) rotate(-5deg);
  }

  56% {
    transform: translate3d(0, 1px, 0) rotate(5deg);
  }
}

@keyframes logoRipple {
  0%,
  100% {
    opacity: 0.16;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.6;
    transform: translate3d(2px, -2px, 0);
  }
}

@keyframes floatingCatch {
  from {
    opacity: 0.34;
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  to {
    opacity: 0.72;
    transform: translate3d(-36px, 24px, 0) rotate(3deg);
  }
}

@keyframes marketBob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes sunGlow {
  from {
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-8px, 4px, 0);
  }
}

@keyframes gullDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }

  to {
    transform: translate3d(44px, -12px, 0) rotate(180deg);
  }
}

@keyframes bayWaveMove {
  from {
    transform: translate3d(-2%, 0, 0) scaleY(0.94);
  }

  to {
    transform: translate3d(2.5%, 10px, 0) scaleY(1.08);
  }
}

@keyframes boatDrift {
  0% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(22vw, -9px, 0) rotate(3deg);
  }

  100% {
    transform: translate3d(44vw, 4px, 0) rotate(-2deg);
  }
}

@keyframes bubbleRise {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6);
  }

  35% {
    opacity: 0.82;
  }

  to {
    opacity: 0;
    transform: translate3d(18px, -120px, 0) scale(1.55);
  }
}

@keyframes sandPop {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(-4deg);
  }
}

@keyframes hookDangle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(10px, 18px, 0) rotate(10deg);
  }
}

@keyframes fishSwim {
  from {
    opacity: 0.58;
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  to {
    opacity: 0.95;
    transform: translate3d(52px, -16px, 0) scaleX(1);
  }
}

@keyframes fishSwimReverse {
  from {
    opacity: 0.52;
    transform: translate3d(0, 0, 0) scaleX(-1);
  }

  to {
    opacity: 0.92;
    transform: translate3d(-58px, 18px, 0) scaleX(-1);
  }
}

@keyframes swimAcross {
  0% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(55vw, -18px, 0) rotate(3deg);
  }

  100% {
    transform: translate3d(calc(100vw + 180px), 12px, 0) rotate(-2deg);
  }
}

@keyframes swimAcrossReverse {
  0% {
    transform: translate3d(0, 0, 0) scaleX(-1) rotate(2deg);
  }

  50% {
    transform: translate3d(-52vw, 16px, 0) scaleX(-1) rotate(-3deg);
  }

  100% {
    transform: translate3d(calc(-100vw - 180px), -10px, 0) scaleX(-1) rotate(2deg);
  }
}

@keyframes reefFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(12px, -12px, 0) rotate(3deg);
  }
}

@keyframes aquariumWave {
  from {
    transform: translate3d(-2%, 0, 0) scaleY(0.94);
  }

  to {
    transform: translate3d(2.4%, 12px, 0) scaleY(1.08);
  }
}

@keyframes photoDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(-0.6deg);
  }

  to {
    transform: translate3d(0, -8px, 0) rotate(0.8deg);
  }
}

@keyframes dishBob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotate(2deg);
  }
}

@keyframes crabWalk {
  0% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  100% {
    transform: translate3d(42px, -4px, 0) rotate(5deg);
  }
}

@keyframes wave {
  from {
    transform: translateX(-3%);
  }

  to {
    transform: translateX(3%);
  }
}

@keyframes footerWaveMove {
  from {
    transform: translate3d(-2%, 0, 0) scaleY(0.92);
  }

  to {
    transform: translate3d(2.5%, 9px, 0) scaleY(1.08);
  }
}

@keyframes footerFoamDrift {
  from {
    background-position: 0 0;
    transform: translateX(-3%);
  }

  to {
    background-position: 340px 0;
    transform: translateX(3%);
  }
}

@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .intro-grid,
  .section-heading,
  .product-feature,
  .story-grid,
  .wholesale-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .product-feature {
    min-height: 0;
  }

  .product-feature img {
    max-height: 620px;
  }

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

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

  .market-snapshots,
  .story-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    grid-column: 1;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand span {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 100svh;
    max-width: 100vw;
  }

  .swim-three,
  .swim-four {
    display: none;
  }

  .swim {
    opacity: 0.62;
  }

  .hero-content {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
    margin-right: 18px;
    margin-left: 18px;
  }

  .hero h1 {
    max-width: min(320px, 100%);
    font-size: clamp(2.9rem, 13.5vw, 3.65rem);
  }

  .hero-copy,
  .hero-actions {
    max-width: 100%;
  }

  .hero-content {
    padding-top: 126px;
    padding-bottom: 136px;
  }

  .hero-panel {
    display: none;
  }

  .water-glints {
    opacity: 0.28;
    background-size: 420px 100%;
  }

  .hero-waves {
    height: 92px;
  }

  .coastline-band {
    padding-top: 22px;
  }

  .foam-particles span:nth-child(n+4) {
    display: none;
  }

  .section-floaters .crab,
  .catch-floaters .catch-crab,
  .deep-sea-floaters span:nth-child(1),
  .deep-sea-floaters img:nth-child(2),
  .sand-floaters span:nth-child(2) {
    display: none;
  }

  .section-floaters .fish,
  .catch-floaters .catch-fish,
  .sand-floaters img:nth-child(1) {
    font-size: 1.7rem;
  }

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

  .mini-gallery img:nth-child(2n) {
    margin-top: 0;
  }

  .image-stack {
    min-height: 420px;
  }

  .bay-scene {
    min-height: 620px;
  }

  .bay-content {
    width: min(354px, calc(100vw - 36px));
    padding-top: 86px;
    padding-bottom: 198px;
  }

  .bay-content h2 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .gull-two,
  .bubble-three {
    display: none;
  }

  .boat {
    top: 74px;
    left: 6%;
    font-size: 2.7rem;
  }

  .bay-water {
    bottom: 108px;
    height: 170px;
  }

  .bay-sand {
    height: 124px;
    padding-top: 48px;
  }

  .product-grid,
  .market-snapshots,
  .story-photo-strip,
  .menu-images {
    grid-template-columns: 1fr;
  }

  .market-snapshots img,
  .story-photo-strip img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    transform: none !important;
  }

  .dish-current {
    gap: 14px;
  }

  .dish-current img {
    width: clamp(54px, 18vw, 76px);
  }

  .wholesale-shoal img:nth-child(3),
  .contact-watermark img:nth-child(2),
  .bay-fish-two {
    display: none;
  }

  .wholesale-photo .wholesale-badge-photo {
    right: 12px;
    bottom: 12px;
    width: min(180px, 50%);
  }

  .product-card,
  .product-card img {
    min-height: 360px;
  }

  .product-card.reveal.is-visible:nth-child(2n) {
    transform: translateY(0);
  }

  .button,
  .wholesale-copy .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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