/* The homepage has its own layout; tree.css provides the shared reading surfaces. */
:root { --bg: #080f0e; --bg-deep: #060b0a; --ink: #eceee2; --ink-strong: #f4f3e9; --dim: #9ca99f; --dim2: #b1beb0; --amber: #d4ed94; --glow: #a9dcc5; --sans: Arial, Helvetica, sans-serif; --panel-w: 560px; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
html.reduced { scroll-behavior: auto; }
body { font-family: var(--sans); background: #080f0e; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--amber) !important; outline-offset: 6px; }
::selection { background: #d4ed94; color: #080f0e; }
#gl { background: radial-gradient(ellipse at 74% 41%, #20362d55, transparent 48%), #080f0e; transition: opacity .6s; }
#gl::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #080f0e33, transparent 65%), radial-gradient(ellipse at center, transparent 35%, #080f0e55 100%); }
#ui { position: relative; inset: auto; pointer-events: auto; }
.skip-link { position: fixed; top: -80px; left: 24px; z-index: 20; background: var(--amber); color: var(--bg); padding: 16px; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 116px; margin: 0 5%; border-bottom: 1px solid #dce8ce21; }
#brand { position: static; display: flex; align-items: center; gap: 0; color: var(--ink); font-size: 30px; letter-spacing: -1.7px; text-transform: none; font-weight: 600; }
#brand svg { height: 35px; width: 30px; margin-right: 15px; fill: none; stroke: #d4ed94; stroke-width: 1.5; stroke-linecap: round; }
#brand .brand-dot { display: inline; color: var(--amber); font: inherit; }
.header-note, .eyebrow, .section-kicker, .card-number, .hero-bottom, .specimen-label, .bloom-control, .footer-bottom { font-family: 'Courier New', monospace; font-size: 10px; line-height: 1.5; letter-spacing: 1.3px; }
.header-note { color: #abb5a9; margin-left: auto; margin-right: 8vw; font-size: 9px; }
.header-nav { display: flex; gap: 30px; align-items: center; }
.header-nav a { font-size: 12px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.header-nav a span { color: var(--amber); margin-left: 7px; }
.header-nav .contact-link { padding: 12px 18px; border: 1px solid #dce8ce3d; border-radius: 3px; }
.header-nav a:hover { color: var(--amber); }
.hero { min-height: 710px; height: calc(100svh - 116px); position: relative; margin: 0 5%; }
.hero-copy { position: relative; z-index: 1; padding-top: clamp(100px, 16vh, 190px); width: 60%; pointer-events: none; }
.hero-copy a { pointer-events: auto; }
.hero-copy > * { animation: arrive 1s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy h1 { animation-delay: .08s; }
.hero-copy .hero-description { animation-delay: .18s; }
.hero-copy .explore-link { animation-delay: .28s; }
@keyframes arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
[data-reveal] { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal="pending"] { opacity: 0; transform: translateY(25px); }
body.reduced [data-reveal] { opacity: 1; transform: none; transition: none; }
body.reduced .hero-copy > * { animation: none; }
.eyebrow { color: #c4cdbe; display: flex; align-items: center; gap: 10px; margin: 0 0 30px; font-size: 9px; }
.status-dot { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px #d4ed9466; flex-shrink: 0; }
h1 { font-size: clamp(66px, 7.4vw, 124px); line-height: .99; font-weight: 400; letter-spacing: -.067em; margin: 0 0 30px; }
h1 em, .section-heading em, .about-copy em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #c9dfa9; letter-spacing: -.072em; }
.hero-description { font-size: 14px; line-height: 1.85; color: #b4c0b5; max-width: 335px; margin: 0; }
.explore-link { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; color: var(--ink); margin-top: 36px; font-size: 13px; }
.explore-link small { display: block; color: #a3b19f; font: 8px 'Courier New', monospace; letter-spacing: 1px; margin-top: 7px; }
.round-arrow { display: grid; place-items: center; width: 47px; height: 47px; font-size: 22px; border: 1px solid #b9cbaa66; border-radius: 50%; transition: background .25s, color .25s, transform .25s; }
.explore-link:hover .round-arrow { background: var(--amber); color: var(--bg); transform: rotate(45deg); }
.specimen-label { position: absolute; top: 8%; left: 68%; display: flex; gap: 10px; color: #bac8b4; font-size: 8px; pointer-events: none; }
.crosshair { font: 23px/1 var(--sans); color: #d4ed94; }
.specimen-label small { display: block; text-transform: none; letter-spacing: .4px; margin-top: 5px; color: #92a393; }
.bloom-control { position: absolute; right: 6%; bottom: 22%; display: flex; align-items: center; gap: 12px; background: #0b18136b; color: #becfb9; padding: 8px 13px 8px 8px; border: 1px solid #c3dab12e; border-radius: 30px; font-size: 9px; letter-spacing: .5px; backdrop-filter: blur(8px); }
.bloom-control span { font-size: 23px; color: var(--amber); transition: transform .7s; }
.bloom-control:hover span { transform: rotate(180deg); }
.scene-links { position: fixed; inset: 0; pointer-events: none; z-index: 3; }
.scene-links[hidden] { display: none; }
.scene-links a { position: absolute; left: 0; top: 0; display: flex; align-items: center; gap: 8px; pointer-events: auto; padding: 12px 8px; color: #e5edd9; text-decoration: none; font: 8px 'Courier New', monospace; letter-spacing: 1px; text-shadow: 0 1px 5px #06100b; }
.scene-links a > span:last-child { background: #0a1817d9; border: 1px solid #bad1a735; padding: 7px 9px; backdrop-filter: blur(10px); }
.node-dot { width: 6px; height: 6px; border-radius: 50%; background: #e3efbf; box-shadow: 0 0 0 5px #d4ed941f, 0 0 20px #d4ed94; }
.scene-links a:hover { color: var(--amber); }
.scene-links a:hover .node-dot { box-shadow: 0 0 0 8px #d4ed9433, 0 0 25px #d4ed94; }
body.no-gl .scene-links { display: none; }
.circuit-links { position: fixed; inset: 0; z-index: 3; pointer-events: none; }
.circuit-links[hidden], body.no-gl .circuit-links { display: none; }
.circuit-links a { position: absolute; top: 0; left: 0; padding: 9px 10px; pointer-events: auto; text-decoration: none; color: #9cd9d0; background: #081513d9; border: 1px solid #42998c55; font: 8px 'Courier New',monospace; letter-spacing: .6px; backdrop-filter: blur(8px); white-space: nowrap; }
.circuit-links a::before { content: '◇'; margin-right: 7px; color: #66ede2; }
.circuit-links a:hover,.circuit-links a:focus-visible { color: #e1fff5; border-color: #79ffe4; background: #12352fd9; }
.hero-bottom { position: absolute; bottom: 30px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; font-size: 8px; color: #a6b3a2; }
.scroll-cue { color: #c9d2c3; text-decoration: none; display: flex; align-items: center; gap: 13px; }
.scroll-cue > span { font-size: 20px; }
.living-note { display: flex; align-items: center; gap: 8px; }
.edition span { color: var(--amber); font-size: 17px; margin-left: 14px; }
.garden-section { position: relative; padding: 70px 5% 90px; background: linear-gradient(#080f0eef, #0d1715f5); border-top: 1px solid #dce8ce21; }
.section-kicker { display: flex; justify-content: space-between; gap: 20px; color: #aabbab; font-size: 9px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 58px 0 60px; }
.section-heading h2, .about-copy h2 { font-size: clamp(48px, 5.6vw, 82px); line-height: 1.04; letter-spacing: -.058em; font-weight: 400; margin: 0; }
.section-heading p { width: 28%; margin: 0 0 4px; font-size: 13px; line-height: 1.9; color: #abb9ad; }
.garden-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dce8ce38; border-bottom: 1px solid #dce8ce38; }
.garden-card { position: relative; overflow: hidden; min-height: 260px; padding: 32px 30px 40px; text-decoration: none; color: var(--ink); transition: background .3s; }
.garden-card + .garden-card { border-left: 1px solid #dce8ce2c; }
.garden-card:hover { background: #d0ec9a08; }
.garden-card::before { content: ''; position: absolute; width: 160px; height: 160px; border: 1px solid #d4ed9410; border-radius: 50%; right: -25px; top: 5px; transition: transform .6s, border-color .6s; }
.garden-card:hover::before { transform: scale(1.5); border-color: #d4ed9445; }
.card-number { color: #aebdab; font-size: 9px; }
.garden-card h3 { font-size: 32px; font-weight: 400; letter-spacing: -.045em; margin: 54px 0 12px; }
.garden-card p { font-size: 12px; line-height: 1.7; color: #aebcad; max-width: 230px; margin: 0; }
.card-arrow { position: absolute; right: 30px; bottom: 37px; color: var(--amber); font-size: 24px; }
.garden-bottom { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-top: 28px; font-size: 11px; }
.garden-bottom p { color: #a6b4a5; font-family: Georgia, serif; font-style: italic; font-size: 15px; }
.garden-bottom a, .garden-bottom button { color: #d2dbc9; text-decoration: none; background: none; border: none; font: inherit; padding: 10px 0; }
.garden-bottom button span { margin-left: 10px; color: var(--amber); }
.selected-work { margin-top: 65px; }
.selected-work-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.selected-work-heading h3 { font: italic 29px Georgia, serif; letter-spacing: -.6px; margin: 0; }
.selected-work-heading > span { font: 9px 'Courier New', monospace; letter-spacing: 1px; color: #adbcaa; }
#selectedProjects { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-feature { position: relative; overflow: hidden; padding: 32px; min-height: 290px; text-decoration: none; color: var(--ink); background: linear-gradient(135deg,#223b2f40,#0b1513); border: 1px solid #dce8ce24; transition: border-color .3s, background .3s; }
.project-feature:hover { border-color: #d4ed9470; background: linear-gradient(135deg,#304c3a66,#0b1513); }
.project-index { font: 9px 'Courier New', monospace; letter-spacing: 1px; text-transform: uppercase; color: #adbcaa; }
.project-mark { position: absolute; width: 145px; height: 112px; right: 28px; top: 25px; fill: none; stroke: #c3d9a5; stroke-width: 1; opacity: .5; transition: transform .8s, opacity .5s; }
.project-feature:hover .project-mark { transform: translateY(-4px) rotate(-5deg); opacity: .9; }
.project-feature h4 { position: relative; font-size: 31px; font-weight: 400; letter-spacing: -.9px; margin: 62px 0 14px; }
.project-feature p { max-width: 360px; min-height: 42px; color: #bac7b8; font-size: 13px; line-height: 1.7; margin: 0 0 25px; }
.project-more { display: flex; justify-content: space-between; font-size: 11px; color: #d7dfcc; }.project-more span { font-size: 18px; color: var(--amber); }
@media(max-width:640px){.selected-work{margin-top:42px}.selected-work-heading{display:block}.selected-work-heading h3{font-size:25px;margin-bottom:12px}.selected-work-heading>span{font-size:8px}#selectedProjects{grid-template-columns:1fr;gap:12px}.project-feature{padding:25px;min-height:280px}.project-feature h4{font-size:29px}.project-mark{width:120px;right:16px}.project-feature p{font-size:12px}}
.about-section { position: relative; padding: 55px 5% 120px; min-height: 820px; background: linear-gradient(#080f0e44, #080f0e00 80%); }
.about-copy { margin: 110px 0 0 auto; width: 47%; }
.about-copy .eyebrow { margin-bottom: 20px; }
.about-copy h2 { margin-bottom: 35px; font-size: clamp(43px, 4.8vw, 70px); }
.about-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; color: #b3c1b2; max-width: 370px; }
.text-link { display: inline-flex; gap: 25px; padding: 20px 0 12px; border-bottom: 1px solid #d4ed9444; color: var(--ink); text-decoration: none; font-size: 17px; }
.text-link span { color: var(--amber); }
.about-caption { position: absolute; bottom: 60px; left: 5%; font: 8px/2 'Courier New', monospace; letter-spacing: 1.6px; color: #b0c2ad; }
.site-footer { padding: 50px 5% 25px; background: #080f0eea; border-top: 1px solid #dce8ce21; }
.footer-wordmark { display: flex; justify-content: space-between; align-items: center; text-decoration: none; color: var(--ink); font-size: clamp(90px, 19vw, 290px); letter-spacing: -.075em; line-height: 1.1; }
.footer-wordmark span { font-size: .55em; color: var(--amber); font-family: Georgia, serif; font-weight: 400; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #dce8ce21; margin-top: 40px; padding-top: 22px; color: #aab9a6; font-size: 8px; }
.footer-bottom a, .footer-bottom button { color: #c7d2c0; text-decoration: none; font: inherit; border: 0; padding: 0; background: none; }
#motionToggle span { color: var(--amber); margin-left: 7px; }
body.reading { overflow: hidden; }
body.reading #gl { opacity: .5; }
body.project-transit .project-feature[aria-busy="true"],body.project-transit .circuit-links a[aria-busy="true"] { border-color: #8fe8cf; box-shadow: inset 0 0 35px #61bca01a; }
body.blueprinting .bloom-control { color: #adf3dd; border-color: #77cbb8; background: #0f2823; }
body.blueprinting .bloom-control > span { color: #80eddb; }
@media(min-width:1001px) {
  .garden-section { background: linear-gradient(90deg,#080f0efc 0%,#080f0ef5 46%,#080f0e65 64%,#080f0e08 100%); }
  .section-heading { display: block; width: 50%; margin-bottom: 40px; }
  .section-heading p { width: 100%; margin-top: 25px; }
  .garden-grid,.selected-work { width: 51%; }
  .garden-grid { grid-template-columns: 1fr; }
  .garden-card { min-height: 140px; padding: 24px; }
  .garden-card + .garden-card { border-left: 0; border-top: 1px solid #dce8ce2c; }
  .garden-card h3 { margin: 15px 0 8px; font-size: 28px; }
  .garden-card p { max-width: none; padding-right: 30px; }
  .garden-card .card-number { position: absolute; top: 23px; right: 25px; }
  #selectedProjects { grid-template-columns: 1fr; }
  .project-feature { min-height: 230px; background: linear-gradient(120deg,#14241fed,#091410ed); }
  .project-feature h4 { margin-top: 42px; }
  .project-feature p { max-width: 330px; }
  .selected-work-heading { align-items: start; flex-direction: column; gap: 12px; }
  .garden-bottom { width: 51%; flex-wrap: wrap; }
  .garden-bottom p { width: 100%; }
  .about-section { min-height: 950px; background: linear-gradient(90deg,#080f0e00 35%,#080f0eaa 55%,#080f0ef5 100%); }
  body.no-gl .garden-section { background: #0b1513; }
  body.no-gl .section-heading,body.no-gl .garden-grid,body.no-gl .selected-work,body.no-gl .garden-bottom { width: 100%; }
  body.no-gl #selectedProjects { grid-template-columns: 1fr 1fr; }
}
#panel { z-index: 10; background: #0b1513f2; border-color: #c4d5b52e; }
#panel .inner { padding-top: 65px; }
#panel .body { font-family: Georgia, serif; }
#panel .close { width: 42px; height: 42px; color: var(--ink); }
#panel .row .t { font-size: 16px; }
#panel h2 { font-style: normal; font-size: 35px; letter-spacing: -.035em; }
#panel .row .s { font-size: 13px; }
#listview { z-index: 11; background: #091310f7; }
#listview .list-close { position: fixed; top: 25px; right: 5%; width: 44px; height: 44px; border: 1px solid #c3dab160; background: #0d1715; color: var(--ink); border-radius: 50%; font-size: 24px; }
body.no-gl .bloom-control, body.no-gl .specimen-label { display: none; }
noscript { position: relative; z-index: 3; display: block; }
@media (min-width: 1600px) { .hero-copy { padding-top: 19vh; } }
@media (max-width: 1000px) { .header-note { display: none; } .hero-copy { width: 70%; } .hero { min-height: 700px; } h1 { font-size: 9vw; } .edition { display: none; } .specimen-label { left: 70%; top: 10%; } }
@media (max-width: 1000px) {
  .site-header { height: 88px; margin: 0 6%; gap: 12px; } #brand { font-size: 25px; } #brand svg { height: 28px; margin-right: 8px; width: 24px; } .header-nav { gap: 18px; } .header-nav a { font-size: 11px; } .header-nav .contact-link { display: none; }
  .hero { height: auto; min-height: max(900px,calc(100svh - 88px)); margin: 0 6%; } .hero-copy { width: 100%; padding-top: 62px; } .eyebrow { font-size: 7px; letter-spacing: .75px; margin-bottom: 24px; } h1 { font-size: clamp(54px, 12.6vw, 80px); margin-bottom: 23px; } .hero-description { font-size: 12px; max-width: 290px; line-height: 1.85; } .explore-link { margin-top: 24px; font-size: 12px; } .explore-link small { font-size: 7px; } .round-arrow { width: 40px; height: 40px; }
  .specimen-label { left: 0; top: 390px; font-size: 7px; } .specimen-label small { display: none; } .bloom-control { bottom: 83px; right: 0; font-size: 8px; } .hero-bottom { bottom: 25px; font-size: 7px; letter-spacing: .6px; } .living-note { font-size: 6px; gap: 6px; }
  .garden-section { padding: 42px 6% 55px; } .section-kicker { font-size: 7px; letter-spacing: .7px; } .section-heading { display: block; margin: 40px 0 35px; } .section-heading h2 { font-size: 51px; } .section-heading p { width: 100%; font-size: 12px; margin-top: 24px; } .section-heading p br { display: none; } .garden-grid { grid-template-columns: 1fr; } .garden-card { min-height: 180px; padding: 24px 5px; } .garden-card + .garden-card { border-left: 0; border-top: 1px solid #dce8ce2c; } .garden-card h3 { font-size: 29px; margin-top: 25px; } .card-arrow { right: 10px; bottom: 30px; } .garden-card::before { right: 10px; width: 120px; height: 120px; } .garden-bottom { flex-wrap: wrap; gap: 8px 25px; font-size: 10px; } .garden-bottom p { width: 100%; font-size: 14px; }
  .about-section { padding: 45px 6% 75px; min-height: 860px; } .about-section .section-kicker span:last-child { display: none; } .about-copy { width: 100%; margin-top: 65px; } .about-copy h2 { font-size: 45px; } .about-copy > p:not(.eyebrow) { font-size: 13px; max-width: 310px; } .about-caption { bottom: 35px; font-size: 7px; } .site-footer { padding: 35px 6% 25px; } .footer-bottom { flex-wrap: wrap; gap: 22px; font-size: 7px; } .footer-bottom > span { width: 100%; } #panel { height: 85svh; } #panel .inner { padding: 50px 22px 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0s !important; animation: none !important; } }
body.reduced { scroll-behavior: auto; }
@media(max-width:1000px) {
  .bloom-control { top: min(690px,calc(100svh - 150px)); bottom: auto; }
  .about-copy { position: relative; z-index: 1; padding-bottom: 25px; }
  .about-copy::before { content: ''; position: absolute; inset: -20px -15px; z-index: -1; background: #080f0ef5; filter: blur(18px); pointer-events: none; }
}
