::selection{background:red;color:#000}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}html{background:#fff;color:#000}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.stage{height:100vh;height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:24px}.logo{position:relative;width:min(592px,60vh,86vw);aspect-ratio:1/1;touch-action:none}.logo canvas{display:block;width:100%;height:100%}.meta{display:flex;flex-direction:column;align-items:center;gap:40px}.tagline{font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:clamp(9px,1.05vw,11px);line-height:1.2;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#000}.nav,.tagline{font-weight:500}.nav{display:flex;gap:60px;font-family:Geist Mono,ui-monospace,SF Mono,SFMono-Regular,monospace;font-size:12px;line-height:18px}.nav a{color:#000;text-decoration:none;transition:color .15s ease}.nav a:hover{color:#ff1500}@media (max-width:520px){.nav{gap:34px}}.p-page{position:relative;min-height:100dvh;color:#d5d5d5;font-family:Geist,system-ui,-apple-system,sans-serif;animation:p-slideup .55s cubic-bezier(.16,.84,.3,1) backwards}.p-page.bk{background:#000}.p-page.wh{background:#fff}@keyframes p-slideup{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.p-page{animation:none}}.p-hero{position:relative;height:100vh;height:100dvh;padding-bottom:20px}.p-hero.red{background:red}.p-hero.gray{background:#d2d2d2}.p-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;mix-blend-mode:screen}.p-hero__title{position:-webkit-sticky;position:sticky;top:70vh;z-index:1;display:flex;justify-content:center;gap:clamp(72px,16vw,240px);padding:0 24px;color:#000;font-weight:700;font-size:clamp(24px,3.2vw,32px);line-height:1}.p-hero__title.wh{color:#fff!important}.p-body{max-width:500px;margin:0 auto;padding:80px 24px 120px;gap:40px}.p-block,.p-body{display:flex;flex-direction:column}.p-block{gap:80px}.p-block--media{gap:72px}.p-group{display:flex;flex-direction:column;gap:20px}.p-h{font-weight:700;font-size:20px;line-height:1.12}.p-h,.p-t{color:#d5d5d5}.p-t{font-weight:500;font-size:16px;line-height:1.4;white-space:pre-line}.p-shot{width:100%;aspect-ratio:500/289;object-fit:cover;display:block}.p-link{font-weight:500;font-size:16px;color:#d5d5d5;transition:color .15s ease}.p-link:hover{color:#fff}.p-footer{background:#f0f0f0;color:#666;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 24px 60px}.p-footer__logo{width:300px;max-width:70%;height:auto;display:block}.p-footer__meta{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.p-copyright{font-weight:500;color:#666}.p-contact,.p-copyright{font-size:14px;line-height:1.4}.p-contact{display:flex;gap:48px}.p-contact__label{font-weight:700}.p-contact a{color:#666;font-weight:500}.p-contact a:hover{color:#000}.p-area-label{display:flex;align-items:center;justify-content:center;text-align:center;min-height:72px;padding:16px 20px;border:1px dashed}.p-change .p-h,.p-change .p-link,.p-change .p-t{color:#9a9a9a}.intro{position:fixed;inset:0;z-index:1000;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Geist,system-ui,-apple-system,sans-serif;font-weight:500;font-size:20px;color:#000;animation:intro-fade 1.5s ease forwards}@keyframes intro-fade{0%,66%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.intro{display:none}}