﻿@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,520..680,80&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --soft: #f8f6f2;
  --ink: #2c251f;
  --muted: #776b61;
  --quiet: #a1968c;
  --line: rgba(55, 42, 32, 0.105);
  --line-soft: rgba(55, 42, 32, 0.065);
  --accent: #a45f47;
  --accent-dark: #724531;
  --sage: #77816d;
  --radius: 8px;
  --shadow: 0 10px 30px rgba(43, 31, 22, 0.045);
  --max: 1120px;
}

/* Homepage content refresh: image-first Why section and lighter module spacing. */
body.home .sas-v3-page .why-section,
body.front-page .sas-v3-page .why-section {
  padding-top: 34px !important;
}

body.home .sas-v3-page .why-story-grid,
body.front-page .sas-v3-page .why-story-grid {
  display: grid !important;
  gap: 22px !important;
}

body.home .sas-v3-page .why-story-card,
body.front-page .sas-v3-page .why-story-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

body.home .sas-v3-page .why-story-card img,
body.front-page .sas-v3-page .why-story-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body.home .sas-v3-page .why-copy,
body.front-page .sas-v3-page .why-copy {
  display: grid !important;
  gap: 8px !important;
  padding: 14px 0 6px !important;
}

body.home .sas-v3-page .why-copy h3,
body.front-page .sas-v3-page .why-copy h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: #6b402f !important;
  font-family: "Fraunces", "Palatino Linotype", "Book Antiqua", "Iowan Old Style", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.04 !important;
  font-weight: 520 !important;
}

body.home .sas-v3-page .why-copy p,
body.front-page .sas-v3-page .why-copy p {
  max-width: 38em !important;
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

body.home .sas-v3-page .video-section,
body.front-page .sas-v3-page .video-section {
  padding-bottom: 18px !important;
}

@media (min-width: 760px) {
  body.home .sas-v3-page .why-story-grid,
  body.front-page .sas-v3-page .why-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
  }

  body.home .sas-v3-page .why-story-card img,
  body.front-page .sas-v3-page .why-story-card img {
    aspect-ratio: 4 / 4.7 !important;
  }

  body.home .sas-v3-page .why-copy h3,
  body.front-page .sas-v3-page .why-copy h3 {
    font-size: 28px !important;
  }
}

