/* ============================================
   MOG RESEARCH — HOME PAGE STYLES
   ============================================ */

/* Premium easing reused throughout the page */
:root {
  --ease-emphasis: cubic-bezier(0.16, 1, 0.32, 1);
  --ease-physical: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ====================================================================
   ATELIER MANIFESTO — HYBRID HOMEPAGE
   Hero structure: Wordmark band → Spec card hero → Catalog row → Pullquote
   ==================================================================== */

/* ============ NAV: CENTERED LOGO + SPLIT LINKS (Direction C) ============ */
.nav-centered {
  background: var(--bg-warm-white);
  border-bottom: 1px solid var(--border-light);
  height: 88px;
}
.nav-inner-centered {
  height: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: var(--space-5);
}
.nav-left { justify-self: end; }
.nav-right-links { justify-self: start; }
.nav-left, .nav-right-links {
  display: flex;
  gap: var(--space-6);
  align-items: center;
}
.nav-logo-big {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--text-primary);
  justify-self: center;
  padding: 0 var(--space-7);
}
.nav-utility {
  display: flex;
  gap: var(--space-5);
  align-items: center;
  justify-self: end;
}
.nav-util {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-primary);
  position: relative;
}
.nav-util.nav-cart { color: var(--text-primary); }

@media (max-width: 900px) {
  .nav-centered { height: 64px; }
  .nav-inner-centered { grid-template-columns: 1fr auto 1fr; }
  .nav-left, .nav-right-links, .nav-utility { display: none; }
  .nav-logo-big { font-size: 28px; padding: 0; justify-self: start; grid-column: 2; }
  .nav-hamburger { justify-self: end; grid-column: 3; }
}

