:root {
  /* Lumiere Fashion Styling System — synced with app DESIGN.md */
  --bg-deep: #FCF9F8;
  --bg-soft: #F6F3F2;
  --bg-tertiary: #F0EDED;
  --bg-glow: #FFFFFF;

  --surface-glass: rgba(255, 255, 255, 0.78);
  --surface-glass-bright: rgba(255, 255, 255, 0.92);
  --surface-glass-border: rgba(230, 224, 235, 0.56);
  --border: rgba(230, 224, 235, 0.72);

  --ink: #1C1B1B;
  --ink-soft: #494553;
  --ink-muted: #7A7485;
  --ink-light: #B8B2C3;

  /* Primary: Soft Mint Ombre */
  --accent: #8FB6A3;
  --accent-soft: #D7E9DF;
  --accent-container: #EAF4EE;
  --accent-lighter: #F6FBF8;
  --accent-dark: #5F8C78;
  --accent-deep: #4E7665;
  --accent-glow: rgba(143, 182, 163, 0.24);

  --lavender: #DCCFF0;
  --lavender-soft: #EBE3F7;
  --lavender-tint: #F7F3FD;

  --tint-blush: #F6C8D6;
  --blush-light: #FBEAF0;
  --tint-peach: #F4C4A3;
  --tint-peach-light: #FCE7D8;
  --tint-mint: #CFE8D8;
  --tint-sky: #CFE6F7;
  --tint-sky-light: #EAF6FD;
  --tint-butter: #FFF7EA;
  --tint-cream: #FFF7EA;
  --tint-cocoa: #FFF7EA;
  --tint-denim: #EAF6FD;

  --accent-gradient: linear-gradient(135deg, #D7E9DF 0%, #B8D5C6 52%, #8FB6A3 100%);
  --accent-gradient-soft: linear-gradient(135deg, #ECF8F0 0%, #EAF6FD 100%);
  
  /* Additional Lumiere specific gradients */
  --cta-gradient: linear-gradient(135deg, #3F6757 0%, #527D69 100%);
  --hero-gradient: linear-gradient(135deg, #ECF8F0 0%, #EAF6FD 48%, #F6FBF8 100%);
  --ai-card-gradient: linear-gradient(135deg, rgba(215, 233, 223, 0.72) 0%, rgba(236, 248, 240, 0.72) 52%, rgba(207, 230, 247, 0.56) 100%);

  --shadow-heavy: 0px 22px 54px rgba(35, 33, 42, 0.14);
  --shadow-xs: 0px 8px 18px rgba(78, 118, 101, 0.16);
  --shadow-glow: 0px 18px 42px rgba(78, 118, 101, 0.26);
  --shadow-ambient: 0px 2px 10px rgba(35, 33, 42, 0.045);
  --shadow-card: 0px 6px 18px rgba(35, 33, 42, 0.06);

  --radius-xl: 24px;   /* Standard card */
  --radius-lg: 16px;   /* Buttons & inputs */
  --radius-md: 12px;   /* Small cards */
  --radius-sm: 8px;    /* Chips/labels */
  --radius-xxl: 28px;  /* Hero card */

  --max-width: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background-color: var(--bg-deep);
  background-image:
    radial-gradient(circle at 20% 20%, rgba(215, 233, 223, 0.62), transparent 32%),
    radial-gradient(circle at 80% 24%, rgba(207, 230, 247, 0.48), transparent 34%),
    radial-gradient(circle at 52% 82%, rgba(236, 248, 240, 0.72), transparent 38%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection { background: var(--accent-glow); color: var(--accent-dark); }

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--accent-dark); }
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent-dark);
  outline-offset: 4px;
}

.page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 16px 0 60px;
}

/* Announcement bar */
.announce-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 16px; padding: 10px 20px;
  background: var(--accent-container);
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  font-size: 0.85rem; color: var(--accent-deep); font-weight: 500;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.announce-bar .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-glow);
  animation: pulse 2.4s ease-in-out infinite;
}
.announce-bar a {
  color: var(--accent-deep); font-weight: 700;
  text-decoration: underline; text-underline-offset: 3px;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--accent-glow); }
  50% { box-shadow: 0 0 0 8px transparent; }
}

