:root {
  --ink: #061a28;
  --ink-deep: #02111b;
  --blue: #0b6675;
  --aqua: #70d7d3;
  --orange: #ff7041;
  --paper: #f0f2ed;
  --paper-dark: #dce2dc;
  --white: #ffffff;
  --muted: #94a5ad;
  --line: rgba(255, 255, 255, 0.16);
  --shell: min(1180px, calc(100% - 48px));
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--shell);
  height: 94px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.25rem;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 6px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.9vw, 34px);
}

.site-nav a {
  position: relative;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--aqua);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.52);
  padding: 11px 18px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  height: min(900px, 100svh);
  color: var(--white);
  overflow: hidden;
}

.hero-image,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 17, 27, 0.96) 0%, rgba(2, 17, 27, 0.72) 38%, rgba(2, 17, 27, 0.08) 72%),
    linear-gradient(180deg, rgba(2, 17, 27, 0.4) 0%, transparent 38%, rgba(2, 17, 27, 0.42) 100%);
}

.hero-grid {
  left: 50%;
  width: var(--shell);
  transform: translateX(-50%);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, transparent 49.95%, rgba(255, 255, 255, 0.06) 50%, transparent 50.05%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow span {
  width: 30px;
  height: 2px;
  margin-right: 12px;
  background: var(--orange);
}

.hero h1,
.section-heading h2,
.intro h2,
.route-copy h2,
.marina h2,
.planner h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4.8rem, 10.2vw, 9.4rem);
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.81);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--orange);
  color: #14100e;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff835f;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero-rail {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-rail i {
  width: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 120px);
  padding-block: 120px;
}

.intro h2,
.section-heading h2,
.route-copy h2,
.marina h2,
.planner h2 {
  font-size: clamp(3.2rem, 6vw, 5.7rem);
}

.intro-copy {
  max-width: 610px;
}

.intro-copy > p:first-child {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.65;
}

.fine-print {
  margin: 25px 0 0;
  color: #607078;
  font-size: 0.88rem;
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.trips {
  padding-block: 112px 128px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 58px;
}

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

.section-heading > p a {
  color: var(--aqua);
  font-weight: 800;
}

.section-kicker-light {
  color: var(--aqua);
}

.trip-grid {
  border-top: 1px solid var(--line);
}

.trip-card {
  border-bottom: 1px solid var(--line);
}

.trip-card summary {
  display: grid;
  min-height: 126px;
  grid-template-columns: 76px minmax(200px, 1.2fr) minmax(210px, 0.8fr) 42px;
  align-items: center;
  gap: 24px;
  padding: 24px 20px;
  list-style: none;
  cursor: pointer;
  transition: background 180ms ease, padding 180ms ease;
}

.trip-card summary::-webkit-details-marker {
  display: none;
}

.trip-card summary:hover,
.trip-card summary:focus-visible,
.trip-card[open] summary {
  background: rgba(255, 255, 255, 0.055);
  padding-inline: 28px;
}

.trip-card-featured summary {
  border-left: 3px solid var(--orange);
}

.trip-number {
  color: var(--aqua);
  font-family: var(--display);
  font-weight: 900;
}

.trip-title {
  font-family: var(--display);
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.trip-water {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trip-price {
  color: var(--white);
  font-size: 0.88rem;
  letter-spacing: 0.045em;
  line-height: 1.45;
}

.trip-plus {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  font-size: 1.3rem;
  transition: transform 180ms ease, background 180ms ease;
}

.trip-card[open] .trip-plus {
  background: var(--orange);
  color: var(--ink-deep);
  transform: rotate(45deg);
}

.trip-details {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr);
  gap: 60px;
  padding: 0 86px 38px 120px;
}

.trip-details p {
  max-width: 620px;
  margin: 0;
  color: #b7c2c7;
}

.trip-rules-note {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--orange);
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.055);
}

.trip-rules-note > span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trip-rules-note strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
}

.trip-rules-note p {
  margin: 4px 0 0;
  color: #9fb0b7;
  font-size: 0.86rem;
}

.trip-rules-note .text-link {
  margin-top: 0;
  white-space: nowrap;
}

.species-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
}

.species-list span {
  border: 1px solid rgba(112, 215, 211, 0.34);
  padding: 7px 10px;
  color: var(--aqua);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trip-photo {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  margin: 12px auto 0;
}

.trip-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(112, 215, 211, 0.3);
  cursor: zoom-in;
}

.trip-photo img:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.trip-photo figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: right;
  text-transform: uppercase;
}

.trip-photo-wide {
  width: min(100%, 960px);
}

