@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../vendor/fonts/Manrope-latin.woff2') format('woff2'); }
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../vendor/fonts/DM-Mono-400.woff2') format('woff2'); }
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../vendor/fonts/DM-Mono-500.woff2') format('woff2'); }

:root {
  --ink: #080a0e;
  --paper: #f0eee8;
  --muted: #9a9b9e;
  --prose: #d7d8d4;
  --line: rgba(240, 238, 232, .16);
  --acid: #d5ff4f;
  --coral: #ff765c;
  --blue: #91baff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
  color-scheme: dark;
}
/* Light palette: the variables flip, so most of the site restyles itself.
   The brighter accents swap for deeper, readable-on-light versions. */
html[data-theme="light"] {
  --ink: #e9e7e0;
  --paper: #26292e;
  --muted: #6b7179;
  --prose: #3f444c;
  --line: rgba(22, 24, 29, .14);
  --acid: #5a7a00;
  --coral: #cc4b30;
  --blue: #3f6fd1;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body:has(.scene-section) { cursor: default; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 30; background: transparent; }.progress span { display: block; width: 100%; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; font-size: 12px; }
.brand { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.15; }.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--paper); border-radius: 50%; font: 11px var(--mono); letter-spacing: -.09em; }.brand b { font-weight: 700; }.nav { display: flex; gap: 37px; color: var(--muted); }.nav a, .header-link, .socials a, .text-link, .more-work a { transition: color .25s ease; }.nav a:hover, .header-link:hover, .text-link:hover, .socials a:hover, .more-work a:hover { color: var(--acid); }.header-link { color: var(--acid); }.header-link span, .text-link span { display: inline-block; margin-left: 7px; font-size: 16px; transition: transform .25s ease; }.header-link:hover span, .text-link:hover span { transform: translate(3px, -3px); }
.theme-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }.theme-switch button { border: 0; background: transparent; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .07em; padding: 4px 8px; border-radius: 999px; cursor: pointer; transition: color .25s ease, background .25s ease; }.theme-switch button:hover { color: var(--paper); }.theme-switch button[aria-pressed="true"] { background: var(--paper); color: var(--ink); }
.scene-section { position: relative; min-height: 100vh; overflow: hidden; }.section-number { position: absolute; top: 9vh; left: 5vw; z-index: 3; color: var(--muted); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.section-number span { color: var(--paper); margin: 0 9px; }
.hero { min-height: 100vh; display: flex; align-items: center; padding: 8vh 10vw; isolation: isolate; }.hero canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; }.hero:after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 68% 45%, transparent 0 16%, rgba(8,10,14,.08) 38%, var(--ink) 82%); pointer-events: none; }.hero-copy { max-width: 720px; position: relative; z-index: 2; }.eyebrow { font: 11px var(--mono); color: var(--acid); text-transform: uppercase; letter-spacing: .16em; margin: 0 0 24px; }.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; margin: 0 10px 1px 0; box-shadow: 0 0 12px var(--acid); }.hero h1 { font-size: clamp(4rem, 8.1vw, 8.8rem); line-height: .9; letter-spacing: -.075em; margin: 0; font-weight: 700; }.hero h1 em, h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; letter-spacing: -.09em; }.hero-intro { color: var(--muted); max-width: 390px; line-height: 1.7; margin: 38px 0 31px; font-size: 14px; }.hero-actions { display: flex; align-items: center; gap: 29px; }.button { display: inline-flex; align-items: center; gap: 28px; padding: 15px 18px 15px 21px; font-size: 12px; font-weight: 700; }.button-bright { background: var(--acid); color: var(--ink); }.button-bright span { font-size: 18px; }.text-link { font-size: 12px; font-weight: 600; }.hero-meta { position: absolute; z-index: 2; bottom: 6vh; font: 10px var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }.meta-left { left: 5vw; display: flex; align-items: center; gap: 14px; }.meta-left i { display: block; width: 35px; height: 1px; background: var(--acid); }.meta-right { right: 5vw; display: flex; gap: 25px; }
/* Titles and UI chrome must not be selectable: dragging the interactive planets often starts on or crosses this text, and an accidental blue highlight looks broken. Real copy (descriptions, lede, emails, links) stays selectable. */
.site-header, .eyebrow, .hero h1, .hero-meta, .section-number, .statement h2, .work h2, .about h2, .contact h2, .project-index, .project-info h3, .visual-caption, .archive-heading, .site-footer { user-select: none; }
.statement { min-height: 110vh; background: var(--paper); color: var(--ink); display: grid; place-items: center; }.statement .section-number { color: #686966; }.statement .section-number span { color: var(--ink); }.statement-content { position: relative; z-index: 2; width: min(760px, 75vw); margin-left: -12vw; }.statement .eyebrow { color: #596a21; }.statement h2, .work h2, .about h2, .contact h2 { font-size: clamp(3.3rem, 7vw, 7.5rem); line-height: .91; letter-spacing: -.08em; margin: 0; }.statement h2 span, .work h2 span { font-family: var(--serif); font-weight: 400; color: #8a8d89; }.statement-text { width: 330px; margin: 43px 0 0 25%; color: #61635f; font-size: 14px; line-height: 1.75; }.orbit-label { position: absolute; font: 10px var(--mono); color: #8b8c87; letter-spacing: .1em; }.label-a { top: 28%; right: 17%; }.label-b { bottom: 25%; right: 7%; }.label-c { top: 44%; left: 7%; color: #596a21; }
.work { background: var(--ink); padding: 17vh 10vw 13vh; }.work-heading { margin: 0 auto 14vh; width: min(800px, 80vw); }.work-heading h2 span { color: #646a70; }.project-list { max-width: 1050px; margin: auto; display: flex; flex-direction: column; gap: 13vw; }.project-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(35px, 8vw, 135px); }.project-card:nth-child(even) { grid-template-columns: 1fr 1fr; }.project-card:nth-child(even) .project-info { order: 2; }.project-visual { height: clamp(300px, 39vw, 525px); position: relative; overflow: hidden; }.visual-caption { position: absolute; bottom: 20px; left: 21px; color: rgba(255,255,255,.6); font: 10px var(--mono); letter-spacing: .1em; }.project-info { max-width: 350px; }.project-links { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 30px; row-gap: 12px; }.project-index { font: 10px var(--mono); color: var(--acid); letter-spacing: .09em; }.project-info h3 { font-size: clamp(2.9rem, 5vw, 5.8rem); line-height: .86; letter-spacing: -.08em; margin: 20px 0 28px; }.project-info p:not(.project-index) { color: var(--muted); font-size: 13px; line-height: 1.75; margin-bottom: 30px; }.more-work { border-top: 1px solid var(--line); max-width: 1050px; margin: 15vh auto 0; padding-top: 18px; color: var(--muted); font: 11px var(--mono); overflow: hidden; }.archive-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 28px; text-transform: uppercase; letter-spacing: .08em; }.archive-heading p { margin: 0; color: var(--paper); text-transform: none; letter-spacing: 0; }.archive-ticker { width: 100%; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }.archive-ticker.is-dragging { cursor: grabbing; }.ticker-row { overflow: hidden; white-space: nowrap; padding: 10px 0; }.ticker-track { display: inline-flex; align-items: center; gap: 22px; min-width: max-content; padding-right: 22px; animation: tickerForward 34s linear infinite; will-change: transform; }.ticker-row-reverse .ticker-track { animation-name: tickerReverse; animation-duration: 39s; }.ticker-track a { color: var(--paper); font-size: clamp(1rem, 1.7vw, 1.45rem); letter-spacing: -.04em; transition: color .25s ease; }.ticker-track a:hover, .ticker-track a:focus-visible { color: var(--acid); }.ticker-track i { color: var(--coral); font-style: normal; }.archive-ticker:hover .ticker-track, .archive-ticker.is-dragging .ticker-track, .archive-ticker:focus-within .ticker-track { animation-play-state: paused; } @keyframes tickerForward { from { transform: translateX(0); } to { transform: translateX(-50%); } } @keyframes tickerReverse { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.section-number .section-label { color: inherit; margin: 0; }
.project-list[hidden], .project-card[hidden], .more-work[hidden] { display: none !important; }
.view-more-button { display: flex; align-items: center; gap: 28px; margin: 8vh auto 0; border: 1px solid var(--acid); padding: 15px 18px 15px 21px; background: transparent; color: var(--acid); font: 700 12px var(--sans); cursor: pointer; transition: background .25s ease, color .25s ease; }.view-more-button:hover, .view-more-button:focus-visible { background: var(--acid); color: var(--ink); }.view-more-button > span:last-child { display: inline-block; font-size: 18px; transition: transform .25s ease; }.view-more-button[aria-expanded="true"] > span:last-child { transform: rotate(180deg); }
.project-list.is-expanded { max-width: 1180px; grid-template-columns: repeat(3, minmax(0, 1fr)); display: grid; gap: 32px; }.project-list.is-expanded .project-card { display: flex; flex-direction: column; align-items: stretch; gap: 0; min-width: 0; background: #101217; border: 1px solid rgba(240,238,232,.1); }.project-list.is-expanded > .project-card > .project-info { order: 2; }.project-list.is-expanded .project-visual { height: auto; aspect-ratio: 1.35; }.project-list.is-expanded .project-info { display: flex; flex: 1; flex-direction: column; max-width: none; padding: 25px 25px 28px; }.project-list.is-expanded .project-info h3 { font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; overflow-wrap: anywhere; margin: 14px 0 20px; }.project-list.is-expanded .project-info p:not(.project-index) { margin: 0 0 25px; }.project-list.is-expanded .project-links { margin-top: auto; }.project-list.is-expanded .is-extra { display: flex; }
.project-thumb { isolation: isolate; overflow: hidden; }.project-thumb::before, .project-thumb::after { content: ''; position: absolute; pointer-events: none; }.visual-gravity { background: #111827; cursor: crosshair; }.visual-gravity::before { inset: 12%; border: 1px dashed rgba(145,186,255,.35); border-radius: 50%; transform: rotate(-28deg) scaleY(.5); pointer-events: none; }.visual-gravity::after { width: 18px; height: 18px; top: 44%; left: 47%; border-radius: 50%; background: var(--acid); box-shadow: 0 0 28px var(--acid); opacity: .4; pointer-events: none; }.visual-gravity #gravityCanvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; display: block; cursor: crosshair; }.visual-rainy { background: #111d2d; isolation: isolate; cursor: default; }.visual-rainy::before, .visual-rainy::after { display: none; }.visual-rainy > * { pointer-events: none; }.visual-rainy img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; display: block; object-fit: cover; }.visual-tools { --pointer-x: 0px; --pointer-y: 0px; background: linear-gradient(135deg, #142d2b, #263f3b); }.visual-tools::before { inset: 17%; background: repeating-linear-gradient(90deg, transparent 0 29px, rgba(213,255,79,.75) 30px 32px), repeating-linear-gradient(0deg, transparent 0 29px, rgba(145,186,255,.55) 30px 32px); transform: translate(var(--pointer-x), var(--pointer-y)) rotate(12deg); }.visual-tools::after { width: 90px; height: 90px; right: 13%; bottom: 16%; border: 2px solid var(--coral); transform: translate(calc(var(--pointer-x) * -0.7), calc(var(--pointer-y) * -0.7)) rotate(45deg); }.visual-menu { --pointer-x: 0px; --pointer-y: 0px; background: linear-gradient(145deg, #20283a, #11151d); }.visual-menu::before { inset: 18%; border: 1px solid rgba(240,238,232,.5); box-shadow: 14px 14px 0 -1px rgba(145,186,255,.55), 28px 28px 0 -1px rgba(213,255,79,.55); transform: translate(calc(var(--pointer-x) * 0.65), calc(var(--pointer-y) * 0.65)); }.visual-menu::after { width: 42%; height: 8px; top: 38%; left: 29%; background: var(--coral); box-shadow: 0 20px 0 rgba(240,238,232,.6), 0 40px 0 rgba(145,186,255,.7); transform: translate(calc(var(--pointer-x) * -0.45), calc(var(--pointer-y) * -0.45)); }.visual-portal { background: radial-gradient(ellipse at center, transparent 0 18%, rgba(213,255,79,.7) 18.5% 19.5%, transparent 20% 31%, rgba(145,186,255,.75) 31.5% 32.5%, transparent 33% 45%, rgba(255,118,92,.5) 45.5% 46.5%, transparent 47%), #111827; }.visual-portal::before, .visual-portal::after, .visual-proxy::before, .visual-proxy::after { display: none; }.visual-proxy { background: conic-gradient(from 25deg at 50% 50%, #202837, #101419, #38465a, #101419, #202837); }.routing-canvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; display: block; cursor: crosshair; }.routing-canvas + .visual-caption { z-index: 3; pointer-events: none; }.visual-meeting { background: #111; }.visual-meeting::before, .visual-meeting::after { display: none; }.meeting-map { position: absolute; inset: 0; overflow: hidden; background: #111; }.meeting-map > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: auto; filter: grayscale(1) contrast(1.15) brightness(.72); }.meeting-map::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 35%, rgba(0,0,0,.28)); }.map-pin { --pin-color: #fff; position: absolute; z-index: 2; display: block; width: 23px; height: 23px; border: 3px solid #000; border-radius: 50% 50% 50% 2px; background: var(--pin-color); box-shadow: 0 3px 9px rgba(0,0,0,.65); transform: rotate(-45deg); animation: mapPinPulse 2.8s ease-in-out infinite; }.map-pin i { position: absolute; top: 5px; left: 5px; width: 7px; height: 7px; border-radius: 50%; background: #000; }.map-pin-one { --pin-color: #fff; top: 19%; left: 23%; animation-delay: -.3s; }.map-pin-two { --pin-color: #d7d7d7; top: 38%; left: 64%; animation-delay: -.9s; }.map-pin-three { --pin-color: #fff; top: 57%; left: 31%; animation-delay: -1.5s; }.map-pin-four { --pin-color: #d7d7d7; top: 70%; left: 72%; animation-delay: -2.1s; }.map-pin-five { --pin-color: #fff; top: 79%; left: 47%; animation-delay: -2.5s; }.map-attribution { position: absolute; right: 8px; bottom: 7px; z-index: 3; padding: 3px 5px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.7); font: 8px var(--sans); letter-spacing: 0; }.visual-meeting .visual-caption { z-index: 3; } .project-visual:not(.is-thumbnail-playing), .project-visual:not(.is-thumbnail-playing) *, .project-visual:not(.is-thumbnail-playing)::before, .project-visual:not(.is-thumbnail-playing)::after { animation-play-state: paused; } @keyframes mapPinPulse { 0%, 100% { box-shadow: 0 3px 9px rgba(0,0,0,.65), 0 0 0 0 rgba(255,255,255,.45); } 50% { box-shadow: 0 3px 9px rgba(0,0,0,.65), 0 0 0 9px rgba(255,255,255,0); } }.visual-7z { background: linear-gradient(145deg, #33203c, #15171e); cursor: crosshair; }.visual-7z::before, .visual-7z::after { display: none; }.visual-tunnel { background: radial-gradient(ellipse at center, #ff765c 0 2%, #151a25 2.5% 9%, #91baff 9.5% 10%, #151a25 10.5% 18%, #d5ff4f 18.5% 19%, #151a25 19.5% 30%, #91baff 30.5% 31%, #10141b 31.5%); cursor: crosshair; }.visual-tunnel::before, .visual-tunnel::after { display: none; }.visual-instagram { background: linear-gradient(135deg, #39223d, #17213a 48%, #bf5b70); cursor: crosshair; }.visual-instagram::before, .visual-instagram::after, .visual-youtube::before, .visual-youtube::after { display: none; }.visual-youtube { background: linear-gradient(145deg, #3a171f, #15171e); cursor: crosshair; }.social-bot-canvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; display: block; cursor: crosshair; }.social-bot-canvas + .visual-caption { z-index: 3; pointer-events: none; }
.about { background: #bdcce9; color: var(--ink); padding: 17vh 10vw 14vh; min-height: 125vh; }.about .section-number { color: #596474; }.about .section-number span { color: var(--ink); }.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; max-width: 1070px; margin: 7vh auto 0; align-items: center; }.about .eyebrow { color: #506686; }.about h2 em { color: #315486; }.portrait-orbit { height: 260px; position: relative; margin-top: 55px; }.portrait-sphere { position: absolute; top: 25px; left: 24%; display: grid; place-items: center; width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #8faad5 44%, #385e99); color: #e8f0ff; font: 20px var(--mono); letter-spacing: -.1em; box-shadow: inset -24px -18px 30px rgba(22,47,87,.35), 0 20px 35px rgba(48,79,125,.22); }.portrait-ring { position: absolute; border: 1px solid #7392c2; border-radius: 50%; }.ring-one { width: 280px; height: 72px; top: 62px; left: 6%; transform: rotate(-22deg); }.ring-two { width: 210px; height: 55px; top: 72px; left: 16%; transform: rotate(55deg); border-color: rgba(49,84,134,.5); }.about-copy { max-width: 470px; }.about-copy .large-copy { font-size: clamp(1.4rem, 2.3vw, 2.2rem); line-height: 1.15; letter-spacing: -.05em; color: #182d51; }.about-copy p:not(.large-copy) { color: #4f627e; font-size: 13px; line-height: 1.8; }.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; border-top: 1px solid rgba(24,45,81,.28); margin-top: 44px; padding-top: 17px; }.facts b, .facts span { display: block; }.facts b { font: 11px var(--mono); color: #315486; }.facts span { font-size: 10px; color: #607391; margin-top: 8px; }
.contact { min-height: 100vh; display: grid; place-items: center; background: #17191e; }.contact-inner { position: relative; z-index: 2; text-align: center; }.contact .eyebrow { color: var(--coral); }.contact h2 { font-size: clamp(4rem, 9vw, 9rem); }.contact h2 em { color: var(--coral); }.contact-email { display: inline-block; margin-top: 55px; border-bottom: 1px solid var(--coral); padding-bottom: 10px; color: var(--paper); font-size: clamp(1rem, 2vw, 1.5rem); }.contact-email span { color: var(--coral); margin-left: 22px; }.socials { display: flex; justify-content: center; gap: 27px; margin-top: 70px; color: var(--muted); font: 11px var(--mono); }.contact-orbit { position: absolute; width: 50vw; height: 50vw; max-width: 700px; max-height: 700px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255,118,92,.15); border-radius: 50%; }.contact-orbit:before, .contact-orbit:after { content: ''; position: absolute; inset: 9%; border: 1px solid rgba(255,118,92,.11); border-radius: 50%; transform: rotate(45deg) scaleY(.3); }.contact-orbit:after { transform: rotate(-45deg) scaleY(.3); }.contact-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 25px var(--coral); top: 8%; left: 14%; }.contact-ring { position: absolute; inset: 24%; border: 1px solid rgba(213,255,79,.18); border-radius: 50%; }.site-footer { display: flex; justify-content: space-between; padding: 24px 5vw; color: #72757b; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; border-top: 1px solid var(--line); }.site-footer a { color: var(--acid); }
.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s ease; }.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
/* Light theme: sections whose backgrounds were hardcoded dark flip to light
   surfaces so the page reads as a coherent light theme. */
html[data-theme="light"] .statement { background: #e9e7df; color: var(--paper); }
html[data-theme="light"] .contact { background: #dfe0e4; }
html[data-theme="light"] .project-list.is-expanded .project-card { background: #f4f3ee; border-color: rgba(22, 24, 29, .16); }
@media (max-width: 760px) { .grain { display: none; }.site-header { height: 82px; padding: 0 6vw; }.nav { display: none; }.header-link { display: none; }.theme-switch button { font-size: 8px; padding: 3px 5px; }.hero { padding: 20vh 7vw 12vh; align-items: flex-start; }.hero h1 { font-size: clamp(3.6rem, 16vw, 6rem); }.hero-intro { max-width: 290px; margin-top: 28px; }.hero-meta { bottom: 4vh; }.meta-right { display: none; }.statement-content { margin: 0; width: 83vw; }.statement h2, .work h2, .about h2, .contact h2 { font-size: clamp(3.2rem, 15vw, 6rem); line-height: 1.06; }.statement-text { margin: 35px 0 0 10%; width: 75%; }.orbit-label { display: none; }.work, .about { padding-left: 7vw; padding-right: 7vw; }.section-number { left: 7vw; }.work-heading { width: 100%; margin: 6vh auto 9vh; }.project-list { gap: 18vw; }.project-card, .project-card:nth-child(even) { display: flex; flex-direction: column; align-items: stretch; gap: 35px; }.project-card:nth-child(even) .project-info { order: 0; }.project-visual { height: 92vw; max-height: 420px; }.project-info { max-width: 100%; }.project-info h3 { font-size: 4.3rem; }.more-work { display: block; line-height: 2; margin-top: 10vh; }.archive-heading { display: block; margin-bottom: 15px; }.archive-heading p { margin-top: 5px; }.ticker-row { padding: 7px 0; }.ticker-track { gap: 15px; padding-right: 15px; }.ticker-track a { font-size: 1rem; }.about-layout { display: block; margin-top: 6vh; }.portrait-orbit { margin-top: 30px; height: 230px; }.about-copy { margin-top: 45px; }.facts { gap: 8px; }.contact-orbit { width: 120vw; height: 120vw; }.socials { flex-wrap: wrap; margin-top: 50px; }.site-footer { flex-wrap: wrap; gap: 15px; padding: 20px 7vw; }.site-footer span:nth-child(2) { display: none; }.project-list.is-expanded { grid-template-columns: 1fr; gap: 48px; }.project-list.is-expanded .project-card { gap: 0; }.project-list.is-expanded .project-visual { height: auto; max-height: none; }.project-list.is-expanded .project-info { padding: 22px 20px 25px; }.project-list.is-expanded .project-info h3 { font-size: clamp(1.85rem, 10vw, 2.7rem); line-height: .98; overflow-wrap: anywhere; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.js .reveal { opacity: 1; transform: none; transition: none; }.pixel-core, .mini-planet, .map-pin { animation: none; }.ticker-track { animation: none; transform: none; }.archive-ticker { overflow: hidden; mask-image: none; } }
