.primary-hero .primary-word,
.primary-hero .model-stack,
.primary-hero .primary-copy {
  will-change: opacity, transform;
}

.primary-hero {
  --hero-copy-bottom: clamp(58px, 7svh, 118px);
}

.primary-hero .hero-subhead {
  max-width: min(88vw, 920px);
  margin: 0 auto;
  text-align: center;
}

html {
  scroll-snap-type: none;
}

.selfie-section,
.welcome-section,
.analysis-section,
.result-section,
.works-section,
.daily-look-section,
.pricing-section,
.faq-section,
.closing-steps,
.site-footer {
  position: relative;
  color: var(--ink);
  font-family: var(--sans);
}

.cover-hero,
.welcome-section,
.selfie-panel,
.tone-preview,
.selfie-section,
.analysis-section,
.result-section,
.works-section {
  scroll-snap-align: start;
}

#selfie-section,
#welcome-to-curated,
#analysis-section,
#color-result,
#how-it-works,
#look-of-the-day,
#pricing,
#faqs,
.closing-steps,
.site-footer {
  scroll-margin-top: clamp(88px, 7vw, 116px);
}

#selfie-section {
  scroll-margin-top: -24px;
}

.welcome-section {
  background: #f6f1e9;
  color: var(--ink);
  text-align: center;
}

.welcome-section-shell {
  width: min(100% - clamp(40px, 8vw, 144px), 760px);
  margin: 0 auto;
  padding: clamp(32px, 4.2vw, 54px) 0 clamp(32px, 4vw, 52px);
}

.welcome-section h2,
.welcome-section p {
  margin: 0;
}

.welcome-section h2 {
  color: #06183b;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.2vw, 3.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.welcome-section p {
  max-width: 820px;
  margin: clamp(9px, 1.1vw, 14px) auto 0;
  color: rgba(6, 24, 59, 0.7);
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  font-weight: 400;
  line-height: 1.26;
}

.welcome-copy-line {
  display: block;
}

@media (max-width: 700px) {
  .welcome-section-shell {
    width: min(100% - 34px, 520px);
    padding: 22px 0 24px;
  }

  .welcome-section h2 {
    font-size: clamp(1.92rem, 8.8vw, 2.5rem);
    line-height: 1;
  }

  .welcome-section p {
    max-width: 320px;
    margin-top: 7px;
    font-size: clamp(0.98rem, 4.15vw, 1.08rem);
    line-height: 1.25;
  }

  .welcome-copy-line {
    display: inline;
  }
}

#look-of-the-day {
  scroll-margin-top: -48px;
}

#pricing {
  scroll-margin-top: clamp(92px, 9svh, 124px);
}

#how-it-works {
  scroll-margin-top: 0;
}

@media (min-width: 701px) {
  #how-it-works {
    scroll-margin-top: -12px;
  }
}

@media (min-width: 981px) {
  .primary-page-nav .brand-wordmark--nav {
    width: clamp(139px, 11.3vw, 187px);
  }
}

@media (min-width: 981px) and (max-height: 980px) {
  .primary-page-nav .brand-wordmark--nav {
    width: 118px;
  }
}

.selfie-section {
  --selfie-scan-bg-1: #10171f;
  --selfie-scan-bg-2: #151d26;
  --selfie-scan-bg-3: #222a33;
  --selfie-scan-text-primary: #f8f3ec;
  --selfie-scan-text-secondary: #d9dee4;
  --selfie-scan-text-muted: #a9b1ba;
  --selfie-scan-border: rgba(248, 243, 236, 0.14);
  --selfie-scan-photo-border: rgba(248, 243, 236, 0.22);
  --selfie-scan-overlay-line: rgba(255, 252, 246, 0.62);
  --selfie-scan-overlay-glow: rgba(255, 252, 246, 0.16);
  --selfie-scan-duration: 9000ms;
  min-height: 100svh;
  background: #06183b;
}

.selfie-section:has(.tone-preview.is-scan-mode) {
  background: #f7efe6;
}

body.is-selfie-scan-active #selfie-section,
body.is-selfie-scan-active #selfie-section .selfie-shell,
body.is-selfie-scan-active #selfie-section .selfie-panel.is-selfie-scanning {
  background-color: #f7efe6;
  background-image:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.34), transparent 46%);
}

body.is-selfie-scan-active #selfie-section .selfie-panel.is-selfie-scanning {
  transition: color 180ms ease;
}

.selfie-shell {
  position: relative;
  display: grid;
  min-height: 100svh;
  scroll-margin-top: clamp(74px, 6.5vw, 96px);
  grid-template-columns: minmax(380px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 38%),
    #ece9e4;
}

.selfie-shell:has(.tone-preview.is-scan-mode),
.selfie-shell:has(.tone-preview.is-error-mode) {
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 42%),
    #f7efe6;
}

.selfie-shell:has(.selfie-panel.is-selfie-camera) {
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  background: #f5f6f7;
}

.selfie-shell:has(.tone-preview.is-scan-mode) .tone-preview,
.selfie-shell:has(.tone-preview.is-error-mode) .tone-preview,
.selfie-shell:has(.selfie-panel.is-selfie-camera) .tone-preview {
  display: none;
}

.selfie-panel {
  --selfie-blue: #3677f7;
  --selfie-navy: #06183b;
  --selfie-panel-line: rgba(145, 165, 210, 0.36);
  --selfie-icon-top: #91a5d2;
  --selfie-icon-bottom: #697eae;
  --selfie-icon-active-top: #a3b5dd;
  --selfie-icon-active-bottom: #788dbd;
  --selfie-theme-bg: #06183b;
  --selfie-theme-surface: rgba(255, 255, 255, 0.075);
  --selfie-theme-surface-strong: rgba(255, 255, 255, 0.12);
  --selfie-theme-accent: #91a5d2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(68px, 7vh, 84px) clamp(42px, 4.6vw, 72px) clamp(30px, 3.8vh, 46px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(135deg, rgba(92, 126, 201, 0.16), transparent 44%),
    #06183b;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  transition:
    background 260ms ease,
    color 180ms ease;
}

.selfie-copy,
.selfie-uploader,
.upload-message,
.next-note,
.selfie-panel-state {
  width: min(100%, 520px);
}

.selfie-copy {
  display: grid;
  gap: clamp(14px, 1.8vh, 20px);
  transition: opacity 180ms ease;
}

.selfie-copy h2,
.tone-preview h2,
.analysis-shell h2,
.result-photo-panel h2,
.works-shell h2,
.example-guide-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.selfie-copy h2 {
  color: #fff;
  font-size: clamp(3.2rem, 4.2vw, 4.35rem);
  line-height: 0.9;
}

.selfie-copy p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.24rem, 1.56vw, 1.58rem);
  line-height: 1.28;
}

.selfie-copy .u-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.32;
}

.selfie-copy .speed-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.2;
}

.speed-note-icon {
  position: relative;
  display: inline-block;
  width: clamp(11.4px, 0.95vw, 14.25px);
  height: clamp(18px, 1.38vw, 22.8px);
  flex: 0 0 auto;
  background: #d19d33;
  mask: url("assets/icons/selfie/Bolt.svg") center / contain no-repeat;
}

.selfie-uploader {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vh, 18px);
  margin-top: clamp(22px, 3vh, 32px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.upload-message {
  min-height: 2.7em;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.upload-message:empty {
  min-height: 0;
  margin: 0;
}

.upload-message[data-tone="error"] {
  color: #ffd0c8;
}

.upload-message[data-tone="success"] {
  color: #d8f6dc;
}

.selfie-panel.theme-warm {
  --selfie-theme-bg: #281915;
  --selfie-theme-surface: rgba(255, 238, 214, 0.105);
  --selfie-theme-surface-strong: rgba(255, 238, 214, 0.155);
  --selfie-theme-accent: #d3ad82;
}

.selfie-panel.theme-warm-neutral {
  --selfie-theme-bg: #1d1714;
  --selfie-theme-surface: rgba(246, 226, 201, 0.105);
  --selfie-theme-surface-strong: rgba(246, 226, 201, 0.155);
  --selfie-theme-accent: #c8a17b;
}

.selfie-panel.theme-neutral {
  --selfie-theme-bg: #181d20;
  --selfie-theme-surface: rgba(246, 247, 250, 0.085);
  --selfie-theme-surface-strong: rgba(246, 247, 250, 0.135);
  --selfie-theme-accent: #c8c0b6;
}

.selfie-panel.theme-cool-neutral {
  --selfie-theme-bg: #101b25;
  --selfie-theme-surface: rgba(220, 226, 230, 0.09);
  --selfie-theme-surface-strong: rgba(220, 226, 230, 0.14);
  --selfie-theme-accent: #a9bfce;
}

.selfie-panel.theme-cool {
  --selfie-theme-bg: #071522;
  --selfie-theme-surface: rgba(220, 226, 230, 0.09);
  --selfie-theme-surface-strong: rgba(220, 226, 230, 0.14);
  --selfie-theme-accent: #98b8d6;
}

.selfie-panel.is-selfie-flow-active {
  padding-top: clamp(52px, 5.8vh, 68px);
  padding-bottom: clamp(24px, 3vh, 34px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 48%),
    var(--selfie-theme-bg);
}

.selfie-panel.is-selfie-camera {
  --selfie-theme-bg: #f5f6f7;
  --selfie-theme-surface: rgba(7, 24, 59, 0.045);
  --selfie-theme-surface-strong: rgba(255, 255, 255, 0.72);
  --selfie-theme-accent: rgba(7, 24, 59, 0.38);
  min-height: 100svh;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(96px, 12svh, 140px) clamp(24px, 5vw, 72px) clamp(52px, 7svh, 92px);
  background: #f5f6f7;
  border-right: 0;
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-scanning {
  --selfie-theme-bg: #f7efe6;
  --selfie-theme-surface: rgba(7, 24, 59, 0.055);
  --selfie-theme-surface-strong: rgba(255, 255, 255, 0.72);
  --selfie-theme-accent: rgba(7, 24, 59, 0.44);
  min-height: 100svh;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(46px, 5svh, 66px) clamp(18px, 4.5vw, 64px) clamp(34px, 5svh, 64px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.34), transparent 46%),
    #f7efe6;
  border-right: 1px solid rgba(7, 24, 59, 0.08);
}

.selfie-panel.is-selfie-flow-active.is-selfie-scanning {
  background-color: #f7efe6;
  background-image:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.34), transparent 46%);
}

.selfie-shell:has(.tone-preview.is-scan-mode) .selfie-panel.is-selfie-scanning,
.selfie-shell:has(.tone-preview.is-error-mode) .selfie-panel.is-selfie-error {
  border-right: 0;
}

body.is-selfie-scan-active .primary-page-nav,
body.is-selfie-intent-active .primary-page-nav {
  background: #f7efe6;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.is-selfie-scan-active .primary-page-nav::before,
body.is-selfie-intent-active .primary-page-nav::before {
  background: #f7efe6;
}

.selfie-panel.is-selfie-result {
  --selfie-theme-surface: rgba(7, 24, 59, 0.045);
  --selfie-theme-surface-strong: rgba(255, 255, 255, 0.72);
  --selfie-theme-accent: rgba(7, 24, 59, 0.42);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.38), transparent 46%),
    #f6eee4;
  border-right-color: rgba(7, 24, 59, 0.08);
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-error {
  --selfie-theme-surface: rgba(7, 24, 59, 0.045);
  --selfie-theme-surface-strong: rgba(255, 255, 255, 0.72);
  --selfie-theme-accent: #9f4437;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.38), transparent 46%),
    #f6eee4;
  border-right-color: rgba(7, 24, 59, 0.08);
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-flow-active .selfie-copy,
.selfie-panel.is-selfie-flow-active .selfie-uploader,
.selfie-panel.is-selfie-flow-active .upload-message,
.selfie-panel.is-selfie-flow-active .next-note {
  display: none;
}

.selfie-panel-state {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.2vh, 26px);
  color: rgba(255, 255, 255, 0.88);
}

.selfie-panel-state[hidden] {
  display: none;
}

.selfie-panel.is-selfie-result .selfie-panel-state {
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-camera .selfie-panel-state {
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-error .selfie-panel-state {
  color: rgba(7, 24, 59, 0.84);
}

.selfie-panel.is-selfie-scanning .selfie-panel-state {
  color: rgba(7, 24, 59, 0.84);
}

.selfie-flow-card {
  display: grid;
  gap: clamp(18px, 2.4vh, 28px);
  width: 100%;
}

.selfie-panel.is-selfie-scanning .selfie-flow-card {
  justify-items: center;
  gap: clamp(14px, 2svh, 24px);
  max-width: min(100%, 860px);
  text-align: center;
}

.selfie-flow-kicker {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--sans);
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.selfie-flow-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--display);
  font-size: clamp(2.5rem, 3.9vw, 4.15rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

.selfie-flow-copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.02rem, 1.28vw, 1.22rem);
  line-height: 1.42;
}

.selfie-panel.is-selfie-scanning .selfie-flow-kicker {
  color: rgba(7, 24, 59, 0.46);
}

.selfie-panel.is-selfie-scanning .selfie-flow-title {
  color: rgba(7, 24, 59, 0.94);
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.selfie-panel.is-selfie-scanning .selfie-flow-copy {
  max-width: 360px;
  color: rgba(7, 24, 59, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
}

.selfie-panel.is-selfie-camera .selfie-flow-title {
  color: rgba(7, 24, 59, 0.94);
  font-size: clamp(2.28rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.selfie-panel.is-selfie-camera .selfie-flow-copy {
  max-width: 380px;
  color: rgba(7, 24, 59, 0.62);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.36;
}

.selfie-panel.is-selfie-result .selfie-flow-kicker {
  color: rgba(7, 24, 59, 0.44);
}

.selfie-panel.is-selfie-error .selfie-flow-kicker {
  color: rgba(159, 68, 55, 0.72);
}

.selfie-panel.is-selfie-result .selfie-flow-title {
  color: rgba(7, 24, 59, 0.94);
}

.selfie-panel.is-selfie-error .selfie-flow-title {
  color: rgba(7, 24, 59, 0.94);
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.04;
}

.selfie-panel.is-selfie-result .selfie-flow-copy {
  color: rgba(7, 24, 59, 0.58);
}

.selfie-panel.is-selfie-error .selfie-flow-copy {
  color: rgba(7, 24, 59, 0.62);
}

.selfie-scan-frame {
  --selfie-scan-duration: 16000ms;
  --selfie-scan-easing: cubic-bezier(0.34, 0, 0.18, 1);
  --selfie-scan-beam-height: clamp(24px, 4.4vw, 40px);
  --scan-progress: 0;
  --scan-progress-percent: calc(var(--scan-progress) * 100%);
  --scan-beam-travel: calc(100% - var(--selfie-scan-beam-height));
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 52svh, 560px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 59, 0.1);
  border-radius: clamp(26px, 3.6vw, 36px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.5), transparent 42%),
    #fffaf4;
  box-shadow:
    0 18px 42px rgba(43, 34, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.selfie-scan-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  filter: saturate(1) contrast(1) brightness(1);
  animation: none;
  transform: none;
}

.selfie-scan-placeholder {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 27%, rgba(255, 255, 255, 0.92), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), transparent 44%),
    linear-gradient(215deg, transparent 48%, rgba(156, 119, 80, 0.07)),
    #fbf2e8;
  color: rgba(7, 24, 59, 0.8);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0;
}

.selfie-scan-placeholder::before,
.selfie-scan-placeholder::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.selfie-scan-placeholder::before {
  inset: 13% 14%;
  border: 1px solid rgba(122, 92, 62, 0.12);
  border-radius: clamp(20px, 2.8vw, 30px);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.48), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 44%),
    rgba(255, 255, 255, 0.22);
  animation: selfie-scan-frame-pulse 1700ms ease-in-out infinite;
}

