:root {
  color-scheme: light;
  --ink: #111111;
  --ink-soft: #2e2a27;
  --muted: #6f6b66;
  --paper: #ffffff;
  --soft: #f7f4ef;
  --stone: #ebe2d5;
  --line: #e4ddd2;
  --orange: #ff5a1f;
  --orange-dark: #bd3b11;
  --gold: #bf8d32;
  --green: #173f38;
  --green-soft: #e4efea;
  --black: #111111;
  --shadow: 0 24px 70px rgba(20, 20, 20, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Visual repair: keep low-quality live photos as evidence, not hero artwork. */
.hero-section {
  min-height: min(860px, calc(100vh - 76px));
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 90, 31, 0.13), transparent 28%),
    radial-gradient(circle at 58% 78%, rgba(23, 63, 56, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 48%, #eef5ef 100%);
}

.hero-stage {
  min-height: 610px;
  isolation: isolate;
}

.hero-backdrop {
  inset: 9% 2% 8% 8%;
  border: 1px solid rgba(23, 63, 56, 0.1);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(245,248,244,0.94)),
    repeating-linear-gradient(90deg, rgba(23,63,56,0.06) 0 1px, transparent 1px 86px);
  box-shadow: 0 28px 70px rgba(15, 28, 24, 0.1);
}

.hero-backdrop::before {
  inset: 22px;
  border-color: rgba(23, 63, 56, 0.08);
}

.hero-backdrop::after {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 90, 31, 0.09);
  content: "";
}

.hero-bottle {
  right: -4%;
  top: 3%;
  z-index: 3;
  width: min(72%, 500px);
}

.hero-box {
  left: 0;
  bottom: 9%;
  z-index: 2;
  width: min(58%, 410px);
  border-radius: 8px;
}

.hero-wax {
  right: 4%;
  bottom: 8%;
  z-index: 4;
  width: min(28%, 170px);
  border: 8px solid #fff;
}

.hero-card {
  left: auto;
  right: 4%;
  top: 10%;
  z-index: 5;
  max-width: 245px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.live-data-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 44%, #f8f6f1 44%, #f8f6f1 100%);
}

.evidence-story {
  grid-template-columns: minmax(280px, 0.62fr) minmax(620px, 1.38fr);
  align-items: start;
}

.evidence-image {
  min-height: auto;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.08);
}

.evidence-image img {
  min-height: 0;
  height: auto;
  max-height: 460px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

.store-card {
  min-height: 390px;
  background:
    linear-gradient(180deg, #fff, #fbfaf7);
}

.store-card img {
  height: 185px;
  padding: 16px;
  background: #fff;
  object-fit: contain;
}

.store-card-shopee img {
  padding: 10px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255,90,31,0.16), transparent 34%),
    #111;
  object-fit: contain;
}

.store-card-lazada img {
  padding: 18px;
  object-position: center;
}

.creator-media {
  background:
    radial-gradient(circle at 74% 22%, rgba(255,90,31,0.12), transparent 34%),
    #fff;
}

.creator-media img {
  object-fit: contain;
}

@media (max-width: 1180px) {
  .hero-section {
    background:
      radial-gradient(circle at 82% 18%, rgba(255, 90, 31, 0.12), transparent 28%),
      linear-gradient(180deg, #fff 0%, #fbfaf7 55%, #eef5ef 100%);
  }

  .hero-stage {
    min-height: 520px;
  }

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

  .choice-dock a:last-child {
    grid-column: 1 / -1;
  }

  .signature-system {
    grid-template-columns: 1fr;
  }

  .signature-copy {
    min-height: 300px;
  }

  .evidence-story {
    grid-template-columns: 1fr;
  }

  .evidence-image {
    max-width: 520px;
    margin-inline: auto;
  }

  .evidence-image img {
    max-height: 430px;
  }
}

@media (max-width: 780px) {
  .hero-stage {
    min-height: 410px;
  }

  .hero-bottle {
    right: -12%;
    top: 8%;
    width: 80%;
  }

  .hero-box {
    left: -5%;
    bottom: 12%;
    width: 64%;
  }

  .hero-wax {
    right: 2%;
    bottom: 12%;
    width: 25%;
  }

  .hero-card {
    left: 12px;
    right: auto;
    top: 12px;
    max-width: 196px;
  }

  .evidence-image img {
    max-height: 360px;
  }

  .store-card img {
    height: 160px;
  }

  .choice-dock {
    grid-template-columns: 1fr;
  }

  .choice-dock a,
  .choice-dock a:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 22px;
  }

  .choice-dock strong {
    margin-top: 24px;
  }

  .signature-system {
    padding: 24px;
  }

  .signature-copy {
    min-height: 0;
    padding: 24px;
  }

  .signature-grid,
  .editorial-proof-row {
    grid-template-columns: 1fr;
  }

  .signature-grid article {
    min-height: 0;
    padding: 22px;
  }

  .signature-grid strong {
    margin-top: 26px;
  }
}

/* 2026-06-27 polish pass: mobile legibility, proof hierarchy and cleaner brand density. */
.hero-section {
  isolation: isolate;
}

.hero-copy {
  max-width: 880px;
}

.hero-lede {
  max-width: 650px;
}

.hero-actions .button {
  min-width: 190px;
}

.brand-image-section {
  align-items: start;
}

.brand-proof-panel {
  align-items: stretch;
}

.proof-visual-card {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
}

.validation-card,
.scale-card,
.business-grid article,
.authorization-steps article,
.inquiry-form {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.validation-card:hover,
.scale-card:hover,
.business-grid article:hover,
.authorization-steps article:hover {
  transform: translateY(-2px);
}

.validation-card.highlight {
  box-shadow: 0 24px 70px rgba(255,90,31,0.18);
}

.scale-card.emphasis {
  box-shadow: 0 24px 70px rgba(16, 30, 28, 0.18);
}

@media (max-width: 780px) {
  body {
    min-width: 0;
  }

  .site-header {
    overflow: visible;
  }

  .brand-mark {
    min-width: 0;
  }

  .hero-section {
    display: block;
    padding: 38px 24px 48px;
    overflow: hidden;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(46px, 14.6vw, 58px);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.02;
  }

  .hero-lede {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.35;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button,
  .inquiry-form .button {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    text-align: center;
  }

  .icon-proof {
    gap: 8px;
    margin-top: 22px;
  }

  .icon-proof span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .hero-proof {
    margin-top: 24px;
    box-shadow: none;
  }

  .hero-proof div {
    padding: 15px;
  }

  .hero-stage {
    min-height: 0;
    margin-top: 26px;
  }

  .hero-editorial-frame {
    height: 410px;
  }

  .hero-editorial-frame img {
    object-position: 68% center;
  }

  .hero-editorial-frame figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .platform-rail,
  .market-strip,
  .editorial-system,
  .brand-image-section,
  .section,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-image-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .proof-scale-mark {
    min-height: 250px;
    padding: 28px;
  }

  .proof-scale-mark strong {
    font-size: clamp(56px, 18vw, 76px);
  }

  .proof-visual-copy {
    padding: 20px;
  }

  .proof-visual-copy strong {
    font-size: 27px;
  }

  .proof-metric-row {
    grid-template-columns: 1fr;
  }

  .validation-card,
  .scale-card {
    padding: 22px;
  }

  .validation-card:not(.highlight) strong,
  .scale-card strong {
    font-size: 34px;
  }
}

/* 2026-06-26 image system: fixed professional artwork ratios across devices. */
.hero-stage {
  min-height: auto;
}

.hero-editorial-frame {
  height: clamp(520px, 68vh, 650px);
}

.editorial-gallery .gallery-main img {
  object-fit: contain;
  object-position: 50% center;
  background: #f8f6f1;
}

.editorial-gallery figure:not(.gallery-main) img {
  object-position: center;
}

@media (max-width: 1180px) {
  .hero-editorial-frame {
    height: min(560px, 62vh);
  }

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

  .detail-card.feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .detail-card.feature img {
    min-height: 520px;
  }
}

@media (max-width: 780px) {
  .hero-section {
    min-height: auto;
  }

  .hero-editorial-frame {
    height: 430px;
  }

  .hero-editorial-frame img {
    object-position: 72% center;
  }

  .hero-editorial-frame figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .editorial-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .editorial-gallery .gallery-main {
    grid-row: auto;
  }

  .editorial-gallery figure,
  .editorial-gallery .gallery-main {
    min-height: 360px;
  }

  .finder-visual img {
    aspect-ratio: 4 / 3;
    object-position: 42% center;
  }

  .detail-grid,
  .detail-card.feature {
    grid-template-columns: 1fr;
  }

  .detail-card.feature img {
    min-height: 0;
    height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-card {
    min-height: auto;
  }

  .routine-shot img {
    aspect-ratio: 4 / 3;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
.section {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 860px;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 94px;
  padding: 7px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(222, 219, 212, 0.9);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.brand-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #101010, #2b211c);
  color: var(--orange);
  font-size: 22px;
  font-weight: 950;
}

.brand-logo {
  display: block;
  width: 156px;
  height: 80px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(38, 27, 20, 0.08);
}

.brand-name strong,
.brand-name small {
  display: block;
  line-height: 1.05;
}

.brand-name strong {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.brand-name small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  color: #343434;
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--orange-dark);
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--black);
  border-radius: var(--radius);
}

.nav-cta:hover {
  background: var(--black);
  color: #fff !important;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: calc(100vh - 76px);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
  padding: clamp(42px, 6vw, 88px) clamp(20px, 5vw, 76px) clamp(42px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 50%, rgba(245,248,244,0.88) 50%, rgba(245,248,244,0.82) 100%),
    radial-gradient(circle at 78% 22%, rgba(255,90,31,0.13), transparent 34%),
    url("/assets/optimized/augeas-500ml-angle.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lede {
  max-width: 690px;
  color: #33383b;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.28;
}

.icon-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.icon-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(17,17,17,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #302b27;
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.icon-proof span::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 99px;
  background: var(--orange);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--orange);
  color: #fff;
}

.button.primary:hover {
  background: var(--orange-dark);
}

.button.secondary {
  border-color: var(--black);
  color: var(--black);
  background: #fff;
}

.button.secondary:hover {
  background: var(--black);
  color: #fff;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 850px;
  margin-top: clamp(28px, 4vw, 44px);
  background: rgba(17,17,17,0.16);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0,0,0,0.07);
}

.hero-proof div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 14px;
}

.hero-proof span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.hero-stage {
  position: relative;
  min-height: 650px;
}

.hero-editorial-frame {
  position: relative;
  height: clamp(520px, 70vh, 650px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-editorial-frame::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-editorial-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
}

.hero-editorial-frame figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  max-width: 380px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(16px);
}

.platform-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 6vw, 84px);
  padding: 22px clamp(20px, 5vw, 76px);
  border-block: 1px solid var(--line);
  background: #fff;
}