.trip-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trip-photo-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.trip-photo-grid img:last-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.trip-photo-grid-five img:first-child {
  grid-row: span 2;
}

.trip-photo-grid-five img:last-child {
  grid-column: auto;
  aspect-ratio: 4 / 5;
}

.trip-photo-grid-four img:last-child {
  grid-column: auto;
  aspect-ratio: 4 / 5;
}

.image-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  border: 0;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(2, 17, 27, 0.96);
  color: var(--white);
}

.image-lightbox[open] {
  display: grid;
  place-items: center;
}

.image-lightbox::backdrop {
  background: rgba(2, 17, 27, 0.92);
}

.image-lightbox-inner {
  position: relative;
  display: flex;
  max-width: 1200px;
  max-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 120px);
  border: 1px solid rgba(112, 215, 211, 0.46);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

.image-lightbox-close {
  position: fixed;
  z-index: 2;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(2, 17, 27, 0.8);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  border-color: var(--aqua);
  background: var(--blue);
  outline: none;
}

.image-lightbox-caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-align: center;
}

body.lightbox-open {
  overflow: hidden;
}

.seasons {
  padding-block: 125px 140px;
}

.section-heading-light > p {
  color: #64747b;
}

.season-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #b9c3bf;
  border-bottom: 1px solid #b9c3bf;
}

.season-track article {
  position: relative;
  min-height: 350px;
  padding: 44px 35px;
}

.season-track article + article {
  border-left: 1px solid #b9c3bf;
}

.season-index {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #9aa7a2;
  font-family: var(--display);
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  opacity: 0.32;
}

.season-name {
  margin: 0 0 70px;
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.season-track h3 {
  max-width: 280px;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.season-track article > p:last-child {
  max-width: 310px;
  margin: 0;
  color: #5e6e75;
}

.route-section {
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.route-layout {
  display: grid;
  min-height: 640px;
  grid-template-columns: 0.9fr 1.1fr;
}

.route-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 10vw 80px 0;
}

.route-copy p:not(.section-kicker) {
  max-width: 500px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.route-board {
  position: relative;
  min-height: 640px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background:
    repeating-radial-gradient(circle at 60% 50%, transparent 0 54px, rgba(255, 255, 255, 0.07) 55px 56px),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}

.route-line {
  position: absolute;
  top: 53%;
  left: 14%;
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, var(--aqua), rgba(255, 255, 255, 0.45));
  transform: rotate(-15deg);
  transform-origin: left center;
}

.route-dot,
.route-notch {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: var(--orange);
}

.route-dot {
  width: 16px;
  height: 16px;
  border: 4px solid var(--white);
  box-shadow: 0 0 0 4px rgba(255, 112, 65, 0.35);
}

.route-dot-start {
  top: 51%;
  left: 13%;
}

.route-dot-end {
  top: 33%;
  right: 14%;
}

.route-notch {
  width: 7px;
  height: 7px;
  background: var(--aqua);
}

.route-notch-one {
  top: 46%;
  left: 40%;
}

.route-notch-two {
  top: 39%;
  left: 62%;
}

.route-label {
  position: absolute;
  z-index: 3;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-start {
  top: 57%;
  left: 10%;
}

.route-mid {
  top: 50%;
  left: 46%;
}

.route-end {
  top: 25%;
  right: 8%;
}

.route-board > p {
  position: absolute;
  right: 8%;
  bottom: 8%;
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.84rem;
}

.marina {
  padding-block: 130px;
}

.marina-card {
  display: grid;
  min-height: 520px;
  grid-template-columns: 0.8fr 1.2fr;
  background: var(--paper-dark);
}

.marina-coordinate {
  display: flex;
  align-items: flex-end;
  padding: 48px;
  background:
    linear-gradient(135deg, rgba(6, 26, 40, 0.06), transparent),
    repeating-radial-gradient(circle at 15% 85%, transparent 0 39px, rgba(6, 26, 40, 0.07) 40px 41px);
  color: rgba(6, 26, 40, 0.45);
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.marina-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 8vw, 100px);
  background: var(--white);
}

.marina-copy > p:not(.section-kicker) {
  max-width: 530px;
  margin: 28px 0 0;
  color: #52636b;
  font-size: 1.08rem;
}

.marina address {
  margin-top: 27px;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.7;
}

.text-link-dark {
  color: var(--blue);
}

.planner {
  padding-block: 125px;
}

.planner-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 9vw, 130px);
}

.planner-intro {
  align-self: start;
  position: sticky;
  top: 40px;
}

