@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --ink: #102d31;
  --deep: #07262b;
  --night: #051d23;
  --paper: #f4f0e7;
  --mist: #dbe6df;
  --sky: #a9d6dc;
  --tide: #1c6971;
  --sun: #ffb66f;
  --salmon: #f68068;
  --line: rgba(16, 45, 49, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: var(--ink); padding: 0.8rem 1rem; }
.skip-link:focus { top: 1rem; }
.overline, .section-number, .panel-kicker, .hero-locator, .chapter-mark, figcaption, .tenets { font-family: "Space Mono", monospace; text-transform: uppercase; letter-spacing: 0.12em; }

.site-header { height: 74px; padding: 0 clamp(20px, 3.5vw, 62px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; width: max-content; line-height: 0.86; }
.brand span { display: block; font: 700 1.6rem "Manrope", sans-serif; letter-spacing: 0.18em; }
.brand small { display: block; margin-top: 7px; font: 700 0.5rem "Space Mono", monospace; letter-spacing: 0.38em; }
.site-header nav { display: flex; gap: clamp(1.1rem, 3vw, 3rem); }
.site-header nav a, .header-cta { font: 700 0.68rem "Space Mono", monospace; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; }
.site-header nav a { opacity: 0.65; transition: opacity 180ms; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.hero { min-height: calc(100svh - 74px); position: relative; color: white; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; scale: 1.04; animation: hero-in 1.5s cubic-bezier(.2,.8,.2,1) both; }
.hero-scrim { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(1, 18, 25, 0.87) 0%, rgba(3, 26, 32, 0.49) 47%, rgba(3, 26, 32, 0.12) 78%), linear-gradient(0deg, rgba(1,16,23,.75) 0%, transparent 55%); }
.hero-copy { padding: clamp(5.5rem, 12vh, 9rem) clamp(22px, 7vw, 112px) clamp(4rem, 8vh, 7.5rem); max-width: 1160px; }
.hero .overline { font-size: 0.65rem; color: #ffd6a7; margin: 0 0 1.5rem; }
.hero h1, .premise h2, .pull h2, .pull-panel h3, .turn h2, .chapters h2, .chapter h3, .useful h2, .closing h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -0.045em; margin: 0; }
.hero h1 { max-width: 1080px; }
.hero h1 .hero-sitka { display: block; font: 700 clamp(6.6rem, 16vw, 16rem)/.68 "Manrope", sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 .hero-invitation { display: block; margin-top: clamp(1.8rem, 4vh, 3.4rem); font-size: clamp(3.2rem, 7.6vw, 7.8rem); line-height: .82; }
.hero h1 em { display: block; color: var(--sun); font-size: clamp(4rem, 10.5vw, 10.8rem); line-height: .78; font-weight: 400; }
.hero-bottom { margin-top: clamp(2.1rem, 5vw, 4.2rem); display: grid; grid-template-columns: minmax(280px, 530px) auto; align-items: end; gap: 4rem; }
.hero-bottom p { margin: 0; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.6; }
.hero-bottom a { width: max-content; text-decoration: none; font-weight: 700; border-bottom: 1px solid white; padding-bottom: 8px; }
.hero-bottom a span { margin-left: 1rem; }
.hero-locator { position: absolute; right: 2rem; top: 2.3rem; writing-mode: vertical-rl; font-size: 0.53rem; opacity: 0.72; }
.arrival-stamp { position: absolute; right: clamp(20px, 5vw, 80px); bottom: clamp(20px, 4vw, 60px); width: 164px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-content: center; text-align: center; rotate: -7deg; backdrop-filter: blur(6px); background: rgba(1,19,24,.16); }
.arrival-stamp span, .arrival-stamp small { font: 700 0.46rem "Space Mono", monospace; letter-spacing: .16em; }
.arrival-stamp strong { font: 400 2rem/0.83 "Instrument Serif", serif; margin: 9px 0; }

.premise { min-height: 88vh; display: grid; grid-template-columns: minmax(130px, 0.32fr) 1fr; gap: 5vw; align-content: center; padding: clamp(6rem, 13vw, 12rem) clamp(22px, 8vw, 136px); }
.section-number { font-size: .58rem; color: #577475; margin: 12px 0 0; }
.premise > div { max-width: 1080px; }
.premise h2 { font-size: clamp(3.3rem, 7vw, 7.6rem); line-height: .91; }
.premise > div > p { max-width: 640px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.7; margin: 2.7rem 0 0 auto; }

.pull { min-height: 1050px; position: relative; color: white; background: var(--night); isolation: isolate; }
.pull-images { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.pull-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; scale: 1.06; transition: opacity 650ms ease, scale 1.4s cubic-bezier(.2,.8,.2,1); }
.pull-image.is-active { opacity: 1; scale: 1; }
.pull-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,25,30,.96) 0%, rgba(3,25,30,.83) 45%, rgba(3,25,30,.18) 78%), linear-gradient(0deg, rgba(3,25,30,.89), transparent 55%); }
.pull-interface { min-height: 1050px; padding: clamp(5rem, 9vw, 9rem) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(320px, .8fr); grid-template-rows: auto 1fr; column-gap: 9vw; align-items: start; }
.pull-heading { grid-column: 1; max-width: 760px; }
.pull .overline { color: var(--sun); font-size: .58rem; }
.pull h2 { font-size: clamp(3.3rem, 6.8vw, 7.2rem); line-height: .88; margin-top: 1.35rem; }
.pull h2 em { color: var(--sky); }
.pull-heading > p:last-child { max-width: 420px; line-height: 1.6; opacity: .76; margin: 1.8rem 0 0; }
.pull-menu { grid-column: 1; margin-top: 5rem; border-top: 1px solid rgba(255,255,255,.35); }
.pull-choice { width: 100%; display: grid; grid-template-columns: 45px 1fr auto; gap: 1rem; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; padding: 1.35rem 0; text-align: left; cursor: pointer; opacity: .55; transition: opacity 180ms, padding 180ms; }
.pull-choice span { font: 400 .55rem "Space Mono", monospace; }
.pull-choice strong { font: 400 clamp(1.25rem, 2.2vw, 2.25rem) "Instrument Serif", serif; }
.pull-choice i { font-style: normal; font-size: 1.4rem; translate: -12px 0; opacity: 0; transition: opacity 180ms, translate 180ms; }
.pull-choice:hover, .pull-choice:focus-visible, .pull-choice.is-active { opacity: 1; padding-left: 12px; }
.pull-choice.is-active i { opacity: 1; translate: 0 0; color: var(--sun); }
.pull-panels { grid-column: 2; grid-row: 1 / span 2; align-self: end; padding-bottom: 2rem; }
.pull-panel { max-width: 520px; padding: 2.2rem; background: rgba(3, 24, 28, 0.68); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.28); animation: panel-in 420ms ease both; }
.panel-kicker { color: var(--sun); font-size: .55rem; margin: 0 0 1.4rem; }
.pull-panel h3 { font-size: clamp(2.7rem, 4.8vw, 5rem); line-height: .91; }
.pull-panel > p:not(.panel-kicker) { line-height: 1.68; font-size: 1rem; margin: 2rem 0; }
.pull-panel a { font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 6px; }

