:root {
  --ink: #171512;
  --ink-soft: #27231e;
  --cream: #f5f0e5;
  --paper: #fffdfa;
  --oak: #a87416;
  --gold: #e9b949;
  --tiktok-cyan: #25f4ee;
  --tiktok-pink: #fe2c55;
  --line: rgba(23, 21, 18, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.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: 0.75rem; left: 0.75rem; z-index: 100; padding: 0.7rem 1rem; background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 0 5vw;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-weight: 750; text-decoration: none; letter-spacing: -0.03em; }
.brand b { color: var(--gold); font-weight: 750; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 1.15rem; }
.site-nav { display: flex; gap: 2rem; }
.site-nav a { position: relative; font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -0.4rem; background: var(--gold); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; }

.hero { position: relative; min-height: min(850px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 62% center; }
.hero-shade { background: linear-gradient(90deg, rgba(14,13,11,0.95) 0%, rgba(18,16,13,0.76) 38%, rgba(18,16,13,0.13) 72%, rgba(18,16,13,0.18) 100%); }
.hero-content { position: relative; z-index: 1; width: min(47rem, 90vw); margin-left: 8vw; padding: 9rem 0 6rem; }
.eyebrow { margin: 0 0 1rem; color: var(--oak); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 0.98; letter-spacing: -0.045em; }
h1 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 7.2rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 34rem; margin: 2rem 0 2.25rem; color: rgba(255,255,255,0.82); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.material-pills { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: -0.8rem 0 2rem; }
.material-pills span { padding: 0.45rem 0.75rem; border: 1px solid rgba(233,185,73,0.42); color: rgba(255,255,255,0.82); background: rgba(0,0,0,0.24); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; gap: 2.2rem; min-height: 3.5rem; padding: 0.85rem 1.2rem 0.85rem 1.5rem; border: 1px solid transparent; text-decoration: none; font-size: 0.9rem; font-weight: 750; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #e7c58f; }
.hero-note { position: absolute; z-index: 1; right: 5vw; bottom: 2rem; margin: 0; color: rgba(255,255,255,0.65); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; }

.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 8vw; align-items: end; padding-block: clamp(5rem, 10vw, 9rem); }
.intro h2, .section-heading h2, .socials-heading h2 { font-size: clamp(2.8rem, 5.4vw, 5.2rem); }
.intro-copy { max-width: 31rem; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.intro-copy p { margin: 0; }
.intro-copy .muted { margin-top: 1rem; color: #756d62; font-family: var(--sans); font-size: 0.95rem; }

.gallery-section { padding: 1rem 0 clamp(6rem, 11vw, 10rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.section-heading > p { max-width: 22rem; margin: 0 0 0.55rem; color: #6a6258; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: 1rem; margin-top: 1rem; }
.gallery-card { position: relative; grid-column: span 4; grid-row: span 2; display: flex; align-items: flex-end; justify-content: space-between; padding: 1.2rem; overflow: hidden; color: rgba(255,255,255,0.88); background: linear-gradient(145deg, #252226, #070607); }
.gallery-card::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; top: 18%; left: 18%; border: 1px solid rgba(217,173,102,0.28); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(217,173,102,0.03), 0 0 0 5rem rgba(217,173,102,0.025); }
.gallery-card:nth-child(2)::before { border-radius: 48% 48% 12% 12%; transform: rotate(5deg); }
.gallery-card:nth-child(3)::before { border-radius: 0; transform: rotate(45deg) scale(0.7); }
.gallery-card:nth-child(4)::before { border-radius: 50% 50% 8% 8%; }
.gallery-card:nth-child(5)::before { width: 35%; left: 32%; border-radius: 0; }
.gallery-card span, .gallery-card p { position: relative; z-index: 1; margin: 0; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.gallery-card p { color: rgba(255,255,255,0.56); }
.gallery-card-large { grid-column: span 7; grid-row: span 3; background: linear-gradient(145deg, #a56c06, #0a090a 75%); }
.gallery-card-tall { grid-column: span 5; grid-row: span 4; }
.gallery-card-wide { grid-column: span 8; }

.creators-section { color: white; background: var(--ink); }
.creators-layout { display: grid; grid-template-columns: 1fr 0.8fr; gap: 8vw; align-items: center; min-height: 680px; padding-block: 7rem; }
.eyebrow-light { color: var(--gold); }
.creators-copy h2 { font-size: clamp(3rem, 5.6vw, 5.5rem); }
.creators-copy > p:last-child { max-width: 36rem; margin: 2rem 0 0; color: rgba(255,255,255,0.68); font-size: 1.05rem; }
.creator-preview { padding: 2rem; border: 1px solid rgba(217,173,102,0.34); background: linear-gradient(145deg, rgba(217,173,102,0.12), rgba(255,255,255,0.03)); box-shadow: 0 2rem 7rem rgba(0,0,0,0.28); }
.creator-preview-top { display: flex; align-items: center; gap: 0.7rem; padding-bottom: 1.4rem; border-bottom: 1px solid rgba(255,255,255,0.13); font-size: 0.88rem; font-weight: 700; }
.status-dot { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: #8c8172; }
.soon-label { margin-left: auto; color: var(--gold); font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; }
.creator-lines { display: grid; gap: 0.75rem; margin: 2.2rem 0; }
.creator-lines span { height: 0.7rem; width: 78%; border-radius: 1rem; background: rgba(255,255,255,0.11); }
.creator-lines span:nth-child(2) { width: 100%; }
.creator-lines span:nth-child(3) { width: 62%; }
.creator-preview p { margin: 0; color: rgba(255,255,255,0.62); }

.socials-section { padding-block: clamp(6rem, 11vw, 10rem); }
.socials-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.socials-heading p { max-width: 22rem; margin: 0 0 0.5rem; color: #6a6258; }
.social-placeholder { display: flex; align-items: center; justify-content: space-between; margin-top: 3rem; padding: 1.25rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.3rem, 2.3vw, 2rem); }
.social-placeholder > span:last-child { color: var(--oak); font-family: var(--sans); }
.tiktok-label { display: flex; align-items: center; gap: 1rem; }
.tiktok-label svg { width: 2.5rem; height: 2.5rem; padding: 0.35rem; background: #050505; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.5rem 5vw; color: rgba(255,255,255,0.7); background: #0f0e0c; font-size: 0.78rem; }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.brand-footer { color: white; }

@media (max-width: 760px) {
  .site-header { min-height: 4.6rem; }
  .menu-button { display: grid; gap: 0.38rem; padding: 0.8rem; border: 0; color: white; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 1.5rem; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 0.8rem 5vw 1.2rem; background: rgba(15,14,12,0.97); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.8rem 0; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(14,13,11,0.98) 0%, rgba(14,13,11,0.74) 55%, rgba(14,13,11,0.2) 100%); }
  .hero-content { width: 90vw; margin: 0 auto; padding: 8rem 0 7rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-note { left: 5vw; right: auto; }
  .intro, .creators-layout { grid-template-columns: 1fr; gap: 3rem; }
  .section-heading, .socials-heading { display: block; }
  .section-heading > p, .socials-heading p { margin-top: 1.4rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery-card, .gallery-card-large, .gallery-card-tall, .gallery-card-wide { grid-column: span 1; grid-row: span 2; }
  .gallery-card-large, .gallery-card-wide { grid-column: span 2; }
  .creators-layout { min-height: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 0.8rem; text-align: center; }
  .site-footer .brand { justify-content: center; }
  .site-footer p:last-child { text-align: center; }
}

@media (max-width: 430px) {
  .brand { font-size: 0.9rem; }
  .gallery-grid { display: block; }
  .gallery-card { min-height: 300px; margin-bottom: 0.8rem; }
  .gallery-card-large { min-height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