/* ============ HERO BAND 1 — MASSIVE STACKED WORDMARK ============ */
.hero-wordmark {
  position: relative;
  background: var(--bg-warm-white);
  padding: 120px 0 100px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
}
.hero-wordmark-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-wordmark-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.045;
  /* Heavy blur + warm sepia tint so the label text reads as atmospheric
     texture, not legible product info competing with the wordmark. */
  filter: blur(6px) saturate(0.45) brightness(1.12) sepia(0.22) contrast(0.9);
}
.hero-wordmark-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Stronger center clear so the wordmark sits on a clean cream field, with
     a soft warm vignette feathering out to the edges. */
  background:
    radial-gradient(ellipse 55% 70% at center, var(--bg-warm-white) 18%, rgba(245,240,232,0.85) 38%, transparent 70%),
    radial-gradient(ellipse 100% 80% at center, transparent 40%, rgba(245,240,232,0.6) 70%, var(--bg-warm-white) 95%);
}
.hero-wordmark-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.hero-eyebrow {
  margin-bottom: var(--space-6);
}
.hero-wordmark-h1 {
  font-family: var(--font-serif);
  font-weight: 300;
  color: var(--text-primary);
  font-size: clamp(80px, 16vw, 240px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  margin: 0;
  text-transform: uppercase;
}
.hero-wordmark-h1 .h1-line {
  display: block;
}
.hero-wordmark-h1 .h1-line-2 {
  display: block;
  font-size: 0.6em;
  line-height: 1;
  margin: -0.1em 0;
}
.hero-wordmark-h1 .slash {
  color: var(--accent-gold);
  font-style: italic;
  font-weight: 300;
}
.hero-wordmark-tagline {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  color: var(--secondary-brown);
  margin-top: var(--space-6);
  letter-spacing: 0;
}
.hero-wordmark-tagline em {
  font-style: italic;
  color: var(--text-primary);
}
.hero-wordmark-rule {
  width: 64px;
  height: 1px;
  background: var(--accent-gold);
  margin: var(--space-5) auto;
}
.hero-wordmark-meta {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Mobile: hero wordmark — keep "RESEARCH" on one line at all viewports */
@media (max-width: 768px) {
  .hero-wordmark { padding: 72px 0 64px; }
  .hero-wordmark-h1 {
    font-size: clamp(56px, 13vw, 96px);
    letter-spacing: -0.035em;
    line-height: 0.92;
  }
  .hero-wordmark-h1 .h1-line-2 { font-size: 0.5em; margin: -0.05em 0; }
  .hero-wordmark-tagline {
    font-size: 17px;
    padding: 0 var(--space-3);
  }
  .hero-wordmark-meta {
    font-size: 9px;
    letter-spacing: 0.2em;
    padding: 0 var(--space-3);
    line-height: 1.7;
  }
  /* On tablets the desktop treatment is already strong enough — just nudge
     the radial mask a bit tighter for the narrower viewport. */
  .hero-wordmark-bg img {
    opacity: 0.035;
    filter: blur(4px) saturate(0.5) brightness(1.1) sepia(0.18) contrast(0.92);
  }
  .hero-wordmark-bg::after {
    background:
      radial-gradient(ellipse 65% 65% at center, var(--bg-warm-white) 12%, rgba(245,240,232,0.8) 35%, transparent 70%),
      radial-gradient(ellipse 100% 80% at center, transparent 40%, rgba(245,240,232,0.6) 70%, var(--bg-warm-white) 95%);
  }
}
@media (max-width: 480px) {
  .hero-wordmark { padding: 56px 0 52px; }
  .hero-wordmark-h1 {
    font-size: clamp(44px, 14.5vw, 64px);
    letter-spacing: -0.03em;
  }
  .hero-wordmark-tagline { font-size: 15px; }
  .hero-wordmark-meta { font-size: 8.5px; letter-spacing: 0.16em; }
  /* Treat the vial as a tall silhouette anchored to the bottom-right rather
     than a full-bleed crop. Heavy blur + warm tint makes it read as
     atmosphere, not a product photo with readable label text. */
  .hero-wordmark-bg { justify-content: flex-end; align-items: flex-end; }
  .hero-wordmark-bg img {
    width: auto;
    height: 75%;
    max-width: 60%;
    object-fit: contain;
    object-position: bottom right;
    opacity: 0.09;
    filter: blur(2.5px) saturate(0.55) brightness(1.08) sepia(0.18);
    transform: translateX(8%) translateY(6%);
  }
  .hero-wordmark-bg::after {
    background:
      radial-gradient(ellipse 90% 55% at 50% 35%, rgba(200,169,110,0.05) 0%, transparent 65%),
      radial-gradient(ellipse 70% 50% at 30% 50%, var(--bg-warm-white) 30%, transparent 75%);
  }
}

/* ============ HERO BAND 2 — CLINICAL SPEC CARD ============ */
.hero-spec {
  background: var(--bg-primary);
  padding: var(--space-9) 0 var(--space-9);
  position: relative;
  border-bottom: 1px solid var(--border-light);
}
.hero-spec::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 1px;
  background: var(--accent-gold);
  opacity: 0.15;
  pointer-events: none;
}
.hero-spec-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-8);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-spec-headline {
  font-family: var(--font-serif);
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.022em;
  font-weight: 300;
  margin: var(--space-4) 0 var(--space-5);
  color: var(--text-primary);
}
.hero-spec-headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--secondary-brown);
}
.hero-spec-body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 480px;
  margin-bottom: var(--space-7);
}

.hero-spec-stats {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-5) 0;
  margin-bottom: var(--space-7);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  max-width: 560px;
}
.hero-stat {
  flex: 1;
  text-align: left;
}
.hero-stat-num {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-stat-num .prefix, .hero-stat-num .suffix {
  font-size: 0.55em;
  color: var(--secondary-brown);
  font-weight: 400;
}
.hero-stat-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: var(--space-2);
}
.hero-stat-divider {
  width: 1px;
  height: 48px;
  background: var(--accent-gold);
  opacity: 0.4;
}

.hero-spec-actions {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  flex-wrap: wrap;
}
.hero-cta-ghost {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-primary);
  position: relative;
  padding: 4px 0;
}
.hero-cta-ghost::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 1px;
  background: var(--accent-gold);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform var(--duration-base) var(--ease-emphasis);
}
.hero-cta-ghost:hover::after { transform: scaleX(0); }