.platform-rail span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-rail strong {
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 950;
  letter-spacing: 0;
}

.sticky-shop-bar {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(17,17,17,0.14);
  border-radius: 8px;
  background: rgba(17,17,17,0.92);
  box-shadow: 0 18px 44px rgba(0,0,0,0.24);
  backdrop-filter: blur(14px);
}

.sticky-shop-bar a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.sticky-shop-bar a:first-child {
  background: var(--orange);
}

.sticky-shop-bar a + a {
  border-left: 1px solid rgba(255,255,255,0.14);
}

.quick-buy-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,90,31,0.1), transparent 30%),
    linear-gradient(180deg, #fff, #f8f6f1);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-buy-copy {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
}

.quick-buy-copy span,
.quick-buy-card span {
  color: #ffb08e;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-buy-copy h2 {
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.4vw, 5.2rem);
  line-height: 0.95;
}

.quick-buy-copy p {
  margin: 22px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 1.02rem;
  line-height: 1.65;
}

.quick-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quick-buy-card {
  display: grid;
  grid-template-rows: 180px auto auto 1fr;
  min-height: 430px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(20,20,20,0.07);
  transition: transform 160ms ease, border-color 160ms ease;
}

.quick-buy-card:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
}

.quick-buy-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 6px;
  background: #fbfaf7;
}

.quick-buy-card span {
  margin-top: 18px;
  color: var(--orange-dark);
}

.quick-buy-card strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1;
}

.quick-buy-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.quick-buy-dark {
  background: linear-gradient(180deg, #171411, #211a17);
}

.quick-buy-dark strong {
  color: #fff;
}

.quick-buy-dark p {
  color: rgba(255,255,255,0.68);
}

.quick-buy-dark img {
  background: #0f0f0f;
}

.choice-dock {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #171411;
  border-bottom: 1px solid var(--line);
}

.choice-dock a {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,246,241,0.98));
  color: var(--ink);
  transition: transform 180ms ease, background 180ms ease;
}

.choice-dock a:hover {
  transform: translateY(-2px);
  background: #fff;
}

.choice-dock span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
}

.choice-dock strong {
  display: block;
  margin-top: clamp(32px, 5vw, 56px);
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1;
}

.choice-dock p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.signature-system {
  display: grid;
  grid-template-columns: minmax(340px, 0.74fr) minmax(680px, 1.26fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
  padding: clamp(52px, 6vw, 86px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(135deg, #15110f 0%, #173f38 54%, #241712 100%);
  color: #fff;
}

.signature-copy {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
}

.signature-copy span,
.signature-grid span {
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signature-copy h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background: rgba(255,255,255,0.14);
}

.signature-grid article {
  min-height: 214px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045));
}

.signature-grid strong {
  display: block;
  max-width: 420px;
  margin-top: 42px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1;
}

.signature-grid p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(255,255,255,0.72);
}

.hero-editorial-frame strong,
.hero-editorial-frame span {
  display: block;
}

.hero-editorial-frame span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.market-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: #171411;
  color: #fff;
}

.market-strip div {
  padding: clamp(28px, 4vw, 50px) clamp(18px, 4vw, 56px);
  border-right: 1px solid rgba(255,255,255,0.16);
}

.market-strip div:last-child {
  border-right: 0;
}

.market-strip span {
  display: block;
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.market-strip strong {
  display: block;
  font-size: 22px;
}

.market-strip p {
  margin: 8px 0 0;
  color: #c6c6c6;
}

.editorial-system {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(72px, 8vw, 128px) clamp(20px, 5vw, 76px);
  background: #fff;
}

.editorial-copy {
  max-width: 620px;
}

.editorial-copy h2 {
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.editorial-copy p {
  color: var(--muted);
  font-size: 19px;
}

.editorial-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 560px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  background: rgba(17,17,17,0.09);
}

.editorial-proof-row div {
  padding: 18px;
  background: #fff;
}

.editorial-proof-row strong,
.editorial-proof-row span {
  display: block;
}

.editorial-proof-row strong {
  color: var(--green);
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1;
}

.editorial-proof-row span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 18px;
  min-height: 610px;
}

.editorial-gallery figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f4ef;
  box-shadow: 0 22px 60px rgba(20,20,20,0.09);
}

.editorial-gallery .gallery-main {
  grid-row: 1 / span 2;
}

.editorial-gallery img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #f8f6f1;
}

.editorial-gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(17,17,17,0.78);
  backdrop-filter: blur(14px);
}

.editorial-gallery strong,
.editorial-gallery span {
  display: block;
}

.editorial-gallery span {
  margin-top: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

.brand-image-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(640px, 1.36fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(70px, 8vw, 116px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(135deg, #111 0%, #19201d 46%, #241b16 100%);
  color: #fff;
}

.brand-image-copy {
  max-width: 620px;
}

.brand-image-copy .section-kicker {
  color: #ff9a70;
}

.brand-image-copy h2 {
  font-size: clamp(38px, 5.2vw, 76px);
}

.brand-image-copy p {
  color: #d4d4d4;
  font-size: 18px;
}

.brand-proof-panel {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
  gap: 16px;
}

.proof-visual-card,
.proof-claim-grid article {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}

.proof-visual-card {
  overflow: hidden;
}

.proof-scale-mark {
  display: grid;
  min-height: 430px;
  align-content: end;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255,90,31,0.2), transparent 34%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,0.16), transparent 28%),
    linear-gradient(145deg, #173f38, #0d1614 68%);
  color: #fff;
}

.proof-scale-mark span,
.proof-scale-mark em {
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-scale-mark strong {
  display: block;
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(62px, 9vw, 120px);
  line-height: 0.9;
  letter-spacing: 0;
}

.proof-visual-copy {
  padding: 24px;
  background: #0f0f0f;
  color: #fff;
}

.proof-visual-copy span,
.proof-claim-grid span {
  display: block;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-visual-copy strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.proof-visual-copy p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
}

.proof-metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
}

.proof-metric-row div {
  padding: 16px;
  background: rgba(255,255,255,0.055);
}

.proof-metric-row strong {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1;
}

.proof-metric-row span {
  margin-top: 7px;
  color: rgba(255,255,255,0.66);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.proof-claim-grid {
  display: grid;
  gap: 16px;
}

.proof-claim-grid article {
  padding: 24px;
}

.proof-claim-grid strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 22px;
}

.proof-claim-grid p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
}

