/* Folsom Skin CSS — v1.5.2-20260613-1949 */
/* FOLSOM SKIN — SoMa Leather District */
/* Palette: Oxblood · Warm Black · Aged Brass · Bone Cream */

/*
  Typography stack:
  — Cormorant Garamond: high-fashion editorial serif. Thin, tall, sensual.
    Used by Saint Laurent, Bottega Veneta references. Replaces Playfair.
  — DM Sans: clean geometric sans. Legible, modern, neutral. Replaces Inter.
  — DM Mono: paired mono for labels/tags. Quieter than Space Mono.
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Cormorant:ital,wght@0,700;1,700&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Mono:wght@300;400;500&display=swap');

:root {
  /* Core palette — leather district */
  --ink:        #0e0b09;
  --ink-soft:   #161210;
  --ink-mid:    #1e1916;
  --oxblood:    #7a1a1a;
  --oxblood-dim:#5c1212;
  --oxblood-glow: rgba(122,26,26,0.14);
  --brass:      #b8923a;
  --brass-light:#d4aa52;
  --brass-glow: rgba(184,146,58,0.12);
  --bone:       #f0e8d8;
  --bone-dim:   #e0d4bc;
  --bone-muted: #a09080;
  --slate:      #8a8070;
  --white:      #ffffff;
  --green:      #4a7c59;
  --red:        #c0392b;

  /* Border tokens */
  --border:     rgba(184,146,58,0.18);
  --border-soft:rgba(184,146,58,0.08);

  /* Fonts — fashion editorial stack */
  --serif: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --serif-display: 'Cormorant', 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', system-ui, -apple-system, sans-serif;
  --mono:  'DM Mono', 'Courier New', monospace;

  --sidebar-w: 260px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--oxblood); border-radius: 2px; }

/* ─── CURSOR ─── */
.cursor {
  width: 10px; height: 10px;
  background: var(--brass);
  border-radius: 50%;
  position: fixed; pointer-events: none;
  z-index: 9999; mix-blend-mode: difference;
  transition: transform 0.15s var(--ease), width 0.3s, height 0.3s;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(184,146,58,0.4);
  border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9998;
  transition: transform 0.4s var(--ease);
}
body.cursor-hover .cursor { transform: scale(2.5); background: var(--oxblood); }

/* ─── LOGO SVG ─── */
.logo-svg { height: 36px; width: auto; }
.logo-text-link { text-decoration: none; display: flex; align-items: center; }

/* ─── NAV ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 1.5rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.5s var(--ease), padding 0.3s var(--ease);
}
.nav.scrolled {
  background: rgba(14,11,9,0.94);
  backdrop-filter: blur(14px);
  padding: 1rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.nav-links {
  display: flex; gap: 2.5rem; list-style: none;
}
.nav-links a {
  font-family: var(--mono);
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--slate); text-decoration: none; position: relative;
  transition: color 0.3s;
}
.nav-links a::after {
  content: ''; position: absolute;
  bottom: -4px; left: 0; right: 100%;
  height: 1px; background: var(--brass);
  transition: right 0.3s var(--ease);
}
.nav-links a:hover { color: var(--bone); }
.nav-links a:hover::after { right: 0; }
.nav-cta {
  font-family: var(--mono);
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass); border: 1px solid var(--brass);
  padding: 0.5rem 1.25rem; text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.nav-cta:hover { background: var(--brass); color: var(--ink); }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 2.5rem 5rem;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 70% at 75% 30%, rgba(122,26,26,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(184,146,58,0.08) 0%, transparent 50%),
    var(--ink);
}
.hero-texture {
  position: absolute; inset: 0; z-index: 1; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f0e8d8' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-eyebrow {
  font-family: var(--mono);
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  position: relative; z-index: 2;
}
.hero-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--brass);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 900; line-height: 0.9;
  letter-spacing: -0.03em; color: var(--bone);
  position: relative; z-index: 2; max-width: 900px;
}
.hero h1 em { font-style: italic; color: var(--oxblood); display: block; }
.hero-sub {
  margin-top: 2.5rem;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; position: relative; z-index: 2;
}
.hero-desc { font-size: 1rem; color: var(--slate); max-width: 420px; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-shrink: 0; }
.btn-primary {
  background: var(--oxblood); color: var(--bone);
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 1rem 2rem; text-decoration: none;
  border: 1px solid var(--oxblood);
  transition: background 0.3s, transform 0.2s var(--ease);
  display: inline-block;
}
.btn-primary:hover { background: var(--oxblood-dim); transform: translateY(-2px); }
.btn-ghost {
  color: var(--bone);
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 1rem 2rem; text-decoration: none;
  border: 1px solid rgba(240,232,216,0.2);
  transition: border-color 0.3s, transform 0.2s var(--ease);
  display: inline-block;
}
.btn-ghost:hover { border-color: var(--bone); transform: translateY(-2px); }
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  z-index: 2; opacity: 0.35;
}
.hero-scroll span {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--slate);
}
.scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--brass), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.35; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.15); }
}

/* ─── TICKER ─── */
.ticker {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 0.75rem 0;
  background: rgba(184,146,58,0.03);
}
.ticker-inner {
  display: flex; white-space: nowrap;
  animation: ticker 28s linear infinite;
}
.ticker-item {
  font-family: var(--mono); font-size: 0.66rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--slate); padding: 0 3rem; flex-shrink: 0;
}
.ticker-item span { color: var(--brass); margin: 0 0.4rem; }
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── SECTION ─── */
.section { padding: 7rem 2.5rem; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-warm { background: var(--ink-mid); }
.section-cream { background: var(--bone); color: var(--ink); }
.section-cream .slate-text { color: #5a5040; }

/* ─── LABELS / HEADERS ─── */
.section-label {
  font-family: var(--mono); font-size: 0.66rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before { content: ''; width: 30px; height: 1px; background: var(--brass); }
.section-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900; line-height: 1; letter-spacing: -0.02em;
}
.section-cream .section-title { color: var(--ink); }
.section-cream .section-label { color: var(--oxblood); }
.section-cream .section-label::before { background: var(--oxblood); }

/* ─── EDITORIAL GRID ─── */
.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5px; background: var(--border);
  margin-top: 3rem;
}
.editorial-card {
  position: relative; overflow: hidden;
  background: var(--ink-soft); padding: 3rem;
  cursor: pointer;
  transition: background 0.4s var(--ease);
}
.editorial-card:hover { background: var(--ink-mid); }
.editorial-card.large { grid-row: 1/3; display: flex; flex-direction: column; justify-content: flex-end; min-height: 520px; }
.editorial-card-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--oxblood), var(--brass));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.editorial-card:hover .editorial-card-accent { transform: scaleX(1); }
.card-num { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em; color: var(--slate); margin-bottom: 1rem; }
.card-tag {
  display: inline-block; font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--brass); border: 1px solid rgba(184,146,58,0.3);
  padding: 0.25rem 0.6rem; margin-bottom: 1rem;
}
.card-tag.leather { color: var(--oxblood); border-color: rgba(122,26,26,0.3); }
.card-tag.local { color: #4a7c59; border-color: rgba(74,124,89,0.3); }
.card-title {
  font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 700; line-height: 1.15; color: var(--bone); margin-bottom: 0.75rem;
}
.card-excerpt { font-size: 0.88rem; color: var(--slate); line-height: 1.7; }
.card-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass); text-decoration: none; margin-top: 1.5rem;
  transition: gap 0.2s var(--ease);
}
.card-link:hover { gap: 0.9rem; }
.card-link::after { content: '→'; }
.editorial-card.large .card-title { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.card-bg-num {
  position: absolute; right: -0.5rem; top: 50%; transform: translateY(-50%);
  font-family: var(--serif); font-size: 12rem; font-weight: 900;
  color: rgba(184,146,58,0.04); line-height: 1; pointer-events: none; user-select: none;
}

/* ─── PRODUCTS ─── */
.products-row {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5px; background: var(--border-soft); margin-top: 3rem;
}
.product-card {
  background: var(--ink-soft); padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.3s var(--ease);
  display: flex; flex-direction: column; gap: 1rem;
}
.product-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 100%;
  height: 1px; background: var(--brass);
  transition: right 0.4s var(--ease);
}
.product-card:hover { background: var(--ink-mid); }
.product-card:hover::before { right: 0; }
.product-tag {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 0.25rem;
}
.product-name {
  font-family: var(--serif); font-size: 1.25rem;
  font-weight: 700; color: var(--bone); line-height: 1.2;
}
.product-desc { font-size: 0.85rem; color: var(--slate); line-height: 1.75; flex: 1; }
.product-price { font-family: var(--mono); font-size: 0.85rem; color: var(--brass); }
.product-stars { color: var(--brass); font-size: 0.8rem; letter-spacing: 0.1em; }
.affiliate-note { font-family: var(--mono); font-size: 0.58rem; color: rgba(138,128,112,0.5); letter-spacing: 0.05em; }
.product-cta {
  display: inline-flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(184,146,58,0.25);
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass); text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  margin-top: auto;
}
.product-cta:hover { background: var(--brass); color: var(--ink); border-color: var(--brass); }
.product-cta::after { content: '→'; margin-left: 0.5rem; }

/* ─── QUIZ ─── */
.quiz-wrap {
  background: var(--ink-soft);
  border: 1px solid var(--border);
  padding: 4rem 3rem;
  max-width: 720px; margin: 3rem auto 0;
  position: relative;
}
.quiz-wrap::before {
  content: 'FIND YOUR KIT'; position: absolute;
  top: -0.85rem; left: 2rem;
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.2em;
  background: var(--ink-soft); padding: 0 0.5rem; color: var(--brass);
}
.quiz-question {
  font-family: var(--serif); font-size: 1.8rem; font-weight: 700;
  color: var(--bone); margin-bottom: 2rem; line-height: 1.2;
}
.quiz-options { display: flex; flex-direction: column; gap: 0.75rem; }
.quiz-option {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(240,232,216,0.07);
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
  font-size: 0.9rem; color: var(--slate);
}
.quiz-option:hover { border-color: rgba(184,146,58,0.4); background: var(--brass-glow); color: var(--bone); }
.quiz-option.selected { border-color: var(--brass); background: var(--brass-glow); color: var(--bone); }
.quiz-opt-key {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em;
  color: var(--brass); border: 1px solid rgba(184,146,58,0.3);
  padding: 0.2rem 0.5rem; flex-shrink: 0;
}
.quiz-footer { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; }
.quiz-progress { font-family: var(--mono); font-size: 0.66rem; color: var(--slate); letter-spacing: 0.1em; }
.quiz-result { display: none; text-align: center; padding: 1rem 0; }
.quiz-result h3 { font-family: var(--serif); font-size: 2rem; color: var(--bone); margin-bottom: 0.75rem; }
.quiz-result p { color: var(--slate); margin-bottom: 1.5rem; font-size: 0.9rem; }