/* The clinical spec card */
.hero-spec-card { display: flex; justify-content: center; }
.spec-card-frame {
  width: 100%;
  max-width: 460px;
  background: var(--bg-warm-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26, 26, 24, 0.06);
  transition: box-shadow var(--duration-base) var(--ease-emphasis);
}
.spec-card-frame:hover { box-shadow: 0 30px 80px rgba(26, 26, 24, 0.10); }
.spec-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--bg-primary);
  overflow: hidden;
}
.spec-card-image img { width: 100%; height: 100%; object-fit: cover; }
.spec-card-data {
  padding: var(--space-5) var(--space-5) var(--space-4);
  border-top: 1px solid var(--border-light);
}
.spec-card-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-primary);
}
.spec-card-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--secondary-brown);
  margin-top: 2px;
  margin-bottom: var(--space-4);
}
.spec-card-dl {
  display: flex;
  flex-direction: column;
  margin: 0 0 var(--space-4);
  border-top: 1px solid var(--border-light);
}
.spec-card-dl > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
}
.spec-card-dl dt {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.spec-card-dl dd {
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 12px;
  color: var(--text-primary);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.spec-card-chroma {
  width: 100%;
  height: auto;
  display: block;
  margin: var(--space-3) 0 var(--space-4);
}
.spec-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-light);
  padding-top: var(--space-3);
  flex-wrap: wrap;
  gap: var(--space-2);
}
.spec-card-verified {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-gold);
}
.spec-card-download {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-primary);
  border-bottom: 1px solid var(--accent-gold);
  padding-bottom: 2px;
}

@media (max-width: 900px) {
  .hero-spec-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero-spec::before { left: 24px; }
  .spec-card-frame { max-width: 100%; }
}

/* ============ HERO BAND 3 — CATALOG ROW ============ */
.hero-catalog {
  background: var(--bg-warm-white);
  padding: var(--space-9) 0;
  border-bottom: 1px solid var(--border-light);
}
.hero-catalog-head {
  text-align: center;
  margin-bottom: var(--space-7);
}
.hero-catalog-head .eyebrow { display: inline-block; margin-bottom: var(--space-3); }
.hero-catalog-h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.0;
  color: var(--text-primary);
}
.hero-catalog-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--secondary-brown);
}

.hero-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.hero-catalog-card {
  display: block;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: transform 320ms var(--ease-physical),
              box-shadow 320ms var(--ease-emphasis);
}
.hero-catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(26, 26, 24, 0.10);
}
.hero-catalog-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bg-primary);
}
.hero-catalog-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-emphasis);
}
.hero-catalog-card:hover .hero-catalog-image img { transform: scale(1.03); }
.hero-catalog-meta {
  padding: var(--space-5);
  background: var(--bg-warm-white);
  border-top: 1px solid var(--border-light);
}
.hero-catalog-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: var(--space-3);
}
.hero-catalog-price {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--accent-gold);
  margin-bottom: var(--space-4);
}
.hero-catalog-price .hero-catalog-suffix {
  font-size: 0.7em;
  opacity: 0.7;
}
.hero-catalog-link {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-light);
}

@media (max-width: 768px) {
  .hero-catalog-grid { grid-template-columns: 1fr; }
  .hero-catalog { padding: var(--space-7) 0; }
  .hero-catalog-h2 { font-size: clamp(28px, 7vw, 40px); }
}

/* ============ ITALIC PULL QUOTE (signature moment) ============ */
.hero-pullquote {
  background: var(--bg-primary);
  padding: 120px 0 100px;
  text-align: center;
}
.pullquote {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.pullquote-mark {
  font-family: var(--font-serif);
  font-size: 160px;
  font-style: italic;
  color: var(--accent-gold);
  line-height: 0.7;
  opacity: 0.5;
  margin-bottom: -10px;
}
.pullquote p {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--text-primary);
}
.pullquote p em {
  font-style: italic;
  color: var(--accent-gold);
  font-weight: 400;
}
.pullquote-cite {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: var(--space-6);
}

/* Mobile: pullquote section */
@media (max-width: 768px) {
  .hero-pullquote { padding: 64px 0 56px; }
  .pullquote-mark { font-size: 96px; margin-bottom: -8px; }
  .pullquote p {
    font-size: clamp(22px, 5.6vw, 30px);
    line-height: 1.25;
    padding: 0 var(--space-3);
  }
  .pullquote-cite { font-size: 10px; letter-spacing: 0.14em; padding: 0 var(--space-3); }
}
@media (max-width: 480px) {
  .hero-pullquote { padding: 52px 0 48px; }
  .pullquote-mark { font-size: 72px; }
  .pullquote p { font-size: 20px; }
}