.benchmark-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7faf5 48%, #fff0e8 100%);
}

.benchmark-copy {
  max-width: 620px;
}

.benchmark-copy p {
  color: var(--muted);
  font-size: 18px;
}

.benchmark-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benchmark-board article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.84));
  box-shadow: 0 18px 44px rgba(20,20,20,0.055);
}

.benchmark-board span,
.authorization-steps span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 950;
}

.benchmark-board strong {
  display: block;
  font-size: 25px;
  line-height: 1.08;
}

.benchmark-board p,
.authorization-panel p {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 76px);
  overflow: hidden;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.wide {
  max-width: 980px;
}

.section-heading p,
.product-text p,
.product-mini p,
.data-card p,
.validation-card p,
.store-panel p,
.creator-copy p,
.business-section p,
.contact-copy p,
.faq-list p {
  color: var(--muted);
}

.product-section {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 90, 31, 0.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 56%, #f7f4ef 56%, #f7f4ef 100%);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 18px;
}

.product-hero-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  min-height: 620px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 44%, rgba(255,241,231,0.92) 100%),
    linear-gradient(145deg, #173f38, #0f1513);
  box-shadow: 0 26px 70px rgba(20,20,20,0.1);
}

.product-image-frame {
  display: grid;
  min-height: 470px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 42%, rgba(255,90,31,0.16), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(247,244,239,0.84)),
    #fff;
  box-shadow:
    inset 0 0 0 1px rgba(222, 219, 212, 0.8),
    0 20px 46px rgba(20,20,20,0.08);
}

.product-image-frame img {
  width: 100%;
  height: 470px;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.product-label,
.product-mini span,
.business-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-text ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-text li {
  position: relative;
  margin-top: 11px;
  padding-left: 25px;
  color: #343b3d;
  font-weight: 650;
}

.product-text li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: "✓";
  font-weight: 950;
}

.product-proof-line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  background: rgba(17,17,17,0.08);
}

.product-proof-line div {
  min-width: 0;
  padding: 15px 13px;
  background: rgba(255,255,255,0.78);
}

.product-proof-line strong {
  display: block;
  color: var(--green);
  font-size: clamp(25px, 2.45vw, 36px);
  line-height: 1;
  white-space: nowrap;
}

.product-proof-line span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shade-dot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.shade-dot-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: #2d2925;
  font-size: 11px;
  font-weight: 850;
}

.shade-dot-row span::before {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(17,17,17,0.12);
  border-radius: 99px;
  background: var(--shade);
  content: "";
}

.product-stack {
  display: grid;
  gap: 18px;
}

.product-mini {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 16px 36px rgba(20,20,20,0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(255,90,31,0.24);
  box-shadow: 0 22px 46px rgba(20,20,20,0.1);
}

.product-mini.dark {
  background: var(--black);
  color: #fff;
}

.product-mini.dark p {
  color: #c9c9c9;
}

.product-mini img {
  width: 150px;
  height: 118px;
  padding: 10px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.product-mini.wax-proof-card img,
.product-mini.wax-texture-card img,
.product-mini.text-only img {
  padding: 0;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 48%, rgba(244, 194, 49, 0.16), transparent 58%),
    #0b120d;
}

.product-mini.wax-proof-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,90,31,0.08), transparent 34%),
    #fff;
}

.product-mini.wax-texture-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(255,90,31,0.24), transparent 30%),
    linear-gradient(145deg, #0d0d0d, #211a16);
}

.product-mini.text-only {
  grid-template-columns: 150px 1fr;
}

.product-channel-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1240px;
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
  color: #fff;
}

.product-channel-strip div {
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.product-channel-strip div:last-child {
  border-right: 0;
}

.product-channel-strip span,
.product-channel-strip strong {
  display: block;
}

.product-channel-strip span {
  color: #ff9a70;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-channel-strip strong {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.15;
}

.comparison-section {
  background: var(--soft);
}

.live-data-section {
  background: #fff;
}

.live-data-section .section-heading {
  margin-inline: auto;
  margin-bottom: 50px;
}

.live-data-section .section-heading h2 {
  font-size: clamp(44px, 7vw, 92px);
}

.evidence-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(24px, 4vw, 46px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}

.evidence-image {
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #173f38, #111);
  box-shadow: var(--shadow);
}

.evidence-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.data-card {
  min-height: 205px;
  padding: 24px;
  border: 1px solid rgba(228,221,210,0.95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,247,242,0.92));
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.045);
}

.data-card span,
.validation-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.data-card strong,
.validation-card strong {
  display: block;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.04;
}

.data-card p,
.validation-card p {
  margin: 18px 0 0;
}

.full-range-section {
  background:
    linear-gradient(180deg, #f8f6f1 0%, #ffffff 34%, #f4eee4 100%);
}

.full-range-section .section-heading {
  margin-inline: auto;
  margin-bottom: 42px;
}

.full-range-section .section-heading p {
  max-width: 900px;
}

.range-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.range-grid article {
  display: grid;
  grid-template-rows: 220px auto auto 1fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(228, 221, 210, 0.98);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.range-grid article:nth-child(1) {
  grid-column: span 2;
  grid-template-columns: minmax(260px, 0.92fr) minmax(260px, 1.08fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  min-height: 430px;
  background:
    radial-gradient(circle at 28% 42%, rgba(255,90,31,0.14), transparent 36%),
    linear-gradient(135deg, #ffffff, #fff5ee);
}

.range-grid article:nth-child(1) img {
  grid-row: 1 / span 3;
  height: 100%;
  min-height: 430px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.range-grid article:nth-child(1) h3 {
  min-height: 0;
  font-size: clamp(30px, 3.2vw, 46px);
}

.range-grid article:nth-child(3) {
  color: #fff;
  background:
    radial-gradient(circle at 22% 20%, rgba(255,90,31,0.2), transparent 34%),
    linear-gradient(145deg, #111, #1d1916);
}

.range-grid article:nth-child(3) img {
  padding: 0;
  object-fit: cover;
  border-bottom-color: rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 50%),
    #161616;
}

.range-grid article:nth-child(3) p {
  color: rgba(255,255,255,0.72);
}

.range-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(20, 20, 20, 0.11);
}

.range-grid img {
  width: 100%;
  height: 220px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  object-fit: cover;
}

.range-grid span {
  display: inline-flex;
  width: fit-content;
  margin: 20px 20px 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 90, 31, 0.26);
  border-radius: 999px;
  color: var(--orange-dark);
  background: rgba(255, 90, 31, 0.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.range-grid h3 {
  margin: 0 20px 10px;
  min-height: 52px;
}

.range-grid p {
  margin: 0 20px 24px;
  color: var(--muted);
  font-size: 15px;
}

.range-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 1240px;
  margin: 22px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 90, 31, 0.2);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, #111111, #173f38);
  box-shadow: 0 20px 44px rgba(20, 20, 20, 0.1);
}

.range-note strong {
  flex: 0 0 auto;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.range-note span {
  color: rgba(255, 255, 255, 0.78);
}

.shade-finder-section {
  background:
    linear-gradient(180deg, #111111 0%, #151210 100%);
  color: #fff;
}

.finder-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.finder-copy {
  position: sticky;
  top: 104px;
}

.finder-copy h2 {
  font-size: clamp(42px, 6vw, 84px);
}

.finder-copy p {
  color: #d2d2d2;
  font-size: 18px;
}

.finder-visual {
  position: relative;
  margin: 30px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.finder-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 45% center;
}

.finder-visual figcaption {
  padding: 13px 14px 15px;
  color: #d8d8d8;
  font-size: 13px;
}

.shade-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.shade-strip span {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  color: #f4f4f4;
  background: rgba(255,255,255,0.055);
  font-size: 13px;
  font-weight: 850;
}

.shade-strip span::before {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid rgba(255,255,255,0.38);
  border-radius: 50%;
  background: var(--shade);
  content: "";
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.finder-grid article {
  min-height: 275px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035));
  box-shadow: 0 22px 54px rgba(0,0,0,0.2);
}

.finder-grid span {
  display: block;
  margin-bottom: 26px;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finder-grid h3 {
  font-size: clamp(25px, 2.6vw, 38px);
}

.finder-grid p {
  color: #cfcfcf;
}

.finder-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.finder-grid a::after {
  margin-left: 8px;
  content: ">";
}

.product-detail-section {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 54%, #f2eee6 100%);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 0.875fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.detail-card {
  display: grid;
  align-content: start;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.detail-card.feature {
  grid-row: span 2;
  grid-template-columns: 1fr;
  gap: 0;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 90, 31, 0.08), transparent 30%),
    #fff;
}

.detail-media {
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 90, 31, 0.09), transparent 38%),
    linear-gradient(180deg, #fff, #fbfaf7);
}

.detail-card img {
  width: 100%;
  height: 250px;
  padding: 16px;
  object-fit: contain;
}

.detail-card.feature img {
  height: 360px;
  min-height: 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  padding: clamp(18px, 2.6vw, 34px);
  object-position: center;
}

.detail-media.wax-media {
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.14), transparent 38%),
    linear-gradient(145deg, #111, #1f1a16);
}

.detail-media.wax-media img {
  padding: 0;
  object-fit: cover;
}

.detail-body {
  padding: 22px;
}

.detail-card.feature .detail-body {
  padding: clamp(26px, 3vw, 42px);
}

.detail-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-card.feature span {
  margin-top: 0;
}

.detail-card p {
  color: var(--muted);
}

.detail-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  background: rgba(17,17,17,0.08);
}

.detail-stat-row div {
  padding: 16px;
  background: rgba(247,244,239,0.92);
}

.detail-stat-row strong {
  display: block;
  color: var(--green);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1;
}

.detail-stat-row span {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.detail-specs {
  display: grid;
  gap: 1px;
  margin: 20px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.detail-specs div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
}

.detail-specs dt,
.detail-specs dd {
  margin: 0;
}

.detail-specs dt {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-specs dd {
  color: #333;
  font-size: 14px;
  font-weight: 750;
}

.detail-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.detail-card li {
  position: relative;
  margin-top: 12px;
  padding-left: 22px;
  color: #343b3d;
  font-weight: 700;
}

.detail-card li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: ">";
  font-weight: 950;
}

.product-playbook {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1240px;
  margin: 22px auto 0;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #101312 0%, #173f38 100%);
  color: #fff;
  box-shadow: 0 22px 58px rgba(20,20,20,0.12);
}

.playbook-lead {
  align-self: center;
}

.playbook-lead span {
  display: block;
  margin-bottom: 14px;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.playbook-lead h3 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.02;
}

.playbook-lead p {
  color: rgba(255,255,255,0.72);
}

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

.playbook-grid article {
  min-height: 172px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
}

.playbook-grid strong {
  display: block;
  font-size: 20px;
}

.playbook-grid p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.primary-data {
  background:
    linear-gradient(135deg, #111, #173f38);
  color: #fff;
}

.primary-data p {
  color: #d1d1d1;
}

.source-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 950;
}

.source-link.light {
  color: #fff;
}

.validation-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 90, 31, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(17,17,17,0.98), rgba(15, 31, 28, 0.94));
  background-size: cover;
  background-position: center;
  color: #fff;
}

