.beauty-page {
  --beauty-ink: #17131b;
  --beauty-rose: #c85d7b;
  --beauty-rose-dark: #9f3f5e;
  --beauty-rose-soft: #faedf1;
  --beauty-pearl: #fbf8f5;
  --beauty-violet: #6d5aa8;
  --beauty-line: rgba(43, 30, 42, 0.13);
  --beauty-shadow: 0 34px 90px -52px rgba(30, 19, 29, 0.55);
  --muted: #5f6878;
  background: var(--beauty-pearl);
  color: var(--beauty-ink);
}

.beauty-page .skip-link {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: 160ms;
}

.beauty-page .skip-link:focus {
  opacity: 1;
  pointer-events: auto;
}

.beauty-page .site-header {
  background: rgba(251, 248, 245, 0.9);
}

.beauty-page .brand,
.beauty-page .main-nav a,
.beauty-page .breadcrumbs a {
  min-width: 44px;
  min-height: 44px;
}

.beauty-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.75rem;
}

.beauty-page .button svg,
.beauty-page .header-cta svg,
.beauty-page .inline-link svg,
.beauty-page .lab-next svg,
.beauty-page .mobile-cta svg,
.beauty-page .brief-action svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.beauty-page .button-primary {
  background: var(--beauty-rose-dark);
  box-shadow: 0 18px 42px rgba(159, 63, 94, 0.24);
}

.beauty-page .button-primary:hover {
  background: #842e4a;
  box-shadow: 0 22px 48px rgba(159, 63, 94, 0.3);
}

.beauty-page .button-secondary:hover {
  border-color: var(--beauty-rose-dark);
  color: var(--beauty-rose-dark);
}

.beauty-page .hero {
  padding-top: clamp(40px, 5.2vw, 72px);
  background:
    radial-gradient(circle at 92% 12%, rgba(200, 93, 123, 0.12), transparent 29%),
    radial-gradient(circle at 12% 90%, rgba(109, 90, 168, 0.08), transparent 32%),
    var(--beauty-pearl);
}

.beauty-page .hero::after {
  right: -250px;
  background: radial-gradient(circle, rgba(200, 93, 123, 0.18), transparent 67%);
}

.beauty-page .hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.86fr);
}

.beauty-page .hero h1 {
  max-width: 760px;
  letter-spacing: -0.052em;
}

.beauty-page .hero-lead {
  color: #554d56;
}

.beauty-page .hero-lead strong {
  color: var(--beauty-ink);
}

.beauty-page .hero-eyebrow {
  color: #655c66;
}

.beauty-page .hero-eyebrow i {
  background: var(--beauty-rose);
  box-shadow: 0 0 0 5px rgba(200, 93, 123, 0.15);
}

.beauty-page .assurances li::before {
  background: var(--beauty-rose);
  box-shadow: 0 0 0 4px rgba(200, 93, 123, 0.13);
}

.beauty-founder-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.16;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #17131b;
  box-shadow:
    0 0 0 1px rgba(26, 17, 26, 0.08),
    0 18px 45px -30px rgba(26, 17, 26, 0.42),
    0 56px 100px -58px rgba(26, 17, 26, 0.62);
}

.beauty-founder-card picture,
.beauty-founder-card img {
  width: 100%;
  height: 100%;
}

.beauty-founder-card img {
  object-fit: cover;
  object-position: 56% center;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}

.beauty-founder-card .founder-shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(19, 14, 20, 0.93));
  pointer-events: none;
}

.beauty-founder-card .founder-signal {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(24, 16, 24, 0.62);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.beauty-founder-card .founder-signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f3a0b8;
  box-shadow: 0 0 0 5px rgba(243, 160, 184, 0.16);
}

.beauty-founder-card figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
}

.beauty-founder-card figcaption small,
.beauty-founder-card figcaption strong,
.beauty-founder-card figcaption b {
  display: block;
}

