/* ==========================================================================
   Northwest Anglers — styles.css
   Brand: Puget Navy / River Teal / Coho Orange on Driftwood & Foam
   Type: Oswald (display) + Inter (body)
   Motion: bobbers, scroll reveals, season bars, fly-line draw
   ========================================================================== */

:root {
  --navy: #0A2239;
  --channel: #123B5C;
  --teal: #1E7F8C;
  --glacier: #2FB3C4;
  --coho: #E8622D;
  --coho-bright: #F27B45;
  --driftwood: #F5EFE3;
  --foam: #FBF7EE;
  --evergreen: #2E5E4E;
  --steel: #9DB4C4;
  --ink: #22384C;
  --line: #E3DAC8;
  --shadow: 0 10px 30px rgba(10, 34, 57, 0.12);
  --font-display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--foam);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--navy);
}

h1 { font-size: clamp(2.6rem, 6.4vw, 4.9rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 600; }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

p { max-width: 62ch; }

a { color: var(--teal); }

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--foam); }
.section-dark p { color: var(--steel); }

.container { width: min(1180px, 92%); margin-inline: auto; }
.container-narrow { width: min(860px, 92%); }

.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-light { background: var(--driftwood); }
.section-dark { background: var(--navy); }

.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--coho);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--coho); border-radius: 2px; }
.section-sub { margin-top: 1rem; font-size: 1.06rem; }
.section-dark .section-sub { color: var(--steel); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn-lg { padding: 0.95rem 1.9rem; font-size: 1.02rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-primary { background: var(--coho); color: #fff; box-shadow: 0 8px 22px rgba(232, 98, 45, 0.38); }
.btn-primary:hover { background: var(--coho-bright); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(232, 98, 45, 0.45); }
.btn-primary:active { transform: translateY(0) scale(0.98); }
.btn-ghost { border-color: rgba(251, 247, 238, 0.55); color: var(--foam); }
.btn-ghost:hover { border-color: var(--glacier); color: var(--glacier); transform: translateY(-2px); }

.bobber { width: 20px; height: 22px; flex: none; animation: bob 2.6s ease-in-out infinite; transform-origin: 50% 20%; }
@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-4px) rotate(5deg); }
}

/* ---------- skip link ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--coho); color: #fff; padding: 0.6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 34, 57, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(47, 179, 196, 0.18);
  transition: box-shadow 0.3s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 26px rgba(4, 16, 28, 0.45); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; }
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.logo-badge { width: auto; height: 46px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.18rem; letter-spacing: 0.06em; color: var(--foam); }
.brand-sub { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--glacier); }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a:not(.btn) {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.88rem; font-weight: 500; text-decoration: none; color: var(--steel);
  padding: 0.35rem 0; border-bottom: 2px solid transparent; transition: color 0.2s ease, border-color 0.2s ease;
}
.site-nav a:not(.btn):hover { color: var(--foam); }
.site-nav a.is-active { color: var(--glacier); border-bottom-color: var(--glacier); }
.nav-cta { margin-left: 0.4rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--foam); margin: 5px 0; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-bg, .hero-bg img, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,34,57,0.82) 0%, rgba(10,34,57,0.55) 42%, rgba(10,34,57,0.88) 100%);
}
.hero-inner { position: relative; z-index: 3; padding: 7.5rem 0 9rem; }
.hero-kicker { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.8rem; color: var(--glacier); margin-bottom: 1.1rem; }
.hero h1 { color: var(--foam); text-shadow: 0 4px 30px rgba(4, 16, 28, 0.6); }
.hero .accent { color: var(--coho); }
.hero-sub { margin-top: 1.3rem; font-size: clamp(1rem, 1.6vw, 1.18rem); color: #D7E3EC; max-width: 58ch; }
.hero-sub strong { color: var(--foam); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }
.hero-stats { list-style: none; display: flex; flex-wrap: wrap; gap: 2.6rem; margin-top: 3rem; }
.hero-stats li { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; color: var(--glacier); line-height: 1; }
.stat-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel); margin-top: 0.35rem; }

/* ---------- trust bar ---------- */
.trustbar { background: var(--channel); border-top: 1px solid rgba(47, 179, 196, 0.25); padding: 1.1rem 0; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.trust-chip {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.78rem; color: var(--glacier);
  border: 1px solid rgba(47, 179, 196, 0.45); border-radius: 999px; padding: 0.42rem 1rem;
  background: rgba(10, 34, 57, 0.5);
}

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: 18px; box-shadow: var(--shadow); }
.flyline { width: 78%; margin: -34px auto 0; display: block; }
.flyline path {
  fill: none; stroke: var(--coho); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 900; stroke-dashoffset: 900;
  transition: stroke-dashoffset 2.6s ease 0.3s;
}
.about-media.in .flyline path, .flyline.in path { stroke-dashoffset: 0; }
.checklist { list-style: none; margin-top: 1.4rem; display: grid; gap: 0.65rem; }
.checklist li { padding-left: 2rem; position: relative; color: var(--ink); }
.checklist li::before {
  content: "\2713"; position: absolute; left: 0; top: 0.05em;
  width: 1.35rem; height: 1.35rem; border-radius: 50%;
  background: var(--coho); color: #fff; font-size: 0.8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- cards: trips & training ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.4rem; }
.card {
  background: var(--foam); border-radius: 16px; padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow); border-top: 4px solid var(--teal);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(10, 34, 57, 0.2); }