.validation-copy {
  position: sticky;
  top: 104px;
  padding-top: 16px;
}

.validation-copy .section-kicker,
.validation-card span {
  color: #ff9a70;
}

.validation-copy p,
.validation-card p {
  color: #cdcdcd;
}

.trust-center {
  display: grid;
  gap: 18px;
}

.trust-hero {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,90,31,0.2), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 26px 70px rgba(0,0,0,0.26);
}

.trust-hero > span,
.trust-hero > p,
.trust-hero > strong {
  display: block;
  margin-inline: clamp(24px, 4vw, 42px);
}

.trust-hero > span {
  margin-top: clamp(26px, 4vw, 42px);
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-hero > strong {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(72px, 10vw, 138px);
  line-height: 0.88;
}

.trust-hero > p {
  max-width: 620px;
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
}

.trust-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(26px, 4vw, 42px);
  background: rgba(255,255,255,0.12);
}

.trust-hero-metrics div {
  padding: 20px clamp(20px, 3vw, 34px);
  background: rgba(0,0,0,0.18);
}

.trust-hero-metrics strong,
.trust-hero-metrics span {
  display: block;
}

.trust-hero-metrics strong {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.trust-hero-metrics span {
  margin-top: 7px;
  color: rgba(255,255,255,0.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-pillars article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(12px);
}

.trust-pillars span,
.trust-pillars strong {
  display: block;
}

.trust-pillars span {
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-pillars strong {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.04;
}

.trust-pillars p {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.7);
}

.validation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 10px;
}

.validation-card {
  min-height: 214px;
  padding: 25px 25px 23px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(12px);
}

.validation-card:not(.highlight) strong {
  font-size: clamp(28px, 3vw, 44px);
}

.validation-card.highlight {
  background:
    linear-gradient(135deg, rgba(255,90,31,0.92), rgba(191,141,50,0.78)),
    var(--orange);
}

.validation-card.highlight span,
.validation-card.highlight p {
  color: #fff4ef;
}

.validation-card.highlight strong {
  color: #fff;
}

.proof-snapshot-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 90, 31, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(17,17,17,0.98), rgba(15, 31, 28, 0.94));
  color: #fff;
}

.proof-snapshot-copy {
  display: grid;
  align-content: center;
  max-width: 620px;
}

.proof-snapshot-copy .section-kicker {
  color: #ff9a70;
}

.proof-snapshot-copy h2 {
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.98;
}

.proof-snapshot-copy p {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
}

.proof-snapshot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.proof-snapshot-board {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.05fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 26px 70px rgba(0,0,0,0.26);
}

.proof-snapshot-hero,
.proof-snapshot-grid article {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
}

.proof-snapshot-hero {
  display: grid;
  align-content: end;
  min-height: 480px;
  padding: clamp(24px, 4vw, 44px);
}

.proof-snapshot-hero span,
.proof-snapshot-grid span {
  display: block;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-snapshot-hero strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(86px, 13vw, 170px);
  line-height: 0.82;
}

.proof-snapshot-hero p {
  max-width: 440px;
  margin: 20px 0 0;
  color: rgba(255,255,255,0.7);
}

.proof-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.proof-snapshot-grid article {
  display: grid;
  align-content: end;
  min-height: 239px;
  padding: clamp(22px, 3vw, 34px);
}

.proof-snapshot-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.96;
}

.proof-snapshot-grid span {
  margin-top: 14px;
  color: rgba(255,255,255,0.66);
}

.brand-scale-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
}

.scale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.scale-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20,20,20,0.055);
}

.scale-card.emphasis {
  background:
    linear-gradient(135deg, #111 0%, #193d36 100%);
  color: #fff;
}

.scale-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scale-card.emphasis span {
  color: #ff9a70;
}

.scale-card strong {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.scale-card p {
  color: var(--muted);
}

.scale-card.emphasis p {
  color: #d4d4d4;
}

.recovery-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1240px;
  margin: 18px auto 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 90, 31, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 241, 0.96)),
    linear-gradient(90deg, rgba(255, 90, 31, 0.08) 0 1px, transparent 1px 100%);
  box-shadow: 0 20px 52px rgba(20,20,20,0.075);
}

.recovery-lead {
  align-self: center;
}

.recovery-lead span,
.recovery-flow article span {
  display: block;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recovery-lead span {
  margin-bottom: 14px;
}

.recovery-lead h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.recovery-lead p {
  color: var(--muted);
}

.recovery-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.recovery-flow article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.8);
}

.recovery-flow article span {
  margin-bottom: 18px;
}

.recovery-flow article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.15;
}

.recovery-flow article p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.rollup-ledger {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1240px;
  margin: 18px auto 0;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #123830 0%, #101312 100%);
  color: #fff;
  box-shadow: 0 22px 58px rgba(20,20,20,0.12);
}

.ledger-lead span {
  display: block;
  margin-bottom: 14px;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-lead h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
}

.ledger-lead p {
  color: rgba(255,255,255,0.72);
}

.ledger-table {
  display: grid;
  align-content: start;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  overflow: hidden;
}

.ledger-row {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.8fr 0.9fr;
  align-items: center;
  min-height: 64px;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.045);
}

.ledger-row:first-child {
  border-top: 0;
}

.ledger-row > * {
  padding: 16px 18px;
}

.ledger-head {
  min-height: 48px;
  background: rgba(0,0,0,0.22);
}

.ledger-head span {
  color: #ff9a70;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-row strong {
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
}

.ledger-row span {
  color: rgba(255,255,255,0.84);
}

.ledger-row em {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.data-method-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1240px;
  margin: 22px auto 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(23, 63, 56, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(247,244,239,0.94)),
    linear-gradient(90deg, rgba(23,63,56,0.08) 0 1px, transparent 1px 100%);
  box-shadow: 0 18px 48px rgba(20,20,20,0.06);
}

