/* ===== BGH — Tokens & Motion (brand aligned) ===== */

@font-face {
  font-family: 'BGH Glancyr';
  src: url('../brand/fonts/Glancyr-Variable-VF.woff2') format('woff2'),
       url('../brand/fonts/Glancyr-Variable-VF.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* ===== Homepage refinement: concise sections + image-led leadership ===== */
.home-page section .eyebrow,
.home-page .whyhscroll-head-meta,
.home-page .leadernew-head-meta {
  display: none !important;
}

.home-page .ecosystem-advantage-scene {
  background: linear-gradient(180deg, var(--cream) 0%, #f1e4cc 100%) !important;
  color: var(--maroon) !important;
  padding: clamp(56px, 8vw, 120px) 0 !important;
  min-height: auto !important;
  border-top: none !important;
  position: relative;
  overflow: hidden;
}
.home-page .ecosystem-advantage-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgba(99, 18, 68, 0.05), transparent 38%);
  pointer-events: none;
  z-index: 0;
}
.home-page .ecosystem-advantage-scene > * { position: relative; z-index: 1; }

/* ===== UNIFIED section heading sizing across the homepage =====
   Single source of truth: every section h2 / .*-headline matches
   the Integrated ecosystem heading size (32-52px).
*/
.home-page section h2,
.home-page .pillarsv4-headline,
.home-page .whyhscroll-headline,
.home-page .opscroll-headline,
.home-page .value-headline,
.home-page .specimen-headline,
.home-page .ecogrid-headline,
.home-page .leadernew-headline,
.home-page .capabilities-head h2,
.home-page .partners-head h2,
.home-page .certifications-head h2,
.home-page .group-overview-head h2,
.home-page .eco-closer-inner h2,
.home-page .faq-scene h2,
.home-page .inline-contact-scene h2 {
  font-size: clamp(32px, 3.6vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  font-weight: 400 !important;
}
/* Hero is exempt — uses its own CSS in styles.css (clamp 56-144px), do NOT override here */

/* ===== Bettergrow at a glance — gow-v2 redesign ===== */
.home-page .group-overview-scene.gow-v2 {
  background: linear-gradient(180deg, #faf2e0 0%, #f4e4c4 100%) !important;
  padding: clamp(48px, 6vw, 96px) 0 !important;
}
.home-page .gow-v2 .group-overview-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
}
.home-page .gow-v2 .group-overview-head {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}
.home-page .gow-v2 .group-overview-head h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 3.6vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  color: var(--maroon) !important;
  font-weight: 400 !important;
  margin: 0 0 12px !important;
  white-space: nowrap;
  max-width: none !important;
}
@media (max-width: 720px) {
  .home-page .gow-v2 .group-overview-head h2 { white-space: normal; }
}
.home-page .gow-v2 .group-overview-head h2 em { color: var(--orange) !important; font-style: italic; }
.home-page .gow-v2 .group-overview-head p {
  font-size: clamp(15px, 1.1vw, 18px) !important;
  color: rgba(15, 11, 14, 0.5) !important;
  margin: 0 !important;
}

.home-page .gow-v2 .overview-orbit-system {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr) !important;
  gap: clamp(18px, 1.6vw, 28px) !important;
  align-items: stretch !important;
}
@media (max-width: 1080px) {
  .home-page .gow-v2 .overview-orbit-system {
    grid-template-columns: 1fr !important;
  }
}

.home-page .gow-v2 .gow-card {
  background: rgba(255, 252, 245, 0.6);
  border: 1px solid rgba(99, 18, 68, 0.08);
  border-radius: 24px;
  padding: clamp(20px, 2.2vw, 32px);
  box-shadow: 0 18px 50px -28px rgba(99, 18, 68, 0.12);
  display: flex;
  flex-direction: column;
}

/* Eyebrow */
.home-page .gow-v2 .gow-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(222, 88, 41, 0.28);
  align-self: stretch;
}

/* Icon circles — gold/cream with maroon line icon */
.home-page .gow-v2 .gow-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbecd3 0%, #f3d9a6 100%);
  color: var(--orange);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(222, 88, 41, 0.18);
}
.home-page .gow-v2 .gow-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.home-page .gow-v2 .gow-icon-sm {
  width: 32px;
  height: 32px;
}
.home-page .gow-v2 .gow-icon-sm svg {
  width: 16px;
  height: 16px;
}

/* LEFT — Foundation list */
.home-page .gow-v2 .gow-foundation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  flex: 0 0 auto;
}
.home-page .gow-v2 .gow-foundation-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-page .gow-v2 .gow-fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-page .gow-v2 .gow-fact dt {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(15, 11, 14, 0.42);
  margin: 0;
}
.home-page .gow-v2 .gow-fact dd {
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--maroon);
  margin: 0;
  letter-spacing: -0.005em;
  line-height: 1.2;
  font-weight: 400;
}

/* MIDDLE — Orbit stage */
.home-page .gow-v2 .overview-orbit-stage {
  position: relative;
  padding: clamp(18px, 1.8vw, 28px) !important;
  background: rgba(255, 252, 245, 0.55);
  border: 1px solid rgba(99, 18, 68, 0.08);
  border-radius: 24px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 210px) minmax(0, 1fr) !important;
  grid-template-rows: minmax(95px, 0.95fr) minmax(180px, 1.8fr) minmax(95px, 0.95fr) !important;
  gap: clamp(10px, 1vw, 14px);
  align-items: stretch;
  justify-items: stretch;
  height: 100%;
}
.home-page .gow-v2 .overview-orbit-ring {
  position: absolute !important;
  border: 1px dashed rgba(222, 88, 41, 0.28);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.home-page .gow-v2 .overview-orbit-ring-outer {
  width: 88%; height: 88%;
  top: 6%; left: 6%;
}
.home-page .gow-v2 .overview-orbit-ring-inner {
  width: 62%; height: 62%;
  top: 19%; left: 19%;
}

.home-page .gow-v2 .overview-hub {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  background: linear-gradient(165deg, var(--maroon) 0%, var(--maroon-darker) 100%) !important;
  border-radius: 24px !important;
  padding: clamp(20px, 2vw, 28px) clamp(16px, 1.6vw, 22px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
  color: var(--cream) !important;
  z-index: 2;
  box-shadow: 0 22px 50px -24px rgba(99, 18, 68, 0.45);
  align-self: stretch !important;
  justify-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
}
.home-page .gow-v2 .overview-hub span {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange-soft);
  margin: 0 0 18px;
  display: block;
}
.home-page .gow-v2 .overview-hub strong {
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--cream);
  margin: 0 auto;
  display: block;
  max-width: 9ch;
}
.home-page .gow-v2 .overview-hub strong::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--orange);
  margin: 18px auto;
}
.home-page .gow-v2 .overview-hub p {
  font-size: 11px;
  color: rgba(249, 246, 242, 0.82);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 13ch;
}

/* Orbit node cards */
.home-page .gow-v2 .overview-node {
  position: static !important;
  transform: none !important;
  background: #fffcf5;
  border-radius: 14px;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 10px 22px -14px rgba(99, 18, 68, 0.16);
  z-index: 1;
  min-width: 0;
  min-height: 0;
}
.home-page .gow-v2 .overview-node .gow-icon-sm {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
}
.home-page .gow-v2 .overview-node .gow-icon-sm svg { width: 14px; height: 14px; }
.home-page .gow-v2 .overview-node strong {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--maroon);
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight: 400;
  margin-top: 0;
}
.home-page .gow-v2 .overview-node .gow-node-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(15, 11, 14, 0.46);
  line-height: 1.3;
  margin-top: -4px;
}
/* Orbit node positions in the 3x3 grid */
.home-page .gow-v2 .overview-node-a { grid-column: 1; grid-row: 1; }
.home-page .gow-v2 .overview-node-b { grid-column: 3; grid-row: 1; }
.home-page .gow-v2 .overview-node-c { grid-column: 1; grid-row: 2; }
.home-page .gow-v2 .overview-node-d { grid-column: 3; grid-row: 2; }
.home-page .gow-v2 .overview-node-e { grid-column: 1; grid-row: 3; }
.home-page .gow-v2 .overview-node-f { grid-column: 3; grid-row: 3; }

/* ===== Bettergrow at a glance — screenshot-matched composition ===== */
.home-page .group-overview-scene.gow-v2 {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.78), transparent 46%),
    linear-gradient(180deg, #fbf3e7 0%, #f3dfb9 100%) !important;
  min-height: 972px !important;
  padding: 54px 0 74px !important;
  color: var(--maroon) !important;
}

.home-page .gow-v2 .group-overview-wrap {
  width: min(1486px, calc(100vw - 120px));
  max-width: 1486px;
  padding: 0 !important;
}

.home-page .gow-v2 .group-overview-head { margin: 0 0 34px 8px !important; }

.home-page .gow-v2 .group-overview-head h2 {
  font-family: var(--font-heading) !important;
  font-size: clamp(58px, 4.85vw, 76px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  color: var(--maroon) !important;
  margin: 0 0 16px !important;
}

.home-page .gow-v2 .group-overview-head h2 span { color: var(--orange); }

.home-page .gow-v2 .group-overview-head p {
  font-size: 22px !important;
  line-height: 1.35 !important;
  color: rgba(41, 33, 29, 0.58) !important;
  margin: 0 !important;
}

.home-page .gow-v2 .overview-orbit-system {
  display: grid !important;
  grid-template-columns: 390px 672px 365px !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.home-page .gow-v2 .gow-card,
.home-page .gow-v2 .overview-orbit-stage {
  min-height: 664px !important;
  background: rgba(255, 253, 248, 0.68) !important;
  border: 1px solid rgba(99, 18, 68, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 72px -52px rgba(99, 18, 68, 0.34) !important;
}

.home-page .gow-v2 .overview-orbit-copy,
.home-page .gow-v2 .overview-brand-column { padding: 34px 32px !important; }

.home-page .gow-v2 .gow-eyebrow {
  display: block;
  width: 100%;
  padding: 0 0 18px !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid rgba(232, 90, 26, 0.28) !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.22em !important;
  font-weight: 700 !important;
  color: var(--orange) !important;
  text-transform: uppercase;
}

.home-page .gow-v2 .gow-eyebrow::after {
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 16px;
  background: var(--orange);
}

.home-page .gow-v2 .gow-foundation-list { gap: 0 !important; }

.home-page .gow-v2 .gow-foundation-list li {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 88px;
  padding: 0 !important;
  border-bottom: 1px solid rgba(99, 18, 68, 0.09);
}

.home-page .gow-v2 .gow-foundation-list li:last-child { border-bottom: 0; }

.home-page .gow-v2 .gow-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: rgba(78, 66, 59, 0.68) !important;
  box-shadow:
    0 12px 24px -18px rgba(99, 18, 68, 0.28),
    inset 0 0 0 1px rgba(99, 18, 68, 0.1) !important;
}

.home-page .gow-v2 .gow-icon svg {
  width: 25px !important;
  height: 25px !important;
}

.home-page .gow-v2 .gow-fact dt {
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em !important;
  font-weight: 700 !important;
  color: rgba(41, 33, 29, 0.5) !important;
  margin: 0 0 8px !important;
}

.home-page .gow-v2 .gow-fact dd {
  font-family: var(--font-body) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -0.015em !important;
  color: var(--maroon) !important;
}

.home-page .gow-v2 .overview-orbit-stage {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home-page .gow-v2 .overview-orbit-ring {
  position: absolute !important;
  pointer-events: none;
  border-color: rgba(232, 90, 26, 0.26) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

.home-page .gow-v2 .overview-orbit-ring-outer {
  width: 586px !important;
  height: 586px !important;
  top: 30px !important;
  left: 43px !important;
  border-style: dashed !important;
}

.home-page .gow-v2 .overview-orbit-ring-inner {
  width: 446px !important;
  height: 446px !important;
  top: 100px !important;
  left: 113px !important;
}

.home-page .gow-v2 .overview-hub {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 245px !important;
  min-height: 282px !important;
  transform: translate(-50%, -50%) !important;
  padding: 44px 32px 34px !important;
  border-radius: 32px !important;
  background: linear-gradient(150deg, #7b0f45 0%, #510a2f 58%, #3f071f 100%) !important;
  box-shadow: 0 34px 46px -30px rgba(99, 18, 68, 0.7) !important;
  color: #fffaf1 !important;
  z-index: 3 !important;
}

.home-page .gow-v2 .overview-hub span {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  color: #f0a057 !important;
  margin: 0 0 22px !important;
}

.home-page .gow-v2 .overview-hub strong {
  font-size: 36px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  max-width: 8ch;
}

.home-page .gow-v2 .overview-hub strong::after {
  width: 32px !important;
  margin: 22px 0 18px !important;
}

.home-page .gow-v2 .overview-hub p {
  font-size: 12px !important;
  line-height: 1.45 !important;
  max-width: 16ch !important;
  margin: 0 !important;
  color: rgba(255, 250, 241, 0.74) !important;
}

.home-page .gow-v2 .overview-node {
  position: absolute !important;
  width: 146px !important;
  min-height: 152px !important;
  padding: 18px 18px 16px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(99, 18, 68, 0.08) !important;
  box-shadow: 0 22px 42px -32px rgba(99, 18, 68, 0.36) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 11px !important;
  transform: none !important;
  z-index: 4 !important;
}

.home-page .gow-v2 .overview-node .gow-icon-sm {
  width: 42px !important;
  height: 42px !important;
  color: var(--orange) !important;
  background: #fff2e3 !important;
  box-shadow: none !important;
}

.home-page .gow-v2 .overview-node .gow-icon-sm svg {
  width: 20px !important;
  height: 20px !important;
}

.home-page .gow-v2 .overview-node strong {
  font-family: var(--font-body) !important;
  font-size: 30px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
  font-weight: 700 !important;
  color: var(--maroon) !important;
}

.home-page .gow-v2 .overview-node .gow-node-label {
  font-size: 12px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.12em !important;
  font-weight: 700 !important;
  color: rgba(41, 33, 29, 0.5) !important;
}

.home-page .gow-v2 .overview-node-a { top: 64px !important; left: 54px !important; }
.home-page .gow-v2 .overview-node-b { top: 64px !important; right: 70px !important; }
.home-page .gow-v2 .overview-node-c { top: 264px !important; left: 34px !important; }
.home-page .gow-v2 .overview-node-d { top: 264px !important; right: 42px !important; }
.home-page .gow-v2 .overview-node-e { left: 88px !important; bottom: 50px !important; }
.home-page .gow-v2 .overview-node-f { right: 86px !important; bottom: 50px !important; }

.home-page .gow-v2 .overview-node-f strong {
  font-size: 25px !important;
  line-height: 0.98 !important;
}

.home-page .gow-v2 .gow-brand-list { gap: 20px !important; }

.home-page .gow-v2 .overview-brand-card {
  min-height: 114px !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 20px 26px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(99, 18, 68, 0.08) !important;
  box-shadow: 0 18px 34px -30px rgba(99, 18, 68, 0.3) !important;
}

.home-page .gow-v2 .gow-brand-mark {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: transparent !important;
  color: var(--orange) !important;
  box-shadow: none !important;
}

.home-page .gow-v2 .overview-brand-card:first-child .gow-brand-mark {
  color: var(--maroon) !important;
  transform: scale(1.2);
}

.home-page .gow-v2 .gow-brand-mark svg {
  width: 42px !important;
  height: 42px !important;
}

.home-page .gow-v2 .gow-brand-text strong {
  font-family: var(--font-body) !important;
  font-size: 21px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
  color: var(--maroon) !important;
}

.home-page .gow-v2 .gow-brand-text small {
  margin-top: 10px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.11em !important;
  font-weight: 700 !important;
  color: rgba(41, 33, 29, 0.52) !important;
}

@media (max-width: 1240px) {
  .home-page .group-overview-scene.gow-v2 { min-height: auto !important; }
  .home-page .gow-v2 .group-overview-wrap { width: min(100% - 48px, 980px); }
  .home-page .gow-v2 .overview-orbit-system { grid-template-columns: 1fr !important; }
  .home-page .gow-v2 .overview-orbit-stage { min-height: 680px !important; }
}

@media (max-width: 760px) {
  .home-page .gow-v2 .group-overview-wrap { width: min(100% - 28px, 520px); }
  .home-page .gow-v2 .group-overview-head h2 { font-size: clamp(42px, 13vw, 58px) !important; }
  .home-page .gow-v2 .overview-orbit-stage { min-height: 760px !important; }
  .home-page .gow-v2 .overview-node { width: calc(50% - 26px) !important; }
  .home-page .gow-v2 .overview-node-a,
  .home-page .gow-v2 .overview-node-c,
  .home-page .gow-v2 .overview-node-e { left: 18px !important; }
  .home-page .gow-v2 .overview-node-b,
  .home-page .gow-v2 .overview-node-d,
  .home-page .gow-v2 .overview-node-f { right: 18px !important; }
  .home-page .gow-v2 .overview-node-a,
  .home-page .gow-v2 .overview-node-b { top: 28px !important; }
  .home-page .gow-v2 .overview-node-c,
  .home-page .gow-v2 .overview-node-d { top: 206px !important; }
  .home-page .gow-v2 .overview-node-e,
  .home-page .gow-v2 .overview-node-f { bottom: 28px !important; }
}

/* RIGHT — Brand list */
.home-page .gow-v2 .gow-brand-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  flex: 0 0 auto;
}
.home-page .gow-v2 .overview-brand-card {
  display: flex !important;
  align-items: center;
  gap: 16px;
  background: #fffcf5 !important;
  border-radius: 16px !important;
  padding: 14px 16px !important;
  box-shadow: 0 10px 24px -16px rgba(99, 18, 68, 0.16) !important;
  flex: 0 0 auto;
  min-height: 0;
}
.home-page .gow-v2 .gow-brand-mark {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fbecd3 0%, #f3d9a6 100%);
  color: var(--orange);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(222, 88, 41, 0.18);
}
.home-page .gow-v2 .gow-brand-mark svg {
  width: 22px;
  height: 22px;
}
.home-page .gow-v2 .gow-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-page .gow-v2 .gow-brand-text strong {
  font-family: var(--font-heading);
  font-size: 18px !important;
  color: var(--maroon) !important;
  font-weight: 400 !important;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.home-page .gow-v2 .gow-brand-text small {
  font-size: 9px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(15, 11, 14, 0.46) !important;
}
/* End gow-v2 */

.home-page .ecosystem-advantage-wrap {
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  max-width: 1380px;
  padding: 0 clamp(24px, 4vw, 56px);
  margin: 0 auto;
}

.home-page .ecosystem-advantage-copy h2 {
  max-width: 460px;
  font-size: clamp(32px, 3.6vw, 52px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em;
  color: var(--maroon) !important;
}

.home-page .ecosystem-advantage-copy p {
  display: none;
}

.advantage-steps {
  display: grid;
  gap: 8px;
  margin-top: clamp(20px, 3vw, 36px);
}

.advantage-step {
  padding: clamp(12px, 1.3vw, 18px) clamp(14px, 1.6vw, 22px) !important;
  border-left: 2px solid rgba(99, 18, 68, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(15, 11, 14, 0.46) !important;
  opacity: 0.55;
  transform: translateX(-6px);
  transition: opacity 0.4s var(--ease-out-soft), transform 0.4s var(--ease-out-soft), border-color 0.4s var(--ease-out-soft);
}

.advantage-step.is-active {
  opacity: 1;
  transform: translateX(0);
  border-left-color: var(--maroon) !important;
  background: rgba(99, 18, 68, 0.04) !important;
}

.advantage-step h3 {
  margin: 0;
  color: var(--maroon) !important;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 500;
  line-height: 1.15 !important;
  letter-spacing: -0.005em;
}

.advantage-step p {
  display: block !important;
  margin: 6px 0 0 !important;
  max-width: 420px;
  color: rgba(15, 11, 14, 0.62) !important;
  font-size: clamp(13px, 0.95vw, 15px) !important;
  line-height: 1.5 !important;
}

.home-page .advantage-stack {
  min-height: min(56vh, 560px);
}

.home-page .advantage-card {
  border-radius: 18px;
  background: var(--maroon-darker);
  border: 1px solid rgba(99, 18, 68, 0.16);
  box-shadow: 0 24px 60px -28px rgba(99, 18, 68, 0.32);
}

.home-page .advantage-card::after {
  background:
    linear-gradient(180deg, rgba(15, 11, 14, 0.04), rgba(15, 11, 14, 0.22)),
    linear-gradient(90deg, rgba(15, 11, 14, 0.18), transparent 48%);
}

.home-page .advantage-card-copy {
  display: none !important;
}

.home-page .group-overview-head {
  max-width: 760px;
}

.home-page .group-overview-head h2 {
  font-size: clamp(36px, 3.8vw, 58px);
}

.home-page .group-overview-head p {
  max-width: none;
  margin-top: 10px;
  color: rgba(15, 11, 14, 0.48);
  font-size: clamp(17px, 1.35vw, 22px);
}

.home-page .overview-hub strong {
  font-size: clamp(30px, 2.7vw, 44px);
}

.home-page .leadernew-scene {
  background:
    radial-gradient(circle at 74% 12%, rgba(232, 90, 26, 0.11), transparent 26%),
    linear-gradient(180deg, #fbf8f3 0%, #f1e7db 100%);
}

.home-page .leadernew-bgmark {
  display: none;
}

.home-page .leadernew-wrap {
  display: block;
  max-width: 1480px;
}

.home-page .leadernew-head {
  max-width: 1120px;
  margin-bottom: clamp(26px, 4vw, 54px);
}

.home-page .leadernew-headline {
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
}

.home-page .leadernew-sub,
.home-page .leadernew-region-note {
  max-width: 860px;
  color: rgba(15, 11, 14, 0.66);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.55;
}

.leadernew-culture-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(28px, 4vw, 56px) 0 22px;
}

.leadernew-culture-cards article {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: clamp(18px, 2vw, 26px);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46));
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 22px 52px rgba(99, 18, 68, 0.07);
}

.leadernew-culture-cards strong {
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.leadernew-region-note {
  margin: 0 0 clamp(30px, 5vw, 64px);
}

.leadernew-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

.leadernew-profile-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 28px 70px rgba(99, 18, 68, 0.1);
}

.leadernew-profile-media {
  height: clamp(360px, 38vw, 560px);
  padding: clamp(18px, 2.5vw, 36px);
  background:
    radial-gradient(circle at 50% 35%, rgba(232, 90, 26, 0.09), transparent 42%),
    #fff;
}

.leadernew-profile-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.leadernew-profile-copy {
  padding: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(99, 18, 68, 0.1);
}

.leadernew-profile-copy span {
  display: block;
  color: var(--orange);
  font-family: var(--font-subheading);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.leadernew-profile-copy h3 {
  margin: 12px 0 0;
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 500;
  line-height: 0.95;
}

@media (max-width: 1180px) {
  .home-page .ecosystem-advantage-wrap {
    grid-template-columns: 1fr;
  }

  .leadernew-culture-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .advantage-step {
    transform: none;
  }

  .leadernew-culture-cards,
  .leadernew-people {
    grid-template-columns: 1fr;
  }

  .leadernew-profile-media {
    height: 430px;
  }
}

@font-face {
  font-family: 'BGH Avenir Book';
  src: url('../brand/fonts/Avenir-Book.woff2') format('woff2'),
       url('../brand/fonts/Avenir-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --heritage: #631244;
  --momentum: #DE5829;
  --nature: #264634;
  --warmth: #F09F54;
  --foundation: #EEDAB3;
  --integrity: #F9F6F2;

  --bone: var(--integrity);
  --mist: #F2ECE4;
  --stone: #D3C6B5;
  --maroon: var(--heritage);
  --maroon-deep: #4B0D33;
  --maroon-darker: #2D081E;
  --orange: var(--momentum);
  --orange-soft: var(--warmth);
  --orange-deep: #B93E18;
  --green: var(--nature);
  --cream: var(--integrity);
  --cream-warm: #F4EEE7;
  --sand: var(--foundation);
  --ink: #0F0B0E;
  --wood: #17110D;
  --paper: var(--integrity);

  --font-heading: 'BGH Glancyr', 'Avenir Next', Arial, sans-serif;
  --font-subheading: 'BGH Glancyr', 'Avenir Next', Arial, sans-serif;
  --font-body: 'BGH Avenir Book', Avenir, 'Avenir Next', Arial, sans-serif;

  --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out-soft: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-feature-settings: 'kern', 'liga';
  overflow-x: hidden;
  max-width: 100vw;
}
html { max-width: 100vw; }

.font-display {
  font-family: var(--font-heading);
  letter-spacing: -0.015em;
  font-weight: 500;
}

/* ===== Logo mark ===== */
.bgh-mark {
  display: inline-block;
  width: clamp(76px, 6vw, 108px);
  height: clamp(41px, 3.3vw, 58px);
  background: url('../brand/logo/BGH_Colour.svg') left center / contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
  overflow: hidden;
}
.bgh-mark sup {
  display: none;
}
.nav-wrap.on-dark .bgh-mark,
.site-footer .bgh-mark,
.inline-contact-scene .bgh-mark {
  background-image: url('../brand/logo/BGH_White.svg');
}

/* ===== Pre-loader ===== */
#preloader {
  position: fixed; inset: 0;
  background: var(--maroon-darker);
  z-index: 9999;
  display: grid; place-items: center;
  transition: opacity 0.7s var(--ease-out-soft);
}
#preloader.done { opacity: 0; pointer-events: none; }
html.bgh-skip-preloader #preloader { display: none !important; }
#preloader .mark-anim {
  width: clamp(170px, 20vw, 280px);
  height: clamp(92px, 10.8vw, 152px);
  color: transparent;
  font-size: 0;
  position: relative;
  background: url('../brand/logo/BGH_FullWhite.svg') center / contain no-repeat;
}
#preloader .mark-anim .corner {
  display: none;
}
@keyframes corner-pop {
  0%   { transform: scale(0) rotate(-20deg); }
  100% { transform: scale(1) rotate(0); }
}

/* ===== Nav ===== */
.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s var(--ease-out-soft), backdrop-filter 0.4s, border-color 0.4s, box-shadow 0.4s var(--ease-out-soft);
  border-bottom: 1px solid transparent;
}
.nav-wrap.scrolled {
  background: rgba(245, 239, 230, 0.86);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  border-bottom-color: rgba(92, 26, 53, 0.1);
  box-shadow: 0 14px 38px -30px rgba(15, 11, 14, 0.42);
}
.nav-wrap.on-dark { color: var(--cream); }
.nav-wrap.on-dark.scrolled {
  color: var(--cream);
  background: rgba(5, 3, 4, 0.34);
  border-bottom-color: rgba(245, 239, 230, 0.12);
  box-shadow: 0 18px 48px -34px rgba(0, 0, 0, 0.8);
}
.nav-link {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: -8px;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width 0.3s var(--ease-out-soft);
}
.nav-link:hover::after { width: 100%; }

/* ===== Scroll progress ===== */
.scroll-progress {
  position: fixed; top: 24px; right: 24px;
  width: 36px; height: 36px;
  z-index: 99;
  pointer-events: none;
  display: grid; place-items: center;
}
.scroll-progress svg { transform: rotate(-90deg); }
.scroll-progress circle.bg { stroke: rgba(92,26,53,0.15); stroke-width: 1.5; fill: none; }
.scroll-progress circle.fg {
  fill: none;
  stroke: var(--orange);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.1s linear;
}
.scroll-progress.on-dark circle.bg { stroke: rgba(245,239,230,0.2); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 13px; letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s var(--ease-out-soft);
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: var(--orange); color: white;
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 8px 20px -8px rgba(232,90,26,0.5);
}
.btn-primary:hover {
  background: var(--orange-soft);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 16px 32px -8px rgba(232,90,26,0.6);
}
.btn-ghost {
  border: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
}
.btn-ghost.on-dark { color: var(--cream); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn-ghost.on-dark:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn .arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease-out-soft);
}
.btn:hover .arrow { transform: translateX(4px); }

/* ===== Eyebrow / Section labels ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}
.eyebrow::before {
  content: ''; width: 32px; height: 1px;
  background: var(--orange);
}

/* ===== Sections ===== */
section { position: relative; }

/* ===== HERO v3 — scroll-scrubbed film ===== */
.hero {
  min-height: 460vh;
  background: #090706;
  color: var(--cream);
  position: relative;
  overflow: visible;
  --hero-x: 0;
  --hero-y: 0;
  --hero-copy-opacity: 0;
  --hero-copy-x: 96px;
  --hero-copy-blur: 14px;
  --hero-rail-progress: 0;
  --hero-transition-progress: 0;
}
.hero-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  padding: 140px 0 64px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.hero-sticky::before,
.hero-sticky::after {
  content: '';
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero-sticky::before {
  z-index: 2;
  width: min(70vw, 980px);
  aspect-ratio: 1;
  right: -13vw;
  top: 8vh;
  border: 1px solid rgba(232, 90, 26, 0.26);
  border-radius: 50%;
  opacity: calc(0.12 + (var(--hero-rail-progress) * 0.18));
  transform: translate3d(calc(var(--hero-x) * 32px), calc(var(--hero-y) * 24px), 0) rotate(calc(var(--hero-rail-progress) * 12deg));
  box-shadow:
    0 0 80px rgba(232, 90, 26, 0.08),
    inset 0 0 70px rgba(232, 90, 26, 0.05);
}
.hero-sticky::after {
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 68% 46%, rgba(232, 90, 26, calc(var(--hero-rail-progress) * 0.18)), transparent 32%),
    linear-gradient(115deg, transparent 46%, rgba(232, 90, 26, calc(var(--hero-rail-progress) * 0.12)) 50%, transparent 57%);
  opacity: calc(0.34 + (var(--hero-rail-progress) * 0.32));
  transform: translate3d(calc(var(--hero-x) * 18px), calc(var(--hero-y) * 12px), 0);
  mix-blend-mode: screen;
}
.hero-bg {
  position: absolute;
  inset: -4%;
  background: #050304;
  transform: translate3d(calc(var(--hero-x) * -18px), calc(var(--hero-y) * -14px), 0) scale(1.055);
  transform-origin: center;
  transition: transform 0.2s var(--ease-out-soft);
  will-change: transform;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 3, 4, 0.48) 0%, rgba(12, 5, 7, 0.28) 34%, rgba(25, 7, 13, 0.08) 62%, rgba(5, 3, 4, 0) 100%),
    radial-gradient(ellipse at 20% 66%, rgba(92, 26, 53, 0.18) 0%, transparent 46%);
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  filter: saturate(1.06) contrast(1.04);
  pointer-events: none;
}
.hero-noise {
  position: absolute; inset: 0;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: 0;
  align-items: center;
  padding: 0 64px;
  max-width: 1500px;
  width: 100%;
  isolation: isolate;
}
.hero-grid::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -140px;
  bottom: -120px;
  left: 0;
  width: min(72vw, 1040px);
  background:
    radial-gradient(ellipse at 28% 46%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 42%, transparent 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.8) 42%, rgba(0, 0, 0, 0.42) 74%, transparent 100%);
  opacity: calc(var(--hero-copy-opacity) * 1);
  pointer-events: none;
}
.hero-copy {
  max-width: 820px;
  opacity: var(--hero-copy-opacity);
  transform: translate3d(var(--hero-copy-x), 0, 0);
  filter: blur(var(--hero-copy-blur));
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform, filter;
}
.hero-copy.is-visible {
  pointer-events: auto;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 16px;
  font-size: 11px; letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 34px;
  font-weight: 500;
}
.hero-eyebrow::before {
  content: ''; width: 40px; height: 1px;
  background: var(--orange);
}
.hero-headline {
  font-family: var(--font-heading);
  font-size: clamp(46px, 4.7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
  max-width: 760px;
}
.hero-headline em {
  color: var(--orange);
  font-style: normal;
  font-weight: 300;
}
.hero-headline .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.hero-headline .word-inner {
  display: inline-block;
  transform: none;
  transform-origin: left bottom;
  will-change: transform;
}
.hero-sub {
  margin-top: 34px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(245,239,230,0.7);
}
.hero-cta {
  display: flex; gap: 16px; margin-top: 42px; flex-wrap: wrap;
}
.hero-chain-rail {
  position: absolute;
  z-index: 4;
  left: 64px;
  right: 64px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  color: rgba(245, 239, 230, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: calc(var(--hero-rail-progress) * 0.76);
  transform: translate3d(0, calc((1 - var(--hero-rail-progress)) * 18px), 0);
  pointer-events: none;
}
.hero-chain-rail::before {
  content: '';
  width: clamp(34px, 5vw, 88px);
  height: 1px;
  background: var(--orange);
  transform: scaleX(var(--hero-rail-progress));
  transform-origin: left center;
}
.hero-chain-rail span {
  position: relative;
  white-space: nowrap;
}
.hero-chain-rail span + span::before {
  content: '';
  position: absolute;
  left: calc(clamp(18px, 3vw, 48px) * -0.52);
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(232, 90, 26, 0.82);
}
.hero-transition-line {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange) 18%, var(--orange) 78%, transparent);
  transform: scaleX(var(--hero-transition-progress));
  transform-origin: left center;
  box-shadow: 0 0 26px rgba(232, 90, 26, 0.55);
  opacity: var(--hero-transition-progress);
  pointer-events: none;
}
.hero-stack {
  position: relative;
  height: 520px;
}
.hero-card {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover; background-position: center;
  background-color: var(--maroon);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.5);
  border: 1px solid rgba(245,239,230,0.08);
}
.hero-card-1 {
  width: 62%; aspect-ratio: 3/4;
  top: 0; right: 0;
  z-index: 3;
  transform: rotate(3deg);
}
.hero-card-editorial {
  background: linear-gradient(160deg, #6B2342 0%, #4A1228 60%, #2A0A18 100%);
  padding: 36px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative;
}
.hero-card-editorial::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.06; mix-blend-mode: overlay; pointer-events: none;
}
.hero-card-editorial > * { position: relative; z-index: 2; }
.hero-card-tag {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.0;
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: -0.025em;
  font-weight: 300;
}
.hero-card-2 {
  width: 56%; aspect-ratio: 4/5;
  bottom: 0; left: 0;
  z-index: 2;
  transform: rotate(-5deg);
  background: linear-gradient(160deg, #4A1228 0%, #6B2342 100%);
}
.hero-card-3 {
  width: 36%; aspect-ratio: 1;
  bottom: 20%; right: 8%;
  z-index: 4;
  transform: rotate(-8deg);
  border-radius: 50%;
  background: var(--orange);
  display: grid; place-items: center;
  text-align: center;
  color: white;
  padding: 24px;
  box-shadow: 0 24px 48px -8px rgba(232,90,26,0.5);
}
.hero-card-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-darker) 100%);
  padding: 40px;
  display: flex; flex-direction: column; justify-content: space-between;
  z-index: 0;
}
.hero-card img + .hero-card-fallback { z-index: -1; }
.hero-card-eyebrow {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(245,239,230,0.6);
  font-weight: 500;
}
.hero-card-mark {
  font-size: 72px; line-height: 1; color: var(--cream);
  font-weight: 600; letter-spacing: -0.04em;
  position: relative; align-self: flex-start;
}
.hero-card-mark .corner {
  display: inline-block;
  width: 0.32em; height: 0.32em;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 75% 25%, 0 25%);
  margin-left: 0.05em;
  vertical-align: top;
}
.hero-card-foot {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,239,230,0.45);
}
.hero-card-brand {
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  color: var(--cream);
}
.hero-card-brand-list {
  font-size: 28px; line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--cream);
  font-weight: 400;
}
.hero-disc-label {
  margin-top: 8px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 500;
  opacity: 0.85;
}
.hero-orange-pin {
  position: absolute;
  width: 80px; height: 80px;
  top: -20px; right: -20px;
  z-index: 4;
}
.hero-orange-pin svg { width: 100%; height: 100%; }