.fishing-feature { min-height: 92vh; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); background: var(--deep); color: white; }
.fishing-feature figure { min-height: 92vh; margin: 0; position: relative; overflow: hidden; }
.fishing-feature figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 64%, rgba(7,38,43,.52)), linear-gradient(0deg, rgba(4,25,30,.54), transparent 43%); pointer-events: none; }
.fishing-feature figure img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; filter: saturate(.9) contrast(1.04); scale: 1.02; }
.fishing-feature figcaption { position: absolute; z-index: 1; left: 26px; bottom: 22px; color: white; font-size: .5rem; }
.fishing-copy { align-self: center; padding: clamp(5rem, 8vw, 9rem) clamp(28px, 6vw, 100px); }
.fishing-copy .section-number { color: var(--sky); margin-bottom: clamp(3.5rem, 8vh, 7rem); }
.fishing-lead { margin: 0 0 1.5rem; color: var(--sun); font: 700 .56rem "Space Mono", monospace; letter-spacing: .15em; }
.fishing-copy h2 { margin: 0; font: 400 clamp(3.1rem, 5.7vw, 6.5rem)/.9 "Instrument Serif", Georgia, serif; letter-spacing: -.045em; }
.fishing-copy h2 em { color: var(--sun); font-weight: 400; }
.fishing-copy > p:not(.section-number):not(.fishing-lead) { max-width: 650px; margin: 2.4rem 0; font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.78); }
.fishing-facts { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 2.4rem; }
.fishing-facts span { border: 1px solid rgba(255,255,255,.34); padding: .65rem .78rem; font: 700 .48rem "Space Mono", monospace; letter-spacing: .1em; }
.fishing-link { display: inline-block; color: white; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--sun); padding-bottom: 7px; }
.fishing-link span { color: var(--sun); margin-left: .5rem; }
.fishing-copy small { display: block; max-width: 590px; margin-top: 2rem; color: rgba(255,255,255,.5); font-size: .68rem; line-height: 1.6; }

