:root {
  --pomoa-ink: #17261c;
  --pomoa-forest: #1f2e23;
  --pomoa-moss: #6e7d64;
  --pomoa-olive: #1f2e23;
  --pomoa-sage: #d8e0d0;
  --pomoa-sage-soft: #c6d1bc;
  --pomoa-paper: #eef0e8;
  --pomoa-white: #fbfcf7;
  --pomoa-signal: #315fc6;
  --pomoa-signal-soft: #e7ecfa;
  --pomoa-line: rgba(31, 46, 35, 0.16);
  --pomoa-muted: rgba(23, 38, 28, 0.64);
  --pomoa-radius: 4px;
  --pomoa-shell: min(1320px, calc(100vw - 48px));
  --pomoa-font-display: "Newsreader", Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

body.nova {
  background: var(--pomoa-paper);
  color: var(--pomoa-ink);
  letter-spacing: 0;
}

body.nova,
body.nova button,
body.nova input,
body.nova select,
body.nova textarea {
  font-family: Arial, Helvetica, sans-serif;
}

body.nova :focus-visible {
  outline: 2px solid var(--pomoa-signal);
  outline-offset: 3px;
}

body.nova h1,
body.nova h2,
body.nova h3,
body.nova .title-font,
body.nova .type-heading-font-family {
  color: var(--pomoa-forest);
  font-family: var(--pomoa-font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.page_container,
.main-content {
  background: var(--pomoa-paper);
}

.announcement,
[data-section-type="announcement"] {
  background: var(--pomoa-forest) !important;
  color: var(--pomoa-white) !important;
}

.header_container,
.header-bg,
.header__layout {
  background: rgba(238, 240, 232, 0.96) !important;
  color: var(--pomoa-forest) !important;
}

.header_container {
  border-bottom: 1px solid var(--pomoa-line);
}

.header__layout-content,
.header__menu-content,
.page-container {
  max-width: 1320px !important;
}

.header__logo-text,
.header__logo a,
.header__menu-item,
.header__menu-item a {
  color: var(--pomoa-forest) !important;
}

.header__logo,
.header__logo a,
.header__logo-title {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.pomoa-wordmark {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo-title {
  display: block;
  width: 148px !important;
  max-width: 148px !important;
  flex: 0 0 148px;
  line-height: 0 !important;
}

@media (max-width: 959.98px) {
  .header__logo-title {
    width: 118px !important;
    max-width: 118px !important;
    flex-basis: 118px;
  }
}

.button-primary,
.btn-primary,
button[type="submit"],
.product-info__add-to-cart {
  background: var(--pomoa-forest) !important;
  border-color: var(--pomoa-forest) !important;
  color: var(--pomoa-white) !important;
  border-radius: var(--pomoa-radius) !important;
}

.rounded-btn,
.rounded-global,
.rounded-global-fixed,
.rounded-global-small {
  border-radius: var(--pomoa-radius) !important;
}

.pomoa-shell {
  width: var(--pomoa-shell);
  margin-inline: auto;
}

.pomoa-kicker {
  margin: 0 0 16px;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.pomoa-display {
  margin: 0;
  font-family: var(--pomoa-font-display);
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 400;
  line-height: 0.92;
}

.pomoa-title {
  margin: 0;
  font-family: var(--pomoa-font-display);
  font-size: clamp(38px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.pomoa-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--pomoa-muted);
  font-size: 17px;
  line-height: 1.6;
}

.pomoa-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--pomoa-forest);
  border-radius: var(--pomoa-radius);
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.pomoa-button:hover {
  background: var(--pomoa-signal);
  border-color: var(--pomoa-signal);
  color: var(--pomoa-white);
}

.pomoa-button--light {
  border-color: var(--pomoa-white);
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
}

.pomoa-button--ghost {
  background: transparent;
  color: currentColor;
}

.pomoa-hero {
  position: relative;
  display: flex;
  min-height: min(760px, calc(100vh - 96px));
  align-items: center;
  overflow: hidden;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 55% 80px max(48px, calc((100vw - 1320px) / 2));
}

.pomoa-hero .pomoa-display,
.pomoa-hero .pomoa-copy {
  color: var(--pomoa-white);
}

.pomoa-hero .pomoa-copy {
  max-width: 520px;
  color: rgba(247, 247, 242, 0.78);
}

.pomoa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pomoa-hero__media {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--pomoa-sage);
}

.pomoa-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(17, 42, 29, 0.48);
  pointer-events: none;
}

.pomoa-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pomoa-proof {
  border-bottom: 1px solid var(--pomoa-line);
  background: var(--pomoa-sage);
}

.pomoa-proof__inner {
  display: grid;
  min-height: 112px;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  align-items: center;
  gap: 24px;
}

.pomoa-proof strong {
  font-family: var(--pomoa-font-display);
  font-size: 24px;
  font-weight: 400;
}

.pomoa-proof span {
  color: var(--pomoa-forest);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.pomoa-proof span img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 34px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pomoa-section {
  padding: 96px 0;
}

.pomoa-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.pomoa-section__head .pomoa-copy {
  max-width: 440px;
  margin: 0;
}

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

.pomoa-format-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
  text-decoration: none;
}

.pomoa-format-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
}

.pomoa-format-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 260ms ease;
}

.pomoa-format-card:hover .pomoa-format-card__media img {
  transform: scale(1.015);
}

.pomoa-format-card__copy {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
}

.pomoa-format-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.pomoa-format-card p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 13px;
  line-height: 1.5;
}

.pomoa-compare {
  overflow: hidden;
  padding: 68px 0 36px;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-compare__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 34px;
}

.pomoa-compare .pomoa-title {
  font-size: 52px;
  line-height: 0.98;
}

.pomoa-compare .pomoa-title,
.pomoa-compare .pomoa-copy {
  color: var(--pomoa-white);
}

.pomoa-compare .pomoa-copy {
  max-width: 560px;
  margin: 0 0 4px;
  color: rgba(247, 247, 242, 0.7);
  font-size: 15px;
  line-height: 1.5;
}

.pomoa-compare__scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--pomoa-signal) rgba(247, 247, 242, 0.1);
}

.pomoa-compare__scroll:focus-visible {
  outline: 2px solid var(--pomoa-signal);
  outline-offset: 5px;
}

.pomoa-compare__grid {
  display: grid;
  min-width: 840px;
  grid-template-columns: minmax(240px, 1.32fr) repeat(3, minmax(200px, 1fr));
}

.pomoa-compare__corner,
.pomoa-compare__product {
  min-height: 210px;
  border-bottom: 1px dashed rgba(247, 247, 242, 0.45);
}

.pomoa-compare__corner {
  display: flex;
  align-items: flex-end;
  padding: 20px 24px 22px 0;
  color: rgba(247, 247, 242, 0.68);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pomoa-compare__product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 16px 18px 20px;
  color: var(--pomoa-white);
  text-align: center;
  text-decoration: none;
}

.pomoa-compare__product.is-featured {
  border-top: 1px solid rgba(205, 216, 194, 0.76);
  border-right: 1px solid rgba(205, 216, 194, 0.76);
  border-left: 1px solid rgba(205, 216, 194, 0.76);
  background: rgba(205, 216, 194, 0.06);
  color: var(--pomoa-white);
}

.pomoa-compare__image {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  overflow: hidden;
  margin-bottom: 7px;
  border-radius: 50%;
  background: #fff;
}

.pomoa-compare__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pomoa-compare__product strong {
  color: currentColor;
  font-family: var(--pomoa-font-display);
  font-size: 20px;
  font-weight: 400;
}

.pomoa-compare__product small {
  color: currentColor;
  font-size: 10px;
  opacity: 0.68;
}

.pomoa-compare__row {
  display: contents;
}

.pomoa-compare__label,
.pomoa-compare__value {
  min-height: 88px;
  border-bottom: 1px dashed rgba(247, 247, 242, 0.45);
}

.pomoa-compare__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px 16px 0;
  font-family: var(--pomoa-font-display);
  font-size: 17px;
  line-height: 1.25;
}

.pomoa-compare__label button {
  position: relative;
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pomoa-white);
  cursor: help;
}

.pomoa-compare__label button > svg {
  width: 17px;
  height: 17px;
}

.pomoa-compare__label [role="tooltip"] {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: calc(100% + 8px);
  width: 250px;
  padding: 12px 14px;
  border: 1px solid rgba(247, 247, 242, 0.18);
  border-radius: var(--pomoa-radius);
  background: var(--pomoa-white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: var(--pomoa-forest);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.pomoa-compare__label button:hover [role="tooltip"],
.pomoa-compare__label button:focus-visible [role="tooltip"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pomoa-compare__value {
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--pomoa-white);
  text-align: center;
}

.pomoa-compare__value.is-featured {
  border-right: 1px solid rgba(205, 216, 194, 0.76);
  border-left: 1px solid rgba(205, 216, 194, 0.76);
  background: rgba(205, 216, 194, 0.06);
  color: var(--pomoa-white);
}

.pomoa-compare__value.is-featured.is-last {
  border-bottom: 1px solid rgba(205, 216, 194, 0.76);
}

.pomoa-compare__status {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.pomoa-compare__status svg {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.pomoa-compare__status.is-yes {
  border-color: var(--pomoa-sage-soft);
  background: var(--pomoa-sage-soft);
  color: var(--pomoa-forest);
}

.pomoa-compare__status.is-no,
.pomoa-compare__status.is-varies {
  color: rgba(247, 247, 242, 0.72);
}

.pomoa-compare__metric,
.pomoa-compare__limited {
  font-size: 12px;
  line-height: 1.35;
}

.pomoa-compare__limited {
  padding: 7px 10px;
  border: 1px solid rgba(247, 247, 242, 0.35);
  border-radius: var(--pomoa-radius);
  color: rgba(247, 247, 242, 0.76);
}

.pomoa-compare__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  color: rgba(247, 247, 242, 0.62);
  font-size: 11px;
  text-transform: uppercase;
}

.pomoa-compare__footer a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pomoa-white);
  font-weight: 700;
  text-decoration: none;
}

.pomoa-compare__footer a svg {
  width: 15px;
  height: 15px;
}

.pomoa-compare--product {
  padding: 52px 0 30px;
}

.pomoa-compare--product .pomoa-compare__intro {
  margin-bottom: 28px;
}

.pomoa-compare--product .pomoa-title {
  max-width: 760px;
  font-size: 44px;
}

.pomoa-compare--product .pomoa-compare__corner,
.pomoa-compare--product .pomoa-compare__product {
  min-height: 184px;
}

.pomoa-compare--product .pomoa-compare__image {
  width: 92px;
  height: 92px;
}

.pomoa-compare--product .pomoa-compare__label,
.pomoa-compare--product .pomoa-compare__value {
  min-height: 76px;
}

.pomoa-ritual {
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-ritual .pomoa-title,
.pomoa-ritual .pomoa-copy {
  color: var(--pomoa-white);
}

.pomoa-ritual .pomoa-copy {
  color: rgba(247, 247, 242, 0.72);
}

.pomoa-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(247, 247, 242, 0.25);
}

.pomoa-step {
  min-height: 250px;
  padding: 32px 28px;
  border-right: 1px solid rgba(247, 247, 242, 0.25);
}

.pomoa-step:last-child {
  border-right: 0;
}

.pomoa-step span {
  display: block;
  margin-bottom: 60px;
  color: var(--pomoa-sage-soft);
  font-size: 13px;
  font-weight: 700;
}

.pomoa-step h3 {
  margin: 0 0 12px;
  color: var(--pomoa-white);
  font-size: 34px;
}

.pomoa-step p {
  max-width: 310px;
  margin: 0;
  color: rgba(247, 247, 242, 0.72);
  line-height: 1.55;
}

.pomoa-rail {
  display: grid;
  grid-auto-columns: minmax(245px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 10px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--pomoa-signal) transparent;
}

.pomoa-scent {
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
}

.pomoa-scent img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: var(--pomoa-white);
  transition: transform 420ms ease;
}

