/* AKTY Theme — main.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:    #0D0D0D;
  --text:  #F0EDE8;
  --muted: rgba(240,237,232,0.5);
  --red:   #CC1B24;
  --blue:  #1F3A8F;
}

html { overflow-x: hidden; scroll-behavior: auto; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; overflow-x: hidden; }

/* ---- GRAIN ---- */
#grain-overlay {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.03;
}

/* ---- LOADER ---- */
#loader {
  position: fixed; inset: 0; z-index: 9000; background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.gone { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-brand { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem,10vw,7rem); letter-spacing: .15em; }
.loader-track { width: 220px; height: 2px; background: rgba(255,255,255,.1); border-radius: 2px; overflow: hidden; }
#loader-bar   { height: 100%; width: 0%; background: var(--red); border-radius: 2px; transition: width .1s linear; }
#loader-pct   { font-family: 'Montserrat',sans-serif; font-size: .65rem; font-weight: 600; letter-spacing: .25em; color: var(--muted); }

/* ---- HEADER ---- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 90px; padding: 0 44px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent;
}
.nav-logo-link { display: flex; align-items: center; text-decoration: none; }
.nav-logo { height: 80px; width: auto; display: block; filter: brightness(0) invert(1) sepia(0.12) saturate(1.2) brightness(0.97); }
.nav-links { display: flex; align-items: center; gap: 8px; list-style: none; }
.nav-links a {
  font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--text); text-decoration: none;
  padding: 7px 16px; border: 1px solid rgba(240,237,232,.15); border-radius: 50px;
  transition: border-color .2s, background .2s;
}
.nav-links a:hover { border-color: rgba(240,237,232,.4); background: rgba(255,255,255,.05); }
.nav-links .cta-pill { background: var(--red); border-color: var(--red); color: #fff; }
.nav-links .cta-pill:hover { background: #a8151c; border-color: #a8151c; }

/* ---- CANVAS ---- */
.canvas-wrap { position: fixed; inset: 0; z-index: 2; transition: opacity 0.5s ease; pointer-events: none; }
canvas#c { display: block; width: 100%; height: 100%; }

/* ---- HERO OVERLAY ---- */
.hero-overlay {
  position: fixed; inset: 0; z-index: 10;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 60px 72px; pointer-events: none; will-change: opacity;
}
.hero-eyebrow {
  font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .3em; color: var(--red); margin-bottom: 20px; display: block;
}
.hero-heading {
  font-family: 'Bebas Neue',sans-serif; font-size: clamp(2.8rem,6.5vw,7rem);
  line-height: .9; letter-spacing: .01em; color: var(--text); margin-bottom: 24px;
  display: flex; flex-direction: column;
}
.hero-heading span { display: block; overflow: hidden; }
.hero-heading span em { display: block; font-style: normal; transform: translateY(110%); }
.hero-tagline { font-family: 'Montserrat',sans-serif; font-size: .72rem; font-weight: 300; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }

/* scroll hint */
.scroll-hint {
  position: fixed; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 15;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: 'Montserrat',sans-serif; font-size: .58rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em; color: var(--muted); pointer-events: none;
  animation: hint 2.5s ease-in-out infinite;
}
.scroll-hint::after { content: ''; display: block; width: 1px; height: 40px; background: linear-gradient(to bottom, var(--muted), transparent); }
@keyframes hint { 0%,100%{opacity:.35;transform:translateX(-50%) translateY(0)} 50%{opacity:.9;transform:translateX(-50%) translateY(5px)} }

/* ---- DARK OVERLAY ---- */
#dark-overlay { position: fixed; inset: 0; z-index: 20; background: rgba(13,13,13,.9); opacity: 0; pointer-events: none; will-change: opacity; }

/* ---- MARQUEE ---- */
.marquee-wrap { position: fixed; bottom: 44px; left: 0; right: 0; z-index: 30; overflow: hidden; opacity: 0; pointer-events: none; }
.marquee-text { font-family: 'Bebas Neue',sans-serif; font-size: clamp(10vw,12vw,14rem); white-space: nowrap; line-height: 1; letter-spacing: .04em; color: rgba(240,237,232,.07); will-change: transform; }

/* ---- SCROLL CONTAINER ---- */
#scroll-container { position: relative; height: 900vh; z-index: 50; }