.trip-card { border-top-color: var(--coho); }
.card-icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
  color: var(--glacier);
}
.card-icon svg { width: 30px; height: 30px; }
.card p { font-size: 0.95rem; color: var(--ink); }
.card-tag { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; color: var(--teal); margin-bottom: 0.6rem; }
.price { font-family: var(--font-display); text-transform: uppercase; font-weight: 600; color: var(--coho); font-size: 1.05rem; margin-top: 1rem; }
.price span { color: var(--steel); font-size: 0.8rem; letter-spacing: 0.05em; }
.training-block { margin-top: 4.5rem; }
.training-card { border-top-color: var(--glacier); }
.training-card h4 { margin-bottom: 0.5rem; }

/* ---------- fish & gear ---------- */
.fg-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.fg-photo { border-radius: 18px; box-shadow: var(--shadow); max-height: 420px; object-fit: cover; width: 100%; }
.tabs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 2.6rem 0 0; }
.tab {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.1em;
  font-weight: 600; font-size: 0.9rem; color: var(--navy);
  background: transparent; border: 2px solid var(--navy); border-radius: 999px;
  padding: 0.5rem 1.25rem; cursor: pointer; transition: all 0.25s ease;
}
.tab:hover { border-color: var(--coho); color: var(--coho); }
.tab.is-active { background: var(--navy); color: var(--foam); border-color: var(--navy); }
.tabpanels { margin-top: 1.6rem; }
.tabpanel {
  background: var(--foam); border-radius: 18px; box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}
