:root{--bg-0: #050506;--bg-1: #08090a;--bg-2: #0f1011;--bg-3: #141516;--surface: rgba(15, 16, 17, .78);--surface-strong: rgba(18, 19, 22, .92);--surface-soft: rgba(17, 17, 19, .62);--line: rgba(228, 229, 233, .08);--line-strong: rgba(228, 229, 233, .14);--line-soft: rgba(228, 229, 233, .04);--text: #efe9e2;--muted: #a4a0a6;--soft: #7f8087;--warm: #e7c3b0;--warm-strong: #f2c2a8;--warm-soft: rgba(231, 195, 176, .12);--cool: #8fa4ff;--cool-strong: #b4bcd0;--cool-soft: rgba(143, 164, 255, .12);--shadow: 0 30px 120px rgba(0, 0, 0, .5);--shadow-soft: 0 18px 60px rgba(0, 0, 0, .28);--radius-pill: 999px;--radius-card: 32px;--font-display: "Hahmlet", serif;--font-body: "Inter", "Noto Sans KR", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#000;max-width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;max-width:100%;color:var(--text);background:linear-gradient(180deg,#010101,#000);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-break:keep-all;overscroll-behavior-y:auto;overflow-x:hidden}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-2}body:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:radial-gradient(circle at center,black 0,transparent 78%);mask-image:radial-gradient(circle at center,black 0,transparent 78%)}body:after{background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.028) 50%,transparent 58%),linear-gradient(195deg,transparent 38%,rgba(255,255,255,.02) 48%,transparent 57%);opacity:.1;filter:blur(26px)}a{color:inherit}.page-shell{position:relative;width:min(1460px,calc(100% - 24px));margin:20px auto 80px;isolation:isolate;overflow-x:clip}.page-shell:before,.page-shell:after{content:"";position:absolute;pointer-events:none;z-index:-1}.page-shell:before{top:100px;left:12%;width:56%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);filter:blur(.6px)}.page-shell:after{top:260px;right:12%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.015),transparent 70%);filter:blur(12px)}.ambient{position:fixed;border-radius:50%;filter:blur(82px);z-index:-3;pointer-events:none}.ambient-one{top:110px;left:-80px;width:240px;height:240px;background:#e7c3b00b}.ambient-two{top:340px;right:-100px;width:320px;height:320px;background:#8fa4ff0a}.ambient-three{bottom:90px;left:34%;width:360px;height:360px;background:#ffffff03}.site-header{position:sticky;top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border:1px solid var(--line);border-radius:var(--radius-pill);background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 72%),#0a0a0bc7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:inset 0 1px #ffffff05;z-index:30}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-dot{width:11px;height:11px;border-radius:50%;background:linear-gradient(135deg,var(--warm),#f7ded3);box-shadow:0 0 0 4px #e7c3b014,0 0 20px #e7c3b066}.brand-name{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.site-nav{display:flex;gap:22px}.site-nav a{position:relative;color:var(--soft);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:color .22s ease}.site-nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(239,233,226,.8),transparent);transform:scaleX(0);transform-origin:center;transition:transform .26s ease}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.is-active{color:var(--text)}.site-nav a:hover:after,.site-nav a:focus-visible:after,.site-nav a.is-active:after{transform:scaleX(1)}main{padding-top:0}.section-reveal{position:relative}.section-reveal:not(.hero){--section-shift: 0px;--enter-y: 40px;--enter-scale: .968;--enter-blur: 10px;content-visibility:auto;contain:layout style;contain-intrinsic-size:auto 860px;overflow:visible}.section-reveal.is-enter-from-top:not(.hero){--enter-y: -40px}.section-reveal.is-enter-from-bottom:not(.hero){--enter-y: 40px}.section-reveal:not(.hero):after{content:none}.section-reveal.is-visible:not(.hero):after{content:none}.section-reveal:not(.hero) .section-head,.section-reveal:not(.hero) .about-layout,.section-reveal:not(.hero) .carousel-shell,.section-reveal:not(.hero) .contact-card{opacity:0;will-change:opacity,transform,filter;filter:blur(var(--enter-blur)) saturate(.9);transform:translate3d(0,calc(var(--enter-y) + var(--section-shift)),0) scale(var(--enter-scale));transition:opacity .56s cubic-bezier(.2,.9,.24,1),transform .74s cubic-bezier(.2,.9,.24,1),filter .74s cubic-bezier(.2,.9,.24,1)}.section-reveal.is-visible:not(.hero) .section-head,.section-reveal.is-visible:not(.hero) .about-layout,.section-reveal.is-visible:not(.hero) .carousel-shell,.section-reveal.is-visible:not(.hero) .contact-card{opacity:1;filter:blur(0) saturate(1);transform:translate3d(0,var(--section-shift),0) scale(1)}.hero-visual,.hero-sculpture-stage,.about-layout,.carousel-shell,.orbit-scene,.orbit-track,.contact-card{contain:layout style}.section-reveal:not(.hero) .section-head{transition-delay:0ms}.section-reveal:not(.hero) .about-layout,.section-reveal:not(.hero) .carousel-shell,.section-reveal:not(.hero) .contact-card{transition-delay:.11s}main>.section-reveal+.section-reveal{margin-top:clamp(98px,13vh,196px)}.hero{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:34px 0 14px}.hero-scroll-band{position:fixed;left:0;right:0;bottom:8px;height:34px;pointer-events:none;z-index:14;opacity:.86;transform:translateY(0);transition:opacity .26s ease,transform .26s ease}.hero-scroll-band.is-hidden{opacity:0;transform:translateY(12px)}.hero-scroll-band:before,.hero-scroll-band:after{content:"";position:absolute;left:0;right:0;transform-origin:center bottom}.hero-scroll-band:before{bottom:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(149,169,235,.18) 12%,rgba(171,190,248,.72) 50%,rgba(149,169,235,.18) 88%,transparent 100%);filter:drop-shadow(0 0 10px rgba(129,158,255,.4));animation:hero-band-bounce 1.7s cubic-bezier(.34,1.56,.64,1) infinite}.hero-scroll-band:after{bottom:0;height:26px;background:radial-gradient(55% 70% at 50% 100%,#7491ee57,#7491ee00 72%);filter:blur(4px);animation:hero-band-glow 1.7s cubic-bezier(.34,1.56,.64,1) infinite}.hero:not(.is-live) .hero-scroll-band:before,.hero:not(.is-live) .hero-scroll-band:after,.hero:not(.is-live) .hero-sculpture,.hero:not(.is-live) .sculpture-ring-one,.hero:not(.is-live) .sculpture-ring-two,.hero:not(.is-live) .sculpture-ring-three,.hero:not(.is-live) .sculpture-ring-four,.hero:not(.is-live) .sculpture-core,.hero:not(.is-live) .blade-one,.hero:not(.is-live) .blade-two,.hero:not(.is-live) .blade-three,.hero:not(.is-live) .slab-one,.hero:not(.is-live) .slab-two,.hero:not(.is-live) .slab-three,.hero:not(.is-live) .sculpture-particle,.section-reveal:not(.is-live) .orbit-large,.section-reveal:not(.is-live) .orbit-small{animation-play-state:paused}.eyebrow,.card-kicker,.bio-year,.meta-label,.meta-index,.carousel-index,.carousel-current{font-family:var(--font-mono)}.hero h1,.contact-card h2,.editorial-copy{font-family:var(--font-display);letter-spacing:-.025em;word-break:keep-all;text-wrap:balance}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border:1px solid transparent;border-radius:var(--radius-pill);overflow:hidden;text-decoration:none;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease,color .24s ease}.button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 60%);opacity:.8;pointer-events:none}.button:hover,.button:focus-visible,.control:hover,.control:focus-visible{transform:translateY(-2px)}.button-primary{color:#0f0f11;background:linear-gradient(180deg,#ffffff57,#fff0 70%),linear-gradient(135deg,#f0d3c4,#eeb79f 52%,#d79a81);box-shadow:0 16px 36px #d79a8124,inset 0 1px #ffffff38}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 18px 42px #d79a8133,inset 0 1px #ffffff47}.button-secondary{color:var(--text);border-color:var(--line);background:linear-gradient(180deg,rgba(255,255,255,.045),transparent 68%),#ffffff06}.button-secondary:hover,.button-secondary:focus-visible{border-color:#ffffff29;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 68%),#ffffff0a}.hero-visual{position:relative;--hero-mx: 50%;--hero-my: 50%;width:min(100%,980px);min-height:clamp(560px,74vh,860px);margin:0 auto;perspective:1600px}.hero-visual:before,.hero-visual:after{content:"";position:absolute;pointer-events:none;border-radius:50%}.hero-visual:before{top:14%;left:50%;width:420px;height:420px;transform:translate(-50%);background:radial-gradient(circle,#e7c3b03d,#e7c3b005 72%);filter:blur(10px)}.hero-visual:after{left:50%;bottom:17%;width:320px;height:320px;transform:translate(-50%);background:radial-gradient(circle,#8fa4ff29,#8fa4ff05 74%);filter:blur(16px)}.floating-note,.glass-card,.contact-card,.orbit-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 42%),var(--surface);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:inset 0 1px #ffffff05,var(--shadow)}.hero-visual-frame{position:absolute;top:12px;right:42px;bottom:12px;left:42px;border-radius:46px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible;transform-style:preserve-3d;transition:transform .36s ease;will-change:transform;backface-visibility:hidden}.hero-visual-frame:before{content:none}.hero-visual-frame:after{content:none}.hero-sculpture-stage{position:relative;z-index:1;height:100%;min-height:560px;display:grid;place-items:center}.hero-sculpture-tilt{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;transform-style:preserve-3d;transition:transform .36s ease;will-change:transform;backface-visibility:hidden}.hero-sculpture{position:relative;width:min(540px,86%);aspect-ratio:1;transform-style:preserve-3d;animation:sculpture-float 8.6s ease-in-out infinite}.hero-visual.is-active .hero-sculpture{filter:brightness(1.06)}.hero-ripple-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-ripple{position:absolute;left:var(--x, 50%);top:var(--y, 50%);width:var(--size, 120px);height:var(--size, 120px);border-radius:50%;border:1px solid rgba(168,188,255,.46);background:radial-gradient(circle,rgba(168,188,255,.16),transparent 68%);transform:translate(-50%,-50%) scale(.3);opacity:0;animation:hero-ripple-wave .9s cubic-bezier(.2,.8,.25,1) forwards}.neural-sculpture{isolation:isolate}.neural-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;transform:translateZ(0);filter:drop-shadow(0 0 26px rgba(128,152,255,.18)) drop-shadow(0 0 18px rgba(231,195,176,.14))}.neural-cursor-glow{position:absolute;left:var(--hero-mx, 50%);top:var(--hero-my, 50%);width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(192,211,255,.32),rgba(192,211,255,.08) 36%,transparent 72%);transform:translate(-50%,-50%);opacity:0;mix-blend-mode:screen;pointer-events:none;transition:opacity .28s ease}.hero-visual.is-active .neural-cursor-glow{opacity:1}.neural-vignette{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;border-radius:50%;background:radial-gradient(circle,transparent 36%,rgba(0,0,0,.24) 80%,rgba(0,0,0,.5) 100%);pointer-events:none}.sculpture-halo{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:50%;background:radial-gradient(circle,rgba(231,195,176,.14),transparent 56%),radial-gradient(circle at 68% 32%,rgba(143,164,255,.16),transparent 48%);filter:blur(18px)}.sculpture-ring{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(255,255,255,.09);transform-style:preserve-3d}.sculpture-ring:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:1px solid rgba(255,255,255,.03);mask:linear-gradient(90deg,transparent 12%,black 40%,black 62%,transparent 88%)}.sculpture-ring-one{width:100%;height:52%;transform:translate(-50%,-50%) rotateX(74deg) rotate(8deg);animation:sculpture-ring-one 20s linear infinite}.sculpture-ring-two{width:86%;height:86%;transform:translate(-50%,-50%) rotateY(72deg) rotate(12deg);animation:sculpture-ring-two 16s linear infinite}.sculpture-ring-three{width:92%;height:28%;transform:translate(-50%,-50%) rotateX(86deg) rotateY(16deg);animation:sculpture-ring-three 13s linear infinite reverse}.sculpture-ring-four{width:54%;height:100%;transform:translate(-50%,-50%) rotateY(86deg) rotateX(6deg);animation:sculpture-ring-four 18s linear infinite reverse}.sculpture-core{position:absolute;left:50%;top:50%;width:34%;height:34%;border-radius:42% 58% 52% 48%/44% 38% 62% 56%;transform:translate(-50%,-50%) rotate(0);background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.9),rgba(255,255,255,.08) 22%,transparent 40%),radial-gradient(circle at 64% 66%,rgba(143,164,255,.62),transparent 36%),radial-gradient(circle at 40% 68%,rgba(231,195,176,.72),transparent 32%),conic-gradient(from 0deg,#ffffff0f,#e7c3b066,#8fa4ff6b,#ffffff0f);box-shadow:0 0 60px #e7c3b042,0 0 80px #8fa4ff2e;animation:sculpture-core 14s linear infinite}.sculpture-core:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:inherit;background:radial-gradient(circle,rgba(255,255,255,.94),rgba(255,255,255,.08) 42%,transparent 70%);filter:blur(6px)}.sculpture-core:after{content:"";position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;border-radius:inherit;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 64%);filter:blur(20px)}.sculpture-grid{position:absolute;left:50%;top:50%;width:62%;height:62%;transform:translate(-50%,-50%) rotateX(78deg) rotate(-14deg);background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:radial-gradient(circle at center,black 0,transparent 78%);mask-image:radial-gradient(circle at center,black 0,transparent 78%);opacity:.36}.sculpture-blade,.sculpture-slab{position:absolute;left:50%;top:50%;transform-style:preserve-3d}.sculpture-blade{width:190px;height:18px;margin-left:-95px;margin-top:-9px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 18%,rgba(255,255,255,.88) 50%,rgba(255,255,255,.12) 82%,transparent 100%);filter:blur(.4px);opacity:.9;mix-blend-mode:screen}.blade-one{transform:translate3d(-40%,-50%,28px) rotate(24deg) rotateY(54deg);animation:sculpture-blade-one 11s ease-in-out infinite}.blade-two{transform:translate3d(-50%,-50%,-20px) rotate(-34deg) rotateX(72deg);opacity:.6;animation:sculpture-blade-two 9s ease-in-out infinite}.blade-three{transform:translate3d(-48%,-42%,24px) rotate(90deg) rotateX(74deg);width:170px;animation:sculpture-blade-three 12s ease-in-out infinite reverse}.sculpture-slab{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 64%),#ffffff08;box-shadow:inset 0 1px #ffffff0a,0 10px 30px #00000029;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.slab-one{width:108px;height:128px;border-radius:22px;transform:translate3d(-128px,-132px,44px) rotate(-18deg) rotateY(30deg);animation:sculpture-slab-one 12s ease-in-out infinite}.slab-two{width:86px;height:182px;border-radius:22px;transform:translate3d(58px,-94px,-24px) rotate(16deg) rotateX(18deg);animation:sculpture-slab-two 10s ease-in-out infinite}.slab-three{width:128px;height:78px;border-radius:18px;transform:translate3d(-18px,88px,34px) rotate(10deg) rotateY(-20deg);animation:sculpture-slab-three 13s ease-in-out infinite reverse}.sculpture-particles{position:absolute;top:0;right:0;bottom:0;left:0}.sculpture-particle{position:absolute;left:50%;top:50%;width:var(--size, 6px);height:var(--size, 6px);margin-left:calc(var(--size, 6px) / -2);margin-top:calc(var(--size, 6px) / -2);border-radius:50%;background:#ffffffd6;box-shadow:0 0 12px #ffffff38;opacity:.72;transform:rotate(var(--angle)) translate(var(--radius)) scale(1);animation:particle-orbit var(--duration) linear infinite;animation-delay:var(--delay)}.sculpture-particle.cool{background:#b4bcd0e6}.sculpture-particle.warm{background:#e7c3b0e6}.floating-note{position:absolute;right:0;bottom:46px;width:214px;padding:18px 20px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 46%),#0b0b0de0}.floating-note strong{display:block;margin-top:0;font-size:28px;line-height:.98;font-weight:500}.floating-note strong+strong{margin-top:10px}@keyframes sculpture-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1.2deg)}}@keyframes hero-band-bounce{0%,to{transform:translateY(0) scaleX(.94);opacity:.56}34%{transform:translateY(-7px) scaleX(1);opacity:1}62%{transform:translateY(2px) scaleX(.96);opacity:.72}}@keyframes hero-band-glow{0%,to{transform:translateY(0) scaleX(.92);opacity:.26}34%{transform:translateY(-8px) scaleX(1);opacity:.52}62%{transform:translateY(0) scaleX(.95);opacity:.32}}@keyframes hero-ripple-wave{0%{opacity:.74;transform:translate(-50%,-50%) scale(.3)}to{opacity:0;transform:translate(-50%,-50%) scale(1.7)}}@keyframes sculpture-core{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes sculpture-ring-one{0%{transform:translate(-50%,-50%) rotateX(74deg) rotate(8deg) rotate(0)}to{transform:translate(-50%,-50%) rotateX(74deg) rotate(8deg) rotate(360deg)}}@keyframes sculpture-ring-two{0%{transform:translate(-50%,-50%) rotateY(72deg) rotate(12deg) rotate(0)}to{transform:translate(-50%,-50%) rotateY(72deg) rotate(12deg) rotate(360deg)}}@keyframes sculpture-ring-three{0%{transform:translate(-50%,-50%) rotateX(86deg) rotateY(16deg) rotate(0)}to{transform:translate(-50%,-50%) rotateX(86deg) rotateY(16deg) rotate(360deg)}}@keyframes sculpture-ring-four{0%{transform:translate(-50%,-50%) rotateY(86deg) rotateX(6deg) rotate(0)}to{transform:translate(-50%,-50%) rotateY(86deg) rotateX(6deg) rotate(360deg)}}@keyframes sculpture-blade-one{0%,to{transform:translate3d(-40%,-50%,28px) rotate(24deg) rotateY(54deg);opacity:.88}50%{transform:translate3d(-36%,-52%,40px) rotate(42deg) rotateY(72deg);opacity:1}}@keyframes sculpture-blade-two{0%,to{transform:translate3d(-50%,-50%,-20px) rotate(-34deg) rotateX(72deg);opacity:.54}50%{transform:translate3d(-48%,-46%,10px) rotate(-8deg) rotateX(68deg);opacity:.76}}@keyframes sculpture-blade-three{0%,to{transform:translate3d(-48%,-42%,24px) rotate(90deg) rotateX(74deg)}50%{transform:translate3d(-44%,-44%,44px) rotate(116deg) rotateX(82deg)}}@keyframes sculpture-slab-one{0%,to{transform:translate3d(-128px,-132px,44px) rotate(-18deg) rotateY(30deg)}50%{transform:translate3d(-110px,-116px,62px) rotate(-8deg) rotateY(42deg)}}@keyframes sculpture-slab-two{0%,to{transform:translate3d(58px,-94px,-24px) rotate(16deg) rotateX(18deg)}50%{transform:translate3d(70px,-110px,-8px) rotate(6deg) rotateX(28deg)}}@keyframes sculpture-slab-three{0%,to{transform:translate3d(-18px,88px,34px) rotate(10deg) rotateY(-20deg)}50%{transform:translate3d(4px,72px,52px) rotate(18deg) rotateY(-34deg)}}@keyframes particle-orbit{0%{transform:rotate(var(--angle)) translate(var(--radius)) scale(.8);opacity:.36}40%{opacity:.9}to{transform:rotate(calc(var(--angle) + 360deg)) translate(var(--radius)) scale(1.08);opacity:.36}}.section-head{display:block;margin-bottom:30px}.section-head h2{margin:0;font-family:var(--font-body);font-size:clamp(30px,2.8vw,42px);line-height:1.08;font-weight:600;letter-spacing:-.014em}.about-layout{position:relative;display:grid;grid-template-columns:1fr;gap:clamp(24px,3.4vw,44px);align-items:start;max-width:min(1080px,100%)}.about-editorial,.about-bio{position:relative}.about-editorial{padding:0;border:0;border-radius:0;background:none;box-shadow:none}.about-editorial:after{content:none}.editorial-copy{margin:0;max-width:14.5ch;font-size:clamp(34px,4.2vw,62px);line-height:1.02;font-weight:500}.editorial-copy span{color:#f6dacf}.about-bio{display:grid;gap:0;max-width:980px;padding-top:clamp(14px,2vw,22px);border-top:1px solid rgba(255,255,255,.1);border-radius:0;background:none;box-shadow:none}.bio-row{display:grid;grid-template-columns:minmax(144px,210px) 1fr;gap:clamp(14px,2vw,30px);padding:clamp(16px,2vw,22px) 0;border-bottom:1px solid rgba(255,255,255,.06)}.bio-row:last-child{border-bottom:0}.bio-year{display:block;color:var(--soft);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.bio-row p{margin:0;color:var(--muted);font-size:clamp(15px,1.2vw,21px);line-height:1.6}.carousel-shell{--orbit-card-top: 52px;--orbit-card-height: 420px;position:relative;min-height:740px;overflow:hidden;padding-top:0;padding-inline:clamp(24px,3vw,46px)}.carousel-shell:before,.carousel-shell:after{content:"";position:absolute;pointer-events:none}.carousel-shell:before{top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 54%,rgba(255,255,255,.035),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 32%);opacity:.8}.carousel-shell[data-theme=warm]:after{top:80px;left:50%;width:520px;height:520px;background:radial-gradient(circle,rgba(231,195,176,.12),transparent 70%);transform:translate(-50%);filter:blur(24px)}.carousel-shell[data-theme=cool]:after{top:90px;left:50%;width:520px;height:520px;background:radial-gradient(circle,rgba(143,164,255,.12),transparent 70%);transform:translate(-50%);filter:blur(28px)}.orbit{position:absolute;left:50%;top:57%;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%)}.orbit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px dashed rgba(255,255,255,.08);border-radius:inherit;opacity:.9}.orbit-large{width:min(90vw,880px);height:min(46vw,440px)}.orbit-small{width:min(64vw,590px);height:min(32vw,300px);opacity:.64}.section-reveal.is-visible.is-live .orbit-large{animation:orbit-spin 26s linear infinite}.section-reveal.is-visible.is-live .orbit-small{animation:orbit-spin-reverse 19s linear infinite}.carousel-top,.carousel-foot{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:space-between;gap:0;align-items:center;pointer-events:none}.carousel-controls{position:relative;width:100%;height:100%}.control{position:relative;width:56px;height:56px;border:1px solid var(--line);border-radius:50%;background:radial-gradient(circle at 35% 28%,#ffffff29,#fff0 58%),linear-gradient(180deg,rgba(255,255,255,.05),transparent 70%),#0d0e10c7;color:var(--text);cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,opacity .22s ease}.control[data-dir="-1"]{position:absolute;left:-2px;top:calc(var(--orbit-card-top) + (var(--orbit-card-height) / 2));transform:translateY(-50%)}.control[data-dir="1"]{position:absolute;right:-2px;top:calc(var(--orbit-card-top) + (var(--orbit-card-height) / 2));transform:translateY(-50%)}.control:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1px solid rgba(255,255,255,.08);opacity:.55;transition:opacity .24s ease,transform .24s ease}.control:hover,.control:focus-visible{border-color:#ffffff2e;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 62%),#ffffff0a;box-shadow:0 12px 28px #0000002e;opacity:1}.control:hover:before,.control:focus-visible:before{opacity:.85;transform:scale(1.06)}.control span{display:inline-block;font-size:20px;line-height:1}.orbit-scene{position:relative;min-height:540px;margin-top:4px}.orbit-track{position:relative;height:540px;perspective:1800px;transform-style:preserve-3d}.orbit-card{position:absolute;top:52px;left:50%;--mx: 50%;--my: 36%;width:min(430px,calc(100vw - 94px));min-height:420px;padding:28px;border-radius:30px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .88s cubic-bezier(.22,1,.36,1),opacity .88s cubic-bezier(.22,1,.36,1),box-shadow .88s cubic-bezier(.22,1,.36,1),background .88s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.orbit-card:before,.orbit-card:after{content:"";position:absolute;pointer-events:none;border-radius:50%}.orbit-card:before{right:-24px;top:-30px;width:190px;height:190px;opacity:.85}.orbit-card:after{left:30px;bottom:28px;width:220px;height:220px;background:radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.16),transparent 48%),radial-gradient(circle,rgba(255,255,255,.06),transparent 72%);transition:background .26s ease}.orbit-card.theme-warm:before{background:radial-gradient(circle,rgba(231,195,176,.18),transparent 72%)}.orbit-card.theme-cool:before{background:radial-gradient(circle,rgba(143,164,255,.18),transparent 72%)}.orbit-card.is-left{transform:translate3d(-138%,40px,-250px) rotateY(34deg) rotate(-3deg) scale(.79);opacity:.4;z-index:1}.orbit-card.is-center{transform:translate3d(-50%,-2px,0) rotateY(0) rotate(0) scale(1);opacity:1;filter:none;z-index:3}.orbit-card.is-right{transform:translate3d(38%,40px,-250px) rotateY(-34deg) rotate(3deg) scale(.79);opacity:.44;z-index:1}.orbit-card.is-hidden{transform:translate3d(-50%,120px,-460px) scale(.66);opacity:0;pointer-events:none}.orbit-card.is-center:hover{transform:translate3d(-50%,-14px,24px) rotateX(2.2deg) rotateY(-1.4deg) scale(1.02);box-shadow:inset 0 1px #ffffff05,0 44px 130px #00000085}.orbit-card.is-left:hover{transform:translate3d(-136%,34px,-210px) rotateY(30deg) rotate(-2deg) scale(.81);opacity:.56}.orbit-card.is-right:hover{transform:translate3d(36%,34px,-210px) rotateY(-30deg) rotate(2deg) scale(.81);opacity:.58}.card-visual{position:relative;z-index:1;width:100%;aspect-ratio:16 / 10;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;background:#06070ac7}.card-visual-link{position:relative;display:block;width:100%;height:100%;text-decoration:none}.card-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.14),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 44%)}.card-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .52s cubic-bezier(.22,1,.36,1),filter .42s ease}.orbit-card:hover .card-visual img{transform:scale(1.06);filter:contrast(1.08) brightness(1.04)}.card-content{position:relative;z-index:1;margin-top:18px;display:grid;gap:10px}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.orbit-card h3{margin:0;font-family:var(--font-body);font-size:clamp(30px,2.6vw,40px);line-height:1.06;font-weight:600;letter-spacing:-.012em}.card-number{display:inline-flex;padding-top:6px;color:var(--soft);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.14em;white-space:nowrap}.card-description{margin:0;color:var(--muted);font-size:15px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-tags{display:flex;flex-wrap:wrap;gap:8px}.card-tag{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:#d8dce7;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:-.005em}.orbit-card:hover .card-tag{border-color:#fff3}.orbit-card[data-type=soon]{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 42%),#ffffff05}.orbit-card[data-type=soon] .card-visual img{filter:saturate(.72) contrast(.92)}.orbit-card[data-type=soon] .card-tag{border-style:dashed;color:#b2b7c4}.contact-card{padding:30px 0 12px;text-align:center;background:transparent;border:0;box-shadow:none}.contact-card h2{margin:0;font-family:var(--font-body);font-size:clamp(34px,4vw,48px);line-height:1.04;font-weight:600;letter-spacing:-.02em}.contact-note{margin:12px 0 0;color:var(--muted);font-size:clamp(14px,1.05vw,16px);line-height:1.6}.contact-card .button{margin-top:24px}.button-contact{color:#e8e8e8;border-color:#fff3;background:#ffffff0a;box-shadow:0 12px 28px #0000003d,inset 0 1px #ffffff0f}.button-contact:before{display:none}.button-contact:hover,.button-contact:focus-visible{border-color:#ffffff57;background:#ffffff14;box-shadow:0 14px 32px #0000004d,inset 0 1px #ffffff1a}.scroll-top{position:fixed;right:clamp(14px,2vw,30px);bottom:clamp(16px,3vh,30px);width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 70%),#0b0d11db;color:#f3efe8;font-family:var(--font-mono);font-size:18px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 28px #0006,inset 0 1px #ffffff14;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;z-index:48;transition:opacity .22s ease,transform .22s ease,border-color .22s ease,background .22s ease}.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.scroll-top:hover,.scroll-top:focus-visible{border-color:#ffffff57;background:linear-gradient(180deg,rgba(255,255,255,.13),transparent 70%),#101216eb}@keyframes orbit-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes orbit-spin-reverse{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@media(max-width:1200px){.hero{min-height:calc(84vh - 40px);padding:26px 0 10px}.section-head,.about-layout{grid-template-columns:1fr}.hero-visual{width:min(100%,900px);min-height:620px}.hero-visual-frame{top:8px;right:14px;bottom:8px;left:14px}.about-bio{padding-top:18px}}@media(max-width:920px){.page-shell{width:calc(100% - 12px)}.site-header{padding:16px 18px}.site-nav{gap:14px}.hero{min-height:calc(76vh - 30px);padding-top:20px}.hero-visual{min-height:560px}.hero-visual-frame{top:0;right:0;bottom:0;left:0}.hero-sculpture-stage{min-height:430px}.hero-sculpture{width:min(440px,90%)}.bio-row{grid-template-columns:1fr;gap:8px;padding:14px 0}.bio-year{font-size:9px}.carousel-shell{--orbit-card-top: 52px;--orbit-card-height: 380px;min-height:680px;padding-inline:18px}.orbit-large{width:720px;height:380px}.orbit-small{width:480px;height:240px}.orbit-scene,.orbit-track{min-height:470px;height:470px}.orbit-card{width:min(370px,calc(100vw - 60px));min-height:380px}.orbit-card.is-left{transform:translate3d(-122%,36px,-220px) rotateY(26deg) rotate(-2deg) scale(.77)}.orbit-card.is-right{transform:translate3d(22%,36px,-220px) rotateY(-26deg) rotate(2deg) scale(.77)}}@media(max-width:680px){.page-shell{width:calc(100% - 8px)}.site-header{flex-wrap:wrap;border-radius:28px}.site-nav{width:100%;justify-content:space-between}.hero{min-height:calc(66vh - 30px);padding-top:12px}.hero-visual{min-height:460px}.hero-visual-frame{top:0;right:0;bottom:0;left:0}.hero-sculpture-stage{min-height:320px;height:100%}.hero-sculpture{width:min(330px,90%)}.hero-scroll-band{bottom:6px;height:28px}.section-head h2{font-size:28px}.editorial-copy{font-size:30px}.carousel-top,.carousel-foot{top:0;right:0;bottom:0;left:0}.control{width:44px;height:44px}.control[data-dir="-1"]{left:-2px}.control[data-dir="1"]{right:-2px}.orbit-large{width:540px;height:290px}.orbit-small{width:340px;height:180px}.orbit-scene,.orbit-track{min-height:440px;height:440px}.orbit-card{top:30px;width:min(300px,calc(100vw - 44px));min-height:344px;padding:22px}.carousel-shell{--orbit-card-top: 30px;--orbit-card-height: 344px}.orbit-card.is-left{transform:translate3d(-146%,40px,-260px) rotateY(18deg) rotate(-2deg) scale(.66);opacity:.06;pointer-events:none}.orbit-card.is-right{transform:translate3d(46%,40px,-260px) rotateY(-18deg) rotate(2deg) scale(.66);opacity:.06;pointer-events:none}.orbit-card h3{font-size:24px}.card-number{font-size:9px}.contact-card h2{font-size:34px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.section-reveal:not(.hero):after{display:none}.section-reveal:not(.hero) .section-head,.section-reveal:not(.hero) .about-layout,.section-reveal:not(.hero) .carousel-shell,.section-reveal:not(.hero) .contact-card{opacity:1!important;filter:none!important;transform:none!important}.hero-scroll-band:before,.hero-scroll-band:after{animation:none!important}*,*:before,*:after{animation:none!important;transition:none!important}}
