.page-home { background: radial-gradient(circle at 70% 8%, rgba(217,255,69,.075), transparent 30rem), var(--ink); }
.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; padding-top: 5.5rem; overflow: clip; }
.hero::before { content: ''; position: absolute; width: min(55vw, 50rem); aspect-ratio: 1; right: -13vw; top: 11%; border-radius: 50%; background: radial-gradient(circle, rgba(217,255,69,.1), rgba(217,255,69,.025) 36%, transparent 68%); filter: blur(7px); }
.hero__greeting { align-self: center; position: relative; z-index: 2; }
.hero h1, .page-home h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 7.45vw, 8.35rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; text-transform: uppercase; }
.hero h1 { margin-top: 1.5rem; max-width: 6ch; }
.hero__smile { color: var(--acid); font-family: var(--mono); font-size: .45em; letter-spacing: -.13em; vertical-align: .32em; }
.hero__aside { margin: 2.3rem 0 0 clamp(2rem, 7vw, 8rem); color: var(--muted); font-size: .7rem; line-height: 1.6; }
.hero__identity { position: relative; width: min(52vw, 72svh, 46rem); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.kinetic-sculpture { position: relative; width: 100%; height: 100%; }
.hero__rings { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.hero__rings--back { z-index: 1; }.hero__rings--front { z-index: 3; }
.hero__rings path, .hero__rings circle { fill: none; stroke: rgba(236,233,221,.48); stroke-width: .78; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.hero__rings-fallback { opacity: .52; transition: opacity .35s ease; }
.kinetic-sculpture.is-animated .hero__rings-fallback { opacity: 0; }
.hero__rings [data-orbit-track-back="1"], .hero__rings [data-orbit-track-front="1"] { stroke: rgba(217,255,69,.58); }
.hero__rings [data-orbit-track-back="2"], .hero__rings [data-orbit-track-front="2"] { stroke: rgba(255,139,104,.56); }
.hero__rings--back path { opacity: .48; }.hero__rings--front path { opacity: .9; }
.orbit-ribbon { position: absolute; inset: 0; pointer-events: none; }
.orbit-ribbon__fallback { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; gap: .3rem; color: rgba(236,233,221,.78); font-size: clamp(.52rem, .78vw, .7rem); font-weight: 500; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; transition: opacity .2s ease, visibility .2s ease; }
.orbit-ribbon__fallback p { margin: 0; }.orbit-ribbon__fallback span { color: var(--apricot); }
.kinetic-sculpture.is-animated .orbit-ribbon__fallback { visibility: hidden; opacity: 0; }
.orbit-ribbon__glyphs { position: absolute; inset: 0; visibility: hidden; }
.kinetic-sculpture.is-animated .orbit-ribbon__glyphs { visibility: visible; }
.orbit-ribbon__glyph { position: absolute; top: 50%; left: 50%; display: block; color: var(--paper); font-family: var(--mono); font-size: clamp(.47rem, .81vw, .7rem); font-weight: 550; letter-spacing: .025em; line-height: 1; text-transform: uppercase; transform-origin: center; white-space: pre; will-change: transform, opacity, filter; }
.orbit-ribbon__glyph.is-accent { color: var(--apricot); }
.orbit-duration-control { position: absolute; z-index: 8; bottom: -1.55rem; left: 50%; display: flex; align-items: center; gap: .52rem; width: max-content; color: var(--muted); font-size: .58rem; letter-spacing: .03em; transform: translateX(-50%); }
.orbit-duration-control::before { content: ''; width: .38rem; height: .38rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 .25rem rgba(217,255,69,.08); }
.orbit-duration-control__dial { position: relative; display: flex; align-items: center; gap: .46rem; min-height: 1.25rem; padding: .12rem .28rem .12rem .36rem; border: 1px solid rgba(236,233,221,.16); border-radius: 99px; background: rgba(16,17,18,.45); }
.orbit-duration-control__label { color: var(--muted); font-size: .51rem; letter-spacing: .1em; text-transform: uppercase; }
.orbit-duration-control__range { --duration-fill: 0%; position: relative; z-index: 2; width: 4.4rem; height: 1rem; margin: 0; appearance: none; cursor: ew-resize; background: transparent; }
.orbit-duration-control__range::-webkit-slider-runnable-track { height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--acid) 0 var(--duration-fill), rgba(236,233,221,.22) var(--duration-fill) 100%); }
.orbit-duration-control__range::-webkit-slider-thumb { width: .55rem; height: .55rem; margin-top: -.22rem; appearance: none; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 .15rem rgba(217,255,69,.15); }
.orbit-duration-control__range::-moz-range-track { height: 2px; border-radius: 99px; background: rgba(236,233,221,.22); }
.orbit-duration-control__range::-moz-range-progress { height: 2px; border-radius: 99px; background: var(--acid); }
.orbit-duration-control__range::-moz-range-thumb { width: .48rem; height: .48rem; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 .15rem rgba(217,255,69,.15); }
.orbit-duration-control__range:focus-visible { outline: 2px solid var(--apricot); outline-offset: 3px; }
.orbit-duration-control__range:disabled { cursor: not-allowed; opacity: .45; }
.orbit-duration-control__marks { position: absolute; z-index: 1; left: .42rem; width: 3.8rem; display: flex; justify-content: space-between; pointer-events: none; }
.orbit-duration-control__marks i { width: 1px; height: .42rem; background: rgba(236,233,221,.33); }
.orbit-duration-control output { min-width: 1.45rem; color: var(--paper); font-size: .55rem; text-align: right; }
.coordinate-pin { position: absolute; z-index: 3; top: 14%; right: 9%; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border: 1px solid var(--acid); border-radius: 50%; background: var(--acid); transition: transform .3s var(--ease-out), box-shadow .3s; }
.coordinate-pin:hover { box-shadow: 0 0 0 .5rem rgba(217,255,69,.1), 0 0 35px rgba(217,255,69,.32); }
.lore-popover { position: absolute; z-index: 4; top: 27%; right: -1rem; width: 13rem; margin: 0; padding: .75rem .85rem; border: 1px solid rgba(217,255,69,.5); color: var(--ink); background: var(--acid); box-shadow: var(--shadow); font-size: .61rem; line-height: 1.65; transform: rotate(3deg); }
.scroll-invitation { position: absolute; bottom: 2.3rem; left: var(--page-pad); display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.scroll-invitation i { width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); font-size: .9rem; font-style: normal; }

.signal { min-height: 94svh; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: auto 1fr; gap: 3rem 4vw; padding-top: 5.5rem; padding-bottom: 6rem; background: linear-gradient(110deg, transparent, rgba(236,233,221,.025)); }
.signal .scene-meta { grid-column: 1 / -1; align-self: start; }
.signal__copy { align-self: center; position: relative; }
.signal h2, .specimens h2, .coordinate-scene h2, .transmissions h2, .lab-invite h2 { font-size: clamp(3rem, 6.85vw, 7.6rem); }
.signal h2 em, .lab-invite h2 em { position: relative; color: var(--apricot); font-family: var(--mono); font-size: .59em; font-style: normal; letter-spacing: -.1em; }
.oversized-mark { position: absolute; top: -3.8rem; right: 8%; margin: 0; color: var(--acid); font-size: clamp(4rem, 11vw, 10rem); line-height: 1; transform: rotate(-10deg); }
.signal__transmission { align-self: center; position: relative; max-width: 23rem; padding: 1.25rem; transform: rotate(2.5deg); }
.signal__transmission::before { content: ''; position: absolute; top: -1.1rem; left: 13%; width: 5rem; height: 2rem; background: rgba(255,139,104,.56); transform: rotate(-6deg); }
.signal__note { margin: 3.6rem 0 3.2rem; font-size: clamp(.84rem, 1.2vw, 1.05rem); line-height: 1.72; }
.signal__signature { display: flex; align-items: center; gap: .55rem; color: var(--muted); font-size: .6rem; }
.signal__signature strong { color: var(--paper); font-weight: 500; }
.signal__signature i { flex: 1; height: 1px; background: var(--line); }

.specimens { min-height: 105svh; padding-top: 5.5rem; padding-bottom: 7rem; background: #e8e4d7; color: var(--ink); overflow: hidden; }
.specimens .scene-meta, .specimens .eyebrow { color: rgba(16,17,18,.58); }
.specimens__heading { margin-top: clamp(4rem, 10vh, 8rem); display: grid; grid-template-columns: 1fr 1.15fr; align-items: end; gap: 2rem; }
.specimens h2 span { color: #637f3b; font-family: var(--mono); font-size: .58em; letter-spacing: -.1em; }
.specimen-stage { position: relative; min-height: 33rem; max-width: 78rem; margin: 2.5rem auto 0; perspective: 1000px; }
.specimen { position: absolute; width: min(26vw, 19.5rem); min-height: 19rem; display: grid; justify-items: start; align-content: space-between; padding: 1.1rem; border: 1px solid rgba(16,17,18,.22); color: var(--ink); text-align: left; transition: box-shadow .35s, border-color .35s, transform .45s var(--ease-out), background .35s; transform-style: preserve-3d; }
.specimen:hover, .specimen.is-active { z-index: 4; border-color: var(--ink); box-shadow: 0 22px 40px rgba(16,17,18,.18); }
.specimen--signal { top: 3rem; left: 2%; background: var(--acid); transform: rotate(-9deg); }
.specimen--tool { top: 0; left: 36%; background: #b5c4a1; transform: rotate(4deg); }
.specimen--drift { top: 4.5rem; right: 1%; background: var(--apricot); transform: rotate(11deg); }
.specimen__index { font-size: .62rem; }
.specimen__shape { width: 100%; height: 9rem; position: relative; display: block; transform: translateZ(25px); }
.specimen__shape i { position: absolute; display: block; border: 1px solid currentColor; }
.specimen--signal .specimen__shape i { border-radius: 50%; }
.specimen--signal .specimen__shape i:nth-child(1) { inset: 1.3rem 31%; background: var(--ink); }
.specimen--signal .specimen__shape i:nth-child(2) { inset: .4rem 21%; border-width: 2px; }
.specimen--signal .specimen__shape i:nth-child(3) { inset: -.4rem 11%; border-style: dashed; }
.specimen--tool .specimen__shape i:nth-child(1) { width: 1.2rem; height: 9rem; left: 45%; border: 0; background: var(--ink); transform: rotate(33deg); }
.specimen--tool .specimen__shape i:nth-child(2) { width: 7rem; height: 7rem; top: .9rem; left: 28%; border-radius: 50%; border-width: .75rem; }
.specimen--tool .specimen__shape i:nth-child(3) { width: 5rem; height: 1px; top: 4.3rem; left: 18%; background: var(--ink); transform: rotate(-16deg); }
.specimen--drift .specimen__shape i { width: 7rem; height: 7rem; border-radius: 50% 44% 55% 41%; background: rgba(236,233,221,.55); mix-blend-mode: overlay; }
.specimen--drift .specimen__shape i:nth-child(1) { left: 16%; top: 1rem; }
.specimen--drift .specimen__shape i:nth-child(2) { left: 39%; top: .6rem; }
.specimen--drift .specimen__shape i:nth-child(3) { left: 29%; top: 2.8rem; }
.specimen strong { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; text-transform: uppercase; }
.specimen small { max-width: 13ch; margin-top: -.5rem; font-size: .63rem; line-height: 1.45; }
.specimen-readout { position: absolute; z-index: 5; bottom: 0; left: 37%; width: 17rem; padding: .85rem; border-color: rgba(16,17,18,.25); color: var(--ink); background: rgba(236,233,221,.58); box-shadow: 0 18px 45px rgba(16,17,18,.13); transform: rotate(-2deg); }
.specimen-readout p:nth-child(2) { min-height: 2.8em; margin: 1rem 0 1.2rem; font-size: .72rem; line-height: 1.45; }
.specimen-readout span { color: rgba(16,17,18,.62); font-size: .56rem; }

.coordinate-scene { min-height: 110svh; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding-top: 8rem; padding-bottom: 7rem; overflow: clip; }
.coordinate-scene__field { position: absolute; inset: 0; pointer-events: none; }
.field-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(217,255,69,.8), transparent); transform-origin: left; }
.line-a { width: 70vw; top: 24%; left: -7%; transform: rotate(37deg); }
.line-b { width: 66vw; bottom: 20%; right: -7%; transform: rotate(-29deg); background: linear-gradient(90deg, transparent, rgba(255,139,104,.75), transparent); }
.line-c { width: 52vw; top: 54%; left: 27%; transform: rotate(101deg); }
.field-node { position: absolute; width: .8rem; height: .8rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 .42rem rgba(217,255,69,.1); }
.node-a { top: 21%; left: 25%; }.node-b { bottom: 25%; right: 20%; background: var(--apricot); box-shadow: 0 0 0 .42rem rgba(255,139,104,.1); }.node-c { top: 49%; left: 57%; }
.coordinate-scene__copy { position: relative; z-index: 2; max-width: 48rem; }
.coordinate-scene h2 { margin: 1.15rem 0 1.7rem; }
.coordinate-scene h2 span { color: var(--acid); font-family: var(--mono); font-size: .58em; letter-spacing: -.1em; }
.coordinate-scene__copy > p:last-child { max-width: 23rem; margin: 0 0 0 15%; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.coordinate-dial { position: relative; z-index: 3; justify-self: end; width: min(22rem, 83%); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(236,233,221,.05); overflow: hidden; }
.coordinate-dial::before, .coordinate-dial::after { content: ''; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.coordinate-dial::before { inset: 13%; }.coordinate-dial::after { inset: 28%; border-style: dashed; }
.coordinate-dial > div:last-child { position: relative; z-index: 2; text-align: center; }
.coordinate-dial strong { display: block; margin: .65rem 0 .1rem; color: var(--acid); font-family: var(--display); font-size: clamp(3.8rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.coordinate-dial span { color: var(--muted); font-size: .58rem; }
.coordinate-dial__needle { position: absolute; z-index: 2; bottom: 50%; left: 50%; width: 1px; height: 39%; background: linear-gradient(var(--apricot), transparent); transform: rotate(-112deg); transform-origin: bottom; }
.coordinate-dial__needle::after { content: ''; position: absolute; bottom: -.3rem; left: 50%; width: .6rem; height: .6rem; border-radius: 50%; background: var(--apricot); transform: translateX(-50%); }

.transmissions { min-height: 100svh; padding-top: 6.5rem; padding-bottom: 7rem; background: #1a1d1b; }
.transmissions__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: clamp(4rem, 9vh, 8rem); }
.transmissions__heading p { color: var(--muted); font-size: .7rem; }
.project-stream { display: grid; grid-template-columns: 1fr 1.13fr; gap: clamp(1rem, 3vw, 3rem); max-width: 77rem; margin: clamp(4rem, 10vh, 8rem) auto 0; }
.project-card { position: relative; min-height: clamp(19rem, 30vw, 28rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: clamp(1.1rem, 2.7vw, 2rem); color: var(--ink); container-type: inline-size; transition: transform .45s var(--ease-out), box-shadow .45s; }
.project-card:hover { box-shadow: 0 24px 45px rgba(0,0,0,.25); }
.project-card--moss { margin-top: 3rem; background: #a9bf7d; }.project-card--apricot { background: var(--apricot); }
.project-card__code { position: absolute; top: 1rem; left: 1.1rem; font-size: .6rem; letter-spacing: .05em; }
.project-card__glyph { position: absolute; top: 14%; right: 9%; width: 11rem; aspect-ratio: 1; transform: rotate(-8deg); transition: transform .6s var(--ease-out); }
.project-card:hover .project-card__glyph { transform: rotate(17deg) scale(1.13); }
.project-card__glyph i { position: absolute; display: block; border: 2px solid var(--ink); }
.project-card--moss .project-card__glyph i { border-radius: 2rem 2rem 46% 46%; }
.project-card--moss .project-card__glyph i:nth-child(1) { inset: 11% 35%; background: var(--ink); }.project-card--moss .project-card__glyph i:nth-child(2) { inset: 5% 17%; }.project-card--moss .project-card__glyph i:nth-child(3) { inset: 18% 4%; border-style: dashed; }.project-card--moss .project-card__glyph i:nth-child(4) { width: 1.3rem; height: 1.3rem; top: 38%; left: 43%; border: 0; border-radius: 50%; background: var(--acid); }
.project-card--apricot .project-card__glyph i { border-radius: 50%; }.project-card--apricot .project-card__glyph i:nth-child(1) { inset: 9%; border-width: .85rem; }.project-card--apricot .project-card__glyph i:nth-child(2) { inset: 29%; border-style: dashed; }.project-card--apricot .project-card__glyph i:nth-child(3) { width: 1px; height: 135%; top: -17%; left: 50%; background: var(--ink); transform: rotate(42deg); }.project-card--apricot .project-card__glyph i:nth-child(4) { width: 1.4rem; height: 1.4rem; top: 13%; left: 44%; border: 0; background: var(--paper); }
.project-card strong { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(2.9rem, 6.2vw, 7rem); font-size: clamp(2.9rem, 14cqi, 7rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.project-card__note { position: relative; z-index: 2; max-width: 16rem; margin-top: 1rem; font-size: .65rem; line-height: 1.5; }
.project-card__arrow { position: absolute; z-index: 2; right: 1.25rem; bottom: 1rem; font-size: 1.5rem; transition: transform .3s var(--ease-out); }.project-card:hover .project-card__arrow { transform: translate(.25rem,-.25rem); }

.lab-invite { min-height: 100svh; position: relative; display: grid; place-items: center; padding-top: 6rem; padding-bottom: 5rem; overflow: hidden; }
.lab-invite__orbit { position: absolute; width: min(80vw, 62rem); aspect-ratio: 1; opacity: .85; animation: lab-rotate 35s linear infinite; }
.lab-invite__orbit i { position: absolute; inset: 0; border: 1px solid rgba(217,255,69,.38); border-radius: 50%; transform: rotate(0deg) scaleY(.33); }.lab-invite__orbit i:nth-child(2) { border-color: rgba(255,139,104,.34); transform: rotate(45deg) scaleY(.33); }.lab-invite__orbit i:nth-child(3) { transform: rotate(90deg) scaleY(.33); }.lab-invite__orbit i:nth-child(4) { transform: rotate(135deg) scaleY(.33); }
.lab-invite__copy { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.lab-invite h2 { margin: 1.2rem 0; }.lab-invite__copy > p:not(.eyebrow) { max-width: 18rem; color: var(--muted); font-size: .7rem; line-height: 1.7; }
.round-link { position: relative; width: 8.8rem; aspect-ratio: 1; display: grid; place-items: center; margin-top: 2.5rem; border: 1px solid var(--acid); border-radius: 50%; color: var(--ink); background: var(--acid); text-align: center; transition: transform .4s var(--ease-out), box-shadow .4s; }
.round-link:hover { box-shadow: 0 0 0 .7rem rgba(217,255,69,.1), 0 0 40px rgba(217,255,69,.2); }.round-link span { font-size: .7rem; line-height: 1.3; }.round-link i { position: absolute; right: .95rem; bottom: .78rem; font-size: 1.1rem; font-style: normal; }
@keyframes lab-rotate { to { transform: rotate(360deg); } }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; align-content: center; gap: 2rem; }.hero__greeting { padding-top: 3rem; }.hero__identity { width: min(88vw, 62svh, 34rem); justify-self: end; margin-top: -1rem; }.hero__aside { margin-left: 14%; }.coordinate-pin { top: 11%; right: 8%; }.orbit-duration-control { bottom: -1.35rem; }.signal { grid-template-columns: 1fr; gap: 1rem; }.signal__transmission { justify-self: end; margin-right: 8%; }.specimens__heading { grid-template-columns: 1fr; }.specimen-stage { min-height: 34rem; }.specimen { width: 15.3rem; min-height: 17rem; }.specimen--signal { left: 0; }.specimen--tool { left: calc(50% - 7.6rem); }.specimen--drift { right: 0; }.specimen-readout { left: 8%; bottom: -1rem; }.coordinate-scene { grid-template-columns: 1fr; gap: 3rem; }.coordinate-dial { justify-self: center; width: min(19rem, 68%); }.project-stream { gap: 1rem; }.transmissions__heading { align-items: start; flex-direction: column; }
}
@media (max-width: 560px) {
  .hero { min-height: 100svh; gap: .5rem; padding-top: 5rem; }.hero h1 { font-size: clamp(3.2rem, 18vw, 4.7rem); }.hero__identity { width: min(72vw, 37svh); max-width: 20rem; justify-self: center; margin: -.3rem 0 0; }.orbit-ribbon__fallback { font-size: .43rem; letter-spacing: .09em; }.orbit-ribbon__glyph { font-size: clamp(.39rem, 2vw, .53rem); }.coordinate-pin { width: 2.45rem; height: 2.45rem; top: 4%; right: 0; }.orbit-duration-control { bottom: -1.1rem; font-size: .5rem; }.orbit-duration-control__range { width: 3.8rem; }.orbit-duration-control__marks { width: 3.25rem; }.orbit-duration-control__label { font-size: .45rem; }.scroll-invitation { bottom: 1.1rem; }.signal { padding-top: 4.5rem; padding-bottom: 4.5rem; }.oversized-mark { top: -3.4rem; right: 2%; }.signal__transmission { width: 88%; margin: 2rem 0 0; }.specimens { padding-top: 4.5rem; }.specimens__heading { margin-top: 4.5rem; }.specimen-stage { min-height: 43rem; margin-top: 1rem; }.specimen { width: 12.2rem; min-height: 15.5rem; padding: .85rem; }.specimen__shape { height: 7rem; }.specimen--signal { z-index: 3; top: 2rem; left: -3%; }.specimen--tool { z-index: 2; top: 10.2rem; left: auto; right: -2%; }.specimen--drift { z-index: 1; top: 20.1rem; right: auto; left: 7%; }.specimen-readout { bottom: 0; left: 5%; width: 14.2rem; }.coordinate-scene { min-height: 90svh; padding-top: 5rem; }.coordinate-scene .node-a { top: 52%; left: 5%; }.coordinate-dial { width: 17rem; }.project-stream { grid-template-columns: 1fr; }.project-card--moss { margin-top: 0; }.project-card { min-height: 19rem; }.transmissions { padding-top: 4.5rem; }.lab-invite { min-height: 82svh; }.lab-invite__orbit { width: 125vw; }
}
