/* ==========================================================================
   GLAM WITH FLAIR — Stylesheet
   Brand: Wame STORES · Wame LIFE
   Voice: editorial · melanin-precision · warm earth-tone luxury
   Pairing: Fraunces (display) × Manrope (body) × JetBrains Mono (data)
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Color */
  --ink: #1A1614;
  --ink-soft: #3D3530;
  --stone: #9C9085;
  --stone-light: #BFB5A8;
  --terracotta: #B4513A;
  --terra-deep: #7A2E1E;
  --terra-light: #D4836A;
  --gold: #B8893E;
  --gold-deep: #7A5A26;
  --forest: #2D4A37;
  --forest-deep: #1F3326;
  --parchment: #F4EFE6;
  --parch-deep: #EBE3D5;
  --cream: #FBF8F2;
  --border: #D9CFC2;
  --border-soft: #E8DFD2;
  --blush: #F0DCD5;
  --sage: #D7E3D9;
  --butter: #F4E4D5;
  --white: #FFFFFF;

  /* Typography */
  --font-display: "Fraunces", "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* Spacing */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --s-11: 192px;

  /* Layout */
  --container: 1280px;
  --container-narrow: 960px;
  --gutter: 24px;

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.0, 0, 0.2, 1);
  --t-fast: 180ms;
  --t-base: 280ms;
  --t-slow: 480ms;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "ss01";
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, select, textarea { font: inherit; }
ul, ol { list-style: none; }

/* Page paper texture (very subtle warm grain via gradient noise) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(180, 81, 58, 0.015) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(184, 137, 62, 0.012) 0%, transparent 50%);
  z-index: 1;
}

/* ---------- Type Scale ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.eyebrow-stone { color: var(--stone); }
.eyebrow-gold { color: var(--gold-deep); }

.display-xl {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.display-lg {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.display-md {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.display-sm {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 500; color: var(--ink); }
h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -0.015em; }
h3 { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; letter-spacing: -0.01em; }
h4 { font-size: 20px; line-height: 1.25; }
h5 { font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.italic { font-style: italic; font-weight: 400; }
.serif { font-family: var(--font-display); }
.mono { font-family: var(--font-mono); letter-spacing: -0.02em; }

p { color: var(--ink-soft); }
.lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; color: var(--ink-soft); max-width: 60ch; }
.body-lg { font-size: 18px; line-height: 1.6; color: var(--ink-soft); }
.body { font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.body-sm { font-size: 14px; line-height: 1.55; color: var(--stone); }
.caption { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stone); font-weight: 600; }

.section-number {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 1;
  color: var(--terracotta);
  opacity: 0.85;
}

/* ---------- Layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 2; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section-tight { padding: clamp(56px, 7vw, 88px) 0; }
.text-center { text-align: center; }
.flow > * + * { margin-top: var(--s-4); }
.flow-lg > * + * { margin-top: var(--s-6); }
.divider { height: 1px; background: var(--border); border: 0; margin: var(--s-7) 0; }

/* ---------- Top Bar ---------- */
.announce {
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px var(--gutter);
  position: relative;
  z-index: 100;
}
.announce::before, .announce::after {
  content: "✦";
  color: var(--gold);
  margin: 0 12px;
  font-size: 9px;
  opacity: 0.7;
}

/* ---------- Nav ---------- */
.nav {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 24px;
}
.logo {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  flex-shrink: 0;
}
.logo .with {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: var(--terracotta);
}
.logo .flair { color: var(--terracotta); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
  transition: color var(--t-fast) var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  transition: width var(--t-base) var(--ease);
}
.nav-links a:hover { color: var(--terracotta); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--terracotta); }
.nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 16px; }

/* Mobile menu */
.menu-btn {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 200;
}
.menu-btn span {
  position: absolute;
  left: 4px;
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  transition: transform var(--t-base) var(--ease), opacity var(--t-fast);
}
.menu-btn span:nth-child(1) { top: 11px; }
.menu-btn span:nth-child(2) { top: 19px; }
.menu-btn.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all var(--t-base) var(--ease);
  white-space: nowrap;
  border: 1.5px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-primary { background: var(--terracotta); color: var(--cream); }
