@font-face {
  font-family: "Hanken Grotesk";
  src: url("/brand-assets/fonts/hanken-grotesk-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: "Hanken Grotesk", sans-serif;
  color: #3d233e;
  background: #faf6f1;
  font-synthesis: none;
  --plum: #3d233e;
  --paper: #faf6f1;
  --muted: #776c72;
  --tenant: #6e4555;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  height: 100vh;
  height: 100dvh;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
button,
.primary-button {
  touch-action: manipulation;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #a66b28;
  outline-offset: 5px;
}
h1:focus {
  outline: none;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 64px;
  padding: 12px 32px;
  background: var(--plum);
  color: #dad0c9;
  flex-shrink: 0;
}
.site-header > a {
  display: flex;
}
.site-header img {
  display: block;
  width: 100px;
  height: auto;
}
.header-label {
  font-size: 14px;
  border-left: 1px solid #735c73;
  padding-left: 25px;
}
.site-header .quiet-button {
  margin-left: auto;
  color: #dad0c9;
}
.quiet-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 10px 8px;
  font-size: 14px;
  min-height: 44px;
}
.quiet-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#experience {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.story-stage {
  flex: 1;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 24px 28px 20px;
  scrollbar-width: thin;
}
.story-caption {
  max-width: 770px;
  margin: 0 auto 22px;
  text-align: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 750;
  color: var(--tenant);
  margin: 0 0 9px;
}
h1 {
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 650;
  margin: 0 auto;
  max-width: 710px;
  text-wrap: balance;
}
#story-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  margin: 10px auto 0;
  max-width: 660px;
  text-wrap: balance;
}
.story-visual {
  max-width: 760px;
  margin: 0 auto;
}
.intro-visual {
  height: clamp(270px, 40vh, 390px);
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #eee3db;
}
.intro-product {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding-bottom: 40px;
}
.subscription-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(390px, calc(100% - 32px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fffdf9;
  box-shadow: 0 8px 32px #3d233e12;
}
.subscriber-initial {
  display: grid;
  place-items: center;
  background: #ece3e6;
  color: var(--tenant);
  font-size: 21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
}
.subscription-label strong {
  font-size: 16px;
  display: block;
}
.subscription-label div > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.subscribed-mark {
  color: #46693d;
  margin-left: auto;
}
.subscriber-screen {
  border: 1px solid #e2d7d0;
  border-radius: 18px;
  background: #fffdf9;
  overflow: hidden;
  box-shadow: 0 12px 32px #3d233e06;
}
.subscriber-header {
  min-height: 53px;
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e8dfd8;
  color: var(--muted);
  font-size: 12px;
}
.tenant-logo {
  color: var(--tenant);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.055em;
}
.welcome-content {
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 14px;
}
.small-label {
  font-size: 11px;
  color: var(--tenant);
  font-weight: 650;
}
h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 6px 0 10px;
}
.welcome-content p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 18px;
}
.welcome-content > img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 14px;
}
.routine-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
.routine-steps span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.routine-steps b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f0e7e7;
  color: var(--tenant);
  font-size: 10px;
  font-weight: 600;
}
.carybit-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--plum);
  color: #faf6f1;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 1.4;
}
.carybit-note img {
  flex-shrink: 0;
}
.stock-visual {
  border-radius: 18px;
  overflow: hidden;
  background: #ece1d6;
  position: relative;
}
.stock-visual > img {
  display: block;
  width: 100%;
  height: clamp(230px, 35vh, 330px);
  object-fit: cover;
  object-position: center 55%;
}
.stock-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fffdf9;
}
.stock-labels > div {
  padding: 15px 24px;
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 4px 9px;
  align-items: center;
}
.stock-labels strong {
  font-size: 14px;
  font-weight: 650;
}
.stock-labels div > span:last-child {
  grid-column: 2;
  font-size: 12px;
  color: var(--muted);
}
.stock-labels .excess-label {
  background: #f3e4da;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #637c56;
}
.excess-label .status-dot {
  background: #a56636;
}
.choice-heading {
  text-align: center;
  padding: 18px 20px 4px;
}
.choice-heading h2 {
  font-size: 23px;
}
.product-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 10px 24px 18px;
}
.product-plan {
  text-align: center;
  background: #f5f2ec;
  border-radius: 12px;
  padding: 12px 14px 18px;
}
.product-plan.changing {
  background: #f5e9e2;
}
.product-plan > img {
  width: 100%;
  height: clamp(100px, 17vh, 145px);
  object-fit: contain;
  mix-blend-mode: multiply;
}
.plan-details h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 10px;
}
.cadence {
  display: flex;
  justify-content: center;
  gap: 9px;
  align-items: center;
  min-height: 28px;
  font-size: 21px;
}
.cadence strong {
  font-weight: 600;
}
.old-cadence {
  text-decoration: line-through;
  color: #85717a;
  font-size: 15px;
}
.cadence-arrow {
  color: #85717a;
  font-size: 15px;
}
.plan-status {
  display: block;
  font-size: 11px;
  color: #756772;
  margin-top: 7px;
}
.shipment-date {
  border-top: 1px solid #ddd3cc;
  padding-top: 12px;
  margin: 12px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.shipment-date strong {
  display: block;
  color: var(--plum);
  font-size: 16px;
  font-weight: 600;
  margin-top: 3px;
}
.confirmation-preview {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  padding: 0 15px 18px;
}
.confirmation-strip {
  text-align: center;
  font-size: 13px;
  padding: 12px;
  background: #e7eddf;
  color: #425b36;
}
.confirmation-strip > span {
  margin-right: 6px;
}
body[data-step="result"] .changing {
  background: #eef1e7;
}
.closing-note {
  max-width: 630px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.closing-note strong {
  font-size: 14px;
  font-weight: 650;
}
.closing-note p {
  color: var(--muted);
  margin: 5px 0 12px;
}
.closing-note details {
  text-align: left;
  border-top: 1px solid #e0d6d0;
  margin-top: 16px;
  padding: 12px 0 0;
}
.closing-note summary {
  cursor: pointer;
  color: var(--tenant);
  width: fit-content;
  margin: 0 auto;
  min-height: 30px;
}
.closing-note details p {
  margin: 8px 0;
}
.story-controls {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px 12px;
  border-top: 1px solid #e0d6d0;
  flex-shrink: 0;
}
.takeaway {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 450px;
}
#takeaway-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #ebe1e5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
}
.takeaway strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 1px 0 4px;
}
.takeaway p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  background: var(--plum);
  color: #faf6f1;
  border: 1px solid var(--plum);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 150ms;
}
.primary-button:hover {
  background: #553456;
}
.primary-button:disabled {
  cursor: progress;
  opacity: 0.7;
}
.story-progress {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px 24px 9px;
  margin: 0;
  gap: 25px;
  flex-shrink: 0;
}
.story-progress li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #81747b;
}
.story-progress li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5c8cf;
}
.story-progress li[aria-current] {
  color: var(--plum);
  font-weight: 700;
}
.story-progress li[aria-current]::before {
  background: var(--plum);
  box-shadow: 0 0 0 3px #e8dde4;
}
.story-progress li.is-complete::before {
  background: #6f8062;
}
footer {
  flex-shrink: 0;
  color: #82767c;
  font-size: 10px;
  text-align: center;
  padding: 8px 16px 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 16px;
  z-index: 10;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 10px;
}
.noscript {
  position: fixed;
  inset: 30% 10% auto;
  padding: 30px;
  background: #fffdf9;
  text-align: center;
}
.visual-enter {
  animation: enter 350ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-height: 950px) and (min-width: 701px) {
  .story-stage {
    padding-top: 55px;
  }
  .story-caption {
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .story-controls {
    gap: 18px;
  }
  .navigation {
    gap: 6px;
  }
  .primary-button {
    padding-inline: 14px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .site-header {
    min-height: 54px;
    padding: 8px 18px;
    gap: 14px;
  }
  .site-header img {
    width: 80px;
  }
  .header-label {
    padding-left: 14px;
    font-size: 11px;
  }
  .site-header .quiet-button {
    font-size: 11px;
    padding: 5px 0 5px 8px;
    max-width: 105px;
  }
  .story-stage {
    padding: 20px 16px 16px;
  }
  .story-caption {
    margin-bottom: 18px;
  }
  h1 {
    font-size: 25px;
  }
  #story-description {
    font-size: 14px;
    line-height: 1.4;
  }
  .intro-visual {
    height: 290px;
  }
  .subscriber-header {
    padding: 12px 16px;
  }
  .tenant-logo {
    font-size: 18px;
  }
  .welcome-content {
    padding: 18px;
    gap: 0;
    grid-template-columns: 1.3fr 1fr;
  }
  .welcome-content > img {
    height: 180px;
  }
  h2 {
    font-size: 22px;
  }
  .welcome-content p {
    font-size: 12px;
  }
  .routine-steps {
    font-size: 11px;
    gap: 9px;
  }
  .routine-steps span {
    gap: 7px;
  }
  .routine-steps b {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
  .carybit-note {
    font-size: 11px;
    padding: 12px 15px;
  }
  .stock-visual > img {
    height: 245px;
  }
  .stock-labels > div {
    padding: 13px 14px;
  }
  .stock-labels strong {
    font-size: 13px;
  }
  .stock-labels div > span:last-child {
    font-size: 11px;
  }
  .product-plans {
    gap: 8px;
    padding: 8px 12px 12px;
  }
  .product-plan {
    padding: 8px 6px 13px;
  }
  .product-plan > img {
    height: 110px;
  }
  .plan-details h3 {
    font-size: 12px;
    min-height: 30px;
    margin: 5px 0;
  }
  .cadence {
    font-size: 19px;
    gap: 6px;
  }
  .old-cadence,
  .cadence-arrow {
    font-size: 12px;
  }
  .choice-heading h2 {
    font-size: 20px;
  }
  .plan-status {
    font-size: 10px;
  }
  .story-controls {
    padding: 12px 18px 6px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .takeaway {
    max-width: none;
    gap: 9px;
  }
  .takeaway p {
    font-size: 12px;
  }
  .takeaway strong {
    font-size: 11px;
    margin-top: 0;
  }
  #takeaway-icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .navigation {
    justify-content: stretch;
    gap: 12px;
  }
  .primary-button {
    flex: 1;
    font-size: 13px;
  }
  .story-progress {
    gap: 17px;
    padding: 9px 15px 4px;
  }
  .story-progress li {
    font-size: 9px;
  }
  footer {
    font-size: 9px;
    padding-bottom: 8px;
  }
}
@media (max-height: 580px) and (min-width: 601px) {
  .site-header {
    min-height: 48px;
    padding-block: 4px;
  }
  .story-stage {
    padding-top: 16px;
  }
  .story-controls {
    padding-block: 10px;
  }
  .story-progress {
    padding-block: 5px;
  }
  footer {
    padding-block: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* A browsable collection, with the same quiet stage inside every preview. */
#library {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 36px 32px;
}
.library-heading,
.experience-grid {
  max-width: 1260px;
  margin-inline: auto;
}
.library-heading {
  margin-bottom: 28px;
}
.library-heading h1 {
  margin: 0;
  max-width: none;
  text-align: left;
  font-size: clamp(26px, 3vw, 36px);
}
.library-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 1.5;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.experience-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #ded3cb;
  border-radius: 16px;
  overflow: hidden;
  background: #fffdf9;
  transition:
    transform 180ms,
    box-shadow 180ms;
}
.experience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px #3d233e0e;
}
.card-art {
  height: 230px;
  position: relative;
  background: #efe5dc;
  overflow: hidden;
}
.card-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.card-fit .card-art > img {
  object-fit: cover;
  object-position: 65% center;
  mix-blend-mode: normal;
}
.card-serum .card-art {
  background: #e6e8da;
}
.card-review .card-art {
  background: #e9dfe8;
}
.card-review .card-art > img {
  padding: 0 20px 28px;
}
.card-number {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 12px;
  color: #5d435a;
  border: 1px solid #ffffffaa;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #faf6f1d9;
}
.card-review-mark {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  letter-spacing: 4px;
  color: var(--tenant);
  border-radius: 30px;
  background: #fffdf9;
  padding: 5px 14px;
}
.card-copy {
  padding: 22px 20px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-copy .small-label {
  font-size: 12px;
}
.card-copy h2 {
  font-size: 22px;
  margin: 9px 0;
}
.card-copy p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 24px;
}
.card-action {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e5dcd5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}
.card-action > span {
  font-size: 20px;
  font-weight: 400;
}
#library-link {
  margin-left: auto;
  text-decoration: none;
  white-space: nowrap;
}
#library-link:hover {
  text-decoration: underline;
}
.site-header #restart {
  margin-left: 0;
  white-space: nowrap;
}
.context-note {
  text-align: center;
  padding: 14px 20px;
  color: #73646b;
  font-size: 14px;
  line-height: 1.4;
  background: #f5eee8;
}
.offer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
}
.offer-content > img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  mix-blend-mode: multiply;
  background: #edf0e5;
  border-radius: 12px;
}
.offer-content p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--muted);
  margin: 0 0 16px;
}
.offer-price {
  font-size: 28px;
  font-weight: 600;
}
.offer-price span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--tenant);
  margin-top: 3px;
}
.offer-facts {
  font-size: 14px;
  margin: 18px 0 0;
}
.offer-facts > div {
  margin-top: 12px;
}
.offer-facts dt {
  color: var(--muted);
  font-size: 12px;
}
.offer-facts dd {
  margin: 3px 0 0;
}
.order-items {
  padding: 0 28px;
}
.order-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #e5dcd5;
}
.order-item img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  mix-blend-mode: multiply;
  background: #f5eee8;
  border-radius: 10px;
}
.order-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.order-item span {
  font-size: 13px;
  color: var(--muted);
}
.order-item span.one-time {
  color: #46613b;
}
.order-item > strong {
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  font-size: 14px;
}
.order-total small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: var(--muted);
}
.order-total > strong {
  font-size: 28px;
  font-weight: 600;
}
.review-content {
  padding: 20px 32px;
}
.review-product {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}
.review-product img {
  object-fit: contain;
  width: 84px;
  height: 84px;
  mix-blend-mode: multiply;
  border-radius: 12px;
  background: #f2e8e3;
}
.review-product h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.review-example {
  border: 1px solid #e2d7d0;
  border-radius: 12px;
  padding: 20px 24px;
  background: #faf6f1;
}
.review-example .small-label {
  font-size: 12px;
}
.review-stars {
  font-size: 27px;
  letter-spacing: 4px;
  color: var(--tenant);
  margin-top: 8px;
}
.review-stars span {
  color: #89767f;
}
.review-example p {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.review-caption {
  font-size: 13px;
  text-align: center;
  color: var(--muted);
  margin: 16px 0 0;
}
@media (max-width: 1050px) {
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
  .library-heading {
    max-width: 760px;
  }
  .card-art {
    height: 180px;
  }
  .card-copy {
    padding: 18px 20px;
  }
  .card-copy p {
    margin-bottom: 18px;
  }
}
@media (max-width: 600px) {
  #library {
    padding: 26px 18px;
  }
  .library-heading {
    margin-bottom: 22px;
  }
  .library-heading > p:last-child {
    font-size: 14px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .card-art {
    height: 190px;
  }
  .card-copy {
    padding: 18px 22px;
  }
  .card-copy h2 {
    font-size: 24px;
  }
  body[data-view="story"] .header-label {
    display: none;
  }
  .site-header #library-link {
    font-size: 13px;
    padding: 10px 4px;
  }
  .site-header #restart {
    font-size: 12px;
  }
  .offer-content {
    padding: 18px;
    gap: 14px;
    grid-template-columns: 0.85fr 1fr;
  }
  .offer-content > img {
    height: 210px;
  }
  .offer-content h2 {
    font-size: 22px;
  }
  .offer-content p {
    font-size: 14px;
  }
  .offer-price {
    font-size: 24px;
  }
  .offer-price span,
  .offer-facts {
    font-size: 13px;
  }
  .context-note {
    font-size: 13px;
    padding: 12px;
  }
  .order-items {
    padding: 0 16px;
  }
  .order-item {
    gap: 10px;
  }
  .order-item img {
    width: 60px;
    height: 70px;
  }
  .order-item h3 {
    font-size: 14px;
  }
  .order-item span {
    font-size: 12px;
  }
  .order-item > strong {
    font-size: 18px;
  }
  .order-total {
    padding: 18px 16px;
  }
  .review-content {
    padding: 18px;
  }
  .review-product {
    gap: 10px;
  }
  .review-product h2 {
    font-size: 20px;
  }
  .review-product img {
    width: 68px;
    height: 68px;
  }
  .review-example {
    padding: 16px;
  }
  .review-example p {
    font-size: 16px;
  }
  .story-progress li {
    font-size: 11px;
    text-align: center;
  }
  .story-progress {
    gap: 12px;
  }
}
