:root{
  --shell:#F5EFE6; --cream:#EFE4D2; --stone:#A89A82; --seaglass:#9BC5C0;
  --dustysky:#8FA8B8; --terracotta:#C97D63; --slateplum:#5E5868;
  --ink:#2A2E33; --palepink:#F0D5D0;
  color-scheme:light only;
}
html{background:var(--shell)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--ink);background:var(--shell);line-height:1.55}
a{color:inherit;text-decoration:none}

.eyebrow{font-family:'Space Mono',monospace;letter-spacing:.18em;font-size:.72rem;color:var(--stone);text-transform:uppercase}
.btn{display:inline-block;font-family:'Bebas Neue',sans-serif;letter-spacing:.08em;font-size:1.05rem;padding:.85rem 2rem;border-radius:2px;cursor:pointer;border:none;transition:opacity .2s}
.btn:hover{opacity:.85}
.btn-sm{font-size:.85rem;padding:.6rem 1.1rem}
.btn-ink{background:var(--ink);color:var(--shell)}
.btn-terracotta{background:var(--terracotta);color:var(--shell)}
.btn-outline{background:transparent;border:1.5px solid var(--ink);color:var(--ink)}

.nav{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 6vw;background:var(--shell);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(168,154,130,.25)}
.nav-wordmark{font-family:'Bebas Neue',sans-serif;font-size:1.6rem;letter-spacing:.14em}
.nav-links{display:flex;gap:1.6rem;font-family:'Space Mono',monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.nav-links a:hover{color:var(--terracotta)}

.hero{min-height:90vh;background:linear-gradient(160deg,var(--seaglass),#b6d4d0);display:flex;flex-direction:column}
.hero-bar{display:flex;justify-content:space-between;padding:1rem 6vw;font-family:'Space Mono',monospace;font-size:.68rem;letter-spacing:.12em;color:var(--ink)}
.hero-inner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:2rem}
.wordmark-stacked{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,14vw,11rem);line-height:.82;display:flex;flex-direction:column;align-items:center}
.divider{width:80px;height:3px;background:var(--terracotta);border:none;text-decoration:none;display:block}
.tagline-script{font-family:'Allura',cursive;font-size:clamp(2.4rem,6vw,4rem);color:var(--slateplum)}

.thesis{background:var(--ink);color:var(--shell);text-align:center;padding:8rem 6vw}
.thesis blockquote{font-family:'Inter',serif;font-weight:500;font-size:clamp(1.6rem,4vw,2.8rem);max-width:900px;margin:0 auto;line-height:1.3}
.attribution{font-family:'Space Mono',monospace;font-size:.75rem;letter-spacing:.14em;color:var(--seaglass);margin-top:2rem}

.fund-teaser{background:var(--cream);text-align:center;padding:6rem 6vw;display:flex;flex-direction:column;align-items:center;gap:1.2rem}
.script-lg{font-family:'Allura',cursive;font-size:clamp(2.6rem,7vw,4.5rem);color:var(--ink)}
.script-md{font-family:'Allura',cursive;font-size:clamp(2rem,5vw,3rem)}
.terracotta{color:var(--terracotta)}
.body-lg{font-size:1.1rem;max-width:640px;color:var(--slateplum)}
.center{text-align:center;margin:0 auto}

.lookbook{padding:6rem 6vw;text-align:center}
.display-xl{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,12vw,7.5rem);letter-spacing:.02em}
.display-lg{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.4rem,6vw,4rem);letter-spacing:.03em}
.hat-grid{display:grid;gap:2rem;margin-top:3rem}
.hat-grid-hero{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.hat-grid-rest{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:2rem}
.hat-tile{background:var(--cream);padding:1.4rem;border-radius:3px;display:flex;flex-direction:column;align-items:center;gap:.5rem}
.hero-tile{background:var(--shell);border:1px solid var(--seaglass);padding:1.8rem}
.hat-img{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--seaglass),var(--dustysky));border-radius:2px}
.hat-name{font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.04em}
.register-tag{font-family:'Space Mono',monospace;font-size:.68rem;letter-spacing:.1em;color:var(--stone)}
.price-stub{font-family:'Space Mono',monospace;font-size:.72rem;color:var(--terracotta);letter-spacing:.06em}

.essence{background:var(--seaglass);text-align:center;padding:7rem 6vw}
.essence-top{font-size:clamp(1.3rem,3vw,1.8rem)}
.essence-script{font-family:'Allura',cursive;font-size:clamp(3rem,9vw,6rem);color:var(--ink);margin:.5rem 0}
.essence-caption{font-family:'Space Mono',monospace;font-size:.74rem;letter-spacing:.14em;color:var(--slateplum)}

.watchlist{text-align:center;padding:6rem 6vw;background:var(--shell)}
.signup-form{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin:2rem 0 1rem}
.signup-form input[type=email]{font-family:'Inter',sans-serif;padding:.85rem 1.2rem;min-width:280px;border:1.5px solid var(--stone);border-radius:2px;font-size:1rem}
.watchlist-caption{font-family:'Space Mono',monospace;font-size:.74rem;letter-spacing:.12em;color:var(--stone)}

.footer{background:var(--ink);color:var(--shell);display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 6vw 2rem}
.footer-col{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}
.footer-col a:hover{color:var(--seaglass)}
.footer-wordmark{font-family:'Bebas Neue',sans-serif;font-size:1.4rem;letter-spacing:.1em}
.footer-tagline{font-family:'Allura',cursive;font-size:1.6rem;color:var(--seaglass)}
.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(245,239,230,.2);padding-top:1.5rem;text-align:center;font-family:'Space Mono',monospace;font-size:.74rem;letter-spacing:.1em;color:var(--seaglass)}

@media(max-width:768px){
  .nav{flex-direction:column;gap:1rem}
  .nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}
  .hero{min-height:auto;padding:4rem 0}
  .hero-bar{flex-direction:column;gap:.4rem;text-align:center}
  .footer{grid-template-columns:1fr;text-align:center}
  .footer-col{align-items:center}
}

.footer-social{display:flex;gap:1.1rem;margin-top:.4rem}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(245,239,230,.4);border-radius:50%;transition:background .2s,border-color .2s}
.footer-social a:hover{background:var(--seaglass);border-color:var(--seaglass)}
.footer-social svg{width:17px;height:17px;fill:var(--shell)}
.footer-social a:hover svg{fill:var(--ink)}
@media(max-width:768px){.footer-social{justify-content:center}}