/* ─── STEPS ─── */
.steps-list {
  display: flex; flex-direction: column;
  gap: 0; margin-top: 3rem;
  border-top: 1px solid var(--border);
}
.step-item {
  display: grid; grid-template-columns: 80px 1fr auto;
  align-items: center; gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.3s var(--ease);
  cursor: default;
}
.step-item:hover { background: rgba(184,146,58,0.03); }
.step-num {
  font-family: var(--serif); font-size: 3.5rem; font-weight: 900;
  color: rgba(184,146,58,0.18); line-height: 1; letter-spacing: -0.04em;
  transition: color 0.3s;
}
.step-item:hover .step-num { color: var(--brass); }
.step-content h3 {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 700;
  color: var(--bone); margin-bottom: 0.35rem;
}
.section-cream .step-content h3 { color: var(--ink); }
.step-content p { font-size: 0.88rem; color: var(--slate); }
.section-cream .step-content p { color: #5a5040; }
.step-badge {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass); border: 1px solid rgba(184,146,58,0.25);
  padding: 0.3rem 0.7rem; white-space: nowrap;
}

/* ─── BLOG POSTS ─── */
.posts-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5px; background: var(--border-soft); margin-top: 3rem;
}
.post-card {
  background: var(--ink-soft); padding: 2.5rem;
  position: relative; overflow: hidden; transition: background 0.3s;
}
.post-card:hover { background: var(--ink-mid); }
.post-card-date { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; color: var(--slate); margin-bottom: 0.75rem; }
.post-card-tag { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin-bottom: 0.75rem; }
.post-card-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--bone); line-height: 1.2; margin-bottom: 0.75rem; }
.post-card-excerpt { font-size: 0.85rem; color: var(--slate); line-height: 1.7; }
.post-card-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass); text-decoration: none; margin-top: 1.25rem;
  transition: gap 0.2s;
}
.post-card-link:hover { gap: 0.9rem; }
.post-card-link::after { content: '→'; }
.post-card-num {
  position: absolute; right: 1.5rem; bottom: 1.5rem;
  font-family: var(--serif); font-size: 6rem; font-weight: 900;
  color: rgba(240,232,216,0.025); line-height: 1; user-select: none;
}

/* ─── SF STRIP ─── */
.sf-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5px; background: var(--border-soft); margin-top: 3rem;
}
.sf-tile { background: var(--ink-soft); padding: 2.5rem 1.75rem; transition: background 0.3s; }
.sf-tile:hover { background: var(--ink-mid); }
.sf-tile-icon { font-size: 1.75rem; margin-bottom: 1rem; }
.sf-tile-name { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--bone); margin-bottom: 0.5rem; }
.sf-tile-desc { font-size: 0.82rem; color: var(--slate); line-height: 1.6; }
.sf-tile-tag { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin-bottom: 0.5rem; }

/* ─── CTA BANNER ─── */
.cta-banner {
  padding: 6rem 2.5rem;
  background: linear-gradient(135deg, #0a0000, #1a0505);
  border-top: 1px solid rgba(122,26,26,0.4);
  border-bottom: 1px solid rgba(122,26,26,0.4);
  text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(122,26,26,0.25), transparent 70%);
}
.cta-banner-inner { position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: var(--serif); font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900; letter-spacing: -0.02em; color: var(--bone); margin-bottom: 1rem;
}
.cta-banner p { font-size: 1rem; color: var(--slate); margin-bottom: 2.5rem; }

/* ─── DISCLAIMER BAR ─── */
.disclaimer-bar {
  background: rgba(122,26,26,0.08);
  border-bottom: 1px solid rgba(122,26,26,0.2);
  padding: 0.6rem 2.5rem; text-align: center;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.07em; color: rgba(138,128,112,0.8);
  line-height: 1.6;
}
.disclaimer-bar a { color: var(--brass); text-decoration: none; }
.disclaimer-bar a:hover { text-decoration: underline; }

/* ─── DISCLOSURE BAR ─── */
.disclosure-bar {
  background: rgba(184,146,58,0.05);
  border-bottom: 1px solid var(--border);
  padding: 0.5rem 2.5rem; text-align: center;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.08em; color: rgba(184,146,58,0.6);
}
.disclosure-bar a { color: var(--brass); }

/* ─── FOOTER ─── */
.footer {
  background: #060402; padding: 5rem 2.5rem 3rem;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 4rem;
}
.footer-logo { margin-bottom: 1rem; }
.footer-tagline { font-size: 0.85rem; color: var(--slate); line-height: 1.7; max-width: 280px; }
.footer-col h4 {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 1.5rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col ul a {
  font-size: 0.88rem; color: rgba(240,232,216,0.4);
  text-decoration: none; transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--bone); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  border-top: 1px solid var(--border-soft);
  padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em; color: rgba(138,128,112,0.4); }
.footer-bottom a { color: rgba(184,146,58,0.5); }

/* ─── ABOUT / ESTHETICIAN ─── */
.about-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  align-items: start;
}
.about-credential {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem 1.25rem; margin-bottom: 0.75rem;
  background: var(--ink-soft); border-left: 2px solid var(--brass);
}
.about-credential-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.about-credential-text { font-size: 0.82rem; color: var(--slate); line-height: 1.7; }
.about-credential-text strong { color: var(--bone); font-weight: 600; }

/* ─── BLOG POST PAGE ─── */
.post-hero {
  padding: 12rem 2.5rem 5rem;
  max-width: 900px; margin: 0 auto;
}
.post-hero .post-meta {
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 1.5rem;
  display: flex; gap: 2rem;
}
.post-hero h1 {
  font-family: var(--serif); font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; color: var(--bone);
}
.post-body {
  max-width: 720px; margin: 0 auto; padding: 3rem 2.5rem 5rem;
}
.post-body h2 {
  font-family: var(--serif); font-size: 1.75rem; font-weight: 700;
  color: var(--bone); margin: 3rem 0 1rem; line-height: 1.1;
}
.post-body h3 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  color: var(--bone); margin: 2rem 0 0.75rem;
}
.post-body p { font-size: 0.95rem; color: var(--slate); margin-bottom: 1.25rem; line-height: 1.85; }
.post-body ul, .post-body ol { color: var(--slate); margin: 1rem 0 1.25rem 1.5rem; }
.post-body li { margin-bottom: 0.5rem; font-size: 0.95rem; line-height: 1.8; }
.post-body strong { color: var(--bone); font-weight: 600; }
.post-body a { color: var(--brass); }
.post-body .product-card { margin: 2rem 0; }
.post-cta-box {
  border: 1px solid rgba(184,146,58,0.2);
  padding: 2.5rem; margin: 3rem 0;
  background: rgba(184,146,58,0.04); text-align: center;
}
.post-cta-box h3 { font-family: var(--serif); font-size: 1.4rem; color: var(--bone); margin-bottom: 0.5rem; }
.post-cta-box p { font-size: 0.88rem; color: var(--slate); margin-bottom: 1.5rem; }

/* Medical disclaimer block */
.medical-disclaimer {
  background: var(--ink-mid);
  border: 1px solid rgba(122,26,26,0.3);
  border-left: 3px solid var(--oxblood);
  padding: 1.25rem 1.5rem; margin: 2rem 0;
  font-size: 0.8rem; color: var(--slate); line-height: 1.7;
}
.medical-disclaimer strong { color: var(--bone); }
.medical-disclaimer a { color: var(--brass); }

/* ─── LEATHER TEXTURE & HARDWARE ─── */

/* Leather stitch border — wraps sections or panels */
.leather-frame {
  border: 1px solid rgba(184,146,58,0.25);
  outline: 4px solid transparent;
  outline-offset: -8px;
  position: relative;
  box-shadow: inset 0 0 0 8px rgba(0,0,0,0.3), inset 0 0 0 9px rgba(184,146,58,0.08);
}
.leather-frame::before {
  content: '';
  position: absolute; inset: 6px;
  border: 1px dashed rgba(184,146,58,0.14);
  pointer-events: none;
}

/* Hardware rivet at corners */
.riveted {
  position: relative;
}
.riveted::before,
.riveted::after {
  content: '';
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #d4aa52, #7a5a1a);
  box-shadow: 0 1px 3px rgba(0,0,0,0.6), inset 0 1px 1px rgba(255,255,255,0.15);
}
.riveted::before { top: -5px; left: -5px; }
.riveted::after  { bottom: -5px; right: -5px; }

/* Tooled leather panel — dark textured card feel */
.leather-panel {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(184,146,58,0.018) 2px,
      rgba(184,146,58,0.018) 3px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(184,146,58,0.012) 2px,
      rgba(184,146,58,0.012) 3px
    ),
    var(--ink-soft);
  border: 1px solid rgba(184,146,58,0.2);
}

/* Brass hardware divider */
.hardware-divider {
  display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0;
}
.hardware-divider::before,
.hardware-divider::after {
  content: ''; flex: 1;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(184,146,58,0.4), transparent);
}
.hardware-divider-stud {
  width: 10px; height: 10px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #d4aa52, #7a5a1a);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  flex-shrink: 0;
}

/* Oxblood stripe accent — top or side of panel */
.oxblood-stripe { border-top: 2px solid var(--oxblood); }
.brass-stripe    { border-top: 1px solid var(--brass); }
.brass-stripe-left { border-left: 2px solid var(--brass); padding-left: 1.25rem; }

/* Service card — appointments/menu */
.service-card {
  background: var(--ink-soft);
  border: 1px solid rgba(184,146,58,0.15);
  padding: 2.5rem;
  position: relative;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
  cursor: pointer;
}
.service-card::before {
  content: ''; position: absolute; inset: 6px;
  border: 1px dashed rgba(184,146,58,0.08);
  pointer-events: none;
  transition: border-color 0.3s;
}
.service-card:hover {
  border-color: rgba(184,146,58,0.45);
  background: var(--ink-mid);
}
.service-card:hover::before { border-color: rgba(184,146,58,0.18); }
.service-card-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 1rem;
}
.service-card-name {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 700;
  color: var(--bone); line-height: 1.1;
}
.service-card-price {
  font-family: var(--mono); font-size: 0.85rem;
  color: var(--brass); white-space: nowrap;
}
.service-card-duration {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 0.75rem;
}
.service-card-desc { font-size: 0.85rem; color: var(--slate); line-height: 1.75; }
.service-card-badge {
  display: inline-block; margin-top: 1rem;
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--oxblood); border: 1px solid rgba(122,26,26,0.35);
  padding: 0.25rem 0.6rem;
}
.service-card-badge.licensed { color: var(--brass); border-color: rgba(184,146,58,0.35); }