/* Header */
.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; margin-bottom: 60px;
  background: var(--surface-glass);
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 12px 30px rgba(35, 33, 42, 0.08);
  position: sticky; top: 12px; z-index: 100;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Playfair Display", "Cormorant Garamond", serif; font-weight: 800;
  font-size: 1.25rem; letter-spacing: -0.02em; color: var(--ink);
}
.brand-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--accent-gradient); color: white;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 1.25rem; font-weight: 800;
  box-shadow: 0 0 20px var(--accent-glow);
}
.site-nav {
  display: flex; align-items: center; gap: 28px;
  color: var(--ink-soft); font-size: 0.95rem; font-weight: 500;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:focus-visible,
.header-cta:focus-visible,
.lang-btn:focus-visible {
  box-shadow: 0 0 0 4px var(--accent-container);
}

/* Buttons */
.button, .header-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 54px; padding: 0 28px; border-radius: var(--radius-lg);
  font-weight: 700; font-size: 1rem;
  cursor: pointer; border: none; font-family: inherit;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-cta {
  min-height: 46px; padding: 0 22px;
  background: var(--accent-deep); color: white; font-size: 0.95rem;
  box-shadow: var(--shadow-xs);
}
.header-cta:hover {
  box-shadow: 0 10px 24px rgba(78, 118, 101, 0.22);
}
.button-primary {
  background: var(--cta-gradient); color: white;
  box-shadow: var(--shadow-glow);
}
.button-primary:hover {
  color: white;
  box-shadow: 0 20px 44px rgba(78, 118, 101, 0.34);
}
.button-secondary {
  background: var(--bg-glow); color: var(--accent);
  border: 1px solid var(--border);
}
.button-secondary:hover {
  background: white; border-color: #B8D5C6;
  color: var(--accent-dark);
  box-shadow: var(--shadow-ambient);
}

/* Hero */
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 40px; align-items: center; padding: 32px 0 60px;
  position: relative;
}
.hero-copy h1 {
  margin: 0 0 22px;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5.6vw, 4.8rem);
  line-height: 1.02; letter-spacing: 0;
  font-weight: 800; color: var(--ink);
}
.hero-copy h1 .gradient-text {
  background: linear-gradient(120deg, var(--accent-dark) 0%, var(--accent) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 20px; padding: 6px 14px;
  color: var(--accent-deep); background: var(--accent-container);
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.72rem; font-weight: 700;
}
.eyebrow::before { content: "✦"; color: var(--accent); font-size: 0.9rem; }

.hero-text {
  max-width: 32rem; color: var(--ink-soft);
  font-size: 1.15rem; margin-bottom: 32px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.hero-signup {
  margin-top: 22px;
  max-width: 520px;
}
.inline-waitlist-form {
  display: grid;
  gap: 8px;
}
.inline-waitlist-form label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}
.inline-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}
.inline-form-row input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-lg);
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  box-shadow: var(--shadow-ambient);
}
.inline-form-row input::placeholder { color: var(--ink-light); }
.inline-form-row input:focus {
  outline: 3px solid var(--accent-container);
  outline-offset: 2px;
  border-color: var(--accent-dark);
}
.inline-form-row input[aria-invalid="true"] {
  border-color: #9f3a38;
}
.inline-form-row button {
  min-width: 132px;
  white-space: nowrap;
}
.inline-form-row button:disabled {
  cursor: wait;
  opacity: 0.78;
}
.form-message {
  min-height: 1.35em;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
}
.form-message.error { color: #8a2f2d; }
.form-message.success { color: var(--accent-deep); font-weight: 700; }
.privacy-note {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}
.inline-success {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.inline-success strong {
  color: var(--ink);
  font-size: 1rem;
}
.inline-success span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.hero-hint {
  font-size: 0.85rem; color: var(--ink-muted);
  display: inline-flex; align-items: center; gap: 6px;
}
.hero-hint::before { content: "✓"; color: var(--accent-dark); font-weight: 800; }

.icon-wrap svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-platforms {
  display: flex; align-items: center; gap: 18px;
  margin-top: 32px; color: var(--ink-muted); font-size: 0.85rem; flex-wrap: wrap;
}
.platforms-label {
  text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.72rem; font-weight: 700;
}
.badges { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px; color: var(--ink);
  font-weight: 600; font-size: 0.82rem;
}

/* Stat ticker */
.stat-ticker {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; margin-top: 40px;
}
.stat-ticker > div {
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-ambient);
}
.stat-ticker .stat-num {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.75rem; font-weight: 800;
  background: var(--accent-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em; line-height: 1;
}
.stat-ticker .stat-label {
  display: block; margin-top: 6px;
  font-size: 0.8rem; color: var(--ink-soft);
  font-weight: 500;
}

/* Hero visuals */
.hero-visual {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
  isolation: isolate;
}
.hero-card {
  overflow: hidden; border-radius: var(--radius-xxl);
  box-shadow: 0 40px 80px rgba(143, 182, 163, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: white;
}
.hero-card-main {
  position: absolute; width: min(100%, 500px);
  right: 4px; top: 0;
  transform: rotateY(-4deg) rotateX(1deg);
  transition: transform 0.5s ease;
}
.hero-card-main:hover { transform: rotateY(0deg) rotateX(0deg) translateY(-10px); }
.hero-context-card {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  width: min(260px, 58%);
  padding: 14px 16px;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(35, 33, 42, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hero-context-card strong,
.hero-context-card span {
  display: block;
}
.hero-context-card strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.2;
}
.hero-context-card span {
  color: var(--ink-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}
.hero-context-card .context-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent-container);
  color: var(--accent-deep);
  font-size: 1.05rem;
  font-weight: 800;
}
.hero-context-weather {
  left: -6px;
  top: 74px;
  animation: float 7s ease-in-out infinite;
}
.hero-context-closet {
  right: 0;
  bottom: 88px;
  animation: float 8s ease-in-out infinite reverse;
}
.hero-blob {
  position: absolute; width: 320px; height: 320px;
  background: var(--accent-gradient-soft);
  filter: blur(60px); opacity: 0.55;
  border-radius: 50%; z-index: -1; pointer-events: none;
}
.hero-blob.one { top: 0; right: 10%; }
.hero-blob.two {
  bottom: 0; left: 0;
  background: linear-gradient(135deg, var(--tint-peach), var(--lavender-soft));
  opacity: 0.5;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Style aesthetic marquee */
.marquee {
  margin: 24px 0 60px;
  padding: 18px 0;
  border-top: 1px solid var(--surface-glass-border);
  border-bottom: 1px solid var(--surface-glass-border);
  background: linear-gradient(180deg, transparent, var(--accent-lighter), transparent);
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.marquee-track {
  display: inline-flex; gap: 16px; white-space: nowrap;
  animation: marquee 40s linear infinite;
  padding-left: 16px;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 600; font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  flex-shrink: 0;
}
.marquee-chip::before {
  content: "✦"; color: var(--accent); font-size: 0.85rem;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Glass cards */
.glass-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: var(--shadow-ambient);
}
.glass-card:hover {
  border-color: var(--accent-soft);
  box-shadow: var(--shadow-card);
}
.glass-card h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.2rem; margin: 0 0 10px;
  color: var(--ink); font-weight: 700;
  letter-spacing: -0.01em;
}
.glass-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

.card-icon {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px;
  border-radius: var(--radius-md);
  background: var(--accent-container);
  color: var(--accent-deep);
  margin-bottom: 16px;
  border: 1px solid var(--surface-glass-border);
}
.card-icon svg { width: 22px; height: 22px; }
.card-icon.peach { background: var(--tint-peach); color: #b06038; }
.card-icon.mint  { background: var(--tint-mint);  color: #2f7a52; }
.card-icon.sky   { background: var(--tint-sky);   color: #4380a3; }
.card-icon.butter{ background: var(--tint-butter);color: #a07a1d; }
.card-icon.lavender { background: var(--lavender-tint); color: #6b53b0; }
.card-icon.cocoa { background: var(--tint-cocoa); color: #8b5a3b; }

/* Section heading */
.section-heading { margin-bottom: 32px; max-width: 640px; }
.section-heading h2 {
  margin: 0;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  line-height: 1.08; letter-spacing: -0.03em;
  color: var(--ink); font-weight: 800;
}
.section-heading p.sub {
  margin: 14px 0 0;
  color: var(--ink-soft); font-size: 1.1rem;
  max-width: 580px;
}
.section-heading.center { margin: 0 auto; text-align: center; }
.section-heading.center p.sub { margin-left: auto; margin-right: auto; }

/* How it works */
.how-it-works { padding: 60px 0; }
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 32px;
  counter-reset: step;
}
.step-card {
  position: relative; padding: 32px 28px 28px;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-ambient);
  counter-increment: step;
}
.step-card::before {
  content: "0" counter(step);
  position: absolute; top: 20px; right: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 2rem; font-weight: 800;
  background: var(--accent-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; opacity: 0.85;
}
.step-card h4 {
  margin: 0 0 8px; font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem; color: var(--ink); font-weight: 700;
}
.step-card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* Onboarding flow */
.onboarding-flow { padding: 40px 0 60px; }
.flow-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 32px;
  position: relative;
}
.flow-card {
  padding: 28px;
  background: linear-gradient(180deg, white, var(--accent-lighter));
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  position: relative;
}
.flow-card .step-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  background: var(--accent-container); color: var(--accent-deep);
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.flow-card h4 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.3rem; margin: 0 0 8px;
  color: var(--ink); font-weight: 800;
  letter-spacing: -0.02em;
}
.flow-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 16px; }

.avatar-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.avatar-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 600; color: var(--ink);
}
.avatar-chip .dot { width: 8px; height: 8px; border-radius: 50%; }
.avatar-chip.classic .dot  { background: #F4F1EE; }
.avatar-chip.sporty .dot   { background: #DDECDD; }
.avatar-chip.elegant .dot  { background: #E8DDF5; }
.avatar-chip.creative .dot { background: #F5C7A6; }

.dna-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 8px; margin-top: 12px;
}
.dna-pill {
  padding: 8px 12px;
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-md);
  font-size: 0.82rem; color: var(--ink-soft);
  display: flex; justify-content: space-between; align-items: center;
}
.dna-pill strong { color: var(--ink); font-weight: 700; }

.wow-mockup {
  margin-top: 12px; padding: 16px;
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-md);
  display: grid; grid-template-columns: auto 1fr; gap: 12px;
  align-items: center;
}
.wow-swatch {
  display: grid; grid-template-columns: repeat(2, 22px); gap: 6px;
}
.wow-swatch span {
  display: block; height: 22px; border-radius: 8px;
  border: 1px solid var(--surface-glass-border);
}
.wow-meta strong {
  display: block; font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.95rem; color: var(--ink); margin-bottom: 2px;
}
.wow-meta span { font-size: 0.78rem; color: var(--ink-muted); }

/* Features */
.features { padding: 40px 0 20px; }
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

/* Showcases */
.showcase-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 50px; align-items: center; padding: 60px 0;
}
.showcase-grid.reverse { grid-template-columns: 0.95fr 1.05fr; }
.showcase-grid.reverse .showcase-visual { order: -1; }
.showcase-visual { position: relative; }
.showcase-visual img {
  border-radius: var(--radius-xxl);
  box-shadow: var(--shadow-heavy);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.showcase-content h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 14px; line-height: 1.12;
  color: var(--ink); letter-spacing: -0.02em;
  font-weight: 800;
}
.showcase-content p {
  font-size: 1.1rem; color: var(--ink-soft); margin: 0 0 22px;
}

.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 12px; font-size: 1rem;
  color: var(--ink); font-weight: 500;
}
.feature-list li::before {
  content: "✦"; color: var(--accent);
  font-size: 1.1rem; line-height: 1.4;
}

/* Metadata cloud */
.metadata-cloud {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 8px;
}
.meta-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--ink);
  transition: border-color 0.2s ease;
}
.meta-chip:hover {
  border-color: var(--accent);
}
.meta-chip::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
}
.meta-chip.lavender::before { background: var(--lavender); }
.meta-chip.peach::before { background: #f3cdb8; }
.meta-chip.mint::before { background: #8bcfac; }
.meta-chip.sky::before { background: #9fcce6; }
.meta-chip.butter::before { background: #e9bd72; }

/* Score badges */
.score-row {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 8px;
}
.score-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  font-size: 0.82rem; font-weight: 700;
  font-family: "Be Vietnam Pro", sans-serif;
  border: 1px solid transparent;
}
.score-badge.excellent {
  background: var(--accent-gradient);
  color: white;
  box-shadow: 0 6px 18px rgba(78, 118, 101, 0.18);
}
.score-badge.great {
  background: var(--lavender-soft); color: #6b53b0;
  border-color: rgba(156, 137, 207, 0.3);
}
.score-badge.good {
  background: var(--tint-mint); color: #2f7a52;
  border-color: rgba(139, 207, 172, 0.4);
}
.score-badge.fair {
  background: var(--tint-butter); color: #a07a1d;
  border-color: rgba(233, 189, 114, 0.4);
}
.score-badge.mixed {
  background: var(--bg-soft); color: var(--ink-muted);
  border-color: var(--surface-glass-border);
}

/* Planner banner */
.planner-banner {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 12px;
}
.planner-banner .badge { background: var(--bg-glow); }

/* Stylist Picks - product cards */
.picks-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 32px;
}
.product-card {
  padding: 18px;
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-ambient);
  transition: box-shadow 0.3s ease;
}
.product-card:hover {
  box-shadow: var(--shadow-card);
}
.product-thumb {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.product-thumb.one { background: linear-gradient(160deg, var(--tint-peach-light), var(--tint-peach) 90%); }
.product-thumb.two { background: linear-gradient(160deg, var(--tint-sky-light), var(--tint-sky) 90%); }
.product-thumb.three { background: linear-gradient(160deg, var(--blush-light), var(--accent) 90%); }
.product-thumb::after {
  content: "Stylist Pick";
  position: absolute; top: 10px; left: 10px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.85);
  font-size: 0.7rem; font-weight: 700;
  color: var(--accent-deep);
  letter-spacing: 0.06em; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.product-brand {
  display: block; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink-muted); font-weight: 700;
  margin-bottom: 4px;
}
.product-name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--ink); margin: 0 0 6px;
}
.product-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 10px;
}
.product-price { font-weight: 800; color: var(--accent-deep); font-family: "Be Vietnam Pro", sans-serif; }
.size-row { display: inline-flex; gap: 4px; }
.size-chip {
  padding: 3px 8px; border-radius: 8px;
  font-size: 0.7rem; font-weight: 700;
  background: var(--bg-soft); color: var(--ink-soft);
  border: 1px solid var(--surface-glass-border);
}
.size-chip.active {
  background: var(--ink); color: white; border-color: var(--ink);
}