/* ---- SCROLL SECTIONS ---- */
.scroll-section { position: absolute; left: 0; right: 0; height: 100vh; display: flex; align-items: center; pointer-events: none; opacity: 0; will-change: opacity; }
.align-left  { padding-left: 5vw;  padding-right: 55vw; }
.align-right { padding-left: 55vw; padding-right: 5vw; }
.align-left  .s-inner,
.align-right .s-inner { max-width: 40vw; }
.s-inner { display: flex; flex-direction: column; gap: 18px; }
.s-label { font-family: 'Montserrat',sans-serif; font-size: .6rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: var(--red); }
.s-heading { font-family: 'Bebas Neue',sans-serif; font-size: clamp(2.4rem,4.8vw,5rem); line-height: .92; letter-spacing: .02em; color: var(--text); }
.s-body { font-family: 'Inter',sans-serif; font-size: .9rem; font-weight: 300; line-height: 1.78; color: rgba(240,237,232,.7); max-width: 340px; }
.s-note { font-family: 'Inter',sans-serif; font-size: .7rem; font-weight: 300; letter-spacing: .05em; color: rgba(240,237,232,.3); }
.cta-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
  background: var(--red); border: none; border-radius: 50px; color: #fff; text-decoration: none;
  font-family: 'Montserrat',sans-serif; font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; pointer-events: all; width: fit-content;
  transition: background .2s, transform .2s; cursor: pointer;
}
.cta-btn:hover { background: #a8151c; transform: translateY(-2px); }

/* STATS */
.section-stats { justify-content: center; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); width: 100%; max-width: 880px; margin: 0 auto; padding: 0 40px; text-align: center; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px; border-left: 1px solid rgba(240,237,232,.08); }
.stat:first-child { border-left: none; }
.stat-num { font-family: 'Bebas Neue',sans-serif; font-size: clamp(3rem,5.5vw,5.5rem); line-height: 1; color: var(--text); }
.stat-sfx { font-family: 'Bebas Neue',sans-serif; font-size: clamp(1.5rem,2.5vw,2.5rem); color: var(--red); line-height: 1; margin-left: -4px; }
.stat-lbl { font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }

