:root {
  --cream: #fff8f3;
  --paper: #ffffff;
  --ink: #2d2a32;
  --body: #3a3540;
  --muted: #726b7a;
  --orchid: #d91d73;
  --orchid-dark: #a80f54;
  --blush: #ffe4ec;
  --blush-strong: #ffc8da;
  --lilac: #e9e0ff;
  --lilac-strong: #b9a0ff;
  --sage: #e5efdd;
  --sage-strong: #7d966b;
  --gold: #f4b63d;
  --plum: #332c39;
  --line: #ecdee4;
  --shadow: 0 18px 48px rgba(112, 42, 76, 0.14);
  --soft-shadow: 0 10px 28px rgba(112, 42, 76, 0.09);
  --header-height: 72px;
  --content-width: 1180px;
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Plus Jakarta Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--body);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open,
body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  width: 1em;
  height: 1em;
  stroke-width: 2;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orchid);
  outline-offset: 3px;
}

::selection {
  background: var(--blush-strong);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 42px;
  border-bottom: 1px solid rgba(236, 222, 228, 0.92);
  background: rgba(255, 248, 243, 0.92);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.wordmark img {
  width: 132px;
  height: auto;
}

.site-footer .wordmark img {
  width: 120px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a,
.site-footer nav a {
  position: relative;
  color: var(--body);
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a::after,
.site-footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orchid);
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.site-footer nav a:hover {
  color: var(--orchid-dark);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after,
.site-footer nav a:hover::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 19px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.button-primary {
  background: var(--orchid);
  box-shadow: 0 8px 22px rgba(217, 29, 115, 0.24);
  color: var(--paper);
}

.button-primary:hover {
  background: var(--orchid-dark);
  box-shadow: 0 12px 28px rgba(168, 15, 84, 0.3);
}

.button-dark {
  background: var(--ink);
  box-shadow: 0 8px 22px rgba(45, 42, 50, 0.2);
  color: var(--paper);
}

.button-dark:hover {
  background: #17151a;
  box-shadow: 0 12px 28px rgba(45, 42, 50, 0.28);
}

.header-cta {
  min-height: 40px;
  margin-left: 28px;
  padding: 0 18px;
  font-size: 13px;
}

.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.icon-button:hover {
  background: var(--blush);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  height: calc(100svh - var(--header-height) - 40px);
  min-height: 580px;
  max-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background: #f5e9e1;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.hero-wash {
  z-index: -2;
  background: linear-gradient(90deg, rgba(255, 248, 243, 0.99) 0%, rgba(255, 248, 243, 0.94) 36%, rgba(255, 248, 243, 0.18) 64%, rgba(255, 248, 243, 0.04) 100%);
}

.hero-inner {
  position: relative;
  width: min(var(--content-width), calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  width: 50%;
  max-width: 600px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 0 28px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orchid-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.hero h1 {
  margin: 20px 0 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.03;
}

.hero-brand {
  display: block;
  margin-bottom: 8px;
  color: var(--orchid);
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-promise {
  display: block;
  max-width: 570px;
  font-size: 64px;
}

.hero-copy > p {
  max-width: 520px;
  margin-bottom: 24px;
  color: #5e5664;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.button-app {
  min-width: 245px;
  min-height: 58px;
  border-radius: 15px;
  padding: 9px 17px;
}

.button-app > svg:first-child {
  width: 24px;
  height: 24px;
}

.button-app > svg:last-child {
  width: 18px;
  height: 18px;
}

.button-app span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  font-size: 14px;
}

.button-app small {
  font-size: 10px;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.text-link:hover {
  color: var(--orchid-dark);
}

.hero-note {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  color: #5f5865;
  font-size: 11px;
  font-weight: 700;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-note svg {
  color: var(--orchid);
}

.poll-preview {
  position: absolute;
  right: 2%;
  bottom: 6%;
  width: 306px;
  padding: 17px;
  transform: rotate(2deg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(255, 248, 243, 0.94);
  box-shadow: 0 25px 70px rgba(63, 37, 54, 0.28);
  backdrop-filter: blur(16px);
}

.poll-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.poll-preview-head div {
  display: flex;
  flex-direction: column;
}

.poll-preview-head small,
.poll-preview-head > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.poll-preview-head strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
}

.poll-preview-head > span {
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--blush);
  color: var(--orchid-dark);
}

.poll-looks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.poll-look {
  position: relative;
  display: flex;
  height: 134px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 15px;
}

.poll-look > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: rgba(45, 42, 50, 0.65);
  stroke-width: 1.5;
}

.poll-look b,
.poll-look small {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  font-size: 9px;
}

.poll-look b {
  left: 8px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
}

.poll-look small {
  right: 8px;
  color: var(--ink);
  font-weight: 800;
}

.poll-look-coral {
  background: linear-gradient(155deg, #ffb7c6, #ffe5e8);
}

.poll-look-lilac {
  background: linear-gradient(155deg, #ded1ff, #f3efff);
}

.poll-look.is-winning {
  border-color: var(--orchid);
}

.heart-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--orchid);
}

.heart-badge svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.poll-results {
  display: grid;
  gap: 6px;
  margin-top: 13px;
}

.poll-results > div {
  display: grid;
  grid-template-columns: 12px 1fr 30px;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.poll-results b {
  color: var(--ink);
}

.result-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--blush);
}

.result-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--blush-strong);
  animation: result-grow 900ms 300ms both ease-out;
  transform-origin: left;
}

.result-track .result-28 {
  width: 28%;
}

.result-track .result-72 {
  width: 72%;
}

.poll-results > div:last-child .result-track i {
  background: linear-gradient(90deg, var(--orchid), #8f6ee8);
}

.poll-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
}

.poll-social small {
  font-size: 8px;
  font-weight: 700;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-left: -6px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--blush-strong);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background: var(--lilac);
}

.avatar-stack span:nth-child(3) {
  background: var(--sage);
}

.proof-strip {
  display: grid;
  min-height: 88px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.proof-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.proof-strip > div:last-child {
  border-right: 0;
}

.proof-strip svg {
  width: 21px;
  height: 21px;
  color: var(--orchid);
}

.proof-strip b {
  color: var(--ink);
}

.section {
  padding: 112px 40px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 58px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2,
.studio-copy h2,
.privacy-heading h2,
.closing-cta h2 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.section-heading p,
.studio-copy > p,
.privacy-heading > p,
.closing-cta p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.how-section {
  background: var(--cream);
}

.steps-grid {
  display: grid;
  max-width: 1020px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  margin: 0 auto;
}

.step {
  min-width: 0;
}

.mini-phone {
  position: relative;
  width: 218px;
  height: 430px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 7px solid #201d23;
  border-radius: 35px;
  box-shadow: var(--shadow);
}

.mini-phone::before {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 5;
  width: 66px;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #121114;
  content: "";
}

.mini-status {
  position: relative;
  z-index: 4;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px 0;
  color: var(--paper);
  font-size: 8px;
  font-weight: 800;
}

.mini-status > span:last-child {
  display: flex;
  gap: 4px;
}

.mini-status svg {
  width: 10px;
  height: 10px;
}

.dark-status {
  color: var(--ink);
}

.capture-screen {
  background: #201b24;
}

.coach-chips {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 20px 8px 0;
}

.coach-chips span {
  border-radius: 999px;
  padding: 5px 7px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
  font-size: 7px;
  font-weight: 800;
}

.coach-chips span:last-child {
  background: var(--orchid);
}

.capture-guide {
  display: grid;
  width: 116px;
  height: 230px;
  place-items: center;
  margin: 18px auto 10px;
  border: 2px dashed rgba(255, 255, 255, 0.38);
  border-radius: 70px 70px 38px 38px;
  color: rgba(255, 255, 255, 0.5);
}

.capture-guide svg {
  width: 62px;
  height: 62px;
  stroke-width: 1;
}

.camera-controls {
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  align-items: center;
  justify-items: center;
  padding: 0 16px;
  color: var(--paper);
}

.camera-controls span {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--lilac);
}

.camera-controls b {
  width: 52px;
  height: 52px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #201b24;
  background: var(--paper);
}

.camera-controls svg {
  width: 18px;
  height: 18px;
}

.studio-screen,
.sent-screen {
  padding: 0 10px 12px;
  background: var(--cream);
}

.screen-title,
.feature-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin: 8px 0 10px;
  color: var(--ink);
}

.screen-title b {
  font-family: var(--font-display);
  font-size: 14px;
}

.screen-title span,
.feature-title span {
  border-radius: 999px;
  padding: 4px 7px;
  background: var(--lilac);
  color: #6847ad;
  font-size: 7px;
  font-weight: 800;
}

.tryon-canvas {
  position: relative;
  display: grid;
  height: 248px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(160deg, var(--lilac), #d8c8ff);
  color: #6b588c;
}

.tryon-canvas > svg {
  width: 78px;
  height: 78px;
  stroke-width: 1.2;
}

.tryon-canvas small {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 999px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--orchid-dark);
  font-size: 6px;
  font-weight: 800;
}

.item-tray,
.outfit-tray {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0;
}

.item-tray span,
.outfit-tray span {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--blush);
}