.hero-meta-bar {
  display: none;
}
.hero-meta {
  display: flex; flex-direction: column;
}
.hero-meta-num {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  line-height: 1;
  color: var(--cream);
  font-weight: 400;
}
.hero-meta-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.5);
  margin-top: 8px;
}

/* Brand marquee */
.brand-marquee {
  position: relative; z-index: 2;
  margin-top: 40px;
  border-top: 1px solid rgba(245,239,230,0.08);
  border-bottom: 1px solid rgba(245,239,230,0.08);
  overflow: hidden;
  white-space: nowrap;
  padding: 24px 0;
}
.brand-marquee-track {
  display: inline-flex;
  gap: 80px;
  animation: marquee 40s linear infinite;
}
.brand-marquee-track span {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  color: rgba(245,239,230,0.4);
  letter-spacing: -0.02em;
}
.brand-marquee-track span::after {
  content: '·';
  margin-left: 80px;
  color: var(--orange);
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Holding statement ===== */
.holding-scene {
  background: var(--cream);
  min-height: 100vh;
  display: grid;
  place-items: start center;
  text-align: center;
  padding: 160px 32px;
  position: relative;
}
.holding-scene::before {
  content: 'BGH';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Fraunces', serif;
  font-size: clamp(400px, 60vw, 900px);
  color: rgba(92,26,53,0.04);
  font-weight: 700;
  pointer-events: none;
  letter-spacing: -0.05em;
  z-index: 0;
}
.holding-scene > * { position: relative; z-index: 1; }
.holding-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(56px, 9vw, 160px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--maroon);
  font-weight: 300;
}
.holding-headline em { font-style: italic; color: var(--orange); font-weight: 400; }

.brand-rail {
  display: flex; gap: 48px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  opacity: 0;
}
.brand-chip {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--maroon);
  letter-spacing: -0.02em;
  position: relative;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s var(--ease-out-soft);
  padding: 8px 4px;
  font-weight: 400;
}
.brand-chip::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--orange);
  transition: width 0.3s var(--ease-out-soft);
}
.brand-chip:hover {
  color: var(--orange);
  transform: translateY(-2px);
}
.brand-chip:hover::after { width: 100%; }

/* ===== Four Pillars (capability cards) ===== */
.pillars-scene {
  background: var(--cream);
  padding: 140px 32px 160px;
  position: relative;
}
.pillars-wrap { max-width: 1500px; margin: 0 auto; }
.pillars-head {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}
.pillars-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--maroon);
  font-weight: 300;
}
.pillars-headline em { font-style: italic; color: var(--orange); font-weight: 400; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.pillar-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/11;
  background: var(--maroon);
  background-size: cover; background-position: center;
  transition: transform 0.6s var(--ease-out-soft);
  text-decoration: none;
  display: block;
  color: white;
}
.pillar-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,15,20,0) 30%, rgba(26,15,20,0.92) 100%);
  transition: opacity 0.5s var(--ease-out-soft);
}
.pillar-card:hover { transform: translateY(-4px); }
.pillar-card:hover::after { background: linear-gradient(180deg, rgba(26,15,20,0.2) 0%, rgba(26,15,20,0.95) 100%); }
.pillar-content {
  position: absolute; left: 32px; right: 32px; bottom: 32px;
  z-index: 2;
}
.pillar-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  font-weight: 400;
}
.pillar-desc {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 440px;
}
.pillar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}
.pillar-cta .arrow { transition: transform 0.3s var(--ease-out-soft); }
.pillar-card:hover .pillar-cta .arrow { transform: translateX(4px); }

@media (max-width: 900px) {
  .pillars-head { grid-template-columns: 1fr; gap: 32px; }
  .pillars-grid { grid-template-columns: 1fr; }
}

/* ===== Origin / world map scene ===== */
.world-scene {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
  padding: 160px 32px;
  overflow: hidden;
  position: relative;
}
.world-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: center;
  max-width: 1500px; margin: 0 auto;
}
.world-map-stage {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
}
.world-map-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.origin-tag {
  position: absolute;
  background: var(--paper);
  border: 1px solid rgba(92,26,53,0.15);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
  transform: translate(-50%, -100%) scale(0.7);
  pointer-events: none;
  box-shadow: 0 8px 24px -8px rgba(92, 26, 53, 0.2);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-soft), transform 0.4s var(--ease-out-soft);
  color: var(--maroon);
  letter-spacing: 0.02em;
}
.origin-tag.show {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.origin-tag .country {
  color: rgba(26,15,20,0.5);
  margin-left: 4px;
}

/* ===== Factory ===== */
.factory-scene {
  background: var(--wood);
  color: var(--cream);
  padding: 160px 32px;
}
.factory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1500px; margin: 0 auto;
}
.factory-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: var(--cream);
}
.factory-headline em { font-style: italic; color: var(--orange); font-weight: 400; }
.factory-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.factory-tile {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover; background-position: center;
  background-color: var(--maroon-deep);
}
.factory-tile.tall { aspect-ratio: 3/4; }
.factory-tile.short { aspect-ratio: 4/3; }

/* ===== Counter strip ===== */
.counter-strip {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 32px;
}
.counter-grid {
  max-width: 1500px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.counter-grid .counter {
  font-family: 'Fraunces', serif;
  font-size: clamp(44px, 5.5vw, 80px);
  line-height: 1;
  color: var(--orange);
  font-weight: 400;
}
.counter-grid .label {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.5);
}

/* ===== Shelf horizontal ===== */
.shelf-scene {
  background: var(--maroon-deep);
  color: var(--cream);
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.shelf-header {
  position: absolute;
  top: 56px; left: 64px;
  z-index: 5;
  max-width: 480px;
}
.shelf-header h2 {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
}
.shelf-track {
  display: flex;
  height: 100%;
  width: max-content;
  align-items: center;
  padding-left: 64px;
}
.shelf-bay {
  width: 70vw;
  height: 78vh;
  margin-right: 4vw;
  border-radius: 28px;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.shelf-bay-num {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 16px;
}
.shelf-bay h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 400;
}
.shelf-bay p {
  max-width: 420px;
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.85;
}
.shelf-bay-img {
  position: absolute;
  right: -10%; bottom: -15%;
  width: 70%;
  aspect-ratio: 1;
  background-size: cover; background-position: center;
  border-radius: 50%;
  opacity: 0.85;
  filter: saturate(1.05);
}
.bay-bettergrow { background: linear-gradient(135deg, #4A1228 0%, #6B2342 100%); }
.bay-warmleys   { background: linear-gradient(135deg, #1F3D2A 0%, #3A6A48 100%); }
.bay-tajriba    { background: linear-gradient(135deg, #B8430F 0%, #E85A1A 100%); }
.bay-tayn       { background: linear-gradient(135deg, #2D1810 0%, #4A2A18 100%); }
.bay-kallada    { background: linear-gradient(135deg, #1A1A1A 0%, #3A3A3A 100%); }

/* ===== Bento ===== */
.bento-scene {
  background: var(--cream);
  padding: 160px 32px;
}
.bento-wrap { max-width: 1500px; margin: 0 auto; }
.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
  margin-top: 56px;
}
.bento-tile {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background-size: cover; background-position: center;
  background-color: var(--maroon);
  cursor: pointer;
  transition: transform 0.5s var(--ease-out-soft);
}
.bento-tile:hover { transform: translateY(-4px); }
.bento-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26,15,20,0.85) 100%);
}
.bento-tile .label {
  position: absolute; left: 28px; bottom: 28px;
  color: white;
  font-family: 'Fraunces', serif;
  font-size: 26px;
  z-index: 2;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.bento-tile .meta {
  position: absolute; right: 28px; top: 28px;
  font-size: 11px; letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  z-index: 2;
}
.tile-1 { grid-column: span 3; grid-row: span 2; }
.tile-2 { grid-column: span 3; grid-row: span 1; }
.tile-3 { grid-column: span 2; grid-row: span 1; }
.tile-4 { grid-column: span 1; grid-row: span 1; background-color: var(--orange); }
.tile-5 { grid-column: span 2; grid-row: span 1; }
.tile-6 { grid-column: span 4; grid-row: span 1; }

/* ===== Why pinned ===== */
.why-scene { background: var(--paper); padding: 0; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  height: 100vh;
  padding: 0 64px;
  max-width: 1500px; margin: 0 auto;
}
.why-line {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1.05;
  color: rgba(92,26,53,0.18);
  transition: color 0.6s var(--ease-out-soft);
  letter-spacing: -0.025em;
  margin: 28px 0;
  font-weight: 300;
}
.why-line.active { color: var(--maroon); }
.why-line .num {
  display: inline-block;
  width: 60px;
  font-size: 0.5em;
  color: var(--orange);
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: middle;
}
.why-visual {
  position: absolute; inset: 0;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover; background-position: center;
  background-color: var(--maroon);
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-soft);
}
.why-visual.active { opacity: 1; }

/* ===== Founder ===== */
.founder-scene {
  background: var(--cream);
  padding: 160px 32px;
  text-align: center;
}
.founder-portrait {
  width: 220px; height: 220px;
  border-radius: 50%;
  background-size: cover; background-position: top center;
  background-color: var(--maroon);
  filter: grayscale(0.55) contrast(1.05);
  margin: 0 auto;
}
.founder-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(28px, 3.8vw, 56px);
  line-height: 1.18;
  color: var(--ink);
  max-width: 1000px;
  margin: 56px auto 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.founder-quote em { font-style: normal; color: var(--orange); }
.founder-attr .name {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  color: var(--maroon);
  font-weight: 500;
}
.founder-attr .role {
  color: rgba(26,15,20,0.5);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ===== Quality ===== */
.quality-scene {
  background: var(--sand);
  color: var(--ink);
  padding: 160px 32px;
}
.quality-grid {
  max-width: 1500px; margin: 0 auto;
  text-align: center;
}
.stamp-row {
  display: flex; justify-content: center; gap: 40px;
  margin-top: 80px;
  flex-wrap: wrap;
}
.stamp {
  display: inline-grid;
  place-items: center;
  width: 150px; height: 150px;
  border-radius: 50%;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  transform: scale(0) rotate(-25deg);
  letter-spacing: 0;
}
.stamp.orange { background: var(--orange); color: white; box-shadow: 0 16px 40px -12px rgba(232,90,26,0.5); }
.stamp.maroon { background: var(--maroon); color: var(--cream); box-shadow: 0 16px 40px -12px rgba(92,26,53,0.5); }
.stamp.outline { background: transparent; border: 2px solid var(--maroon); color: var(--maroon); }
.stamp .small { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0.8; margin-top: 4px; }

/* ===== Closer ===== */
.closer-scene {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}
.closer-half {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 8vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s var(--ease-out-soft);
  text-decoration: none;
}
.closer-build { background: var(--orange); color: white; }
.closer-taste { background: var(--maroon); color: var(--cream); }
.closer-half h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 16px 0 24px;
  font-weight: 300;
}
.closer-half h2 em { font-style: italic; font-weight: 400; }
.closer-half p { max-width: 380px; margin: 0 auto; opacity: 0.9; }
.closer-half .closer-eyebrow {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  opacity: 0.8;
}
.closer-half:hover { transform: scale(1.005); }

/* ===== Footer ===== */
footer.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 100px 32px 32px;
}
footer .ecosystem-logo {
  font-family: 'Fraunces', serif;
  color: var(--cream);
  opacity: 0.6;
  transition: opacity 0.3s, color 0.3s;
  text-decoration: none;
  font-size: 16px;
}
footer .ecosystem-logo:hover { opacity: 1; color: var(--orange); }

/* ===== About intro band ===== */
.about-intro {
  background: var(--cream);
  padding: 140px 32px;
}
.about-intro-grid {
  max-width: 1500px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.about-intro-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--maroon);
  font-weight: 300;
}
.about-intro-headline em { font-style: italic; color: var(--orange); font-weight: 400; }
.scale-list {
  list-style: none; margin: 32px 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.scale-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px;
  color: var(--ink);
}
.scale-list li::before {
  content: ''; width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.about-intro-img {
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover; background-position: center;
  background-color: var(--maroon);
}

/* ===== Testimonials ===== */
.testimonials-scene {
  background: var(--paper);
  padding: 140px 32px;
}
.testimonials-wrap { max-width: 1500px; margin: 0 auto; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.testimonial-card {
  background: white;
  padding: 40px;
  border-radius: 24px;
  display: flex; flex-direction: column;
  gap: 32px;
  border: 1px solid rgba(92, 26, 53, 0.06);
  transition: transform 0.5s var(--ease-out-soft), box-shadow 0.5s;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -20px rgba(92,26,53,0.15);
}
.testimonial-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink);
  flex: 1;
  letter-spacing: -0.005em;
}
.testimonial-quote::before {
  content: '"';
  display: block;
  font-size: 64px;
  color: var(--orange);
  line-height: 0.5;
  margin-bottom: 12px;
}
.testimonial-attr {
  display: flex; align-items: center; gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(26,15,20,0.08);
}
.testimonial-photo {
  width: 56px; height: 56px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  background-color: var(--maroon);
}
.testimonial-name {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  color: var(--maroon);
  font-weight: 500;
}
.testimonial-role {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26,15,20,0.5);
  margin-top: 2px;
}

/* ===== FAQ accordion ===== */
.faq-scene {
  background: var(--cream);
  padding: 140px 32px;
}
.faq-wrap { max-width: 1100px; margin: 0 auto; }
.faq-list {
  margin-top: 56px;
  border-top: 1px solid rgba(92,26,53,0.12);
}
.faq-item {
  border-bottom: 1px solid rgba(92,26,53,0.12);
}
.faq-q {
  width: 100%; background: transparent; border: 0; cursor: pointer;
  padding: 28px 0;
  display: flex; align-items: center; justify-content: space-between;
  text-align: left;
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--maroon);
  letter-spacing: -0.01em;
  font-weight: 400;
  transition: color 0.3s;
}
.faq-q:hover { color: var(--orange); }
.faq-q-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--maroon);
  display: grid; place-items: center;
  flex-shrink: 0;
  margin-left: 24px;
  transition: transform 0.4s var(--ease-out-soft), background 0.3s, border-color 0.3s;
  font-size: 18px;
  line-height: 1;
}
.faq-item.open .faq-q-icon {
  transform: rotate(45deg);
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-out-soft);
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner {
  padding: 0 0 28px;
  color: var(--ink);
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.65;
  max-width: 80%;
}

/* ===== Group proof / certifications / partner rails ===== */
.group-overview-scene {
  background:
    radial-gradient(circle at 7% 10%, rgba(222,88,41,0.1), transparent 32%),
    linear-gradient(180deg, var(--paper) 0%, #f3ecdf 100%);
  padding: clamp(78px, 8vw, 128px) 32px;
  border-top: 1px solid rgba(92,26,53,0.08);
}
.group-overview-wrap,
.certifications-wrap,
.partners-wrap {
  max-width: 1500px;
  margin: 0 auto;
}
.group-overview-head {
  max-width: 820px;
  margin-bottom: clamp(36px, 5vw, 72px);
}
.group-overview-head h2,
.certifications-head h2,
.partners-head h2 {
  font-family: var(--font-heading);
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--maroon);
  font-weight: 500;
  margin: 16px 0 18px;
}
.group-overview-head p,
.certifications-head p {
  color: rgba(15,11,14,0.66);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
}
.group-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}
.overview-panel {
  position: relative;
  min-height: 100%;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(99,18,68,0.12);
  border-radius: 28px;
  padding: clamp(28px, 3vw, 42px);
  box-shadow: 0 28px 70px rgba(99,18,68,0.08);
  overflow: hidden;
}
.overview-panel::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), rgba(38,70,52,0.65));
}
.overview-panel-feature {
  background: var(--maroon);
  color: var(--cream);
  border-color: rgba(222,88,41,0.32);
}
.overview-panel-kicker {
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 30px;
}
.overview-list {
  display: grid;
  gap: 18px;
  margin: 0;
}
.overview-item {
  display: grid;
  grid-template-columns: minmax(110px, 0.46fr) 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(99,18,68,0.08);
}
.overview-item:last-child { border-bottom: 0; padding-bottom: 0; }
.overview-item dt {
  color: var(--maroon);
  font-weight: 800;
  line-height: 1.25;
}
.overview-item dd {
  margin: 0;
  color: rgba(15,11,14,0.68);
  line-height: 1.45;
}
.overview-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.overview-metric {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(249,246,242,0.13);
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
}
.overview-metric strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(31px, 3vw, 52px);
  line-height: 0.95;
  color: var(--foundation);
  font-weight: 500;
}
.overview-metric span {
  display: block;
  margin-top: 12px;
  color: rgba(249,246,242,0.7);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.overview-note {
  color: rgba(249,246,242,0.72);
  line-height: 1.65;
  margin: 28px 0 0;
}
.overview-brand-stack {
  display: grid;
  gap: 14px;
}
.overview-brand-card {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(99,18,68,0.05);
  border: 1px solid rgba(99,18,68,0.1);
}
.overview-brand-card strong {
  display: block;
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: 1;
  font-weight: 500;
}
.overview-brand-card span {
  display: block;
  margin-top: 10px;
  color: rgba(15,11,14,0.62);
  line-height: 1.45;
}

.certifications-scene {
  background: var(--green);
  padding: clamp(74px, 8vw, 118px) 32px;
  color: var(--cream);
}
.certifications-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}
.certifications-head h2 {
  color: var(--cream);
  font-size: clamp(42px, 5vw, 82px);
}
.certifications-head p {
  color: rgba(249,246,242,0.72);
}
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.certificate-card {
  min-height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--cream);
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(249,246,242,0.12), rgba(249,246,242,0.035)),
    rgba(0,0,0,0.08);
  border: 1px solid rgba(249,246,242,0.18);
  transition: transform 0.35s var(--ease-out-soft), border-color 0.35s var(--ease-out-soft), background 0.35s var(--ease-out-soft);
}
.certificate-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240,159,84,0.82);
  background:
    linear-gradient(145deg, rgba(240,159,84,0.18), rgba(249,246,242,0.045)),
    rgba(0,0,0,0.1);
}
.certificate-card span,
.certificate-card em {
  color: rgba(249,246,242,0.62);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-style: normal;
}
.certificate-card strong {
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.92;
  font-weight: 500;
}

.partners-scene {
  position: relative;
  background: var(--paper);
  padding: clamp(78px, 8vw, 126px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(92,26,53,0.07);
}
.partners-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(99,18,68,0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(99,18,68,0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.45;
  pointer-events: none;
}
.partners-wrap {
  position: relative;
  z-index: 1;
}
.partners-head {
  max-width: 900px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  padding: 0 32px;
  text-align: center;
}
.partners-head h2 {
  color: var(--maroon);
  font-size: clamp(42px, 5vw, 88px);
}
.partner-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.partner-marquee + .partner-marquee { margin-top: 16px; }
.partner-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: partnerMarquee 54s linear infinite;
}
.partner-marquee-marketplaces .partner-marquee-track {
  animation-duration: 28s;
  animation-direction: reverse;
}
.partner-marquee:hover .partner-marquee-track {
  animation-play-state: paused;
}
.partner-logo-sequence {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}
.partner-logo-card {
  height: 84px;
  min-width: 214px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(99,18,68,0.1);
  box-shadow: 0 20px 46px rgba(99,18,68,0.08);
}
.partner-logo-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 11px;
  background: white;
}
.partner-logo-card span {
  color: var(--ink);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.partner-marquee-primary {
  padding-block: 8px;
}
.marketplace-band {
  margin-top: clamp(42px, 5vw, 74px);
  padding-top: clamp(32px, 4vw, 50px);
  border-top: 1px solid rgba(99,18,68,0.1);
}
.marketplace-title {
  text-align: center;
  color: var(--maroon);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.partner-marquee-marketplaces .partner-logo-card {
  min-width: 244px;
  background: rgba(99,18,68,0.06);
}
@keyframes partnerMarquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

@media (max-width: 1100px) {
  .group-overview-grid,
  .certifications-wrap {
    grid-template-columns: 1fr;
  }
  .overview-panel-feature { order: -1; }
}

@media (max-width: 720px) {
  .group-overview-scene,
  .certifications-scene {
    padding-inline: 20px;
  }
  .overview-item,
  .overview-metric-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }
  .overview-panel {
    border-radius: 22px;
  }
  .partner-logo-card {
    min-width: 178px;
    height: 72px;
    border-radius: 18px;
  }
  .partner-logo-card img {
    width: 34px;
    height: 34px;
  }
  .partner-logo-card span {
    font-size: 13px;
  }
}

/* ===== Homepage structure corrections ===== */
.specimen-scene,
.value-scene,
.opscroll-scene,
.eco-closer-scene,
.capabilities-scene,
.faq-scene {
  display: none !important;
}

.pillarsv4-meta,
.ecogrid-head-left .eyebrow,
.ecogrid-head-line,
.ecogrid-head-meta {
  display: none !important;
}

.pillarsv4-headline,
.ecosystem-advantage-copy h2,
.capabilities-head h2,
.group-overview-head h2,
.certifications-head h2,
.partners-head h2,
.leadernew-headline {
  font-family: var(--font-heading);
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.018em;
  font-weight: 500;
}

.pillarsv4-headline em,
.ecosystem-advantage-copy h2 em,
.capabilities-head h2 em,
.leadernew-headline em {
  color: var(--orange);
  font-style: normal;
}

.ecosystem-advantage-scene {
  background: var(--maroon);
  color: var(--cream);
  min-height: 100vh;
  padding: clamp(78px, 8vw, 126px) 32px;
  border-top: 1px solid rgba(99,18,68,0.08);
  overflow: hidden;
}
.ecosystem-advantage-wrap {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  min-height: calc(100vh - 160px);
}
.ecosystem-advantage-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.ecosystem-advantage-copy h2 {
  color: var(--cream);
  margin: 18px 0 28px;
}
.ecosystem-advantage-copy p {
  color: rgba(249,246,242,0.68);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.62;
  margin: 0 0 18px;
}
.advantage-stack {
  position: relative;
  min-height: min(70vh, 720px);
  perspective: 1400px;
}
.advantage-stack::before {
  content: "";
  position: absolute;
  inset: 8% -4% 2% 10%;
  border: 1px solid rgba(240,159,84,0.24);
  border-radius: 42px;
  transform: rotate(-4deg);
}
.advantage-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border-radius: 34px;
  background: var(--paper);
  border: 1px solid rgba(240,159,84,0.28);
  box-shadow: 0 38px 90px rgba(0,0,0,0.28);
  transform-origin: center bottom;
  will-change: transform, opacity;
}
.advantage-card-image {
  min-height: 100%;
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) contrast(1.02);
}
.advantage-card-copy {
  padding: clamp(28px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(99,18,68,0.96), rgba(45,8,30,0.96));
  color: var(--cream);
}
.advantage-card-copy span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
}
.advantage-card-copy h3 {
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 0.92;
  font-weight: 500;
  margin: 22px 0 18px;
}
.advantage-card-copy p {
  color: rgba(249,246,242,0.68);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
  margin: 0;
}