.tabpanel[hidden] { display: none; }
.tabpanel.is-active { animation: panel-in 0.5s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.fish-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.8rem; margin-bottom: 1.4rem; }
.aka { font-family: var(--font-body); font-style: italic; text-transform: none; letter-spacing: 0; color: var(--steel); font-size: 0.85em; font-weight: 400; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { background: var(--driftwood); border: 1px solid var(--line); color: var(--ink); font-size: 0.78rem; font-weight: 600; border-radius: 999px; padding: 0.32rem 0.85rem; white-space: nowrap; }
.gear-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 2rem; }
.gear-grid > div { border-left: 3px solid var(--teal); padding-left: 1rem; }
.gear-grid dt { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; color: var(--teal); font-weight: 600; margin-bottom: 0.2rem; }
.gear-grid dd { font-size: 0.95rem; }
.protip {
  margin-top: 1.6rem; background: var(--driftwood); border-left: 4px solid var(--coho);
  padding: 1rem 1.3rem; border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink);
}
.salt-bonus {
  margin-top: 3rem; background: var(--channel); border-radius: 18px; padding: clamp(1.4rem, 3vw, 2.2rem);
}
.salt-bonus h3 { margin-bottom: 1.2rem; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.bonus-item { background: rgba(10, 34, 57, 0.55); border-radius: 12px; padding: 1.2rem 1.3rem; }
.bonus-item h4 { color: var(--glacier); margin-bottom: 0.4rem; }
.bonus-item p { font-size: 0.93rem; }

/* ---------- season calendar ---------- */
.calendar { margin-top: 2.4rem; display: grid; gap: 0.55rem; }
.cal-months, .cal-row { display: grid; grid-template-columns: 200px 1fr; gap: 0.8rem; align-items: center; }
.cal-months { padding: 0 0 0.2rem; }
.cal-months .cal-label { font-size: 0.72rem; }
.cal-months span:not(.cal-label) {
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--steel); text-align: center; padding: 0.2rem 0; border-radius: 6px;
}
.cal-months span.now { color: var(--glacier); font-weight: 700; background: rgba(47, 179, 196, 0.14); }
.cal-row { background: rgba(18, 59, 92, 0.55); border-radius: 10px; padding: 0.45rem 0.6rem; }
.cal-label { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; color: var(--foam); }
.cal-label small { display: block; font-family: var(--font-body); text-transform: none; letter-spacing: 0; color: var(--steel); font-size: 0.68rem; }
.cal-track {
  position: relative; height: 30px; border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(157, 180, 196, 0.16) calc(8.333% - 1px), rgba(157, 180, 196, 0.16) 8.333%),
    rgba(10, 34, 57, 0.55);
  overflow: hidden;
}
.cal-now { position: absolute; top: 0; bottom: 0; background: rgba(47, 179, 196, 0.16); border-inline: 1px solid rgba(47, 179, 196, 0.5); }
.cal-seg {
  position: absolute; top: 6px; bottom: 6px; border-radius: 999px;
  width: 0; transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}
.cal-row.in .cal-seg { width: var(--w); }
.calendar-note { margin-top: 1.4rem; font-size: 0.9rem; }

/* ---------- included grid ---------- */
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.2rem; }
.included-item {
  background: var(--foam); border-radius: 12px; padding: 1.1rem 1.2rem;
  font-weight: 600; font-size: 0.92rem; color: var(--ink);
  display: flex; gap: 0.7rem; align-items: flex-start; box-shadow: var(--shadow);
}
.included-item::before {
  content: "\2713"; flex: none; width: 1.4rem; height: 1.4rem; border-radius: 50%;
  background: var(--evergreen); color: #fff; font-size: 0.8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 0.1rem;
}

/* ---------- testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.2rem; }
.quote { background: var(--channel); border-radius: 16px; padding: 1.7rem 1.6rem; border-top: 4px solid var(--coho); }
.quote blockquote { font-style: italic; color: #D7E3EC; font-size: 0.98rem; }
.quote figcaption { margin-top: 1rem; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--glacier); }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 2rem; display: grid; gap: 0.8rem; }
.faq-list details { background: var(--foam); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.faq-list summary {
  cursor: pointer; list-style: none; padding: 1.15rem 3rem 1.15rem 1.4rem;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.06em;
  font-weight: 600; font-size: 0.98rem; color: var(--navy); position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--coho); transition: transform 0.3s ease; line-height: 1;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { padding: 0 1.4rem 1.3rem; color: var(--ink); font-size: 0.96rem; }

/* ---------- book / lead capture ---------- */
.section-book {
  background:
    radial-gradient(900px 380px at 15% 0%, rgba(47, 179, 196, 0.14), transparent 60%),
    radial-gradient(900px 420px at 90% 100%, rgba(232, 98, 45, 0.12), transparent 60%),
    var(--navy);
}
.book-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.book-copy p { color: var(--steel); }
.book-copy h2 { margin-bottom: 0.8rem; }
.bobber-inline { width: 18px; height: 20px; }
.contact-list { list-style: none; margin-top: 1.8rem; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; flex-direction: column; }
.contact-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--glacier); margin-bottom: 0.15rem; }
.contact-list a, .contact-list span:not(.contact-label) { color: var(--foam); font-weight: 600; text-decoration: none; font-size: 1.05rem; }
.contact-list a:hover { color: var(--glacier); }
.service-area { margin-top: 1.8rem; font-size: 0.9rem; }
.service-area strong { color: var(--foam); }

