:root {
  --ivory: #fdf6f6;
  --paper: #fffdfb;
  --paper-warm: #fbf2ee;
  --cocoa: #3d2b2b;
  --muted: #765f60;
  --rose: #e08d9b;
  --rose-soft: #f8dfe3;
  --rose-deep: #a94357;
  --focus-deep: #7f263d;
  --sage: #8fae8b;
  --sage-soft: #edf4eb;
  --gold: #f5c26b;
  --gold-soft: #fff5df;
  --line: #eadbd9;
  --shadow: 0 24px 70px rgba(78, 45, 45, 0.11);
  --shadow-soft: 0 12px 36px rgba(78, 45, 45, 0.08);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cocoa);
  background:
    radial-gradient(circle at 8% 12%, rgba(224, 141, 155, 0.1), transparent 28rem),
    radial-gradient(circle at 92% 28%, rgba(143, 174, 139, 0.11), transparent 30rem),
    var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-deep);
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--cocoa);
  transform: translateY(-160%);
}

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

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

:where(section[id]) {
  scroll-margin-top: 96px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(234, 219, 217, 0.85);
  background: rgba(253, 246, 246, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cocoa);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(169, 67, 87, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #5f4b4c;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--rose-deep);
}

.nav-links a[aria-current="page"] {
  color: var(--rose-deep);
  text-decoration: underline;
  text-decoration-color: rgba(169, 67, 87, 0.38);
  text-decoration-thickness: 2px;
  text-underline-offset: 9px;
}

.mobile-route-nav {
  display: none;
}

.locale-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--rose-deep);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7.5vh, 82px) 0;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  right: -150px;
  top: 40px;
  border: 1px solid rgba(143, 174, 139, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(143, 174, 139, 0.035), 0 0 0 120px rgba(224, 141, 155, 0.025);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  align-items: center;
  gap: clamp(40px, 5vw, 70px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

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

h1,
h2,
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] .display {
  letter-spacing: 0;
}

html[lang="zh-CN"] h1 {
  line-height: 1.08;
}

html[lang="zh-CN"] h2 {
  line-height: 1.1;
}

html[lang="zh-CN"] .eyebrow {
  letter-spacing: 0.08em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.45rem, 5.25vw, 5.2rem);
  line-height: 0.97;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--rose-deep);
  font-style: normal;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.58;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:active,
.locale-link:active,
.nav-cta:active {
  filter: brightness(0.96);
  transform: translateY(1px);
}

.button-primary {
  color: #fff;
  background: var(--rose-deep);
  box-shadow: 0 14px 30px rgba(169, 67, 87, 0.23);
}

.button-primary:hover {
  background: #91384a;
  box-shadow: 0 18px 34px rgba(169, 67, 87, 0.28);
}

.button-secondary {
  border-color: var(--line);
  color: var(--cocoa);
  background: var(--paper);
}

.button svg {
  width: 18px;
  height: 18px;
}

.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  color: #766264;
  font-size: 13px;
  font-weight: 650;
}

.availability::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(143, 174, 139, 0.15);
}

.tryon-board {
  position: relative;
  min-height: clamp(520px, 56vh, 610px);
}

.result-card {
  position: absolute;
  inset: 0 0 0 150px;
  overflow: hidden;
  border: 1px solid rgba(143, 174, 139, 0.35);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.result-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--cocoa);
  background: rgba(255, 253, 251, 0.92);
  font-size: 12px;
  font-weight: 750;
}

.input-stack {
  position: absolute;
  z-index: 2;
  top: 74px;
  left: 0;
  display: grid;
  gap: 14px;
}

.clothing-card {
  width: 170px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 11px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 251, 0.97);
  box-shadow: var(--shadow-soft);
}

.clothing-card:nth-child(2) {
  transform: translateX(-20px);
}

.clothing-card img {
  width: 78px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
}

.clothing-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.proof-caption {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  max-width: 365px;
  margin: 0;
  padding: 11px 14px;
  border-radius: 13px;
  color: #4d3b3c;
  background: rgba(255, 253, 251, 0.94);
  font-size: 12px;
  line-height: 1.45;
}