/* Intake form styles */
.intake-form {
  display: flex; flex-direction: column; gap: 0;
}
.intake-step {
  display: none;
  animation: fadeSlideIn 0.4s var(--ease) both;
}
.intake-step.active { display: flex; flex-direction: column; gap: 1.25rem; }
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.intake-field { display: flex; flex-direction: column; gap: 0.4rem; }
.intake-label {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brass);
}
.intake-input,
.intake-select,
.intake-textarea {
  background: var(--ink-soft);
  border: 1px solid rgba(184,146,58,0.2);
  color: var(--bone);
  font-family: var(--sans); font-size: 0.9rem; font-weight: 300;
  padding: 0.9rem 1.1rem;
  outline: none;
  transition: border-color 0.25s;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.intake-input:focus,
.intake-select:focus,
.intake-textarea:focus { border-color: var(--brass); }
.intake-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8923a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; cursor: pointer; }
.intake-select option { background: #161210; }
.intake-textarea { min-height: 100px; resize: vertical; line-height: 1.6; }
.intake-radio-group { display: flex; flex-direction: column; gap: 0.5rem; }
.intake-radio-option {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(184,146,58,0.15);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.intake-radio-option:hover { border-color: rgba(184,146,58,0.4); background: var(--brass-glow); }
.intake-radio-option input[type="radio"] { display: none; }
.intake-radio-option .radio-dot {
  width: 14px; height: 14px; border-radius: 50%;
  border: 1px solid rgba(184,146,58,0.4);
  flex-shrink: 0; position: relative;
  transition: border-color 0.2s;
}
.intake-radio-option input[type="radio"]:checked ~ .radio-dot { border-color: var(--brass); }
.intake-radio-option input[type="radio"]:checked ~ .radio-dot::after {
  content: ''; position: absolute;
  inset: 3px; border-radius: 50%; background: var(--brass);
}
.intake-radio-option input[type="radio"]:checked ~ .radio-label { color: var(--bone); }
.radio-label { font-size: 0.88rem; color: var(--slate); }
.intake-checkbox-group { display: flex; flex-direction: column; gap: 0.4rem; }
.intake-checkbox-option {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(184,146,58,0.1);
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.intake-checkbox-option:hover { border-color: rgba(184,146,58,0.3); background: rgba(184,146,58,0.04); }
.intake-checkbox-option input[type="checkbox"] { display: none; }
.checkbox-box {
  width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px;
  border: 1px solid rgba(184,146,58,0.4);
  position: relative; transition: border-color 0.2s;
}
.intake-checkbox-option input[type="checkbox"]:checked ~ .checkbox-box { border-color: var(--brass); background: var(--brass); }
.intake-checkbox-option input[type="checkbox"]:checked ~ .checkbox-box::after {
  content: '✓'; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; color: var(--ink); font-weight: 700;
}
.checkbox-label { font-size: 0.85rem; color: var(--slate); line-height: 1.55; }
.intake-checkbox-option input[type="checkbox"]:checked ~ .checkbox-label { color: var(--bone); }
.intake-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 1.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--border-soft);
}
.intake-progress {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em;
  color: var(--slate);
}
.intake-progress-bar {
  height: 2px; background: rgba(184,146,58,0.15);
  margin-bottom: 2rem; position: relative; overflow: hidden;
}
.intake-progress-bar-fill {
  height: 100%; background: var(--brass);
  transition: width 0.5s var(--ease);
}
.intake-warning {
  background: rgba(122,26,26,0.1);
  border: 1px solid rgba(122,26,26,0.3);
  border-left: 3px solid var(--oxblood);
  padding: 1rem 1.25rem;
  font-size: 0.82rem; color: var(--slate); line-height: 1.7;
}
.intake-warning strong { color: var(--bone); }
.intake-recommendation {
  background: rgba(184,146,58,0.06);
  border: 1px solid rgba(184,146,58,0.25);
  border-left: 3px solid var(--brass);
  padding: 1.5rem;
}
.intake-recommendation h4 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  color: var(--bone); margin-bottom: 0.5rem;
}
.intake-recommendation p { font-size: 0.85rem; color: var(--slate); line-height: 1.7; }

/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── UTILITY ─── */
.text-center { text-align: center; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 2rem; }

