/* ============================================================
   SLIM THEORY — CONSOLIDATED STYLESHEET
   ============================================================ */

/* ============================
   1. GOOGLE FONTS IMPORT
   ============================ */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,300..700;1,8..60,400&family=Karla:ital,wght@0,300..700;1,400&display=swap');

/* ============================
   2. DESIGN TOKENS
   ============================ */
:root {
  /* ---- Brand primitives ---- */
  --st-blush: #F8ECE9;
  --st-rose: #C98A93;
  --st-mauve: #9C5468;
  --st-ink: #2B2A2E;
  --st-white: #FFFFFF;

  /* ---- Extended neutrals ---- */
  --st-ink-soft: #4A484D;
  --st-ink-muted: #77737A;
  --st-line: #EADDDA;
  --st-line-soft: #F1E6E3;
  --st-blush-deep: #F3E0DC;
  --st-blush-tint: #FCF6F4;

  /* ---- Rose scale ---- */
  --st-rose-50: #FBF1F1;
  --st-rose-100: #F4DEE1;
  --st-rose-200: #E7C2C8;
  --st-rose-300: #D9A6AF;
  --st-rose-400: #C98A93;
  --st-rose-500: #B57079;
  --st-mauve-600: #9C5468;
  --st-mauve-700: #7E4353;
  --st-mauve-800: #5E3240;

  /* ---- Semantic — surfaces ---- */
  --surface-page: var(--st-blush-tint);
  --surface-card: var(--st-white);
  --surface-raised: var(--st-white);
  --surface-blush: var(--st-blush);
  --surface-blush-deep: var(--st-blush-deep);
  --surface-ink: var(--st-ink);

  /* ---- Semantic — text ---- */
  --text-strong: var(--st-ink);
  --text-body: var(--st-ink-soft);
  --text-muted: var(--st-ink-muted);
  --text-on-ink: var(--st-white);
  --text-on-mauve: var(--st-white);
  --text-brand: var(--st-mauve-600);

  /* ---- Semantic — accent ---- */
  --accent: var(--st-mauve-600);
  --accent-hover: var(--st-mauve-700);
  --accent-soft: var(--st-rose-400);

  /* ---- Semantic — borders ---- */
  --border-hairline: var(--st-line);
  --border-soft: var(--st-line-soft);

  /* ---- Status ---- */
  --status-info: #6B7A94;
  --status-info-bg: #EEF1F6;
  --status-success: #5E8069;
  --status-success-bg: #EAF1EC;
  --status-warn: #B08046;
  --status-warn-bg: #F7EFE2;
  --status-error: #A6545C;
  --status-error-bg: #F7E9EA;

  /* ---- Focus ring ---- */
  --focus-ring: color-mix(in oklch, var(--st-mauve-600) 45%, transparent);

  /* ---- Typography ---- */
  --font-serif: 'Source Serif 4', 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: var(--font-serif);
  --font-heading: var(--font-serif);
  --font-body: var(--font-sans);
  --font-ui: var(--font-sans);

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-4xl: 3.75rem;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --lh-tight: 1.1;
  --lh-snug: 1.25;
  --lh-normal: 1.5;
  --lh-relaxed: 1.7;

  --ls-tight: -0.02em;
  --ls-normal: 0;
  --ls-wide: 0.08em;
  --ls-wider: 0.18em;
  --ls-widest: 0.28em;

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

  /* ---- Radii ---- */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  /* ---- Layout ---- */
  --content-max: 1200px;
  --content-narrow: 760px;
  --gutter: 24px;

  /* ---- Shadows ---- */
  --shadow-xs: 0 1px 2px rgba(43,42,46,0.04);
  --shadow-sm: 0 2px 8px rgba(156,84,104,0.06), 0 1px 2px rgba(43,42,46,0.04);
  --shadow-md: 0 8px 24px rgba(156,84,104,0.08), 0 2px 6px rgba(43,42,46,0.04);
  --shadow-lg: 0 18px 48px rgba(156,84,104,0.12), 0 6px 16px rgba(43,42,46,0.05);
  --shadow-xl: 0 32px 72px rgba(156,84,104,0.16), 0 10px 24px rgba(43,42,46,0.06);

  /* ---- Gradients ---- */
  --grad-blush: linear-gradient(160deg, #FCF6F4 0%, #F8ECE9 60%, #F3E0DC 100%);
  --grad-rose: linear-gradient(135deg, var(--st-rose-400) 0%, var(--st-mauve-600) 100%);
  --grad-silk: linear-gradient(120deg, #F8ECE9 0%, #F1DAD6 45%, #E7C2C8 100%);
  --grad-ink: linear-gradient(160deg, #35333A 0%, #2B2A2E 100%);

  /* ---- Motion ---- */
  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 140ms;
  --dur-base: 220ms;
  --dur-slow: 380ms;
}

/* ============================
   3. MINIMAL RESET
   ============================ */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-page);
  overflow-x: hidden;
}

a {
  color: var(--st-mauve-700);
  text-decoration: none;
}

a:hover {
  color: var(--st-mauve-600);
}

/* ============================
   4. BASE / GLOBAL STYLES
   ============================ */
@keyframes stIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
main { animation: stIn 520ms var(--ease-soft) both; }

/* Skip-to-content link */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-4);
  z-index: 9999;
  padding: var(--space-2) var(--space-4);
  background: var(--accent);
  color: var(--text-on-mauve);
  border-radius: var(--radius-sm);
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  transition: top var(--dur-fast) var(--ease-soft);
}