.section {
  padding: clamp(72px, 8.5vh, 104px) 0;
}

.section-rule {
  border-top: 1px solid var(--line);
}

.section-tint {
  background: rgba(255, 253, 251, 0.62);
}

.section-heading {
  max-width: 800px;
  margin-bottom: clamp(38px, 5vh, 54px);
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.02;
}

.section-heading p,
.large-copy {
  color: var(--muted);
  font-size: 19px;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 5vw, 64px);
}

.proof-copy h2 {
  max-width: 560px;
  font-size: clamp(2.75rem, 4.25vw, 4.25rem);
  line-height: 1;
  text-wrap: balance;
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: flex;
  gap: 12px;
  color: #5d4849;
}

.proof-list li::before {
  content: "✓";
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #3b6038;
  background: var(--sage-soft);
  font-size: 13px;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: var(--rose-deep);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: 5px;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.before-after {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 36px minmax(150px, 0.62fr);
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.inputs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.inputs-grid figure,
.output-figure {
  margin: 0;
}

.inputs-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  object-fit: cover;
}

.inputs-grid figcaption,
.output-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.flow-arrow {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 34px;
  text-align: center;
}

.output-figure img {
  width: 100%;
  aspect-ratio: 900 / 1602;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 16%;
}

.evidence-note {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.section-action.align-start {
  justify-content: flex-start;
}

.section-action .text-link {
  margin-top: 0;
}

.step {
  position: relative;
  min-height: 260px;
  padding: 34px 28px 38px;
  border-right: 1px solid var(--line);
}

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

.step-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--rose-deep);
  font-family: var(--serif);
  font-size: 20px;
}

.step h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.route-hero {
  padding: clamp(62px, 8vh, 96px) 0 clamp(70px, 9vh, 112px);
}

.route-hero h1 {
  max-width: 820px;
  font-size: clamp(3.35rem, 5.6vw, 5.6rem);
}

.route-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.route-breadcrumb a {
  text-underline-offset: 4px;
}

.route-breadcrumb span[aria-current="page"] {
  color: var(--rose-deep);
}

.route-intro {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.route-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.route-summary article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.route-summary article:last-child {
  border-right: 0;
}

.route-summary strong {
  display: block;
  margin-bottom: 5px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.route-summary span {
  color: var(--muted);
  font-size: 13px;
}

.process-story {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 34px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.process-row > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rose-deep);
  font-family: var(--serif);
  font-size: 21px;
}

.process-row h2,
.process-row h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.08;
}

.process-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.route-proof {
  align-items: start;
}

.route-proof .before-after {
  position: sticky;
  top: 104px;
}

