:root {
  --bg: #fcf8fd;
  --bg-2: #f4eef8;
  --panel: rgba(255,255,255,.74);
  --panel-strong: #ffffff;
  --text: #241b2d;
  --muted: #6f637d;
  --line: rgba(104, 86, 131, .12);
  --primary: #7d63c6;
  --primary-2: #9b7fe3;
  --primary-dark: #5e479d;
  --accent: #ecdff7;
  --success: #4f7a55;
  --shadow: 0 22px 60px rgba(106, 84, 143, .14);
  --radius: 28px;
  --radius-sm: 20px;
  --shell: min(1160px, calc(100% - 28px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 20%, rgba(206, 182, 241, .38), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(155, 127, 227, .20), transparent 22%),
    linear-gradient(180deg, #fcf8fd 0%, #f8f3fb 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 78px 0; }
.bg-orb {
  position: fixed; border-radius: 50%; filter: blur(35px); z-index: -2; opacity: .55; pointer-events: none;
}
.orb-a { width: 360px; height: 360px; background: rgba(175, 142, 236, .22); top: -80px; right: -80px; }
.orb-b { width: 320px; height: 320px; background: rgba(233, 205, 239, .32); left: -120px; top: 460px; }
.topbar {
  width: var(--shell); margin: 16px auto 0; padding: 14px 18px; position: sticky; top: 14px; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(18px); box-shadow: var(--shadow); border-radius: 999px;
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img, .footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { font-weight: 800; letter-spacing: -.02em; }
.nav { display: flex; gap: 28px; color: var(--muted); font-weight: 600; }
.nav a:hover, .footer-links a:hover { color: var(--primary-dark); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer;
  min-height: 50px; padding: 0 20px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; box-shadow: 0 16px 34px rgba(125,99,198,.28); }
.btn-soft { background: rgba(125,99,198,.10); color: var(--primary-dark); }
.btn-ghost { background: rgba(255,255,255,.72); color: var(--text); border: 1px solid var(--line); }
.btn-full { width: 100%; }
.eyebrow {
  display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; font-weight: 800; color: var(--primary-dark); background: rgba(125,99,198,.10); border: 1px solid rgba(125,99,198,.10);
}
.card, .card-soft, .card-featured, .order-form, .trust-item, .faq-list details {
  background: var(--panel); border: 1px solid rgba(255,255,255,.78); box-shadow: var(--shadow); border-radius: var(--radius);
}
.card { padding: 24px; }
.card-soft { padding: 18px; }
.card-featured {
  padding: 34px; background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(243,235,250,.88));
}
.hero {
  padding: 46px 0 28px; min-height: calc(100vh - 110px);
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 36px;
}
.hero-copy h1 {
  margin: 18px 0 14px; font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: .94; letter-spacing: -.06em;
}
.hero-copy h1 span {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-2)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { font-size: 1.08rem; line-height: 1.72; color: var(--muted); max-width: 610px; }
.hero-actions, .hero-points, .offer-points, .check-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; list-style: none; }
.hero-actions { margin-top: 26px; }
.hero-points { margin-top: 20px; }
.hero-points li, .offer-points li {
  padding: 12px 14px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--line); color: var(--text); font-weight: 600;
}
.hero-media { overflow: hidden; }
.hero-media img { width: 100%; aspect-ratio: 0.8; object-fit: cover; border-radius: 22px; }
.trust {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 10px;
}
.trust-item { padding: 22px; }
.trust-item strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.trust-item span { color: var(--muted); line-height: 1.55; }
.section-head { margin-bottom: 26px; }
.section-head.narrow { max-width: 760px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2, .showcase-copy h2, .outfit-copy h2, .buy-copy h2, .offer h2 {
  margin: 16px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -.05em;
}
.benefit-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit h3, .review strong { font-size: 1.12rem; margin: 0 0 10px; }
.benefit p, .review p, .showcase-copy p, .outfit-copy p, .buy-copy p, .offer p { color: var(--muted); line-height: 1.72; margin: 0; }
.visual-section { padding-top: 52px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media { padding: 0; overflow: hidden; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.tall { aspect-ratio: 0.74; }
.wide { grid-column: 1 / -1; aspect-ratio: 1.34; }
.dual-showcase, .offer-wrap, .buy-section, .outfit-section {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: center;
}
.product-shot { aspect-ratio: .82; }
.product-shot img, .outfit-media img { border-radius: inherit; }
.showcase-copy, .outfit-copy, .buy-copy { padding: 8px 6px; }
.check-list { margin-top: 18px; display: grid; gap: 12px; }
.check-list li {
  position: relative; padding-left: 28px; color: var(--text); font-weight: 600;
}
.check-list li::before {
  content: '✦'; position: absolute; left: 0; top: 0; color: var(--primary);
}
.offer-wrap { grid-template-columns: 1.02fr .98fr; }
.offer { display: grid; gap: 18px; }
.price-block { display: flex; align-items: end; gap: 16px; flex-wrap: wrap; }
.old-price { color: var(--muted); text-decoration: line-through; font-weight: 700; }
.price-block strong { font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: .95; }
.discount {
  padding: 8px 12px; border-radius: 999px; background: #1f1c27; color: #fff; font-weight: 800;
}
.dark-shot { background: #e6dfec; }
.stars { color: #2b2238; letter-spacing: .18em; font-size: 1rem; margin-bottom: 12px; }
.review { min-height: 220px; display: flex; flex-direction: column; gap: 10px; }
.order-form {
  padding: 24px; display: grid; gap: 14px; background: rgba(255,255,255,.86);
}
.order-form label { display: grid; gap: 9px; font-weight: 700; }
.order-form input, .order-form select {
  width: 100%; min-height: 50px; padding: 0 14px; border-radius: 14px; border: 1px solid var(--line); background: #fff; color: var(--text); font: inherit;
}
.order-form input:focus, .order-form select:focus { outline: 2px solid rgba(125,99,198,.22); border-color: rgba(125,99,198,.32); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { margin: 0; color: var(--muted); font-size: .92rem; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 20px 22px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--muted); line-height: 1.7; }
.footer {
  padding: 28px 0 110px; display: flex; justify-content: space-between; align-items: center; gap: 22px; color: var(--muted);
}
.footer-brand p { margin: 4px 0 0; }
.footer-links { display: flex; gap: 18px; font-weight: 700; }
.sticky-buy {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 40;
  width: min(760px, calc(100% - 20px)); padding: 12px 14px; border-radius: 20px;
  display: none; align-items: center; justify-content: space-between; gap: 14px;
  background: rgba(34,25,46,.92); color: #fff; box-shadow: 0 24px 50px rgba(26,17,39,.38); backdrop-filter: blur(16px);
}
.sticky-buy strong { display: block; font-size: 1.2rem; }
.sticky-buy span { color: rgba(255,255,255,.76); font-size: .9rem; }
@media (max-width: 1024px) {
  .nav { display: none; }
  .hero, .dual-showcase, .offer-wrap, .buy-section, .outfit-section, .benefit-grid, .review-grid, .gallery-grid, .trust { grid-template-columns: 1fr; }
  .wide { grid-column: auto; aspect-ratio: .95; }
  .topbar { border-radius: 24px; }
  .hero { min-height: auto; padding-top: 24px; }
  .hero-media img, .product-shot, .outfit-media { aspect-ratio: .82; }
  .footer { flex-direction: column; align-items: flex-start; padding-bottom: 110px; }
  .sticky-buy { display: flex; }
}
@media (max-width: 640px) {
  .section { padding: 58px 0; }
  .topbar { width: min(100% - 14px, 1160px); padding: 12px 14px; }
  .brand img, .footer-brand img { width: 36px; height: 36px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 12vw, 3.7rem); }
  .field-row { grid-template-columns: 1fr; }
  .card, .card-soft, .card-featured, .order-form { border-radius: 22px; }
  .hero-points li, .offer-points li { width: 100%; border-radius: 18px; }
  .btn { width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
}