.beauty-founder-card figcaption small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beauty-founder-card figcaption strong {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
}

.beauty-founder-card figcaption b {
  margin-top: 7px;
  color: #f7ced9;
  font-size: 0.75rem;
}

.beauty-proof-strip {
  border-top: 1px solid var(--beauty-line);
  border-bottom: 1px solid var(--beauty-line);
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid > p {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 114px;
  margin: 0;
  padding: 20px;
  border-left: 1px solid var(--beauty-line);
}

.proof-grid > p:last-child {
  border-right: 1px solid var(--beauty-line);
}

.proof-grid svg {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 10px;
  background: var(--beauty-rose-soft);
  color: var(--beauty-rose-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-grid span,
.proof-grid strong,
.proof-grid small {
  display: block;
}

.proof-grid strong {
  font-size: 0.88rem;
}

.proof-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.beauty-answer {
  background:
    radial-gradient(circle at 15% 20%, rgba(200, 93, 123, 0.07), transparent 25%),
    #fff;
}

.answer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.82fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.answer-layout h2 {
  max-width: 760px;
  margin: 0;
}

.answer-copy {
  padding-top: 42px;
}

.answer-copy p {
  color: var(--muted);
  line-height: 1.72;
}

.answer-copy p:last-child {
  margin-bottom: 0;
}

.beauty-page .eyebrow {
  color: var(--beauty-rose-dark);
}

.situations-section {
  background: #f4f0ef;
}

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

.situation-card {
  min-height: 354px;
  padding: 28px 24px;
  border-top: 2px solid rgba(200, 93, 123, 0.24);
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(43, 30, 42, 0.07),
    0 20px 44px -38px rgba(43, 30, 42, 0.42);
  transition-property: transform, box-shadow, background-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease);
}

.situation-card:nth-child(2) {
  border-top-color: rgba(109, 90, 168, 0.35);
}

.situation-card:nth-child(3) {
  border-top-color: rgba(159, 63, 94, 0.36);
}

.situation-card:nth-child(4) {
  border-top-color: rgba(109, 90, 168, 0.24);
}

.situation-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(43, 30, 42, 0.09),
    0 28px 60px -42px rgba(43, 30, 42, 0.55);
}

.situation-card svg,
.fit-grid svg,
.price-grid svg {
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 10px;
  background: var(--beauty-rose-soft);
  color: var(--beauty-rose-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.situation-card small {
  display: block;
  margin-top: 60px;
  color: var(--beauty-rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.situation-card h3 {
  margin: 10px 0 14px;
  font-size: 1.14rem;
}

.situation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.booking-lab-section {
  background: #fff;
}

.booking-lab {
  overflow: hidden;
  border: 1px solid var(--beauty-line);
  border-radius: 18px;
  background: #f7f3f2;
  box-shadow: var(--beauty-shadow);
}

.lab-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--beauty-line);
  background: #fff;
}

.lab-steps button {
  position: relative;
  display: grid;
  grid-template-columns: auto 34px 1fr;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 84px;
  padding: 16px 20px;
  border: 0;
  border-right: 1px solid var(--beauty-line);
  background: transparent;
  color: #7a707a;
  cursor: pointer;
  text-align: left;
  transition-property: background-color, color, box-shadow;
  transition-duration: 180ms;
}

.lab-steps button:last-child {
  border-right: 0;
}

.lab-steps button::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  background: var(--beauty-rose-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: var(--ease);
}

.lab-steps button[aria-selected="true"] {
  background: var(--beauty-rose-soft);
  color: var(--beauty-ink);
}

.lab-steps button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.lab-steps button > span {
  color: var(--beauty-rose-dark);
  font-size: 0.67rem;
  font-weight: 900;
}

.lab-steps button svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 8px;
  background: #fff;
  color: var(--beauty-rose-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lab-steps button strong {
  min-width: 0;
  font-size: 0.82rem;
}

.lab-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1fr);
  gap: 0;
  min-height: 530px;
}

.phone-flow {
  align-self: center;
  width: min(100% - 48px, 390px);
  margin: 44px auto;
  overflow: hidden;
  border: 8px solid #211a22;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 60px -42px rgba(33, 26, 34, 0.62);
}

.phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 16px;
  border-bottom: 1px solid var(--beauty-line);
  background: #fff;
}

.phone-head span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.phone-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--beauty-rose);
  box-shadow: 0 0 0 5px rgba(200, 93, 123, 0.13);
}

