/* Tangerine homepage refinement.
   Loaded last: this is the single authoritative layout and color layer for home. */
:root {
  --tg-primary: #e7613d;
  --tg-primary-deep: #c94f31;
  --tg-secondary: #a7c0a5;
  --tg-secondary-soft: #e8efe7;
  --tg-cream-clean: #f7f3eb;
  --tg-white-clean: #fffdf9;
  --tg-charcoal: #302a27;
  --tg-copy: #655d58;
  --tg-border-clean: rgba(48, 42, 39, .13);
  --tg-radius: 20px;
  --tg-ease: cubic-bezier(.22, 1, .36, 1);
}

body {
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
}

/* Optical logo alignment: the SVG artwork sits low inside its own viewBox. */
.pt-header .pt-brand__logo {
  display: block;
  transform: translateY(-3px);
}

.pt-home {
  overflow: clip;
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
}

.pt-home .pt-shell,
.pt-footer .pt-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.pt-home > section {
  position: relative;
  isolation: isolate;
}

.pt-home h1,
.pt-home h2,
.pt-home h3 {
  text-wrap: balance;
}

.pt-home .pt-home-kicker,
.pt-home .pt-home-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--tg-primary);
  font-family: "Manrope", sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pt-home .pt-button {
  display: inline-flex;
  min-height: 52px;
  margin: 0;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border: 1px solid var(--tg-primary);
  border-radius: 999px;
  box-shadow: none;
  font-family: "Manrope", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .25s var(--tg-ease);
}

.pt-home .pt-button:hover {
  color: var(--tg-white-clean);
  background: var(--tg-primary-deep);
  border-color: var(--tg-primary-deep);
  transform: translateY(-2px);
}

/* Keep the old global parallax helper from translating media outside frames. */
.pt-home [data-scroll-media] {
  translate: none !important;
  scale: 1 !important;
}

/* Hero */
.pt-home .pt-home-hero {
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 94px);
  color: var(--tg-white-clean);
  background:
    radial-gradient(circle at 7% 0%, rgba(255, 253, 249, .14), transparent 32%),
    var(--tg-primary);
}

.pt-home .pt-home-hero__grid {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.pt-home .pt-home-hero__copy {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 600px;
}

.pt-home .pt-home-hero h1 {
  max-width: 9ch;
  margin: 0 0 26px;
  color: var(--tg-white-clean);
  font-family: "Alegreya", serif;
  font-size: clamp(4.5rem, 7vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .84;
}

.pt-home .pt-home-hero h1 em {
  color: var(--tg-secondary);
  font-weight: 400;
}

.pt-home .pt-home-hero__lead {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 253, 249, .82);
  font-size: 1rem;
  line-height: 1.72;
}

.pt-home .pt-actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pt-home .pt-home-link {
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  gap: 10px;
  color: var(--tg-white-clean);
  border-bottom: 1px solid rgba(255, 253, 249, .42);
  font-size: .72rem;
  font-weight: 700;
}

.pt-home .pt-home-link span {
  color: var(--tg-secondary);
}

.pt-home .pt-hero-trust {
  display: grid;
  width: 100%;
  max-width: 540px;
  margin: 40px 0 0;
  padding: 20px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid rgba(255, 253, 249, .28);
  list-style: none;
}

.pt-home .pt-hero-trust li,
.pt-home .pt-hero-trust li + li {
  min-width: 0;
  padding: 0;
  border: 0;
}

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

.pt-home .pt-hero-trust span {
  margin-bottom: 5px;
  color: var(--tg-secondary);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pt-home .pt-hero-trust strong {
  color: var(--tg-white-clean);
  font-family: "Alegreya", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.pt-home .pt-home-hero__media {
  position: relative;
  inset: auto;
  overflow: hidden;
  width: 100%;
  height: clamp(540px, 60vw, 720px);
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tg-secondary);
  border: 0;
  border-radius: 26px;
  box-shadow: none;
}

.pt-home .pt-home-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(231, 97, 61, .4));
  content: "";
  pointer-events: none;
}

.pt-home .pt-home-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: none;
  transition: transform .9s var(--tg-ease);
}

.pt-home .pt-home-hero__media:hover img {
  transform: scale(1.025);
}

.pt-home .pt-home-hero__caption {
  right: 20px;
  bottom: 18px;
  left: auto;
  z-index: 2;
  padding: 9px 12px;
  color: var(--tg-white-clean);
  background: rgba(231, 97, 61, .62);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  font-size: .56rem;
  letter-spacing: .1em;
  backdrop-filter: blur(10px);
}

.pt-home .pt-home-hero .pt-home-hero__eyebrow {
  color: var(--tg-secondary);
}

.pt-home .pt-home-hero .pt-button {
  color: var(--tg-primary);
  background: var(--tg-white-clean);
  border-color: var(--tg-white-clean);
}

.pt-home .pt-home-hero .pt-button:hover {
  color: var(--tg-primary-deep);
  background: var(--tg-secondary);
  border-color: var(--tg-secondary);
}

/* Brand rhythm */
.pt-home .pt-marquee {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-block: 20px;
  color: #626260;
  background: #e7e7e5;
  border: 0;
}