.skip-link:focus {
  top: var(--space-2);
  color: var(--text-on-mauve);
}

body.scroll-locked {
  overflow: hidden;
}

/* Eyebrow component */
.eyebrow {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--st-mauve-600);
}

/* Section heading — used for bare h2s that carry only inline margin/color */
.section-heading {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: var(--text-3xl);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
  color: var(--text-strong);
}

/* Section heading variant — smaller (text-2xl) for sub-section headings */
.section-heading--sm {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: var(--text-2xl);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
  color: var(--text-strong);
}

/* Card heading — used for bare h3s inside cards that carry only inline margin */
.card-heading {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: var(--text-xl);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
  color: var(--text-strong);
}

/* Section text — used for bare p elements that carry only inline size/color */
.section-text {
  font-family: var(--font-body);
  line-height: var(--lh-relaxed);
}

.eyebrow--ruled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.eyebrow--ruled::before,
.eyebrow--ruled::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--st-rose-300);
}

/* ============================
   5. LAYOUT UTILITIES
   ============================ */
.container {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.container--narrow {
  max-width: var(--content-narrow);
}

.section {
  padding-top: var(--space-11);
  padding-bottom: var(--space-11);
}

.section--blush {
  background: var(--surface-blush);
}

.section--ink {
  background: var(--surface-ink);
  color: var(--text-on-ink);
}

.section--compact {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}

.grid {
  display: grid;
  gap: var(--space-5);
}

.grid--2col {
  grid-template-columns: 1fr;
}

.grid--3col {
  grid-template-columns: 1fr;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  font-family: var(--font-ui);
  font-size: var(--text-base);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.01em;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-soft),
              color var(--dur-base) var(--ease-soft),
              box-shadow var(--dur-base) var(--ease-soft),
              transform var(--dur-fast) var(--ease-soft);
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

.btn--primary {
  background: var(--accent);
  color: var(--text-on-mauve);
  border-color: transparent;
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover {
  background: var(--accent-hover);
  box-shadow: var(--shadow-md);
  color: var(--text-on-mauve);
}

.btn--secondary {
  background: var(--st-white);
  color: var(--st-mauve-700);
  border-color: var(--st-rose-200);
  box-shadow: var(--shadow-xs);
}
.btn--secondary:hover {
  background: var(--st-rose-50);
  box-shadow: var(--shadow-md);
}

.btn--outline {
  background: transparent;
  color: var(--st-mauve-700);
  border-color: var(--border-hairline);
}
.btn--outline:hover {
  background: var(--st-rose-50);
  box-shadow: var(--shadow-md);
}

.btn--ghost {
  background: transparent;
  color: var(--st-mauve-700);
  border-color: transparent;
}
.btn--ghost:hover {
  background: var(--st-rose-50);
}

.btn--soft {
  background: var(--st-rose-100);
  color: var(--st-mauve-700);
  border-color: transparent;
}
.btn--soft:hover {
  background: var(--st-rose-200);
}

.btn--sm { padding: 8px 18px; font-size: var(--text-sm); }
.btn--lg { padding: 16px 40px; font-size: var(--text-md); }
.btn--full { width: 100%; }

/* ============================
   6. COMPONENT STYLES
   ============================ */

/* ---- Site Navigation ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(252, 246, 244, 0.85);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border-hairline);
}

.site-nav--desktop { display: none; }

.site-nav--mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 18px;
}

.site-nav__logo img { height: 47px; width: auto; }

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.site-nav__cart-btn,
.site-nav__hamburger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-hairline);
  background: var(--st-white);
  color: var(--st-ink-soft);
  cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease-soft);
}

.site-nav__cart-btn:hover,
.site-nav__hamburger:hover { border-color: var(--accent-soft); }

.site-nav__cart-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: var(--radius-pill);
  background: var(--st-mauve-600);
  color: var(--st-white);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: var(--fw-bold);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Desktop nav inner layout */
.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav__link {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: transparent;
  transition: color var(--dur-base) var(--ease-soft), background var(--dur-base) var(--ease-soft);
}

.site-nav__link:hover { color: var(--st-mauve-700); }
.site-nav__link--active { color: var(--st-mauve-700); background: var(--st-rose-50); }

/* ---- Desktop Nav Dropdown ---- */
.nav-dropdown { position: relative; }
.nav-dropdown__toggle {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color var(--dur-base) var(--ease-soft), background var(--dur-base) var(--ease-soft);
}
.nav-dropdown__toggle:hover { color: var(--st-mauve-700); }
.nav-dropdown__toggle--active { color: var(--st-mauve-700); background: var(--st-rose-50); }
.nav-dropdown__toggle svg { transition: transform var(--dur-fast) var(--ease-soft); }
.nav-dropdown__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  display: none;
  flex-direction: column;
  z-index: 200;
}
.nav-dropdown__panel--open { display: flex; }
.nav-dropdown__item {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  padding: 10px 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-soft), background var(--dur-fast) var(--ease-soft);
}
.nav-dropdown__item:hover { color: var(--st-mauve-700); background: var(--st-rose-50); }
.nav-dropdown__item--active { color: var(--st-mauve-700); font-weight: var(--fw-semibold); }

