/* Après Me — marketing. Net-a-porter editorial restraint, Après Me hybrid palette. */
:root {
  --ink: #0b0b0e;
  --ink-2: #121217;
  --surface: #1f1f28;
  --gold: #e7c27d;
  --violet: #6c4dff;
  --live: #ff2d55;
  --paper: #f3efe6;
  --paper-ink: #15130e;
  --text: #f4f4f6;
  --muted: #9a9aa8;
  --line: rgba(255, 255, 255, 0.14);
  --maxw: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: "Archivo", sans-serif; margin: 0; letter-spacing: -0.02em; }
.mono { font-family: "Space Mono", monospace; color: var(--gold); }
.gold { color: var(--gold); }
.kicker {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.gold-k { color: var(--gold); }
.live-dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--live); margin-right: 7px; box-shadow: 0 0 0 0 rgba(255, 45, 85, 0.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 45, 85, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(255, 45, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 45, 85, 0); }
}

/* Announcement */
.announce {
  background: var(--ink-2); color: var(--muted);
  text-align: center; font-size: 12.5px; letter-spacing: 0.04em;
  padding: 9px 16px; border-bottom: 1px solid var(--line);
}

/* Header */
.site-header {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 32px; position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 14, 0.86); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.hdr-left {
  justify-self: start; background: none; border: 0; color: var(--text);
  font-family: inherit; font-size: 13px; letter-spacing: 0.04em; cursor: pointer;
  display: inline-flex; align-items: center; gap: 9px;
}
.burger { width: 18px; height: 9px; border-top: 1.5px solid; border-bottom: 1.5px solid; display: inline-block; }
.wordmark {
  justify-self: center; font-family: "Archivo", sans-serif; font-weight: 800;
  font-size: clamp(18px, 2.4vw, 26px); letter-spacing: 0.34em; padding-left: 0.34em;
}
.wordmark.sm { font-size: 16px; letter-spacing: 0.3em; }
.hdr-right { justify-self: end; display: flex; align-items: center; gap: 22px; }
.hdr-link { font-size: 13px; letter-spacing: 0.04em; color: var(--muted); }
.hdr-link:hover { color: var(--text); }
.btn-app {
  background: var(--violet); color: #fff; font-weight: 600; font-size: 13px;
  padding: 10px 18px; border-radius: 999px;
}
.btn-app:hover { filter: brightness(1.08); }

/* Nav */
.mainnav {
  display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;
  padding: 16px 24px; border-bottom: 1px solid var(--line); font-size: 13.5px;
}
.mainnav a { color: var(--muted); letter-spacing: 0.03em; }
.mainnav a:hover { color: var(--text); }
.nav-live { color: var(--gold) !important; font-weight: 600; }