.pomoa-scent {
  overflow: hidden;
}

.pomoa-scent:hover img {
  transform: scale(1.025);
}

.pomoa-scent__copy {
  padding: 18px;
}

.pomoa-scent h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.pomoa-scent p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 13px;
  line-height: 1.45;
}

.pomoa-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--pomoa-sage);
}

.pomoa-editorial__media {
  min-height: 620px;
}

.pomoa-editorial__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-editorial__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px clamp(32px, 6vw, 96px);
}

.pomoa-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  text-align: center;
}

.pomoa-value {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  padding: 10px 16px 0;
}

.pomoa-value__icon {
  display: inline-flex;
  box-sizing: border-box;
  width: 116px;
  height: 116px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 3px solid currentColor;
  border-radius: 50%;
  color: var(--pomoa-moss);
}

.pomoa-value__icon svg {
  width: 52px;
  height: 52px;
  color: currentColor;
}

/* Equalize optical size across source SVGs with different internal view boxes. */
.pomoa-value__icon.pomoa-value__icon--leaf svg {
  width: 66px;
  height: 66px;
}

.pomoa-value__icon.pomoa-value__icon--natural svg,
.pomoa-value__icon.pomoa-value__icon--recyclable svg {
  width: 61px;
  height: 61px;
}

.pomoa-value__icon.pomoa-value__icon--lock svg {
  width: 58px;
  height: 58px;
}

.pomoa-value h3 {
  margin: 0 0 12px;
  color: var(--pomoa-moss);
  font-family: var(--pomoa-font-body);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
}

.pomoa-value p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.5;
}

.pomoa-feedback {
  background: var(--pomoa-paper);
}

.pomoa-feedback__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 56px;
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
}

.pomoa-feedback__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.pomoa-feedback__copy .pomoa-title {
  margin-bottom: 18px;
}

.pomoa-feedback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pomoa-feedback__actions a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--pomoa-forest);
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.pomoa-feedback__actions a:nth-child(2) {
  background: transparent;
  color: var(--pomoa-forest);
}

.pomoa-feedback__steps {
  display: grid;
  align-content: stretch;
  border-top: 1px solid var(--pomoa-line);
  border-left: 1px solid var(--pomoa-line);
}

.pomoa-feedback__steps article {
  display: grid;
  min-height: 126px;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 24px;
  border-right: 1px solid var(--pomoa-line);
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-feedback__steps span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pomoa-moss);
  border-radius: 50%;
  color: var(--pomoa-moss);
  font-weight: 800;
}

.pomoa-feedback__steps h3 {
  margin: 0 0 8px;
  font-family: var(--pomoa-font-body);
  font-size: 18px;
  font-weight: 800;
}

.pomoa-feedback__steps p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pomoa-reviews {
  background: var(--pomoa-white);
}

.pomoa-trustpilot {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--pomoa-forest);
  font-size: 14px;
  font-weight: 700;
}

.pomoa-stars {
  color: var(--pomoa-signal);
  letter-spacing: 0;
}

.pomoa-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.pomoa-review {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-paper);
}

.pomoa-review blockquote {
  margin: 30px 0 48px;
  font-family: var(--pomoa-font-display);
  font-size: 28px;
  line-height: 1.15;
}

.pomoa-review cite {
  color: var(--pomoa-muted);
  font-size: 13px;
  font-style: normal;
}

.pomoa-review__customer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--pomoa-line);
}

.pomoa-review__avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  border: 1px solid var(--pomoa-line);
  border-radius: 50%;
  background: var(--pomoa-sage-soft);
}

.pomoa-review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-review__avatar img.is-left {
  -o-object-position: left center;
     object-position: left center;
}

.pomoa-review__avatar img.is-center {
  -o-object-position: center;
     object-position: center;
}

.pomoa-review__avatar img.is-right {
  -o-object-position: right center;
     object-position: right center;
}

.pomoa-review__identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.pomoa-review__identity strong {
  color: var(--pomoa-forest);
  font-size: 14px;
  font-weight: 700;
}

.pomoa-social-grid {
  display: grid;
  max-width: 1080px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-inline: auto;
}

.pomoa-social-section {
  padding: 64px 0;
}

.pomoa-social-section .pomoa-section__head {
  margin-bottom: 28px;
}

.pomoa-social-section .pomoa-title {
  font-size: 50px;
  line-height: 1;
}

.pomoa-social-section .pomoa-copy {
  font-size: 15px;
  line-height: 1.5;
}

.pomoa-social-card {
  position: relative;
  overflow: hidden;
  background: var(--pomoa-sage);
}

.pomoa-social-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  background: var(--pomoa-white);
  -o-object-fit: contain;
     object-fit: contain;
}

.pomoa-social-card__play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--pomoa-white);
  border-radius: 50%;
  background: rgba(35, 40, 32, 0.78);
  color: var(--pomoa-white);
}

.pomoa-social-card__play svg {
  width: 16px;
  height: 16px;
}

.pomoa-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
}

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

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

.pomoa-faq summary {
  padding: 22px 0;
  color: var(--pomoa-forest);
  cursor: pointer;
  font-weight: 700;
}

.pomoa-faq details p {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--pomoa-muted);
  line-height: 1.6;
}

.pomoa-newsletter {
  padding: 80px 0;
  background: var(--pomoa-sage);
  color: var(--pomoa-forest);
}

.pomoa-newsletter .pomoa-title,
.pomoa-newsletter .pomoa-copy {
  color: var(--pomoa-forest);
}

.pomoa-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 64px;
}

.pomoa-newsletter form {
  display: flex;
  border-bottom: 1px solid var(--pomoa-forest);
}

.pomoa-newsletter input {
  min-width: 0;
  flex: 1;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: var(--pomoa-forest);
  font-size: 16px;
  outline: none;
}

.pomoa-newsletter input::-moz-placeholder {
  color: var(--pomoa-muted);
}

.pomoa-newsletter input::placeholder {
  color: var(--pomoa-muted);
}

.pomoa-newsletter button {
  border: 0 !important;
  background: transparent !important;
  color: var(--pomoa-forest) !important;
  font-weight: 700;
}

.footer-wrapper,
.footer,
[data-section-type="footer"] {
  background: var(--pomoa-forest) !important;
  color: var(--pomoa-white) !important;
}

.footer a,
.footer-wrapper a {
  color: var(--pomoa-white) !important;
}

.template-product .main-content,
.template-collection .main-content,
.template-page .main-content,
.template-search .main-content {
  padding-top: 24px;
}