.btn-primary:hover { background: var(--terra-deep); transform: translateY(-1px); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: var(--ink-soft); transform: translateY(-1px); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-outline-cream { border-color: var(--cream); color: var(--cream); }
.btn-outline-cream:hover { background: var(--cream); color: var(--ink); }
.btn-ghost { color: var(--ink); padding: 16px 4px; }
.btn-ghost::after {
  content: "→";
  font-size: 16px;
  transition: transform var(--t-base) var(--ease);
  display: inline-block;
  margin-left: 4px;
}
.btn-ghost:hover::after { transform: translateX(6px); }
.btn-sm { padding: 11px 20px; font-size: 11px; }
.btn-lg { padding: 20px 40px; font-size: 13px; }

/* ---------- Hero ---------- */
.hero {
  padding: clamp(48px, 8vw, 96px) 0 clamp(64px, 10vw, 128px);
  background: var(--parchment);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.hero-text { position: relative; z-index: 2; }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.hero-eyebrow .line {
  width: 56px;
  height: 1px;
  background: var(--terracotta);
}
.hero h1 {
  font-size: clamp(44px, 7.5vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}
.hero h1 .accent { color: var(--terracotta); }
.hero h1 .underline {
  font-style: italic;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.hero h1 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 6px;
  background: var(--gold);
  opacity: 0.32;
  z-index: -1;
}
.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 32ch;
  margin-bottom: 40px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-trust {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  font-weight: 600;
}
.hero-trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
}

.hero-img-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
}
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.hero-img-wrap::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  background: var(--terracotta);
  z-index: 1;
}
.hero-img-tag {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 22px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-img-tag .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-right: 8px;
  vertical-align: middle;
}

/* ---------- Shade Strip ---------- */
.shade-strip {
  padding: 48px 0;
  background: var(--ink);
  overflow: hidden;
}
.shade-strip-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 var(--gutter);
}
.shade-strip-label {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--cream);
  font-size: clamp(18px, 1.8vw, 24px);
  white-space: nowrap;
  flex-shrink: 0;
}
.shade-row {
  display: flex;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}
.shade-chip {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease);
  border: 1.5px solid rgba(244, 239, 230, 0.12);
}
.shade-chip:hover { transform: scale(1.15) translateY(-2px); border-color: var(--gold); }
.shade-chip::after {
  content: attr(data-shade);
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--cream);
  background: var(--ink);
  padding: 4px 8px;
  border: 1px solid var(--gold);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity var(--t-fast) var(--ease);
}
.shade-chip:hover::after { opacity: 1; }

/* ---------- Pillars ---------- */
.pillars {
  padding: clamp(72px, 9vw, 112px) 0;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.pillar { position: relative; padding-top: 24px; }
.pillar-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: var(--terracotta);
  margin-bottom: 32px;
  display: block;
}
.pillar h3 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 16px;
}
.pillar p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }

/* ---------- Section Heading Block ---------- */
.section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.section-head-text { display: flex; flex-direction: column; gap: 12px; }
.section-head h2 { margin: 0; }
.section-head .lead { margin-top: 8px; max-width: 56ch; }
.section-head-link { white-space: nowrap; }

/* ---------- Catalog ---------- */
.catalog { padding: clamp(80px, 10vw, 128px) 0; background: var(--parchment); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.product {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform var(--t-base) var(--ease);
}
.product:hover { transform: translateY(-4px); }
.product-img {
  aspect-ratio: 4 / 5;
  background: var(--parch-deep);
  overflow: hidden;
  position: relative;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease);
}
.product:hover .product-img img { transform: scale(1.04); }
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--ink);
  color: var(--cream);
  padding: 6px 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}
.product-badge.hero { background: var(--terracotta); }
.product-body { padding: 24px; }
.product-brand {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 6px;
  font-weight: 700;
}
.product-name {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: var(--ink);
}
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.product-price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--terracotta);
  letter-spacing: -0.01em;
}
.product-shades { font-size: 12px; color: var(--stone); }
.product-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.product-cta::after { content: "→"; font-size: 16px; transition: transform var(--t-base) var(--ease); }
.product:hover .product-cta::after { transform: translateX(4px); }

