/* ============================================================
   WoreItorWearit — marketing landing page
   Ported from the imported claude.ai/design page
   ============================================================ */

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

.ld-container { max-width: 1120px; margin: 0 auto; }

/* ---------- Nav ---------- */
.ld-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--ivory-100) 82%, transparent);
  border-bottom: 1px solid var(--border-subtle);
}
.ld-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 11px clamp(16px, 5vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.ld-brand { display: flex; align-items: center; gap: 9px; color: var(--text-primary); }
.ld-brand:hover { color: var(--text-primary); }
.ld-brand img { height: 28px; width: auto; display: block; }
.ld-brand span { font-size: clamp(12px, 3vw, 14px); font-weight: var(--fw-medium); letter-spacing: 0.24em; text-transform: uppercase; white-space: nowrap; }
.ld-brand em { font-style: normal; color: var(--accent); }

/* ---------- Sections ---------- */
.ld-section { padding: clamp(56px, 9vw, 104px) clamp(18px, 5vw, 40px); }
.ld-section-tinted { background: var(--ivory-50); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.ld-section-dark { background: var(--surface-dark); color: var(--text-on-dark); }

.ld-section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 6vw, 64px); }
.ld-section-head .wiw-eyebrow { display: block; margin-bottom: 14px; }
.ld-h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.6vw, 46px);
  font-weight: 500;
  letter-spacing: var(--ls-display);
  line-height: 1.08;
  margin: 0;
  color: var(--text-primary);
  text-wrap: balance;
}

/* ---------- Hero ---------- */
.ld-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 76px) clamp(18px, 5vw, 40px) clamp(44px, 7vw, 84px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 6vw, 64px);
}
.ld-hero-copy { flex: 1 1 360px; min-width: min(100%, 340px); }
.ld-hero-copy .wiw-eyebrow { display: block; margin-bottom: 16px; }
.ld-h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 7.2vw, 68px);
  font-weight: 500;
  letter-spacing: var(--ls-display);
  line-height: 1.04;
  margin: 0 0 18px;
  color: var(--text-primary);
  text-wrap: balance;
}
.ld-hero-sub {
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 28px;
  max-width: 30em;
}
.ld-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.ld-trial-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--text-tertiary);
  font-size: var(--fs-footnote);
}
.ld-trial-note .material-symbols-rounded { font-size: 18px; color: var(--success); }

/* ---------- Phone mock ---------- */
.ld-phone-wrap { flex: 0 0 auto; margin: 0 auto; width: clamp(258px, 78vw, 296px); }
.ld-phone {
  position: relative;
  width: 100%;
  aspect-ratio: 296 / 612;
  background: linear-gradient(158deg, #2e2620, #171310);
  border-radius: 46px;
  padding: 11px;
  box-shadow: 0 34px 64px -22px rgba(52, 38, 45, 0.55), 0 14px 26px -14px rgba(52, 38, 45, 0.4);
}
.ld-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--ivory-100);
  border-radius: 35px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ld-phone-notch {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 25px;
  background: #181114;
  border-radius: 16px;
  z-index: 6;
}
.ld-phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px 0;
  font-size: 12px;
  font-weight: var(--fw-semibold);
  color: var(--text-primary);
  position: relative;
  z-index: 4;
}
.ld-phone-status .material-symbols-rounded { font-size: 16px; font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24; }
.ld-phone-content { flex: 1; padding: 14px 15px 0; overflow: hidden; }
.ld-phone-weather {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: 0;
  margin-bottom: 15px;
  box-shadow: var(--shadow-xs);
}
.ld-phone-weather .material-symbols-rounded { font-size: 26px; color: var(--accent); }
.ld-phone-weather-city { font-size: 12.5px; font-weight: var(--fw-semibold); }
.ld-phone-weather-sub { font-size: 10.5px; color: var(--text-tertiary); }
.ld-phone-title-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 11px; }
.ld-phone-title { font-family: var(--font-display); font-size: 26px; font-weight: 500; letter-spacing: var(--ls-display); }
.ld-phone-count { font-size: 11px; color: var(--text-tertiary); }
.ld-phone-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  background: var(--surface-sunken);
  border-radius: var(--radius-pill);
  margin-bottom: 15px;
  font-size: 12px;
  color: var(--text-tertiary);
}
.ld-phone-search .material-symbols-rounded { font-size: 17px; color: var(--stone-500); }
.ld-phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ld-tile { display: flex; flex-direction: column; gap: 6px; }
.ld-tile-photo { position: relative; aspect-ratio: 3 / 4; border-radius: 0; overflow: hidden; }
.ld-tile-fav {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-circle);
  background: color-mix(in srgb, var(--ivory-50) 80%, transparent);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ld-tile-fav .material-symbols-rounded { font-size: 15px; color: var(--stone-600); }
