@font-face {
  font-family: 'MontserratLocal';
  src: url('../assets/brand/montserrat-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratLocal';
  src: url('../assets/brand/montserrat-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --bg: #f8f5ef;
  --panel: #fbf9f4;
  --line: #dfd5c7;
  --text: #292d28;
  --muted: #656d63;
  --accent: #1f3342;
  --shadow: 0 18px 42px rgba(41, 45, 40, 0.09);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  letter-spacing: -0.01em;
}

a {
  transition: all 160ms ease;
}

a:hover {
  opacity: 0.8;
}

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

.media-lux {
  filter: saturate(0.94) contrast(1.03);
}

.media-lux--portrait {
  object-position: center 25%;
}

.media-lux--product {
  object-position: center 52%;
  background: #efe5d8;
}

.announcement-bar {
  border-bottom: 1px solid var(--line);
  background: #f2ebdf;
}

.announcement-bar__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  padding: 0.72rem 1rem;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.site-header.header-scrolled {
  box-shadow: 0 10px 24px rgba(41, 45, 40, 0.08);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 0;
  min-width: 0;
  flex: 0 0 auto;
}

.header-logo {
  width: auto;
  height: 26px;
  object-fit: contain;
  object-position: left center;
}

.header-tagline {
  display: none;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}

.header-nav a {
  border: 1px solid rgba(41, 45, 40, 0.2);
  background: #f8f4ec;
  padding: 0.52rem 0.72rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-nav a[aria-current="page"] {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.hero-title,
.section-title,
.sub-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
}

.hero-title {
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.section-title {
  font-size: clamp(1.95rem, 3.1vw, 3.6rem);
  line-height: 0.97;
}

.sub-title {
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  line-height: 1.02;
}

.eyebrow {
  margin-bottom: 0.66rem;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #80877c;
}

.hero-copy,
.section-copy,
.info-card p,
.review-tile p,
.study-disclaimer,
.benefit-card p,
.formula-detail__copy,
.rewards-band p,
.story-card p,
.footer-copy,
.study-banner li {
  font-size: 14px;
  line-height: 1.72;
  color: var(--muted);
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

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

.section-wrap {
  background: var(--bg);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head--stack {
  align-items: flex-start;
  flex-direction: column;
}

.hero-film,
.info-card,
.study-banner,
.benefit-card,
.ugc-video-card {
  border: 1px solid var(--line);
  background: var(--panel);
}

.hero-film {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  min-height: clamp(420px, 68vh, 690px);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(112deg, #f4e8da 0%, #f8f4ec 100%);
}

.hero-film__copy {
  padding: clamp(1.3rem, 3.1vw, 2.8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-film__viewport {
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.hero-film__track {
  height: 100%;
  display: flex;
  gap: 0.85rem;
  width: max-content;
  padding: 0.85rem;
  animation: ticker 32s linear infinite;
}

.hero-film__card {
  width: min(23vw, 17rem);
  border: 1px solid var(--line);
  background: #f7f1e8;
  overflow: hidden;
}

.hero-film__card video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #e6d8c8;
}

.hero-film__card figcaption {
  padding: 0.55rem 0.7rem 0.65rem;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #596057;
}

.carousel-controls {
  display: flex;
  gap: 0.4rem;
}

.carousel-btn {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 1rem;
}

.info-carousel {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.35rem;
}

.info-carousel::-webkit-scrollbar {
  height: 8px;
}

.info-carousel::-webkit-scrollbar-thumb {
  background: #d8cebf;
}

.info-card {
  min-width: calc((100% - 3rem) / 4);
  scroll-snap-align: start;
  overflow: hidden;
}

.info-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.info-card div {
  padding: 0.95rem;
}

.info-card h3,
.benefit-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  line-height: 1;
}

.info-card p {
  margin-top: 0.35rem;
  font-size: 13px;
  line-height: 1.58;
}

.study-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  padding: 1.3rem;
  background: linear-gradient(100deg, #f3e6d8 0%, #f8f2e8 70%);
}

.study-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.study-banner li {
  font-size: 13px;
}

.study-banner strong {
  color: var(--text);
  font-size: 1.1rem;
}

.study-disclaimer {
  margin-top: 0.55rem;
  font-size: 11px;
  line-height: 1.45;
}

.review-marquee,
.ugc-marquee {
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
  gap: 1rem;
}

.review-marquee__track,
.ugc-marquee__track {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  min-width: max-content;
}

.review-marquee__track {
  animation: ticker 34s linear infinite;
}

.review-tile {
  width: 18.5rem;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 1rem;
}

.review-tile span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #9b8041;
}

.amazon-stars {
  color: #ad8440;
  letter-spacing: 0.14em;
  font-size: 12px;
  text-transform: none;
}

.amazon-rating-inline {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(41, 45, 40, 0.16);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0.75rem;
}

.amazon-rating-inline p {
  font-size: 12px;
  color: #4f564e;
}

.review-tile p {
  margin-top: 0.45rem;
  font-size: 13px;
  line-height: 1.56;
  color: var(--text);
}

.review-tile small {
  display: block;
  margin-top: 0.45rem;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #596057;
}

.shop-top-product {
  border: 1px solid var(--line);
  background: linear-gradient(104deg, #f4e8d9 0%, #f8f3ea 68%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.shop-top-product__media-wrap {
  min-height: clamp(16rem, 34vw, 26rem);
  overflow: hidden;
}

.shop-top-product__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-top-product__copy {
  padding: clamp(1.05rem, 2.8vw, 2.2rem);
  display: grid;
  align-content: center;
  gap: 0.5rem;
}

.shop-top-product__copy .section-copy {
  margin-bottom: 0.5rem;
}

.shop-buybox {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1rem;
  border: 1px solid var(--line);
  background: linear-gradient(96deg, #f3e6d8 0%, #f8f2e8 72%);
  padding: 1.25rem;
}

.shop-buybox ul {
  margin-top: 0.8rem;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: #4f564e;
  font-size: 13px;
  line-height: 1.55;
}

.shop-buybox__rating {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.shop-buybox__rating p {
  font-size: 12px;
  color: #4f564e;
}

.shop-buybox__cta {
  border: 1px solid rgba(41, 45, 40, 0.18);
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.shop-buybox__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  line-height: 0.95;
}

.shop-buybox__meta {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #596057;
}

.shop-vertical-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.shop-vertical-carousel {
  margin-top: 1rem;
}

.shop-vertical-card,
.howto-card {
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.shop-vertical-card--amazon {
  min-width: calc((100% - 3rem) / 4);
  scroll-snap-align: start;
}

.shop-vertical-card img,
.howto-card img {
  aspect-ratio: 9 / 13;
  object-fit: cover;
}

.shop-vertical-card div,
.howto-card h3,
.howto-card p {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.shop-flag {
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666d65;
}

.shop-vertical-card h3,
.howto-card h3 {
  margin-top: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.58rem;
  line-height: 0.98;
}

.shop-vertical-card p,
.howto-card p {
  margin-top: 0.42rem;
  margin-bottom: 0.95rem;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.shop-vertical-card__meta {
  border-top: 1px solid rgba(41, 45, 40, 0.12);
  padding: 0.72rem 0 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.shop-inline-buy {
  border: 1px solid rgba(41, 45, 40, 0.22);
  background: #fff;
  padding: 0.4rem 0.58rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f3342;
}

.howto-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-cta-wrap {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.results-feature {
  border: 1px solid var(--line);
  background: var(--panel);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  overflow: hidden;
  margin-top: 1rem;
}

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

.results-split__pane {
  position: relative;
  min-height: clamp(14rem, 28vw, 21rem);
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.results-split__pane:last-child {
  border-right: 0;
}

.results-split__pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-split__pane figcaption {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  border: 1px solid rgba(41, 45, 40, 0.22);
  background: rgba(248, 244, 236, 0.9);
  padding: 0.35rem 0.55rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.results-feature__copy {
  padding: 1rem 1rem 1rem 0;
  display: grid;
  align-content: center;
  gap: 0.45rem;
}

.results-feature__copy h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 0.95;
}

.results-feature__copy p,
.results-feature__copy li,
.results-thumb-card p,
.faq-card p {
  font-size: 13px;
  line-height: 1.58;
  color: var(--muted);
}

.results-feature__copy ul {
  margin-top: 0.2rem;
  padding-left: 1rem;
  display: grid;
  gap: 0.22rem;
}

.results-thumb-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.results-thumb-card {
  border: 1px solid var(--line);
  background: #fbf8f2;
  overflow: hidden;
}

.results-thumb-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.results-thumb-card div {
  padding: 0.72rem 0.8rem 0.82rem;
}

.results-thumb-card__label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6158;
}

.results-thumb-card p {
  margin-top: 0.28rem;
}

.faq-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-card {
  border: 1px solid var(--line);
  background: #fbf8f2;
  padding: 0.78rem;
  display: grid;
  grid-template-columns: 5.8rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.faq-card__thumb {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(41, 45, 40, 0.16);
}

.faq-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  line-height: 0.92;
}

.faq-card p {
  margin-top: 0.38rem;
}

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

.benefit-card {
  overflow: hidden;
}

.benefit-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.benefit-card h3 {
  padding: 0.85rem;
}

.benefit-card h3 {
  font-size: 1.46rem;
}

.formula-match {
  display: grid;
  gap: 1rem;
  background: #fcfbf9;
}

.formula-match__intro {
  text-align: center;
  padding-top: 0.5rem;
}

.formula-rail-wrap {
  position: relative;
  background: #fcfbf9;
  padding: 0;
}

.formula-strip {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 30px;
  scrollbar-width: none;
}

.formula-strip::-webkit-scrollbar {
  display: none;
}

.formula-strip__tile {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 5);
  min-width: calc((100% - 44px) / 5);
  border: 0;
  background: #f1f1f1;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  padding: 0;
  aspect-ratio: 2 / 3;
}

.formula-strip__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 150ms ease-in-out;
}

.formula-strip__image--hover {
  opacity: 0;
}

.formula-strip__tile:hover .formula-strip__image--hover,
.formula-strip__tile:focus-visible .formula-strip__image--hover,
.formula-strip__tile.is-active .formula-strip__image--hover {
  opacity: 1;
}

.formula-strip__tile:hover .formula-strip__image--base,
.formula-strip__tile:focus-visible .formula-strip__image--base,
.formula-strip__tile.is-active .formula-strip__image--base {
  opacity: 0;
}

.formula-strip__tile:focus-visible {
  outline: 2px solid #1f3342;
  outline-offset: -2px;
}

.formula-rail-nav {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  color: #0f1113;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 22px;
  line-height: 1;
}

.formula-rail-nav--prev {
  left: 20px;
}

.formula-rail-nav--next {
  right: 20px;
}

.formula-detail {
  border: 1px solid rgba(41, 45, 40, 0.18);
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
}

.formula-detail__visual-wrap {
  min-height: clamp(15rem, 28vw, 22rem);
  overflow: hidden;
}

.formula-detail__visual {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.formula-detail__content {
  padding: clamp(1rem, 2.4vw, 1.55rem);
  display: grid;
  gap: 0.38rem;
  align-content: center;
}

.formula-detail__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #757d73;
}

.formula-detail__title,
.story-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  line-height: 0.94;
}

.formula-detail__concern {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #50584f;
}

.formula-detail__copy {
  margin-top: 0.12rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.trust-roller {
  display: flex;
  overflow: hidden;
  gap: 0.75rem;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #f4e6d7, #efe5d9);
  padding: 0.8rem;
}

.trust-roller__track {
  min-width: max-content;
  display: flex;
  gap: 0.65rem;
  animation: ticker 28s linear infinite;
}

.trust-roller__track span {
  border: 1px solid rgba(41, 45, 40, 0.2);
  background: rgba(255, 255, 255, 0.82);
  min-height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #454b44;
  white-space: nowrap;
}

.rewards-band {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1.1rem;
  align-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #f4e7d9, #eee0d4);
  padding: 1.3rem 1.4rem;
}

.rewards-band p {
  font-size: 13px;
  line-height: 1.5;
}

.story-rollers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.story-column {
  height: 35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f6efe4;
}

.story-column__track {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  animation: verticalRoll 18s ease-in-out infinite alternate;
}

.story-column--reverse .story-column__track {
  animation-direction: alternate-reverse;
}

.story-card {
  overflow: hidden;
  border: 1px solid rgba(223, 213, 199, 0.9);
  background: #fbf6ee;
}

.story-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.story-card h3,
.story-card p {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.story-card h3 {
  margin-top: 0.75rem;
}

.story-card p {
  margin-top: 0.25rem;
  margin-bottom: 0.82rem;
  font-size: 12.5px;
  line-height: 1.5;
}

.ugc-marquee__track {
  animation: ticker 38s linear infinite;
}

.ugc-video-card {
  width: 18rem;
  overflow: hidden;
}

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

.ugc-video-card p {
  padding: 0.75rem 0.85rem 0.85rem;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #505750;
}

.footer-band {
  background: linear-gradient(180deg, #efe4d6 0%, #e7d9c9 100%);
  padding: 3rem 1rem 1.6rem;
}

.footer-band__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  text-align: left;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.footer-copy {
  display: none;
}

.footer-column {
  display: grid;
  gap: 0.4rem;
}

.footer-heading {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4c5346;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-links a {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(41, 45, 40, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom-banner {
  border-top: 1px solid rgba(41, 45, 40, 0.18);
  padding-top: 0.9rem;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  justify-content: center;
}

.footer-social-label {
  line-height: 1;
}

.footer-bottom-banner p {
  margin: 0;
}

.our-story-hero {
  border: 1px solid var(--line);
  background: linear-gradient(118deg, #f4e7d9 0%, #f8f4ed 55%, #f3ede4 100%);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: stretch;
}

.our-story-hero__copy {
  padding: clamp(1.2rem, 2.4vw, 2.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
}

.our-story-hero__copy .hero-copy {
  max-width: 36rem;
}

.our-story-hero__media-wrap {
  border-left: 1px solid var(--line);
}

.our-story-hero__media {
  width: 100%;
  height: 100%;
  min-height: clamp(19rem, 42vw, 34rem);
  object-fit: cover;
}

.story-proof-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.story-proof-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 0.95rem;
}

.story-proof-card__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1;
  color: #223425;
}

.story-proof-card h3 {
  margin-top: 0.3rem;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-proof-card p {
  margin-top: 0.52rem;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.origin-story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.origin-story-split__media-wrap,
.origin-story-split__copy {
  border: 1px solid var(--line);
  background: var(--panel);
}

.origin-story-split__media {
  width: 100%;
  height: 100%;
  min-height: clamp(20rem, 40vw, 34rem);
  object-fit: cover;
}

.origin-story-split__copy {
  padding: clamp(1rem, 2.2vw, 2rem);
  display: grid;
  align-content: center;
  gap: 0.65rem;
}

.origin-story-split__copy p {
  color: var(--muted);
  line-height: 1.64;
}

.story-timeline {
  margin-top: 1rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.story-timeline__item {
  padding: 0.95rem 1rem 1.05rem;
  border-bottom: 1px solid var(--line);
}

.story-timeline__item:last-child {
  border-bottom: 0;
}

.story-timeline__year {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #738073;
}

.story-timeline__item h3 {
  margin-top: 0.35rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2vw, 1.92rem);
  line-height: 1.05;
}

.story-timeline__item p {
  margin-top: 0.4rem;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.story-principles-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.story-principle-card {
  border: 1px solid var(--line);
  background: #f7f2e9;
  padding: 1rem;
}

.story-principle-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.story-principle-card p {
  margin-top: 0.46rem;
  font-size: 13px;
  line-height: 1.58;
  color: var(--muted);
}

.founders-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.founder-card {
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.founder-card img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.founder-card > div {
  padding: 1rem 1rem 1.1rem;
}

.founder-card .eyebrow {
  margin-bottom: 0.4rem;
}

.story-gallery-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.story-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.our-story-cta {
  border: 1px solid var(--line);
  background: linear-gradient(120deg, #f6ebde 0%, #f8f4ec 100%);
  box-shadow: var(--shadow);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
}

.blogs-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-tile {
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.blog-tile--featured {
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: none;
}

.blog-tile img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.blog-tile__body {
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.blog-meta {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #798178;
}

.blog-tile h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.06;
}

.blog-tile__body p {
  font-size: 13px;
  line-height: 1.58;
  color: var(--muted);
}

.blog-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-blogs-page .blogs-main {
  background: var(--bg);
  font-family: 'Inter', 'MontserratLocal', 'Montserrat', Arial, sans-serif;
}

.wc-blogs-page .blogs-shell {
  width: min(1600px, 100% - 40px);
  margin: 0 auto;
}

.wc-blogs-page .blogs-story-head {
  padding: 1.1rem 0 0.6rem;
}

.wc-blogs-page .blogs-story-head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.9;
}

.wc-blogs-page .blogs-featured-band {
  padding: 0.2rem 0 1.2rem;
}

.wc-blogs-page .blogs-featured-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.wc-blogs-page .blogs-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.78fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  padding-bottom: 1rem;
}

.wc-blogs-page .blogs-featured__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wc-blogs-page .blogs-featured__copy {
  display: grid;
  align-content: center;
  gap: 0.4rem;
  max-width: 29rem;
}

.wc-blogs-page .blogs-kicker {
  font-size: 14px;
  color: #666;
}

.wc-blogs-page .blogs-featured__copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
  line-height: 1;
}

.wc-blogs-page .blogs-featured__copy p {
  max-width: 28rem;
  font-size: 13px;
  line-height: 1.52;
  color: var(--muted);
}

.wc-blogs-page .blogs-readmore {
  width: fit-content;
  margin-top: 0.2rem;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wc-blogs-page .blogs-grid-band {
  padding-bottom: 0.5rem;
}

.wc-blogs-page .blogs-grid-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
}

.wc-blogs-page .blogs-grid-item {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.48rem;
  align-content: start;
}

.wc-blogs-page .blogs-grid-item__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wc-blogs-page .blogs-grid-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 0.98;
}

.wc-blogs-page .blogs-date {
  margin-top: 0;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: #656565;
}

.wc-blogs-page .blogs-pagination {
  margin-top: 1.55rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.16rem;
  font-size: 14px;
}

.wc-blogs-page .blogs-pagination a,
.wc-blogs-page .blogs-pagination span {
  min-width: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.wc-blogs-page .blogs-pagination a[aria-current='page'] {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes verticalRoll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-34%);
  }
}

@media (hover: hover) {
  .hero-film:hover .hero-film__track,
  .review-marquee:hover .review-marquee__track,
  .ugc-marquee:hover .ugc-marquee__track,
  .trust-roller:hover .trust-roller__track,
  .story-column:hover .story-column__track {
    animation-play-state: paused;
  }
}

@media (max-width: 1279px) {
  .hero-film,
  .study-banner,
  .formula-match,
  .shop-buybox,
  .shop-top-product,
  .results-feature {
    grid-template-columns: 1fr;
  }

  .hero-film__viewport {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-film__card {
    width: min(38vw, 16rem);
  }

  .formula-match {
    grid-template-columns: 1fr;
  }

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

  .formula-strip__tile {
    flex-basis: calc((100% - 11px) / 2);
    min-width: calc((100% - 11px) / 2);
  }

  .formula-strip {
    padding: 0 24px;
  }

  .formula-rail-nav {
    display: none;
  }

  .formula-detail {
    grid-template-columns: 1fr;
  }

  .formula-detail__visual-wrap {
    min-height: clamp(13rem, 36vw, 18rem);
  }

  .rewards-band {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .shop-vertical-grid,
  .results-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .our-story-hero,
  .origin-story-split,
  .blog-tile--featured {
    grid-template-columns: 1fr;
  }

  .our-story-hero__media-wrap {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .story-proof-grid,
  .story-principles-grid,
  .story-gallery-grid,
  .founders-grid,
  .blogs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .results-feature__copy {
    padding: 1rem;
  }

  .wc-blogs-page .blogs-featured-card {
    grid-template-columns: 1fr;
  }

  .wc-blogs-page .blogs-featured__media img {
    aspect-ratio: 5 / 4;
    max-height: 520px;
  }

  .wc-blogs-page .blogs-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .info-card {
    min-width: calc((100% - 1rem) / 2);
  }

  .shop-vertical-card--amazon {
    min-width: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 767px) {
  .header-shell {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    justify-items: start;
  }

  .header-logo {
    height: 25px;
  }

  .header-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .button-primary,
  .button-secondary {
    min-height: 2.65rem;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .hero-film__copy {
    padding: 1rem;
  }

  .our-story-hero__copy {
    text-align: left;
    padding: 1rem;
  }

  .origin-story-split__copy,
  .blog-tile__body,
  .founder-card > div {
    padding: 0.9rem;
  }

  .hero-film__card {
    width: min(58vw, 13.2rem);
  }

  .carousel-controls {
    display: none;
  }

  .benefits-grid,
  .story-rollers,
  .shop-vertical-grid,
  .howto-grid,
  .results-thumb-grid,
  .faq-grid,
  .story-proof-grid,
  .story-principles-grid,
  .story-gallery-grid,
  .founders-grid,
  .blogs-grid,
  .blog-tile--featured {
    grid-template-columns: 1fr;
  }

  .amazon-rating-inline {
    width: 100%;
    justify-content: center;
  }

  .shop-top-product__copy {
    padding: 0.95rem;
  }

  .results-split__pane {
    min-height: 11.2rem;
  }

  .results-feature__copy h3,
  .faq-card h3 {
    font-size: 1.5rem;
  }

  .faq-card {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    padding: 0.65rem;
    gap: 0.65rem;
  }

  .formula-strip {
    padding: 0;
  }

  .formula-strip__tile {
    flex-basis: 100%;
    min-width: 100%;
  }

  .formula-detail__content {
    padding: 0.95rem;
  }

  .info-card,
  .shop-vertical-card--amazon {
    min-width: 86%;
  }

  .study-banner,
  .rewards-band,
  .story-column__track {
    padding: 1rem;
  }

  .story-column {
    height: auto;
  }

  .story-column__track {
    animation: none;
  }

  .wc-blogs-page .blogs-shell {
    width: min(100% - 20px, 1600px);
  }

  .wc-blogs-page .blogs-featured-card {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .wc-blogs-page .blogs-featured__media img {
    aspect-ratio: 4 / 3;
  }

  .wc-blogs-page .blogs-featured__copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  .wc-blogs-page .blogs-grid-list {
    grid-template-columns: 1fr;
  }

  .wc-blogs-page .blogs-pagination {
    gap: 0.24rem;
    font-size: 13px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .footer-brand {
    grid-column: auto;
    order: 3;
  }

  .footer-links,
  .footer-socials {
    align-items: center;
  }

  .footer-social-link {
    justify-content: center;
  }

  .footer-logo {
    height: 36px;
  }
}

.footer-links,
.footer-heading,
.footer-socials,
.footer-bottom-banner {
  display: none;
}
