:root {
  --paper: #eee9dd;
  --paper-light: #f6f2e8;
  --ink: #18231e;
  --muted: #68736d;
  --green: #18483b;
  --green-light: #90ad9d;
  --orange: #dd5e3c;
  --line: rgba(24, 35, 30, 0.2);
  --pad: clamp(22px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  -webkit-font-smoothing: antialiased;
}
body.cover-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.grain {
  position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .16;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.landing-cover {
  position: fixed; z-index: 100; inset: 0; overflow: hidden; color: var(--paper-light); background: #123c32;
  transition: transform .9s cubic-bezier(.76,0,.24,1), opacity .7s ease;
}
.landing-cover.leaving { transform: translateY(-105%); opacity: .98; }
.cover-grid {
  position: absolute; inset: 0; opacity: .13;
  background-image: linear-gradient(rgba(238,233,221,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(238,233,221,.38) 1px, transparent 1px);
  background-size: clamp(70px, 9vw, 140px) clamp(70px, 9vw, 140px);
  mask-image: linear-gradient(to right, #000, transparent 82%);
}
.cover-copy { position: absolute; z-index: 2; left: var(--pad); top: 50%; width: 58vw; transform: translateY(-50%); }
.cover-welcome { margin: 0 0 clamp(30px, 5vh, 64px); font-size: 14px; letter-spacing: .12em; color: #bbccc4; }
.cover-copy h1 { margin: 0; display: flex; align-items: flex-end; font-size: clamp(92px, 15vw, 220px); line-height: .72; letter-spacing: -.1em; font-weight: 700; }
.cover-copy h1 span { position: relative; z-index: 1; }
.cover-copy h1 i { margin-left: -.08em; color: transparent; -webkit-text-stroke: 1.5px var(--paper-light); font-style: normal; transform: translateY(.27em) rotate(4deg); }
.cover-intro { margin: clamp(40px, 6vh, 66px) 0 36px; font-size: clamp(17px, 1.6vw, 24px); line-height: 1.8; letter-spacing: .04em; }
.enter-island {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 11px; width: 168px; height: 52px; padding: 0 18px;
  border: 1px solid var(--paper-light); border-radius: 2px; color: var(--paper-light); background: var(--orange); box-shadow: 0 6px 0 #082a22;
  cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, filter .2s ease;
}
.enter-island span { position: relative; z-index: 1; }
.pass-emoji { font-size: 20px; animation: emojiSway 2s ease-in-out infinite; }
.pass-copy b { font-size: 14px; letter-spacing: .16em; font-weight: 600; }
.enter-island:hover { transform: translateY(4px); box-shadow: 0 2px 0 #082a22; filter: brightness(1.06); }
.enter-island:active { transform: translateY(6px); box-shadow: 0 0 0 #082a22; }
@keyframes emojiSway { 0%,100% { transform: translateY(1px) rotate(-7deg); } 50% { transform: translateY(-4px) rotate(7deg); } }
.cover-island { position: absolute; right: 6vw; top: 59%; width: min(39vw, 560px); transform: translateY(-50%); }
.cover-island svg { position: relative; z-index: 2; width: 100%; overflow: visible; animation: coverFloat 6s ease-in-out infinite; }
.cover-waves { fill: none; stroke: rgba(246,242,232,.38); stroke-width: 2; stroke-linecap: round; }
.cover-waves path:first-child { animation: waveSlide 2.6s ease-in-out infinite; }
.cover-waves path:last-child { animation: waveSlide 2.6s .35s ease-in-out infinite reverse; }
.sailboat { transform-box: fill-box; transform-origin: center; animation: boatSail 3.4s ease-in-out infinite; }
.boat-hull { fill: #e9e1d1; stroke: #e9e1d1; stroke-width: 2; }
.boat-mast, .boat-deck, .boat-keel { fill: none; stroke: #e9e1d1; stroke-width: 4; stroke-linecap: round; }
.boat-deck { stroke-width: 2; }.boat-keel { stroke-width: 3; }
.boat-sail-main { fill: #dd5e3c; stroke: #e9e1d1; stroke-width: 2; }
.boat-sail-small { fill: none; stroke: #e9e1d1; stroke-width: 2; }
.boat-flag { fill: #dd5e3c; stroke: #e9e1d1; stroke-width: 2; transform-origin: 257px 80px; animation: flagWave 1.8s ease-in-out infinite; }
.sail-detail { fill: none; stroke: rgba(246,242,232,.55); stroke-width: 1.5; }
@keyframes boatSail { 0%,100% { transform: translate(-9px,3px) rotate(-2deg); } 50% { transform: translate(11px,-8px) rotate(2deg); } }
@keyframes waveSlide { 0%,100% { transform: translateX(-5px); opacity: .5; } 50% { transform: translateX(6px); opacity: 1; } }
.cover-footnote { position: absolute; left: var(--pad); bottom: 30px; margin: 0; font-size: 12px; letter-spacing: .16em; color: #a9c1b6; }
@keyframes coverFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 76px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad);
  border-bottom: 1px solid transparent; transition: .35s ease;
}
.site-header.scrolled { background: rgba(238, 233, 221, .88); backdrop-filter: blur(14px); border-color: var(--line); }
.wordmark { display: flex; align-items: baseline; gap: 10px; font-weight: 700; letter-spacing: .08em; }
.wordmark i { font: 9px/1 Georgia, serif; color: var(--orange); letter-spacing: .16em; }
.site-nav { display: flex; gap: clamp(15px, 2vw, 32px); font-size: 13px; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--orange); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a.active { color: var(--orange); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { min-height: 100svh; padding: 72px var(--pad) 20px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { width: min-content; margin: 0 0 22px; display: grid; grid-template-columns: auto auto; align-items: start; column-gap: .1em; row-gap: .16em; font-size: clamp(76px, 8.2vw, 134px); line-height: .72; letter-spacing: -.055em; font-weight: 800; }
.hero h1 .char { display: block; }
.hero h1 .char-duo { transform: translateY(-.04em) rotate(-4deg); }
.hero h1 .char-ji { transform: translate(.02em,.12em) rotate(2deg); }
.hero h1 .char-dao { grid-column: 1 / 3; justify-self: center; margin-top: .08em; margin-left: .18em; color: transparent; -webkit-text-stroke: 1.5px var(--ink); transform: rotate(3deg); }
.motto { margin: 30px 0 0 5px; font-size: clamp(20px, 1.8vw, 28px); line-height: 1.45; letter-spacing: .08em; }
.scroll-cue { display: inline-flex; align-items: center; gap: 26px; font-size: 12px; letter-spacing: .14em; }
.scroll-cue i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; transition: .25s; }
.scroll-cue:hover i { transform: translateY(5px); background: var(--ink); color: var(--paper); }

.island-stage { position: relative; width: min(100%, 720px); justify-self: end; aspect-ratio: 1; display: grid; place-items: center; }
.directory-stage { aspect-ratio: auto; width: min(100%, 520px); }
.directory-card {
  position: relative; width: 100%; padding: clamp(20px, 2.5vw, 32px); overflow: hidden;
  background: rgba(246,242,232,.62); border: 1px solid rgba(24,35,30,.28); box-shadow: 18px 18px 0 rgba(24,72,59,.08);
}
.directory-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .36;
  background-image: linear-gradient(rgba(24,35,30,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(24,35,30,.12) 1px, transparent 1px);
  background-size: 56px 56px;
}
.directory-card::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 260px; aspect-ratio: 1;
  border: 1px solid rgba(221,94,60,.45); border-radius: 50%;
}
.directory-top, .directory-title, .island-directory { position: relative; z-index: 1; }
.directory-top { display: flex; justify-content: space-between; gap: 24px; margin-bottom: clamp(22px, 3vw, 34px); font: 10px/1 Georgia, serif; letter-spacing: .18em; color: var(--orange); }
.directory-top i { color: var(--muted); font-style: normal; }
.directory-title { margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.directory-title h2 { max-width: 8em; margin: 0; font-size: clamp(25px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.04em; font-weight: 600; }
.island-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(24,35,30,.22); border-left: 1px solid rgba(24,35,30,.22); }
.island-directory a {
  min-height: 76px; padding: 13px 14px; display: grid; grid-template-columns: 30px 1fr; column-gap: 10px; align-content: center;
  border-right: 1px solid rgba(24,35,30,.22); border-bottom: 1px solid rgba(24,35,30,.22); transition: background .25s ease, color .25s ease, transform .25s ease;
}
.island-directory a:hover { color: var(--paper-light); background: var(--green); transform: translate(-4px, -4px); }
.island-directory span { grid-row: 1 / 3; font: 11px/1 Georgia, serif; letter-spacing: .12em; color: var(--orange); }
.island-directory strong { font-size: 16px; font-weight: 600; letter-spacing: .05em; }
.island-directory i { margin-top: 6px; color: var(--muted); font-style: normal; font-size: 10px; letter-spacing: .05em; }
.island-directory a:hover i { color: rgba(246,242,232,.68); }
.directory-signal { position: absolute; right: 36px; bottom: 28px; width: 36px; height: 74px; }
.directory-signal span { position: absolute; left: 17px; bottom: 0; width: 2px; height: 74px; background: var(--ink); }
.directory-signal b { position: absolute; left: 19px; top: 4px; width: 34px; height: 20px; background: var(--orange); clip-path: polygon(0 0, 100% 18%, 0 100%); animation: flagWave 1.9s ease-in-out infinite; transform-origin: left center; }
@keyframes flagWave { 0%,100% { transform: skewY(-4deg); } 50% { transform: skewY(7deg) translateX(2px); } }
.island-map { width: 88%; overflow: visible; animation: float 7s ease-in-out infinite; }
.sea-lines { fill: none; stroke: rgba(24,72,59,.2); stroke-width: 1.1; stroke-linecap: round; }
.sea-lines path:nth-child(2) { stroke-dasharray: 7 10; }
.sea-lines path:nth-child(3) { stroke: rgba(24,72,59,.14); }
.archipelago { transform-origin: center; }
.island-piece { cursor: pointer; transform-box: fill-box; transform-origin: center; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.piece-shadow { fill: #08251f; opacity: .55; transform: translateY(14px); }
.piece-land { stroke: rgba(238,233,221,.55); stroke-width: 1.35; transition: fill .3s ease, stroke .3s ease, filter .3s ease; }
.piece-contour { fill: none; stroke: rgba(246,242,232,.48); stroke-width: 1.3; stroke-linecap: round; pointer-events: none; }
.region-about .piece-land { fill: url(#landOrange); }
.region-journal .piece-land { fill: #2f6554; }
.region-tools .piece-land { fill: #1f5143; }
.region-collection .piece-land { fill: #b7b275; }
.region-works .piece-land { fill: #164438; }
.region text { fill: var(--paper-light); font-size: 14px; letter-spacing: .08em; pointer-events: none; }
.region text tspan { font: 9px Georgia, serif; fill: #f0a38c; letter-spacing: .15em; }
.island-piece:hover { transform: translateY(-9px) rotate(-1deg); }
.island-piece:hover .piece-land { fill: #dd5e3c; stroke: rgba(246,242,232,.88); filter: brightness(1.03); }
.region-collection:hover .piece-land { fill: #173f35; }
.terrain-relief { pointer-events: none; mix-blend-mode: screen; }
.ridge-line { fill: none; stroke: rgba(246,242,232,.55); stroke-width: 2; stroke-dasharray: 4 7; }
.ridge-two { stroke-width: 1; stroke-dasharray: none; opacity: .62; }
.summit { fill: var(--orange); stroke: var(--paper-light); stroke-width: 2; }
.signal-point { cursor: pointer; }
.signal-mast { fill: none; stroke: var(--ink); stroke-width: 2.4; stroke-linecap: round; }
.signal-flag { fill: var(--orange); stroke: var(--ink); stroke-width: 1.3; transition: transform .25s ease; transform-origin: 534px 320px; }
.signal-base { fill: var(--orange); stroke: var(--paper-light); stroke-width: 2; }
.signal-ripple circle { fill: none; stroke: var(--orange); stroke-width: 1; opacity: .58; transform-origin: 534px 404px; animation: signal 2.4s ease-out infinite; }
.signal-ripple circle:nth-child(2) { animation-delay: .6s; }
.signal-point text { fill: var(--ink); font-size: 12px; letter-spacing: .1em; }
.signal-point:hover .signal-flag { transform: translateX(4px) rotate(3deg); }
@keyframes signal { 0% { transform: scale(.45); opacity: .75; } 100% { transform: scale(1.65); opacity: 0; } }
.orbit { position: absolute; border: 1px solid rgba(24,72,59,.22); border-radius: 50%; }
.orbit-one { width: 88%; height: 58%; transform: rotate(-16deg); }
.orbit-two { width: 61%; height: 92%; transform: rotate(31deg); border-style: dashed; }
.map-index, .map-note { position: absolute; font: 10px/1 Georgia, serif; letter-spacing: .15em; }
.map-index { top: 14%; right: 2%; color: var(--orange); }
.map-note { bottom: 12%; left: 4%; writing-mode: vertical-rl; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1.5deg); } }

.subpage { min-height: calc(100svh - 170px); padding-top: 76px; }
.subpage .section {
  padding-top: clamp(34px, 4.5vw, 66px);
  padding-bottom: clamp(70px, 8vw, 120px);
}
.subpage .section-label { display: none; }
.subpage .about-layout,
.subpage .collection-layout,
.subpage .contact-layout,
.subpage .tools-intro {
  align-items: start;
}
.subpage .section-heading { margin-bottom: clamp(42px, 6vw, 72px); }
.section { position: relative; padding: clamp(90px, 12vw, 180px) var(--pad); border-top: 1px solid var(--line); }
.section-label { display: flex; gap: 12px; align-items: center; margin-bottom: clamp(52px, 7vw, 96px); font-size: 12px; letter-spacing: .12em; }
.section-label span { color: var(--orange); font-family: Georgia, serif; }
.section-label p { margin: 0; }
.section-label.light { color: var(--paper); }
.eyebrow { margin: 0 0 22px; font: 11px/1.4 Georgia, serif; letter-spacing: .18em; color: var(--orange); }
.section h2, .page-title { margin: 0; font-size: clamp(30px, 4.1vw, 58px); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; }

.about-layout { display: grid; grid-template-columns: minmax(260px, .78fr) 1.22fr; gap: clamp(45px, 9vw, 140px); align-items: center; }
.portrait-placeholder { min-height: 500px; position: relative; overflow: hidden; display: grid; place-items: center; background: #d8d1c1; border: 1px solid var(--ink); }
.portrait-placeholder::before, .portrait-placeholder::after { content: ""; position: absolute; background: var(--line); }
.portrait-placeholder::before { width: 140%; height: 1px; transform: rotate(48deg); }
.portrait-placeholder::after { width: 140%; height: 1px; transform: rotate(-48deg); }
.portrait-placeholder span { position: absolute; top: 18px; left: 18px; font: 10px Georgia, serif; letter-spacing: .2em; }
.portrait-placeholder p { position: relative; z-index: 2; padding: 22px; background: var(--paper); font-size: 18px; line-height: 1.6; text-align: center; }
.portrait-placeholder i { position: absolute; width: 62%; aspect-ratio: 1; border: 1px solid var(--green); border-radius: 50%; }
.about-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; font-size: 16px; line-height: 1.9; }
.about-copy .placeholder-note { color: var(--muted); border-top: 1px solid var(--line); padding-top: 24px; font-size: 14px !important; }

.journal { background: var(--paper-light); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; margin-bottom: 80px; }
.feature-article { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 35px 0; display: grid; grid-template-columns: .45fr 1.35fr auto; gap: 30px; align-items: center; transition: .3s; }
.feature-article:hover { color: var(--paper-light); background: var(--green); padding-left: 28px; padding-right: 28px; }
.article-number { font: 11px/1.7 Georgia, serif; letter-spacing: .18em; color: var(--orange); }
.article-main span { font-size: 12px; color: var(--muted); }
.feature-article:hover .article-main span { color: var(--green-light); }
.article-main h3 { margin: 18px 0; font-size: clamp(28px, 3.8vw, 52px); line-height: 1.16; font-weight: 500; }
.article-main p { margin: 0; font-size: 13px; }
.article-arrow { font: 50px/1 Georgia, serif; }

.tools, .contact { color: var(--paper-light); background: var(--green); }
.tools-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.tools-intro > p { max-width: 440px; margin: 0; color: #bac9c1; line-height: 1.9; }
.tool-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.tool-grid article { min-height: 260px; padding: 24px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; transition: .3s; }
.tool-grid article:hover { color: var(--ink); background: var(--paper); transform: translateY(-10px); }
.tool-grid span { font: 10px Georgia, serif; letter-spacing: .14em; color: var(--orange); }
.tool-grid h3 { margin: auto 0 16px; font-size: 24px; font-weight: 500; }
.tool-grid p { min-height: 72px; color: #bac9c1; line-height: 1.7; font-size: 14px; }
.tool-grid article:hover p { color: var(--muted); }
.tool-grid i { font-style: normal; font-size: 11px; color: var(--green-light); }
.tool-grid article:hover i { color: var(--green); }

.collection-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); }
.collection-layout .section-heading { display: block; margin: 0; }
.shelves { border-top: 1px solid var(--ink); }
.shelf { position: relative; min-height: 180px; display: grid; grid-template-columns: .35fr .55fr 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--ink); transition: padding .25s; }
.shelf:hover { padding-left: 18px; }
.shelf span { font: 10px Georgia, serif; color: var(--orange); letter-spacing: .14em; }
.shelf h3 { font-size: 25px; font-weight: 500; }
.shelf p { color: var(--muted); line-height: 1.7; }
.shelf i { position: absolute; top: 15px; right: 0; font-style: normal; font-size: 10px; color: var(--muted); }

.works { overflow: hidden; }
.dock { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; border: 1px solid var(--ink); }
.dock-copy { padding: clamp(38px, 6vw, 86px); }
.dock-copy p:last-child { max-width: 520px; margin-top: 38px; color: var(--muted); line-height: 1.9; }
.dock-visual { position: relative; overflow: hidden; background: var(--orange); border-left: 1px solid var(--ink); }
.water-line { position: absolute; left: -10%; width: 120%; height: 180px; border: 1px solid rgba(24,35,30,.5); border-radius: 50%; }
.water-line.one { bottom: 3%; }.water-line.two { bottom: 18%; }.water-line.three { bottom: 33%; }
.buoy { position: absolute; width: 130px; aspect-ratio: 1; top: 35%; left: 50%; transform: translate(-50%,-50%); border-radius: 50% 50% 45% 45%; background: var(--paper); animation: buoy 3s ease-in-out infinite; }
.buoy::after { content: ""; position: absolute; left: 50%; top: 100%; width: 1px; height: 180px; background: var(--ink); }
.buoy i { position: absolute; inset: 24%; border: 1px solid var(--ink); border-radius: 50%; }
.buoy b { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); font: 11px Georgia, serif; letter-spacing: .17em; }
@keyframes buoy { 0%,100% { transform: translate(-50%,-50%) rotate(-3deg); } 50% { transform: translate(-50%,-58%) rotate(3deg); } }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.contact-list { border-top: 1px solid rgba(255,255,255,.38); }
.contact-list > * { min-height: 100px; display: grid; grid-template-columns: .5fr 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.38); }
.contact-list span { font-size: 12px; color: var(--green-light); }
.contact-list strong { font-size: 21px; font-weight: 500; }
.contact-list i { font: 26px Georgia, serif; font-style: normal; }
.contact-list a { transition: padding .25s, background .25s; }
.contact-list a:hover { padding: 0 16px; background: rgba(255,255,255,.08); }
.contact-placeholder { opacity: .62; }

footer { min-height: 170px; padding: 42px var(--pad); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; border-top: 1px solid var(--line); }
footer a { font-size: 24px; font-weight: 700; }
footer p { text-align: center; margin: 0; }
footer span { justify-self: end; font: 10px Georgia, serif; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-button { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 110px var(--pad) 50px; flex-direction: column; justify-content: center; background: var(--green); color: var(--paper); transform: translateY(-102%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { font-size: clamp(28px, 7vw, 48px); }
  .menu-button[aria-expanded="true"] { color: var(--paper); }
  .hero { grid-template-columns: 1fr 1fr; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .cover-island { right: 2vw; width: 43vw; opacity: .86; }
}

@media (max-width: 720px) {
  .site-header { height: 64px; }
  .cover-copy { top: 42%; }
  .cover-copy { width: calc(100vw - var(--pad) * 2); }
  .cover-copy h1 { font-size: clamp(92px, 31vw, 145px); }
  .cover-welcome { max-width: 250px; line-height: 1.8; }
  .cover-intro { font-size: 16px; }
  .cover-island { width: 72vw; right: -27vw; top: 78%; opacity: .42; }
  .cover-footnote { display: none; }
  .hero { min-height: auto; padding-top: 112px; grid-template-columns: 1fr; }
  .hero h1 { margin-top: 38px; }
  .motto { margin: 34px 0; }
  .scroll-cue { display: none; }
  .island-stage { width: 112%; justify-self: center; margin: -40px -6% -30px; }
  .map-points text { opacity: 1; transform: none; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-label { margin-bottom: 54px; }
  .about-layout, .tools-intro, .dock { grid-template-columns: 1fr; }
  .portrait-placeholder { min-height: 440px; }
  .section-heading { display: block; margin-bottom: 48px; }
  .section-heading .eyebrow { margin-bottom: 20px; }
  .feature-article { grid-template-columns: 1fr auto; }
  .article-number { grid-column: 1 / -1; }
  .article-main h3 br { display: none; }
  .tool-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .tool-grid article { min-height: 255px; }
  .shelf { grid-template-columns: .4fr 1fr; padding: 26px 0; }
  .shelf p { grid-column: 1 / -1; margin-top: 0; }
  .dock-visual { min-height: 380px; border-left: 0; border-top: 1px solid var(--ink); }
  .contact-list > * { grid-template-columns: .45fr 1fr auto; }
  footer { grid-template-columns: 1fr 1fr; gap: 28px; }
  footer p { text-align: right; }
  footer span { grid-column: 1 / -1; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