.fact-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.fact-list li {
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.fact-list strong {
  color: var(--cocoa);
}

.faq-page {
  max-width: 900px;
}

.faq-page .faq-list summary {
  padding-block: 26px;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.faq-page .faq-list details p {
  max-width: 800px;
  font-size: 17px;
}

.policy-shell {
  max-width: 960px;
}

.policy-hero {
  padding-bottom: clamp(56px, 7vh, 82px);
}

.policy-hero h1 {
  max-width: 900px;
}

.policy-updated {
  margin: 28px 0 0;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-page {
  display: grid;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--line);
}

.policy-page > section {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.policy-number {
  margin: 4px 0 0;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 24px;
}

.policy-page h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 500;
  line-height: 1.08;
}

.policy-page p,
.policy-page li {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.policy-page p:last-child,
.policy-page ul:last-child {
  margin-bottom: 0;
}

.policy-page ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.25rem;
}

.policy-page a {
  color: var(--cocoa);
  text-underline-offset: 4px;
}

.policy-page code {
  padding: 0.12em 0.35em;
  border-radius: 5px;
  background: rgba(81, 60, 55, 0.08);
  color: var(--cocoa);
  font-size: 0.9em;
}

.related-pages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.related-page {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  text-decoration: none;
}

.related-page:nth-child(2) {
  background: var(--sage-soft);
}

.related-page span {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-page h3 {
  margin: 36px 0 8px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.related-page p {
  margin-bottom: 0;
  color: var(--muted);
}

.app-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 80px;
}

.app-copy {
  max-width: 520px;
}

.fact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #466044;
  background: var(--sage-soft);
  font-size: 12px;
  font-weight: 750;
}

.fact-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}

.phone-stage {
  position: relative;
  min-height: 640px;
}

.phone {
  position: absolute;
  overflow: hidden;
  width: 292px;
  aspect-ratio: 1320 / 2868;
  padding: 9px;
  border: 1px solid rgba(61, 43, 43, 0.22);
  border-radius: 46px;
  background: #292020;
  box-shadow: var(--shadow);
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: 84px;
  height: 24px;
  border-radius: 999px;
  background: #130f0f;
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  object-fit: cover;
}

.phone-main {
  z-index: 2;
  left: 0;
  top: 0;
}

.phone-detail {
  z-index: 1;
  right: 0;
  bottom: 0;
  transform: scale(0.88) rotate(3deg);
  transform-origin: bottom right;
}

.phone-note {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 34px;
  width: 205px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--muted);
  background: rgba(255, 253, 251, 0.96);
  box-shadow: var(--shadow-soft);
  font-size: 11px;
  line-height: 1.45;
}

.use-cases {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.use-case {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.use-case:nth-child(2n) {
  background: var(--sage-soft);
}

.use-case:nth-child(3n) {
  background: var(--gold-soft);
}

.use-case span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 38px;
}

.use-case h3 {
  margin: 25px 0 6px;
  font-size: 17px;
}

.use-case p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.clarity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.clarity-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
}

.clarity-card.is-not {
  background: #f9f2f0;
}

.clarity-card h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
}

.clarity-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clarity-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.clarity-card li::before {
  position: absolute;
  left: 0;
  color: var(--sage);
  content: "✓";
  font-weight: 900;
}

.clarity-card.is-not li::before {
  color: var(--rose-deep);
  content: "—";
}

.trust-faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 78px;
}

.trust-card {
  padding: 36px;
  border-radius: 26px;
  color: #fff;
  background: var(--cocoa);
}

.trust-card h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
}

.trust-card p {
  color: rgba(255, 255, 255, 0.75);
}

.trust-card a {
  color: #fff;
  text-underline-offset: 4px;
}

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

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

.faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 23px;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--rose-deep);
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--muted);
}

.final-cta {
  padding: clamp(76px, 9vh, 100px) 0;
}

.final-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: clamp(38px, 6vw, 76px);
  border-radius: 32px;
  color: #fff;
  background: var(--cocoa);
  box-shadow: var(--shadow);
}

.final-card::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -150px;
  top: -170px;
  border: 1px solid rgba(245, 194, 107, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(224, 141, 155, 0.07), 0 0 0 116px rgba(143, 174, 139, 0.05);
}

.final-card h2 {
  max-width: 760px;
  margin-bottom: 15px;
}

.final-card p {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
}

.final-card .button-primary {
  color: var(--cocoa);
  background: #fff;
  box-shadow: none;
}