/* Final desktop override: native video ratio and centered payment label. */
@media (min-width: 760px) {
  body.home .sas-v3-page .video-section,
  body.front-page .sas-v3-page .video-section {
    display: grid !important;
    justify-items: center !important;
  }

  body.home .sas-v3-page .video-card,
  body.front-page .sas-v3-page .video-card {
    width: min(100%, 760px) !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .sas-v3-page .video-card video,
  body.front-page .sas-v3-page .video-card video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .footer-bottom-wrap,
  body.front-page .footer-bottom-wrap {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.home .footer-payments,
  body.front-page .footer-payments,
  body.home .footer-payment-label,
  body.front-page .footer-payment-label {
    width: 100% !important;
    text-align: center !important;
  }

  body.home .footer-payment-icons,
  body.front-page .footer-payment-icons {
    justify-content: center !important;
  }
}

/* Desktop polish: keep video in its native ratio and center payment label. */
@media (min-width: 760px) {
  body.home .sas-v3-page .video-section,
  body.front-page .sas-v3-page .video-section {
    display: grid !important;
    justify-items: center !important;
  }

  body.home .sas-v3-page .video-card,
  body.front-page .sas-v3-page .video-card {
    width: min(100%, 760px) !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .sas-v3-page .video-card video,
  body.front-page .sas-v3-page .video-card video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .footer-bottom-wrap,
  body.front-page .footer-bottom-wrap {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.home .footer-payments,
  body.front-page .footer-payments,
  body.home .footer-payment-label,
  body.front-page .footer-payment-label {
    width: 100% !important;
    text-align: center !important;
  }

  body.home .footer-payment-icons,
  body.front-page .footer-payment-icons {
    justify-content: center !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(16px);
}

.announcement-bar {
  min-height: 28px;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 14px;
  padding: 6px 10px;
  background: #f0e5d9;
  color: #684838;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.main-header {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
}

.brand-link {
  grid-column: 1;
}

.brand-link img {
  width: 132px;
  height: auto;
}

.header-nav {
  display: none;
}

.cart-link {
  position: relative;
  grid-column: 3;
  justify-self: end;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: #4c372b;
  text-decoration: none;
}

.cart-link.is-pulsing {
  animation: cartPulse 420ms ease;
}

.cart-link svg {
  width: 20px;
  height: 20px;
}

.cart-link span {
  position: absolute;
  top: -6px;
  right: -3px;
  min-width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sage);
  color: #fffefa;
  font-size: 10px;
  line-height: 1;
}

.section,
.hero-section {
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
}

.section {
  padding: 36px 0;
}

.hero-section {
  padding: 0 0 4px;
}

.hero-equation {
  margin: 0;
  overflow: hidden;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-equation img {
  width: 100%;
  height: auto;
  object-fit: initial;
}

.hero-panel {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

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

.hero-proof span {
  min-height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero-actions,
.builder-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fffefa;
}

.button-secondary {
  background: transparent;
}

.section-heading {
  display: grid;
  justify-items: start;
  gap: 7px;
  margin-bottom: 16px;
}

.section-heading span,
.video-caption span {
  color: var(--quiet);
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: var(--accent-dark);
  font-family: "Fraunces", "Palatino Linotype", "Book Antiqua", "Iowan Old Style", Georgia, serif;
  font-size: 31px;
  line-height: 0.94;
  font-weight: 560;
  font-variation-settings: "SOFT" 80, "WONK" 0;
  text-wrap: balance;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: rgba(164, 95, 71, 0.48);
}

.product-builder {
  display: grid;
  gap: 12px;
}

.gallery-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.gallery-stage:active {
  cursor: grabbing;
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 0 28px;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition:
    opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.gallery-stage.is-switching img {
  opacity: 0;
  transform: translateX(var(--gallery-exit-x, 0)) scale(0.992);
}

.gallery-stage.is-dragging img {
  transform: translateX(var(--gallery-drag-x, 0px)) scale(0.996);
  transition: none;
}

[data-builder="single"] .gallery-stage img,
[data-builder="single"] .choice-media img {
  mix-blend-mode: multiply;
}

.gallery-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2px;
  display: flex;
  gap: 1px;
  align-items: center;
  padding: 3px 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.88);
  transform: translateX(-50%);
}

.gallery-dots button {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-dots button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(42, 37, 31, 0.18);
  transition:
    width 160ms ease,
    background 160ms ease;
}

.gallery-dots .active {
  width: 24px;
  background: transparent;
}

.gallery-dots .active::before {
  width: 18px;
  background: #2d1f18;
}

.option-block {
  display: grid;
  gap: 8px;
}

.option-label {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.color-row {
  display: flex;
  gap: 9px;
}

.color-swatch {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(65, 48, 36, 0.14);
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
}

.color-light {
  background: #ad6b43;
}

.color-dark {
  background: #4d2b1a;
}

.color-swatch.active {
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 3px rgba(164, 95, 71, 0.62);
}

.choice-shell {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 7px;
  align-items: center;
}

.single-choice-shell {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
}

.single-choice-shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  width: 46px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
  pointer-events: none;
}

.slider-arrow {
  width: 28px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: #5b4334;
  cursor: pointer;
}

.choice-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 12px) / 2.28);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding: 0 0 2px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.single-track {
  padding-right: 54px;
}

.choice-track::-webkit-scrollbar {
  display: none;
}

.choice-track.is-dragging,
.review-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.choice-track.is-dragging *,
.review-track.is-dragging * {
  user-select: none;
  pointer-events: none;
}

.choice-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  scroll-snap-align: none;
}

.choice-card.active {
  box-shadow: inset 0 -2px 0 rgba(164, 95, 71, 0.7);
}

.choice-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  background: #ffffff;
}

.choice-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.choice-meta {
  min-height: 50px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 7px 6px 8px;
  border-top: 0;
  background: transparent;
  text-align: center;
}

.sku-scrollbar {
  --sku-scroll-size: 0.28;
  --sku-scroll-progress: 0;
  position: relative;
  width: min(128px, 38vw);
  height: 3px;
  margin: -2px auto 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(55, 42, 32, 0.1);
}

.sku-scrollbar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--sku-scroll-progress) * (100% - (var(--sku-scroll-size) * 100%)));
  width: calc(var(--sku-scroll-size) * 100%);
  min-width: 26px;
  border-radius: inherit;
  background: rgba(164, 95, 71, 0.78);
  transition:
    width 160ms ease,
    left 120ms ease;
}

