:root {
  --landing-ink: #f4f1df;
  --landing-muted: #c2d4d1;
  --landing-line: rgba(190, 230, 224, .25);
  --landing-night: #193957;
  --landing-night-soft: #28566b;
  --landing-plum: #4a3b68;
  --landing-teal: #6ed1ca;
  --landing-gold: #ffd15b;
  --landing-orange: #f39a27;
  --landing-coral: #ef795c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(109, 215, 190, .22), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(242, 150, 111, .18), transparent 25rem),
    linear-gradient(135deg, #173b5a 0%, #235e6b 48%, #47385f 100%);
  background-attachment: fixed;
  color: var(--landing-ink);
  font-family: Manrope, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.landing-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.landing-header { position: relative; z-index: 5; display: flex; align-items: center; gap: 26px; min-height: 82px; border-bottom: 1px solid var(--landing-line); }
.landing-brand { display: inline-flex; align-items: center; gap: 9px; font: 800 13px 'DM Mono', monospace; letter-spacing: .16em; }
.landing-brand img { width: 28px; height: 28px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; color: var(--landing-muted); font-size: 13px; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--landing-gold); }
.header-play, .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid #17253b; border-radius: 11px; background: linear-gradient(#ffc94f 0 48%, #f39a27 49%); color: #17253b; box-shadow: 0 4px 0 #0a111e; font-weight: 800; transition: transform .16s, filter .16s; }
.header-play { padding: 10px 13px; font-size: 11px; }
.header-play:hover, .primary-button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.mobile-nav { display: none; }

.hero-section { padding: 28px 0 0; }
.hero-art { position: relative; min-height: 610px; overflow: hidden; border: 3px solid #0a111e; border-radius: 23px; background: #315d65; box-shadow: 0 10px 0 #0a111e, 0 28px 60px rgba(0,0,0,.24); isolation: isolate; }
.hero-art > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(11, 26, 38, .92) 0%, rgba(11, 26, 38, .74) 32%, rgba(11, 26, 38, .16) 67%, rgba(11, 26, 38, .08) 100%), linear-gradient(0deg, rgba(6, 17, 27, .45), transparent 40%); }
.hero-copy { max-width: 535px; padding: 112px 0 0 66px; }
.eyebrow { margin: 0; color: var(--landing-teal); font: 800 12px 'DM Mono', monospace; letter-spacing: .1em; }
.hero-copy h1, .section-heading h2, .quiet-copy h2, .final-cta h2 { margin: 14px 0 0; color: #fff8df; font-size: clamp(38px, 5.1vw, 67px); line-height: .99; letter-spacing: -.065em; }
.hero-copy h1 span, .section-heading h2 span, .quiet-copy h2 span { color: var(--landing-gold); }
.hero-description { max-width: 420px; margin: 25px 0 0; color: #dbe6e2; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 21px; margin-top: 29px; }
.primary-button { min-height: 48px; padding: 0 18px; font-size: 12px; }
.quiet-link, .text-link { color: #fff8df; font-size: 13px; font-weight: 700; }
.quiet-link { border-bottom: 1px solid rgba(255,248,223,.5); padding-bottom: 4px; }
.quiet-link span, .text-link span { color: var(--landing-gold); margin-left: 4px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 27px; color: #c5d8d3; font: 600 12px Manrope, sans-serif; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--landing-coral); box-shadow: 0 0 0 4px rgba(239,121,92,.16); }
.hero-stats { position: absolute; right: 40px; bottom: 28px; display: flex; gap: 26px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(15, 30, 43, .64); backdrop-filter: blur(7px); }
.hero-stats div { display: grid; gap: 3px; }
.hero-stats strong { color: var(--landing-gold); font-size: 20px; line-height: 1; }
.hero-stats span { color: #e1eeea; font: 700 11px Manrope, sans-serif; letter-spacing: 0; white-space: nowrap; }

.landing-section { padding: 124px 0 0; }
.section-heading h2 { font-size: clamp(31px, 4vw, 48px); }
.section-lede { max-width: 430px; margin: 22px 0 0 auto; color: var(--landing-muted); font-size: 14px; line-height: 1.65; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.story-card { display: grid; grid-template-columns: 70px 1fr; gap: 15px; min-height: 190px; padding: 18px; border: 2px solid var(--landing-line); border-radius: 16px; background: linear-gradient(145deg, rgba(49, 109, 115, .88), rgba(56, 57, 96, .9)); box-shadow: 0 14px 28px rgba(17, 39, 66, .16); }
.story-icon { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 17px; background: #347d83; }
.story-icon img { width: 58px; height: 58px; object-fit: contain; }
.story-card-fish .story-icon { background: #62527d; }
.story-card-gear .story-icon { background: #805565; }
.card-number, .spot-level { color: var(--landing-coral); font: 800 11px 'DM Mono', monospace; letter-spacing: .07em; }
.story-card h3 { margin: 9px 0 0; font-size: 17px; letter-spacing: -.035em; }
.story-card p { margin: 9px 0 0; color: var(--landing-muted); font-size: 14px; line-height: 1.55; }

.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-side-note { max-width: 250px; margin: 0 0 3px; color: var(--landing-muted); font-size: 14px; line-height: 1.55; }
.spot-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; margin-top: 40px; }
.spot-card { position: relative; min-height: 370px; overflow: hidden; border: 2px solid #2e4854; border-radius: 16px; background: #315d65; }
.spot-card img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; transition: transform .5s; }
.spot-card:hover img { transform: scale(1.04); }
.spot-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 20, 31, .9), transparent 66%); pointer-events: none; }
.spot-overlay { position: absolute; z-index: 1; right: 20px; bottom: 19px; left: 20px; }
.spot-overlay h3 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.05em; }
.spot-overlay p { margin: 5px 0 0; color: #d6e4df; font-size: 14px; line-height: 1.45; }
.text-link { display: inline-block; margin-top: 24px; color: var(--landing-gold); }

.quiet-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 58px; padding-top: 124px; }
.quiet-art { overflow: hidden; min-height: 360px; border: 2px solid #355a62; border-radius: 18px; background: #315d65; }
.quiet-art img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.quiet-copy h2 { font-size: clamp(32px, 4vw, 50px); }
.quiet-copy > p:not(.eyebrow) { max-width: 390px; margin: 22px 0 28px; color: var(--landing-muted); font-size: 14px; line-height: 1.7; }
.final-cta { position: relative; overflow: hidden; margin: 124px 0 0; padding: 65px 30px 70px; border: 2px solid #355a62; border-radius: 19px; background: radial-gradient(circle at 50% 120%, #266776, #1c3443 65%, #182438 100%); text-align: center; }
.final-cta h2 { margin-bottom: 25px; font-size: clamp(31px, 4vw, 52px); }
.final-cta .primary-button { position: relative; z-index: 1; }
.cta-fish { position: absolute; width: 145px; height: 145px; object-fit: contain; opacity: .8; animation: landing-float 4.5s ease-in-out infinite; }
.cta-fish-left { bottom: -21px; left: 7%; transform: rotate(-13deg); }
.cta-fish-right { top: 18px; right: 7%; animation-delay: -2.1s; transform: rotate(14deg); }
@keyframes landing-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -10px; } }

.landing-footer { display: flex; align-items: center; gap: 20px; margin-top: 73px; padding: 24px 0 34px; border-top: 1px solid var(--landing-line); color: var(--landing-muted); }
.footer-brand { color: var(--landing-ink); }
.landing-footer p { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 18px; margin-left: auto; font: 500 11px 'DM Mono', monospace; }

@media (max-width: 800px) {
  .landing-shell { width: min(100% - 28px, 620px); }
  .landing-header { min-height: 68px; gap: 12px; }
  .desktop-nav, .header-play { display: none; }
  .landing-brand { margin-right: auto; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { display: grid; place-items: center; width: 40px; height: 38px; border: 2px solid #5a8790; border-radius: 10px; background: #28566b; color: var(--landing-gold); cursor: pointer; font-size: 20px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav-panel { position: absolute; top: 47px; right: 0; display: grid; gap: 3px; width: 190px; padding: 10px; border: 2px solid #5a8790; border-radius: 12px; background: #28566b; box-shadow: 0 8px 0 #17324b; }
  .mobile-nav-panel a { padding: 9px 10px; border-radius: 7px; color: var(--landing-muted); font-size: 12px; }
  .mobile-nav-panel a:hover { background: #36727b; color: var(--landing-ink); }
  .mobile-nav-panel .mobile-nav-play { background: linear-gradient(#ffc94f 0 48%, #f39a27 49%); color: #17253b; font-weight: 800; }
  .hero-section { padding-top: 14px; }
  .hero-art { min-height: 680px; border-radius: 17px; }
  .hero-art > img { object-position: 61% center; }
  .hero-art::before { background: linear-gradient(180deg, rgba(11, 26, 38, .74), rgba(11, 26, 38, .62) 45%, rgba(11, 26, 38, .26) 100%); }
  .hero-copy { padding: 72px 24px 0; }
  .hero-copy h1 { font-size: clamp(39px, 12vw, 62px); }
  .hero-description { max-width: 340px; font-size: 14px; }
  .hero-stats { right: 17px; bottom: 18px; left: 17px; justify-content: space-between; gap: 8px; }
  .hero-stats span { font-size: 10px; }
  .landing-section, .quiet-section { padding-top: 84px; }
  .section-lede { margin-left: 0; }
  .story-grid, .spot-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .spot-card, .spot-card img { min-height: 290px; }
  .section-heading-row { display: block; }
  .section-side-note { margin-top: 18px; }
  .quiet-section { grid-template-columns: 1fr; gap: 25px; }
  .quiet-art, .quiet-art img { min-height: 275px; }
  .final-cta { margin-top: 84px; padding: 53px 20px 60px; }
  .cta-fish { width: 100px; height: 100px; }
  .cta-fish-left { left: -3%; }
  .cta-fish-right { right: -3%; }
  .landing-footer { display: grid; gap: 14px; margin-top: 54px; }
  .footer-links { margin-left: 0; flex-wrap: wrap; }
}