.template-product .product-info__title,
.template-collection .collection__title,
.template-page h1 {
  font-family: var(--pomoa-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.template-product .product-info,
.template-product .product-detail,
.template-collection .collection-detail {
  border-color: var(--pomoa-line) !important;
}

.template-product .product-info__variant-item,
.template-product .product-info__quantity,
.template-collection .collection__filter {
  border-radius: var(--pomoa-radius) !important;
}

@media (max-width: 959px) {
  :root {
    --pomoa-shell: calc(100vw - 32px);
  }

  .pomoa-hero,
  .pomoa-editorial,
  .pomoa-faq,
  .pomoa-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .pomoa-hero {
    min-height: min(760px, calc(100svh - 96px));
    align-items: flex-start;
  }

  .pomoa-hero__copy {
    width: var(--pomoa-shell);
    min-height: 0;
    padding: 30px 0 0;
    align-items: center;
    text-align: center;
  }

  .pomoa-hero__copy .pomoa-copy {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pomoa-editorial__media {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .pomoa-proof__inner {
    grid-template-columns: 1fr 1fr;
    padding: 24px 0;
  }

  .pomoa-proof strong {
    grid-column: 1 / -1;
    text-align: center;
  }

  .pomoa-section {
    padding: 64px 0;
  }

  .pomoa-section__head {
    display: block;
  }

  .pomoa-section__head .pomoa-copy {
    margin-top: 16px;
  }

  .pomoa-format-grid,
  .pomoa-review-grid,
  .pomoa-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pomoa-social-section {
    padding: 52px 0;
  }

  .pomoa-social-section .pomoa-title {
    font-size: 44px;
  }

  .pomoa-social-section .pomoa-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pomoa-compare {
    padding: 56px 0 30px;
  }

  .pomoa-compare__intro {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }

  .pomoa-compare .pomoa-title {
    font-size: 46px;
  }

  .pomoa-compare__intro .pomoa-copy {
    max-width: 650px;
  }

  .pomoa-compare__scroll {
    scroll-padding-left: 190px;
    scroll-snap-type: inline proximity;
  }

  .pomoa-compare__grid {
    min-width: 700px;
    grid-template-columns: 190px repeat(3, 170px);
  }

  .pomoa-compare__corner,
  .pomoa-compare__label {
    position: sticky;
    z-index: 3;
    left: 0;
    background: var(--pomoa-forest);
  }

  .pomoa-compare__product {
    scroll-snap-align: start;
  }

  .pomoa-compare__corner,
  .pomoa-compare__product {
    min-height: 190px;
  }

  .pomoa-compare__image {
    width: 100px;
    height: 100px;
  }

  .pomoa-compare__label,
  .pomoa-compare__value {
    min-height: 88px;
  }

  .pomoa-compare__label {
    padding-right: 16px;
    font-size: 16px;
  }

  .pomoa-steps,
  .pomoa-values {
    grid-template-columns: 1fr 1fr;
  }

  .pomoa-feedback__panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pomoa-step:nth-child(2) {
    border-right: 0;
  }

  .pomoa-step:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(247, 247, 242, 0.25);
  }

  .pomoa-faq {
    gap: 36px;
  }
}

@media (max-width: 599px) {
  .pomoa-display {
    font-size: 56px;
  }

  .pomoa-title {
    font-size: 42px;
  }

  .pomoa-copy {
    font-size: 16px;
  }

  .pomoa-social-section {
    padding: 44px 0;
  }

  .pomoa-social-section .pomoa-section__head {
    margin-bottom: 22px;
  }

  .pomoa-social-section .pomoa-title {
    font-size: 36px;
  }

  .pomoa-social-section .pomoa-copy {
    font-size: 14px;
  }

  .pomoa-social-section .pomoa-social-grid {
    display: flex;
    max-width: none;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: inline proximity;
  }

  .pomoa-social-section .pomoa-social-card {
    flex: 0 0 min(72vw, 280px);
    scroll-snap-align: start;
  }

  .pomoa-compare {
    padding: 48px 0 28px;
  }

  .pomoa-compare__intro {
    margin-bottom: 22px;
  }

  .pomoa-compare .pomoa-title {
    font-size: 38px;
  }

  .pomoa-compare .pomoa-copy {
    font-size: 14px;
  }

  .pomoa-hero__media img {
    height: calc(100% + 28px);
    -o-object-position: center bottom;
       object-position: center bottom;
    transform: translateY(28px);
  }

  .pomoa-compare__scroll {
    scroll-padding-left: 154px;
  }

  .pomoa-compare__grid {
    min-width: 619px;
    grid-template-columns: 154px repeat(3, 155px);
  }

  .pomoa-compare__corner,
  .pomoa-compare__product {
    min-height: 174px;
  }

  .pomoa-compare__image {
    width: 88px;
    height: 88px;
    margin-bottom: 5px;
  }

  .pomoa-compare__product {
    padding: 14px 10px 16px;
  }

  .pomoa-compare__product strong {
    font-size: 18px;
  }

  .pomoa-compare__corner {
    padding: 16px 12px 18px 0;
  }

  .pomoa-compare__label {
    padding: 14px 10px 14px 0;
    font-size: 14px;
  }

  .pomoa-compare__label button {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .pomoa-compare__label [role="tooltip"] {
    right: auto;
    left: 0;
    width: 220px;
  }

  .pomoa-compare__value {
    padding: 13px 10px;
  }

  .pomoa-compare__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .pomoa-compare--product {
    padding: 36px 0 22px;
  }

  .pomoa-compare--product .pomoa-compare__intro {
    gap: 12px;
    margin-bottom: 16px;
  }

  .pomoa-compare--product .pomoa-title {
    max-width: 330px;
    font-size: 30px;
    line-height: 1.02;
  }

  .pomoa-compare--product .pomoa-copy {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.45;
  }

  .pomoa-compare--product .pomoa-compare__scroll {
    scroll-padding-left: 126px;
  }

  .pomoa-compare--product .pomoa-compare__grid {
    min-width: 522px;
    grid-template-columns: 126px repeat(3, 132px);
  }

  .pomoa-compare--product .pomoa-compare__corner,
  .pomoa-compare--product .pomoa-compare__product {
    min-height: 144px;
  }

  .pomoa-compare--product .pomoa-compare__product {
    padding: 11px 8px 13px;
  }

  .pomoa-compare--product .pomoa-compare__image {
    width: 66px;
    height: 66px;
    margin-bottom: 3px;
  }

  .pomoa-compare--product .pomoa-compare__product strong {
    font-size: 16px;
  }

  .pomoa-compare--product .pomoa-compare__product small {
    max-width: 110px;
    font-size: 9px;
    line-height: 1.25;
  }

  .pomoa-compare--product .pomoa-compare__corner {
    padding: 12px 9px 14px 0;
    font-size: 10px;
  }

  .pomoa-compare--product .pomoa-compare__label,
  .pomoa-compare--product .pomoa-compare__value {
    min-height: 62px;
  }

  .pomoa-compare--product .pomoa-compare__label {
    gap: 6px;
    padding: 10px 7px 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .pomoa-compare--product .pomoa-compare__value {
    padding: 9px 6px;
  }

  .pomoa-compare--product .pomoa-compare__status {
    width: 28px;
    height: 28px;
  }

  .pomoa-compare--product .pomoa-compare__metric,
  .pomoa-compare--product .pomoa-compare__limited {
    font-size: 9px;
  }

  .pomoa-compare--product .pomoa-compare__footer {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    font-size: 9px;
  }

  .pomoa-format-grid,
  .pomoa-review-grid,
  .pomoa-social-grid,
  .pomoa-steps,
  .pomoa-values {
    grid-template-columns: 1fr;
  }

  .pomoa-values {
    gap: 0;
    border-top: 1px solid var(--pomoa-line);
    border-left: 1px solid var(--pomoa-line);
    text-align: left;
  }

  .pomoa-step,
  .pomoa-step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(247, 247, 242, 0.25);
  }

  .pomoa-step:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .pomoa-value {
    display: grid;
    min-height: 136px;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-content: center;
    align-items: center;
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 20px;
    border-right: 1px solid var(--pomoa-line);
    border-bottom: 1px solid var(--pomoa-line);
  }

  .pomoa-value__icon {
    width: 76px;
    height: 76px;
    grid-row: 1 / 3;
    margin-bottom: 0;
    border-width: 2px;
  }

  .pomoa-value__icon svg {
    width: 34px;
    height: 34px;
  }

  .pomoa-value__icon.pomoa-value__icon--leaf svg {
    width: 46px;
    height: 46px;
  }

  .pomoa-value__icon.pomoa-value__icon--natural svg,
  .pomoa-value__icon.pomoa-value__icon--recyclable svg {
    width: 42px;
    height: 42px;
  }

  .pomoa-value__icon.pomoa-value__icon--lock svg {
    width: 40px;
    height: 40px;
  }

  .pomoa-feedback__panel {
    padding: 24px 18px;
  }

  .pomoa-feedback__actions {
    width: 100%;
  }

  .pomoa-feedback__actions a {
    width: 100%;
  }

  .pomoa-feedback__steps article {
    min-height: 0;
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .pomoa-feedback__steps span {
    width: 42px;
    height: 42px;
  }

  .pomoa-social-card:last-child {
    grid-column: 1 / -1;
  }

  .pomoa-social-section .pomoa-social-card:last-child {
    grid-column: auto;
  }

  .pomoa-newsletter {
    padding: 64px 0;
  }
}

/* POMOA content pages and global footer */
.pomoa-content-hero {
  border-bottom: 1px solid var(--pomoa-line);
  background: var(--pomoa-sage);
}

.pomoa-content-hero--split {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pomoa-content-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 84px max(48px, calc((100vw - 1320px) / 2));
}

.pomoa-content-hero__copy h1,
.pomoa-content-hero--simple h1,
.pomoa-contact-page h1 {
  max-width: 760px;
  margin: 0;
  color: var(--pomoa-forest);
  font-family: var(--pomoa-font-display);
  font-size: 76px;
  font-weight: 400;
  line-height: .98;
}

.pomoa-content-hero__copy > p:last-of-type,
.pomoa-content-hero--simple .pomoa-shell > p:last-child,
.pomoa-contact-page > div:first-child > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--pomoa-muted);
  font-size: 18px;
  line-height: 1.6;
}

.pomoa-content-hero__copy .pomoa-button {
  margin-top: 30px;
}

.pomoa-content-hero--split > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-content-hero--simple {
  padding: 104px 0 86px;
}

.pomoa-content-chapters {
  display: grid;
  padding-block: 96px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid var(--pomoa-line);
  border-left: 1px solid var(--pomoa-line);
}

.pomoa-content-chapters article {
  min-height: 320px;
  padding: 8px 42px;
  border-right: 1px solid var(--pomoa-line);
}

.pomoa-content-chapters article:last-child {
  border-right: 0;
}

.pomoa-content-chapters span,
.pomoa-how-to article > span,
.pomoa-contact-options article > span {
  color: var(--pomoa-moss);
  font-size: 12px;
  font-weight: 700;
}

.pomoa-content-chapters h2,
.pomoa-how-to h2,
.pomoa-contact-options h2,
.pomoa-subscribe-steps h3 {
  margin: 64px 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
}

.pomoa-content-chapters p,
.pomoa-how-to p,
.pomoa-contact-options p,
.pomoa-subscribe-steps p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pomoa-page-statement {
  padding: 100px 0;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
  text-align: center;
}

.pomoa-page-statement h2 {
  max-width: 900px;
  margin: 0 auto 34px;
  color: var(--pomoa-white) !important;
  font-size: 64px;
  line-height: 1;
}

.pomoa-content-proof {
  padding: 0 0 96px;
}

.pomoa-content-proof .pomoa-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pomoa-line);
}

.pomoa-content-proof span {
  display: grid;
  min-height: 120px;
  place-items: center;
  padding: 24px;
  border-right: 1px solid var(--pomoa-line);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.pomoa-content-proof span:last-child {
  border-right: 0;
}

.pomoa-how-to {
  display: grid;
  padding-block: 96px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 76px;
}

.pomoa-how-to > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--pomoa-white);
}

.pomoa-how-to article {
  display: grid;
  min-height: 150px;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-how-to h2 {
  margin: 0 0 12px;
}

.pomoa-video-slot {
  display: grid;
  margin-bottom: 96px;
  grid-template-columns: 1.2fr .8fr;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-video-slot > div {
  min-height: 420px;
}

.pomoa-video-slot > div:first-child {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-right: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.04);
}

.pomoa-video-slot > div:first-child span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
}

.pomoa-video-slot > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.pomoa-video-slot h2 {
  margin: 0 0 18px;
  color: var(--pomoa-white) !important;
  font-size: 42px;
}

.pomoa-video-slot p:last-child {
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.6;
}

.pomoa-support-layout {
  display: grid;
  padding-block: 88px 110px;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 80px;
}

.pomoa-support-layout aside {
  position: sticky;
  top: 120px;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  flex-direction: column;
  border-top: 1px solid var(--pomoa-line);
}