.item-tray span:first-child,
.outfit-tray span:first-child {
  border: 2px solid var(--orchid);
  background: #ffb9c8;
}

.item-tray span:nth-child(2),
.outfit-tray span:nth-child(2) {
  background: var(--lilac);
}

.item-tray span:nth-child(3),
.outfit-tray span:nth-child(3) {
  background: var(--sage);
}

.item-tray span:nth-child(4),
.outfit-tray span:nth-child(4) {
  background: var(--paper);
}

.screen-action {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orchid), #9a65e8);
  color: var(--paper);
  font-size: 8px;
  font-weight: 800;
}

.sent-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(160deg, var(--cream) 35%, var(--blush));
}

.sent-screen .mini-status {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sent-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  color: var(--orchid);
  stroke-width: 1.4;
}

.sent-screen > strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 21px;
}

.avatar-stack.large {
  margin: 16px 0 8px;
}

.avatar-stack.large span {
  width: 30px;
  height: 30px;
  font-size: 9px;
}

.sent-screen > p {
  max-width: 155px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 9px;
}

.sent-screen .screen-action {
  width: 100%;
}

.step-copy {
  text-align: center;
}

.step-number {
  display: inline-grid;
  width: 38px;
  height: 29px;
  place-items: center;
  border-radius: 999px;
  background: var(--blush);
  color: var(--orchid-dark);
  font-size: 10px;
  font-weight: 800;
}