.planner-intro p:last-child {
  max-width: 420px;
  margin: 32px 0 0;
  color: var(--muted);
}

.trip-form {
  display: grid;
  gap: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px;
}

.trip-form label {
  display: grid;
  gap: 9px;
}

.trip-form label > span {
  color: #cbd4d7;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.trip-form input,
.trip-form select,
.trip-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  padding: 16px;
  transition: border-color 150ms ease, background 150ms ease;
}

.trip-form input,
.trip-form select {
  min-height: 56px;
}

.trip-form textarea {
  resize: vertical;
}

.trip-form select option {
  background: var(--white);
  color: var(--ink-deep);
}

.trip-form input::placeholder,
.trip-form textarea::placeholder {
  color: #829299;
}

.trip-form input:focus,
.trip-form select:focus,
.trip-form textarea:focus {
  border-color: var(--aqua);
  background: rgba(255, 255, 255, 0.075);
}

.form-action-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}

.form-action-row p {
  max-width: 270px;
  margin: 0;
  color: #84949b;
  font-size: 0.76rem;
  line-height: 1.45;
}

.request-result {
  margin-top: 20px;
  border: 1px solid rgba(112, 215, 211, 0.42);
  padding: 28px;
  background: rgba(112, 215, 211, 0.06);
}

.result-label {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.request-result pre {
  margin: 0;
  color: #dde6e8;
  font-family: var(--body);
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-wrap;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.copy-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: var(--aqua);
  font-size: 0.85rem;
}

.site-footer {
  background: var(--ink-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-block: 65px;
}

.brand-footer {
  justify-self: start;
}

.footer-grid > p {
  margin: 0;
  color: #92a2a9;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.footer-links a {
  color: #cbd3d6;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-block: 24px 36px;
  color: #74868e;
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-link-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 11px;
  color: #cbd3d6;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-link-placeholder small {
  color: var(--aqua);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  :root {
    --shell: min(720px, calc(100% - 36px));
  }

  .site-header {
    right: 18px;
    left: 18px;
    width: auto;
    height: 78px;
    transform: none;
  }

  .brand {
    position: relative;
    z-index: 2;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(2, 17, 27, 0.2);
    color: var(--white);
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: flex;
    width: 100vw;
    height: 100dvh;
    padding: 120px 28px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    background: var(--ink-deep);
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 21px 5px;
    color: var(--white);
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(112, 215, 211, 0.1);
    color: var(--aqua);
  }

  .nav-cta {
    margin-top: 20px;
    border: 1px solid var(--orange) !important;
    background: var(--orange);
    color: var(--ink-deep) !important;
    padding-inline: 20px !important;
    font-family: var(--body) !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.11em !important;
    text-align: center;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 17, 27, 0.92), rgba(2, 17, 27, 0.24)),
      linear-gradient(180deg, rgba(2, 17, 27, 0.28), transparent 45%, rgba(2, 17, 27, 0.62));
  }

  .hero h1 {
    font-size: clamp(4.5rem, 18vw, 7.5rem);
  }

  .intro,
  .planner-layout,
  .route-layout,
  .marina-card {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 45px;
    padding-block: 95px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .trip-card summary {
    grid-template-columns: 48px minmax(0, 1fr) 42px;
  }

  .trip-water {
    grid-column: 2;
  }

  .trip-plus {
    grid-row: 1 / span 2;
    grid-column: 3;
  }

  .trip-details {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 30px 36px 73px;
  }

  .season-track {
    grid-template-columns: 1fr;
  }

  .season-track article {
    min-height: 290px;
  }

  .season-track article + article {
    border-top: 1px solid #b9c3bf;
    border-left: 0;
  }

  .route-copy {
    padding: 95px 0 70px;
  }

  .route-board {
    min-height: 480px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .marina-coordinate {
    min-height: 310px;
  }

  .planner-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .brand-copy small {
    font-size: 0.63rem;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: 100svh;
    height: auto;
  }

  .hero-content {
    min-height: 100svh;
    height: auto;
    justify-content: flex-start;
    padding-top: 112px;
    padding-bottom: 105px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 5.6rem);
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    width: 100%;
    margin-top: 27px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-rail {
    right: 14px;
    bottom: 26px;
    left: 14px;
    justify-content: center;
    font-size: 0.59rem;
  }

  .intro,
  .trips,
  .seasons,
  .planner,
  .marina {
    padding-block: 78px;
  }

  .intro h2,
  .section-heading h2,
  .route-copy h2,
  .marina h2,
  .planner h2 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .trip-card summary {
    min-height: 118px;
    grid-template-columns: 34px minmax(0, 1fr) 36px;
    gap: 13px;
    padding: 21px 5px;
  }

  .trip-card summary:hover,
  .trip-card summary:focus-visible,
  .trip-card[open] summary {
    padding-inline: 9px;
  }

  .trip-title {
    font-size: 2rem;
  }

  .trip-water {
    font-size: 0.65rem;
  }

  .trip-plus {
    width: 34px;
    height: 34px;
  }

  .trip-details {
    padding: 0 8px 30px 47px;
  }

  .season-track article {
    padding: 40px 24px;
  }

  .route-board {
    min-height: 400px;
  }

  .route-line {
    width: 68%;
  }

  .marina-card {
    min-height: 0;
  }

  .marina-coordinate {
    min-height: 250px;
    padding: 28px;
  }

  .marina-copy {
    padding: 45px 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .request-result {
    padding: 20px;
  }

  .result-actions .button {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    gap: 13px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Offshore boat */
.boat-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(112, 215, 211, 0.07), transparent 42%),
    var(--ink-deep);
  color: var(--white);
}

.boat-section::after {
  position: absolute;
  right: -18vw;
  bottom: -34vw;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(112, 215, 211, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.boat-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
  align-items: stretch;
}

.boat-identity {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 90px clamp(40px, 7vw, 92px) 90px 0;
}

.boat-length {
  color: var(--aqua);
  font-family: var(--display);
  font-size: clamp(8rem, 18vw, 15rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.boat-model {
  margin-top: 26px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.boat-power {
  display: grid;
  width: min(300px, 100%);
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}

.boat-power span,
.boat-power small {
  color: #97aab1;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.boat-power strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--orange);
  font-family: var(--display);
  font-size: 3.5rem;
  line-height: 0.82;
}

.boat-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0 100px clamp(50px, 8vw, 115px);
}

.boat-copy h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
}

.boat-copy > p:not(.section-kicker):not(.boat-note) {
  max-width: 680px;
  margin: 34px 0 0;
  color: #b8c6cb;
  font-size: 1.08rem;
  line-height: 1.78;
}

.boat-spec-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.boat-spec-grid div {
  display: grid;
  gap: 4px;
  padding: 19px 18px 19px 0;
}

.boat-spec-grid div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 18px;
}

.boat-spec-grid strong {
  color: var(--white);
  font-size: 1rem;
}

.boat-spec-grid span {
  color: #8fa1a8;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.boat-copy .boat-note {
  margin: 18px 0 0;
  color: #788d95;
  font-size: 0.76rem;
}

.boat-copy .text-link {
  margin-top: 34px;
}

@media (max-width: 900px) {
  .boat-layout {
    grid-template-columns: 1fr;
  }

  .boat-identity {
    min-height: 450px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 90px 0 75px;
  }

  .boat-copy {
    padding: 85px 0 100px;
  }
}

@media (max-width: 620px) {
  .boat-identity {
    min-height: 360px;
    padding: 72px 0 62px;
  }

  .boat-length {
    font-size: clamp(8.5rem, 45vw, 11rem);
  }

  .boat-model {
    font-size: 2.4rem;
  }

  .boat-copy {
    padding: 72px 0 82px;
  }

  .boat-copy h2 {
    font-size: clamp(3.7rem, 18vw, 5.6rem);
  }

  .boat-copy > p:not(.section-kicker):not(.boat-note) {
    font-size: 1rem;
  }

  .boat-spec-grid {
    grid-template-columns: 1fr;
  }

  .boat-spec-grid div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
    padding-left: 0;
  }
}

/* Contact and booking pages */
.marina-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
}

.marina-contact a {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.marina-contact a:hover,
.marina-contact a:focus-visible {
  color: var(--orange);
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.contact-hero,
.thank-you-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--white);
}

.contact-backdrop,
.contact-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-backdrop {
  object-fit: cover;
  object-position: 62% center;
}

.contact-overlay {
  background:
    linear-gradient(90deg, rgba(2, 17, 27, 0.98) 0%, rgba(2, 17, 27, 0.88) 45%, rgba(2, 17, 27, 0.64) 100%),
    linear-gradient(180deg, rgba(2, 17, 27, 0.44), rgba(2, 17, 27, 0.84));
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  padding-block: 150px 90px;
}

.contact-intro h1,
.thank-you-card h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7.5vw, 7.2rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 32px 0 0;
  color: #c3cfd3;
  font-size: 1.05rem;
  line-height: 1.75;
}

.contact-methods {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-methods > a,
.contact-methods > div {
  display: grid;
  gap: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
}

.contact-methods > a:hover strong,
.contact-methods > a:focus-visible strong {
  color: var(--aqua);
}

.contact-methods span {
  color: #879aa2;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
}

.contact-methods small {
  color: #aab8bd;
  font-size: 0.82rem;
}

.contact-panel {
  padding: clamp(34px, 5vw, 64px);
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  color: var(--ink);
}

.contact-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.contact-panel-lead {
  max-width: 560px;
  margin: 20px 0 32px;
  color: #596970;
}

.contact-form,
.contact-form-grid,
.contact-form label {
  display: grid;
}

.contact-form {
  gap: 20px;
}

.contact-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.contact-form label {
  gap: 8px;
}

.contact-form label > span {
  color: #3f525a;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #bdc8cb;
  border-radius: 0;
  outline: none;
  background: #f6f8f7;
  color: var(--ink-deep);
  padding: 14px;
  transition: border-color 150ms ease, background 150ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 54px;
}

.contact-form input[type="date"],
.contact-form select {
  color-scheme: light;
}

.contact-form select option {
  background: var(--white);
  color: var(--ink-deep);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #728188;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  background: var(--white);
}

.contact-form .field-full {
  grid-column: 1 / -1;
}

.contact-form > .button {
  justify-self: start;
}

.form-privacy {
  margin: -5px 0 0;
  color: #697a81;
  font-size: 0.76rem;
}

.booking-policy-note {
  margin: 2px 0 0;
  border-left: 3px solid var(--orange);
  padding: 13px 15px;
  background: #edf1ee;
  color: #53656c;
  font-size: 0.82rem;
  line-height: 1.6;
}

.booking-policy-note strong {
  color: var(--ink-deep);
}

.booking-policy-note a {
  color: var(--blue);
  font-weight: 800;
}

.thank-you-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 130px 24px 70px;
}

.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(35px, 6vw, 70px);
  background: rgba(2, 17, 27, 0.88);
  text-align: center;
  backdrop-filter: blur(10px);
}

