:root {
  --navy: #082f5b;
  --navy-deep: #052342;
  --blue: #0b739f;
  --aqua: #60b8d8;
  --foam: #f7fbfd;
  --white: #ffffff;
  --ink: #0a2744;
  --muted: #5e7182;
  --line: rgba(8, 47, 91, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--foam);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: white; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .55rem clamp(1rem, 5vw, 5rem);
  background: rgba(247, 251, 253, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: clamp(.75rem, 3vw, 2.2rem); font-size: .95rem; font-weight: 600; }
nav a { text-decoration: none; }
.nav-call { color: white; background: var(--navy); padding: .65rem 1rem; border-radius: 999px; }

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: linear-gradient(145deg, var(--white), #e9f7fc);
}
.hero-copy {
  width: min(1180px, 100%);
  margin: auto;
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 5rem) 1.5rem;
}
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--blue);
  font: 700 .9rem/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; line-height: .92; color: var(--navy); }
h1 { max-width: 1040px; font-size: clamp(4rem, 9vw, 7.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(3rem, 7vw, 6rem); }
h3 { font-size: 2rem; }
.intro { max-width: 630px; margin: 1.5rem 0 2rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.3rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.button-primary { color: white; background: var(--navy); }
.button-secondary { color: var(--navy); border: 2px solid var(--navy); background: rgba(255,255,255,.5); }
.button-light { background: white; color: var(--navy); }
.hero-art { margin-top: -1rem; }
.hero-art img { width: 100%; max-height: 390px; object-fit: cover; object-position: center; }

.tide-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 1rem;
  color: white;
  background: var(--navy);
}
.tide-icon { font-size: 2.5rem; color: var(--aqua); }
.tide-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: .25rem 1rem; }
.tide-strip span { color: #cfe9f4; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.catch-section { background: white; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.catch-grid { width: min(1180px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catch-grid article { min-height: 225px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, white, #f3fafc); }
.catch-number { display: block; margin-bottom: 2.2rem; color: var(--aqua); font: 800 .8rem/1 Inter, sans-serif; letter-spacing: .15em; }
.catch-grid p { margin: .45rem 0 1.2rem; color: var(--muted); }
.catch-grid strong { color: var(--blue); }

.story-section { display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); color: white; background: var(--navy-deep); }
.story-mark { color: var(--aqua); font: 800 clamp(4rem, 10vw, 9rem)/.68 "Barlow Condensed", sans-serif; letter-spacing: -.04em; }
.story-copy h2 { color: white; }
.story-copy p:last-child { color: #cfe3ec; font-size: 1.05rem; }
blockquote { margin: 0; padding-left: 2rem; border-left: 3px solid var(--aqua); color: white; font: 600 clamp(1.45rem, 3vw, 2.2rem)/1.25 "Barlow Condensed", sans-serif; }

.visit-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--aqua); }
.visit-card { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6rem); color: white; background: var(--blue); }
.visit-card .eyebrow { color: #bfe9f7; }
.visit-card h2 { color: white; }
.visit-note { max-width: 520px; margin: 1.5rem 0 2rem; font-size: 1.1rem; }
.visit-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem); }
.visit-details div { padding: 1.3rem 0; border-bottom: 1px solid rgba(8,47,91,.22); }
.visit-details span { display: block; color: rgba(8,47,91,.7); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit-details strong { display: block; margin-top: .25rem; color: var(--navy); font-size: 1.15rem; }

footer { display: grid; grid-template-columns: auto 1fr auto auto; gap: 1.5rem; align-items: center; padding: 2rem clamp(1.25rem, 5vw, 5rem); color: #d3e4ec; background: #031a31; font-size: .9rem; }
footer img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
footer a { color: white; font-weight: 700; }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .brand img { width: 56px; height: 56px; }
  nav > a:not(.nav-call) { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 4rem; }
  h1 { font-size: clamp(3.7rem, 18vw, 6rem); }
  .hero-art img { min-height: 230px; object-position: center; }
  .tide-strip { align-items: flex-start; text-align: left; }
  .tide-strip div { display: block; }
  .tide-strip strong, .tide-strip span { display: block; }
  .catch-grid { grid-template-columns: 1fr; }
  .catch-grid article { min-height: 0; }
  .catch-number { margin-bottom: 1.4rem; }
  .story-section { grid-template-columns: 1fr; }
  .story-mark { font-size: 5rem; }
  .visit-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: auto 1fr; }
  footer a, footer > span { grid-column: 2; }
}

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