:root {
  --beautymed-green: #63a947;
  --beautymed-green-deep: #3b4a36;
  --beautymed-green-dark: #283526;
  --beautymed-gray: #b7b7b6;
  --beautymed-paper: #f7f6f2;
  --beautymed-mist: #e2eadf;
  --beautymed-line: rgba(59, 74, 54, .18);
  --beautymed-ink: #172019;
}

.beautymed-case-page h1,
.beautymed-case-page h2,
.beautymed-case-page h3 { font-weight: 430; }
.beautymed-case-page h1 em,
.beautymed-case-page h2 em { font-weight: 370; }

.beautymed-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + var(--hero-space-top)) 0 var(--hero-space-bottom);
  background:
    radial-gradient(circle at 92% 12%, rgba(99, 169, 71, .18), transparent 25rem),
    radial-gradient(circle at 12% 88%, rgba(59, 74, 54, .08), transparent 30rem),
    linear-gradient(118deg, var(--beautymed-paper) 0 63%, var(--beautymed-mist) 63% 100%);
}
.beautymed-hero::before {
  position: absolute;
  top: 13rem;
  right: -13rem;
  width: 39rem;
  aspect-ratio: 1;
  border: 1px solid rgba(59, 74, 54, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(99, 169, 71, .025), 0 0 0 10rem rgba(59, 74, 54, .016);
  content: "";
}
.beautymed-hero .section-shell { position: relative; z-index: 1; }
.beautymed-hero-grid {
  display: grid;
  min-height: 45rem;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(31rem, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
}
.beautymed-project-tags { display: flex; margin-bottom: 1.5rem; flex-wrap: wrap; gap: .55rem; }
.beautymed-project-tags span {
  padding: .62rem .92rem;
  border: 1px solid rgba(59, 74, 54, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--beautymed-green-deep);
  font-size: var(--text-label);
  font-weight: 500;
}
.beautymed-hero-copy h1 {
  max-width: 14.5ch;
  margin: 0;
  font-size: var(--type-page-title);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.beautymed-hero-copy h1 em { color: var(--beautymed-green); }
.beautymed-hero-copy > p {
  max-width: 49rem;
  margin: 1.5rem 0 0;
  color: var(--slate);
  font-size: var(--text-lead);
  line-height: 1.7;
}
.beautymed-hero-actions { display: flex; margin-top: 2rem; flex-wrap: wrap; gap: .75rem; }
.beautymed-hero-actions .button { border-color: var(--beautymed-green-deep); background: var(--beautymed-green-deep); color: #fff; }
.beautymed-hero-actions .button:hover,
.beautymed-hero-actions .button:focus-visible { border-color: var(--beautymed-green); background: var(--beautymed-green); color: var(--beautymed-ink); }
.beautymed-hero-actions .button-ghost { border-color: rgba(59, 74, 54, .48); background: transparent; color: var(--beautymed-green-deep); }
.beautymed-hero-actions .button-ghost:hover,
.beautymed-hero-actions .button-ghost:focus-visible { border-color: var(--beautymed-green-deep); background: var(--beautymed-green-deep); color: #fff; }

.beautymed-hero-lab { position: relative; min-height: 42rem; perspective: 1200px; }
.beautymed-hero-browser {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: 2%;
  overflow: hidden;
  width: 74%;
  border: .55rem solid rgba(255, 255, 255, .92);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 2rem 4rem rgba(40, 53, 38, .2);
  transform: rotate(2.2deg);
}
.beautymed-hero-browser figure { overflow: hidden; height: 31rem; margin: 0; background: #fff; }
.beautymed-hero-browser img { display: block; width: 100%; height: auto; }
.beautymed-browser-bar {
  display: flex;
  min-height: 2.65rem;
  padding: .55rem .9rem;
  align-items: center;
  gap: .38rem;
  background: #eef0ed;
  color: #556052;
}
.beautymed-browser-bar > span {
  width: .56rem;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 32, 25, .16);
  border-radius: 50%;
  background: #fff;
}
.beautymed-browser-bar > span:first-child { background: var(--beautymed-green); }
.beautymed-browser-bar i {
  overflow: hidden;
  margin-left: .55rem;
  color: rgba(23, 32, 25, .68);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beautymed-browser-bar b {
  margin-left: auto;
  color: var(--beautymed-green-deep);
  font-size: var(--text-label);
  font-weight: 500;
  white-space: nowrap;
}
.beautymed-hero-cart {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 38%;
  padding: .5rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1.5rem 3rem rgba(40, 53, 38, .22);
  transform: rotate(-2.8deg);
}
.beautymed-hero-cart img { display: block; width: 100%; height: auto; border-radius: .95rem; }
.beautymed-hero-mark {
  position: absolute;
  z-index: 5;
  bottom: 8%;
  left: 0;
  display: flex;
  width: 13rem;
  min-height: 11rem;
  padding: 1.2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(59, 74, 54, .15);
  border-radius: 2.2rem 2.2rem .7rem 2.2rem;
  background: var(--beautymed-paper);
  box-shadow: 0 1.3rem 3rem rgba(40, 53, 38, .18);
  color: #111;
  transform: rotate(2deg);
}
.beautymed-hero-mark img { width: 3.6rem; height: auto; }
.beautymed-hero-mark span { margin-top: .5rem; font-size: 1.2rem; font-weight: 600; }
.beautymed-hero-mark em { color: var(--beautymed-green); font-style: normal; }

.beautymed-scope { border-block: 1px solid rgba(255, 255, 255, .1); background: var(--beautymed-green-deep); color: #fff; }
.beautymed-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.beautymed-scope p {
  display: flex;
  min-height: 10rem;
  margin: 0;
  padding: 1.6rem clamp(1rem, 2.5vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, .13);
}
.beautymed-scope p:last-child { border-right: 1px solid rgba(255, 255, 255, .13); }
.beautymed-scope strong { color: #a9df93; font-size: var(--type-card-title); font-weight: 430; line-height: 1.25; }
.beautymed-scope span { margin-top: .45rem; color: rgba(255, 255, 255, .7); font-size: var(--text-support); line-height: 1.55; }

.beautymed-decision { position: relative; overflow: hidden; padding: var(--section-space) 0; background: var(--beautymed-paper); }
.beautymed-decision::after {
  position: absolute;
  right: -19rem;
  bottom: -21rem;
  width: 45rem;
  aspect-ratio: 1;
  border: 1px solid rgba(99, 169, 71, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(99, 169, 71, .02), 0 0 0 10rem rgba(59, 74, 54, .012);
  content: "";
}
.beautymed-decision-heading {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr);
  gap: clamp(3rem, 8vw, 9rem);
}
.beautymed-decision-heading h2,
.beautymed-commerce-heading h2 {
  max-width: 13ch;
  margin: 0;
  font-size: var(--type-section-title);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.beautymed-decision-heading h2 em,
.beautymed-commerce-heading h2 em { color: var(--beautymed-green); }
.beautymed-decision-heading > p,
.beautymed-commerce-heading > p {
  margin: 0;
  color: var(--slate);
  font-size: var(--text-lead);
  line-height: 1.7;
}
.beautymed-decision-path {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: var(--content-space);
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}
.beautymed-decision-path article {
  display: flex;
  min-height: 20rem;
  padding: clamp(1.5rem, 2.7vw, 2.7rem);
  flex-direction: column;
  border: 1px solid var(--beautymed-line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .56);
}
.beautymed-decision-path article > span {
  display: grid;
  width: 3.5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--beautymed-mist);
  color: var(--beautymed-green-deep);
  font-size: 1.4rem;
  font-weight: 500;
}
.beautymed-decision-path article:nth-of-type(even) > span { background: var(--beautymed-green-deep); color: #fff; }
.beautymed-decision-path strong { max-width: 16ch; margin-top: auto; padding-top: 2rem; font-size: var(--type-card-title); font-weight: 430; line-height: 1.28; }
.beautymed-decision-path p { margin: .85rem 0 0; color: var(--slate); font-size: var(--text-support); line-height: 1.65; }
.beautymed-decision-path > i { display: grid; width: clamp(2.2rem, 3vw, 3.5rem); place-items: center; color: var(--beautymed-green); font-size: 1.55rem; font-style: normal; }

.beautymed-store { overflow: hidden; background: var(--beautymed-mist); }
.beautymed-store-grid { display: grid; align-items: stretch; grid-template-columns: minmax(28rem, .83fr) minmax(42rem, 1.17fr); }
.beautymed-store-copy {
  display: flex;
  padding: var(--section-space) clamp(3rem, 7vw, 8rem) var(--section-space) max(var(--page-padding), calc((100vw - 1540px) / 2 + var(--page-padding)));
  align-items: flex-start;
}
.beautymed-store-copy > div { position: sticky; top: calc(var(--header-height) + 2rem); }
.beautymed-store-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: var(--type-section-title);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.beautymed-store-copy h2 em { color: var(--beautymed-green-deep); }
.beautymed-store-copy p { max-width: 45rem; margin: 1.4rem 0 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.beautymed-store-copy ul { display: flex; margin: 2rem 0 0; padding: 0; flex-direction: column; list-style: none; border-top: 1px solid var(--beautymed-line); }
.beautymed-store-copy li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--beautymed-line); color: var(--beautymed-green-deep); font-size: var(--text-support); line-height: 1.55; }
.beautymed-store-copy li::before { position: absolute; top: 1.15rem; left: 0; color: var(--beautymed-green); content: "✓"; font-weight: 600; }
.beautymed-store-stage { min-width: 0; padding: clamp(2rem, 4vw, 4rem) 0 clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem); background: linear-gradient(150deg, var(--beautymed-green-dark), var(--beautymed-green-deep)); box-shadow: -1.5rem 0 4rem rgba(40, 53, 38, .13); }
.beautymed-store-stage > .beautymed-browser-bar { border-radius: 1.3rem 0 0 0; }
.beautymed-store-stage figure {
  overflow-x: hidden;
  overflow-y: auto;
  height: clamp(40rem, 66vw, 58rem);
  margin: 0;
  border-radius: 0 0 0 1.3rem;
  background: #fff;
  overscroll-behavior: contain;
  scrollbar-color: var(--beautymed-green) rgba(59, 74, 54, .12);
  scrollbar-width: thin;
}
.beautymed-store-stage img { display: block; width: 100%; height: auto; }
.beautymed-store-stage figure:focus-visible,
.beautymed-checkout-shot figure:focus-visible { outline: 3px solid var(--beautymed-green); outline-offset: -3px; }

.beautymed-commerce { padding: var(--section-space) 0; background: var(--beautymed-paper); }
.beautymed-commerce-heading { display: grid; align-items: end; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr); gap: clamp(3rem, 8vw, 9rem); }
.beautymed-commerce-board { margin-top: var(--content-space); }
.beautymed-commerce-route { display: grid; align-items: center; grid-template-columns: repeat(5, auto); justify-content: center; }
.beautymed-commerce-route p {
  display: flex;
  width: min(23vw, 20rem);
  min-height: 12rem;
  margin: 0;
  padding: 1.5rem;
  flex-direction: column;
  border: 1px solid var(--beautymed-line);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(59, 74, 54, .07);
}
.beautymed-commerce-route p > span { color: var(--beautymed-green); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.beautymed-commerce-route strong { margin-top: auto; padding-top: 1.4rem; font-size: var(--type-card-title); font-weight: 430; }
.beautymed-commerce-route small { margin-top: .45rem; color: var(--slate); font-size: var(--text-support); line-height: 1.5; }
.beautymed-commerce-route > i { display: block; width: clamp(3rem, 7vw, 7rem); height: 1px; background: var(--beautymed-green); }
.beautymed-commerce-route > i::after { display: block; width: .65rem; aspect-ratio: 1; margin-left: auto; border-top: 1px solid var(--beautymed-green); border-right: 1px solid var(--beautymed-green); content: ""; transform: translateY(-.31rem) rotate(45deg); }
.beautymed-commerce-visuals { display: grid; margin-top: clamp(3rem, 6vw, 6rem); align-items: center; grid-template-columns: minmax(18rem, .62fr) minmax(38rem, 1.38fr); gap: clamp(2rem, 6vw, 6rem); }
.beautymed-cart-shot { margin: 0; padding: 1rem; border-radius: 2rem; background: #fff; box-shadow: 0 2rem 4rem rgba(59, 74, 54, .13); transform: rotate(-2deg); }
.beautymed-cart-shot img { display: block; width: 100%; height: auto; border-radius: 1.2rem; }
.beautymed-cart-shot figcaption { padding: 1rem .5rem .35rem; color: var(--slate); font-size: var(--text-support); line-height: 1.55; }
.beautymed-checkout-shot { overflow: hidden; border: 1px solid var(--beautymed-line); border-radius: 2rem; background: #fff; box-shadow: 0 2rem 4rem rgba(59, 74, 54, .11); }
.beautymed-checkout-shot figure { overflow-x: hidden; overflow-y: auto; height: clamp(35rem, 48vw, 48rem); margin: 0; background: #fff; overscroll-behavior: contain; scrollbar-color: var(--beautymed-green) rgba(59, 74, 54, .12); scrollbar-width: thin; }
.beautymed-checkout-shot img { display: block; width: 100%; height: auto; }

.beautymed-brand { position: relative; overflow: hidden; padding: var(--section-space) 0; background: var(--beautymed-green-deep); color: #fff; }
.beautymed-brand::before {
  position: absolute;
  top: -18rem;
  left: -15rem;
  width: 45rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, .018), 0 0 0 10rem rgba(255, 255, 255, .012);
  content: "";
}
.beautymed-brand-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(25rem, .86fr) minmax(35rem, 1.14fr); gap: clamp(3rem, 8vw, 9rem); }
.beautymed-brand-copy h2 { max-width: 13ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.beautymed-brand-copy h2 em { color: #a9df93; }
.beautymed-brand-copy > p { max-width: 46rem; margin: 1.4rem 0 0; color: rgba(255, 255, 255, .72); font-size: var(--text-lead); line-height: 1.7; }
.beautymed-palette { display: grid; margin-top: 2.2rem; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; }
.beautymed-palette span { overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: .8rem; background: rgba(255, 255, 255, .06); }
.beautymed-palette i { display: block; height: 3.2rem; background: var(--swatch); }
.beautymed-palette strong { display: block; padding: .75rem .55rem; color: rgba(255, 255, 255, .78); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; text-align: center; }
.beautymed-brand-specimens { display: grid; min-height: 37rem; grid-template-columns: minmax(14rem, .7fr) minmax(20rem, 1.3fr); gap: 1rem; }
.beautymed-brand-specimens > div { position: relative; display: flex; overflow: hidden; min-height: 100%; padding: clamp(1.5rem, 4vw, 4rem); flex-direction: column; align-items: center; justify-content: center; border-radius: 2rem; }
.beautymed-symbol-card { background: var(--beautymed-paper); color: var(--beautymed-green-deep); }
.beautymed-symbol-card img { width: min(75%, 11rem); height: auto; }
.beautymed-logo-card { background: var(--beautymed-green-dark); color: #fff; }
.beautymed-logo-card img { width: min(100%, 27rem); height: auto; }
.beautymed-brand-specimens span { position: absolute; right: 1.4rem; bottom: 1.2rem; left: 1.4rem; font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: .04em; text-align: center; text-transform: uppercase; }

.beautymed-delivery { overflow: hidden; background: #edeae3; }
.beautymed-delivery-grid { display: grid; align-items: stretch; grid-template-columns: minmax(38rem, 1.05fr) minmax(30rem, .95fr); }
.beautymed-guide-stage { display: flex; min-height: 58rem; padding: var(--section-space) clamp(2rem, 6vw, 6rem) var(--section-space) max(var(--page-padding), calc((100vw - 1540px) / 2 + var(--page-padding))); align-items: center; justify-content: center; background: var(--beautymed-mist); }
.beautymed-guide-stage figure { overflow: hidden; width: min(100%, 43rem); margin: 0; border-radius: 1.2rem; background: #fff; box-shadow: 0 2rem 5rem rgba(59, 74, 54, .15); transform: rotate(-2deg); }
.beautymed-guide-stage img { display: block; width: 100%; height: auto; }
.beautymed-delivery-copy { display: flex; padding: var(--section-space) max(var(--page-padding), calc((100vw - 1540px) / 2 + var(--page-padding))) var(--section-space) clamp(3rem, 7vw, 8rem); align-items: center; }
.beautymed-delivery-copy h2 { max-width: 12ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.beautymed-delivery-copy h2 em { color: var(--beautymed-green-deep); }
.beautymed-delivery-copy p { max-width: 45rem; margin: 1.4rem 0 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.beautymed-format-grid { display: grid; margin-top: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--beautymed-line); border-left: 1px solid var(--beautymed-line); }
.beautymed-format-grid > span { display: flex; min-height: 7.5rem; padding: 1.2rem; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--beautymed-line); border-bottom: 1px solid var(--beautymed-line); color: var(--beautymed-green-deep); font-family: var(--font-mono); font-size: 1.1rem; font-weight: 600; }
.beautymed-format-grid small { color: var(--slate); font-family: var(--font-sans); font-size: var(--text-support); font-weight: 400; line-height: 1.45; }

.beautymed-outcomes { padding: var(--section-space-compact) 0; background: linear-gradient(135deg, #dce8d9, var(--beautymed-mist) 52%, #e7e8e1); }
.beautymed-outcomes h2 { max-width: 14ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.beautymed-outcomes h2 em { color: var(--beautymed-green-deep); }
.beautymed-outcome-grid { display: grid; margin-top: var(--content-space); grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--beautymed-line); }
.beautymed-outcome-grid p { display: flex; min-height: 15rem; margin: 0; padding: clamp(2rem, 4vw, 4rem); flex-direction: column; justify-content: space-between; border-left: 1px solid var(--beautymed-line); }
.beautymed-outcome-grid p:last-child { border-right: 1px solid var(--beautymed-line); }
.beautymed-outcome-grid strong { max-width: 17ch; font-size: var(--type-card-title-large); font-weight: 430; line-height: 1.2; }
.beautymed-outcome-grid span { margin-top: 1.5rem; color: var(--slate); line-height: 1.6; }

.beautymed-next-step { padding: var(--section-space-cta) 0; background: #eef1eb; }
.beautymed-next-step-grid { display: grid; align-items: start; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr); gap: clamp(3rem, 8vw, 9rem); }
.beautymed-next-step h2 { max-width: 14ch; margin: 0; font-size: var(--type-section-title-compact); line-height: 1.08; letter-spacing: -.045em; }
.beautymed-next-step h2 em { color: var(--beautymed-green-deep); }
.beautymed-next-step p { max-width: 46rem; margin: 1.35rem 0 1.8rem; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.beautymed-next-step .button { border-color: var(--beautymed-green-deep); background: var(--beautymed-green-deep); }
.beautymed-service-links { display: flex; flex-direction: column; border-top: 1px solid var(--beautymed-line); }
.beautymed-service-links a { display: flex; min-height: 5.2rem; padding: 1.1rem 0; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--beautymed-line); font-size: 1.08rem; font-weight: 500; transition: padding 180ms ease, color 180ms ease; }
.beautymed-service-links a:hover { padding-left: .7rem; color: var(--beautymed-green); }
.beautymed-service-links i { color: var(--beautymed-green); font-style: normal; }
.beautymed-project-nav { --project-accent: var(--beautymed-green); }

@keyframes beautymed-browser-float {
  from { transform: translate3d(0, .25rem, 0) rotate(2.2deg); }
  to { transform: translate3d(0, -.35rem, 0) rotate(1.5deg); }
}
@keyframes beautymed-cart-float {
  from { transform: translate3d(0, -.2rem, 0) rotate(-2.8deg); }
  to { transform: translate3d(0, .35rem, 0) rotate(-2.1deg); }
}
.beautymed-hero-browser { animation: beautymed-browser-float 6s ease-in-out infinite alternate; }
.beautymed-hero-cart { animation: beautymed-cart-float 7s ease-in-out infinite alternate; }

@media (max-width: 1180px) {
  .beautymed-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(29rem, .92fr); gap: 3rem; }
  .beautymed-store-grid { grid-template-columns: minmax(25rem, .84fr) minmax(36rem, 1.16fr); }
  .beautymed-brand-grid { grid-template-columns: minmax(23rem, .85fr) minmax(32rem, 1.15fr); gap: 4rem; }
  .beautymed-delivery-grid { grid-template-columns: minmax(34rem, 1fr) minmax(27rem, 1fr); }
}

@media (max-width: 960px) {
  .beautymed-hero-grid,
  .beautymed-decision-heading,
  .beautymed-commerce-heading,
  .beautymed-brand-grid,
  .beautymed-next-step-grid { grid-template-columns: 1fr; }
  .beautymed-hero-grid { min-height: 0; }
  .beautymed-hero-copy h1 { max-width: 16ch; }
  .beautymed-hero-lab { width: min(100%, 44rem); min-height: 39rem; margin: 0 auto; }
  .beautymed-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beautymed-scope p:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, .13); }
  .beautymed-scope p:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .13); }
  .beautymed-decision-path { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .beautymed-decision-path > i { display: none; }
  .beautymed-store-grid { grid-template-columns: 1fr; }
  .beautymed-store-copy { padding: var(--section-space-compact) var(--page-padding); }
  .beautymed-store-copy > div { position: static; }
  .beautymed-store-stage { padding: 2rem 0 2rem var(--page-padding); }
  .beautymed-store-stage figure { height: 43rem; }
  .beautymed-commerce-route { grid-template-columns: 1fr; gap: 1rem; }
  .beautymed-commerce-route p { width: 100%; min-height: 10rem; }
  .beautymed-commerce-route > i { width: 1px; height: 2rem; margin-inline: auto; }
  .beautymed-commerce-route > i::after { margin: auto; transform: translate(-.31rem, 1.35rem) rotate(135deg); }
  .beautymed-commerce-visuals { grid-template-columns: minmax(16rem, .65fr) minmax(28rem, 1.35fr); gap: 2rem; }
  .beautymed-brand-specimens { min-height: 32rem; }
  .beautymed-delivery-grid { grid-template-columns: 1fr; }
  .beautymed-guide-stage { min-height: auto; padding: var(--section-space-compact) var(--page-padding); }
  .beautymed-guide-stage figure { width: min(100%, 37rem); }
  .beautymed-delivery-copy { padding: var(--section-space-compact) var(--page-padding); }
  .beautymed-outcome-grid { grid-template-columns: 1fr; border: 0; }
  .beautymed-outcome-grid p { min-height: 0; border: 1px solid var(--beautymed-line); border-bottom: 0; }
  .beautymed-outcome-grid p:last-child { border-right: 1px solid var(--beautymed-line); border-bottom: 1px solid var(--beautymed-line); }
}

@media (max-width: 700px) {
  .beautymed-hero { padding-bottom: 4rem; background: linear-gradient(160deg, var(--beautymed-paper) 0 72%, var(--beautymed-mist) 72% 100%); }
  .beautymed-hero-lab { min-height: 30rem; }
  .beautymed-hero-browser { right: 0; width: 82%; }
  .beautymed-hero-browser figure { height: 22rem; }
  .beautymed-hero-cart { width: 39%; }
  .beautymed-hero-mark { bottom: 5%; width: 9.5rem; min-height: 8.5rem; padding: .8rem; }
  .beautymed-hero-mark img { width: 2.8rem; }
  .beautymed-hero-mark span { font-size: .95rem; }
  .beautymed-scope-grid { grid-template-columns: 1fr; }
  .beautymed-scope p { min-height: 8rem; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .beautymed-scope p:last-child { border-bottom: 0; }
  .beautymed-decision-heading,
  .beautymed-commerce-heading { gap: 1.5rem; }
  .beautymed-decision-path { grid-template-columns: 1fr; }
  .beautymed-decision-path article { min-height: 16rem; }
  .beautymed-store-stage figure { height: 36rem; }
  .beautymed-commerce-visuals { grid-template-columns: 1fr; }
  .beautymed-cart-shot { width: min(100%, 24rem); margin-inline: auto; }
  .beautymed-checkout-shot figure { height: 34rem; }
  .beautymed-brand-specimens { min-height: 0; grid-template-columns: 1fr; }
  .beautymed-brand-specimens > div { min-height: 20rem; }
  .beautymed-palette { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beautymed-format-grid { grid-template-columns: 1fr; }
  .beautymed-format-grid > span { min-height: 6.7rem; }
}

@media (max-width: 460px) {
  .beautymed-hero-actions { align-items: stretch; flex-direction: column; }
  .beautymed-hero-actions .button { justify-content: center; }
  .beautymed-hero-lab { min-height: 27rem; }
  .beautymed-hero-browser figure { height: 19rem; }
  .beautymed-hero-cart { right: -.25rem; width: 42%; }
  .beautymed-hero-mark { left: -.25rem; width: 8.4rem; min-height: 7.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .beautymed-hero-browser,
  .beautymed-hero-cart { animation: none; }
}