.thank-you-logo {
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
  object-fit: contain;
}

.thank-you-card h1 {
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.thank-you-card > p:not(.section-kicker) {
  max-width: 520px;
  margin: 26px auto 0;
  color: #c3cfd3;
  font-size: 1.05rem;
}

.thank-you-card .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .contact-layout {
    grid-template-columns: 1fr;
    padding-block: 135px 75px;
  }

  .contact-intro {
    max-width: 720px;
  }

  .contact-intro h1 {
    max-width: 700px;
  }
}

@media (max-width: 620px) {
  .contact-layout {
    gap: 45px;
    padding-block: 115px 45px;
  }

  .contact-intro h1 {
    font-size: clamp(3.7rem, 18vw, 5.7rem);
  }

  .contact-intro > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .contact-panel {
    padding: 30px 22px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form .field-full {
    grid-column: auto;
  }

  .contact-form > .button {
    width: 100%;
  }

  .thank-you-card {
    padding: 35px 22px;
  }
}

/* U.S. Coast Guard safety disclaimer */
.bottom-section {
  padding-block: clamp(80px, 10vw, 140px);
  background: #e4eae7;
  color: var(--ink);
}

.bottom-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
}

.bottom-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
}

.bottom-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 30px 0 0;
  color: #42565e;
  font-size: 1.05rem;
  line-height: 1.75;
}

