:root{color-scheme:dark;--bg:#101214;--ink:#f1eee9;--muted:#a8a9ab;--accent:#ff715c;--line:#303235}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;top:-60px;z-index:5;background:#fff;color:#111;padding:10px}.skip:focus{top:5px}header,section,footer{padding-inline:max(6vw,calc((100vw - 1300px)/2))}header{display:flex;align-items:center;justify-content:space-between;padding-block:30px;border-bottom:1px solid #ffffff08}.wordmark{display:flex;align-items:center;gap:20px;font-size:40px;font-weight:750;letter-spacing:-3px;line-height:1}.wordmark span{font-size:9px;color:#aaa;letter-spacing:2px;font-weight:500;border-left:1px solid #555;padding-left:20px}.header-link{font-size:13px;border-bottom:1px solid #676767;padding-bottom:5px}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;min-height:690px;overflow:hidden;background:radial-gradient(ellipse at 85% 60%,#33231e50,transparent 50%)}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:#bec0c2;display:flex;align-items:center;gap:10px}.eyebrow i{width:6px;height:6px;background:var(--accent);border-radius:50%;box-shadow:0 0 15px #ff715c80}h1{font-size:clamp(46px,5.5vw,79px);line-height:1.07;letter-spacing:-3.5px;font-weight:600;margin:26px 0}h1 em{font-style:normal;color:#a4a3a0}.hero-copy>p{color:var(--muted);font-size:18px;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:center;gap:40px;border:1px solid transparent;border-radius:5px;padding:14px 21px;background:var(--accent);color:#18110e;font-size:13px;font-weight:650;cursor:pointer;transition:background .2s}.button:hover{background:#ff9c8a}.hero .button{margin-top:20px}.hero-foot{font-size:9px;letter-spacing:1.7px;color:#939498;margin-top:44px}.hero-foot span{padding:0 13px;color:#555}.sculpture{height:510px;position:relative;perspective:1000px;isolation:isolate}.ambient{position:absolute;width:80%;height:70%;left:10%;top:16%;background:radial-gradient(ellipse,#c9583026,transparent 65%);filter:blur(24px)}.sphere{position:absolute;width:300px;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 28% 23%,#707476 0%,#35393b 24%,#181a1c 50%,#080a0c 73%);box-shadow:inset 6px 8px 15px #ffffff14,inset -12px -15px 18px #000,0 40px 50px #0007;border:1px solid #5e6061;display:grid;place-items:center;overflow:hidden}.sphere:after{content:'';position:absolute;inset:0;border-radius:50%;box-shadow:inset -10px 0 25px #ff684729}.sphere span{font-size:86px;font-weight:600;letter-spacing:-8px;color:#d1cec8;transform:rotate(-12deg);text-shadow:2px 4px 4px #000;z-index:2}.sphere-ring{position:absolute;width:135%;height:38%;border:2px solid #ff715c;transform:rotate(-34deg);border-radius:50%;box-shadow:0 0 15px #ff715c44,inset 0 0 12px #ff715c33}.orbit{position:absolute;left:50%;top:50%;width:440px;height:440px;border:1px solid #8a776557;border-radius:50%;transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-30deg)}.orbit-b{width:400px;height:400px;transform:translate(-50%,-50%) rotateY(68deg) rotateZ(25deg);border-color:#ac654959}.orbit-a:before{content:'';position:absolute;width:8px;height:8px;background:#ff8b6b;border-radius:50%;top:64px;left:51px;box-shadow:0 0 20px #ff7045}.plinth{position:absolute;width:310px;height:38px;left:50%;bottom:57px;transform:translateX(-50%);background:#0009;border-radius:50%;filter:blur(15px);z-index:-1}.annotation{position:absolute;bottom:30px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:3px;color:#888}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;padding-block:42px 55px;border-block:1px solid var(--line)}.principles article>span{font-size:10px;color:var(--accent)}.principles h2{font-size:18px;font-weight:500;margin:14px 0 9px;letter-spacing:-.3px}.principles p{font-size:13px;color:var(--muted);max-width:280px;margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-block:85px}.contact h2{font-size:49px;line-height:1.12;letter-spacing:-2px;font-weight:500;margin:24px 0}.contact p{color:var(--muted);font-size:14px}.text-link{display:inline-block;margin-top:20px;font-size:13px;border-bottom:1px solid #666;padding-bottom:5px}.inquiry-form{padding:28px;background:#191b1d;border:1px solid var(--line);border-radius:9px}.inquiry-form>p{margin:0 0 20px;font-size:12px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;font-size:11px;color:#d4d4d4;margin-bottom:15px}input,textarea{display:block;width:100%;background:#101214;border:1px solid #424448;border-radius:4px;padding:11px;color:#f1eee9;margin-top:7px;font-size:14px}textarea{resize:vertical}.inquiry-form small{display:block;font-size:10px;color:var(--muted);margin:-2px 0 20px}.inquiry-result{margin-top:20px;border-top:1px solid var(--line);padding-top:10px}footer{padding-block:25px;display:flex;align-items:center;gap:30px;border-top:1px solid var(--line)}footer .wordmark{font-size:28px}footer>span{font-size:10px;color:#999}footer>a:last-child{margin-left:auto;font-size:12px}@media(max-width:850px){.hero{grid-template-columns:1fr;min-height:0;padding-top:65px}.hero-copy{position:relative;z-index:2}.sculpture{height:410px;max-width:500px;width:100%;justify-self:center}.sphere{width:260px;height:260px}.orbit{width:370px;height:370px}.orbit-b{width:330px;height:330px}.plinth{bottom:33px}.annotation{bottom:8px}.contact{gap:35px}.contact h2{font-size:38px}}@media(max-width:600px){header{padding-block:22px}.hero{padding-top:45px}h1{font-size:49px;letter-spacing:-2px}.hero-copy>p{font-size:16px}.hero-foot{margin-top:30px}.sculpture{height:365px}.sphere{width:235px;height:235px}.sphere span{font-size:72px}.orbit{width:315px;height:315px}.orbit-b{width:295px;height:295px}.principles{grid-template-columns:1fr;gap:25px;padding-block:30px}.principles article{display:grid;grid-template-columns:25px 1fr;column-gap:10px}.principles article>span{grid-row:1/3;padding-top:5px}.principles h2{margin:0 0 5px}.principles p{grid-column:2;max-width:none}.contact{grid-template-columns:1fr;padding-block:50px}.form-pair{grid-template-columns:1fr;gap:0}.inquiry-form{padding:22px}footer{gap:15px}footer>a:last-child{font-size:11px}.wordmark{font-size:34px}.wordmark span{font-size:8px;gap:12px}.sculpture{overflow:hidden}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Lightweight 3D motion; static presentation is the default fallback. */
.sculpture{transform-style:preserve-3d;transform:rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg));transition:transform .3s ease-out}.sphere{transform-style:preserve-3d}.cycle{padding-block:60px;background:linear-gradient(140deg,#181b1e,#111315);border-top:1px solid var(--line)}.cycle-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:40px}.cycle-heading h2{font-size:clamp(29px,3vw,42px);font-weight:500;letter-spacing:-1.5px;margin:12px 0 0}.motion-toggle{padding:10px 14px;border:1px solid #56585a;color:#dadada;border-radius:5px;background:#1c1f22;font-size:12px;cursor:pointer}.cycle-track{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;perspective:1000px}.cycle-step{position:relative}.cycle-step:not(:last-child):after{content:'→';position:absolute;top:35px;right:-24px;color:#8e5d51}.cycle-icon{width:88px;height:88px;display:grid;place-items:center;border:1px solid #5d5b59;border-bottom:4px solid #090b0d;border-right:4px solid #090b0d;border-radius:20px;background:linear-gradient(135deg,#42484c,#1a1d20 65%);box-shadow:8px 14px 20px #0005,inset 1px 1px 1px #ffffff28;transform:rotateX(14deg) rotateY(-14deg);margin-bottom:22px}.cycle-icon svg{width:43px;height:43px;stroke:#ff947f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 5px #ff715c22)}.cycle-step>span{font-size:9px;letter-spacing:2px;color:#a19b96}.cycle-step h3{font-size:23px;font-weight:500;margin:4px 0}.cycle-step p{font-size:13px;color:var(--muted);max-width:220px}.motion-enabled .sphere{animation:sphere-float 7s ease-in-out infinite}.motion-enabled .orbit-a{animation:orbit-roll 22s linear infinite}.motion-enabled .orbit-b{animation:orbit-cross 30s linear infinite}.motion-enabled .sphere-ring{animation:ring-shift 9s ease-in-out infinite}.motion-enabled .cycle-icon{animation:icon-lift 8s ease-in-out infinite}.motion-enabled .cycle-step:nth-child(2) .cycle-icon{animation-delay:2s}.motion-enabled .cycle-step:nth-child(3) .cycle-icon{animation-delay:4s}.motion-enabled .cycle-step:nth-child(4) .cycle-icon{animation-delay:6s}@keyframes sphere-float{0%,100%{transform:translate(-50%,-50%) rotate(-3deg)}50%{transform:translate(-50%,calc(-50% - 15px)) rotate(3deg)}}@keyframes orbit-roll{from{transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-30deg)}to{transform:translate(-50%,-50%) rotateX(67deg) rotateZ(330deg)}}@keyframes orbit-cross{from{transform:translate(-50%,-50%) rotateY(68deg) rotateZ(25deg)}to{transform:translate(-50%,-50%) rotateY(68deg) rotateZ(-335deg)}}@keyframes ring-shift{0%,100%{transform:rotate(-34deg) translateY(-10px)}50%{transform:rotate(-24deg) translateY(10px)}}@keyframes icon-lift{0%,25%,100%{transform:rotateX(14deg) rotateY(-14deg) translateY(0);border-top-color:#5d5b59}8%,17%{transform:rotateX(0deg) rotateY(8deg) translateY(-9px);border-top-color:#ff947f;box-shadow:8px 20px 26px #0007,0 0 20px #ff715c15}}@media(max-width:600px){.cycle{padding-block:40px}.cycle-heading{align-items:flex-start;flex-direction:column;gap:17px}.cycle-track{grid-template-columns:1fr 1fr;gap:28px}.cycle-step:nth-child(2):after{display:none}.cycle-step:not(:last-child):after{right:-18px}.cycle-icon{width:75px;height:75px}.cycle-step p{font-size:12px}}@media(prefers-reduced-motion:reduce){.motion-enabled .sphere,.motion-enabled .orbit,.motion-enabled .sphere-ring,.motion-enabled .cycle-icon{animation:none}.sculpture{transform:none;transition:none}}
.cycle-heading{justify-content:flex-end;margin-bottom:20px}.cycle-track{align-items:center}.cycle-icon{margin:0 auto}.cycle-step:not(:last-child):after{right:-24px}.cycle{padding-block:30px 50px}
.hero-copy h1{font-size:clamp(100px,13vw,180px);letter-spacing:-12px;line-height:1;margin:0 0 20px}.hero-copy .category{color:#e0ddd7;font-size:clamp(22px,3vw,34px);letter-spacing:-.5px;margin:0}.hero{min-height:620px}.contact{padding-block:55px}.contact h2{font-size:38px}@media(max-width:600px){.hero-copy h1{font-size:110px;letter-spacing:-8px}.hero{min-height:0}.hero-copy .category{font-size:25px}}
.contact{display:flex;justify-content:center;padding-block:32px}.motion-enabled .cycle-icon{animation-duration:4s}.motion-enabled .cycle-step:nth-child(2) .cycle-icon{animation-delay:.7s}.motion-enabled .cycle-step:nth-child(3) .cycle-icon{animation-delay:1.4s}.motion-enabled .cycle-step:nth-child(4) .cycle-icon{animation-delay:2.1s}
.icon-orbits{position:absolute;inset:0;pointer-events:none;z-index:3}.icon-satellite{position:absolute;left:50%;top:50%;width:64px;height:64px;margin:-32px;--angle:0deg;transform:rotate(var(--angle)) translateX(205px)}.satellite-1{--angle:90deg}.satellite-2{--angle:180deg}.satellite-3{--angle:270deg}.satellite-face{width:64px;height:64px;display:grid;place-items:center;border-radius:17px;border:1px solid #73706a;background:linear-gradient(140deg,#454b4f,#171a1d 75%);box-shadow:5px 10px 20px #0008,inset 1px 1px 1px #ffffff25;transform:rotate(calc(-1 * var(--angle)))}.satellite-face svg{width:34px;height:34px;stroke:#ff947f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px #ff715c35)}.sculpture.icons-moving .icon-satellite{animation:satellite-orbit 18s linear infinite}.sculpture.icons-moving .satellite-face{animation:satellite-upright 18s linear infinite}@keyframes satellite-orbit{from{transform:rotate(var(--angle)) translateX(205px)}to{transform:rotate(calc(var(--angle) + 360deg)) translateX(205px)}}@keyframes satellite-upright{from{transform:rotate(calc(-1 * var(--angle)))}to{transform:rotate(calc(-1 * var(--angle) - 360deg))}}@media(max-width:600px){.icon-satellite{width:50px;height:50px;margin:-25px;transform:rotate(var(--angle)) translateX(145px)}.satellite-face{width:50px;height:50px;border-radius:13px}.satellite-face svg{width:28px;height:28px}@keyframes satellite-orbit{from{transform:rotate(var(--angle)) translateX(145px)}to{transform:rotate(calc(var(--angle) + 360deg)) translateX(145px)}}}@media(prefers-reduced-motion:reduce){.sculpture.icons-moving .icon-satellite,.sculpture.icons-moving .satellite-face{animation:none!important}}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hero{display:flex;align-items:center;justify-content:center;min-height:570px;padding-top:0}.sculpture{width:min(560px,100%);flex-shrink:0}.wordmark span{font-size:14px;letter-spacing:0;color:#d2d0cc;font-weight:400}@media(max-width:600px){.hero{min-height:420px;padding-top:0}.wordmark{gap:12px}.wordmark span{font-size:12px;padding-left:12px}.header-link{font-size:11px}}

.wordmark .brand-description{display:flex;flex-direction:column;gap:4px;line-height:1.2}.wordmark .brand-description strong{font-size:15px;font-weight:500;letter-spacing:.2px}.wordmark .brand-description>span{border:0;padding:0;font-size:10px;color:#aaa;letter-spacing:.4px}@media(max-width:600px){.wordmark .brand-description strong{font-size:13px}.wordmark .brand-description>span{font-size:9px}}