.pomoa-support-layout aside a {
  padding: 16px 0;
  border-bottom: 1px solid var(--pomoa-line);
  color: var(--pomoa-forest);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pomoa-support-layout > div > section + section {
  margin-top: 72px;
}

.pomoa-support-layout h2 {
  margin: 0 0 20px;
  font-size: 44px;
}

.pomoa-support-layout details {
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-support-layout summary {
  position: relative;
  padding: 24px 54px 24px 0;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.pomoa-support-layout summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.pomoa-support-layout details[open] summary::after {
  content: "-";
}

.pomoa-support-layout details p {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pomoa-subscribe-steps {
  padding-block: 96px;
}

.pomoa-subscribe-steps > h2 {
  max-width: 760px;
  margin: 0 0 54px;
  font-size: 58px;
}

.pomoa-subscribe-steps > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pomoa-line);
}

.pomoa-subscribe-steps article {
  min-height: 280px;
  padding: 32px;
  border-right: 1px solid var(--pomoa-line);
}

.pomoa-subscribe-steps article:last-child {
  border-right: 0;
}

.pomoa-subscribe-steps h3 {
  margin: 68px 0 14px;
}

.pomoa-plan-compare {
  display: grid;
  padding-bottom: 110px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pomoa-plan-compare article {
  min-height: 470px;
  padding: 56px;
  border: 1px solid var(--pomoa-line);
}

.pomoa-plan-compare article + article {
  border-left: 0;
}

.pomoa-plan-compare article.is-featured {
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-plan-compare h2 {
  max-width: 520px;
  margin: 42px 0 28px;
  font-size: 46px;
}

.pomoa-plan-compare .is-featured h2 {
  color: var(--pomoa-white) !important;
}

.pomoa-plan-compare ul {
  display: grid;
  margin: 0 0 38px;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.pomoa-plan-compare li::before {
  margin-right: 10px;
  content: "✓";
}

.pomoa-review-summary {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-block: 56px;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-review-summary strong {
  font-family: var(--pomoa-font-display);
  font-size: 72px;
  font-weight: 400;
}

.pomoa-review-summary span,
.pomoa-review-grid blockquote > span {
  color: var(--pomoa-signal);
  letter-spacing: 2px;
}

.pomoa-review-grid {
  display: grid;
  padding-block: 70px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pomoa-review-grid blockquote {
  min-height: 360px;
  margin: 0;
  padding: 36px;
  border-right: 1px solid var(--pomoa-line);
}

.pomoa-review-grid blockquote:first-child {
  border-left: 1px solid var(--pomoa-line);
}

.pomoa-review-grid blockquote > p {
  margin: 58px 0 42px;
  font-family: var(--pomoa-font-display);
  font-size: 30px;
  line-height: 1.2;
}

.pomoa-review-grid footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pomoa-review-grid small {
  color: var(--pomoa-muted);
}

.pomoa-review-disclosure {
  display: grid;
  margin-bottom: 96px;
  padding: 30px 34px;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  border: 1px solid var(--pomoa-line);
}

.pomoa-review-disclosure p {
  margin: 0;
  color: var(--pomoa-muted);
  line-height: 1.6;
}

.pomoa-contact-page {
  display: grid;
  padding-block: 104px;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.pomoa-contact-page > div:first-child > a {
  display: inline-block;
  margin-top: 36px;
  color: var(--pomoa-forest);
  font-size: 21px;
  font-weight: 700;
}

.pomoa-contact-page dl {
  margin-top: 64px;
  border-top: 1px solid var(--pomoa-line);
}

.pomoa-contact-page dl > div {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-contact-page dt {
  color: var(--pomoa-muted);
}

.pomoa-contact-page dd {
  margin: 0;
  font-weight: 700;
}

.pomoa-contact-options {
  border-top: 1px solid var(--pomoa-line);
}

.pomoa-contact-options article {
  position: relative;
  min-height: 210px;
  padding: 28px 0 28px 70px;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-contact-options article > span {
  position: absolute;
  top: 34px;
  left: 0;
}

.pomoa-contact-options h2 {
  margin: 0 0 12px;
}

.pomoa-contact-options a {
  display: inline-block;
  margin-top: 22px;
  color: var(--pomoa-forest);
  font-weight: 700;
}

.pomoa-policy-content,
.pomoa-generic-page {
  max-width: 920px;
  padding-block: 86px 110px;
}

.pomoa-policy-content article {
  display: grid;
  padding: 34px 0;
  grid-template-columns: 260px 1fr;
  gap: 46px;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-policy-content h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.pomoa-policy-content article p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pomoa-policy-updated {
  margin-top: 38px;
  color: var(--pomoa-muted);
  font-size: 12px;
}

.pomoa-site-footer {
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-footer-directory {
  display: grid;
  padding-block: 72px;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 44px;
}

.pomoa-footer-wordmark {
  display: block;
  width: 176px;
  color: var(--pomoa-white);
  text-decoration: none;
}

.pomoa-footer-brand > p {
  margin: 20px 0 28px;
  color: rgba(255,255,255,.66);
  line-height: 1.55;
}

.pomoa-footer-social {
  display: flex;
  gap: 12px;
}

.pomoa-footer-social a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  color: var(--pomoa-white);
  transition: background-color .2s ease, border-color .2s ease;
}

.pomoa-footer-social svg {
  display: block;
  width: 22px;
  height: 22px;
}

.pomoa-footer-social [data-social="tiktok"] svg {
  transform: scale(1.12);
}

.pomoa-footer-social [data-social="youtube"] svg {
  transform: scale(1.06);
}

.pomoa-footer-social a:hover,
.pomoa-footer-social a:focus-visible {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
}

.pomoa-footer-directory > nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pomoa-footer-directory nav strong {
  margin-bottom: 10px;
  font-size: 14px;
}

.pomoa-footer-directory nav a,
.pomoa-footer-base a {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  text-decoration: none;
}

.pomoa-footer-directory nav a:hover,
.pomoa-footer-base a:hover {
  color: var(--pomoa-white);
}

.pomoa-footer-subscribe {
  padding: 64px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.pomoa-footer-subscribe > .pomoa-shell {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
}

.pomoa-footer-subscribe h2 {
  margin: 0;
  color: var(--pomoa-white) !important;
  font-size: 52px;
}

.pomoa-footer-subscribe > .pomoa-shell > div:last-child > p {
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.66);
  line-height: 1.6;
}

.pomoa-footer-subscribe form > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.pomoa-footer-subscribe form > div {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,.62);
}

.pomoa-footer-subscribe input {
  min-width: 0;
  height: 54px;
  flex: 1;
  padding: 0 12px 0 0;
  border: 0;
  background: transparent;
  color: var(--pomoa-white);
  font-size: 16px;
}

.pomoa-footer-subscribe input::-moz-placeholder {
  color: rgba(255,255,255,.48);
}

.pomoa-footer-subscribe input::placeholder {
  color: rgba(255,255,255,.48);
}

.pomoa-footer-subscribe button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--pomoa-white) !important;
}

.pomoa-footer-form-message,
.pomoa-footer-form-success {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.pomoa-footer-form-success {
  display: none;
}

.spz-form-submit-success .pomoa-footer-form-success {
  display: block;
}

.pomoa-footer-base {
  display: grid;
  min-height: 86px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.pomoa-footer-base > nav,
.pomoa-payment-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pomoa-payment-row {
  justify-content: flex-end;
}

.pomoa-payment-row span {
  padding: 7px 8px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  color: var(--pomoa-white);
  font-size: 9px;
}

@media (max-width: 959px) {
  .pomoa-content-hero--split,
  .pomoa-how-to,
  .pomoa-video-slot,
  .pomoa-contact-page,
  .pomoa-footer-subscribe > .pomoa-shell {
    grid-template-columns: 1fr;
  }

  .pomoa-content-hero--split > img {
    min-height: 0;
    aspect-ratio: 1.25 / 1;
  }

  .pomoa-content-hero__copy h1,
  .pomoa-content-hero--simple h1,
  .pomoa-contact-page h1 {
    font-size: 56px;
  }

  .pomoa-content-chapters,
  .pomoa-review-grid {
    grid-template-columns: 1fr;
  }

  .pomoa-content-chapters article,
  .pomoa-review-grid blockquote,
  .pomoa-review-grid blockquote:first-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--pomoa-line);
    border-left: 0;
  }

  .pomoa-content-chapters h2 {
    margin-top: 40px;
  }

  .pomoa-video-slot > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

  .pomoa-support-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 42px;
  }

  .pomoa-subscribe-steps > div,
  .pomoa-content-proof .pomoa-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pomoa-subscribe-steps article:nth-child(2),
  .pomoa-content-proof span:nth-child(2) {
    border-right: 0;
  }

  .pomoa-subscribe-steps article:nth-child(-n+2),
  .pomoa-content-proof span:nth-child(-n+2) {
    border-bottom: 1px solid var(--pomoa-line);
  }

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

  .pomoa-footer-brand {
    grid-column: 1 / -1;
  }

  .pomoa-footer-base {
    grid-template-columns: 1fr;
    padding-block: 28px;
  }

  .pomoa-payment-row {
    justify-content: flex-start;
  }
}

@media (max-width: 599px) {
  .pomoa-content-hero__copy,
  .pomoa-content-hero--simple,
  .pomoa-contact-page {
    padding-block: 62px;
  }

  .pomoa-content-hero__copy {
    padding-inline: 24px;
  }

  .pomoa-content-hero__copy h1,
  .pomoa-content-hero--simple h1,
  .pomoa-contact-page h1 {
    font-size: 42px;
  }

  .pomoa-content-hero__copy > p:last-of-type,
  .pomoa-content-hero--simple .pomoa-shell > p:last-child,
  .pomoa-contact-page > div:first-child > p {
    font-size: 16px;
  }

  .pomoa-content-chapters {
    padding-block: 48px;
  }

  .pomoa-content-chapters article {
    padding: 30px 24px;
  }

  .pomoa-page-statement {
    padding: 72px 0;
  }

  .pomoa-page-statement h2,
  .pomoa-subscribe-steps > h2 {
    font-size: 42px;
  }

  .pomoa-content-proof .pomoa-shell,
  .pomoa-subscribe-steps > div,
  .pomoa-plan-compare,
  .pomoa-review-disclosure,
  .pomoa-policy-content article {
    grid-template-columns: 1fr;
  }

  .pomoa-content-proof span,
  .pomoa-content-proof span:nth-child(2),
  .pomoa-subscribe-steps article,
  .pomoa-subscribe-steps article:nth-child(2) {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--pomoa-line);
  }

  .pomoa-how-to {
    padding-block: 56px;
    gap: 34px;
  }

  .pomoa-video-slot {
    margin-bottom: 56px;
  }

  .pomoa-video-slot > div {
    min-height: 300px;
  }

  .pomoa-video-slot > div:last-child,
  .pomoa-plan-compare article {
    padding: 34px 24px;
  }

  .pomoa-support-layout {
    padding-block: 48px 72px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pomoa-support-layout aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pomoa-subscribe-steps {
    padding-block: 64px;
  }

  .pomoa-plan-compare article + article {
    border-top: 0;
    border-left: 1px solid var(--pomoa-line);
  }

  .pomoa-review-summary {
    flex-wrap: wrap;
  }

  .pomoa-review-grid {
    padding-block: 44px;
  }

  .pomoa-review-grid blockquote > p {
    font-size: 26px;
  }

  .pomoa-contact-page {
    gap: 58px;
  }

  .pomoa-contact-page dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pomoa-policy-content {
    padding-block: 52px 76px;
  }

  .pomoa-policy-content article {
    gap: 14px;
  }

  .pomoa-footer-directory {
    padding-block: 54px;
    grid-template-columns: 1fr;
  }

  .pomoa-footer-brand {
    grid-column: auto;
  }

  .pomoa-footer-subscribe h2 {
    font-size: 40px;
  }

  .pomoa-payment-row {
    flex-wrap: wrap;
  }
}

/* POMOA wood car fragrance */
.pomoa-car-product { background: var(--pomoa-paper); color: var(--pomoa-forest); }
.pomoa-car-product__hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr); gap: 48px; padding-block: 48px 96px; }
.pomoa-car-gallery__main { overflow: hidden; border: 1px solid var(--pomoa-line); background: var(--pomoa-white); }
.pomoa-car-gallery__main img { width: 100%; aspect-ratio: 1 / 1.03; -o-object-fit: contain; object-fit: contain; }
.pomoa-car-gallery__thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.pomoa-car-gallery__thumbs button { padding: 0; overflow: hidden; border: 1px solid transparent; background: transparent; cursor: pointer; }
.pomoa-car-gallery__thumbs button.is-active { border-color: var(--pomoa-signal); }
.pomoa-car-gallery__thumbs img { width: 100%; aspect-ratio: 1; -o-object-fit: cover; object-fit: cover; }
.pomoa-car-buybox { position: sticky; top: 110px; align-self: start; }
.pomoa-car-badge { display: inline-block; margin-bottom: 18px; padding: 7px 10px; background: var(--pomoa-sage-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pomoa-car-buybox .pomoa-title { max-width: 620px; font-size: clamp(46px, 4.8vw, 74px); }
.pomoa-car-buybox .pomoa-copy { font-size: 16px; }
.pomoa-car-meta { margin: 12px 0 28px; font-size: 12px; font-weight: 700; }
.pomoa-car-choice { margin-bottom: 26px; }
.pomoa-car-choice__head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; font-size: 12px; }
.pomoa-car-choice__head span { color: var(--pomoa-muted); text-align: right; }
.pomoa-car-format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pomoa-car-option, .pomoa-car-plan { display: grid; min-height: 104px; grid-template-columns: auto 1fr; gap: 12px; padding: 14px; border: 1px solid var(--pomoa-line); border-radius: var(--pomoa-radius); background: transparent; color: var(--pomoa-forest); text-align: left; cursor: pointer; }
.pomoa-car-option > i, .pomoa-car-plan > i { width: 16px; height: 16px; border: 1px solid var(--pomoa-forest); border-radius: 50%; }
.pomoa-car-option.is-active, .pomoa-car-plan.is-active { border-color: var(--pomoa-signal); background: var(--pomoa-signal-soft); box-shadow: inset 0 0 0 1px var(--pomoa-signal); }
.pomoa-car-option.is-active > i, .pomoa-car-plan.is-active > i { border: 4px solid var(--pomoa-signal); background: var(--pomoa-white); }
.pomoa-car-option > span, .pomoa-car-plan > span { display: flex; flex-direction: column; gap: 5px; }
.pomoa-car-option small, .pomoa-car-plan small { color: var(--pomoa-muted); line-height: 1.4; }
.pomoa-car-option b { grid-column: 2; align-self: end; }
.pomoa-car-scent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.pomoa-car-scent-grid label { position: relative; display: flex; min-width: 0; min-height: 64px; flex-direction: column; justify-content: center; gap: 4px; padding: 8px 30px 8px 10px; border: 1px solid var(--pomoa-line); }
.pomoa-car-scent-grid label > span { color: var(--pomoa-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pomoa-car-scent-grid select { width: 100%; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; background: transparent; color: var(--pomoa-forest); font-size: 11px; font-weight: 700; text-overflow: ellipsis; }
.pomoa-car-scent-grid svg, .pomoa-car-cadence svg { position: absolute; right: 9px; bottom: 16px; width: 14px; pointer-events: none; }
.pomoa-car-plan-grid { display: flex; flex-direction: column; gap: 8px; }
.pomoa-car-plan { min-height: 74px; grid-template-columns: auto 1fr auto; align-items: center; }
.pomoa-car-cadence { position: relative; display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 0 42px; background: var(--pomoa-sage); font-size: 12px; }
.pomoa-car-cadence select { border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; color: var(--pomoa-forest); font-weight: 700; }
.pomoa-car-cta { width: 100%; margin-top: 18px; }
.pomoa-car-assurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; padding: 16px 0 24px; color: var(--pomoa-muted); font-size: 10px; }
.pomoa-car-assurance span { display: flex; align-items: center; gap: 6px; }
.pomoa-car-assurance svg { width: 15px; height: 15px; }
.pomoa-car-details { border-top: 1px solid var(--pomoa-line); }
.pomoa-car-details details { border-bottom: 1px solid var(--pomoa-line); }
.pomoa-car-details summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; font-weight: 700; cursor: pointer; list-style: none; }
.pomoa-car-details summary::after { content: "+"; font-size: 18px; font-weight: 400; }
.pomoa-car-details details[open] summary::after { content: "−"; }
.pomoa-car-details p { margin: 0; padding: 0 32px 22px 0; color: var(--pomoa-muted); font-size: 13px; line-height: 1.6; }
.pomoa-car-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-inline: max(24px, calc((100vw - 1320px) / 2)); background: var(--pomoa-forest); color: var(--pomoa-white); }
.pomoa-car-benefits article { position: relative; min-height: 290px; padding: 40px 28px; border-right: 1px solid rgba(247,247,242,.18); }
.pomoa-car-benefits article:first-child { border-left: 1px solid rgba(247,247,242,.18); }
.pomoa-car-benefits article > svg { position: absolute; top: 38px; right: 28px; width: 24px; color: var(--pomoa-sage-soft); }
.pomoa-car-benefits article > span { font-size: 11px; }
.pomoa-car-benefits h2 { margin: 72px 0 12px; color: var(--pomoa-white); font-size: 28px; }
.pomoa-car-benefits p { margin: 0; color: rgba(247,247,242,.7); font-size: 12px; line-height: 1.6; }
.pomoa-car-story { display: grid; min-height: 720px; grid-template-columns: 1.05fr .95fr; background: var(--pomoa-sage); }
.pomoa-car-story > img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.pomoa-car-story > div { display: flex; flex-direction: column; justify-content: center; padding: 72px max(32px, calc((100vw - 1320px) / 2)); }
.pomoa-car-story .pomoa-title { margin-bottom: 40px; }
.pomoa-car-story ol { margin: 0; padding: 0; border-top: 1px solid var(--pomoa-line); list-style: none; }
.pomoa-car-story li { display: grid; min-height: 112px; grid-template-columns: 32px 1fr; align-content: center; -moz-column-gap: 16px; column-gap: 16px; border-bottom: 1px solid var(--pomoa-line); }
.pomoa-car-story li > span { grid-row: 1 / 3; color: var(--pomoa-muted); font-size: 10px; }
.pomoa-car-story li > strong { font-family: var(--pomoa-font-display); font-size: 24px; font-weight: 400; }
.pomoa-car-story li > p { margin: 5px 0 0; color: var(--pomoa-muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 959px) {
  .pomoa-car-product__hero { grid-template-columns: 1fr; }
  .pomoa-car-buybox { position: static; }
  .pomoa-car-benefits { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
  .pomoa-car-benefits article:nth-child(odd) { border-left: 1px solid rgba(247,247,242,.18); }
  .pomoa-car-story { grid-template-columns: 1fr; }
  .pomoa-car-story > img { min-height: 520px; }
  .pomoa-car-story > div { padding: 64px 24px; }
}

@media (max-width: 599px) {
  .pomoa-car-product__hero { width: calc(100vw - 32px); gap: 34px; padding-block: 24px 64px; }
  .pomoa-car-gallery__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pomoa-car-buybox .pomoa-title { font-size: 50px; }
  .pomoa-car-format-grid, .pomoa-car-scent-grid { grid-template-columns: 1fr; }
  .pomoa-car-option { min-height: 98px; }
  .pomoa-car-plan { grid-template-columns: auto 1fr; }
  .pomoa-car-plan b { grid-column: 2; }
  .pomoa-car-cadence { padding-inline: 18px 38px; }
  .pomoa-car-assurance { align-items: flex-start; flex-direction: column; }
  .pomoa-car-benefits { grid-template-columns: 1fr; padding-inline: 16px; }
  .pomoa-car-benefits article { min-height: 230px; border-left: 1px solid rgba(247,247,242,.18); }
  .pomoa-car-benefits h2 { margin-top: 56px; }
  .pomoa-car-story > img { min-height: 390px; }
}

.pomoa-page-hero {
  padding: 86px 0 64px;
  border-bottom: 1px solid var(--pomoa-line);
  background: var(--pomoa-sage);
}

.pomoa-page-hero .pomoa-copy {
  max-width: 720px;
}

.pomoa-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 64px;
}

.pomoa-builder-form {
  display: grid;
  gap: 48px;
}

.pomoa-builder-group {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-builder-group legend {
  width: 100%;
  padding: 0;
  color: var(--pomoa-forest);
  font-family: var(--pomoa-font-display);
  font-size: 34px;
}

.pomoa-builder-group > p {
  margin: 10px 0 24px;
  color: var(--pomoa-muted);
  line-height: 1.5;
}

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

.pomoa-option {
  position: relative;
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
  cursor: pointer;
}

.pomoa-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pomoa-option:has(input:checked) {
  border-color: var(--pomoa-signal);
  background: var(--pomoa-signal-soft);
  box-shadow: inset 0 0 0 1px var(--pomoa-signal);
}

.pomoa-option strong {
  font-size: 15px;
}

.pomoa-option small {
  color: var(--pomoa-muted);
  font-size: 12px;
  line-height: 1.4;
}

.pomoa-option__swatch {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(24, 32, 23, 0.16);
  border-radius: 50%;
}

.pomoa-builder-summary {
  position: sticky;
  top: 112px;
  align-self: start;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
}

.pomoa-builder-summary img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-builder-summary__copy {
  padding: 28px;
}

.pomoa-builder-summary h2 {
  margin: 8px 0 10px;
  font-size: 34px;
}

.pomoa-builder-summary p {
  margin: 0 0 22px;
  color: var(--pomoa-muted);
  line-height: 1.5;
}

.pomoa-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pomoa-product-storefront {
  padding: 88px 0;
  background: #f7f8f3;
  color: #1c3024;
}

.pomoa-product-storefront__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 42px;
}

.pomoa-product-storefront__head .pomoa-title,
.pomoa-product-storefront__head .pomoa-copy {
  margin-bottom: 0;
}

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

.pomoa-product-storefront__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pomoa-product-storefront__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pomoa-product-storefront__card {
  position: relative;
  min-width: 0;
  padding: 14px 14px 18px;
  border: 1px solid rgba(28, 48, 36, 0.18);
  background: #fff;
}

.pomoa-product-storefront__card .product-snippet__img-link {
  background: #fff;
}

.pomoa-product-storefront__badge {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 26px;
  padding: 7px 10px;
  background: #d8e1cf;
  color: #1c3024;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .pomoa-product-storefront {
    padding: 58px 0;
  }

  .pomoa-product-storefront__head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .pomoa-product-storefront__grid--3,
  .pomoa-product-storefront__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .pomoa-product-storefront__grid {
    gap: 10px;
  }

  .pomoa-product-storefront__card {
    padding: 8px 8px 12px;
  }

  .pomoa-product-storefront__badge {
    top: 16px;
    left: 16px;
    padding: 5px 7px;
    font-size: 10px;
  }
}

.pomoa-bundle-hero {
  display: flex;
  min-height: 300px;
  align-items: center;
  padding: 62px 0;
  background: var(--pomoa-white);
  text-align: center;
}

.pomoa-bundle-hero .pomoa-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pomoa-bundle-hero .pomoa-title {
  margin: 0 0 20px;
  font-size: 62px;
  line-height: .96;
}

.pomoa-bundle-hero .pomoa-copy {
  max-width: 620px;
  margin: 0;
  font-size: 16px;
}

.pomoa-bundle-ticker {
  overflow: hidden;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-bundle-ticker > div {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  justify-content: space-around;
  animation: pomoa-bundle-ticker 28s linear infinite;
}

.pomoa-bundle-ticker span {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 9px;
  padding-inline: 42px;
  white-space: nowrap;
  font-size: 12px;
}

.pomoa-bundle-ticker svg {
  width: 16px;
  height: 16px;
}

@keyframes pomoa-bundle-ticker {
  to { transform: translateX(-240px); }
}

.pomoa-bundle-catalog {
  padding: 58px max(24px, calc((100vw - 1420px) / 2)) 120px;
  background: var(--pomoa-white);
}

.pomoa-bundle-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.pomoa-bundle-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pomoa-bundle-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--pomoa-line);
  border-radius: 4px;
  background: transparent;
  color: var(--pomoa-forest);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pomoa-bundle-tabs button.is-active {
  border-color: var(--pomoa-signal);
  background: var(--pomoa-signal);
  color: var(--pomoa-white);
}

.pomoa-bundle-sort {
  position: relative;
  flex: 0 0 auto;
}

.pomoa-bundle-sort select {
  min-width: 178px;
  height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--pomoa-line);
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
  font-size: 12px;
}

.pomoa-bundle-sort > svg {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 17px;
  height: 17px;
  pointer-events: none;
}

.pomoa-bundle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 34px;
}

.pomoa-bundle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px 12px;
}

.pomoa-bundle-product {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--pomoa-line);
  border-radius: 6px;
  background: var(--pomoa-white);
}

.pomoa-bundle-product[hidden] {
  display: none;
}

.pomoa-bundle-product.is-selected {
  border-color: var(--pomoa-signal);
  box-shadow: inset 0 0 0 1px var(--pomoa-signal);
}

.pomoa-bundle-product__media {
  position: relative;
  aspect-ratio: 1;
  margin: 10px;
  overflow: hidden;
  background: var(--pomoa-white);
}

.pomoa-bundle-product__media > span {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 7px 9px;
  border-radius: 2px;
  background: var(--pomoa-sage);
  color: var(--pomoa-forest);
  font-size: 10px;
  font-weight: 700;
}

.pomoa-bundle-product.is-selected .pomoa-bundle-product__media > span {
  background: var(--pomoa-signal);
  color: var(--pomoa-white);
}

.pomoa-bundle-product__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pomoa-bundle-product__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 14px 14px;
}

