:root {
  --navy: #031d2f;
  --deep: #062b43;
  --ocean: #057f9d;
  --aqua: #22d3c5;
  --sky: #78d7f4;
  --sun: #ffe38a;
  --coral: #ff7448;
  --sand: #f4efe3;
  --white: #ffffff;
  --ink: #102330;
  --muted: #61717c;
  --line: #dbe5e8;
  --shadow: 0 22px 60px rgba(3, 29, 47, .14);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: #f7fafb;
  color: var(--ink);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 80px);
  color: white;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease, border-color .3s ease;
}

.site-header.scrolled {
  height: 72px;
  background: linear-gradient(90deg, rgba(2, 22, 36, .98), rgba(4, 54, 75, .97));
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 32px rgba(0, 18, 31, .28);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 50%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .04em;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong,
.footer-brand strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: .09em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 9px;
  letter-spacing: .22em;
  opacity: .74;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 12px 18px !important;
  background: var(--coral);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(255,116,72,.28);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: white;
  transition: .25s ease;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  max-height: 980px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 110px clamp(24px, 7vw, 110px) 130px;
  color: white;
  isolation: isolate;
  background: #06283a;
}

.hero-media,
.hero-overlay,
.hero-shine,
.hero-fallback {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -4;
  overflow: hidden;
  background: #06283a;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.hero-fallback {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 29, 47, .06), rgba(4, 29, 47, .30)),
    url("../img/hero/key-west-fishing-hero.jpg") center / cover no-repeat,
    linear-gradient(180deg, #4eb8d9 0 48%, #0a6d86 48% 58%, #043b55 100%);
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 18, 31, .78) 0%, rgba(1, 18, 31, .48) 42%, rgba(1, 18, 31, .08) 75%),
    linear-gradient(180deg, rgba(1, 18, 31, .24) 0%, rgba(1, 18, 31, .06) 50%, rgba(1, 18, 31, .62) 100%);
}

.hero-shine {
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 232, 163, .28), transparent 24%),
    linear-gradient(115deg, transparent 0 60%, rgba(255,255,255,.08) 66%, transparent 74%);
  mix-blend-mode: screen;
  animation: heroLight 8s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(720px, 66vw);
  margin-top: -20px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--sun);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .22em;
}

.eyebrow.dark { color: var(--ocean); }

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(76px, 10vw, 150px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 12px 32px rgba(0,0,0,.34);
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.92);
  text-shadow: none;
}

.hero-subtitle {
  max-width: 590px;
  margin: 30px 0 0;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); box-shadow: 0 14px 30px rgba(255,116,72,.3); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }

.hero-status {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 5vw, 74px);
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(1, 24, 39, .42);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

.hero-status strong,
.hero-status span {
  display: block;
}

.hero-status strong {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .12em;
  font-size: 14px;
}

.hero-status span {
  margin-top: 3px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 6px rgba(34,211,197,.14);
  animation: statusPulse 2s ease-in-out infinite;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: grid;
  place-items: center;
  gap: 8px;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

.scroll-cue i {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.7);
  animation: scrollCue 1.6s ease-in-out infinite;
}

.directory-section,
.faq-section {
  padding: 105px clamp(20px, 6vw, 90px);
}

.section-heading {
  max-width: 1260px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 50px;
}

.section-heading h2,
.why-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.section-heading > p {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  line-height: 1.75;
}