/* Nested submenu within dropdown */
.nav-dropdown__sub-toggle {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  padding: 10px 16px;
  border-radius: var(--radius-md);
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  transition: color var(--dur-fast) var(--ease-soft), background var(--dur-fast) var(--ease-soft);
}
.nav-dropdown__sub-toggle:hover { color: var(--st-mauve-700); background: var(--st-rose-50); }
.nav-dropdown__sub-toggle--active { color: var(--st-mauve-700); font-weight: var(--fw-semibold); }
.nav-dropdown__sub-toggle svg { transition: transform var(--dur-fast) var(--ease-soft); }
.nav-dropdown__sub-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
.nav-dropdown__sub-items {
  display: none;
  flex-direction: column;
  padding: 4px 0 4px 20px;
}
.nav-dropdown__sub-items--open { display: flex; }
.nav-dropdown__sub-item {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-soft), background var(--dur-fast) var(--ease-soft);
}
.nav-dropdown__sub-item:hover { color: var(--st-mauve-700); background: var(--st-rose-50); }
.nav-dropdown__sub-item--active { color: var(--st-mauve-700); font-weight: var(--fw-semibold); }

/* ---- Mobile Menu Dropdown (accordion) ---- */
.mobile-menu__dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: 1.5rem;
  letter-spacing: var(--ls-tight);
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid var(--border-soft);
  background: none;
  color: var(--text-strong);
  cursor: pointer;
  text-align: left;
}
.mobile-menu__dropdown-toggle:hover,
.mobile-menu__dropdown-toggle--active { color: var(--st-mauve-600); }
.mobile-menu__dropdown-toggle svg { transition: transform var(--dur-fast) var(--ease-soft); }
.mobile-menu__dropdown-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.mobile-menu__sub-items {
  display: none;
  flex-direction: column;
  padding: 0 0 8px 20px;
}
.mobile-menu__sub-items--open { display: flex; }
.mobile-menu__sub-item {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--fw-medium);
  font-size: 1.2rem;
  letter-spacing: var(--ls-tight);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-body);
  text-decoration: none;
}
.mobile-menu__sub-item:last-child { border-bottom: none; }
.mobile-menu__sub-item:hover { color: var(--st-mauve-600); }
.mobile-menu__sub-item--active { color: var(--st-mauve-600); font-weight: var(--fw-semibold); }

/* Tight nav for narrower desktop (860–1100px) */
@media (min-width: 861px) and (max-width: 1100px) {
  .site-nav__links { gap: 2px; }
  .site-nav__link { padding: 8px 10px; font-size: 0.8125rem; }
  .nav-dropdown__toggle { padding: 8px 10px; font-size: 0.8125rem; }
}