.lilac-number {
  background: var(--lilac);
  color: #6847ad;
}

.sage-number {
  background: var(--sage);
  color: #506540;
}

.step h3,
.squad-item h3,
.feature-list h3,
.privacy-grid h3 {
  margin: 10px 0 7px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
}

.step p,
.squad-item > p,
.feature-list p,
.privacy-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.studio-section {
  overflow: hidden;
  background: var(--lilac);
}

.studio-inner {
  display: grid;
  max-width: 1030px;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: center;
  gap: 100px;
  margin: 0 auto;
}

.feature-phone {
  width: 326px;
  min-height: 646px;
  padding: 18px 18px 22px;
  border: 9px solid #201d23;
  border-radius: 48px;
  background: var(--cream);
  box-shadow: 0 35px 75px rgba(87, 60, 139, 0.26);
}

.feature-phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 7px 12px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.feature-title {
  margin: 8px 0 12px;
}

.feature-title b {
  font-family: var(--font-display);
  font-size: 20px;
}

.feature-title span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
}

.segments,
.source-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--paper);
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

.segments > *,
.source-tabs > * {
  padding: 6px 2px;
}

.segments b,
.source-tabs b {
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
}

.feature-image {
  position: relative;
  height: 335px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--blush);
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.feature-image > span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--orchid-dark);
  font-size: 7px;
  font-weight: 800;
}

