/* Mobile-first purchase path and testimonial layout. No tracking or payments. */
.button .button-label,
.button .button-label [data-price] {
  font: inherit;
  line-height: inherit;
}
[data-price] {
  white-space: nowrap;
}
.price strong {
  display: block;
  font: inherit;
  letter-spacing: -0.065em;
}
.price {
  font-size: clamp(3rem, 4.9vw, 4.5rem);
}
.order-line strong {
  flex: none;
  font-size: 1.75rem;
  white-space: nowrap;
}
.hero-actions .button {
  gap: 20px;
}
.header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.close-button,
.round-button {
  min-width: 44px;
  min-height: 44px;
}
.text-button,
.motion-toggle {
  min-height: 44px;
}
.dialog-header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--pink-light);
  border-bottom: 1px solid var(--line);
}
.preview-controls {
  position: sticky;
  bottom: -25px;
  background: var(--pink-light);
  padding: 12px 0;
  margin-bottom: -12px;
}
body.modal-open {
  position: fixed;
  top: var(--scroll-lock, 0);
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.mobile-purchase {
  visibility: hidden;
}
.mobile-purchase.show {
  visibility: visible;
}
.reviews {
  background: #f3c0ce;
}
.reviews-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 42px;
}
.reviews-heading > div > p {
  margin: 0;
  font-size: 1rem;
  max-width: 400px;
}
.reviews-heading .reviews-draft-note {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 16px;
  padding-left: 14px;
  border-left: 2px solid var(--berry);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--pink-light);
}
.review-card[hidden] {
  display: none;
}
.review-card:first-child {
  color: var(--pink-light);
  background: var(--berry);
}
.review-index {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.review-card h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 24px 0 16px;
}
.review-card > p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 28px;
  max-width: 440px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.review-card:first-child .review-author {
  border-color: #fbd0dc55;
}
.review-avatar {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--ink);
  font-size: 0.875rem;
}
.review-author > span:last-child {
  font-size: 0.875rem;
}
.review-author small {
  display: block;
  font-size: 0.75rem;
  margin-top: 2px;
}
.reviews-toggle {
  display: flex;
  margin: 30px auto 0;
  background: transparent;
  border: 1px solid var(--ink);
  min-width: 250px;
  font-size: 0.875rem;
}
.reviews-toggle[hidden] {
  display: none;
}
@media (min-width: 1600px) {
  .reviews-grid {
    gap: 28px;
  }
  .review-card {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .reviews-heading {
    gap: 5%;
  }
  .review-card {
    padding: 26px;
  }
  .order-line {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .price {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  .hero-grid,
  .manifesto,
  .approach-layout,
  .program-layout,
  .offer-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-grid > *,
  .manifesto > *,
  .program-layout > *,
  .offer-card > * {
    min-width: 0;
  }
  .hero-art {
    width: 100%;
  }
  .manifesto-copy h2 {
    font-size: clamp(2.5rem, 11.5vw, 4.0625rem);
  }
  html {
    scroll-padding-top: 20px;
  }
  .header {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    row-gap: 0;
    padding-top: 14px;
  }
  .header nav {
    display: flex;
    width: 100%;
    order: 3;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--line);
    margin-top: 12px;
    padding: 0;
  }
  .header nav a {
    font-size: 0.8125rem;
    min-height: 44px;
    white-space: nowrap;
  }
  .header nav a:after {
    bottom: 6px;
  }
  .header-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .hero-topline {
    padding-top: 15px;
  }
  .hero-grid {
    padding-top: 7px;
    gap: 22px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    margin: 10px 0;
  }
  h1 {
    font-size: clamp(3.75rem, 15vw, 6rem);
    margin: 16px 0 20px;
  }
  .hero-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .hero-actions .button {
    width: 100%;
    min-height: 56px;
    padding: 17px 22px;
    font-size: 0.9375rem;
  }
  .hero-actions .text-button {
    justify-self: start;
    min-height: 44px;
    font-size: 0.875rem;
  }
  .hero .micro {
    margin: 10px 0 0;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .hero-art {
    min-height: 370px;
    aspect-ratio: 1 / 1.16;
  }
  .image-note {
    gap: 16px;
  }
  .orbit-badge {
    width: 142px;
    height: 142px;
    right: 6px;
  }
  .orbit-badge span {
    font-size: 0.75rem;
  }
  .orbit-badge b {
    font-size: 36px;
  }
  .photo-script {
    top: 125px;
  }
  .photo-script em {
    font-size: 54px;
  }
  .reviews-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .reviews-heading h2 {
    font-size: 2.75rem;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .review-card {
    padding: 26px 24px;
  }
  .review-card h3 {
    font-size: 1.625rem;
    margin-top: 20px;
  }
  .reviews-toggle {
    width: 100%;
    min-height: 52px;
    margin-top: 24px;
  }
  .offer-purchase .price {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }
  .offer-purchase .button {
    font-size: 0.9375rem;
    min-height: 56px;
  }
  .mobile-purchase {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    padding: 8px 8px 8px 18px;
    gap: 8px;
    border-radius: 22px;
  }
  .mobile-purchase > span {
    min-width: 0;
  }
  .mobile-purchase b {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .mobile-purchase small {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .mobile-purchase .button {
    padding: 12px 15px;
    min-height: 48px;
    gap: 10px;
    font-size: 0.875rem;
    border-radius: 16px;
  }
  .footer {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  }
  dialog {
    max-height: calc(100dvh - 28px - env(safe-area-inset-bottom, 0px));
    width: calc(100% - 24px);
    overscroll-behavior: contain;
  }
  .dialog-header {
    padding: 20px 20px 16px;
    gap: 12px;
  }
  .dialog-header h2 {
    font-size: 1.75rem;
  }
  .dialog-header .eyebrow {
    font-size: 0.75rem;
  }
  .checkout-content,
  .preview-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
  }
  .demo-note {
    margin-top: 16px;
  }
  .order-line {
    display: block;
    margin: 20px 0;
    padding: 20px 0;
  }
  .order-line strong {
    display: block;
    margin-top: 12px;
    font-size: 2rem;
  }
  .order-line b {
    font-size: 1rem;
  }
  .payment-option {
    min-height: 70px;
    padding: 16px 12px;
  }
  .checkout-next {
    min-height: 56px;
    font-size: 0.875rem;
  }
  .preview-controls {
    bottom: -20px;
  }
  .preview-disclaimer {
    margin-top: 16px;
  }
  .preview-page h3 {
    font-size: clamp(1.875rem, 9vw, 2.5rem);
  }
}
@media (max-width: 360px) {
  .header nav {
    gap: 7px;
  }
  .header nav a {
    font-size: 0.75rem;
  }
  .mobile-purchase small {
    max-width: 123px;
  }
  .mobile-purchase .button {
    font-size: 0.8125rem;
    padding: 12px;
  }
}