.bottom-copy .button {
  margin-top: 34px;
}

.bottom-species-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: rgba(6, 26, 40, 0.12);
}

.bottom-species-card {
  min-height: 300px;
  padding: clamp(28px, 4vw, 48px);
  background: #f3f5f1;
  border-top: 4px solid var(--orange);
}

.bottom-species-card > span {
  color: #718087;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.bottom-species-card h3 {
  margin: 95px 0 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.bottom-species-card p {
  margin: 20px 0 0;
  color: #50636b;
  line-height: 1.65;
}

.bottom-species-card-wide {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .bottom-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .bottom-species-grid {
    grid-template-columns: 1fr;
  }

  .bottom-species-card {
    min-height: 235px;
  }

  .bottom-species-card-wide {
    grid-column: auto;
  }

  .bottom-species-card h3 {
    margin-top: 55px;
  }
}

.safety-notice {
  padding-block: clamp(70px, 9vw, 120px);
  background: #e4eae7;
  color: var(--ink);
}

.safety-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(45px, 8vw, 110px);
}

.safety-flag {
  align-self: start;
  border-top: 5px solid var(--orange);
  padding-top: 22px;
}

.safety-flag span {
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.safety-flag p {
  margin: 18px 0 0;
  color: #4b5e66;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}

.safety-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.safety-copy > p:not(.section-kicker) {
  max-width: 880px;
  margin: 26px 0 0;
  color: #3f535b;
  font-size: 1rem;
  line-height: 1.75;
}

.safety-copy .safety-legal {
  border-left: 3px solid var(--orange);
  padding-left: 18px;
  color: #617279;
  font-size: 0.86rem;
}

.safety-copy .text-link {
  margin-top: 30px;
}

@media (max-width: 760px) {
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .safety-flag {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .safety-flag p {
    margin: 0;
    text-align: right;
  }

  .safety-copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }
}

/* Rhode Island shark fishing landing page */
.shark-hero {
  min-height: 820px;
}

.shark-hero .contact-overlay {
  background:
    linear-gradient(90deg, rgba(2, 17, 27, 0.98) 0%, rgba(2, 17, 27, 0.83) 48%, rgba(2, 17, 27, 0.4) 100%),
    linear-gradient(180deg, rgba(2, 17, 27, 0.22), rgba(2, 17, 27, 0.86));
}

.shark-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
  padding-block: 170px 90px;
}

.shark-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(4rem, 8.2vw, 8.4rem);
}