.whyhscroll-head {
  max-width: 820px;
}
.whyhscroll-sub {
  max-width: 640px;
  margin: 12px auto 0;
  color: rgba(249,246,242,0.66);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.5;
  text-align: center;
}
.whyhscroll-panel,
.whyhscroll-cta-panel {
  box-shadow: 0 38px 90px rgba(0,0,0,0.22);
}

.group-overview-scene {
  background: var(--paper);
}
.group-overview-head {
  max-width: 680px;
}
.group-overview-head h2 {
  font-size: clamp(38px, 4.4vw, 64px);
}
.group-overview-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
}
.group-overview-grid::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(222,88,41,0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.overview-panel {
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.overview-panel-feature {
  grid-column: 1 / -1;
  order: -1;
  background: var(--maroon);
}
.overview-metric-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.overview-metric {
  min-height: 132px;
}
.overview-metric strong {
  font-size: clamp(28px, 3vw, 48px);
}

.certifications-scene {
  background: var(--paper);
  padding-block: clamp(64px, 7vw, 104px);
}
.certifications-wrap {
  align-items: center;
}
.certifications-head h2 {
  font-size: clamp(36px, 4vw, 58px);
}
.certificate-card {
  min-height: 132px;
  padding: 24px;
}
.certificate-card strong {
  font-size: clamp(30px, 3.3vw, 48px);
}

.leadernew-headline {
  font-size: clamp(42px, 5vw, 74px);
}
.leadernew-founder,
.leadernew-ceo {
  border: 1px solid rgba(99,18,68,0.1);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.62);
}
.leadernew-founder-quote,
.leadernew-principles,
.leadernew-ceo-list {
  display: none !important;
}
.leadernew-founder-bio,
.leadernew-ceo-lead {
  max-width: 560px;
}

.partners-scene {
  background: var(--paper);
  padding-block: clamp(64px, 7vw, 110px);
}
.partners-head h2 {
  font-size: clamp(36px, 4vw, 58px);
}

@media (max-width: 980px) {
  .advantage-card {
    grid-template-columns: 1fr;
  }
  .advantage-card-image {
    min-height: 280px;
  }
  .overview-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .advantage-stack {
    min-height: 650px;
  }
}

/*
 * Previous static capability grid kept below for rollback only; hidden by
 * normalizeHomepageStructure in JS.
 */
.flow-node {
  position: relative;
  display: block;
}

.capabilities-scene {
  background: var(--maroon);
  color: var(--cream);
  padding: clamp(86px, 9vw, 140px) 32px;
}
.capabilities-wrap {
  max-width: 1500px;
  margin: 0 auto;
}
.capabilities-head {
  max-width: 920px;
  margin-bottom: clamp(38px, 5vw, 68px);
}
.capabilities-head h2 {
  color: var(--cream);
  margin: 18px 0 22px;
}
.capabilities-head p {
  max-width: 780px;
  color: rgba(249,246,242,0.72);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.58;
}
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.capability-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(249,246,242,0.14);
  background: linear-gradient(150deg, rgba(249,246,242,0.11), rgba(249,246,242,0.035));
}
.capability-card span {
  display: block;
  color: var(--foundation);
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--font-heading);
}
.capability-card p {
  color: rgba(249,246,242,0.7);
  line-height: 1.55;
  margin: 26px 0 0;
}

.group-overview-scene {
  background: linear-gradient(180deg, var(--paper), #f4ecdf);
}
.group-overview-head {
  max-width: 760px;
}
.group-overview-head h2 {
  color: var(--maroon);
  margin: 16px 0 18px;
}
.group-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.overview-panel-feature {
  grid-column: 1 / -1;
  order: -1;
}
.overview-panel-feature::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -150px;
  top: -180px;
  border: 1px solid rgba(240,159,84,0.28);
  border-radius: 50%;
}
.overview-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.overview-metric {
  min-height: 116px;
}
.overview-metric strong {
  font-size: clamp(32px, 3.5vw, 58px);
}

.certifications-scene {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid rgba(99,18,68,0.08);
}
.certifications-wrap {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}
.certifications-head h2 {
  color: var(--maroon);
  margin: 18px 0 24px;
}
.certifications-head p {
  color: rgba(15,11,14,0.62);
}
.certificate-grid {
  gap: 14px;
}
.certificate-card {
  min-height: 168px;
  color: var(--maroon);
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(99,18,68,0.12);
  box-shadow: 0 24px 58px rgba(99,18,68,0.08);
}
.certificate-card:hover {
  border-color: rgba(222,88,41,0.5);
  background: #fff;
}
.certificate-card span,
.certificate-card em {
  color: rgba(99,18,68,0.5);
}
.certificate-card strong {
  font-size: clamp(34px, 4vw, 58px);
}

.partners-scene {
  background: #f4ecdf;
  border-top: 1px solid rgba(99,18,68,0.08);
}
.partners-scene::before {
  display: none;
}
.partners-head h2 {
  color: var(--maroon);
  margin-top: 18px;
}
.partner-logo-card {
  box-shadow: 0 18px 42px rgba(99,18,68,0.06);
}
.marketplace-band {
  border-top: 0;
  margin-top: clamp(34px, 4vw, 56px);
  padding-top: 0;
}
.marketplace-title {
  color: rgba(99,18,68,0.76);
}

.leadernew-head {
  max-width: 1120px;
}
.leadernew-headline {
  color: var(--maroon);
}

@media (max-width: 980px) {
  .ecosystem-advantage-wrap,
  .certifications-wrap,
  .group-overview-grid,
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
  .overview-panel-feature {
    grid-column: auto;
  }
  .overview-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ecosystem-flow,
  .overview-metric-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }
  .flow-node,
  .capability-card {
    min-height: auto;
  }
}

/* ===== Nav dropdown ===== */
.nav-dd { position: relative; }
.nav-dd-panel {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  min-width: 240px;
  background: var(--paper);
  border: 1px solid rgba(92,26,53,0.08);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 24px 48px -16px rgba(26,15,20,0.18);
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s var(--ease-out-soft), transform 0.25s var(--ease-out-soft), visibility 0.25s;
  pointer-events: none;
  z-index: 200;
}
.nav-dd:hover .nav-dd-panel,
.nav-dd:focus-within .nav-dd-panel {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nav-dd-item {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.2s, color 0.2s;
}
.nav-dd-item:hover { background: var(--cream); color: var(--maroon); }
.nav-dd-item .lbl {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.nav-dd-item .desc {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(26,15,20,0.5);
  margin-top: 2px;
}

/* ===== Timeline (history page) ===== */
.timeline-scene {
  background: var(--cream);
  padding: 120px 32px;
}
.timeline-wrap { max-width: 1100px; margin: 0 auto; }
.timeline-tabs {
  display: flex; gap: 8px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.timeline-tab {
  background: transparent;
  border: 1px solid rgba(92,26,53,0.2);
  color: var(--maroon);
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Fraunces', serif;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s var(--ease-out-soft);
}
.timeline-tab:hover { border-color: var(--maroon); }
.timeline-tab.active {
  background: var(--maroon);
  color: var(--cream);
  border-color: var(--maroon);
}
.timeline-panel {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 64px;
  align-items: start;
}
.timeline-year {
  font-family: 'Fraunces', serif;
  font-size: clamp(80px, 12vw, 200px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--orange);
  font-weight: 300;
}
.timeline-content h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--maroon);
  margin: 0 0 24px;
  font-weight: 400;
}
.timeline-content p {
  color: rgba(26,15,20,0.7);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* ===== Division-page hero (used by manufacturing/distribution/retail/consumers) ===== */
.div-hero {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 200px 32px 100px;
  color: var(--cream);
}
.div-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.45);
}
.div-hero-content {
  position: relative; z-index: 2;
  max-width: 1500px; margin: 0 auto; width: 100%;
}
.div-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(56px, 9vw, 144px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 300;
}
.div-hero h1 em { font-style: italic; color: var(--orange); font-weight: 400; }
.div-hero .tag {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  color: rgba(245,239,230,0.85);
  margin-top: 24px;
  max-width: 900px;
}
.div-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.div-cap-card {
  background: white;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(26,15,20,0.06);
  transition: transform 0.4s var(--ease-out-soft);
}
.div-cap-card:hover { transform: translateY(-4px); }
.div-cap-num {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  color: var(--orange);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}
.div-cap-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--maroon);
  margin: 0 0 12px;
  font-weight: 500;
}
.div-cap-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.75;
  margin: 0;
}
.bullet-list {
  list-style: none; margin: 32px 0 0; padding: 0;
}
.bullet-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(92,26,53,0.08);
  display: flex; align-items: center; gap: 16px;
  color: var(--ink);
  font-size: 16px;
}
.bullet-list li::before {
  content: '✓';
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .about-intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .timeline-panel { grid-template-columns: 1fr; gap: 24px; }
  .div-cap-grid { grid-template-columns: 1fr; }
  .scale-list { grid-template-columns: 1fr; }
}

/* ===== Operating Model (How We Work) ===== */
.opmodel-scene {
  background: var(--paper);
  padding: 140px 32px;
}
.opmodel-wrap { max-width: 1500px; margin: 0 auto; }
.opmodel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 64px;
}
.opmodel-step {
  background: white;
  padding: 36px 32px;
  border-radius: 22px;
  border: 1px solid rgba(92,26,53,0.06);
  position: relative;
  transition: all 0.5s var(--ease-out-soft);
}
.opmodel-step:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
}
.opmodel-step::before {
  content: '';
  position: absolute;
  top: 36px; right: 32px;
  width: 24px; height: 1px;
  background: rgba(232,90,26,0.4);
  display: none;
}
.opmodel-step:not(:last-child)::before { display: block; }
.opmodel-num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  line-height: 1;
  color: var(--orange);
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
.opmodel-step h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  line-height: 1.15;
  color: var(--maroon);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.opmodel-step p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.7;
  margin: 0;
}

/* ===== Leadership duo on homepage ===== */
.leaders-scene {
  background: var(--cream);
  padding: 140px 32px;
}
.leaders-wrap { max-width: 1500px; margin: 0 auto; }
.leaders-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  margin-top: 80px;
  align-items: start;
}
.leader-block {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 32px;
  align-items: start;
}
.leader-portrait {
  aspect-ratio: 4/5;
  border-radius: 20px;
  background-size: cover; background-position: top center;
  background-color: var(--maroon);
  width: 100%;
}
.leader-info .name {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  color: var(--maroon);
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 4px;
}
.leader-info .role {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.leader-points {
  list-style: none; margin: 0; padding: 0;
}
.leader-points li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(92,26,53,0.08);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  opacity: 0.8;
}
.leader-points li:last-child { border-bottom: 0; }
.leader-philosophy {
  background: var(--paper);
  padding: 36px;
  border-radius: 20px;
  margin-top: 24px;
}
.leader-philosophy h4 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  color: var(--maroon);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.leader-philosophy p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.75;
  margin: 0;
}

/* --- Leader monogram (Sehl Ayub placeholder) --- */
.leader-portrait-mono {
  position: relative;
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-darker) 100%);
  overflow: hidden;
  display: grid; place-items: center;
  isolation: isolate;
}
.leader-mono-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(232,90,26,0.35) 0%, transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(232,90,26,0.18) 0%, transparent 55%);
  z-index: 0;
}
.leader-mono-mark {
  position: relative; z-index: 1;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(96px, 12vw, 180px);
  color: var(--cream);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.leader-mono-meta {
  position: absolute;
  bottom: 24px; left: 24px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.55);
}
.leader-block-secondary { opacity: 1; }

/* =====================================================================
   v13 — section redesigns
   ===================================================================== */

/* --- Pillars head v2: editorial centered with meta line --- */
.pillars-head-v2 {
  display: block;
  max-width: 1500px;
  padding-bottom: 64px;
}
.pillars-head-meta {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 36px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}
.pillars-head-meta .eyebrow { margin-bottom: 0; padding-bottom: 0; }
.pillars-head-divider {
  flex: 1; max-width: 220px;
  height: 1px; background: rgba(232,90,26,0.35);
}
.pillars-head-count {
  color: rgba(26,15,20,0.6);
  font-weight: 500;
}
.pillars-head-v2 .pillars-headline {
  font-size: clamp(48px, 8vw, 144px);
  line-height: 0.96;
  margin: 0 0 56px;
  font-weight: 400;
}
.pillars-head-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding-top: 36px;
  border-top: 1px solid rgba(26,15,20,0.12);
}
.pillars-head-foot p {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
  color: rgba(26,15,20,0.7);
  max-width: 640px;
  margin: 0;
}
@media (max-width: 768px) {
  .pillars-head-foot { grid-template-columns: 1fr; }
  .pillars-head-divider { max-width: 80px; }
}

/* --- Built for Scale: dark dramatic band --- */
.scalebar-scene {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(80px, 12vh, 140px) 0;
  position: relative;
  overflow: hidden;
}
.scalebar-noise {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 30%, rgba(232,90,26,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 70%, rgba(92,26,53,0.4) 0%, transparent 55%);
  pointer-events: none;
}
.scalebar-head {
  max-width: 1500px;
  margin: 0 auto clamp(48px, 8vh, 80px);
  padding: 0 32px;
  position: relative; z-index: 1;
  text-align: center;
}
.scalebar-eyebrow {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 28px;
}
.scalebar-h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream);
  font-weight: 400;
  max-width: 1100px;
  margin: 0 auto;
}
.scalebar-h3 em { font-style: italic; color: var(--orange); }
.scalebar-marquee {
  position: relative; z-index: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.scalebar-track {
  display: flex; align-items: center; gap: 32px;
  width: max-content;
  animation: scalebarSlide 50s linear infinite;
  will-change: transform;
}
.scalebar-pill {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 22px 38px;
  border: 1px solid rgba(245,239,230,0.15);
  border-radius: 100px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(22px, 2.4vw, 36px);
  color: var(--cream);
  background: rgba(245,239,230,0.03);
  white-space: nowrap;
  letter-spacing: -0.005em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.4s var(--ease-out-soft);
}
.scalebar-pill:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--cream);
  transform: scale(1.02);
}
.scalebar-pill b {
  font-style: italic;
  color: var(--orange);
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}
.scalebar-pill:hover b { color: var(--cream); }
.scalebar-dot {
  font-size: 16px;
  color: var(--orange);
  opacity: 0.65;
}
@keyframes scalebarSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* --- Ecosystem grid v2: photo cards w/ overlay + number --- */
.ecogrid-scene {
  background: var(--cream);
  padding: clamp(96px, 14vh, 160px) 32px;
  position: relative;
}
.ecogrid-wrap { max-width: 1500px; margin: 0 auto; }
.ecogrid-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: clamp(48px, 8vh, 80px);
}
.ecogrid-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(48px, 7vw, 124px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0;
}
.ecogrid-headline em { font-style: italic; color: var(--orange); }
.ecogrid-head-right p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(26,15,20,0.7);
  margin: 0 0 32px;
}
.ecogrid-head-line {
  width: 100%; height: 1px;
  background: rgba(26,15,20,0.18);
  margin-bottom: 16px;
}
.ecogrid-head-meta {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}
.ecogrid-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.ecogrid-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  background: var(--maroon-darker);
  text-decoration: none;
  display: block;
  height: clamp(440px, 55vh, 580px);
  transition: transform 0.6s var(--ease-out-soft);
}
.ecogrid-card:hover { transform: translateY(-8px); }
.ecogrid-card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
  transition: transform 0.8s var(--ease-out-soft), filter 0.6s ease;
  filter: saturate(0.85) brightness(0.7);
}
.ecogrid-card:hover .ecogrid-card-img {
  transform: scale(1.06);
  filter: saturate(1) brightness(0.85);
}
.ecogrid-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,11,14,0.1) 0%, rgba(15,11,14,0.55) 50%, rgba(15,11,14,0.95) 100%);
  z-index: 1;
}
.ecogrid-card-body {
  position: absolute;
  inset: 0;
  padding: 36px 32px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  color: var(--cream);
}
.ecogrid-card-tag {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: -28px;
  margin-bottom: 22px;
  align-self: flex-end;
}
.ecogrid-card-title {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.06;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
}
.ecogrid-card-desc {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245,239,230,0.78);
  margin: 0 0 24px;
}
.ecogrid-card-cta {
  font-family: 'Instrument Serif', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.4s var(--ease-out-soft);
}
.ecogrid-card:hover .ecogrid-card-cta { gap: 14px; }
@media (max-width: 1024px) {
  .ecogrid-head { grid-template-columns: 1fr; gap: 32px; }
  .ecogrid-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) { .ecogrid-cards { grid-template-columns: 1fr; } }

/* --- Leadership v2 (leadernew) --- */
.leadernew-scene {
  background: var(--cream);
  padding: clamp(96px, 14vh, 180px) 32px;
  position: relative;
  overflow: hidden;
}
.leadernew-bgmark {
  position: absolute;
  top: 8%; right: -8%;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(280px, 36vw, 600px);
  line-height: 0.85;
  color: rgba(92,26,53,0.04);
  font-weight: 400;
  letter-spacing: -0.05em;
  pointer-events: none;
  z-index: 0;
}
.leadernew-wrap { max-width: 1500px; margin: 0 auto; position: relative; z-index: 1; }
.leadernew-head { max-width: 880px; margin-bottom: clamp(64px, 10vh, 120px); }
.leadernew-head-meta {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 36px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 600; color: var(--orange);
}
.leadernew-head-meta .eyebrow { margin-bottom: 0; padding-bottom: 0; }
.leadernew-head-divider { flex: 1; max-width: 180px; height: 1px; background: rgba(232,90,26,0.35); }
.leadernew-head-count { color: rgba(26,15,20,0.55); font-weight: 500; }
.leadernew-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(48px, 8vw, 132px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 32px;
}
.leadernew-headline em { font-style: italic; color: var(--orange); }
.leadernew-sub {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
  color: rgba(26,15,20,0.68);
  max-width: 720px;
  margin: 0;
}

/* Founder hero — large two-column with portrait + content */
.leadernew-founder {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-bottom: clamp(80px, 12vh, 140px);
  align-items: start;
}
.leadernew-founder-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: var(--maroon-darker);
  box-shadow: 0 50px 100px -40px rgba(60,15,30,0.4);
}
.leadernew-founder-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 65%, rgba(15,11,14,0.7) 100%);
}
.leadernew-founder-meta {
  position: absolute; bottom: 28px; left: 28px;
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.85);
  font-weight: 500;
}
.leadernew-founder-info { padding-top: 12px; }
.leadernew-founder-tag {
  font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 20px;
}
.leadernew-founder-name {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 28px;
}
.leadernew-founder-bio {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
  color: rgba(26,15,20,0.7);
  margin: 0 0 32px;
  max-width: 580px;
}
.leadernew-founder-quote {
  margin: 0 0 48px;
  padding: 28px 32px;
  border-left: 2px solid var(--orange);
  background: var(--cream-warm);
  border-radius: 0 16px 16px 0;
}
.leadernew-founder-quote span {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.35;
  color: var(--maroon);
  font-style: normal;
}
.leadernew-founder-quote em { font-style: italic; color: var(--orange); }
.leadernew-principles {
  display: flex; flex-direction: column;
  gap: 20px;
}
.leadernew-principle {
  display: block;
  padding: 22px 0;
  border-top: 1px solid rgba(26,15,20,0.1);
}
.leadernew-principle:last-child { border-bottom: 1px solid rgba(26,15,20,0.1); }
.leadernew-principle h4 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  color: var(--maroon);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.leadernew-principle p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26,15,20,0.65);
  margin: 0;
}

/* CEO band — secondary, horizontal layout */
.leadernew-ceo {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  background: var(--maroon-darker);
  border-radius: 32px;
  padding: clamp(48px, 6vw, 80px);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.leadernew-ceo::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(232,90,26,0.18) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(232,90,26,0.06) 0%, transparent 55%);
  z-index: 0;
}
.leadernew-ceo > * { position: relative; z-index: 1; }
.leadernew-ceo-portrait,
.leadernew-ceo-mark {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-darker) 100%);
  border: 1px solid rgba(245,239,230,0.1);
}
.leadernew-ceo-portrait {
  box-shadow: 0 34px 80px -44px rgba(0, 0, 0, 0.75);
}
.leadernew-ceo-portrait .parallax-bg {
  background-size: cover;
  background-position: center top;
}
.leadernew-ceo-mark-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(232,90,26,0.45) 0%, transparent 55%),
    radial-gradient(circle at 70% 75%, rgba(232,90,26,0.18) 0%, transparent 55%);
}
.leadernew-ceo-mark-letters {
  position: relative;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(120px, 14vw, 220px);
  font-style: italic;
  color: var(--cream);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.leadernew-ceo-mark-meta {
  position: absolute; bottom: 24px; left: 24px;
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(245,239,230,0.55);
}
.leadernew-ceo-info { padding-top: 8px; }
.leadernew-ceo-tag {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 18px;
}
.leadernew-ceo-name {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.leadernew-ceo-lead {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.4;
  color: rgba(245,239,230,0.85);
  margin: 0 0 32px;
  max-width: 540px;
}
.leadernew-ceo-list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
}
.leadernew-ceo-list li {
  display: block;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245,239,230,0.78);
  padding: 14px 0;
  border-top: 1px solid rgba(245,239,230,0.08);
}
.leadernew-bullet {
  font-family: 'Instrument Serif', serif;
  font-size: 14px;
  color: var(--orange);
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .leadernew-founder { grid-template-columns: 1fr; }
  .leadernew-ceo { grid-template-columns: 1fr; }
  .leadernew-ceo-list { grid-template-columns: 1fr; }
}

/* --- Why Choose Us — horizontal pinned scroll --- */
.whyhscroll-scene {
  position: relative;
  background: var(--maroon-darker);
  color: var(--cream);
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  width: 100%;
  max-width: 100vw;
}
.whyhscroll-stage {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.whyhscroll-head {
  position: relative;
  z-index: 5;
  padding: clamp(72px, 10vh, 120px) clamp(24px, 4vw, 64px) 0;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.whyhscroll-head > * { pointer-events: auto; }
.whyhscroll-head-meta {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 24px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange);
}
.whyhscroll-head-meta .eyebrow { margin: 0; padding: 0; color: var(--orange); }
.whyhscroll-head-divider {
  flex: 1; max-width: 220px;
  height: 1px; background: rgba(232,90,26,0.4);
}
.whyhscroll-head-progress {
  font-family: 'Instrument Serif', serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: rgba(245,239,230,0.6);
  display: flex; align-items: baseline; gap: 4px;
}
.whyhscroll-head-progress b {
  font-weight: 400;
  color: var(--orange);
  font-size: 22px;
}
.whyhscroll-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--cream);
  font-weight: 400;
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
}
.whyhscroll-headline em { font-style: italic; color: var(--orange); }

.whyhscroll-track {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: clamp(14px, 2vh, 22px) clamp(24px, 4vw, 64px);
  width: max-content;
  will-change: transform;
}
.whyhscroll-panel {
  position: relative;
  width: clamp(160px, 13vw, 210px);
  height: clamp(170px, 22vh, 220px);
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  isolation: isolate;
  box-shadow: 0 16px 40px -20px rgba(0,0,0,0.55);
}
.whyhscroll-panel-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
  transition: transform 0.8s var(--ease-out-soft);
}
.whyhscroll-panel:hover .whyhscroll-panel-img { transform: scale(1.06); }
.whyhscroll-panel::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(15,11,14,0) 0%,
    rgba(15,11,14,0.15) 35%,
    rgba(15,11,14,0.78) 70%,
    rgba(15,11,14,0.98) 100%);
  z-index: 1;
}
.whyhscroll-panel-body {
  position: absolute;
  inset: 0;
  padding: 12px 14px 14px;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: var(--cream);
}
.whyhscroll-panel-body h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.1;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 3px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.whyhscroll-panel-body p {
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: 1.42;
  color: rgba(245,239,230,0.92);
  margin: 0;
  max-width: 180px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.whyhscroll-cta-panel {
  width: clamp(160px, 13vw, 210px);
  height: clamp(170px, 22vh, 220px);
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(232,90,26,0.6) 0%, transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(232,90,26,0.25) 0%, transparent 60%),
    linear-gradient(135deg, var(--orange-deep) 0%, var(--maroon) 100%);
  flex-shrink: 0;
  padding: clamp(28px, 3vw, 40px);
  display: flex; flex-direction: column;
  justify-content: center;
  color: var(--cream);
  box-shadow: 0 40px 90px -40px rgba(232,90,26,0.4);
}
.whyhscroll-cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.85);
  margin-bottom: 28px;
  font-weight: 600;
}
.whyhscroll-cta-panel h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.1;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.whyhscroll-cta-panel h3 em { font-style: italic; }
.whyhscroll-cta-panel p {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
  color: rgba(245,239,230,0.85);
  margin: 0 0 24px;
}
.whyhscroll-cta-panel .btn {
  align-self: flex-start;
  background: var(--cream);
  color: var(--ink);
}
.whyhscroll-cta-panel .btn:hover { background: var(--paper); }

.whyhscroll-progress-bar {
  position: absolute;
  bottom: 32px; left: clamp(32px, 6vw, 96px); right: clamp(32px, 6vw, 96px);
  height: 2px;
  background: rgba(245,239,230,0.12);
  z-index: 5;
  overflow: hidden;
}
.whyhscroll-progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--orange);
  transition: width 0.1s linear;
}
.whyhscroll-hint {
  position: absolute;
  bottom: 60px; right: clamp(32px, 6vw, 96px);
  z-index: 5;
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.55);
}
.whyhscroll-hint-arrow {
  display: inline-block;
  animation: whyhscrollHint 1.6s ease-in-out infinite;
}
@keyframes whyhscrollHint {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50%      { transform: translateY(4px); opacity: 1; }
}

@media (max-width: 768px) {
  .whyhscroll-scene { height: auto; }
  .whyhscroll-stage { height: auto; }
  .whyhscroll-track {
    width: auto;
    flex-direction: column;
    overflow-x: auto;
    padding: 32px 24px 64px;
  }
  .whyhscroll-panel, .whyhscroll-cta-panel {
    width: 100%; height: 480px;
  }
  .whyhscroll-progress-bar, .whyhscroll-hint { display: none; }
}

/* --- Pillars v3: asymmetric sticky head + 2x2 staggered photo grid --- */
.pillarsv3-scene {
  background: var(--cream);
  padding: clamp(96px, 14vh, 160px) clamp(32px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
.pillarsv3-scene::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  width: 1px; height: 100%;
  background: rgba(26,15,20,0.06);
  pointer-events: none;
}
.pillarsv3-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: clamp(48px, 6vw, 96px);
  max-width: 1500px;
  margin: 0 auto;
  align-items: start;
}
.pillarsv3-aside {
  position: sticky;
  top: 88px;
  align-self: start;
  padding-top: 16px;
}
.pillarsv3-aside-inner { padding-bottom: 40px; }
.pillarsv3-meta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange);
}
.pillarsv3-meta .eyebrow { margin: 0; padding: 0; color: var(--orange); }
.pillarsv3-meta-divider {
  flex: 1; max-width: 60px;
  height: 1px;
  background: rgba(232,90,26,0.4);
}
.pillarsv3-meta-count {
  color: rgba(26,15,20,0.55);
  font-weight: 500;
}
.pillarsv3-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 28px;
}
.pillarsv3-headline em {
  font-style: italic;
  color: var(--orange);
  display: block;
  margin-top: 8px;
}
.pillarsv3-sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(26,15,20,0.65);
  margin: 0 0 36px;
  max-width: 460px;
}
.pillarsv3-cta { margin: 0 0 56px; }
.pillarsv3-foot {
  padding-top: 28px;
  border-top: 1px solid rgba(26,15,20,0.12);
}
.pillarsv3-foot-meta {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(26,15,20,0.45);
}

/* 2x2 staggered grid */
.pillarsv3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pillarsv3-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 4/5;
  background: var(--maroon-darker);
  text-decoration: none;
  color: var(--cream);
  display: block;
  transition: transform 0.6s var(--ease-out-soft);
  box-shadow: 0 30px 60px -30px rgba(60,15,30,0.25);
}
.pillarsv3-card:nth-child(2) { transform: translateY(48px); }
.pillarsv3-card:nth-child(3) { transform: translateY(-48px); }
.pillarsv3-card:nth-child(4) { transform: translateY(0); }
.pillarsv3-card:hover { transform: translateY(-12px); }
.pillarsv3-card:nth-child(2):hover { transform: translateY(36px); }
.pillarsv3-card:nth-child(3):hover { transform: translateY(-60px); }
.pillarsv3-card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
  filter: saturate(0.85) brightness(0.7);
  transition: filter 0.6s var(--ease-out-soft);
}
.pillarsv3-card:hover .pillarsv3-card-img { filter: saturate(1) brightness(0.85); }
.pillarsv3-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,11,14,0.05) 30%, rgba(15,11,14,0.6) 65%, rgba(15,11,14,0.95) 100%);
  z-index: 1;
}
.pillarsv3-card-meta {
  position: absolute;
  top: 28px; left: 28px; right: 28px;
  z-index: 2;
  display: flex; align-items: baseline;
  justify-content: space-between;
}
.pillarsv3-card-num {
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  line-height: 1;
  color: var(--orange);
  letter-spacing: -0.02em;
  font-style: italic;
}
.pillarsv3-card-tag {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}
.pillarsv3-card-body {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  z-index: 2;
}
.pillarsv3-card-body h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.05;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.015em;
}
.pillarsv3-card-body p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245,239,230,0.78);
  margin: 0 0 18px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s var(--ease-out-soft), opacity 0.4s ease, margin 0.6s var(--ease-out-soft);
}
.pillarsv3-card:hover .pillarsv3-card-body p {
  max-height: 80px;
  opacity: 1;
}
.pillarsv3-card-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--orange);
}
.pillarsv3-card-cta .arrow {
  transition: transform 0.3s var(--ease-out-soft);
}
.pillarsv3-card:hover .pillarsv3-card-cta .arrow {
  transform: translateX(6px);
}