/* ─── MOBILE ─── */
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav { padding: 1.25rem 1.5rem; }
  .hero { padding: 0 1.5rem 4rem; }
  .hero h1 { font-size: 3rem; }
  .hero-sub { flex-direction: column; align-items: flex-start; }
  .section { padding: 4rem 1.5rem; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card.large { grid-row: auto; min-height: 300px; }
  .posts-grid { grid-template-columns: 1fr; }
  .sf-strip { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-block { grid-template-columns: 1fr; }
  .disclosure-bar, .disclaimer-bar { padding: 0.5rem 1rem; }
}

/* ═══════════════════════════════════════════════════════════
   LEGIBILITY OVERRIDES — COMMUNITY EDITION
   ═══════════════════════════════════════════════════════════ */

/* Body text — brighter, bigger */
body { font-size: 1rem; color: #e8dcc8; }

/* ALL body copy paragraphs — legible minimum */
p, li, td, th, label, .card-excerpt, .hero-desc, .post-body p, .step-content p,
.product-desc, .service-card-desc, .footer-tagline, .about-credential-text {
  font-size: 1rem;
  color: #e0d4bc;
  line-height: 1.8;
}

/* Section labels — keep mono but bigger */
.section-label, .nav-links a, .product-tag, .service-card-duration,
.card-tag, .card-num, .post-card-date, .post-card-tag, .ticker-item,
.affiliate-note, .step-badge, .intake-label, .intake-progress,
.kink-eyebrow { font-size: 0.75rem; }

/* Nav links bigger */
.nav-links a { font-size: 0.82rem; color: #c8bca8; letter-spacing: 0.1em; }
.nav-links a:hover { color: var(--bone); }
.nav-cta { font-size: 0.78rem; }

/* Card titles — much bigger */
.card-title { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.product-name { font-size: 1.4rem; color: var(--bone); }
.service-card-name { font-size: 1.4rem; }
.post-card-title { font-size: 1.5rem; }

/* Section titles — already big but ensure contrast */
.section-title { color: var(--bone); }
.section-cream .section-title { color: #1a0e08; }

/* Post body text */
.post-body p, .post-body li { font-size: 1rem; color: #d8cdb8; }
.post-body h2 { font-size: 2rem; }
.post-body h3 { font-size: 1.35rem; }

/* Step numbers — brass instead of near-invisible */
.step-num { color: rgba(184,146,58,0.4); }
.step-item:hover .step-num { color: var(--brass); }
.step-content h3 { font-size: 1.2rem; color: var(--bone); }

/* Intake form legibility */
.intake-input, .intake-select, .intake-textarea { font-size: 0.95rem; color: var(--bone); }
.radio-label, .checkbox-label { font-size: 0.9rem; color: #d0c4b0; }
.intake-radio-option input[type="radio"]:checked ~ .radio-label,
.intake-checkbox-option input[type="checkbox"]:checked ~ .checkbox-label { color: var(--bone); }

/* Disclaimer/disclosure bars */
.disclaimer-bar, .disclosure-bar { font-size: 0.72rem; }

/* ═══════════════════════════════════════════════════════════
   LEATHER TEXTURE BACKGROUNDS
   ═══════════════════════════════════════════════════════════ */

/* Subtle leather grain overlay for hero */
.hero-leather-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.04;
  background-image:
    repeating-linear-gradient(45deg, #b8923a 0px, transparent 1px, transparent 4px),
    repeating-linear-gradient(-45deg, #b8923a 0px, transparent 1px, transparent 4px);
  background-size: 8px 8px;
}

/* Animated brass border on hero */
@keyframes stitchDraw {
  from { stroke-dashoffset: 1000; }
  to   { stroke-dashoffset: 0; }
}
.hero-stitch-border {
  position: absolute; inset: 2rem; z-index: 2; pointer-events: none;
  border: 1px dashed rgba(184,146,58,0.2);
  animation: borderFadeIn 2s var(--ease) 0.5s both;
}
@keyframes borderFadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to   { opacity: 1; transform: scale(1); }
}

/* ═══════════════════════════════════════════════════════════
   COMMUNITY & KINK IDENTITY STYLES
   ═══════════════════════════════════════════════════════════ */

/* Kink eyebrow — seductive label above headlines */
.kink-eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.75rem;
  font-style: italic;
}
.kink-eyebrow::before { content: '—'; opacity: 0.5; }

/* Kink badge — oxblood pill */
.kink-badge {
  display: inline-block;
  background: rgba(122,26,26,0.25);
  border: 1px solid rgba(184,146,58,0.35);
  color: var(--bone);
  font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.8rem; margin: 0.2rem;
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
}
.kink-badge:hover { background: rgba(122,26,26,0.5); border-color: var(--brass); }
.kink-badge.pride { border-color: rgba(120,80,200,0.4); }
.kink-badge.trans { border-color: rgba(85,205,252,0.4); }
.kink-badge.leather { border-color: rgba(184,146,58,0.5); background: rgba(80,40,10,0.3); }

/* Community section */
.community-section {
  padding: 7rem 2.5rem;
  background: linear-gradient(135deg, #0e0b09, #1a0808);
  border-top: 1px solid rgba(122,26,26,0.3);
  border-bottom: 1px solid rgba(122,26,26,0.3);
  position: relative; overflow: hidden;
}
.community-section::before {
  content: ''; position: absolute; inset: 0; opacity: 0.03;
  background-image: repeating-linear-gradient(45deg, #b8923a 0, transparent 1px, transparent 6px),
                    repeating-linear-gradient(-45deg, #b8923a 0, transparent 1px, transparent 6px);
  background-size: 12px 12px;
}
.community-badges {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin: 2rem 0;
}
.identity-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--sans); font-size: 0.88rem; font-weight: 400;
  color: var(--bone);
  border: 1px solid rgba(184,146,58,0.22);
  padding: 0.5rem 1rem;
  transition: border-color 0.25s, background 0.25s;
}
.identity-badge:hover { border-color: var(--brass); background: rgba(184,146,58,0.07); }
.identity-badge .badge-emoji { font-size: 1rem; }

/* Safe space declaration */
.safe-space-decl {
  margin-top: 2.5rem; padding: 1.5rem 2rem;
  border-left: 3px solid var(--oxblood);
  background: rgba(122,26,26,0.06);
  font-size: 1.05rem; color: var(--bone);
  font-family: var(--serif); font-style: italic; line-height: 1.7;
}

/* Ambassador section */
.ambassador-section {
  padding: 5rem 2.5rem;
  background: var(--ink-mid);
  border-top: 1px solid var(--border);
}
.ambassador-cta-wrap {
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 3rem;
  max-width: 900px;
}
@media (max-width: 768px) { .ambassador-cta-wrap { grid-template-columns: 1fr; } }

/* "All Shades" section */
.shades-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; background: var(--border-soft); margin-top: 2.5rem;
}
.shade-card {
  background: var(--ink-soft); padding: 2.5rem 2rem;
  transition: background 0.3s;
}
.shade-card:hover { background: var(--ink-mid); }
.shade-swatch {
  width: 40px; height: 40px; border-radius: 50%;
  margin-bottom: 1.25rem; border: 2px solid rgba(184,146,58,0.3);
}
.shade-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--bone); margin-bottom: 0.5rem; }
.shade-card p { font-size: 0.88rem; color: #c0b09a; line-height: 1.7; }

/* ═══════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════ */

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
  align-items: start; max-width: 1100px; margin: 3rem auto 0;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 3rem; } }
.contact-info-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.25rem; border-left: 2px solid rgba(184,146,58,0.25);
  margin-bottom: 0.75rem; font-size: 0.9rem; color: #c0b09a; line-height: 1.7;
}
.contact-info-item strong { color: var(--bone); display: block; margin-bottom: 0.25rem; }
.contact-form-wrap {
  background: var(--ink-soft); border: 1px solid var(--border);
  padding: 2.5rem; position: relative;
}
.contact-form-wrap::before {
  content: 'CONTACT'; position: absolute;
  top: -0.85rem; left: 2rem;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em;
  background: var(--ink-soft); padding: 0 0.5rem; color: var(--brass);
}

/* ═══════════════════════════════════════════════════════════
   RELEASE FORM PAGE
   ═══════════════════════════════════════════════════════════ */

.release-section {
  background: var(--ink-soft); border: 1px solid var(--border);
  padding: 2rem 2.5rem; margin-bottom: 1.5rem; position: relative;
}
.release-section-title {
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 1.5rem;
  padding-bottom: 0.75rem; border-bottom: 1px solid var(--border-soft);
}
.release-section-letter {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: var(--serif); font-size: 4rem; font-weight: 900;
  color: rgba(184,146,58,0.06); line-height: 1;
}
.legal-text {
  font-size: 0.82rem; color: #a09080; line-height: 1.8;
  background: rgba(0,0,0,0.2); padding: 1rem 1.25rem;
  border-left: 2px solid rgba(184,146,58,0.2);
  margin: 1rem 0;
}
.legal-text strong { color: var(--bone); }

/* ═══════════════════════════════════════════════════════════
   MOBILE LEGIBILITY
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  body { font-size: 1rem; }
  .nav-links { display: none; }
  .section { padding: 4rem 1.25rem; }
  .community-section { padding: 4rem 1.25rem; }
  .community-badges { gap: 0.4rem; }
  .identity-badge { font-size: 0.82rem; padding: 0.4rem 0.75rem; }
  .shades-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 1.5rem; }
  .ambassador-cta-wrap { grid-template-columns: 1fr; }
  .hero-stitch-border { inset: 1rem; }
}

/* ═══════════════════════════════════════════════════════════
   FOLSOM SKIN — TYPOGRAPHY OVERHAUL
   Cormorant Garamond: tall, thin, sensual fashion editorial
   Replaces Playfair's blocky slab-feel entirely
   ═══════════════════════════════════════════════════════════ */

/* --- Global body --- */
body {
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Hero headline: Cormorant needs SIZE to show its elegance --- */
.hero h1 {
  font-family: var(--serif-display);
  font-size: clamp(4.5rem, 11vw, 11rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.01em;
  color: var(--bone);
}
.hero h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--oxblood);
  letter-spacing: 0.02em;
}

/* --- Section titles: let Cormorant breathe --- */
.section-title {
  font-family: var(--serif-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.01em;
}
.section-title em {
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.02em;
}

/* --- Card titles --- */
.card-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.005em;
}
.editorial-card.large .card-title {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 600;
}

/* --- Post titles --- */
.post-card-title {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

/* --- Product names --- */
.product-name {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--bone);
}

/* --- Service cards --- */
.service-card-name {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}

/* --- Body copy: DM Sans light reads beautifully --- */
p, li, .card-excerpt, .hero-desc, .product-desc,
.service-card-desc, .about-credential-text, .post-body p {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

/* --- Hero description brighter --- */
.hero-desc {
  color: rgba(240, 232, 216, 0.75);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  max-width: 440px;
}

/* --- Labels and mono elements: DM Mono is sleeker --- */
.section-label, .card-tag, .card-num, .post-card-tag,
.post-card-date, .ticker-item, .affiliate-note,
.hero-eyebrow, .kink-eyebrow, .step-badge,
.intake-label, .intake-progress, .nav-links a,
.nav-cta, .btn-primary, .btn-ghost, .product-tag,
.service-card-duration, .service-card-price,
.footer-col h4, .disclosure-bar, .disclaimer-bar,
.release-section-title, .about-credential-icon ~ * {
  font-family: var(--mono);
}

/* --- Nav links: DM Sans, spaced out --- */
.nav-links a {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* --- Buttons: DM Mono for precision --- */
.btn-primary, .btn-ghost {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 400;
}

/* --- Safe space / pull quotes: Cormorant italic is the move --- */
.safe-space-decl, blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--bone-dim);
}

/* --- Post body headings --- */
.post-body h1, .post-body h2 {
  font-family: var(--serif-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}
.post-body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.post-body h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.post-body p, .post-body li {
  font-size: 1rem;
  font-weight: 300;
  color: #d0c4b0;
  line-height: 1.9;
}

/* --- Footer tagline --- */
.footer-tagline {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--slate);
}

/* --- CTA banner heading --- */
.cta-banner h2 {
  font-family: var(--serif-display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.01em;
}

/* --- Step numbers: Cormorant numerals are gorgeous --- */
.step-num {
  font-family: var(--serif-display);
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(184,146,58,0.08);
}
.step-item:hover .step-num { color: rgba(184,146,58,0.18); }
.step-content h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

/* --- Quiz elements --- */
.quiz-result h3 {
  font-family: var(--serif-display);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* --- Shade card titles --- */
.shade-card h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

/* --- Release / legal form headings --- */
h1 .release-title, .release-form h1 {
  font-family: var(--serif-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* --- Ticker: DM Mono is cleaner at small sizes --- */
.ticker-item {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  font-weight: 300;
}

/* --- Mobile: Cormorant needs even bigger sizes on small screens --- */
@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(3.8rem, 15vw, 6rem);
    line-height: 0.9;
  }
  .section-title {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }
  .cta-banner h2 {
    font-size: clamp(2.5rem, 12vw, 5rem);
  }
}

/* ═══════════════════════════════════════════════════════════
   VOGUE / DARK BEAUTY OVERHAUL
   Refined, editorial, high-fashion. Dior Beauty · Vogue Italia.
   Less drama, more precision. Touch-optimized mobile-first.
   ═══════════════════════════════════════════════════════════ */

/* ── PALETTE refinements ── */
:root {
  --ink:          #080605;
  --ink-soft:     #100d0b;
  --ink-mid:      #181411;
  --ink-lift:     #221e1a;
  --oxblood:      #6e1616;
  --oxblood-dim:  #541010;
  --oxblood-hi:   #8a2020;
  --brass:        #c4a052;
  --brass-light:  #dfc070;
  --brass-dim:    rgba(196,160,82,0.5);
  --bone:         #f2ece0;
  --bone-dim:     #d8d0c0;
  --bone-muted:   #a09080;
  --border:       rgba(196,160,82,0.14);
  --border-soft:  rgba(196,160,82,0.07);
  --radius:       0px;
}

/* ── BODY ── */
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ── NAV: ultra-thin, barely there ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 2rem;
  transition: background 0.4s, padding 0.4s, backdrop-filter 0.4s;
  background: transparent;
}
.nav.scrolled {
  padding: 1rem 2rem;
  background: rgba(8,6,5,0.85);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--border);
}
.logo-svg { height: 36px; width: auto; display: block; }
.nav-links {
  display: flex; align-items: center; gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--bone); }
.nav-cta {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone);
  text-decoration: none;
  border: 1px solid rgba(242,236,224,0.25);
  padding: 0.6rem 1.4rem;
  transition: border-color 0.25s, background 0.25s;
}
.nav-cta:hover { border-color: var(--bone); background: rgba(242,236,224,0.04); }

/* Mobile hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
  -webkit-tap-highlight-color: transparent;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1px;
  background: var(--bone); transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile nav drawer */
.nav-drawer {
  display: none;
  position: fixed; inset: 0; z-index: 99;
  background: rgba(8,6,5,0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2.5rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  font-family: var(--serif-display);
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 700;
  font-style: italic;
  color: var(--bone);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.nav-drawer a:hover { color: var(--brass); }
.nav-drawer-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bone-muted); cursor: pointer; background: none; border: none;
  padding: 0.5rem;
}

/* ── HERO: full-bleed editorial ── */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 2rem 5rem;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(170deg, #100a08 0%, #080605 50%, #150808 100%);
}
.hero-texture {
  position: absolute; inset: 0; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
/* Vogue-style vertical rule */
.hero::after {
  content: '';
  position: absolute; top: 0; left: 2rem; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(196,160,82,0.25) 30%, rgba(196,160,82,0.25) 70%, transparent);
  pointer-events: none;
}
.hero-eyebrow {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 2rem;
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 1.25rem;
}
.hero-eyebrow::before {
  content: ''; width: 28px; height: 1px;
  background: var(--brass); opacity: 0.6; flex-shrink: 0;
}
.hero h1 {
  font-family: var(--serif-display);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 700;
  line-height: 0.87;
  letter-spacing: -0.02em;
  color: var(--bone);
  position: relative; z-index: 2;
  max-width: 900px;
}
.hero h1 em {
  display: block;
  font-weight: 300;
  font-style: italic;
  color: var(--oxblood-hi);
  letter-spacing: 0;
}
.hero-sub {
  margin-top: 3rem;
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 2rem;
  position: relative; z-index: 2;
}
.hero-desc {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--bone-muted);
  max-width: 380px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.hero-actions {
  display: flex; gap: 1rem; flex-shrink: 0; flex-wrap: wrap;
}