.shark-hero-facts {
  display: grid;
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.shark-hero-facts div {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 0;
}

.shark-hero-facts span {
  color: #879aa2;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shark-hero-facts strong {
  color: var(--white);
  font-size: 1rem;
}

.shark-overview {
  padding-block: clamp(80px, 10vw, 140px);
  background: #e4eae7;
}

.shark-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.shark-overview-copy h2,
.shark-faq h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
}

.shark-overview-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin: 28px 0 0;
  color: #42565e;
  font-size: 1.05rem;
  line-height: 1.75;
}

.shark-species-panel {
  padding: clamp(32px, 5vw, 58px);
  background:
    linear-gradient(150deg, rgba(112, 215, 211, 0.11), transparent 45%),
    var(--ink-deep);
  color: var(--white);
  box-shadow: 0 30px 70px rgba(2, 17, 27, 0.2);
}

.shark-species-panel h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.shark-species-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.14);
}

.shark-species-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--orange);
  background: rgba(255, 255, 255, 0.055);
  padding: 16px 18px;
  color: #eaf1f1;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shark-species-note {
  margin: 22px 0 0;
  color: #9fafb5;
  font-size: 0.82rem;
}

.shark-trip {
  padding-block: clamp(85px, 10vw, 135px);
}

.shark-trip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 55px;
  background: rgba(255, 255, 255, 0.16);
}

.shark-trip-grid article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--ink-deep);
}

.shark-trip-grid article > span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.shark-trip-grid h3 {
  margin: 105px 0 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.shark-trip-grid p {
  margin: 22px 0 0;
  color: #aebcc1;
  line-height: 1.7;
}

.shark-faq {
  padding-block: clamp(80px, 10vw, 140px);
  background: var(--white);
}

.shark-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(50px, 8vw, 120px);
}

.shark-faq h2 {
  max-width: 640px;
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.shark-faq-list {
  border-top: 1px solid #bcc7ca;
}

.shark-faq-list details {
  border-bottom: 1px solid #bcc7ca;
}

.shark-faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: var(--ink-deep);
  font-size: 1.05rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.shark-faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 2px;
  color: var(--blue);
  content: "+";
  font-size: 1.55rem;
  font-weight: 400;
}

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

.shark-faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: #4c6068;
  line-height: 1.75;
}

.shark-faq-list a {
  color: var(--blue);
  font-weight: 800;
}

.safety-copy .button {
  margin-top: 30px;
}

@media (max-width: 980px) {
  .shark-hero-layout,
  .shark-overview-layout,
  .shark-faq-layout {
    grid-template-columns: 1fr;
  }

  .shark-hero-layout {
    align-content: end;
    gap: 48px;
  }

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

  .shark-hero-facts div {
    padding: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  .shark-trip-grid {
    grid-template-columns: 1fr;
  }

  .shark-trip-grid article {
    min-height: 250px;
  }

  .shark-trip-grid h3 {
    margin-top: 60px;
  }
}

@media (max-width: 620px) {
  .shark-hero,
  .shark-hero-layout {
    min-height: 800px;
  }

  .shark-hero-layout {
    padding-block: 125px 45px;
  }

  .shark-hero-copy h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .shark-hero-facts {
    grid-template-columns: 1fr;
  }

  .shark-hero-facts div {
    padding: 12px 0;
    border-right: 0;
  }

  .shark-species-grid {
    grid-template-columns: 1fr;
  }

  .shark-species-grid span {
    min-height: 60px;
  }

  .shark-trip-grid article {
    min-height: 235px;
  }

  .shark-faq-list summary {
    font-size: 1rem;
  }
}

/* Rhode Island fishing charter rates */
.rates-hero {
  min-height: 760px;
}

.rates-hero .contact-overlay {
  background:
    linear-gradient(90deg, rgba(2, 17, 27, 0.98) 0%, rgba(2, 17, 27, 0.86) 48%, rgba(2, 17, 27, 0.38) 100%),
    linear-gradient(180deg, rgba(2, 17, 27, 0.2), rgba(2, 17, 27, 0.88));
}

.rates-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
  padding-block: 165px 85px;
}