/* ============= HERO ============= */
.hero {
  background: var(--bg-primary);
  padding: var(--space-9) 0 var(--space-10);
  position: relative;
  overflow: hidden;
}

/* CHANGE 3 — Invisible gold grid line, subliminal precision */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 1px;
  background: var(--accent-gold);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 900px) {
  .hero::before { left: 24px; }
}

.hero .container { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--space-8);
  align-items: center;
}
.hero-content { max-width: 620px; }

/* CHANGE 2 — Massive light-weight headline */
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(56px, 9vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  margin-bottom: var(--space-5);
  font-weight: 300;
  color: var(--text-primary);
}
.hero h1 .accent {
  color: var(--secondary-brown);
  font-style: italic;
  font-weight: 400;
}
.hero h1 .h1-line {
  display: block;
}

.hero-sub {
  font-size: var(--fs-md);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-6);
  max-width: 520px;
}

/* CHANGE 4 — Testimonial above CTA, social proof before ask */
.hero-quote {
  border-left: 2px solid var(--accent-gold);
  padding: 8px 0 8px 16px;
  margin: 0 0 var(--space-6);
  max-width: 520px;
}
.hero-quote p {
  font-family: var(--font-serif);
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
  color: var(--secondary-brown);
  margin-bottom: 10px;
  font-weight: 400;
}
.hero-quote-stars {
  display: inline-block;
  color: var(--accent-gold);
  letter-spacing: 0.18em;
  font-size: 13px;
  margin-bottom: 6px;
}
.hero-quote-attribution {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* CHANGE 5 — CTA micro-animation: arrow slide + load pulse */
.hero-cta-wrap {
  display: inline-block;
  margin-bottom: var(--space-6);
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: var(--bg-dark);
  color: var(--text-on-dark);
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: background var(--duration-base) var(--ease-emphasis);
  border: none;
  position: relative;
  overflow: hidden;
}
.hero-cta:hover {
  background: #2A2A28;
}
.hero-cta .arrow {
  display: inline-block;
  transition: transform var(--duration-base) var(--ease-emphasis);
}
.hero-cta:hover .arrow {
  transform: translateX(4px);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: 0;
}

/* Hero visual — stacked label cards */
.hero-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card {
  position: absolute;
  width: 280px;
  height: 360px;
  background: var(--bg-warm-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: transform 800ms var(--ease-emphasis);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-card-1 { transform: rotate(-8deg) translate(-90px, -10px); z-index: 1; }
.hero-card-2 { transform: rotate(2deg) translate(0, 20px); z-index: 3; }
.hero-card-3 { transform: rotate(8deg) translate(90px, -10px); z-index: 2; }

.hero-visual:hover .hero-card-1 { transform: rotate(-12deg) translate(-110px, -20px); }
.hero-visual:hover .hero-card-3 { transform: rotate(12deg) translate(110px, -20px); }

/* ============ HERO ENTRANCE ANIMATION (wordmark hero) ============ */
.hero-wordmark-inner > * { opacity: 0; }
.hero-wordmark h1 .h1-line {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(10px);
}

@keyframes mog-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes mog-blur-in {
  from { opacity: 0; filter: blur(6px); transform: translateY(10px); }
  to   { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes mog-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes mog-cta-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.025); }
}

body.hero-ready .hero-wordmark-inner > .hero-eyebrow { animation: mog-fade-up 480ms var(--ease-emphasis) 80ms forwards; }
body.hero-ready .hero-wordmark h1 .h1-line-1         { animation: mog-blur-in 600ms var(--ease-emphasis) 220ms forwards; }
body.hero-ready .hero-wordmark h1 .h1-line-2         { animation: mog-blur-in 600ms var(--ease-emphasis) 540ms forwards; }
body.hero-ready .hero-wordmark h1 .h1-line-3         { animation: mog-blur-in 600ms var(--ease-emphasis) 860ms forwards; }
body.hero-ready .hero-wordmark-inner > .hero-wordmark-h1 { opacity: 1; }
body.hero-ready .hero-wordmark-inner > .hero-wordmark-tagline { animation: mog-fade-up 520ms var(--ease-emphasis) 1100ms forwards; }
body.hero-ready .hero-wordmark-inner > .hero-wordmark-rule    { animation: mog-fade-in 520ms var(--ease-emphasis) 1240ms forwards; }
body.hero-ready .hero-wordmark-inner > .hero-wordmark-meta    { animation: mog-fade-up 520ms var(--ease-emphasis) 1320ms forwards; }
body.hero-ready .hero-cta { animation: mog-cta-pulse 1800ms ease-in-out 2000ms 1; }

@media (prefers-reduced-motion: reduce) {
  .hero-wordmark-inner > *,
  .hero-wordmark h1 .h1-line { opacity: 1; filter: none; transform: none; animation: none !important; }
}

/* ============ CHANGE 11 — HERO STATS ROW ============ */
.hero-stats {
  background: var(--bg-primary);
  padding: 60px 0 84px;
  border-bottom: 1px solid var(--border-light);
}
.hero-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  max-width: 920px;
  margin: 0 auto;
}
.hero-stat {
  text-align: center;
  flex: 1;
  padding: 0 var(--space-4);
}
.hero-stat-num {
  font-family: var(--font-serif);
  font-size: 64px;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-stat-num .prefix,
.hero-stat-num .suffix {
  font-size: 0.6em;
  color: var(--secondary-brown);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.hero-stat-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: var(--space-3);
}
.hero-stat-divider {
  width: 1px;
  height: 64px;
  background: var(--accent-gold);
  opacity: 0.4;
}

@media (max-width: 768px) {
  .hero-stats { padding: 48px 0 56px; }
  .hero-stats-inner {
    flex-direction: column;
    gap: var(--space-5);
    align-items: stretch;
  }
  .hero-stat { padding: var(--space-3) 0; }
  .hero-stat-num { font-size: 48px; }
  .hero-stat-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero-visual { height: 460px; order: -1; }
  .hero-card { width: 200px; height: 260px; }
  .hero-card-1 { transform: rotate(-8deg) translate(-60px, -10px); }
  .hero-card-3 { transform: rotate(8deg) translate(60px, -10px); }
}

/* ============= PRODUCTS — HORIZONTAL SCROLL ============= */
.products-scroll {
  position: relative;
  margin: 0 calc(var(--container-padding) * -1);
  padding: 0 var(--container-padding);
}
.products-scroll-track {
  display: flex;
  gap: var(--space-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: var(--space-5);
  -webkit-overflow-scrolling: touch;
}
.products-scroll-track::-webkit-scrollbar { height: 4px; }
.products-scroll-track::-webkit-scrollbar-thumb { background: var(--secondary-brown); }

/* CHANGE 7 — Physical hover state with overshoot */
.product-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: var(--bg-warm-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 320ms var(--ease-physical),
              box-shadow 320ms var(--ease-emphasis),
              border-color 320ms var(--ease-emphasis);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(26, 26, 24, 0.12);
  border-color: rgba(200, 169, 110, 0.4);
}
.product-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}
.product-card-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-emphasis);
}
.product-card:hover .product-card-image img { transform: scale(1.02); }