.pt-home .pt-marquee__viewport {
  overflow: hidden;
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

@media (max-width: 780px) {
  .pt-home .pt-marquee__viewport {
    width: calc(100% - 20px);
  }
}

.pt-home .pt-marquee::before,
.pt-home .pt-marquee::after {
  display: none;
}

.pt-home .pt-marquee__track {
  gap: clamp(54px, 6vw, 96px);
  animation-duration: 36s;
  animation-delay: -11s;
}

.pt-home .pt-marquee__item {
  padding-inline: 0;
  color: #666664;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.pt-home .pt-marquee__item::after {
  display: none;
}

/* Product introduction and rail */
.pt-home .pt-buy {
  padding-block: clamp(64px, 7vw, 94px);
  background: var(--tg-white-clean);
}

.pt-home .pt-buy__intro {
  display: block;
  margin: 0 0 clamp(30px, 4vw, 46px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pt-home .pt-buy__intro-copy {
  max-width: 780px;
}

.pt-home .pt-buy__intro h2,
.pt-home .pt-way__header h2,
.pt-home .pt-reviews-clean__head h2,
.pt-home .pt-faq-clean__intro h2 {
  margin: 0 0 22px;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
}

.pt-home .pt-buy__intro h2 {
  max-width: none;
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 4.8vw, 5.2rem);
  line-height: .96;
}

.pt-home .pt-buy__intro h2 em,
.pt-home .pt-way__header h2 em,
.pt-home .pt-reviews-clean__head h2 em,
.pt-home .pt-faq-clean__intro h2 em {
  color: var(--tg-primary);
  font-weight: 400;
}

.pt-home .pt-buy__intro-lead {
  max-width: 54ch;
  margin: 0;
  color: var(--tg-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.pt-home .pt-buy__options {
  display: flex;
  overflow-x: auto;
  margin: 0;
  padding: 3px 1px 18px;
  align-items: stretch;
  gap: 14px;
  scroll-behavior: smooth;
  scroll-padding-left: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--tg-primary) rgba(48, 42, 39, .08);
  scrollbar-width: thin;
}

.pt-home .pt-buy-option,
.pt-home .pt-buy-option:hover,
.pt-home .pt-buy-option.is-featured,
.pt-home .pt-buy-option.is-featured:hover {
  display: flex;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  padding: 0 20px 23px;
  flex: 0 0 clamp(272px, 24vw, 318px);
  flex-direction: column;
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
  border: 1px solid var(--tg-border-clean);
  border-radius: 16px;
  box-shadow: none;
  scroll-snap-align: start;
  transform: none;
  transition: border-color .2s ease, box-shadow .3s ease, transform .3s var(--tg-ease);
}

.pt-home .pt-buy-option:hover {
  border-color: rgba(231, 97, 61, .55);
  box-shadow: 0 20px 55px rgba(48, 42, 39, .09);
  transform: translateY(-4px);
}

.pt-home .pt-buy-option > .pt-buy-option__visual,
.pt-home .pt-buy-option.is-featured > .pt-buy-option__visual {
  display: grid;
  overflow: hidden;
  width: calc(100% + 40px);
  height: 280px;
  min-height: 0;
  margin: 0 -20px 18px;
  padding: 17px;
  place-items: center;
  flex: 0 0 auto;
  background: #f1eee9;
  border: 0;
  border-radius: 15px 15px 0 0;
}

.pt-home .pt-buy-option > .pt-buy-option__visual img,
.pt-home .pt-buy-option.is-featured > .pt-buy-option__visual img {
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  transition: transform .6s var(--tg-ease);
}

.pt-home .pt-buy-option:hover > .pt-buy-option__visual img {
  transform: scale(1.025);
}

.pt-home .pt-buy-option.pt-buy-option--photonic > .pt-buy-option__visual img,
.pt-home .pt-buy-option.pt-buy-option--tall-bottle > .pt-buy-option__visual img {
  width: 96%;
  height: 96% !important;
  transform: translateY(-5px) !important;
}

.pt-home .pt-buy-option.pt-buy-option--ampm > .pt-buy-option__visual img {
  width: 112%;
  height: 112% !important;
  transform: translateY(-2px) !important;
}

.pt-home .pt-buy-option__label {
  color: var(--tg-primary);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pt-home .pt-buy-option__title {
  display: block;
  margin: 12px 0 0;
}

.pt-home .pt-buy-option__title h3,
.pt-home .pt-buy-option.is-featured .pt-buy-option__title h3 {
  margin: 0;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: 1.62rem;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.pt-home .pt-home-all-products {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

/* The Tangerine way: stable editorial grid, no text/image overlap. */
.pt-home .pt-way {
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 124px);
  color: var(--tg-charcoal);
  background: var(--tg-secondary-soft);
}

.pt-home .pt-way__header {
  display: grid;
  margin: 0 0 clamp(38px, 5vw, 62px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: end;
}

.pt-home .pt-way__header h2 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 5.7vw, 6.2rem);
}

.pt-home .pt-way__intro {
  margin: 0 0 4px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(48, 42, 39, .2);
}

.pt-home .pt-way__intro p {
  max-width: 44ch;
  margin: 0 0 18px;
  color: var(--tg-copy);
  font-size: .92rem;
  line-height: 1.7;
}

.pt-home .pt-way__intro span {
  color: var(--tg-primary);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pt-home .pt-way__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  grid-template-rows: repeat(2, minmax(330px, 1fr));
  gap: 14px;
}

.pt-home .pt-way__grid .pt-way-card,
.pt-home .pt-way__grid .pt-way-card:hover {
  position: relative;
  display: grid;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  padding: 0;
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
  border: 1px solid rgba(48, 42, 39, .1);
  border-radius: var(--tg-radius);
  box-shadow: none;
  isolation: isolate;
  transform: none;
}

.pt-home .pt-way__grid .pt-way-card--feature {
  min-height: 674px;
  grid-row: 1 / span 2;
  grid-template-rows: minmax(390px, 1fr) auto;
}

.pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
  min-height: 330px;
  grid-template-columns: minmax(155px, .82fr) minmax(0, 1.18fr);
}

.pt-home .pt-way__grid .pt-way-card::before,
.pt-home .pt-way__grid .pt-way-card::after {
  display: none;
}

.pt-home .pt-way__grid .pt-way-card > img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .75s var(--tg-ease);
}

.pt-home .pt-way__grid .pt-way-card--feature > img {
  min-height: 390px;
  object-position: 62% center;
}

.pt-home .pt-way__grid .pt-way-card--citrus > img {
  object-position: center top;
}

.pt-home .pt-way__grid .pt-way-card--adventure > img {
  object-position: center;
}

.pt-home .pt-way__grid .pt-way-card:hover > img {
  transform: scale(1.025);
}

.pt-home .pt-way__grid .pt-way-card > div {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 3vw, 36px);
  flex-direction: column;
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
}

.pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) > div {
  padding: 24px;
}

