:root {
  --paper: #f7f1e8;
  --paper-deep: #eee1d0;
  --ink: #171413;
  --muted: #6f6259;
  --line: rgba(41, 33, 27, 0.12);
  --white: rgba(255, 255, 255, 0.74);
  --coral: #d85c4a;
  --teal: #0f8f82;
  --plum: #5d3754;
  --gold: #c99a3f;
  --shadow: 0 24px 70px rgba(46, 34, 26, 0.14);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(216, 92, 74, 0.12), transparent 28%),
    linear-gradient(235deg, rgba(15, 143, 130, 0.11), transparent 34%),
    var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.site-shell {
  min-height: 100vh;
}

.nav-wrap {
  position: sticky;
  top: 12px;
  z-index: 20;
  padding: env(safe-area-inset-top, 0) 16px 0;
}

.nav-bar {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 14px 42px rgba(38, 31, 27, 0.1);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 10px 12px 10px 16px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease;
}

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

.nav-cta,
.primary-button,
.secondary-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.nav-cta,
.primary-button {
  background: var(--ink);
  box-shadow: 0 14px 32px rgba(23, 20, 19, 0.18);
  color: #fff;
}

.nav-cta {
  font-size: 13px;
  padding: 0 18px;
}

.primary-button {
  gap: 10px;
  padding: 0 22px;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0 20px;
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.apple-icon {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 15px;
}

.apple-icon::before {
  background: currentColor;
  border-radius: 48% 52% 45% 55%;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 5px;
  width: 13px;
}

.apple-icon::after {
  background: currentColor;
  border-radius: 10px 0 10px 0;
  content: "";
  height: 7px;
  left: 8px;
  position: absolute;
  top: 0;
  transform: rotate(30deg);
  width: 5px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100vh - 72px);
  padding: 68px 20px 46px;
}

.eyebrow {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(72px, 13vw, 156px);
  letter-spacing: 0;
  line-height: 0.84;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

h3 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 10px;
}

.hero-lede {
  color: var(--muted);
  font-size: clamp(19px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.28;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  max-width: 540px;
}

.metrics div {
  border-left: 1px solid var(--line);
  padding-left: 16px;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  font-size: 24px;
  line-height: 1.1;
}

.metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

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

.phone {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  box-shadow: var(--shadow);
  color: #fff;
  overflow: hidden;
  position: absolute;
}

.phone::before {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 58px;
  z-index: 2;
}

.phone-main {
  height: 560px;
  left: 8%;
  padding: 32px 18px 18px;
  top: 18px;
  transform: rotate(-2deg);
  width: 290px;
  z-index: 3;
}

.phone-side {
  background: #fbf7f0;
  color: var(--ink);
  height: 444px;
  padding: 32px 16px 16px;
  right: 4%;
  top: 116px;
  transform: rotate(5deg);
  width: 236px;
  z-index: 2;
}

.phone-top {
  align-items: center;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  margin-bottom: 14px;
}

.phone-top.compact {
  font-size: 13px;
}

.status-dot {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(15, 143, 130, 0.18);
  height: 10px;
  width: 10px;
}

.tryon-panel {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.36), transparent 28%),
    linear-gradient(155deg, #804653, #d06450 48%, #efc988);
  border-radius: 8px;
  height: 354px;
  overflow: hidden;
  position: relative;
}

.model-figure {
  height: 295px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 130px;
}

.model-figure span {
  display: block;
  position: absolute;
}

.head {
  background: #5c342d;
  border-radius: 50%;
  height: 44px;
  left: 43px;
  top: 0;
  width: 44px;
}

.torso {
  background: #f3d9c9;
  border-radius: 36px 36px 10px 10px;
  height: 92px;
  left: 32px;
  top: 52px;
  width: 66px;
}

.skirt {
  background: #191716;
  border-radius: 16px 16px 8px 8px;
  height: 86px;
  left: 22px;
  top: 134px;
  transform: skewX(-5deg);
  width: 86px;
}

.leg {
  background: #8e5a47;
  border-radius: 999px;
  height: 82px;
  top: 214px;
  width: 22px;
}

.leg-one {
  left: 40px;
}

.leg-two {
  left: 72px;
}

.scan-line {
  animation: scan 3.4s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.86);
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 70px;
}

@keyframes scan {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(226px);
  }
}

.outfit-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.outfit-row div {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 8px;
}

.swatch {
  border-radius: 999px;
  display: block;
  height: 20px;
  margin-bottom: 8px;
  width: 20px;
}

.swatch.coral {
  background: #f3d9c9;
}

.swatch.ink {
  background: #23211f;
}

.swatch.teal {
  background: var(--teal);
}