.pomoa-bundle-product__copy > p:first-child {
  margin: 0 0 8px;
  color: var(--pomoa-muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.pomoa-bundle-product__copy h2 {
  min-height: 54px;
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1;
}

.pomoa-bundle-product__benefit {
  display: -webkit-box;
  min-height: 50px;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--pomoa-muted);
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pomoa-bundle-product__copy > small {
  min-height: 30px;
  margin-top: auto;
  color: var(--pomoa-muted);
  font-size: 9px;
  line-height: 1.35;
}

.pomoa-bundle-product__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0;
}

.pomoa-bundle-product__price strong {
  color: var(--pomoa-forest);
  font-size: 17px;
}

.pomoa-bundle-product__price s {
  color: var(--pomoa-muted);
  font-size: 11px;
}

.pomoa-bundle-product__copy > button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 3px;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pomoa-bundle-product__copy > button svg {
  width: 15px;
  height: 15px;
}

.pomoa-added-icon {
  display: none;
}

.pomoa-bundle-product.is-selected .pomoa-add-icon {
  display: none;
}

.pomoa-bundle-product.is-selected .pomoa-added-icon {
  display: inline-flex;
}

.pomoa-bundle-product.is-selected .pomoa-bundle-product__copy > button {
  border: 1px solid var(--pomoa-signal);
  background: transparent;
  color: var(--pomoa-signal);
}

.pomoa-bundle-product__copy > button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.pomoa-bundle-summary {
  position: sticky;
  top: 104px;
  max-height: calc(100svh - 128px);
  padding: 28px 24px 24px;
  overflow-y: auto;
  border-radius: 8px;
  background: var(--pomoa-sage);
  color: var(--pomoa-forest);
  text-align: center;
}

.pomoa-bundle-summary__close {
  display: none;
}

.pomoa-bundle-summary .pomoa-kicker {
  margin-bottom: 10px;
}

.pomoa-bundle-summary h2 {
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 1.02;
}

.pomoa-bundle-summary > p:not(.pomoa-kicker) {
  min-height: 36px;
  margin: 0 0 10px;
  color: var(--pomoa-muted);
  font-size: 11px;
  line-height: 1.45;
}

.pomoa-bundle-summary__price {
  display: flex;
  min-height: 45px;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.pomoa-bundle-summary__price strong {
  font-family: var(--pomoa-font-display);
  font-size: 33px;
  font-weight: 400;
}

.pomoa-bundle-summary__price s {
  color: var(--pomoa-muted);
  font-size: 13px;
}

.pomoa-bundle-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 9px;
  margin-bottom: 25px;
}

.pomoa-bundle-slot:nth-child(4) {
  grid-column: 1 / 2;
  margin-left: 50%;
}

.pomoa-bundle-slot:nth-child(5) {
  grid-column: 2 / 3;
  margin-left: 50%;
}

.pomoa-bundle-slot > div {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: visible;
  border: 1px dashed var(--pomoa-moss);
  border-radius: 6px;
  background: rgba(255, 255, 255, .45);
}

.pomoa-bundle-slot__empty svg {
  width: 20px;
  height: 20px;
  color: var(--pomoa-moss);
  opacity: .45;
}

.pomoa-bundle-slot img {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-bundle-slot.is-filled > div {
  border-style: solid;
  border-color: var(--pomoa-forest);
  background: var(--pomoa-white);
}

.pomoa-bundle-slot.is-filled .pomoa-bundle-slot__empty {
  display: none;
}

.pomoa-bundle-slot.is-filled img {
  display: block;
}

.pomoa-bundle-slot button {
  position: absolute;
  top: -8px;
  right: -8px;
  display: none;
  width: 24px;
  height: 24px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
  cursor: pointer;
}

.pomoa-bundle-slot.is-filled button {
  display: grid;
}

.pomoa-bundle-slot button svg {
  width: 12px;
  height: 12px;
}

.pomoa-bundle-slot > span {
  display: block;
  margin-top: 7px;
  color: var(--pomoa-muted);
  font-size: 9px;
}

.pomoa-bundle-summary__cta {
  width: 100%;
}

.pomoa-bundle-summary__cta.is-disabled {
  opacity: .42;
}

.pomoa-bundle-summary > small {
  display: block;
  margin-top: 12px;
  color: var(--pomoa-muted);
  font-size: 8px;
  line-height: 1.35;
}

.pomoa-bundle-mobile-dock {
  display: none;
}

.pomoa-quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 64px;
  align-items: start;
}

.pomoa-quiz-questions {
  display: grid;
  gap: 44px;
}

.pomoa-quiz-question h2 {
  margin: 0 0 18px;
  font-size: 34px;
}

.pomoa-quiz-result {
  position: sticky;
  top: 112px;
  padding: 28px;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-quiz-result img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-quiz-result h2,
.pomoa-quiz-result p {
  color: var(--pomoa-white);
}

.pomoa-quiz-result h2 {
  margin: 24px 0 10px;
  font-size: 40px;
}

.pomoa-quiz-result p {
  margin: 0 0 24px;
  color: rgba(247, 247, 242, 0.72);
  line-height: 1.55;
}

.pomoa-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-story-hero__copy {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(32px, 6vw, 96px);
}

.pomoa-story-hero .pomoa-title,
.pomoa-story-hero .pomoa-copy {
  color: var(--pomoa-white);
}

.pomoa-story-hero .pomoa-copy {
  color: rgba(247, 247, 242, 0.72);
}

.pomoa-story-hero img {
  width: 100%;
  min-height: 650px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-story-chapters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pomoa-line);
  border-left: 1px solid var(--pomoa-line);
}

.pomoa-story-chapter {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid var(--pomoa-line);
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-story-chapter span {
  color: var(--pomoa-moss);
  font-weight: 700;
}

.pomoa-story-chapter h2 {
  margin: 74px 0 14px;
  font-size: 34px;
}

.pomoa-story-chapter p {
  margin: 0;
  color: var(--pomoa-muted);
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .pomoa-bundle-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
  }

  .pomoa-bundle-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 1099px) {
  .pomoa-builder-layout,
  .pomoa-quiz-layout,
  .pomoa-story-hero {
    grid-template-columns: 1fr;
  }

  .pomoa-builder-summary,
  .pomoa-quiz-result {
    position: static;
  }

  .pomoa-story-hero__copy,
  .pomoa-story-hero img {
    min-height: 0;
  }

  .pomoa-story-hero__copy {
    padding: 64px 24px;
  }

  .pomoa-story-hero img {
    aspect-ratio: 1 / 0.85;
  }

  .pomoa-bundle-catalog {
    padding: 32px 16px 90px;
  }

  .pomoa-bundle-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
  }

  .pomoa-bundle-tabs {
    flex-wrap: nowrap;
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pomoa-bundle-tabs::-webkit-scrollbar {
    display: none;
  }

  .pomoa-bundle-tabs button {
    flex: 0 0 auto;
  }

  .pomoa-bundle-sort select {
    width: 100%;
  }

  .pomoa-bundle-layout {
    grid-template-columns: 1fr;
  }

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

  .pomoa-bundle-product {
    min-height: 0;
  }

  .pomoa-bundle-product__media {
    margin: 6px;
  }

  .pomoa-bundle-product__media > span {
    top: 7px;
    left: 7px;
    padding: 6px 7px;
    font-size: 8px;
  }

  .pomoa-bundle-product__copy {
    padding: 8px 10px 10px;
  }

  .pomoa-bundle-product__copy h2 {
    min-height: 43px;
    font-size: 22px;
  }

  .pomoa-bundle-product__benefit {
    min-height: 43px;
    -webkit-line-clamp: 2;
  }

  .pomoa-bundle-product__copy > button {
    min-height: 42px;
    font-size: 10px;
  }

  .pomoa-bundle-summary {
    position: fixed;
    z-index: 115;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 82svh;
    padding: 34px 20px 24px;
    overflow-y: auto;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -18px 60px rgba(24, 32, 23, .24);
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  .pomoa-bundle-summary.is-open {
    transform: translateY(0);
  }

  .pomoa-bundle-summary__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pomoa-forest);
    cursor: pointer;
  }

  .pomoa-bundle-summary__close svg {
    width: 20px;
    height: 20px;
  }

  .pomoa-bundle-summary h2 {
    font-size: 34px;
  }

  .pomoa-bundle-slots {
    max-width: 420px;
    margin-inline: auto;
  }

  .pomoa-bundle-mobile-dock {
    position: fixed;
    z-index: 100;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 6px;
    background: var(--pomoa-forest);
    color: var(--pomoa-white);
    box-shadow: 0 10px 35px rgba(24,32,23,.28);
    text-align: left;
    cursor: pointer;
  }

  .pomoa-bundle-mobile-dock__thumbs {
    display: flex;
  }

  .pomoa-bundle-mobile-dock__thumbs i {
    width: 30px;
    height: 38px;
    margin-left: -6px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 2px;
    background-color: rgba(255,255,255,.12);
    background-position: center;
    background-size: cover;
  }

  .pomoa-bundle-mobile-dock__thumbs i:first-child {
    margin-left: 0;
  }

  .pomoa-bundle-mobile-dock > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
  }

  .pomoa-bundle-mobile-dock strong {
    font-size: 11px;
  }

  .pomoa-bundle-mobile-dock small {
    overflow: hidden;
    color: rgba(255,255,255,.62);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pomoa-bundle-mobile-dock > b {
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: var(--pomoa-font-display);
    font-size: 20px;
    font-weight: 400;
  }

  .pomoa-bundle-mobile-dock > b svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 599px) {
  .pomoa-page-hero {
    padding: 58px 0 44px;
  }

  .pomoa-option-grid,
  .pomoa-story-chapters {
    grid-template-columns: 1fr;
  }

  .pomoa-bundle-hero {
    min-height: 330px;
    padding: 55px 0;
  }

  .pomoa-bundle-hero .pomoa-title {
    font-size: 54px;
  }

  .pomoa-bundle-ticker span {
    min-height: 55px;
    padding-inline: 30px;
  }

  .pomoa-bundle-product {
    min-height: 0;
  }

  .pomoa-bundle-product__copy h2 {
    font-size: 20px;
  }

  .pomoa-bundle-product__price {
    gap: 5px;
  }

  .pomoa-bundle-product__price strong {
    font-size: 15px;
  }

  .pomoa-bundle-product__price s {
    font-size: 9px;
  }
}