.source-tabs {
  border: 0;
  margin: 9px 0 0;
  padding: 0;
  background: transparent;
}

.outfit-tray {
  gap: 7px;
  margin: 8px 0 11px;
}

.outfit-tray span {
  display: grid;
  place-items: center;
  border-radius: 13px;
}

.outfit-tray svg {
  color: var(--orchid-dark);
}

.feature-phone .screen-action {
  min-height: 38px;
  font-size: 9px;
}

.studio-copy h2 {
  max-width: 600px;
  font-size: 48px;
}

.lilac-kicker {
  color: #6847ad;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
}

.feature-list article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: var(--blush);
  color: var(--orchid-dark);
}

.feature-list article > .lilac-icon {
  background: #d7c8ff;
  color: #6847ad;
}

.feature-list article > .sage-icon {
  background: var(--sage);
  color: #506540;
}

.feature-list h3 {
  margin: 0 0 4px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 800;
}

.squad-section {
  background: var(--cream);
}

.squad-grid {
  display: grid;
  max-width: 1040px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin: 0 auto;
}

.squad-item {
  min-width: 0;
  text-align: center;
}

.squad-visual {
  width: 260px;
  height: 450px;
  margin: 0 auto 24px;
  overflow: hidden;
  border: 7px solid #201d23;
  border-radius: 34px;
  padding: 40px 14px 15px;
  background: var(--cream);
  box-shadow: var(--shadow);
  text-align: left;
}

.visual-head {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 13px;
}

.visual-head > span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-radius: 999px;
  padding: 4px 7px;
  background: var(--blush);
  color: var(--orchid-dark);
  font-family: var(--font-ui);
  font-size: 7px;
  font-weight: 800;
}

.visual-tabs {
  display: flex;
  gap: 4px;
  margin: 8px 0 11px;
  overflow: hidden;
  white-space: nowrap;
}

.visual-tabs > * {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 7px;
  color: var(--muted);
  font-size: 6px;
  font-weight: 800;
}

.visual-tabs b {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.vote-alert {
  border: 1px solid var(--blush-strong);
  border-radius: 15px;
  padding: 10px;
  background: var(--paper);
}

.vote-alert small {
  display: block;
  margin-bottom: 7px;
  color: var(--orchid-dark);
  font-size: 7px;
  font-weight: 800;
}

.vote-alert > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.vote-alert > div span {
  display: grid;
  height: 72px;
  place-items: center;
  border-radius: 10px;
  background: var(--blush);
  color: var(--orchid-dark);
}

.vote-alert > div span:last-child {
  background: var(--lilac);
  color: #6847ad;
}

.feed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 9px;
}

.feed-grid > span {
  display: flex;
  height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
  background: linear-gradient(155deg, var(--blush), var(--lilac));
  color: var(--orchid-dark);
}

.feed-grid > span:last-child {
  background: linear-gradient(155deg, var(--lilac), var(--sage));
  color: #6847ad;
}

.feed-grid svg {
  width: 30px;
  height: 30px;
}

.feed-grid small {
  color: var(--ink);
  font-size: 7px;
  font-weight: 800;
}

.boards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 11px;
}

.boards-grid > span {
  display: flex;
  min-height: 158px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 15px;
  padding: 12px;
  background: linear-gradient(155deg, var(--sage), var(--lilac));
  color: var(--ink);
}

.boards-grid > span:nth-child(2) {
  background: linear-gradient(155deg, var(--blush), var(--lilac));
}