.pt-home .pt-way__grid .pt-way-card > div > span {
  display: block;
  margin: 0 0 11px;
  color: var(--tg-primary);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pt-home .pt-way__grid .pt-way-card h3,
.pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) h3 {
  max-width: 16ch;
  margin: 0 0 10px;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
}

.pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) h3 {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.pt-home .pt-way__grid .pt-way-card > div > p {
  max-width: 43ch;
  margin: 0;
  color: var(--tg-copy);
  font-size: .78rem;
  line-height: 1.56;
}

.pt-home .pt-way__grid .pt-process-card__link {
  display: flex;
  width: 100%;
  max-width: none;
  margin: auto 0 0;
  padding: 17px 0 0;
  align-items: center;
  justify-content: space-between;
  color: var(--tg-charcoal);
  border-top: 1px solid var(--tg-border-clean);
  font-size: .64rem;
  font-weight: 700;
}

.pt-home .pt-way__grid .pt-process-card__link b {
  color: var(--tg-primary);
  font-size: 1rem;
  transition: transform .2s ease;
}

.pt-home .pt-way__grid .pt-process-card__link:hover b {
  transform: translateX(4px);
}

/* Real-routine feature: an intentional split, never layered. */
.pt-home .pt-impact-clean {
  display: block;
  min-height: 0;
  padding-block: clamp(76px, 9vw, 124px);
  color: var(--tg-white-clean);
  background: var(--tg-primary);
}

.pt-home .pt-impact-clean__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.pt-home .pt-impact-clean__media {
  position: relative;
  overflow: hidden;
  height: clamp(500px, 55vw, 680px);
  border-radius: 24px;
}

.pt-home .pt-impact-clean__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .9s var(--tg-ease);
}

.pt-home .pt-impact-clean__media:hover img {
  transform: scale(1.025);
}

.pt-home .pt-impact-clean .pt-impact-banner__content {
  position: relative;
  inset: auto;
  width: auto;
  max-width: 540px;
  margin: 0;
  padding: 0;
  color: var(--tg-white-clean);
  transform: none;
}

.pt-home .pt-impact-clean .pt-home-kicker {
  color: rgba(255, 253, 249, .76);
}

.pt-home .pt-impact-clean h2 {
  max-width: 8ch;
  margin: 0 0 24px;
  color: var(--tg-white-clean);
  font-family: "Alegreya", serif;
  font-size: clamp(4rem, 6vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .86;
}

.pt-home .pt-impact-clean h2 em {
  color: var(--tg-charcoal);
  font-weight: 400;
}

.pt-home .pt-impact-clean .pt-impact-banner__content > p:not(.pt-home-kicker) {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 253, 249, .83);
  font-size: .96rem;
  line-height: 1.72;
}

.pt-home .pt-impact-clean .pt-button {
  margin-top: 28px;
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
  border-color: var(--tg-white-clean);
}

.pt-home .pt-impact-clean .pt-button:hover {
  color: var(--tg-charcoal);
  background: var(--tg-secondary);
  border-color: var(--tg-secondary);
}

/* Philosophy: balanced side-by-side composition, no overlapping panel. */
.pt-home .pt-philosophy {
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 124px);
  background: var(--tg-cream-clean);
}

.pt-home .pt-philosophy__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr);
  gap: 16px;
  align-items: stretch;
}

.pt-home .pt-philosophy__visual {
  position: relative;
  overflow: hidden;
  height: 650px;
  margin: 0;
  grid-column: auto;
  grid-row: auto;
  background: var(--tg-secondary);
  border: 0;
  border-radius: 22px;
  box-shadow: none;
}

.pt-home .pt-philosophy__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  transition: transform .85s var(--tg-ease);
}

.pt-home .pt-philosophy__visual:hover img {
  transform: scale(1.025);
}

.pt-home .pt-philosophy__card {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 650px;
  padding: clamp(38px, 5vw, 66px);
  flex-direction: column;
  justify-content: center;
  color: var(--tg-charcoal);
  background: var(--tg-secondary);
  grid-column: auto;
  grid-row: auto;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
}

.pt-home .pt-philosophy__card .pt-home-kicker {
  margin-bottom: 18px;
  color: var(--tg-charcoal);
}