.sku-scrollbar.is-static {
  opacity: 0;
}

.cart-toast {
  position: fixed;
  top: 104px;
  left: 50%;
  z-index: 40;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(44, 37, 31, 0.94);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.choice-meta strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.16;
  font-weight: 700;
}

.choice-meta span {
  color: var(--muted);
  font-size: 11px;
}

.builder-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
}

.builder-summary strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.builder-summary span {
  font-size: 20px;
  color: var(--ink);
}

.builder-summary s {
  color: var(--muted);
  font-size: 13px;
}

.review-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 78%;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding: 0 10px 6px 0;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.reviews-section {
  position: relative;
}

.reviews-section::after {
  content: "";
  position: absolute;
  top: 118px;
  right: -1px;
  bottom: 36px;
  z-index: 2;
  width: 58px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
  pointer-events: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  scroll-snap-align: none;
}

.review-card img,
.review-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-bottom: 1px solid var(--line-soft);
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.review-placeholder {
  display: block;
  background:
    linear-gradient(135deg, rgba(164, 95, 71, 0.08), rgba(119, 129, 109, 0.08)),
    #f7f6f3;
}

.review-body {
  min-height: 224px;
  max-height: 282px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.review-body p {
  margin: 0;
}

.review-name {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
}

.review-text {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

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

.bundle-choice {
  min-width: 0;
  grid-template-rows: auto 68px;
}

.bundle-grid .choice-meta {
  min-height: 68px;
  display: grid;
  grid-template-rows: 34px 18px;
  align-content: start;
  align-items: start;
  gap: 4px;
  padding: 8px 4px 10px;
}

.bundle-grid .choice-meta strong {
  min-height: 34px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bundle-grid .choice-meta span {
  min-height: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.video-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-card video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.video-caption {
  display: grid;
  justify-items: start;
  padding: 17px 0 18px;
  border-top: 0;
}

.video-copy {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 400;
}

.reason-list {
  display: grid;
  gap: 16px;
}

.reason-item {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 162px;
  padding: 10px 0;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.reason-item img {
  width: 142px;
  height: 142px;
  border-radius: 0 6px 6px 0;
  object-fit: cover;
}

.reason-item h3 {
  margin: 0;
  padding-right: 12px;
  color: #5f3c2e;
  font-family: "Fraunces", "Palatino Linotype", "Book Antiqua", "Iowan Old Style", Georgia, serif;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 560;
  text-wrap: balance;
}

.faq-section {
  width: 100%;
  padding: 38px 0;
  background: #ffffff;
  border-top: 1px solid var(--line-soft);
}

.faq-inner {
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink);
  font-size: 15px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: #c0a58f;
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.main-footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  gap: 30px;
  padding: 44px 0 34px;
  text-align: center;
}

.footer-brand {
  color: var(--ink);
  font-size: 26px;
  font-weight: 700;
}

.footer-brand-box p,
.footer-newsletter p,
.footer-bottom p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: #744d3a;
  text-decoration: none;
}

.footer-newsletter h4 {
  margin: 0;
  font-size: 18px;
}

.footer-newsletter form {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.footer-newsletter input,
.footer-newsletter button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
}

.footer-newsletter input {
  background: var(--paper);
  color: var(--ink);
}

.footer-newsletter button {
  background: var(--accent);
  color: #fffefa;
  cursor: pointer;
}

.footer-bottom {
  display: grid;
  gap: 12px;
}

.payment-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-icons img {
  height: 22px;
  width: auto;
  opacity: 0.72;
}

.reveal-ready .reveal-block {
  opacity: 0.2;
  transform: translateY(14px);
  transition:
    opacity 340ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 340ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-ready .reveal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .main-header {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  .header-nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    color: var(--muted);
    font-size: 13px;
  }

  .header-nav a {
    text-decoration: none;
  }

  .section,
  .hero-section {
    width: min(var(--max), calc(100% - 48px));
  }

  .section {
    padding: 58px 0;
  }

  .hero-section {
    width: min(980px, calc(100% - 48px));
    display: block;
    padding: 24px 0 18px;
  }

  .hero-equation {
    max-width: 920px;
    margin: 0 auto;
  }

  .hero-panel {
    max-width: 760px;
    margin: 16px auto 0;
  }

  .hero-proof {
    gap: 18px;
  }

  .hero-proof span {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .section-heading h2 {
    font-size: 46px;
    line-height: 0.98;
  }

  .product-builder {
    max-width: none;
    grid-template-columns: minmax(390px, 0.92fr) minmax(330px, 0.68fr);
    grid-template-areas:
      "gallery options"
      "gallery choices"
      "gallery hint"
      "gallery summary"
      "gallery actions";
    column-gap: clamp(34px, 5vw, 72px);
    row-gap: 16px;
    align-items: start;
  }

  .product-builder[data-builder="bundle"] {
    grid-template-areas:
      "gallery options"
      "gallery choices"
      "gallery summary"
      "gallery actions";
  }

  .product-builder .gallery-stage {
    grid-area: gallery;
    width: min(100%, 560px);
    justify-self: center;
  }

  .product-builder .option-block {
    grid-area: options;
    margin-top: 12px;
  }

  .product-builder .choice-shell,
  .product-builder .bundle-grid {
    grid-area: choices;
  }

  .product-builder .sku-scrollbar {
    grid-area: hint;
  }

  .product-builder .builder-summary {
    grid-area: summary;
    margin-top: 8px;
  }

  .product-builder .builder-actions {
    grid-area: actions;
  }

  .choice-track {
    grid-auto-columns: calc((100% - 16px) / 2.35);
  }

  .single-track {
    padding-right: 68px;
  }

  .bundle-grid {
    gap: 12px;
  }

  .review-track {
    grid-auto-columns: minmax(380px, calc((100% - 28px) / 2.35));
    gap: 22px;
    padding-bottom: 8px;
  }

  .review-body {
    min-height: 270px;
    max-height: 380px;
    padding: 20px;
  }

  .review-name {
    font-size: 17px;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.55;
  }

  .video-card {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
  }

  .video-card video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .video-caption {
    padding: 0;
  }

  .video-copy {
    max-width: 430px;
    font-size: 22px;
    line-height: 1.45;
  }

  .reason-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border: 0;
  }

  .reason-item {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
    min-height: 0;
    padding: 0 0 16px;
    border: 1px solid var(--line-soft);
  }

  .reason-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .reason-item h3 {
    min-height: 52px;
    padding: 0 16px;
    font-size: 22px;
    line-height: 1.08;
  }

  .faq-inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.76fr);
    gap: clamp(36px, 6vw, 84px);
    align-items: start;
  }

  .footer-inner {
    grid-template-columns: 1.1fr 0.9fr 1.1fr;
    text-align: left;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

/* Final homepage isolation: the legacy theme also defines .hero-section and .faq-section. */
body.home .site-header,
body.front-page .site-header {
  position: fixed !important;
  top: var(--sas-adminbar-height) !important;
  right: 0 !important;
  left: 0 !important;
}

body.home .sas-v3-page .hero-section,
body.front-page .sas-v3-page .hero-section {
  position: relative !important;
  display: block !important;
  width: min(var(--max), calc(100% - 24px)) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 0 0 4px !important;
  overflow: visible !important;
  background: #ffffff !important;
  color: var(--ink) !important;
  text-align: left !important;
}

body.home .sas-v3-page .hero-section::before,
body.home .sas-v3-page .hero-section::after,
body.front-page .sas-v3-page .hero-section::before,
body.front-page .sas-v3-page .hero-section::after {
  content: none !important;
  display: none !important;
}

body.home .sas-v3-page .hero-equation,
body.front-page .sas-v3-page .hero-equation {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .sas-v3-page .hero-equation img,
body.front-page .sas-v3-page .hero-equation img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.home .sas-v3-page .hero-panel,
body.front-page .sas-v3-page .hero-panel {
  display: grid !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .sas-v3-page .hero-proof,
body.front-page .sas-v3-page .hero-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.home .sas-v3-page .hero-proof span,
body.front-page .sas-v3-page .hero-proof span {
  min-height: 28px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--muted) !important;
  border: 0 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.home .sas-v3-page .faq-section,
body.front-page .sas-v3-page .faq-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 38px 0 !important;
  background: #ffffff !important;
  color: var(--ink) !important;
  border-top: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
}

body.home .sas-v3-page .faq-inner,
body.front-page .sas-v3-page .faq-inner {
  width: min(var(--max), calc(100% - 24px)) !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.home .sas-v3-page .faq-list,
body.front-page .sas-v3-page .faq-list {
  border-top: 1px solid var(--line) !important;
}

body.home .sas-v3-page .faq-list details,
body.front-page .sas-v3-page .faq-list details {
  border-bottom: 1px solid var(--line) !important;
}

body.home .sas-v3-page .faq-list summary,
body.front-page .sas-v3-page .faq-list summary {
  color: var(--ink) !important;
  font-weight: 400 !important;
}

body.home .sas-v3-page .faq-list p,
body.front-page .sas-v3-page .faq-list p {
  color: var(--muted) !important;
}

@media (min-width: 760px) {
  body.home .sas-v3-page .hero-section,
  body.front-page .sas-v3-page .hero-section {
    width: min(980px, calc(100% - 48px)) !important;
    padding: 24px 0 18px !important;
  }

  body.home .sas-v3-page .hero-equation,
  body.front-page .sas-v3-page .hero-equation {
    max-width: 920px !important;
    margin: 0 auto !important;
  }

  body.home .sas-v3-page .hero-panel,
  body.front-page .sas-v3-page .hero-panel {
    max-width: 760px !important;
    margin: 16px auto 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal-block {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* WordPress V3 compatibility overrides. Loaded after the legacy theme CSS. */
body.home,
body.front-page {
  background: #ffffff !important;
}

body.home .site-header,
body.front-page .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0) !important;
  z-index: 20 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid var(--line-soft) !important;
  backdrop-filter: blur(16px) !important;
}

body.home .announcement-bar,
body.front-page .announcement-bar {
  min-height: 28px !important;
  display: grid !important;
  grid-auto-flow: column !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 6px 10px !important;
  background: #f0e5d9 !important;
  color: #684838 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.home .main-header,
body.front-page .main-header {
  min-height: 68px !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 18px !important;
  background: transparent !important;
  border: 0 !important;
}

body.home .brand-link img,
body.front-page .brand-link img {
  width: 132px !important;
  height: auto !important;
}

body.home .header-nav,
body.front-page .header-nav {
  display: none !important;
}

body.home .cart-link,
body.front-page .cart-link {
  position: relative !important;
  justify-self: end !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  background: var(--paper) !important;
  color: #4c372b !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.home .cart-link svg,
body.front-page .cart-link svg {
  width: 20px !important;
  height: 20px !important;
}

body.home .cart-link .cart-count,
body.front-page .cart-link .cart-count {
  position: absolute !important;
  top: -6px !important;
  right: -3px !important;
  min-width: 16px !important;
  height: 16px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--sage) !important;
  color: #fffefa !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body.home .sas-v3-page .section,
body.front-page .sas-v3-page .section,
body.home .sas-v3-page .hero-section,
body.front-page .sas-v3-page .hero-section {
  width: min(var(--max), calc(100% - 24px)) !important;
  max-width: var(--max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

body.home .sas-v3-page .section,
body.front-page .sas-v3-page .section {
  padding: 36px 0 !important;
}

body.home .sas-v3-page .hero-section,
body.front-page .sas-v3-page .hero-section {
  padding: 0 0 4px !important;
}

body.home .sas-v3-page .section-heading h2,
body.front-page .sas-v3-page .section-heading h2,
body.home .sas-v3-page .reason-item h3,
body.front-page .sas-v3-page .reason-item h3,
body.home .sas-v3-page .choice-meta strong,
body.front-page .sas-v3-page .choice-meta strong,
body.home .sas-v3-page .builder-summary strong,
body.front-page .sas-v3-page .builder-summary strong {
  font-weight: 560 !important;
}

body.home .sas-v3-page .button,
body.front-page .sas-v3-page .button {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.home .sas-v3-page .button-primary,
body.front-page .sas-v3-page .button-primary {
  border-color: var(--accent) !important;
  background: var(--accent) !important;
  color: #fffefa !important;
}

body.home .sas-v3-page .button-secondary,
body.front-page .sas-v3-page .button-secondary {
  border-color: var(--line) !important;
  background: transparent !important;
  color: var(--ink) !important;
}

body.home .main-footer,
body.front-page .main-footer {
  background: #ffffff !important;
  color: var(--ink) !important;
  border-top: 1px solid var(--line) !important;
  padding: 0 !important;
}

body.home .footer-top-wrap,
body.front-page .footer-top-wrap,
body.home .footer-bottom-wrap,
body.front-page .footer-bottom-wrap {
  width: min(var(--max), calc(100% - 24px)) !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
}

body.home .footer-top-wrap,
body.front-page .footer-top-wrap {
  display: grid !important;
  gap: 30px !important;
  padding: 44px 0 30px !important;
  text-align: center !important;
}

body.home .footer-links-box,
body.front-page .footer-links-box {
  display: grid !important;
  gap: 12px !important;
}

body.home .footer-link-item,
body.front-page .footer-link-item {
  color: #744d3a !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

body.home .footer-brand,
body.front-page .footer-brand,
body.home .newsletter-headline,
body.front-page .newsletter-headline {
  color: var(--ink) !important;
}

body.home .footer-brand-box p,
body.front-page .footer-brand-box p,
body.home .newsletter-subtext,
body.front-page .newsletter-subtext,
body.home .footer-copyright,
body.front-page .footer-copyright,
body.home .footer-payment-label,
body.front-page .footer-payment-label {
  color: var(--muted) !important;
  font-weight: 400 !important;
}

body.home .newsletter-form-group,
body.front-page .newsletter-form-group {
  display: grid !important;
  gap: 8px !important;
  border: 0 !important;
  background: transparent !important;
}

body.home .newsletter-input,
body.front-page .newsletter-input,
body.home .newsletter-submit-btn,
body.front-page .newsletter-submit-btn {
  min-height: 44px !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  padding: 0 16px !important;
}

body.home .newsletter-input,
body.front-page .newsletter-input {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

body.home .newsletter-submit-btn,
body.front-page .newsletter-submit-btn {
  background: var(--accent) !important;
  color: #fffefa !important;
}

body.home .footer-bottom-wrap,
body.front-page .footer-bottom-wrap {
  display: grid !important;
  gap: 12px !important;
  padding: 0 0 34px !important;
  border-top: 0 !important;
  text-align: center !important;
}

body.home .footer-payment-icons,
body.front-page .footer-payment-icons {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.home .footer-payment-icons img,
body.front-page .footer-payment-icons img {
  height: 22px !important;
  width: auto !important;
  opacity: 0.72 !important;
  filter: none !important;
}

@media (min-width: 760px) {
  body.home .main-header,
  body.front-page .main-header {
    width: min(var(--max), calc(100% - 48px)) !important;
    margin: 0 auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.home .header-nav,
  body.front-page .header-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 22px !important;
    color: var(--muted) !important;
    font-size: 13px !important;
  }

  body.home .header-nav a,
  body.front-page .header-nav a {
    text-decoration: none !important;
  }

  body.home .sas-v3-page .section,
  body.front-page .sas-v3-page .section,
  body.home .sas-v3-page .hero-section,
  body.front-page .sas-v3-page .hero-section {
    width: min(var(--max), calc(100% - 48px)) !important;
  }

  body.home .sas-v3-page .section,
  body.front-page .sas-v3-page .section {
    padding: 58px 0 !important;
  }

  body.home .footer-top-wrap,
  body.front-page .footer-top-wrap {
    width: min(var(--max), calc(100% - 48px)) !important;
    grid-template-columns: 1.1fr 0.9fr 1.1fr !important;
    align-items: start !important;
    text-align: left !important;
  }

  body.home .footer-bottom-wrap,
  body.front-page .footer-bottom-wrap {
    width: min(var(--max), calc(100% - 48px)) !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    text-align: left !important;
  }
}

/* Final visual overrides for the V3 homepage revision. */
body.home .sas-v3-page .why-section,
body.front-page .sas-v3-page .why-section {
  padding-top: 34px !important;
}

body.home .sas-v3-page .video-section,
body.front-page .sas-v3-page .video-section {
  padding-bottom: 18px !important;
}

body.home .sas-v3-page .why-story-grid,
body.front-page .sas-v3-page .why-story-grid {
  display: grid !important;
  gap: 22px !important;
}

body.home .sas-v3-page .why-story-card,
body.front-page .sas-v3-page .why-story-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

body.home .sas-v3-page .why-story-card img,
body.front-page .sas-v3-page .why-story-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body.home .sas-v3-page .why-copy,
body.front-page .sas-v3-page .why-copy {
  display: grid !important;
  gap: 8px !important;
  padding: 14px 0 6px !important;
}

body.home .sas-v3-page .why-copy h3,
body.front-page .sas-v3-page .why-copy h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: #6b402f !important;
  font-family: "Fraunces", "Palatino Linotype", "Book Antiqua", "Iowan Old Style", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.04 !important;
  font-weight: 520 !important;
}

body.home .sas-v3-page .why-copy p,
body.front-page .sas-v3-page .why-copy p {
  max-width: 38em !important;
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

@media (min-width: 760px) {
  body.home .sas-v3-page .why-section,
  body.front-page .sas-v3-page .why-section {
    padding-top: 38px !important;
  }

  body.home .sas-v3-page .why-story-grid,
  body.front-page .sas-v3-page .why-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
  }

  body.home .sas-v3-page .why-story-card img,
  body.front-page .sas-v3-page .why-story-card img {
    aspect-ratio: 4 / 4.7 !important;
  }

  body.home .sas-v3-page .why-copy h3,
  body.front-page .sas-v3-page .why-copy h3 {
    font-size: 28px !important;
  }
}

/* Final desktop override: native video ratio and centered payment label. */
@media (min-width: 760px) {
  body.home .sas-v3-page .video-section,
  body.front-page .sas-v3-page .video-section {
    display: grid !important;
    justify-items: center !important;
  }

  body.home .sas-v3-page .video-card,
  body.front-page .sas-v3-page .video-card {
    width: min(100%, 760px) !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .sas-v3-page .video-card video,
  body.front-page .sas-v3-page .video-card video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .footer-bottom-wrap,
  body.front-page .footer-bottom-wrap {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.home .footer-payments,
  body.front-page .footer-payments,
  body.home .footer-payment-label,
  body.front-page .footer-payment-label {
    width: 100% !important;
    text-align: center !important;
  }

  body.home .footer-payment-icons,
  body.front-page .footer-payment-icons {
    justify-content: center !important;
  }
}