/* ---------- Shade Match Block ---------- */
.shade-match-block {
  padding: clamp(80px, 10vw, 128px) 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.shade-match-block::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 70%;
  height: 200%;
  background: radial-gradient(circle, rgba(180, 81, 58, 0.25) 0%, transparent 65%);
  pointer-events: none;
}
.shade-match-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.shade-match-block h2 { color: var(--cream); margin-bottom: 24px; }
.shade-match-block .lead { color: var(--parchment); }
.shade-match-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
  color: var(--cream);
  padding-left: 24px;
  border-left: 2px solid var(--terracotta);
}
.shade-match-quote .author {
  display: block;
  margin-top: 16px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- Bundles ---------- */
.bundles { padding: clamp(80px, 10vw, 128px) 0; background: var(--cream); }
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.bundle {
  background: var(--parchment);
  padding: 40px;
  border-top: 3px solid var(--terracotta);
  position: relative;
  transition: transform var(--t-base) var(--ease), background var(--t-base) var(--ease);
}
.bundle:hover { transform: translateY(-3px); background: var(--blush); }
.bundle-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.bundle-name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
}
.bundle-price {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--forest);
}
.bundle-for {
  font-size: 13px;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 16px;
  line-height: 1.5;
}
.bundle-contents {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.bundle-contents strong { color: var(--ink); font-weight: 700; }

/* ---------- Hubs ---------- */
.hubs {
  padding: clamp(80px, 10vw, 128px) 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
}
.hubs h2, .hubs h3 { color: var(--cream); }
.hubs .eyebrow { color: var(--gold); }
.hubs .lead { color: var(--parchment); }
.hubs .section-head { border-bottom-color: rgba(244, 239, 230, 0.18); }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}
.hub-card {
  padding: 40px 32px;
  background: rgba(244, 239, 230, 0.04);
  border: 1px solid rgba(244, 239, 230, 0.12);
  transition: all var(--t-base) var(--ease);
  position: relative;
}
.hub-card:hover {
  background: rgba(244, 239, 230, 0.07);
  border-color: var(--gold);
  transform: translateY(-4px);
}
.hub-city {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.hub-area {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.05;
  margin-bottom: 16px;
  color: var(--cream);
}
.hub-area .italic { color: var(--terra-light); }
.hub-coverage { font-size: 13px; color: var(--parch-deep); line-height: 1.6; margin-bottom: 24px; }
.hub-pin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 20px;
  border-top: 1px solid rgba(244, 239, 230, 0.12);
}
.hub-delivery-banner {
  text-align: center;
  padding: 32px;
  background: rgba(184, 137, 62, 0.08);
  border: 1px solid var(--gold);
}
.hub-delivery-banner p {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
}
.hub-delivery-banner .accent { color: var(--gold); font-style: normal; font-weight: 600; }

/* ---------- Associate / Partner ---------- */
.partner {
  padding: clamp(80px, 10vw, 128px) 0;
  background: var(--parchment);
  position: relative;
  overflow: hidden;
}
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.partner-text h2 { margin-bottom: 24px; }
.partner-text .lead { margin-bottom: 32px; }
.partner-benefits {
  margin: 32px 0;
  display: grid;
  gap: 16px;
}
.partner-benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.partner-benefit-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  color: var(--terracotta);
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.partner-benefit-text { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.partner-benefit-text strong { color: var(--ink); font-weight: 700; }

.tier-table {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 32px;
}
.tier-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.tier-row:last-child { border-bottom: none; padding-bottom: 4px; }
.tier-row.head {
  border-bottom: 2px solid var(--ink);
  padding-top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
}
.tier-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.tier-name.elite { color: var(--terracotta); }
.tier-target { font-size: 14px; color: var(--ink-soft); }
.tier-pay {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--forest);
}