/* ---- Cart Drawer ---- */
.cart-drawer { position: fixed; inset: 0; z-index: 1000; background: rgba(43, 42, 46, 0.32); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity 320ms var(--ease-soft); }
.cart-drawer--open { opacity: 1; pointer-events: auto; }
.cart-drawer__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(430px, 100vw); display: flex; flex-direction: column; background: var(--surface-card); box-shadow: -24px 0 60px rgba(156, 84, 104, 0.18); transform: translateX(100%); transition: transform 380ms var(--ease-soft); }
.cart-drawer--open .cart-drawer__panel { transform: translateX(0); }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--border-soft); flex-shrink: 0; }
.cart-drawer__title { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); letter-spacing: var(--ls-tight); color: var(--text-strong); margin: 0; }
.cart-drawer__close { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--radius-pill); border: 1px solid var(--border-hairline); background: var(--st-white); cursor: pointer; color: var(--st-ink-soft); }
.cart-drawer__items { flex: 1; overflow-y: auto; padding: 8px 22px; }
.cart-drawer__item { display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--border-soft); }
.cart-drawer__item-image { flex-shrink: 0; width: 76px; height: 76px; border-radius: var(--radius-md); background: var(--grad-silk); display: flex; align-items: center; justify-content: center; }
.cart-drawer__item-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: var(--space-2); }
.cart-drawer__item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.cart-drawer__item-name { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-base); color: var(--text-strong); line-height: var(--lh-snug); }
.cart-drawer__item-meta { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); margin-top: 2px; }
.cart-drawer__item-remove { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: var(--radius-pill); border: none; background: transparent; cursor: pointer; color: var(--text-muted); }
.cart-drawer__item-remove:hover { color: var(--status-error); }
.cart-drawer__item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.cart-drawer__qty-stepper { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--st-line); border-radius: var(--radius-pill); padding: 3px; }
.cart-drawer__qty-stepper button { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: var(--radius-pill); border: none; background: transparent; cursor: pointer; color: var(--st-mauve-700); }
.cart-drawer__qty-stepper span { min-width: 26px; text-align: center; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); }
.cart-drawer__item-line { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-md); color: var(--text-strong); white-space: nowrap; }
.cart-drawer__footer { flex-shrink: 0; border-top: 1px solid var(--border-soft); padding: 20px 22px 24px; background: var(--surface-blush); }
.cart-drawer__summary { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.cart-drawer__summary-row { display: flex; justify-content: space-between; font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-body); }
.cart-drawer__summary-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: 1px solid var(--border-soft); }
.cart-drawer__summary-total span:first-child { font-family: var(--font-ui); font-size: var(--text-base); font-weight: var(--fw-bold); color: var(--text-strong); }
.cart-drawer__summary-total span:last-child { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); color: var(--st-mauve-700); }
.cart-drawer__continue-btn { display: block; width: 100%; margin-top: 14px; background: none; border: none; cursor: pointer; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--st-mauve-700); }
.cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 32px; gap: 18px; }
.cart-drawer__empty-icon { width: 88px; height: 88px; border-radius: var(--radius-pill); background: var(--grad-blush); display: inline-flex; align-items: center; justify-content: center; }
.cart-drawer__empty h3 { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); letter-spacing: var(--ls-tight); margin: 0 0 6px; }
.cart-drawer__empty p { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-muted); line-height: var(--lh-relaxed); max-width: 240px; }

/* ---- Mobile Menu ---- */
.mobile-menu { position: fixed; inset: 0; z-index: 1000; background: rgba(43, 42, 46, 0.32); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity 300ms var(--ease-soft); }
.mobile-menu--open { opacity: 1; pointer-events: auto; }
.mobile-menu__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(360px, 86vw); display: flex; flex-direction: column; background: var(--grad-blush); box-shadow: -24px 0 60px rgba(156, 84, 104, 0.2); transform: translateX(100%); transition: transform 360ms var(--ease-soft); }
.mobile-menu--open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__header { display: flex; align-items: center; justify-content: space-between; padding: var(--space-4) 22px; border-bottom: 1px solid var(--border-soft); flex-shrink: 0; }
.mobile-menu__header img { height: 32px; width: auto; }
.mobile-menu__close { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--radius-pill); border: 1px solid var(--border-hairline); background: var(--st-white); cursor: pointer; color: var(--st-ink-soft); }
.mobile-menu__body { flex: 1; overflow-y: auto; padding: 10px 22px 22px; }
.mobile-menu__link { display: block; font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: 1.5rem; letter-spacing: var(--ls-tight); padding: 15px 0; border-bottom: 1px solid var(--border-soft); color: var(--text-strong); text-decoration: none; }
.mobile-menu__link:hover, .mobile-menu__link--active { color: var(--st-mauve-600); }
.mobile-menu__cta { margin-top: 22px; }

/* ---- Site Footer ---- */
.site-footer { background: var(--surface-ink); color: var(--text-on-ink); padding: var(--space-10) 0 var(--space-7); }
.site-footer__inner { max-width: var(--content-max); margin: 0 auto; padding: 0 var(--gutter); }
.site-footer__brand { margin-bottom: 12px; text-align: center; }
.site-footer__columns { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: var(--space-8); }
.site-footer__heading { font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--st-rose-300); margin-bottom: var(--space-4); }
.site-footer__links { display: flex; flex-direction: column; gap: 11px; }
.site-footer__link { display: block; font-family: var(--font-body); font-size: var(--text-sm); color: rgba(255, 255, 255, 0.72); transition: color var(--dur-fast) var(--ease-soft); }
.site-footer__link:hover { color: var(--st-white); }
.site-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: var(--space-5); margin-top: var(--space-8); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--space-4); }
.site-footer__logo img { width: 393px; max-width: 80%; height: auto; }
.site-footer__copyright { font-family: var(--font-ui); font-size: var(--text-xs); color: rgba(255, 255, 255, 0.5); }
.site-footer__disclaimer { font-family: var(--font-ui); font-size: var(--text-xs); color: rgba(255, 255, 255, 0.4); max-width: 620px; text-align: right; line-height: var(--lh-normal); }
.site-footer__contact-item { display: flex; align-items: center; gap: 10px; }