.turn { padding: clamp(7rem, 13vw, 13rem) clamp(22px, 9vw, 150px); background: var(--salmon); }
.turn > p { font: 700 .6rem "Space Mono", monospace; letter-spacing: .14em; margin: 0 0 2rem; }
.turn h2 { font-size: clamp(3.5rem, 8vw, 8.4rem); line-height: .88; max-width: 1200px; }
.turn h2 em { color: white; }

.chapters { padding: clamp(7rem, 10vw, 11rem) clamp(22px, 5vw, 84px); }
.chapters-head { max-width: 1250px; margin: 0 auto 8rem; display: grid; grid-template-columns: .35fr 1fr; gap: 4vw; }
.chapters h2 { font-size: clamp(3.2rem, 7.5vw, 7.7rem); line-height: .9; }
.chapter { max-width: 1400px; min-height: 950px; margin: 0 auto 11rem; position: relative; display: grid; grid-template-columns: minmax(350px, 1.15fr) minmax(310px, .85fr); grid-template-rows: 1fr auto; gap: 2rem 5vw; }
.chapter-primary { margin: 0; grid-row: 1 / span 2; min-height: 860px; position: relative; overflow: hidden; }
.chapter-primary img { width: 100%; height: 100%; object-fit: cover; }
.chapter-primary figcaption { position: absolute; bottom: 16px; left: 18px; padding: 8px 10px; background: rgba(244,240,231,.89); font-size: .47rem; }
.chapter-secondary { margin: 0 0 0 -15%; width: 67%; align-self: end; z-index: 2; box-shadow: 0 30px 65px rgba(7,38,43,.22); }
.chapter-secondary img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.chapter-copy { align-self: start; max-width: 620px; padding: 2rem 1rem 0; }
.chapter-mark { color: var(--salmon); font-size: .62rem; margin: 0 0 1.5rem; }
.chapter h3 { font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .88; }
.chapter-copy > p:not(.chapter-mark) { max-width: 540px; font-size: 1.08rem; line-height: 1.7; margin: 2rem 0; }
.chapter-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.chapter-links a { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.chapter-forest { grid-template-columns: minmax(310px,.85fr) minmax(350px,1.15fr); }
.chapter-forest .chapter-primary { grid-column: 2; }
.chapter-forest .chapter-secondary { grid-column: 1; grid-row: 2; justify-self: end; margin: 0 -15% 0 0; }
.chapter-forest .chapter-copy { grid-column: 1; grid-row: 1; }

.useful { background: var(--mist); padding: clamp(7rem, 11vw, 12rem) clamp(22px, 8vw, 130px); }
.useful-intro { display: grid; grid-template-columns: .3fr 1fr; gap: 3vw; align-items: start; max-width: 1250px; }
.useful-intro h2 { font-size: clamp(3.3rem, 7vw, 7rem); line-height: .91; }
.useful-intro > p:last-child { grid-column: 2; max-width: 600px; font-size: 1.1rem; line-height: 1.65; }
.departure-board { max-width: 1250px; margin: 5rem 0 0 auto; border-top: 2px solid var(--ink); }
.departure-board a { display: grid; grid-template-columns: 110px minmax(260px,1fr) minmax(200px,.7fr) auto; align-items: center; gap: 2rem; padding: 1.45rem 0; border-bottom: 1px solid rgba(16,45,49,.34); text-decoration: none; transition: padding 180ms, background 180ms; }
.departure-board a:hover { padding-left: 1rem; background: rgba(255,255,255,.36); }
.board-code { color: var(--tide); font: 700 .65rem "Space Mono", monospace; letter-spacing: .08em; }
.departure-board small { display: block; font: 400 .5rem "Space Mono", monospace; letter-spacing: .12em; margin-bottom: 6px; }
.departure-board strong { font: 400 clamp(1.3rem,2vw,2rem) "Instrument Serif",serif; }
.departure-board em { font-style: normal; opacity: .6; font-size: .85rem; }
.departure-board i { font-style: normal; color: var(--salmon); font-size: 1.4rem; }

.closing { min-height: 100svh; position: relative; color: white; display: grid; place-items: center; text-align: center; overflow: hidden; }
.closing > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-shade { position: absolute; z-index: -1; inset: 0; background: rgba(2,24,30,.46); }
.closing-copy { padding: 3rem 1.5rem; }
.closing-copy > p { font: 700 .58rem "Space Mono",monospace; letter-spacing: .16em; color: #ffd6a7; }
.closing h2 { font-size: clamp(4rem, 9vw, 9.4rem); line-height: .84; text-shadow: 0 2px 30px rgba(0,0,0,.22); }
.closing h2 em { color: var(--sun); }
.closing a { display: inline-block; margin-top: 3rem; text-decoration: none; border-bottom: 1px solid white; padding-bottom: 7px; font-weight: 700; }

.site-footer { background: var(--night); color: white; padding: 4rem clamp(22px, 6vw, 100px) 1.1rem; }
.footer-main { display: grid; grid-template-columns: .6fr 1fr auto; align-items: end; gap: 3rem; padding-bottom: 3.5rem; }
.footer-brand { color: white; }
.footer-main p { margin: 0; opacity: .56; font-size: .75rem; line-height: 1.7; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-end; gap: .7rem; }
.footer-main > div a { font-size: .72rem; }
.tenets { margin: 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); text-align: center; font-size: .48rem; letter-spacing: .22em; opacity: .48; }
.tenets span { color: var(--sun); margin: 0 .45rem; }

@keyframes hero-in { from { scale: 1.14; filter: saturate(.75); } to { scale: 1.04; filter: saturate(1); } }
@keyframes panel-in { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero-copy { padding-bottom: 12rem; }
  .arrival-stamp { width: 130px; }
  .pull-interface { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .pull-panels { grid-column: 1; grid-row: auto; margin-top: 3rem; }
  .pull-panel { max-width: 650px; }
  .pull-wash { background: linear-gradient(90deg, rgba(3,25,30,.95), rgba(3,25,30,.4)), linear-gradient(0deg, rgba(3,25,30,.92), transparent); }
  .chapter { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .chapter-primary, .chapter-forest .chapter-primary { min-height: 68vh; grid-column: 1; grid-row: 1; }
  .chapter-secondary, .chapter-forest .chapter-secondary { grid-column: 1; grid-row: 2; width: 47%; margin: -18% 4% 0 auto; justify-self: auto; }
  .chapter-copy, .chapter-forest .chapter-copy { grid-column: 1; grid-row: 3; max-width: 760px; padding-top: 2rem; }
  .fishing-feature { grid-template-columns: 1fr; }
  .fishing-feature figure { min-height: 68vh; }
}

@media (max-width: 680px) {
  .site-header { height: 64px; }
  .header-cta { font-size: .58rem; }
  .hero { min-height: calc(100svh - 64px); }
  .hero-image { object-position: 65% center; }
  .hero h1 .hero-sitka { font-size: clamp(5.6rem, 26vw, 8.4rem); }
  .hero h1 .hero-invitation { margin-top: 1.6rem; font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .hero h1 em { font-size: clamp(3.8rem, 18vw, 6rem); }
  .hero-copy { padding: 4.5rem 20px 10.5rem; }
  .hero-bottom { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-bottom p { max-width: 88%; }
  .arrival-stamp { width: 108px; right: 18px; bottom: 25px; }
  .arrival-stamp strong { font-size: 1.5rem; }
  .hero-locator { display: none; }
  .premise { grid-template-columns: 1fr; min-height: 76vh; }
  .premise h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .premise > div > p { margin-left: 0; }
  .pull, .pull-interface { min-height: 0; }
  .pull-interface { padding-top: 6rem; padding-bottom: 6rem; }
  .pull h2 { font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .pull-menu { margin-top: 3rem; }
  .pull-choice { grid-template-columns: 30px 1fr auto; }
  .pull-choice strong { font-size: 1.35rem; }
  .pull-panel { padding: 1.35rem; }
  .pull-panel h3 { font-size: 3rem; }
  .fishing-feature figure { min-height: 56vh; }
  .fishing-copy { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .fishing-copy .section-number { margin-bottom: 3rem; }
  .fishing-copy h2 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .chapters-head, .useful-intro { grid-template-columns: 1fr; }
  .chapters-head { margin-bottom: 5rem; }
  .useful-intro > p:last-child { grid-column: 1; }
  .chapter { margin-bottom: 7rem; }
  .chapter-primary, .chapter-forest .chapter-primary { min-height: 56vh; }
  .chapter-secondary, .chapter-forest .chapter-secondary { width: 56%; }
  .departure-board a { grid-template-columns: 60px 1fr auto; gap: 1rem; }
  .departure-board em { display: none; }
  .closing h2 { font-size: clamp(4rem, 18vw, 6.6rem); }
  .footer-main { grid-template-columns: 1fr; align-items: start; }
  .footer-main > div { align-items: flex-start; }
  .tenets { line-height: 2.2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image, .pull-image, .pull-panel { animation: none; transition: none; }
}