@media (max-width: 1024px) {
  .pillarsv3-wrap { grid-template-columns: 1fr; gap: 48px; }
  .pillarsv3-aside { position: relative; top: 0; }
  .pillarsv3-card:nth-child(n) { transform: none; }
}
@media (max-width: 600px) {
  .pillarsv3-grid { grid-template-columns: 1fr; }
  .pillarsv3-card { aspect-ratio: 3/4; }
}

/* =====================================================================
   v16 — Pillars v4 (architectural accordion)
   Literal "pillars": 4 vertical columns side-by-side. Hover/click expands
   the active pillar; others compress. Inactive show vertical rotated label.
   ===================================================================== */
.pillarsv4-scene {
  background: var(--cream);
  padding: clamp(80px, 12vh, 128px) 0;
  overflow: hidden;
}
.pillarsv4-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(32px, 5vw, 80px);
}
.pillarsv4-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(40px, 6vh, 56px);
  align-items: end;
}
.pillarsv4-meta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--orange); font-weight: 600;
}
.pillarsv4-meta .eyebrow { margin: 0; padding: 0; color: var(--orange); }
.pillarsv4-meta-divider {
  flex: 1; max-width: 80px; height: 1px;
  background: rgba(232,90,26,0.4);
}
.pillarsv4-meta-count {
  color: rgba(26,15,20,0.55); font-weight: 500;
}
.pillarsv4-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(36px, 4.5vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0;
  max-width: 920px;
}
.pillarsv4-headline em { font-style: italic; color: var(--orange); }
.pillarsv4-head-right {
  display: flex; flex-direction: column; gap: 28px;
  align-items: flex-start;
  padding-bottom: 8px;
}
.pillarsv4-head-right p {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
  color: rgba(26,15,20,0.7);
  margin: 0;
  max-width: 460px;
}

/* The accordion row */
.pillarsv4-row {
  display: flex;
  gap: 8px;
  width: 100%;
  height: clamp(440px, 62vh, 620px);
  background: var(--maroon-darker);
  padding: 8px;
  position: relative;
  isolation: isolate;
  border-radius: 16px;
}

.pillarsv4-pillar {
  position: relative;
  flex: 1 1 0;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
  color: var(--cream);
  cursor: pointer;
  transition: flex 1.1s var(--ease-in-out-soft);
  display: block;
}

/* Active pillar expands; inactive compress harder */
.pillarsv4-pillar.is-active { flex: 7 1 0; }
.pillarsv4-pillar:not(.is-active) { flex: 1 1 0; }
@media (hover: hover) {
  .pillarsv4-row:hover .pillarsv4-pillar.is-active { flex: 1 1 0; }
  .pillarsv4-row:hover .pillarsv4-pillar:hover { flex: 7 1 0; }
}

/* Background image — desaturated when not active */
.pillarsv4-pillar-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
  filter: saturate(0.5) brightness(0.45);
  transform: scale(1.05);
  transition: filter 1.1s var(--ease-out-soft), transform 1.4s var(--ease-out-soft);
}
.pillarsv4-pillar.is-active .pillarsv4-pillar-img,
.pillarsv4-row:hover .pillarsv4-pillar:hover .pillarsv4-pillar-img {
  filter: saturate(1) brightness(0.7);
  transform: scale(1);
}
@media (hover: hover) {
  .pillarsv4-row:hover .pillarsv4-pillar.is-active:not(:hover) .pillarsv4-pillar-img {
    filter: saturate(0.5) brightness(0.45);
    transform: scale(1.05);
  }
}

/* Gradient overlay for legibility on active */
.pillarsv4-pillar::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,11,14,0.05) 0%, rgba(15,11,14,0.55) 60%, rgba(15,11,14,0.92) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.pillarsv4-pillar.is-active::after,
.pillarsv4-row:hover .pillarsv4-pillar:hover::after { opacity: 1; }
@media (hover: hover) {
  .pillarsv4-row:hover .pillarsv4-pillar.is-active:not(:hover)::after { opacity: 0; }
}

/* Vertical rail with rotated label (visible when inactive/compressed) */
.pillarsv4-pillar-rail {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 100%;
  z-index: 3;
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 44px) 0;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.pillarsv4-pillar-tag {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(15px, 1.1vw, 17px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 600;
  white-space: nowrap;
  font-family: 'Inter Tight', sans-serif;
}
.pillarsv4-pillar.is-active .pillarsv4-pillar-tag { opacity: 0; transition: opacity 0.4s ease; }
@media (hover: hover) {
  .pillarsv4-row:hover .pillarsv4-pillar.is-active:not(:hover) .pillarsv4-pillar-tag { opacity: 1; }
  .pillarsv4-row:hover .pillarsv4-pillar:hover .pillarsv4-pillar-tag { opacity: 0; }
}

/* Expanded content — visible only when pillar is active */
.pillarsv4-pillar-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: clamp(36px, 4vw, 64px) clamp(36px, 4vw, 72px);
  z-index: 4;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease 0.2s, transform 0.7s var(--ease-out-soft) 0.2s;
  pointer-events: none;
  max-width: 720px;
}
.pillarsv4-pillar.is-active .pillarsv4-pillar-content {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) {
  .pillarsv4-row:hover .pillarsv4-pillar.is-active:not(:hover) .pillarsv4-pillar-content {
    opacity: 0;
    transform: translateY(24px);
  }
  .pillarsv4-row:hover .pillarsv4-pillar:hover .pillarsv4-pillar-content {
    opacity: 1;
    transform: translateY(0);
  }
}
.pillarsv4-pillar-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.pillarsv4-pillar-content h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(40px, 4.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--cream);
  font-weight: 400;
  margin: 0 0 20px;
}
.pillarsv4-pillar-content h3 em { font-style: italic; color: var(--orange); }
.pillarsv4-pillar-content p {
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.55;
  color: rgba(245,239,230,0.78);
  margin: 0 0 28px;
  max-width: 520px;
}
.pillarsv4-pillar-cta {
  display: inline-flex;
  align-items: center; gap: 8px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--orange);
  border-bottom: 1px solid rgba(232,90,26,0.4);
  padding-bottom: 4px;
  transition: gap 0.4s var(--ease-out-soft), border-color 0.4s ease;
}
.pillarsv4-pillar.is-active .pillarsv4-pillar-cta:hover { gap: 14px; border-color: var(--orange); }

/* Progress dots + scroll hint */
.pillarsv4-progress {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex; gap: 12px;
  pointer-events: none;
}
.pillarsv4-progress-dot {
  width: 32px; height: 2px;
  background: rgba(245,239,230,0.18);
  border-radius: 1px;
  transition: background 0.5s var(--ease-out-soft), width 0.5s var(--ease-out-soft);
}
.pillarsv4-pillar:nth-child(1).is-active ~ .pillarsv4-progress .pillarsv4-progress-dot:nth-child(1),
.pillarsv4-pillar:nth-child(2).is-active ~ .pillarsv4-progress .pillarsv4-progress-dot:nth-child(2),
.pillarsv4-pillar:nth-child(3).is-active ~ .pillarsv4-progress .pillarsv4-progress-dot:nth-child(3),
.pillarsv4-pillar:nth-child(4).is-active ~ .pillarsv4-progress .pillarsv4-progress-dot:nth-child(4) {
  background: var(--orange);
  width: 56px;
}
.pillarsv4-hint {
  position: absolute;
  bottom: 28px; right: 32px;
  z-index: 10;
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(245,239,230,0.55);
  pointer-events: none;
}
.pillarsv4-hint-arrow {
  display: inline-block;
  animation: pillarsv4HintArrow 1.6s ease-in-out infinite;
}
@keyframes pillarsv4HintArrow {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50%      { transform: translateY(4px); opacity: 1; }
}

@media (max-width: 768px) {
  .pillarsv4-head { grid-template-columns: 1fr; }
  .pillarsv4-row {
    flex-direction: column;
    height: auto;
    gap: 6px;
    padding: 6px;
  }
  .pillarsv4-pillar {
    width: 100%;
    height: 320px;
    flex: 0 0 auto !important;
  }
  .pillarsv4-pillar-rail { flex-direction: row; padding: 24px 28px; }
  .pillarsv4-pillar-tag {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .pillarsv4-pillar.is-active .pillarsv4-pillar-img { filter: saturate(1) brightness(0.65); }
  .pillarsv4-pillar-content { padding: 24px 28px; opacity: 1; transform: none; pointer-events: auto; }
  .pillarsv4-pillar-content h3 { font-size: 36px; }
  .pillarsv4-progress, .pillarsv4-hint { display: none; }
}

/* Short, wide viewports: laptops/desktops where browser chrome + the OS
   taskbar leave only a shallow page height (e.g. a 1366x768 ThinkPad or a
   16:9 wall screen). The pixel floors in the default sizing make this block
   overflow, pushing the heading off screen. Compress padding, heading and the
   panel row so the title and the panels stay visible together. Scoped to
   >=769px so the stacked mobile layout is untouched. */
@media (min-width: 769px) and (max-height: 820px) {
  .pillarsv4-scene { padding: clamp(32px, 5vh, 64px) 0; }
  .pillarsv4-head { margin-bottom: clamp(18px, 3vh, 34px); }
  .pillarsv4-headline { font-size: clamp(30px, 5.4vh, 60px); }
  .pillarsv4-head-right p { font-size: clamp(14px, 1.9vh, 17px); }
  .pillarsv4-row { height: clamp(300px, 54vh, 520px); }
}
@media (min-width: 769px) and (max-height: 640px) {
  .pillarsv4-scene { padding: clamp(18px, 3.5vh, 38px) 0; }
  .pillarsv4-head { margin-bottom: 12px; }
  .pillarsv4-headline { font-size: clamp(25px, 5vh, 40px); }
  .pillarsv4-head-right p { font-size: 13.5px; line-height: 1.45; }
  .pillarsv4-row { height: clamp(240px, 56vh, 380px); }
}

/* ---------------------------------------------------------------------
   Site-wide short-viewport fit. On shallow desktop screens (browser
   chrome + OS taskbar, display scaling, 16:9 wall panels) the pixel floors
   in these blocks push content past the fold and clip headings. Lower the
   floors so headings and their showcase blocks stay on screen. Desktop-only
   (>=769px); the stacked mobile layouts are governed separately. Only box
   heights/paddings change, never the pinned-scroll lengths, so GSAP
   scroll-progress math is unaffected.
   --------------------------------------------------------------------- */
@media (min-width: 769px) and (max-height: 780px) {
  /* Sub-page heroes (about, people & culture, contact, leadership, ...) */
  .page-hero { height: clamp(430px, 82vh, 760px); }
  .page-hero-content { padding-bottom: clamp(40px, 7vh, 112px); }
  /* Homepage — product specimen coverflow */
  .specimen-shell { padding-top: clamp(52px, 7vh, 96px); padding-bottom: clamp(30px, 4vh, 64px); }
  .specimen-capabilities { height: clamp(320px, 50vh, 570px); }
  /* Homepage — operations pinned scroller */
  .opscroll-stage-inner { height: clamp(280px, 50vh, 560px); }
  /* Homepage — ecosystem grid */
  .ecogrid-scene { padding: clamp(56px, 9vh, 160px) 32px; }
  .ecogrid-card { height: clamp(360px, 50vh, 580px); }
  /* Shorter cards → shrink the (bottom-anchored) card text so multi-line
     brand titles don't overflow and clip at the top of the card. */
  .home-page .ecogrid-card .ecogrid-card-body { padding: clamp(22px, 3.4vh, 34px) 28px !important; }
  .home-page .ecogrid-card .ecogrid-card-title { font-size: clamp(21px, 3vh, 30px) !important; line-height: 1.04 !important; margin-bottom: clamp(8px, 1.5vh, 12px) !important; }
  .home-page .ecogrid-card .ecogrid-card-desc { font-size: 12px !important; line-height: 1.5 !important; margin-bottom: clamp(12px, 2.2vh, 22px) !important; }
  /* Homepage — why horizontal scroller panels */
  .whyhscroll-panel, .whyhscroll-cta-panel { height: clamp(260px, 44vh, 430px); }
  /* Homepage — ecosystem closer band */
  .eco-closer-scene { padding: clamp(64px, 12vh, 220px) 32px; }
}
@media (min-width: 769px) and (max-height: 620px) {
  .page-hero { height: clamp(380px, 88vh, 760px); }
  .specimen-shell { padding-top: clamp(40px, 6vh, 96px); padding-bottom: 26px; }
  .specimen-capabilities { height: clamp(280px, 52vh, 570px); }
  .opscroll-stage-inner { height: clamp(240px, 52vh, 560px); }
  .ecogrid-card { height: clamp(300px, 52vh, 580px); }
  .home-page .ecogrid-card .ecogrid-card-body { padding: clamp(18px, 3vh, 26px) 24px !important; }
  .home-page .ecogrid-card .ecogrid-card-title { font-size: clamp(18px, 2.7vh, 26px) !important; line-height: 1.0 !important; margin-bottom: clamp(6px, 1.2vh, 10px) !important; }
  .home-page .ecogrid-card .ecogrid-card-desc { font-size: 11.5px !important; line-height: 1.45 !important; margin-bottom: clamp(10px, 1.8vh, 16px) !important; }
  .whyhscroll-panel, .whyhscroll-cta-panel { height: clamp(230px, 46vh, 430px); }
}

/* =====================================================================
   v20 — Excellence × Built-for-Scale (merged section, GSAP-choreographed)
   ===================================================================== */
.excellence-scene {
  background: var(--cream);
  padding: clamp(96px, 14vh, 160px) 0;
  position: relative;
  overflow: hidden;
}
.excellence-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(32px, 5vw, 80px);
  position: relative;
}

/* Top divider line with dual eyebrows */
.excellence-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 48px;
  margin-bottom: clamp(48px, 7vh, 80px);
  border-bottom: 1px solid rgba(26,15,20,0.08);
}
.excellence-eyebrow {
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange);
}
.excellence-eyebrow-r { color: rgba(26,15,20,0.55); }
.excellence-line {
  height: 1px;
  background: rgba(232,90,26,0.4);
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
}
.excellence-scene.in .excellence-line {
  transform: scaleX(1);
  transition: transform 1.4s var(--ease-out-soft) 0.1s;
}

/* Body: 2-column composition */
.excellence-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  position: relative;
}

.excellence-left { padding-right: 8px; }

.excellence-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(40px, 5.6vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 32px;
  display: flex; flex-wrap: wrap; gap: 0.18em;
}
.excellence-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.excellence-word > span {
  display: inline-block;
  transform: translateY(110%);
  will-change: transform;
}
.excellence-scene.in .excellence-word > span {
  transform: translateY(0%);
  transition: transform 1s var(--ease-out-soft);
}
.excellence-scene.in .excellence-word:nth-child(1) > span { transition-delay: 0.20s; }
.excellence-scene.in .excellence-word:nth-child(2) > span { transition-delay: 0.30s; }
.excellence-scene.in .excellence-word:nth-child(3) > span { transition-delay: 0.40s; }
.excellence-scene.in .excellence-word:nth-child(4) > span { transition-delay: 0.50s; }
.excellence-scene.in .excellence-word:nth-child(5) > span { transition-delay: 0.62s; }
.excellence-headline em { font-style: italic; color: var(--orange); }

.excellence-sub {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
  color: rgba(26,15,20,0.65);
  margin: 0 0 36px;
  max-width: 520px;
  opacity: 0;
  transform: translateY(16px);
}
.excellence-scene.in .excellence-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease 0.7s, transform 0.8s var(--ease-out-soft) 0.7s;
}

/* Capability pills — staggered cascade */
.excellence-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  max-width: 580px;
}
.excellence-pill {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 22px;
  border: 1px solid rgba(26,15,20,0.14);
  border-radius: 100px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(15px, 1.1vw, 18px);
  color: var(--maroon);
  background: var(--cream);
  white-space: nowrap;
  letter-spacing: -0.005em;
  cursor: default;
  transition: background 0.4s var(--ease-out-soft), color 0.4s var(--ease-out-soft), border-color 0.4s ease, transform 0.4s var(--ease-out-soft);
  opacity: 0;
  transform: translateY(20px) rotate(-2deg);
  will-change: transform, opacity;
}
.excellence-scene.in .excellence-pill {
  opacity: 1;
  transform: translateY(0) rotate(0);
  transition: opacity 0.7s var(--ease-out-soft), transform 0.9s var(--ease-bounce), background 0.4s var(--ease-out-soft), color 0.4s var(--ease-out-soft), border-color 0.4s ease;
}
.excellence-scene.in .excellence-pill[data-i="0"] { transition-delay: 0.85s, 0.85s, 0s, 0s, 0s; }
.excellence-scene.in .excellence-pill[data-i="1"] { transition-delay: 0.95s, 0.95s, 0s, 0s, 0s; }
.excellence-scene.in .excellence-pill[data-i="2"] { transition-delay: 1.05s, 1.05s, 0s, 0s, 0s; }
.excellence-scene.in .excellence-pill[data-i="3"] { transition-delay: 1.15s, 1.15s, 0s, 0s, 0s; }
.excellence-scene.in .excellence-pill[data-i="4"] { transition-delay: 1.25s, 1.25s, 0s, 0s, 0s; }
.excellence-pill:hover {
  background: var(--maroon);
  color: var(--cream);
  border-color: var(--maroon);
  transform: translateY(-3px);
}
.excellence-pill i {
  font-style: italic;
  color: var(--orange);
  font-size: 0.7em;
  letter-spacing: 0.04em;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}
.excellence-pill:hover i { color: var(--cream); }
.excellence-pill b { font-weight: 400; }

/* Right photo + brand mark behind */
.excellence-right {
  position: relative;
  isolation: isolate;
}
.excellence-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: var(--maroon-darker);
  box-shadow: 0 50px 100px -40px rgba(60,15,30,0.4);
  z-index: 2;
  transform: scale(0.94);
  opacity: 0;
  will-change: transform, opacity;
}
.excellence-scene.in .excellence-photo {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.1s var(--ease-out-soft) 0.3s, transform 1.4s var(--ease-out-soft) 0.3s;
}
.excellence-photo-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.excellence-photo-meta {
  position: absolute;
  top: 28px; right: 28px;
  background: rgba(15,11,14,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px 22px;
  border-radius: 16px;
  color: var(--cream);
  display: flex; align-items: center; gap: 14px;
  z-index: 3;
  border: 1px solid rgba(245,239,230,0.12);
}
.excellence-photo-num {
  font-family: 'Instrument Serif', serif;
  font-size: 44px; line-height: 1;
  color: var(--orange);
  font-style: italic;
  letter-spacing: -0.02em;
}
.excellence-photo-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,239,230,0.85);
  line-height: 1.4;
}

/* Floating brand mark behind photo */
.excellence-photo-mark {
  position: absolute;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(180px, 22vw, 360px);
  line-height: 0.85;
  font-weight: 400;
  color: rgba(92,26,53,0.06);
  letter-spacing: -0.05em;
  font-style: italic;
  top: -16%; right: -8%;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-8deg);
}

/* Footer typographic line */
.excellence-foot {
  margin-top: clamp(64px, 9vh, 112px);
  padding-top: 36px;
  border-top: 1px solid rgba(26,15,20,0.08);
  display: flex; align-items: center; justify-content: center; gap: 24px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 1.2;
  color: var(--maroon);
  text-align: center;
  letter-spacing: -0.01em;
  flex-wrap: wrap;
}
.excellence-foot em { font-style: italic; color: var(--orange); }
.excellence-foot-tick {
  color: var(--orange);
  font-size: 0.6em;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .excellence-body { grid-template-columns: 1fr; gap: 56px; }
  .excellence-photo { max-width: 520px; margin: 0 auto; }
  .excellence-photo-mark { display: none; }
}
@media (max-width: 600px) {
  .excellence-topline { grid-template-columns: 1fr 1fr; }
  .excellence-line { display: none; }
  .excellence-eyebrow-r { text-align: right; }
  .excellence-foot { font-size: 18px; }
}

/* =====================================================================
   v22 — Scale control room
   ===================================================================== */
.specimen-scene {
  --specimen-bg-a: #f2eee5;
  --specimen-bg-b: #d8c9b5;
  --specimen-copy: #551a32;
  --specimen-muted: rgba(63, 35, 43, 0.68);
  --specimen-glow: rgba(232, 90, 26, 0.14);
  --specimen-accent: #E85A1A;
  background:
    radial-gradient(circle at 76% 42%, var(--specimen-glow), transparent 32%),
    radial-gradient(circle at 8% 82%, rgba(255, 255, 255, 0.52), transparent 36%),
    linear-gradient(135deg, var(--specimen-bg-a), var(--specimen-bg-b));
  color: var(--specimen-copy);
  min-height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: background 0.75s var(--ease-out-soft);
}
.specimen-scene::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, var(--specimen-accent) 18%, var(--specimen-accent) 78%, transparent);
  transform: scaleX(var(--scale-progress, 0.02));
  transform-origin: left center;
  opacity: 0.76;
  pointer-events: none;
}
.specimen-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent 34%, rgba(85, 26, 50, 0.08)),
    radial-gradient(ellipse at 74% 50%, rgba(15, 11, 14, 0.08), transparent 46%);
  opacity: 0.62;
  pointer-events: none;
}
.specimen-shell {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(76px, 9vh, 96px) 56px clamp(44px, 6vh, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specimen-stage {
  position: relative;
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(540px, 0.92fr);
  grid-template-areas:
    "copy capabilities";
  column-gap: clamp(44px, 6vw, 104px);
  row-gap: 0;
  align-items: center;
}
.specimen-copy {
  grid-area: copy;
  align-self: center;
  position: relative;
  z-index: 3;
}
.specimen-kicker {
  margin: 0 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: rgba(85, 26, 50, 0.68);
}
.specimen-kicker span {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}
.specimen-headline {
  position: relative;
  z-index: 3;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
  line-height: 0.92;
  color: var(--specimen-copy);
  font-size: clamp(66px, 5.3vw, 104px);
  max-width: 640px;
}
.specimen-line {
  display: block;
  padding-left: 0;
}
.specimen-line-small {
  margin-top: 10px;
  color: rgba(85, 26, 50, 0.62);
  font-size: 0.44em;
  line-height: 1;
  font-family: 'Fraunces', Georgia, serif;
}
.specimen-word {
  display: inline-flex;
  overflow: hidden;
  vertical-align: bottom;
}
.specimen-word > span {
  display: inline-block;
  transform: translateY(112%) rotateX(24deg);
  transform-origin: left bottom;
  will-change: transform;
}
.specimen-word-em > span {
  color: var(--orange);
  font-style: italic;
}
.specimen-lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--specimen-muted);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
}
.specimen-capabilities {
  grid-area: capabilities;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  align-self: center;
  height: clamp(430px, 60vh, 570px);
  perspective: none;
  isolation: isolate;
}
.specimen-capabilities::before {
  display: none;
}
.specimen-capabilities::after {
  display: none;
}
.specimen-capability {
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(292px, 25vw, 380px);
  aspect-ratio: 3 / 4;
  min-height: 0;
  padding: 0;
  display: block;
  border: 1px solid rgba(85, 26, 50, 0.16);
  border-radius: 18px;
  background: #2d151f;
  box-shadow: 0 38px 96px -48px rgba(50, 28, 21, 0.78);
  color: var(--cream);
  opacity: 0;
  transform: translate3d(62vw, -50%, 0);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  overflow: hidden;
  transition:
    border-color 0.35s var(--ease-out-soft),
    box-shadow 0.35s var(--ease-out-soft),
    filter 0.35s var(--ease-out-soft);
}
.specimen-capability::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 7, 10, 0.04), transparent 32%, rgba(12, 7, 10, 0.82)),
    linear-gradient(90deg, rgba(12, 7, 10, 0.66), transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.specimen-capability::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
  z-index: 3;
}
.specimen-capability.is-active {
  border-color: rgba(232, 90, 26, 0.54);
  box-shadow: 0 48px 120px -52px rgba(85, 26, 50, 0.72);
}
.specimen-capability.is-active::after {
  border-color: rgba(232, 90, 26, 0.62);
}
.specimen-card-media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.specimen-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}
.specimen-card-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: clamp(22px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.35s var(--ease-out-soft), transform 0.35s var(--ease-out-soft);
}
.specimen-capability strong {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(22px, 2vw, 34px);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.96;
  max-width: 330px;
  text-wrap: balance;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.48);
}
.specimen-capability p {
  margin: 12px 0 0;
  max-width: 320px;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.45;
  color: rgba(244, 242, 236, 0.88);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}
.specimen-capability.is-active p {
  color: rgba(244, 242, 236, 0.94);
}
.specimen-scene.is-stacked .specimen-capability:not(.is-active) {
  filter: saturate(0.82) brightness(0.7);
}
.specimen-scene.is-stacked .specimen-capability:not(.is-active) .specimen-card-body {
  opacity: 0.18;
}
.specimen-scene.in .specimen-kicker span {
  transform: scaleX(1);
  transition: transform 0.8s var(--ease-out-soft);
}
.specimen-scene.in .specimen-word > span {
  transform: translateY(0) rotateX(0deg);
  transition: transform 1s var(--ease-out-soft);
}
@media (min-width: 1025px) {
  .specimen-capability:not(.is-active) .specimen-card-body {
    opacity: 0;
    transform: translateY(8px);
  }
}
@media (max-width: 1280px) {
  .specimen-shell {
    padding: clamp(66px, 8vh, 82px) 44px clamp(36px, 5vh, 52px);
  }
  .specimen-stage {
    grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 0.92fr);
    column-gap: 36px;
  }
  .specimen-headline {
    font-size: clamp(58px, 5.1vw, 88px);
  }
  .specimen-capability {
    width: clamp(276px, 25vw, 342px);
  }
}
@media (max-width: 1024px) {
  .specimen-shell {
    min-height: auto;
  }
  .specimen-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "capabilities";
    gap: 28px;
  }
  .specimen-headline {
    max-width: 680px;
    font-size: clamp(58px, 9vw, 86px);
  }
  .specimen-lead {
    max-width: 660px;
  }
  .specimen-capabilities {
    align-self: start;
    width: 100%;
    height: auto;
    max-width: none;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 0 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .specimen-capabilities::before,
  .specimen-capabilities::after {
    display: none;
  }
  .specimen-capability {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 min(68vw, 360px);
    width: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    transform: none;
    opacity: 1;
    scroll-snap-align: start;
  }
}
@media (max-width: 760px) {
  .specimen-shell {
    padding: 46px 22px 40px;
  }
  .specimen-stage {
    gap: 22px;
  }
  .specimen-kicker {
    margin-bottom: 18px;
  }
  .specimen-headline {
    font-size: 3.2rem;
  }
  .specimen-line-small {
    font-size: 0.48em;
  }
  .specimen-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.45;
  }
  .specimen-capabilities {
    gap: 8px;
  }
  .specimen-capability {
    flex-basis: min(74vw, 320px);
  }
  .specimen-capability p {
    font-size: 12px;
    line-height: 1.3;
  }
  .specimen-card-body {
    padding: 18px;
  }
  .specimen-capability strong {
    font-size: clamp(20px, 7vw, 30px);
  }
}
@media (max-width: 480px) {
  .specimen-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .specimen-headline {
    font-size: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .specimen-word > span {
    transform: none !important;
    opacity: 1 !important;
    clip-path: none !important;
  }
  .specimen-capability {
    opacity: 1 !important;
    clip-path: none !important;
  }
}

/* ===== Inline contact form ===== */
.inline-contact-scene {
  background: var(--maroon-deep);
  color: var(--cream);
  padding: 140px 32px;
}
.inline-contact-wrap { max-width: 1500px; margin: 0 auto; }
.inline-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.inline-contact-info-block {
  margin-bottom: 32px;
}
.inline-contact-info-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.inline-contact-info-value {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.inline-contact-form {
  background: rgba(245,239,230,0.05);
  border: 1px solid rgba(245,239,230,0.1);
  padding: 40px;
  border-radius: 24px;
}
.inline-contact-form .field { margin-bottom: 20px; }
.inline-contact-form label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.inline-contact-form input,
.inline-contact-form select,
.inline-contact-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(245,239,230,0.2);
  padding: 10px 0;
  font-family: inherit;
  font-size: 15px;
  color: var(--cream);
  transition: border-color 0.3s;
}
.inline-contact-form input::placeholder,
.inline-contact-form textarea::placeholder { color: rgba(245,239,230,0.4); }
.inline-contact-form input:focus,
.inline-contact-form select:focus,
.inline-contact-form textarea:focus { outline: none; border-color: var(--orange); }
.inline-contact-form select option { background: var(--maroon-darker); color: var(--cream); }
.inline-contact-form textarea { resize: vertical; min-height: 80px; }

/* ===== Ecosystem closer band ===== */
.ecosystem-closer {
  background: var(--ink);
  color: var(--cream);
  padding: 100px 32px;
  text-align: center;
}
.ecosystem-closer h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  font-weight: 300;
}
.ecosystem-closer h2 em { font-style: italic; color: var(--orange); font-weight: 400; }
.ecosystem-closer p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(245,239,230,0.7);
}

