:root {
  --ink: #090807;
  --muted: #6d655d;
  --line: #e5d8ca;
  --paper: #fffdfa;
  --cream: #f8f0e8;
  --warm: #ead9c7;
  --tan: #c7a57e;
  --blue: #4f84b1;
  --shadow: 0 22px 60px rgba(33, 24, 15, 0.13);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 88px;
  padding: 0 64px;
  background: rgba(255, 253, 250, 0.88);
  border-bottom: 1px solid rgba(229, 216, 202, 0.65);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand,
.app-logo {
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brand {
  font-size: 21px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 54px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 0;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.language {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language::before {
  content: "◎";
  margin-right: 8px;
}

.pill-button,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 48px;
  padding: 56px 76px 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 28%, rgba(233, 211, 187, 0.66), transparent 30%),
    linear-gradient(92deg, #f2e6d9 0%, #fffaf5 42%, #f5e9dc 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  background:
    linear-gradient(90deg, rgba(125, 91, 60, 0.2), transparent),
    repeating-linear-gradient(90deg, rgba(90, 64, 40, 0.08) 0 12px, transparent 12px 42px);
  opacity: 0.45;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background:
    linear-gradient(180deg, transparent, rgba(255, 253, 250, 0.92)),
    repeating-linear-gradient(0deg, rgba(175, 148, 117, 0.17) 0 3px, transparent 3px 11px);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 560px;
}

h1,
.preview-copy h2,
.pricing h2,
.how h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(54px, 6.2vw, 86px);
  line-height: 0.95;
}

.hero-copy p {
  max-width: 430px;
  margin: 34px 0 28px;
  color: #2d2925;
  font-size: 19px;
  line-height: 1.7;
}

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

.store-badge {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  min-width: 150px;
  min-height: 54px;
  padding: 8px 14px;
  color: white;
  background: #060606;
  border-radius: 8px;
}

.store-badge::before {
  content: "▶";
  grid-row: span 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.store-badge span {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}

.store-badge strong {
  font-size: 19px;
  line-height: 1;
}

.rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.stars {
  color: #d7a94b;
  letter-spacing: 0.08em;
}

.hero-visual {
  min-height: 590px;
}

.phone {
  position: absolute;
  top: 18px;
  width: 292px;
  min-height: 562px;
  padding: 28px 20px;
  background: #fffaf4;
  border: 8px solid #080808;
  border-radius: 44px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 82px;
  height: 7px;
  transform: translateX(-50%);
  background: #0b0b0b;
  border-radius: 999px;
}

.phone-home {
  right: 340px;
  transform: rotate(0.5deg);
}

.phone-wardrobe {
  right: 82px;
  top: 38px;
  transform: rotate(-3deg);
}

.phone-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900;
}

.phone-bar::after {
  content: "▰ ▰";
  font-size: 10px;
}

.app-logo {
  text-align: center;
  font-size: 13px;
}

.mini-greeting,
.screen-card p {
  color: var(--muted);
  font-size: 13px;
}

.outfit-card {
  margin-top: 22px;
  padding: 16px;
  background: white;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(86, 64, 43, 0.11);
}

.outfit-card span,
.outfit-card strong {
  display: block;
}

.outfit-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.outfit-card strong {
  margin-top: 6px;
  font-size: 17px;
}

.outfit-layout {
  position: relative;
  height: 218px;
  margin: 14px 0;
}

.garment {
  position: absolute;
  background: #ead8c3;
  border: 1px solid #d0b79a;
  box-shadow: 0 8px 18px rgba(85, 65, 45, 0.13);
}

.shirt {
  left: 20px;
  top: 28px;
  width: 82px;
  height: 118px;
  border-radius: 16px 16px 22px 22px;
}

.trouser {
  left: 118px;
  top: 56px;
  width: 58px;
  height: 140px;
  border-radius: 12px 12px 18px 18px;
  background: #c2a57f;
}

.bag {
  right: 16px;
  top: 36px;
  width: 58px;
  height: 52px;
  border-radius: 14px;
  background: #8b613b;
}

.shoe {
  right: 22px;
  bottom: 12px;
  width: 82px;
  height: 32px;
  border-radius: 26px 26px 12px 12px;
  background: #7a4c2e;
}

.outfit-card button {
  width: 100%;
  height: 46px;
  color: white;
  background: var(--ink);
  border: 0;
  border-radius: 14px;
  font-weight: 800;
}

.mini-chart {
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.mini-chart strong {
  font-size: 32px;
}

.mini-chart span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.mini-chart i,
.donut {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 28%, #111 28% 42%, #e8ddd0 42% 100%);
  box-shadow: inset 0 0 0 14px white;
}

.phone-wardrobe h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.search-line {
  height: 34px;
  margin-bottom: 10px;
  background: #f1e9df;
  border-radius: 999px;
}

.tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

.tabs span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f3eadf;
  font-size: 10px;
  font-weight: 800;
}

.tabs span:first-child {
  color: white;
  background: #0b0b0b;
}

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

.wardrobe-grid i {
  height: 82px;
  border-radius: 13px;
  background: #eee1d0;
  box-shadow: inset 0 -26px 0 rgba(0, 0, 0, 0.06), 0 7px 14px rgba(54, 41, 29, 0.1);
}

.wardrobe-grid .tan { background: #c8a987; }
.wardrobe-grid .black { background: #171514; }
.wardrobe-grid .charcoal { background: #4a443e; }
.wardrobe-grid .taupe { background: #98816e; }
.wardrobe-grid .navy { background: #1d2c3d; }
.wardrobe-grid .denim { background: #526f85; }
.wardrobe-grid .khaki { background: #998b6d; }
.wardrobe-grid .camel { background: #b88955; }
.wardrobe-grid .dark { background: #141414; }
.wardrobe-grid .cognac { background: #8a5d37; }

.pilolo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 230px;
  height: 250px;
}

.speech {
  position: absolute;
  top: 0;
  right: 24px;
  width: 126px;
  padding: 18px 14px;
  background: white;
  border-radius: 16px;
  box-shadow: var(--shadow);
  color: #473b32;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.cat {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 150px;
  height: 180px;
}

.cat .face,
.cat .body,
.cat .ear {
  position: absolute;
  display: block;
}

.cat .face {
  left: 16px;
  top: 14px;
  width: 116px;
  height: 106px;
  background: radial-gradient(circle at 40% 42%, white 0 9px, transparent 10px), #eec08d;
  border-radius: 48% 48% 46% 46%;
  box-shadow: inset -20px -10px 0 rgba(166, 95, 42, 0.13);
}

.cat .ear {
  top: 0;
  width: 42px;
  height: 48px;
  background: #d99b66;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.cat .ear.left { left: 18px; transform: rotate(-18deg); }
.cat .ear.right { right: 20px; transform: rotate(18deg); }

.cat .eye {
  position: absolute;
  top: 42px;
  width: 20px;
  height: 24px;
  background: #21170e;
  border-radius: 50%;
  box-shadow: inset 6px 5px 0 white;
}

.cat .eye.left { left: 26px; }
.cat .eye.right { right: 26px; }

.cat .nose {
  position: absolute;
  left: 52px;
  top: 70px;
  width: 13px;
  height: 9px;
  background: #b67861;
  border-radius: 50%;
}

.cat .body {
  left: 10px;
  bottom: 0;
  width: 130px;
  height: 88px;
  background: #c7ad8d;
  border-radius: 42px 42px 18px 18px;
}

.feature-strip {
  position: relative;
  z-index: 3;
  max-width: 1220px;
  margin: -8px auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 34px 36px;
  background: rgba(255, 253, 250, 0.9);
  border: 1px solid rgba(229, 216, 202, 0.7);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 24px 50px rgba(47, 34, 22, 0.08);
}

.feature-strip article,
.steps article {
  text-align: center;
}

.icon,
.steps span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fbf4ec;
  font-size: 31px;
}

.feature-strip h2,
.steps h3,
.screen-card h3,
.price-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  letter-spacing: 0;
}

.feature-strip p,
.steps p {
  max-width: 210px;
  margin: 0 auto;
  color: #2c2925;
  font-size: 14px;
  line-height: 1.55;
}

.how,
.pricing {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px 70px;
  text-align: center;
}

.how h2,
.pricing h2 {
  font-size: 38px;
}

.section-rule {
  width: 58px;
  height: 3px;
  margin: 22px auto 44px;
  background: var(--ink);
}

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

.steps article {
  position: relative;
}

.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(50% + 48px);
  width: calc(100% - 58px);
  border-top: 2px dashed var(--line);
}

.app-preview {
  max-width: 1240px;
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 64px;
  padding: 62px 56px;
  background: linear-gradient(100deg, #f5ece3, #fffdfa 70%);
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.screen-card {
  min-height: 376px;
  padding: 24px 16px;
  background: white;
  border: 1px solid #ede4d9;
  border-radius: 10px;
  box-shadow: 0 20px 42px rgba(60, 40, 24, 0.08);
}

.screen-tabs {
  display: flex;
  gap: 7px;
  margin: 16px 0;
}

.screen-tabs span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #f3ede6;
  font-size: 10px;
  font-weight: 800;
}

.screen-tabs span:nth-child(2) {
  color: white;
  background: var(--ink);
}

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

.look-row i,
.mini-items i {
  display: block;
  border-radius: 20px 20px 10px 10px;
  background: linear-gradient(#e8d6c1 0 34%, #1d2c3d 34% 100%);
}

.weekly ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.weekly li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #faf6f1;
  border-radius: 10px;
  font-size: 12px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0 36px;
}

.metrics b {
  padding: 14px 4px;
  background: #f6ece1;
  border-radius: 10px;
  font-size: 22px;
}

.donut {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  box-shadow: inset 0 0 0 25px white;
}

.weather-row,
.mini-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.weather-row span {
  display: grid;
  place-items: center;
  height: 46px;
  background: #fff7ed;
  border-radius: 10px;
}

.mini-items i {
  height: 58px;
}

.preview-copy {
  align-self: center;
}

.eyebrow {
  color: #b59b80;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.preview-copy h2 {
  max-width: 420px;
  font-size: 42px;
  line-height: 1.08;
}

.preview-copy ul,
.price-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.preview-copy li,
.price-card li {
  position: relative;
  padding-left: 30px;
  color: #2d2925;
}

.preview-copy li::before,
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 900;
}

.pricing {
  position: relative;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 42px 28px 30px;
  background: white;
  border: 1px solid #d9cabc;
  border-radius: 14px;
  text-align: left;
}

.price-card h3 {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.price {
  margin: 22px 0 28px;
  text-align: center;
  font-size: 48px;
}

.price span {
  margin-left: 4px;
  color: var(--muted);
  font-size: 14px;
}

.price-card a {
  width: 100%;
  color: var(--ink);
  background: white;
  border: 1px solid var(--ink);
}

.price-card.popular {
  border: 2px solid #8b613b;
  box-shadow: 0 18px 40px rgba(60, 40, 24, 0.12);
}

.price-card.popular .label {
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 28px;
  margin: 0;
  display: grid;
  place-items: center;
  color: white;
  background: #0b0b0b;
  border-radius: 12px 12px 0 0;
  font-size: 12px;
  font-weight: 900;
}

.price-card.popular a {
  color: white;
  background: var(--ink);
}

.trial-note {
  margin-top: 24px;
  font-weight: 800;
}

.final-cta {
  max-width: 1240px;
  min-height: 150px;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 24px 42px 24px 24px;
  color: white;
  background: #080807;
  border-radius: 10px;
  overflow: hidden;
}

.mini-cat {
  align-self: end;
  width: 136px;
  height: 120px;
  border-radius: 70px 70px 0 0;
  background:
    radial-gradient(circle at 42px 48px, #160f0a 0 8px, transparent 9px),
    radial-gradient(circle at 86px 48px, #160f0a 0 8px, transparent 9px),
    radial-gradient(circle at 64px 68px, #b8795f 0 6px, transparent 7px),
    #e7b57d;
}

.final-cta h2 {
  font-size: 34px;
}

.final-cta p {
  color: #d4c8bc;
  font-size: 17px;
}

.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 34px;
  padding: 20px 42px 52px;
  color: #2f2b27;
}

.site-footer h3 {
  margin: 0 0 14px;
  font-size: 13px;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: #3f3933;
  font-size: 13px;
}

.socials,
.copyright {
  color: var(--muted);
  font-size: 13px;
}

.copyright {
  grid-column: 1 / -1;
  text-align: center;
  margin: 14px 0 0;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 86px 42px 110px;
}

.legal-page h1 {
  margin: 10px 0 18px;
  font-size: 58px;
  line-height: 1.02;
}

.legal-page h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.legal-page p {
  color: #4f4841;
  font-size: 17px;
  line-height: 1.7;
}

.legal-page section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.legal-page a {
  color: #090807;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 0;
  padding-top: 0;
}

.contact-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.contact-grid h2 {
  font-size: 18px;
}

.contact-grid p {
  margin: 8px 0;
  font-size: 15px;
}

.contact-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 28px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 48px 28px 72px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-home {
    left: 5%;
    right: auto;
  }

  .phone-wardrobe {
    right: 5%;
  }

  .feature-strip,
  .preview-cards,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .steps article::after {
    display: none;
  }

  .app-preview {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 0 18px;
  }

  .brand {
    font-size: 16px;
  }

  .header-actions .language {
    display: none;
  }

  .pill-button {
    min-height: 38px;
    padding: 0 16px;
  }

  .hero {
    min-height: auto;
    padding: 42px 18px 42px;
  }

  h1 {
    font-size: 50px;
  }

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

  .hero-visual {
    min-height: 520px;
    transform: scale(0.78);
    transform-origin: top left;
    width: 128%;
  }

  .phone {
    width: 260px;
  }

  .phone-home {
    left: 0;
  }

  .phone-wardrobe {
    right: 0;
  }

  .pilolo {
    right: -12px;
    bottom: 24px;
  }

  .feature-strip,
  .steps,
  .preview-cards,
  .price-grid,
  .contact-grid,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    margin: 0 18px 54px;
    padding: 28px 18px;
    border-radius: 22px;
  }

  .how,
  .pricing {
    padding-left: 18px;
    padding-right: 18px;
  }

  .how h2,
  .pricing h2,
  .preview-copy h2 {
    font-size: 34px;
  }

  .app-preview {
    margin: 0 18px 58px;
    padding: 34px 18px;
  }

  .final-cta {
    margin-left: 18px;
    margin-right: 18px;
    padding: 24px;
  }

  .site-footer {
    padding: 20px 24px 48px;
  }

  .legal-page {
    padding: 46px 22px 72px;
  }

  .legal-page h1 {
    font-size: 42px;
  }
}