.rates-hero-copy h1 {
  max-width: 940px;
  font-size: clamp(4.2rem, 8.4vw, 8.5rem);
}

.rates-hero-facts {
  display: grid;
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.rates-hero-facts div {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 0;
}

.rates-hero-facts span {
  color: #879aa2;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rates-hero-facts strong {
  color: var(--white);
  font-size: 1rem;
}

.trip-policy-banner {
  padding-block: clamp(55px, 7vw, 90px);
  background: var(--ink);
  color: var(--white);
}

.trip-policy-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.fuel-policy-feature,
.onboard-policy-feature {
  min-height: 420px;
  padding: clamp(30px, 5vw, 58px);
}

.fuel-policy-feature {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(35px, 5vw, 70px);
  border-top: 5px solid var(--orange);
  background: var(--white);
  color: var(--ink-deep);
}

.fuel-policy-number {
  display: grid;
  align-content: end;
}

.fuel-policy-number strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(4.8rem, 8vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.76;
}

.fuel-policy-number span {
  margin-top: 18px;
  color: #6a7a81;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fuel-policy-feature h2,
.onboard-policy-feature h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.fuel-policy-feature > div:last-child > p:not(.section-kicker),
.onboard-policy-feature > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: #52646b;
  line-height: 1.75;
}

.onboard-policy-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-top: 5px solid var(--aqua);
  background: #071f2e;
}

.onboard-policy-feature h2 {
  margin-top: 55px;
  color: var(--white);
}

.onboard-policy-feature > p:not(.section-kicker) {
  color: #adbac0;
}

.rates-section {
  padding-block: clamp(85px, 10vw, 140px);
  background: #e4eae7;
}

.rates-section-dark {
  background: var(--ink-deep);
  color: var(--white);
}

.rates-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 58px;
}

.rates-section-heading h2,
.shark-rate-callout h2,
.rate-booking-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 7rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
}

.rates-section-heading > p {
  max-width: 430px;
  margin: 0;
  color: #51636b;
  line-height: 1.75;
}

.rates-section-heading-light > p {
  color: #a8b7bc;
}

.offshore-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: rgba(6, 26, 40, 0.14);
}

.offshore-rate-card {
  display: flex;
  min-height: 535px;
  flex-direction: column;
  border-top: 5px solid var(--blue);
  padding: clamp(28px, 4vw, 48px);
  background: #f7f8f5;
}

.offshore-rate-card-featured {
  border-top-color: var(--orange);
  background: var(--white);
}

