:root {
  color-scheme: light;
  --ink: #12343c;
  --deep: #073847;
  --sea: #0b6570;
  --tide: #62cdb7;
  --foam: #f6faf7;
  --paper: #fffef9;
  --sun: #efba62;
  --salmon: #ec745c;
  --mist: #dcebea;
  --muted: #587278;
  --max: 88rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--salmon); outline-offset: 4px; }
.section-shell { width: min(calc(100% - 4rem), var(--max)); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 4.25rem; padding: .65rem max(2rem, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(18,52,60,.1); background: rgba(255,254,249,.93); backdrop-filter: blur(12px); }
.wordmark { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-size: .86rem; font-weight: 750; }
.wordmark-mark { display: grid; width: 2.15rem; aspect-ratio: 1; place-items: center; border-radius: 50%; color: white; background: var(--deep); font-size: .65rem; letter-spacing: .08em; }
nav { display: flex; gap: clamp(1rem,3vw,2.4rem); }
nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover { color: var(--deep); }

.eyebrow { margin: 0 0 .85rem; color: var(--sea); font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
h1,h2,h3,p { text-wrap: pretty; }
h1,h2 { margin: 0; color: var(--deep); font-family: var(--serif); font-weight: 400; letter-spacing: -.042em; }
h1 { max-width: 62rem; font-size: clamp(3.4rem,6.1vw,6.4rem); line-height: .98; }
h2 { font-size: clamp(2.5rem,4.4vw,4.8rem); line-height: 1; }

.hero { overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding-block: clamp(3.2rem,6vh,5rem) clamp(2rem,4vh,3.4rem); }
.hero-brand { margin: 1.8rem 0 0; color: var(--muted); font-size: .95rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.coastline { aspect-ratio: 2348 / 744; height: auto; margin: 0; background: #e8f1ef; }
.coastline img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.place-section { padding-block: clamp(4rem,5vw,5rem) clamp(3.5rem,5vw,5rem); color: white; background: var(--deep); }
.place-section .eyebrow { color: var(--tide); }
.place-heading { display: grid; grid-template-columns: minmax(18rem,.68fr) minmax(30rem,1.18fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.place-title .eyebrow { margin-bottom: .65rem; }
.place-heading h2 { white-space: nowrap; color: white; font-size: clamp(2.6rem,3.4vw,3.65rem); }
.place-heading > p:last-child { max-width: 46rem; margin: 0; color: #c5ddda; font-size: clamp(1.08rem,1.35vw,1.22rem); line-height: 1.68; letter-spacing: -.012em; }
.atlas { margin-top: clamp(2rem,3vw,3rem); }
.map-toolbar { display: flex; align-items: center; gap: 1rem; margin-bottom: .65rem; }
.toolbar-label { flex: none; margin: 0 .4rem 0 0; color: #9dc4bf; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-filters { display: flex; flex-wrap: wrap; gap: .55rem; }
.map-filters button { padding: .42rem .78rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #e4efed; background: transparent; font: inherit; font-size: .8rem; cursor: pointer; }
.map-filters button[aria-pressed="true"] { border-color: var(--tide); color: var(--deep); background: var(--tide); }
#map-status { margin: 0 0 0 auto; color: #9dc4bf; font-size: .8rem; }
.map-frame { position: relative; overflow: hidden; height: clamp(38rem,70vh,50rem); border-radius: 1rem; background: #d8e8e6; }
#place-map { width: 100%; height: 100%; }
#place-map.map-unavailable { display: grid; padding: 2rem; place-items: center; color: var(--sea); background: linear-gradient(135deg,#d8e8e6,#eef5ee); text-align: center; }
#place-map.map-unavailable p { max-width: 30rem; }
.map-object-marker { display: grid; width: 2.15rem; height: 2.15rem; padding: 0; place-items: center; border: 2px solid var(--deep); color: var(--deep); font: 800 .7rem/1 var(--sans); box-shadow: 0 .2rem .55rem rgba(7,56,71,.28); cursor: pointer; transition: transform 160ms ease,box-shadow 160ms ease; }
.map-object-marker-story { border-color: white; border-radius: 50%; background: var(--salmon); outline: 3px solid rgba(236,116,92,.5); }
.map-object-marker-adventure { border-radius: .2rem; background: var(--sun); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.map-object-marker-gathering { border-radius: .65rem .65rem .65rem 0; background: var(--tide); }
.map-object-marker.is-selected { box-shadow: 0 .35rem 1rem rgba(7,56,71,.45); transform: scale(1.3); }
#map-detail { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; width: min(28rem,calc(100% - 2rem)); max-height: calc(100% - 2rem); overflow: auto; border-radius: .8rem; color: var(--ink); background: rgba(255,254,249,.97); box-shadow: 0 1rem 3rem rgba(7,56,71,.28); }
#map-detail h3 { margin: .35rem 0 .55rem; color: var(--deep); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.1; }
#map-detail p { margin: .5rem 0 0; font-size: .85rem; }
.portal-card { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: .9rem; }
.portal-card > img,.portal-cover-placeholder { width: 100%; aspect-ratio: 1; border-radius: .55rem; object-fit: cover; }
.portal-cover-placeholder { display: grid; padding: .8rem; place-items: end start; color: white; background: linear-gradient(145deg,var(--sea),var(--deep)); font-family: var(--serif); font-size: 1.15rem; line-height: 1.05; }
.portal-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .85rem; }
.portal-actions a,.portal-actions button { padding: .52rem .7rem; border: 1px solid var(--sea); border-radius: 999px; color: var(--sea); background: transparent; font: inherit; font-size: .76rem; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; }
.portal-actions .portal-primary { color: white; background: var(--sea); }
.adventure-card,.simple-map-card { padding: 1.25rem; }
.adventure-back { margin: 0 0 .7rem; padding: 0; border: 0; color: var(--sea); background: transparent; font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.adventure-invitation { color: var(--ink); font-family: var(--serif); font-size: .95rem !important; line-height: 1.45; }
.adventure-card h4 { margin: 1.1rem 0 .3rem; color: var(--sea); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.adventure-note { color: var(--muted); font-size: .72rem !important; }
.waypoint-list { margin: 0; padding: 0; list-style: none; }
.waypoint-list li { padding: .52rem 0; border-top: 1px solid var(--mist); }
.waypoint-list strong,.waypoint-list span { display: block; }
.waypoint-list strong { font-size: .82rem; }
.waypoint-list span { margin-top: .08rem; color: var(--muted); font-size: .7rem; }
.memory-browser { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); }
.memory-browser > h3 { margin: 0 0 .85rem; color: var(--tide); font-size: .86rem; letter-spacing: .02em; }
.list-filters { margin-bottom: .55rem; }
.memory-grid { display: block; }
.memory-item { min-width: 0; border-top: 1px solid rgba(255,255,255,.16); color: inherit; }
.memory-item.is-selected { box-shadow: inset .15rem 0 0 var(--sun); }
.memory-summary { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: .62rem .15rem; cursor: pointer; list-style: none; }
.memory-summary::-webkit-details-marker { display: none; }
.memory-summary-text { min-width: 0; }
.memory-item h3 { margin: .28rem 0 0; color: white; font-family: var(--serif); font-size: 1.12rem; font-weight: 400; line-height: 1.18; }
.memory-item p { max-width: 52rem; margin: .35rem 0 0; color: #cbe0dd; font-size: .8rem; line-height: 1.4; }
.memory-item .memory-meta { margin: 0; color: var(--sun); font-size: .66rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.memory-item .memory-place { color: #87bbb4; font-size: .72rem; }
.memory-indicator { flex: none; color: var(--tide); font-size: 1.4rem; line-height: 1; transition: transform 160ms ease; }
.memory-item[open] .memory-indicator { transform: rotate(90deg); }
.memory-expanded { padding: 0 2rem .8rem .15rem; }
.memory-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.memory-actions { padding-top: .55rem; }
.memory-actions a,.memory-actions button { padding: 0; border: 0; color: var(--tide); background: transparent; font: inherit; font-size: .75rem; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(98,205,183,.45); text-underline-offset: .18em; cursor: pointer; }
.memory-actions a:hover,.memory-actions button:hover { color: white; }

.lens-section { padding: clamp(4.5rem,7vw,7rem) 0 clamp(6rem,10vw,10rem); }
.stewardship-navigation-heading { max-width: 52rem; margin-bottom: 1.25rem; }
.stewardship-navigation-heading .eyebrow { margin-bottom: .55rem; }
.stewardship-navigation-heading h2 { font-size: clamp(2.75rem,4vw,4.25rem); }
.history-control { margin-bottom: clamp(2.75rem,4vw,4rem); padding: 0 0 1.1rem; border-bottom: 1px solid var(--mist); }
.history-current-summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.history-selected-date { margin: 0; color: var(--muted); font-size: .92rem; font-weight: 750; }
.history-explore { padding: .25rem 0; border: 0; color: var(--sea); background: transparent; font: inherit; font-size: .82rem; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(11,101,112,.35); text-underline-offset: .2em; cursor: pointer; }
.history-explore:hover { color: var(--deep); }
.history-actions { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; margin-top: .9rem; padding-top: .9rem; border-top: 1px solid rgba(18,52,60,.08); }
.history-actions[hidden] { display: none; }
.history-actions-label { margin-right: .25rem; color: var(--sea); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.history-actions label { color: var(--muted); font-size: .78rem; font-weight: 750; }
.history-actions button,.history-actions select { min-height: 2.35rem; padding: .45rem .7rem; border: 1px solid var(--mist); border-radius: .45rem; color: var(--deep); background: var(--paper); font: inherit; font-size: .82rem; }
.history-actions button { cursor: pointer; }
.history-actions button:hover:not(:disabled) { border-color: var(--sea); }
.history-actions button:disabled { opacity: .45; cursor: default; }
#history-current { border-color: var(--sea); color: white; background: var(--sea); }
.history-notice { margin: -2.4rem 0 3rem; padding: .8rem 1rem; border-left: .3rem solid var(--sun); color: var(--deep); background: #fff4dc; font-size: .9rem; font-weight: 700; }
.lens-stage { display: grid; grid-template-columns: 1fr 1fr; max-width: 76rem; min-height: 31rem; margin-inline: auto; }
.lens { position: relative; z-index: 1; display: grid; align-content: center; justify-items: center; min-height: 31rem; padding: clamp(4rem,6vw,6rem); border-radius: 50%; text-align: center; transition: opacity 220ms ease,transform 220ms ease,filter 220ms ease; }
.lens-what { margin-right: -9%; color: white; background: rgba(7,56,71,.96); }
.lens-how { margin-left: -9%; color: var(--deep); background: rgba(98,205,183,.7); }
.lens-control { position: absolute; top: 1.5rem; left: 50%; display: grid; width: 2.2rem; aspect-ratio: 1; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; font-size: 1.15rem; cursor: pointer; transform: translateX(-50%); }
.lens-control[aria-pressed="true"] { color: var(--deep); background: var(--sun); }
.lens h3 { max-width: 25rem; margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2rem,3vw,3.2rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.lens ul { max-width: 25rem; margin: 0; padding: 0; list-style: none; font-size: .98rem; }
.lens li + li { margin-top: .7rem; }
.lens-stage[data-active-lens="what"] .lens-how,.lens-stage[data-active-lens="how"] .lens-what { z-index: 0; opacity: .38; filter: saturate(.5); transform: scale(.94); }
.lens-stage[data-active-lens="what"] .lens-what,.lens-stage[data-active-lens="how"] .lens-how { z-index: 2; transform: scale(1.025); }

.change-section { padding-block: clamp(3.5rem,5vw,5rem); color: white; background: var(--sea); }
.change-section .eyebrow { color: var(--tide); }
.change-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); }
.change-inner h2 { color: white; font-size: clamp(2.5rem,4vw,4.2rem); }
.state-date { margin: 1rem 0 0; color: #b9d5d2; font-size: .82rem; }
.change-inner ul { margin: 0; padding: 0; list-style: none; }
.change-inner li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.22); color: white; font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; }
.change-inner li:first-child { padding-top: 0; border-top: 0; }
.change-note { margin: 1.1rem 0 0; color: #b9d5d2; font-size: .82rem; }

.path-section { overflow: hidden; padding-block: clamp(4rem,5vw,5.5rem); color: white; background: var(--deep); }
.path-section h2 { color: white; }
.path-section .eyebrow { color: var(--tide); }
.living-path { position: relative; height: 24rem; margin-top: 2.5rem; }
.living-path svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.living-path path { fill: none; stroke: var(--tide); stroke-width: 2; vector-effect: non-scaling-stroke; }
.living-path .path-before,.living-path .path-branch { opacity: .4; stroke-width: 1.3; }
.living-path ol { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.living-path li { position: absolute; width: 13.5rem; padding-top: 1.25rem; }
.living-path li::before { position: absolute; top: -.42rem; left: 0; width: .85rem; height: .85rem; border: 4px solid var(--deep); border-radius: 50%; background: var(--salmon); box-shadow: 0 0 0 1px var(--salmon); content: ""; }
.living-path li span { display: block; color: white; font-family: var(--serif); font-size: 1.2rem; line-height: 1.15; }
.living-path .path-date { display: block; margin-top: .4rem; color: var(--sun); font-size: .68rem; font-weight: 750; letter-spacing: .025em; }
.living-path .path-description { display: block; margin-top: .28rem; color: #a9c9c5; font-size: .74rem; line-height: 1.35; }
.living-path li:nth-child(1) { top: 47%; left: 11%; }
.living-path li:nth-child(2) { top: 25%; left: 28%; }
.living-path li:nth-child(3) { top: 54%; left: 46%; }
.living-path li:nth-child(4) { top: 26%; left: 65%; }
.living-path li:nth-child(5) { top: 45%; left: 84%; }

.direction-section { padding-block: clamp(4rem,5vw,5.5rem); }
.direction-heading,.horizons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.direction-heading { margin-bottom: 2rem; }
.direction-heading h2 { max-width: 37rem; font-size: clamp(2.4rem,3.8vw,4.1rem); }
.horizon { padding: clamp(2.2rem,4vw,3.5rem); }
.horizon-near { color: white; background: var(--sea); }
.horizon-long { border: 1px solid var(--mist); background: var(--foam); }
.horizon ol,.horizon ul { margin: 0; padding: 0; list-style: none; }
.horizon li + li { margin-top: 1.25rem; }
.horizon li strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.horizon li span { color: #d9e9e6; font-size: .86rem; }
.horizon-long li { position: relative; padding-left: 1.1rem; font-family: var(--serif); font-size: 1.08rem; line-height: 1.35; }
.horizon-long li::before { position: absolute; top: .55rem; left: 0; width: .35rem; height: .35rem; border-radius: 50%; background: var(--sun); content: ""; }

.navigation-section { padding-block: clamp(4rem,5vw,5.5rem); color: white; background: var(--deep); }
.navigation-section h2 { color: white; }
.navigation-section .eyebrow { color: var(--tide); }
.navigation-lead { display: grid; grid-template-columns: 1fr .65fr; gap: clamp(3rem,7vw,7rem); align-items: end; }
.experiment-explanation { max-width: 34rem; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(98,205,183,.45); color: #c5ddda; font-size: .95rem; line-height: 1.65; }
.navigation-steps { position: relative; display: grid; grid-template-columns: repeat(7,1fr); gap: 1.2rem; margin: 5rem 0 3rem; padding: 0; list-style: none; }
.navigation-steps::before { position: absolute; top: 1.25rem; right: 2rem; left: 2rem; border-top: 1px solid rgba(98,205,183,.5); content: ""; }
.navigation-steps li { position: relative; padding-top: 3.6rem; }
.navigation-steps li:nth-child(even) { transform: translateY(2.5rem); }
.navigation-steps li > span { position: absolute; top: 0; left: 0; display: grid; width: 2.5rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--tide); border-radius: 50%; color: var(--deep); background: var(--tide); font-size: .8rem; font-weight: 800; }
.navigation-steps p { margin: 0; color: #e2efed; font-family: var(--serif); font-size: 1rem; line-height: 1.3; }
.thinking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); margin-top: 5.5rem; }
.thinking-grid.has-single-column { grid-template-columns: minmax(0,1fr); }
.practice-list,.principle-list { display: flex; flex-wrap: wrap; gap: .65rem; }
.practice-list span,.principle-list span { padding: .62rem .88rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #eef7f4; font-size: .84rem; }
.principle-list span { border-color: rgba(239,186,98,.52); color: #ffe4ae; }

.returning-section { overflow: hidden; padding-block: clamp(4rem,5vw,5.5rem); background: var(--mist); }
.returning-heading { display: grid; grid-template-columns: 1.15fr .65fr; }
.returning-heading h2 { max-width: 54rem; }
.returning-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(18rem,.8fr); gap: clamp(3rem,6vw,7rem); align-items: center; margin-top: 4rem; }
.returning-visual { width: min(100%,46rem); margin: 0 auto; }
.returning-visual img { display: block; width: 100%; height: auto; border: 1px solid rgba(11,101,112,.18); }
.participation-states article { padding: 1.35rem 0; border-top: 1px solid rgba(18,52,60,.18); }
.participation-states article:first-child { border-top: 0; }
.participation-states h3 { margin: 0 0 .45rem; color: var(--sea); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.participation-states p { margin: 0; color: var(--ink); }
.participation-states a { color: inherit; text-decoration-color: var(--coral); text-underline-offset: .16em; }
.humility-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem,9vw,9rem); padding-block: clamp(4rem,5vw,5.5rem); }
.humility-section h2 { max-width: 48rem; font-size: clamp(2.7rem,4.4vw,4.7rem); }
#uncertainty-content { max-width: 47rem; margin: 1.5rem 0 0; padding: 0; color: var(--muted); list-style: none; }
#uncertainty-content li + li { margin-top: .8rem; }
.open-questions { align-self: end; padding-top: 1rem; border-top: 1px solid var(--mist); }
.open-questions p { margin: 1rem 0; color: var(--sea); font-family: var(--serif); font-size: 1.2rem; }
.closing { overflow: hidden; padding-block: clamp(3.5rem,6vw,5.5rem) 2.25rem; color: white; background: #052a35; }
.closing-statement { max-width: 52rem; margin: 0; font-family: var(--serif); font-size: clamp(1.7rem,2.7vw,2.8rem); line-height: 1.18; }
.closing-horizon { display: block; width: 100%; height: clamp(3rem,5vw,4.5rem); margin: clamp(2.5rem,5vw,4.5rem) 0 1.6rem; }
.closing-horizon path { fill: none; stroke: var(--tide); stroke-width: 1.2; opacity: .38; vector-effect: non-scaling-stroke; }
.closing-identity { display: grid; gap: .15rem; width: fit-content; margin-left: auto; color: #a9c9c5; text-align: right; }
.closing-identity strong { color: #d9e9e6; font-size: .82rem; letter-spacing: .05em; }
.closing-identity span { font-size: .75rem; }

.story-page { min-height: 100vh; background: var(--foam); }
.story-header { position: static; }
.story-header .wordmark { color: var(--deep); }
.story-back { color: var(--sea); font-size: .85rem; font-weight: 750; text-decoration: none; }
.story-main { width: min(calc(100% - 4rem),68rem); margin-inline: auto; padding-block: clamp(3rem,7vw,7rem); }
.story-loading { color: var(--muted); }
.story-hero { display: grid; grid-template-columns: minmax(16rem,.7fr) 1fr; gap: clamp(2rem,7vw,6rem); align-items: center; }
.story-cover,.story-cover-placeholder { width: 100%; aspect-ratio: 1; border-radius: 1rem; box-shadow: 0 1.2rem 3rem rgba(7,56,71,.18); object-fit: cover; }
.story-cover-placeholder { display: grid; padding: 2rem; place-items: end start; color: white; background: linear-gradient(145deg,var(--sea),var(--deep)); font-family: var(--serif); font-size: clamp(2rem,4vw,3.4rem); line-height: 1; }
.story-kicker { margin: 0 0 1rem; color: var(--sea); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-main h1 { font-size: clamp(2.8rem,5vw,5rem); }
.story-guest { margin: 1rem 0 0; color: var(--sea); font-weight: 800; }
.story-description { max-width: 42rem; margin: 1.25rem 0 0; font-family: var(--serif); font-size: 1.2rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: clamp(3rem,6vw,5rem); }
.story-panel { padding: clamp(1.5rem,3vw,2.3rem); border: 1px solid var(--mist); border-radius: 1rem; background: var(--paper); }
.story-panel h2 { font-size: 2rem; }
.story-player { display: block; width: 100%; height: 202px; margin-top: 1.2rem; border: 0; }
.listen-fallback { display: inline-block; margin-top: 1.2rem; padding: .7rem 1rem; border-radius: 999px; color: white; background: var(--sea); font-weight: 800; text-decoration: none; }
.embed-note { color: var(--muted); font-size: .82rem; }
.resource-list,.related-list { margin: 1.2rem 0 0; padding-left: 1.2rem; }
.resource-list li + li,.related-list li + li { margin-top: .7rem; }
.resource-list a,.related-list a { color: var(--sea); text-underline-offset: .16em; }
.related-invitation { margin: .35rem 0 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 1050px) {
  .section-shell { width: min(calc(100% - 3rem),var(--max)); }
  .place-heading { grid-template-columns: minmax(16rem,.72fr) minmax(0,1fr); gap: 2.5rem; }
  .place-heading > p:last-child { font-size: 1.04rem; line-height: 1.62; }
  .lens { min-height: 28rem; padding: 3.5rem; }
  .navigation-steps { grid-template-columns: repeat(4,1fr); row-gap: 4rem; }
  .navigation-steps::before { display: none; }
  .navigation-steps li:nth-child(even) { transform: none; }
}

@media (max-width: 900px) {
  .returning-heading,.returning-grid { grid-template-columns: 1fr; }
  .returning-grid { gap: 2.5rem; margin-top: 3rem; }
  .returning-visual { width: min(100%,42rem); }
  .living-path { height: auto; margin-top: 3rem; }
  .living-path svg { top: 0; bottom: 0; left: 1.1rem; width: 3rem; height: 100%; }
  .living-path svg path { display: none; }
  .living-path svg .path-main { display: block; d: path("M24 -20 C5 70 44 130 22 220 S42 360 20 470 S38 590 22 700"); }
  .living-path ol { position: relative; display: grid; gap: 1.45rem; padding-left: 3.8rem; }
  .living-path li { position: relative; inset: auto !important; width: auto; min-height: 5.4rem; padding-top: 0; }
  .living-path li::before { top: .3rem; left: -3.1rem; }
}

@media (max-width: 760px) {
  .site-header { position: static; }
  .wordmark > span:last-child { max-width: 12rem; }
  nav a:nth-child(2),nav a:nth-child(3) { display: none; }
  h1 { font-size: clamp(2.8rem,13vw,4.5rem); }
  .hero-copy { padding-block: 3rem 2rem; }
  .coastline { aspect-ratio: auto; height: 16rem; }
  .coastline img { object-fit: cover; object-position: 28% bottom; }
  .place-heading,.change-inner,.direction-heading,.horizons,.navigation-lead,.thinking-grid,.returning-heading,.returning-grid,.humility-section { grid-template-columns: 1fr; }
  .place-section { padding-top: 3rem; }
  .place-heading { gap: 1.1rem; }
  .place-heading h2 { white-space: normal; }
  .place-heading > p:last-child { max-width: 37rem; font-size: .98rem; line-height: 1.58; letter-spacing: 0; }
  .atlas { margin-top: 1.6rem; }
  .map-toolbar { align-items: flex-start; flex-direction: column; gap: .7rem; }
  #map-status { margin-left: 0; }
  .map-frame { height: 34rem; }
  #map-detail { right: .75rem; bottom: .75rem; width: calc(100% - 1.5rem); max-height: 55%; }
  .portal-card { grid-template-columns: 6.5rem 1fr; }
  .stewardship-navigation-heading h2 { font-size: clamp(2.5rem,11vw,3.4rem); }
  .history-control { margin-bottom: 2.5rem; }
  .history-current-summary { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .history-actions { width: 100%; }
  .history-actions-label { width: 100%; margin-bottom: .15rem; }
  .history-notice { margin-top: -1.55rem; }
  .lens-stage { display: block; min-height: auto; }
  .lens { min-height: 26rem; margin: 0; padding: 4.5rem 2.8rem; border-radius: 50%; }
  .lens-how { margin-top: -2.5rem; }
  .lens-control { top: 1.25rem; }
  .direction-heading { gap: 2.5rem; }
  .horizons { gap: 0; }
  .navigation-steps { grid-template-columns: 1fr; gap: 1rem; margin-top: 3rem; }
  .navigation-steps li { min-height: 3rem; padding: .25rem 0 0 3.6rem; }
  .navigation-steps li > span { top: 0; }
  .humility-section { gap: 2.5rem; }
  .closing { padding-block: 3.5rem 2rem; }
  .closing-statement { max-width: 28rem; }
  .closing-horizon { margin-block: 2.5rem 1.5rem; }
  .closing-identity { margin-left: 0; text-align: left; }
  .story-main { width: min(calc(100% - 2rem),68rem); padding-block: 2.5rem; }
  .story-hero,.story-grid { grid-template-columns: 1fr; }
  .story-cover,.story-cover-placeholder { max-width: 28rem; }
}

@media (max-width: 450px) {
  .section-shell { width: min(calc(100% - 2rem),var(--max)); }
  .site-header { padding-inline: 1rem; }
  nav { display: none; }
  .wordmark { font-size: .8rem; }
  .lens { min-height: 24rem; padding: 4rem 2.25rem; }
  .lens h3 { font-size: 2rem; }
  .lens ul { font-size: .9rem; }
  .returning-grid { gap: 2rem; margin-top: 2.25rem; }
  .returning-visual { width: 100%; }
}

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