.phone-head small {
  color: var(--muted);
  font-size: 0.65rem;
}

.phone-body {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 20px 16px;
  background:
    radial-gradient(circle at 12% 10%, rgba(200, 93, 123, 0.08), transparent 26%),
    #f8f5f4;
}

.bot-message,
.client-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.8rem;
  line-height: 1.46;
}

.bot-message {
  margin: 0;
  border-bottom-left-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(43, 30, 42, 0.08);
}

.client-message {
  align-self: flex-end;
  margin: auto 0 0;
  border-bottom-right-radius: 4px;
  background: var(--beauty-rose-dark);
  color: #fff;
}

.choice-preview {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.choice-preview button {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(159, 63, 94, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--beauty-ink);
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
  transition-property: border-color, background-color, color, transform;
  transition-duration: 160ms;
}

.choice-preview button:hover,
.choice-preview button:focus-visible {
  border-color: var(--beauty-rose-dark);
  background: var(--beauty-rose-soft);
  color: var(--beauty-rose-dark);
}

.system-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 74px);
  background: var(--beauty-ink);
  color: #fff;
}

.state-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #f2b3c4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.state-kicker span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.system-state h3 {
  max-width: 550px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3.15rem);
}

.system-state > p:not(.state-kicker) {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
}

.system-state dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
}

.system-state dl > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.system-state dt {
  margin-bottom: 6px;
  color: #f2b3c4;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-state dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.35;
}

.lab-next {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: var(--beauty-ink);
  font-weight: 900;
  cursor: pointer;
  transition-property: transform, background-color, color;
  transition-duration: 170ms;
}

.lab-next:hover {
  transform: translateY(-2px);
  background: #f7dce4;
  color: var(--beauty-rose-dark);
}

.architecture-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(200, 93, 123, 0.13), transparent 27%),
    var(--beauty-ink);
  color: #fff;
}

.architecture-section h2,
.architecture-section .split-intro > p {
  color: #fff;
}

.architecture-section .split-intro > p {
  color: rgba(255, 255, 255, 0.64);
}

.architecture-section .eyebrow {
  color: #f3b1c4;
}

.architecture-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) 52px minmax(0, 1fr);
  align-items: center;
}

.architecture-flow article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.architecture-flow article svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(243, 177, 196, 0.12);
  color: #f3b1c4;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.architecture-flow article small,
.architecture-flow article strong {
  display: block;
}

.architecture-flow article small {
  margin-top: 48px;
  color: #f3b1c4;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.architecture-flow article strong {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.25;
}

.architecture-flow article p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.5;
}

.architecture-flow > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 177, 196, 0.25), #f3b1c4, rgba(243, 177, 196, 0.25));
  transform-origin: left;
}

.architecture-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 56px;
}

.architecture-notes article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.architecture-notes article > span {
  color: #f3b1c4;
  font-size: 0.72rem;
  font-weight: 900;
}

.architecture-notes h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
}

.architecture-notes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.fit-section {
  background: #fff;
}

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

.fit-grid article,
.price-grid article {
  min-height: 300px;
  padding: 28px;
  border-radius: 12px;
  background: #f5f1f0;
  box-shadow: inset 0 0 0 1px rgba(43, 30, 42, 0.075);
}

.fit-grid h3,
.price-grid h3 {
  margin: 66px 0 14px;
}