.method-lead span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-lead h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.method-lead p {
  color: var(--muted);
}

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

.method-grid article {
  min-height: 166px;
  padding: 20px;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}

.method-grid strong {
  display: block;
  margin-bottom: 9px;
  font-size: 17px;
}

.method-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.certificate-section {
  background: #fff;
}

.certificate-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(28px, 6vw, 78px);
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f7fbf8 0%, #fff 55%, #fff0e8 100%);
}

.certificate-copy {
  align-self: center;
  color: var(--muted);
  font-size: 18px;
}

.certificate-copy p:last-child {
  margin-bottom: 0;
}

.proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 18px;
}

.proof-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(17,17,17,0.12);
  border-radius: 6px;
  background: rgba(255,90,31,0.08);
  color: var(--black);
  font-size: 13px;
  font-weight: 900;
}

.proof-note {
  color: #656565;
}

.comparison-table {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr 1fr;
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-row > div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.table-row > div:last-child {
  border-right: 0;
}

.table-head {
  background: var(--black);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.use-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 6vw, 82px);
  padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(17,17,17,0.95), rgba(17,71,67,0.95)),
    #111;
  color: #fff;
}

.use-copy p,
.steps p {
  color: #d8dfdc;
}

.safety-note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.routine-shot {
  grid-column: 1 / -1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.routine-shot img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.steps article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.steps span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
}

.store-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(480px, 1.26fr);
  gap: 28px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,90,31,0.12), transparent 32%),
    linear-gradient(135deg, #111 0%, #171411 58%, #173f38 100%);
  color: #fff;
}

.store-panel {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.store-panel p {
  color: #d9e8e4;
}

.store-section .section-kicker {
  color: #ffb08e;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 420px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  overflow: hidden;
}

.store-card:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
  background: #fff;
}

.store-card span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-card strong {
  display: block;
  margin-top: 24px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.05;
}

.store-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.store-card em {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--orange-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.store-card img {
  width: calc(100% + 48px);
  height: 165px;
  margin: 24px -24px -24px;
  object-fit: cover;
}

.creator-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 16% 18%, rgba(255,90,31,0.1), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f8f1ea 48%, #edf5ef 100%);
}

.creator-media {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.creator-media::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 0;
  width: 38%;
  height: 42%;
  border-radius: 8px;
  background: var(--orange);
  content: "";
}

.creator-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.creator-media-card {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #111, #173f38);
}

.creator-media-card span,
.creator-media-card strong {
  display: block;
}

.creator-media-card span {
  color: #ff9a70;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.creator-media-card strong {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
}

.creator-media-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.72);
}

.creator-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.creator-proof-strip div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20,20,20,0.055);
}

.creator-proof-strip strong,
.creator-proof-strip span {
  display: block;
}

.creator-proof-strip strong {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}

.creator-proof-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.creator-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.creator-program-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 14px 34px rgba(20,20,20,0.055);
}

.creator-program-grid span,
.creator-program-grid strong {
  display: block;
}

.creator-program-grid span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.creator-program-grid strong {
  margin-top: 18px;
  font-size: 23px;
  line-height: 1.08;
}

.creator-program-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.creator-standard-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(300px, 1.22fr);
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(23, 63, 56, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,244,239,0.94));
}

.creator-standard-panel span,
.creator-standard-panel strong {
  display: block;
}

.creator-standard-panel span {
  margin-bottom: 10px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-standard-panel strong {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

.creator-standard-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-standard-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.creator-standard-panel li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: ">";
  font-weight: 950;
}

.creator-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.creator-points div {
  padding: 18px;
  border-left: 4px solid var(--orange);
  background: #fff;
}

.creator-points strong,
.creator-points span {
  display: block;
}

.creator-points span {
  margin-top: 5px;
  color: var(--muted);
}

.creator-timeline {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17,17,17,0.1);
}

.creator-timeline article {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: start;
}

.creator-timeline span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-timeline p {
  margin: 0;
  font-size: 14px;
}

.business-section {
  background: var(--black);
  color: #fff;
}

.business-section .section-kicker,
.business-grid span {
  color: #ff9a70;
}

.business-section .section-heading p,
.business-section p {
  color: #cacaca;
}

.business-overview {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.14);
}

.business-overview div {
  min-height: 190px;
  padding: 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255,90,31,0.12), transparent 30%),
    rgba(255,255,255,0.06);
}

.business-overview span,
.business-overview strong {
  display: block;
}

.business-overview span {
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-overview strong {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
}

.business-overview p {
  margin: 14px 0 0;
}

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

.business-grid article {
  min-height: 340px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
}

.business-grid h3 {
  font-size: 24px;
}

.business-grid ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.business-grid li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
}

.business-grid li::before {
  position: absolute;
  left: 0;
  color: #ff9a70;
  content: ">";
  font-weight: 950;
}

.partner-fit-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(660px, 1.26fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1240px;
  margin: 18px auto 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255,90,31,0.12), transparent 28%),
    rgba(255,255,255,0.045);
}

.partner-fit-copy {
  align-self: center;
}

.partner-fit-copy span {
  display: block;
  margin-bottom: 14px;
  color: #ff9a70;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-fit-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.partner-fit-copy p {
  color: rgba(255,255,255,0.72);
}

.partner-fit-table {
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
}

.partner-fit-row {
  display: grid;
  grid-template-columns: 0.78fr 1.08fr 1.14fr;
  min-height: 72px;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
}

.partner-fit-row:first-child {
  border-top: 0;
}

.partner-fit-row > * {
  display: grid;
  align-items: center;
  padding: 16px 18px;
}

.partner-fit-head {
  min-height: 48px;
  background: rgba(0,0,0,0.28);
}

.partner-fit-head span {
  color: #ff9a70;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-fit-row strong {
  color: #fff;
  font-size: 18px;
}

.partner-fit-row span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  font-weight: 760;
}