.rate-label {
  margin: 0;
  color: var(--blue);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.offshore-rate-card h3,
.inshore-rate-card h3 {
  margin: 72px 0 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.rate-description,
.inshore-rate-card > p:not(.rate-label) {
  margin: 24px 0 0;
  color: #53656c;
  line-height: 1.7;
}

.rate-duration {
  display: grid;
  gap: 2px;
  margin-top: 34px;
  border-top: 1px solid #c6cece;
  padding-top: 18px;
}

.rate-duration span,
.rate-price span {
  color: #718087;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rate-duration strong {
  color: var(--ink-deep);
  font-size: 0.96rem;
}

.rate-price {
  display: grid;
  gap: 2px;
  margin-top: auto;
  padding-top: 40px;
}

.rate-price strong {
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(3.6rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.inshore-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.inshore-rate-card {
  padding: clamp(32px, 5vw, 58px);
  background: #071f2e;
}

.inshore-rate-card .rate-label {
  color: var(--aqua);
}

.inshore-rate-card h3 {
  margin-top: 50px;
  color: var(--white);
}

.inshore-rate-card > p:not(.rate-label) {
  max-width: 550px;
  color: #aebbc0;
}

.rate-options {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.rate-options > div {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rate-options span {
  display: grid;
  gap: 3px;
}

.rate-options b {
  color: var(--white);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-options small {
  color: #82969e;
  font-size: 0.76rem;
  font-weight: 700;
}

.rate-options strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.shark-rate-callout {
  padding-block: clamp(80px, 9vw, 125px);
  background:
    linear-gradient(115deg, rgba(112, 215, 211, 0.16), transparent 48%),
    var(--paper);
}

.shark-rate-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
}

.shark-rate-callout h2 {
  max-width: 700px;
}

.shark-rate-layout > div:last-child > p {
  max-width: 650px;
  margin: 0;
  color: #40545c;
  font-size: 1.08rem;
  line-height: 1.75;
}

.button-dark {
  border-color: var(--ink-deep);
  background: var(--ink-deep);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #0b2c3c;
}

.rate-policies {
  padding-block: clamp(85px, 10vw, 140px);
  background: var(--ink);
  color: var(--white);
}

.rate-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.rate-policy-grid article {
  min-height: 285px;
  padding: clamp(26px, 3.5vw, 40px);
  background: #082231;
}

.rate-policy-grid article > span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.rate-policy-grid h3 {
  margin: 68px 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.rate-policy-grid p {
  margin: 18px 0 0;
  color: #aab8bd;
  font-size: 0.9rem;
  line-height: 1.7;
}

.waiver-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 74px);
  margin-top: clamp(48px, 7vw, 82px);
  border-left: 7px solid var(--aqua);
  padding: clamp(30px, 5vw, 64px);
  background: #eff6f7;
  color: var(--ink);
}

.waiver-callout-heading h3 {
  margin: 13px 0 20px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.waiver-callout-heading > p:last-child,
.waiver-callout-body > p:first-child {
  margin: 0;
  color: #40545c;
  font-size: 1rem;
  line-height: 1.75;
}

.waiver-risk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-top: 1px solid #c7d8dc;
  list-style: none;
}

.waiver-risk-list li {
  position: relative;
  border-bottom: 1px solid #c7d8dc;
  padding: 14px 18px 14px 25px;
  color: #193a48;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.waiver-risk-list li::before {
  position: absolute;
  top: 14px;
  left: 4px;
  color: #007f9f;
  content: "•";
}

.waiver-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 31px;
}

.waiver-actions .text-link {
  margin-top: 0;
}

.waiver-legal {
  margin: 24px 0 0;
  color: #60737b;
  font-size: 0.8rem;
  line-height: 1.65;
}

.rate-booking-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 65px;
}

.rate-booking-cta h2 {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.rate-booking-cta .hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 980px) {
  .rates-hero-layout,
  .shark-rate-layout,
  .trip-policy-banner-grid,
  .waiver-callout {
    grid-template-columns: 1fr;
  }

  .rates-hero-layout {
    align-content: end;
    gap: 48px;
  }

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

  .rates-hero-facts div {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding: 18px;
  }

  .offshore-rate-grid {
    grid-template-columns: 1fr;
  }

  .inshore-rate-grid {
    grid-template-columns: 1fr;
  }

  .offshore-rate-card {
    min-height: 450px;
  }

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

@media (max-width: 720px) {
  .rates-section-heading,
  .rate-booking-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .inshore-rate-grid {
    grid-template-columns: 1fr;
  }

  .fuel-policy-feature {
    grid-template-columns: 1fr;
  }

  .trip-rules-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trip-rules-note .text-link {
    justify-self: start;
    white-space: normal;
  }

  .rate-booking-cta .hero-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .rates-hero,
  .rates-hero-layout {
    min-height: 800px;
  }

  .rates-hero-layout {
    padding-block: 125px 45px;
  }

  .rates-hero-copy h1 {
    font-size: clamp(3.7rem, 17vw, 5.6rem);
  }

  .rates-hero-facts {
    grid-template-columns: 1fr;
  }

  .rates-hero-facts div {
    border-right: 0;
    padding: 12px 0;
  }

  .offshore-rate-card {
    min-height: 425px;
  }

  .offshore-rate-card h3 {
    margin-top: 50px;
  }

  .rate-policy-grid {
    grid-template-columns: 1fr;
  }

  .waiver-risk-list {
    grid-template-columns: 1fr;
  }

  .waiver-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .waiver-actions .button {
    width: 100%;
  }

  .rate-policy-grid article {
    min-height: 240px;
  }

  .rate-policy-grid h3 {
    margin-top: 45px;
  }

  .rate-options > div {
    min-height: 88px;
  }

  .rate-booking-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