.fit-grid p,
.price-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.fit-link {
  margin: 30px 0 0;
  color: var(--muted);
}

.fit-link a,
.faq-answer a {
  color: var(--beauty-rose-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(159, 63, 94, 0.28);
  text-underline-offset: 4px;
}

.boundary-section {
  background: #f4f0ef;
}

.boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.boundary-copy {
  position: sticky;
  top: 112px;
}

.boundary-copy h2 {
  margin-bottom: 22px;
}

.boundary-copy > p:last-child {
  color: var(--muted);
  line-height: 1.67;
}

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

.boundary-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--beauty-line);
}

.boundary-list svg {
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  color: var(--beauty-rose-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.boundary-list h3 {
  margin: 3px 0 10px;
  font-size: 1.08rem;
}

.boundary-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.62;
}

.proof-section {
  background: var(--beauty-rose-soft);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
}

.proof-copy h2 {
  max-width: 720px;
  margin-bottom: 25px;
}

.proof-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #645b64;
  line-height: 1.7;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--beauty-rose-dark);
  font-weight: 900;
}

.page-meta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(159, 63, 94, 0.18);
  color: var(--beauty-rose-dark) !important;
  font-size: 0.75rem;
  font-weight: 900;
}

.proof-checklist {
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--beauty-shadow);
}

.proof-label {
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--beauty-line);
  color: var(--beauty-rose-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proof-checklist ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-checklist li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid var(--beauty-line);
}

.proof-checklist li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.proof-checklist svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 10px;
  background: var(--beauty-rose-soft);
  color: var(--beauty-rose-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-checklist strong {
  font-size: 0.94rem;
}

.proof-checklist p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.48;
}

.price-section {
  background: #fff;
}

.price-grid article {
  background: var(--beauty-pearl);
}

.price-grid article small {
  display: block;
  margin-top: 58px;
  color: var(--beauty-rose-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-grid h3 {
  margin-top: 8px;
}

.process-section {
  background: #231b24;
  color: #fff;
}

.process-section h2 {
  color: #fff;
}

.process-section .split-intro > p {
  color: rgba(255, 255, 255, 0.6);
}

.process-section .eyebrow {
  color: #f3b1c4;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list li > span {
  color: #f3b1c4;
  font-size: 0.72rem;
  font-weight: 900;
}

.process-list strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.process-list p {
  max-width: 800px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
}

.faq-section {
  background: #fff;
}

.beauty-page .faq-item button span {
  background: var(--beauty-rose-soft);
  color: var(--beauty-rose-dark);
}

.beauty-page .faq-item button[aria-expanded="true"] span {
  background: var(--beauty-rose-dark);
  color: #fff;
}

.beauty-page .brief-section {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.12), transparent 25%),
    var(--beauty-rose-dark);
}