@media (max-width: 1100px) {
  .opmodel-grid { grid-template-columns: 1fr 1fr; }
  .leaders-grid { grid-template-columns: 1fr; gap: 56px; }
  .leader-block { grid-template-columns: 1fr; }
  .inline-contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .opmodel-grid { grid-template-columns: 1fr; }
}

/* ===== Reveal classes ===== */
.reveal-up { opacity: 0; transform: translateY(40px); }
.reveal-up.in { opacity: 1; transform: translateY(0); transition: all 1s var(--ease-out-soft); }

.mask-text {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.mask-text > span {
  display: inline-block;
  transform: translateY(110%);
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero {
    min-height: 100vh;
    --hero-rail-progress: 1;
    --hero-transition-progress: 1;
  }
  .hero-copy {
    opacity: 1;
    transform: none;
    filter: none;
    visibility: visible;
    pointer-events: auto;
  }
  .hero-headline .word-inner { transform: none; }
  .shelf-track { flex-wrap: wrap; height: auto; width: 100%; }
  .shelf-bay { width: 90%; margin: 24px auto; }
  .brand-marquee-track { animation: none; }
}

/* ===== Mobile ===== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; padding: 0 32px; gap: 48px; }
  .hero-grid::before {
    left: 0;
    width: 100%;
    background:
      radial-gradient(ellipse at 30% 46%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 45%, transparent 78%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.66) 62%, transparent 100%);
  }
  .hero-sticky { min-height: 100svh; height: 100svh; }
  .hero-video { object-position: 62% center; }
  .hero-headline { font-size: clamp(44px, 9vw, 72px); }
  .hero-chain-rail {
    left: 32px;
    right: 32px;
    bottom: 28px;
    gap: 18px;
    overflow: hidden;
    white-space: nowrap;
  }
  .hero-chain-rail span:nth-last-child(-n + 2) { display: none; }
  .hero-stack { display: none; }
  .hero-meta-bar { display: none; }
  .world-grid { grid-template-columns: 1fr; gap: 48px; }
  .factory-grid { grid-template-columns: 1fr; gap: 48px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; padding: 32px; height: auto; min-height: 100vh; }
  .closer-scene { grid-template-columns: 1fr; height: auto; }
  .closer-half { height: 60vh; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .tile-1, .tile-2, .tile-3, .tile-4, .tile-5, .tile-6 {
    grid-column: span 2 !important; grid-row: span 1 !important;
  }
  .brand-rail { gap: 24px; }
  .brand-chip { font-size: 18px; }
  .shelf-bay { width: 86vw; padding: 32px; }
}

/* =====================================================================
   PREMIUM SCROLL ENGINE — parallax, mask reveals, editions index, transitions
   ===================================================================== */

/* --- Parallax bg images: subtle Y drift driven by JS --- */
.parallax-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.08);
}
.parallax-host {
  position: relative; overflow: hidden;
  isolation: isolate;
}

/* --- Big mask reveal slabs (Shopify-W26 style section transitions) --- */
.bigmask {
  padding: clamp(80px, 14vw, 220px) 32px;
  text-align: left;
  background: var(--cream-warm);
  position: relative;
  overflow: hidden;
}
.bigmask.dark {
  background: var(--maroon-darker);
  color: var(--cream);
}
.bigmask-inner { max-width: 1500px; margin: 0 auto; }
.bigmask-eyebrow {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--orange); font-weight: 600;
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.bigmask-eyebrow::before { content: ''; width: 32px; height: 1px; background: currentColor; }
.bigmask h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(48px, 9vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--maroon);
  margin: 0;
}
.bigmask.dark h2 { color: var(--cream); }
.bigmask h2 em { font-style: italic; color: var(--orange); }
.bigmask-sub {
  margin-top: clamp(32px, 5vw, 64px);
  max-width: 640px;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.55;
  color: rgba(26,15,20,0.65);
}
.bigmask.dark .bigmask-sub { color: rgba(245,239,230,0.65); }
.bigmask-line { display: block; overflow: hidden; }
.bigmask-line > span { display: inline-block; transform: translateY(110%); will-change: transform; }
.bigmask.in .bigmask-line > span { transform: translateY(0%); transition: transform 1s var(--ease-out-soft); }
.bigmask.in .bigmask-line:nth-child(2) > span { transition-delay: 0.12s; }
.bigmask.in .bigmask-line:nth-child(3) > span { transition-delay: 0.24s; }
.bigmask.in .bigmask-line:nth-child(4) > span { transition-delay: 0.36s; }

/* --- Editions index (Shopify-W26 style pinned category nav) --- */
.editions-scene { background: var(--cream); position: relative; padding: 120px 0 0 0; }
.editions-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(48px, 8vw, 120px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  align-items: start;
}
.editions-rail { position: sticky; top: 88px; padding-bottom: 40px; }
.editions-rail-eyebrow {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--orange); font-weight: 600;
  margin-bottom: 32px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(26,15,20,0.12);
}
.editions-rail-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.editions-rail-item {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  padding: 14px 0 14px 18px;
  color: rgba(26,15,20,0.32);
  cursor: pointer;
  display: flex; align-items: baseline; gap: 14px;
  transition: color 0.4s var(--ease-out-soft);
  border-left: 2px solid transparent;
  margin-left: -20px;
}
.editions-rail-item .num {
  font-size: 11px; letter-spacing: 0.18em;
  color: var(--orange);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  flex-shrink: 0; opacity: 0.4;
  transition: opacity 0.4s ease;
}
.editions-rail-item.active { color: var(--ink); border-left-color: var(--orange); }
.editions-rail-item.active .num { opacity: 1; }
.editions-content { display: flex; flex-direction: column; gap: clamp(80px, 12vw, 160px); padding-bottom: clamp(80px, 12vw, 160px); }
.editions-block { scroll-margin-top: 88px; }
.editions-block-num {
  font-family: 'Fraunces', serif;
  font-size: 14px; letter-spacing: 0.24em;
  color: var(--orange);
  text-transform: uppercase; font-weight: 500; margin-bottom: 24px;
}
.editions-block h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300; line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--maroon); margin: 0 0 24px 0;
}
.editions-block h3 em { font-style: italic; color: var(--orange); }
.editions-block p { font-size: 18px; line-height: 1.6; color: rgba(26,15,20,0.7); max-width: 560px; margin: 0 0 28px 0; }
.editions-block-img {
  margin-top: 40px;
  height: clamp(320px, 40vw, 520px);
  border-radius: 4px;
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(60,15,30,0.35);
}
.editions-block-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px; padding-top: 32px;
  border-top: 1px solid rgba(26,15,20,0.1);
}
.editions-block-stat .num {
  font-family: 'Fraunces', serif;
  font-size: 40px; font-weight: 300; color: var(--maroon);
  line-height: 1; letter-spacing: -0.02em;
}
.editions-block-stat .lbl {
  margin-top: 8px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(26,15,20,0.55);
}
@media (max-width: 1024px) {
  .editions-grid { grid-template-columns: 1fr; gap: 48px; }
  .editions-rail { position: static; }
  .editions-rail-list { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .editions-rail-item {
    font-size: 14px; padding: 8px 16px;
    border: 1px solid rgba(26,15,20,0.15);
    border-radius: 100px; margin: 0;
  }
  .editions-rail-item.active { border-color: var(--orange); background: var(--orange); color: var(--cream); }
  .editions-rail-item.active .num { color: var(--cream); opacity: 0.7; }
}

/* --- Page-hero premium parallax (sub-pages) --- */
.page-hero { position: relative; height: clamp(560px, 80vh, 760px); overflow: hidden; isolation: isolate; }
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.12) translateY(0);
  will-change: transform; z-index: 0;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,15,20,0.15) 0%, rgba(26,15,20,0.55) 65%, rgba(26,15,20,0.85) 100%);
  z-index: 1;
}
.page-hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; align-items: flex-end;
  max-width: 1500px; margin: 0 auto;
  padding: 0 32px clamp(64px, 10vh, 112px) 32px;
}
.page-hero-content-inner { max-width: 880px; color: var(--cream); }
.page-hero .eyebrow { color: var(--orange); margin-bottom: 24px; }
.page-hero h1 {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(48px, 7.5vw, 124px);
  line-height: 0.94; letter-spacing: -0.03em;
  margin: 0; color: var(--cream);
}
.page-hero h1 em { font-style: italic; color: var(--orange); }
.page-hero-sub {
  margin-top: 32px; max-width: 620px;
  font-size: clamp(17px, 1.4vw, 22px); line-height: 1.5;
  color: rgba(245,239,230,0.78);
}

/* --- Floating media reveal (used in news/media centre) --- */
/* NOTE: old .media-card text-card gallery (unused). The active gallery is
   .media-item, styled as a uniform grid in media.css. Removed the stale
   .media-grid{display:grid} here — it was overriding media.css and forcing
   equal-height rows, which left gaps under landscape images. */
.media-card {
  background: var(--cream-warm); padding: 40px 36px; border-radius: 4px;
  border: 1px solid rgba(26,15,20,0.08);
  transition: transform 0.6s var(--ease-out-soft), box-shadow 0.6s var(--ease-out-soft);
  display: flex; flex-direction: column; gap: 16px; min-height: 280px;
}
.media-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(60,15,30,0.25); }
.media-card-tag {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--orange); font-weight: 600;
}
.media-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 26px; font-weight: 400; line-height: 1.15;
  color: var(--maroon); margin: 0;
}
.media-card p { font-size: 15px; line-height: 1.55; color: rgba(26,15,20,0.65); margin: 0; flex: 1; }
.media-card-foot {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(26,15,20,0.45);
  display: flex; justify-content: space-between;
  padding-top: 18px; border-top: 1px solid rgba(26,15,20,0.08);
}

/* --- Values stack (people & culture) --- */
.values-stack {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px; background: rgba(26,15,20,0.08);
  max-width: 1500px; margin: 0 auto;
}
.values-stack > div {
  background: var(--cream); padding: 56px 44px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background 0.5s var(--ease-out-soft);
}
.values-stack > div:hover { background: var(--cream-warm); }
.values-stack .num {
  font-family: 'Fraunces', serif;
  font-size: 52px; font-weight: 300; color: var(--orange); line-height: 1;
}
.values-stack h4 {
  font-family: 'Fraunces', serif;
  font-size: 28px; font-weight: 400; color: var(--maroon); margin: 0;
}
.values-stack p { font-size: 15px; line-height: 1.55; color: rgba(26,15,20,0.65); margin: 0; }

/* --- Section transition mark --- */
.section-mark { background: var(--cream); padding: 80px 32px; display: flex; align-items: center; justify-content: center; }
.section-mark .mark { width: 64px; height: 1px; background: rgba(26,15,20,0.2); }

/* =====================================================================
   v11 — premium section treatments
   ===================================================================== */

/* --- VALUE SCENE: giant BGH wordmark + headline + 4 stats --- */
.value-scene {
  background:
    radial-gradient(circle at 50% 6%, rgba(232, 90, 26, 0.08), transparent 32%),
    linear-gradient(180deg, #f6f2ea 0%, var(--cream) 48%, #ece5d8 100%);
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(84px, 11vh, 124px) 32px clamp(60px, 8vh, 96px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}
.value-scene::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: min(82vw, 1240px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(232, 90, 26, 0.84), transparent);
  box-shadow: 0 0 28px rgba(232, 90, 26, 0.28);
  pointer-events: none;
}
.value-scene::before {
  content: '';
  position: absolute;
  top: 48%; left: 50%;
  width: min(58vw, 700px);
  aspect-ratio: 1.35;
  transform: translate(-50%, -50%) rotate(-3deg);
  border: 1px solid rgba(92, 26, 53, 0.05);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(92, 26, 53, 0.035), rgba(232, 90, 26, 0.035)),
    radial-gradient(circle at 78% 26%, rgba(232, 90, 26, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 0;
}
.value-scene > * { position: relative; z-index: 1; }
.value-inner { max-width: 1500px; margin: 0 auto; width: 100%; }
.value-headline {
  font-family: 'Instrument Serif', 'Fraunces', serif;
  font-size: clamp(40px, 4.5vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--maroon);
  font-weight: 400;
  margin: 0;
  padding-bottom: 0.08em;
}
.value-headline em { font-style: italic; color: var(--orange); }
.value-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1300px;
  margin: clamp(30px, 4.5vh, 54px) auto 0;
  border-top: 1px solid rgba(92, 26, 53, 0.16);
  border-bottom: 1px solid rgba(92, 26, 53, 0.12);
}
.value-stat {
  padding: clamp(22px, 2.5vw, 34px) clamp(16px, 2vw, 26px);
  border-left: 1px solid rgba(92, 26, 53, 0.1);
}
.value-stat:first-child { border-left: 0; }
.value-stat .counter,
.value-stat-num {
  font-family: 'Instrument Serif', 'Fraunces', serif;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1;
  color: var(--orange);
  font-weight: 400;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.value-stat-unit {
  font-size: 0.5em;
  font-style: italic;
  color: var(--orange);
  letter-spacing: 0;
}
.value-stat .label {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(26,15,20,0.55);
  font-weight: 500;
}
@media (max-width: 900px) {
  .value-stats { grid-template-columns: repeat(2, 1fr); }
  .value-stat:nth-child(odd) { border-left: 0; }
}

/* --- OPSCROLL SCENE: pinned 4-step scrollytelling --- */
.opscroll-scene {
  --op-progress: 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(232, 90, 26, 0.08), transparent 30%),
    linear-gradient(180deg, #2A0A18 0%, #230713 100%);
  color: var(--cream);
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}
.opscroll-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 239, 230, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(245, 239, 230, 0.035) 1px, transparent 1px);
  background-size: 124px 124px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.42;
  pointer-events: none;
}
.opscroll-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(500px, 1fr);
  min-height: 100svh;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 56px);
  gap: clamp(36px, 5vw, 72px);
  align-items: stretch;
}
.opscroll-text {
  padding: clamp(44px, 6vh, 76px) 0;
  display: flex;
  align-items: center;
}
.opscroll-text-inner { width: 100%; }
.opscroll-text .eyebrow {
  color: var(--orange);
}
.opscroll-headline {
  font-family: 'Instrument Serif', 'Fraunces', serif;
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--cream);
  font-weight: 400;
  margin: 0;
}
.opscroll-headline em { font-style: italic; color: var(--orange); }
.opscroll-sub {
  margin: 18px 0 24px;
  font-size: clamp(15px, 1vw, 17px);
  color: rgba(245,239,230,0.7);
  max-width: 540px;
  line-height: 1.55;
}
.opscroll-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(245,239,230,0.12);
  padding-top: 18px;
}
.opscroll-step {
  display: block;
  padding: 11px 0 11px 18px;
  border-left: 2px solid rgba(245, 239, 230, 0);
  margin-left: -18px;
  opacity: 0.42;
  transform: translateX(0);
  transition:
    opacity 0.5s var(--ease-out-soft),
    border-color 0.5s var(--ease-out-soft),
    transform 0.5s var(--ease-out-soft);
  cursor: pointer;
}
.opscroll-step.active {
  opacity: 1;
  border-left-color: var(--orange);
  transform: translateX(8px);
}
.opscroll-step-body h3 {
  font-family: 'Instrument Serif', 'Fraunces', serif;
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 400;
  margin: 0 0 5px;
  color: var(--cream);
  letter-spacing: -0.015em;
}
.opscroll-step-body p {
  font-size: 13px;
  line-height: 1.42;
  color: rgba(245,239,230,0.62);
  margin: 0;
}
.opscroll-stage {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(34px, 6vh, 60px) 0;
  transform: translate3d(0, calc((var(--op-progress) - 0.5) * -24px), 0);
  will-change: transform;
}
.opscroll-stage-inner {
  width: 100%;
  height: clamp(330px, 58vh, 560px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 66px 130px -56px rgba(0,0,0,0.72);
  background: var(--maroon);
  position: relative;
}
.opscroll-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 0.7s var(--ease-out-soft), transform 1.2s var(--ease-out-soft), filter 0.7s var(--ease-out-soft);
  transform: scale(1.055) translate3d(0, 10px, 0);
  filter: saturate(0.94) contrast(1.02) brightness(0.86);
  will-change: transform, opacity;
}
.opscroll-img.active {
  opacity: 1;
  transform: scale(1.01) translate3d(0, 0, 0);
  filter: saturate(1.02) contrast(1.04) brightness(0.95);
}
.opscroll-stage-meta {
  position: absolute;
  top: 28px; left: 28px;
  z-index: 3;
  font-family: 'Instrument Serif', serif;
  color: var(--cream);
  background: rgba(15,11,14,0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex; gap: 4px;
}
@media (max-width: 1024px) {
  .opscroll-grid { grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
  .opscroll-stage-inner { position: relative; top: 0; height: 60vh; }
  .opscroll-text { padding: 64px 0; }
  .opscroll-stage { padding: 0 0 64px; }
}

/* --- WHYPIN SCENE: pinned scrollytelling for Why Choose Us --- */
.whypin-scene {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.whypin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 96px;
  min-height: 100vh;
}
.whypin-left {
  padding: clamp(96px, 14vh, 160px) 0;
  display: flex; align-items: center;
}
.whypin-left-inner { width: 100%; max-width: 580px; }
.whypin-headline {
  font-family: 'Instrument Serif', 'Fraunces', serif;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 56px;
}
.whypin-headline em { font-style: italic; color: var(--orange); }
.whypin-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(26,15,20,0.12);
}
.whypin-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 28px 0 28px 22px;
  margin-left: -24px;
  border-bottom: 1px solid rgba(26,15,20,0.08);
  border-left: 2px solid transparent;
  opacity: 0.4;
  transition: opacity 0.5s var(--ease-out-soft), border-color 0.5s var(--ease-out-soft);
  cursor: pointer;
}
.whypin-item.active { opacity: 1; border-left-color: var(--orange); }
.whypin-num {
  font-family: 'Instrument Serif', serif;
  font-size: 32px;
  color: var(--orange);
  line-height: 1;
}
.whypin-body h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(22px, 2vw, 30px);
  color: var(--maroon);
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.1;
}
.whypin-body p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(26,15,20,0.65);
  margin: 0;
}
.whypin-right {
  position: relative;
  padding: clamp(48px, 8vh, 96px) 0;
  display: flex; align-items: center;
}
.whypin-stage {
  position: relative;
  height: clamp(440px, 76vh, 760px);
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 60px 120px -50px rgba(60,15,30,0.4);
  background: var(--maroon);
}
.whypin-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 0.7s var(--ease-out-soft), transform 1.2s var(--ease-out-soft);
  transform: scale(1.05);
}
.whypin-img.active { opacity: 1; transform: scale(1); }
@media (max-width: 1024px) {
  .whypin-grid { grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
  .whypin-stage { position: relative; top: 0; height: 60vh; }
  .whypin-left { padding: 64px 0 0; }
  .whypin-right { padding: 0 0 64px; }
}

/* --- Built for Scale horizontal marquee --- */
.scale-marquee-scene {
  background: var(--cream-warm);
  padding: clamp(64px, 10vh, 128px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(26,15,20,0.08);
  border-bottom: 1px solid rgba(26,15,20,0.08);
}
.scale-marquee-head {
  max-width: 1500px; margin: 0 auto clamp(40px, 6vh, 64px);
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  align-items: end;
}
.scale-marquee-head p {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--maroon);
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.015em;
}
.scale-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.scale-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scaleMarqueeSlide 40s linear infinite;
  will-change: transform;
}
.scale-pill {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 32px;
  border: 1px solid rgba(92,26,53,0.18);
  border-radius: 100px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(20px, 2vw, 32px);
  color: var(--maroon);
  font-weight: 400;
  letter-spacing: -0.005em;
  background: var(--cream);
  white-space: nowrap;
  transition: background 0.4s var(--ease-out-soft), color 0.4s var(--ease-out-soft);
}
.scale-pill:hover { background: var(--maroon); color: var(--cream); }
.scale-pill em {
  font-style: italic;
  color: var(--orange);
  font-size: 0.6em;
  letter-spacing: 0.06em;
}
@keyframes scaleMarqueeSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 768px) {
  .scale-marquee-head { grid-template-columns: 1fr; }
}

/* --- Ecosystem header polish --- */
.section-pad.bg-cream-warm[id], .section-pad.bg-cream-warm {
  position: relative;
}

/* --- Ecosystem closer 'Building Scalable Food Systems' polish --- */
.eco-closer-scene {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  padding: clamp(120px, 18vh, 220px) 32px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.eco-closer-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.18;
  filter: blur(2px);
  z-index: 0;
}
.eco-closer-scene::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(15,11,14,0.85) 70%);
  z-index: 1;
}
.eco-closer-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
}
.eco-closer-inner h2 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--cream);
  font-weight: 400;
  margin: 0;
}
.eco-closer-inner h2 em {
  font-style: italic;
  color: var(--orange);
}
.eco-closer-inner p {
  margin: 32px auto 0;
  max-width: 640px;
  font-size: clamp(16px, 1.2vw, 19px);
  color: rgba(245,239,230,0.65);
  line-height: 1.55;
}

/* ===== Brand Identity Alignment =====
   Source: BRAND IDENTITY / TYPOGRAPHY, COLOR PALETTE, LOGO, TONE OF VOICE.
   Main typography: Glancyr Medium headings, Glancyr Light subheads,
   Avenir Book body copy. */
.font-sans,
body,
p,
li,
input,
select,
textarea,
button,
.nav-link,
.nav-dd-item,
.btn,
.hero-sub,
.pillarsv4-head-right,
.ecogrid-head-right,
.whyhscroll-panel-body p,
.inline-contact-info-value,
.asset-library-head p,
.certificate-card small {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
.font-display,
.hero-headline,
.page-hero h1,
.brand-hero-content h1,
.holding-headline,
.pillars-headline,
.factory-headline,
.about-intro-headline,
.div-hero h1,
.scalebar-h3,
.ecogrid-headline,
.ecogrid-card-title,
.leadernew-headline,
.leadernew-founder-quote,
.whyhscroll-headline,
.whyhscroll-panel-body h3,
.whyhscroll-cta-panel h3,
.pillarsv4-headline,
.pillarsv4-pillar-content h3,
.excellence-headline,
.ecosystem-closer h2,
.bigmask h2,
.editions-block h3,
.value-headline,
.opscroll-headline,
.whypin-headline,
.eco-closer-inner h2,
.asset-library-head h2,
.certificate-card strong {
  font-family: var(--font-heading) !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.014em;
}

.eyebrow,
.hero-eyebrow,
.pillarsv4-meta,
.pillarsv4-pillar-tag,
.pillarsv4-pillar-eyebrow,
.ecogrid-card-tag,
.whyhscroll-head-meta,
.certificate-card span,
.asset-tile figcaption span,
.hero-chain-rail,
.scalebar-kicker {
  font-family: var(--font-subheading) !important;
  font-weight: 300;
  letter-spacing: 0.26em;
}

em,
h1 em,
h2 em,
h3 em,
.hero-headline em,
.holding-headline em,
.pillars-headline em,
.factory-headline em,
.about-intro-headline em,
.div-hero h1 em,
.scalebar-h3 em,
.ecogrid-headline em,
.leadernew-headline em,
.leadernew-founder-quote em,
.whyhscroll-headline em,
.whyhscroll-cta-panel h3 em,
.pillarsv4-headline em,
.pillarsv4-pillar-content h3 em,
.excellence-headline em,
.ecosystem-closer h2 em,
.bigmask h2 em,
.editions-block h3 em,
.page-hero h1 em,
.value-headline em,
.opscroll-headline em,
.whypin-headline em,
.eco-closer-inner h2 em,
.asset-library-head h2 em {
  font-family: var(--font-subheading) !important;
  font-weight: 300;
  font-style: normal !important;
  color: var(--orange);
}

.text-maroon { color: var(--maroon) !important; }
.text-orange { color: var(--orange) !important; }
.text-ink { color: var(--ink) !important; }
.bg-cream { background-color: var(--cream) !important; }
.bg-paper { background-color: var(--paper) !important; }
.bg-sand { background-color: var(--sand) !important; }
.bg-orange { background-color: var(--orange) !important; }
.bg-maroon { background-color: var(--maroon) !important; }

.btn-primary {
  background: var(--orange);
  color: var(--integrity);
  box-shadow: 0 1px 0 rgba(255,255,255,0.16) inset, 0 14px 34px -14px rgba(222,88,41,0.62);
}
.btn-primary:hover {
  background: var(--warmth);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 18px 38px -16px rgba(240,159,84,0.58);
}

.nav-wrap.scrolled {
  background: rgba(249, 246, 242, 0.9);
}

.nav-dd-panel,
.product-card,
.map-card,
.asset-tile {
  background: var(--integrity);
}

.certificate-card {
  background:
    linear-gradient(135deg, rgba(99, 18, 68, 0.97), rgba(45, 8, 30, 0.94)),
    radial-gradient(circle at 90% 14%, rgba(222, 88, 41, 0.28), transparent 30%);
  border-color: rgba(222, 88, 41, 0.28);
}

/* ===== Homepage motion polish: 2026-05 refinement ===== */
.ecosystem-advantage-scene {
  background:
    radial-gradient(circle at 18% 18%, rgba(222, 88, 41, 0.18), transparent 28%),
    linear-gradient(145deg, #2a0718 0%, #3a0b21 48%, #17030d 100%);
  padding-block: clamp(72px, 8vw, 118px);
}

.ecosystem-advantage-wrap {
  grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
}

.ecosystem-advantage-copy h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.25vw, 64px);
}

.advantage-stack {
  min-height: min(74vh, 760px);
}

.advantage-stack::before {
  inset: 10% 3% -2% 8%;
  border-color: rgba(240, 159, 84, 0.18);
  transform: none;
}

.advantage-card {
  display: block;
  border-radius: 34px;
  background: #12040b;
  border: 1px solid rgba(240, 159, 84, 0.24);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.advantage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 4, 10, 0.86) 0%, rgba(16, 4, 10, 0.46) 44%, rgba(16, 4, 10, 0.08) 100%),
    linear-gradient(180deg, transparent 35%, rgba(16, 4, 10, 0.74) 100%);
  z-index: 1;
}

.advantage-card-image {
  position: absolute;
  inset: 0;
  min-height: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.advantage-card-copy {
  position: absolute;
  left: clamp(22px, 3vw, 48px);
  bottom: clamp(22px, 3vw, 48px);
  z-index: 2;
  width: min(520px, calc(100% - 44px));
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: rgba(38, 9, 24, 0.66);
  border: 1px solid rgba(249, 246, 242, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  justify-content: flex-start;
}

.advantage-card-copy span {
  color: var(--warmth);
}

.advantage-card-copy h3 {
  font-size: clamp(34px, 4vw, 64px);
  margin-block: 16px 14px;
}

.advantage-card-copy p {
  color: rgba(249, 246, 242, 0.78);
}

.whyhscroll-scene {
  background:
    linear-gradient(180deg, rgba(45, 8, 30, 0.98), rgba(20, 4, 13, 0.98)),
    var(--maroon);
}

.whyhscroll-head {
  max-width: 980px;
  padding-top: clamp(42px, 6vh, 72px);
}

.whyhscroll-headline {
  font-size: clamp(34px, 3.8vw, 58px);
  max-width: 760px;
}

.whyhscroll-track {
  gap: clamp(14px, 1.3vw, 20px);
  padding-block: clamp(10px, 1.5vh, 16px);
}

.whyhscroll-panel,
.whyhscroll-cta-panel {
  width: clamp(260px, 24vw, 380px);
  height: clamp(300px, 43vh, 430px);
  border-radius: 18px;
}

.whyhscroll-panel-body {
  padding: clamp(18px, 2vw, 26px);
}

.whyhscroll-panel-body h3 {
  font-size: clamp(24px, 2.1vw, 34px);
}

.whyhscroll-panel-body p {
  max-width: 250px;
  font-size: clamp(10px, 0.78vw, 12px);
}

.whyhscroll-cta-panel {
  padding: clamp(20px, 2.4vw, 30px);
}

.whyhscroll-cta-eyebrow {
  margin-bottom: 18px;
}

.whyhscroll-cta-panel h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.3vw, 34px);
}

.whyhscroll-cta-panel p {
  margin-bottom: 18px;
  font-size: clamp(12px, 0.9vw, 14px);
}