.outfit-row p {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

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

.tile {
  border-radius: 8px;
  display: block;
  height: 82px;
}

.tile-one {
  background: #f1d7c7;
}

.tile-two {
  background: #171413;
}

.tile-three {
  background: #0f8f82;
}

.tile-four {
  background: #d85c4a;
}

.tile-five {
  background: #eee1d0;
}

.tile-six {
  background: #5d3754;
}

.suggestion {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.suggestion p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 5px 0 0;
}

.look-card {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(39, 29, 23, 0.12);
  color: var(--ink);
  padding: 16px;
  position: absolute;
  width: 190px;
  z-index: 5;
}

.look-card-left {
  left: 0;
  top: 455px;
}

.look-card-right {
  right: 6%;
  top: 36px;
  width: 166px;
}

.look-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.look-card p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 10px 0 0;
}

.tag {
  color: var(--coral);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mini-fit {
  display: flex;
  gap: 6px;
}

.mini-fit span {
  border-radius: 8px;
  display: block;
  height: 62px;
  width: 43px;
}

.mini-fit span:nth-child(1) {
  background: #171413;
}

.mini-fit span:nth-child(2) {
  background: #f1d7c7;
}

.mini-fit span:nth-child(3) {
  background: #c99a3f;
}

.intro-band,
.features,
.reviews,
.faq,
.final-cta {
  margin: 0 auto;
  max-width: var(--max);
  padding: 76px 20px;
}

.section-heading {
  margin-bottom: 30px;
  max-width: 720px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.steps article,
.feature-card,
.review-card,
.faq-list,
.final-cta {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(49, 37, 28, 0.08);
}

.steps article {
  padding: 24px;
}

.steps span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 26px;
}

.steps p,
.feature-card p,
.faq-panel p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}

.feature-card {
  grid-column: span 2;
  overflow: hidden;
  padding: 18px;
}

.feature-wide {
  grid-column: span 4;
}

.feature-visual {
  align-items: center;
  background: linear-gradient(135deg, rgba(238, 225, 208, 0.7), rgba(255, 255, 255, 0.86));
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  height: 220px;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}

.browser-shot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 152px;
  left: 9%;
  padding: 14px;
  position: absolute;
  width: 220px;
}

.browser-shot > span {
  background: #ddd3c7;
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  margin-right: 5px;
  width: 7px;
}

.feed-look {
  background: linear-gradient(150deg, #f0c5ba, #171413 58%, #0f8f82);
  border-radius: 8px;
  height: 98px;
  margin-top: 12px;
}

.arrow-line {
  background: var(--ink);
  height: 2px;
  position: absolute;
  right: 37%;
  width: 70px;
}

.arrow-line::after {
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--ink);
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -5px;
}

.phone-small {
  background: #111;
  border-radius: 22px;
  height: 180px;
  padding: 18px 12px;
  position: absolute;
  right: 10%;
  width: 92px;
}

.mini-model {
  background: linear-gradient(#f0c5ba 0 28%, #f6e4d9 28% 56%, #161413 56% 100%);
  border-radius: 40px 40px 10px 10px;
  height: 140px;
}

.palette-visual {
  gap: 10px;
}

.palette-chip {
  border-radius: 999px;
  display: block;
  height: 76px;
  width: 42px;
}

.chip-one {
  background: var(--coral);
}

.chip-two {
  background: var(--teal);
}

.chip-three {
  background: var(--plum);
}

.chip-four {
  background: var(--gold);
}

.shop-visual {
  gap: 10px;
}

.shop-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 140px;
  position: relative;
  width: 70px;
}

.shop-item::before {
  border: 12px solid transparent;
  border-bottom: 72px solid var(--coral);
  content: "";
  left: 12px;
  position: absolute;
  top: 18px;
}

.shop-item:nth-child(2)::before {
  border-bottom-color: var(--ink);
}

.shop-item:nth-child(3)::before {
  border-bottom-color: var(--teal);
}

.calendar-visual {
  align-items: stretch;
  gap: 8px;
  padding: 24px;
}

.calendar-visual span {
  align-items: flex-end;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  flex: 1;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  padding-bottom: 14px;
}

.calendar-visual span:nth-child(2),
.calendar-visual span:nth-child(5) {
  background: #171413;
  color: #fff;
}

.closet-visual {
  align-items: flex-start;
  padding-top: 42px;
}

.rail {
  background: var(--ink);
  border-radius: 999px;
  height: 4px;
  position: absolute;
  top: 54px;
  width: 74%;
}

