@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/syne-latin.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --bg: #0e0e0e;
  --text: #fafafa;
  --muted: #a3a3a3;
  --line: #383838;
  --surface: #171717;
  --soft: #202020;
  --icon-filter: brightness(0) invert(1);
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #fff;
  --text: #050505;
  --muted: #666;
  --line: #d2d2d2;
  --surface: #fff;
  --soft: #f2f2f2;
  --icon-filter: brightness(0);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--text); outline-offset: 6px; }
.sr-only {
  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 {
  position: fixed; top: -80px; left: 16px; z-index: 10;
  padding: 16px; background: var(--text); color: var(--bg);
}
.skip-link:focus { top: 16px; }
.site-header {
  display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
  height: 84px; padding: 20px 40px; max-width: 1800px; margin: auto;
}
.wordmark {
  width: fit-content; font-size: 1.75rem; letter-spacing: -.07em;
  font-weight: 800; font-style: italic; line-height: 1.3;
}
.wordmark span { margin-left: 1px; }
.site-header nav { justify-self: center; }
.nav-home {
  display: block; padding: 7px 0 4px; border-bottom: 1px solid var(--text);
  font-size: .75rem; line-height: 1.5; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
}
.icon-button {
  display: grid; place-items: center; width: 44px; height: 44px;
  background: transparent; color: var(--muted); border-radius: 50%;
}
.icon-button:hover { background: var(--soft); color: var(--text); }
.theme-toggle { justify-self: end; }
.moon-icon { display: none; }
[data-theme="light"] .moon-icon { display: block; }
[data-theme="light"] .sun-icon { display: none; }
.hero {
  position: relative; height: max(620px, calc(100svh - 84px));
  display: flex; flex-direction: column; align-items: center;
  padding: 32px 24px 0; overflow: hidden;
}
.hero-copy { position: relative; flex: none; z-index: 2; text-align: center; }
h1 {
  margin: 0; font-family: Syne, Inter, sans-serif;
  font-size: clamp(3rem, 7vw, 10.5rem); font-weight: 800;
  line-height: .95; letter-spacing: -.055em; text-transform: uppercase;
}
.intro {
  font-size: 1.0625rem; line-height: 1.625; font-weight: 400;
  margin: 12px 0 0; color: var(--muted);
}
.hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: 20px; }
.pill {
  display: flex; align-items: center; gap: 11px;
  padding: 6px 6px 6px 13px; min-height: 44px;
  border: 1px solid var(--line); background: var(--bg); border-radius: 999px;
  font-size: .5625rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; white-space: nowrap;
  transition: border-color .2s, transform .2s;
}
.pill:hover { border-color: var(--muted); transform: translateY(-2px); }
.action-icon { width: 20px; height: 20px; color: var(--muted); }
.arrow-circle {
  width: 27px; height: 27px; border-radius: 50%;
  background: var(--text); color: var(--bg); display: grid; place-items: center;
  font-size: 1.0625rem; font-weight: 400; letter-spacing: 0;
}
.portrait-stage {
  position: relative; flex: 1; min-height: 0; margin-top: 24px;
  width: 100%; z-index: 1; pointer-events: none;
}
.portrait-placeholder {
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.portrait-initials { font-size: 10rem; font-weight: 800; letter-spacing: -.1em; opacity: .06; }
.placeholder-caption { font-size: .75rem; color: var(--muted); }
.portrait-image {
  display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  height: min(67svh, 100%); width: auto; max-width: none;
  mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 100%);
}
.eyebrow {
  margin: 0; font-size: .625rem; font-weight: 600; line-height: 1.5;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}
.brands { padding: 8px 24px 62px; text-align: center; max-width: 1120px; margin: auto; }
.brand-list {
  display: flex; align-items: center; justify-content: center; gap: 44px;
  flex-wrap: wrap; margin-top: 28px; min-height: 44px;
}
.pending-brands { margin: 0; font-size: .875rem; color: var(--muted); }
.brand-list img { max-width: 140px; height: 34px; object-fit: contain; }
.brand-name { font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; }
.site-footer {
  max-width: 1120px; margin: 0 auto; padding: 40px 24px 26px;
  border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center;
}
.footer-contact { font-size: 1.125rem; font-weight: 500; letter-spacing: -.025em; }
.footer-contact span[aria-hidden] { margin-left: 6px; }
.footer-contact:hover { text-decoration: underline; text-underline-offset: 5px; }
.socials { display: flex; gap: 8px; align-items: center; margin-top: 18px; }
.social-icon {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; color: var(--text);
}
a.social-icon:hover { background: var(--soft); }
.social-icon svg, .brand-icon { width: 20px; height: 20px; }
.brand-icon { filter: var(--icon-filter); }
.pending-social { color: var(--muted); opacity: .58; cursor: default; }
.footer-bottom {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; gap: 20px; margin-top: 52px;
}
.footer-bottom p { font-size: .75rem; color: var(--muted); }
.footer-wordmark { font-size: 1.4375rem; }
dialog {
  width: min(460px, calc(100% - 32px)); padding: 42px 32px 32px;
  border: 1px solid var(--line); border-radius: 18px;
  background: var(--surface); color: var(--text); box-shadow: 0 24px 100px #0006;
}
dialog::backdrop { background: #0009; backdrop-filter: blur(8px); }
.dialog-close { position: absolute; right: 10px; top: 10px; font-size: 1.75rem; font-weight: 300; }
dialog h2 { font-size: 1.875rem; font-weight: 600; letter-spacing: -.035em; margin: 16px 0; }
dialog p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; color: var(--muted); margin: 0 0 26px; }
.dialog-link {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--line); padding-top: 20px; font-size: .9375rem;
}
.dialog-link:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 700px) {
  .site-header { height: 76px; padding: 16px 22px; }
  .wordmark { font-size: 1.5625rem; }
  .hero { padding: 54px 20px 0; height: max(580px, calc(100svh - 76px)); }
  h1 { font-size: clamp(2rem, 8.8vw, 3.5rem); letter-spacing: -.045em; }
  .intro { margin-top: 17px; font-size: 1rem; max-width: 340px; }
  .hero-actions { gap: 10px; margin-top: 22px; }
  .pill { gap: 9px; padding-left: 11px; font-size: .5625rem; letter-spacing: .13em; }
  .action-icon { width: 18px; height: 18px; }
  .arrow-circle { width: 25px; height: 25px; }
  .portrait-image { height: min(64svh, 100%); }
  .brands { padding: 8px 20px 45px; }
  .site-footer { margin: 0 22px; padding: 30px 0 22px; }
  .footer-bottom { margin-top: 35px; }
  .brand-list { gap: 24px; }
  .brand-list img { max-width: 110px; height: 28px; }
}
@media (max-width: 360px) {
  .hero { padding-top: 40px; }
  .hero-actions { gap: 10px; }
  .action-icon { display: none; }
  .pill { gap: 8px; padding-left: 12px; letter-spacing: .12em; }
  .intro { max-width: 265px; }
  .portrait-image { height: min(59svh, 100%); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