.selfie-scan-placeholder::after {
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.34) 50%,
    transparent 62%,
    transparent 100%
  );
  opacity: 0.52;
  transform: translateX(-72%);
  animation: selfie-scan-placeholder-sweep 1900ms ease-in-out infinite;
}

.selfie-scan-placeholder > span {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border: 1px solid rgba(7, 24, 59, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(43, 34, 24, 0.06);
}

.selfie-camera-card {
  gap: clamp(18px, 2.2vh, 26px);
  justify-items: center;
  width: min(100%, 520px);
  text-align: center;
}

.selfie-camera-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 380px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 59, 0.12);
  border-radius: clamp(26px, 3.6vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.18)),
    #fffaf4;
  box-shadow: none;
}

.selfie-camera-frame[data-selfie-camera-tap-zone] {
  cursor: pointer;
  touch-action: manipulation;
}

.selfie-camera-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.selfie-camera-capture-overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.66);
  color: rgba(7, 24, 59, 0.76);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(7, 24, 59, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.selfie-camera-capture-dot {
  display: none;
  width: 11px;
  height: 11px;
  margin-right: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}

.selfie-camera-frame[aria-disabled="true"] .selfie-camera-capture-overlay {
  opacity: 0.64;
}

.selfie-camera-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(7, 24, 59, 0.06);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.selfie-camera-status {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: rgba(7, 24, 59, 0.56);
  font-size: 0.96rem;
  text-align: center;
}

.selfie-scan-frame::before,
.selfie-scan-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.selfie-scan-frame::before {
  z-index: 2;
  display: block;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(7, 24, 59, 0.08), rgba(7, 24, 59, 0.18));
  opacity: 0.34;
  animation: selfie-scan-frame-pulse 1800ms ease-in-out infinite;
  will-change: opacity;
}

.selfie-scan-frame:not(.has-selfie-preview)::before {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(122, 92, 62, 0.02), rgba(122, 92, 62, 0.05));
  opacity: 0.12;
}

.selfie-scan-frame.has-selfie-preview::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(7, 24, 59, 0.015), rgba(7, 24, 59, 0.055));
  opacity: 0.1;
  animation: none;
}

.selfie-scan-frame.has-selfie-preview {
  animation: selfie-scan-frame-ring 1900ms ease-in-out infinite;
}

.selfie-scan-frame::after {
  z-index: 3;
  background: rgba(18, 16, 14, 0.38);
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  clip-path: inset(0 0 var(--scan-progress-percent) 0);
  opacity: 1;
  animation: none;
  will-change: clip-path;
}

.selfie-scan-frame:not(.has-selfie-preview)::after {
  clip-path: none;
  opacity: 0;
}

.selfie-scan-frame.has-selfie-preview::after {
  background: rgba(9, 12, 16, 0.48);
  clip-path: inset(0 0 var(--scan-progress-percent) 0);
  opacity: 1;
  will-change: clip-path;
}

.selfie-result-card,
.selfie-error-card {
  display: grid;
  gap: clamp(20px, 2.4vh, 30px);
  width: 100%;
}

.selfie-result-card {
  gap: clamp(16px, 1.9vh, 24px);
}

.selfie-panel.is-selfie-result .selfie-result-card {
  align-content: start;
  gap: clamp(14px, 1.7vh, 22px);
}

.selfie-photo-greeting {
  margin: 0;
  color: rgba(7, 24, 59, 0.94);
  font-family: var(--display);
  font-size: clamp(2.1rem, 3vw, 3.15rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.selfie-panel.is-selfie-result .selfie-photo-greeting {
  max-width: 12ch;
}

.selfie-result-photo-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: min(100%, 440px);
  max-width: 440px;
  margin: -4px 0 0;
  color: rgba(7, 24, 59, 0.5);
  font-size: clamp(1.08rem, 1.12vw, 1.12rem);
  line-height: 1.36;
  text-align: left;
}

.selfie-result-photo-note > span {
  display: block;
  width: 100%;
}

.selfie-result-photo-retry {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(7, 24, 59, 0.12);
  border-radius: 999px;
  appearance: none;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(7, 24, 59, 0.64);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.selfie-result-photo-retry:hover,
.selfie-result-photo-retry:focus-visible {
  border-color: rgba(7, 24, 59, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: rgba(7, 24, 59, 0.9);
}

.selfie-result-summary,
.selfie-error-summary {
  display: grid;
  gap: 12px;
}

.selfie-result-card .selfie-result-summary {
  gap: 8px;
}

.selfie-result-card .selfie-flow-title {
  font-size: clamp(2.35rem, 3.35vw, 3.55rem);
  line-height: 0.97;
}

.selfie-panel.is-selfie-result .selfie-result-card .selfie-flow-title {
  font-size: clamp(2.1rem, 3vw, 3.15rem);
}

.selfie-result-card .selfie-flow-copy {
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.35;
}

.selfie-result-warning {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.35;
}

.selfie-error-card {
  gap: clamp(18px, 2.2vh, 26px);
  justify-items: start;
  max-width: min(100%, 620px);
  min-width: 0;
}

.selfie-error-summary {
  min-width: 0;
  max-width: 100%;
  gap: clamp(14px, 1.4vh, 18px);
  padding-bottom: clamp(8px, 1vh, 12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.selfie-panel.is-selfie-error .selfie-error-summary {
  border-bottom-color: rgba(7, 24, 59, 0.12);
}

.selfie-panel.is-selfie-error .selfie-flow-title,
.selfie-panel.is-selfie-error .selfie-flow-copy {
  min-width: 0;
  max-width: 100%;
}

.selfie-panel.is-selfie-error .selfie-flow-title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.04;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.selfie-panel.is-selfie-error .selfie-flow-copy {
  max-width: min(100%, 600px);
  line-height: 1.42;
}

.selfie-error-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.35;
}

.selfie-panel.is-selfie-error .selfie-error-list {
  color: rgba(7, 24, 59, 0.62);
}

.selfie-error-list li {
  position: relative;
  padding-left: 22px;
}

.selfie-error-list li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--selfie-theme-accent);
  content: "";
  transform: translateY(-50%);
}

.selfie-error-note {
  max-width: 470px;
  margin: 0;
  color: rgba(7, 24, 59, 0.62);
  font-size: 0.98rem;
  line-height: 1.42;
}

.selfie-palette-groups {
  display: grid;
  gap: clamp(20px, 2.2vh, 28px);
}

.selfie-result-layout {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(16px, 2vw, 24px);
}

.selfie-result-photo-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 360px);
  max-width: 360px;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(18px, 2.4vw, 28px);
  background: var(--selfie-theme-surface);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.selfie-panel.is-selfie-result .selfie-result-photo-frame {
  width: min(100%, 380px);
  max-width: 380px;
  max-height: min(52svh, 460px);
  border-color: rgba(7, 24, 59, 0.12);
  border-radius: clamp(18px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.selfie-error-photo-frame {
  border-color: rgba(248, 243, 236, 0.24);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.selfie-panel.is-selfie-error .selfie-error-photo-frame {
  width: min(100%, 520px);
  max-width: 520px;
  border-color: rgba(7, 24, 59, 0.12);
  background: rgba(255, 255, 255, 0.52);
  box-shadow:
    0 12px 34px rgba(7, 24, 59, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.selfie-result-photo-frame--empty {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), transparent 38%),
    linear-gradient(218deg, transparent 48%, rgba(255, 255, 255, 0.045)),
    linear-gradient(180deg, var(--selfie-theme-surface-strong), var(--selfie-theme-surface));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 48px rgba(0, 0, 0, 0.16);
}

.selfie-result-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.selfie-result-photo-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  color: transparent;
  font-size: 0;
}

.selfie-result-photo-placeholder::before,
.selfie-result-photo-placeholder::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.selfie-result-photo-placeholder::before {
  inset: 15% 16%;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: clamp(16px, 2.2vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 40%),
    rgba(255, 255, 255, 0.018);
}

.selfie-result-photo-placeholder::after {
  right: 18%;
  bottom: 17%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.17), transparent);
}

@media (max-width: 640px) {
  .selfie-result-layout {
    grid-template-columns: 1fr;
  }

  .selfie-result-photo-frame {
    max-width: min(300px, 82vw);
  }
}

.selfie-result-card .selfie-palette-groups {
  gap: clamp(14px, 1.55vh, 20px);
}

.selfie-palette-group {
  display: grid;
  gap: 12px;
}

.selfie-result-card .selfie-palette-group {
  gap: 9px;
}

.selfie-palette-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.selfie-palette-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.2vw, 16px);
}

.selfie-result-card .selfie-palette-swatches {
  gap: clamp(10px, 0.95vw, 13px);
}

.palette-swatch-wrap {
  display: grid;
  justify-items: start;
  color: rgba(255, 255, 255, 0.7);
}

.palette-swatch {
  width: clamp(64px, 7vw, 88px);
  aspect-ratio: 1.18 / 1;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 16px;
  background: var(--swatch);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.04);
}

.selfie-result-card .palette-swatch {
  width: clamp(64px, 5vw, 74px);
  border-radius: 14px;
}

.palette-swatch-label {
  margin-top: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.selfie-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.selfie-panel-action {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--selfie-theme-bg);
  font: inherit;
  font-size: 1rem;
  font-weight: 560;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.selfie-panel-action:hover,
.selfie-panel-action:focus-visible {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.44);
}

.selfie-panel-action--secondary {
  background: var(--selfie-theme-surface);
  color: rgba(255, 255, 255, 0.84);
}

.selfie-panel-action--secondary:hover,
.selfie-panel-action--secondary:focus-visible {
  background: var(--selfie-theme-surface-strong);
  color: #fff;
}

.selfie-panel-action:disabled {
  cursor: default;
  opacity: 0.68;
}

.selfie-camera-card .selfie-panel-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  width: min(100%, 380px);
  gap: 14px;
}

.selfie-camera-card .selfie-panel-action {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  border-color: rgba(7, 24, 59, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(7, 24, 59, 0.82);
  font-weight: 500;
  transform: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.selfie-camera-card .selfie-panel-action--primary {
  background: rgba(7, 24, 59, 0.96);
  color: #fffaf4;
}

.selfie-camera-card .selfie-panel-action:hover,
.selfie-camera-card .selfie-panel-action:focus-visible,
.selfie-camera-card .selfie-panel-action:active {
  transform: none;
}

.selfie-camera-card .selfie-panel-action:hover,
.selfie-camera-card .selfie-panel-action:focus-visible {
  border-color: rgba(7, 24, 59, 0.22);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(7, 24, 59, 0.92);
}

.selfie-camera-card .selfie-panel-action--primary:hover,
.selfie-camera-card .selfie-panel-action--primary:focus-visible {
  border-color: rgba(7, 24, 59, 0.96);
  background: rgba(7, 24, 59, 1);
  color: #fffaf4;
}

@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .selfie-camera-capture-overlay {
    display: none;
  }
}

.selfie-panel.is-selfie-error .selfie-panel-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 520px);
  max-width: 520px;
  align-items: stretch;
}

.selfie-panel.is-selfie-error .selfie-panel-action {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border-color: rgba(7, 24, 59, 0.12);
  border-radius: 16px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(7, 24, 59, 0.92);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
}

.selfie-panel.is-selfie-error .selfie-panel-action:hover,
.selfie-panel.is-selfie-error .selfie-panel-action:focus-visible {
  border-color: rgba(7, 24, 59, 0.2);
  background: #fff;
  color: rgba(7, 24, 59, 0.98);
}

.selfie-panel.is-selfie-error .selfie-panel-action--secondary {
  background: rgba(7, 24, 59, 0.08);
  color: rgba(7, 24, 59, 0.88);
}

.selfie-panel.is-selfie-error .selfie-panel-action--secondary:hover,
.selfie-panel.is-selfie-error .selfie-panel-action--secondary:focus-visible {
  background: rgba(7, 24, 59, 0.12);
  color: rgba(7, 24, 59, 0.96);
}

@keyframes selfie-scan-frame-pulse {
  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.42;
  }
}

@keyframes selfie-scan-frame-ring {
  0%,
  100% {
    border-color: rgba(7, 24, 59, 0.1);
    box-shadow:
      0 18px 42px rgba(43, 34, 24, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.7),
      inset 0 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    border-color: rgba(7, 24, 59, 0.2);
    box-shadow:
      0 18px 42px rgba(43, 34, 24, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      inset 0 0 0 6px rgba(255, 255, 255, 0.18);
  }
}

@keyframes selfie-scan-placeholder-sweep {
  0%,
  100% {
    transform: translateX(-76%);
  }

  50% {
    transform: translateX(76%);
  }
}

@keyframes selfie-scan-sweep {
  0% {
    bottom: 0;
    opacity: 0;
    transform: translateY(55%);
  }

  7% {
    opacity: 0.86;
  }

  90% {
    bottom: calc(100% - var(--selfie-scan-beam-height));
    opacity: 0.76;
    transform: translateY(48%);
  }

  97% {
    bottom: calc(100% - var(--selfie-scan-beam-height));
    opacity: 0.18;
    transform: translateY(48%);
  }

  100% {
    bottom: calc(100% - var(--selfie-scan-beam-height));
    opacity: 0;
    transform: translateY(48%);
  }
}

@keyframes selfie-scan-image-reveal {
  0% {
    opacity: 1;
    filter: saturate(1) contrast(1) brightness(1);
  }

  72% {
    opacity: 1;
    filter: saturate(1) contrast(1) brightness(1);
  }

  100% {
    opacity: 1;
    filter: saturate(1) contrast(1) brightness(1);
  }
}

@keyframes selfie-scan-dim-lift {
  0% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  7% {
    clip-path: inset(0 0 6% 0);
    opacity: 1;
  }

  90% {
    clip-path: inset(0 0 96% 0);
    opacity: 1;
  }

  97% {
    clip-path: inset(0 0 100% 0);
    opacity: 0.2;
  }

  100% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}

.selfie-scan-ellipsis {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
}

.selfie-scan-ellipsis span {
  animation: selfie-scan-dot 1450ms ease-in-out infinite;
  opacity: 0.18;
}

.selfie-scan-ellipsis span:nth-child(2) {
  animation-delay: 180ms;
}

.selfie-scan-ellipsis span:nth-child(3) {
  animation-delay: 360ms;
}

@keyframes selfie-scan-dot {
  0%,
  18% {
    opacity: 0.18;
  }

  36%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .selfie-scan-frame {
    --scan-progress: 1;
  }

  .selfie-scan-frame::before {
    animation: none;
    opacity: 0.18;
    transform: none;
  }

  .selfie-scan-frame::after {
    animation: none;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  .selfie-scan-image {
    animation: none;
    opacity: 1;
    filter: saturate(1) contrast(1) brightness(1);
  }

  .selfie-scan-ellipsis span {
    animation: none;
    opacity: 1;
  }
}

.selfie-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.drop-zone,
.camera-button,
.continue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 600;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.drop-zone {
  min-height: clamp(188px, 22vh, 232px);
  flex-direction: column;
  gap: clamp(14px, 1.8vh, 22px);
  border: 3px solid rgba(145, 165, 210, 0.3);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(37, 63, 119, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.1;
  box-shadow: none;
}

.drop-zone:focus-visible,
.camera-button:focus-visible,
.continue-button:focus-visible,
.cancel-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 4px;
}

.selfie-section.is-dragging .drop-zone {
  border-color: rgba(54, 119, 247, 0.98);
  background:
    linear-gradient(180deg, rgba(54, 119, 247, 0.12), rgba(54, 119, 247, 0.04)),
    rgba(47, 80, 149, 0.42);
  box-shadow: 0 0 0 1px rgba(54, 119, 247, 0.16);
}

.selfie-section.is-dragging .selfie-copy,
.selfie-section.is-dragging .or-divider,
.selfie-section.is-dragging .camera-button,
.selfie-section.is-dragging .next-note {
  opacity: 0.26;
}

.drop-active {
  display: none;
}

.selfie-section.is-dragging .drop-main {
  display: none;
}

.selfie-section.is-dragging .drop-active {
  display: inline;
}

.drop-illustration {
  position: relative;
  display: inline-block;
  width: clamp(104px, 7.8vw, 132px);
  aspect-ratio: 247 / 177;
  background: url("assets/icons/selfie/Selfie_Post.svg") center / contain no-repeat;
}

.drop-illustration-photo {
  display: none;
}

.selfie-section.is-dragging .drop-illustration-photo {
  display: none;
}

.drop-arrow-badge {
  display: none;
}

.drop-arrow-icon {
  display: block;
  width: 42%;
  height: 52%;
  background: #fff;
  mask: url("assets/icons/selfie/Up.svg") center / contain no-repeat;
}

.upload-compact-icon {
  display: none;
  width: 1.08em;
  height: 0.82em;
  background: #91a5d2;
  mask: url("assets/icons/selfie/Upload_Photo.svg") center / contain no-repeat;
}

.drop-labels {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.drop-main,
.drop-active {
  font: inherit;
}

.drop-mobile-label {
  display: none;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.98rem, 1.35vw, 1.24rem);
  font-weight: 500;
  line-height: 1;
  transition: opacity 180ms ease;
}

.or-divider::before,
.or-divider::after {
  display: none;
  content: none;
}

.camera-button {
  min-height: clamp(56px, 6.5vh, 66px);
  gap: 12px;
  border: 3px solid rgba(54, 119, 247, 0.16);
  border-radius: 14px;
  background: rgba(8, 31, 76, 0.26);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.35vw, 1.3rem);
  font-weight: 400;
  line-height: 1.08;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.selfie-section .drop-zone:hover,
.selfie-section .drop-zone:focus-visible,
.selfie-section .camera-button:hover,
.selfie-section .camera-button:focus-visible,
.selfie-section .c-button:hover,
.selfie-section .c-button:focus-visible,
.selfie-section .c-card--interactive:hover,
.selfie-section .c-card--interactive:focus-visible {
  transform: none;
}

.camera-glyph {
  display: inline-block;
  width: 1.08em;
  height: 0.84em;
  background: #91a5d2;
  mask: url("assets/icons/selfie/Camera.svg") center / contain no-repeat;
}

.camera-button span:last-child {
  position: relative;
  top: 1px;
}

@media (hover: hover) and (pointer: fine) {
  .drop-zone:hover {
    border-color: rgba(93, 145, 255, 0.58);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
      rgba(47, 80, 149, 0.32);
  }

  .camera-button:hover {
    border-color: rgba(54, 119, 247, 0.34);
    background: rgba(54, 119, 247, 0.07);
    color: #fff;
  }
}

.next-note {
  margin-top: clamp(48px, 6.5vh, 70px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: opacity 180ms ease;
}

.next-note h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 0.96vw, 1rem);
  font-weight: 560;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: none;
}

.next-note p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1.04rem, 1.32vw, 1.2rem);
  line-height: 1.3;
}