.product-card-body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  flex: 1;
}
.product-card-name {
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}
.product-card-price {
  font-size: var(--fs-lg);
  font-weight: 500;
  color: var(--text-primary);
  transition: color 320ms var(--ease-emphasis);
}
.product-card:hover .product-card-price {
  color: var(--accent-gold);
}
.product-card-cta {
  margin-top: auto;
  padding: 12px 20px;
  font-size: var(--fs-xs);
}

/* ============= SECTION HEADINGS — CHANGE 9 TIGHTENED HIERARCHY ============= */
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-7);
}
.section-heading h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 300;
  max-width: 700px;
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--text-primary);
}
.section-heading h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--secondary-brown);
}
.section-heading p {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 480px;
  margin-top: var(--space-3);
  line-height: 1.65;
  font-weight: 400;
}

/* ============= CATEGORY EXPLORER ============= */
.categories {
  background: var(--bg-warm-white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7);
}
.category-card {
  position: relative;
  padding: var(--space-7);
  border: 1px solid var(--border-light);
  background: var(--bg-primary);
  transition: transform 320ms var(--ease-physical),
              box-shadow 320ms var(--ease-emphasis);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(26, 26, 24, 0.10);
}
.category-num {
  font-family: var(--font-serif);
  font-size: var(--fs-display);
  color: var(--accent-gold);
  opacity: 0.25;
  line-height: 0.8;
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  font-weight: 300;
}
.category-card h3 {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: var(--space-4);
  position: relative;
  z-index: 1;
}
.category-card p {
  font-size: var(--fs-base);
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: var(--space-6);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .categories-grid { grid-template-columns: 1fr; }
  .category-num { font-size: 80px; }
}