.final-icon {
  position: relative;
  z-index: 2;
  width: 168px;
  height: 168px;
  border-radius: 35px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

.site-footer {
  padding: 30px 0 45px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 4px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 961px) and (max-height: 900px) {
  .phone-stage {
    min-height: clamp(540px, 64vh, 600px);
  }

  .phone {
    width: clamp(246px, 28vh, 276px);
  }
}

@media (max-width: 1030px) {
  .hero-grid {
    gap: 48px;
  }

  .tryon-board {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .proof-grid,
  .app-proof,
  .trust-faq {
    gap: 52px;
  }

  .proof-copy,
  .app-copy {
    max-width: 780px;
  }

  .phone-stage {
    width: min(100%, 650px);
    margin-inline: auto;
  }

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

@media (max-width: 960px) {
  .proof-grid,
  .app-proof,
  .trust-faq {
    grid-template-columns: 1fr;
  }

  .process-row {
    grid-template-columns: 64px minmax(0, 0.8fr) minmax(260px, 1.2fr);
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width: 820px) {
  :where(section[id]) {
    scroll-margin-top: 126px;
  }

  .nav-links > a:not(.locale-link):not(.nav-cta) {
    display: none;
  }

  .mobile-route-nav {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 9px;
    scrollbar-width: none;
  }

  .mobile-route-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-route-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #654f50;
    background: rgba(255, 253, 251, 0.86);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
  }

  .mobile-route-nav a[aria-current="page"] {
    border-color: var(--rose-deep);
    color: #fff;
    background: var(--rose-deep);
  }

  .route-summary {
    grid-template-columns: 1fr;
  }

  .route-summary article,
  .route-summary article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .route-summary article:last-child {
    border-bottom: 0;
  }

  .process-row {
    grid-template-columns: 58px 1fr;
  }

  .process-row > p {
    grid-column: 2;
  }

  .route-proof .before-after {
    position: static;
  }

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

  .step:nth-child(2) {
    border-right: 0;
  }

  .step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .use-cases {
    grid-template-columns: 1fr 1fr;
  }

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

  .final-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .before-after {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .output-figure {
    width: min(68%, 260px);
    margin-inline: auto;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .policy-page > section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px 0;
  }

  .policy-number {
    font-size: 18px;
  }

  :where(section[id]) {
    scroll-margin-top: 116px;
  }

  .nav {
    min-height: 64px;
  }

  .site-header {
    padding-bottom: 2px;
  }

  .brand {
    font-size: 21px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-cta {
    display: none;
  }

  .locale-link {
    font-size: 12px;
  }

  .hero {
    padding: 48px 0 56px;
  }

  .route-hero {
    padding: 44px 0 70px;
  }

  .route-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.45rem);
  }

  .hero-grid {
    gap: 44px;
  }

  h1 {
    font-size: clamp(2.95rem, 13vw, 3.55rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-copy {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .button {
    width: 100%;
  }

  .tryon-board {
    min-height: 510px;
  }

  .result-card {
    inset: 0 0 0 72px;
    border-radius: 24px;
  }

  .input-stack {
    top: 68px;
  }

  .clothing-card {
    width: 118px;
    grid-template-columns: 52px 1fr;
    gap: 7px;
    padding: 6px;
    border-radius: 13px;
  }

  .clothing-card:nth-child(2) {
    transform: translateX(-8px);
  }

  .clothing-card img {
    width: 52px;
    height: 64px;
    border-radius: 9px;
  }

  .clothing-card span {
    font-size: 9px;
  }

  .proof-caption {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 100px);
    font-size: 10px;
  }

  .section {
    padding: 72px 0;
  }

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

  .section-heading p,
  .large-copy {
    font-size: 17px;
  }

  .inputs-grid {
    gap: 7px;
  }

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

  .step,
  .step:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step:last-child {
    border-bottom: 0;
  }

  .step-number {
    margin-bottom: 24px;
  }

  .phone-stage {
    min-height: 570px;
  }

  .phone {
    width: 255px;
  }

  .phone-detail {
    display: none;
  }

  .phone-main {
    left: 50%;
    transform: translateX(-50%);
  }

  .phone-note {
    right: 50%;
    top: auto;
    bottom: 0;
    width: 260px;
    transform: translateX(50%);
  }

  .use-cases {
    grid-template-columns: 1fr;
  }

  .process-row {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .process-row > span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .fact-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .related-pages {
    grid-template-columns: 1fr;
  }

  .use-case {
    min-height: 0;
  }

  .clarity-card,
  .trust-card {
    padding: 28px;
  }

  .faq-list summary {
    font-size: 20px;
  }

  .final-cta {
    padding: 76px 0 68px;
  }

  .final-card {
    gap: 30px;
    border-radius: 26px;
  }

  .final-icon {
    width: 112px;
    height: 112px;
    border-radius: 26px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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