.authorization-section {
  background:
    linear-gradient(180deg, #111 0%, #111 45%, #fff 45%, #fff 100%);
}

.authorization-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(30px, 5vw, 72px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(20,20,20,0.16);
}

.authorization-copy {
  align-self: center;
}

.authorization-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.authorization-steps article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.authorization-steps article:first-child {
  background:
    linear-gradient(135deg, #173f38, #111);
  color: #fff;
}

.authorization-steps article:first-child p {
  color: #d7dfdc;
}

.authorization-steps article:first-child span {
  color: #ff9a70;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  background: #fff;
}

.contact-box {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.contact-box strong,
.contact-box span {
  display: block;
}

.contact-box span {
  color: var(--orange-dark);
  font-weight: 900;
}

.contact-box a {
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration-color: rgba(183, 64, 16, 0.34);
  text-underline-offset: 3px;
}

.contact-box a:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.contact-route-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-route-list article {
  display: grid;
  grid-template-columns: minmax(110px, 0.36fr) minmax(0, 0.64fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-route-list strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.15;
}

.contact-route-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.45;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  align-content: start;
  scroll-margin-top: 92px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20,20,20,0.07);
}

.inquiry-form.is-targeted {
  border-color: rgba(255, 90, 31, 0.58);
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.12), 0 22px 54px rgba(20,20,20,0.1);
}

.inquiry-form h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

label {
  display: grid;
  gap: 7px;
  color: #343434;
  font-size: 13px;
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--orange);
  outline: 3px solid rgba(255, 90, 31, 0.14);
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.form-note {
  min-height: 34px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: #5f5a55;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.form-note.is-error {
  border-color: rgba(190, 49, 16, 0.42);
  background: rgba(190, 49, 16, 0.08);
  color: #8a270e;
}

.form-note.is-ready {
  border-color: rgba(33, 110, 83, 0.32);
  background: rgba(33, 110, 83, 0.08);
  color: #164f3b;
}

.faq-section {
  background: var(--soft);
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

details {
  border-top: 1px solid var(--line);
}

details:first-child {
  border-top: 0;
}

summary {
  cursor: pointer;
  padding: 22px;
  font-size: 18px;
  font-weight: 900;
}

details p {
  padding: 0 22px 22px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(20px, 5vw, 76px);
  background: #101010;
  color: #fff;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  margin-top: 7px;
  color: #b9b9b9;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: #ff9a70;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    border: 0;
    border-radius: 0;
  }

  .hero-section,
  .editorial-system,
  .brand-image-section,
  .benchmark-section,
  .product-layout,
  .evidence-story,
  .finder-shell,
  .data-method-panel,
  .use-section,
  .store-section,
	  .creator-section,
	  .validation-section,
	  .proof-snapshot-section,
	  .proof-snapshot-board,
	  .certificate-panel,
	  .authorization-panel,
	  .contact-section {
	    grid-template-columns: 1fr;
	  }

  .hero-section {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 54%, rgba(240,242,238,0.9) 54%, rgba(240,242,238,0.9) 100%),
      url("/assets/optimized/augeas-500ml-angle.webp");
    background-size: cover;
    background-position: center;
  }

  .hero-stage {
    min-height: 600px;
  }

  .product-hero-card {
    min-height: auto;
  }

  .editorial-gallery {
    min-height: 520px;
  }

  .brand-proof-panel {
    grid-template-columns: 1fr;
  }

  .proof-scale-mark {
    min-height: 300px;
  }

  .finder-copy {
    position: static;
  }

	  .store-grid,
	  .benchmark-board,
	  .scale-grid,
	  .proof-snapshot-grid,
	  .recovery-panel,
  .product-playbook,
  .rollup-ledger,
  .method-grid,
  .data-grid,
  .range-grid,
  .authorization-steps,
  .business-overview,
  .business-grid,
  .partner-fit-panel,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

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

  .evidence-image img {
    min-height: 380px;
  }

	  .validation-copy {
	    position: static;
	  }

	  .proof-snapshot-hero {
	    min-height: 320px;
	  }

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

@media (max-width: 780px) {
  .site-header {
    min-height: 78px;
    padding: 9px 16px;
  }

  .brand-mark {
    min-width: 196px;
  }

  .brand-logo {
    width: 124px;
    height: 64px;
  }

  .brand-name small {
    display: none;
  }

  .main-nav {
    inset: 68px 12px auto;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-proof,
  .platform-rail,
  .market-strip,
  .editorial-gallery,
  .brand-proof-panel,
  .recovery-panel,
  .recovery-flow,
  .product-playbook,
  .playbook-grid,
  .creator-standard-panel,
  .method-grid,
  .rollup-ledger,
  .creator-proof-strip,
  .data-grid,
  .range-grid,
  .scale-grid,
  .partner-fit-panel,
  .partner-fit-row,
  .detail-grid,
  .finder-grid,
  .shade-strip,
  .validation-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .editorial-gallery {
    grid-template-rows: none;
    min-height: 0;
  }

  .editorial-gallery .gallery-main {
    grid-row: auto;
  }

  .editorial-gallery figure {
    min-height: 360px;
  }

  .range-grid article {
    grid-template-rows: 210px auto auto 1fr;
    min-height: auto;
  }

  .range-grid img {
    height: 210px;
    object-fit: contain;
    background: #fff;
  }

  .detail-card,
  .detail-card.feature {
    grid-row: auto;
    min-height: auto;
  }

  .detail-card img,
  .detail-card.feature img {
    height: 230px;
  }

  .range-grid h3 {
    min-height: 0;
  }

  .range-note {
    display: grid;
  }

  .platform-rail {
    display: grid;
    justify-items: start;
    gap: 12px;
  }

  .market-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.16);
  }

  .market-strip div:last-child {
    border-bottom: 0;
  }

  .hero-stage {
    min-height: 460px;
  }

  .hero-bottle {
    right: -8%;
    width: 83%;
  }

  .hero-box {
    width: 72%;
  }

  .hero-card {
    left: 2%;
    top: 4%;
    max-width: 210px;
  }

  .hero-wax {
    width: 34%;
    border-width: 7px;
  }

  .product-hero-card,
  .product-mini {
    grid-template-columns: 1fr;
  }

  .data-card,
  .validation-card {
    min-height: auto;
  }

  .creator-timeline article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-image-frame {
    min-height: 330px;
  }

  .product-mini img {
    width: 100%;
    height: 190px;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row > div {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .table-row > div:first-child {
    border-top: 0;
  }

  .table-head {
    display: none;
  }

  .partner-fit-head {
    display: none;
  }

  .partner-fit-row {
    gap: 0;
    min-height: 0;
    padding: 16px;
  }

  .partner-fit-row > * {
    padding: 4px 0;
  }

  .partner-fit-row strong {
    font-size: 20px;
  }

  .site-footer {
    display: grid;
  }
}

/* Final visual repair: keep low-quality live photos as evidence, not hero artwork. */
.hero-section {
  min-height: min(860px, calc(100vh - 76px));
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 90, 31, 0.13), transparent 28%),
    radial-gradient(circle at 58% 78%, rgba(23, 63, 56, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 48%, #eef5ef 100%);
}

.hero-stage {
  min-height: 610px;
  isolation: isolate;
}

.hero-backdrop {
  inset: 9% 2% 8% 8%;
  border: 1px solid rgba(23, 63, 56, 0.1);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(245,248,244,0.94)),
    repeating-linear-gradient(90deg, rgba(23,63,56,0.06) 0 1px, transparent 1px 86px);
  box-shadow: 0 28px 70px rgba(15, 28, 24, 0.1);
}

.hero-backdrop::before {
  inset: 22px;
  border-color: rgba(23, 63, 56, 0.08);
}

.hero-backdrop::after {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 90, 31, 0.09);
  content: "";
}

.hero-bottle {
  right: -4%;
  top: 3%;
  z-index: 3;
  width: min(72%, 500px);
}

.hero-box {
  left: 0;
  bottom: 9%;
  z-index: 2;
  width: min(58%, 410px);
  border-radius: 8px;
}

.hero-wax {
  right: 4%;
  bottom: 8%;
  z-index: 4;
  width: min(28%, 170px);
  border: 8px solid #fff;
}

.hero-card {
  left: auto;
  right: 4%;
  top: 10%;
  z-index: 5;
  max-width: 245px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.live-data-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 44%, #f8f6f1 44%, #f8f6f1 100%);
}

.evidence-story {
  grid-template-columns: minmax(280px, 0.62fr) minmax(620px, 1.38fr);
  align-items: start;
}

.evidence-image {
  min-height: auto;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.08);
}