/* ---- Toast ---- */
.toast { position: fixed; left: 50%; bottom: 32px; z-index: 1100; transform: translate(-50%, 24px); opacity: 0; pointer-events: none; display: inline-flex; align-items: center; gap: 10px; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-pill); box-shadow: var(--shadow-lg); padding: 12px 20px; max-width: calc(100vw - 40px); transition: opacity 260ms var(--ease-soft), transform 260ms var(--ease-soft); }
.toast--visible { opacity: 1; transform: translate(-50%, 0); }
.toast__icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: var(--radius-pill); background: var(--status-success-bg); flex-shrink: 0; }
.toast__message { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-strong); white-space: nowrap; }

/* ---- Section Grids ---- */
.science-grid-2x2 { grid-template-columns: repeat(2, 1fr); }
.hormone-cards-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.format-cards-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.drug-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) {
  .drug-info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .drug-info-grid { grid-template-columns: 1fr; }
}

/* ---- Capsule Card Grid ---- */
.capsule-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* ---- Hero ---- */
.hero-banner {
  line-height: 0;
}
.hero-banner__img {
  width: 100%;
  height: auto;
  display: block;
}
.hero {
  position: relative;
  background: var(--grad-blush);
  overflow: hidden;
}
.hero__copy {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--space-10) var(--gutter) var(--space-11);
  text-align: center;
}
.hero__headline {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: clamp(2.5rem, 4vw, var(--text-4xl));
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--text-strong);
  margin: 20px 0 0;
}
.hero__headline span { color: var(--st-mauve-600); }
.hero__sub {
  font-family: var(--font-body);
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--text-body);
  line-height: var(--lh-relaxed);
  margin: 24px auto 0;
  max-width: 580px;
}
.hero__cta {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ---- Stats Strip ---- */
.stats-strip { background: var(--st-white); border-top: 1px solid var(--border-soft); }
.stats-strip__inner { max-width: var(--content-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.stats-strip__item { padding: 22px 24px; text-align: center; border-right: 1px solid var(--border-soft); }
.stats-strip__item:last-child { border-right: none; }
.stats-strip__value { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--st-mauve-600); }
.stats-strip__label { font-family: var(--font-ui); font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.stats-strip__item--link { text-decoration: none; cursor: pointer; transition: background-color var(--dur-fast) var(--ease-soft); }
.stats-strip__item--link:hover { background-color: var(--st-rose-50); }

/* ---- Product Cards ---- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--space-5); }
.product-grid--narrow { max-width: 1040px; margin: 0 auto; }

.product-card {
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur-base) var(--ease-soft), transform var(--dur-base) var(--ease-soft);
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-card__image { position: relative; aspect-ratio: 4 / 3; background: var(--grad-silk); display: flex; align-items: center; justify-content: center; }
.product-card__body { padding: var(--space-5); display: flex; flex-direction: column; flex: 1; gap: 10px; }
.product-card__name { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-lg); color: var(--text-strong); letter-spacing: var(--ls-tight); line-height: var(--lh-snug); margin: 0; }
.product-card__meta { font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-muted); line-height: var(--lh-normal); margin: 0; }
.product-card__desc { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); line-height: var(--lh-normal); margin: 0; }
.product-card__price { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); color: var(--text-strong); margin: 0; }
.product-card__price-note { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); margin-top: 2px; }
.product-card__bottom { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: var(--space-2); }
.product-card__btn { }

/* ---- Category Cards (home featured) ---- */
.category-card {
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow var(--dur-base) var(--ease-soft), transform var(--dur-base) var(--ease-soft);
}
.category-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.category-card__image { aspect-ratio: 3 / 2; background: var(--grad-silk); display: flex; align-items: center; justify-content: center; }
.category-card__body { padding: var(--space-5); display: flex; flex-direction: column; flex: 1; gap: 6px; }

/* Category grid — 5 columns desktop, 3 tablet, 1 mobile */
.grid--categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (max-width: 1023px) {
  .grid--categories { grid-template-columns: repeat(3, 1fr); max-width: none; }
}
@media (max-width: 640px) {
  .grid--categories { grid-template-columns: 1fr; gap: 16px; padding-inline: var(--gutter); }
}

/* ---- Plan Cards ---- */
.plan-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-5); }

.plan-card {
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft);
}
.plan-card:hover { box-shadow: var(--shadow-md); }
.plan-card--featured { position: relative; background: var(--grad-ink); color: var(--text-on-ink); border-color: transparent; box-shadow: var(--shadow-xl); padding: var(--space-7); transform: translateY(-8px); }
.plan-card--featured .plan-card__title { color: var(--text-on-ink); }
.plan-card--featured .plan-card__price { color: var(--text-on-ink); }
.plan-card--featured .plan-card__price span { color: rgba(255,255,255,0.65); }
.plan-card--featured .plan-card__feature { color: rgba(255,255,255,0.88); }
.plan-card--featured .plan-card__feature svg { stroke: var(--st-rose-300); }
.plan-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-rose); color: var(--st-white); font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-bold); letter-spacing: var(--ls-wide); text-transform: uppercase; padding: 6px 16px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); white-space: nowrap; }
.plan-card__title { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-lg); color: var(--text-strong); letter-spacing: var(--ls-tight); margin: 0 0 6px; }
.plan-card__desc { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); line-height: var(--lh-normal); margin: 0 0 20px; }
.plan-card--featured .plan-card__desc { color: rgba(255,255,255,0.7); }
.plan-card__price { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--text-3xl); color: var(--st-mauve-700); letter-spacing: var(--ls-tight); margin: 0 0 24px; }
.plan-card__price span { font-size: var(--text-sm); font-weight: var(--fw-regular); color: var(--text-muted); font-family: var(--font-ui); }
.plan-card__features { flex: 1; display: flex; flex-direction: column; gap: var(--space-3); margin: 0 0 28px; padding: 0; list-style: none; }
.plan-card__feature { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); line-height: var(--lh-normal); }
.plan-card__feature svg { flex-shrink: 0; margin-top: 1px; stroke: var(--st-mauve-600); }
.plan-card__cta { margin-top: auto; }