/* ============= PROCESS STEPS ============= */
.process {
  background: var(--bg-primary);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-7);
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-gold) 20%, var(--accent-gold) 80%, transparent);
  opacity: 0.4;
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: left;
  background: var(--bg-primary);
  padding-right: var(--space-3);
}
.process-num {
  display: inline-flex;
  width: 60px; height: 60px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  color: var(--accent-gold);
  background: var(--bg-primary);
  border: 1px solid var(--accent-gold);
  border-radius: 50%;
  margin-bottom: var(--space-5);
}
.process-step h4 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: var(--space-3);
}
.process-step p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
}
@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr 1fr; gap: var(--space-6); }
  .process-grid::before { display: none; }
}

/* ============= COMPARISON TABLE ============= */
.comparison {
  background: var(--bg-warm-white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.comparison-table {
  overflow-x: auto;
  margin-top: var(--space-7);
}
.comparison-table table {
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison-table th, .comparison-table td {
  padding: var(--space-4) var(--space-5);
  text-align: center;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}
.comparison-table th:first-child, .comparison-table td:first-child {
  text-align: left;
  color: var(--text-secondary);
  font-weight: 400;
}
.comparison-table thead th {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
  color: var(--text-primary);
}
.comparison-table .col-mog {
  background: var(--bg-primary);
  border-left: 2px solid var(--accent-gold);
  border-right: 1px solid var(--border-light);
}
.comparison-table .col-mog.head { position: relative; }
.comparison-table .check { color: var(--text-primary); font-weight: 500; font-size: var(--fs-md); }
.comparison-table .cross { color: var(--text-muted); }

/* ============= COA SECTION ============= */
.coa-cta {
  background: var(--bg-dark);
  color: var(--text-on-dark);
  padding: var(--space-9) 0;
  position: relative;
  overflow: hidden;
}
.coa-cta::before {
  content: 'MOG.';
  position: absolute;
  bottom: -40px; right: -10px;
  font-family: var(--font-serif);
  font-size: 280px;
  color: rgba(200, 169, 110, 0.06);
  font-weight: 300;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.coa-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
  position: relative;
  z-index: 1;
}
.coa-cta h2 {
  color: var(--text-on-dark);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.8vw, 56px);
  margin-bottom: var(--space-5);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.0;
}
.coa-cta p {
  color: rgba(253, 250, 245, 0.75);
  font-size: var(--fs-md);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}
.coa-cta-buttons { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.coa-cta .btn-outline { color: var(--text-on-dark); border-color: rgba(253, 250, 245, 0.4); }
.coa-cta .btn-outline:hover { background: var(--text-on-dark); color: var(--bg-dark); border-color: var(--text-on-dark); }
@media (max-width: 768px) {
  .coa-cta-grid { grid-template-columns: 1fr; }
}

/* ============= TESTIMONIALS ============= */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-7);
}
.testimonial {
  background: var(--bg-warm-white);
  padding: var(--space-6);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: transform 320ms var(--ease-physical),
              box-shadow 320ms var(--ease-emphasis);
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(26, 26, 24, 0.08);
}
.testimonial-stars { color: var(--accent-gold); letter-spacing: 0.15em; }
.testimonial p {
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  line-height: 1.55;
  color: var(--text-primary);
  font-style: italic;
  flex: 1;
}
.testimonial-author {
  font-size: var(--fs-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ============= FAQ ACCORDION ============= */
.faq-list {
  max-width: 820px;
  margin: var(--space-7) auto 0;
}
.faq-item {
  border-bottom: 1px solid var(--border-light);
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: var(--space-5) 0;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  cursor: pointer;
  background: transparent;
  border: none;
  transition: color var(--duration-base) var(--ease-emphasis);
}
.faq-question:hover { color: var(--secondary-brown); }
.faq-icon {
  display: inline-block;
  width: 14px; height: 14px;
  position: relative;
  flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--text-primary);
  transition: transform var(--duration-base) var(--ease-emphasis);
}
.faq-icon::before { top: 6px; left: 0; width: 100%; height: 2px; }
.faq-icon::after { left: 6px; top: 0; height: 100%; width: 2px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms var(--ease-emphasis);
}
.faq-answer-inner {
  padding-bottom: var(--space-5);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 720px;
}

/* ============= EMAIL SIGNUP ============= */
.email-signup {
  background: var(--bg-primary);
  padding: var(--space-9) 0;
  border-top: 1px solid var(--border-light);
}
.email-signup-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.email-signup h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 300;
  margin-bottom: var(--space-4);
  letter-spacing: -0.015em;
  line-height: 1.0;
}
.email-signup p {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}
.email-signup-form {
  display: flex;
  gap: var(--space-2);
  max-width: 480px;
  margin: 0 auto;
}
.email-signup-input {
  flex: 1;
  padding: 14px var(--space-5);
  font-size: var(--fs-base);
  background: var(--bg-warm-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color var(--duration-base) var(--ease-emphasis);
}
.email-signup-input:focus { border-color: var(--text-primary); }
.email-signup-privacy {
  margin-top: var(--space-4);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}
@media (max-width: 480px) {
  .email-signup-form { flex-direction: column; }
}

/* ============ CHANGE 10 — FIRST SCROLL REWARD ============ */
.section.first-scroll {
  background: linear-gradient(180deg, var(--bg-primary) 0%, #EDE8DE 100%);
  padding-top: var(--space-9);
}

/* ============ CHANGE 12 — MOBILE TIGHTENING ============ */
@media (max-width: 768px) {
  .hero { padding: var(--space-8) 0 var(--space-9); }
  .hero h1 { font-size: 52px; line-height: 0.96; }
  .hero-content { max-width: none; }
  .hero-cta-wrap { display: block; }
  .hero-cta {
    width: 100%;
    justify-content: center;
    height: 56px;
    padding: 0 var(--space-5);
    font-size: 13px;
  }
  .hero-quote {
    border-left-width: 2px;
    padding: var(--space-4) var(--space-5);
    background: var(--bg-warm-white);
    border-radius: var(--radius-sm);
    margin: var(--space-3) 0 var(--space-5);
  }
  .product-card { flex: 0 0 calc(100vw - 80px); }
}

/* ============ CHANGE 8 — SCROLL REVEAL TIMING ============ */
/* Override the generic .reveal in global.css with smoother emphasis curve */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms var(--ease-emphasis),
    transform 700ms var(--ease-emphasis);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 240ms; }
.reveal-delay-4 { transition-delay: 320ms; }

/* ============ LATEST RESEARCH — Blog hub on home ============ */
.research-hub {
  background: var(--bg-primary);
  border-top: 1px solid var(--border-light);
}
.research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7);
}
.research-card {
  position: relative;
  padding: var(--space-7);
  border: 1px solid var(--border-light);
  background: var(--bg-warm-white);
  transition: transform 320ms var(--ease-physical),
              box-shadow 320ms var(--ease-emphasis);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.research-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(26, 26, 24, 0.10);
}
.research-meta {
  font-family: var(--font-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--secondary-brown);
  margin-bottom: var(--space-4);
}
.research-card h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: var(--space-4);
  letter-spacing: -0.01em;
}
.research-card h3 a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 200ms var(--ease-emphasis);
}
.research-card h3 a:hover { color: var(--secondary-brown); }
.research-card p {
  font-size: var(--fs-base);
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: var(--space-6);
  flex-grow: 1;
}
.research-card .btn-link {
  align-self: flex-start;
}
@media (max-width: 768px) {
  .research-grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .research-card { padding: var(--space-5); min-height: auto; }
  .research-card h3 { font-size: 22px; }
}
