/* ============================================================
   BeautyIndustryHub — Premium B2B Design System
   Salon · Beauty · Cosmetic · Digital Growth Platform
   ============================================================ */

:root {
  /* Palette — luxury beauty B2B */
  --bg: #FBF7F2;
  --bg-cream: #F7F0E6;
  --bg-blush: #FDEFE9;
  --bg-alt: #F4ECE2;
  --bg-dark: #150E14;
  --bg-darker: #0B0709;
  --ink: #1A1014;
  --ink-soft: #3A2C2F;
  --ink-mute: #8A7A78;
  --ink-faint: #B9ACA8;
  --line: #E8DCCC;
  --line-soft: #F0E6DA;

  --wine: #6B1F2C;
  --wine-deep: #4A1620;
  --rose: #D08A78;
  --rose-soft: #E8B8A8;
  --gold: #B8865B;
  --gold-soft: #D8B289;
  --cream: #FFFBF5;
  --pearl: #FDF8F2;

  /* Type */
  --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', monospace;

  /* Scale */
  --container: 1280px;
  --container-wide: 1440px;
  --container-narrow: 760px;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(26,16,20,.04), 0 2px 8px rgba(26,16,20,.04);
  --shadow-md: 0 4px 12px rgba(26,16,20,.06), 0 12px 32px rgba(26,16,20,.06);
  --shadow-lg: 0 16px 48px rgba(26,16,20,.12), 0 4px 16px rgba(26,16,20,.06);
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: opacity .2s var(--ease), color .2s var(--ease); }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul, ol { list-style: none; }

.serif { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; }
.mono { font-family: var(--mono); }
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--wine);
}
.eyebrow--mute { color: var(--ink-mute); }
.eyebrow--gold { color: var(--gold); }

/* ----- Layout ----- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container--wide { max-width: var(--container-wide); }
.container--narrow { max-width: var(--container-narrow); }
.section { padding: 96px 0; }
.section--lg { padding: 128px 0; }
.section--sm { padding: 64px 0; }
.section--alt { background: var(--bg-cream); }
.section--cream { background: var(--cream); }
.section--blush { background: var(--bg-blush); }
.section--dark { background: var(--bg-dark); color: var(--cream); }

/* ----- Headings ----- */
h1, .h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -.025em;
  font-weight: 500;
  color: var(--ink);
}
h2, .h2 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.018em;
  font-weight: 500;
}
h3, .h3 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -.012em;
  font-weight: 500;
}
h4, .h4 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.35;
}
p { font-size: 16.5px; color: var(--ink-soft); }
p + p { margin-top: 14px; }
.lede { font-size: 19px; line-height: 1.55; color: var(--ink-soft); }
.lede--lg { font-size: clamp(20px, 2vw, 24px); line-height: 1.5; color: var(--ink-soft); font-family: var(--serif); font-style: italic; font-weight: 400; }