/* ---- Forms ---- */
.form { max-width: 560px; }
.form--full { max-width: none; }
.form__group { }
.form__label { display: block; font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); letter-spacing: 0.01em; margin-bottom: 7px; }
.form__input, .form__textarea { display: block; width: 100%; padding: 13px 16px; font-family: var(--font-ui); font-size: var(--text-base); color: var(--text-strong); background: var(--st-white); border: 1px solid var(--st-line); border-radius: var(--radius-sm); outline: none; transition: border-color var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.form__input:focus, .form__textarea:focus { border-color: var(--st-mauve-600); box-shadow: 0 0 0 3px var(--focus-ring); }
.form__input--invalid { border-color: var(--status-error); }
.form__input--invalid:focus { box-shadow: 0 0 0 3px rgba(166, 84, 92, 0.15); }
.form__textarea { min-height: 140px; resize: vertical; line-height: var(--lh-normal); }
.form__error { display: none; font-family: var(--font-ui); font-size: var(--text-xs); color: var(--status-error); margin-top: 7px; }
.form__submit { margin-top: var(--space-5); }

/* ---- Accordion ---- */
.accordion { max-width: var(--content-narrow); margin: 0 auto; }
.accordion__item { border-bottom: 1px solid var(--border-hairline); }
.accordion__trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: var(--space-5) 0; background: none; border: none; cursor: pointer; font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-md); color: var(--text-strong); text-align: left; line-height: var(--lh-snug); }
.accordion__trigger svg { flex-shrink: 0; transition: transform var(--dur-base) var(--ease-soft); }
.accordion__item--open .accordion__trigger svg { transform: rotate(180deg); }
.accordion__content { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-soft); }
.accordion__item--open .accordion__content { max-height: 800px; }
.accordion__body { padding-bottom: var(--space-5); font-family: var(--font-body); font-size: var(--text-base); color: var(--text-body); line-height: var(--lh-relaxed); }

/* ---- Checkout ---- */
.co-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.co-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) {
  .co-field-grid { grid-template-columns: 1fr; }
}
.co-form-col { display: flex; flex-direction: column; gap: var(--space-7); }
.co-card { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: var(--space-7); }
.co-card__title { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); color: var(--text-strong); letter-spacing: var(--ls-tight); margin: 0 0 20px; }
.co-card__title span { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-regular); color: var(--text-muted); }
.co-summary { position: sticky; top: 96px; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: var(--space-7); display: flex; flex-direction: column; gap: 18px; }
.co-summary__title { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-xl); color: var(--text-strong); letter-spacing: var(--ls-tight); margin: 0; }
.co-summary__item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border-soft); }
.co-summary__item-thumb { position: relative; flex-shrink: 0; width: 56px; height: 56px; border-radius: var(--radius-sm); background: var(--grad-silk); display: flex; align-items: center; justify-content: center; }
.co-summary__item-qty { position: absolute; top: -8px; right: -8px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: var(--radius-pill); background: var(--st-mauve-600); color: var(--st-white); font-family: var(--font-ui); font-size: 11px; font-weight: var(--fw-bold); line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
.co-summary__item-info { flex: 1; min-width: 0; }
.co-summary__item-name { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-sm); color: var(--text-strong); line-height: var(--lh-snug); }
.co-summary__item-meta { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); margin-top: 2px; }
.co-summary__item-line { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-sm); color: var(--text-strong); white-space: nowrap; }
.co-summary__totals { display: flex; flex-direction: column; gap: 10px; }
.co-summary__row { display: flex; justify-content: space-between; font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-body); }
.co-summary__total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: 1px solid var(--border-soft); }
.co-summary__total-label { font-family: var(--font-ui); font-size: var(--text-base); font-weight: var(--fw-bold); color: var(--text-strong); }
.co-summary__total-value { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-2xl); color: var(--st-mauve-700); }
.co-summary__security { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); }
.co-desktop-submit { display: block; }
.co-sticky-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 16px calc(11px + env(safe-area-inset-bottom, 0px)); background: rgba(252,246,244,0.94); backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px); border-top: 1px solid var(--border-soft); }
.co-sticky-bar__total { display: flex; flex-direction: column; line-height: 1.1; }
.co-sticky-bar__label { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); }
.co-sticky-bar__value { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-lg); color: var(--st-mauve-700); }
.co-sticky-bar__btn { flex: 1; max-width: 62%; }
.co-empty { text-align: center; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: var(--space-10) var(--space-8); max-width: 480px; margin: 0 auto; }
.co-empty__icon { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: var(--radius-pill); background: var(--grad-blush); margin-bottom: 18px; }
.co-empty h2 { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-2xl); color: var(--text-strong); letter-spacing: var(--ls-tight); margin: 0 0 8px; }
.co-empty p { font-family: var(--font-body); font-size: var(--text-base); color: var(--text-muted); line-height: var(--lh-relaxed); margin: 0 0 24px; }
.co-success { max-width: 560px; margin: 0 auto; text-align: center; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: var(--space-10) var(--space-8); }
.co-success__icon { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: var(--radius-pill); background: var(--status-success-bg); margin-bottom: 22px; }
.co-success h1 { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-3xl); letter-spacing: var(--ls-tight); color: var(--text-strong); margin: 0 0 12px; }
.co-success p { font-family: var(--font-body); font-size: var(--text-md); color: var(--text-body); line-height: var(--lh-relaxed); margin: 0 auto 8px; max-width: 420px; }
.co-success__note { font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-muted); margin: 0 0 28px; }