.group-overview-scene {
  background:
    radial-gradient(circle at 70% 24%, rgba(240, 159, 84, 0.16), transparent 30%),
    linear-gradient(180deg, var(--paper), #f3eadc);
  overflow: hidden;
}

.group-overview-head {
  max-width: 940px;
  margin-bottom: clamp(38px, 5vw, 72px);
}

.group-overview-head h2 {
  font-size: clamp(38px, 4.9vw, 78px);
  max-width: 980px;
}

.overview-orbit-system {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(420px, 1.15fr) minmax(240px, 0.65fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
}

.overview-orbit-copy,
.overview-brand-column {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: rgba(249, 246, 242, 0.72);
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 26px 60px rgba(99, 18, 68, 0.07);
  backdrop-filter: blur(18px);
}

.overview-orbit-copy > span,
.overview-brand-column > span {
  display: block;
  margin-bottom: 20px;
  color: var(--orange);
  font-family: var(--font-subheading);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.overview-orbit-copy dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.overview-orbit-copy dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(99, 18, 68, 0.1);
}

.overview-orbit-copy dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.overview-orbit-copy dt {
  color: rgba(15, 11, 14, 0.48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.overview-orbit-copy dd {
  margin: 6px 0 0;
  color: var(--maroon);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.2;
}

.overview-orbit-stage {
  position: relative;
  min-height: min(68vw, 690px);
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 50%, rgba(99, 18, 68, 0.08), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(99, 18, 68, 0.08);
  overflow: hidden;
}

.overview-orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(222, 88, 41, 0.18);
  border-radius: 50%;
}

.overview-orbit-ring-inner {
  inset: 27%;
  border-color: rgba(99, 18, 68, 0.13);
}

.overview-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(310px, 48%);
  min-height: 220px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: 34px;
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 14%, rgba(222, 88, 41, 0.45), transparent 34%),
    linear-gradient(145deg, var(--maroon), #30071d);
  box-shadow: 0 34px 88px rgba(99, 18, 68, 0.22);
}

.overview-hub span,
.overview-node span,
.overview-brand-card small {
  font-family: var(--font-subheading);
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.overview-hub span {
  color: var(--warmth);
  font-size: 11px;
}

.overview-hub strong {
  display: block;
  margin-top: 14px;
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 0.98;
}

.overview-hub p {
  margin: 16px 0 0;
  color: rgba(249, 246, 242, 0.68);
  font-size: 14px;
  line-height: 1.48;
}

.overview-node {
  position: absolute;
  width: clamp(132px, 12vw, 172px);
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 20px 50px rgba(99, 18, 68, 0.08);
  backdrop-filter: blur(16px);
}

.overview-node strong {
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.overview-node span {
  margin-top: 10px;
  color: rgba(15, 11, 14, 0.55);
  font-size: 10px;
  line-height: 1.35;
}

.overview-node-a { left: 8%; top: 13%; }
.overview-node-b { right: 7%; top: 11%; }
.overview-node-c { left: 2%; top: 43%; }
.overview-node-d { right: 3%; top: 43%; }
.overview-node-e { left: 14%; bottom: 10%; }
.overview-node-f { right: 12%; bottom: 9%; }

.overview-brand-column {
  display: grid;
  gap: 12px;
}

.overview-brand-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(99, 18, 68, 0.08);
}

.overview-brand-card strong {
  display: block;
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1;
}

.overview-brand-card small {
  display: block;
  margin-top: 8px;
  color: rgba(15, 11, 14, 0.52);
  font-size: 10px;
  line-height: 1.4;
}

.ecogrid-head {
  align-items: end;
}

.ecogrid-headline {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
}

.ecogrid-head-right p {
  max-width: 580px;
  font-size: clamp(18px, 1.45vw, 22px);
}

.ecogrid-card-desc {
  max-width: 390px;
}

.leadernew-scene {
  background:
    radial-gradient(circle at 78% 18%, rgba(222, 88, 41, 0.12), transparent 28%),
    var(--paper);
  padding-block: clamp(72px, 8vw, 120px);
}

.leadernew-bgmark {
  opacity: 0.045;
}

.leadernew-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.leadernew-head {
  grid-column: 1 / -1;
  max-width: 860px;
  margin-bottom: clamp(22px, 4vw, 52px);
}

.leadernew-headline {
  font-size: clamp(40px, 5vw, 76px);
}

.leadernew-sub {
  max-width: 660px;
}

.leadernew-founder,
.leadernew-ceo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: auto;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 26px 62px rgba(99, 18, 68, 0.08);
}

.leadernew-founder-portrait,
.leadernew-ceo-portrait {
  min-height: clamp(300px, 32vw, 430px);
  border-radius: 0;
  aspect-ratio: auto;
}

.leadernew-founder-info,
.leadernew-ceo-info {
  padding: clamp(24px, 3vw, 36px);
}

.leadernew-founder-name,
.leadernew-ceo-name {
  font-size: clamp(34px, 3.6vw, 56px);
}

.leadernew-founder-bio,
.leadernew-ceo-lead {
  margin-top: 14px;
  font-size: clamp(16px, 1.15vw, 19px);
}

.certifications-scene {
  background:
    linear-gradient(180deg, #f9f6f2 0%, #f2eadf 100%);
  color: var(--ink);
  padding-block: clamp(58px, 6vw, 92px);
}

.certifications-wrap {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
}

.certifications-head h2 {
  font-size: clamp(34px, 4.2vw, 64px);
}

.certifications-head p {
  max-width: 520px;
  font-size: clamp(17px, 1.35vw, 21px);
}

.certificate-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.certificate-card {
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  color: var(--cream);
  background:
    radial-gradient(circle at 90% 12%, rgba(222, 88, 41, 0.28), transparent 36%),
    linear-gradient(145deg, var(--maroon), #2b0619);
  border: 1px solid rgba(222, 88, 41, 0.24);
  box-shadow: 0 20px 52px rgba(99, 18, 68, 0.16);
}

.certificate-card span,
.certificate-card em {
  color: rgba(249, 246, 242, 0.64);
}

.certificate-card strong {
  color: var(--cream);
  font-size: clamp(28px, 2.7vw, 46px);
}

.partners-scene {
  background:
    linear-gradient(180deg, #f2eadf, #f9f6f2);
}

.partners-head h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(36px, 4.7vw, 78px);
  line-height: 0.98;
}

.partner-logo-card {
  border-color: rgba(99, 18, 68, 0.08);
  box-shadow: 0 18px 40px rgba(99, 18, 68, 0.05);
}

.ecosystem-advantage-scene,
.whyhscroll-scene,
.group-overview-scene,
.ecogrid-scene,
.leadernew-scene,
.certifications-scene,
.partners-scene {
  scroll-margin-top: 96px;
}

.leadernew-founder-info,
.leadernew-ceo-info,
.leadernew-founder-bio,
.leadernew-ceo-lead {
  color: rgba(15, 11, 14, 0.68);
}

.leadernew-founder-name,
.leadernew-ceo-name {
  color: var(--maroon);
}

.leadernew-founder-tag,
.leadernew-ceo-tag {
  color: var(--orange);
}

@media (max-width: 1180px) {
  .overview-orbit-system {
    grid-template-columns: 1fr;
  }

  .overview-orbit-stage {
    min-height: 700px;
  }

  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ecosystem-advantage-wrap,
  .leadernew-wrap,
  .certifications-wrap {
    grid-template-columns: 1fr;
  }

  .advantage-stack {
    min-height: 620px;
  }

  .advantage-card-copy {
    width: auto;
    right: 18px;
    left: 18px;
    bottom: 18px;
  }

  .overview-orbit-stage {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 18px;
  }

  .overview-orbit-ring {
    display: none;
  }

  .overview-hub,
  .overview-node {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: auto;
  }

  .overview-hub {
    min-height: 0;
  }

  .certificate-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Homepage final overrides: concise sections + image-led leadership ===== */
.home-page section .eyebrow,
.home-page .whyhscroll-head-meta,
.home-page .leadernew-head-meta {
  display: none !important;
}

.home-page .ecosystem-advantage-scene {
  background:
    radial-gradient(circle at 74% 20%, rgba(240, 159, 84, 0.14), transparent 30%),
    linear-gradient(145deg, #270615 0%, #3b0921 50%, #17030d 100%);
}

.home-page .ecosystem-advantage-wrap {
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
}

.home-page .ecosystem-advantage-copy h2 {
  max-width: 580px;
  font-size: clamp(48px, 5.8vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

.home-page .ecosystem-advantage-copy p {
  display: none;
}

.home-page .advantage-steps {
  display: grid;
  gap: 14px;
  margin-top: clamp(30px, 5vw, 64px);
}

.home-page .advantage-step {
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2.4vw, 32px);
  border-left: 2px solid rgba(240, 159, 84, 0.32);
  border-radius: 0 22px 22px 0;
  background: rgba(249, 246, 242, 0.055);
  color: rgba(249, 246, 242, 0.48);
  opacity: 0.46;
  transform: translateX(-10px);
}

.home-page .advantage-step h3 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.home-page .advantage-step p {
  display: block !important;
  margin: 10px 0 0;
  max-width: 480px;
  color: rgba(249, 246, 242, 0.68);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.48;
}

.home-page .advantage-stack {
  min-height: min(72vh, 720px);
}

.home-page .advantage-card {
  border-radius: 30px;
  background: #12040b;
  border: 1px solid rgba(240, 159, 84, 0.24);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.home-page .advantage-card::after {
  background:
    linear-gradient(180deg, rgba(16, 4, 10, 0.08), rgba(16, 4, 10, 0.26)),
    linear-gradient(90deg, rgba(16, 4, 10, 0.24), transparent 48%);
}

.home-page .advantage-card-copy {
  display: none !important;
}

.home-page .group-overview-head {
  max-width: 760px;
}

.home-page .group-overview-head h2 {
  font-size: clamp(36px, 3.8vw, 58px);
}

.home-page .group-overview-head p {
  max-width: none;
  margin-top: 10px;
  color: rgba(15, 11, 14, 0.48);
  font-size: clamp(17px, 1.35vw, 22px);
}

.home-page .overview-hub strong {
  font-size: clamp(30px, 2.7vw, 44px);
}

.home-page .leadernew-scene {
  background:
    radial-gradient(circle at 74% 12%, rgba(232, 90, 26, 0.11), transparent 26%),
    linear-gradient(180deg, #fbf8f3 0%, #f1e7db 100%);
}

.home-page .leadernew-bgmark {
  display: none;
}

.home-page .leadernew-wrap {
  display: block;
  max-width: 1480px;
}

.home-page .leadernew-head {
  max-width: 1120px;
  margin-bottom: clamp(26px, 4vw, 54px);
}

.home-page .leadernew-headline {
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
}

.home-page .leadernew-sub,
.home-page .leadernew-region-note {
  max-width: 860px;
  color: rgba(15, 11, 14, 0.66);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.55;
}

.home-page .leadernew-culture-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(28px, 4vw, 56px) 0 22px;
}

.home-page .leadernew-culture-cards article {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: clamp(18px, 2vw, 26px);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46));
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 22px 52px rgba(99, 18, 68, 0.07);
}

.home-page .leadernew-culture-cards strong {
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.home-page .leadernew-region-note {
  margin: 0 0 clamp(30px, 5vw, 64px);
}

.home-page .leadernew-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

.home-page .leadernew-profile-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(99, 18, 68, 0.1);
  box-shadow: 0 28px 70px rgba(99, 18, 68, 0.1);
}

.home-page .leadernew-profile-media {
  height: clamp(360px, 38vw, 560px);
  padding: clamp(18px, 2.5vw, 36px);
  background:
    radial-gradient(circle at 50% 35%, rgba(232, 90, 26, 0.09), transparent 42%),
    #fff;
}

.home-page .leadernew-profile-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.home-page .leadernew-profile-copy {
  padding: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(99, 18, 68, 0.1);
}

.home-page .leadernew-profile-copy span {
  display: block;
  color: var(--orange);
  font-family: var(--font-subheading);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-page .leadernew-profile-copy h3 {
  margin: 12px 0 0;
  color: var(--maroon);
  font-family: var(--font-heading);
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 500;
  line-height: 0.95;
}

@media (max-width: 1180px) {
  .home-page .ecosystem-advantage-wrap {
    grid-template-columns: 1fr;
  }

  .home-page .leadernew-culture-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-page .advantage-step {
    transform: none;
  }

  .home-page .leadernew-culture-cards,
  .home-page .leadernew-people {
    grid-template-columns: 1fr;
  }

  .home-page .leadernew-profile-media {
    height: 430px;
  }
}

/* ===== Homepage final viewport tuning ===== */
.home-page .ecosystem-advantage-scene {
  padding-block: clamp(56px, 5.5vw, 86px);
}

.home-page .ecosystem-advantage-copy h2 {
  font-size: clamp(42px, 4.8vw, 74px);
}

.home-page .advantage-steps {
  gap: 10px;
  margin-top: clamp(22px, 3vw, 38px);
}

.home-page .advantage-step {
  padding: clamp(14px, 1.5vw, 20px) clamp(16px, 2vw, 24px);
}

.home-page .advantage-step h3 {
  font-size: clamp(24px, 2vw, 34px);
}

.home-page .advantage-step p {
  margin-top: 8px;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.42;
}

.home-page .advantage-stack {
  min-height: min(66vh, 640px);
}

.home-page .group-overview-scene {
  padding-block: clamp(54px, 5vw, 78px);
}

.home-page .group-overview-head {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.home-page .overview-orbit-stage {
  min-height: min(54vw, 570px);
}

.home-page .overview-orbit-copy,
.home-page .overview-brand-column {
  padding: clamp(18px, 2.2vw, 28px);
}

.home-page .overview-orbit-copy dl {
  gap: 10px;
}

.home-page .overview-orbit-copy dl div {
  padding-bottom: 9px;
}

.home-page .leadernew-scene {
  padding-block: clamp(56px, 5.5vw, 86px);
}

.home-page .leadernew-wrap {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.home-page .leadernew-head,
.home-page .leadernew-culture-cards,
.home-page .leadernew-region-note {
  grid-column: 1;
}

.home-page .leadernew-head {
  margin-bottom: 0;
}

.home-page .leadernew-headline {
  font-size: clamp(42px, 4.8vw, 74px);
}

.home-page .leadernew-sub,
.home-page .leadernew-region-note {
  font-size: clamp(16px, 1.22vw, 20px);
  line-height: 1.5;
}

.home-page .leadernew-culture-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(22px, 3vw, 36px) 0 18px;
}

.home-page .leadernew-culture-cards article {
  min-height: 112px;
}

.home-page .leadernew-culture-cards strong {
  font-size: clamp(21px, 1.8vw, 30px);
}

.home-page .leadernew-region-note {
  margin-bottom: 0;
}

.home-page .leadernew-people {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
}

.home-page .leadernew-profile-media {
  height: clamp(380px, 34vw, 520px);
}

@media (max-width: 1180px) {
  .home-page .leadernew-wrap {
    display: block;
  }

  .home-page .leadernew-people {
    margin-top: clamp(30px, 5vw, 56px);
  }
}

@media (max-width: 760px) {
  .home-page .overview-orbit-stage {
    min-height: auto;
  }
}

/* ===== Final Bettergrow glance lockup ===== */
.home-page .group-overview-scene.gow-v2 {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.78), transparent 46%),
    linear-gradient(180deg, #fbf3e7 0%, #f3dfb9 100%) !important;
  min-height: 972px !important;
  padding: 54px 0 74px !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-wrap {
  width: min(1486px, calc(100vw - 120px)) !important;
  max-width: 1486px !important;
  padding: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head {
  margin: 0 0 34px 8px !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
  font-family: var(--font-heading) !important;
  font-size: clamp(58px, 4.85vw, 76px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  color: var(--maroon) !important;
  margin: 0 0 16px !important;
  max-width: none !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head h2 span {
  color: var(--orange) !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head p {
  font-size: 22px !important;
  line-height: 1.35 !important;
  color: rgba(41, 33, 29, 0.58) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-system {
  display: grid !important;
  grid-template-columns: 390px 672px 365px !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.home-page .group-overview-scene.gow-v2 .gow-card,
.home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
  min-height: 664px !important;
  background: rgba(255, 253, 248, 0.68) !important;
  border: 1px solid rgba(99, 18, 68, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 72px -52px rgba(99, 18, 68, 0.34) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-copy,
.home-page .group-overview-scene.gow-v2 .overview-brand-column {
  padding: 34px 32px !important;
}

.home-page .group-overview-scene.gow-v2 .gow-eyebrow {
  display: block !important;
  padding: 0 0 18px !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid rgba(232, 90, 26, 0.28) !important;
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  color: var(--orange) !important;
}

.home-page .group-overview-scene.gow-v2 .gow-eyebrow::after {
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 16px;
  background: var(--orange);
}

.home-page .group-overview-scene.gow-v2 .gow-foundation-list {
  gap: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .gow-foundation-list li {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  gap: 24px !important;
  min-height: 88px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(99, 18, 68, 0.09) !important;
}

.home-page .group-overview-scene.gow-v2 .gow-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: rgba(78, 66, 59, 0.68) !important;
  box-shadow:
    0 12px 24px -18px rgba(99, 18, 68, 0.28),
    inset 0 0 0 1px rgba(99, 18, 68, 0.1) !important;
}

.home-page .group-overview-scene.gow-v2 .gow-fact dt {
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  color: rgba(41, 33, 29, 0.5) !important;
  margin-bottom: 8px !important;
}

.home-page .group-overview-scene.gow-v2 .gow-fact dd {
  font-family: var(--font-body) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: var(--maroon) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-ring-outer {
  width: 586px !important;
  height: 586px !important;
  top: 30px !important;
  left: 43px !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-ring-inner {
  width: 446px !important;
  height: 446px !important;
  top: 100px !important;
  left: 113px !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 245px !important;
  max-width: 245px !important;
  height: 282px !important;
  min-height: 282px !important;
  transform: translate(-50%, -50%) !important;
  padding: 44px 32px 34px !important;
  border-radius: 32px !important;
  text-align: left !important;
  align-self: auto !important;
  justify-self: auto !important;
  background: linear-gradient(150deg, #7b0f45 0%, #510a2f 58%, #3f071f 100%) !important;
  box-shadow: 0 34px 46px -30px rgba(99, 18, 68, 0.7) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong {
  font-size: 36px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node {
  position: absolute !important;
  width: 146px !important;
  min-height: 152px !important;
  padding: 18px 18px 16px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  display: flex !important;
  box-shadow: 0 22px 42px -32px rgba(99, 18, 68, 0.36) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node-a { top: 64px !important; left: 54px !important; }
.home-page .group-overview-scene.gow-v2 .overview-node-b { top: 64px !important; right: 70px !important; }
.home-page .group-overview-scene.gow-v2 .overview-node-c { top: 264px !important; left: 34px !important; }
.home-page .group-overview-scene.gow-v2 .overview-node-d { top: 264px !important; right: 42px !important; }
.home-page .group-overview-scene.gow-v2 .overview-node-e { left: 88px !important; bottom: 50px !important; }
.home-page .group-overview-scene.gow-v2 .overview-node-f { right: 86px !important; bottom: 50px !important; }

.home-page .group-overview-scene.gow-v2 .overview-brand-card {
  min-height: 114px !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 20px 26px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.76) !important;
}

.home-page .group-overview-scene.gow-v2 .gow-brand-mark {
  width: 58px !important;
  height: 58px !important;
  background: transparent !important;
  color: var(--orange) !important;
  box-shadow: none !important;
}

.home-page .group-overview-scene.gow-v2 .overview-brand-card:first-child .gow-brand-mark {
  color: var(--maroon) !important;
}

/* ===== Bettergrow glance reference polish ===== */
.home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
  font-size: 74px !important;
  letter-spacing: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head p {
  margin: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub span {
  color: var(--orange) !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 26px !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong {
  letter-spacing: 0 !important;
  margin-bottom: 24px !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong::after {
  content: '' !important;
  display: block !important;
  width: 45px !important;
  height: 2px !important;
  margin: 24px 0 0 !important;
  background: var(--orange) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node .gow-icon-sm {
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff2e3 !important;
  color: var(--orange) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node .gow-icon-sm svg {
  width: 20px !important;
  height: 20px !important;
  stroke-width: 1.7 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node strong {
  color: var(--maroon) !important;
  font-family: var(--font-heading) !important;
  font-size: 34px !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-node span {
  color: rgba(41, 33, 29, 0.55) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.home-page .group-overview-scene.gow-v2 .overview-brand-card strong {
  color: var(--maroon) !important;
  font-family: var(--font-heading) !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-brand-card small {
  color: rgba(41, 33, 29, 0.54) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.home-page .group-overview-scene.gow-v2 .overview-brand-card:not(:first-child) .gow-brand-mark {
  color: var(--orange) !important;
}

@media (max-width: 1500px) {
  .home-page .group-overview-scene.gow-v2 .group-overview-wrap {
    width: min(1280px, calc(100vw - 56px)) !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-system {
    grid-template-columns: 330px 572px 320px !important;
    gap: 24px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-ring-outer {
    width: 520px !important;
    height: 520px !important;
    left: 26px !important;
    top: 64px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-ring-inner {
    width: 398px !important;
    height: 398px !important;
    left: 87px !important;
    top: 125px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node {
    width: 132px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node-a { left: 42px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-b { right: 48px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-c { left: 26px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-d { right: 30px !important; }
}

@media (max-width: 980px) {
  .home-page .group-overview-scene.gow-v2 {
    min-height: auto !important;
    padding: 42px 0 52px !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-wrap {
    width: min(620px, calc(100vw - 32px)) !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
    font-size: 46px !important;
    line-height: 1 !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-system {
    grid-template-columns: 1fr !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-card,
  .home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
    min-height: auto !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
    min-height: 664px !important;
  }
}

/* ===== Landing page rhythm cleanup ===== */
.home-page {
  --home-gutter: clamp(24px, 4.5vw, 72px);
  --home-section-y: clamp(64px, 7vw, 104px);
  --home-section-y-tight: clamp(52px, 5.5vw, 86px);
  --home-head-gap: clamp(24px, 3.5vw, 46px);
  --home-copy-width: 58ch;
}

.home-page :is(
  .pillarsv4-scene,
  .ecogrid-scene,
  .leadernew-scene,
  .certifications-scene,
  .partners-scene,
  .inline-contact-scene
) {
  padding-block: var(--home-section-y) !important;
  padding-inline: 0 !important;
}

.home-page .ecosystem-advantage-scene {
  padding-block: var(--home-section-y-tight) !important;
}

.home-page .group-overview-scene.gow-v2 {
  padding-block: var(--home-section-y-tight) clamp(58px, 6vw, 88px) !important;
}

.home-page :is(
  .pillarsv4-wrap,
  .ecogrid-wrap,
  .leadernew-wrap,
  .certifications-wrap,
  .partners-wrap,
  .inline-contact-wrap
) {
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding-inline: var(--home-gutter) !important;
}

.home-page :is(
  .pillarsv4-head,
  .ecogrid-head,
  .leadernew-head,
  .certifications-head,
  .partners-head
) {
  margin-bottom: var(--home-head-gap) !important;
}

.home-page :is(
  .pillarsv4-headline,
  .ecosystem-advantage-copy h2,
  .whyhscroll-headline,
  .group-overview-head h2,
  .ecogrid-headline,
  .leadernew-headline,
  .certifications-head h2,
  .partners-head h2,
  .inline-contact-scene h2
) {
  margin-block: 0 !important;
  text-wrap: balance;
}

.home-page :is(
  .pillarsv4-head-right p,
  .advantage-step p,
  .whyhscroll-sub,
  .group-overview-head p,
  .ecogrid-head-right p,
  .leadernew-sub,
  .leadernew-region-note,
  .certifications-head p,
  .inline-contact-scene p
) {
  max-width: var(--home-copy-width);
  line-height: 1.55 !important;
  text-wrap: pretty;
}

.home-page .pillarsv4-head {
  gap: clamp(28px, 5vw, 70px) !important;
}

.home-page .pillarsv4-head-right {
  gap: clamp(18px, 2.5vw, 28px) !important;
  padding-bottom: 0 !important;
}

.home-page .ecogrid-head {
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: end !important;
}

.home-page .ecogrid-head-right p {
  margin: 0 !important;
}

.home-page .leadernew-headline {
  margin-bottom: clamp(16px, 2vw, 24px) !important;
}

.home-page .leadernew-culture-cards {
  margin-block: clamp(22px, 3vw, 34px) clamp(18px, 2.5vw, 28px) !important;
}

.home-page .certifications-wrap {
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
}

.home-page .certifications-head h2 {
  margin-bottom: clamp(12px, 1.4vw, 18px) !important;
}

.home-page .certifications-head p {
  margin: 0 auto !important;
}

.home-page .partners-head {
  max-width: 980px !important;
  padding-inline: var(--home-gutter) !important;
}

.home-page .partners-head h2 {
  margin: 0 auto !important;
}

.home-page .marketplace-band {
  margin-top: clamp(28px, 4vw, 52px) !important;
}

.home-page .group-overview-scene.gow-v2 {
  min-height: auto !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head {
  margin: 0 0 var(--home-head-gap) 0 !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
  font-size: clamp(44px, 4.2vw, 62px) !important;
  line-height: 1 !important;
  letter-spacing: -0.018em !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head p {
  max-width: var(--home-copy-width) !important;
  font-size: clamp(17px, 1.25vw, 20px) !important;
  line-height: 1.45 !important;
}

@media (max-width: 980px) {
  .home-page {
    --home-gutter: 32px;
    --home-section-y: clamp(54px, 12vw, 72px);
    --home-section-y-tight: clamp(46px, 10vw, 64px);
    --home-head-gap: 28px;
  }

  .home-page :is(.pillarsv4-head, .ecogrid-head, .certifications-wrap) {
    grid-template-columns: 1fr !important;
    gap: var(--home-head-gap) !important;
  }

  .home-page .leadernew-wrap {
    padding-inline: var(--home-gutter) !important;
  }

  .home-page .leadernew-people {
    margin-top: var(--home-head-gap) !important;
  }

  .home-page .group-overview-scene.gow-v2 {
    padding-block: var(--home-section-y-tight) !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-wrap {
    width: min(620px, calc(100vw - 48px)) !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
    font-size: clamp(38px, 11vw, 46px) !important;
  }
}

@media (max-width: 640px) {
  .home-page {
    --home-gutter: 24px;
  }

  .home-page .whyhscroll-head {
    padding-top: clamp(48px, 11vw, 64px) !important;
  }

  .home-page .whyhscroll-panel,
  .home-page .whyhscroll-cta-panel {
    height: min(390px, 76vh) !important;
  }
}

/* ===== Homepage typography + surface consistency pass ===== */
.home-page {
  --home-bg-start: #fbf7ef;
  --home-bg-end: #f5e7cc;
  --home-bg-soft: #f9f4eb;
  --home-title-size: clamp(42px, 3.35vw, 56px);
  --home-title-line: 1.04;
  --home-body-size: clamp(16px, 1.1vw, 18px);
  --home-small-size: 12px;
  --home-card-radius: 24px;
  --home-card-bg: rgba(255, 253, 248, 0.78);
  --home-card-border: rgba(99, 18, 68, 0.10);
  --home-card-shadow: 0 28px 72px -54px rgba(99, 18, 68, 0.34);
}

.home-page :is(
  .pillarsv4-scene,
  .ecosystem-advantage-scene,
  .group-overview-scene.gow-v2,
  .ecogrid-scene,
  .leadernew-scene,
  .certifications-scene,
  .partners-scene
) {
  background:
    radial-gradient(circle at 82% 10%, rgba(232, 90, 26, 0.055), transparent 34%),
    linear-gradient(180deg, var(--home-bg-start) 0%, var(--home-bg-end) 100%) !important;
  color: var(--maroon);
  scroll-margin-top: 96px;
}

.home-page :is(.whyhscroll-scene, .inline-contact-scene) {
  scroll-margin-top: 96px;
}

.home-page :is(
  .pillarsv4-headline,
  .ecosystem-advantage-copy h2,
  .whyhscroll-headline,
  .group-overview-head h2,
  .ecogrid-headline,
  .leadernew-headline,
  .certifications-head h2,
  .partners-head h2,
  .inline-contact-scene h2
) {
  font-size: var(--home-title-size) !important;
  line-height: var(--home-title-line) !important;
  letter-spacing: -0.012em !important;
  font-weight: 500 !important;
}

.home-page :is(
  .pillarsv4-head-right p,
  .ecosystem-advantage-copy p,
  .advantage-step p,
  .whyhscroll-sub,
  .group-overview-head p,
  .ecogrid-head-right p,
  .leadernew-sub,
  .leadernew-region-note,
  .certifications-head p,
  .inline-contact-scene p
) {
  font-size: var(--home-body-size) !important;
  line-height: 1.58 !important;
  color: rgba(41, 33, 29, 0.66) !important;
}

.home-page :is(
  .section-eyebrow,
  .eyebrow,
  .gow-eyebrow,
  .capabilities-kicker,
  .whyhscroll-head-meta,
  .ecogrid-head-meta,
  .leadernew-profile-copy span,
  .certifications-head .eyebrow,
  .partners-head .eyebrow
) {
  font-size: var(--home-small-size) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.home-page :is(
  .pillarsv4-head,
  .ecosystem-advantage-wrap,
  .whyhscroll-head,
  .ecogrid-head,
  .leadernew-head,
  .certifications-head,
  .partners-head
) {
  margin-bottom: clamp(26px, 3.1vw, 44px) !important;
}

.home-page :is(
  .pillarsv4-pillar,
  .advantage-step,
  .advantage-card,
  .whyhscroll-panel,
  .whyhscroll-cta-panel,
  .gow-card,
  .overview-orbit-stage,
  .overview-node,
  .overview-brand-card,
  .ecogrid-card,
  .leadernew-profile-card,
  .leadernew-culture-cards article,
  .cert-card,
  .partner-logo-card
) {
  border-radius: var(--home-card-radius) !important;
}

.home-page :is(
  .gow-card,
  .overview-orbit-stage,
  .overview-node,
  .overview-brand-card,
  .leadernew-profile-card,
  .leadernew-culture-cards article,
  .partner-logo-card
) {
  background: var(--home-card-bg) !important;
  border-color: var(--home-card-border) !important;
  box-shadow: var(--home-card-shadow) !important;
}

.home-page .ecosystem-advantage-copy h2 {
  max-width: 9ch;
}

.home-page .advantage-step {
  padding: 18px 20px !important;
  background: rgba(255, 253, 248, 0.58) !important;
  border: 1px solid rgba(99, 18, 68, 0.08) !important;
}

.home-page .advantage-step h3 {
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.08 !important;
  margin-bottom: 8px !important;
}

.home-page .advantage-step p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.home-page .whyhscroll-scene {
  background:
    linear-gradient(rgba(45, 8, 30, 0.98), rgba(20, 4, 13, 0.98)),
    var(--maroon) !important;
}

.home-page .whyhscroll-headline,
.home-page .inline-contact-scene h2 {
  color: #fffaf2 !important;
}

.home-page .whyhscroll-sub,
.home-page .inline-contact-scene p {
  color: rgba(255, 250, 242, 0.72) !important;
}

.home-page .whyhscroll-panel {
  overflow: hidden !important;
}

.home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
  font-size: clamp(46px, 3.75vw, 60px) !important;
  line-height: 1.02 !important;
}

.home-page .group-overview-scene.gow-v2 .overview-orbit-system {
  gap: clamp(24px, 2.4vw, 32px) !important;
}

.home-page .group-overview-scene.gow-v2 .gow-card,
.home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
  background: rgba(255, 253, 248, 0.72) !important;
}

.home-page .ecogrid-card-title,
.home-page .leadernew-profile-copy h3 {
  font-size: clamp(28px, 2.35vw, 38px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.01em !important;
}

.home-page .leadernew-scene {
  padding-top: clamp(76px, 7vw, 104px) !important;
}

.home-page .leadernew-head {
  max-width: 760px !important;
}

.home-page .leadernew-culture-cards {
  gap: 14px !important;
}

.home-page .leadernew-culture-cards article {
  min-height: 86px !important;
  padding: 18px 20px !important;
}

.home-page .certifications-scene {
  padding-block: clamp(72px, 6.5vw, 96px) !important;
}

.home-page .certifications-wrap {
  gap: clamp(34px, 5vw, 80px) !important;
}

.home-page .certifications-head h2 {
  margin-bottom: 14px !important;
}

.home-page .cert-card {
  border-radius: 22px !important;
  box-shadow: 0 24px 60px -42px rgba(99, 18, 68, 0.5) !important;
}

.home-page .partners-scene {
  padding-block: clamp(72px, 6.5vw, 96px) !important;
}

.home-page .partners-head {
  margin-bottom: clamp(24px, 3vw, 38px) !important;
}

.home-page .partners-head h2 {
  max-width: 860px !important;
}

.home-page .partner-marquee {
  margin-block: 0 !important;
}

.home-page .marketplace-band {
  margin-top: clamp(22px, 3vw, 38px) !important;
}

@media (max-width: 980px) {
  .home-page {
    --home-title-size: clamp(34px, 9vw, 46px);
    --home-body-size: 16px;
  }

  .home-page :is(
    .pillarsv4-scene,
    .ecosystem-advantage-scene,
    .group-overview-scene.gow-v2,
    .ecogrid-scene,
    .leadernew-scene,
    .certifications-scene,
    .partners-scene,
    .inline-contact-scene
  ) {
    padding-block: clamp(54px, 12vw, 72px) !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
    font-size: clamp(36px, 10vw, 46px) !important;
  }
}

/* ===== Homepage section-specific polish from client review ===== */
.home-page .pillarsv4-head-right .btn {
  display: none !important;
}

.home-page .pillarsv4-head-right {
  justify-content: flex-start !important;
}

.home-page .whyhscroll-head {
  padding-top: clamp(76px, 9vh, 112px) !important;
  margin-bottom: 0 !important;
}

.home-page .whyhscroll-stage {
  justify-content: flex-start !important;
}

.home-page .whyhscroll-track {
  flex: 0 0 auto !important;
  align-items: flex-start !important;
  margin-top: clamp(28px, 4vh, 46px) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-page .whyhscroll-sub {
  margin-top: 14px !important;
  color: rgba(255, 250, 242, 0.58) !important;
}

.home-page .whyhscroll-progress-bar,
.home-page .whyhscroll-hint,
.home-page .whyhscroll-head-progress {
  display: none !important;
}

.home-page .ecogrid-head {
  margin-bottom: clamp(22px, 2.6vw, 36px) !important;
}

.home-page .ecogrid-head-right p {
  font-size: clamp(17px, 1.18vw, 19px) !important;
  line-height: 1.58 !important;
}

.home-page .ecogrid-card-desc {
  max-width: 26ch !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.48 !important;
  color: rgba(255, 250, 242, 0.86) !important;
}

.home-page .ecogrid-card-title {
  margin-bottom: clamp(18px, 2.2vw, 28px) !important;
}

.home-page .leadernew-scene {
  padding-block: clamp(64px, 6.2vw, 90px) !important;
}

.home-page .leadernew-wrap {
  align-items: start !important;
}

.home-page .leadernew-people {
  align-items: start !important;
}

.home-page .leadernew-profile-card {
  min-height: 0 !important;
  overflow: hidden !important;
}

.home-page .leadernew-profile-media {
  height: clamp(300px, 27vw, 430px) !important;
  margin: clamp(24px, 2.8vw, 42px) clamp(24px, 2.8vw, 42px) 0 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

.home-page .leadernew-profile-media img {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  object-fit: contain !important;
}

.home-page .leadernew-profile-copy {
  padding: clamp(24px, 2.5vw, 36px) clamp(26px, 3vw, 44px) clamp(28px, 3vw, 42px) !important;
}

.home-page .leadernew-profile-copy h3 {
  font-size: clamp(36px, 3vw, 50px) !important;
}

.home-page .certifications-scene {
  min-height: auto !important;
}

.home-page .certificate-grid {
  gap: clamp(16px, 1.6vw, 24px) !important;
  align-items: stretch !important;
}

.home-page .certificate-card {
  position: relative !important;
  min-height: 190px !important;
  padding: 28px 24px 24px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(232, 90, 26, 0.12), transparent 36%),
    rgba(255, 253, 248, 0.82) !important;
  border: 1px solid rgba(99, 18, 68, 0.12) !important;
  color: var(--maroon) !important;
  box-shadow: 0 26px 64px -50px rgba(99, 18, 68, 0.45) !important;
}

.home-page .certificate-card::before {
  content: '' !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  display: block !important;
  margin-bottom: 20px !important;
  background:
    linear-gradient(135deg, rgba(232, 90, 26, 0.18), rgba(232, 90, 26, 0.04)),
    #fff8ef !important;
  border: 1px solid rgba(232, 90, 26, 0.36) !important;
  box-shadow: inset 0 0 0 8px rgba(232, 90, 26, 0.08) !important;
}

.home-page .certificate-card::after {
  content: '✓' !important;
  position: absolute !important;
  top: 38px !important;
  left: 42px !important;
  color: var(--orange) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.home-page .certificate-card span,
.home-page .certificate-card em {
  color: rgba(41, 33, 29, 0.58) !important;
}

.home-page .certificate-card strong {
  color: var(--maroon) !important;
  font-size: clamp(30px, 2.4vw, 42px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 1540px) {
  .home-page .group-overview-scene.gow-v2 {
    padding-block: 62px 68px !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-wrap {
    width: min(1180px, calc(100vw - 56px)) !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-head {
    margin-bottom: 28px !important;
  }

  .home-page .group-overview-scene.gow-v2 .group-overview-head h2 {
    font-size: clamp(42px, 3.4vw, 52px) !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-system {
    grid-template-columns: 300px 520px 300px !important;
    gap: 24px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-card,
  .home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
    min-height: 560px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-copy,
  .home-page .group-overview-scene.gow-v2 .overview-brand-column {
    padding: 26px 24px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-foundation-list li {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 18px !important;
    min-height: 72px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-fact dt {
    font-size: 10px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-fact dd {
    font-size: 18px !important;
    line-height: 1.18 !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-ring-outer {
    width: 458px !important;
    height: 458px !important;
    left: 31px !important;
    top: 51px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-ring-inner {
    width: 350px !important;
    height: 350px !important;
    left: 85px !important;
    top: 105px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-hub {
    width: 210px !important;
    height: 240px !important;
    min-height: 240px !important;
    padding: 34px 26px 28px !important;
    border-radius: 28px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-hub strong {
    font-size: 31px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node {
    width: 118px !important;
    min-height: 128px !important;
    padding: 14px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node strong {
    font-size: 28px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node span {
    font-size: 10px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-node-a { top: 50px !important; left: 44px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-b { top: 50px !important; right: 46px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-c { top: 220px !important; left: 28px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-d { top: 220px !important; right: 28px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-e { left: 70px !important; bottom: 38px !important; }
  .home-page .group-overview-scene.gow-v2 .overview-node-f { right: 70px !important; bottom: 38px !important; }

  .home-page .group-overview-scene.gow-v2 .overview-brand-card {
    min-height: 90px !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    padding: 16px 20px !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-brand-mark {
    width: 46px !important;
    height: 46px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-brand-card strong {
    font-size: 20px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-brand-card small {
    font-size: 10px !important;
  }
}

@media (max-width: 760px) {
  .home-page .whyhscroll-head {
    padding-top: 58px !important;
  }

  .home-page .whyhscroll-track {
    margin-top: 26px !important;
  }

  .home-page .certificate-card {
    min-height: 164px !important;
  }
}

/* Final responsive corrections after section review */
.home-page .ecogrid-card-desc {
  font-size: clamp(16px, 1.05vw, 18px) !important;
}

.home-page .whyhscroll-head {
  padding-top: clamp(92px, 11vh, 128px) !important;
}

@media (max-width: 1540px) {
  .home-page .whyhscroll-head {
    padding-top: clamp(84px, 10vh, 104px) !important;
  }
}

@media (max-width: 980px) {
  .home-page .group-overview-scene.gow-v2 .overview-orbit-system {
    grid-template-columns: 1fr !important;
  }

  .home-page .group-overview-scene.gow-v2 .gow-card,
  .home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
    min-height: auto !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-orbit-stage {
    min-height: 590px !important;
  }
}

/* Final polish: glance hub, leadership image cards, certificate marks */
.home-page .group-overview-scene.gow-v2 .overview-hub {
  width: clamp(154px, 13vw, 208px) !important;
  min-height: clamp(164px, 13.8vw, 214px) !important;
  padding: clamp(20px, 1.9vw, 28px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(10px, 1vw, 14px) !important;
  text-align: center !important;
  box-shadow: 0 28px 62px -38px rgba(99, 18, 68, 0.58) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub-logo {
  display: block !important;
  width: clamp(82px, 6.8vw, 112px) !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub span,
.home-page .group-overview-scene.gow-v2 .overview-hub p {
  display: none !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong {
  max-width: 7.5em !important;
  margin: 0 !important;
  font-size: clamp(22px, 1.75vw, 30px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
}

.home-page .leadernew-scene {
  min-height: auto !important;
  padding-top: clamp(72px, 7.5vw, 112px) !important;
  padding-bottom: clamp(72px, 7.5vw, 112px) !important;
}

.home-page .leadernew-wrap {
  align-items: start !important;
  gap: clamp(24px, 3.2vw, 54px) !important;
}

.home-page .leadernew-head {
  margin-bottom: clamp(8px, 1vw, 14px) !important;
}

.home-page .leadernew-headline {
  margin-bottom: clamp(10px, 1.4vw, 16px) !important;
}

.home-page .leadernew-sub {
  max-width: 660px !important;
  margin-bottom: 0 !important;
  line-height: 1.45 !important;
}

.home-page .leadernew-culture-cards {
  gap: clamp(8px, 0.9vw, 12px) !important;
  margin: clamp(8px, 1vw, 14px) 0 clamp(10px, 1.2vw, 18px) !important;
}

.home-page .leadernew-culture-cards article {
  min-height: clamp(62px, 5.2vw, 82px) !important;
  padding: clamp(12px, 1.15vw, 16px) !important;
  border-radius: 18px !important;
}

.home-page .leadernew-culture-cards strong {
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.02 !important;
}

.home-page .leadernew-region-note {
  margin-bottom: 0 !important;
}

.home-page .leadernew-people {
  gap: clamp(16px, 2vw, 28px) !important;
}

.home-page .leadernew-profile-card {
  border-radius: 24px !important;
  overflow: hidden !important;
}

.home-page .leadernew-profile-media {
  height: clamp(260px, 22vw, 340px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 24px 24px 0 0 !important;
  background: transparent !important;
}

.home-page .leadernew-profile-media img {
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: center 42% !important;
}

.home-page .leadernew-profile-copy {
  padding: clamp(16px, 1.6vw, 22px) clamp(20px, 2vw, 28px) clamp(20px, 2vw, 28px) !important;
}

.home-page .leadernew-profile-copy h3 {
  font-size: clamp(27px, 2.05vw, 36px) !important;
}

.home-page .certificate-card {
  min-height: clamp(218px, 16vw, 278px) !important;
  padding: clamp(22px, 1.75vw, 28px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: clamp(7px, 0.65vw, 10px) !important;
}

.home-page .certificate-card::before,
.home-page .certificate-card::after {
  display: none !important;
}

.home-page .certificate-mark {
  position: relative !important;
  width: clamp(68px, 5vw, 84px) !important;
  min-height: clamp(68px, 5vw, 84px) !important;
  margin-bottom: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--plum) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 90, 26, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(99, 18, 68, 0.3) !important;
  box-shadow: 0 16px 30px -24px rgba(99, 18, 68, 0.38) !important;
}

.home-page .certificate-mark-iso {
  border-radius: 50% !important;
}

.home-page .certificate-mark-iso::before,
.home-page .certificate-mark-iso::after {
  content: "" !important;
  position: absolute !important;
  inset: 7px !important;
  border: 1.2px solid rgba(99, 18, 68, 0.62) !important;
  border-radius: 50% !important;
}

.home-page .certificate-mark-iso::after {
  inset: 12px !important;
  border-color: rgba(232, 90, 26, 0.52) !important;
}

.home-page .certificate-mark-haccp {
  border-radius: 18px 18px 30px 30px !important;
  clip-path: polygon(50% 0, 92% 16%, 92% 62%, 50% 100%, 8% 62%, 8% 16%) !important;
}

.home-page .certificate-mark-haccp::before {
  content: "" !important;
  position: absolute !important;
  inset: 9px !important;
  border: 1.2px solid rgba(232, 90, 26, 0.58) !important;
  clip-path: polygon(50% 0, 92% 16%, 92% 62%, 50% 100%, 8% 62%, 8% 16%) !important;
}

.home-page .certificate-mark-haccp::after {
  display: none !important;
}

.home-page .certificate-mark b,
.home-page .certificate-mark i {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
}

.home-page .certificate-mark b {
  font-size: clamp(15px, 1.15vw, 20px) !important;
}

.home-page .certificate-mark i {
  font-size: clamp(16px, 1.18vw, 21px) !important;
}

.home-page .certificate-mark-haccp b {
  font-size: clamp(14px, 1vw, 18px) !important;
  letter-spacing: 0.08em !important;
}

.home-page .certificate-card strong {
  font-size: clamp(25px, 1.85vw, 33px) !important;
  line-height: 0.98 !important;
}

.home-page .certificate-card span,
.home-page .certificate-card em {
  font-size: clamp(11px, 0.86vw, 14px) !important;
}

.home-page .certificate-card .certificate-entity {
  margin-top: clamp(14px, 1.5vw, 24px) !important;
}

.home-page .certificate-card small {
  display: block !important;
  margin-top: clamp(2px, 0.4vw, 6px) !important;
  color: rgba(26, 15, 20, 0.46) !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(9px, 0.72vw, 11px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

@media (max-width: 1540px) {
  .home-page .group-overview-scene.gow-v2 .overview-hub {
    width: 164px !important;
    min-height: 174px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-hub strong {
    font-size: 24px !important;
  }

  .home-page .group-overview-scene.gow-v2 .overview-hub-logo {
    width: 84px !important;
  }
}

@media (max-width: 980px) {
  .home-page .leadernew-profile-media {
    height: clamp(280px, 68vw, 420px) !important;
  }
}

/* ===== Open Design refinements — 2026-05-28 ===== */

/* 1. Certificate marks use SVG badge artwork instead of text-built marks */
.home-page .certificate-mark {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.home-page .certificate-mark::before,
.home-page .certificate-mark::after {
  display: none !important;
}

.home-page .certificate-mark .cert-svg-logo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.home-page .certificate-mark b,
.home-page .certificate-mark i {
  display: none !important;
}

/* 2. Bettergrow at a glance eyebrow labels: remove decorative lines */
.home-page .group-overview-scene.gow-v2 .gow-eyebrow {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.home-page .group-overview-scene.gow-v2 .gow-eyebrow::after {
  display: none !important;
}

/* 3. Bettergrow at a glance hub polish */
.home-page .overview-hub-logo {
  filter: brightness(0) invert(1) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong {
  margin-top: clamp(16px, 1.8vw, 28px) !important;
}

.home-page .group-overview-scene.gow-v2 .overview-hub strong::after {
  display: none !important;
}

/* 4. Ecosystem brand cards: strengthen text readability */
.ecogrid-card::after {
  background: linear-gradient(180deg, rgba(15, 11, 14, 0.3) 0%, rgba(15, 11, 14, 0.6) 40%, rgba(15, 11, 14, 0.95) 100%) !important;
}

.ecogrid-card-tag {
  margin-top: 0 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ecogrid-card-title {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.ecogrid-card-desc {
  color: rgba(245, 239, 230, 0.92) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* 5. Why Choose Us CTA: keep emphasized text readable on orange panel */
.whyhscroll-cta-panel h3 em {
  color: var(--cream) !important;
}

/* 6. Preloader logo should render white */
#preloader .mark-anim {
  filter: brightness(0) invert(1) !important;
}

/* 7. Leadership & Culture alignment and card crop */
.home-page .leadernew-head {
  margin-bottom: clamp(4px, 0.6vw, 8px) !important;
}

.home-page .leadernew-sub {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.home-page .leadernew-culture-cards {
  margin: clamp(6px, 0.8vw, 10px) 0 6px !important;
}

.home-page .leadernew-culture-cards article {
  min-height: 96px !important;
}

.home-page .leadernew-region-note {
  margin: 0 0 clamp(6px, 0.8vw, 10px) !important;
}

.home-page .leadernew-people {
  gap: clamp(10px, 1.2vw, 16px) !important;
  margin-top: clamp(40px, 4vw, 64px) !important;
}

.home-page .leadernew-profile-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.home-page .leadernew-profile-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}

/* 8. Consistent section padding across homepage sections */
.home-page.home-page .pillarsv4-scene,
.home-page.home-page .ecosystem-advantage-scene,
.home-page.home-page .capabilities-scene,
.home-page.home-page .specimen-scene,
.home-page.home-page .value-scene,
.home-page.home-page .ecogrid-scene,
.home-page.home-page .eco-closer-scene,
.home-page.home-page .certifications-scene,
.home-page.home-page .partners-scene,
.home-page.home-page .leadernew-scene,
.home-page.home-page .faq-scene,
.home-page.home-page .inline-contact-scene {
  padding: clamp(80px, 8vw, 120px) 32px !important;
  padding-block: clamp(80px, 8vw, 120px) !important;
}

.home-page.home-page .group-overview-scene.gow-v2 {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  padding-block: clamp(80px, 8vw, 120px) !important;
}

@media (max-width: 980px) {
  .home-page.home-page .pillarsv4-scene,
  .home-page.home-page .ecosystem-advantage-scene,
  .home-page.home-page .capabilities-scene,
  .home-page.home-page .specimen-scene,
  .home-page.home-page .value-scene,
  .home-page.home-page .ecogrid-scene,
  .home-page.home-page .eco-closer-scene,
  .home-page.home-page .certifications-scene,
  .home-page.home-page .partners-scene,
  .home-page.home-page .leadernew-scene,
  .home-page.home-page .faq-scene,
  .home-page.home-page .inline-contact-scene {
    padding: clamp(80px, 12vw, 120px) 32px !important;
    padding-block: clamp(80px, 12vw, 120px) !important;
  }

  .home-page.home-page .group-overview-scene.gow-v2 {
    padding: clamp(80px, 12vw, 120px) 0 !important;
    padding-block: clamp(80px, 12vw, 120px) !important;
  }
}

/* ===== Why Choose section — scoped text safety ===== */
.home-page .whyhscroll-scene {
  color: #2a2a2a !important;
}

.home-page .whyhscroll-scene .whyhscroll-headline {
  color: #fffaf2 !important;
}

.home-page .whyhscroll-scene .whyhscroll-headline em {
  color: #de5829 !important;
}

.home-page .whyhscroll-scene .whyhscroll-sub,
.home-page .whyhscroll-scene p {
  color: rgba(255, 250, 242, 0.92) !important;
}

/* Bettergrow at a glance - real brand logos */
.home-page .gow-v2 .overview-brand-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 96px !important;
  gap: 0 !important;
  padding: 8px 18px 12px !important;
  text-align: center !important;
}

.home-page .gow-v2 .gow-brand-mark.gow-brand-logo-wrap,
.home-page .gow-v2 .overview-brand-card:first-child .gow-brand-mark.gow-brand-logo-wrap {
  width: min(62%, 118px) !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
  transform: none !important;
}

.home-page .gow-v2 .gow-brand-logo {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  clip-path: inset(0 9% 0 0);
}

.home-page .gow-v2 .gow-brand-logo-tayn {
  width: 74% !important;
  clip-path: inset(0 13% 0 0);
}

.home-page .gow-v2 .gow-brand-text {
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
}

.home-page .gow-v2 .gow-brand-name-fallback {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-page .gow-v2 .gow-brand-text small {
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: var(--maroon) !important;
}

@media (max-width: 640px) {
  .home-page .gow-v2 .overview-brand-card {
    gap: 0 !important;
    min-height: 96px !important;
    padding: 8px 16px 12px !important;
  }

  .home-page .gow-v2 .gow-brand-mark.gow-brand-logo-wrap,
  .home-page .gow-v2 .overview-brand-card:first-child .gow-brand-mark.gow-brand-logo-wrap {
    width: min(58%, 104px) !important;
    height: 28px !important;
  }
}

/* Certifications - keep acronyms uppercase, restore normal case for body copy */
.home-page .certificate-card .certificate-entity,
.home-page .certificate-card em,
.home-page .certificate-card small {
  text-transform: none !important;
  letter-spacing: 0.06em !important;
}

.home-page .certificate-card .certificate-entity,
.home-page .certificate-card em {
  font-size: clamp(12px, 0.95vw, 15px) !important;
}

/* ============================================================
   Top-nav "About Us" dropdown (Our Story / Leadership)
   ============================================================ */
.nav-dd { position: relative; display: inline-flex; align-items: center; }
.nav-dd-trigger { display: inline-flex; align-items: center; }
/* caret lives on its own span so it never collides with .nav-link::after (the hover underline) */
.nav-dd-caret {
  display: inline-block;
  width: 7px; height: 7px;
  margin-left: 8px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.6;
  transition: transform 260ms cubic-bezier(0.22,1,0.36,1), opacity 200ms ease;
}
.nav-dd:hover .nav-dd-caret,
.nav-dd:focus-within .nav-dd-caret { transform: translateY(1px) rotate(225deg); opacity: 1; }

/* invisible bridge so the hover doesn't drop while crossing into the menu */
.nav-dd::after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 16px; }

.nav-dd-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 210px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid rgba(92, 26, 53, 0.12);
  border-radius: 16px;
  box-shadow: 0 26px 60px rgba(48, 12, 28, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.22,1,0.36,1), visibility 0s linear 220ms;
  z-index: 80;
}
.nav-dd:hover .nav-dd-menu,
.nav-dd:focus-within .nav-dd-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.22,1,0.36,1), visibility 0s;
}
.nav-dd-menu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #5c1a35;
  white-space: nowrap;
  transition: background 170ms ease, color 170ms ease;
}
.nav-dd-menu a::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #e85a1a;
  opacity: 0;
  transition: opacity 170ms ease;
}
.nav-dd-menu a:hover { background: rgba(232, 90, 26, 0.10); color: #e85a1a; }
.nav-dd-menu a:hover::before { opacity: 1; }

/* ============================================================
   v24 — gow-v2 middle platform grid (replaces scattered orbit)
   ============================================================ */
.home-page .gow-v2 .overview-platform {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-page .gow-v2 .overview-platform-hub {
  background: var(--maroon);
  color: var(--cream);
  text-align: center;
  padding: 42px 24px 34px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.home-page .gow-v2 .overview-platform-logo { width: 104px; height: auto; display: block; }
.home-page .gow-v2 .overview-platform-hub span {
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(245,239,230,0.82); font-weight: 600;
}
.home-page .gow-v2 .overview-platform-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-page .gow-v2 .overview-stat {
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px;
  text-align: center;
  padding: 28px 30px;
  border-top: 1px solid rgba(99,18,68,0.1);
  border-right: 1px solid rgba(99,18,68,0.1);
}
.home-page .gow-v2 .overview-stat:nth-child(2n) { border-right: none; }
.home-page .gow-v2 .overview-stat strong {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(34px, 2.6vw, 46px);
  font-weight: 400; color: var(--maroon); line-height: 1; letter-spacing: -0.02em;
}
.home-page .gow-v2 .overview-stat span {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(26,15,20,0.55); font-weight: 600;
}

/* ============================================================
   v24 — certified operations: 2 dual cards
   ============================================================ */
.home-page .certificate-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 780px;
  margin-left: auto; margin-right: auto;
}
.certificate-card-dual {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 10px;
}
.certificate-card-dual .certificate-entities {
  display: flex; flex-direction: column; gap: 8px; width: 100%;
  margin-top: 16px; padding-top: 18px;
  border-top: 1px solid rgba(99,18,68,0.12);
}
.certificate-card-dual .certificate-entities a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--maroon);
  padding: 10px 14px; border: 1px solid rgba(99,18,68,0.16); border-radius: 100px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.certificate-card-dual .certificate-entities a:hover {
  background: var(--maroon); color: var(--cream); border-color: var(--maroon);
}
.certificate-card-dual .certificate-entities a .arrow { font-size: 0.9em; opacity: 0.7; }
@media (max-width: 600px) {
  .home-page .certificate-grid-2 { grid-template-columns: 1fr !important; }
}

/* ============================================================
   v25 — font consistency + cert centering + brand-card cleanup
   ============================================================ */
/* at-a-glance stats use the site heading font (BGH Glancyr), not a serif fallback */
.home-page .gow-v2 .overview-stat strong {
  font-family: var(--font-heading) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* brand portfolio cards: category eyebrow removed — group title + desc together at the bottom */
.home-page .ecogrid-card-body {
  justify-content: flex-end !important;
}
.home-page .ecogrid-card-title {
  font-family: var(--font-heading) !important;
  margin-bottom: 12px !important;
}

/* certified operations: centered single-column layout, consistent + nicer */
.home-page .certifications-wrap {
  display: block !important;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-page .certifications-head {
  max-width: 680px;
  margin: 0 auto clamp(36px, 5vw, 56px) !important;
  text-align: center;
}
.home-page .certifications-head h2,
.home-page .certifications-head p { text-align: center; }
.home-page .certificate-grid-2 {
  justify-content: center;
  max-width: 660px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   v32 — tighten empty space: Leadership & Culture + Certified
   ============================================================ */
/* Leadership: vertically center the text block against the tall cards */
.home-page .leadernew-wrap {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
  gap: clamp(36px, 4.5vw, 76px) !important;
}
.home-page .leadernew-textcol {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2vw, 28px);
}
.home-page .leadernew-textcol .leadernew-head { margin-bottom: 0 !important; }
.home-page .leadernew-textcol .leadernew-region-note { margin: 0 !important; }
.home-page .leadernew-people { margin-top: 0 !important; }
/* shorter cards so the two columns balance */
.home-page .leadernew-profile-media { height: clamp(260px, 24vw, 340px) !important; }
.home-page .leadernew-profile-copy { padding: clamp(18px, 2vw, 26px) clamp(20px, 2.4vw, 30px) !important; }
.home-page .leadernew-profile-copy h3 { font-size: clamp(28px, 2.6vw, 40px) !important; }
/* left-column CTA gives the text column purpose and fills the space */
.home-page .leadernew-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(6px, 1vw, 12px);
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.25s ease;
  box-shadow: 0 18px 40px -22px rgba(232, 90, 26, 0.8);
}
.home-page .leadernew-cta:hover { transform: translateY(-2px); }
.home-page .leadernew-cta .arrow { transition: transform 0.25s ease; }
.home-page .leadernew-cta:hover .arrow { transform: translateX(4px); }

/* Certified operations: widen cards so they fill the row (less side gap) */
.home-page .certifications-wrap { max-width: 1080px !important; }
.home-page .certificate-grid-2 {
  max-width: 920px !important;
  gap: clamp(20px, 2vw, 32px) !important;
}
@media (max-width: 760px) {
  .home-page .leadernew-wrap { grid-template-columns: 1fr !important; }
  .home-page .leadernew-profile-media { height: 360px !important; }
}

/* ============================================================
   v38 — Certified operations redesign (clearer cards, labeled
   PDF download links instead of cryptic down-arrows)
   ============================================================ */
.home-page .certv2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  max-width: 960px;
  margin: 0 auto;
}
.home-page .certv2-card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.4vw, 36px);
  background: #fffdf8;
  border: 1px solid rgba(99, 18, 68, 0.12);
  border-radius: 20px;
  box-shadow: 0 30px 70px -54px rgba(55, 25, 11, 0.5);
}
.home-page .certv2-card-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.home-page .certv2-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
}
.home-page .certv2-badge img { width: 100%; height: 100%; object-fit: contain; }
.home-page .certv2-meta { display: flex; flex-direction: column; gap: 4px; }
.home-page .certv2-meta strong {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  color: var(--maroon);
  line-height: 1;
}
.home-page .certv2-meta em {
  font-style: normal;
  font-size: 14px;
  color: rgba(26, 15, 20, 0.6);
}
.home-page .certv2-statement {
  margin: 0 0 26px;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(26, 15, 20, 0.66);
}
.home-page .certv2-statement strong {
  font-weight: 600;
  color: var(--maroon);
}
.home-page .certv2-logos {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  margin-top: auto;
}
.home-page .certv2-logos img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.home-page .certv2-logos .certv2-logo-kallada { height: 24px; }
@media (max-width: 760px) {
  .home-page .certv2-grid { grid-template-columns: 1fr; }
}

/* v40 — remove the small uppercase eyebrow labels above homepage sections */
.home-page .eyebrow { display: none !important; }

/* ============================================================
   v45 — official brand logos in "Our Brand" cards: show them in
   full (no crop / blend that was tuned for the old PNG marks)
   ============================================================ */
.home-page .gow-v2 .gow-brand-mark.gow-brand-logo-wrap,
.home-page .gow-v2 .overview-brand-card:first-child .gow-brand-mark.gow-brand-logo-wrap {
  width: auto !important;
  max-width: 168px !important;
  height: 38px !important;
  overflow: visible !important;
}
.home-page .gow-v2 .gow-brand-logo,
.home-page .gow-v2 .gow-brand-logo-tayn {
  width: auto !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
  mix-blend-mode: normal !important;
}
/* TAYN is a square emblem (not a wordmark) — give it a clean fixed square */
.home-page .gow-v2 .overview-brand-card:last-child .gow-brand-mark.gow-brand-logo-wrap {
  width: 46px !important;
  height: 46px !important;
}
.home-page .gow-v2 .gow-brand-logo-tayn {
  width: 46px !important;
  height: 46px !important;
  max-width: none !important;
}

/* ============================================================
   Global — orange accent in every heading (h1/h2/h3 <em>)
   ============================================================ */
h1 em, h2 em, h3 em {
  color: var(--orange, #e85a1a) !important;
  font-style: normal !important;
  font-weight: inherit !important;   /* match the heading's weight (stay bold) */
}

/* ---------------------------------------------------------------------
   Short-viewport fit for the two content-heavy homepage sections shown
   clipping on shallow screens ("Integrated ecosystem" and the stats /
   platform overview). They use min-height:100vh + centered content, so
   when the content is taller than a short viewport the centering clips
   the heading. Drop the 100vh floor (size to content instead) and trim
   the vertical padding. Desktop-only; only spacing changes.
   --------------------------------------------------------------------- */
@media (min-width: 769px) and (max-height: 820px) {
  .home-page .ecosystem-advantage-scene {
    min-height: 0 !important;
    padding-block: clamp(40px, 5vh, 84px) !important;
  }
  .home-page .group-overview-scene,
  .home-page .group-overview-scene.gow-v2 {
    min-height: 0 !important;
    padding-block: clamp(40px, 5vh, 84px) !important;
  }
}
@media (min-width: 769px) and (max-height: 660px) {
  .home-page .ecosystem-advantage-scene,
  .home-page .group-overview-scene,
  .home-page .group-overview-scene.gow-v2 {
    padding-block: clamp(28px, 4vh, 60px) !important;
  }
}

/* ============================================================
   Mobile navigation (hamburger + slide-in panel). Built by
   assets/js/mobile-nav.js from the existing nav. Mobile only.
   ============================================================ */
.mnav-toggle { display: none; }
.mnav-panel { display: none; }
@media (max-width: 767px) {
  /* header shows only logo + hamburger on mobile */
  .nav-wrap .btn-primary { display: none !important; }
  .mnav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 44px; margin-left: auto; padding: 11px 10px;
    background: transparent; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent;
  }
  .mnav-toggle span {
    display: block; width: 100%; height: 2px; border-radius: 2px;
    background: var(--maroon, #5c1a35);
    transition: transform .3s cubic-bezier(.16,1,.3,1), opacity .2s ease;
  }
  .nav-wrap.on-dark:not(.scrolled) .mnav-toggle span { background: var(--cream, #f7f0e4); }
  .mnav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mnav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mnav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mnav-panel {
    display: flex; flex-direction: column; position: fixed; inset: 0; z-index: 1000;
    padding: 78px 30px 44px;
    background: radial-gradient(circle at 88% 8%, rgba(232,90,26,0.28), transparent 46%),
                linear-gradient(160deg, #5c1a35 0%, #43102a 100%);
    transform: translateX(100%); visibility: hidden;
    transition: transform .42s cubic-bezier(.16,1,.3,1), visibility 0s linear .42s;
  }
  .mnav-panel.open { transform: translateX(0); visibility: visible; transition: transform .42s cubic-bezier(.16,1,.3,1); }
  .mnav-close {
    position: absolute; top: 18px; right: 22px; width: 46px; height: 46px;
    background: transparent; border: 0; color: var(--cream, #f7f0e4);
    font-size: 36px; line-height: 1; cursor: pointer;
  }
  .mnav-links { display: flex; flex-direction: column; }
  .mnav-links a {
    color: var(--cream, #f7f0e4);
    font-family: var(--about-display, 'BGH Glancyr', 'Instrument Serif', serif);
    font-size: 26px; font-weight: 400; letter-spacing: -0.01em;
    padding: 15px 0; border-bottom: 1px solid rgba(245,239,230,0.14); text-decoration: none;
    transition: color .2s ease;
  }
  .mnav-links a:active { color: #f0a275; }
  .mnav-cta {
    margin-top: 28px; align-self: flex-start;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 26px; border-radius: 999px;
    background: var(--orange, #e85a1a); color: #fff; font-weight: 700; font-size: 15px;
    text-decoration: none;
  }
  .mnav-cta span { transition: transform .25s ease; }
  .mnav-cta:active span { transform: translateX(4px); }
}

/* ============================================================
   Mobile polish for homepage sections (from client video):
   full-width cards, no horizontal-scroll left-attach, drop the
   cycling image, and fix the fixed-height text overlap.
   ============================================================ */
@media (max-width: 768px) {
  /* --- Integrated ecosystem (advantage): hide cycling image, full-width readable steps --- */
  .home-page .advantage-stack { display: none !important; }
  .home-page .ecosystem-advantage-scene { padding: 46px 0 !important; }
  .home-page .ecosystem-advantage-wrap { padding: 0 20px !important; }
  .home-page .advantage-steps { margin-top: 20px !important; gap: 12px !important; }
  .home-page .advantage-step {
    opacity: 1 !important; transform: none !important; width: 100% !important;
    border-left: 0 !important; border-radius: 16px !important; padding: 18px 20px !important;
    background: rgba(92, 26, 53, 0.055) !important;
  }
  .home-page .advantage-step h3 { color: var(--maroon, #5c1a35) !important; font-size: 22px !important; }
  .home-page .advantage-step p { color: rgba(26, 15, 20, 0.66) !important; font-size: 14.5px !important; max-width: none !important; }

  /* --- 'Built to support' (whyhscroll): stack the horizontal panels full-width --- */
  .whyhscroll-scene, .home-page .whyhscroll-scene { height: auto !important; }
  .whyhscroll-stage { height: auto !important; }
  .home-page .whyhscroll-track, .whyhscroll-track {
    flex-direction: column !important; transform: none !important; width: auto !important;
    overflow: visible !important; gap: 16px !important; padding: 22px 20px 40px !important;
  }
  .home-page .whyhscroll-panel, .whyhscroll-panel, .whyhscroll-cta-panel {
    width: 100% !important; height: auto !important; min-height: 400px;
  }

  /* --- Our ecosystem (pillarsv4): stacked cards, image on top, text below (no overlap) --- */
  .pillarsv4-scene { padding: 46px 0 !important; }
  .pillarsv4-pillar { height: auto !important; background: var(--maroon-darker, #2D081E) !important; }
  .pillarsv4-pillar-img {
    position: relative !important; inset: auto !important; height: 188px !important;
    filter: saturate(1) brightness(0.76) !important; transform: none !important;
  }
  .pillarsv4-pillar-rail { display: none !important; }
  .pillarsv4-pillar-content {
    position: relative !important; bottom: auto !important; left: auto !important; right: auto !important;
    opacity: 1 !important; transform: none !important; max-width: none !important;
    padding: 20px 24px 24px !important;
  }
  .pillarsv4-pillar-content h3 { font-size: 25px !important; }
}

/* Integrated-ecosystem steps: fill the width (were indented ~52px). */
@media (max-width: 768px) {
  .home-page .ecosystem-advantage-scene { padding-left: 0 !important; padding-right: 0 !important; }
  .home-page .ecosystem-advantage-wrap {
    max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 18px !important;
  }
  .home-page .ecosystem-advantage-copy,
  .home-page .advantage-steps,
  .home-page .advantage-step { width: 100% !important; max-width: none !important; }
  .home-page .ecosystem-advantage-copy { padding: 0 !important; }
}

/* Homepage mobile padding: the '.home-page.home-page' consistent-padding rule
   forces 32px side padding + tall vertical padding, which indents the cards and
   adds dead space. Override it at matching specificity so cards fill the width
   (like the 'at a glance' section) with a tighter vertical rhythm. */
@media (max-width: 768px) {
  .home-page.home-page .pillarsv4-scene,
  .home-page.home-page .ecosystem-advantage-scene,
  .home-page.home-page .capabilities-scene,
  .home-page.home-page .whyhscroll-scene,
  .home-page.home-page .ecogrid-scene,
  .home-page.home-page .certifications-scene,
  .home-page.home-page .partners-scene,
  .home-page.home-page .leadernew-scene,
  .home-page.home-page .inline-contact-scene {
    padding: 50px 16px !important;
    padding-block: 50px !important;
  }
  .home-page .ecosystem-advantage-wrap { padding-left: 0 !important; padding-right: 0 !important; }
  .home-page .whyhscroll-track { padding-left: 3px !important; padding-right: 3px !important; }
}

/* Mobile: the fixed scroll-progress circle overlaps the hamburger; hide it. */
@media (max-width: 767px) {
  .scroll-progress { display: none !important; }
}
/* Mobile: page-hero (private label) heading was flush to the edge + oversized. */
@media (max-width: 768px) {
  .page-hero { padding-left: 22px !important; padding-right: 22px !important; }
  .page-hero h1 { font-size: clamp(40px, 12vw, 62px) !important; }
}

/* Mobile hero: the nut-logo forms on the RIGHT of the 16:9 video, so the old
   62% crop clipped it. Reframe to show the full logo in a clear upper area,
   and move the headline/text to the bottom over a bottom gradient, so as you
   scroll you see the logo, then the text. */
@media (max-width: 600px) {
  .hero-video { object-position: 68% center !important; }
  .hero-grid { align-items: end !important; padding-bottom: 60px !important; }
  .hero-grid::before {
    left: 0 !important; width: 100% !important;
    background:
      linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0,0,0,0.32) 58%, rgba(0,0,0,0.9) 100%) !important;
  }
}

/* ============================================================
   #7 — "Bettergrow at a glance" editorial rework (glance-r3)
   Replaces the boxed 3-column / orbit "PPT" layout with a
   metrics band + foundation facts + brand portfolio.
   ============================================================ */
.home-page .group-overview-scene.gow-v2.glance-r3 {
  min-height: auto !important;
  padding: clamp(54px, 6vw, 96px) 0 clamp(60px, 6.5vw, 104px) !important;
}
.home-page .glance-r3 .group-overview-head { margin: 0 0 clamp(26px, 3vw, 40px) !important; }
.home-page .glance-r3 .glance-body {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.6vw, 40px);
}

/* --- Metrics band (deep maroon centerpiece) --- */
.home-page .glance-r3 .glance-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  row-gap: clamp(26px, 3vw, 46px);
  background:
    radial-gradient(120% 140% at 82% 6%, rgba(232, 90, 26, 0.20), transparent 54%),
    linear-gradient(150deg, #7b0f45 0%, #510a2f 58%, #3f071f 100%);
  border-radius: clamp(22px, 2vw, 30px);
  padding: clamp(34px, 3.6vw, 56px) clamp(30px, 3.4vw, 64px);
  box-shadow: 0 44px 90px -56px rgba(63, 7, 31, 0.72);
}
.home-page .glance-r3 .glance-metric {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px clamp(20px, 2.4vw, 48px);
  border-left: 1px solid rgba(255, 238, 214, 0.16);
}
.home-page .glance-r3 .glance-metric:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.home-page .glance-r3 .glance-metric strong {
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fffaf1;
  white-space: nowrap;
}
.home-page .glance-r3 .glance-metric strong i {
  font-style: normal;
  color: #f0a057;
  font-size: 0.62em;
  margin-left: 1px;
  letter-spacing: 0;
}
.home-page .glance-r3 .glance-metric span {
  font-size: clamp(11px, 0.82vw, 13px);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 244, 230, 0.6);
}

/* --- Lower tier: Foundation + Brands --- */
.home-page .glance-r3 .glance-lower {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(24px, 3vw, 52px);
  align-items: start;
}
.home-page .glance-r3 .glance-tag {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(232, 90, 26, 0.28);
}

/* Foundation facts */
.home-page .glance-r3 .glance-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 1.8vw, 26px) clamp(20px, 2vw, 34px);
  margin: 0;
}
.home-page .glance-r3 .glance-facts dt {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(41, 33, 29, 0.48);
  margin: 0 0 6px;
}
.home-page .glance-r3 .glance-facts dd {
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: var(--maroon);
  margin: 0;
}

/* Brand portfolio */
.home-page .glance-r3 .glance-brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.2vw, 16px);
}
.home-page .glance-r3 .glance-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(99, 18, 68, 0.08);
  box-shadow: 0 20px 44px -36px rgba(99, 18, 68, 0.36);
}
.home-page .glance-r3 .glance-brand-logo {
  flex: 0 0 auto;
  width: 96px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-page .glance-r3 .glance-brand-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}
.home-page .glance-r3 .glance-brand-logo-tayn { width: 78px; }
.home-page .glance-r3 .glance-brand-logo-tayn img { max-height: 40px; }
.home-page .glance-r3 .glance-brand-text strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.08;
  font-weight: 400;
  color: var(--maroon);
}
.home-page .glance-r3 .glance-brand-text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(41, 33, 29, 0.55);
}

/* --- Responsive --- */
@media (max-width: 1080px) {
  .home-page .glance-r3 .glance-lower { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 760px) {
  .home-page .glance-r3 .glance-metrics {
    grid-template-columns: 1fr 1fr;
    row-gap: 26px;
    padding: 28px 22px;
  }
  .home-page .glance-r3 .glance-metric {
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 238, 214, 0.16);
  }
  .home-page .glance-r3 .glance-metric:nth-child(odd) { border-left: 0; padding: 0 20px 0 0; }
  .home-page .glance-r3 .glance-metric strong { font-size: clamp(24px, 6.6vw, 32px); }
  .home-page .glance-r3 .glance-brand-list { grid-template-columns: 1fr; }
}

/* ============================================================
   #8 — Certifications: real SGS certificate documents (certv3)
   Replaces the two badge boxes with framed certificate images
   linked to the source PDFs.
   ============================================================ */
.home-page .certv3-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 48px);
  max-width: 880px;
  margin: 0 auto;
}
.home-page .certv3-card { margin: 0; display: flex; flex-direction: column; }
.home-page .certv3-doc {
  display: block;
  background: #fff;
  padding: clamp(10px, 1.1vw, 16px);
  border-radius: 14px;
  border: 1px solid rgba(99, 18, 68, 0.12);
  box-shadow: 0 34px 70px -42px rgba(63, 7, 31, 0.5);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-page .certv3-doc:hover {
  transform: translateY(-4px);
  box-shadow: 0 46px 84px -40px rgba(63, 7, 31, 0.58);
}
.home-page .certv3-doc img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.home-page .certv3-cap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.home-page .certv3-badge {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
}
.home-page .certv3-badge img { width: 100%; height: 100%; object-fit: contain; }
.home-page .certv3-meta { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.home-page .certv3-meta strong {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  color: var(--maroon);
}
.home-page .certv3-meta em {
  font-style: normal;
  font-size: 12.5px;
  color: rgba(41, 33, 29, 0.6);
  margin-top: 3px;
}
.home-page .certv3-link {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
  white-space: nowrap;
}
.home-page .certv3-link:hover { text-decoration: underline; }
@media (max-width: 720px) {
  .home-page .certv3-grid { grid-template-columns: 1fr; max-width: 440px; }
}

/* ============================================================
   Bettergrow at a glance — editorial infographic (glance-v4)
   Warm cream + olive-green editorial layout with food cutouts.
   ============================================================ */
.glance-scene {
  --gl-cream: #faf5ec;
  --gl-green: var(--maroon-darker);
  --gl-terra: var(--orange);
  --gl-title: var(--maroon);
  --gl-ink: #5b4f4a;
  --gl-serif: var(--font-heading);
  position: relative;
  overflow: hidden;
  background: var(--gl-cream);
  color: var(--gl-ink);
}
.glance-scene .glance-wrap {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
  position: relative;
  z-index: 2;
}

/* force the editorial serif — beats the global "h2,h3 { font-family: var(--font-heading) !important }" rule */
.glance-scene .glance-title,
.glance-scene .glance-eyebrow,
.glance-scene .glance-tagline,
.glance-scene .glance-platform-copy h3,
.glance-scene .glance-platform-mark,
.glance-scene .glance-facts dd,
.glance-scene .glance-stats dd,
.glance-scene .glance-brand strong { font-family: var(--gl-serif) !important; }
/* lock the display sizes so global heading rules can't shrink them */
.glance-scene .glance-title { font-size: clamp(32px, calc(12px + 2.5vw), 52px) !important; line-height: 1.04 !important; font-weight: 500 !important; letter-spacing: -0.02em; }
.glance-scene .glance-platform-copy h3 { font-size: clamp(23px, 2.5vw, 34px) !important; line-height: 1.05 !important; font-weight: 500 !important; letter-spacing: -0.01em; }
.glance-scene .glance-eyebrow { font-weight: 400 !important; }

/* ---- decorative cutouts / line art ---- */
.glance-deco { position: absolute; pointer-events: none; }
.glance-deco-branch { top: -18px; left: -26px; width: clamp(140px, 15vw, 230px); opacity: 0.55; z-index: 1; }
.glance-deco-watermark { top: 34%; right: -70px; width: 360px; opacity: 0.06; z-index: 0; }
.glance-deco-pepper { left: -78px; bottom: -46px; width: clamp(118px, 12.5vw, 178px); z-index: 3; }
.glance-deco-spices { right: -30px; top: 50%; transform: translateY(-48%); width: clamp(240px, 29vw, 440px); z-index: 3; }
.glance-deco-pistachios { left: -34px; bottom: 6px; width: clamp(140px, 15vw, 210px); z-index: 3; }
.glance-deco-mountains { left: 50%; transform: translateX(-50%); bottom: 14px; width: min(880px, 82%); opacity: 0.5; z-index: 0; }

/* ---- bands ---- */
.glance-band-top { padding: clamp(30px, 3.4vw, 48px) 0 clamp(16px, 2vw, 26px); position: relative; }
.glance-band-brands { padding: clamp(32px, 3.6vw, 50px) 0 clamp(44px, 5.5vw, 72px); position: relative; }

/* ---- header ---- */
.glance-header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 3.6vw, 60px);
  align-items: center;
}
.glance-intro { position: relative; padding-right: clamp(0px, 2vw, 24px); min-width: 0; }
.glance-title {
  font-family: var(--gl-serif);
  font-weight: 400; font-optical-sizing: auto;
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: 0.98; letter-spacing: -0.01em;
  color: var(--gl-title); margin: 0 0 14px;
}
.glance-tagline {
  font-family: var(--gl-serif); font-style: italic;
  font-size: clamp(17px, 1.6vw, 23px);
  color: var(--gl-terra); margin: 0 0 16px;
}
.glance-lede {
  max-width: 44ch; font-size: clamp(13.5px, 1vw, 15.5px);
  line-height: 1.65; color: var(--gl-ink); margin: 0;
}
.glance-hero { margin: 0; display: flex; justify-content: center; }
.glance-hero img { display: block; width: auto; max-width: 100%; max-height: clamp(330px, 34vw, 470px); height: auto; filter: drop-shadow(0 22px 32px rgba(60,40,20,0.15)); }

/* ---- circular seal ---- */
.glance-seal { position: absolute; top: -4px; right: 0; width: clamp(72px, 8vw, 100px); height: clamp(72px, 8vw, 100px); }
.glance-seal svg { width: 100%; height: 100%; animation: glanceSealSpin 40s linear infinite; }
@keyframes glanceSealSpin { to { transform: rotate(360deg); } }
.glance-seal-ring { stroke: rgba(92,26,53,0.3); stroke-width: 1; }
.glance-seal-ring2 { stroke: rgba(222,88,41,0.42); stroke-width: 1; }
.glance-seal-text { font-family: var(--font-body); font-size: 8.1px; letter-spacing: 1.4px; fill: var(--gl-title); font-weight: 700; }
.glance-seal-leaf { fill: var(--gl-terra); }

/* ---- eyebrow (01 Our foundation / 03 Our brands) ---- */
.glance-eyebrow {
  display: flex; align-items: baseline; gap: 13px;
  font-family: var(--gl-serif); font-weight: 400;
  font-size: clamp(20px, 2vw, 27px); color: var(--gl-title);
  margin-top: clamp(22px, 2.8vw, 38px);
  margin-bottom: clamp(16px, 2vw, 26px);
}
.glance-eyebrow span {
  font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--gl-terra); padding-bottom: 3px; border-bottom: 1.5px solid var(--gl-terra);
  align-self: center;
}

/* ---- foundation facts ---- */
.glance-foundation { position: relative; margin-top: clamp(4px, 0.8vw, 14px); }
.glance-facts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.6vw, 36px) clamp(16px, 1.8vw, 30px);
}
/* the new top-margin is for the foundation eyebrow inside the lead; keep the brands eyebrow as-is */
.glance-band-brands .glance-eyebrow { margin-top: 0; }
.glance-fact {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px;
}
.glance-ico { color: var(--gl-terra); display: grid; place-items: center; }
.glance-fact .glance-ico { width: 46px; height: 46px; }
.glance-fact .glance-ico svg { width: 27px; height: 27px; }
.glance-fact dt {
  font-family: var(--font-body); font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase;
  font-weight: 700; color: rgba(95,85,69,0.66); margin: 10px 0 4px;
}
.glance-fact dd { margin: 0; font-family: var(--gl-serif); font-size: 14px; line-height: 1.3; color: var(--gl-ink); max-width: 20ch; }
.glance-fact dd b { display: block; font-weight: 500; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.08; color: var(--gl-terra); white-space: nowrap; }

/* ---- platform (green band) ---- */
.glance-platform {
  position: relative; isolation: isolate;
  margin: clamp(30px, 3.2vw, 50px) 0;
  padding: clamp(38px, 4vw, 58px) 0;
  background: var(--maroon-deep);
  color: #f6eae2;
}
/* one flat maroon — no glow/gradient, so the wavy edges match the rectangle exactly */
.glance-wave { position: absolute; left: 0; width: 100%; height: clamp(48px, 6vw, 86px); z-index: 1; }
.glance-wave path { fill: var(--maroon-deep); }
.glance-wave-top { top: 1px; transform: translateY(-100%); }
.glance-wave-bottom { bottom: 1px; transform: translateY(100%); }
.glance-platform-inner {
  display: grid; grid-template-columns: 0.78fr 1.18fr 0.64fr; gap: clamp(26px, 3vw, 50px); align-items: center;
}
.glance-platform-copy { grid-column: 1; }
.glance-stats { grid-column: 2; }
.glance-platform-mark {
  display: block; width: auto; height: clamp(42px, 4vw, 58px);
  margin: 0 0 clamp(16px, 2vw, 26px);
}
.glance-platform-copy h3 {
  font-family: var(--gl-serif); font-weight: 400; font-size: clamp(30px, 3.4vw, 50px); line-height: 1.0;
  color: #f4efe1; margin: 0 0 15px;
}
.glance-platform-copy p { font-size: clamp(13px, 1vw, 15px); line-height: 1.66; color: rgba(239,233,216,0.76); max-width: 34ch; margin: 0; }
.glance-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 2.8vw, 40px) clamp(14px, 1.6vw, 24px); }
.glance-stat {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0;
  border-left: 1px solid rgba(240,233,214,0.15); padding-left: clamp(14px, 1.5vw, 22px);
}
.glance-stat:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.glance-stat .glance-ico { width: 30px; height: 30px; color: #cdb98a; place-items: center start; }
.glance-stat .glance-ico svg { width: 24px; height: 24px; }
.glance-stat dt {
  font-family: var(--font-body); font-size: 10px; letter-spacing: 0.11em; text-transform: uppercase;
  font-weight: 700; color: rgba(240,233,214,0.6); margin: 9px 0 3px;
}
.glance-stat dd { margin: 0; font-family: var(--gl-serif); font-size: clamp(28px, 3vw, 44px); line-height: 1; color: #f4efe1; }
.glance-stat dd.glance-stat-sm { font-size: clamp(19px, 1.9vw, 27px); }

/* ---- brands ---- */
.glance-brands { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(10px, 1.4vw, 22px); }
.glance-brand {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px;
  padding: clamp(16px, 1.8vw, 24px) 12px;
  border-left: 1px solid rgba(61,74,43,0.14);
}
.glance-brand:first-child { border-left: 0; }
.glance-brand-logo { width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.glance-brand-logo img { height: 40px; width: auto; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.glance-brand-logo-tayn img { height: 50px; }
.glance-brand strong { font-family: var(--gl-serif); font-weight: 400; font-size: clamp(18px, 1.5vw, 22px); color: var(--gl-title); }
.glance-brand small { font-family: var(--font-heading); font-weight: 500; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.25; color: var(--gl-title); max-width: 20ch; }

/* ---- responsive ---- */
@media (max-width: 1080px) {
  .glance-facts { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .glance-header { grid-template-columns: 1fr; gap: 22px; }
  .glance-hero { max-width: 460px; margin: 0 auto; order: -1; }
  .glance-seal { width: 72px; height: 72px; top: auto; bottom: calc(100% + 6px); right: 8px; }
  .glance-platform-inner { grid-template-columns: 1fr; gap: 28px; }
  .glance-platform-copy, .glance-stats { grid-column: auto; }
  .glance-deco-spices { opacity: 0.42; right: -90px; }
  .glance-brands { grid-template-columns: 1fr 1fr; gap: 8px 18px; }
  .glance-brand:nth-child(odd) { border-left: 0; }
  .glance-brand:nth-child(n+3) { border-top: 1px solid rgba(61,74,43,0.14); padding-top: 22px; }
}
@media (max-width: 560px) {
  .glance-facts { grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
  .glance-stats { grid-template-columns: 1fr 1fr; }
  .glance-stat:nth-child(3n+1) { border-left: 1px solid rgba(240,233,214,0.15); padding-left: 16px; }
  .glance-stat:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .glance-deco-pepper, .glance-deco-pistachios { width: 108px; opacity: 0.85; }
}

/* =====================================================================
   Corporate film — scroll-zoom reveal (small → fullscreen on scroll)
   ===================================================================== */
.filmreveal-scene {
  position: relative;
  height: 240vh;
  background: var(--cream);
}
.filmreveal-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0d0a0c;
}
.filmreveal-clip {
  position: relative;
  width: 46%;
  height: 62%;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 60px 130px -50px rgba(15, 5, 10, 0.72);
  will-change: width, height;
}
.filmreveal-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0d0a0c;
}
.filmreveal-sound {
  position: absolute;
  bottom: clamp(18px, 3.4vh, 40px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(18, 6, 12, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--font-heading), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  z-index: 3;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.filmreveal-sound:hover {
  background: rgba(222, 88, 41, 0.92);
  border-color: rgba(222, 88, 41, 0.92);
  transform: translateX(-50%) translateY(-2px);
}
.filmreveal-sound svg { width: 18px; height: 18px; display: block; }
.filmreveal-sound .ic-sound { display: none; }
.filmreveal-sound.is-on .ic-sound { display: block; }
.filmreveal-sound.is-on .ic-muted { display: none; }

/* Static fallback — mobile + reduced-motion: full-width video, no pin/zoom */
.filmreveal-scene.is-static { height: auto; }
.filmreveal-scene.is-static .filmreveal-stage {
  position: static;
  width: auto;
  height: auto;
  padding: clamp(28px, 7vw, 96px) clamp(16px, 5vw, 80px);
  background: var(--cream);
}
.filmreveal-scene.is-static .filmreveal-clip {
  width: min(100%, 1200px);
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .filmreveal-sound { padding: 10px 18px; font-size: 13px; }
}