.selfie-panel .next-note p a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.16em;
}

.selfie-panel .next-note p a:visited {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.selfie-panel .next-note p a:hover,
.selfie-panel .next-note p a:focus-visible {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

.tone-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  justify-items: center;
  gap: clamp(12px, 1.6vh, 22px);
  padding: clamp(76px, 5.5vw, 104px) clamp(24px, 3.2vw, 50px) clamp(36px, 4.2vw, 64px);
  background: #f7eddf;
  transition: background 420ms ease;
}

.tone-preview-copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 820px;
  text-align: center;
}

.tone-cool .tone-preview {
  background: #eae9ee;
}

.tone-neutral .tone-preview {
  background: #e9e7e4;
}

.tone-preview h2 {
  max-width: 880px;
  color: var(--ink);
  font-size: clamp(2.16rem, 2.96vw, 3.44rem);
  line-height: 1.08;
  text-align: center;
}

.tone-preview.is-result-mode {
  align-content: start;
  justify-items: stretch;
  padding: clamp(46px, 4.4vw, 70px) clamp(28px, 4.6vw, 74px) clamp(44px, 4.8vw, 72px);
  background: #fff;
}

.tone-preview.is-scan-mode {
  display: grid;
  align-content: start;
  justify-items: start;
  padding: clamp(46px, 4.4vw, 70px) clamp(28px, 4.6vw, 74px) clamp(44px, 4.8vw, 72px);
  background:
    radial-gradient(circle at 64% 10%, rgba(255, 255, 255, 0.84), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 42%),
    #f8f0e7;
  color: var(--ink);
}

.tone-preview.is-result-mode .tone-preview-copy,
.tone-preview.is-result-mode .tone-tabs,
.tone-preview.is-result-mode .comparison-card,
.tone-preview.is-scan-mode .tone-preview-copy,
.tone-preview.is-scan-mode .tone-tabs,
.tone-preview.is-scan-mode .comparison-card {
  display: none;
}

.selfie-result-output {
  display: block;
  width: min(100%, 1060px);
  justify-self: start;
  padding-top: clamp(12px, 1.4vw, 22px);
  color: var(--ink);
}

.selfie-result-output[hidden] {
  display: none;
}

.tone-preview.is-scan-mode .selfie-result-output {
  display: none;
  width: min(100%, 560px);
  color: var(--ink);
}

.selfie-scan-output-inner {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.tone-preview.is-scan-mode .selfie-scan-output-inner {
  justify-self: start;
  width: min(100%, 520px);
  gap: clamp(22px, 2.8vw, 34px);
  transform: translateY(-clamp(0px, 2.2vh, 18px));
}

.selfie-scan-output-copy {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.tone-preview.is-scan-mode .selfie-scan-output-copy {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.tone-preview.is-scan-mode .selfie-scan-output-copy .selfie-flow-kicker {
  margin: 0;
  color: rgba(7, 24, 59, 0.46);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  line-height: 1;
}

.selfie-scan-output-copy .selfie-flow-kicker {
  color: var(--selfie-scan-text-muted);
}

.tone-preview .selfie-scan-output-title {
  max-width: 620px;
  margin: 0;
  color: var(--selfie-scan-text-primary);
  font-family: var(--serif);
  font-size: clamp(2.86rem, 4.9vw, 5.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  text-align: left;
}

.tone-preview.is-scan-mode .selfie-scan-output-title {
  display: block;
  max-width: 520px;
  color: rgba(7, 24, 59, 0.94);
  font-size: clamp(2.4rem, 3.9vw, 4.7rem);
}

.selfie-scan-output-copy > p:not(.selfie-flow-kicker) {
  max-width: 580px;
  margin: 0;
  color: var(--selfie-scan-text-secondary);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.42;
}

.tone-preview.is-scan-mode .selfie-scan-output-copy > p:not(.selfie-flow-kicker) {
  display: block;
  max-width: 440px;
  color: rgba(7, 24, 59, 0.62);
}

.selfie-result-output-inner {
  display: grid;
  gap: clamp(24px, 2.8vw, 40px);
}

.selfie-result-output-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.selfie-result-output-copy .selfie-flow-kicker {
  color: rgba(7, 24, 59, 0.48);
}

.tone-preview .selfie-result-output-title {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 3.55vw, 4.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.selfie-result-output-title-prefix {
  display: inline;
  margin-right: 0.16em;
  color: #07183b;
  font-size: 0.74em;
}

.selfie-result-output-title-family {
  display: inline;
  color: var(--ink);
}

.selfie-panel.theme-warm + .tone-preview .selfie-result-output-title-family {
  color: #9b653d;
}

.selfie-panel.theme-warm-neutral + .tone-preview .selfie-result-output-title-family {
  color: #8a6f50;
}

.selfie-panel.theme-neutral + .tone-preview .selfie-result-output-title-family {
  color: #575a57;
}

.selfie-panel.theme-cool-neutral + .tone-preview .selfie-result-output-title-family {
  color: #36546a;
}

.selfie-panel.theme-cool + .tone-preview .selfie-result-output-title-family {
  color: #1f5f9c;
}

.selfie-result-output-copy > p:not(.selfie-flow-kicker):not(.selfie-result-warning) {
  max-width: 660px;
  margin: 0;
  color: rgba(7, 24, 59, 0.62);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  line-height: 1.42;
}

.selfie-result-output .selfie-result-warning {
  color: rgba(7, 24, 59, 0.56);
}

.selfie-result-output-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 2.2vw, 34px);
}

.selfie-result-output .selfie-palette-group {
  min-width: 0;
  border-top: 0;
  padding-top: 0;
}

.selfie-result-output .selfie-palette-title {
  color: rgba(7, 24, 59, 0.52);
}

.selfie-result-output .selfie-palette-swatches {
  display: grid;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
  gap: clamp(11px, 1.1vw, 16px) clamp(12px, 1.45vw, 20px);
}

.selfie-result-output .palette-swatch-wrap {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  text-align: center;
  color: rgba(7, 24, 59, 0.62);
}

.selfie-result-output .palette-swatch {
  width: 100%;
  height: clamp(46px, 4.2vw, 66px);
  min-height: 0;
  aspect-ratio: auto;
  border-color: rgba(7, 24, 59, 0.1);
  border-radius: 14px;
}

.selfie-result-output .palette-swatch-label {
  display: block;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  color: rgba(7, 24, 59, 0.64);
  font-size: clamp(12px, 0.86vw, 13px);
  letter-spacing: 0.015em;
  line-height: 1.14;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.selfie-result-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: end;
  min-height: 60px;
  border: 0;
  border-radius: 18px;
  padding: 0 30px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(7, 24, 59, 0.12);
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.selfie-result-continue:hover,
.selfie-result-continue:focus-visible {
  background: #14284f;
  box-shadow: 0 14px 32px rgba(7, 24, 59, 0.16);
}

.selfie-cta-icon {
  display: block;
  flex: 0 0 auto;
  width: 1.08em;
  height: 1.08em;
  background: currentColor;
  -webkit-mask: url("assets/icons/selfie/Up.svg") center / contain no-repeat;
  mask: url("assets/icons/selfie/Up.svg") center / contain no-repeat;
  transform: rotate(90deg);
}

@media (min-width: 960px) {
  .selfie-shell {
    --selfie-heading-size: clamp(42px, 4.2vw, 64px);
    --selfie-heading-line-height: 0.98;
    --selfie-heading-top-offset: clamp(64px, 7vw, 96px);
  }

  .selfie-panel,
  .tone-preview {
    padding-top: var(--selfie-heading-top-offset);
  }

  .selfie-copy h2 {
    font-size: var(--selfie-heading-size);
    line-height: var(--selfie-heading-line-height);
  }

  .tone-preview h2 {
    font-size: clamp(33.6px, 3.48vw, 41.6px);
    line-height: var(--selfie-heading-line-height);
  }
}

.tone-tabs {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(4px, 0.55vw, 8px);
  margin-top: clamp(18px, 2.2vw, 30px);
  margin-bottom: 0;
}

.tone-tab {
  display: inline-flex;
  min-height: clamp(44px, 4.1vw, 60px);
  min-width: clamp(116px, 8.7vw, 158px);
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.78vw, 14px);
  border-radius: clamp(12px, 1vw, 17px);
  padding: 1px clamp(14px, 1.2vw, 20px) 0;
  border: 1px solid rgba(7, 24, 52, 0.035);
  background: rgba(207, 197, 181, 0.3);
  color: rgba(25, 25, 25, 0.72);
  font-size: clamp(1.12rem, 1.45vw, 1.62rem);
  font-weight: 500;
  transition:
    background 220ms ease,
    color 220ms ease;
  cursor: pointer;
}

@media (hover: hover) {
  .tone-tab:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.46);
    color: rgba(20, 20, 20, 0.82);
    border-color: rgba(7, 24, 52, 0.045);
  }
}

.tone-cool .tone-tab {
  background: rgba(203, 204, 214, 0.42);
}

.tone-neutral .tone-tab {
  background: rgba(203, 198, 191, 0.34);
}

.tone-tab.is-active {
  background: #fff;
  color: rgba(20, 20, 20, 0.94);
  border-color: rgba(7, 24, 52, 0.05);
  box-shadow: none;
}

.tone-tab:focus-visible {
  outline: 2px solid rgba(46, 95, 206, 0.34);
  outline-offset: 3px;
}

.tone-label {
  display: block;
  line-height: 1;
  transform: translateY(1px);
}

.tone-dot {
  width: clamp(21px, 1.65vw, 31px);
  height: clamp(21px, 1.65vw, 31px);
  flex: 0 0 auto;
  border-radius: 50%;
}

.warm-dot {
  background: #d39d37;
}

.cool-dot {
  background: #7899c8;
}

.neutral-dot {
  background: #817d77;
}

.comparison-card {
  position: relative;
  z-index: 1;
  width: min(100%, clamp(500px, 46vw, 600px));
  height: clamp(600px, 62svh, 700px);
  margin: 0;
  transform: translate(clamp(8px, 1vw, 16px), 26px);
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.comparison-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(8px, 1.35vw, 18px);
  align-items: stretch;
  transition: opacity 260ms ease;
}

.tone-paddle {
  position: absolute;
  top: 74%;
  bottom: auto;
  z-index: 6;
  display: grid;
  width: clamp(52px, 4.6vw, 64px);
  height: clamp(52px, 4.6vw, 64px);
  margin-block: 0;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(7, 24, 52, 0.46);
  box-shadow:
    0 18px 44px rgba(7, 24, 52, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  cursor: pointer;
  font: inherit;
  opacity: 0.78;
  pointer-events: auto;
  transition:
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    box-shadow 180ms ease;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.tone-paddle--previous {
  left: clamp(-48px, -3.2vw, -32px);
}

.tone-paddle--next {
  right: clamp(-48px, -3.2vw, -32px);
}

.tone-paddle span {
  display: block;
  font-size: clamp(2rem, 2.45vw, 2.55rem);
  font-weight: 200;
  line-height: 0.76;
  transform: translateY(-2px);
}

.tone-paddle:hover,
.tone-paddle:focus-visible {
  background: rgba(255, 255, 255, 0.58);
  color: rgba(7, 24, 52, 0.64);
  box-shadow:
    0 20px 48px rgba(7, 24, 52, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  opacity: 0.96;
}

.tone-paddle:focus-visible {
  outline: 2px solid rgba(46, 95, 206, 0.28);
  outline-offset: 4px;
}

.comparison-card.is-changing .comparison-grid {
  opacity: 0;
}

.comparison-slot {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  transform: none;
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.comparison-look {
  position: relative;
  display: inline-flex;
  width: clamp(220px, 20vw, 280px);
  height: clamp(600px, 62svh, 700px);
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.comparison-look::after {
  position: absolute;
  z-index: 0;
  bottom: 1px;
  left: 50%;
  width: 58%;
  height: 14px;
  border-radius: 999px;
  background: rgba(7, 24, 52, 0.064);
  content: "";
  filter: blur(12px);
  opacity: 0.5;
  transform: translateX(-50%);
}

.comparison-image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 18px rgba(7, 24, 52, 0.028));
  transform: none;
  transform-origin: center bottom;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.comparison-image-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.comparison-image.is-fading-out {
  opacity: 0;
}

.comparison-image-next.is-visible {
  opacity: 1;
}

.comparison-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  width: clamp(34px, 2.6vw, 40px);
  height: clamp(34px, 2.6vw, 40px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.comparison-badge-circle,
.comparison-badge-check {
  position: absolute;
  display: block;
}

.comparison-badge-circle {
  inset: 0;
  width: 100%;
  height: 100%;
}

.comparison-badge-check {
  top: 27.5%;
  left: 27.5%;
  width: 45%;
  height: 45%;
  overflow: visible;
}

.comparison-slot[data-comparison-before-slot] .comparison-badge {
  right: auto;
  left: 4%;
  transform: translate(-45%, -42%);
}

.comparison-slot[data-comparison-after-slot] .comparison-badge {
  right: 4%;
  left: auto;
  transform: translate(45%, -42%);
}

.comparison-slot.is-match .comparison-badge {
  opacity: 1;
  visibility: visible;
}

.analysis-section,
.result-section,
.works-section {
  min-height: 100svh;
}

.analysis-shell,
.result-shell,
.works-shell {
  min-height: 100svh;
  overflow: hidden;
}

.analysis-shell {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72), transparent 44%),
    #e7e5e1;
}

.analysis-shell h2 {
  padding: clamp(112px, 8vw, 136px) clamp(38px, 7vw, 110px) clamp(26px, 3vw, 42px);
  color: #1d1d1d;
  font-size: clamp(2.5rem, 4.8vw, 5.1rem);
}

.step-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 clamp(38px, 7vw, 110px) clamp(22px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(37, 35, 31, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.step-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 30px);
  border-right: 1px solid rgba(37, 35, 31, 0.08);
  color: rgba(24, 24, 24, 0.72);
  text-align: center;
}

.step-item:last-child {
  border-right: 0;
}

.step-item span {
  display: grid;
  width: clamp(34px, 3.2vw, 48px);
  height: clamp(34px, 3.2vw, 48px);
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  font-weight: 700;
}

.step-item.is-active span {
  background: var(--ink);
  color: #fff;
}

.step-item p {
  font-size: clamp(1rem, 1.5vw, 1.55rem);
  font-weight: 500;
}

.scan-card {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(760px, calc(100% - 48px));
  aspect-ratio: 1.16;
  overflow: hidden;
  border: 1px solid rgba(37, 35, 31, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(37, 35, 31, 0.12);
}

.analysis-message {
  max-width: 520px;
  margin: -18px auto 10px;
  color: rgba(29, 29, 29, 0.58);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.scan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1) contrast(1) brightness(1);
  transform: none;
}

.scan-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88) 47%, rgba(255, 255, 255, 0)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.86),
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 8px 28px rgba(255, 255, 255, 0.42);
  animation: scan-photo 2.3s cubic-bezier(0.55, 0, 0.25, 1) infinite;
}

.analysis-privacy {
  max-width: 520px;
  margin: 18px auto 0;
  color: rgba(29, 29, 29, 0.54);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.continue-button {
  min-height: 72px;
  margin: 28px auto 0;
  padding: 0 clamp(50px, 8vw, 160px);
  background: rgba(255, 255, 255, 0.64);
  color: rgba(29, 29, 29, 0.52);
  font-size: clamp(1.12rem, 1.45vw, 1.36rem);
}

.cancel-button {
  margin: 22px auto clamp(34px, 4vw, 54px);
  color: rgba(29, 29, 29, 0.86);
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
}

.result-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1fr);
  background: #f2eadc;
}

