:root {
  --bg: #f4efe8;
  --ink: #2b2622;
  --muted: #6f675f;
  --accent: #9a6240;
  --accent-dark: #7d4e32;
  --card: #fffcf8;
  --line: #e4dbd1;
  --sage: #6d7a68;
  --radius: 20px;
  --shadow: 0 18px 40px rgba(43, 38, 34, .08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, system-ui, sans-serif;
  background:
    radial-gradient(900px 400px at 10% -10%, #efe4d6 0%, transparent 55%),
    var(--bg);
  color: var(--ink);
  line-height: 1.55;
  padding-bottom: 72px;
}
.container { width: min(1140px, calc(100% - 32px)); margin-inline: auto; }
a { color: inherit; }
h1, h2, .logo { font-family: Fraunces, Georgia, serif; }
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(244, 239, 232, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 16px; }
.logo { font-weight: 600; font-size: 1.35rem; text-decoration: none; letter-spacing: -0.03em; }
.logo span { color: var(--accent); }
.nav { display: flex; gap: 18px; font-size: .94rem; }
.nav a { text-decoration: none; color: var(--muted); }
.top-actions { display: flex; gap: 10px; align-items: center; }
.search {
  width: min(220px, 32vw); border: 1px solid var(--line); background: #fff;
  border-radius: 999px; padding: 9px 14px; font: inherit;
}
.cart-btn, .mobile-bar button {
  border: 0; background: var(--ink); color: #fff;
  border-radius: 999px; padding: 9px 16px; cursor: pointer; font: inherit;
}
.cart-count { background: var(--accent); border-radius: 999px; padding: 1px 7px; font-size: .75rem; margin-left: 4px; }
.hero { padding: 48px 0 28px; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; color: var(--accent); font-weight: 700; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.08; font-weight: 500; margin: 12px 0 16px; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 500; }
.lead { color: var(--muted); max-width: 48ch; margin-bottom: 22px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; font-weight: 600; font: inherit;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; border: 1px solid #c9b8a8; }
.btn-lg { padding: 15px 26px; }
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-price {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(255,252,248,.92); border-radius: 16px; padding: 10px 14px;
}
.hero-price span { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.hero-price strong { font-size: 1.35rem; }
.trust { padding: 8px 0 36px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-grid div, .card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
}
.trust-grid div { padding: 16px; }
.trust-grid span { display: block; color: var(--muted); font-size: .85rem; }
.video-block { padding: 10px 0 48px; }
.video-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.video-frame {
  aspect-ratio: 16/9; border-radius: 24px; overflow: hidden; background: #1c1916; box-shadow: var(--shadow);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-points { margin: 16px 0 20px; color: var(--muted); padding-left: 18px; }
.catalog, .steps, .contact { padding: 28px 0 48px; }
.section-head { margin-bottom: 18px; }
.section-head p, .steps p { color: var(--muted); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.chip {
  border: 1px solid var(--line); background: var(--card); border-radius: 999px;
  padding: 8px 14px; cursor: pointer; font: inherit;
}
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.card { overflow: hidden; display: flex; flex-direction: column; position: relative; transition: transform .2s ease; }
.card:hover { transform: translateY(-3px); }
.card-star { outline: 1px solid #c99a78; }
.badge-star, .badge-hot {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
}
.badge-star { background: var(--accent); }
.badge-hot { background: var(--sage); }
.card-img { height: 190px; background: #efe6d9; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-desc { color: var(--muted); font-size: .88rem; }
.card-cat { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.price { font-weight: 700; font-size: 1.12rem; }
.card .btn { width: 100%; margin-top: auto; }
.steps-list { margin-top: 16px; padding-left: 20px; color: var(--muted); }
.steps-list li { margin-bottom: 8px; }
.contact { background: #ebe3d8; }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.mail { margin-top: 8px; font-weight: 600; }
.footer { padding: 32px 0 88px; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; margin: 12px 0; }
.legal { max-width: 70ch; }
.cart-drawer { position: fixed; inset: 0; background: rgba(43,38,34,.38); display: none; z-index: 40; }
.cart-drawer.open { display: block; }
.cart-panel {
  position: absolute; right: 0; top: 0; height: 100%; width: min(420px, 100%);
  background: #fffcf8; display: flex; flex-direction: column;
}
.cart-panel header, .cart-panel footer { padding: 16px; display: flex; justify-content: space-between; align-items: center; }
.cart-panel header { border-bottom: 1px solid var(--line); }
.cart-panel footer { border-top: 1px solid var(--line); flex-direction: column; gap: 10px; align-items: stretch; }
.checkout-form { padding: 0 16px 8px; display: grid; gap: 8px; }
.checkout-form input {
  border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; font: inherit; background: #fff;
}
.checkout-note { font-size: .78rem; color: var(--muted); }
.cart-items { flex: 1; overflow: auto; padding: 16px; }
.cart-row { display: flex; justify-content: space-between; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: center; }
.qty { display: flex; gap: 6px; align-items: center; }
.qty button, .cart-row .del {
  width: 28px; height: 28px; border: 1px solid var(--line); background: #fff; border-radius: 8px; cursor: pointer;
}
.cart-row .del { width: auto; padding: 0 8px; color: var(--muted); }
.terms-check { font-size: .85rem; display: flex; gap: 8px; align-items: flex-start; }
.cookie-bar {
  position: fixed; right: 16px; bottom: 16px; left: auto;
  width: min(280px, calc(100% - 32px)); z-index: 28;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 10px 12px;
  display: flex; gap: 10px; align-items: center; justify-content: space-between;
  box-shadow: var(--shadow); font-size: .82rem;
}
@media (max-width: 860px) {
  .cookie-bar { bottom: 72px; left: 12px; right: 12px; width: auto; }
}
.cookie-bar[hidden], .toast[hidden] { display: none !important; }
.cookie-bar a { color: #e8cbb3; }
.toast {
  position: fixed; bottom: 88px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 999px; z-index: 60;
}
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 35;
  background: #fffcf8; border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  justify-content: space-around; align-items: center;
}
.mobile-bar a { text-decoration: none; color: var(--muted); font-size: .9rem; }
.legal-page { padding: 40px 0 80px; max-width: 72ch; }
.legal-page h2 { margin: 28px 0 8px; }
@media (max-width: 860px) {
  .nav { display: none; }
  .search { display: none; }
  .hero-inner, .trust-grid, .video-layout { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; }
}