/* ── BUTTONS: razor-thin, fashion ── */
.btn-primary {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--bone);
  background: var(--oxblood);
  border: 1px solid var(--oxblood);
  padding: 0.9rem 2rem;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.2s var(--ease);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.btn-primary:hover  { background: var(--oxblood-hi); border-color: var(--oxblood-hi); }
.btn-primary:active { transform: scale(0.98); }
.btn-ghost {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--bone-dim);
  background: transparent;
  border: 1px solid rgba(242,236,224,0.2);
  padding: 0.9rem 2rem;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, transform 0.2s var(--ease);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.btn-ghost:hover  { border-color: var(--bone-dim); color: var(--bone); }
.btn-ghost:active { transform: scale(0.98); }

/* ── SECTION ── */
.section { padding: 7rem 2rem; }
.section-inner { max-width: 1240px; margin: 0 auto; }
.section-warm { background: var(--ink-mid); }
.section-cream { background: var(--bone); color: var(--ink); }

/* ── SECTION LABEL ── */
.section-label {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before {
  content: ''; width: 24px; height: 1px; background: var(--brass); flex-shrink: 0;
}

/* ── SECTION TITLE ── */
.section-title {
  font-family: var(--serif-display);
  font-size: clamp(2.6rem, 5.5vw, 5.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.015em;
  color: var(--bone);
}
.section-title em {
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}
.section-cream .section-title { color: var(--ink); }
.section-cream .section-label { color: var(--oxblood); }
.section-cream .section-label::before { background: var(--oxblood); }

/* ── TICKER ── */
.ticker {
  overflow: hidden; padding: 0.85rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: transparent;
}
.ticker-inner {
  display: flex; white-space: nowrap;
  animation: ticker 36s linear infinite;
}
.ticker-item {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-muted);
  padding: 0 3rem; flex-shrink: 0;
}
.ticker-item span { color: var(--brass); margin: 0 0.3rem; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── COMMUNITY SECTION ── */
.community-section {
  padding: 8rem 2rem;
  background: var(--ink);
  position: relative;
}
.community-section::before {
  content: '';
  position: absolute; top: 0; left: 2rem; right: 2rem;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--brass) 30%, var(--brass) 70%, transparent);
  opacity: 0.2;
}
.safe-space-decl {
  margin-top: 3rem;
  padding: 2rem 2.5rem;
  border-left: 1px solid var(--oxblood);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  line-height: 1.75;
  color: var(--bone-dim);
  max-width: 680px;
}

/* ── EDITORIAL GRID (touch-friendly) ── */
.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1px;
  background: var(--border-soft);
  margin-top: 3rem;
}
.editorial-card {
  position: relative; overflow: hidden;
  background: var(--ink-soft);
  padding: 3rem 2.5rem;
  text-decoration: none; color: inherit;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 340px;
}
.editorial-card:hover { background: var(--ink-lift); }
.editorial-card:active { background: var(--ink-mid); }
.editorial-card.large { grid-row: span 2; min-height: 520px; }
.editorial-card-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, var(--oxblood), transparent);
}
.card-bg-num {
  position: absolute; bottom: 1rem; right: 1.5rem;
  font-family: var(--serif-display);
  font-size: 10rem; font-weight: 700;
  color: rgba(196,160,82,0.04);
  line-height: 1; pointer-events: none;
  user-select: none;
}
.card-tag {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.25rem;
  position: relative; z-index: 1;
}
.kink-eyebrow {
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 300;
  color: var(--bone-muted);
  margin-bottom: 0.75rem;
  position: relative; z-index: 1;
}
.kink-eyebrow::before { display: none; }
.card-title {
  font-family: var(--serif-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bone);
  position: relative; z-index: 1;
  margin-bottom: 1rem;
}
.editorial-card.large .card-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.card-excerpt {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--bone-muted);
  line-height: 1.75;
  position: relative; z-index: 1;
  margin-bottom: 1.5rem;
  max-width: 420px;
}
.card-link {
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brass); text-decoration: none;
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.card-link::after { content: '→'; transition: transform 0.2s; }
.editorial-card:hover .card-link::after { transform: translateX(4px); }

/* ── SHADES GRID ── */
.shades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-soft);
  margin-top: 2.5rem;
}
.shade-card {
  background: var(--ink-soft);
  padding: 2.5rem 2rem;
  transition: background 0.3s;
}
.shade-card:hover { background: var(--ink-lift); }
.shade-swatch {
  width: 36px; height: 36px;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.shade-card h3 {
  font-family: var(--serif);
  font-size: 1.15rem; font-weight: 500;
  color: var(--bone); margin-bottom: 0.5rem;
}
.shade-card p { font-size: 0.88rem; color: var(--bone-muted); line-height: 1.75; }

/* ── PRODUCTS ── */
.products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border-soft);
  margin-top: 3rem;
}
.product-card {
  padding: 2rem 1.75rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: background 0.25s;
}
.product-card:hover { background: #f5efe5 !important; }
.product-tag {
  font-family: var(--mono); font-size: 0.56rem;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.product-name {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 500;
  line-height: 1.2; letter-spacing: 0;
}
.product-desc { font-size: 0.85rem; line-height: 1.75; }
.product-stars { font-size: 0.75rem; letter-spacing: 0.05em; }
.product-price { font-family: var(--mono); font-size: 0.82rem; color: var(--brass); }
.affiliate-note {
  font-family: var(--mono); font-size: 0.55rem;
  letter-spacing: 0.1em; opacity: 0.5;
}
.product-cta {
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none;
  padding: 0.65rem 0;
  border-top: 1px solid;
  display: inline-block;
  margin-top: auto;
  transition: opacity 0.2s;
}
.product-cta:hover { opacity: 0.7; }

/* ── STEPS ── */
.steps-list { margin-top: 3.5rem; }
.step-item {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-soft);
  transition: border-color 0.2s;
}
.step-item:hover { border-color: var(--border); }
.step-num {
  font-family: var(--serif-display);
  font-size: 5rem; font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  color: rgba(196,160,82,0.08);
  transition: color 0.3s; min-width: 80px; text-align: center;
}
.step-item:hover .step-num { color: rgba(196,160,82,0.2); }
.step-content h3 {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 500; color: var(--bone);
  margin-bottom: 0.5rem;
}
.step-content p { font-size: 0.9rem; color: var(--bone-muted); line-height: 1.8; }
.step-badge {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone-muted);
  border: 1px solid var(--border);
  padding: 0.4rem 0.85rem;
  white-space: nowrap;
}

/* ── POSTS GRID ── */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--border-soft);
  margin-top: 3rem;
}
.post-card {
  background: var(--ink-soft);
  padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.25s;
  -webkit-tap-highlight-color: transparent;
}
.post-card:hover { background: var(--ink-lift); }
.post-card-tag {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1rem; display: block;
}
.post-card-title {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 500; line-height: 1.15;
  color: var(--bone); margin-bottom: 0.75rem;
}
.post-card-excerpt {
  font-size: 0.88rem; color: var(--bone-muted);
  line-height: 1.75; margin-bottom: 1.5rem;
}
.post-card-link {
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brass);
}
.post-card-num {
  position: absolute; bottom: 1rem; right: 1.5rem;
  font-family: var(--serif-display);
  font-size: 6rem; font-weight: 700;
  color: rgba(196,160,82,0.04);
  line-height: 1; pointer-events: none;
  user-select: none;
}

/* ── FOOTER ── */
.footer { background: var(--ink-soft); border-top: 1px solid var(--border); }
.footer-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr repeat(3, 1fr);
  gap: 4rem; padding: 5rem 2rem 4rem;
}
.footer-logo { margin-bottom: 1.25rem; }
.footer-tagline {
  font-size: 0.85rem; font-weight: 300;
  color: var(--bone-muted); line-height: 1.8; max-width: 280px;
}
.footer-col h4 {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-col ul li a {
  font-size: 0.88rem; font-weight: 300;
  color: var(--bone-muted); text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--bone); }
.footer-bottom {
  border-top: 1px solid var(--border-soft);
  max-width: 1240px; margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; flex-wrap: wrap;
}
.footer-bottom p {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.1em; color: var(--bone-muted);
}
.footer-bottom a { color: var(--bone-muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--bone); }

/* ── CTA BANNER ── */
.cta-banner {
  background: var(--ink-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 7rem 2rem;
  text-align: center;
}
.cta-banner h2 {
  font-family: var(--serif-display);
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.015em; color: var(--bone);
  margin-bottom: 1.5rem;
}

/* ── AMBASSADOR ── */
.ambassador-section { padding: 7rem 2rem; background: var(--ink-soft); border-top: 1px solid var(--border); }
.ambassador-cta-wrap { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 4rem; max-width: 1000px; }

/* ── DISCLAIMER / DISCLOSURE BARS ── */
.disclaimer-bar, .disclosure-bar {
  text-align: center;
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.55rem 1.5rem; line-height: 1.6;
}
.disclaimer-bar { background: var(--oxblood-dim); color: rgba(242,236,224,0.8); }
.disclosure-bar { background: rgba(196,160,82,0.06); color: var(--bone-muted); border-bottom: 1px solid var(--border); }
.disclaimer-bar a, .disclosure-bar a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ── INTAKE FORM ── */
.intake-input, .intake-select, .intake-textarea {
  width: 100%; background: var(--ink-lift);
  border: 1px solid var(--border);
  color: var(--bone);
  font-family: var(--sans); font-size: 0.9rem; font-weight: 300;
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.intake-input:focus, .intake-select:focus, .intake-textarea:focus {
  border-color: var(--brass);
}
.intake-label {
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone-muted); display: block; margin-bottom: 0.5rem;
}
.intake-field { display: flex; flex-direction: column; gap: 0; }

/* ── CUSTOM CURSOR (desktop only) ── */
@media (pointer: fine) {
  .cursor { width: 5px; height: 5px; background: var(--bone); border-radius: 50%; }
  .cursor-ring { width: 28px; height: 28px; border: 1px solid rgba(196,160,82,0.5); border-radius: 50%; }
}
@media (pointer: coarse) {
  .cursor, .cursor-ring { display: none !important; }
}

/* ─────────────────────────────────────────────────────────
   MOBILE FIRST — FULL RESPONSIVE OVERHAUL
   ───────────────────────────────────────────────────────── */

/* Tablet: 769–1024px */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .products-row { grid-template-columns: repeat(2, 1fr); }
  .shades-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card.large { grid-row: span 1; min-height: 380px; }
}