.result-photo-panel {
  display: grid;
  align-content: start;
  gap: clamp(18px, 3vh, 30px);
  padding: clamp(112px, 8vw, 136px) clamp(42px, 5vw, 82px) clamp(42px, 5vw, 82px);
  background: #2a231a;
  color: #fff;
}

.result-photo-panel h2 {
  color: #fff;
  font-size: clamp(2.1rem, 3.5vw, 3.7rem);
}

.result-warning {
  margin: -8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
}

.result-warning[hidden] {
  display: none;
}

.result-privacy {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
}

.result-photo-panel img {
  width: 100%;
  max-height: min(58vh, 660px);
  border-radius: 16px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1) contrast(1) brightness(1);
}

.result-photo-panel img[hidden] {
  display: none;
}

.result-photo-status {
  display: grid;
  min-height: min(44vh, 420px);
  place-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
}

.result-photo-status[hidden] {
  display: none;
}

.result-photo-status span {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.result-photo-status span::before,
.result-photo-status span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.result-photo-status span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.result-photo-status p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-continue {
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(29, 29, 29, 0.9);
}

.palette-panel {
  display: grid;
  align-content: center;
  gap: clamp(34px, 5vh, 56px);
  padding: clamp(112px, 8vw, 136px) clamp(42px, 5vw, 82px) clamp(42px, 5vw, 82px);
}

.palette-group h3 {
  margin: 0 0 6px;
  color: rgba(29, 29, 29, 0.92);
  font-size: clamp(1.32rem, 1.75vw, 2rem);
}

.palette-group p {
  margin-bottom: 26px;
  color: rgba(29, 29, 29, 0.86);
  font-size: clamp(1rem, 1.3vw, 1.35rem);
}

.swatch-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(80px, 1fr));
  gap: 18px clamp(16px, 1.8vw, 28px);
  border: 1px solid rgba(41, 31, 20, 0.06);
  border-radius: 14px;
  padding: clamp(22px, 2.4vw, 36px);
  background: rgba(255, 255, 255, 0.72);
}

.swatch-card span {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(29, 29, 29, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.swatch-card span::before {
  display: block;
  width: min(100%, 96px);
  height: 42px;
  border: 2px solid rgba(41, 31, 20, 0.12);
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(41, 31, 20, 0.08);
  content: "";
}

.works-section {
  scroll-margin-top: clamp(72px, 5.8vw, 96px);
  background: #fff;
  transition: background 180ms ease;
}

.works-shell {
  display: grid;
  align-content: center;
  padding: clamp(124px, 10vw, 168px) clamp(44px, 7vw, 118px) clamp(62px, 7vw, 112px);
  background: #fff;
  transition: background 180ms ease;
}

.selfie-section:has(.selfie-panel.is-selfie-result) ~ .works-section,
.selfie-section:has(.selfie-panel.is-selfie-result) ~ .works-section .works-shell {
  background: #f5f6f7;
}

.works-shell h2 {
  margin-bottom: clamp(38px, 5vw, 70px);
  color: var(--ink);
  font-size: clamp(2.8rem, 4.8vw, 5.45rem);
  white-space: nowrap;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3.4vw, 54px);
}

.work-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto;
  height: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease;
}

.work-card:hover {
  transform: none;
}

.work-card-upload {
  cursor: pointer;
}

.work-card:focus-visible,
.work-card-upload:focus-visible {
  border-radius: 18px;
  outline: 2px solid rgba(34, 61, 99, 0.42);
  outline-offset: 8px;
}

.work-card img,
.work-card > div {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--ds-radius-xl, 24px);
  background: #f5f2ee;
  object-fit: cover;
}

.spatial-photo {
  --mx: 0px;
  --my: 0px;
  --rx: 0deg;
  --ry: 0deg;
  --glare-x: 50%;
  --glare-y: 50%;
  --glare-opacity: 0;
  --photo-scale: 1;
  position: relative;
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-origin: center;
  transform-style: preserve-3d;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 360ms ease;
  will-change: transform;
  box-shadow: none;
}

.work-card .spatial-photo-image {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  border-radius: inherit;
  background: transparent;
  object-fit: cover;
  object-position: center 34%;
  transform: scale(var(--photo-scale)) translate3d(var(--mx), var(--my), 0);
  transform-origin: center;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 360ms ease;
  will-change: transform;
}

.work-card-upload .spatial-photo {
  --work-photo-radius: var(--ds-radius-xl, 24px);
  overflow: hidden;
  border-radius: var(--work-photo-radius);
  clip-path: inset(0 round var(--work-photo-radius));
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.work-card-upload .spatial-photo-image {
  border-radius: var(--work-photo-radius);
  clip-path: inset(0 round var(--work-photo-radius));
}

.spatial-photo::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(
    circle at var(--glare-x) var(--glare-y),
    rgba(255, 255, 255, 0.38),
    rgba(255, 255, 255, 0.14) 18%,
    rgba(255, 255, 255, 0) 46%
  );
  content: "";
  mix-blend-mode: soft-light;
  opacity: var(--glare-opacity);
  pointer-events: none;
  transform: translateZ(32px);
  transition: opacity 360ms ease;
}

.spatial-photo.is-spatial-active {
  --glare-opacity: 0.36;
  --photo-scale: 1.022;
  filter: saturate(1.025);
  transition-duration: 360ms;
}

.spatial-photo.is-spatial-active .spatial-photo-image {
  transition-duration: 360ms;
}

@media (hover: hover) and (pointer: fine) {
  .work-card-upload .spatial-photo:hover:not(.is-spatial-active) {
    --rx: -0.45deg;
    --ry: 0.65deg;
    --glare-opacity: 0.14;
    --photo-scale: 1.012;
    filter: saturate(1.012);
  }
}

.work-card h3 {
  margin: clamp(22px, 2.4vw, 32px) 0 8px;
  color: var(--ink);
  font-size: clamp(1.28rem, 1.75vw, 1.95rem);
  line-height: 1.12;
}

.work-card p {
  max-width: 360px;
  color: rgba(29, 29, 29, 0.58);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.34;
}

.work-card .work-card-action,
.work-card .c-text-link,
.work-card button {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-self: start;
  gap: 0.46em;
  margin-top: clamp(20px, 2vw, 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f6fd1;
  font: inherit;
  font-size: clamp(1.04rem, 1.1vw, 1.18rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  transition: color 180ms ease;
}

.work-card-action-icon {
  width: 0.72em;
  height: 0.88em;
  flex: 0 0 auto;
  color: currentColor;
  transform: translateY(-0.04em);
}

[data-upload-link].is-selfie-upload-inactive {
  cursor: default;
  pointer-events: none;
}

a.work-card.work-card-upload.is-selfie-upload-inactive .work-card-action.c-text-link {
  color: rgba(7, 24, 59, 0.34);
}

a.work-card.work-card-upload.is-selfie-upload-inactive .work-card-action-icon,
a.work-card.work-card-upload.is-selfie-upload-inactive .work-card-action span {
  opacity: 0.62;
}

.work-card:focus-visible .work-card-action {
  color: #105aa3;
}

@media (hover: hover) and (pointer: fine) {
  .work-card .work-card-action:hover,
  .work-card .c-text-link:hover,
  .work-card button:hover {
    color: #105aa3;
  }
}

.question-preview,
.guide-preview,
.work-card > .question-preview,
.work-card > .guide-preview {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(36px, 4.8vw, 66px) clamp(30px, 4.2vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(238, 230, 220, 0.2)),
    rgba(241, 236, 228, 0.66);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.95);
  backdrop-filter: blur(18px) saturate(0.95);
}

.work-card > .question-preview {
  align-content: center;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(238, 230, 220, 0.2)),
    rgba(241, 236, 228, 0.66);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.95);
  backdrop-filter: blur(18px) saturate(0.95);
}

.work-card > .question-preview::before,
.work-card > .question-preview::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.work-card > .question-preview::before {
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(83, 64, 48, 0.018) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 32px);
  mix-blend-mode: multiply;
  opacity: 0;
}

.work-card > .question-preview::after {
  z-index: 0;
  background:
    radial-gradient(circle at 55% 42%, transparent 48%, rgba(130, 100, 73, 0.018) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 76%, rgba(166, 132, 95, 0.018));
  opacity: 0;
}

.style-brief-art {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  align-content: center;
  gap: clamp(26px, 2.65vw, 40px);
  padding: 11% 10% 11% 13%;
  color: rgba(70, 75, 83, 0.92);
}

.style-brief-primary,
.style-brief-value {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.style-brief-primary {
  display: block;
  color: #3b241d;
  font-size: clamp(2rem, 2.35vw, 3rem);
}

.style-brief-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  width: 100%;
}

.style-brief-group {
  display: grid;
  gap: clamp(7px, 0.75vw, 12px);
  min-width: 0;
}

.style-brief-label {
  display: inline-block;
  color: #9b753d;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.style-brief-value {
  display: inline-block;
  color: #06183b;
  font-size: clamp(1.65rem, 2.05vw, 2.65rem);
  line-height: 0.96;
}

.style-brief-rule {
  display: none;
}

#how-it-works .work-card > .guide-preview {
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 3 / 4;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--ds-radius-xl, 24px);
  background: rgba(241, 236, 228, 0.74);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.95);
  backdrop-filter: blur(18px) saturate(0.95);
}

#how-it-works .guide-preview-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  transform: none;
  transform-origin: center;
  mix-blend-mode: normal;
}

.guide-preview {
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background:
    radial-gradient(circle at 52% 36%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(238, 230, 220, 0.2)),
    rgba(241, 236, 228, 0.66);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.95);
  backdrop-filter: blur(18px) saturate(0.95);
}

#how-it-works .work-card > .guide-preview::before,
#how-it-works .work-card > .guide-preview::after {
  content: none;
}

#how-it-works .work-card > .guide-preview.is-guide-preview-fallback {
  padding: clamp(26px, 5vw, 38px);
}

#how-it-works .work-card > .guide-preview.is-guide-preview-fallback::before {
  display: block;
  width: min(76%, 260px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(7, 24, 59, 0.08);
  border-radius: clamp(18px, 4vw, 26px);
  background:
    linear-gradient(180deg, rgba(7, 24, 59, 0.13), rgba(7, 24, 59, 0.13)) 22% 18% / 42% 3px no-repeat,
    linear-gradient(180deg, rgba(7, 24, 59, 0.08), rgba(7, 24, 59, 0.08)) 50% 31% / 62% 2px no-repeat,
    linear-gradient(180deg, rgba(7, 24, 59, 0.07), rgba(7, 24, 59, 0.07)) 39% 42% / 48% 2px no-repeat,
    radial-gradient(circle at 34% 72%, rgba(144, 166, 198, 0.26) 0 7px, transparent 8px),
    radial-gradient(circle at 49% 72%, rgba(221, 204, 188, 0.3) 0 7px, transparent 8px),
    radial-gradient(circle at 64% 72%, rgba(139, 150, 150, 0.22) 0 7px, transparent 8px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62));
  box-shadow: 0 18px 34px rgba(7, 24, 59, 0.08);
  content: "";
}

.daily-look-section,
.pricing-section,
.faq-section,
.closing-steps {
  background: #f4f3f0;
}

.daily-look-section {
  position: relative;
  z-index: 0;
  min-height: 100svh;
  display: grid;
  align-items: stretch;
  isolation: isolate;
}

.pricing-section {
  position: relative;
  z-index: 20;
  isolation: isolate;
  margin-top: 0;
  padding-top: clamp(92px, 8vw, 132px);
  padding-bottom: clamp(112px, 11vw, 176px);
  background: #eeece7;
}

.pricing-section::before {
  content: none;
}

.daily-look-shell,
.pricing-shell,
.faq-shell,
.closing-steps-shell,
.site-footer {
  width: min(1440px, calc(100% - clamp(40px, 8vw, 132px)));
  margin: 0 auto;
}

.daily-look-shell,
.pricing-shell {
  display: grid;
  min-height: 92svh;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  padding: clamp(96px, 10vw, 150px) 0;
}

.daily-look-shell {
  box-sizing: border-box;
  width: min(1680px, 100%);
  min-height: 100svh;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-content: center;
  align-items: center;
  gap: clamp(36px, 4.2vw, 78px);
  padding: clamp(116px, 11svh, 184px) clamp(52px, 6.5vw, 104px) clamp(72px, 7svh, 118px);
}

.daily-look-shell .section-copy,
.daily-look-shell .flatlay-look {
  transform: translateY(-14px);
}

.pricing-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - clamp(40px, 8vw, 132px)));
  min-height: clamp(620px, 74svh, 780px);
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: clamp(24px, 3.8svh, 42px);
  padding: clamp(64px, 6vw, 96px) 0;
}