.boards-grid > span:nth-child(3) {
  background: linear-gradient(155deg, var(--sage), var(--blush));
}

.boards-grid > span:nth-child(4) {
  background: linear-gradient(155deg, var(--lilac), var(--blush));
}

.boards-grid svg {
  width: 27px;
  height: 27px;
  margin: auto auto 13px;
  color: var(--orchid-dark);
}

.boards-grid b {
  font-size: 8px;
}

.boards-grid small {
  color: var(--muted);
  font-size: 6px;
  font-weight: 700;
}

.crown-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 22px;
  padding-left: 22px;
  background: linear-gradient(160deg, var(--cream) 25%, var(--lilac));
  text-align: center;
}

.crown-mark {
  width: 38px;
  height: 38px;
  margin: 10px 0 8px;
  color: var(--gold);
  fill: rgba(244, 182, 61, 0.18);
}

.crown-visual > b {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.1;
}

.crown-visual > small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}

.winner-look {
  display: grid;
  width: 132px;
  height: 170px;
  place-items: center;
  margin: 14px 0;
  border: 3px solid var(--gold);
  border-radius: 18px;
  background: var(--lilac);
  color: #6847ad;
  box-shadow: 0 14px 30px rgba(105, 76, 165, 0.2);
}

.winner-look svg {
  width: 60px;
  height: 60px;
  stroke-width: 1.4;
}

.winner-button {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orchid), #8d65dc);
  color: var(--paper);
  font-size: 8px;
  font-weight: 800;
}

.privacy-section {
  background: var(--plum);
  color: var(--paper);
}

.privacy-inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.privacy-heading {
  max-width: 640px;
  margin-bottom: 46px;
}

.privacy-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(255, 228, 236, 0.12);
  color: var(--blush-strong);
}

.privacy-icon svg {
  width: 28px;
  height: 28px;
}

.privacy-heading .section-kicker,
.privacy-heading h2,
.privacy-grid h3 {
  color: var(--paper);
}

.privacy-heading h2 {
  font-size: 50px;
}

.privacy-heading > p {
  color: #d5cdd9;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.privacy-grid article {
  padding: 32px 30px 34px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.privacy-grid article + article {
  padding-left: 30px;
}

.privacy-grid article:last-child {
  border-right: 0;
}

.privacy-grid article > svg {
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  color: var(--blush-strong);
}

.privacy-grid h3 {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 800;
}

.privacy-grid p {
  color: #c9c0cf;
}

.faq-section {
  background: var(--cream);
}

.compact-heading {
  margin-bottom: 36px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  flex: 0 0 auto;
  color: var(--orchid);
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(180deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 0 25px;
  color: var(--muted);
  font-size: 14px;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 72px max(40px, calc((100% - var(--content-width)) / 2));
  background: var(--orchid);
  color: var(--paper);
}

.closing-cta > div {
  max-width: 720px;
}

.closing-cta .section-kicker,
.closing-cta h2,
.closing-cta p {
  color: var(--paper);
}

.closing-cta h2 {
  font-size: 44px;
}

.closing-cta p {
  opacity: 0.84;
}

.closing-cta .button-dark {
  flex: 0 0 auto;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 30px;
  padding: 30px 42px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer small {
  color: var(--muted);
  font-size: 11px;
}

.download-dialog {
  width: min(520px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  overflow: visible;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--body);
}

.download-dialog::backdrop {
  background: rgba(31, 25, 34, 0.68);
  backdrop-filter: blur(8px);
}

.download-dialog[open] {
  animation: dialog-in 220ms ease-out both;
}

.dialog-card {
  position: relative;
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 42px;
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(20, 15, 23, 0.35);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.dialog-icon,
.success-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--blush);
  color: var(--orchid-dark);
}

.dialog-icon svg,
.success-icon svg {
  width: 25px;
  height: 25px;
}

.dialog-card h2 {
  margin: 9px 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.12;
}

.dialog-card p {
  color: var(--muted);
  font-size: 14px;
}

#download-form {
  margin-top: 25px;
}

#download-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.email-field {
  position: relative;
}