/* ---- COLORWAY SECTION ---- */
#colorway-section { position: relative; background: var(--bg); z-index: 60; }
#colorway-track { display: flex; width: 300vw; will-change: transform; }
.colorway-panel { width: 100vw; height: 100vh; flex-shrink: 0; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.cw-bg-og       { background: #1a1008; }
.cw-bg-white    { background: #F0EDE8; }
.cw-bg-midnight { background: #0a0d1a; }
.cw-number { font-family: 'Bebas Neue',sans-serif; font-size: clamp(20vw,28vw,36rem); line-height: 1; color: rgba(255,255,255,.04); position: absolute; right: -2vw; bottom: -5vh; pointer-events: none; letter-spacing: -.05em; }
.cw-content { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; width: 100%; max-width: 1300px; padding: 0 80px; }
.cw-left { display: flex; flex-direction: column; gap: 22px; }
.cw-label-sm { font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: var(--red); }
.cw-name { font-family: 'Bebas Neue',sans-serif; font-size: clamp(3.5rem,6vw,6.5rem); line-height: .9; letter-spacing: .02em; color: var(--text); }
.cw-desc { font-family: 'Inter',sans-serif; font-size: .95rem; font-weight: 300; line-height: 1.8; color: rgba(240,237,232,.7); max-width: 380px; }
.cw-dots { display: flex; gap: 10px; align-items: center; }
.cw-dot { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.cw-price { font-family: 'Bebas Neue',sans-serif; font-size: 1.3rem; letter-spacing: .05em; color: var(--text); }
.cw-price span { color: var(--red); }
.cw-right { display: flex; align-items: center; justify-content: center; }
.cw-shoe-img { width: 100%; max-width: 520px; display: block; filter: drop-shadow(0 40px 80px rgba(0,0,0,.8)); }
.cw-progress { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.cw-pd { width: 8px; height: 8px; border-radius: 50%; background: rgba(240,237,232,.25); transition: background .3s, transform .3s; }
.cw-pd.active { background: var(--red); transform: scale(1.4); }

/* ---- STORY ---- */
#story-section { background: #F5F0E8; color: #0D0D0D; padding: 140px 80px; position: relative; overflow: hidden; z-index: 100; }
.story-symbol { position: absolute; right: -4vw; top: 50%; transform: translateY(-50%); font-family: 'Bebas Neue',sans-serif; font-size: clamp(20vw,28vw,38rem); color: rgba(0,0,0,.04); pointer-events: none; line-height: 1; }
.story-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; position: relative; z-index: 1; }
.story-eyebrow { display: block; font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: var(--red); margin-bottom: 20px; }
.story-headline { font-family: 'Bebas Neue',sans-serif; font-size: clamp(3.5rem,5.5vw,6rem); line-height: .92; letter-spacing: .02em; color: #0D0D0D; margin-bottom: 48px; }
.story-lines { margin-bottom: 32px; }
.story-line { font-family: 'Inter',sans-serif; font-size: 1rem; font-weight: 300; color: #0D0D0D; line-height: 1.7; margin-bottom: 6px; display: block; }
.story-quote { margin: 50px 0; padding-left: 28px; border-left: 3px solid var(--red); font-family: 'Bebas Neue',sans-serif; font-size: clamp(1.8rem,2.5vw,2.8rem); line-height: 1.15; letter-spacing: .04em; color: #0D0D0D; }
.story-para { font-family: 'Inter',sans-serif; font-size: .95rem; font-weight: 300; color: rgba(0,0,0,.6); line-height: 1.85; }
.story-para strong { color: #0D0D0D; font-weight: 500; }

/* ---- WAITLIST ---- */
#waitlist-section { background: var(--bg); padding: 140px 80px; position: relative; overflow: hidden; z-index: 100; }
.wl-ghost { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Bebas Neue',sans-serif; font-size: 25vw; color: rgba(255,255,255,.02); pointer-events: none; white-space: nowrap; line-height: 1; }
.wl-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.wl-eyebrow { display: inline-block; font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: var(--red); margin-bottom: 24px; padding: 6px 20px; border: 1px solid rgba(204,27,36,.35); border-radius: 50px; }
.wl-headline { font-family: 'Bebas Neue',sans-serif; font-size: clamp(3.5rem,7vw,7rem); line-height: .9; letter-spacing: .02em; margin-bottom: 20px; }
.wl-sub { font-family: 'Inter',sans-serif; font-size: .95rem; font-weight: 300; color: var(--muted); margin-bottom: 48px; letter-spacing: .05em; }

/* Counter */
.wl-counter { display: flex; justify-content: center; gap: 60px; margin-bottom: 60px; }
.wl-counter-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.wl-counter-num { font-family: 'Bebas Neue',sans-serif; font-size: clamp(2.5rem,4vw,4rem); line-height: 1; }
.wl-counter-lbl { font-family: 'Montserrat',sans-serif; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }

/* Tiers */
.wl-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 60px; }
.tier-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 36px 28px; text-align: left; position: relative; transition: border-color .3s, transform .3s; }
.tier-card:hover { border-color: rgba(255,255,255,.2); transform: translateY(-4px); }
.tier-card.featured { border-color: var(--red); background: rgba(204,27,36,.05); }
.tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-family: 'Montserrat',sans-serif; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; padding: 4px 16px; border-radius: 50px; white-space: nowrap; }
.tier-icon { font-size: 1.5rem; margin-bottom: 14px; display: block; }
.tier-name { font-family: 'Bebas Neue',sans-serif; font-size: 1.6rem; letter-spacing: .05em; margin-bottom: 4px; }
.tier-slots { font-family: 'Inter',sans-serif; font-size: .75rem; color: var(--muted); margin-bottom: 20px; }
.tier-price { font-family: 'Bebas Neue',sans-serif; font-size: 2.8rem; line-height: 1; margin-bottom: 6px; }
.tier-savings { font-family: 'Inter',sans-serif; font-size: .72rem; font-weight: 300; color: var(--red); }

/* Form */
.wl-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto 16px; }
.wl-input { flex: 1; padding: 15px 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; color: var(--text); font-family: 'Inter',sans-serif; font-size: .85rem; outline: none; transition: border-color .2s; }
.wl-input::placeholder { color: var(--muted); }
.wl-input:focus { border-color: rgba(255,255,255,.35); }
.wl-submit { display: inline-flex; align-items: center; gap: 8px; padding: 15px 28px; background: var(--red); border: none; border-radius: 50px; color: #fff; font-family: 'Montserrat',sans-serif; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: background .2s, transform .2s; }
.wl-submit:hover { background: #a8151c; transform: translateY(-1px); }
.wl-disclaimer { font-family: 'Inter',sans-serif; font-size: .72rem; color: rgba(255,255,255,.3); }

/* ---- FOOTER ---- */
#footer { background: #080808; padding: 60px 80px 40px; position: relative; z-index: 100; }
#footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--red) 50%, var(--blue) 50%); }
.footer-inner { max-width: 1300px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 60px; align-items: start; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-logo-img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1) sepia(0.12) saturate(1.2) brightness(0.97); }
.footer-nav { display: flex; gap: 60px; }
.footer-nav-col h4 { font-family: 'Montserrat',sans-serif; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); margin-bottom: 16px; }
.footer-nav-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col a { font-family: 'Inter',sans-serif; font-size: .85rem; font-weight: 300; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.footer-nav-col a:hover { color: var(--text); }
.footer-social { display: flex; flex-direction: column; gap: 14px; }
.footer-social-title { font-family: 'Montserrat',sans-serif; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }
.social-icons { display: flex; gap: 8px; flex-wrap: wrap; }
.social-icon { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,.6); font-family: 'Montserrat',sans-serif; font-size: .6rem; transition: border-color .2s, background .2s; }
.social-icon:hover { border-color: var(--red); background: rgba(204,27,36,.08); color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-family: 'Inter',sans-serif; font-size: .72rem; font-weight: 300; color: rgba(255,255,255,.25); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-family: 'Inter',sans-serif; font-size: .72rem; font-weight: 300; color: rgba(255,255,255,.25); text-decoration: none; transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.6); }

/* ---- STANDARD PAGE ---- */
.page-content-wrap { max-width: 900px; margin: 140px auto 100px; padding: 0 40px; }
.page-content-wrap h1 { font-family: 'Bebas Neue',sans-serif; font-size: clamp(2.5rem,5vw,5rem); line-height: .92; margin-bottom: 32px; }
.page-content-wrap p, .page-content-wrap li { font-family: 'Inter',sans-serif; font-size: .95rem; font-weight: 300; line-height: 1.85; color: rgba(240,237,232,.8); margin-bottom: 16px; }

/* ---- HAMBURGER ---- */
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 300;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }

/* ---- MOBILE MENU ---- */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 250; background: rgba(13,13,13,.97);
  backdrop-filter: blur(16px); flex-direction: column; align-items: center; justify-content: center; gap: 40px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem,10vw,4rem); letter-spacing: .06em;
  color: var(--text); text-decoration: none; transition: color .2s;
}
.mobile-menu a:last-child { color: var(--red); }
.mobile-menu a:hover { color: var(--red); }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  /* Header */
  .site-header { padding: 0 20px; height: 70px; }
  .nav-logo { height: 52px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }

  /* Hero */
  .hero-overlay { padding: 0 24px 80px; }
  .hero-heading { font-size: clamp(2.6rem,12vw,5rem); }
  .hero-tagline { font-size: .65rem; letter-spacing: .2em; }

  /* Scroll container */
  #scroll-container { height: 600vh; }
  .align-left, .align-right {
    padding: 0 20px; padding-bottom: 44px;
    background: rgba(13,13,13,.82); backdrop-filter: blur(12px);
    align-items: flex-end;
  }
  .align-left .s-inner, .align-right .s-inner { max-width: 100%; }
  .s-heading { font-size: clamp(2rem,8vw,3rem); }
  .s-body { font-size: .82rem; }

  /* Stats */
  .stats-grid { grid-template-columns: repeat(2,1fr); max-width: 100%; padding: 0 20px; }
  .stat:nth-child(1), .stat:nth-child(3) { border-left: none; }
  .stat-num { font-size: clamp(2.2rem,8vw,3.5rem); }

  /* Colorway — vertical on mobile, no horizontal pin */
  #colorway-section { overflow: visible; }
  #colorway-track { flex-direction: column; width: 100%; transform: none !important; }
  .colorway-panel { width: 100%; height: auto; min-height: 100vh; padding: 80px 0 60px; }
  .cw-content { grid-template-columns: 1fr; padding: 0 24px; gap: 28px; max-width: 100%; }
  .cw-right { order: -1; display: flex; justify-content: center; }
  .cw-shoe-img { max-width: 260px; width: 80vw; }
  .cw-name { font-size: clamp(3rem,10vw,5rem); }
  .cw-number { font-size: 40vw; }
  .cw-progress { display: none; }

  /* Story */
  #story-section { padding: 80px 24px 80px; }
  .story-inner { grid-template-columns: 1fr; gap: 36px; }
  .story-headline { font-size: clamp(2.8rem,9vw,4.5rem); margin-bottom: 32px; }
  .story-symbol { font-size: 45vw; right: -6vw; }
  .story-line { font-size: .9rem; }
  .story-quote { font-size: clamp(1.4rem,5vw,2rem); }

  /* Waitlist */
  #waitlist-section { padding: 80px 24px 80px; }
  .wl-headline { font-size: clamp(2.8rem,10vw,5rem); }
  .wl-tiers { grid-template-columns: 1fr; gap: 16px; }
  .wl-counter { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .wl-counter-item { min-width: 80px; }
  .wl-form { flex-direction: column; gap: 10px; }
  .wl-input, .wl-submit { width: 100%; justify-content: center; }
  .wl-ghost { font-size: 35vw; }

  /* Footer */
  #footer { padding: 48px 24px 30px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav { gap: 28px; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* Standard pages */
  .page-content-wrap { margin: 100px auto 60px; padding: 0 24px; }

  /* Marquee */
  .marquee-text { font-size: 18vw; }

  /* Scroll hint */
  .scroll-hint { bottom: 24px; }
}