/* Mobile: ≤768px */
@media (max-width: 768px) {
  /* Nav */
  .nav { padding: 1.25rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  /* Hero */
  .hero {
    min-height: 100svh;
    padding: 0 1.25rem 4rem;
    justify-content: flex-end;
  }
  .hero::after { left: 1.25rem; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5.5rem); }
  .hero-sub { flex-direction: column; align-items: flex-start; gap: 1.5rem; margin-top: 2rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; text-align: center; padding: 1rem; }

  /* Sections */
  .section { padding: 4.5rem 1.25rem; }
  .community-section { padding: 4.5rem 1.25rem; }
  .ambassador-section { padding: 4.5rem 1.25rem; }
  .cta-banner { padding: 4.5rem 1.25rem; }

  /* Grids → single column */
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card { min-height: 280px; padding: 2rem 1.5rem; }
  .editorial-card.large { min-height: 320px; }
  .shades-grid { grid-template-columns: 1fr; }
  .products-row { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.25rem 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .ambassador-cta-wrap { grid-template-columns: 1fr; gap: 2rem; }

  /* Steps */
  .step-item { grid-template-columns: auto 1fr; gap: 1.25rem; }
  .step-badge { display: none; }
  .step-num { font-size: 3.5rem; min-width: 56px; }

  /* Section titles */
  .section-title { font-size: clamp(2.2rem, 10vw, 3.8rem); }

  /* Buttons: full-width on mobile */
  .btn-primary, .btn-ghost { width: 100%; text-align: center; }

  /* Touch targets: minimum 44px */
  .nav-links a, .footer-col ul li a, .card-link, .post-card-link,
  .product-cta, .btn-primary, .btn-ghost {
    min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
  }
  .nav-links a, .footer-col ul li a { justify-content: flex-start; }

  /* Ticker */
  .ticker-item { padding: 0 1.5rem; font-size: 0.55rem; }

  /* Horizontal scroll prevention */
  .ticker-inner { animation-duration: 20s; }

  /* Section label */
  .section-label { font-size: 0.58rem; }

  /* Disclaimer bars */
  .disclaimer-bar, .disclosure-bar { font-size: 0.56rem; padding: 0.5rem 1rem; }
}

/* Small mobile: ≤380px */
@media (max-width: 380px) {
  .hero h1 { font-size: clamp(2.8rem, 16vw, 4rem); }
  .section-title { font-size: clamp(2rem, 12vw, 3rem); }
}


/* ═══════════════════════════════════════════════════════════
   TEXTURE · LEATHER · DIMENSION · PRIDE
   Real depth. Not just flat black.
   ═══════════════════════════════════════════════════════════ */

/* ── LEATHER GRAIN TEXTURE via SVG noise filter ── */
/* Applied as a subtle full-page overlay */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  opacity: 0.028;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.55' numOctaves='5' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23grain)' opacity='1'/%3E%3C/svg%3E");
  background-size: 280px 280px;
}

/* Ensure all content sits above the texture */
.nav, .hero, .ticker, .section, .community-section,
.ambassador-section, .cta-banner, .footer,
.disclaimer-bar, .disclosure-bar,
.gh-hero, .gh-wrap, main { position: relative; z-index: 1; }

/* ── LEATHER STITCH BORDER on sections ── */
.leather-border {
  position: relative;
}
.leather-border::before {
  content: '';
  position: absolute; inset: 1rem;
  border: 1px dashed rgba(196,160,82,0.12);
  pointer-events: none; z-index: 0;
}

/* ── SECTION BACKGROUNDS with micro-texture ── */

/* Warm sections get a subtle crosshatch reminiscent of leather grain */
.section-warm {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(196,160,82,0.018) 3px,
      rgba(196,160,82,0.018) 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(196,160,82,0.018) 3px,
      rgba(196,160,82,0.018) 4px
    ),
    var(--ink-mid);
}

/* Dark sections get a barely-there diagonal weave */
.section {
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.007) 0px,
      transparent 1px,
      transparent 6px,
      rgba(255,255,255,0.007) 7px
    );
}

/* Hero: richer gradient with warmth, not pure black */
.hero-bg {
  background:
    radial-gradient(ellipse 70% 60% at 20% 80%, rgba(110,22,22,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(80,40,10,0.15) 0%, transparent 55%),
    linear-gradient(165deg, #120a08 0%, #080605 45%, #0e0808 100%);
}

/* ── LEATHER SWATCH ACCENTS ── */
/* CSS-only leather texture blocks used as decorative dividers */
.leather-swatch {
  display: block;
  height: 3px;
  background:
    repeating-linear-gradient(
      90deg,
      #3a1a0a 0px, #4a2010 4px,
      #2e1408 4px, #3a1a0a 8px
    );
  opacity: 0.6;
  margin: 0;
}

/* Thick leather divider with brass stud */
.hardware-divider {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,160,82,0.3) 20%, rgba(196,160,82,0.3) 80%, transparent);
  margin: 3rem 0;
}
.hardware-divider::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: radial-gradient(circle, var(--brass-light) 0%, var(--brass) 50%, #8a6a20 100%);
  box-shadow: 0 0 6px rgba(196,160,82,0.3);
}

/* ── LEATHER PANEL TEXTURE ── */
.leather-panel {
  position: relative; overflow: hidden;
}
.leather-panel::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.04;
  background-image:
    repeating-linear-gradient(45deg,  #8B4513 0, transparent 1px, transparent 5px, #8B4513 6px),
    repeating-linear-gradient(-45deg, #6B3410 0, transparent 1px, transparent 5px, #6B3410 6px);
  background-size: 12px 12px;
}

/* ── SPLASH COLOR ACCENTS ── */
/* Oxblood glow on hover cards */
.editorial-card:hover .editorial-card-accent {
  background: linear-gradient(to right, var(--oxblood-hi), rgba(138,32,32,0.4), transparent);
}

/* Brass pulse on section labels */
.section-label::before {
  animation: brassGlow 3s ease-in-out infinite;
}
@keyframes brassGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.9; box-shadow: 0 0 6px rgba(196,160,82,0.4); }
}

/* Warm amber glow on product cards hover */
.product-card:hover {
  box-shadow: inset 0 0 30px rgba(196,160,82,0.04);
}

/* ── PRIDE SECTION ── */
.pride-section {
  padding: 7rem 2rem;
  background: var(--ink);
  position: relative; overflow: hidden;
}

/* Rainbow shimmer stripe — top border */
.pride-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #e40303 0%,
    #ff8c00 16.6%,
    #ffed00 33.3%,
    #008026 50%,
    #004dff 66.6%,
    #750787 83.3%,
    #e40303 100%
  );
  opacity: 0.7;
}
/* Bottom border too */
.pride-section::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #e40303 0%,
    #ff8c00 16.6%,
    #ffed00 33.3%,
    #008026 50%,
    #004dff 66.6%,
    #750787 83.3%,
    #e40303 100%
  );
  opacity: 0.35;
}

.pride-inner { max-width: 1240px; margin: 0 auto; }

.pride-months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-soft);
  margin-top: 3rem;
}

.pride-card {
  background: var(--ink-soft);
  padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.3s;
}
.pride-card:hover { background: var(--ink-lift); }

/* Each card gets a unique color accent */
.pride-card:nth-child(1)::before { background: rgba(228,3,3,0.08); }
.pride-card:nth-child(2)::before { background: rgba(255,140,0,0.07); }
.pride-card:nth-child(3)::before { background: rgba(255,237,0,0.06); }
.pride-card:nth-child(4)::before { background: rgba(0,128,38,0.07); }
.pride-card:nth-child(5)::before { background: rgba(0,77,255,0.07); }
.pride-card:nth-child(6)::before { background: rgba(117,7,135,0.08); }
.pride-card::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
}
.pride-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
}
.pride-card:nth-child(1)::after { background: rgba(228,3,3,0.4); }
.pride-card:nth-child(2)::after { background: rgba(255,140,0,0.4); }
.pride-card:nth-child(3)::after { background: rgba(255,237,0,0.4); }
.pride-card:nth-child(4)::after { background: rgba(0,128,38,0.4); }
.pride-card:nth-child(5)::after { background: rgba(0,77,255,0.4); }
.pride-card:nth-child(6)::after { background: rgba(117,7,135,0.4); }

.pride-card-icon {
  font-size: 1.6rem; margin-bottom: 1rem; display: block;
  line-height: 1;
}
.pride-card-title {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 500;
  color: var(--bone); margin-bottom: 0.65rem;
  line-height: 1.2;
}
.pride-card-body {
  font-size: 0.88rem; color: var(--bone-muted);
  line-height: 1.75;
}
.pride-card-tip {
  margin-top: 1rem;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass);
}

/* Pride statement */
.pride-statement {
  margin-top: 4rem; padding: 2rem 2.5rem;
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom, #e40303, #750787) 1;
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  line-height: 1.75; color: var(--bone-dim);
  max-width: 680px;
}

/* ── AMBASSADOR SECTION — minimal / coming soon ── */
.ambassador-coming {
  padding: 5rem 2rem;
  background: var(--ink-soft);
  border-top: 1px solid var(--border);
  text-align: center;
}
.ambassador-coming .section-label {
  justify-content: center;
}
.ambassador-coming .section-label::before { display: none; }
.ambassador-coming p {
  font-size: 0.95rem; color: var(--bone-muted);
  max-width: 480px; margin: 1.5rem auto 2rem;
  line-height: 1.9;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .pride-months-grid { grid-template-columns: 1fr; }
  .pride-section { padding: 4.5rem 1.25rem; }
  .pride-statement { padding: 1.5rem; margin-top: 2.5rem; }
  .hardware-divider { margin: 2rem 0; }
}
@media (max-width: 1024px) {
  .pride-months-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════════════════
   HERO EDITORIAL OVERHAUL — less 007, more Vogue
   ═══════════════════════════════════════════════════════════ */

/* Big editorial background word — fills dead space, very W Magazine */
.hero-bg-word {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -52%);
  font-family: var(--serif-display);
  font-size: clamp(18rem, 38vw, 42rem);
  font-weight: 700;
  font-style: italic;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196,160,82,0.07);
  text-stroke: 1px rgba(196,160,82,0.07);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1;
}