.lead-form { background: var(--foam); border-radius: 20px; padding: clamp(1.5rem, 3vw, 2.3rem); box-shadow: 0 24px 60px rgba(4, 16, 28, 0.45); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; display: flex; flex-direction: column; }
.field label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); margin-bottom: 0.35rem; }
.field label em { color: var(--coho); font-style: normal; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: 10px; padding: 0.7rem 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--coho); box-shadow: 0 0 0 3px rgba(232, 98, 45, 0.18);
}
.field input[aria-invalid="true"] { border-color: #C0392B; }
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; opacity: 0; }
.form-status { margin-top: 0.9rem; font-size: 0.92rem; font-weight: 600; min-height: 1.3em; }
.form-status.is-ok { color: var(--evergreen); }
.form-status.is-err { color: #C0392B; }
.form-fineprint { margin-top: 0.4rem; font-size: 0.78rem; color: var(--steel); }

/* ---------- footer ---------- */
.site-footer { background: #071829; color: var(--steel); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding: 3.5rem 0 2.5rem; }
.footer-brand .logo-badge { width: auto; height: 54px; margin-bottom: 0.8rem; }
.footer-name { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; letter-spacing: 0.06em; color: var(--foam); font-size: 1.15rem; }
.footer-tag { color: var(--coho); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; margin: 0.2rem 0 0.8rem; }
.footer-blurb { font-size: 0.88rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.9rem; }
.footer-col h4 { color: var(--foam); margin-bottom: 0.4rem; letter-spacing: 0.1em; }
.footer-col a { color: var(--steel); text-decoration: none; }
.footer-col a:hover { color: var(--glacier); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: space-between;
  border-top: 1px solid rgba(157, 180, 196, 0.15); padding: 1.2rem 0 1.6rem; font-size: 0.78rem;
}

/* ---------- mobile CTA ---------- */
.mobile-cta {
  display: none; position: fixed; z-index: 90; left: 50%; bottom: 14px; transform: translateX(-50%);
  background: var(--coho); color: #fff; text-decoration: none;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600;
  padding: 0.8rem 2.2rem; border-radius: 999px; box-shadow: 0 12px 30px rgba(232, 98, 45, 0.5);
}

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in { opacity: 1; transform: none; }
.card-grid .reveal:nth-child(2), .quote-grid .reveal:nth-child(2), .included-grid .reveal:nth-child(4n+2) { transition-delay: 0.12s; }
.card-grid .reveal:nth-child(3), .quote-grid .reveal:nth-child(3), .included-grid .reveal:nth-child(4n+3) { transition-delay: 0.24s; }
.included-grid .reveal:nth-child(4n+4) { transition-delay: 0.36s; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cal-seg { width: var(--w); }
  .flyline path { stroke-dashoffset: 0; }
  .bobber { display: none; }
  .hero-video { display: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .book-grid, .fg-head { grid-template-columns: 1fr; }
  .fg-photo { max-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cal-months, .cal-row { grid-template-columns: 150px 1fr; }
}
@media (max-width: 720px) {
  .site-nav {
    position: fixed; inset: 0 0 0 28%; z-index: 99;
    background: rgba(7, 24, 41, 0.98); backdrop-filter: blur(8px);
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 5.5rem 2rem 2rem; gap: 1.3rem;
    transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a:not(.btn) { font-size: 1.15rem; }
  .nav-toggle { display: block; position: relative; z-index: 101; }
  .card-grid, .quote-grid, .bonus-grid, .gear-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hero-stats { gap: 1.6rem; }
  .cal-months, .cal-row { grid-template-columns: 108px 1fr; gap: 0.45rem; }
  .cal-label small { display: none; }
  .cal-months span:not(.cal-label) { font-size: 0.54rem; padding: 0.15rem 0; }
  .mobile-cta { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-bottom { flex-direction: column; }
}

/* anchor offset for sticky header */
section[id], footer[id] { scroll-margin-top: 84px; }

/* ---------- multi-page additions ---------- */
.page-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(760px 320px at 88% -10%, rgba(47, 179, 196, 0.2), transparent 60%),
    linear-gradient(180deg, #0A2239 0%, #123B5C 100%);
  padding: 4.6rem 0 3.6rem;
  border-bottom: 3px solid var(--coho);
}
.page-hero h1 { color: var(--foam); font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.page-hero .lede { color: #C9D8E4; margin-top: 0.9rem; font-size: 1.05rem; max-width: 66ch; }
.breadcrumb { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 1.1rem; }
.breadcrumb a { color: var(--steel); text-decoration: none; }
.breadcrumb a:hover { color: var(--glacier); }
.breadcrumb .sep { color: var(--coho); margin: 0 0.45rem; }
.breadcrumb [aria-current] { color: var(--glacier); }

.cta-band { background: linear-gradient(135deg, var(--channel) 0%, var(--navy) 70%); border-top: 3px solid var(--coho); }
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 2.8rem 0; }
.cta-inner h2 { color: var(--foam); font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.cta-inner p { color: var(--steel); margin-top: 0.3rem; }
.cta-band .btn-primary { flex: none; }

.species-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.sq-card {
  background: var(--foam); border-radius: 14px; padding: 1.3rem 1.35rem; box-shadow: var(--shadow);
  border-left: 4px solid var(--teal); display: flex; flex-direction: column; gap: 0.45rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sq-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(10, 34, 57, 0.2); }
.sq-card h3 { font-size: 1.05rem; }
.sq-card p { font-size: 0.88rem; }
.sq-card a { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.8rem; text-decoration: none; color: var(--coho); margin-top: auto; }
.sq-card a::after { content: " \2192"; transition: margin 0.25s ease; }
.sq-card a:hover::after { margin-left: 4px; }

.season-teaser { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.st-card { background: rgba(18, 59, 92, 0.55); border-radius: 14px; padding: 1.3rem 1.35rem; border-top: 4px solid var(--glacier); }
.st-card h3 { font-size: 1rem; color: var(--glacier); letter-spacing: 0.08em; }
.st-card p { font-size: 0.9rem; margin-top: 0.5rem; }

.itinerary { list-style: none; margin-top: 0.8rem; display: grid; gap: 0.4rem; font-size: 0.92rem; }
.itinerary li { padding-left: 1.2rem; position: relative; }
.itinerary li::before { content: "\2022"; position: absolute; left: 0; color: var(--coho); font-weight: 700; }
.rate-note { margin-top: 1.6rem; font-size: 0.85rem; color: var(--steel); font-style: italic; }

@media (max-width: 1020px) {
  .species-quick { grid-template-columns: repeat(2, 1fr); }
  .season-teaser { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .species-quick, .season-teaser { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ---------- calendar grid fix: label + 12 months ---------- */
.cal-months { grid-template-columns: 200px repeat(12, 1fr); }
@media (max-width: 1020px) {
  .cal-months { grid-template-columns: 150px repeat(12, 1fr); }
}
@media (max-width: 720px) {
  .cal-months { grid-template-columns: 108px repeat(12, 1fr); }
}
.lead-form { scroll-margin-top: 90px; }
