.hero{min-height:100svh;display:flex;align-items:flex-end;padding-bottom:clamp(40px,6vw,90px);padding-top:30vh}.hero__title{font-size:clamp(3.2rem,14vw,15rem);margin:.2em 0 .4em}.hero__line{display:block;overflow:hidden}.hero__line>span{display:block;will-change:transform}.hero__title em{font-style:normal;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}.hero__lede{max-width:36ch;color:var(--muted)}.hero__scroll{white-space:nowrap}.hero__creds{margin-top:clamp(1.2rem,2.4vw,2rem);font-size:clamp(.7rem,1.1vw,.82rem);text-transform:uppercase;letter-spacing:.28em;font-weight:600;color:var(--muted)}.hero__creds b{color:var(--accent);font-weight:700;margin:0 .35em}.hero{position:relative;overflow:hidden}.hero>.container{position:relative;z-index:2}.hm{inset:0;z-index:0;overflow:hidden;pointer-events:none}.hm,.hm__grid{position:absolute}.hm__grid{left:-12%;top:-12%;width:124%;display:grid;grid-template-columns:repeat(10,1fr);grid-gap:6px;gap:6px;opacity:0;filter:grayscale(.25) saturate(.9);will-change:transform;transition:opacity 1.1s ease}.hm__grid.is-ready{opacity:.32}.hm__tile{position:relative;aspect-ratio:1;overflow:hidden;background:#101014}.hm__shade{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 120% 90% at 50% 110%,rgba(0,0,0,.88) 30%,rgba(0,0,0,.45) 70%,rgba(0,0,0,.25) 100%),linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.25) 40%,rgba(0,0,0,.7) 85%,#000)}@media (max-width:700px){.hm__grid{grid-template-columns:repeat(5,1fr)}}.mf{font-size:clamp(1.6rem,4.4vw,3.6rem);font-weight:800;line-height:1.15;letter-spacing:-.01em;margin-top:1.5rem;max-width:22ch}.mf__word{display:inline-block}.mq{overflow:hidden;white-space:nowrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(18px,3vw,34px) 0}.mq__track{animation:mq linear infinite}.mq__item,.mq__track{display:inline-flex;align-items:center}.mq__item{font-size:clamp(2rem,6vw,5rem);text-transform:uppercase;padding:0 .4em;gap:.4em}.mq__dot{color:var(--accent)}@keyframes mq{to{transform:translateX(-50%)}}.pf__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3.5rem}.pf__title{font-size:clamp(2.4rem,7vw,6rem)}.pf__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(24px,4vw,70px);gap:clamp(24px,4vw,70px)}.pf__item--down{transform:translateY(clamp(30px,8vw,120px))}.pf__media{position:relative;display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#141416}.pf__meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:1rem;gap:1rem}.pf__name{font-size:1.1rem;font-weight:600}.pf__more{margin-top:clamp(50px,8vw,110px);text-align:center}.pf__morelink{display:inline-flex;align-items:center;gap:.5rem;font-size:clamp(1.4rem,4vw,2.4rem);font-weight:700;border-bottom:1px solid var(--line);padding-bottom:.4rem}.pf__morelink span,.pf__morelink:hover{color:var(--accent)}@media (max-width:760px){.pf__grid{grid-template-columns:1fr}.pf__item--down{transform:none}}.pf__media{border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit}.pf__lb{position:fixed;inset:0;z-index:9000;background:rgba(6,6,8,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:clamp(16px,4vw,56px);animation:pf-lb-in .25s ease both}@keyframes pf-lb-in{0%{opacity:0}to{opacity:1}}.pf__lb-fig{margin:0;display:flex;flex-direction:column;align-items:center;gap:14px;max-width:100%;max-height:100%}.pf__lb-fig img{max-width:min(1200px,92vw);max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 30px 80px rgba(0,0,0,.6);animation:pf-lb-pop .28s cubic-bezier(.2,.8,.2,1) both}@keyframes pf-lb-pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.pf__lb-cap{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.pf__lb-name{font-size:1.05rem;font-weight:600;color:var(--fg)}.pf__lb-cat{color:var(--muted)}.pf__lb-close,.pf__lb-nav{position:fixed;z-index:9001;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(20,20,24,.6);color:#f5f5f5;cursor:pointer;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s,transform .2s,border-color .2s}.pf__lb-close{top:clamp(14px,3vw,28px);right:clamp(14px,3vw,28px);width:44px;height:44px;font-size:18px}.pf__lb-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:30px;padding-bottom:4px}.pf__lb-prev{left:clamp(10px,3vw,32px)}.pf__lb-next{right:clamp(10px,3vw,32px)}.pf__lb-close:hover,.pf__lb-nav:hover{background:var(--cyan);color:#000;border-color:var(--cyan)}.pf__lb-nav:hover{transform:translateY(-50%) scale(1.06)}@media (max-width:640px){.pf__lb-nav{width:42px;height:42px;font-size:24px}.pf__lb-fig img{max-height:72vh}}