/* Hero */
.hero { position: relative; height: 88vh; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  background:
    radial-gradient(120% 90% at 70% 10%, rgba(108, 77, 255, 0.22), transparent 60%),
    linear-gradient(180deg, #232029, #0b0b0e);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 14, 0.25) 0%, rgba(11, 11, 14, 0.15) 45%, rgba(11, 11, 14, 0.92) 100%);
}
.hero-content { position: relative; padding: 0 32px 64px; max-width: var(--maxw); margin: 0 auto; width: 100%; }
.eyebrow { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #e7e7ee; margin-bottom: 18px; }
.hero h1 { font-weight: 900; font-size: clamp(42px, 8vw, 104px); line-height: 0.96; }
.hero-sub { color: #d7d7e0; font-size: clamp(15px, 1.6vw, 19px); max-width: 540px; margin: 22px 0 30px; line-height: 1.55; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Pills / buttons */
.pill {
  display: inline-block; padding: 14px 26px; border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; transition: 0.18s;
}
.pill:hover { background: #fff; color: var(--ink); }
.pill-solid { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }
.pill-solid:hover { background: #fff; border-color: #fff; }

/* Section heads */
.section-head { text-align: center; padding: 0 24px; margin: 0 auto 40px; }
.section-head .kicker { display: block; margin-bottom: 12px; }
.section-head h2 { font-weight: 800; font-size: clamp(26px, 4vw, 44px); }
section { padding: 86px 0; }

/* Editorial 2-up */
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
.ed-tile {
  position: relative; min-height: 76vh; display: flex; align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7)), var(--img);
  background-color: #1a1822; background-size: cover; background-position: center;
}
.ed-meta { padding: 36px; }
.ed-meta h3 { font-weight: 700; font-size: clamp(22px, 2.6vw, 34px); margin-top: 8px; }
.ed-tile .kicker { color: var(--gold); }

/* How it works */
.how { background: var(--ink-2); }
.steps { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { border-top: 1px solid var(--line); padding-top: 26px; }
.step-no { font-family: "Space Mono", monospace; color: var(--gold); font-size: 14px; }
.step h4 { font-weight: 700; font-size: 21px; margin: 14px 0 10px; }
.step p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }

/* Premieres */
.premiere-row { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.premiere-card {
  position: relative; aspect-ratio: 3 / 4; display: flex; align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.82)), var(--img);
  background-color: #1a1822; background-size: cover; background-position: center;
  overflow: hidden; transition: 0.25s;
}
.premiere-card:hover { transform: translateY(-4px); }
.badge-auth {
  position: absolute; top: 16px; left: 16px; background: rgba(231, 194, 125, 0.95);
  color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  padding: 6px 11px; border-radius: 2px;
}
.pcard-meta { padding: 22px; }
.pcard-when { font-family: "Space Mono", monospace; font-size: 12px; color: #e7e7ee; }
.pcard-meta h3 { font-weight: 700; font-size: 23px; margin: 8px 0 6px; }
.pcard-charity { font-size: 13px; color: var(--gold); }

/* Categories */
.cat-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.cat-tile {
  position: relative; display: flex; align-items: flex-end; padding: 18px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6)), var(--img);
  background-color: #1a1822; background-size: cover; background-position: center; transition: 0.25s;
}
.cat-tile span { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 19px; letter-spacing: 0.01em; }
.cat-tile.tall { grid-row: span 2; }
.cat-tile:hover { filter: brightness(1.08); }

/* Trust (light section) */
.trust { background: var(--paper); color: var(--paper-ink); }
.trust-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.trust-copy h2 { font-weight: 800; font-size: clamp(28px, 4vw, 46px); margin: 12px 0 16px; color: var(--paper-ink); }
.trust-copy .kicker { color: #9c7a33; }
.trust-copy p { color: #4a463d; font-size: 16px; line-height: 1.65; max-width: 520px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pbadge { font-size: 12px; letter-spacing: 0.02em; border: 1px solid rgba(21, 19, 14, 0.22); color: var(--paper-ink); padding: 8px 13px; border-radius: 2px; }
.pbadge.strong { background: var(--gold); border-color: var(--gold); font-weight: 700; }
.trust-img {
  min-height: 460px; border-radius: 3px;
  background-image: var(--img); background-color: #ddd5c4;
  background-size: cover; background-position: center;
}

/* Editorial stories */
.story-row { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story {
  position: relative; aspect-ratio: 4 / 5; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8)), var(--img);
  background-color: #1a1822; background-size: cover; background-position: center; transition: 0.25s;
}
.story:hover { transform: translateY(-4px); }
.story .kicker { color: var(--gold); margin-bottom: 8px; }
.story h3 { font-weight: 700; font-size: 21px; line-height: 1.18; }

/* App CTA */
.app-cta { background: linear-gradient(180deg, var(--ink), #18141f); text-align: center; }
.app-inner { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.app-inner h2 { font-weight: 900; font-size: clamp(34px, 6vw, 64px); margin: 14px 0 12px; }
.app-inner p { color: var(--muted); font-size: 17px; margin-bottom: 30px; }
.store-badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.store { border: 1px solid var(--line); border-radius: 8px; padding: 13px 26px; font-size: 14px; letter-spacing: 0.03em; }
.store:hover { border-color: var(--gold); color: var(--gold); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 64px 32px 40px; }
.foot-cols { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.foot-col h5 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 700; }
.foot-col a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 11px; }
.foot-col a:hover { color: var(--text); }
.foot-base { max-width: var(--maxw); margin: 48px auto 0; padding-top: 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.foot-base .copy { color: var(--muted); font-size: 12.5px; }

/* Responsive */
.hide-sm { display: inline; }
@media (max-width: 900px) {
  .editorial-grid { grid-template-columns: 1fr; }
  .ed-tile { min-height: 58vh; }
  .steps, .premiere-row, .story-row { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .cat-tile.tall { grid-row: span 1; }
  .trust-inner { grid-template-columns: 1fr; gap: 32px; }
  .trust-img { min-height: 320px; }
  .mainnav { gap: 18px; font-size: 12.5px; overflow-x: auto; justify-content: flex-start; }
}
@media (max-width: 560px) {
  .site-header { padding: 16px 18px; }
  .hdr-left { display: none; }
  .hdr-right { gap: 14px; }
  .hide-sm { display: none; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 0; }
  .hero-content { padding: 0 18px 40px; }
}

/* Live demo — phone mockup with app overlay */
.live-demo { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.live-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; }
.live-copy { max-width: 480px; }
.live-copy h2 { font-weight: 800; font-size: clamp(28px, 4vw, 46px); margin: 12px 0 16px; }
.live-copy p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.live-points { list-style: none; padding: 0; margin: 24px 0 30px; }
.live-points li { color: var(--muted); font-size: 15px; padding: 11px 0; border-top: 1px solid var(--line); }
.live-points li span { color: var(--text); font-weight: 600; }

.phone { position: relative; width: 322px; height: 664px; flex: none; background: #050507; border-radius: 46px; padding: 12px; box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 0 2px rgba(255,255,255,.06); }
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 120px; height: 26px; background: #050507; border-radius: 0 0 16px 16px; z-index: 6; }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #15131a; }
.live-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lv-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 18px 14px 14px; color: #fff; font-size: 12px; }
.lv-top { display: flex; justify-content: space-between; align-items: flex-start; }
.lv-top-left { display: flex; gap: 7px; }
.lv-live { background: var(--lime); color: var(--ink); font-size: 10.5px; font-weight: 800; padding: 4px 8px; border-radius: 6px; letter-spacing: .04em; }
.lv-viewers { background: rgba(0,0,0,.45); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-size: 10.5px; padding: 4px 8px; border-radius: 6px; }
.lv-auth { background: rgba(231,194,125,.95); color: var(--ink); font-size: 10px; font-weight: 700; padding: 4px 7px; border-radius: 6px; }
.lv-seller { display: flex; align-items: center; gap: 7px; margin-top: 10px; font-size: 12px; font-weight: 600; }
.lv-ava { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--violet)); border: 1px solid rgba(255,255,255,.5); }
.lv-hearts { position: absolute; right: 12px; bottom: 196px; width: 44px; height: 250px; pointer-events: none; overflow: visible; }
.lv-heart { position: absolute; bottom: 0; right: 0; font-size: 18px; animation: floatUp 2.4s ease-out forwards; }
@keyframes floatUp { 0% { transform: translateY(0) scale(.6); opacity: 0; } 15% { opacity: 1; } 100% { transform: translate(var(--dx, 0), -226px) scale(1.1); opacity: 0; } }
.lv-chat { margin-top: auto; margin-bottom: 8px; display: flex; flex-direction: column; gap: 6px; max-width: 80%; }
.lv-msg { font-size: 11.5px; background: rgba(0,0,0,.42); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); padding: 5px 9px; border-radius: 11px; align-self: flex-start; animation: chatIn .3s ease; }
.lv-msg b { color: var(--gold); font-weight: 700; }
@keyframes chatIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.lv-bottom { background: linear-gradient(180deg, rgba(11,11,14,0), rgba(11,11,14,.92)); margin: 0 -14px -14px; padding: 18px 14px 16px; }
.lv-lot { display: flex; justify-content: space-between; font-size: 10.5px; color: #d7d7e0; margin-bottom: 9px; }
.lv-bidrow { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; }
.lv-bid-label { display: block; font-size: 9.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 2px; }
.lv-bid { font-family: "Space Mono", monospace; font-size: 27px; font-weight: 700; color: #fff; }
.lv-timer { font-family: "Space Mono", monospace; font-size: 19px; color: var(--lime); background: rgba(0,0,0,.4); padding: 3px 10px; border-radius: 8px; }
.lv-bidbtn { width: 100%; background: var(--violet); color: #fff; border: 0; font-family: "DM Sans", sans-serif; font-weight: 700; font-size: 15px; padding: 13px; border-radius: 13px; cursor: pointer; transition: .15s; }
.lv-bidbtn:hover { filter: brightness(1.08); }
.lv-bidbtn:active { transform: scale(.98); }
@media (max-width: 900px) {
  .live-inner { grid-template-columns: 1fr; justify-items: center; gap: 40px; }
  .live-copy { text-align: center; }
  .live-points li span { color: var(--text); }
}