/* ----- Header ----- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(251,247,242,.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px; max-width: var(--container-wide); margin: 0 auto; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; flex-shrink: 0; }
.brand-mark {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
}
.brand-mark em { color: var(--wine); font-style: normal; }
.brand-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--wine); display: inline-block; margin: 0 4px 4px; vertical-align: middle; }
.brand-tag { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mute); }

.nav-primary { display: none; align-items: center; gap: 4px; flex: 1; justify-content: center; }
@media (min-width: 1100px) { .nav-primary { display: flex; } }
.nav-link {
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -.005em;
  color: var(--ink-soft);
  padding: 10px 12px;
  border-radius: var(--r-sm);
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-link:hover { color: var(--wine); background: var(--bg-blush); opacity: 1; }
.nav-link.is-active { color: var(--wine); }
.has-menu { position: relative; }
.has-menu > .nav-link::after {
  content: "";
  width: 6px; height: 6px;
  display: inline-block;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
  opacity: .6;
}
.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 14px;
  min-width: 280px;
  box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
  z-index: 100;
}
.has-menu:hover .nav-menu,
.has-menu:focus-within .nav-menu {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-menu a {
  display: block;
  padding: 10px 12px;
  font-size: 13.5px;
  color: var(--ink-soft);
  border-radius: var(--r-sm);
  transition: all .15s var(--ease);
}
.nav-menu a:hover { background: var(--bg-blush); color: var(--wine); opacity: 1; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: var(--wine);
  color: var(--cream);
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.005em;
  transition: all .25s var(--ease);
}
.nav-cta:hover { background: var(--wine-deep); opacity: 1; transform: translateY(-1px); }
.nav-burger { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--r-sm); border: 1px solid var(--line); color: var(--ink); }
@media (min-width: 1100px) { .nav-burger { display: none; } }
.nav-burger span { width: 18px; height: 1.5px; background: currentColor; position: relative; }
.nav-burger span::before, .nav-burger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor; }
.nav-burger span::before { top: -6px; }
.nav-burger span::after { top: 6px; }

.mobile-menu {
  display: none;
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 14px 28px 22px;
}
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 10px 0; font-size: 14.5px; color: var(--ink-soft); border-bottom: 1px solid var(--line-soft); }
.mobile-menu .nav-cta { display: inline-flex; margin-top: 14px; border: 0; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px;
  font-size: 14.5px; font-weight: 600; letter-spacing: -.005em;
  border-radius: var(--r-pill);
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn--primary { background: var(--wine); color: var(--cream); }
.btn--primary:hover { background: var(--wine-deep); opacity: 1; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(107,31,44,.25); }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); opacity: 1; }
.btn--gold { background: var(--gold); color: var(--cream); }
.btn--gold:hover { background: #9C7045; opacity: 1; transform: translateY(-2px); }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { opacity: 1; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--block { display: flex; width: 100%; }

.btn-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--wine);
}
.btn-arrow::after {
  content: "→"; transition: transform .25s var(--ease);
}
.btn-arrow:hover { opacity: 1; }
.btn-arrow:hover::after { transform: translateX(4px); }

/* ----- Hero ----- */
.hero {
  position: relative;
  padding: 80px 0 90px;
  background: linear-gradient(180deg, var(--bg-blush) 0%, var(--bg) 70%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -10%; right: -8%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(208,138,120,.28), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -20%; left: -10%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(184,134,91,.18), transparent 65%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.15fr .9fr; gap: 64px; } }
.hero h1 { margin: 18px 0 22px; }
.hero h1 em { font-style: italic; color: var(--wine); }
.hero-lede { max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 22px 36px; margin-top: 44px;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.hero-trust-item { display: flex; flex-direction: column; }
.hero-trust-num { font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--wine); font-weight: 500; letter-spacing: -.02em; }
.hero-trust-label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); margin-top: 2px; }

.hero-art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(135deg, #6B1F2C, #C8907E 60%, #B8865B);
  display: flex;
  align-items: flex-end;
  padding: 28px;
  box-shadow: var(--shadow-lg);
}
.hero-art-card {
  position: relative; z-index: 2;
  background: rgba(255,251,245,.96);
  backdrop-filter: blur(8px);
  border-radius: var(--r-md);
  padding: 18px 22px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.4);
}
.hero-art-card .card-num { font-family: var(--serif); font-size: 2rem; color: var(--wine); font-weight: 500; }
.hero-art-card .card-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin-top: 6px; }
.hero-art-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.4));
  z-index: 1;
}

/* SVG illustrations / image surfaces */
.img-surface {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #F4ECE2, #FDEFE9);
  aspect-ratio: 4/3;
}
.img-surface--tall { aspect-ratio: 3/4; }
.img-surface--square { aspect-ratio: 1; }
.img-surface--wide { aspect-ratio: 16/9; }
.img-surface img, .img-surface svg { width: 100%; height: 100%; object-fit: cover; }
.img-surface figcaption {
  position: absolute; left: 16px; bottom: 14px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream);
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}

