:root{--bg: #0b0b0b;--surface: #141414;--surface-2: #1c1c1c;--text: #f4f2ee;--text-dim: #96928e;--text-mid: #b8b4b0;--rule: #262626;--rule-soft: #1a1a1a;--live: #fb882b;--live-text: #fda45f;--live-glow: rgba(251, 136, 43, .5);--neon: #35e0ff;--neon-dim: rgba(53, 224, 255, .55);--neon-glow: rgba(53, 224, 255, .42);--font-display: "Archivo", "Arial Narrow", system-ui, sans-serif;--font-body: "Instrument Sans", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--display-stretch: 76%;--display-weight: 800;--display-track: -.025em;--fs-hero: clamp(2.75rem, 12.2vw, 11rem);--fs-h1: clamp(2.25rem, 7vw, 5rem);--fs-h2: clamp(1.875rem, 5.5vw, 3.75rem);--fs-h3: clamp(1.375rem, 2.6vw, 2rem);--fs-h4: clamp(1.0625rem, 1.5vw, 1.25rem);--fs-statement: clamp(1.375rem, 3.4vw, 2.75rem);--fs-body: clamp(1rem, .35vw + .92rem, 1.125rem);--fs-small: 1rem;--fs-mono: .875rem;--fs-mono-sm: .75rem;--bar-h: calc(2*clamp(.9rem, 2vw, 1.4rem) + 1.15rem) ;--section-y: clamp(4rem, 9vw, 9rem);--page-x: clamp(1.25rem, 4vw, 4rem);--gutter: clamp(1rem, 2vw, 1.75rem);--gutter-tight: 8px;--measure: 62ch;--reveal-distance: 12px;--reveal-time: .3s;--ease: cubic-bezier(.22, .61, .36, 1);--frame: #fb882b;--frame-pad: clamp(6px, .7vw, 12px);--frame-pad-sm: clamp(4px, .45vw, 7px);--zig-w: 18px;--zig-h: 9px}:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background:var(--bg);overflow-x:hidden;overflow-x:clip}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;background:transparent;color:var(--text);font-family:var(--font-body);font-size:var(--fs-body);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-x:clip}h1,h2,h3,h4,h5,h6,p,figure,ul,ol{margin:0}ul,ol{padding:0;list-style:none}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--live-text);outline-offset:3px;border-radius:1px}::selection{background:var(--live);color:#fff}.hg-page{display:flex;min-height:100vh;flex-direction:column}.hg-main{flex:1 0 auto}.hg-section{padding:var(--section-y) var(--page-x);margin-inline:auto;width:100%;max-width:1600px}.hg-subpage{padding:clamp(6rem,12vw,9rem) var(--page-x) var(--section-y);margin-inline:auto;max-width:1600px}.hg-subpage__header{margin-bottom:clamp(2rem,5vw,3.5rem)}.hg-subpage__title{margin-top:1.25rem;font-size:var(--fs-h1)}.hg-subpage__count{margin-top:.75rem;font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.hg-count-mark{display:inline-flex;align-items:center;gap:.62em}.hg-count-mark:before{content:"";flex:none;width:.55em;height:.55em;background:var(--live)}.hg-subpage__intro{margin-top:1.25rem;max-width:var(--measure);color:var(--text-mid);text-wrap:pretty}.hg-skip{position:absolute;left:-9999px;z-index:100;padding:.75rem 1.25rem;background:var(--live);color:#fff;font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:.08em}.hg-skip:focus{left:1rem;top:1rem}.hg-display{font-family:var(--font-display);font-stretch:var(--display-stretch);font-weight:var(--display-weight);text-transform:uppercase;letter-spacing:var(--display-track);line-height:.92;text-wrap:balance}.hg-h2{font-size:var(--fs-h2)}.hg-h4{font-family:var(--font-body);font-size:var(--fs-h4);font-weight:600;letter-spacing:0;text-transform:none;line-height:1.3}.hg-label{display:block;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--text-mid)}.hg-frame{display:block;background:var(--frame);padding:var(--frame-pad);overflow:hidden}.hg-frame--sm{padding:var(--frame-pad-sm)}.hg-frame--dark{background:var(--bg)}.hg-frame>img{display:block;width:100%;height:auto}.hg-frame--fill>img,.hg-frame--fill>.hg-frame__fill{width:100%;height:100%;object-fit:cover}.hg-card__image,.hg-grid__image{filter:brightness(.88) saturate(.94);transition:filter .45s var(--ease)}.hg-card__link:hover .hg-card__image,.hg-card__link:focus-visible .hg-card__image,.hg-grid__item:hover .hg-grid__image,.hg-grid__item:focus-visible .hg-grid__image{filter:brightness(1.06) saturate(1.04)}@media (prefers-reduced-motion: reduce){.hg-card__image,.hg-grid__image{transition:none}}body:before,body:after{content:"";position:fixed;z-index:-1;aspect-ratio:1;border-radius:50%;pointer-events:none;will-change:transform}body:before{width:min(85vw,44rem);left:-18vw;top:6vh;background:radial-gradient(circle,rgba(251,136,43,.17) 0%,transparent 66%);animation:hg-float-a 48s ease-in-out infinite}body:after{width:min(70vw,36rem);right:-16vw;top:52vh;background:radial-gradient(circle,rgba(251,136,43,.12) 0%,transparent 66%);animation:hg-float-b 71s ease-in-out infinite}@keyframes hg-float-a{0%{transform:translateZ(0) scale(1)}25%{transform:translate3d(46vw,26vh,0) scale(1.25)}50%{transform:translate3d(84vw,-6vh,0) scale(.9)}75%{transform:translate3d(30vw,46vh,0) scale(1.15)}to{transform:translateZ(0) scale(1)}}@keyframes hg-float-b{0%{transform:translateZ(0) scale(1.05)}30%{transform:translate3d(-52vw,-30vh,0) scale(.85)}60%{transform:translate3d(-24vw,24vh,0) scale(1.3)}to{transform:translateZ(0) scale(1.05)}}@media (max-width: 47.99rem){body:before,body:after{display:none}}.hg-dot{display:inline-block;width:7px;height:7px;flex:none;border-radius:50%;background:var(--live);box-shadow:0 0 10px var(--live-glow)}.hg-dot--next{background:var(--neon);box-shadow:0 0 10px var(--neon-glow)}.hg-dot--pulse{animation:hg-pulse 2s ease-in-out infinite}@keyframes hg-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion: reduce){.hg-dot--pulse{animation:none}}.hg-perf{height:var(--zig-h);width:100%;background-repeat:repeat-x;background-position:center;background-size:var(--zig-w) var(--zig-h);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9'%3E%3Cpath d='M0 8.2 L4.5 1 L9 8.2 L13.5 1 L18 8.2' fill='none' stroke='%23262626' stroke-width='1.3'/%3E%3C/svg%3E");opacity:.9}.hg-placeholder{display:inline-block;padding:.15em .5em;background:transparent;border:1px dashed var(--live);color:var(--live-text);font-family:var(--font-mono);font-size:.8em;font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.4}.hg-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.75rem;border:1px solid var(--text);background:var(--text);color:var(--bg);font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.hg-btn:hover,.hg-btn:focus-visible{background:var(--live);border-color:var(--live);color:#fff}.hg-btn--accent{background:var(--live);border-color:var(--live);color:var(--bg)}.hg-btn--accent:hover,.hg-btn--accent:focus-visible{background:var(--live-text);border-color:var(--live-text);color:var(--bg)}.hg-back{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);transition:color .18s var(--ease)}.hg-back:hover{color:var(--text)}.hg-back__arrow{transition:transform .18s var(--ease)}.hg-back:hover .hg-back__arrow{transform:translate(-3px)}.hg-more{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text);border-bottom:1px solid var(--rule);padding-bottom:.35rem;transition:color .18s var(--ease),border-color .18s var(--ease)}.hg-more:hover{color:var(--live-text);border-bottom-color:var(--live)}.hg-more__arrow{transition:transform .18s var(--ease)}.hg-more:hover .hg-more__arrow{transform:translate(3px)}.hg-js [data-reveal]{opacity:0;transform:translateY(var(--reveal-distance));transition:opacity var(--reveal-time) var(--ease),transform var(--reveal-time) var(--ease);will-change:opacity,transform}.hg-js [data-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.hg-js [data-reveal]{opacity:1;transform:none;transition:none}}.hg-empty{color:var(--text-dim)}.hg-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(1rem,3vw,2.5rem);padding:clamp(.9rem,2vw,1.4rem) var(--page-x);background:transparent;border-bottom:1px solid transparent;transition:background .25s var(--ease),border-color .25s var(--ease)}.hg-topbar>.hg-wordmark{justify-self:start}.hg-topbar>.hg-lang{justify-self:end}@media (max-width: 55.99rem){.hg-topbar{grid-template-columns:1fr auto}}.hg-topbar.is-docked{background:#0b0b0be0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:var(--rule)}@media (max-width: 47.99rem){.hg-topbar.is-docked{background:#0b0b0bf5;-webkit-backdrop-filter:none;backdrop-filter:none}}.hg-nav{display:none;justify-content:center;gap:clamp(1.5rem,3.5vw,3.25rem);white-space:nowrap}@media (min-width: 56rem){.hg-nav{display:flex}}.hg-nav__link{font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-mid);padding-block:.3rem;border-bottom:1px solid transparent;transition:color .18s var(--ease),border-color .18s var(--ease)}.hg-nav__link:hover{color:var(--text)}.hg-nav__link.is-current{color:var(--text);border-bottom-color:var(--live)}.hg-wordmark{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:var(--text)}.hg-wordmark .hg-dot{border-radius:0}.hg-wordmark__text{transition:color .18s var(--ease)}.hg-wordmark:hover .hg-wordmark__text{color:var(--live-text)}.hg-lang{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;letter-spacing:.12em}.hg-lang__current{color:var(--text)}.hg-lang__sep{color:var(--rule)}.hg-lang__other{color:var(--text-dim);transition:color .18s var(--ease)}.hg-lang__other:hover{color:var(--live-text)}.hg-hero{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:100svh;width:100%;max-width:1600px;margin-inline:auto;margin-top:calc(-1*clamp(3rem,6vw,4rem));padding-inline:var(--page-x);padding-bottom:clamp(2rem,5vw,3.5rem);overflow:hidden}.hg-hero__strip{--strip-gap: clamp(.75rem, 2vw, 1.75rem);position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--strip-gap);width:100%;margin:0;padding-top:calc(var(--bar-h) + clamp(1rem,2.2vw,1.75rem))}.hg-hero__square{aspect-ratio:1}.hg-hero__foot{--hero-fill: min(86cqw, 30vh);position:relative;z-index:2;width:100%;margin-top:auto}@media (min-width: 48rem){.hg-hero__foot{--hero-fill: min(800px, 56cqw, 64vh)}}@media (min-width: 62rem){.hg-hero__foot{display:grid;grid-template-columns:var(--hero-fill) minmax(0,1fr);align-items:end;gap:clamp(2rem,5vw,4.5rem)}}.hg-hero__title{position:relative;width:100%}.hg-hero__statement{margin-top:clamp(1.25rem,3vw,0rem);max-width:44ch;font-family:var(--font-display);font-stretch:88%;font-weight:600;font-size:clamp(1.0625rem,1.45vw,1.5rem);line-height:1.08;letter-spacing:-.015em;color:var(--live);text-wrap:pretty}@media (min-width: 62rem){.hg-hero__statement{margin-top:0;padding-bottom:.35em;margin-left:auto;text-align:right}}@media (min-width: 48rem){.hg-hero__title{margin-top:calc(-1*clamp(4rem,14vw,17rem))}}@media (min-width: 48rem) and (max-height: 820px){.hg-hero{padding-bottom:clamp(1rem,2vw,1.75rem)}.hg-hero__strip{padding-top:calc(var(--bar-h) + .75rem)}.hg-hero__foot{--hero-fill: min(800px, 56cqw, 60vh)}.hg-scroll{margin-top:clamp(1rem,2.5vw,1.75rem)}}@media (max-width: 47.99rem){.hg-hero{display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch;grid-template-rows:minmax(0,1fr) auto auto;padding-top:clamp(4.5rem,16vw,6rem);padding-bottom:clamp(2rem,6vw,2.75rem)}.hg-hero__strip{display:block;position:relative;isolation:isolate;width:min(88vw,360px);max-height:100%;aspect-ratio:1.18;margin:auto 0 0;max-width:none;padding-top:0}.hg-hero__cell{position:absolute;top:0;left:0;height:80%;aspect-ratio:1;min-height:0}.hg-hero__cell:nth-child(1){transform:translate(0);z-index:1}.hg-hero__cell:nth-child(2){transform:translate(22%,12%);z-index:2}.hg-hero__cell:nth-child(3){transform:translate(44%,24%);z-index:3}.hg-hero__square{height:100%;aspect-ratio:1;min-height:0}.hg-hero__foot{margin-top:calc(-1*clamp(2.5rem,13vw,5.5rem))}.hg-hero__title{margin-top:0}.hg-scroll{display:none}}.hg-hero__name{display:flex;flex-direction:column;align-items:flex-start;margin:0;color:var(--text)}.hg-hero__word{display:block;position:relative;z-index:1;font-size:calc((var(--hero-fill) * var(--grow, 1) - var(--track) * (var(--n) - 1)) / var(--sum));letter-spacing:var(--track);line-height:.75}.hg-hero__word--accent{--grow: 1.08;--track: -.025em;text-transform:uppercase;color:var(--live);z-index:0;position:relative}.hg-hero__tittle{--tittle-size: .4541em;position:absolute;right:.007em;top:-.315em;width:var(--tittle-size);height:calc(var(--tittle-size) / 1.5);background:var(--live)}.hg-hero__name{--hero-overlap: calc(var(--hero-fill) * .07)}.hg-hero__word--accent,.hg-hero__word--accent+.hg-hero__word{margin-top:calc(var(--hero-overlap) * -1)}.hg-hero__word:not(.hg-hero__word--accent){--track: -4.5px;--name-weight: 800;font-weight:var(--name-weight);text-transform:lowercase;color:var(--text)}@supports not (container-type: inline-size){.hg-hero__foot{--hero-fill: min(calc((100vw - 2 * var(--page-x)) * .86), 30vh)}@media (min-width: 48rem){.hg-hero__foot{--hero-fill: min(800px, calc((100vw - 2 * var(--page-x)) * .54), 64vh)}}}.hg-hero{container-type:inline-size}.hg-scroll{position:relative;display:inline-flex;align-items:center;gap:.75rem;margin-top:clamp(2rem,5vw,3rem);align-self:flex-start;font-family:var(--font-mono);font-size:var(--fs-mono-sm);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);transition:color .2s var(--ease)}.hg-scroll:hover{color:var(--text)}.hg-scroll__line{display:block;width:3.5rem;height:1px;background:linear-gradient(to right,var(--live),transparent)}.hg-scroll:hover .hg-scroll__line{background:linear-gradient(to right,var(--live),var(--text-dim))}.hg-live__header{max-width:var(--measure)}.hg-live .hg-h2{font-size:clamp(1.75rem,4.6vw,3.25rem)}.hg-live__intro{margin-top:1.5rem;color:var(--text-mid);text-wrap:pretty}.hg-sequence{margin-top:clamp(2.5rem,6vw,4.5rem)}.hg-sequence__night{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:1.5rem;font-family:var(--font-mono);font-size:clamp(.875rem,1.1vw,1.0625rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text)}.hg-sequence__night .hg-label{display:inline;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.hg-sequence__list{display:grid;gap:var(--gutter);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (max-width: 47.99rem){.hg-sequence__list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:calc(var(--page-x) * -1);padding-inline:var(--page-x);scrollbar-width:none;gap:.75rem}.hg-sequence__list::-webkit-scrollbar{display:none}.hg-sequence__list .hg-row{flex:0 0 62vw;scroll-snap-align:start}}.hg-row{display:flex;flex-direction:column;gap:.65rem}.hg-row__meta{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.hg-row__time{color:var(--text)}.hg-row__label{color:var(--text-dim)}.hg-row--reel .hg-row__time{color:var(--neon)}.hg-row__frame{position:relative;aspect-ratio:9 / 16;background:var(--surface-2)}.hg-row__frame:before,.hg-row__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;transition:transform .3s var(--ease)}.hg-row__frame:before{border-top:2px solid var(--live);border-bottom:2px solid var(--live);transform:scaleX(0);transform-origin:left;transition-delay:.24s}.hg-row__frame:after{border-left:2px solid var(--live);border-right:2px solid var(--live);transform:scaleY(0);transform-origin:top;transition-delay:0ms}.hg-row.is-active .hg-row__frame:before,.hg-row:focus-within .hg-row__frame:before{transform:scaleX(1);transition-delay:0ms}.hg-row.is-active .hg-row__frame:after,.hg-row:focus-within .hg-row__frame:after{transform:scaleY(1);transition-delay:.24s}@media (prefers-reduced-motion: reduce){.hg-row__frame:before,.hg-row__frame:after{transition:none;transition-delay:0ms}}.hg-row__still,.hg-row__video{width:100%;height:100%;object-fit:cover}.hg-row__player{display:block;position:relative;width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer;overflow:hidden}.hg-row__cue{position:absolute;right:.6rem;bottom:.6rem;width:1.75rem;height:1.75rem;border-radius:50%;background:#0b0b0bc7;transition:opacity .2s var(--ease);pointer-events:none}.hg-row__cue:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:.34rem 0 .34rem .55rem;border-color:transparent transparent transparent var(--text)}.hg-row__player:hover .hg-row__cue,.hg-row__player:focus-visible .hg-row__cue{opacity:0}.hg-row__still--empty{display:grid;place-items:center;padding:1rem;text-align:center}.hg-sequence__rule{height:1px;margin:clamp(1.75rem,4vw,2.75rem) 0 clamp(1.25rem,3vw,2rem);background:linear-gradient(to right,var(--live) 0%,color-mix(in srgb,var(--live) 40%,var(--neon)) 45%,var(--neon) 100%);opacity:.75}.hg-nextday{container-type:inline-size;display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:start}@media (min-width: 48rem){.hg-nextday{grid-template-columns:minmax(200px,24rem) 1fr;gap:clamp(2rem,7vw,6rem)}}.hg-nextday__body{display:flex;flex-direction:column;gap:clamp(1.75rem,4vw,3rem)}@media (min-width: 48rem){.hg-nextday__body{padding-top:clamp(2rem,9cqw,5.5rem)}}.hg-sequence__list--next{grid-template-columns:1fr}@media (max-width: 47.99rem){.hg-sequence__list--next{display:grid;margin-inline:0;padding-inline:0;max-width:16rem}.hg-sequence__list--next .hg-row{flex:initial}}.hg-live__explain{max-width:var(--measure)}.hg-live__explain p{margin-top:.75rem;color:var(--text-mid);text-wrap:pretty}.hg-stub{max-width:46rem}.hg-stub__list{background:var(--surface);padding:clamp(1.5rem,3vw,2.25rem);display:grid;gap:1.5rem}.hg-stub__edge{height:var(--zig-h);background-repeat:repeat-x;background-size:var(--zig-w) var(--zig-h)}.hg-stub__edge--top{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9'%3E%3Cpolygon points='0,9 9,0 18,9' fill='%23141414'/%3E%3C/svg%3E")}.hg-stub__edge--bottom{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9'%3E%3Cpolygon points='0,0 9,9 18,0' fill='%23141414'/%3E%3C/svg%3E")}.hg-stub__item+.hg-stub__item{padding-top:1.5rem;border-top:1px solid var(--rule)}.hg-stub__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.hg-stub__title{font-family:var(--font-body);font-size:var(--fs-h4);font-weight:600}.hg-stub__price{flex:none;font-family:var(--font-mono);font-size:var(--fs-body);font-weight:500;letter-spacing:.04em;color:var(--text)}.hg-stub__body{margin-top:.4rem;max-width:48ch;font-size:var(--fs-small);color:var(--text-mid)}.hg-stub__note{max-width:48ch;font-size:var(--fs-small);color:var(--text-dim)}.hg-live__foot{display:flex;justify-content:flex-end;margin-top:1.25rem}.hg-photo__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:clamp(2rem,5vw,3.5rem)}.hg-photo .hg-h2{color:var(--live)}.hg-photo__price{font-family:var(--font-mono);font-size:clamp(.875rem,1.1vw,1.0625rem);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}.hg-cards{display:grid;gap:var(--gutter);grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.hg-card__link{display:block}.hg-photo__foot{display:flex;justify-content:flex-end;margin-top:clamp(2rem,4vw,3rem)}.hg-card__frame{display:block;position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--surface)}.hg-card__image{width:100%;height:100%;object-fit:cover}.hg-card__image--empty{display:block;width:100%;height:100%}.hg-card__body{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-top:.85rem}.hg-card__title{font-size:var(--fs-h3);color:var(--text);transition:color .2s var(--ease)}.hg-card__link:hover .hg-card__title{color:var(--live-text)}.hg-card__count{font-family:var(--font-mono);font-size:var(--fs-mono-sm);letter-spacing:.1em;color:var(--text-dim)}.hg-credits{padding-block:0}.hg-credits .hg-h2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hg-marquee{width:100vw;margin-inline:calc(50% - 50vw);margin-top:clamp(1rem,2.5vw,1.75rem);overflow:hidden}.hg-marquee__row{overflow:hidden;white-space:nowrap}.hg-marquee__track{display:inline-flex;align-items:baseline;gap:clamp(.75rem,1.5vw,1.5rem);width:max-content;animation:hg-marquee var(--marquee-dur, 46s) linear infinite}.hg-marquee__row--reverse .hg-marquee__track{animation-direction:reverse}.hg-marquee__row:nth-child(2) .hg-marquee__track{--marquee-dur: 52s}.hg-marquee__row:nth-child(3) .hg-marquee__track{--marquee-dur: 44s}.hg-marquee__row:nth-child(4) .hg-marquee__track{--marquee-dur: 58s}@keyframes hg-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hg-marquee__item{font-family:var(--font-display);font-stretch:var(--display-stretch);font-weight:800;font-size:clamp(1.75rem,5.5vw,4.5rem);line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:var(--text)}.hg-marquee__item--accent{color:var(--live)}.hg-marquee__sep{font-family:var(--font-display);font-size:clamp(1.75rem,5.5vw,4.5rem);line-height:1.05;color:var(--rule)}@media (prefers-reduced-motion: reduce){.hg-marquee__row{white-space:normal}.hg-marquee__track{animation:none;display:block;width:auto;padding-inline:var(--page-x)}.hg-marquee__item,.hg-marquee__sep{font-size:clamp(1.25rem,3vw,2rem)}}.hg-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hg-credits__list{margin-top:clamp(1.5rem,4vw,2.5rem);max-width:68rem;font-family:var(--font-mono);font-size:var(--fs-mono);line-height:1.75;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim)}.hg-about{position:relative;display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;padding-top:clamp(3.25rem,6vw,6rem);padding-bottom:clamp(3.75rem,7vw,6.5rem);border-top:1px solid var(--rule-soft)}@media (min-width: 48rem){.hg-about{grid-template-columns:1.2fr .8fr}}.hg-about__body{margin-top:clamp(1.25rem,2.5vw,2rem);max-width:34ch;font-size:clamp(1.25rem,2.3vw,1.88625rem);line-height:1.1;text-wrap:pretty}.hg-about__portrait{margin:0}.hg-about__portrait img{filter:grayscale(1) contrast(1.05)}.hg-404{display:grid;gap:1rem;justify-items:start;min-height:60vh;align-content:center}.hg-404__body{max-width:40ch;color:var(--text-mid)}.hg-prose__body{max-width:var(--measure);margin-top:1.5rem}.hg-prose__body p{margin-bottom:1em}.hg-prose .hg-back{margin-bottom:2rem}.hg-grid{column-count:1;column-gap:var(--gutter-tight)}@media (min-width: 40rem){.hg-grid{column-count:2}}@media (min-width: 64rem){.hg-grid{column-count:3}}@media (min-width: 100rem){.hg-grid{column-count:4}}.hg-grid__item{display:block;position:relative;margin-bottom:var(--gutter-tight);break-inside:avoid;overflow:hidden;background:var(--surface);aspect-ratio:var(--hg-ratio, auto)}.hg-grid__image{width:100%;height:100%;object-fit:cover}.hg-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#060606f7;opacity:0;transition:opacity .2s var(--ease)}.hg-lightbox.is-open{display:flex;opacity:1}.hg-lightbox__figure{margin:0;max-width:min(94vw,1600px);max-height:88vh;display:flex;align-items:center;justify-content:center}.hg-lightbox__image{max-width:100%;max-height:88vh;width:auto;height:auto;object-fit:contain}.hg-lightbox__btn{position:absolute;display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--rule);background:#0b0b0bb3;color:var(--text);cursor:pointer;transition:border-color .18s var(--ease),color .18s var(--ease)}.hg-lightbox__btn:hover{border-color:var(--live);color:var(--live-text)}.hg-lightbox__btn--close{top:1rem;right:1rem}.hg-lightbox__btn--prev{left:1rem;top:50%;transform:translateY(-50%)}.hg-lightbox__btn--next{right:1rem;top:50%;transform:translateY(-50%)}.hg-lightbox__count{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:var(--fs-mono);letter-spacing:.12em;color:var(--text-dim)}@media (max-width: 40rem){.hg-lightbox__btn{width:44px;height:44px}.hg-lightbox__btn--prev{left:.5rem}.hg-lightbox__btn--next{right:.5rem}}body.hg-lightbox-open{overflow:hidden}.hg-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:clamp(1rem,4vw,3rem);background:#060606f7;opacity:0;transition:opacity .2s var(--ease)}.hg-viewer.is-open{display:flex;opacity:1}.hg-viewer__figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:1rem;max-height:100%}.hg-viewer__video{max-height:min(82vh,900px);max-width:100%;width:auto;background:#000}.hg-viewer__caption{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim)}.hg-viewer__close{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--rule);background:#0b0b0bb3;color:var(--text);cursor:pointer;transition:border-color .18s var(--ease),color .18s var(--ease)}.hg-viewer__close:hover{border-color:var(--live);color:var(--live-text)}.hg-onward{padding-top:clamp(2rem,4.5vw,3.5rem)}.hg-onward__title{margin-bottom:clamp(1.5rem,3.5vw,2.5rem);font-size:var(--fs-h3);color:var(--text)}@media (min-width: 48rem){.hg-onward .hg-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.hg-service{display:grid;gap:clamp(1.75rem,4vw,3rem);align-items:start;margin-top:clamp(2.5rem,6vw,4.5rem)}@media (min-width: 60rem){.hg-service{grid-template-columns:minmax(0,30rem) minmax(0,1fr);gap:clamp(2.5rem,7vw,6rem)}}.hg-service__text p{margin-top:.75rem;color:var(--text-mid);text-wrap:pretty}.hg-archive{margin-top:clamp(3rem,7vw,5rem);padding-top:clamp(2rem,5vw,3.5rem);border-top:1px solid var(--rule)}.hg-archive__label{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.hg-events{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4.5rem)}.hg-event+.hg-event{padding-top:clamp(2.5rem,6vw,4.5rem);border-top:1px solid var(--rule)}.hg-event__name{margin-bottom:clamp(1.25rem,3vw,2rem);font-size:var(--fs-h3)}.hg-frames{display:grid;gap:var(--gutter);grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}@media (max-width: 47.99rem){.hg-frames{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.hg-bare .hg-topbar,.hg-bare .hg-footer{display:none}.hg-hello{width:100%;max-width:46rem;margin-inline:auto;padding:clamp(6rem,14vw,9rem) var(--page-x) var(--section-y)}.hg-hello__head{display:grid;grid-template-columns:clamp(96px,28vw,168px) minmax(0,1fr);align-items:center;gap:clamp(1.25rem,4vw,2.25rem)}.hg-hello__portrait{--frame-pad: clamp(3px, .9%, 6px);margin:0;aspect-ratio:1}.hg-hello__portrait img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05)}.hg-hello__name{font-size:clamp(1.75rem,6vw,3rem);color:var(--text)}.hg-hello__nick{margin-top:.4rem;font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;letter-spacing:.12em;text-transform:lowercase;color:var(--text-mid)}.hg-hello__at{color:var(--live)}.hg-hello__role{margin-top:.5rem;font-size:var(--fs-small);color:var(--text-mid)}.hg-hello__status{display:inline-flex;align-items:center;gap:.55rem;margin-top:.9rem;font-family:var(--font-mono);font-size:var(--fs-mono-sm);font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--text)}.hg-hello__status.is-closed{color:var(--text-dim)}.hg-hello__status.is-closed .hg-dot{background:var(--text-dim);box-shadow:none}.hg-hello__intro{margin-top:clamp(2rem,5vw,2.75rem);font-size:clamp(1.0625rem,1.8vw,1.25rem);line-height:1.45;color:var(--text-mid);text-wrap:pretty}.hg-hello__actions{margin-top:clamp(2rem,5vw,2.75rem)}.hg-hello__primary{display:block;font-family:var(--font-display);font-stretch:var(--display-stretch);font-weight:700;font-size:clamp(1.25rem,4.6vw,2rem);letter-spacing:-.01em;color:var(--live);overflow-wrap:anywhere;transition:color .18s var(--ease)}.hg-hello__primary:hover,.hg-hello__primary:focus-visible{color:var(--live-text)}.hg-hello__links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:clamp(1.25rem,3vw,1.75rem)}.hg-hello__link{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border:1px solid var(--rule);font-family:var(--font-mono);font-size:var(--fs-mono-sm);font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text);transition:border-color .18s var(--ease),color .18s var(--ease)}.hg-hello__link:hover,.hg-hello__link:focus-visible{border-color:var(--live);color:var(--live-text)}.hg-hello__arrow{color:var(--text-dim)}.hg-hello__work{margin-top:clamp(3rem,8vw,4.5rem)}.hg-hello__work .hg-cards{grid-template-columns:minmax(0,1fr);gap:clamp(1rem,2.5vw,1.5rem)}.hg-hello__work .hg-card__frame{aspect-ratio:16 / 9}.hg-hello__site{margin-top:clamp(2.5rem,6vw,3.5rem);padding-top:clamp(1.5rem,4vw,2rem);border-top:1px solid var(--rule)}.hg-hello__lang{display:flex;justify-content:flex-end;gap:.4rem;margin-bottom:clamp(1.5rem,4vw,2.25rem);font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:500;letter-spacing:.12em;color:var(--text-dim)}.hg-hello__lang [aria-current]{color:var(--text)}.hg-hello__lang-sep{color:var(--rule)}.hg-hello__lang a{transition:color .18s var(--ease)}.hg-hello__lang a:hover{color:var(--live-text)}.hg-hello__label{display:flex;align-items:center;gap:.6em;margin-bottom:clamp(.9rem,2.2vw,1.25rem);font-family:var(--font-mono);font-size:clamp(.8125rem,1.5vw,.9375rem);font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text)}.hg-hello__label:before{content:"";flex:none;width:.5em;height:.5em;background:var(--live)}.hg-hello__live{display:flex;align-items:center;gap:.7rem;margin-bottom:clamp(1rem,2.5vw,1.5rem);padding:.95rem 1.1rem;border:1px solid var(--rule);font-family:var(--font-mono);font-size:var(--fs-mono-sm);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text);transition:border-color .18s var(--ease),color .18s var(--ease)}.hg-hello__live:hover,.hg-hello__live:focus-visible{border-color:var(--live);color:var(--live-text)}.hg-hello__live-text{flex:1}.hg-hello__price{margin-bottom:clamp(1rem,2.5vw,1.5rem);font-family:var(--font-mono);font-size:var(--fs-mono-sm);font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--text-mid)}.hg-hello__credit{margin-top:clamp(2rem,5vw,3rem)}.hg-hello__services{margin-top:clamp(2.25rem,5.5vw,3rem)}.hg-hello__service-list{display:grid;gap:.6rem}.hg-hello__service-inner{display:grid;gap:.35rem;padding:clamp(.9rem,2.5vw,1.15rem);border:1px solid var(--rule);transition:border-color .18s var(--ease)}a.hg-hello__service-inner:hover,a.hg-hello__service-inner:focus-visible{border-color:var(--live)}.hg-hello__service-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem}.hg-hello__service-title{font-family:var(--font-body);font-size:var(--fs-h4);font-weight:600;color:var(--text)}.hg-hello__service-price{font-family:var(--font-mono);font-size:var(--fs-small);font-weight:500;letter-spacing:.04em;color:var(--live);white-space:nowrap}.hg-hello__service-body{font-size:var(--fs-small);line-height:1.4;color:var(--text-mid)}a.hg-hello__service-inner .hg-hello__arrow{justify-self:end;margin-top:.15rem;transition:transform .18s var(--ease)}a.hg-hello__service-inner:hover .hg-hello__arrow{transform:translate(3px)}.hg-contact__body{margin-top:clamp(1.5rem,4vw,2.5rem)}.hg-contact__email{display:inline-block;max-width:100%;font-size:clamp(1.375rem,5.2vw,3.5rem);color:var(--live);overflow-wrap:anywhere;text-transform:none;letter-spacing:-.015em;transition:color .2s var(--ease),text-shadow .2s var(--ease)}a.hg-contact__email:hover,a.hg-contact__email:focus-visible{color:var(--live-text)}.hg-contact__social{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3.5vw,2.5rem);margin-top:clamp(1rem,2.2vw,1.5rem)}.hg-contact__link{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:clamp(.9375rem,1.5vw,1.1875rem);font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text);transition:color .18s var(--ease)}.hg-contact__link:hover{color:var(--live-text)}.hg-contact__arrow{font-size:.85em;color:var(--text-dim);transition:transform .18s var(--ease)}.hg-contact__link:hover .hg-contact__arrow{transform:translate(2px,-2px)}.hg-contact__note{margin-top:1.25rem;font-family:var(--font-mono);font-size:var(--fs-mono-sm);text-transform:uppercase;letter-spacing:.14em;color:var(--text-mid)}.hg-footer{margin-top:auto}.hg-footer__inner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:clamp(1.75rem,4vw,3rem);padding:clamp(3.5rem,8vw,6rem) var(--page-x) clamp(2.5rem,5vw,4rem);margin-inline:auto;max-width:1600px}.hg-footer__credit{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:color-mix(in srgb,var(--text-dim) 62%,transparent)}.hg-footer__credit-link{color:inherit;transition:color .18s var(--ease)}.hg-footer__credit-link:hover{color:var(--live-text)}.hg-footer__meta{display:flex;flex-wrap:wrap;gap:1rem;font-family:var(--font-mono);font-size:var(--fs-mono-sm);text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim)}.hg-footer__nick{color:var(--text-dim)}.hg-hero--fx-parallax{overflow:visible}.hg-hero--fx-parallax .hg-hero__word{transform:translate3d(calc(var(--fx-scroll, 0) * var(--fx-shift, 0px)),0,0)}.hg-hero--fx-parallax .hg-hero__word:first-child{--fx-shift: calc(var(--hero-fill) * -.44)}.hg-hero--fx-parallax .hg-hero__word--accent{--fx-shift: calc(var(--hero-fill) * .26)}.hg-hero--fx-parallax .hg-hero__word--accent+.hg-hero__word{--fx-shift: calc(var(--hero-fill) * -.3)}@media (max-width: 47.99rem){.hg-hero--fx-parallax .hg-hero__word:first-child{--fx-shift: calc(var(--hero-fill) * -.22)}.hg-hero--fx-parallax .hg-hero__word--accent{--fx-shift: calc(var(--hero-fill) * .13)}.hg-hero--fx-parallax .hg-hero__word--accent+.hg-hero__word{--fx-shift: calc(var(--hero-fill) * -.15)}}@media (max-width: 47.99rem){.hg-hero--fx-parallax .hg-hero__cell:nth-child(1){transform:translate(calc(var(--fx-scroll, 0) * -10%),calc(var(--fx-scroll, 0) * -6%))}.hg-hero--fx-parallax .hg-hero__cell:nth-child(2){transform:translate(calc(22% + var(--fx-scroll, 0) * 9%),calc(12% + var(--fx-scroll, 0) * 5%))}.hg-hero--fx-parallax .hg-hero__cell:nth-child(3){transform:translate(calc(44% + var(--fx-scroll, 0) * 28%),calc(24% + var(--fx-scroll, 0) * 16%))}}.hg-fx-reveal{position:relative}.hg-fx-reveal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--frame);opacity:var(--fx-reveal, 0);pointer-events:none}.hg-sequence__list--fx-story.is-fx-story{transform:translate3d(calc(var(--fx-seq, 0) * var(--fx-seq-travel, 0px)),0,0)}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(1){--fx-i: 0}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(2){--fx-i: 1}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(3){--fx-i: 2}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(4){--fx-i: 3}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(5){--fx-i: 4}.hg-sequence__list--fx-story.is-fx-story .hg-row:nth-child(6){--fx-i: 5}.hg-sequence__list--fx-story.is-fx-story .hg-row__meta:after{content:"";flex:1;align-self:center;min-width:0;height:1.5px;margin-right:calc(-1 * var(--gutter));background:var(--live);box-shadow:0 0 8px var(--live-glow);opacity:.8;transform:scaleX(clamp(0,calc(var(--fx-seq, 0) * var(--fx-rows, 4) - var(--fx-i, 0)),1));transform-origin:0 50%}@media (max-width: 47.99rem){.hg-sequence.is-fx-pin{height:calc(var(--fx-pin-h, 100svh) + var(--fx-pin-dist, 0px))}.hg-sequence.is-fx-pin .hg-sequence__pin{position:sticky;top:max(calc(var(--bar-h) + .5rem),calc((100svh - var(--fx-pin-h, 100svh)) / 2))}.hg-sequence__list--fx-story.is-fx-story{overflow-x:visible;scroll-snap-type:none}.hg-sequence__list--fx-story.is-fx-story .hg-row__meta:after{margin-right:-.75rem}}@media (max-width: 47.99rem){.hg-photo__scrub.is-fx-pin{height:calc(var(--fx-pin-h, 100svh) + var(--fx-pin-dist, 0px))}.hg-photo__scrub.is-fx-pin .hg-photo__pin{position:sticky;top:max(calc(var(--bar-h) + .5rem),calc((100svh - var(--fx-pin-h, 100svh)) / 2))}.hg-cards--fx-photo.is-fx-photo{display:flex;gap:.75rem;transform:translate3d(calc(var(--fx-seq, 0) * var(--fx-seq-travel, 0px)),0,0)}.hg-cards--fx-photo.is-fx-photo .hg-card{flex:0 0 74vw}}.hg-fx-frame .hg-fx-frame__window{display:block;width:100%;height:100%;overflow:hidden}.hg-fx-frame .hg-fx-frame__window img{transform:translate3d(0,var(--fx-frame, 0px),0)}.hg-frames--fx-drift.is-fx-drift{transform:translate(var(--fx-drift, 0px))}.hg-js .is-fx-still[data-reveal]{opacity:1;transform:none;transition:none}@media (prefers-reduced-motion: reduce){.hg-hero--fx-parallax .hg-hero__word{transform:none}.hg-hero--fx-parallax .hg-hero__cell:nth-child(1){transform:translate(0)}.hg-hero--fx-parallax .hg-hero__cell:nth-child(2){transform:translate(22%,12%)}.hg-hero--fx-parallax .hg-hero__cell:nth-child(3){transform:translate(44%,24%)}.hg-fx-reveal:after{opacity:0}.hg-sequence__list--fx-story.is-fx-story{transform:none}.hg-sequence__list--fx-story.is-fx-story .hg-row__meta:after{content:none}}