/* Outfit History */
.history-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; margin-top: 28px;
}
.history-card {
  padding: 14px;
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-md);
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: var(--shadow-ambient);
}
.history-thumb {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--accent-container), var(--lavender-soft));
}
.history-thumb.b { background: linear-gradient(135deg, var(--tint-peach), var(--tint-butter)); }
.history-thumb.c { background: linear-gradient(135deg, var(--tint-mint), var(--tint-sky)); }
.history-thumb.d { background: linear-gradient(135deg, var(--tint-cream), var(--accent-soft)); }
.history-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.78rem; color: var(--ink-muted);
}
.history-meta .feedback { display: inline-flex; gap: 4px; }
.history-meta .feedback span {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--bg-soft); font-size: 0.85rem;
}
.history-meta .feedback span.liked { background: var(--accent-container); }
.history-meta .feedback span.worn  { background: var(--tint-mint); }

/* Multi-everything */
.multi-strip {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 28px;
}
.multi-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-ambient);
}
.multi-card h4 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.15rem; font-weight: 700;
  margin: 0 0 8px; color: var(--ink);
}
.multi-card p { margin: 0 0 14px; color: var(--ink-soft); font-size: 0.92rem; }
.multi-row { display: flex; gap: 8px; flex-wrap: wrap; }
.flag-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
}
.theme-swatch {
  display: inline-flex; gap: 6px; align-items: center;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid var(--surface-glass-border);
  font-size: 0.85rem; font-weight: 600;
}
.theme-swatch .square {
  width: 14px; height: 14px; border-radius: 4px;
  border: 1px solid var(--surface-glass-border);
}
.theme-swatch.light { background: white; color: var(--ink); }
.theme-swatch.light .square { background: var(--bg-deep); }
.theme-swatch.dark { background: #21191d; color: #fff4f6; border-color: rgba(255,255,255,0.1); }
.theme-swatch.dark .square { background: #2b2025; border-color: rgba(255,255,255,0.1); }
.theme-swatch.system {
  background: linear-gradient(90deg, white 50%, #21191d 50%);
  color: var(--ink);
}
.theme-swatch.system .square { background: var(--accent); }

/* Editorial band */
.editorial-band {
  margin: 60px 0; padding: 48px 40px;
  background: linear-gradient(135deg, var(--accent-container) 0%, var(--lavender-soft) 100%);
  border-radius: var(--radius-xxl);
  border: 1px solid var(--surface-glass-border);
  text-align: center;
}
.editorial-band p {
  max-width: 34ch; margin: 0 auto;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.18; color: var(--ink);
  font-weight: 600; letter-spacing: -0.02em;
}

/* Pricing */
.pricing-section { padding: 80px 0 40px; }
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px; margin-top: 36px;
}
.pricing-card { padding: 28px; display: flex; flex-direction: column; }
.pricing-card h3 { font-size: 1.4rem; margin: 0 0 6px; }
.price {
  font-size: 2.4rem; font-weight: 800;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 20px;
  color: var(--accent-dark);
  letter-spacing: -0.02em;
}
.price span { font-size: 0.95rem; color: var(--ink-muted); font-weight: 500; }
.pricing-card.popular {
  border: 2px solid var(--accent);
  transform: translateY(-10px);
  background: white;
  box-shadow: 0 14px 30px rgba(78, 118, 101, 0.18);
}
.pricing-card.popular:hover { box-shadow: 0 16px 34px rgba(78, 118, 101, 0.22); }

/* FAQ */
.faq-section { padding: 60px 0; }
.faq-list {
  display: grid; gap: 14px; margin-top: 32px;
  max-width: 820px;
}
.faq-item {
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.faq-item:hover { border-color: var(--accent-soft); }
.faq-item summary {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700; font-size: 1.05rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.4rem; font-weight: 400;
  color: var(--accent-deep); transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  margin: 12px 0 0; color: var(--ink-soft);
  font-size: 0.98rem; line-height: 1.6;
}

/* CTA */
.cta-panel {
  margin-top: 40px; padding: 72px 48px;
  background:
    radial-gradient(circle at 20% 20%, var(--accent-container) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, var(--lavender-soft) 0%, transparent 55%),
    var(--bg-glow);
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xxl);
  text-align: center;
  box-shadow: none;
}
.cta-panel h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  letter-spacing: -0.03em; color: var(--ink);
  font-weight: 800;
}
.cta-panel p {
  font-size: 1.1rem; color: var(--ink-soft);
  max-width: 580px; margin: 0 auto 28px;
}

/* Waitlist form */
.waitlist-panel {
  background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xxl);
  padding: 40px; box-shadow: var(--shadow-heavy);
}
.field-group { margin-bottom: 20px; }
.field-group label {
  display: block; font-size: 0.9rem; font-weight: 600;
  color: var(--ink-soft); margin-bottom: 8px;
}
.field-group input,
.field-group select,
.field-group textarea {
  width: 100%; padding: 16px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-glass-border);
  background: var(--bg-soft);
  color: var(--ink);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem; transition: all 0.3s ease;
}
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-container);
  background: white;
}
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-label-wrapper {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; background: var(--bg-soft);
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-md); cursor: pointer;
  transition: all 0.2s ease;
}
.choice-label-wrapper:hover { background: white; border-color: var(--accent); }
.choice-label-wrapper input[type="checkbox"],
.choice-label-wrapper input[type="radio"] {
  width: 20px; height: 20px;
  accent-color: var(--accent); cursor: pointer;
}
.submit-button { width: 100%; min-height: 58px; font-size: 1.05rem; margin-top: 8px; }

