@charset "UTF-8";

:root{--yellow:#fdcf05;--ink:#171713;--cream:#f9f6e9;--line:rgba(23,23,19,.28);--page-gutter:clamp(22px,5vw,96px);font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--yellow);font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;min-width:280px}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
button,a:focus-visible{outline-offset:6px}
:focus-visible{outline:2px solid currentColor;outline-offset:5px}
svg{display:block;width:24px;height:24px;fill:currentColor}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;z-index:20;top:12px;left:12px;padding:12px;background:var(--ink);color:white}
.header{height:104px;padding:0 var(--page-gutter);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}
.wordmark{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:900;letter-spacing:-1.6px}
.brand-star{font-size:30px;font-weight:400;line-height:1}
.socials{display:flex;gap:10px}
.social-link{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;transition:background .2s,color .2s,transform .2s}
.social-link svg{width:19px;height:19px}
.social-link:hover{background:var(--ink);color:var(--yellow);transform:translateY(-3px)}
.hero{overflow:hidden}
.hero-copy{padding:32px var(--page-gutter) 0;text-align:center;position:relative;z-index:1;animation:enter .7s both}
.eyebrow{margin:0 0 8px;display:flex;justify-content:center;align-items:center;gap:8px;font-size:14px;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}
.eyebrow span{font-size:18px}
h1{font-family:"Arial Black",Arial,Helvetica,sans-serif;font-size:clamp(112px,16.2vw,242px);font-weight:900;line-height:1.04;letter-spacing:-.075em;margin:0 0 13px;padding-right:.065em}
.title-period{color:var(--ink)}
.hero-description{font-size:clamp(18px,1.6vw,23px);line-height:1.45;letter-spacing:-.03em;margin:0 auto 24px;max-width:700px}
.mobile-break{display:none}
.ca-wrap{display:flex;justify-content:center;min-height:42px}
.ca-button{display:flex;align-items:center;gap:14px;max-width:100%;min-height:42px;border:0;border-bottom:1px solid var(--ink);border-radius:0;padding:9px 4px;background:transparent;cursor:pointer;position:relative;transition:opacity .2s}
.ca-button:hover{opacity:.65}
.ca-label{font-size:12px;font-weight:700;letter-spacing:.1em;padding-right:13px;border-right:1px solid var(--line)}
.ca-value{font-family:"Courier New",monospace;font-size:14px;line-height:1.5;overflow-wrap:anywhere;min-width:0;text-align:left}
.copy-icon{width:17px;height:17px;flex-shrink:0}
.copy-feedback{position:absolute;bottom:-30px;left:50%;transform:translate(-50%,5px);font-size:13px;font-weight:700;opacity:0;transition:opacity .2s,transform .2s;pointer-events:none}
.is-copied .copy-feedback{opacity:1;transform:translate(-50%,0)}
.hero-scene{height:clamp(275px,33.5vw,600px);position:relative;margin-top:38px;isolation:isolate}
.hero-scene::before{content:"";position:absolute;left:0;right:0;top:0;height:50px;background:linear-gradient(var(--yellow),transparent);z-index:1;pointer-events:none}
.hero-scene img{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom}
.about{background:var(--ink);color:var(--cream);padding:39px var(--page-gutter) 0}
.about-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.12em;color:var(--yellow);padding-bottom:35px;border-bottom:1px solid rgba(253,207,5,.27)}
.little-star{font-size:28px;line-height:1}
.about-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(40px,7vw,140px);align-items:center;padding:76px 0 87px;max-width:1500px;margin:auto}
h2{font-family:"Arial Black",Arial,Helvetica,sans-serif;font-size:clamp(38px,4.8vw,80px);font-weight:900;line-height:1.12;letter-spacing:-.055em;margin:0}
h2 span{color:var(--yellow)}
.about-copy{max-width:500px}
.about-copy p{font-size:17px;line-height:1.7;color:#bdbdb2;margin:0 0 24px}
.about-copy .about-lead{font-size:clamp(22px,2vw,30px);font-weight:500;line-height:1.4;letter-spacing:-.035em;color:var(--cream);margin-bottom:21px}
.signature{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--yellow);margin-top:32px}
.signature span{font-size:27px}
.footer{border-top:1px solid rgba(253,207,5,.27);min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;letter-spacing:.05em;color:#bdbdb2}
.footer-brand{font-size:29px;font-weight:900;letter-spacing:-1.8px;color:var(--yellow)}
@keyframes enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1900px){.hero-copy{padding-top:55px}.hero-scene{margin-top:45px}}
@media(max-width:900px){.header{height:90px}.hero-copy{padding-top:34px}.hero-scene{height:37vw;min-height:260px}.about-grid{gap:35px;padding:58px 0 64px}h2{font-size:clamp(35px,5.2vw,48px)}.about-copy p{font-size:16px}.about-copy .about-lead{font-size:23px}.footer>span:nth-child(2){display:none}}
@media(max-width:600px){.header{height:84px}.wordmark{font-size:25px}.social-link{width:42px;height:42px}.socials{gap:8px}.hero-copy{padding-top:37px}.eyebrow{font-size:12px;letter-spacing:.065em;margin-bottom:12px}h1{font-size:clamp(88px,21.5vw,132px);margin-bottom:18px}.hero-description{font-size:19px;line-height:1.5;margin-bottom:18px}.mobile-break{display:block}.hero-scene{height:48vw;min-height:175px;margin-top:50px}.hero-scene img{object-fit:cover}.hero-scene::before{height:25px}.about{padding-top:26px}.about-topline{font-size:12px;gap:10px;letter-spacing:.07em;padding-bottom:24px}.little-star{font-size:22px}.about-grid{grid-template-columns:1fr;gap:30px;padding:42px 0 44px}h2{font-size:clamp(30px,9vw,54px);line-height:1.12}.about-copy .about-lead{font-size:24px}.about-copy p{font-size:16px;margin-bottom:20px}.signature{margin-top:25px;font-size:14px}.footer{min-height:86px;font-size:12px}.footer-brand{font-size:26px}}
@media(max-width:380px){.about-topline>span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