/* Hero layout — content at bottom, word fills middle */
.hero {
  justify-content: flex-end;
  padding-bottom: 4.5rem;
}

/* Headline — softer, not punchy */
.hero h1 {
  font-size: clamp(3.8rem, 9vw, 9.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--bone);
}
.hero h1 em {
  font-weight: 300;
  font-style: italic;
  color: var(--bone-dim);  /* not oxblood — quieter */
  letter-spacing: 0.01em;
}

/* Eyebrow — smaller, calmer */
.hero-eyebrow {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: rgba(196,160,82,0.6);
  margin-bottom: 1.75rem;
}

/* Disclaimer bar — thinner, less aggressive */
.disclaimer-bar {
  background: rgba(80,10,10,0.9);
  color: rgba(242,236,224,0.65);
  font-size: 0.55rem;
  padding: 0.45rem 1rem;
  letter-spacing: 0.12em;
  border-bottom: none;
}
.disclaimer-bar a { color: rgba(196,160,82,0.7); }

/* Disclosure bar — almost invisible */
.disclosure-bar {
  background: rgba(14,11,9,0.95);
  color: rgba(138,128,112,0.6);
  font-size: 0.54rem;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid rgba(196,160,82,0.06);
}

/* Nav — even lighter, more editorial */
.nav { padding: 1.75rem 2.5rem; }
.nav.scrolled { padding: 1rem 2.5rem; }

/* Remove the stitch border — too theatrical */
.hero-stitch-border { display: none; }
.hero-leather-grain { display: none; }

/* Mobile hero bg word */
@media (max-width: 768px) {
  .hero-bg-word {
    font-size: clamp(10rem, 50vw, 18rem);
    top: 45%;
  }
  .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero { padding-bottom: 3.5rem; }
}

/* ═══════════════════════════════════════════════════════════
   BLOG POST FIXES + BACKGROUND DEPTH
   ═══════════════════════════════════════════════════════════ */

/* ── BACKGROUND: warm dark, not flat black ── */
body {
  background:
    radial-gradient(ellipse 90% 50% at 0% 0%,   rgba(90,35,8,0.28)   0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(110,22,22,0.22) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%,  rgba(30,14,6,0.4)    0%, transparent 70%),
    #0a0705;
}

/* ── BLOG POST NAV — fix old "SF Glow" text nav ── */
.nav-logo {
  font-family: var(--serif-display);
  font-size: 1.4rem; font-weight: 700; font-style: italic;
  color: var(--bone); text-decoration: none; letter-spacing: -0.01em;
}
.nav-logo span { color: var(--brass); }

/* ── POST HERO ── */
.post-hero {
  padding: 10rem 2rem 4rem;
  max-width: 800px; margin: 0 auto;
  text-align: left;
}
.post-hero h1 {
  font-family: var(--serif-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -0.02em; color: var(--bone);
  margin-top: 1rem;
}
.post-hero p {
  font-size: 1rem; color: var(--bone-muted);
  line-height: 1.8; margin-top: 1.25rem;
  max-width: 580px; margin-left: 0 !important;
}

/* ── POST BODY ── */
.post-body {
  max-width: 760px; margin: 0 auto;
  padding: 2rem 2rem 6rem;
  background: transparent;
}
.post-body p {
  font-size: 1rem; color: #c8bca8;
  line-height: 1.9; margin-bottom: 1.5rem;
}
.post-body h2 {
  font-family: var(--serif-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -0.01em; color: var(--bone);
  margin: 3.5rem 0 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-soft);
}
.post-body h3 {
  font-family: var(--serif);
  font-size: 1.3rem; font-weight: 500;
  color: var(--bone); margin: 2.5rem 0 0.75rem;
}
.post-body ul, .post-body ol {
  margin: 0.75rem 0 1.5rem 1.25rem;
  color: #c0b49e;
}
.post-body li { font-size: 0.95rem; line-height: 1.85; margin-bottom: 0.5rem; }
.post-body strong { color: var(--bone); font-weight: 500; }
.post-body a { color: var(--brass); text-underline-offset: 3px; }

/* ── PRODUCT CARDS IN BLOG ── */
.product-card {
  background: var(--ink-soft) !important;
  border: 1px solid var(--border);
  border-left: 2px solid var(--oxblood);
  padding: 1.75rem !important;
  margin: 2rem 0;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.product-card .product-badge,
.product-card span.product-badge {
  font-family: var(--mono); font-size: 0.56rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass); display: block;
}
.product-card .product-name {
  font-family: var(--serif);
  font-size: 1.3rem; font-weight: 500;
  color: var(--bone) !important; line-height: 1.2;
}
.product-card .product-desc {
  font-size: 0.88rem; color: var(--bone-muted) !important;
  line-height: 1.75;
}
.product-card .product-price {
  font-family: var(--mono); font-size: 0.85rem;
  color: var(--brass) !important;
}
.product-card .affiliate-note {
  font-family: var(--mono); font-size: 0.56rem;
  color: rgba(138,128,112,0.45) !important;
}
.product-card .product-cta {
  display: inline-block; margin-top: 0.5rem;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone) !important;
  border: 1px solid var(--border);
  padding: 0.7rem 1.25rem;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  width: fit-content;
}
.product-card .product-cta:hover {
  border-color: var(--brass);
  background: rgba(196,160,82,0.06);
}

/* ── POST CTA BOX ── */
.post-cta-box {
  background: var(--ink-soft);
  border: 1px solid var(--border);
  border-top: 2px solid var(--oxblood);
  padding: 2.5rem;
  margin: 3rem 0;
  text-align: center;
}
.post-cta-box h3 { color: var(--bone) !important; }
.post-cta-box p { color: var(--bone-muted) !important; }

/* ── BLOG INDEX CARDS ── */
.posts-grid .post-card {
  background: var(--ink-soft) !important;
}

/* ── SECTION CREAM — warm cream, not blinding white ── */
.section-cream {
  background: #f0e8d8 !important;
}
.section-cream .product-card {
  background: #e8dfc8 !important;
  border-color: rgba(122,26,26,0.15);
}
.section-cream .product-name { color: #1a0e08 !important; }
.section-cream .product-desc { color: #4a3a2a !important; }
.section-cream .product-price { color: var(--oxblood) !important; }
.section-cream .product-cta { color: var(--oxblood) !important; border-color: rgba(122,26,26,0.2); }

/* ── DISCLOSURE BAR ── fix emoji ── */
.disclosure-bar { font-size: 0.56rem; }

/* ── MOBILE BLOG ── */
@media (max-width: 768px) {
  .post-hero { padding: 8rem 1.25rem 3rem; }
  .post-body { padding: 2rem 1.25rem 4rem; }
  .post-body h2 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .product-card { padding: 1.5rem !important; }
}

/* ═══════════════════════════════════════════════════════════════════
   PRODUCTION PASS v1.5 — READABILITY + BOLD KINK AESTHETIC
   Elevated skincare + bondage editorial. Legible. Intentional.
   ═══════════════════════════════════════════════════════════════════ */

/* ── TYPOGRAPHY FOUNDATION ──
   Problem: font-weight:300 makes body text too thin to read comfortably.
   Fix: body copy 400, increase base size, tighten line-height on display */

:root {
  --brass:       #c4a052;   /* brighter brass — more visible on dark */
  --brass-light: #d4b86a;
  --brass-glow:  rgba(196,160,82,0.14);
  --oxblood:     #8b1a1a;   /* slightly brighter oxblood */
  --oxblood-dim: #6e1414;
  --border:      rgba(196,160,82,0.22);
  --border-soft: rgba(196,160,82,0.1);
}

/* ── BODY: readable weight + size ── */
body {
  font-family: var(--sans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: var(--bone) !important;
  background:
    radial-gradient(ellipse 100% 55% at 0% 0%,    rgba(100,20,8,0.32)  0%, transparent 50%),
    radial-gradient(ellipse 80%  65% at 100% 100%, rgba(122,26,26,0.26) 0%, transparent 50%),
    radial-gradient(ellipse 60%  60% at 50%  50%,  rgba(28,12,6,0.5)    0%, transparent 65%),
    #0c0907 !important;
  background-attachment: fixed !important;
}

/* ── ALL BODY COPY: never below 0.875rem, always 400+ weight ── */
p, li, td, label, input, textarea, select, button,
.intake-label, .post-body p, .hero-desc,
.section-body, .card-desc, .product-desc {
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  color: #d4c8b4 !important;  /* warmer, more readable than bone-muted */
}

/* ── HEADLINES: Cormorant only at LARGE sizes where it shines ──
   Never use Cormorant below 1.5rem — it's too thin at small sizes */
h1, h2, h3 {
  font-family: var(--serif-display) !important;
  letter-spacing: -0.02em;
  line-height: 0.92 !important;
  color: var(--bone) !important;
}
h1 { font-size: clamp(3.2rem, 8vw, 8rem) !important; font-weight: 700 !important; }
h2 { font-size: clamp(2rem, 4vw, 3.8rem) !important; font-weight: 700 !important; }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem) !important; font-weight: 600 !important; }

/* h4 and below: DM Sans, not Cormorant */
h4, h5, h6 {
  font-family: var(--sans) !important;
  font-size: 0.8rem !important; font-weight: 600 !important;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass) !important;
}

