/* Tangerine2.0 brand layer. Loaded last so the Tangerine.fun layout system can be
   reused without carrying its visible palette or imagery into Tangerine. */
:root {
  --tg-orange: #e7613d;
  --tg-orange-dark: #bd4326;
  --tg-orange-soft: #f7b29d;
  --tg-green: #647239;
  --tg-green-dark: #3f4b20;
  --tg-yellow: #f3c94f;
  --tg-cream: #f4ecd8;
  --tg-paper: #fffaf0;
  --tg-ink: #26301f;

  --pt-paper: var(--tg-paper);
  --pt-cream: var(--tg-cream);
  --pt-band: #f8e5d2;
  --pt-band-deep: #f3d0b6;
  --pt-ivory: #fffdf8;
  --pt-ink: var(--tg-ink);
  --pt-ink-deep: #172014;
  --pt-ink-soft: #66705c;
  --pt-ink-faint: #87917d;
  --pt-navy: var(--tg-green-dark);
  --pt-gold: var(--tg-yellow);
  --pt-gold-dark: var(--tg-orange-dark);
  --pt-gold-light: #fae8af;
  --pt-green: var(--tg-green);
  --pt-green-dark: var(--tg-green-dark);
  --pt-mint: #e5eacb;
  --pt-line: rgba(100, 114, 57, .2);
  --pt-rule: rgba(100, 114, 57, .2);
  --pt-rule-dark: rgba(255, 253, 248, .18);
}

body { background: var(--tg-paper); }

.pt-announcement,
.pt-footer,
.pt-kit-cta,
.pt-pdp-sticky { background: var(--tg-green-dark); }