/* POMOA social proof modules */
.pomoa-press-marquee {
  overflow: hidden;
  border-block: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
}

.pomoa-press-marquee__head {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pomoa-press-marquee__head .pomoa-kicker,
.pomoa-press-marquee__head > p:last-child {
  margin: 0;
}

.pomoa-press-marquee__head > p:last-child {
  color: var(--pomoa-muted);
  font-size: 12px;
}

.pomoa-press-marquee__viewport {
  overflow: hidden;
  border-top: 1px solid var(--pomoa-line);
}

.pomoa-press-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: pomoa-marquee-scroll var(--pomoa-marquee-duration) linear infinite;
  will-change: transform;
}

.pomoa-press-marquee__viewport:hover .pomoa-press-marquee__track,
.pomoa-press-marquee__viewport:focus-within .pomoa-press-marquee__track {
  animation-play-state: paused;
}

.pomoa-press-marquee__group {
  display: flex;
  flex: none;
}

.pomoa-press-marquee__group > a,
.pomoa-press-marquee__group > span {
  display: flex;
  width: 270px;
  min-height: 126px;
  flex: 0 0 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 30px;
  border-right: 1px solid var(--pomoa-line);
  color: var(--pomoa-forest);
  text-align: center;
  text-decoration: none;
}

.pomoa-press-marquee__group img {
  width: auto;
  max-width: 190px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1) contrast(1.08);
}