.ld-tile-fav.is-fav .material-symbols-rounded { color: var(--accent); font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.ld-tile-name { font-size: 11.5px; font-weight: var(--fw-semibold); line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ld-tile-meta { font-size: 10px; color: var(--text-tertiary); margin-top: -3px; }
.ld-phone-tabbar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 58px;
  background: color-mix(in srgb, var(--ivory-50) 82%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 6px;
}
.ld-phone-tab { display: flex; flex-direction: column; align-items: center; gap: 2px; color: var(--text-tertiary); font-size: 9px; font-weight: var(--fw-medium); }
.ld-phone-tab .material-symbols-rounded { font-size: 23px; }
.ld-phone-tab.is-active { color: var(--accent); font-weight: var(--fw-semibold); }
.ld-phone-tab.is-active .material-symbols-rounded { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

/* ---------- How it works ---------- */
.ld-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.ld-step { display: flex; flex-direction: column; gap: 14px; }
.ld-step-head { display: flex; align-items: center; gap: 12px; }
.ld-step-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-circle);
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.ld-step-icon .material-symbols-rounded { font-size: 24px; color: var(--accent); }
.ld-step-num {
  font-size: var(--fs-footnote);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.ld-step h3 { font-family: var(--font-display); font-size: var(--fs-title-2); font-weight: 500; letter-spacing: var(--ls-display); margin: 0; }
.ld-step p { font-size: var(--fs-callout); line-height: 1.55; color: var(--text-secondary); margin: 0; }

/* ---------- Features ---------- */
.ld-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: clamp(16px, 2.4vw, 22px); }
.ld-feature {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-xs);
}
.ld-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ld-feature-icon .material-symbols-rounded { font-size: 25px; color: var(--accent); }
.ld-feature h3 { font-family: var(--font-display); font-size: var(--fs-title-2); font-weight: 500; letter-spacing: var(--ls-display); margin: 4px 0 0; }
.ld-feature p { font-size: var(--fs-callout); line-height: 1.5; color: var(--text-secondary); margin: 0; }

/* ---------- Weather spotlight ---------- */
.ld-weather {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 6vw, 64px);
}
.ld-weather-copy { flex: 1 1 320px; min-width: min(100%, 300px); }
.ld-weather-copy .wiw-eyebrow { display: block; color: var(--rose-200); margin-bottom: 16px; }
.ld-weather-copy .ld-h2 { color: #fff; margin-bottom: 18px; }
.ld-weather-sub { font-size: clamp(16px, 2.1vw, 18px); line-height: 1.6; color: var(--rose-100); margin: 0 0 24px; max-width: 32em; }
.ld-weather-points { display: flex; flex-direction: column; gap: 12px; }
.ld-weather-point { display: flex; align-items: center; gap: 11px; font-size: var(--fs-callout); color: var(--ivory-200); }
.ld-weather-point .material-symbols-rounded { font-size: 20px; color: var(--rose-200); }

.ld-weather-card {
  flex: 0 0 auto;
  width: min(100%, 360px);
  margin: 0 auto;
  background: var(--ivory-50);
  color: var(--text-primary);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.5);
}
.ld-weather-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.ld-weather-loc { font-size: var(--fs-footnote); color: var(--text-tertiary); display: flex; align-items: center; gap: 4px; }
.ld-weather-loc .material-symbols-rounded { font-size: 15px; }
.ld-weather-temp { font-family: var(--font-display); font-size: 48px; font-weight: 500; letter-spacing: 0; line-height: 1; margin-top: 6px; }
.ld-weather-desc { font-size: var(--fs-subhead); color: var(--text-secondary); margin-top: 4px; }
.ld-weather-card-top > .material-symbols-rounded { font-size: 52px; font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48; color: var(--accent); }
.ld-forecast {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 14px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.ld-forecast-day { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; }
.ld-forecast-day .day { font-size: 11px; font-weight: var(--fw-semibold); color: var(--text-tertiary); }
.ld-forecast-day .material-symbols-rounded { font-size: 20px; color: var(--stone-600); }
.ld-forecast-day .temp { font-size: 12px; font-weight: var(--fw-semibold); }
.ld-todays-pick { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.ld-pick-swatches { display: flex; }
.ld-pick-swatch { width: 38px; height: 48px; border-radius: 0; border: 2px solid var(--ivory-50); }
.ld-pick-swatch + .ld-pick-swatch { margin-left: -14px; }
.ld-pick-label {
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.ld-pick-name { font-size: var(--fs-subhead); font-weight: var(--fw-semibold); margin-top: 2px; }

/* ---------- Testimonials ---------- */
.ld-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: clamp(16px, 2.4vw, 24px); }
.ld-quote {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 2.6vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-xs);
}
.ld-stars { display: flex; gap: 2px; }
.ld-stars .material-symbols-rounded { font-size: 18px; color: var(--accent); font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.ld-quote p { font-family: var(--font-display); font-style: italic; font-size: var(--fs-title-3); line-height: 1.5; margin: 0; font-weight: 500; }
.ld-quote-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.ld-quote-avatar {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw-semibold);
  flex: none;
}
.ld-quote-name { font-size: var(--fs-subhead); font-weight: var(--fw-semibold); }
.ld-quote-role { font-size: var(--fs-footnote); color: var(--text-tertiary); }

/* ---------- Pricing ---------- */
.ld-price-card {
  max-width: 420px;
  margin: 0 auto;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: clamp(26px, 3.4vw, 38px);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.ld-price-badge { position: absolute; top: 20px; right: 20px; }
.ld-price-plan { font-size: var(--fs-subhead); font-weight: var(--fw-semibold); color: var(--text-secondary); }
.ld-price-amount { display: flex; align-items: baseline; gap: 4px; margin: 12px 0 4px; }
.ld-price-amount strong { font-family: var(--font-display); font-size: clamp(48px, 7.4vw, 64px); font-weight: 500; letter-spacing: 0; }
.ld-price-amount span { font-size: var(--fs-body); color: var(--text-secondary); font-weight: var(--fw-medium); }
.ld-price-sub { font-size: var(--fs-footnote); color: var(--text-tertiary); margin: 0 0 24px; }
.ld-perks { display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; }
.ld-perk { display: flex; align-items: flex-start; gap: 11px; font-size: var(--fs-callout); line-height: 1.4; }
.ld-perk .material-symbols-rounded { font-size: 20px; color: var(--accent); flex: none; }
.ld-price-note { text-align: center; font-size: var(--fs-footnote); color: var(--text-tertiary); margin: 14px 0 0; }

/* ---------- FAQ ---------- */
.ld-faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.ld-faq {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.ld-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: var(--fs-callout);
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
}
.ld-faq summary::-webkit-details-marker { display: none; }
.ld-faq summary::after {
  content: 'add';
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 0, 'wght' 350, 'GRAD' 0, 'opsz' 24;
  font-size: 22px;
  font-weight: normal;
  color: var(--accent);
  flex: none;
  transition: transform var(--dur) var(--ease-out);
}
.ld-faq[open] summary::after { content: 'remove'; }
.ld-faq-a { padding: 0 20px 20px; font-size: var(--fs-callout); line-height: 1.6; color: var(--text-secondary); }

/* ---------- Final CTA ---------- */
.ld-final { text-align: center; }
.ld-final-inner { max-width: 660px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.ld-final img { height: 56px; width: auto; margin-bottom: 24px; }
.ld-final .ld-h2 { font-size: clamp(30px, 5vw, 48px); color: #fff; margin-bottom: 16px; }
.ld-final-sub { font-size: clamp(16px, 2.2vw, 19px); line-height: 1.55; color: var(--rose-100); margin: 0 0 30px; max-width: 30em; }
.ld-final-note { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--rose-200); font-size: var(--fs-footnote); }
.ld-final-note .material-symbols-rounded { font-size: 18px; }

/* ---------- Footer ---------- */
.ld-footer { background: var(--ivory-100); border-top: 1px solid var(--border-subtle); padding: clamp(36px, 5vw, 52px) clamp(18px, 5vw, 40px); }
.ld-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ld-footer-nav { display: flex; flex-wrap: wrap; gap: clamp(16px, 3vw, 28px); }
.ld-footer-nav a { font-size: var(--fs-micro); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-secondary); }
.ld-footer-nav a:hover { color: var(--accent-press); }
.ld-footer-legal {
  max-width: 1120px;
  margin: 24px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
  font-size: var(--fs-footnote);
  color: var(--text-tertiary);
}