/* gradient art surfaces (premium textured backgrounds) */
.art-grad-1 { background: linear-gradient(135deg, #6B1F2C 0%, #C8907E 100%); }
.art-grad-2 { background: linear-gradient(135deg, #B8865B 0%, #E8B8A8 100%); }
.art-grad-3 { background: linear-gradient(135deg, #4A1620 0%, #6B1F2C 50%, #B8865B 100%); }
.art-grad-4 { background: linear-gradient(135deg, #FDEFE9 0%, #C8907E 100%); }
.art-grad-5 { background: linear-gradient(135deg, #2A1218 0%, #6B1F2C 100%); }
.art-grad-6 { background: linear-gradient(135deg, #B8865B 0%, #4A1620 100%); }
.art-grad-7 { background: linear-gradient(135deg, #F7F0E6 0%, #B8865B 100%); }
.art-grad-soft { background: linear-gradient(135deg, var(--bg-blush) 0%, var(--bg-cream) 100%); }

/* ----- Section heads ----- */
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 56px; flex-wrap: wrap;
  border-bottom: 1px solid var(--line); padding-bottom: 22px;
}
.section-head h2 { margin-top: 12px; max-width: 720px; }
.section-head-link { font-size: 13px; font-weight: 600; color: var(--wine); letter-spacing: .04em; }
.section-head-link::after { content: " →"; }

/* ----- Cards / Grids ----- */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  position: relative;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 15px; }
.card-num { font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: .14em; }
.card-icon {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-blush);
  color: var(--wine);
  font-size: 22px;
  margin-bottom: 18px;
}

.feature-card {
  background: var(--cream);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all .35s var(--ease);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-card .feature-img {
  height: 200px;
  border-radius: var(--r-md);
  margin: -8px -8px 8px;
  position: relative;
  overflow: hidden;
}
.feature-card-link { color: var(--wine); font-weight: 600; font-size: 13.5px; }
.feature-card-link::after { content: " →"; }

/* ----- Service grid (textured) ----- */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-tile {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: all .3s var(--ease);
}
.service-tile:hover { background: var(--bg-blush); border-color: var(--rose-soft); transform: translateY(-3px); }
.service-tile .tile-icon { font-size: 26px; margin-bottom: 4px; }
.service-tile h4 { color: var(--ink); }
.service-tile p { font-size: 14px; }

/* ----- Stats strip ----- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-cell {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 6px;
}
.stat-cell:last-child { border-right: 0; }
.stat-num { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--wine); font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.stat-label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }

/* ----- Marquee strip (logos / pillars) ----- */
.marquee {
  overflow: hidden;
  background: var(--bg-dark);
  color: var(--cream);
  padding: 16px 0;
  border-top: 1px solid var(--wine-deep);
  border-bottom: 1px solid var(--wine-deep);
}
.marquee-track {
  display: inline-flex; gap: 56px;
  white-space: nowrap;
  animation: marqueeScroll 38s linear infinite;
}
.marquee-track span {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--cream); opacity: .8;
  display: inline-flex; align-items: center; gap: 24px;
}
.marquee-track span::after { content: "✦"; color: var(--gold); margin-left: 24px; }
@keyframes marqueeScroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* ----- Process steps ----- */
.process { display: grid; grid-template-columns: 1fr; gap: 28px; counter-reset: step; }
@media (min-width: 720px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process-step {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  position: relative;
}
.process-step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: 20px; right: 22px;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--rose-soft);
  font-weight: 500;
}
.process-step h4 { margin-bottom: 10px; margin-top: 22px; }
.process-step p { font-size: 14.5px; }

/* ----- CTA bar — premium signature ----- */
.cta-bar {
  position: relative;
  border-radius: var(--r-xl);
  padding: 56px 48px;
  margin: 56px auto;
  max-width: var(--container-wide);
  background:
    radial-gradient(circle at 0% 100%, rgba(184,134,91,.6), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(208,138,120,.6), transparent 60%),
    linear-gradient(135deg, #2A1218 0%, #4A1620 50%, #6B1F2C 100%);
  color: var(--cream);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-bar::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,251,245,.06) 0%, transparent 28%),
    radial-gradient(circle at 85% 78%, rgba(255,251,245,.05) 0%, transparent 28%);
  pointer-events: none;
}
.cta-bar-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 1024px) { .cta-bar-inner { grid-template-columns: 1.2fr 1fr; align-items: center; } }
.cta-bar-headline { font-family: var(--serif); font-size: clamp(1.85rem, 3.4vw, 2.6rem); line-height: 1.1; letter-spacing: -.018em; color: var(--cream); }
.cta-bar-headline em { color: var(--gold-soft); font-style: italic; }
.cta-bar-sub { font-size: 16px; margin-top: 14px; color: rgba(253,248,242,.78); max-width: 560px; }
.cta-bar-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
  background: rgba(253,248,242,.06);
  padding: 18px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(253,248,242,.1);
}
@media (min-width: 540px) { .cta-bar-services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .cta-bar-services { grid-template-columns: repeat(2, 1fr); } }
.cta-svc {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: rgba(253,248,242,.92); font-weight: 500;
  transition: color .2s var(--ease);
}
.cta-svc-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(253,248,242,.08);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.cta-bar-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.cta-bar-actions .btn--cream { background: var(--cream); color: var(--ink); }
.cta-bar-actions .btn--outline { background: transparent; color: var(--cream); border: 1px solid rgba(253,248,242,.4); }
.cta-bar-actions .btn--outline:hover { background: rgba(253,248,242,.08); border-color: var(--cream); opacity: 1; }
.cta-price { display: inline-block; margin-top: 14px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }

/* compact CTA */
.cta-mini {
  background: var(--bg-blush);
  border: 1px solid var(--rose-soft);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
  margin: 40px 0;
}
.cta-mini h3 { font-size: 1.2rem; }
.cta-mini p { font-size: 14px; max-width: 560px; }

/* ----- Tables ----- */
.tbl {
  width: 100%; border-collapse: collapse;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  margin: 30px 0;
  font-size: 14.5px;
}
.tbl th, .tbl td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.tbl th { background: var(--bg-cream); font-weight: 600; color: var(--ink); letter-spacing: -.005em; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl td strong { color: var(--ink); }
.tbl-scroll { overflow-x: auto; }

/* ----- FAQ ----- */
.faq { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line-soft); padding: 22px 0; }
.faq-item:last-child { border-bottom: 0; }
.faq-q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  cursor: pointer; list-style: none;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 500;
  color: var(--ink);
  padding-right: 8px;
  user-select: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: "+"; flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-blush);
  color: var(--wine);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: 18px; font-weight: 500;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.faq-item[open] .faq-q::after { content: "−"; transform: rotate(180deg); background: var(--wine); color: var(--cream); }
.faq-a { padding: 16px 0 6px; max-width: 820px; }
.faq-a p { font-size: 15.5px; }

/* ----- Article / prose ----- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 56px; margin-bottom: 18px; }
.prose h3 { margin-top: 40px; margin-bottom: 14px; }
.prose h4 { margin-top: 30px; margin-bottom: 10px; }
.prose p { margin-top: 16px; font-size: 17px; line-height: 1.75; }
.prose ul, .prose ol { margin: 18px 0 18px 4px; }
.prose ul li, .prose ol li {
  position: relative; padding-left: 24px;
  margin-top: 8px; font-size: 16.5px; color: var(--ink-soft);
}
.prose ul li::before {
  content: ""; position: absolute; left: 4px; top: 12px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--wine);
}
.prose ol { counter-reset: pli; }
.prose ol li { counter-increment: pli; }
.prose ol li::before {
  content: counter(pli) ".";
  position: absolute; left: 0; top: 0;
  font-family: var(--serif); color: var(--wine); font-weight: 600;
}
.prose blockquote {
  border-left: 3px solid var(--wine);
  padding: 6px 24px;
  margin: 28px 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink);
}
.prose blockquote cite { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); margin-top: 10px; font-style: normal; }

/* ----- Pull quote ----- */
.pullquote {
  background: var(--bg-blush);
  border-left: 4px solid var(--wine);
  padding: 28px 32px;
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin: 40px 0;
}
.pullquote p { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); font-style: italic; }
.pullquote cite { display: block; margin-top: 10px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-style: normal; color: var(--ink-mute); }

/* ----- Comparison block ----- */
.compare { display: grid; grid-template-columns: 1fr; gap: 22px; margin: 36px 0; }
@media (min-width: 720px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare-card {
  padding: 28px; border-radius: var(--r-lg);
  border: 1px solid var(--line);
}
.compare-card--bad { background: #FFFBF5; }
.compare-card--good { background: var(--bg-blush); border-color: var(--rose-soft); }
.compare-card h4 { font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.compare-card--bad h4 { color: var(--ink-mute); }
.compare-card--good h4 { color: var(--wine); }
.compare-card ul li { padding-left: 22px; }
.compare-card--bad ul li::before { content: "✕"; background: transparent; color: var(--ink-mute); top: 4px; width: auto; height: auto; }
.compare-card--good ul li::before { content: "✓"; background: transparent; color: var(--wine); top: 4px; width: auto; height: auto; font-weight: 600; }

/* ----- Breadcrumb ----- */
.crumbs { font-size: 12.5px; letter-spacing: .04em; color: var(--ink-mute); display: flex; flex-wrap: wrap; gap: 6px; padding: 22px 0 0; }
.crumbs a { color: var(--ink-mute); }
.crumbs a:hover { color: var(--wine); opacity: 1; }
.crumbs span { color: var(--ink-faint); }

/* ----- Page hero variant ----- */
.page-hero {
  position: relative;
  padding: 64px 0 80px;
  background: linear-gradient(180deg, var(--bg-cream), var(--bg) 80%);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; top: -10%; right: -8%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(208,138,120,.22), transparent 60%);
  pointer-events: none;
}
.page-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.page-hero-eyebrow span { width: 24px; height: 1px; background: var(--wine); }
.page-hero h1 { margin: 18px 0 18px; max-width: 1000px; }
.page-hero p.lede { max-width: 780px; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.page-hero-meta .chip {
  background: rgba(255,251,245,.7);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ----- Posts grid (blog) ----- */
.posts-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 720px) { .posts-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .posts-grid { grid-template-columns: 1fr 1fr 1fr; } }
.post-card { display: flex; flex-direction: column; gap: 16px; }
.post-card-img { aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; }
.post-card-meta { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.post-card h3 { font-size: 1.3rem; line-height: 1.25; }
.post-card p { font-size: 15px; color: var(--ink-soft); }

/* ----- Newsletter / footer ----- */
.site-footer { background: var(--bg-dark); color: var(--cream); padding: 80px 0 32px; }
.site-footer h4 { color: var(--cream); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.site-footer a { color: rgba(253,248,242,.72); font-size: 14px; }
.site-footer a:hover { color: var(--rose-soft); opacity: 1; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-col ul li { padding: 6px 0; }
.footer-brand { font-family: var(--serif); font-size: 1.5rem; color: var(--cream); margin-bottom: 14px; }
.footer-brand em { color: var(--gold-soft); font-style: normal; }
.footer-bio { color: rgba(253,248,242,.65); font-size: 14px; max-width: 380px; }
.footer-news { margin-top: 22px; }
.footer-news input {
  background: rgba(253,248,242,.06);
  border: 1px solid rgba(253,248,242,.2);
  color: var(--cream);
  padding: 12px 14px;
  border-radius: var(--r-sm);
  font: inherit; font-size: 13px;
  width: 100%;
  max-width: 280px;
}
.footer-news input::placeholder { color: rgba(253,248,242,.4); }
.footer-news button { margin-top: 10px; }
.footer-bottom {
  margin-top: 56px; padding-top: 22px;
  border-top: 1px solid rgba(253,248,242,.1);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 12px; color: rgba(253,248,242,.5);
}
.footer-bottom a { font-size: 12px; }

/* ----- Newsletter section block (dark) ----- */
.newsletter {
  background: var(--bg-dark); color: var(--cream);
  border-radius: var(--r-xl);
  padding: 64px 48px;
  text-align: center;
  max-width: 880px; margin: 0 auto;
}
.newsletter h2 { color: var(--cream); margin: 14px 0 16px; }
.newsletter p { color: rgba(253,248,242,.74); max-width: 580px; margin: 0 auto; }
.newsletter-form { display: flex; gap: 10px; max-width: 480px; margin: 28px auto 0; flex-wrap: wrap; }
.newsletter-form input {
  flex: 1; min-width: 220px;
  background: rgba(253,248,242,.06);
  border: 1px solid rgba(253,248,242,.2);
  color: var(--cream);
  padding: 14px 16px;
  border-radius: var(--r-pill);
  font: inherit;
}
.newsletter-form input::placeholder { color: rgba(253,248,242,.4); }
.newsletter-form button {
  background: var(--cream); color: var(--ink);
  padding: 14px 24px; border-radius: var(--r-pill); font-weight: 600; font-size: 14px;
}

/* ----- Image lazy hint ----- */
img[loading="lazy"] { transition: opacity .4s var(--ease); }

/* ----- Premium SVG pattern (textured backgrounds) ----- */
.tex-grain {
  background-image: radial-gradient(rgba(74,22,32,.05) 1px, transparent 1px);
  background-size: 6px 6px;
}

/* ----- Utility ----- */
.mt-12 { margin-top: 12px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; } .mt-64 { margin-top: 64px; }
.mb-12 { margin-bottom: 12px; } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; }
.text-center { text-align: center; }
.muted { color: var(--ink-mute); }
.wine { color: var(--wine); }
.gold { color: var(--gold); }
.divider { height: 1px; background: var(--line); margin: 48px 0; }

/* ----- Responsive tightening ----- */
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .section--lg { padding: 80px 0; }
  .cta-bar { padding: 40px 28px; margin: 40px 16px; border-radius: var(--r-lg); }
  .newsletter { padding: 48px 28px; }
}