.hanger {
  background: linear-gradient(180deg, #fff 0 18%, var(--coral) 18% 100%);
  border-radius: 8px 8px 18px 18px;
  display: block;
  height: 124px;
  margin: 0 8px;
  width: 72px;
}

.h-two {
  background: linear-gradient(180deg, #fff 0 18%, var(--teal) 18% 100%);
}

.h-three {
  background: linear-gradient(180deg, #fff 0 18%, var(--plum) 18% 100%);
}

.h-four {
  background: linear-gradient(180deg, #fff 0 18%, var(--gold) 18% 100%);
}

.review-marquee {
  overflow: hidden;
  padding: 10px 0;
}

.review-track {
  display: flex;
  gap: 16px;
  width: max-content;
}

.review-card {
  flex: 0 0 360px;
  min-height: 176px;
  padding: 22px;
}

.review-card div {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.review-card span {
  align-items: center;
  background: var(--paper-deep);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.review-card p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.final-cta {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: space-between;
  padding: 34px;
}

.final-cta h2 {
  max-width: 720px;
}

.style-guides {
  margin: 0 auto;
  max-width: var(--max);
  padding: 78px 20px;
}

.guide-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.guide-card {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(46, 34, 26, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.guide-card:hover {
  box-shadow: 0 24px 64px rgba(46, 34, 26, 0.12);
  transform: translateY(-3px);
}

.guide-card span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.guide-card h3 {
  margin-bottom: 12px;
}

.guide-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.faq {
  display: grid;
  gap: 36px;
  grid-template-columns: 0.75fr 1.25fr;
}

.faq-list {
  overflow: hidden;
}

.faq-item {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 900;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}

.faq-item em {
  height: 18px;
  position: relative;
  width: 18px;
}

.faq-item em::before,
.faq-item em::after {
  background: var(--ink);
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 8px;
  transition: transform 180ms ease;
  width: 14px;
}

.faq-item em::after {
  transform: rotate(90deg);
}

.faq-item[aria-expanded="true"] em::after {
  transform: rotate(0);
}

.faq-panel {
  display: none;
  padding: 0 20px 20px;
}

.faq-panel.open {
  display: block;
}

.footer {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 34px 20px 44px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer a,
.footer p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero {
    gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .hero-stage {
    min-height: 610px;
  }

  .phone-main {
    left: 50%;
    transform: translateX(-62%) rotate(-2deg);
  }

  .phone-side {
    right: 3%;
    top: 138px;
  }

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

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

  .feature-card,
  .feature-wide {
    grid-column: span 3;
  }
}

@media (max-width: 680px) {
  body {
    width: 100%;
  }

  .site-shell {
    overflow: hidden;
    max-width: 100vw;
  }

  .nav-wrap {
    top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    border-radius: 10px;
    height: 34px;
    width: 34px;
  }

  .nav-cta {
    display: none;
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    display: block;
    overflow: hidden;
    min-height: auto;
    padding: 50px 16px 34px;
    width: 100vw;
    max-width: 100vw;
  }

  .hero-copy,
  .section-heading,
  .steps article,
  .feature-card,
  .review-card,
  .faq-list,
  .final-cta {
    min-width: 0;
  }

  .hero-copy {
    max-width: 358px;
    width: 100%;
  }

  .eyebrow,
  .hero-lede,
  h1,
  h2,
  h3,
  p,
  a,
  button {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 358px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

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

  .hero-stage {
    min-height: 540px;
    transform: scale(0.88);
    transform-origin: top center;
    width: 100%;
  }

  .phone-main {
    left: 48%;
    transform: translateX(-58%) rotate(-2deg);
  }

  .phone-side {
    right: -30%;
  }

  .look-card-left {
    left: 6%;
    top: 418px;
  }

  .look-card-right {
    right: 0;
  }

  .intro-band,
  .features,
  .reviews,
  .faq,
  .final-cta,
  .style-guides {
    padding: 54px 16px;
  }

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

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

  .feature-card,
  .feature-wide {
    grid-column: span 1;
  }

  .feature-visual {
    height: 190px;
  }

  .browser-shot {
    left: 5%;
    width: 172px;
  }

  .arrow-line {
    right: 32%;
    width: 44px;
  }

  .phone-small {
    right: 5%;
  }

  .final-cta,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .final-cta {
    gap: 22px;
    padding: 24px;
  }

  .footer {
    text-align: center;
  }

  .review-card {
    flex-basis: 302px;
  }
}

@media (max-width: 480px) {
  .hero-copy,
  .hero-actions,
  .eyebrow,
  .hero-lede {
    max-width: 358px;
    width: 100%;
  }

  .hero-lede {
    font-size: 18px;
    line-height: 1.32;
  }

  .eyebrow {
    font-size: 11px;
    line-height: 1.5;
  }
}

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