/* ── MONO LABELS: consistently sized, never tiny ── */
.section-label, .post-meta, .hero-eyebrow, .product-badge,
.intake-label, .nav-links a, .nav-cta, .btn-primary, .btn-ghost,
.footer-col h4, .ticker-item {
  font-family: var(--mono) !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* ── SECTION LABELS: brass, always visible ── */
.section-label {
  color: var(--brass) !important;
  margin-bottom: 0.75rem !important;
  display: flex !important; align-items: center !important; gap: 1rem !important;
}
.section-label::before {
  content: '' !important;
  width: 32px; height: 1px; background: var(--brass) !important;
  flex-shrink: 0;
}

/* ── SECTION TITLES ── */
.section-title {
  font-family: var(--serif-display) !important;
  font-size: clamp(2.8rem, 6vw, 6rem) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.025em !important;
  color: var(--bone) !important;
  margin-bottom: 1.5rem !important;
}

/* ── HERO ── bolder, more presence */
.hero h1 {
  font-size: clamp(4rem, 10vw, 10rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.88 !important;
  color: var(--bone) !important;
}
.hero h1 em {
  font-style: italic !important;
  font-weight: 300 !important;
  color: rgba(196,160,82,0.75) !important;  /* brass, not oxblood */
  display: block !important;
}
.hero-desc {
  font-size: 1rem !important;
  color: rgba(212,200,180,0.85) !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  max-width: 420px !important;
}
.hero-eyebrow {
  font-size: 0.65rem !important;
  letter-spacing: 0.24em !important;
  color: var(--brass) !important;
  opacity: 1 !important;
}

/* ── BUTTONS: bolder, more contrast ── */
.btn-primary {
  background: var(--oxblood) !important;
  color: var(--bone) !important;
  border: 1px solid var(--oxblood) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
  padding: 0.9rem 2rem !important;
  font-weight: 500 !important;
}
.btn-primary:hover {
  background: #a82020 !important;
  border-color: #a82020 !important;
}
.btn-ghost {
  color: var(--bone) !important;
  border: 1px solid rgba(212,200,180,0.3) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
  padding: 0.9rem 2rem !important;
}
.btn-ghost:hover {
  border-color: var(--bone) !important;
  background: rgba(240,232,216,0.06) !important;
}

/* ── NAV LINKS: more visible ── */
.nav-links a {
  color: rgba(212,200,180,0.7) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
}
.nav-links a:hover { color: var(--bone) !important; }
.nav-cta { font-size: 0.68rem !important; }

/* ── PRODUCT CARDS: production-grade ── */
.product-card {
  background: #141210 !important;
  border: 1px solid rgba(196,160,82,0.15) !important;
  border-left: 3px solid var(--oxblood) !important;
  padding: 2rem !important;
  display: flex !important; flex-direction: column !important; gap: 0.75rem !important;
  position: relative !important;
  transition: border-color 0.3s !important;
}
.product-card::before {
  content: '' !important;
  position: absolute !important; inset: 0 !important;
  background: linear-gradient(135deg, rgba(196,160,82,0.03) 0%, transparent 60%) !important;
  pointer-events: none !important;
}
.product-card:hover { border-left-color: var(--brass) !important; }
.product-card .product-name {
  font-family: var(--serif) !important;
  font-size: 1.35rem !important; font-weight: 600 !important;
  color: var(--bone) !important; line-height: 1.2 !important;
}
.product-card .product-desc {
  font-size: 0.9rem !important;
  color: #c0b49e !important; line-height: 1.75 !important;
}
.product-card .product-price {
  font-family: var(--mono) !important;
  font-size: 1rem !important; font-weight: 500 !important;
  color: var(--brass) !important;
}
.product-card .product-badge {
  font-size: 0.6rem !important; letter-spacing: 0.18em !important;
  color: var(--brass) !important; font-weight: 400 !important;
}
.product-card .affiliate-note {
  font-size: 0.6rem !important; color: rgba(160,144,128,0.5) !important;
}
.product-card .product-cta {
  font-size: 0.65rem !important; letter-spacing: 0.14em !important;
  color: var(--bone) !important;
  border: 1px solid rgba(196,160,82,0.25) !important;
  padding: 0.75rem 1.5rem !important;
  text-decoration: none !important; display: inline-block !important;
  width: fit-content !important;
  transition: border-color 0.25s, background 0.25s !important;
}
.product-card .product-cta:hover {
  border-color: var(--brass) !important;
  background: rgba(196,160,82,0.08) !important;
}

/* ── FORMS: legible, high-contrast ── */
.intake-input, .intake-select, .intake-textarea {
  background: #0e0c0a !important;
  border: 1px solid rgba(196,160,82,0.2) !important;
  color: var(--bone) !important;
  font-size: 0.95rem !important;
  font-family: var(--sans) !important;
  font-weight: 400 !important;
  padding: 0.9rem 1rem !important;
  border-radius: 0 !important;
  outline: none !important;
  width: 100% !important;
  transition: border-color 0.25s !important;
}
.intake-input:focus, .intake-select:focus, .intake-textarea:focus {
  border-color: var(--brass) !important;
}
.intake-input::placeholder, .intake-textarea::placeholder {
  color: rgba(160,144,128,0.5) !important;
  font-weight: 300 !important;
}
.intake-label {
  font-size: 0.65rem !important;
  letter-spacing: 0.16em !important;
  color: var(--brass) !important;
  font-weight: 400 !important;
  display: block !important;
  margin-bottom: 0.4rem !important;
}

/* ── EDITORIAL GRID CARDS ── */
.editorial-card {
  background: #141210 !important;
  border: 1px solid rgba(196,160,82,0.1) !important;
  padding: 2.5rem 2rem !important;
  position: relative;
}
.editorial-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
  color: var(--bone) !important;
  margin-bottom: 0.75rem !important;
  line-height: 1 !important;
}
.editorial-card p {
  font-size: 0.9rem !important;
  color: #b8aa96 !important;
  line-height: 1.8 !important;
}

/* ── FOOTER LEGIBILITY ── */
.footer { background: #0a0806 !important; border-top: 1px solid rgba(196,160,82,0.12) !important; }
.footer p, .footer li, .footer a {
  font-size: 0.82rem !important;
  color: rgba(160,144,128,0.75) !important;
  line-height: 1.7 !important;
}
.footer a:hover { color: var(--brass) !important; }
.footer-col h4 {
  font-size: 0.6rem !important;
  letter-spacing: 0.2em !important;
  color: var(--brass) !important;
  margin-bottom: 1rem !important;
}
.footer-tagline {
  font-size: 0.82rem !important;
  color: rgba(160,144,128,0.6) !important;
  line-height: 1.7 !important;
  max-width: 260px !important;
}
.footer-bottom p {
  font-size: 0.65rem !important;
  letter-spacing: 0.1em !important;
  color: rgba(138,128,112,0.4) !important;
}

/* ── DISCLAIMER / DISCLOSURE BARS ── */
.disclaimer-bar {
  background: rgba(100,15,15,0.85) !important;
  color: rgba(212,200,180,0.8) !important;
  font-size: 0.65rem !important;
  padding: 0.55rem 1.5rem !important;
  font-family: var(--mono) !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  border-bottom: 1px solid rgba(122,26,26,0.3) !important;
}
.disclaimer-bar a { color: var(--brass) !important; }
.disclosure-bar {
  background: rgba(14,12,9,0.9) !important;
  color: rgba(138,128,112,0.65) !important;
  font-size: 0.6rem !important;
  padding: 0.35rem 1.5rem !important;
  font-family: var(--mono) !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  border-bottom: 1px solid rgba(196,160,82,0.06) !important;
}
.disclosure-bar a { color: rgba(196,160,82,0.65) !important; }

/* ── TICKER ── */
.ticker { background: var(--oxblood) !important; padding: 0.65rem 0 !important; overflow: hidden !important; }
.ticker-item {
  font-size: 0.65rem !important;
  letter-spacing: 0.2em !important;
  color: rgba(240,232,216,0.85) !important;
  padding: 0 2rem !important;
  white-space: nowrap !important;
}
.ticker-item span { color: rgba(196,160,82,0.7) !important; margin: 0 0.5rem !important; }

/* ── POST CARDS (journal/blog index) ── */
.post-card {
  background: #131110 !important;
  border: 1px solid rgba(196,160,82,0.1) !important;
  padding: 2rem !important;
  transition: border-color 0.25s, background 0.25s !important;
}
.post-card:hover { background: #1a1614 !important; border-color: rgba(196,160,82,0.22) !important; }
.post-card-title {
  font-family: var(--serif) !important;
  font-size: 1.4rem !important; font-weight: 600 !important;
  color: var(--bone) !important; line-height: 1.15 !important;
  margin-bottom: 0.5rem !important;
}
.post-card-excerpt {
  font-size: 0.88rem !important;
  color: #a09080 !important; line-height: 1.75 !important;
}
.post-card-date, .post-card-tag {
  font-size: 0.6rem !important;
  letter-spacing: 0.14em !important;
}
.post-card-num {
  font-family: var(--serif-display) !important;
  font-size: 4rem !important; font-weight: 700 !important;
  color: rgba(196,160,82,0.08) !important;
  line-height: 1 !important;
}

/* ── STEP CARDS (routine steps) ── */
.step-card {
  background: #141210 !important;
  border: 1px solid rgba(196,160,82,0.1) !important;
  padding: 2.5rem 2rem !important;
}
.step-number {
  font-family: var(--serif-display) !important;
  font-size: 3.5rem !important; font-weight: 700 !important;
  color: rgba(196,160,82,0.15) !important; line-height: 1 !important;
}
.step-content h3 {
  font-size: 1.4rem !important; color: var(--bone) !important;
}
.step-content p { font-size: 0.9rem !important; color: #b0a490 !important; }

/* ── GLORY HOLE PAGE ── */
.confession-card {
  background: #131110 !important;
  border: 1px solid rgba(196,160,82,0.1) !important;
  border-left: 2px solid var(--oxblood) !important;
  padding: 1.75rem !important;
}
.confession-text {
  font-size: 0.95rem !important;
  color: #c8bca8 !important; line-height: 1.85 !important;
}
.confession-meta {
  font-size: 0.62rem !important; letter-spacing: 0.12em !important;
  color: rgba(138,128,112,0.55) !important;
}

/* ── QUIZ ELEMENTS ── */
.quiz-option {
  background: #131110 !important;
  border: 1px solid rgba(196,160,82,0.12) !important;
  color: #c8bca8 !important;
  font-size: 0.88rem !important;
  padding: 1rem 1.25rem !important;
}
.quiz-option:hover, .quiz-option.selected {
  border-color: var(--brass) !important;
  background: rgba(196,160,82,0.06) !important;
  color: var(--bone) !important;
}
.quiz-result {
  background: #141210 !important;
  border: 1px solid rgba(196,160,82,0.2) !important;
  border-top: 2px solid var(--oxblood) !important;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  body { font-size: 15px !important; }
  h1 { font-size: clamp(3rem, 13vw, 5rem) !important; }
  h2 { font-size: clamp(2rem, 8vw, 3.2rem) !important; }
  h3 { font-size: clamp(1.3rem, 5vw, 1.8rem) !important; }
  p, li { font-size: 0.95rem !important; }
  .section-title { font-size: clamp(2.5rem, 10vw, 4.5rem) !important; }
  .product-card { padding: 1.5rem !important; }
  .editorial-card { padding: 1.75rem 1.25rem !important; }
}