.pricing-copy {
  min-width: 0;
  width: min(100%, 940px);
  justify-self: center;
  text-align: center;
}

.daily-look-shell .section-copy {
  max-width: 500px;
}

.section-kicker {
  margin: 0 0 14px;
  color: rgba(7, 24, 52, 0.48);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.daily-look-section .section-kicker {
  font-family: var(--font-mono);
  font-weight: 600;
  margin-bottom: 9px;
}

.section-copy h2,
.faq-shell h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
}

.daily-look-shell .section-copy h2 {
  max-width: 500px;
  line-height: 1.03;
}

.daily-look-shell .section-copy > p:not(.section-kicker) {
  max-width: 500px;
}

.pricing-copy h2 {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(3.1rem, 5vw, 5.1rem);
  line-height: 1.12;
  text-wrap: balance;
}

.pricing-heading-line {
  display: block;
  white-space: nowrap;
}

.section-copy.pricing-copy > p:not(.section-kicker) {
  max-width: 720px;
  margin-inline: auto;
  text-wrap: balance;
}

.section-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(7, 24, 52, 0.62);
  font-size: clamp(1.05rem, 1.35vw, 1.34rem);
  line-height: 1.38;
}

.flatlay-look {
  --lohp-card-inset: clamp(14px, 1.6vw, 24px);
  --lohp-caption-offset: clamp(28px, 2.25vw, 38px);
  --lohp-item-scale: 1.12;
  --lohp-parallax: 0;
  position: relative;
  justify-self: center;
  box-sizing: border-box;
  width: min(660px, 82%);
  aspect-ratio: 1.11;
  margin: 0 0 calc(var(--lohp-caption-offset) + 1.12em);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 56px;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.76) 50%, rgba(255, 255, 255, 0.52) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.16) 42%, rgba(229, 221, 210, 0.08)),
    rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(205, 198, 188, 0.18);
  -webkit-backdrop-filter: blur(26px) saturate(1.08);
  backdrop-filter: blur(26px) saturate(1.08);
}

.lohp-carousel {
  overflow: visible;
  isolation: isolate;
}

.lohp-carousel::before {
  content: none;
}

.lohp-carousel::after {
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 52%),
    radial-gradient(ellipse at 50% 56%, rgba(255, 255, 255, 0) 62%, rgba(211, 203, 192, 0.065) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 40%);
  content: "";
  pointer-events: none;
}

.lohp-slide {
  position: absolute;
  inset: var(--lohp-card-inset);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity var(--lohp-slide-fade-duration, 340ms) cubic-bezier(0.32, 0.72, 0, 1);
  will-change: opacity;
}

.lohp-slide.is-exiting {
  --lohp-slide-fade-duration: 220ms;
  z-index: 1;
  opacity: 0;
}

.lohp-slide.is-active {
  --lohp-slide-fade-duration: 340ms;
  z-index: 2;
  opacity: 1;
  transform: none;
}

.flatlay {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform-origin: center;
  filter: drop-shadow(0 9px 14px rgba(7, 24, 52, 0.036));
}

.lohp-flatlay-item {
  --lohp-depth-x: 0;
  --lohp-depth-y: 0;
  --lohp-depth-scale: 0;
  position: absolute;
  top: calc((var(--y) + var(--lohp-y-adjust, 0)) * 1%);
  left: calc((var(--x) + var(--lohp-x-adjust, 0)) * 1%);
  z-index: var(--z);
  width: calc(var(--w) * 1%);
  transform:
    translate3d(
      calc(var(--lohp-parallax) * var(--lohp-depth-x) * 1px),
      calc(var(--lohp-parallax) * var(--lohp-depth-y) * 1px),
      0
    )
    rotate(calc(var(--r) * 1deg))
    scale(calc(var(--lohp-item-scale) + (var(--lohp-parallax) * var(--lohp-depth-scale))));
  transform-origin: 50% 55%;
  will-change: transform;
}

.lohp-role-hero {
  --lohp-depth-x: -4.2;
  --lohp-depth-y: -11;
  --lohp-depth-scale: 0.016;
}

.lohp-role-supporting {
  --lohp-depth-x: 3.2;
  --lohp-depth-y: 8.8;
  --lohp-depth-scale: -0.008;
}

.lohp-role-shoe {
  --lohp-y-adjust: -18;
  --lohp-depth-x: 5.2;
  --lohp-depth-y: 7.2;
  --lohp-depth-scale: -0.006;
}

.lohp-role-accessory {
  --lohp-depth-x: 5.8;
  --lohp-depth-y: -5.4;
  --lohp-depth-scale: 0.008;
}

@media (min-width: 701px) {
  .lohp-slide[data-look-label="Saturday market"] .lohp-role-shoe {
    --lohp-y-adjust: -18;
    --lohp-x-adjust: -1;
  }

  .lohp-slide[data-look-label="Park picnic"] .lohp-role-shoe {
    --lohp-y-adjust: -20;
    --lohp-x-adjust: -5;
  }

  .lohp-slide[data-look-label="Beach-to-brunch"] .lohp-role-shoe {
    --lohp-y-adjust: -8;
    --lohp-x-adjust: 5;
  }

  .lohp-slide[data-look-label="Creative errands"] .lohp-role-shoe {
    --lohp-y-adjust: -16;
    --lohp-x-adjust: -2;
  }

  .lohp-slide[data-look-label="Soft office-to-patio"] .lohp-role-shoe {
    --lohp-y-adjust: -12;
    --lohp-x-adjust: 2;
  }

  .lohp-slide[data-look-label="Warm city weekend"] .lohp-role-shoe {
    --lohp-y-adjust: -12;
    --lohp-x-adjust: -1;
  }

  .lohp-slide[data-look-label="Resort-business menswear"] .lohp-role-shoe,
  .lohp-slide[data-look-label="Garden party"] .lohp-role-shoe {
    --lohp-y-adjust: -16;
    --lohp-x-adjust: 1;
  }

  .lohp-slide[data-look-label="Evening porch"] .lohp-role-shoe {
    --lohp-y-adjust: -14;
    --lohp-x-adjust: -1;
  }

  .lohp-slide[data-look-label="Casual menswear weekend"] .lohp-role-shoe {
    --lohp-y-adjust: -14;
    --lohp-x-adjust: 2;
  }
}

@media (min-width: 900px) and (max-height: 700px) {
  #look-of-the-day {
    scroll-margin-top: -72px;
  }

  .daily-look-shell {
    align-content: center;
    align-items: center;
    padding-top: clamp(68px, 8svh, 84px);
    padding-bottom: clamp(44px, 5svh, 58px);
  }
}

.lohp-flatlay-img {
  opacity: 1;
  transform: none;
  transform-origin: 50% 55%;
}

.lohp-look-caption {
  position: absolute;
  right: auto;
  bottom: calc((var(--lohp-card-inset) + var(--lohp-caption-offset)) * -1);
  left: 50%;
  z-index: 8;
  width: max-content;
  max-width: 100%;
  height: auto;
  clip: auto;
  color: rgba(7, 24, 52, 0.48);
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 0.82vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: visible;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
}

.lohp-debug .lohp-look-caption {
  color: rgba(7, 24, 52, 0.52);
}

@media (min-width: 1500px) and (min-height: 1100px) {
  .daily-look-shell {
    width: 100%;
    grid-template-columns: minmax(380px, 0.62fr) minmax(0, 1.38fr);
    align-content: center;
    align-items: center;
    gap: clamp(60px, 4.7vw, 100px);
    padding: clamp(160px, 10.6svh, 224px) clamp(68px, 4.6vw, 96px) clamp(94px, 6.8svh, 140px);
  }

  .daily-look-shell .section-copy,
  .daily-look-shell .section-copy h2,
  .daily-look-shell .section-copy > p:not(.section-kicker) {
    max-width: 600px;
  }

  .daily-look-shell .section-copy h2 {
    font-size: clamp(5.8rem, 5.8vw, 7.55rem);
  }

  .daily-look-shell .section-copy > p:not(.section-kicker) {
    font-size: clamp(1.32rem, 1.18vw, 1.58rem);
  }

  .flatlay-look {
    --lohp-card-inset: clamp(18px, 1.55vw, 28px);
    width: min(820px, 80%);
    aspect-ratio: 1.13;
    border-radius: 64px;
  }
}

.lohp-debug .lohp-flatlay-item {
  outline: 1px dashed rgba(8, 24, 52, 0.28);
  outline-offset: 2px;
}

.lohp-debug .lohp-flatlay-item::after {
  position: absolute;
  top: -18px;
  left: 0;
  color: rgba(8, 24, 52, 0.55);
  content: attr(data-role);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}

.inventory-delight-section {
  --inventory-pricing-overlap: clamp(96px, 8vw, 128px);
  position: relative;
  z-index: 12;
  min-height: calc(clamp(540px, 78svh, 760px) + var(--inventory-pricing-overlap));
  display: grid;
  align-items: center;
  overflow: clip;
  isolation: isolate;
  padding-bottom: var(--inventory-pricing-overlap);
}

.inventory-delight-section::before,
.inventory-delight-section::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  height: clamp(96px, 10svh, 160px);
  content: "";
  pointer-events: none;
}

.inventory-delight-section::before {
  top: 0;
  background: linear-gradient(180deg, rgba(244, 243, 240, 0), #f4f3f0 78%);
}

.inventory-delight-section::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(244, 243, 240, 0), rgba(238, 236, 231, 0.76));
}

.inventory-delight-shell {
  width: min(1320px, calc(100% - clamp(44px, 8vw, 132px)));
  margin: 0 auto;
  padding: clamp(72px, 8svh, 112px) 0;
}

.inventory-delight-field {
  --inventory-scroll: 0;
  --inventory-pointer-x: 0;
  --inventory-pointer-y: 0;
  position: relative;
  display: grid;
  height: clamp(430px, 58svh, 630px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.35vw, 22px);
  perspective: 1200px;
  transform-style: preserve-3d;
}

.inventory-delight-card {
  position: relative;
  z-index: var(--card-z, 1);
  display: grid;
  min-width: 0;
  min-height: 0;
  height: 100%;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: clamp(24px, 2.25vw, 38px);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.12) 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(226, 216, 204, 0.1)),
    rgba(241, 236, 228, 0.48);
  box-shadow: none;
  transform:
    translate3d(
      calc(var(--inventory-pointer-x, 0) * var(--hover-x, 0px)),
      calc((var(--inventory-scroll, 0) * var(--scroll-y, 0px)) + (var(--inventory-pointer-y, 0) * var(--hover-y, 0px))),
      0
    )
    scale(var(--tile-scale, 1));
  transform-style: preserve-3d;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease-out;
  will-change: transform;
  -webkit-backdrop-filter: blur(18px) saturate(0.96);
  backdrop-filter: blur(18px) saturate(0.96);
}

.inventory-delight-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(7, 24, 52, 0.018) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(7, 24, 52, 0.014) 50%, transparent calc(50% + 0.5px));
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.inventory-delight-card::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 42%);
  content: "";
  pointer-events: none;
}

.inventory-delight-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(76%, 250px);
  max-height: min(78%, 310px);
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(7, 24, 52, 0.045));
  pointer-events: none;
  transform: translateZ(18px);
}

.inventory-delight-card--dress {
  --card-z: 3;
  grid-column: 2 / span 2;
  grid-row: 1 / span 4;
}

.inventory-delight-card--coat {
  grid-column: 4 / span 2;
  grid-row: 2 / span 3;
}

.inventory-delight-card--blouse {
  --card-z: 2;
  grid-column: 6 / span 2;
  grid-row: 1 / span 3;
}

.inventory-delight-card--cardigan {
  grid-column: 8 / span 3;
  grid-row: 1 / span 3;
}

.inventory-delight-card--shell {
  grid-column: 10 / span 2;
  grid-row: 4 / span 2;
}

.inventory-delight-card--shirt {
  grid-column: 1 / span 2;
  grid-row: 5 / span 2;
}

.inventory-delight-card--bag {
  grid-column: 3 / span 2;
  grid-row: 5 / span 2;
}

.inventory-delight-card--flat {
  grid-column: 5 / span 2;
  grid-row: 5 / span 2;
}

.inventory-delight-card--jacket {
  grid-column: 8 / span 2;
  grid-row: 4 / span 3;
}

.inventory-delight-card--loafer {
  grid-column: 10 / span 2;
  grid-row: 6 / span 1;
}

.inventory-delight-card--flat img,
.inventory-delight-card--loafer img {
  max-width: min(82%, 290px);
  max-height: min(66%, 150px);
}

.inventory-delight-card--bag img {
  max-width: min(64%, 190px);
}

.inventory-delight-card--dress img,
.inventory-delight-card--shirt img {
  max-height: min(84%, 350px);
}

@media (max-width: 1020px) {
  .inventory-delight-section {
    --inventory-pricing-overlap: 72px;
    min-height: auto;
  }

  .inventory-delight-shell {
    width: min(860px, calc(100% - 48px));
    padding: clamp(64px, 8svh, 92px) 0;
  }

  .inventory-delight-field {
    height: 720px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(54px, 1fr));
  }

  .inventory-delight-card--dress {
    grid-column: 1 / span 2;
    grid-row: 1 / span 4;
  }

  .inventory-delight-card--coat {
    grid-column: 3 / span 2;
    grid-row: 2 / span 3;
  }

  .inventory-delight-card--blouse {
    grid-column: 5 / span 2;
    grid-row: 1 / span 3;
  }

  .inventory-delight-card--cardigan {
    grid-column: 1 / span 3;
    grid-row: 5 / span 2;
  }

  .inventory-delight-card--shell {
    grid-column: 4 / span 2;
    grid-row: 4 / span 2;
  }

  .inventory-delight-card--shirt {
    grid-column: 6 / span 1;
    grid-row: 4 / span 3;
  }

  .inventory-delight-card--bag {
    grid-column: 1 / span 2;
    grid-row: 7 / span 2;
  }

  .inventory-delight-card--flat {
    grid-column: 3 / span 2;
    grid-row: 7 / span 2;
  }

  .inventory-delight-card--jacket {
    grid-column: 5 / span 2;
    grid-row: 7 / span 2;
  }

  .inventory-delight-card--loafer {
    display: none;
  }
}

@media (max-width: 640px) {
  .inventory-delight-shell {
    width: calc(100% - 32px);
    padding: 54px 0;
  }

  .inventory-delight-field {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 12px;
  }

  .inventory-delight-card {
    min-height: clamp(142px, 38vw, 190px);
    grid-column: auto;
    grid-row: auto;
    border-radius: 24px;
  }

  .inventory-delight-card:nth-child(n + 7) {
    display: none;
  }

  .inventory-delight-card--dress,
  .inventory-delight-card--shirt {
    min-height: clamp(230px, 62vw, 320px);
  }

  .inventory-delight-card img {
    max-width: 72%;
    max-height: 78%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lohp-slide,
  .lohp-slide.is-exiting {
    transition: none;
  }

  .lohp-flatlay-img,
  .lohp-slide.is-active .lohp-flatlay-img {
    opacity: 1;
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .inventory-delight-card {
    transform: none !important;
    transition: none !important;
  }

  .price,
  .pricing-primary-cta,
  .pricing-beta-pill {
    transition: none;
  }

  .pricing-card.is-beta-claimed .pricing-beta-price,
  .pricing-card.is-beta-claimed .price::after {
    animation: none;
  }
}

.pricing-card {
  width: min(100%, 900px);
  min-width: 0;
  justify-self: center;
  border: 1px solid rgba(7, 24, 52, 0.1);
  border-radius: 24px;
  padding: clamp(38px, 3.5vw, 44px) clamp(34px, 4.2vw, 48px) clamp(16px, 1.8vw, 24px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
    #f8f6f2;
  box-shadow: none;
}

.pricing-content-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(300px, 0.95fr);
  min-height: clamp(300px, 20vw, 340px);
  column-gap: clamp(28px, 4vw, 44px);
  align-items: stretch;
  transform: translateY(-10px);
}

.pricing-offer-column,
.pricing-included-column {
  min-width: 0;
}

.pricing-included-column {
  order: 1;
  min-height: 100%;
  border-left: 0;
  border-radius: 20px;
  padding: 14px 0 0;
  background: transparent;
}

.pricing-offer-column {
  order: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px 0 0;
}

@media (min-width: 1021px) and (max-width: 1500px) {
  .pricing-heading-line {
    white-space: normal;
  }
}

.pricing-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.32rem, 1.55vw, 1.62rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.18;
  text-wrap: balance;
}

.pricing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 10px 0 0;
  color: rgba(7, 24, 52, 0.48);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.36;
}