/* Floating-label form fields */
.ff { position: relative; }
.ff-field { width: 100%; font-family: var(--font-ui); font-size: var(--text-base); color: var(--text-strong); background: var(--st-white); border: 1px solid var(--st-line); border-radius: var(--radius-sm); padding: 23px 16px 9px; outline: none; transition: border-color .2s var(--ease-soft), box-shadow .2s var(--ease-soft); }
textarea.ff-field { resize: vertical; line-height: var(--lh-normal); min-height: 96px; }
select.ff-field { appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer; }
.ff-field:focus { border-color: var(--st-mauve-600); box-shadow: 0 0 0 3px var(--focus-ring); }
.ff-label { position: absolute; left: 16px; top: 16px; font-family: var(--font-ui); font-size: var(--text-base); color: var(--text-muted); pointer-events: none; transition: all .16s var(--ease-soft); }
.ff-field:focus + .ff-label,
.ff-field:not(:placeholder-shown) + .ff-label { top: 8px; font-size: 11px; font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase; color: var(--st-mauve-600); }
.ff--static .ff-label { top: 8px; font-size: 11px; font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase; color: var(--st-mauve-600); }
.ff-caret { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--st-mauve-600); font-size: 12px; }

/* Checkout responsive — see main 900px block below */

/* ---- Page Header ---- */
.page-header {
  text-align: center;
  padding: var(--space-11) var(--gutter) var(--space-9);
  background: var(--grad-blush);
}
.page-header h1 { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-4xl); letter-spacing: var(--ls-tight); color: var(--text-strong); margin: 18px 0 0; }
.page-header p { font-family: var(--font-body); font-size: var(--text-md); color: var(--text-body); line-height: var(--lh-relaxed); max-width: 720px; margin: 20px auto 0; }

/* ---- Testimonials ---- */
.testimonials { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
.testimonial { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: var(--shadow-sm); }
.testimonial__text { font-family: var(--font-body); font-size: var(--text-base); font-style: italic; color: var(--text-body); line-height: var(--lh-relaxed); margin-bottom: var(--space-4); }
.testimonial__author { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-strong); }

/* ---- CTA Banner ---- */
.cta-banner {
  text-align: center;
  padding: var(--space-11) var(--gutter);
  background: var(--surface-ink);
  border-radius: var(--radius-lg);
}
.cta-banner h2 { color: var(--text-on-ink); margin-bottom: var(--space-3); }
.cta-banner p { color: rgba(255,255,255,0.72); margin-bottom: var(--space-5); max-width: 520px; margin-left: auto; margin-right: auto; }

/* ---- Contact Info Block ---- */
.contact-info { background: var(--surface-blush); border-radius: var(--radius-lg); padding: var(--space-6); }
.contact-info__item { display: flex; gap: var(--space-3); margin-bottom: var(--space-4); font-family: var(--font-ui); font-size: var(--text-sm); color: var(--text-body); }
.contact-info__item:last-child { margin-bottom: 0; }
.contact-info__item strong { color: var(--text-strong); }

/* ---- Delivery Note ---- */
.delivery-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--surface-blush);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  margin-top: var(--space-9);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-body);
}
.delivery-note strong { color: var(--st-mauve-700); }

