:root {
  --paper: #f3ebdd;
  --paper-light: #fbf6ec;
  --navy: #102a3a;
  --ink: #16394a;
  --coral: #df5b43;
  --coral-dark: #bf422f;
  --sea: #89a9a6;
  --grid: #cbd9d5;
  --sand: #c9b99b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background:
    linear-gradient(#102a3a06 1px, transparent 1px),
    linear-gradient(90deg, #102a3a05 1px, transparent 1px),
    radial-gradient(circle at 12% 16%, #ffffffcc, transparent 28%),
    var(--paper);
  background-size: 28px 28px, 28px 28px, auto, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .11;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
button, input, select, textarea { font: inherit; color: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
main { min-height: 100vh; padding: 0 clamp(24px, 4vw, 64px) 42px; overflow: hidden; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--navy);
  color: white;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 86px;
  display: grid;
  grid-template-columns: 1.35fr 1.2fr .8fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #102a3a8c;
}
.brand { display: flex; align-items: center; gap: 11px; font: 600 clamp(19px, 2vw, 30px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.brand-mark { width: 43px; height: 43px; display: block; transform: rotate(-2deg); }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-paper { fill: var(--paper-light); }
.brand-ring { fill: none; stroke: var(--navy); stroke-width: 1.7; stroke-dasharray: 2 1; }
.brand-fish { fill: #89a9a638; stroke: var(--navy); stroke-width: 1.5; stroke-linejoin: round; }
.brand-fin, .brand-wave { fill: none; stroke: var(--coral); stroke-width: 1.5; stroke-linecap: round; }
.brand-spot { fill: var(--coral); }
.brand-eye { fill: var(--navy); }
nav { justify-self: center; height: 100%; display: flex; align-items: center; gap: clamp(17px, 2.4vw, 40px); }
nav a { position: relative; font-size: 13px; font-weight: 650; letter-spacing: .03em; }
nav a::after { content: ""; position: absolute; bottom: -31px; left: 0; right: 100%; height: 3px; background: var(--coral); transition: right .18s; }
nav a:hover::after, nav a.active::after { right: 0; }
.location-lockup { justify-self: end; display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.7; letter-spacing: .13em; text-transform: uppercase; }
.location-lockup > span:last-child { display: flex; flex-direction: column; }
.location-lockup b { font-size: 10px; }
.pin { color: var(--coral); font-size: 28px; }

.region-bar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #102a3a40; }
.region-bar > span { color: #102a3aa6; font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.region-bar > div { align-self: stretch; display: flex; }
.region-bar button { position: relative; border: 0; border-left: 1px solid #102a3a2e; background: transparent; padding: 0 18px; cursor: pointer; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.region-bar button:last-child { border-right: 1px solid #102a3a2e; }
.region-bar button:hover, .region-bar button.selected { background: #ffffff52; }
.region-bar button.selected::after { content: ""; position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; background: var(--coral); }

.day-strip { min-height: 74px; display: flex; align-items: stretch; border-bottom: 1px solid #102a3a59; }
.day-buttons { display: flex; align-items: stretch; }
.day-buttons button { position: relative; min-width: 168px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 14px; border: 0; border-right: 1px solid #102a3a3b; background: transparent; padding: 12px 18px; text-align: left; cursor: pointer; transition: background .18s; }
.day-buttons button:first-child { border-left: 1px solid #102a3a3b; }
.day-buttons button:hover, .day-buttons button.selected { background: #ffffff57; }
.day-buttons button.selected::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--coral); }
.ds-info { min-width: 0; overflow: hidden; }
.ds-day { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.ds-info b { display: block; overflow: hidden; color: #102a3ac2; font: 600 13px/1.25 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.ds-score { display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.ds-score em { color: var(--coral); font: normal 600 27px/1 Georgia, serif; }
.ds-score small { margin-top: 3px; color: #102a3a8c; font-size: 7px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.day-strip > p { margin: auto 0 auto auto; color: #102a3ab3; font-size: 11px; }
.live-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #6b8d56; box-shadow: 0 0 0 3px #6b8d5624; }
.live-dot.loading { background: #b58446; }
.live-dot.error { background: var(--coral); }

.hero-grid { display: grid; grid-template-columns: minmax(340px, .86fr) minmax(560px, 1.4fr); border-bottom: 1px solid #102a3a73; }
.bite-panel { padding: clamp(34px, 4vw, 64px) clamp(28px, 4vw, 62px) 38px 6px; border-right: 1px solid #102a3a52; }
.eyebrow { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.site-title { max-width: 590px; margin: 0 0 12px; color: #102a3a9c; font: 750 9px/1.25 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
#verdict { max-width: 630px; margin: 14px 0 30px; font: 600 clamp(48px, 5.1vw, 78px)/.96 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
#verdict span { display: block; text-wrap: balance; }
#verdict span + span { margin-top: .08em; }
.score-row { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 34px; }
.score-ring { --score: 295deg; position: relative; width: 146px; height: 146px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) var(--score), #df5b4326 0); transform: rotate(-15deg); }
.score-ring::before { content: ""; position: absolute; inset: 5px; border: 1px solid var(--coral); border-radius: inherit; background: var(--paper); }
.score-ring > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(15deg); }
.score-label { display: block; margin-bottom: 4px; color: var(--navy); font: 750 8px/1 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.score-ring strong { display: block; color: var(--coral); font: 600 56px/.9 Georgia, serif; }
.score-ring span { display: block; margin-top: 7px; color: var(--coral-dark); font: italic 16px/1 Georgia, serif; letter-spacing: .02em; }
.window-copy > span { display: block; padding-bottom: 8px; border-bottom: 1px solid var(--coral); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.window-copy > strong { display: block; margin: 14px 0 13px; font: italic 500 clamp(18px, 1.8vw, 27px)/1.25 Georgia, serif; }
.bite-factors { max-width: 300px; margin: 13px 0 20px; display: flex; flex-direction: column; gap: 7px; }
.bf-row { display: grid; grid-template-columns: 34px 1fr 22px; align-items: center; gap: 10px; }
.bf-label { color: #102a3a99; font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.bf-track { height: 5px; overflow: hidden; border-radius: 3px; background: #102a3a1f; }
.bf-fill { display: block; height: 100%; border-radius: 3px; background: var(--coral); }
.bf-row b { font: 600 12px/1 Georgia, serif; text-align: right; }
.score-help-link { display: block; margin: -8px 0 18px; border: 0; border-bottom: 1px solid var(--coral); background: transparent; padding: 4px 0; color: var(--navy); cursor: pointer; font: italic 12px/1.2 Georgia, serif; }
.primary-button { width: min(100%, 260px); min-height: 54px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 4px; background: var(--coral); color: #fffaf0; padding: 0 24px; cursor: pointer; font: 500 18px Georgia, serif; box-shadow: 0 5px #852f2224; transition: transform .18s, background .18s, box-shadow .18s; }
.primary-button:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 8px #852f221f; }

.conditions-panel { min-width: 0; display: flex; flex-direction: column; padding: 34px 0 22px 34px; }
.section-heading { min-height: 31px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border-bottom: 1px solid #102a3a7a; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-pill { border: 1px solid #486d3b52; border-radius: 999px; background: #486d3b1a; color: #486d3b; padding: 4px 8px; font-size: 8px; }
.condition-actions { display: flex; align-items: center; gap: 7px; }
.refresh-button { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #102a3a40; border-radius: 50%; background: transparent; color: var(--navy); padding: 0; cursor: pointer; font: 600 16px/1 Georgia, serif; transition: border-color .18s, color .18s, transform .18s; }
.refresh-button:hover { border-color: var(--coral); color: var(--coral); transform: rotate(-18deg); }
.refresh-button:disabled { cursor: wait; opacity: .55; animation: refresh-spin 1s linear infinite; }
@keyframes refresh-spin { to { transform: rotate(360deg); } }
.marine-alert { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 12px; border: 1px solid #a43c2f73; background: #a43c2f0d; padding: 11px 13px; }
.marine-alert[hidden] { display: none; }
.marine-alert > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font: 700 15px Georgia, serif; }
.marine-alert strong, .marine-alert small { display: block; }
.marine-alert strong { color: var(--coral-dark); font: 600 14px Georgia, serif; }
.marine-alert small { margin-top: 3px; color: #102a3aa8; font-size: 8px; line-height: 1.4; }
.marine-alert a { border-bottom: 1px solid var(--coral); font: 500 11px Georgia, serif; white-space: nowrap; }
.metrics { min-height: 120px; display: grid; grid-template-columns: repeat(7, 1fr); border-bottom: 1px solid #102a3a47; }
.metrics > div { display: grid; align-content: center; justify-items: center; border-right: 1px solid #102a3a3b; padding: 18px 8px; }
.metrics > div:last-child { border-right: 0; }
.metric-icon { height: 24px; color: var(--coral); font: 600 26px/1 Georgia, serif; }
.metrics strong { margin-top: 8px; font: 500 clamp(19px, 2vw, 29px)/1 Georgia, serif; white-space: nowrap; }
.metrics strong i { font: 11px/1 Inter, sans-serif; }
.metrics .wave-value { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 2px; }
.metrics .wave-value small { width: 100%; margin-top: 3px; font: 500 9px/1 Inter, sans-serif; letter-spacing: .04em; text-align: center; text-transform: none; }
.metrics .moon-icon { font-size: 22px; }
.metrics .moon-value { max-width: 110px; font-size: clamp(13px, 1.25vw, 18px); line-height: 1.08; text-align: center; white-space: normal; }
.metrics small { margin-top: 6px; color: #102a3aa6; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.tide-head { display: flex; justify-content: space-between; margin: 18px 4px -2px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.tide-head b { color: var(--coral); }
.tide-chart { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.tide-chart svg { width: 100%; height: 184px; display: block; overflow: visible; }
.grid-lines { fill: none; stroke: #102a3a1c; stroke-width: 1; stroke-dasharray: 3 4; }
.tide-fill { fill: #89a9a61c; }
.tide-line { fill: none; stroke: var(--navy); stroke-width: 3; stroke-linecap: round; }
.tide-marker { stroke: var(--coral); stroke-width: 1.4; stroke-dasharray: 5 5; }
.tide-dot { fill: var(--paper-light); stroke: var(--coral); stroke-width: 3; }
.chart-times { min-width: 0; display: grid; grid-template-columns: repeat(5, 1fr); margin: -17px 4px 0; font: 500 11px Georgia, serif; }
.chart-times span { text-align: center; }
.chart-times span:first-child { text-align: left; }
.chart-times span:last-child { text-align: right; }

.lower-grid { min-height: 214px; display: grid; grid-template-columns: .75fr 1.25fr 1.25fr; }
.lower-grid > article { border-right: 1px solid #102a3a52; padding: 22px 24px 4px; }
.lower-grid > article:first-child { padding-left: 6px; }
.lower-grid > article:last-child { border-right: 0; padding-right: 0; }
.target-card { display: grid; grid-template-columns: 1fr 1.2fr; align-content: start; column-gap: 12px; }
.target-card .section-heading { grid-column: 1 / -1; }
.fish-stamp { align-self: center; width: min(100%, 112px); color: var(--ink); transform: rotate(-3deg); }
.fish-stamp svg { width: 100%; height: auto; overflow: visible; }
.fish-body { fill: #89a9a620; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.fish-detail { fill: none; stroke: var(--coral); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fish-stamp circle { fill: var(--coral); }
.fish-stamp .fish-eye { fill: var(--ink); }
.fish-stamp .trout-spots circle { fill: var(--ink); opacity: .78; }
.target-card h2 { margin: 26px 0 3px; font: 600 34px/1 Georgia, serif; }
.target-card p { margin: 0; color: #102a3aad; font-size: 10px; }
.spot-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.spot-list button { min-height: 122px; border: 0; border-right: 1px solid #102a3a3d; background: transparent; padding: 14px 13px 10px; text-align: left; cursor: pointer; transition: background .18s; }
.spot-list button:last-child { border-right: 0; }
.spot-list button:hover, .spot-list button.selected { background: #ffffff57; }
.spot-list button.selected { box-shadow: inset 0 -3px var(--sea); }
.spot-sketch { height: 42px; display: block; color: var(--sea); font: 500 30px Georgia, serif; }
.spot-list strong, .spot-list small, .spot-list em { display: block; }
.spot-list strong { font: 600 16px Georgia, serif; }
.spot-list small { margin-top: 4px; color: #102a3aa1; font-size: 8px; }
.spot-list em { margin-top: 9px; color: var(--coral); font-size: 8px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.spot-detail { min-height: 45px; border-top: 1px solid #102a3a3d; padding: 10px 12px; color: #102a3ab5; font: italic 13px/1.35 Georgia, serif; }
.journal-note { min-height: 145px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 18px; padding: 16px 0 10px; }
.notebook { width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid var(--coral); border-radius: 50%; font-size: 31px; transform: rotate(-6deg); }
blockquote { margin: 0; font: italic 500 clamp(18px, 1.7vw, 25px)/1.35 Georgia, serif; }
.journal-note p { margin: 15px 0 0; color: #102a3aa6; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.regulations-section { margin-top: 68px; border-top: 1px solid #102a3a6b; border-bottom: 1px solid #102a3a6b; padding: 48px 0 28px; }
.regulations-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.regulations-heading .eyebrow { margin: 0 0 8px; }
.regulations-heading h2 { margin: 0; font: 600 clamp(36px, 4.4vw, 60px)/1 Georgia, serif; letter-spacing: -.035em; }
.regulations-state { flex: 0 0 auto; border: 1px solid var(--coral); border-radius: 99px; padding: 8px 13px; color: var(--coral); font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.regulations-warning { max-width: 810px; margin: 24px 0 30px; color: #102a3ab8; font-size: 11px; line-height: 1.65; }
.regulations-warning strong { color: var(--ink); font-family: Georgia, serif; font-size: 14px; }
.regulations-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #102a3a45; }
.regulations-list article { min-width: 0; border-right: 1px solid #102a3a3d; padding: 20px 17px 18px; }
.regulations-list article:first-child { padding-left: 0; }
.regulations-list article:last-child { border-right: 0; padding-right: 0; }
.regulations-list h3 { min-height: 46px; margin: 0 0 15px; font: 600 20px/1.12 Georgia, serif; }
.regulations-list article div { margin: 10px 0; }
.regulations-list article div span { display: block; margin-bottom: 4px; color: #102a3a82; font-size: 7px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.regulations-list article div strong { font: 600 13px/1.25 Georgia, serif; }
.regulations-list article p { margin: 15px 0 0; color: #102a3a9e; font-size: 9px; line-height: 1.5; }
.regulations-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; border-top: 1px solid #102a3a45; padding-top: 18px; color: #102a3a8e; font-size: 8px; line-height: 1.55; }
.regulations-foot a { flex: 0 0 auto; border-bottom: 1px solid var(--coral); color: var(--ink); font: 500 13px Georgia, serif; }
.bait-directory { padding: 70px 0 18px; }
.directory-heading { display: grid; grid-template-columns: 1fr minmax(240px, .7fr); align-items: end; gap: 30px; border-bottom: 1px solid #102a3a6b; padding-bottom: 20px; }
.directory-heading .eyebrow { margin: 0 0 8px; }
.directory-heading h2 { margin: 0; font: 600 clamp(36px, 4.4vw, 60px)/1 Georgia, serif; letter-spacing: -.035em; }
.directory-heading > p { margin: 0 0 6px; color: #102a3aa1; font-size: 11px; line-height: 1.6; }
.shop-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.shop-card { min-height: 190px; display: grid; grid-template-columns: 1fr auto; gap: 14px 24px; border-bottom: 1px solid #102a3a3d; border-right: 1px solid #102a3a3d; padding: 24px; }
.shop-card:nth-child(odd) { padding-left: 0; }
.shop-card:nth-child(even) { border-right: 0; }
.shop-card > span { color: var(--coral); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.shop-card h3 { grid-column: 1 / -1; margin: 0; font: 600 26px/1.1 Georgia, serif; }
.shop-card p { grid-column: 1 / -1; margin: 0; color: #102a3aa6; font-size: 11px; line-height: 1.55; }
.shop-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; }
.shop-actions a { border-bottom: 1px solid var(--coral); padding-bottom: 4px; font: 500 13px Georgia, serif; }

.catch-ledger { padding: 70px 0 20px; }
.ledger-heading { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid #102a3a6b; padding-bottom: 20px; }
.ledger-heading .eyebrow { margin: 0 0 8px; }
.ledger-heading h2 { margin: 0; font: 600 clamp(36px, 4.4vw, 60px)/1 Georgia, serif; letter-spacing: -.035em; }
.ledger-heading > button { border: 0; border-bottom: 1px solid var(--coral); background: transparent; padding: 8px 0; cursor: pointer; font: 500 15px Georgia, serif; }
.catch-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.catch-list article { position: relative; min-height: 180px; border-right: 1px solid #102a3a3d; border-bottom: 1px solid #102a3a3d; padding: 24px 24px 18px; }
.catch-list article:nth-child(3n+1) { padding-left: 0; }
.catch-list article:nth-child(3n) { border-right: 0; }
.catch-list article > span { color: var(--coral); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.catch-list h3 { margin: 10px 0 5px; font: 600 25px Georgia, serif; }
.catch-list h3 small { color: #102a3a9e; font: italic 14px Georgia, serif; }
.catch-list p { margin: 0; color: #102a3a99; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.catch-list blockquote { margin-top: 20px; font-size: 15px; }
.delete-catch { position: absolute; top: 18px; right: 18px; border: 0; background: transparent; color: #102a3a8a; cursor: pointer; font-size: 18px; }
.empty-ledger { min-height: 160px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid #102a3a40; }
.empty-ledger h3 { margin: 0 0 5px; font: 600 22px Georgia, serif; }
.empty-ledger p { margin: 0; color: #102a3a9e; font-size: 11px; }

.planning-grid { display: grid; grid-template-columns: 1.45fr .8fr; gap: 24px; border-bottom: 1px solid #102a3a66; padding: 74px 0; }
.outlook-card { border: 1px solid #102a3a57; background: #ffffff2e; padding: clamp(25px, 3vw, 42px); }
.outlook-card .eyebrow { margin-top: 0; }
.outlook-card > h2 { max-width: 620px; margin: 12px 0 30px; font: 600 clamp(30px, 4vw, 54px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.outlook-days { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #102a3a66; }
.outlook-days button { min-height: 116px; display: grid; grid-template-columns: 1fr auto; border: 0; border-right: 1px solid #102a3a3d; background: transparent; padding: 18px 18px 15px; text-align: left; cursor: pointer; }
.outlook-days button:last-child { border-right: 0; }
.outlook-days button:hover, .outlook-days button.selected { background: #ffffff4d; }
.outlook-days span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.outlook-score { grid-row: span 2; align-self: center; display: flex; flex-direction: column; align-items: center; }
.outlook-score strong { color: var(--coral); font: 600 42px/1 Georgia, serif; }
.outlook-score em { margin-top: 4px; color: #102a3a82; font: normal 750 7px/1 Inter, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.outlook-days small { align-self: end; font: italic 13px Georgia, serif; }
.partner-card { position: relative; overflow: hidden; background: var(--navy); color: var(--paper-light); padding: clamp(28px, 3vw, 44px); }
.partner-card::after { content: "AD"; position: absolute; right: -12px; bottom: -52px; color: #f3ebdd09; font: 700 210px/1 Georgia, serif; }
.sponsor-label { color: #e67b65; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.partner-card h2 { margin: 18px 0; font: 500 clamp(27px, 3vw, 42px)/1.06 Georgia, serif; letter-spacing: -.025em; }
.partner-card p { max-width: 520px; color: #fbf6ecb3; font-size: 13px; line-height: 1.6; }
.partner-card a { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 26px; border-bottom: 1px solid var(--coral); padding-bottom: 8px; font: 500 17px Georgia, serif; }
.partner-card small { display: block; margin-top: 20px; color: #fbf6ec73; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

footer { min-height: 130px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 24px; }
footer > span { font: 600 18px Georgia, serif; }
footer > span small { display: block; margin-top: 5px; color: #102a3a91; font: 700 7px/1.2 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
footer p { color: #102a3aa1; font-size: 11px; }
footer div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
footer button { border: 0; background: transparent; padding: 0; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }

.privacy-banner { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: min(440px, calc(100% - 40px)); border: 1px solid #f3ebdd61; background: var(--navy); color: var(--paper-light); padding: 22px; box-shadow: 0 18px 55px #0005; }
.privacy-banner strong { font: 600 20px Georgia, serif; }
.privacy-banner p { margin: 7px 0 16px; color: #fbf6ecb5; font-size: 11px; line-height: 1.55; }
.privacy-banner > div:nth-child(2) { display: flex; gap: 10px; }
.privacy-banner button { min-height: 40px; border: 1px solid #fbf6ec8c; background: transparent; color: white; padding: 0 14px; cursor: pointer; }
.privacy-banner button:last-child { border-color: var(--coral); background: var(--coral); }
.privacy-banner > a { display: inline-block; margin-top: 14px; border-bottom: 1px solid #fbf6ec66; color: #fbf6ecb5; font-size: 9px; }

.legal-page { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 36px 0 90px; }
.legal-nav { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #102a3a4a; padding-bottom: 20px; }
.legal-nav a:first-child { font: 600 20px Georgia, serif; }
.legal-nav a:last-child { font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.legal-header { border-bottom: 1px solid #102a3a4a; padding: clamp(55px, 10vw, 100px) 0 38px; }
.legal-header h1 { margin: 8px 0 16px; font-size: clamp(52px, 9vw, 88px); }
.legal-header p { color: #102a3a9e; font-size: 12px; }
.legal-content { padding-top: 32px; }
.legal-content section { border-bottom: 1px solid #102a3a35; padding: 10px 0 27px; }
.legal-content h2 { margin: 18px 0 10px; font: 600 27px Georgia, serif; }
.legal-content p, .legal-content li { color: #102a3ac4; font-size: 13px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { border-bottom: 1px solid var(--coral); }
.legal-owner { margin-top: 32px; color: #102a3a8c; font-size: 10px; }

.guide-page { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 72px; }
.guide-nav { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #102a3a4a; }
.guide-nav > a:first-child { font: 600 23px Georgia, serif; letter-spacing: -.02em; }
.guide-nav div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.guide-nav div a { font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.guide-hero { border-bottom: 1px solid #102a3a5c; padding: clamp(58px, 10vw, 112px) 0 44px; }
.guide-hero .eyebrow { margin: 0 0 14px; }
.guide-hero h1 { max-width: 900px; margin: 0; font: 600 clamp(50px, 8vw, 92px)/.96 Georgia, serif; letter-spacing: -.045em; text-wrap: balance; }
.guide-hero > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: #102a3ab5; font-size: 15px; line-height: 1.75; }
.guide-actions { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 28px; }
.guide-actions a { border-bottom: 1px solid var(--coral); padding-bottom: 5px; font: 500 15px Georgia, serif; }
.guide-section { border-bottom: 1px solid #102a3a42; padding: 42px 0; }
.guide-section > h2 { margin: 0 0 20px; font: 600 clamp(30px, 4vw, 48px)/1 Georgia, serif; letter-spacing: -.025em; }
.guide-section > p { max-width: 850px; color: #102a3ac0; font-size: 13px; line-height: 1.75; }
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #102a3a42; }
.guide-cards article { border-right: 1px solid #102a3a42; padding: 24px 22px; }
.guide-cards article:first-child { padding-left: 0; }
.guide-cards article:last-child { border-right: 0; padding-right: 0; }
.guide-cards h3 { margin: 0 0 9px; font: 600 23px Georgia, serif; }
.guide-cards p { margin: 0; color: #102a3aa6; font-size: 11px; line-height: 1.65; }
.guide-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #102a3a42; border-bottom: 1px solid #102a3a42; }
.guide-facts div { border-right: 1px solid #102a3a42; padding: 20px; }
.guide-facts div:first-child { padding-left: 0; }
.guide-facts div:last-child { border-right: 0; }
.guide-facts span, .guide-facts strong { display: block; }
.guide-facts span { margin-bottom: 6px; color: var(--coral); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.guide-facts strong { font: 600 17px/1.3 Georgia, serif; }
.source-list { margin: 20px 0 0; padding-left: 20px; }
.source-list li { margin: 10px 0; color: #102a3abe; font-size: 12px; line-height: 1.6; }
.source-list a { border-bottom: 1px solid var(--coral); }
.guide-note { border-left: 4px solid var(--coral); background: #ffffff42; padding: 18px 22px; color: #102a3ab5; font-size: 11px; line-height: 1.65; }
.guide-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0 0; color: #102a3a91; font-size: 9px; }
.guide-footer div { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.guide-footer a { border-bottom: 1px solid #102a3a4d; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 22px; background: #091e2a9e; backdrop-filter: blur(5px); }
.catch-modal { position: relative; width: min(100%, 650px); max-height: 94vh; overflow-y: auto; border: 1px solid var(--sand); background: var(--paper-light); padding: clamp(30px, 5vw, 54px); box-shadow: 0 30px 80px #0000004d; }
.catch-modal::before { content: ""; position: absolute; inset: 10px; border: 1px solid #102a3a2e; pointer-events: none; }
.modal-close { position: absolute; top: 15px; right: 18px; z-index: 2; width: 36px; height: 36px; border: 1px solid #102a3a4d; border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
.catch-modal .eyebrow { margin-top: 0; }
.catch-modal h2 { margin: 8px 0 10px; font: 600 clamp(40px, 6vw, 62px)/1 Georgia, serif; letter-spacing: -.04em; }
.modal-intro { max-width: 480px; color: #102a3aa8; font-size: 12px; line-height: 1.6; }
.catch-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.catch-modal label { display: grid; gap: 7px; font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.catch-modal input, .catch-modal select, .catch-modal textarea { width: 100%; border: 0; border-bottom: 1px solid var(--navy); border-radius: 0; outline: 0; background: transparent; padding: 10px 2px; font: 500 16px Georgia, serif; letter-spacing: 0; text-transform: none; }
.catch-modal textarea { resize: vertical; border: 1px solid #102a3a73; padding: 12px; }
.catch-modal input:focus, .catch-modal select:focus, .catch-modal textarea:focus { box-shadow: 0 2px var(--coral); }
.full-field, .form-actions { grid-column: 1 / -1; }
.form-actions { display: flex; justify-content: flex-end; gap: 14px; margin-top: 8px; }
.form-actions button { min-height: 45px; border: 1px solid var(--navy); background: transparent; padding: 0 20px; cursor: pointer; }
.form-actions button[type="submit"] { border-color: var(--coral); background: var(--coral); color: white; }
.score-modal { width: min(100%, 760px); }
.score-method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 28px 0 22px; padding: 0; list-style: none; border-top: 1px solid #102a3a4d; border-bottom: 1px solid #102a3a4d; }
.score-method li { border-right: 1px solid #102a3a3d; padding: 22px 20px; }
.score-method li:first-child { padding-left: 0; }
.score-method li:last-child { border-right: 0; padding-right: 0; }
.score-method strong { display: flex; align-items: baseline; gap: 8px; font: 600 18px/1.1 Georgia, serif; }
.score-method strong span { color: var(--coral); font-size: 34px; }
.score-method p { margin: 12px 0 0; color: #102a3aa8; font-size: 11px; line-height: 1.55; }
.score-method-note { margin: 0; color: #102a3ac2; font-size: 12px; line-height: 1.6; }
.score-method-note strong { font-family: Georgia, serif; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 60; border-left: 4px solid var(--coral); background: var(--navy); color: white; padding: 14px 18px; font: 500 15px Georgia, serif; box-shadow: 0 12px 35px #0003; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .bite-panel { border-right: 0; border-bottom: 1px solid #102a3a52; }
  .conditions-panel { padding-left: 0; }
  .lower-grid { grid-template-columns: 1fr 1.7fr; }
  .journal-card { grid-column: 1 / -1; border-top: 1px solid #102a3a52; }
  .planning-grid { grid-template-columns: 1fr; }
  .catch-list { grid-template-columns: repeat(2, 1fr); }
  .catch-list article:nth-child(3n+1) { padding-left: 24px; }
  .catch-list article:nth-child(3n) { border-right: 1px solid #102a3a3d; }
  .catch-list article:nth-child(odd) { padding-left: 0; }
  .catch-list article:nth-child(even) { border-right: 0; }
  .regulations-list { grid-template-columns: repeat(3, 1fr); }
  .regulations-list article:nth-child(3) { border-right: 0; }
  .regulations-list article:nth-child(n+4) { border-top: 1px solid #102a3a3d; }
  .regulations-list article:nth-child(4) { padding-left: 0; }
}

@media (max-width: 720px) {
  main { padding-inline: 18px; }
  .site-header { height: 72px; }
  .brand span:last-child { font-size: 18px; }
  .location-lockup { display: none; }
  .region-bar { display: block; padding-top: 10px; }
  .region-bar > span { display: block; margin-bottom: 8px; }
  .region-bar > div { min-height: 42px; overflow-x: auto; }
  .region-bar button { min-width: 122px; }
  .day-strip { overflow-x: auto; }
  .day-buttons button { min-width: 148px; }
  .day-strip > p { display: none; }
  .bite-panel { padding: 32px 0; }
  #verdict { font-size: 57px; }
  .score-row { grid-template-columns: 116px 1fr; gap: 20px; }
  .score-ring { width: 112px; height: 112px; }
  .score-label { margin-bottom: 2px; font-size: 7px; }
  .score-ring strong { font-size: 43px; }
  .score-ring span { margin-top: 5px; font-size: 14px; }
  .window-copy > strong { font-size: 17px; }
  .primary-button { min-height: 50px; font-size: 16px; }
  .conditions-panel { padding-top: 24px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .marine-alert { grid-template-columns: auto 1fr; }
  .marine-alert a { grid-column: 2; justify-self: start; }
  .metrics > div:nth-child(even) { border-right: 0; }
  .metrics > div:nth-child(-n+6) { border-bottom: 1px solid #102a3a3b; }
  .metrics > div:last-child { grid-column: 1 / -1; }
  .tide-chart { overflow-x: auto; }
  .tide-chart svg { min-width: 570px; }
  .chart-times { min-width: 562px; }
  .lower-grid { display: block; }
  .lower-grid > article { border-right: 0; border-bottom: 1px solid #102a3a52; padding: 22px 0; }
  .spot-list button { padding-inline: 8px; }
  .journal-note { grid-template-columns: 60px 1fr; }
  .notebook { width: 52px; height: 52px; }
  .directory-heading { grid-template-columns: 1fr; }
  .regulations-section { margin-top: 44px; padding-top: 36px; }
  .regulations-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .regulations-list { grid-template-columns: 1fr 1fr; }
  .regulations-list article, .regulations-list article:first-child, .regulations-list article:nth-child(4), .regulations-list article:last-child { border-right: 1px solid #102a3a3d; border-top: 1px solid #102a3a3d; padding: 18px 14px; }
  .regulations-list article:nth-child(odd) { padding-left: 0; }
  .regulations-list article:nth-child(even) { border-right: 0; padding-right: 0; }
  .regulations-list article:first-child, .regulations-list article:nth-child(2) { border-top: 0; }
  .regulations-list h3 { min-height: 0; }
  .regulations-foot { align-items: flex-start; flex-direction: column; gap: 14px; }
  .shop-list { grid-template-columns: 1fr; }
  .shop-card, .shop-card:nth-child(odd) { border-right: 0; padding-inline: 0; }
  .catch-ledger, .bait-directory { padding-top: 46px; }
  .catch-list { display: block; }
  .catch-list article { border-right: 0 !important; padding-left: 0 !important; }
  .ledger-heading { align-items: flex-start; gap: 20px; }
  .planning-grid { padding: 46px 0; }
  .outlook-days { display: block; }
  .outlook-days button { width: 100%; border-right: 0; border-bottom: 1px solid #102a3a3d; }
  footer { grid-template-columns: 1fr; padding: 34px 0; }
  footer div { flex-wrap: wrap; justify-content: flex-start; }
  .catch-modal form { grid-template-columns: 1fr; }
  .full-field, .form-actions { grid-column: 1; }
  .score-method { grid-template-columns: 1fr; }
  .score-method li, .score-method li:first-child, .score-method li:last-child { border-right: 0; border-bottom: 1px solid #102a3a3d; padding: 18px 0; }
  .score-method li:last-child { border-bottom: 0; }
  .guide-nav { align-items: flex-start; flex-direction: column; padding-bottom: 18px; }
  .guide-nav div { justify-content: flex-start; }
  .guide-hero { padding-top: 54px; }
  .guide-cards, .guide-facts { grid-template-columns: 1fr; }
  .guide-cards article, .guide-cards article:first-child, .guide-cards article:last-child { border-right: 0; border-bottom: 1px solid #102a3a42; padding: 20px 0; }
  .guide-cards article:last-child { border-bottom: 0; }
  .guide-facts div, .guide-facts div:first-child, .guide-facts div:last-child { border-right: 0; border-bottom: 1px solid #102a3a42; padding: 16px 0; }
  .guide-facts div:last-child { border-bottom: 0; }
  .guide-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