.email-field > svg {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}

.email-field input {
  width: 100%;
  min-height: 54px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 0 16px 0 44px;
  background: var(--paper);
  color: var(--ink);
}

.email-field input:hover {
  border-color: var(--blush-strong);
}

.email-field input:focus {
  border-color: var(--orchid);
}

.email-field input:user-invalid {
  border-color: #a42931;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  border-radius: 14px;
}

.form-status {
  min-height: 21px;
  margin: 9px 0 0;
  color: #a42931 !important;
  font-size: 12px !important;
  font-weight: 700;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.dialog-success {
  padding: 20px 0 8px;
  text-align: center;
}

.dialog-success .success-icon {
  margin-right: auto;
  margin-left: auto;
  background: var(--sage);
  color: #506540;
}

.dialog-success .button {
  min-width: 140px;
  justify-content: center;
  margin-top: 10px;
}

[hidden] {
  display: none !important;
}

@keyframes result-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1080px) {
  .site-header {
    padding: 0 28px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .hero-inner {
    width: calc(100% - 56px);
  }

  .hero-copy {
    width: 58%;
  }

  .hero-promise {
    font-size: 55px;
  }

  .poll-preview {
    right: 0;
    width: 270px;
    transform: rotate(1deg) scale(0.9);
    transform-origin: right bottom;
  }

  .studio-inner {
    gap: 60px;
  }

  .squad-grid {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 0 20px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    margin-left: auto;
  }

  .mobile-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    z-index: 99;
    display: flex;
    max-height: calc(100svh - var(--header-height));
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 22px;
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .mobile-nav a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-nav .button {
    margin-top: 16px;
  }

  .hero {
    height: calc(100svh - var(--header-height) - 32px);
    min-height: 540px;
    max-height: 760px;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(255, 248, 243, 0.98) 0%, rgba(255, 248, 243, 0.9) 56%, rgba(255, 248, 243, 0.2) 100%);
  }

  .hero-inner {
    width: calc(100% - 40px);
  }

  .hero-copy {
    width: 64%;
  }

  .hero-promise {
    font-size: 48px;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .poll-preview {
    right: -20px;
    bottom: 3%;
    transform: scale(0.75);
    transform-origin: right bottom;
  }

  .section {
    padding: 88px 28px;
  }

  .steps-grid {
    gap: 20px;
  }

  .mini-phone {
    width: 190px;
    height: 380px;
  }

  .capture-guide {
    height: 190px;
  }

  .tryon-canvas {
    height: 205px;
  }

  .studio-inner {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
  }

  .feature-phone {
    width: 286px;
    min-height: 598px;
  }

  .feature-image {
    height: 300px;
  }

  .studio-copy h2 {
    font-size: 40px;
  }

  .squad-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .squad-item {
    display: grid;
    max-width: 650px;
    grid-template-columns: 270px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 34px;
    margin: 0 auto;
    text-align: left;
  }

  .squad-visual {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .squad-item h3 {
    align-self: end;
  }

  .squad-item > p {
    align-self: start;
  }

  .privacy-grid article {
    padding-right: 20px;
  }

  .privacy-grid article + article {
    padding-left: 20px;
  }

  .site-footer {
    grid-template-columns: auto 1fr auto;
    padding: 26px 28px;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 500px;
  }

  .hero-image {
    object-position: 69% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(255, 248, 243, 0.98) 0%, rgba(255, 248, 243, 0.92) 68%, rgba(255, 248, 243, 0.45) 100%);
  }

  .hero-copy {
    width: 76%;
  }

  .hero-promise {
    font-size: 42px;
  }

  .hero-copy > p {
    max-width: 430px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .button-app {
    min-width: 238px;
    min-height: 54px;
  }

  .text-link {
    margin-left: 4px;
  }

  .hero-note {
    gap: 10px;
    margin-top: 15px;
    flex-direction: column;
  }

  .poll-preview {
    display: none;
  }

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

  .proof-strip > div {
    min-height: 64px;
    justify-content: flex-start;
    padding: 16px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 76px 20px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .studio-copy h2,
  .privacy-heading h2,
  .closing-cta h2 {
    font-size: 37px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .step {
    display: grid;
    max-width: 480px;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
  }

  .mini-phone {
    margin-bottom: 0;
  }

  .step-copy {
    text-align: left;
  }

  .studio-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .feature-phone {
    width: 286px;
    margin: 0 auto;
  }

  .studio-copy {
    max-width: 540px;
    margin: 0 auto;
  }

  .squad-item {
    max-width: 520px;
    grid-template-columns: 230px 1fr;
    gap: 0 24px;
  }

  .squad-visual {
    width: 220px;
    height: 390px;
    padding: 34px 11px 12px;
  }

  .feed-grid > span {
    height: 132px;
  }

  .boards-grid > span {
    min-height: 131px;
  }

  .winner-look {
    width: 110px;
    height: 145px;
  }

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

  .privacy-grid article,
  .privacy-grid article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .privacy-grid article:last-child {
    border-bottom: 0;
  }

  .privacy-grid article > svg {
    margin-bottom: 12px;
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 62px 24px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 24px;
    padding: 26px 20px;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .dialog-card {
    border-radius: 20px;
    padding: 36px 24px 28px;
  }
}

@media (max-width: 520px) {
  .hero {
    height: calc(100svh - var(--header-height) - 24px);
    min-height: 460px;
  }

  .hero-image {
    object-position: 73% center;
  }

  .hero-wash {
    background: rgba(255, 248, 243, 0.78);
  }

  .hero-inner {
    width: calc(100% - 32px);
  }

  .hero-copy {
    width: 100%;
    max-width: 390px;
    justify-content: center;
    padding: 20px 0;
  }

  .eyebrow {
    padding: 5px 10px;
    font-size: 9px;
  }

  .hero h1 {
    margin: 12px 0 10px;
  }

  .hero-brand {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .hero-promise {
    max-width: 340px;
    font-size: 38px;
  }

  .hero-copy > p {
    max-width: 350px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .button-app {
    min-width: 222px;
    min-height: 50px;
    padding: 7px 14px;
  }

  .button-app span {
    font-size: 12px;
  }

  .button-app small {
    font-size: 8px;
  }

  .hero-actions {
    gap: 8px;
  }

  .text-link {
    font-size: 11px;
  }

  .hero-note {
    margin-top: 10px;
    font-size: 9px;
  }

  .proof-strip > div {
    font-size: 11px;
  }

  .section-heading h2,
  .studio-copy h2,
  .privacy-heading h2,
  .closing-cta h2 {
    font-size: 34px;
  }

  .step {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mini-phone {
    width: 202px;
    height: 400px;
  }

  .step-copy {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }

  .squad-item {
    display: block;
    max-width: 300px;
    text-align: center;
  }

  .squad-visual {
    width: 240px;
    height: 420px;
    margin-bottom: 22px;
    padding: 38px 13px 14px;
  }

  .feed-grid > span {
    height: 147px;
  }

  .boards-grid > span {
    min-height: 145px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 13px;
  }

  .faq-list details p {
    font-size: 13px;
  }

  .closing-cta .button-app {
    width: 100%;
  }

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

  .site-footer small {
    grid-row: 3;
  }
}

@media (max-height: 660px) and (min-width: 721px) {
  .hero {
    min-height: 500px;
  }

  .hero-promise {
    font-size: 46px;
  }

  .hero-copy > p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .hero-note {
    margin-top: 14px;
  }

  .poll-preview {
    transform: scale(0.76);
    transform-origin: right bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
