.pv-hero {
  position: relative;
  min-height: 760px;
  padding: 168px 0 92px;
  background: radial-gradient(circle at 85% 40%, #eee4d5 0, transparent 29%), var(--pv-cream);
  overflow: hidden;
}

.pv-hero-bg-layer {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 74% center;
  opacity: .58;
  pointer-events: none;
}

.pv-hero-grid,
.pv-idea-grid,
.pv-preview-grid,
.pv-quality-grid,
.pv-gift-grid,
.pv-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.pv-hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}

.pv-hero h1 {
  font-family: var(--pv-sans);
  font-size: 52px;
  line-height: 1.14;
  letter-spacing: 0;
  margin: 22px 0 28px;
  font-weight: 600;
}

.pv-hero-line {
  display: block;
  font-family: var(--pv-sans);
}

.pv-hero-serif {
  font-family: var(--pv-serif);
  font-style: italic;
  color: var(--pv-green);
  font-weight: 600;
  font-size: 58px;
}

.pv-hero-text {
  color: var(--pv-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 30px;
}

.pv-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.pv-watch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

.pv-watch:visited,
.pv-watch:hover {
  color: var(--pv-ink) !important;
}

.pv-watch span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--pv-gold);
  border-radius: 50%;
  color: var(--pv-green);
}

.pv-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 54px;
}

.pv-avatar-row {
  display: flex;
}

.pv-avatar-row span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-right: -7px;
  border: 2px solid var(--pv-cream);
  background: #d7c7b5;
  border-radius: 50%;
  color: var(--pv-green);
  font-size: 7px;
  font-weight: 700;
}

.pv-stars {
  color: var(--pv-gold-soft);
  font-size: 14px;
  letter-spacing: .12em;
}

.pv-stars b {
  color: var(--pv-ink);
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 8px;
}

.pv-trust small {
  display: block;
  color: var(--pv-soft);
  font-size: 11px;
  margin-top: 3px;
}

.pv-hero-visual {
  position: absolute;
  z-index: 1;
  right: clamp(80px, 18vw, 350px);
  bottom: -150px;
  width: min(58vw, 760px);
  height: 850px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: transparent;
  margin: 0;
  pointer-events: none;
}

.pv-hero-visual img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
}

.pv-hero-bottle {
  position: relative;
  z-index: 2;
}

.pv-idea {
  position: relative;
  background: var(--pv-paper);
  overflow: hidden;
}

.pv-idea::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 340px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0) 0%, #f3e6d3 36%, #efe0ca 100%);
  pointer-events: none;
}

.pv-idea-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.pv-idea-visual {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 560px;
}

.pv-idea-floor {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -34px;
  width: 100vw;
  max-width: none;
  height: 540px;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center bottom;
  opacity: .58;
  mask-image: linear-gradient(to bottom, transparent 0%, black 34%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 34%, black 100%);
  pointer-events: none;
}

.pv-idea-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.pv-idea-copy {
  padding: 20px 0;
}

.pv-idea-copy .pv-section-heading {
  margin: 24px 0 34px;
}

.pv-idea-copy .pv-body-copy {
  max-width: 440px;
  margin: 0 0 12px;
}

.pv-statement {
  color: var(--pv-green);
  font-size: 34px;
  line-height: 1.06;
  margin-top: 45px;
  white-space: nowrap;
}

.pv-statement em {
  color: var(--pv-gold);
}

.pv-center-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 74px;
}

.pv-center-heading .pv-section-heading {
  margin-top: 18px;
}

.pv-how {
  background: var(--pv-cream-deep);
}

.pv-how .pv-center-heading {
  max-width: 940px;
}

.pv-how-heading-main,
.pv-how-heading-serif {
  display: block;
}

.pv-how-heading-main {
  font-family: var(--pv-sans);
  font-weight: var(--pv-section-heading-weight);
  color: var(--pv-ink);
  white-space: nowrap;
}

