:root {
  --primary: #d9468e;
  --primary-dark: #b83275;
  --primary-soft: #fde7f1;
  --ink: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --paper: #ffffff;
  --wash: #f9fafb;
  --mint: #dff7ef;
  --navy: #26314d;
  --gold: #f3c66f;
  --shadow: 0 18px 45px rgba(31, 41, 55, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.brand span {
  font-size: 1.13rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #374151;
  font-weight: 650;
}

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

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

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 1.3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 28px rgba(217, 70, 142, 0.28);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  color: var(--primary-dark);
  background: #fff;
  border-color: rgba(217, 70, 142, 0.25);
}

.section {
  padding: 96px 0;
}

.section.alt {
  background: var(--wash);
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 6vw, 4.9rem);
}

h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.14rem;
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  padding: 90px 0 48px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(253, 231, 241, 0.95) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(223, 247, 239, 0.88) 100%),
    url("https://images.unsplash.com/photo-1445205170230-053b83016050?q=80&w=1760&auto=format&fit=crop") center / cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.closet-board {
  display: grid;
  gap: 16px;
}

.budget-strip {
  padding: 18px;
  border-radius: 18px;
  background: var(--navy);
  color: #fff;
}

.progress {
  height: 10px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.progress span {
  display: block;
  width: 64%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--primary));
}

.look-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.look-card {
  min-height: 160px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.look-card strong {
  display: block;
  margin-bottom: 52px;
  font-size: 0.86rem;
}

.swatches {
  display: flex;
  gap: 7px;
}

.swatches i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
}

.swatches i:nth-child(2) {
  background: var(--navy);
}

.swatches i:nth-child(3) {
  background: var(--mint);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat {
  padding: 16px;
  border-radius: 16px;
  background: rgba(253, 231, 241, 0.85);
}

.stat b {
  display: block;
  font-size: 1.4rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 42px;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 900;
}

.photo-frame {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
  background: #fff;
}

.photo-frame img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.wardrobe-map {
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(217, 70, 142, 0.12), rgba(38, 49, 77, 0.06)),
    #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.rail {
  height: 12px;
  border-radius: 999px;
  background: var(--navy);
}

.hanger-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
}

.garment {
  min-height: 180px;
  border-radius: 18px 18px 10px 10px;
  background: var(--primary);
  box-shadow: inset 0 -44px 0 rgba(255, 255, 255, 0.24);
}

.garment:nth-child(2) {
  min-height: 235px;
  background: var(--navy);
}

.garment:nth-child(3) {
  min-height: 205px;
  background: #207767;
}

.garment:nth-child(4) {
  min-height: 160px;
  background: var(--gold);
}

.insight-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

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

.step {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.step:nth-child(2) {
  background: var(--primary-dark);
}

.step:nth-child(3) {
  background: #207767;
}

.step:nth-child(4) {
  background: #6b4e16;
}

.step .num {
  display: block;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

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

.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
}

.quote {
  display: grid;
  gap: 18px;
}

.download-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 40px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--navy));
}

.page-hero {
  padding: 82px 0 64px;
  background: linear-gradient(135deg, var(--primary-soft), #fff 55%, var(--mint));
}

.page-hero .wrap {
  display: grid;
  gap: 18px;
}

.legal-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: start;
}

.toc,
.legal-card,
.contact-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.05);
}

.toc {
  position: sticky;
  top: 96px;
  padding: 22px;
}

.toc a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
}

.legal-card {
  display: grid;
  gap: 28px;
  padding: 36px;
}

.legal-card section {
  display: grid;
  gap: 10px;
}

.notice {
  padding: 18px;
  border-left: 5px solid var(--primary);
  border-radius: 14px;
  background: var(--primary-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.form-card,
.contact-card {
  padding: 30px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(217, 70, 142, 0.16);
  border-color: var(--primary);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 500;
}

.check input {
  width: 18px;
  margin-top: 4px;
}

.form-message {
  min-height: 24px;
  color: var(--primary-dark);
  font-weight: 700;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.store {
  min-width: 172px;
  padding: 12px 16px;
  border-radius: 14px;
  color: #fff;
  background: #111827;
}

.store small,
.store strong {
  display: block;
  line-height: 1.15;
}

.store small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.store strong {
  margin-top: 3px;
  font-size: 1.08rem;
}

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

.site-footer {
  padding: 48px 0 30px;
  background: #111827;
  color: #f9fafb;
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-logo {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.muted {
  color: var(--muted);
}

.mobile-only-page .site-header,
.mobile-only-page .site-footer {
  display: none;
}

.mobile-only-page .section,
.mobile-only-page .page-hero {
  padding: 42px 0;
}

.mobile-only-page .wrap {
  width: min(680px, calc(100% - 28px));
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .hero-grid,
  .split,
  .legal-shell,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .toc {
    position: static;
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 28px, 1160px);
  }

  .brand span {
    font-size: 1rem;
  }

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

  .hero-panel {
    padding: 14px;
  }

  .look-stack,
  .stat-row,
  .flow,
  .cards,
  .requirements {
    grid-template-columns: 1fr;
  }

  .look-card {
    min-height: 126px;
  }

  .download-band {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .section {
    padding: 62px 0;
  }

  .legal-card,
  .form-card,
  .contact-card {
    padding: 24px;
  }
}