.pt-home .pt-philosophy__card h2 {
  max-width: 10ch;
  margin: 0 0 24px;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: clamp(3.35rem, 4.8vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
}

.pt-home .pt-philosophy__card h2 em {
  color: var(--tg-primary);
  font-weight: 400;
}

.pt-home .pt-philosophy__lead {
  max-width: 44ch;
  margin: 0;
  color: rgba(48, 42, 39, .72);
  font-size: .91rem;
  line-height: 1.68;
}

.pt-home .pt-philosophy__link {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  margin-top: 26px;
  padding: 12px 19px;
  align-items: center;
  gap: 24px;
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 700;
}

.pt-home .pt-philosophy__link:hover {
  color: var(--tg-white-clean);
  background: var(--tg-primary-deep);
  transform: translateY(-2px);
}

.pt-home .pt-philosophy__principles {
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(48, 42, 39, .19);
  list-style: none;
}

.pt-home .pt-philosophy__principles li {
  min-width: 0;
  padding: 16px 10px 0 0;
}

.pt-home .pt-philosophy__principles span,
.pt-home .pt-philosophy__principles strong {
  display: block;
}

.pt-home .pt-philosophy__principles span {
  margin: 0 0 7px;
  color: var(--tg-primary);
  font-size: .56rem;
  font-weight: 700;
}

.pt-home .pt-philosophy__principles strong {
  color: var(--tg-charcoal);
  font-size: .66rem;
  line-height: 1.35;
}

/* Reviews: transform-based slider with compact cards. */
.pt-home .pt-reviews-clean {
  overflow: hidden;
  padding-block: clamp(76px, 8vw, 110px);
  color: var(--tg-charcoal);
  background: var(--tg-white-clean);
}

.pt-home .pt-reviews-clean__head {
  display: grid;
  margin: 0 0 clamp(32px, 5vw, 52px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

.pt-home .pt-reviews-clean__head h2 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 5vw, 5.4rem);
}

.pt-home .pt-reviews-clean__head > p {
  max-width: 38ch;
  margin: 0 0 4px;
  padding: 20px 0 0;
  color: var(--tg-copy);
  border-top: 1px solid var(--tg-border-clean);
  font-size: .84rem;
  line-height: 1.65;
}

.pt-home .pt-reviews-clean .pt-reviews__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  scroll-behavior: auto;
  scroll-snap-type: none;
  touch-action: pan-y;
}

.pt-home .pt-reviews-clean .pt-reviews__track {
  display: flex;
  width: 100%;
  gap: 14px;
  will-change: transform;
  transition: transform .7s var(--tg-ease);
}

.pt-home .pt-reviews-clean .pt-reviews__track::after {
  display: none;
}

.pt-home .pt-reviews-clean .pt-reviews__card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  margin: 0;
  padding: clamp(26px, 3vw, 36px);
  flex: 0 0 calc((100% - 14px) / 2);
  flex-direction: column;
  color: var(--tg-charcoal);
  background: var(--tg-secondary-soft);
  border: 1px solid rgba(167, 192, 165, .65);
  border-radius: 18px;
  box-shadow: none;
  scroll-snap-align: none;
}

.pt-home .pt-reviews-clean .pt-reviews__card:nth-child(even) {
  background: var(--tg-cream-clean);
  border-color: var(--tg-border-clean);
}

.pt-home .pt-reviews-clean .pt-reviews__card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pt-home .pt-reviews-clean .pt-reviews__card > div > span {
  color: var(--tg-primary);
  font-size: .72rem;
  letter-spacing: .13em;
}

.pt-home .pt-reviews-clean .pt-reviews__card > div > small {
  color: rgba(48, 42, 39, .48);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .11em;
}

.pt-home .pt-reviews-clean .pt-reviews__card blockquote {
  max-width: 25ch;
  margin: auto 0;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.pt-home .pt-reviews-clean .pt-reviews__card figcaption {
  padding-top: 18px;
  border-top: 1px solid rgba(48, 42, 39, .14);
}

.pt-home .pt-reviews-clean .pt-reviews__card cite,
.pt-home .pt-reviews-clean .pt-reviews__card cite b,
.pt-home .pt-reviews-clean .pt-reviews__card cite span {
  display: block;
  font-style: normal;
}

.pt-home .pt-reviews-clean .pt-reviews__card cite b {
  color: var(--tg-charcoal);
  font-size: .73rem;
}

.pt-home .pt-reviews-clean .pt-reviews__card cite span {
  margin-top: 3px;
  color: rgba(48, 42, 39, .58);
  font-size: .62rem;
}

.pt-home .pt-reviews-clean__controls {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 66px minmax(100px, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.pt-home .pt-reviews-clean__controls > span {
  color: var(--tg-primary);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .11em;
}

.pt-home .pt-reviews-clean__progress {
  overflow: hidden;
  height: 2px;
  background: rgba(48, 42, 39, .11);
}

.pt-home .pt-reviews-clean__progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--tg-primary);
  transform: scaleX(.1);
  transform-origin: left;
  transition: transform .6s var(--tg-ease);
}

.pt-home .pt-reviews-clean .pt-reviews__nav {
  display: flex;
  gap: 8px;
}

.pt-home .pt-reviews-clean .pt-reviews__nav button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--tg-charcoal);
  background: transparent;
  border: 1px solid rgba(48, 42, 39, .2);
  border-radius: 50%;
  cursor: pointer;
}

.pt-home .pt-reviews-clean .pt-reviews__nav button:hover {
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border-color: var(--tg-primary);
}

/* FAQ */
.pt-home .pt-faq-clean {
  padding-block: clamp(76px, 9vw, 124px);
  color: var(--tg-charcoal);
  background: var(--tg-secondary-soft);
  border: 0;
}

.pt-home .pt-faq-clean__grid {
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 9vw, 128px);
  align-items: start;
}

.pt-home .pt-faq-clean__intro {
  position: sticky;
  top: calc(var(--pt-nav-total, 96px) + 32px);
}

.pt-home .pt-faq-clean__intro .pt-home-kicker {
  color: var(--tg-primary);
}

.pt-home .pt-faq-clean__intro h2 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 5vw, 5.4rem);
}

.pt-home .pt-faq-clean__intro > p:not(.pt-home-kicker) {
  max-width: 40ch;
  margin: 0;
  color: var(--tg-copy);
  font-size: .88rem;
  line-height: 1.68;
}

.pt-home .pt-faq-clean__support {
  display: block;
  max-width: 360px;
  margin-top: 34px;
  padding: 21px 22px;
  color: var(--tg-charcoal);
  background: rgba(255, 253, 249, .72);
  border: 1px solid rgba(48, 42, 39, .1);
  border-radius: 14px;
}