.evidence-image img {
  min-height: 0;
  height: auto;
  max-height: 460px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

.store-card {
  min-height: 360px;
  background:
    linear-gradient(180deg, #fff, #fbfaf7);
}

.store-card img {
  height: 168px;
  padding: 16px;
  background: #fff;
  object-fit: contain;
}

.creator-media {
  background:
    radial-gradient(circle at 74% 22%, rgba(255,90,31,0.12), transparent 34%),
    #fff;
}

.creator-media img {
  object-fit: contain;
}

@media (max-width: 1180px) {
  .hero-section {
    background:
      radial-gradient(circle at 82% 18%, rgba(255, 90, 31, 0.12), transparent 28%),
      linear-gradient(180deg, #fff 0%, #fbfaf7 55%, #eef5ef 100%);
  }

  .hero-stage {
    min-height: 520px;
  }

  .evidence-story {
    grid-template-columns: 1fr;
  }

  .evidence-image {
    max-width: 520px;
    margin-inline: auto;
  }

  .evidence-image img {
    max-height: 430px;
  }
}

@media (max-width: 780px) {
  .hero-stage {
    min-height: 410px;
  }

  .hero-bottle {
    right: -12%;
    top: 8%;
    width: 80%;
  }

  .hero-box {
    left: -5%;
    bottom: 12%;
    width: 64%;
  }

  .hero-wax {
    right: 2%;
    bottom: 12%;
    width: 25%;
  }

  .hero-card {
    left: 12px;
    right: auto;
    top: 12px;
    max-width: 196px;
  }

  .evidence-image img {
    max-height: 360px;
  }

  .store-card img {
    height: 160px;
  }
}

/* Final mobile guard: product detail cards must not collapse into narrow columns. */
@media (max-width: 780px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .detail-card.feature {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .detail-card img,
  .detail-card.feature img {
    height: 230px;
    min-height: 0;
  }

  .detail-body,
  .detail-card.feature .detail-body {
    padding: 20px;
  }

  .detail-stat-row,
  .detail-specs div {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-27 final mobile override: prevent horizontal clipping from older rules. */
@media (max-width: 780px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .hero-section,
  .platform-rail,
  .market-strip,
  .editorial-system,
  .brand-image-section,
  .section,
  .site-footer {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section {
    display: block;
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 48px;
  }

  .hero-copy,
  .hero-lede,
  .hero-proof,
  .hero-actions,
  .icon-proof {
    width: min(100%, 342px);
    max-width: 342px;
    min-width: 0;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(44px, 14vw, 56px);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.02;
  }

  .hero-lede {
    font-size: 20px;
    line-height: 1.36;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .button,
  .inquiry-form .button {
    width: 100%;
    min-width: 0;
  }

  .contact-route-list article {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .brand-proof-panel,
  .proof-metric-row,
  .product-proof-line,
  .product-channel-strip,
  .trust-hero-metrics,
  .trust-pillars,
  .creator-program-grid,
  .business-overview,
  .validation-grid,
  .scale-grid,
  .rollup-ledger {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .proof-claim-grid article,
  .validation-card,
  .scale-card {
    min-width: 0;
  }

  .ledger-table {
    border-radius: 8px;
  }

  .ledger-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 0;
  }

  .ledger-head {
    display: none;
  }

  .ledger-row > * {
    padding: 4px 18px;
  }

  .hero-stage {
    min-height: 0;
    margin-top: 26px;
  }

  .hero-editorial-frame {
    width: min(100%, 342px);
    height: 410px;
  }

  .trust-hero > strong {
    font-size: clamp(58px, 18vw, 78px);
  }

  .trust-pillars article {
    min-height: 0;
  }

  .product-layout,
  .product-hero-card,
  .product-mini,
  .product-mini.text-only {
    grid-template-columns: 1fr;
  }

  .product-hero-card {
    min-height: 0;
    padding: 22px;
  }

  .product-image-frame {
    min-height: 320px;
  }

  .product-image-frame img {
    height: 320px;
  }

  .product-mini img {
    width: 100%;
    height: 180px;
  }

  .product-channel-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .product-channel-strip div:last-child {
    border-bottom: 0;
  }

  .range-grid article:nth-child(1) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto auto 1fr;
    min-height: 430px;
  }

  .range-grid article:nth-child(1) img {
    grid-row: auto;
    height: 220px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* 2026-06-28 product page matrix. */
.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(72px, 9vw, 128px) clamp(20px, 6vw, 96px) clamp(44px, 7vw, 88px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 90, 31, 0.11), transparent 29%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 54%, #eef5ef 100%);
}

.detail-hero-dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 90, 31, 0.2), transparent 31%),
    radial-gradient(circle at 26% 82%, rgba(191, 141, 50, 0.15), transparent 28%),
    linear-gradient(135deg, #111 0%, #1c1815 56%, #173f38 100%);
  color: #fff;
}

.dye-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 174, 62, 0.18), transparent 31%),
    radial-gradient(circle at 22% 80%, rgba(0, 77, 58, 0.34), transparent 34%),
    linear-gradient(135deg, #07100d 0%, #172018 54%, #173f38 100%);
}

.creator-hero,
.wholesale-hero {
  min-height: 720px;
  background:
    linear-gradient(135deg, #fff 0%, #faf7f1 50%, #eef5ef 100%);
}

.proof-detail-hero {
  min-height: 690px;
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(50px, 6vw, 76px);
}

.detail-copy {
  max-width: 760px;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-hero-dark .breadcrumb {
  color: #ffb08e;
}

.detail-copy h1 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: clamp(3.2rem, 8vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.detail-copy p {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.48rem);
  line-height: 1.55;
}

.detail-hero-dark .detail-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.detail-hero-dark .detail-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.detail-hero-dark .detail-actions .button.secondary:hover {
  border-color: rgba(255, 176, 142, 0.75);
  background: rgba(255, 90, 31, 0.16);
}

.detail-product-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 560px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,255,255,0.95), transparent 40%),
    linear-gradient(180deg, #fff, #f6f1e9);
  box-shadow: var(--shadow);
}

.detail-product-frame img {
  display: block;
  width: 100%;
  height: 560px;
  padding: clamp(18px, 4vw, 44px);
  object-fit: contain;
}

.detail-product-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
}

.detail-route-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #171411;
  border-block: 1px solid rgba(17, 17, 17, 0.14);
}

.detail-route-rail article {
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,246,241,0.98));
}

.detail-route-rail span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17,17,17,0.15);
  border-radius: 50%;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
}

.detail-route-rail strong {
  display: block;
  margin-top: clamp(34px, 5vw, 58px);
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1;
}

.detail-route-rail p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.wax-route-rail {
  background: rgba(255,255,255,0.14);
}

.wax-route-rail article {
  background:
    linear-gradient(145deg, rgba(17,17,17,0.96), rgba(35,27,22,0.96));
}

.wax-route-rail span {
  border-color: rgba(255,255,255,0.18);
  color: #ffb08e;
}

.wax-route-rail strong {
  color: #fff;
}

.wax-route-rail p {
  color: rgba(255,255,255,0.68);
}

.wax-frame {
  width: 100%;
  height: auto;
  border-color: rgba(255,255,255,0.18);
  min-height: 0;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.12), transparent 38%),
    linear-gradient(180deg, #27221e, #0f0f0f);
}

.dye-frame {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-color: rgba(255,255,255,0.18);
  background:
    radial-gradient(circle at 54% 18%, rgba(255,255,255,0.12), transparent 38%),
    linear-gradient(180deg, #122018, #07100d);
}

.dye-frame img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.dye-frame figcaption {
  display: none;
}

.wax-frame img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.wax-frame figcaption {
  display: none;
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-band-copy h2,
.detail-proof h2,
.detail-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.detail-band-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.detail-metrics article,
.detail-grid article,
.detail-proof,
.creator-route-panel,
.texture-proof {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.detail-metrics article {
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
}

.detail-metrics strong {
  display: block;
  color: var(--orange-dark);
  font-size: clamp(1.7rem, 2.35vw, 2.55rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.detail-metrics span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.55;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #f8f6f1;
}

.detail-grid article {
  min-height: 290px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.detail-grid h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
}

.detail-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.detail-proof {
  margin: clamp(22px, 5vw, 64px) clamp(20px, 6vw, 96px) clamp(70px, 8vw, 112px);
  padding: clamp(24px, 4vw, 46px);
  background: #111;
  color: #fff;
}

.detail-proof h2 {
  color: #fff;
}

.detail-proof ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 28px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.texture-proof {
  overflow: hidden;
  margin: 0;
  background: #07100d;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,0,0,0.18);
}

.texture-proof img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #07100d;
  object-fit: cover;
}

.texture-proof figcaption {
  display: none;
}

.creator-route-panel {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 46px);
  background: #111;
  color: #fff;
  box-shadow: var(--shadow);
}

.creator-route-panel strong {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.creator-route-panel span {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  color: rgba(255,255,255,0.78);
  font-weight: 800;
}

.business-panel {
  background: var(--green);
}

.shade-guide-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background:
    linear-gradient(180deg, #fff 0%, #fff 48%, #f8f6f1 48%, #f8f6f1 100%);
}

.shade-guide-section .detail-band-copy {
  max-width: 860px;
}

.shade-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(26px, 4vw, 48px);
}

.shade-guide-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.shade-dot {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(17,17,17,0.16), 0 12px 26px rgba(17,17,17,0.18);
}

.shade-black {
  background: #111;
}

.shade-brown {
  background: #3b2117;
}

.shade-coffee {
  background: #6a4227;
}

.shade-accent {
  background: linear-gradient(135deg, #541b27, #8f4f23 45%, #4a2c7e);
}

.shade-guide-grid strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

.shade-guide-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.product-story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #111;
  color: #fff;
}

.product-story-section h2,
.channel-use-head h2,
.detail-faq-section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.product-story-section p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1.72;
}

.story-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.story-checklist span {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.story-proof-panel {
  display: grid;
  gap: 12px;
  min-height: 420px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 90, 31, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
}

.story-proof-panel strong {
  max-width: 320px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.story-proof-panel span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 0.92rem;
  font-weight: 850;
}

.channel-use-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #fff;
}

.channel-use-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
}

.channel-use-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.channel-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.channel-use-grid article {
  min-height: 230px;
  padding: 24px;
  background: #fbfaf7;
}

.channel-use-grid strong {
  display: block;
  color: var(--orange-dark);
  font-size: 1.2rem;
}

.channel-use-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.detail-faq-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #f8f6f1;
}

.detail-faq-section h2 {
  max-width: 760px;
}

.detail-faq-section details {
  max-width: 980px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-faq-section details:first-of-type {
  margin-top: 34px;
}

.detail-faq-section summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.detail-faq-section details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.7;
}

.wax-standard-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 90, 31, 0.08), transparent 28%),
    #fff;
}

.wax-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wax-standard-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 340px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
}

.wax-standard-grid strong {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 0.96;
}

.wax-standard-grid span {
  display: block;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.35;
}

