:root {
  --black: #09090b;
  --white: #f2f1ed;
  --orange: #ff6035;
  --gray: #96969d;
  --line: #2c2c32;
  --gutter: clamp(24px, 4vw, 80px);
  --ease: cubic-bezier(.2,.75,.2,1);
  color-scheme: dark;
  color: var(--white);
  background: var(--black);
  font-family: "Syne", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; background: none; border: 0; }
svg { display: block; fill: currentColor; }
a,button { -webkit-tap-highlight-color: transparent; }
button:focus-visible,a:focus-visible { outline: 2px solid var(--orange); outline-offset: 7px; }
::selection { background: var(--orange); color: var(--black); }
[hidden] { display: none !important; }
.symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.mono { font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 400; line-height: 1.6; letter-spacing: .055em; }
.arrow { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.orange { color: var(--orange); }
.stroke { color: transparent; -webkit-text-stroke: 1px currentColor; -webkit-text-stroke-color: #b3b3b8; }
.skip { position: fixed; left: 20px; top: 15px; padding: 14px 20px; background: var(--orange); color: var(--black); z-index: 200; transform: translateY(-200%); }
.skip:focus { transform: none; }
.header { position: fixed; inset: 0 0 auto; height: 94px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 45px; z-index: 50; color: var(--white); background: linear-gradient(#09090b90,transparent); transition: color .35s, background .35s; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 28px; font-weight: 700; letter-spacing: -1.5px; white-space: nowrap; }
.brand svg { width: 28px; height: 28px; }
.navigation { display: flex; gap: 34px; margin: 0 auto; padding-left: 34px; }
.navigation a { font-size: 13px; position: relative; padding: 16px 0; }
.navigation sup { margin-left: 5px; font: 8px "IBM Plex Mono",monospace; color: #929299; }
.navigation a::after,.line-link::after { content: ""; height: 1px; background: currentColor; position: absolute; bottom: 6px; left: 0; right: 0; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.navigation a:hover::after { transform: scaleX(1); }
.header-contact { font: 10px "IBM Plex Mono",monospace; letter-spacing: .03em; display: flex; align-items: center; gap: 25px; padding: 10px 0; border-bottom: 1px solid #77777d; }
.header-contact .arrow { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.header-contact:hover .arrow { transform: translate(3px,-3px); }
.reading-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; background: var(--orange); transform: scaleX(var(--reading,0)); transform-origin: left; }
.menu-trigger { display: none; width: 34px; height: 38px; padding: 7px 0; }
.menu-trigger span { display: block; width: 26px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
.menu-trigger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-trigger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 74px 0 auto; z-index: 49; background: var(--black); padding: 24px var(--gutter) 35px; border-bottom: 1px solid var(--line); }
.mobile-menu a { display: flex; align-items: center; gap: 25px; font-size: 35px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.mobile-menu a span { font: 10px "IBM Plex Mono",monospace; color: var(--orange); }
.experience { position: relative; height: 235svh; }
.studio-anchor { position: absolute; top: 115svh; }
.stage { position: sticky; top: 0; width: 100%; height: 100svh; min-height: 650px; overflow: clip; isolation: isolate; background: var(--black); }
.stage-light { position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 53%,#1a1d253b,transparent 53%); }
#world { display: block; position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.scene-fallback { position: absolute; width: 40vw; height: 40vw; top: 21%; right: 8%; transform: rotate(-25deg); }
.scene-fallback i { position: absolute; inset: 0; border: 5vw solid #3b3f46; border-top-color: #e8e8ed; border-bottom-color: #787a86; border-right-color: #0d0e13; border-radius: 50%; box-shadow: inset 6px 3px 14px #fff8,7px 7px 22px #0008; }
.scene-fallback i:nth-child(2) { transform: rotateY(63deg) rotateZ(50deg); }
.scene-fallback i:nth-child(3) { transform: rotateX(64deg) rotateZ(-50deg); }
.webgl-active .scene-fallback { display: none; }
.hero-panel { position: absolute; inset: 0; z-index: 2; opacity: var(--hero-opacity,1); pointer-events: auto; }
.hero-eyebrow { position: absolute; top: 18%; left: var(--gutter); display: flex; align-items: center; gap: 10px; font-size: 9px; color: #c2c2c7; }
.live-dot { display: inline-block; background: var(--orange); width: 6px; height: 6px; border-radius: 50%; box-shadow: 0 0 15px #ff603555; flex-shrink: 0; }
.hero-location { margin-left: 32px; color: #6e6e76; font-size: 8px; }
.hero-line { position: absolute; display: block; font-weight: 600; line-height: .9; letter-spacing: -.075em; white-space: nowrap; will-change: transform; }
.line-one { font-size: clamp(105px,15.7vw,245px); top: 26%; left: calc(var(--gutter) - 6px); transform: translateX(calc(var(--hero-drift,0) * -170px)); }
.line-two { font-size: clamp(88px,11.2vw,180px); right: var(--gutter); top: 51%; transform: translateX(calc(var(--hero-drift,0) * 210px)); }
.outline { -webkit-text-stroke: 1px #f2f1ed; color: transparent; }
.hero-copy { position: absolute; bottom: 16%; left: var(--gutter); transform: translateY(calc(var(--hero-drift,0) * 70px)); }
.hero-copy>p { font-size: 21px; font-weight: 500; letter-spacing: -.04em; line-height: 1.6; }
.hero-copy>span { display: block; margin-top: 16px; font-family: "Apple SD Gothic Neo","Malgun Gothic",sans-serif; color: #87878f; font-size: 12px; line-height: 1.9; letter-spacing: -.01em; }
.explore-link { position: absolute; bottom: 15%; right: var(--gutter); display: flex; align-items: center; gap: 18px; }
.explore-link .mono { font-size: 8px; color: #a8a8ae; }
.explore-circle { width: 53px; height: 53px; display: grid; place-items: center; border: 1px solid #6d6d75; border-radius: 50%; font: 25px sans-serif; transition: background .3s,color .3s; }
.explore-link:hover .explore-circle { background: var(--white); color: var(--black); }
.hero-footer { position: absolute; bottom: 7%; left: var(--gutter); right: var(--gutter); display: flex; align-items: center; justify-content: space-between; color: #73737c; font-size: 8px; border-top: 1px solid #ffffff16; padding-top: 20px; }
.manifesto { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; opacity: var(--manifesto-opacity,0); transform: translateY(calc((1 - var(--manifesto-in,0)) * 65px)); pointer-events: none; }
.manifesto::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse,#09090b40,transparent 75%); }
.manifesto .chapter-label { color: var(--orange); margin-bottom: 32px; font-size: 10px; }
.manifesto h2 { font-size: clamp(58px,7.8vw,115px); line-height: 1.3; font-weight: 600; letter-spacing: -.06em; }
.manifesto h2 span { display: block; }
.manifesto-accent { color: var(--orange); }
.manifesto-description { font-size: 15px; line-height: 1.95; letter-spacing: -.025em; margin-top: 28px; color: #bcbcc4; }
.manifesto-end { position: absolute; bottom: 9%; color: #aaaab3; font-size: 8px; }
.stage-coordinate { position: absolute; z-index: 3; right: 21px; top: 45%; display: flex; gap: 20px; writing-mode: vertical-rl; font-size: 7px; color: #686870; }
.stage-count { position: absolute; left: var(--gutter); bottom: 5%; opacity: var(--manifesto-opacity,0); color: var(--orange); font-size: 10px; }
.section-shell { padding-inline: var(--gutter); }
.section-meta { display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #8c8c95; }
.section-meta .mono { font-size: 8px; }
.about { padding-top: 105px; padding-bottom: 0; overflow: clip; }
.about-layout { padding: 95px 0 80px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; }
.about-statement h2 { font-size: clamp(39px,4.4vw,70px); font-weight: 500; line-height: 1.5; letter-spacing: -.065em; }
.about-statement h2 em { font-style: normal; color: var(--orange); }
.word-reveal { --word-progress:0; }
.word-reveal .word { color: #343438; transition: color .28s ease; }
.word-reveal .word.lit { color: var(--white); }
.word-reveal em .word.lit { color: var(--orange); }
.line-link { display: inline-flex; align-items: center; gap: 50px; padding-bottom: 14px; border-bottom: 1px solid #717178; margin-top: 44px; font-size: 12px; position: relative; }
.line-link .arrow { width: 19px; height: 19px; transition: transform .3s; }
.line-link:hover .arrow { transform: translate(4px,-4px); }
.about-notes { padding-top: 18px; max-width: 360px; justify-self: end; }
.asterisk { display: block; color: var(--orange); font-size: 65px; line-height: 1; margin-bottom: 32px; transform: rotate(calc(var(--about-progress,0) * 180deg)); transform-origin: 30px center; }
.about-notes p:first-of-type { font-size: 19px; line-height: 1.65; letter-spacing: -.035em; margin-bottom: 24px; }
.about-notes p:last-of-type { font-size: 13px; line-height: 1.95; letter-spacing: -.015em; color: #87878f; word-break: keep-all; }
.platforms { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 29px; font-size: 8px; }
.platforms span:last-child { color: #87878f; }
.kinetic-type { padding: 15px 0 70px; margin-inline: calc(var(--gutter) * -1); overflow: hidden; }
.kinetic-type>div { display: flex; width: max-content; gap: 45px; transform: translateX(calc(var(--about-progress,0) * -350px)); will-change: transform; }
.kinetic-type span { font-size: clamp(75px,12.3vw,185px); font-weight: 700; letter-spacing: -.08em; line-height: 1.1; white-space: nowrap; }
.kinetic-type .stroke { -webkit-text-stroke-color: #595960; }
.approach { height: 265svh; color: var(--black); background: var(--orange); }
.approach-stage { position: sticky; top: 0; height: 100svh; min-height: 700px; overflow: clip; padding: 118px var(--gutter) 30px; background: var(--orange); }
.approach-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.approach-header .mono { font-size: 9px; margin-bottom: 13px; }
.approach-header h2 { font-size: clamp(46px,5.6vw,89px); font-weight: 600; letter-spacing: -.075em; line-height: .95; }
.approach-header h2 span { font-weight: 800; }
.approach-intro { font-size: 12px; line-height: 1.8; letter-spacing: -.03em; padding-bottom: 4px; }
.gallery-window { width: calc(100% + var(--gutter)); overflow: visible; }
.gallery-track { display: flex; gap: 28px; width: max-content; transform: translateX(var(--gallery-x,0px)); will-change: transform; }
.process-panel { width: 73vw; max-width: 1160px; flex-shrink: 0; }
.panel-art { position: relative; height: clamp(290px,48svh,550px); overflow: hidden; }
.panel-caption { padding-top: 20px; display: flex; justify-content: space-between; align-items: end; }
.panel-caption .mono { font-size: 8px; }
.panel-caption h3 { font-size: 18px; font-weight: 500; letter-spacing: -.04em; margin-top: 8px; }
.panel-number { font-size: 36px; letter-spacing: -.07em; font-weight: 500; }
.portal-art { background: #131315; color: #d5d6db; }
.portal-rings { width: 61%; aspect-ratio: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-33deg) rotateX(24deg); }
.portal-rings i { position: absolute; border: 1px solid #c7c9d780; border-radius: 40%; inset: calc(var(--ring) * 1.65%); box-shadow: 0 0 0 1px #0007; transform: translateX(calc(var(--ring) * .85px)) rotate(calc(var(--ring) * 2.3deg + var(--gallery-progress,0) * 20deg)); }
.portal-rings i:nth-child(3n) { border-color: #f5f5fd; }
.portal-word { position: absolute; top: 15%; left: 5%; font-size: clamp(76px,10vw,155px); line-height: .8; font-weight: 700; letter-spacing: -.09em; }
.portal-word i { font-family: Georgia,serif; font-weight: 400; line-height: .95; }
.art-annotation { position: absolute; left: 5%; bottom: 7%; color: #9a9aa6; font-size: 7px; line-height: 1.8; }
.art-cross { position: absolute; right: 5%; top: 5%; font: 50px sans-serif; font-weight: 200; color: var(--orange); }
.feel-art { background: #a9a2ff; color: #201c46; }
.feel-grid { position: absolute; inset: 0; background: linear-gradient(90deg,#38326420 1px,transparent 1px),linear-gradient(#38326420 1px,transparent 1px); background-size: 50px 50px; }
.feel-word { position: absolute; top: 10%; left: 5%; font-size: clamp(72px,9vw,136px); font-weight: 800; line-height: .82; letter-spacing: -.09em; }
.feel-art .art-annotation { color: #423b70; }
.glass-stack { position: absolute; width: 35%; height: 70%; right: 15%; top: 11%; perspective: 900px; transform: rotate(-18deg); }
.glass-stack i { position: absolute; inset: 0; border: 1px solid #f4f0ff; border-radius: 9px; background: linear-gradient(120deg,#fefeff55,#7467da18 35%,#e2e0ff99); box-shadow: 0 8px 12px #3e316421,inset 0 0 30px #ffffff16; transform: translate(calc(var(--sheet) * 18px),calc(var(--sheet) * 18px)) rotateY(-35deg) rotateX(42deg); backdrop-filter: blur(2px); }
.glass-stack i:nth-child(1){--sheet:0}.glass-stack i:nth-child(2){--sheet:1}.glass-stack i:nth-child(3){--sheet:2}.glass-stack i:nth-child(4){--sheet:3}.glass-stack i:nth-child(5){--sheet:4}
.build-art { background: #d9dad7; color: #151616; }
.wave-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .6; }
.build-word { position: absolute; left: 5%; top: 16%; font-size: clamp(80px,10vw,155px); line-height: .83; letter-spacing: -.08em; font-weight: 800; }
.build-word i { font-family: Georgia,serif; font-weight: 400; }
.build-art .art-annotation { color: #3c4340; }
.build-stamp { position: absolute; bottom: 7%; right: 5%; display: flex; align-items: center; gap: 11px; font-size: 51px; font-weight: 800; }
.build-stamp>span { font: 7px/1.8 "IBM Plex Mono",monospace; letter-spacing: .04em; }
.gallery-footer { display: flex; align-items: center; gap: 24px; margin-top: 26px; }
.gallery-current { font-size: 9px; width: 56px; }
.gallery-progress { width: 140px; height: 1px; background: #09090b40; }
.gallery-progress>span { display: block; height: 2px; width: 33.333%; background: var(--black); transform: translateX(calc(var(--gallery-progress,0) * 200%)); }
.gallery-buttons { display: flex; gap: 8px; }
.gallery-buttons button { border: 1px solid #09090b60; border-radius: 50%; width: 33px; height: 33px; font: 20px sans-serif; transition: color .2s,background .2s; }
.gallery-buttons button:hover { color: var(--orange); background: var(--black); }
.gallery-buttons button:disabled { opacity: .3; cursor: default; }
.gallery-skip { margin-left: auto; font-size: 8px; }
.products { padding-top: 115px; padding-bottom: 125px; }
.products-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-top: 65px; margin-bottom: 65px; }
.products-heading h2 { font-size: clamp(58px,8vw,120px); line-height: .95; font-weight: 600; letter-spacing: -.075em; }
.products-heading p { font-size: 13px; line-height: 1.9; color: #96969f; letter-spacing: -.03em; padding-bottom: 3px; }
.next-release,.app-release { border-top: 1px solid #4b4b52; border-bottom: 1px solid #4b4b52; display: flex; align-items: center; gap: 50px; padding: 40px 0; }
.release-index { color: #6e6e78; font-size: 10px; width: 90px; }
.release-status { display: flex; align-items: center; gap: 8px; color: var(--orange); font-size: 8px; margin-bottom: 13px; }
.next-release h3,.app-release h3 { font-size: 25px; letter-spacing: -.055em; font-weight: 500; }
.next-release p,.app-release p { color: #85858f; font-size: 12px; margin-top: 12px; line-height: 1.8; }
.release-arrow { margin-left: auto; width: 51px; height: 51px; color: #595961; stroke-width: 1; }
.app-release { flex-wrap: wrap; border-bottom: 0; }
.app-icon { width: 64px; height: 64px; object-fit: cover; border-radius: 14px; }
.store-links { display: flex; gap: 20px; margin-left: auto; font-size: 12px; }
.store-links a { border-bottom: 1px solid #72727c; padding: 12px 0; }
.store-links a:hover { color: var(--orange); }
.contact { background: #101013; padding-top: 65px; padding-bottom: 75px; border-top: 1px solid #24242a; overflow: clip; }
.contact-heading { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 80px; }
.contact-heading h2 { font-size: clamp(62px,10.5vw,163px); font-weight: 600; letter-spacing: -.07em; line-height: .95; }
.contact-italic { font-family: Georgia,serif; font-style: italic; font-size: 1.02em; font-weight: 400; }
.contact-arrow { flex-shrink: 0; display: grid; place-items: center; width: 185px; height: 185px; margin-right: 4vw; border-radius: 50%; background: var(--orange); color: var(--black); transition: transform .5s var(--ease),background .4s; }
.contact-arrow .arrow { width: 91px; height: 91px; stroke-width: 1; }
.contact-arrow:hover { background: var(--white); transform: rotate(45deg); }
.contact-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 60px; margin-top: 55px; border-top: 1px solid #38383f; }
.contact-bottom>p { font-size: 13px; line-height: 1.9; color: #93939d; letter-spacing: -.025em; }
.email { display: flex; align-items: center; gap: 35px; font-size: clamp(23px,3.15vw,49px); letter-spacing: -.06em; padding-bottom: 9px; border-bottom: 1px solid #53535d; }
.email .arrow { width: 30px; height: 30px; flex-shrink: 0; }
.email:hover { color: var(--orange); }
.footer { overflow: hidden; padding-top: 42px; padding-bottom: 28px; }
.footer-word { font-size: 17vw; font-weight: 700; letter-spacing: -.095em; line-height: 1.05; white-space: nowrap; color: #18181d; transform: translateX(-.4vw); transition: color .7s; }
.footer:hover .footer-word { color: #303039; }
.footer-information { padding-top: 25px; border-top: 1px solid #25252d; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #74747f; }
.footer-information .mono { font-size: 8px; }
.business { font: 10px/1.8 "Apple SD Gothic Neo","Malgun Gothic",sans-serif; margin-left: auto; }
.business-button { font-size: 10px; padding: 8px 0; border-bottom: 1px solid #42424d; }
.back-top { margin-left: 22px; white-space: nowrap; }
.experience-controls { position: fixed; bottom: 17px; left: 17px; z-index: 45; }
.motion-button { font-size: 7px; display: flex; align-items: center; gap: 7px; padding: 10px 11px; background: #17171cdb; color: #b5b5bf; border: 1px solid #49495055; border-radius: 2px; backdrop-filter: blur(8px); }
.motion-symbol { font-size: 11px; min-width: 10px; }
.chapter-nav { position: fixed; right: 15px; top: 50%; transform: translateY(-50%); z-index: 40; display: flex; flex-direction: column; gap: 12px; mix-blend-mode: difference; }
.chapter-nav a { display: flex; align-items: center; gap: 8px; padding: 4px 0; }
.chapter-nav span { font: 7px "IBM Plex Mono",monospace; opacity: 0; transition: opacity .2s; }
.chapter-nav i { width: 11px; height: 1px; background: #999; transition: width .25s,background .25s; }
.chapter-nav a[aria-current] span,.chapter-nav a:hover span { opacity: 1; }
.chapter-nav a[aria-current] i { width: 22px; background: #fff; }
.business-dialog { width: min(500px,calc(100% - 40px)); border: 1px solid #44444e; padding: 42px 35px; background: #15151b; color: var(--white); }
.business-dialog::backdrop { background: #000a; backdrop-filter: blur(10px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 32px; height: 32px; font: 30px sans-serif; }
.business-dialog>.mono { color: var(--orange); font-size: 8px; }
.business-dialog h2 { font-size: 29px; letter-spacing: -.05em; margin-top: 25px; }
.business-dialog h2>span { font-size: 17px; color: #9898a2; margin-left: 10px; }
.business-dialog dl { margin: 28px 0; font-size: 12px; }
.business-dialog dl>div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #34343c; }
.business-dialog dt { color: #90909c; }
.business-dialog dd { margin: 0; }
.business-dialog>p { color: #8b8b96; font-size: 11px; line-height: 1.9; }
.dialog-contact { display: block; text-align: center; background: var(--orange); color: var(--black); padding: 15px; font-size: 13px; margin-top: 25px; }
.reveal { opacity: 1; transform: none; }
.js-ready .reveal.pending { opacity: 0; transform: translateY(32px); }
.reveal.visible { opacity: 1; transform: none; transition: opacity .85s var(--ease),transform .85s var(--ease); }
.on-orange .header { background: linear-gradient(#ff6035ed,#ff603500); color: var(--black); }
.on-orange .navigation sup { color: #78371f; }
.on-orange .header-contact { border-bottom-color: #6c3221; }
.on-orange .reading-progress { background: var(--black); }
.on-orange .brand svg path:last-child { fill: var(--black); }
.is-scrolled .header { background: #09090bed; backdrop-filter: blur(18px); }
.is-scrolled.on-orange .header { background: #ff6035f5; }

@media (min-width: 1700px) {
  .stage { max-height: 1150px; }
  .line-one { top: 25%; }
  .approach-stage { padding-top: 140px; }
}
@media (max-height: 800px) and (min-width: 761px) {
  .stage { min-height: 610px; }
  .hero-copy { bottom: 13%; }
  .hero-copy>span { font-size: 11px; margin-top: 10px; }
  .hero-copy>p { font-size: 17px; line-height: 1.45; }
  .line-one { top: 24%; font-size: 14vw; }
  .line-two { top: 50%; font-size: 10.4vw; }
  .hero-eyebrow { top: 17%; }
  .hero-footer { bottom: 7%; padding-top: 13px; }
  .approach-stage { min-height: 610px; padding-top: 95px; }
  .approach-header { margin-bottom: 24px; }
  .approach-header h2 { font-size: 5vw; }
  .panel-art { height: 42svh; min-height: 245px; }
  .gallery-footer { margin-top: 18px; }
}
@media (max-width: 1100px) {
  .header { height: 82px; gap: 25px; }
  .navigation { gap: 23px; padding-left: 0; }
  .line-one { font-size: 15.6vw; }
  .line-two { font-size: 11vw; }
  .hero-location { display: none; }
  .about-layout { gap: 45px; grid-template-columns: 1.35fr 1fr; }
  .about-notes { max-width: 290px; }
  .about-notes p:first-of-type { font-size: 17px; }
  .about-statement h2 { font-size: 4.4vw; }
  .products-heading h2 { font-size: 7.5vw; }
  .products-heading p { font-size: 12px; }
  .contact-arrow { width: 130px; height: 130px; margin-right: 1vw; }
  .contact-arrow .arrow { width: 65px; height: 65px; }
  .email { gap: 16px; }
  .footer-information { gap: 17px; flex-wrap: wrap; }
  .back-top { margin-left: auto; }
  .business { margin-left: 0; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 85px; }
  .header { height: 74px; gap: 24px; }
  .brand { font-size: 25px; }
  .brand svg { width: 25px; height: 25px; }
  .navigation { display: none; }
  .header-contact { margin-left: auto; font-size: 8px; gap: 16px; }
  .header-contact .arrow { width: 16px; height: 16px; }
  .menu-trigger { display: block; }
  .experience { height: 190svh; }
  .stage { height: 100svh; min-height: 640px; }
  .studio-anchor { top: 65svh; }
  .hero-eyebrow { top: 15%; font-size: 8px; }
  .line-one { top: 22%; font-size: 19.7vw; left: calc(var(--gutter) - 3px); }
  .line-two { top: 57%; right: var(--gutter); font-size: 12.5vw; }
  .hero-copy { bottom: 13%; }
  .hero-copy>p { font-size: 16px; line-height: 1.55; }
  .hero-copy>span { display: none; }
  .explore-link { bottom: 13%; gap: 0; }
  .explore-link>.mono { display: none; }
  .explore-circle { width: 42px; height: 42px; font-size: 22px; }
  .hero-footer { font-size: 6px; bottom: 7%; padding-top: 13px; }
  .hero-footer>span:first-child { max-width: 200px; }
  .stage-coordinate { display: none; }
  .manifesto { padding-inline: 24px; }
  .manifesto h2 { font-size: clamp(40px,8.7vw,64px); }
  .manifesto .chapter-label { font-size: 8px; margin-bottom: 22px; }
  .manifesto-description { font-size: 12px; line-height: 1.85; max-width: 330px; word-break: keep-all; }
  .manifesto-description br { display: none; }
  .manifesto-end { font-size: 6px; }
  .scene-fallback { width: 68vw; height: 68vw; right: 16vw; top: 32%; }
  .scene-fallback i { border-width: 8vw; }
  .section-meta { gap: 25px; }
  .section-meta .mono { font-size: 7px; }
  .section-meta>span:last-child { text-align: right; max-width: 150px; }
  .about { padding-top: 70px; }
  .about-layout { grid-template-columns: 1fr; gap: 55px; padding: 55px 0 50px; }
  .about-statement h2 { font-size: clamp(32px,6.3vw,46px); }
  .line-link { font-size: 11px; margin-top: 30px; gap: 35px; }
  .about-notes { max-width: 450px; width: 100%; justify-self: start; padding-top: 0; }
  .asterisk { font-size: 49px; margin-bottom: 23px; transform-origin: 24px center; }
  .about-notes p:first-of-type { font-size: 18px; margin-bottom: 19px; }
  .about-notes p:last-of-type { font-size: 13px; }
  .platforms { font-size: 7px; }
  .kinetic-type { padding: 15px 0 60px; }
  .kinetic-type span { font-size: 17vw; }
  .kinetic-type>div { gap: 25px; }
  .approach { height: auto; }
  .approach-stage { height: auto; min-height: 0; position: relative; padding: 65px var(--gutter) 45px; }
  .approach-header { display: block; margin-bottom: 30px; }
  .approach-header h2 { font-size: 8vw; }
  .approach-header .mono { font-size: 7px; margin-bottom: 15px; }
  .approach-intro { font-size: 12px; margin-top: 20px; line-height: 1.8; }
  .gallery-window { width: 100%; }
  .gallery-track { width: 100%; display: grid; gap: 40px; transform: none !important; }
  .process-panel { width: 100%; min-width: 0; }
  .panel-art { height: auto; min-height: 0; aspect-ratio: 1.05; }
  .panel-caption { padding-top: 15px; }
  .panel-caption .mono { font-size: 6px; }
  .panel-caption h3 { font-size: 14px; margin-top: 7px; }
  .panel-number { font-size: 30px; }
  .portal-rings { width: 94%; left: 62%; }
  .portal-word { top: 12%; left: 7%; font-size: 17vw; }
  .art-annotation { font-size: 6px; left: 7%; }
  .art-cross { font-size: 40px; }
  .feel-word { font-size: 17vw; left: 7%; }
  .glass-stack { width: 40%; height: 57%; top: 24%; right: 23%; }
  .glass-stack i { transform: translate(calc(var(--sheet) * 11px),calc(var(--sheet) * 11px)) rotateY(-35deg) rotateX(42deg); }
  .build-word { font-size: 17vw; left: 7%; }
  .build-stamp { font-size: 40px; right: 7%; }
  .build-stamp>span { font-size: 5px; }
  .gallery-footer { margin-top: 35px; }
  .gallery-current,.gallery-progress,.gallery-buttons { display: none; }
  .gallery-skip { margin-left: 0; font-size: 8px; padding-bottom: 8px; border-bottom: 1px solid #09090b60; }
  .products { padding-block: 75px; }
  .products-heading { display: block; margin-block: 45px 40px; }
  .products-heading h2 { font-size: 10.5vw; }
  .products-heading p { margin-top: 25px; font-size: 12px; }
  .next-release,.app-release { padding: 28px 0; gap: 20px; align-items: start; }
  .release-index { width: auto; font-size: 8px; white-space: nowrap; padding-top: 2px; }
  .release-status { font-size: 6px; gap: 6px; }
  .release-status .live-dot { width: 4px; height: 4px; }
  .next-release h3,.app-release h3 { font-size: 19px; line-height: 1.5; word-break: keep-all; }
  .next-release p,.app-release p { font-size: 11px; margin-top: 7px; }
  .release-arrow { width: 25px; height: 25px; flex-shrink: 0; }
  .store-links { margin-left: 0; font-size: 11px; }
  .contact { padding-block: 45px; }
  .contact .section-meta>span:last-child { display: none; }
  .contact-heading { margin-top: 48px; gap: 15px; align-items: end; }
  .contact-heading h2 { font-size: 10.8vw; }
  .contact-arrow { width: 60px; height: 60px; margin: 0 0 2px -50px; z-index: 1; }
  .contact-arrow .arrow { width: 33px; height: 33px; }
  .contact-bottom { display: block; margin-top: 38px; padding-top: 30px; }
  .contact-bottom>p { font-size: 12px; }
  .email { margin-top: 24px; font-size: 5.5vw; gap: 12px; justify-content: space-between; }
  .email .arrow { width: 24px; height: 24px; }
  .footer { padding-top: 30px; padding-bottom: 75px; }
  .footer-word { font-size: 16.2vw; letter-spacing: -.1em; }
  .footer-information { gap: 12px 20px; padding-top: 20px; }
  .footer-information .mono { font-size: 6px; }
  .business { font-size: 8px; order: 3; width: 100%; }
  .business-button { font-size: 9px; margin-left: auto; }
  .back-top { font-size: 6px; margin-left: 0; }
  .experience-controls { bottom: 12px; left: 12px; }
  .motion-button { font-size: 6px; padding: 8px; }
  .chapter-nav { display: none; }
}
@media (max-width: 380px) {
  :root { --gutter: 20px; }
  .brand { font-size: 22px; }
  .brand svg { width: 23px; height: 23px; }
  .header { gap: 17px; }
  .header-contact { gap: 9px; font-size: 7px; }
  .header-contact .arrow { width: 14px; height: 14px; }
  .hero-copy>p { font-size: 15px; }
  .next-release { gap: 13px; }
  .release-arrow { display: none; }
  .business-dialog { padding: 35px 24px; }
  .business-dialog dl { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .experience { height: auto; }
  .stage { height: auto; min-height: 0; position: relative; }
  #world { height: 100svh; min-height: 640px; }
  .hero-panel { position: relative; height: 100svh; min-height: 640px; opacity: 1; }
  .hero-line,.hero-copy { transform: none; }
  .manifesto { position: relative; opacity: 1; transform: none; padding: 90px var(--gutter) 120px; min-height: 650px; background: var(--black); }
  .manifesto-end { bottom: 40px; }
  .stage-count,.stage-coordinate { display: none; }
  .approach { height: auto; }
  .approach-stage { height: auto; min-height: 0; position: relative; padding-block: 80px 50px; }
  .gallery-window { width: 100%; }
  .gallery-track { transform: none !important; width: 100%; display: grid; gap: 40px; }
  .process-panel { width: 100%; max-width: none; }
  .gallery-buttons,.gallery-current,.gallery-progress { display: none; }
  .js-ready .reveal.pending { opacity: 1; transform: none; }
  .word-reveal .word { color: var(--white); }
  .word-reveal em .word { color: var(--orange); }
  .kinetic-type>div { transform: none; }
}