.pt-announcement,
.pt-footer { color: #fffdf8; }

.pt-header,
.pt-header.is-scrolled,
body.pt-menu-open .pt-header {
  color: #402b22;
  background: rgba(255, 253, 248, .98);
  border-bottom: 1px solid rgba(64, 43, 34, .1);
  box-shadow: 0 8px 30px rgba(64, 43, 34, .045);
  backdrop-filter: blur(20px) saturate(120%);
}
.pt-header a,
.pt-header button { color: #402b22; }
.pt-header .pt-brand {
  padding-bottom: 0;
}
.pt-header .pt-brand::after {
  display: none;
}
.pt-header .pt-brand__logo {
  width: 146px;
  max-width: none;
  height: auto;
  max-height: 55px;
}
.pt-header .pt-nav {
  gap: clamp(34px, 4vw, 58px);
}
.pt-header .pt-nav a,
.pt-header .pt-account-link,
.pt-header .pt-cart-link { color: #402b22 !important; }
.pt-header .pt-nav a {
  padding: 11px 0;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pt-header .pt-nav a::after { display: none; }
.pt-header .pt-nav a:hover,
.pt-header .pt-nav a:focus-visible,
.pt-header .pt-account-link:hover,
.pt-header .pt-cart-link:hover { color: var(--tg-orange-dark) !important; }
.pt-header .pt-account-link:hover,
.pt-header .pt-cart-link:hover { background: rgba(231, 97, 61, .08); }
.pt-header .pt-cart-count {
  color: #fffdf8;
  background: var(--tg-orange);
  border-color: #fffdf8;
}
.pt-menu-toggle span { background: #402b22; }

.pt-mobile-menu,
.pt-mobile-menu a { color: #402b22; }
.pt-mobile-menu {
  background:
    radial-gradient(circle at 100% 0%, rgba(231, 97, 61, .07), transparent 32%),
    #fffdf8;
}

.pt-home-hero,
.pt-shop-hero,
.pt-pdp-hero,
.pt-science-hero,
.pt-about-hero,
.pt-cart-hero,
.pt-policy-hero { background: var(--tg-orange); }

.pt-home-hero h1,
.pt-shop-hero h1,
.pt-pdp-hero h1,
.pt-science-hero h1,
.pt-about-hero h1,
.pt-cart-hero h1,
.pt-policy-hero h1 { color: #fffdf8; }

.pt-home-hero h1 em,
.pt-shop-hero h1 em,
.pt-pdp-hero h1 em,
.pt-science-hero h1 em,
.pt-about-hero h1 em { color: var(--tg-yellow); }

.pt-home-hero .pt-hero-trust span { color: var(--tg-yellow); }
.pt-home-hero .pt-hero-trust strong { color: #fffdf8; }

.pt-button--primary,
.pt-pdp-add,
.pt-shop-card__add,
.pt-kit-cta__button,
.pt-pdp-sticky button {
  color: #fffdf8;
  background: var(--tg-orange);
  border-color: var(--tg-orange);
}

.pt-button--primary:hover,
.pt-pdp-add:hover,
.pt-shop-card__add:hover,
.pt-kit-cta__button:hover,
.pt-pdp-sticky button:hover {
  background: var(--tg-orange-dark);
  border-color: var(--tg-orange-dark);
}

.pt-home-hero__media,
.pt-shop-hero__visual,
.pt-pdp-visual,
.pt-buy-option__visual,
.pt-shop-card__image { background: #f7dcc5; }

.pt-home .pt-home-hero__grid {
  min-height: clamp(550px, calc(100svh - var(--pt-nav-total) - 102px), 650px);
}

.pt-home .pt-home-hero__copy {
  width: min(62%, 760px);
}

.pt-home .pt-home-hero h1 {
  max-width: 12ch;
  margin-bottom: 30px;
  font-size: clamp(4.25rem, 6.1vw, 6.9rem);
  line-height: .9;
}

.pt-home .pt-home-hero__lead {
  max-width: 570px;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.pt-home .pt-home-hero__media img {
  object-position: center 35%;
}

.pt-home .pt-marquee {
  padding-block: 24px;
  color: var(--tg-green-dark);
  background: var(--tg-cream);
  border-block-color: rgba(63, 75, 32, .16);
}

.pt-home .pt-marquee::before {
  background: linear-gradient(90deg, var(--tg-cream) 8%, rgba(244, 236, 216, 0));
}

.pt-home .pt-marquee::after {
  background: linear-gradient(270deg, var(--tg-cream) 8%, rgba(244, 236, 216, 0));
}

.pt-home .pt-marquee__item {
  color: var(--tg-green-dark);
}

.pt-home .pt-marquee__item::after {
  width: 7px;
  height: 7px;
  background: var(--tg-orange);
}

.pt-buy-option > .pt-shop-card__add {
  width: calc(100% - 48px);
  margin: 18px 24px 0;
  padding: 14px 20px;
  border-radius: 999px;
}

.pt-home .pt-buy {
  background: var(--tg-paper);
}

.pt-home .pt-buy__intro {
  margin-bottom: clamp(38px, 5vw, 58px);
  padding: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
  gap: clamp(34px, 5vw, 72px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

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

.pt-home .pt-buy__intro h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  color: var(--tg-green-dark);
  font-size: clamp(3.65rem, 5.2vw, 5.9rem);
  line-height: .92;
}

.pt-home .pt-buy__intro h2 em {
  color: var(--tg-orange-dark);
}

.pt-home .pt-buy__intro-lead {
  max-width: 520px;
  color: var(--pt-ink-soft);
  font-size: 1.02rem;
  line-height: 1.7;
}

.pt-home .pt-buy__intro .pt-buy__media {
  width: 100%;
  height: clamp(280px, 30vw, 390px);
  aspect-ratio: auto;
  background: var(--tg-cream);
  border-radius: 18px;
  box-shadow: none;
}

.pt-home .pt-buy__intro .pt-buy__media img {
  object-position: center;
}

.pt-home .pt-buy__options {
  display: flex;
  gap: 18px;
  align-items: stretch;
  overflow-x: auto;
  padding: 4px 2px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--tg-orange) rgba(63, 75, 32, .1);
  scrollbar-width: thin;
}

.pt-home .pt-buy__options::-webkit-scrollbar { height: 5px; }
.pt-home .pt-buy__options::-webkit-scrollbar-track {
  background: rgba(63, 75, 32, .1);
  border-radius: 999px;
}
.pt-home .pt-buy__options::-webkit-scrollbar-thumb {
  background: var(--tg-orange);
  border-radius: 999px;
}

.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 {
  min-width: 0;
  min-height: 0;
  flex: 0 0 clamp(290px, 27vw, 350px);
  padding: 0 20px 22px;
  color: var(--tg-green-dark);
  background: #fffdf8;
  border: 1px solid rgba(63, 75, 32, .14);
  border-radius: 16px;
  box-shadow: none;
  scroll-snap-align: start;
  text-decoration: none;
}

.pt-home .pt-buy-option:hover {
  border-color: rgba(231, 97, 61, .5);
  box-shadow: 0 16px 38px rgba(63, 75, 32, .09);
  transform: translateY(-3px);
}

.pt-home .pt-buy-option > .pt-buy-option__visual,
.pt-home .pt-buy-option.is-featured > .pt-buy-option__visual {
  display: grid;
  width: calc(100% + 40px);
  height: 300px;
  margin: 0 -20px 18px;
  padding: 14px;
  place-items: center;
  aspect-ratio: auto;
  background: var(--tg-cream);
  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;
}

/* The square Photonic render fills this landscape card more aggressively than
   the wider Lean bottle artwork. Give it a little breathing room and lift its
   visual center so the bottle bases align in the horizontal product row. */
.pt-home .pt-buy-option.pt-buy-option--photonic > .pt-buy-option__visual img {
  width: 96%;
  height: 96% !important;
  transform: translateY(-8px) !important;
}

/* The AM+PM artwork is much wider than the single-product renders, so contain
   makes the bottles look undersized at the default dimensions. */
.pt-home .pt-buy-option.pt-buy-option--ampm > .pt-buy-option__visual img {
  width: 116%;
  height: 116% !important;
  transform: translateY(-4px) !important;
}

/* These tall square renders sit close to their source-canvas edges. Match the
   approved Photonic treatment so their bases remain visible and aligned. */
.pt-home .pt-buy-option.pt-buy-option--tall-bottle > .pt-buy-option__visual img {
  width: 96%;
  height: 96% !important;
  transform: translateY(-8px) !important;
}

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

.pt-home .pt-buy-option__title h3,
.pt-home .pt-buy-option.is-featured .pt-buy-option__title h3 {
  overflow-wrap: anywhere;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.02;
}

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

.pt-science,
.pt-proof-stories,
.pt-pdp-process,
.pt-pdp-close,
.pt-shop-science,
.pt-science-evidence,
.pt-science-shop,
.pt-about-promise,
.pt-data-care,
.pt-final,
.pt-shop-results { background: var(--tg-green-dark); }

.pt-brand span { letter-spacing: -.035em; }
.pt-brand span::after { content: ".fun"; color: var(--tg-orange-soft); }

@media (max-width: 620px) {
  .pt-header .pt-brand__logo {
    width: 124px;
    max-height: 47px;
  }

  .pt-mobile-menu__account {
    min-height: 62px;
    padding: 0 20px;
    border-radius: 999px;
  }

  .pt-mobile-menu__account strong {
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
}

/* The Tangerine way — editorial routine mosaic. */
.pt-home .pt-way {
  overflow: hidden;
  padding-block: clamp(78px, 9vw, 132px);
  color: #402b22;
  background:
    radial-gradient(circle at 10% 12%, rgba(231, 97, 61, .12), transparent 28%),
    #f6f0e6;
}

.pt-home .pt-way__header {
  display: grid;
  margin-bottom: clamp(36px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: end;
}

.pt-home .pt-way__header h2 {
  max-width: 12ch;
  margin: 0;
  color: #402b22;
  font-size: clamp(3.7rem, 6.4vw, 7rem);
  letter-spacing: -.065em;
  line-height: .9;
}

.pt-home .pt-way__header h2 em {
  color: #e7613d;
  font-style: italic;
  font-weight: 400;
}

.pt-home .pt-way__intro {
  padding: 24px 0 4px;
  border-top: 1px solid rgba(64, 43, 34, .2);
}

.pt-home .pt-way__intro p {
  max-width: 44ch;
  margin: 0 0 22px;
  color: rgba(64, 43, 34, .76);
  font-size: 1rem;
  line-height: 1.72;
}

.pt-home .pt-way__intro span {
  color: #a37844;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pt-home .pt-way__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .85fr);
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 16px;
}

.pt-home .pt-way__grid .pt-way-card,
.pt-home .pt-way__grid .pt-way-card:hover {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 310px;
  padding: 0;
  color: #fffaf3;
  background: #402b22;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  transform: none;
  isolation: isolate;
}

.pt-home .pt-way__grid .pt-way-card--feature {
  min-height: 656px;
  grid-row: 1 / span 2;
}

.pt-home .pt-way__grid .pt-way-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(31, 18, 13, .18) 50%, rgba(31, 18, 13, .9) 100%);
  content: "";
  pointer-events: none;
}

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

.pt-home .pt-way__grid .pt-way-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.pt-home .pt-way__grid .pt-way-card--metabology > img {
  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: 68% center;
}

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

.pt-home .pt-way__grid .pt-way-card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-height: 0;
  padding: clamp(24px, 3vw, 40px);
  color: #fffaf3;
  background: transparent;
}

.pt-home .pt-way__grid .pt-way-card > div > span {
  display: block;
  margin-bottom: 12px;
  color: #f1c879;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pt-home .pt-way__grid .pt-way-card h3 {
  max-width: 15ch;
  margin: 0 0 12px;
  color: #fffaf3;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .96;
}

.pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.55rem);
}

.pt-home .pt-way__grid .pt-way-card > div > p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 250, 243, .78);
  font-size: .82rem;
  line-height: 1.58;
}

.pt-home .pt-way__grid .pt-process-card__link {
  display: flex;
  max-width: 430px;
  margin-top: 22px;
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;
  color: #fffaf3;
  border-top: 1px solid rgba(255, 250, 243, .24);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.pt-home .pt-way__grid .pt-process-card__link b {
  color: #f1c879;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .pt-home .pt-way__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pt-home .pt-way__header h2 {
    max-width: 13ch;
  }

  .pt-home .pt-way__intro {
    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: 560px;
    grid-row: auto;
  }

  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
    min-height: 380px;
  }
}

@media (max-width: 620px) {
  .pt-home .pt-way {
    padding-block: 64px;
  }

  .pt-home .pt-way__header {
    margin-bottom: 30px;
  }

  .pt-home .pt-way__header h2 {
    font-size: clamp(3.2rem, 14vw, 4.4rem);
  }

  .pt-home .pt-way__grid .pt-way-card--feature {
    min-height: 520px;
  }

  .pt-home .pt-way__grid .pt-way-card:not(.pt-way-card--feature) {
    min-height: 410px;
  }

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

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

.pt-tangerine-mark {
  display: inline-grid;
  width: .7em;
  height: .7em;
  margin-right: .22em;
  place-items: center;
  background: var(--tg-orange);
  border-radius: 50%;
  box-shadow: -.13em -.18em 0 -.08em var(--tg-green);
}

@media (max-width: 720px) {
  .pt-home .pt-home-hero__grid { min-height: 525px; }
  .pt-home .pt-home-hero__copy { width: 100%; }
  .pt-home .pt-home-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.35rem, 14vw, 4.5rem);
  }
  .pt-home .pt-home-hero__lead { font-size: .98rem; }
  .pt-home .pt-hero-trust {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pt-home .pt-hero-trust li,
  .pt-home .pt-hero-trust li + li {
    min-width: 0;
    padding: 14px 8px 0;
    text-align: center;
  }
  .pt-home .pt-hero-trust li:first-child { padding-left: 0; }
  .pt-home .pt-hero-trust li:last-child { padding-right: 0; }
  .pt-home .pt-hero-trust span {
    margin: 0 0 5px;
    font-size: .58rem;
    line-height: 1.2;
  }
  .pt-home .pt-hero-trust strong {
    font-size: clamp(.98rem, 4.3vw, 1.12rem);
    line-height: 1.08;
  }
  .pt-home .pt-marquee { padding-block: 20px; }
  .pt-home .pt-buy__intro {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    border-radius: 0;
  }
  .pt-home .pt-buy__intro h2 {
    margin-bottom: 18px;
    font-size: clamp(3.15rem, 13vw, 4.2rem);
  }
  .pt-home .pt-buy__intro-lead {
    font-size: .95rem;
    line-height: 1.6;
  }
  .pt-home .pt-buy__intro .pt-buy__media {
    height: 250px;
    border-radius: 14px;
  }
  .pt-home .pt-buy__options {
    gap: 14px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .pt-home .pt-buy-option { flex-basis: min(82vw, 330px); }
  .pt-home .pt-buy-option > .pt-buy-option__visual,
  .pt-home .pt-buy-option.is-featured > .pt-buy-option__visual {
    width: calc(100% + 40px);
    height: 280px;
    margin: 0 -20px 18px;
  }
  .pt-home .pt-buy-option__title h3,
  .pt-home .pt-buy-option.is-featured .pt-buy-option__title h3 {
    font-size: 1.45rem;
  }
  .pt-home-hero__media,
  .pt-shop-hero__visual { aspect-ratio: 4 / 5; }
}

/* A brighter philosophy — cinematic image with an overlapping brand panel. */
.pt-home .pt-philosophy {
  overflow: hidden;
  padding-block: clamp(84px, 10vw, 148px);
  background:
    radial-gradient(circle at 88% 18%, rgba(231, 97, 61, .11), transparent 26%),
    #efe5d6;
}

.pt-home .pt-philosophy__stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.pt-home .pt-philosophy__visual {
  position: relative;
  overflow: hidden;
  height: clamp(560px, 64vw, 720px);
  margin: 0;
  grid-column: 1 / 9;
  grid-row: 1;
  background: #6f7650;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(64, 43, 34, .14);
}

.pt-home .pt-philosophy__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(39, 27, 20, .45));
  content: "";
  pointer-events: none;
}

.pt-home .pt-philosophy__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

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

.pt-home .pt-philosophy__visual figcaption {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 28px;
  color: #fffaf3;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pt-home .pt-philosophy__card {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 5vw, 72px);
  color: #fffaf3;
  background:
    radial-gradient(circle at 92% 8%, rgba(231, 97, 61, .2), transparent 30%),
    #3f4b20;
  grid-column: 7 / 13;
  grid-row: 1;
  border: 1px solid rgba(255, 250, 243, .16);
  border-radius: 22px;
  box-shadow: 0 34px 100px rgba(42, 43, 20, .24);
}

.pt-home .pt-philosophy__card .pt-home-kicker {
  margin-bottom: 22px;
  color: #f1c879;
}

.pt-home .pt-philosophy__card h2 {
  max-width: 10ch;
  margin: 0 0 28px;
  color: #fffaf3;
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.pt-home .pt-philosophy__card h2 em {
  color: #ef9b70;
  font-style: italic;
  font-weight: 400;
}

.pt-home .pt-philosophy__lead {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 250, 243, .76);
  font-size: .96rem;
  line-height: 1.72;
}

.pt-home .pt-philosophy__link {
  display: inline-flex;
  min-height: 50px;
  margin-top: 30px;
  padding: 12px 20px;
  align-items: center;
  gap: 28px;
  color: #402b22;
  background: #f1c879;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}

.pt-home .pt-philosophy__link:hover {
  background: #fffaf3;
  transform: translateY(-2px);
}

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

.pt-home .pt-philosophy__principles {
  display: grid;
  margin: clamp(34px, 5vw, 58px) 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 243, .2);
  list-style: none;
}

.pt-home .pt-philosophy__principles li {
  min-width: 0;
  padding: 18px 12px 0 0;
}

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

.pt-home .pt-philosophy__principles span {
  margin-bottom: 8px;
  color: #ef9b70;
  font-size: .56rem;
  font-weight: 700;
}

.pt-home .pt-philosophy__principles strong {
  color: rgba(255, 250, 243, .86);
  font-size: .68rem;
  line-height: 1.35;
}

@media (max-width: 960px) {
  .pt-home .pt-philosophy__visual {
    height: 590px;
    grid-column: 1 / 10;
  }

  .pt-home .pt-philosophy__card {
    grid-column: 6 / 13;
  }
}

@media (max-width: 760px) {
  .pt-home .pt-philosophy__stage {
    display: block;
  }

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

  .pt-home .pt-philosophy__card {
    width: calc(100% - 24px);
    margin: -40px 12px 0;
    padding: 34px 28px;
    border-radius: 18px;
  }

  .pt-home .pt-philosophy__card h2 {
    max-width: 11ch;
    font-size: clamp(3.15rem, 13vw, 4.5rem);
  }
}

@media (max-width: 480px) {
  .pt-home .pt-philosophy {
    padding-block: 64px;
  }

  .pt-home .pt-philosophy__visual {
    aspect-ratio: 4 / 5;
  }

  .pt-home .pt-philosophy__visual img {
    object-position: 53% center;
  }

  .pt-home .pt-philosophy__card {
    width: calc(100% - 16px);
    margin-inline: 8px;
    padding: 30px 22px;
  }

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

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

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

/* Community reviews — quiet, single-focus rotating carousel. */
.pt-home .pt-reviews-clean {
  overflow: hidden;
  padding-block: clamp(64px, 7vw, 96px);
  color: #402b22;
  background: #fffaf3;
}

.pt-home .pt-reviews-clean__head {
  display: grid;
  margin-bottom: clamp(28px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
}

.pt-home .pt-reviews-clean__head h2 {
  max-width: 12ch;
  margin: 0;
  color: #402b22;
  font-size: clamp(3rem, 4.4vw, 4.8rem);
  letter-spacing: -.065em;
  line-height: .9;
}

.pt-home .pt-reviews-clean__head h2 em {
  color: #e7613d;
  font-style: italic;
  font-weight: 400;
}

.pt-home .pt-reviews-clean__head > p {
  max-width: 38ch;
  margin: 0 0 4px;
  padding-top: 20px;
  color: rgba(64, 43, 34, .68);
  border-top: 1px solid rgba(64, 43, 34, .18);
  font-size: .88rem;
  line-height: 1.65;
}

.pt-home .pt-reviews-clean .pt-reviews__viewport {
  overflow-x: auto;
  width: 100%;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.pt-home .pt-reviews-clean .pt-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.pt-home .pt-reviews-clean .pt-reviews__track {
  display: flex;
  width: 100%;
  gap: 18px;
}

.pt-home .pt-reviews-clean .pt-reviews__track::after {
  flex: 0 0 calc((100% - 18px) / 2);
  content: "";
}

.pt-home .pt-reviews-clean .pt-reviews__card {
  display: flex;
  min-width: 0;
  min-height: 320px;
  margin: 0;
  padding: clamp(26px, 3vw, 38px);
  flex: 0 0 calc((100% - 18px) / 2);
  flex-direction: column;
  color: #402b22;
  background:
    radial-gradient(circle at 92% 12%, rgba(231, 97, 61, .1), transparent 24%),
    #f4ecdf;
  border: 1px solid rgba(64, 43, 34, .12);
  border-radius: 22px;
  scroll-snap-align: start;
  box-shadow: none;
}

.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: #e7613d;
  font-size: .74rem;
  letter-spacing: .16em;
}

.pt-home .pt-reviews-clean .pt-reviews__card > div > small {
  color: #a37844;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.pt-home .pt-reviews-clean .pt-reviews__card blockquote {
  max-width: 24ch;
  margin: auto 0;
  color: #402b22;
  font-family: "Alegreya", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
  text-wrap: balance;
}

.pt-home .pt-reviews-clean .pt-reviews__card figcaption {
  padding-top: 22px;
  border-top: 1px solid rgba(64, 43, 34, .16);
}

.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: #402b22;
  font-size: .78rem;
}

.pt-home .pt-reviews-clean .pt-reviews__card cite span {
  margin-top: 3px;
  color: rgba(64, 43, 34, .58);
  font-size: .66rem;
}

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

.pt-home .pt-reviews-clean__controls > span {
  color: #a37844;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.pt-home .pt-reviews-clean__progress {
  overflow: hidden;
  height: 1px;
  background: rgba(64, 43, 34, .16);
}

.pt-home .pt-reviews-clean__progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #e7613d;
  transform: scaleX(.1);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

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

.pt-home .pt-reviews-clean .pt-reviews__nav button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: #402b22;
  background: transparent;
  border: 1px solid rgba(64, 43, 34, .22);
  border-radius: 50%;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.pt-home .pt-reviews-clean .pt-reviews__nav button:hover {
  color: #fffaf3;
  background: #e7613d;
  border-color: #e7613d;
}

@media (max-width: 720px) {
  .pt-home .pt-reviews-clean {
    padding-block: 64px;
  }

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

  .pt-home .pt-reviews-clean__head h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .pt-home .pt-reviews-clean__head > p {
    max-width: 48ch;
  }

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

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

  .pt-home .pt-reviews-clean .pt-reviews__track::after {
    flex-basis: calc(14% - 18px);
  }

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

  .pt-home .pt-reviews-clean .pt-reviews__nav button {
    width: 40px;
    height: 40px;
  }
}

/* Home FAQ — useful answers in a balanced editorial accordion. */
.pt-home .pt-faq-clean {
  padding-block: clamp(78px, 9vw, 132px);
  color: #fffaf3;
  background:
    radial-gradient(circle at 12% 8%, rgba(231, 97, 61, .18), transparent 28%),
    #3f4b20;
}

.pt-home .pt-faq-clean__grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 132px);
  align-items: start;
}

.pt-home .pt-faq-clean__intro {
  position: sticky;
  top: 120px;
}

.pt-home .pt-faq-clean__intro .pt-home-kicker {
  color: #f1c879;
}

.pt-home .pt-faq-clean__intro h2 {
  max-width: 10ch;
  margin: 0 0 26px;
  color: #fffaf3;
  font-size: clamp(3.4rem, 5.4vw, 6rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.pt-home .pt-faq-clean__intro h2 em {
  color: #ef9b70;
  font-style: italic;
  font-weight: 400;
}

.pt-home .pt-faq-clean__intro > p:not(.pt-home-kicker) {
  max-width: 40ch;
  margin: 0;
  color: rgba(255, 250, 243, .7);
  font-size: .9rem;
  line-height: 1.7;
}

.pt-home .pt-faq-clean__support {
  display: grid;
  margin-top: clamp(38px, 6vw, 68px);
  padding-top: 22px;
  gap: 3px;
  border-top: 1px solid rgba(255, 250, 243, .2);
}

.pt-home .pt-faq-clean__support span {
  color: #f1c879;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pt-home .pt-faq-clean__support strong {
  margin-top: 4px;
  color: #fffaf3;
  font-family: "Alegreya", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.pt-home .pt-faq-clean__support a {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 250, 243, .8);
  font-size: .7rem;
  font-weight: 700;
}

.pt-home .pt-faq-clean__support a b {
  color: #ef9b70;
  font-size: 1rem;
}

.pt-home .pt-faq-clean__list {
  border-top: 1px solid rgba(255, 250, 243, .24);
}

.pt-home .pt-faq-clean__list details {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 243, .2);
}

.pt-home .pt-faq-clean__list summary {
  display: grid;
  min-height: 92px;
  padding: 24px 0;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 10px;
  align-items: center;
  color: #fffaf3;
  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: #f1c879;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.pt-home .pt-faq-clean__list summary > strong {
  color: #fffaf3;
  font-family: "Alegreya", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.pt-home .pt-faq-clean__list summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #f1c879;
  border: 1px solid rgba(255, 250, 243, .28);
  border-radius: 50%;
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  transition: color .2s ease, background .2s ease, transform .25s ease;
}

.pt-home .pt-faq-clean__list details[open] summary::after {
  color: #402b22;
  background: #f1c879;
  border-color: #f1c879;
  content: "−";
  transform: rotate(180deg);
}

.pt-home .pt-faq-clean__list details > p {
  max-width: 62ch;
  margin: -4px 32px 30px 54px;
  color: rgba(255, 250, 243, .7);
  font-size: .85rem;
  line-height: 1.72;
}

.pt-home .pt-faq-clean__list details > p a {
  color: #f1c879;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .pt-home .pt-faq-clean__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pt-home .pt-faq-clean__intro {
    position: static;
  }

  .pt-home .pt-faq-clean__intro h2 {
    max-width: 12ch;
  }

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

@media (max-width: 560px) {
  .pt-home .pt-faq-clean {
    padding-block: 64px;
  }

  .pt-home .pt-faq-clean__intro h2 {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

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

  .pt-home .pt-faq-clean__list summary > strong {
    font-size: 1.2rem;
  }

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

/* Home closing CTA — a warm, decisive final invitation. */
.pt-home .pt-final-clean {
  padding-block: clamp(38px, 5vw, 72px);
  color: #263011;
  background: #efe8d8;
  border-top: 0;
}

.pt-home .pt-final-clean__frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(610px, 69vw, 820px);
  border-radius: 26px;
  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(23, 24, 12, .28), transparent 62%);
}

.pt-home .pt-final-clean__panel {
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  bottom: clamp(18px, 4vw, 58px);
  z-index: 2;
  width: min(520px, calc(100% - 36px));
  padding: clamp(28px, 4vw, 48px);
  color: #263011;
  background: rgba(255, 251, 241, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(35, 27, 12, .2);
  backdrop-filter: blur(15px);
}

.pt-home .pt-final-clean .pt-home-kicker {
  margin: 0 0 14px;
  color: #a85c21;
}

.pt-home .pt-final-clean h2 {
  max-width: none;
  margin: 0 0 18px;
  color: #263011;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: .9;
}

.pt-home .pt-final-clean h2 em {
  color: #cf6b28;
}

.pt-home .pt-final-clean .pt-final__offer {
  max-width: 38ch;
  margin: 0;
  color: #5e624d;
  font-size: .92rem;
  line-height: 1.65;
}

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

.pt-home .pt-final-clean .pt-final-action {
  display: flex;
  min-height: 70px;
  padding: 14px 17px 14px 19px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #263011;
  background: transparent;
  border: 1px solid rgba(38, 48, 17, .2);
  border-radius: 12px;
  transition: color .2s ease, 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: .76rem;
  letter-spacing: .01em;
}

.pt-home .pt-final-clean .pt-final-action small {
  margin-top: 3px;
  color: #777964;
  font-size: .61rem;
}

.pt-home .pt-final-clean .pt-final-action > b {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: inherit;
  background: rgba(38, 48, 17, .08);
  border-radius: 50%;
  font-size: 1rem;
  transition: transform .2s ease;
}

.pt-home .pt-final-clean .pt-final-action--primary {
  color: #fffaf1;
  background: #44501f;
  border-color: #44501f;
}

.pt-home .pt-final-clean .pt-final-action--primary small {
  color: rgba(255, 250, 241, .68);
}

.pt-home .pt-final-clean .pt-final-action--primary > b {
  color: #44501f;
  background: #f4bc5f;
}

.pt-home .pt-final-clean .pt-final-action:hover {
  border-color: #44501f;
  transform: translateY(-2px);
}

.pt-home .pt-final-clean .pt-final-action--primary:hover {
  color: #fffaf1;
  background: #303a14;
  border-color: #303a14;
}

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

@media (max-width: 720px) {
  .pt-home .pt-final-clean {
    padding-block: 18px;
  }

  .pt-home .pt-final-clean__frame {
    display: flex;
    min-height: 0;
    padding-top: 68vw;
    flex-direction: column;
    border-radius: 18px;
    background: #fffaf1;
  }

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

  .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 22px;
    background: #fffaf1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

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