/* ---------- Quiz / Shade Match Page ---------- */
.quiz {
  padding: clamp(64px, 8vw, 96px) 0;
  background: var(--parchment);
  min-height: calc(100vh - 200px);
}
.quiz-wrap { max-width: 720px; margin: 0 auto; }
.quiz-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
  justify-content: center;
}
.quiz-dot {
  width: 32px;
  height: 3px;
  background: var(--border);
  transition: background var(--t-base) var(--ease);
}
.quiz-dot.done { background: var(--terracotta); }
.quiz-dot.active { background: var(--ink); }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: fadeIn var(--t-base) var(--ease); }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.quiz-eyebrow { text-align: center; margin-bottom: 16px; }
.quiz-question {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.12;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}
.quiz-help { text-align: center; max-width: 48ch; margin: 0 auto 48px; color: var(--ink-soft); }
.quiz-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.quiz-options.cols-3 { grid-template-columns: repeat(3, 1fr); }
.quiz-option {
  background: var(--cream);
  border: 1.5px solid var(--border);
  padding: 28px 24px;
  text-align: left;
  transition: all var(--t-fast) var(--ease);
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quiz-option:hover { border-color: var(--terracotta); transform: translateY(-2px); }
.quiz-option.selected {
  border-color: var(--terracotta);
  border-width: 2px;
  background: var(--blush);
  padding: 26.5px 22.5px;
}
.quiz-option-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
}
.quiz-option-sub { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.quiz-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.quiz-back {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--stone);
  cursor: pointer;
  transition: color var(--t-fast) var(--ease);
}
.quiz-back:hover { color: var(--ink); }
.quiz-back.hidden { visibility: hidden; }
.quiz-step.result {
  text-align: center;
}
.quiz-shade-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 32px 0 48px;
}
.quiz-shade-swatch {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--cream);
  box-shadow: 0 12px 32px rgba(26, 22, 20, 0.15);
}
.quiz-shade-name {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.1;
  color: var(--ink);
}
.quiz-shade-code {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ---------- Authenticity ---------- */
.auth-seal {
  padding: clamp(80px, 10vw, 128px) 0;
  background: var(--ink);
  color: var(--cream);
}
.auth-seal h2 { color: var(--cream); }
.auth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.auth-card {
  padding: 32px 24px;
  border: 1px solid rgba(244, 239, 230, 0.15);
  position: relative;
}
.auth-card-icon {
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 24px;
}
.auth-card h3 {
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.auth-card p { color: var(--parch-deep); font-size: 14px; line-height: 1.55; }

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--parch-deep);
  padding: 80px 0 32px;
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.footer-brand .logo { color: var(--cream); margin-bottom: 16px; }
.footer-brand .logo .with, .footer-brand .logo .flair { color: var(--terra-light); }
.footer-brand p { color: var(--parch-deep); font-size: 14px; line-height: 1.55; max-width: 36ch; }
.footer-col h5 {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a {
  color: var(--parch-deep);
  font-size: 14px;
  transition: color var(--t-fast) var(--ease);
}
.footer-col a:hover { color: var(--cream); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(244, 239, 230, 0.12);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
}
.footer-bottom .right { display: flex; gap: 24px; }

/* ---------- Page Hero (interior pages) ---------- */
.page-hero {
  padding: clamp(64px, 9vw, 112px) 0 clamp(56px, 8vw, 96px);
  background: var(--parchment);
  border-bottom: 1px solid var(--border);
}
.page-hero-inner { max-width: 800px; }
.page-hero h1 { margin-bottom: 24px; }
.page-hero .breadcrumb {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 24px;
}
.page-hero .breadcrumb a { color: var(--terracotta); }
.page-hero .breadcrumb .sep { color: var(--border); margin: 0 8px; }

/* ---------- Catalog Filter ---------- */
.filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.filter-chip {
  padding: 10px 18px;
  border: 1.5px solid var(--border);
  background: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--t-fast) var(--ease);
}
.filter-chip:hover { border-color: var(--ink); }
.filter-chip.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---------- Shade Table ---------- */
.shade-table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.shade-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--cream);
  border: 1px solid var(--border);
  text-align: center;
  transition: all var(--t-fast) var(--ease);
  cursor: pointer;
}
.shade-cell:hover { border-color: var(--terracotta); transform: translateY(-2px); }
.shade-cell.hero { border: 2px solid var(--terracotta); background: var(--blush); }
.shade-cell-swatch {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: 0 4px 12px rgba(26, 22, 20, 0.12);
}
.shade-cell-code {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
}
.shade-cell-name {
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.15;
  color: var(--ink-soft);
}
.shade-cell-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 700;
}

/* ---------- CTA Strip ---------- */
.cta-strip {
  padding: clamp(64px, 8vw, 96px) 0;
  background: var(--terracotta);
  color: var(--cream);
  text-align: center;
}
.cta-strip h2 { color: var(--cream); margin-bottom: 24px; }
.cta-strip .lead { color: var(--blush); max-width: 56ch; margin: 0 auto 32px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { gap: 48px; }
  .pillar-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .shade-table { grid-template-columns: repeat(5, 1fr); }
  .auth-grid { grid-template-columns: repeat(2, 1fr); }
  .shade-match-grid, .partner-grid { grid-template-columns: 1fr; gap: 48px; }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .nav-cta .btn { display: none; }
  .nav.open .nav-links {
    display: flex;
    position: fixed;
    inset: 64px 0 0 0;
    background: var(--cream);
    flex-direction: column;
    padding: 48px var(--gutter);
    gap: 32px;
    z-index: 90;
  }
  .nav.open .nav-links a { font-size: 18px; letter-spacing: 0.08em; }

  .hero { padding: 56px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-img-wrap::before { inset: 16px -16px -16px 16px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .pillar-grid, .product-grid, .bundle-grid, .hub-grid, .auth-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillar-grid { gap: 56px; }
  .shade-table { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .footer-bottom .right { flex-wrap: wrap; justify-content: center; }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-options.cols-3 { grid-template-columns: 1fr; }
  .tier-row { grid-template-columns: 1.2fr 1fr 1fr; gap: 8px; font-size: 13px; }
}