.pv-how-heading-serif {
  font-family: var(--pv-serif);
  font-weight: var(--pv-section-heading-em-weight);
  font-style: italic;
  font-size: var(--pv-section-heading-em-size);
  line-height: var(--pv-section-heading-em-line-height);
  color: var(--pv-green);
}

.pv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.pv-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 34px;
  text-align: center;
}

.pv-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 46px);
  background: rgba(184, 138, 68, .24);
}

.pv-step-number {
  color: var(--pv-gold);
  font-family: var(--pv-serif);
  font-size: 29px;
  line-height: 1;
  margin-bottom: 12px;
}

.pv-step h3 {
  color: var(--pv-green);
  font-family: var(--pv-serif);
  font-size: 25px;
  line-height: 1.05;
  margin: 0 0 10px;
}

.pv-step p {
  color: var(--pv-muted);
  max-width: 285px;
  font-size: 13px;
  line-height: 1.55;
  min-height: 54px;
  margin: 0 auto 28px;
}

.pv-step-image {
  width: 100%;
  aspect-ratio: 1.2 / .86;
  overflow: hidden;
  border-radius: 7px;
  background: #e4d7c7;
}

.pv-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-step-arrow {
  position: absolute;
  z-index: 2;
  top: 66px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(184, 138, 68, .5);
  border-radius: 50%;
  background: var(--pv-paper);
  color: var(--pv-gold);
}

.pv-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 245px;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 253, 250, .72);
  color: var(--pv-ink);
  font-size: 12px;
  font-weight: 600;
}

.pv-step-badge svg {
  color: var(--pv-gold);
}

.pv-preview {
  background: var(--pv-paper);
}

.pv-preview-grid {
  grid-template-columns: .78fr 1.22fr;
}

.pv-preview-copy .pv-section-heading {
  margin: 20px 0 32px;
}

.pv-preview-copy .pv-body-copy {
  margin-bottom: 30px;
}

.pv-preview-card {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(320px, 1.15fr);
  align-items: center;
  gap: 28px;
  padding: 30px;
  min-height: 455px;
  background: #ede5da;
  border-radius: 18px;
}

.pv-bottle-preview {
  position: relative;
  height: 380px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.pv-bottle-preview > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-bottle-label-photo {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 16%;
  height: 15%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  object-fit: cover;
  pointer-events: none;
}

.pv-bottle-label-name {
  position: absolute;
  top: 68%;
  left: 50%;
  width: 28%;
  transform: translate(-50%, -50%);
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  pointer-events: none;
}

.pv-bottle-label-name.classic,
.pv-font-options button.classic {
  font-family: Georgia, serif;
}

.pv-bottle-label-name.sans,
.pv-font-options button.sans {
  font-family: var(--pv-sans);
}

.pv-bottle-label-name.lora,
.pv-font-options button.lora {
  font-family: var(--pv-serif);
}

.pv-bottle-label-name.clean,
.pv-font-options button.clean {
  font-family: var(--pv-sans);
  font-weight: 500;
}

.pv-bottle-label-name.script,
.pv-font-options button.script {
  font-family: var(--pv-serif);
}

.pv-bottle-label-name.script {
  font-style: italic;
}

.pv-mock-controls {
  padding: 8px 0 8px 8px;
}

.pv-mock-controls strong {
  display: block;
  color: var(--pv-green);
  font-family: var(--pv-serif);
  font-size: 22px;
  margin-bottom: 23px;
}

.pv-mock-controls label {
  display: block;
  color: var(--pv-muted);
  font-size: 10px;
  font-weight: 700;
  margin: 15px 0;
}

.pv-mock-controls input,
.pv-mock-controls select {
  display: block;
  width: 100%;
  border: 1px solid var(--pv-line);
  border-radius: 7px;
  background: white;
  padding: 9px;
  margin-top: 6px;
  color: var(--pv-ink);
  font-size: 11px;
}

.pv-upload-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
}

.pv-upload-box img {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  object-fit: cover;
}

.pv-photo-swap.is-swapping {
  animation: pvPhotoSwap .42s ease both;
}

