@layer reset,base,layout,components,utilities;@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,p,dl,dd{margin:0}img{display:block;max-width:100%;height:auto}button,input{font:inherit}}@layer base{:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--bg: #071116;--surface: #0d1c22;--surface-2: #11262d;--ink: #f1eee6;--ink-strong: #fffdf8;--muted: #bac6c7;--teal: #42d7c7;--teal-ink: #082a28;--rust: #d07851;--line: rgba(241, 238, 230, .17);--line-strong: rgba(241, 238, 230, .44);--shadow: rgba(0, 0, 0, .38);--focus: #ffbd6b;--max: 1180px}:root[data-theme=light]{color-scheme:light;--bg: #f5f1e8;--surface: #fdfbf5;--surface-2: #ebe5d8;--ink: #17282e;--ink-strong: #071b21;--muted: #53676b;--teal: #007f78;--teal-ink: #ffffff;--rust: #a54f2e;--line: rgba(20, 40, 46, .18);--line-strong: rgba(20, 40, 46, .37);--shadow: rgba(24, 34, 37, .18);--focus: #8d3f20}body{min-width:320px;min-height:100vh;background:var(--bg);color:var(--ink);line-height:1.65;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath d='M0 0H56V56H0Z' fill='none' stroke='%2342d7c7' stroke-width='.45'/%3E%3Ccircle cx='0' cy='0' r='1.4' fill='%23d07851'/%3E%3C/svg%3E")}:root[data-theme=light] body:before{opacity:.08}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.24em}a:hover{color:var(--teal)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}h1,h2,h3{color:var(--ink-strong);font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.04;letter-spacing:-.035em;text-wrap:balance}h1{font-size:clamp(3rem,7vw,6.2rem)}h2{font-size:clamp(2.1rem,4.3vw,4.2rem)}h3{font-size:clamp(1.4rem,2.1vw,2rem)}::selection{background:var(--rust);color:#fff}}@layer layout{.shell{width:min(calc(100% - 2.5rem),var(--max));margin-inline:auto}.site-header{position:relative;z-index:20;border-bottom:1px solid var(--line);background:var(--bg)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.home-intro{padding-block:clamp(5rem,11vw,9.5rem) clamp(4rem,9vw,7.5rem);display:grid;grid-template-columns:minmax(0,1.65fr) minmax(15rem,.7fr);gap:clamp(2rem,6vw,6.5rem);align-items:end;border-bottom:1px solid var(--line)}.home-intro__title h1{max-width:10.5ch;margin-top:1.2rem}.home-intro>p:last-child{color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.28rem);max-width:34rem}.featured{display:grid;grid-template-columns:minmax(17rem,.78fr) minmax(0,1.22fr);gap:clamp(3.5rem,9vw,9rem);align-items:center;padding-block:clamp(5rem,10vw,10rem);border-bottom:1px solid var(--line)}.featured-visual{position:relative;padding:clamp(1rem,3vw,2.5rem)}.featured-copy{position:relative;z-index:2}.featured-copy h2{max-width:12ch;margin-top:1.25rem}.project-index{padding-block:clamp(5rem,9vw,8rem)}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:end;margin-bottom:3rem}.page-main{min-height:72vh;padding-block:clamp(5rem,10vw,9rem)}.page-intro{max-width:62rem;margin-bottom:clamp(5rem,9vw,8rem)}.page-intro h1{margin-block:1.1rem 1.8rem}.page-intro>p:last-child{max-width:44rem;color:var(--muted);font-size:1.18rem}.project-hero{min-height:min(850px,88vh);padding-block:clamp(4.5rem,8vw,7.5rem);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(19rem,.7fr);gap:clamp(3rem,6vw,5rem);align-items:center}.project-hero__copy h1{max-width:12ch;margin-block:1.2rem 1.4rem}.project-hero__cover{justify-self:end;width:min(100%,405px)}.project-body{display:grid;grid-template-columns:minmax(13rem,.4fr) minmax(0,1fr);gap:clamp(3rem,9vw,9rem);padding-block:clamp(5rem,10vw,10rem);border-top:1px solid var(--line)}.project-sidebar{align-self:start;position:sticky;top:2rem}.project-story{max-width:48rem}.project-story>section{padding-block:clamp(3.5rem,7vw,6rem);border-bottom:1px solid var(--line)}.project-story>section:first-child{padding-top:0}.project-story h2{margin-block:1rem 2rem}.project-story p:not(.label){color:var(--muted);font-size:1.09rem;max-width:65ch}.project-story p+p{margin-top:1.25rem}.about-principles{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:clamp(4rem,8vw,7rem);display:grid;grid-template-columns:1.15fr .75fr;gap:clamp(3rem,8vw,8rem);align-items:start}.about-principles h2{margin-top:1rem}.about-principles>p{color:var(--muted);font-size:1.12rem}.not-found{min-height:70vh;padding-block:clamp(7rem,14vw,13rem)}.not-found h1{max-width:13ch;margin-block:1rem 1.5rem}.not-found p:not(.label){color:var(--muted);margin-bottom:2rem}.site-footer{border-top:1px solid var(--line)}.footer-inner{min-height:190px;padding-block:3rem;display:flex;align-items:center;justify-content:space-between;gap:3rem}}@layer components{.skip-link{position:fixed;z-index:100;left:1rem;top:1rem;padding:.7rem 1rem;background:var(--ink-strong);color:var(--bg);transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.brand{display:inline-flex;align-items:center;gap:.9rem;text-decoration:none}.brand:hover{color:inherit}.brand-copy{display:grid;line-height:1.15}.brand-copy strong{color:var(--ink-strong);font-family:Georgia,Times New Roman,serif;font-size:1.22rem;font-weight:500;letter-spacing:-.02em}.brand-copy span{margin-top:.25rem;color:var(--muted);font-size:.71rem;letter-spacing:.12em;text-transform:uppercase}.atoll-mark{width:38px;aspect-ratio:1;border:2px solid var(--teal);display:grid;place-items:center;position:relative}.atoll-mark:before,.atoll-mark:after{content:"";position:absolute;background:var(--bg)}.atoll-mark:before{width:10px;height:calc(100% + 4px)}.atoll-mark:after{width:calc(100% + 4px);height:10px}.atoll-mark__center{width:7px;height:7px;background:var(--rust);position:relative;z-index:2}.primary-nav{display:flex;align-items:center;gap:clamp(.9rem,2.4vw,2rem)}.primary-nav>a{color:var(--muted);font-size:.84rem;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}.primary-nav>a:hover,.primary-nav>a.active{color:var(--ink-strong)}.primary-nav>a.active{box-shadow:0 2px 0 var(--teal)}.theme-toggle{display:inline-flex;align-items:center;gap:.55rem;min-height:40px;padding:.45rem .68rem;border:1px solid var(--line);border-radius:2px;background:transparent;color:var(--muted);cursor:pointer;font-size:.78rem;letter-spacing:.04em}.theme-toggle:hover{border-color:var(--line-strong);color:var(--ink-strong)}.theme-toggle__disc{width:12px;height:12px;border:2px solid currentColor;border-radius:50%;box-shadow:inset 5px 0 0 currentColor}.label{color:var(--teal);font-size:.73rem;font-weight:700;letter-spacing:.16em;line-height:1.45;text-transform:uppercase}.subtitle{color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.32}.featured .subtitle{margin-top:1.3rem;max-width:34rem}.byline{margin-top:.9rem;color:var(--muted);font-size:.92rem;letter-spacing:.04em}.formula{width:fit-content;margin-block:2.2rem;padding:.35rem 0;border-bottom:2px solid var(--rust);color:var(--ink-strong);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:0}.formula--large{margin-block:2.4rem 2.8rem;font-size:clamp(2.7rem,5.7vw,5.4rem)}.summary{max-width:42rem;color:var(--muted);font-size:1.12rem}.cover-frame,.project-hero__cover{position:relative;box-shadow:0 28px 70px var(--shadow)}.cover-frame{width:min(100%,390px);margin-inline:auto;transform:rotate(-1.2deg)}.cover-frame:after,.project-hero__cover:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.18);pointer-events:none}.node-field{position:absolute;width:84%;aspect-ratio:1;left:8%;top:8%;border:1px solid var(--line);border-radius:50%;z-index:-1}.node-field:before{content:"";position:absolute;inset:18%;border:1px solid var(--line);border-radius:50%}.node-field span{--node-index: 0;position:absolute;width:8px;height:8px;background:var(--teal)}.node-field span:nth-child(1){left:calc(50% - 4px);top:-4px}.node-field span:nth-child(2){right:13%;top:13%}.node-field span:nth-child(3){right:-4px;top:calc(50% - 4px)}.node-field span:nth-child(4){right:13%;bottom:13%}.node-field span:nth-child(5){left:calc(50% - 4px);bottom:-4px}.node-field span:nth-child(6){left:13%;bottom:13%}.node-field span:nth-child(7){left:-4px;top:calc(50% - 4px)}.node-field span:nth-child(8){left:13%;top:13%}.node-field span:nth-child(3n){background:var(--rust)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1rem;margin-top:2rem}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.05rem;border:1px solid transparent;border-radius:2px;text-decoration:none;font-size:.84rem;font-weight:750;letter-spacing:.055em;text-transform:uppercase;transition:transform .13s ease,background-color .13s ease,border-color .13s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--teal);color:var(--teal-ink)}.button--primary:hover{background:var(--ink-strong);color:var(--bg)}.button--secondary{border-color:var(--line-strong);color:var(--ink-strong)}.button--secondary:hover{border-color:var(--teal);color:var(--teal)}.button--kindle{background:var(--rust);color:#fff;border-color:transparent}.button--kindle:hover{background:var(--ink-strong);color:var(--bg)}.text-link{padding-block:.7rem;color:var(--ink-strong);font-size:.88rem;font-weight:650}.fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line)}.fact-grid div{min-width:0}.fact-grid dt{color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.fact-grid dd{margin-top:.35rem;color:var(--ink-strong);font-size:.88rem;line-height:1.35}.project-sidebar .fact-grid{grid-template-columns:1fr;margin:0;padding:0;border:0;gap:0}.project-sidebar .fact-grid div{padding-block:1.2rem;border-bottom:1px solid var(--line)}.project-list{border-top:1px solid var(--line-strong)}.project-row{min-height:190px;display:grid;grid-template-columns:.18fr .45fr 1.6fr auto;gap:clamp(1rem,3vw,3rem);align-items:center;border-bottom:1px solid var(--line)}.project-number{color:var(--rust);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.82rem}.project-row__meta{display:grid;gap:.35rem;color:var(--muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.project-row__body h3 a{text-decoration:none}.project-row__body p{max-width:52rem;margin-top:.8rem;color:var(--muted)}.project-row__arrow{width:48px;aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--line);text-decoration:none;font-size:1.2rem}.project-row__arrow:hover{border-color:var(--teal)}.project-hero .subtitle{max-width:38rem}.project-hero .byline{margin-top:1rem}.truth-note{position:relative}.truth-note:before{content:"";position:absolute;left:-2rem;top:4rem;bottom:4rem;width:3px;background:var(--rust)}.project-end .copyright{margin-top:2.2rem!important;font-size:.82rem!important}.footer-inner strong{color:var(--ink-strong);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:500}.footer-inner p{margin-top:.3rem;color:var(--muted);font-size:.85rem}.footer-note{max-width:23rem;text-align:right}}@layer utilities{@media(max-width:820px){.header-inner{min-height:76px}.brand-copy span{display:none}.theme-toggle span:last-child{display:none}.home-intro,.featured,.project-hero,.project-body,.about-principles{grid-template-columns:1fr}.home-intro{align-items:start}.home-intro h1{max-width:11ch}.featured{gap:4rem}.featured-visual{order:2;width:min(100%,420px);margin-inline:auto}.featured-copy{order:1}.section-heading{grid-template-columns:1fr}.project-row{grid-template-columns:.2fr 1fr auto;padding-block:2rem}.project-row__meta{display:none}.project-hero{min-height:auto}.project-hero__cover{justify-self:start;width:min(80%,360px)}.project-sidebar{position:static}.project-sidebar .fact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.shell{width:min(calc(100% - 1.5rem),var(--max))}.primary-nav{gap:.72rem}.primary-nav>a{font-size:.7rem}.brand{gap:.55rem}.brand-copy strong{font-size:1rem}.atoll-mark{width:31px}.home-intro{padding-top:4.5rem}.featured-visual{padding-inline:0}.actions{align-items:stretch;flex-direction:column}.button{width:100%}.text-link{width:fit-content}.fact-grid,.project-sidebar .fact-grid{grid-template-columns:1fr}.project-row{grid-template-columns:auto 1fr}.project-row__arrow{display:none}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center}.footer-note{text-align:left}.truth-note:before{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}}