.pt-home .pt-faq-clean__support span,
.pt-home .pt-faq-clean__support strong,
.pt-home .pt-faq-clean__support a {
  display: block;
}

.pt-home .pt-faq-clean__support span {
  color: rgba(48, 42, 39, .55);
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pt-home .pt-faq-clean__support strong {
  margin-top: 5px;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.pt-home .pt-faq-clean__support a {
  margin-top: 15px;
  color: var(--tg-primary);
  font-size: .67rem;
  font-weight: 700;
}

.pt-home .pt-faq-clean__list {
  border-top: 1px solid rgba(48, 42, 39, .17);
}

.pt-home .pt-faq-clean__list details {
  color: var(--tg-charcoal);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(48, 42, 39, .17);
  border-radius: 0;
}

.pt-home .pt-faq-clean__list summary {
  display: grid;
  min-height: 88px;
  padding: 22px 0;
  grid-template-columns: 40px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  color: var(--tg-charcoal);
  cursor: pointer;
  list-style: none;
}

.pt-home .pt-faq-clean__list summary::-webkit-details-marker {
  display: none;
}

.pt-home .pt-faq-clean__list summary > span {
  color: var(--tg-primary);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.pt-home .pt-faq-clean__list summary > strong {
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.1;
}

.pt-home .pt-faq-clean__list summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--tg-primary);
  background: rgba(255, 253, 249, .65);
  border: 1px solid rgba(48, 42, 39, .13);
  border-radius: 50%;
  content: "+";
  font-size: 1rem;
}

.pt-home .pt-faq-clean__list details[open] summary::after {
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border-color: var(--tg-primary);
  content: "−";
}

.pt-home .pt-faq-clean__list details > p {
  max-width: 64ch;
  margin: -4px 44px 28px 52px;
  color: var(--tg-copy);
  font-size: .82rem;
  line-height: 1.72;
}

.pt-home .pt-faq-clean__list details > p a {
  color: var(--tg-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Closing CTA */
.pt-home .pt-final-clean {
  padding-block: clamp(38px, 5vw, 70px);
  color: var(--tg-charcoal);
  background: var(--tg-cream-clean);
  border: 0;
}

.pt-home .pt-final-clean__frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 67vw, 800px);
  border-radius: 24px;
  isolation: isolate;
}

.pt-home .pt-final-clean__frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
}

.pt-home .pt-final-clean__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(48, 42, 39, .3), transparent 62%);
}