/* ---- Benefit Card ---- */
.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  box-shadow: var(--shadow-xs);
}
.benefit-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: var(--grad-rose);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}
.benefit-card__icon svg {
  stroke: var(--st-white);
}
.benefit-card__title {
  font-family: var(--font-ui);
  font-weight: var(--fw-bold);
  font-size: var(--text-base);
  color: var(--text-strong);
  margin: 0 0 3px;
}
.benefit-card__text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-body);
  line-height: var(--lh-normal);
  margin: 0;
}

/* ---- GLP1 Table ---- */
.glp-table-wrap { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.glp-table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 520px; }
.glp-table-wrap th { text-align: left; padding: 18px 22px; font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-bold); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--text-strong); background: var(--surface-blush); }
.glp-table-wrap td { padding: 18px 22px; font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); }
.glp-table-wrap tbody tr { border-top: 1px solid var(--border-soft); }
.glp-cards { display: none; flex-direction: column; gap: 14px; }

/* ============================
   8. RESPONSIVE / MEDIA QUERIES
   ============================ */

/* Checkout: single column + sticky bar */
@media (max-width: 900px) {
  .co-grid { grid-template-columns: 1fr; gap: 24px; }
  .co-summary { position: static; order: -1; }
  .co-form-col { padding-bottom: 88px; }
  .co-desktop-submit { display: none; }
  .co-sticky-bar { display: flex; }
}

/* Nav swap: 860px */
@media (max-width: 860px) {
  .site-nav--desktop { display: none; }
}
@media (min-width: 861px) {
  .site-nav--mobile { display: none; }
  .site-nav--desktop { display: block; }
}

/* Footer tablet: 2 columns */
@media (max-width: 768px) and (min-width: 641px) {
  .site-footer__columns { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .site-footer__disclaimer { text-align: left; max-width: none; }
}

/* GLP-1 table: cards at 760px */
.glp-comparison-cards { display: none; flex-direction: column; gap: 14px; }
@media (max-width: 760px) {
  .glp-table-wrap:not(.glp-table-wrap--comparison) { display: none; }
  .glp-table-wrap--comparison { display: none; }
  .glp-cards { display: flex; }
  .glp-comparison-cards { display: flex; }
  .science-grid-2x2 { grid-template-columns: 1fr; }
}

/* Peptide table overrides — scoped under .pep-table for specificity (0,2,1) to beat .glp-table-wrap th/td (0,1,1) */
.pep-table table { min-width: 0; }
.pep-table th { text-align: left; padding: 14px 22px; font-family: var(--font-ui); font-size: var(--text-xs); font-weight: var(--fw-bold); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--st-mauve-600); }
.pep-table .pep-th--name { width: 25%; }
.pep-table .pep-th--action { width: 160px; padding-right: 0; }
.pep-table td.pep-td-name { padding: 16px 22px; font-family: var(--font-display); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-strong); }
.pep-table td.pep-td-benefit { padding: 16px 22px; font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); line-height: var(--lh-relaxed); word-wrap: break-word; overflow-wrap: break-word; }
.pep-table td.pep-td-action { padding: 12px 22px 12px 0; text-align: right; white-space: nowrap; }

/* Comparison mobile cards */
.glp-comp-card { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 20px; }
.glp-comp-card__name { font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-lg); color: var(--text-strong); letter-spacing: var(--ls-tight); margin: 0; }
.glp-comp-card__note { font-family: var(--font-ui); font-size: var(--text-xs); color: var(--text-muted); margin: 4px 0 0; }
.glp-comp-card__attrs { margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.glp-comp-card__row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--border-soft); }
.glp-comp-card__row dt { font-family: var(--font-ui); font-size: var(--text-sm); font-weight: var(--fw-medium); color: var(--text-strong); margin: 0; }
.glp-comp-card__row dd { font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-body); margin: 0; text-align: right; }

/* Phone: rescale type & spacing */
@media (max-width: 640px) {
  :root {
    --text-4xl: 2.5rem;
    --text-3xl: 2rem;
    --text-2xl: 1.6rem;
    --text-xl: 1.35rem;
    --text-lg: 1.15rem;
    --text-md: 1.0625rem;
    --space-12: 72px;
    --space-11: 56px;
    --space-10: 48px;
    --space-9: 40px;
    --space-8: 32px;
    --space-7: 26px;
    --gutter: 20px;
  }
  .hero__cta, .btn-row { flex-direction: column; align-items: stretch; width: 100%; }
  .hero__cta .btn, .hero__cta a, .btn-row .btn, .btn-row a { width: 100%; }
  .stats-strip__inner { grid-template-columns: 1fr 1fr; }
  .stats-strip__item { border-right: none; border-bottom: 1px solid var(--border-soft); }
  .stats-strip__item:nth-child(odd) { border-right: 1px solid var(--border-soft); }
  .stats-strip__item:last-child { grid-column: 1 / -1; border-bottom: none; }
  .site-footer__columns { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__column { text-align: center; }
  .site-footer__links { align-items: center; }
  .site-footer__contact-item { justify-content: center; }
  .site-footer__bottom { flex-direction: column; align-items: center; }
  .site-footer__disclaimer { text-align: center; max-width: none; }
}