.pricing-meta span:not(:last-child)::after {
  margin-left: 13px;
  color: rgba(7, 24, 52, 0.22);
  content: "/";
}

.pricing-price-row {
  display: flex;
  height: clamp(4.5rem, 5.45vw, 5.4rem);
  min-height: 0;
  min-width: 0;
  margin-top: clamp(10px, 1vw, 12px);
  align-items: baseline;
  gap: 16px;
  flex-wrap: nowrap;
}

.pricing-price-now,
.pricing-price-was {
  display: inline-block;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 0.88;
}

.pricing-price-now {
  font-size: clamp(4.65rem, 6vw, 5.9rem);
  letter-spacing: 0;
}

.pricing-price-cents {
  display: inline-block;
  color: inherit;
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 1;
  transform: translateY(-0.025em);
}

.price {
  transition:
    color 260ms ease,
    opacity 260ms ease;
}

.pricing-beta-price[hidden] {
  display: none;
}

.pricing-card.is-beta-claimed .price {
  position: relative;
  flex: 0 0 auto;
  color: rgba(75, 86, 108, 0.42);
  font-family: var(--sans);
  font-size: clamp(1.55rem, 2.15vw, 1.86rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.pricing-card.is-beta-claimed .price::after {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background: rgba(75, 86, 108, 0.36);
  content: "";
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
  transition: opacity 260ms ease, transform 260ms ease;
}

.pricing-card.is-beta-claimed .pricing-beta-price {
  display: inline-block;
  color: var(--ink);
  animation: none;
}

.pricing-included-title {
  margin: 0 0 20px;
  color: rgba(10, 27, 55, 0.9);
  font-family: var(--sans);
  font-size: clamp(1.18rem, 1.36vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.18;
}

.pricing-features {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(75, 86, 108, 0.92);
  font-size: 1.02rem;
  line-height: 1.35;
  text-wrap: pretty;
}

.pricing-feature {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.pricing-feature-check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: #2f7d57;
  color: transparent;
  font-size: 0;
  line-height: 1;
  -webkit-mask: url("assets/icons/checkmark-green.svg") center / contain no-repeat;
  mask: url("assets/icons/checkmark-green.svg") center / contain no-repeat;
}

.pricing-actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: clamp(12px, 1.1vw, 14px);
  width: 100%;
  margin-top: auto;
  border-top: 0;
  padding-top: clamp(28px, 3vw, 40px);
}

.pricing-primary-cta,
.pricing-beta-pill {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  border: 1px solid transparent;
  padding: 0 24px;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  text-align: center;
  text-decoration: none;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    opacity 260ms ease;
}

.pricing-primary-cta {
  gap: 10px;
  width: 100%;
  border-radius: 18px;
  background: #071832;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: none;
}

.pricing-button-icon {
  width: 13px;
  height: auto;
  flex: 0 0 auto;
  transform: translateY(-1px);
}

.pricing-primary-cta:hover {
  background: #13233f;
}

.pricing-beta-pill {
  position: relative;
  min-height: 60px;
  flex-direction: row;
  gap: 8px;
  border: 1px solid rgba(10, 27, 55, 0.12);
  border-radius: 18px;
  background: rgba(244, 243, 240, 0.72);
  color: rgba(10, 27, 55, 0.88);
  cursor: pointer;
  box-shadow: none;
}

.pricing-beta-pill::before {
  content: none;
}

.pricing-beta-pill-label {
  color: rgba(10, 27, 55, 0.9);
  font-size: 0.98rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transition: opacity 220ms ease, color 220ms ease;
}

.pricing-beta-pill-action {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(75, 86, 108, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  transition: opacity 220ms ease, color 220ms ease;
}

.pricing-beta-pill-check {
  display: none;
  width: 15px;
  height: 15px;
  background: #2f7d57;
  color: transparent;
  font-size: 0;
  line-height: 1;
  -webkit-mask: url("assets/icons/checkmark-green.svg") center / contain no-repeat;
  mask: url("assets/icons/checkmark-green.svg") center / contain no-repeat;
  transition: opacity 220ms ease;
}

.pricing-beta-pill:hover {
  border-color: rgba(10, 27, 55, 0.18);
  background: rgba(255, 255, 255, 0.68);
}

.pricing-beta-pill:hover::before {
  content: none;
}

.pricing-beta-pill.is-applied,
.pricing-beta-pill:disabled {
  border: 1.5px solid rgba(75, 132, 96, 0.38);
  border-color: rgba(75, 132, 96, 0.38);
  background: rgba(75, 132, 96, 0.08);
  color: rgba(38, 104, 65, 0.92);
  cursor: default;
}

.pricing-beta-pill.is-applied::before,
.pricing-beta-pill:disabled::before {
  content: none;
}

.pricing-beta-pill.is-applied .pricing-beta-pill-label,
.pricing-beta-pill:disabled .pricing-beta-pill-label {
  display: none;
}

.pricing-beta-pill.is-applied .pricing-beta-pill-action,
.pricing-beta-pill:disabled .pricing-beta-pill-action {
  display: inline-flex;
  color: rgba(38, 104, 65, 0.92);
  font-size: 0.98rem;
  font-weight: 700;
}

.pricing-beta-pill.is-applied .pricing-beta-pill-check,
.pricing-beta-pill:disabled .pricing-beta-pill-check {
  display: inline-block;
  flex: 0 0 auto;
}

.pricing-primary-cta:focus-visible,
.pricing-beta-pill:focus-visible {
  outline: 2px solid rgba(7, 24, 52, 0.32);
  outline-offset: 4px;
}

.camera-button,
.continue-button,
.cancel-button,
.pricing-primary-cta,
.pricing-beta-pill,
.work-card button,
.site-footer button {
  box-shadow: none;
}

button,
a[class*="button"],
a[class*="cta"],
.guide-button,
.pricing-primary-cta,
.pricing-beta-pill {
  box-shadow: none !important;
}

@media (max-width: 700px) {
  .pricing-section {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .lohp-role-shoe {
    --lohp-y-adjust: -12;
  }

  .lohp-slide[data-look-label="Park picnic"] .lohp-role-shoe,
  .lohp-slide[data-look-label="Beach-to-brunch"] .lohp-role-shoe,
  .lohp-slide[data-look-label="Warm city weekend"] .lohp-role-shoe {
    --lohp-x-adjust: -4;
  }

  .pricing-card {
    width: min(100%, calc(100svw - 32px));
    border-radius: 22px;
    padding: 34px 24px 44px;
  }

  .pricing-content-grid {
    display: block;
    min-height: 0;
  }

  .pricing-included-column {
    margin-top: 46px;
    border-left: 0;
    padding: 24px;
  }

  .pricing-title {
    font-size: clamp(1.32rem, 6vw, 1.7rem);
  }

  .pricing-meta {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    gap: 0;
    font-size: clamp(0.82rem, 3.45vw, 0.92rem);
    white-space: nowrap;
  }

  .pricing-meta span:not(:last-child)::after {
    margin-right: 12px;
    margin-left: 12px;
  }

  .pricing-price-row {
    height: auto;
    min-height: clamp(5.3rem, 22vw, 6.2rem);
    margin-top: 12px;
    gap: 10px 14px;
    flex-wrap: wrap;
  }

  .pricing-price-now {
    font-size: clamp(4.45rem, 20vw, 5rem);
  }

  .pricing-card.is-beta-claimed .price {
    font-size: clamp(1.35rem, 7vw, 1.72rem);
  }

  .pricing-actions {
    gap: 13px;
    margin-top: clamp(24px, 7vw, 34px);
    padding-top: 0;
  }

  .pricing-beta-pill {
    order: 1;
    width: 100%;
  }

  .pricing-primary-cta {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .pricing-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-meta {
    font-size: clamp(0.7rem, 3.1vw, 0.78rem);
  }

  .pricing-meta span:not(:last-child)::after {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.faq-section {
  padding: clamp(58px, 6.4vw, 92px) 0 clamp(92px, 9.6vw, 136px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.2vw, 46px) clamp(42px, 5vw, 86px);
  margin-top: clamp(46px, 5.6vw, 76px);
}

.faq-list article {
  border-top: 1px solid rgba(7, 24, 52, 0.12);
  padding-top: clamp(18px, 2vw, 24px);
}

.faq-list article:nth-child(-n + 2) {
  border-top: 0;
  padding-top: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.4vw, 34px);
  margin-top: clamp(38px, 5vw, 72px);
}

.faq-grid article {
  border-top: 1px solid rgba(7, 24, 52, 0.12);
  padding-top: 22px;
}

.faq-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.18;
}

.faq-grid p {
  color: rgba(7, 24, 52, 0.58);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq-list h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.1rem, 1.22vw, 1.24rem);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.18;
}

.faq-list p {
  max-width: 620px;
  color: rgba(7, 24, 52, 0.58);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 400;
  line-height: 1.5;
}

.ask-curated {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(260px, 1fr);
  gap: clamp(20px, 4vw, 54px);
  margin-top: clamp(58px, 7vw, 94px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(7, 24, 52, 0.1);
}

.ask-curated-copy {
  min-width: 0;
}

.ask-curated-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.02;
}

.ask-curated-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: start;
  justify-content: flex-end;
}

.ask-curated-modes button,
.ask-curated-actions button {
  min-height: 42px;
  border: 1px solid rgba(7, 24, 52, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(7, 24, 52, 0.68);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 9px 16px;
}

.ask-curated-modes button.is-active,
.ask-curated-actions button {
  border-color: rgba(7, 24, 52, 0.72);
  background: rgba(7, 24, 52, 0.92);
  color: #fff;
}

.ask-curated-form {
  grid-column: 2;
  display: grid;
  gap: 14px;
}

.ask-curated-form label {
  display: grid;
  gap: 8px;
  color: rgba(7, 24, 52, 0.7);
  font-weight: 700;
}

.ask-curated-form textarea {
  width: 100%;
  min-height: 106px;
  resize: vertical;
  border: 1px solid rgba(7, 24, 52, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font: inherit;
  padding: 14px 16px;
}

.ask-curated-form textarea:focus-visible,
.ask-curated-modes button:focus-visible,
.ask-curated-actions button:focus-visible {
  outline: 2px solid rgba(74, 121, 242, 0.72);
  outline-offset: 3px;
}

.ask-curated-actions {
  display: flex;
  justify-content: flex-end;
}

.ask-curated-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.ask-curated-status {
  min-height: 1.4em;
  margin: 0;
  color: rgba(7, 24, 52, 0.58);
  font-size: 0.98rem;
}

.ask-curated-status[data-tone="error"] {
  color: #8b342d;
}

.ask-curated-status[data-tone="success"] {
  color: #2f6846;
}

.closing-steps {
  padding: clamp(34px, 4.8vw, 58px) 0;
  background: #e9e4dc;
  border-top: 0;
}

.closing-steps-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(980px, calc(100% - clamp(40px, 8vw, 132px)));
  gap: clamp(14px, 1.75vw, 24px);
}

.closing-step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(11, 20, 40, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 560;
  line-height: 1;
  text-decoration: none;
}

.closing-step-rule {
  flex: 0 1 104px;
  min-width: clamp(40px, 5vw, 72px);
  max-width: 104px;
  height: 1px;
  background: rgba(11, 20, 40, 0.12);
}

.closing-step.is-active + .closing-step-rule {
  background: rgba(11, 20, 40, 0.18);
}

.closing-step-number {
  box-sizing: border-box;
  display: inline-grid;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  inline-size: 32px;
  min-inline-size: 32px;
  max-inline-size: 32px;
  block-size: 32px;
  min-block-size: 32px;
  max-block-size: 32px;
  flex: 0 0 32px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 1px 0 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.9em;
  font-weight: 680;
  line-height: 1;
}

.closing-step.is-active {
  color: #0b1428;
  font-size: clamp(1.08rem, 1.12vw, 1.2rem);
  font-weight: 500;
}

.closing-step.is-active .closing-step-number {
  border: 1.5px solid #0b1428;
  background: transparent;
  color: #0b1428;
  font-size: 0.94em;
}

.closing-step.is-selfie-upload-inactive {
  color: rgba(11, 20, 40, 0.32);
}

.closing-step.is-selfie-upload-inactive .closing-step-number {
  border-color: currentColor;
  color: currentColor;
}

.closing-step-icon {
  display: inline-block;
  width: 15px;
  height: 19px;
  margin-left: 5px;
  flex: 0 0 auto;
  background: none;
  color: currentColor;
  -webkit-mask: none;
  mask: none;
  transform: translateY(-1px);
}

.site-footer {
  --footer-heading-row: clamp(1.35rem, 1.72vw, 1.78rem);
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(160px, 0.7fr) minmax(220px, 0.85fr);
  align-items: start;
  column-gap: clamp(40px, 7vw, 104px);
  row-gap: 34px;
  width: 100%;
  padding-top: clamp(46px, 5.8vw, 72px);
  padding-bottom: calc(clamp(46px, 5.8vw, 72px) + env(safe-area-inset-bottom));
  padding-right: clamp(40px, 8vw, 132px);
  padding-left: clamp(40px, 8vw, 132px);
  overflow: hidden;
  isolation: isolate;
  background: #0b1428;
  background-clip: border-box;
  box-shadow: 0 120vmax 0 120vmax #0b1428;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: var(--footer-heading-row) auto;
  align-content: start;
  gap: 18px;
}

.site-footer::before {
  position: absolute;
  right: clamp(-34px, -2.4vw, -16px);
  bottom: clamp(-30px, -1.7vw, -14px);
  z-index: 0;
  width: clamp(128px, 14vw, 196px);
  aspect-ratio: 1;
  background: url("assets/brand/cotton-daisy-white.png") center / contain no-repeat;
  content: "";
  opacity: 0.14;
  pointer-events: none;
}

.site-footer h2 {
  align-self: start;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.35rem, 1.72vw, 1.78rem);
}

.site-footer .brand-text-wordmark {
  color: #f2eee8;
}

.site-footer .brand-wordmark {
  display: block;
  width: clamp(112px, 9vw, 148px);
  aspect-ratio: 384.6 / 47.88;
  background: currentColor;
  color: #f2eee8;
  mask: url("/assets/brand/curated-wordmark-spaced-white.svg") center / contain no-repeat;
  -webkit-mask: url("/assets/brand/curated-wordmark-spaced-white.svg") center / contain no-repeat;
  opacity: 0.92;
}

.site-footer h3 {
  align-self: start;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.24;
}

.site-footer p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.48;
  white-space: nowrap;
}

.footer-tagline-break {
  display: none;
}

.site-footer a,
.site-footer button {
  display: block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 400;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.28;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer a:active,
.site-footer button:hover,
.site-footer button:focus-visible,
.site-footer button:active {
  color: #fff;
  text-decoration: none;
}

.site-footer a + a {
  margin-top: -4px;
}

.legal-close:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.legal-close:focus-visible {
  outline: 2px solid rgba(7, 24, 52, 0.34);
  outline-offset: 3px;
}

@keyframes scan-photo {
  0% {
    top: 86%;
  }

  50% {
    top: 12%;
  }

  100% {
    top: 86%;
  }
}

@media (min-width: 1201px) and (max-height: 920px) {
  .selfie-shell {
    --selfie-heading-size: clamp(48px, 4.2vw, 62px);
    --selfie-heading-top-offset: clamp(62px, 5.5vw, 84px);
  }

  .selfie-panel {
    padding-top: var(--selfie-heading-top-offset);
    padding-bottom: 30px;
  }

  .selfie-copy {
    gap: 14px;
  }

  .selfie-copy p {
    font-size: clamp(1.16rem, 1.42vw, 1.42rem);
    line-height: 1.26;
  }

  .selfie-copy .speed-note {
    font-size: clamp(0.9rem, 1.02vw, 1rem);
    font-weight: 400;
  }

  .selfie-uploader {
    gap: 12px;
    margin-top: 20px;
  }

  .drop-zone {
    min-height: clamp(180px, 22vh, 208px);
    gap: 12px;
  }

  .drop-illustration {
    width: clamp(92px, 6.5vw, 112px);
  }

  .camera-button {
    min-height: 56px;
  }

  .next-note {
    margin-top: clamp(42px, 5.5vh, 58px);
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .selfie-shell {
    --selfie-heading-size: clamp(42px, 4.35vw, 52px);
    --selfie-heading-top-offset: clamp(58px, 6.4vw, 76px);
    grid-template-columns: minmax(400px, 0.82fr) minmax(0, 1.18fr);
  }

  .selfie-panel {
    padding:
      var(--selfie-heading-top-offset)
      clamp(28px, 3.8vw, 44px)
      clamp(28px, 4vh, 42px);
  }

  .selfie-copy,
  .selfie-uploader,
  .upload-message,
  .next-note {
    width: min(100%, 500px);
  }

  .selfie-copy {
    gap: clamp(12px, 1.6vh, 16px);
  }

  .selfie-copy h2,
  .tone-preview h2 {
    font-size: var(--selfie-heading-size);
    line-height: var(--selfie-heading-line-height);
  }

  .selfie-copy p {
    max-width: 500px;
    font-size: clamp(1.04rem, 1.74vw, 1.28rem);
    line-height: 1.3;
  }

  .selfie-copy .speed-note {
    gap: 8px;
    font-size: clamp(0.88rem, 1.32vw, 1rem);
    font-weight: 400;
  }

  .selfie-uploader {
    gap: clamp(10px, 1.4vh, 14px);
    margin-top: clamp(18px, 2.6vh, 26px);
  }

  .drop-zone {
    min-height: clamp(168px, 20vh, 196px);
    gap: clamp(12px, 1.8vh, 16px);
    border-radius: clamp(22px, 2.8vw, 30px);
    font-size: clamp(1.06rem, 1.68vw, 1.22rem);
  }

  .drop-illustration {
    width: clamp(86px, 8.8vw, 106px);
  }

  .or-divider {
    font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  }

  .camera-button {
    min-height: clamp(54px, 5.9vh, 60px);
    font-size: clamp(1rem, 1.55vw, 1.14rem);
    font-weight: 400;
  }

  .camera-glyph {
    width: 1.08em;
    height: 0.84em;
  }

  .next-note {
    margin-top: clamp(50px, 6.3vh, 68px);
  }

  .next-note h3 {
    margin-bottom: 8px;
    font-size: clamp(0.88rem, 1.08vw, 0.98rem);
  }

  .next-note p {
    max-width: 560px;
    font-size: clamp(1rem, 1.36vw, 1.1rem);
  }
}

@media (max-width: 959px) and (min-width: 641px) {
  .selfie-shell {
    grid-template-columns: 1fr;
  }

  .selfie-panel {
    min-height: auto;
    padding:
      clamp(66px, 6.2vw, 90px)
      clamp(72px, 10vw, 132px)
      clamp(60px, 6.8vw, 92px);
    border-right: 0;
  }

  .selfie-copy,
  .selfie-uploader,
  .upload-message,
  .next-note,
  .selfie-panel-state {
    width: min(100%, 860px);
  }

  .selfie-copy {
    gap: clamp(22px, 2.6vw, 32px);
  }

  .selfie-copy h2 {
    font-size: clamp(3.7rem, 5.7vw, 4.85rem);
    white-space: nowrap;
  }

  .selfie-copy p {
    max-width: 820px;
    font-size: clamp(1.55rem, 2.55vw, 2.16rem);
    line-height: 1.26;
  }

  .selfie-copy .speed-note {
    gap: 10px;
    font-size: clamp(1rem, 1.45vw, 1.14rem);
    font-weight: 400;
  }

  .selfie-uploader {
    gap: clamp(16px, 2vw, 22px);
    margin-top: clamp(32px, 4vw, 48px);
  }

  .drop-zone {
    min-height: clamp(232px, 25vw, 308px);
    gap: clamp(26px, 3.4vw, 38px);
    border-radius: clamp(28px, 3.8vw, 42px);
    font-size: clamp(1.82rem, 3.1vw, 2.45rem);
    font-weight: 400;
  }

  .drop-illustration {
    width: clamp(150px, 18vw, 206px);
  }

  .or-divider {
    font-size: clamp(1.2rem, 2vw, 1.58rem);
  }

  .camera-button {
    min-height: clamp(70px, 7.4vw, 86px);
    font-size: clamp(1.42rem, 2.35vw, 1.95rem);
    font-weight: 400;
  }

  .camera-glyph {
    width: 1.16em;
    height: 0.9em;
  }

  .next-note {
    margin-top: clamp(66px, 8vw, 92px);
  }

  .next-note h3 {
    margin-bottom: 10px;
    font-size: clamp(0.9rem, 1.34vw, 1.04rem);
  }

  .next-note p {
    max-width: 820px;
    font-size: clamp(1.32rem, 2.12vw, 1.72rem);
    line-height: 1.28;
  }

  .tone-preview {
    min-height: 100svh;
  }

  .tone-preview.is-result-mode {
    min-height: auto;
    padding: clamp(40px, 5.8vw, 58px) clamp(56px, 8vw, 96px) clamp(64px, 8vw, 92px);
  }

  .selfie-shell:has(.tone-preview.is-scan-mode),
  .selfie-shell:has(.tone-preview.is-error-mode) {
    grid-template-columns: minmax(0, 1fr);
  }

  .selfie-shell:has(.tone-preview.is-scan-mode) .tone-preview,
  .selfie-shell:has(.tone-preview.is-error-mode) .tone-preview {
    display: none;
  }

  .selfie-shell:has(.tone-preview.is-scan-mode) .selfie-panel,
  .selfie-shell:has(.tone-preview.is-error-mode) .selfie-panel {
    min-height: 100svh;
    padding:
      clamp(42px, 5.6vw, 60px)
      clamp(24px, 4.4vw, 40px)
      clamp(44px, 5.4vw, 72px);
    border-right: 0;
  }

  .selfie-panel.is-selfie-result {
    padding-top: clamp(42px, 5.6vw, 60px);
    padding-bottom: clamp(42px, 5vw, 62px);
  }

  .selfie-panel.is-selfie-result .selfie-result-photo-frame {
    width: min(100%, 420px);
    max-height: 480px;
  }

  .selfie-result-output-groups {
    grid-template-columns: 1fr;
  }

  .selfie-result-output .selfie-palette-swatches {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1021px) and (max-width: 1260px) {
  .daily-look-shell {
    align-content: center;
    align-items: center;
  }

  .flatlay-look {
    width: min(610px, 84%);
    aspect-ratio: 1.1;
  }

  .pricing-shell {
    width: min(900px, calc(100% - 72px));
  }

  .pricing-copy {
    width: min(100%, 820px);
  }
}

@media (max-width: 1020px) {
  .result-shell,
  .daily-look-shell,
  .pricing-shell {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    justify-self: center;
  }

  .pricing-heading-line {
    white-space: normal;
  }

  .daily-look-shell {
    gap: clamp(30px, 5.4vw, 48px);
    width: min(980px, 100%);
    min-height: 100svh;
    align-content: center;
    padding: clamp(96px, 10svh, 128px) clamp(24px, 5vw, 48px) clamp(44px, 5svh, 70px);
  }

  .daily-look-shell .section-copy {
    max-width: 620px;
  }

  .flatlay-look {
    justify-self: center;
    width: min(610px, 90%);
    max-width: 610px;
    aspect-ratio: 1.12;
  }

  .tone-preview {
    min-height: 100svh;
  }

  .result-photo-panel img {
    max-height: 520px;
  }

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

  .work-card img,
  .work-card > div {
    aspect-ratio: 1.35;
  }

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

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 641px) and (max-width: 1020px) {
  .closing-steps-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }

  .closing-step {
    justify-content: flex-start;
    width: 100%;
    text-align: left;
  }

  .closing-step-rule {
    display: none;
  }
}

@media (min-width: 641px) {
  .selfie-panel.is-selfie-scanning .selfie-flow-card {
    transform: none;
  }

  .selfie-panel.is-selfie-scanning .selfie-mobile-photo-check-status {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: min(100%, 360px);
  }

  .selfie-panel.is-selfie-scanning .selfie-mobile-photo-check-status .selfie-flow-title {
    color: rgba(7, 24, 59, 0.94);
  }

  .selfie-panel.is-selfie-scanning .selfie-mobile-photo-check-status .selfie-flow-copy {
    color: rgba(7, 24, 59, 0.62);
  }

  .selfie-panel.is-selfie-scanning .selfie-scan-card > .selfie-flow-copy {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-subhead-final {
    display: block;
    white-space: nowrap;
  }

  .selfie-section,
  .analysis-section,
  .result-section,
  .works-section {
    padding: 0;
  }

  .selfie-shell,
  .analysis-shell,
  .result-shell,
  .works-shell {
    min-height: 100svh;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .selfie-shell:has(.tone-preview.is-scan-mode),
  .selfie-shell:has(.tone-preview.is-error-mode) {
    grid-template-columns: 1fr;
  }

  .tone-preview.is-scan-mode,
  .tone-preview.is-error-mode {
    display: none;
  }

  .selfie-panel {
    padding: 96px 22px 48px;
  }

  .selfie-panel.is-selfie-result {
    padding: 60px 22px 30px;
  }

  .selfie-panel.is-selfie-scanning {
    padding: 60px 18px 34px;
  }

  .selfie-panel.is-selfie-error {
    overflow-x: hidden;
    padding: 54px 18px 34px;
  }

  .selfie-panel.is-selfie-error .selfie-panel-state {
    overflow-x: clip;
  }

  .selfie-panel.is-selfie-error .selfie-error-card {
    width: 100%;
    max-width: 348px;
    gap: 18px;
  }

  .selfie-panel.is-selfie-error .selfie-error-summary {
    gap: 14px;
    padding-bottom: 12px;
  }

  .selfie-panel.is-selfie-error .selfie-flow-title {
    font-size: clamp(2rem, 8vw, 2.55rem);
    line-height: 1.04;
  }

  .selfie-panel.is-selfie-error .selfie-flow-copy {
    font-size: clamp(1.02rem, 4.35vw, 1.18rem);
    line-height: 1.36;
  }

  .selfie-mobile-photo-check-status {
    display: grid;
    justify-self: center;
    width: min(100%, 348px);
    gap: 8px;
    margin-bottom: 2px;
    text-align: left;
  }

  .selfie-mobile-photo-check-status .selfie-flow-title,
  .selfie-mobile-photo-check-status .selfie-flow-copy {
    margin: 0;
  }

  .selfie-mobile-photo-check-status .selfie-flow-title {
    color: rgba(7, 24, 59, 0.94);
    font-family: var(--display);
    font-size: clamp(1.9rem, 8.2vw, 2.4rem);
    font-weight: 500;
    line-height: 1;
  }

  .selfie-mobile-photo-check-status .selfie-flow-copy {
    max-width: 30ch;
    color: rgba(7, 24, 59, 0.62);
    font-size: clamp(0.98rem, 4.1vw, 1.08rem);
    line-height: 1.35;
  }

  .selfie-panel.is-selfie-scanning .selfie-flow-card {
    justify-items: stretch;
    text-align: left;
  }

  .selfie-panel.is-selfie-scanning .selfie-flow-copy {
    max-width: 348px;
  }

  .selfie-panel-state {
    width: 100%;
  }

  .selfie-flow-title {
    font-size: clamp(2.22rem, 10vw, 3.22rem);
  }

  .selfie-flow-copy {
    font-size: clamp(1.04rem, 4.4vw, 1.28rem);
  }

  .selfie-scan-frame,
  .selfie-camera-frame {
    width: min(100%, 348px);
  }

  .selfie-result-photo-frame {
    width: min(100%, 348px);
    max-width: 348px;
  }

  .selfie-panel.is-selfie-error .selfie-error-photo-frame,
  .selfie-panel.is-selfie-error .selfie-panel-actions {
    width: 100%;
    max-width: 348px;
  }

  .selfie-panel.is-selfie-result .selfie-result-card {
    justify-items: start;
    gap: 14px;
  }

  .selfie-panel.is-selfie-result .selfie-result-card .selfie-flow-title {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .selfie-panel.is-selfie-result .selfie-result-photo-frame {
    justify-self: center;
    width: min(100%, 348px);
    max-width: 348px;
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .selfie-panel.is-selfie-result .selfie-photo-greeting,
  .selfie-panel.is-selfie-result .selfie-result-photo-note {
    width: min(100%, 348px);
    max-width: 348px;
  }

  .selfie-panel-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .selfie-panel.is-selfie-error .selfie-panel-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .selfie-panel-action {
    width: 100%;
  }

  .selfie-camera-card .selfie-panel-actions {
    width: min(100%, 348px);
    grid-template-columns: 1fr;
  }

  .selfie-logo {
    display: none;
  }

  .selfie-copy h2 {
    font-size: clamp(1.82rem, 6.8vw, 2.28rem);
    line-height: 0.98;
    white-space: nowrap;
  }

  .selfie-copy p {
    font-size: clamp(1.18rem, 4.5vw, 1.55rem);
    line-height: 1.32;
  }

  .selfie-copy .speed-note {
    gap: 10px;
    font-size: clamp(0.94rem, 3.55vw, 1.06rem);
    font-weight: 400;
  }

  .selfie-uploader {
    gap: 18px;
    margin-top: 30px;
  }

  .camera-button {
    order: 1;
    min-height: 70px;
    border-color: rgba(255, 255, 255, 0.7);
    background: #eef1f7;
    color: var(--ink);
    border-radius: 18px;
    font-size: clamp(1.12rem, 4.7vw, 1.34rem);
    font-weight: 500;
  }

  .camera-glyph {
    width: 1.08em;
    height: 0.84em;
    background: #3677f7;
    mask: url("assets/icons/selfie/Camera_Top.svg") center / contain no-repeat;
  }

  .or-divider {
    order: 2;
    gap: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 4.2vw, 1.24rem);
  }

  .drop-zone {
    order: 3;
    min-height: 68px;
    flex-direction: row;
    gap: 12px;
    border-width: 2px;
    border-color: rgba(145, 165, 210, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.04rem, 4.4vw, 1.28rem);
    font-weight: 600;
  }

  .drop-illustration {
    display: none;
  }

  .upload-compact-icon {
    display: inline-block;
    width: 1.08em;
    height: 0.84em;
    background: #91a5d2;
    mask: url("assets/icons/selfie/Photos_Bottom.svg") center / contain no-repeat;
  }

  .selfie-section .camera-button:hover,
  .selfie-section .camera-button:active {
    border-color: rgba(255, 255, 255, 0.7);
    background: #eef1f7;
    color: var(--ink);
  }

  .selfie-section .drop-zone:hover,
  .selfie-section .drop-zone:active {
    border-color: rgba(145, 165, 210, 0.34);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.86);
  }

  .selfie-section .camera-button:focus-visible,
  .selfie-section .drop-zone:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.64);
    outline-offset: 4px;
  }

  .drop-desktop-label {
    display: none;
  }

  .drop-mobile-label {
    display: inline;
  }

  .next-note {
    margin-top: 54px;
  }

  .next-note h3 {
    margin-bottom: 10px;
    font-size: clamp(0.88rem, 3.5vw, 0.98rem);
  }

  .next-note p {
    font-size: clamp(1.04rem, 4.2vw, 1.3rem);
  }

  .tone-preview {
    min-height: auto;
    overflow: hidden;
    gap: 18px;
    padding: 54px 16px 34px;
  }

  .tone-preview.is-result-mode {
    padding: 42px 18px 54px;
  }

  .tone-preview.is-result-mode {
    padding-top: 54px;
  }

  .selfie-result-output {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .selfie-result-output-inner {
    min-width: 0;
    gap: 24px;
  }

  .selfie-result-output-copy {
    min-width: 0;
    max-width: 100%;
  }

  .tone-preview .selfie-result-output-title {
    max-width: 100%;
    font-size: clamp(2.02rem, 7.7vw, 2.82rem);
    line-height: 1;
    overflow-wrap: normal;
    text-wrap: balance;
    white-space: normal;
  }

  .selfie-result-output-title-prefix {
    margin-right: 0.16em;
    font-size: 0.78em;
  }

  .selfie-scan-output-inner {
    min-width: 0;
    gap: 24px;
    border-radius: 0;
    padding: 0;
  }

  .tone-preview .selfie-scan-output-title {
    max-width: 100%;
    font-size: clamp(2.08rem, 8vw, 2.88rem);
    line-height: 1;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .tone-preview.is-scan-mode .selfie-scan-output-copy {
    display: block;
  }

  .tone-preview.is-scan-mode .selfie-scan-output-title,
  .tone-preview.is-scan-mode .selfie-scan-output-copy > p:not(.selfie-flow-kicker) {
    display: none;
  }

  .selfie-result-output-groups {
    grid-template-columns: 1fr;
    min-width: 0;
    gap: 22px;
  }

  .selfie-result-output .selfie-palette-swatches {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .selfie-result-output .palette-swatch {
    height: clamp(36px, 9vw, 42px);
    min-height: 0;
    border-radius: 10px;
  }

  .selfie-result-output .palette-swatch-label {
    margin-top: 6px;
    font-size: clamp(12px, 2.75vw, 13px);
    letter-spacing: 0.01em;
    line-height: 1.12;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .selfie-result-continue {
    justify-self: end;
    min-height: 60px;
    border-radius: 18px;
    font-weight: 500;
  }

  .tone-preview h2 {
    max-width: calc(100svw - 32px);
    font-size: clamp(1.42rem, 5.8vw, 1.95rem);
    line-height: 1.08;
    white-space: nowrap;
  }

  .tone-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100svw - 36px);
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .tone-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    justify-content: center;
    gap: 9px;
    padding: 1px 6px 0;
    font-size: clamp(0.95rem, 3.7vw, 1.08rem);
  }

  .tone-dot {
    width: 17px;
    height: 17px;
  }

  .comparison-card {
    justify-self: center;
    box-sizing: border-box;
    width: min(100%, calc(100svw - 28px));
    max-width: calc(100svw - 28px);
    height: clamp(360px, 52svh, 490px);
    min-height: 360px;
    max-height: none;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    transform: translateY(8px);
  }

  .tone-paddle {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.4);
  }

  .tone-paddle--previous {
    left: 4px;
  }

  .tone-paddle--next {
    right: 4px;
  }

  .tone-paddle span {
    font-size: 1.78rem;
  }

  .comparison-grid {
    box-sizing: border-box;
    column-gap: clamp(6px, 2.6vw, 12px);
    align-items: stretch;
    padding-inline: 2px;
  }

  .comparison-look {
    width: clamp(132px, 38vw, 168px);
    height: clamp(326px, 48svh, 432px);
  }

  .comparison-image {
    object-fit: contain;
    object-position: center bottom;
  }

  .comparison-badge {
    top: 0;
    width: 32px;
    height: 32px;
  }

  .comparison-slot[data-comparison-before-slot] .comparison-badge {
    left: 6%;
    transform: translate(-38%, -38%);
  }

  .comparison-slot[data-comparison-after-slot] .comparison-badge {
    right: 6%;
    transform: translate(38%, -38%);
  }

  .analysis-shell h2 {
    padding: 112px 28px 28px;
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .step-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .step-item {
    gap: 10px;
    padding: 18px 8px;
  }

  .step-item p {
    font-size: 0.88rem;
  }

  .scan-card {
    width: calc(100% - 44px);
    aspect-ratio: 0.84;
  }

  .continue-button {
    width: calc(100% - 44px);
    min-height: 64px;
    padding: 0 24px;
    font-size: 1.45rem;
  }

  .result-photo-panel {
    padding: 112px 28px 42px;
  }

  .palette-panel {
    padding: 42px 20px;
  }

  .swatch-card {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 18px;
  }

  .works-shell {
    padding: 112px 24px 42px;
  }

  .works-shell h2 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
    white-space: normal;
  }

  .works-grid {
    gap: 58px;
  }

  .work-card {
    grid-template-rows: auto;
    gap: 0;
  }

  .work-card img,
  .work-card > div {
    aspect-ratio: 1;
    border-radius: 16px;
  }

  .work-card > .c-step-card__media {
    order: 4;
    margin-top: 28px;
  }

  .work-card > .u-card-title,
  .work-card h3 {
    order: 1;
    margin: 0 0 12px;
  }

  .work-card > .u-body,
  .work-card p {
    order: 2;
    max-width: none;
  }

  .work-card > .work-card-action,
  .work-card .c-text-link,
  .work-card button {
    order: 3;
    margin-top: 20px;
  }

  .work-card > .c-step-card__media,
  .work-card .spatial-photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
  }

  .work-card .spatial-photo,
  .work-card .spatial-photo-image,
  .work-card .spatial-photo.is-spatial-active,
  .work-card .spatial-photo.is-spatial-active .spatial-photo-image {
    filter: none;
    transform: none;
  }

  .spatial-photo::after {
    content: none;
  }

  .work-card-upload .spatial-photo {
    --work-photo-radius: clamp(22px, 6vw, 28px);
    border-radius: var(--work-photo-radius);
    clip-path: inset(0 round var(--work-photo-radius));
  }

  .work-card-upload .spatial-photo-image {
    border-radius: var(--work-photo-radius);
    clip-path: inset(0 round var(--work-photo-radius));
  }

  .work-card > .question-preview {
    padding: 18px;
  }

  .style-brief-art {
    align-content: center;
    gap: clamp(24px, 6vw, 34px);
    padding: 12% 10%;
  }

  .style-brief-primary {
    font-size: clamp(1.82rem, 8.3vw, 2.48rem);
  }

  .style-brief-value {
    font-size: clamp(1.5rem, 7.2vw, 2.18rem);
  }

  .style-brief-label {
    font-size: 0.78rem;
  }

  .style-brief-rule {
    display: none;
  }

  .daily-look-shell,
  .pricing-shell,
  .faq-section {
    padding: 82px 0;
  }

  .pricing-shell,
  .faq-section {
    min-height: auto;
  }

  .daily-look-shell {
    width: 100%;
    gap: 30px;
    min-height: 100svh;
    padding: clamp(86px, 10svh, 108px) 24px clamp(44px, 6svh, 64px);
  }

  .daily-look-shell,
  .pricing-shell,
  .faq-shell,
  .closing-steps-shell,
  .site-footer {
    width: calc(100% - 44px);
  }

  .daily-look-shell {
    width: 100%;
  }

  .pricing-price-row {
    min-height: clamp(5.3rem, 22vw, 6.2rem);
    gap: 10px 14px;
  }

  .pricing-copy {
    justify-self: stretch;
    text-align: left;
  }

  .pricing-copy h2,
  .section-copy.pricing-copy > p:not(.section-kicker) {
    margin-inline: 0;
  }

  .pricing-card.is-beta-claimed .price {
    font-size: clamp(1.35rem, 7vw, 1.72rem);
  }

  .pricing-actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .pricing-primary-cta {
    width: 100%;
  }

  .section-copy h2,
  .faq-shell h2 {
    font-size: clamp(2.28rem, 10vw, 3.35rem);
  }

  .pricing-copy h2 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
  }

  .pricing-heading-line {
    white-space: normal;
  }

  .pricing-copy .section-kicker {
    text-align: left;
  }

  .flatlay-look {
    --lohp-card-inset: clamp(12px, 3.2vw, 18px);
    --lohp-caption-offset: 26px;
    max-width: 328px;
    width: min(100%, 328px);
    aspect-ratio: 1.1;
    margin: 0 auto calc(var(--lohp-caption-offset) + 1em);
    border-radius: 38px;
  }

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

  .faq-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq-list article:nth-child(2) {
    border-top: 1px solid rgba(7, 24, 52, 0.12);
    padding-top: clamp(18px, 2vw, 24px);
  }

  .ask-curated {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ask-curated-modes {
    justify-content: flex-start;
  }

  .ask-curated-form {
    grid-column: 1;
  }

  .closing-steps-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .closing-step-rule {
    display: none;
  }

  .site-footer {
    width: 100%;
    margin-bottom: -12px;
    row-gap: 14px;
    padding: 26px 22px calc(38px + max(env(safe-area-inset-bottom), 20px));
    background-color: #0b1428;
    box-shadow: 0 160vmax 0 160vmax #0b1428;
  }

  .site-footer > div {
    gap: 12px;
  }

  .site-footer::before {
    right: -46px;
    bottom: calc(12px + max(env(safe-area-inset-bottom), 14px));
    width: clamp(132px, 40vw, 190px);
    opacity: 0.13;
  }

  .site-footer p {
    white-space: normal;
  }

  .footer-tagline-break {
    display: none;
  }
}

@media (min-width: 440px) and (max-width: 640px) {
  .closing-steps-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    justify-items: center;
  }

  .closing-step {
    justify-content: flex-start;
    width: 100%;
    gap: 7px;
    text-align: left;
    font-size: clamp(0.82rem, 2.25vw, 0.94rem);
    line-height: 1.08;
  }

  .closing-step.is-active {
    font-size: clamp(0.9rem, 2.55vw, 1.02rem);
  }

  .closing-step-number {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    inline-size: 30px;
    min-inline-size: 30px;
    max-inline-size: 30px;
    block-size: 30px;
    min-block-size: 30px;
    max-block-size: 30px;
    flex-basis: 30px;
  }

  .closing-step-icon {
    width: 13px;
    height: 17px;
    margin-left: 2px;
  }

  .closing-step-rule {
    display: none;
  }
}

@media (min-width: 440px) and (max-width: 1020px) {
  .site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(28px, 8vw, 72px);
    row-gap: 34px;
    width: 100%;
    padding-right: clamp(26px, 7vw, 78px);
    padding-left: clamp(26px, 7vw, 78px);
  }

  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }

  .site-footer > div:first-child p {
    max-width: none;
    white-space: nowrap;
  }
}

.example-guide-modal {
  width: min(1380px, calc(100vw - 48px));
  max-width: none;
  max-height: min(92svh, 1100px);
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-ink, #071834);
  overflow: visible;
}

.example-guide-modal::backdrop {
  background: rgba(8, 12, 18, 0.54);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.example-guide-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(92svh, 1100px);
  overflow: hidden;
  border: 1px solid rgba(7, 24, 52, 0.1);
  border-radius: clamp(22px, 2vw, 30px);
  background: #fff;
  box-shadow:
    0 28px 82px rgba(5, 13, 30, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
}

.example-guide-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  padding: clamp(24px, 3.4vw, 42px) clamp(24px, 3.6vw, 40px) clamp(12px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.example-guide-title {
  justify-self: start;
  color: #071834;
  font-size: clamp(1.85rem, 2.35vw, 2.35rem);
}

.example-guide-tabs {
  justify-self: center;
  display: inline-flex;
  gap: 0;
  min-width: min(320px, 52vw);
  padding: 3px;
  border: 1px solid rgba(7, 24, 52, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
}

.example-guide-tab {
  flex: 1 1 0;
  min-height: 46px;
  padding: 0 clamp(18px, 2vw, 30px);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #071834;
  font: 700 0.88rem/1 var(--font-body, system-ui, sans-serif);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.example-guide-tab.is-active {
  background: #071834;
  color: #fff;
  box-shadow: none;
}

.example-guide-tab:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(7, 24, 52, 0.16);
}

.example-guide-tab.is-active:focus-visible {
  box-shadow: none;
}

.example-guide-close {
  position: static;
  justify-self: end;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-color: rgba(7, 24, 52, 0.1);
  background: #fff;
  box-shadow: none;
}

.example-guide-content {
  min-height: 0;
  overflow: auto;
  padding: clamp(22px, 2.8vw, 36px) clamp(24px, 3.6vw, 40px) clamp(32px, 4vw, 48px);
  -webkit-overflow-scrolling: touch;
}

.example-guide-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.45vw, 18px);
}

.example-guide-item {
  display: grid;
  aspect-ratio: 1 / 1.05;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 52, 0.075);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

.example-guide-item img {
  display: block;
  width: 78%;
  max-width: 190px;
  height: 78%;
  max-height: 190px;
  object-fit: contain;
  filter: none;
}

@media (max-width: 900px) {
  .example-guide-modal {
    width: min(720px, calc(100vw - 20px));
    max-height: min(94svh, 940px);
  }

  .example-guide-card {
    max-height: min(94svh, 940px);
    border-radius: 24px;
  }

  .example-guide-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title close"
      "tabs tabs";
    align-items: center;
  }

  .example-guide-title {
    grid-area: title;
  }

  .example-guide-tabs {
    grid-area: tabs;
    width: min(360px, 100%);
  }

  .example-guide-close {
    grid-area: close;
  }

  .example-guide-content {
    padding: 28px 20px 32px;
  }

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

@media (max-width: 520px) {
  .example-guide-modal {
    width: calc(100vw - 14px);
    max-height: 96svh;
  }

  .example-guide-card {
    max-height: 96svh;
    border-radius: 22px;
  }

  .example-guide-header {
    gap: 14px;
    padding: 18px 16px 12px;
  }

  .example-guide-title {
    font-size: 1.35rem;
  }

  .example-guide-tabs {
    min-width: 0;
    width: 100%;
  }

  .example-guide-tab {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .example-guide-close {
    width: 46px;
    height: 46px;
  }

  .example-guide-content {
    padding: 18px 14px 24px;
  }

  .example-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .example-guide-item {
    border-radius: 14px;
  }
}

@media (max-width: 360px) {
  .selfie-copy h2 {
    font-size: clamp(1.78rem, 8vw, 2rem);
    white-space: normal;
  }

  .selfie-result-output .palette-swatch {
    height: 42px;
    min-height: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .selfie-scan-frame::before {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .selfie-scan-frame::after {
    animation: none;
    opacity: 0;
  }

  .selfie-scan-image {
    animation: none;
    opacity: 1;
    filter: saturate(1) contrast(1) brightness(1);
  }

  .scan-line {
    animation: none;
    top: 50%;
  }

  .spatial-photo,
  .work-card .spatial-photo-image,
  .spatial-photo::after {
    transform: none;
    transition: none;
  }

  .spatial-photo {
    filter: none;
  }

  .spatial-photo::after {
    opacity: 0;
  }

  .example-guide-modal,
  .example-guide-card,
  .example-guide-header,
  .example-guide-tab,
  .example-guide-grid,
  .example-guide-item {
    transition: none;
  }
}