.pt-home .pt-final-clean__panel {
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  z-index: 2;
  width: min(510px, calc(100% - 36px));
  padding: clamp(28px, 4vw, 46px);
  color: var(--tg-charcoal);
  background: rgba(255, 253, 249, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(48, 42, 39, .18);
  backdrop-filter: blur(14px);
}

.pt-home .pt-final-clean .pt-home-kicker {
  color: var(--tg-primary);
}

.pt-home .pt-final-clean h2 {
  max-width: none;
  margin: 0 0 18px;
  color: var(--tg-charcoal);
  font-family: "Alegreya", serif;
  font-size: clamp(3.35rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .88;
}

.pt-home .pt-final-clean h2 em {
  color: var(--tg-primary);
  font-weight: 400;
}

.pt-home .pt-final-clean .pt-final__offer {
  max-width: 38ch;
  margin: 0;
  color: var(--tg-copy);
  font-size: .88rem;
  line-height: 1.65;
}

.pt-home .pt-final-clean .pt-final__actions {
  display: grid;
  margin-top: 25px;
  gap: 8px;
}

.pt-home .pt-final-clean .pt-final-action {
  display: flex;
  min-height: 68px;
  padding: 13px 16px 13px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--tg-charcoal);
  background: transparent;
  border: 1px solid rgba(48, 42, 39, .18);
  border-radius: 12px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.pt-home .pt-final-clean .pt-final-action span,
.pt-home .pt-final-clean .pt-final-action strong,
.pt-home .pt-final-clean .pt-final-action small {
  display: block;
}

.pt-home .pt-final-clean .pt-final-action strong {
  font-size: .73rem;
}

.pt-home .pt-final-clean .pt-final-action small {
  margin-top: 3px;
  color: rgba(48, 42, 39, .58);
  font-size: .59rem;
}

.pt-home .pt-final-clean .pt-final-action > b {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  background: rgba(48, 42, 39, .07);
  border-radius: 50%;
  transition: transform .2s ease;
}

.pt-home .pt-final-clean .pt-final-action--primary {
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border-color: var(--tg-primary);
}

.pt-home .pt-final-clean .pt-final-action--primary small {
  color: rgba(255, 253, 249, .7);
}

.pt-home .pt-final-clean .pt-final-action--primary > b {
  color: var(--tg-charcoal);
  background: var(--tg-secondary);
}

.pt-home .pt-final-clean .pt-final-action:hover {
  border-color: var(--tg-primary);
  transform: translateY(-2px);
}

.pt-home .pt-final-clean .pt-final-action--primary:hover {
  color: var(--tg-white-clean);
  background: var(--tg-primary-deep);
  border-color: var(--tg-primary-deep);
}

.pt-home .pt-final-clean .pt-final-action:hover > b {
  transform: translateX(3px);
}

/* Footer: warm charcoal, never green. */
.pt-footer {
  padding: clamp(72px, 8vw, 106px) 0 34px;
  color: rgba(255, 253, 249, .76);
  background: var(--tg-charcoal) !important;
  border-top: 7px solid var(--tg-primary);
}

.pt-footer .pt-footer__top {
  display: grid;
  padding: 0 0 clamp(46px, 6vw, 72px);
  grid-template-columns: minmax(300px, 1.45fr) repeat(3, minmax(120px, .55fr));
  gap: clamp(36px, 6vw, 78px);
}

.pt-footer .pt-footer__monogram,
.pt-footer .pt-footer__label {
  color: var(--tg-secondary);
}

.pt-footer .pt-brand--footer {
  color: var(--tg-white-clean);
}

.pt-footer .pt-brand span::after {
  color: var(--tg-primary);
}

.pt-footer .pt-footer__promise {
  max-width: 44ch;
  color: rgba(255, 253, 249, .62);
}

.pt-footer .pt-footer__shop-link {
  color: var(--tg-white-clean);
  border-bottom-color: rgba(255, 253, 249, .3);
}

.pt-footer .pt-footer__shop-link span {
  color: var(--tg-primary);
}

.pt-footer .pt-footer__links a,
.pt-footer .pt-footer__bottom a {
  color: rgba(255, 253, 249, .7);
}

.pt-footer .pt-footer__links a:hover,
.pt-footer .pt-footer__bottom a:hover,
.pt-footer .pt-footer__links .pt-footer__email {
  color: var(--tg-primary);
}

.pt-footer .pt-footer__bottom {
  color: rgba(255, 253, 249, .42);
  border-top-color: rgba(255, 253, 249, .12);
}

.pt-home-route .pt-kit-cta {
  display: none;
}

.pt-kit-cta {
  color: var(--tg-white-clean);
  background: rgba(48, 42, 39, .97) !important;
  border-top-color: rgba(255, 253, 249, .12);
}

.pt-kit-cta .pt-kit-cta__button {
  color: var(--tg-white-clean);
  background: var(--tg-primary);
  border-color: var(--tg-primary);
}

/* Responsive system */
@media (max-width: 1040px) {
  .pt-home .pt-home-hero__grid,
  .pt-home .pt-buy__intro,
  .pt-home .pt-impact-clean__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 42px;
  }

  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
  }

  .pt-home .pt-philosophy__stage {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 840px) {
  .pt-home .pt-home-hero__grid,
  .pt-home .pt-buy__intro,
  .pt-home .pt-impact-clean__grid,
  .pt-home .pt-philosophy__stage,
  .pt-home .pt-faq-clean__grid {
    grid-template-columns: 1fr;
  }

  .pt-home .pt-home-hero__copy,
  .pt-home .pt-buy__intro-copy,
  .pt-home .pt-impact-clean .pt-impact-banner__content {
    max-width: 680px;
  }

  .pt-home .pt-home-hero__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pt-home .pt-way__header,
  .pt-home .pt-reviews-clean__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pt-home .pt-way__intro,
  .pt-home .pt-reviews-clean__head > p {
    max-width: 620px;
  }

  .pt-home .pt-way__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .pt-home .pt-way__grid .pt-way-card--feature {
    min-height: 600px;
    grid-row: auto;
  }

  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
    min-height: 310px;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    grid-template-rows: auto;
  }

  .pt-home .pt-impact-clean__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pt-home .pt-philosophy__visual {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pt-home .pt-philosophy__card {
    min-height: 0;
  }

  .pt-home .pt-faq-clean__intro {
    position: relative;
    top: auto;
  }

  .pt-home .pt-faq-clean__support {
    max-width: 440px;
  }

  .pt-footer .pt-footer__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pt-footer .pt-footer__brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .pt-home .pt-shell,
  .pt-footer .pt-shell {
    width: min(100% - 32px, 1280px);
  }

  .pt-home .pt-home-hero,
  .pt-home .pt-buy,
  .pt-home .pt-way,
  .pt-home .pt-impact-clean,
  .pt-home .pt-philosophy,
  .pt-home .pt-reviews-clean,
  .pt-home .pt-faq-clean {
    padding-block: 62px;
  }

  .pt-home .pt-home-hero__grid {
    gap: 34px;
  }

  .pt-home .pt-home-hero h1 {
    max-width: 10ch;
    font-size: clamp(3.8rem, 17vw, 5.2rem);
  }

  .pt-home .pt-home-hero__lead {
    font-size: .92rem;
  }

  .pt-home .pt-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .pt-home .pt-hero-trust {
    gap: 10px;
  }

  .pt-home .pt-hero-trust strong {
    font-size: 1rem;
  }

  .pt-home .pt-home-hero__media {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .pt-home .pt-buy__intro {
    gap: 28px;
  }

  .pt-home .pt-buy__intro h2,
  .pt-home .pt-way__header h2,
  .pt-home .pt-reviews-clean__head h2,
  .pt-home .pt-faq-clean__intro h2 {
    font-size: clamp(3.15rem, 14vw, 4.35rem);
  }

  .pt-home .pt-buy__intro .pt-buy__media {
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .pt-home .pt-buy__options {
    margin-right: -16px;
    padding-right: 16px;
  }

  .pt-home .pt-buy-option,
  .pt-home .pt-buy-option:hover,
  .pt-home .pt-buy-option.is-featured,
  .pt-home .pt-buy-option.is-featured:hover {
    flex-basis: min(82vw, 310px);
  }

  .pt-home .pt-way__grid .pt-way-card--feature,
  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .pt-home .pt-way__grid .pt-way-card--feature > img,
  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .pt-home .pt-way__grid .pt-way-card > div,
  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) > div {
    min-height: 245px;
    padding: 24px 22px;
  }

  .pt-home .pt-impact-clean__grid {
    gap: 34px;
  }

  .pt-home .pt-impact-clean h2 {
    font-size: clamp(3.8rem, 16vw, 5.2rem);
  }

  .pt-home .pt-philosophy__stage {
    gap: 12px;
  }

  .pt-home .pt-philosophy__visual {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .pt-home .pt-philosophy__card {
    width: 100%;
    margin: 0;
    padding: 32px 24px;
    border-radius: 18px;
  }

  .pt-home .pt-philosophy__card h2 {
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }

  .pt-home .pt-philosophy__principles {
    grid-template-columns: 1fr;
  }

  .pt-home .pt-philosophy__principles li {
    display: grid;
    padding: 12px 0;
    grid-template-columns: 34px 1fr;
    align-items: baseline;
    border-bottom: 1px solid rgba(48, 42, 39, .12);
  }

  .pt-home .pt-philosophy__principles span {
    margin: 0;
  }

  .pt-home .pt-reviews-clean .pt-reviews__card {
    min-height: 300px;
    padding: 25px 22px;
    flex-basis: 86%;
  }

  .pt-home .pt-reviews-clean .pt-reviews__card blockquote {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .pt-home .pt-reviews-clean__controls {
    grid-template-columns: 58px 1fr auto;
    gap: 11px;
  }

  .pt-home .pt-faq-clean__grid {
    gap: 42px;
  }

  .pt-home .pt-faq-clean__list summary {
    min-height: 82px;
    grid-template-columns: 34px minmax(0, 1fr) 32px;
    gap: 8px;
  }

  .pt-home .pt-faq-clean__list details > p {
    margin: -2px 0 25px 42px;
    font-size: .78rem;
  }

  .pt-home .pt-final-clean {
    padding-block: 16px;
  }

  .pt-home .pt-final-clean__frame {
    display: flex;
    min-height: 0;
    padding-top: 68vw;
    flex-direction: column;
    background: var(--tg-white-clean);
    border-radius: 18px;
  }

  .pt-home .pt-final-clean__frame > img {
    height: 68vw;
  }

  .pt-home .pt-final-clean__shade {
    display: none;
  }

  .pt-home .pt-final-clean__panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 29px 20px 21px;
    background: var(--tg-white-clean);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .pt-home .pt-final-clean h2 {
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }

  .pt-footer {
    padding: 58px 0 32px;
  }

  .pt-footer .pt-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .pt-footer .pt-footer__brand-block,
  .pt-footer .pt-footer__links:last-child {
    grid-column: 1 / -1;
  }

  .pt-footer .pt-footer__bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pt-footer .pt-footer__bottom p:nth-child(2) {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pt-home *,
  .pt-home *::before,
  .pt-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Hero: one cinematic frame with a connected three-product rail. */
.pt-home .pt-home-hero {
  overflow: hidden;
  padding: 30px 0 54px;
  color: var(--tg-white-clean);
  background: #050505;
}

.pt-home .pt-home-hero__stage {
  overflow: hidden;
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  background: #050505;
  border-radius: 24px;
}

.pt-home .pt-home-hero__grid {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 576px;
  margin-inline: auto;
  padding: 0;
  align-items: center;
  background: var(--tg-secondary);
  border-radius: 0;
  isolation: isolate;
}

.pt-home .pt-home-hero__cards {
  position: relative;
  z-index: 3;
  display: grid;
  margin: 8px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pt-home .pt-home-hero__cards > a {
  display: grid;
  overflow: hidden;
  min-width: 0;
  min-height: 102px;
  padding: 10px 14px 10px 10px;
  grid-template-columns: 80px minmax(0, 1fr) 34px;
  gap: 13px;
  align-items: center;
  color: var(--tg-charcoal);
  background: #f3f3f1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity .65s ease, filter .65s ease, transform .65s var(--tg-ease), background .2s ease, box-shadow .3s ease;
}

.pt-home .pt-home-hero__cards > a:nth-child(2) {
  background: #f3f3f1;
}

.pt-home .pt-home-hero__cards > a:nth-child(3) {
  background: #f3f3f1;
}

.pt-home .pt-home-hero__cards > a:hover {
  background: #fff;
  box-shadow: none;
  transform: none;
}

.pt-home .pt-home-hero__cards > a:nth-child(2) {
  transition-delay: .06s;
}

.pt-home .pt-home-hero__cards > a:nth-child(3) {
  transition-delay: .12s;
}

.pt-home .pt-home-hero__card-image {
  display: grid;
  overflow: hidden;
  width: 80px;
  height: 80px;
  place-items: center;
  background: transparent;
  border-radius: 0;
}

.pt-home .pt-home-hero__card-image img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
  transition: transform .45s var(--tg-ease);
}

.pt-home .pt-home-hero__card-image--activator img {
  transform: scale(1.12);
}

.pt-home .pt-home-hero__card-image--duo {
  position: relative;
}

.pt-home .pt-home-hero__card-image--duo img {
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 94%;
  padding: 0;
  object-fit: contain;
}

.pt-home .pt-home-hero__card-image--duo img:first-child {
  z-index: 2;
  left: 0;
}

.pt-home .pt-home-hero__card-image--duo img:last-child {
  right: 0;
}

.pt-home .pt-home-hero__card-image--skincare img:first-child {
  height: 92%;
  transform: translateX(2px);
}

.pt-home .pt-home-hero__card-image--skincare img:last-child {
  height: 98%;
  transform: translateX(-1px);
}

.pt-home .pt-home-hero__cards > a:hover .pt-home-hero__card-image img {
  transform: scale(1.06);
}

.pt-home .pt-home-hero__cards > a:hover .pt-home-hero__card-image--activator img {
  transform: scale(1.18);
}

.pt-home .pt-home-hero__cards > a:hover .pt-home-hero__card-image--duo img:first-child {
  transform: translateX(2px) translateY(-2px);
}

.pt-home .pt-home-hero__cards > a:hover .pt-home-hero__card-image--duo img:last-child {
  transform: translateX(-1px) translateY(-2px);
}

.pt-home .pt-home-hero__card-copy,
.pt-home .pt-home-hero__card-copy small,
.pt-home .pt-home-hero__card-copy strong {
  display: block;
  min-width: 0;
}

.pt-home .pt-home-hero__card-copy strong {
  color: var(--tg-charcoal);
  font-family: "Manrope", sans-serif;
  font-size: clamp(.86rem, 1.15vw, 1rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.pt-home .pt-home-hero__cards > a > b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--tg-white-clean);
  background: #050505;
  border-radius: 50%;
  font-size: .9rem;
  transition: transform .2s ease;
}

.pt-home .pt-home-hero__cards > a:hover > b {
  transform: translateX(3px);
}

.pt-home .pt-home-hero__grid::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  pointer-events: none;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 10, .94) 0%, rgba(10, 11, 10, .82) 28%, rgba(10, 11, 10, .32) 48%, rgba(10, 11, 10, .04) 67%, transparent 78%);
}

.pt-home .pt-home-hero__copy {
  position: relative;
  z-index: 2;
  width: min(42%, 420px);
  max-width: 400px;
  margin-left: clamp(44px, 8.75vw, 112px);
  padding: 0;
}

.pt-home .pt-home-hero__eyebrow,
.pt-home .pt-home-hero .pt-home-hero__eyebrow {
  display: flex;
  margin: 0 0 20px;
  width: fit-content;
  padding: 0;
  align-items: center;
  gap: 0;
  color: rgba(255, 253, 249, .86);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: .76rem;
  font-weight: 700;
}

.pt-home .pt-home-hero__eyebrow::before {
  display: none;
}

.pt-home .pt-home-hero h1 {
  max-width: 11ch;
  margin: 0 0 20px;
  color: var(--tg-white-clean);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.25rem, 4.15vw, 4rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.02;
  text-shadow: none;
}

.pt-home .pt-home-hero h1 em {
  display: inline;
  margin: 0;
  color: var(--tg-white-clean);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.pt-home .pt-home-hero__lead {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: clamp(1.04rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}

.pt-home .pt-home-hero .pt-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.pt-home .pt-home-hero .pt-button {
  min-height: 48px;
  padding-inline: 24px;
  color: #050505;
  background: var(--tg-white-clean);
  border-color: var(--tg-white-clean);
  gap: 14px;
  font-size: .7rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pt-home .pt-home-hero .pt-button span {
  font-size: 1rem;
  line-height: 1;
  transition: transform .2s ease;
}

.pt-home .pt-home-hero .pt-button:hover span {
  transform: translateX(3px);
}

.pt-home .pt-home-hero .pt-button:hover {
  color: #050505;
  background: #fff;
  border-color: #fff;
}

.pt-home .pt-home-hero .pt-home-link {
  color: var(--tg-white-clean);
  border-bottom-color: rgba(255, 253, 249, .46);
  font-size: .78rem;
}

.pt-home .pt-home-hero .pt-home-link span {
  color: var(--tg-secondary-soft);
}

.pt-home .pt-home-hero .pt-hero-trust {
  max-width: 520px;
  margin-top: 34px;
  border-top-color: rgba(255, 253, 249, .26);
}

.pt-home .pt-home-hero .pt-hero-trust span {
  color: var(--tg-secondary-soft);
  font-size: .62rem;
}

.pt-home .pt-home-hero .pt-hero-trust strong {
  color: rgba(255, 253, 249, .9);
  font-family: "Manrope", sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.pt-home .pt-home-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: var(--tg-secondary);
  border: 0;
  border-radius: inherit;
}

.pt-home .pt-home-hero__media::before {
  display: none;
}

.pt-home .pt-home-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: none;
  animation: none;
  transition: none;
}

.pt-home .pt-home-hero__media:hover img {
  transform: none;
}

.pt-home .pt-home-hero__caption {
  right: 18px;
  bottom: 16px;
  z-index: 3;
  color: var(--tg-white-clean);
  background: rgba(231, 97, 61, .72);
}

@media (max-width: 780px) {
  .pt-home .pt-home-hero {
    padding: 18px 0 34px;
  }

  .pt-home .pt-home-hero__stage {
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  .pt-home .pt-home-hero__grid {
    width: 100%;
    min-height: 560px;
    align-items: flex-end;
    border-radius: 0;
  }

  .pt-home .pt-home-hero__copy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 24px 38px;
  }

  .pt-home .pt-home-hero h1 {
    max-width: 10ch;
    font-size: clamp(3.05rem, 13vw, 4rem);
    line-height: .95;
  }

  .pt-home .pt-home-hero__lead {
    font-size: 1rem;
  }

  .pt-home .pt-home-hero__media {
    height: 100%;
    aspect-ratio: auto;
  }

  .pt-home .pt-home-hero__media img {
    object-position: 52% 48%;
  }

  .pt-home .pt-home-hero__caption {
    display: none;
  }

  .pt-home .pt-home-hero__cards {
    margin: 8px 0 0;
    grid-template-columns: 1fr;
  }

  .pt-home .pt-home-hero__cards > a {
    min-height: 88px;
    grid-template-columns: 72px minmax(0, 1fr) 34px;
    border-radius: 0;
  }

  .pt-home .pt-home-hero__card-image {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 520px) {
  .pt-home .pt-home-hero__grid {
    min-height: 560px;
  }

  .pt-home .pt-home-hero .pt-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .pt-home .pt-home-hero .pt-button {
    width: fit-content;
  }

  .pt-home .pt-home-hero .pt-home-link {
    width: fit-content;
  }

  .pt-home .pt-home-hero .pt-hero-trust {
    margin-top: 27px;
    gap: 8px;
  }
}