.beauty-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(370px, 0.58fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.beauty-page .brief-copy h2 {
  color: #fff;
}

.beauty-page .brief-copy > p:not(.eyebrow),
.brief-action > p {
  color: rgba(255, 255, 255, 0.72);
}

.beauty-page .brief-section .eyebrow {
  color: #fff;
}

.brief-action {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brief-action .button {
  width: 100%;
}

.brief-action > p {
  margin: 18px 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.beauty-page .site-footer.footer-directory {
  padding: 0;
  background: #0e111a;
  color: #fff;
}

.beauty-page .footer-main {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(0, 2.55fr);
  gap: 60px;
  padding-top: 64px;
  padding-bottom: 52px;
}

.beauty-page .footer-logo {
  display: inline-flex;
  min-width: 128px;
  min-height: 44px;
  align-items: center;
}

.beauty-page .footer-logo img {
  filter: brightness(0) invert(1);
}

.beauty-page .footer-brand-block > p {
  max-width: 260px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
  line-height: 1.6;
}

.beauty-page .footer-contact {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.beauty-page .footer-directory-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.45fr 0.8fr 0.72fr;
  gap: 30px;
}

.beauty-page .footer-column {
  gap: 10px;
}

.beauty-page .footer-column > strong,
.beauty-page .footer-insights > strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.beauty-page .footer-column > a,
.beauty-page .footer-insights > a {
  display: flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  line-height: 1.35;
  transition-property: color;
  transition-duration: 160ms;
}

.beauty-page .footer-column > a:hover,
.beauty-page .footer-insights > a:hover {
  color: #fff;
}

.beauty-page .footer-column > a[aria-current="page"],
.beauty-page .footer-insights > a[aria-current="page"] {
  color: #f3b1c4;
}

.beauty-page .footer-secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.beauty-page .footer-insights {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  gap: 8px 24px;
  align-items: start;
  padding: 26px 0;
}

.beauty-page .footer-insights > strong {
  margin: 10px 0 0;
}

.beauty-page .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 22px var(--gutter);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.beauty-page .footer-bottom > div {
  display: flex;
  gap: 24px;
}

.beauty-page .footer-bottom a {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.beauty-page .mobile-cta {
  background: var(--beauty-rose-dark);
  color: #fff;
}

.beauty-page .reveal {
  will-change: transform, opacity, filter;
}

@media (max-width: 1180px) {
  .beauty-page .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.84fr);
    gap: 48px;
  }

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

  .situation-card {
    min-height: 320px;
  }

  .beauty-page .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .beauty-page .footer-brand-block > p {
    max-width: 520px;
  }
}

@media (max-width: 980px) {
  .beauty-page .hero-grid,
  .answer-layout,
  .proof-layout,
  .beauty-brief {
    grid-template-columns: 1fr;
  }

  .beauty-founder-card {
    width: min(100%, 720px);
    margin-inline: auto;
  }

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

  .proof-grid > p:nth-child(2) {
    border-right: 1px solid var(--beauty-line);
  }

  .proof-grid > p:nth-child(n + 3) {
    border-top: 1px solid var(--beauty-line);
  }

  .answer-copy {
    padding-top: 0;
  }

  .lab-steps button {
    grid-template-columns: auto 30px 1fr;
    gap: 8px;
    padding: 14px 12px;
  }

  .lab-steps button svg {
    width: 30px;
    height: 30px;
  }

  .lab-panel {
    grid-template-columns: 0.82fr 1fr;
  }

  .system-state {
    padding: 36px;
  }

  .system-state dl {
    grid-template-columns: 1fr;
  }

  .architecture-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .architecture-flow > i {
    width: 1px;
    height: 32px;
    margin-inline: auto;
    transform-origin: top;
  }

  .architecture-notes,
  .fit-grid,
  .price-grid,
  .boundary-layout {
    grid-template-columns: 1fr;
  }

  .boundary-copy {
    position: static;
  }

  .fit-grid article,
  .price-grid article {
    min-height: 260px;
  }

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

  .beauty-page .footer-insights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1020px) {
  .beauty-page .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .beauty-page .header-cta {
    grid-column: 3;
    width: auto;
  }
}

@media (max-width: 820px) {
  .beauty-page .header-inner {
    min-height: 68px;
  }

  .beauty-page .main-nav {
    display: none;
  }

  .beauty-page .hero {
    padding-top: 32px;
  }

  .beauty-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .beauty-page .hero-actions .button {
    width: 100%;
  }

  .beauty-founder-card {
    aspect-ratio: 1.08;
  }

  .situation-grid {
    grid-template-columns: 1fr;
  }

  .situation-card {
    min-height: 292px;
  }

  .lab-steps {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(156px, 1fr));
    scrollbar-width: thin;
  }

  .lab-panel {
    grid-template-columns: 1fr;
  }

  .phone-flow {
    width: min(100% - 28px, 390px);
    margin: 30px auto;
  }

  .system-state {
    min-height: 480px;
  }

  .architecture-notes {
    gap: 24px;
  }

  .beauty-page .faq-layout {
    grid-template-columns: 1fr;
  }

  .beauty-page .footer-directory {
    padding-bottom: 82px;
  }
}

@media (max-width: 620px) {
  .beauty-page .header-cta {
    display: none;
  }

  .beauty-page .header-inner {
    grid-template-columns: 1fr;
  }

  .beauty-page .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .beauty-page .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .beauty-page .hero-lead {
    font-size: 1.02rem;
  }

  .beauty-founder-card {
    aspect-ratio: 0.98;
  }

  .beauty-founder-card img {
    object-position: 57% center;
  }

  .beauty-founder-card .founder-signal {
    top: 14px;
    left: 14px;
    min-height: 36px;
    font-size: 0.58rem;
  }

  .beauty-founder-card figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid > p {
    min-height: 96px;
    border-right: 1px solid var(--beauty-line);
    border-bottom: 1px solid var(--beauty-line);
  }

  .proof-grid > p:last-child {
    border-bottom: 0;
  }

  .beauty-page .split-intro {
    margin-bottom: 38px;
  }

  .situation-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .situation-card small {
    margin-top: 42px;
  }

  .lab-steps {
    grid-template-columns: repeat(4, minmax(138px, 1fr));
  }

  .lab-steps button {
    min-height: 76px;
  }

  .phone-flow {
    border-width: 6px;
  }

  .phone-body {
    min-height: 360px;
  }

  .system-state {
    min-height: 0;
    padding: 34px 20px;
  }

  .system-state h3 {
    font-size: 1.9rem;
  }

  .architecture-flow article {
    min-height: 230px;
    padding: 22px;
  }

  .architecture-flow article small {
    margin-top: 34px;
  }

  .architecture-notes article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .boundary-list article {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .boundary-list svg {
    width: 46px;
    height: 46px;
    padding: 10px;
  }

  .fit-grid article,
  .price-grid article {
    min-height: 0;
    padding: 24px 20px;
  }

  .fit-grid h3 {
    margin-top: 48px;
  }

  .price-grid article small {
    margin-top: 44px;
  }

  .proof-checklist {
    padding: 22px 18px;
  }

  .process-list li {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .beauty-page .faq-item button {
    min-height: 74px;
  }

  .brief-action {
    padding: 20px;
  }

  .beauty-page .footer-main {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .beauty-page .footer-directory-grid,
  .beauty-page .footer-insights {
    grid-template-columns: 1fr;
  }

  .beauty-page .footer-column > a,
  .beauty-page .footer-insights > a {
    min-height: 44px;
  }

  .beauty-page .footer-bottom,
  .beauty-page .footer-bottom > div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .beauty-page .container {
    --gutter: 16px;
  }

  .beauty-page .hero h1 {
    font-size: 2.2rem;
  }

  .beauty-page .hero-eyebrow {
    font-size: 0.61rem;
  }

  .beauty-founder-card figcaption b {
    font-size: 0.68rem;
  }

  .lab-steps {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
  }

  .system-state dl > div {
    padding: 12px;
  }
}

@media (orientation: landscape) and (max-height: 500px) and (max-width: 900px) {
  .beauty-page .site-header {
    position: relative;
  }

  .beauty-page .hero {
    padding-top: 24px;
  }

  .beauty-page .hero-grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 28px;
  }

  .beauty-page .hero h1 {
    font-size: clamp(2rem, 5vw, 2.9rem);
  }

  .beauty-page .hero-lead {
    font-size: 0.92rem;
  }

  .beauty-page .hero-actions,
  .beauty-page .assurances {
    margin-top: 18px;
  }

  .beauty-founder-card {
    aspect-ratio: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .beauty-page *,
  .beauty-page *::before,
  .beauty-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .beauty-page .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .beauty-page .situation-card:hover,
  .beauty-page .lab-next:hover {
    transform: none;
  }
}