.pomoa-press-marquee__group strong {
  max-width: 220px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.pomoa-press-marquee__group small {
  margin-top: 10px;
  color: var(--pomoa-muted);
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
}

.pomoa-press-marquee__track.is-placeholder .pomoa-press-marquee__group > span {
  background: var(--pomoa-paper);
}

@keyframes pomoa-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pomoa-trust-module {
  padding: 92px 0 0;
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-trust-module__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 80px;
}

.pomoa-trust-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  color: var(--pomoa-white);
  font-size: 21px;
}

.pomoa-trust-brand__mark {
  color: #00b67a;
  font-size: 28px;
  line-height: 1;
}

.pomoa-trust-module__intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--pomoa-white) !important;
  font-size: clamp(46px, 5vw, 78px);
  line-height: .98;
}

.pomoa-trust-module__intro > p:last-child {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.65;
}

.pomoa-trust-module__score {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 56px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.pomoa-trust-stars {
  display: flex;
  gap: 4px;
}

.pomoa-trust-stars span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #00b67a;
  color: var(--pomoa-white);
  font-size: 20px;
  line-height: 1;
}

.pomoa-trust-module__number {
  margin-top: 22px;
  font-family: var(--pomoa-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.pomoa-trust-module__score > p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.pomoa-trust-module__score.is-launch > strong {
  max-width: 340px;
  margin-top: 20px;
  font-family: var(--pomoa-font-display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
}

.pomoa-trust-module__status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  background: #00b67a;
  color: var(--pomoa-white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pomoa-trust-module__button {
  margin-top: 30px;
  border-color: var(--pomoa-white);
  background: var(--pomoa-white);
  color: var(--pomoa-forest);
}

.pomoa-trust-module__button:hover {
  border-color: var(--pomoa-sage);
  background: var(--pomoa-sage);
  color: var(--pomoa-forest);
}

.pomoa-trust-principles {
  display: grid;
  margin-top: 74px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.22);
}

.pomoa-trust-principles article {
  display: grid;
  min-height: 150px;
  grid-template-columns: 36px 1fr;
  align-items: start;
  padding: 32px 30px 32px 0;
  gap: 22px;
  border-right: 1px solid rgba(255,255,255,.22);
}

.pomoa-trust-principles article + article {
  padding-left: 30px;
}

.pomoa-trust-principles article:last-child {
  border-right: 0;
}

.pomoa-trust-principles article > span {
  color: #00b67a;
  font-size: 11px;
  font-weight: 700;
}

.pomoa-trust-principles strong {
  font-size: 14px;
}

.pomoa-trust-principles p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.5;
}

.pomoa-trust-module--compact {
  padding-top: 68px;
}

.pomoa-trust-module--compact .pomoa-trust-brand {
  margin-bottom: 30px;
}

.pomoa-trust-module--compact .pomoa-trust-module__intro h2 {
  font-size: clamp(42px, 4vw, 62px);
}

.pomoa-trust-module--compact .pomoa-trust-module__score {
  min-height: 260px;
}

.pomoa-trust-module--compact .pomoa-trust-principles {
  margin-top: 52px;
}

@media (max-width: 959px) {
  .pomoa-trust-module__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pomoa-trust-module__score {
    min-height: 0;
    padding: 44px 0 0;
    border-top: 1px solid rgba(255,255,255,.22);
    border-left: 0;
  }

  .pomoa-trust-principles {
    grid-template-columns: 1fr;
  }

  .pomoa-trust-principles article,
  .pomoa-trust-principles article + article {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .pomoa-trust-principles article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  .pomoa-press-marquee__head {
    min-height: 66px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .pomoa-press-marquee__group > a,
  .pomoa-press-marquee__group > span {
    width: 220px;
    min-height: 108px;
    flex-basis: 220px;
  }

  .pomoa-press-marquee__group strong {
    font-size: 16px;
  }

  .pomoa-trust-module,
  .pomoa-trust-module--compact {
    padding-top: 56px;
  }

  .pomoa-trust-brand {
    margin-bottom: 26px;
  }

  .pomoa-trust-module__intro h2,
  .pomoa-trust-module--compact .pomoa-trust-module__intro h2 {
    font-size: 43px;
  }

  .pomoa-trust-module__score.is-launch > strong {
    font-size: 32px;
  }

  .pomoa-trust-stars span {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pomoa-press-marquee__track {
    animation: none;
  }
}

/* Modular POMOA subpages */
.pomoa-content-hero--split-reverse {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pomoa-content-hero--split-reverse .pomoa-content-hero__copy {
  order: 2;
}

.pomoa-content-hero__media {
  min-width: 0;
  min-height: 650px;
  background: var(--pomoa-white);
}

.pomoa-content-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-content-hero__media--contain {
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 64px);
}

.pomoa-content-hero__media--contain img {
  height: auto;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.pomoa-content-hero--tone-white {
  background: var(--pomoa-white);
}

.pomoa-content-hero--tone-forest {
  background: var(--pomoa-forest);
}

.pomoa-content-hero--tone-forest h1,
.pomoa-content-hero--tone-forest .pomoa-kicker {
  color: var(--pomoa-white) !important;
}

.pomoa-content-hero--tone-forest .pomoa-content-hero__copy > p:last-of-type,
.pomoa-content-hero--tone-forest .pomoa-shell > p:last-child {
  color: rgba(255,255,255,.7);
}

.pomoa-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pomoa-page-actions .pomoa-button {
  margin-top: 0;
}

.pomoa-content-hero--tone-forest .pomoa-button--ghost {
  border-color: rgba(255,255,255,.5);
  color: var(--pomoa-white);
}

.pomoa-page-module,
.pomoa-page-media-steps {
  padding: 96px 0;
  background: var(--pomoa-white);
}

.pomoa-page-module--sage {
  background: var(--pomoa-sage);
}

.pomoa-page-module--forest {
  background: var(--pomoa-forest);
  color: var(--pomoa-white);
}

.pomoa-page-module--forest .pomoa-title,
.pomoa-page-module--forest .pomoa-page-card h3 {
  color: var(--pomoa-white) !important;
}

.pomoa-page-module--forest .pomoa-copy,
.pomoa-page-module--forest .pomoa-page-card p {
  color: rgba(255,255,255,.68);
}

.pomoa-page-module__head {
  display: grid;
  align-items: end;
  margin-bottom: 52px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 52px;
}

.pomoa-page-module__head .pomoa-title {
  max-width: 860px;
  margin: 0;
}

.pomoa-page-module__head .pomoa-copy {
  margin: 0;
}

.pomoa-page-cards {
  display: grid;
  border-top: 1px solid var(--pomoa-line);
  border-left: 1px solid var(--pomoa-line);
}

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

.pomoa-page-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pomoa-page-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pomoa-page-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border-right: 1px solid var(--pomoa-line);
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-page-card.is-featured {
  background: var(--pomoa-sage);
}

.pomoa-page-module--forest .pomoa-page-cards,
.pomoa-page-module--forest .pomoa-page-card {
  border-color: rgba(255,255,255,.22);
}

.pomoa-page-module--forest .pomoa-page-card.is-featured {
  background: rgba(255,255,255,.08);
}

.pomoa-page-card > span {
  color: var(--pomoa-moss);
  font-size: 12px;
  font-weight: 700;
}

.pomoa-page-card h3 {
  margin: 66px 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.18;
}

.pomoa-page-card p {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pomoa-page-card a {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  gap: 10px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.pomoa-page-card a svg {
  width: 18px;
  height: 18px;
}

.pomoa-page-media-steps .pomoa-how-to {
  padding-block: 0;
}

.pomoa-how-to__media {
  min-width: 0;
  aspect-ratio: 1 / 1;
  background: var(--pomoa-white);
}

.pomoa-how-to__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-how-to.is-image-right .pomoa-how-to__media {
  order: 2;
}

.pomoa-policy-content article .rte,
.pomoa-policy-content article .rte p {
  color: var(--pomoa-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pomoa-policy-content article .rte p {
  margin: 0 0 14px;
}

@media (max-width: 959px) {
  .pomoa-content-hero--split-reverse {
    grid-template-columns: 1fr;
  }

  .pomoa-content-hero--split-reverse .pomoa-content-hero__copy,
  .pomoa-content-hero--split-reverse .pomoa-content-hero__media {
    order: initial;
  }

  .pomoa-content-hero__media,
  .pomoa-content-hero__media img {
    min-height: 520px;
  }

  .pomoa-content-hero__media--contain img {
    min-height: 0;
  }

  .pomoa-page-module__head {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pomoa-page-cards--3,
  .pomoa-page-cards--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .pomoa-content-hero__media,
  .pomoa-content-hero__media img {
    min-height: 420px;
  }

  .pomoa-content-hero__media--contain {
    min-height: 320px;
    padding: 24px 16px;
  }

  .pomoa-content-hero__media--contain img {
    min-height: 0;
  }

  .pomoa-page-module,
  .pomoa-page-media-steps {
    padding: 64px 0;
  }

  .pomoa-page-cards--2,
  .pomoa-page-cards--3,
  .pomoa-page-cards--4 {
    grid-template-columns: 1fr;
  }

  .pomoa-page-card {
    min-height: 280px;
    padding: 28px;
  }

  .pomoa-page-card h3 {
    margin-top: 44px;
  }

  .pomoa-page-cards.is-mobile-rail {
    display: grid;
    width: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 310px);
    gap: 12px;
    overflow-x: auto;
    margin-right: calc((100vw - var(--pomoa-shell)) / -2);
    padding-right: 16px;
    padding-bottom: 8px;
    border: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .pomoa-page-cards.is-mobile-rail::-webkit-scrollbar {
    display: none;
  }

  .pomoa-page-cards.is-mobile-rail .pomoa-page-card {
    min-height: 250px;
    border-top: 1px solid var(--pomoa-line);
    border-left: 1px solid var(--pomoa-line);
    scroll-snap-align: start;
  }

  .pomoa-how-to.is-image-right .pomoa-how-to__media {
    order: initial;
  }
}

/* Botanical care collection */
.pomoa-botanical-products,
.pomoa-botanical-stories {
  padding: 88px 0;
  background: var(--pomoa-white);
}

.pomoa-botanical-products--sage,
.pomoa-botanical-stories--sage {
  background: var(--pomoa-sage);
}

.pomoa-botanical-products__head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.pomoa-botanical-products__head .pomoa-title,
.pomoa-botanical-stories__head .pomoa-title {
  max-width: 840px;
  margin: 0;
  font-size: 54px;
  line-height: 1;
}

.pomoa-botanical-products__head .pomoa-copy {
  max-width: 460px;
  margin: 0;
}

.pomoa-botanical-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--pomoa-line);
  border-left: 1px solid var(--pomoa-line);
}

.pomoa-botanical-product {
  min-width: 0;
  background: var(--pomoa-white);
  border-right: 1px solid var(--pomoa-line);
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-botanical-product__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--pomoa-line);
}

.pomoa-botanical-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 240ms ease;
}

.pomoa-botanical-product__media:hover img {
  transform: scale(1.018);
}

.pomoa-botanical-product__media > span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  background: var(--pomoa-sage);
  color: var(--pomoa-forest);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pomoa-botanical-product__copy {
  display: flex;
  min-height: 228px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.pomoa-botanical-product__copy > p {
  margin: 0 0 12px;
  color: var(--pomoa-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pomoa-botanical-product__copy h3 {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.pomoa-botanical-product__copy > div {
  color: var(--pomoa-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pomoa-botanical-product__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--pomoa-forest);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pomoa-botanical-product__copy > a svg {
  width: 16px;
  height: 16px;
}

.pomoa-botanical-stories__head {
  margin-bottom: 40px;
}

.pomoa-botanical-stories__list {
  display: grid;
  gap: 24px;
}

.pomoa-botanical-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--pomoa-line);
  background: var(--pomoa-white);
}

.pomoa-botanical-story.is-image-right {
  grid-template-columns: minmax(320px, .55fr) minmax(0, 1.45fr);
}

.pomoa-botanical-story.is-image-right .pomoa-botanical-story__media {
  order: 2;
}

.pomoa-botanical-story__media {
  min-width: 0;
  overflow: hidden;
  background: var(--pomoa-white);
}

.pomoa-botanical-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pomoa-botanical-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
}

.pomoa-botanical-story__copy h3 {
  max-width: 420px;
  margin: 10px 0 18px;
  font-size: 38px;
  line-height: 1.04;
}

.pomoa-botanical-story__copy > p:last-of-type {
  margin: 0;
  color: var(--pomoa-muted);
  font-size: 15px;
  line-height: 1.65;
}

.pomoa-botanical-story__copy .pomoa-button {
  margin-top: 28px;
}

@media (max-width: 1199px) {
  .pomoa-botanical-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .pomoa-botanical-products,
  .pomoa-botanical-stories {
    padding: 72px 0;
  }

  .pomoa-botanical-products__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .pomoa-botanical-products__head .pomoa-title,
  .pomoa-botanical-stories__head .pomoa-title {
    font-size: 44px;
  }

  .pomoa-botanical-story,
  .pomoa-botanical-story.is-image-right {
    grid-template-columns: 1fr;
  }

  .pomoa-botanical-story.is-image-right .pomoa-botanical-story__media {
    order: initial;
  }

  .pomoa-botanical-story__media,
  .pomoa-botanical-story__media img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 699px) {
  .pomoa-botanical-products,
  .pomoa-botanical-stories {
    padding: 56px 0;
  }

  .pomoa-botanical-products__head,
  .pomoa-botanical-stories__head {
    margin-bottom: 28px;
  }

  .pomoa-botanical-products__head .pomoa-title,
  .pomoa-botanical-stories__head .pomoa-title {
    font-size: 36px;
  }

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

  .pomoa-botanical-product__copy {
    min-height: 218px;
    padding: 16px;
  }

  .pomoa-botanical-product__copy h3 {
    font-size: 17px;
  }

  .pomoa-botanical-story__copy {
    padding: 32px 24px;
  }

  .pomoa-botanical-story__copy h3 {
    font-size: 31px;
  }
}

/* Keep homepage review cards independent from the long-form reviews page. */
.pomoa-reviews .pomoa-review-grid {
  padding-block: 0;
}

.pomoa-reviews .pomoa-review blockquote,
.pomoa-reviews .pomoa-review blockquote:first-child {
  min-height: 0;
  padding: 0;
  border: 0;
}

.pomoa-reviews .pomoa-review__customer {
  flex-direction: row;
}

/* Compact mobile storefront: keep the homepage scannable without hiding content. */
@media (max-width: 599px) {
  .pomoa-section {
    padding: 44px 0;
  }

  .pomoa-section__head {
    margin-bottom: 24px;
  }

  .pomoa-title {
    font-size: 36px;
    line-height: 1.02;
  }

  .pomoa-copy {
    font-size: 15px;
    line-height: 1.55;
  }

  .pomoa-format-grid,
  .pomoa-review-grid,
  .pomoa-steps {
    display: grid;
    width: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 290px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    margin-right: calc((100vw - var(--pomoa-shell)) / -2);
    padding-right: 16px;
    padding-bottom: 8px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .pomoa-format-grid::-webkit-scrollbar,
  .pomoa-review-grid::-webkit-scrollbar,
  .pomoa-steps::-webkit-scrollbar,
  .pomoa-trust-principles::-webkit-scrollbar {
    display: none;
  }

  .pomoa-format-card,
  .pomoa-review,
  .pomoa-step {
    scroll-snap-align: start;
  }

  .pomoa-format-card__copy {
    min-height: 92px;
    padding: 16px;
  }

  .pomoa-format-card h3 {
    font-size: 24px;
  }

  .pomoa-compare {
    padding: 42px 0 24px;
  }

  .pomoa-compare__intro {
    margin-bottom: 18px;
  }

  .pomoa-compare .pomoa-title {
    font-size: 34px;
  }

  .pomoa-compare__corner,
  .pomoa-compare__product {
    min-height: 154px;
  }

  .pomoa-compare__label,
  .pomoa-compare__value {
    min-height: 70px;
  }

  .pomoa-compare__image {
    width: 76px;
    height: 76px;
  }

  .pomoa-steps {
    margin-top: 28px;
    border-top: 1px solid rgba(247, 247, 242, 0.25);
  }

  .pomoa-step,
  .pomoa-step:nth-child(2),
  .pomoa-step:last-child {
    min-height: 192px;
    grid-column: auto;
    padding: 24px 20px;
    border-top: 0;
    border-right: 1px solid rgba(247, 247, 242, 0.25);
    border-bottom: 0;
  }

  .pomoa-step:last-child {
    border-right: 0;
  }

  .pomoa-step span {
    margin-bottom: 34px;
  }

  .pomoa-step h3 {
    font-size: 28px;
  }

  .pomoa-rail {
    grid-auto-columns: min(72vw, 260px);
  }

  .pomoa-editorial__media {
    aspect-ratio: 4 / 3;
  }

  .pomoa-editorial__copy {
    padding: 36px 20px 42px;
  }

  .pomoa-values {
    grid-template-columns: 1fr;
  }

  .pomoa-value {
    display: grid;
    min-height: 132px;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-content: center;
    align-items: center;
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 20px 18px;
  }

  .pomoa-value__icon {
    width: 74px;
    height: 74px;
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .pomoa-value__icon svg {
    width: 34px;
    height: 34px;
  }

  .pomoa-value h3 {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 1.05;
  }

  .pomoa-value p {
    font-size: 12px;
    line-height: 1.42;
  }

  .pomoa-review-grid {
    margin-top: 24px;
    grid-auto-columns: min(82vw, 310px);
  }

  .pomoa-review {
    min-height: 0;
    padding: 18px;
  }

  .pomoa-reviews .pomoa-review blockquote {
    margin: 18px 0 22px;
    font-size: 22px;
    line-height: 1.12;
  }

  .pomoa-reviews .pomoa-review__customer {
    gap: 10px;
    padding-top: 15px;
  }

  .pomoa-review__avatar {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .pomoa-social-section .pomoa-social-card {
    flex-basis: min(64vw, 250px);
  }

  .pomoa-trust-module,
  .pomoa-trust-module--compact {
    padding-top: 44px;
  }

  .pomoa-trust-module__layout {
    gap: 28px;
  }

  .pomoa-trust-brand {
    margin-bottom: 18px;
  }

  .pomoa-trust-module__intro h2,
  .pomoa-trust-module--compact .pomoa-trust-module__intro h2 {
    font-size: 36px;
  }

  .pomoa-trust-module__intro > p:last-child {
    margin-top: 16px;
    font-size: 14px;
  }

  .pomoa-trust-module__score,
  .pomoa-trust-module--compact .pomoa-trust-module__score {
    min-height: 0;
    padding-top: 28px;
  }

  .pomoa-trust-module__number {
    font-size: 52px;
  }

  .pomoa-trust-principles,
  .pomoa-trust-module--compact .pomoa-trust-principles {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-top: 32px;
    padding-bottom: 8px;
    border-top: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .pomoa-trust-principles article,
  .pomoa-trust-principles article + article,
  .pomoa-trust-principles article:last-child {
    min-height: 132px;
    flex: 0 0 min(76vw, 280px);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    scroll-snap-align: start;
  }

  .pomoa-faq {
    gap: 22px;
  }

  .pomoa-newsletter {
    padding: 46px 0;
  }
}

@media (max-width: 440px) {
  .pomoa-values {
    grid-template-columns: 1fr;
  }

  .pomoa-value {
    min-height: 112px;
    grid-template-columns: 76px minmax(0, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 16px;
  }

  .pomoa-value__icon {
    width: 66px;
    height: 66px;
  }

  .pomoa-value__icon svg {
    width: 30px;
    height: 30px;
  }

  .pomoa-value__icon.pomoa-value__icon--leaf svg {
    width: 42px;
    height: 42px;
  }

  .pomoa-value__icon.pomoa-value__icon--natural svg,
  .pomoa-value__icon.pomoa-value__icon--recyclable svg {
    width: 38px;
    height: 38px;
  }

  .pomoa-value__icon.pomoa-value__icon--lock svg {
    width: 36px;
    height: 36px;
  }

  .pomoa-value p {
    font-size: 13px;
  }
}