.wax-standard-grid .approved {
  border: 1px solid rgba(23,63,56,0.16);
  background:
    radial-gradient(circle at 88% 8%, rgba(23,63,56,0.12), transparent 34%),
    #f4faf6;
}

.wax-standard-grid .approved strong {
  color: var(--green);
}

.wax-standard-grid .approved span {
  border: 1px solid rgba(23,63,56,0.14);
  background: #fff;
  color: var(--green);
}

.wax-standard-grid .blocked {
  border: 1px solid rgba(189,59,17,0.18);
  background:
    radial-gradient(circle at 88% 8%, rgba(255,90,31,0.14), transparent 34%),
    #fff7f2;
}

.wax-standard-grid .blocked strong {
  color: var(--orange-dark);
}

.wax-standard-grid .blocked span {
  border: 1px solid rgba(189,59,17,0.13);
  background: #fff;
  color: var(--orange-dark);
}

.wax-story-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,90,31,0.12), transparent 26%),
    linear-gradient(135deg, #080808, #1b1512 58%, #10342e);
}

.wax-proof-panel {
  background:
    radial-gradient(circle at 80% 16%, rgba(255,90,31,0.2), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
}

.wax-faq-section {
  background:
    linear-gradient(180deg, #f8f6f1 0%, #f8f6f1 64%, #fff 64%, #fff 100%);
}

.care-routine-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at 86% 18%, rgba(23,63,56,0.1), transparent 28%),
    linear-gradient(180deg, #fff, #f8f6f1);
}

.care-routine-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.95;
}

.care-routine-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.care-routine-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.care-routine-steps article {
  min-height: 230px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20,20,20,0.06);
}

.care-routine-steps span {
  display: block;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.care-routine-steps strong {
  display: block;
  margin-top: 30px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 0.95;
}

.care-routine-steps p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.care-story-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(191,141,50,0.13), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(23,63,56,0.22), transparent 34%),
    linear-gradient(135deg, #111, #171411 60%, #173f38);
}

.care-proof-panel {
  background:
    radial-gradient(circle at 82% 16%, rgba(191,141,50,0.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
}

.care-faq-section {
  background:
    linear-gradient(180deg, #f8f6f1 0%, #f8f6f1 64%, #fff 64%, #fff 100%);
}

.partner-data-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 90, 31, 0.1), transparent 30%),
    linear-gradient(180deg, #f8f6f1, #fff);
}

.creator-data-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 90, 31, 0.1), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(23, 63, 56, 0.08), transparent 34%),
    linear-gradient(180deg, #fff, #f8f6f1);
}

.wholesale-data-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(191, 141, 50, 0.14), transparent 30%),
    linear-gradient(180deg, #fff, #f8f6f1);
}

.partner-data-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.95;
}

.partner-data-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.partner-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.partner-data-grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.partner-data-grid span {
  display: block;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-data-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.9;
}

.partner-data-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.creator-story-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 90, 31, 0.15), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(23, 63, 56, 0.28), transparent 36%),
    linear-gradient(135deg, #111, #1b1512 58%, #173f38);
}

.wholesale-story-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 141, 50, 0.16), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(255, 90, 31, 0.12), transparent 34%),
    linear-gradient(135deg, #111, #171411 60%, #173f38);
}

.creator-proof-panel,
.wholesale-proof-panel {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 90, 31, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
}

.partner-faq-section {
  background:
    linear-gradient(180deg, #f8f6f1 0%, #f8f6f1 64%, #fff 64%, #fff 100%);
}

.partner-operating-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(60px, 8vw, 112px) clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at 90% 14%, rgba(191, 141, 50, 0.15), transparent 30%),
    radial-gradient(circle at 18% 86%, rgba(23, 63, 56, 0.16), transparent 34%),
    linear-gradient(135deg, #101010, #171411 58%, #173f38);
  color: #fff;
}

.partner-operating-copy {
  position: sticky;
  top: 96px;
  align-self: start;
}

.partner-operating-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.partner-operating-copy p {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 1.06rem;
  line-height: 1.72;
}

.partner-operating-board {
  display: grid;
  gap: 12px;
}

.partner-operating-board article {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(220px, 0.78fr) minmax(240px, 0.88fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  min-height: 178px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.partner-operating-board span {
  color: #ffb08e;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.partner-operating-board strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.55rem);
  line-height: 0.98;
}

.partner-operating-board p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.96rem;
  line-height: 1.62;
}

.partner-operating-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(8px, 2vw, 18px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.14);
}

.partner-operating-strip div {
  min-height: 150px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255,255,255,0.07);
}

.partner-operating-strip strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
}

.partner-operating-strip span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,0.68);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .detail-hero,
  .detail-band,
  .detail-grid,
  .product-story-section,
  .channel-use-head,
  .wax-standard-section,
  .care-routine-section,
  .partner-data-section,
  .partner-operating-section {
    grid-template-columns: 1fr;
  }

  .partner-operating-copy {
    position: static;
  }

  .partner-operating-board article {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .detail-hero {
    min-height: 0;
    padding-top: 54px;
  }

  .detail-product-frame,
  .detail-product-frame img {
    min-height: 0;
    height: 460px;
  }

  .detail-metrics {
    grid-template-columns: 1fr;
  }

  .detail-metrics article,
  .detail-grid article {
    min-height: 0;
  }

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

  .detail-proof ul {
    grid-template-columns: 1fr;
  }

  .shade-guide-grid,
  .story-checklist,
  .channel-use-grid,
  .wax-standard-grid,
  .care-routine-steps,
  .partner-data-grid,
  .partner-operating-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero-proof {
    display: none;
  }

  .detail-hero {
    padding-inline: 18px;
  }

  .detail-copy h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .dye-hero .detail-copy h1 {
    font-size: clamp(2.65rem, 13.2vw, 4.15rem);
  }

  .detail-actions,
  .detail-actions .button {
    width: 100%;
  }

  .detail-route-rail {
    grid-template-columns: 1fr;
  }

  .detail-route-rail article {
    min-height: 0;
    padding: 22px;
  }

  .detail-route-rail strong {
    margin-top: 24px;
  }

  .detail-product-frame,
  .detail-product-frame img {
    height: 380px;
  }

  .detail-product-frame figcaption {
    font-size: 0.78rem;
  }

  .detail-product-frame.wax-frame,
  .detail-product-frame.wax-frame img,
  .detail-product-frame.dye-frame,
  .detail-product-frame.dye-frame img {
    height: auto;
  }

  .shade-guide-grid,
  .story-checklist,
  .channel-use-grid,
  .wax-standard-grid,
  .care-routine-steps,
  .partner-data-grid,
  .partner-operating-strip {
    grid-template-columns: 1fr;
  }

  .story-checklist span,
  .channel-use-grid article,
  .shade-guide-grid article {
    min-height: 0;
  }

  .story-proof-panel {
    min-height: 0;
  }

  .wax-standard-grid article {
    min-height: 0;
  }

  .care-routine-steps article {
    min-height: 0;
  }

  .partner-data-grid article {
    min-height: 0;
  }

  .partner-operating-section {
    padding-inline: 18px;
  }

  .partner-operating-strip div {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .choice-dock,
  .signature-system,
  .signature-grid {
    max-width: 100%;
    overflow-x: hidden;
  }

  .signature-system {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

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

  .signature-grid article {
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .quick-buy-section,
  .store-section {
    grid-template-columns: 1fr;
  }

  .quick-buy-copy {
    min-height: 0;
  }

  .quick-buy-grid {
    grid-template-columns: 1fr;
  }

  .quick-buy-card {
    grid-template-rows: auto auto auto 1fr;
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 62px;
  }

  .sticky-shop-bar {
    display: grid;
  }

  .quick-buy-section {
    padding-inline: 18px;
  }

  .quick-buy-copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .quick-buy-card img {
    height: 190px;
  }
}


/* 2026-07-15 AIGEO answer path push */
.aigeo-visibility-section,
.care-answer-hub,
.creator-answer-hub {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 90, 31, 0.11), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(191, 141, 50, 0.14), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 48%, #eef5ef 100%);
}

.aigeo-path-grid,
.aigeo-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.aigeo-path-grid article,
.aigeo-answer-grid article {
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.aigeo-path-grid span,
.aigeo-answer-grid strong {
  display: block;
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aigeo-path-grid h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.aigeo-path-grid p,
.aigeo-answer-grid p {
  color: var(--muted);
}

.aigeo-path-grid a,
.aigeo-answer-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
}

@media (max-width: 860px) {
  .aigeo-path-grid,
  .aigeo-answer-grid {
    grid-template-columns: 1fr;
  }
}
