:root {
  --ink: #14151c;
  --muted: #5c6070;
  --line: #eadfe6;
  --paper: #fffafb;
  --bg: #f6eef3;
  --pink: #e11d74;
  --pink-d: #be185d;
  --blue: #2563eb;
  --black: #0b0c10;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}
h1, h2, h3, .display { font-family: "Fraunces", Georgia, serif; }
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; font-weight: 650; cursor: pointer; text-decoration: none; font-size: 15px;
}
.btn.primary { background: var(--pink); color: #fff; border-color: var(--pink); }
.btn.dark { background: var(--black); color: #fff; border-color: var(--black); }
.btn:hover { filter: brightness(1.05); }
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,250,251,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.brand b { font-family: Fraunces, serif; font-size: 20px; }
.nav-links { display: flex; gap: 18px; font-size: 14px; font-weight: 600; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover, .nav-links a.on { color: var(--ink); }
.hero {
  padding: 72px 0 48px;
  background:
    radial-gradient(900px 400px at 10% -10%, #f9c2d6 0%, transparent 50%),
    radial-gradient(700px 300px at 100% 0%, #c7d2fe 0%, transparent 45%);
}
.hero-grid { display: grid; gap: 36px; grid-template-columns: 1.1fr .9fr; align-items: center; }
.kicker { letter-spacing: .16em; text-transform: uppercase; font-size: 12px; color: var(--pink-d); font-weight: 700; }
.hero h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.05; margin: 10px 0 16px; }
.lead { font-size: 18px; color: var(--muted); max-width: 540px; }
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 22px;
  box-shadow: 0 20px 50px rgba(80, 20, 50, .06);
}
.grid-3 { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.grid-4 { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.grid-2 { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
section { padding: 64px 0; }
.section-h { margin-bottom: 28px; }
.section-h h2 { font-size: 36px; }
.muted { color: var(--muted); }
.price { font-family: Fraunces, serif; font-size: 42px; }
.price span { font-size: 16px; color: var(--muted); font-family: Source Sans 3, sans-serif; }
.feat { display: flex; gap: 12px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--pink); margin-top: 7px; flex: none; }
footer { border-top: 1px solid var(--line); padding: 36px 0; color: var(--muted); font-size: 14px; }
.gate {
  position: fixed; inset: 0; z-index: 50; background: #120910;
  display: grid; place-items: center; padding: 24px;
}
.gate-card { width: min(420px, 100%); background: #fff; border-radius: 28px; padding: 32px; }
label { display: block; font-size: 13px; font-weight: 650; margin: 12px 0 6px; }
input, textarea, select {
  width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 12px; padding: 0 12px;
  font: inherit; background: #fff;
}
textarea { height: 120px; padding: 12px; resize: vertical; }
.toast { margin-top: 10px; font-size: 14px; color: var(--pink-d); }
.hidden { display: none !important; }
.prod { cursor: pointer; }
.prod h3 { font-size: 18px; margin: 8px 0 4px; }
.badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.cart-n {
  min-width: 20px; height: 20px; border-radius: 99px; background: var(--pink); color: #fff;
  font-size: 11px; display: inline-grid; place-items: center; margin-left: 6px;
}
.compare { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border-radius: 16px; overflow: hidden; }
.compare th, .compare td { border-bottom: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.compare th { background: #1a1220; color: #fff; }
.thumb { width: 100%; height: 160px; object-fit: cover; border-radius: 16px; background: #efe4ea; margin-bottom: 10px; }
.thumb-empty { height: 88px; border-radius: 16px; background: linear-gradient(135deg,#f9c2d6,#c7d2fe); display:grid; place-items:center; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; }
.tiny { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; }
.row-price, .row-line { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:14px; }
.featured { border-color: #e11d74; box-shadow: 0 16px 40px rgba(225,29,116,.12); }
.ticks { margin: 16px 0 0 18px; color: var(--muted); }
.quote { font-family: Fraunces, serif; font-size: 28px; line-height: 1.2; }
.quote .muted { font-family: Source Sans 3, sans-serif; font-size: 15px; margin-top: 12px; }
.slim { max-width: 640px; }
.mark { width:36px;height:36px;border-radius:50%;background:#e11d74;display:grid;place-items:center;color:#fff; }
.nav-cta { display:flex; gap:8px; }
.foot { display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.foot-links { display:flex; gap:16px; }
.pup-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 40;
  display: flex; align-items: center; gap: 8px;
  height: 56px; padding: 0 16px 0 10px; border-radius: 999px;
  border: 0; background: #0b0c10; color: #fff; cursor: pointer;
  box-shadow: 0 16px 40px rgba(11,12,16,.28);
}
.pup-face { font-size: 26px; }
.pup-label { font-weight: 700; font-size: 13px; letter-spacing: .04em; }
.pup {
  position: fixed; right: 20px; bottom: 88px; z-index: 40;
  width: min(360px, calc(100vw - 24px));
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  box-shadow: 0 24px 60px rgba(20,10,20,.18); overflow: hidden;
  display: flex; flex-direction: column; max-height: 70vh;
}
.pup-h { display:flex; align-items:center; gap:8px; padding:12px 14px; border-bottom:1px solid var(--line); }
.pup-h .btn { height: 32px; width: 32px; padding: 0; margin-left: auto; }
.pup-log { padding: 12px; overflow: auto; display:flex; flex-direction:column; gap:8px; min-height: 180px; }
.bubble { padding: 10px 12px; border-radius: 14px; font-size: 14px; max-width: 92%; }
.bubble.bot { background: #f3e8ef; }
.bubble.me { background: #111; color: #fff; margin-left: auto; }
.pup-chips { display:flex; flex-wrap:wrap; gap:6px; padding: 0 12px 8px; }
.pup-chips button { border:1px solid var(--line); background:#fff; border-radius:999px; padding:6px 10px; font-size:12px; cursor:pointer; }
.pup form { display:flex; gap:8px; padding: 10px 12px 12px; border-top:1px solid var(--line); }
.pup form input { flex:1; height:40px; }
.pup form .btn { height:40px; }
@media (max-width: 860px) {
  .hero-grid, .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