/* Common pages */
.page-container {
  max-width: 800px; margin: 40px auto;
  padding: 40px; background: white;
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-xxl);
  box-shadow: var(--shadow-ambient);
}
.page-container h1 {
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 2.4rem; margin: 0 0 12px;
  color: var(--ink); letter-spacing: -0.02em;
}
.page-container h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.6rem;
  margin-top: 36px; margin-bottom: 14px;
  color: var(--accent-deep);
}
.page-container p,
.page-container li {
  color: var(--ink-soft); margin-bottom: 14px; font-size: 1.02rem;
}
.page-container ul { margin-bottom: 24px; }

/* Footer */
.site-footer {
  margin-top: 60px; padding: 40px 0;
  border-top: 1px solid var(--surface-glass-border);
}
.footer-content {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 40px;
}
.footer-brand h3 {
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 1.4rem; margin: 0 0 10px; color: var(--ink);
}
.footer-brand p {
  color: var(--ink-muted); max-width: 300px; margin: 0;
}
.footer-links { display: flex; gap: 48px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col strong {
  color: var(--ink); font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.footer-col a { color: var(--ink-muted); font-size: 0.95rem; }
.footer-col a:hover { color: var(--accent-dark); }
.footer-bottom {
  margin-top: 36px; padding-top: 22px;
  border-top: 1px solid rgba(32, 26, 29, 0.05);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--ink-muted); font-size: 0.85rem;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero, .showcase-grid, .showcase-grid.reverse {
    grid-template-columns: 1fr; text-align: center;
  }
  .showcase-grid.reverse .showcase-visual { order: 0; }
  .showcase-visual {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }
  .feature-list li { justify-content: center; }
  .hero-text, .section-heading, .section-heading p.sub {
    margin-left: auto; margin-right: auto;
  }
  .hero-actions, .hero-platforms, .stat-ticker, .metadata-cloud, .score-row, .planner-banner {
    justify-content: center;
  }
  .hero-signup {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-visual {
    width: min(100%, 560px);
    margin: 60px auto 0;
    min-height: 620px;
  }
  .hero-card-main { position: relative; right: auto; top: auto; margin: 0 auto; transform: none; }
  .hero-card-main:hover { transform: translateY(-10px); }
  .hero-context-weather { left: 0; top: 52px; }
  .hero-context-closet { right: 0; bottom: 54px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-ticker { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps-grid, .flow-grid, .picks-grid, .multi-strip { grid-template-columns: 1fr; }
  .history-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .announce-bar { font-size: 0.78rem; padding: 8px 14px; }
  .site-header {
    flex-wrap: nowrap; padding: 10px 10px;
    border-radius: 999px; gap: 8px;
  }
  .brand { gap: 8px; font-size: 1rem; min-width: 0; }
  .brand-mark { width: 34px; height: 34px; font-size: 1rem; flex: 0 0 auto; }
  .site-nav { display: none; }
  .header-actions { flex: 0 0 auto; gap: 0; }
  .header-cta { min-height: 40px; padding: 0 14px; font-size: 0.82rem; white-space: nowrap; }
  .showcase-grid { padding: 40px 0; gap: 30px; }
  .hero-visual {
    display: grid;
    gap: 12px;
    min-height: auto;
    margin-top: 42px;
  }
  .hero-card-main {
    width: min(100%, 430px);
    grid-row: 1;
  }
  .hero-context-card {
    position: relative;
    width: min(100%, 430px);
    margin: 0 auto;
    animation: none;
  }
  .hero-context-weather,
  .hero-context-closet {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hero-context-weather { grid-row: 2; }
  .hero-context-closet { grid-row: 3; }
  .stat-ticker { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card.popular { transform: none; }
  .pricing-card.popular:hover { transform: none; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-content { flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 28px; }
  .page-container { padding: 24px; margin: 20px auto; }
  .cta-panel { padding: 56px 24px; }
  .editorial-band { padding: 32px 22px; }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max-width));
    padding-top: 12px;
  }
  .announce-bar span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand {
    gap: 0;
    font-size: 0;
  }
  .header-cta {
    padding: 0 10px;
    font-size: 0.74rem;
  }
  .hero-copy h1 {
    font-size: clamp(2rem, 12vw, 2.3rem);
  }
  .hero-text {
    font-size: 1rem;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    justify-content: center;
    width: 100%;
  }
  .inline-form-row {
    grid-template-columns: 1fr;
  }
  .inline-form-row button {
    width: 100%;
  }
  .visual-tab {
    padding: 6px 14px;
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: 1.85rem;
  }
  .eyebrow {
    font-size: 0.62rem;
  }
}


/* Language Selector Styles */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-selector {
  position: relative;
  display: inline-block;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--surface-glass-border);
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.lang-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  border-color: rgba(78, 118, 101, 0.32);
}
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--surface-glass-border);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  margin: 0;
  list-style: none;
  display: none;
  flex-direction: column;
  min-width: 210px;
  z-index: 1000;
  backdrop-filter: blur(12px);
  max-height: 250px;
  overflow-y: auto;
}
.lang-dropdown.show {
  display: flex;
}
.lang-dropdown li {
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-dropdown li:hover {
  background: rgba(78, 118, 101, 0.08);
  color: var(--accent-dark);
}
.lang-dropdown li.active {
  color: var(--accent-dark);
  font-weight: 700;
  background: rgba(78, 118, 101, 0.05);
}

/* Interactive Visual Tabs & Images */
.showcase-visual.interactive-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.visual-tabs {
  display: inline-flex;
  background: var(--surface-glass-bright);
  border: 1px solid var(--surface-glass-border);
  padding: 4px;
  border-radius: 100px;
  gap: 4px;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-ambient);
  margin-bottom: 8px;
}

.visual-tab {
  background: transparent;
  border: none;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.visual-tab:hover {
  color: var(--ink);
}

.visual-tab.active {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(28, 27, 27, 0.15);
}

.visual-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease;
}

.visual-container img.active {
  display: block;
  opacity: 1;
}
