.site-root{background:var(--ink,#03202f);flex-direction:column;min-height:100svh;display:flex}.site-main{flex-direction:column;flex:1 0 auto;display:flex}.ph{text-align:center;color:#fafbf5;background:radial-gradient(130% 90% at 50% 30%,#334b4b73 0%,#03202f00 60%),linear-gradient(#062b3d 0%,#03202f 70%);flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;min-height:100svh;padding:clamp(120px,18vh,200px) clamp(24px,6vw,80px) clamp(80px,12vh,140px);display:flex;position:relative;overflow:hidden}.ph:after{content:"";background:linear-gradient(90deg,#0000,#bacecb66,#0000);width:min(560px,70vw);height:1px;position:absolute;bottom:clamp(48px,9vh,96px);left:50%;transform:translate(-50%)}.ph__eyebrow{font-family:var(--font-subhead), system-ui, sans-serif;letter-spacing:.34em;text-transform:uppercase;color:#bacecbdb;opacity:0;animation:ph-rise .9s var(--ease-out-strong,cubic-bezier(.23, 1, .32, 1)) 50ms forwards;margin-bottom:clamp(20px,3vh,30px);font-size:clamp(10px,1.1vw,12px)}.ph__title{font-family:var(--font-display), "Oswald", "Arial Narrow", sans-serif;text-transform:uppercase;letter-spacing:.04em;opacity:0;max-width:14ch;animation:ph-rise 1s var(--ease-out-strong,cubic-bezier(.23, 1, .32, 1)) .12s forwards;font-size:clamp(46px,9vw,132px);font-weight:700;line-height:.92}.ph__note{max-width:38ch;font-family:var(--font-subhead), system-ui, sans-serif;letter-spacing:.01em;color:#fafbf5b3;opacity:0;animation:ph-rise 1s var(--ease-out-strong,cubic-bezier(.23, 1, .32, 1)) .2s forwards;margin-top:clamp(24px,4vh,38px);font-size:clamp(15px,1.5vw,18px);line-height:1.6}.ph__meta{font-family:var(--font-subhead), system-ui, sans-serif;letter-spacing:.22em;text-transform:uppercase;color:#fafbf58c;opacity:0;animation:ph-rise 1s var(--ease-out-strong,cubic-bezier(.23, 1, .32, 1)) .28s forwards;align-items:center;gap:14px;margin-top:clamp(28px,4vh,40px);font-size:clamp(11px,1.1vw,13px);display:inline-flex}.ph__meta .sep{background:#fafbf566;border-radius:50%;width:3px;height:3px}@keyframes ph-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ph__eyebrow,.ph__title,.ph__note,.ph__meta{opacity:1!important;animation:none!important;transform:none!important}}