@keyframes pvPhotoSwap {
  from {
    opacity: 0;
    filter: blur(3px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

.pv-upload-box span {
  color: var(--pv-gold);
  font-size: 10px;
}

.pv-font-picker {
  margin: 17px 0 0;
}

.pv-font-picker > span {
  display: block;
  color: var(--pv-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.pv-font-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(42px, 1fr));
  gap: 8px;
}

.pv-font-options button {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 34px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 253, 250, .72);
  color: var(--pv-ink);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.pv-font-options button.sans { font-size: 14px; }
.pv-font-options button.lora { font-size: 15px; }
.pv-font-options button.clean { font-size: 13px; }
.pv-font-options button.script { font-size: 15px; }

.pv-font-options button.script span {
  display: inline-block;
  font-style: italic;
  transform: skewX(-8deg);
}

.pv-font-options button.active {
  border: 1px solid var(--pv-gold);
  background: #ead8b9;
}

.pv-why {
  background: var(--pv-cream);
}

.pv-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pv-why-image {
  height: 290px;
  margin-bottom: 20px;
  border-radius: 18px;
  overflow: hidden;
}

.pv-why-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-why-card h3 {
  color: var(--pv-green);
  font-size: 24px;
  margin: 0 0 5px;
}

.pv-why-card p {
  color: var(--pv-muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.pv-gallery {
  background: var(--pv-paper);
}

.pv-gallery-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 80px;
}

.pv-gallery-copy .pv-section-heading {
  margin: 20px 0 28px;
}

.pv-gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 12px;
}

.pv-gallery-item {
  background: #e8ddcf;
}

.pv-item-0 {
  grid-row: span 2;
}

.pv-item-3 {
  grid-column: span 2;
}

.pv-fragrances {
  background: var(--pv-cream-deep);
}

.pv-fragrance-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 55px;
}

.pv-fragrance-heading .pv-body-copy {
  max-width: 230px;
}

.pv-scent-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.pv-scent-image {
  height: 180px;
  background: #ded3c4;
}

.pv-scent span {
  display: block;
  color: var(--pv-green);
  font-family: var(--pv-serif);
  font-size: 22px;
  margin-top: 12px;
}

.pv-quality {
  background: var(--pv-paper);
}

.pv-quality-grid {
  grid-template-columns: .9fr 1.1fr;
}

.pv-quality-grid .pv-section-heading,
.pv-gift-grid .pv-section-heading {
  margin: 20px 0 30px;
}

.pv-quality-grid .pv-body-copy {
  max-width: 460px;
}

.pv-quality-photo {
  height: 500px;
  background: #d5c8b8;
}

.pv-gift {
  background: var(--pv-cream);
}

.pv-gift-grid {
  grid-template-columns: .8fr 1.2fr;
}

.pv-gift-grid .pv-body-copy {
  margin-bottom: 30px;
}

.pv-gift-photo {
  height: 530px;
  background: #eadfd0;
}

.pv-reviews {
  position: relative;
  background: var(--pv-cream-deep);
  overflow: hidden;
}

.pv-reviews::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: radial-gradient(#b88a44 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, black, transparent 55%);
}

.pv-reviews .pv-container {
  position: relative;
}

.pv-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pv-review {
  min-height: 232px;
  padding: 24px;
  background: rgba(255, 253, 250, .92);
  border: 1px solid var(--pv-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(54, 39, 23, .04);
}

.pv-review > p {
  color: var(--pv-ink);
  font-family: var(--pv-serif);
  font-size: 23px;
  line-height: 1.08;
  min-height: 67px;
  margin: 20px 0;
}

.pv-review > img {
  width: 76px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.pv-review-divider {
  height: 1px;
  background: var(--pv-line);
  margin: 20px 0 14px;
}

.pv-reviewer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pv-reviewer strong {
  font-size: 12px;
}

.pv-reviewer span {
  border-radius: 999px;
  background: #eef7f2;
  color: #0f8a5f;
  padding: 5px 9px;
  font-size: 9px;
}

.pv-centered-link {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.pv-faq {
  background: var(--pv-paper);
}

.pv-faq-inner {
  max-width: 840px;
}

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

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

.pv-faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 5px;
  border: 0;
  background: transparent;
  color: var(--pv-ink);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.pv-faq-item button svg {
  color: var(--pv-gold);
  transition: transform .2s;
}

.pv-faq-item.active button svg {
  transform: rotate(180deg);
}

.pv-faq-item p {
  color: var(--pv-muted);
  font-size: 13px;
  margin: -5px 35px 22px 5px;
}

.pv-final-cta {
  padding: 120px 0;
  background: var(--pv-green);
  color: white;
}

.pv-final-grid {
  gap: 60px;
}

.pv-final-cta .pv-section-heading em {
  color: #d8b276;
}

.pv-final-cta p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.8;
  margin: 26px 0 28px;
}

.pv-final-photo {
  height: 440px;
  background: #e2d7c9;
  border-radius: 45% 45% 18px 18px;
}

@media (max-width: 900px) {
  .pv-hero-grid,
  .pv-idea-grid,
  .pv-preview-grid,
  .pv-quality-grid,
  .pv-gift-grid,
  .pv-final-grid,
  .pv-gallery-grid {
    gap: 40px;
  }

  .pv-hero {
    min-height: 700px;
  }

  .pv-hero-copy {
    padding-left: 0;
  }

  .pv-hero-visual {
    right: -86px;
    bottom: -20px;
    width: 62vw;
    height: 780px;
  }

  .pv-hero h1 {
    font-size: 60px;
  }

  .pv-section-heading {
    font-size: var(--pv-section-heading-size-tablet);
  }

  .pv-preview-card {
    grid-template-columns: 1fr;
  }

  .pv-bottle-preview {
    height: 300px;
  }

  .pv-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pv-scent-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .pv-scent-image {
    height: 150px;
  }

}

@media (max-width: 1025px) {
  .pv-hero {
    min-height: auto;
    padding: 140px 0 85px;
  }

  .pv-hero-grid,
  .pv-idea-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pv-hero-visual {
    position: static;
    width: 100%;
    height: 520px;
    justify-content: center;
    margin: -18px 0 -88px;
    pointer-events: auto;
  }

  .pv-hero-visual img {
    object-position: center bottom;
  }

  .pv-hero h1 {
    font-size: 52px;
    max-width: 540px;
  }

  .pv-hero-text {
    max-width: 440px;
  }

  .pv-idea-copy {
    order: 1;
  }

  .pv-idea-visual {
    min-height: 460px;
    order: 2;
  }

  .pv-idea-floor {
    bottom: -28px;
    width: 100vw;
    height: 480px;
    object-position: 20% bottom;
  }

  .pv-idea::before {
    height: 340px;
  }
}

@media (max-width: 700px) {
  .pv-hero {
    min-height: auto;
    padding: 130px 0 75px;
  }

  .pv-hero-bg-layer {
    width: 100vw;
    opacity: .28;
    object-position: right center;
  }

  .pv-hero-grid,
  .pv-idea-grid,
  .pv-preview-grid,
  .pv-quality-grid,
  .pv-gift-grid,
  .pv-final-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pv-hero h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  .pv-section-heading {
    font-size: var(--pv-section-heading-size-mobile);
    line-height: var(--pv-section-heading-line-height-mobile);
  }

  .pv-hero-serif {
    font-size: 50px;
    line-height: 1;
  }

  .pv-section-heading em {
    font-size: var(--pv-section-heading-em-size-mobile);
    line-height: var(--pv-section-heading-em-line-height);
  }

  .pv-hero-text {
    font-size: 14px;
  }

  .pv-desktop {
    display: none;
  }

  .pv-hero-visual {
    position: static;
    height: 550px;
    width: 100%;
    justify-content: center;
    margin: -10px 0 -160px;
    pointer-events: auto;
  }

  .pv-trust {
    margin-top: 35px;
  }

  .pv-idea-visual {
    min-height: 300px;
    margin-bottom: -70px;
    padding-bottom: 20px;
    order: 2;
  }

  .pv-idea-photo {
    height: auto;
    width: 100%;
  }

  .pv-idea-floor {
    bottom: -10px;
    width: 150vw;
    height: 390px;
    transform: translateX(-50%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
  }

  .pv-idea::before {
    height: 390px;
  }

  .pv-idea-copy {
    order: 1;
  }

  .pv-statement {
    font-size: 31px;
    white-space: normal;
  }

  .pv-center-heading {
    margin-bottom: 48px;
  }

  .pv-how-heading-main {
    white-space: normal;
  }

  .pv-steps {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pv-step {
    padding: 0;
  }

  .pv-step:not(:last-child)::after {
    content: '';
    display: none;
  }

  .pv-step-image {
    height: 250px;
  }

  .pv-step-arrow {
    display: none;
  }

  .pv-step-badge {
    min-width: 0;
    width: min(100%, 280px);
  }

  .pv-preview-card {
    order: 2;
  }

  .pv-why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 13px;
  }

  .pv-why-image {
    height: 200px;
  }

  .pv-why-card h3 {
    font-size: 21px;
  }

  .pv-gallery-grid {
    grid-template-columns: 1fr;
  }

  .pv-gallery-images {
    grid-template-rows: 150px 150px;
  }

  .pv-fragrance-heading {
    display: block;
    margin-bottom: 40px;
  }

  .pv-fragrance-heading .pv-body-copy {
    margin-top: 35px;
  }

  .pv-scent-row {
    gap: 20px 10px;
  }

  .pv-scent-image {
    height: 120px;
  }

  .pv-scent span {
    font-size: 18px;
  }

  .pv-quality-photo,
  .pv-gift-photo,
  .pv-final-photo {
    height: 360px;
  }

  .pv-gift-grid > div:first-child {
    order: 1;
  }

  .pv-gift-photo {
    order: 2;
  }

  .pv-review-grid {
    grid-template-columns: 1fr;
  }

  .pv-review,
  .pv-review > p {
    min-height: auto;
  }

  .pv-final-cta {
    padding: 88px 0;
  }

  .pv-final-photo {
    order: -1;
  }

}

@media (max-width: 380px) {
  .pv-container {
    width: min(1200px, calc(100% - 32px));
  }

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

  .pv-hero-copy,
  .pv-center-heading,
  .pv-step,
  .pv-preview-card > *,
  .pv-gallery-grid > *,
  .pv-quality-grid > *,
  .pv-gift-grid > *,
  .pv-final-grid > * {
    min-width: 0;
  }

  .pv-hero {
    padding: 120px 0 68px;
  }

  .pv-hero h1 {
    max-width: 100%;
    font-size: 36px;
  }

  .pv-hero-line {
    overflow-wrap: break-word;
  }

  .pv-hero-serif {
    font-size: 43px;
  }

  .pv-hero-text {
    max-width: min(100%, 35ch);
    font-size: 13.5px;
    line-height: 1.7;
    overflow-wrap: break-word;
  }

  .pv-hero-actions {
    flex-wrap: wrap;
    gap: 14px;
  }

  .pv-watch {
    gap: 8px;
  }

  .pv-trust {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pv-stars {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .pv-section-heading {
    font-size: 34px;
  }

  .pv-section-heading em,
  .pv-how-heading-serif {
    font-size: 1.18em;
  }

  .pv-center-heading {
    margin-bottom: 42px;
  }

  .pv-step-image,
  .pv-step-badge,
  .pv-preview-card,
  .pv-bottle-preview,
  .pv-gallery-images {
    max-width: 100%;
  }

  .pv-step-badge {
    width: 100%;
    padding: 10px 12px;
    white-space: normal;
  }

  .pv-preview-card {
    gap: 20px;
    padding: 18px;
    min-height: auto;
  }

  .pv-font-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }
}