.filter-bar {
  max-width: 1260px;
  margin: 0 auto 34px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar { display: none; }

.filter {
  flex: 0 0 auto;
  padding: 12px 17px;
  border: 1px solid #c9d6da;
  border-radius: 999px;
  color: #42545d;
  background: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}

.filter:hover,
.filter.active {
  color: white;
  border-color: var(--deep);
  background: var(--deep);
}

.charter-grid {
  max-width: 1260px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.charter-card {
  min-width: 0;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(4,58,82,.08);
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(3,29,47,.08);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

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

.charter-card.hidden { display: none; }

.card-image {
  position: relative;
  min-height: 205px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,29,47,.03), rgba(3,29,47,.58)),
    repeating-linear-gradient(145deg, transparent 0 22px, rgba(255,255,255,.04) 22px 24px);
}

.image-one { background: linear-gradient(135deg, #0c9fbe, #063b62); }
.image-two { background: linear-gradient(135deg, #2cb99e, #075a75); }
.image-three { background: linear-gradient(135deg, #52b98d, #086072); }
.image-four { background: linear-gradient(135deg, #247db7, #041f3c); }
.image-five { background: linear-gradient(135deg, #35b6bb, #07516d); }
.image-six { background: linear-gradient(135deg, #0f98c6, #08406d); }

.logo-placeholder {
  position: relative;
  z-index: 1;
  width: 95px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255,255,255,.78);
  border-radius: 50%;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: .03em;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.card-tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255,255,255,.93);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.card-content { padding: 22px 22px 18px; }

.card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.card-title-row h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.captain {
  margin: 7px 0 0;
  color: var(--ocean);
  font-size: 12px;
  font-weight: 700;
}

.rating {
  flex: 0 0 auto;
  color: #a56600;
  background: #fff3cf;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.card-description {
  margin: 18px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.card-facts {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  display: grid;
  gap: 9px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #50616b;
  font-size: 12px;
}

.card-facts strong { color: var(--ink); }

.card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  padding-top: 17px;
}

.price {
  color: var(--muted);
  font-size: 11px;
}

.price strong {
  display: block;
  color: var(--deep);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.website-label {
  color: var(--ocean);
  font-size: 12px;
  font-weight: 800;
}

.call-button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: white;
  background: var(--deep);
  font-size: 14px;
  font-weight: 800;
  transition: background .2s ease;
}

.call-button:hover { background: var(--ocean); }
.phone-icon { font-size: 18px; }

.trip-types {
  padding: 105px clamp(20px, 6vw, 90px);
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(34,211,197,.18), transparent 28%),
    linear-gradient(135deg, #031d2f, #064a65);
}

.section-heading.light > p { color: rgba(255,255,255,.66); }

.trip-grid {
  max-width: 1260px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}

.trip-grid article {
  min-height: 285px;
  padding: 32px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.025);
  transition: background .25s ease, transform .25s ease;
}

.trip-grid article:hover {
  background: rgba(34,211,197,.1);
  transform: translateY(-4px);
}

.trip-number {
  color: var(--aqua);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.trip-grid h3 {
  margin: 90px 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
}

.trip-grid p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.7;
}

.why-section {
  min-height: 720px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--sand);
}

.why-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(28px, 7vw, 110px);
}

.why-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 28px 0 0;
  color: #52636d;
  line-height: 1.8;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.stat-grid div {
  padding-top: 18px;
  border-top: 2px solid rgba(5,127,157,.25);
}

.stat-grid strong {
  display: block;
  color: var(--ocean);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
}

.stat-grid span {
  display: block;
  margin-top: 2px;
  color: #61717c;
  font-size: 11px;
  line-height: 1.4;
}

.why-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)),
    radial-gradient(circle at center, #0a87a2, #034562 70%);
}

.map-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  animation: ringPulse 5s ease-in-out infinite;
}

.ring-one { width: 220px; height: 220px; }
.ring-two { width: 390px; height: 390px; animation-delay: .7s; }
.ring-three { width: 570px; height: 570px; animation-delay: 1.4s; }

.island-shape {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 110px;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: #f5d999;
  border-radius: 55% 45% 50% 60%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .08em;
  transform: rotate(-14deg);
  box-shadow: 0 25px 55px rgba(0,0,0,.22);
}

.faq-section { background: white; }

.faq-list {
  max-width: 980px;
  margin: auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  list-style: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 20px;
  color: var(--ocean);
  font-size: 32px;
  font-weight: 400;
}

.faq-list details[open] summary::after { content: "–"; }

.faq-list p {
  max-width: 760px;
  margin: -5px 0 25px;
  color: var(--muted);
  line-height: 1.75;
}

footer {
  padding: 58px clamp(20px, 6vw, 90px) 28px;
  color: rgba(255,255,255,.72);
  background: #021621;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: white;
}

.footer-brand p {
  margin: 5px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 34px 0;
  font-size: 13px;
  font-weight: 700;
}

.disclaimer,
.copyright {
  font-size: 11px;
  line-height: 1.6;
}

.copyright {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.load-error {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid #f0c9bf;
  border-radius: 14px;
  color: #7f2f1d;
  background: #fff2ee;
  text-align: center;
  font-weight: 700;
}

.charter-card.is-loading {
  min-height: 510px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,0) 100%),
    #edf3f5;
  background-size: 220% 100%;
  animation: skeletonSweep 1.3s linear infinite;
}

/* Brief cinematic fade masks the video loop point. */
.hero-video {
  transition: opacity 180ms ease;
}

.hero-video.loop-fade {
  opacity: 0;
}

.menu-toggle:focus-visible,
.main-nav a:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

body.menu-open {
  overflow: hidden;
}
