/* PEPTIQUE — shop theme (structure inspired by a classic e-commerce layout, PEPTIQUE palette) */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Golos+Text:wght@400;500;600&display=swap');

:root {
  --bg: #f7f4f1;            /* pearl */
  --bg-2: #ffffff;
  --mist: #f3eef7;          /* lavender mist */
  --ice: #ece4f5;
  --ink: #241f2b;
  --ink-2: #4b4453;
  --muted: #7f7788;
  --line: #e9e3ec;
  --line-2: #ded5e6;
  --violet: #6f4ba6;        /* primary */
  --violet-deep: #4e3380;
  --violet-soft: #c9b6e4;
  --gold: #b8925a;          /* accent */
  --gold-light: #e3cfa6;
  --gold-ink: #8a6e3e;
  --green: #25d366;
  --green-deep: #1aa853;
  --display: 'Manrope', system-ui, sans-serif;
  --body: 'Golos Text', system-ui, sans-serif;
  --r: 12px; --r-lg: 18px;
  --max: 1240px;
  --shadow: 0 10px 30px -18px rgba(78,51,128,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
.wrap { min-width: 0; }

/* ---------- Motion: page fade, scroll reveal, hover ---------- */
body { opacity: 0; transition: opacity .6s ease; }
body.ready { opacity: 1; }
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0ms); will-change: opacity, transform; }
.rv.in { opacity: 1; transform: none; }
.header { transition: box-shadow .3s, background .3s; }
.header.scrolled { box-shadow: 0 6px 24px -18px rgba(36,31,43,.5); background: rgba(255,255,255,.97); }
.hero .art img { transition: transform 8s ease-out; transform: scale(1.04); }
body.ready .hero .art img { transform: scale(1); }
.pdp .gallery img { transition: opacity .35s ease; }
.pdp .gallery img.swap { opacity: 0; }
.vars button { transition: background .2s, color .2s, border-color .2s, transform .15s; }
.vars button:active { transform: scale(.97); }
.pc .img img { transition: transform .6s ease; }
.pc:hover .img img { transform: scale(1.04); }
.note .img img { transition: transform .6s ease; }
.note:hover .img img { transform: scale(1.04); }
.faq details .a, .a-faq details .a { animation: fadeDown .35s ease both; }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  body, .rv, .hero .art img, .pc .img img, .note .img img { transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important; }
}
body { margin: 0; font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.1rem; }
p { margin: 0; }
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: 20px; }
section { padding-block: 56px; }
.eyebrow { font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 10px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.section-head p { color: var(--muted); }
.link { color: var(--violet); font-weight: 600; font-family: var(--display); }
.link:hover { text-decoration: underline; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border-radius: 999px; font-family: var(--display); font-weight: 700; font-size: .92rem; border: 1.5px solid transparent; cursor: pointer; transition: background .2s, color .2s, transform .15s, box-shadow .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--violet); color: #fff; box-shadow: 0 10px 24px -14px rgba(111,75,166,.9); }
.btn-primary:hover { background: var(--violet-deep); }
.btn-outline { border-color: var(--violet); color: var(--violet); background: transparent; }
.btn-outline:hover { background: var(--violet); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-ink); }
.btn-wa { background: var(--green); color: #fff; box-shadow: 0 10px 24px -14px rgba(37,211,102,.9); }
.btn-wa:hover { background: var(--green-deep); }
.btn-sm { padding: 10px 16px; font-size: .84rem; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* Promo bar */
.promo { background: var(--violet-deep); color: #fff; font-family: var(--display); font-size: .82rem; font-weight: 600; text-align: center; padding: 8px 16px; letter-spacing: .02em; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; gap: 24px; height: 74px; }
.logo { display: flex; align-items: center; gap: 10px; flex: none; }
.logo img { height: 36px; width: auto; }
.logo .word { font-family: var(--display); font-weight: 800; font-size: 1.35rem; letter-spacing: .22em; line-height: 1; color: var(--ink); }
.logo .desc { display: block; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 4px; }
.menu { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.menu a { padding: 9px 13px; border-radius: 999px; font-family: var(--display); font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.menu a:hover { background: var(--mist); color: var(--violet); }
.header .btn { margin-left: 8px; }
.burger { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-2); background: #fff; cursor: pointer; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto; border-radius: 2px; }

/* Category strip */
.cats { background: #fff; border-bottom: 1px solid var(--line); }
.cats .wrap { display: flex; gap: 8px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.cats .wrap::-webkit-scrollbar { display: none; }
.cats a { flex: none; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg); font-family: var(--display); font-weight: 600; font-size: .84rem; color: var(--ink-2); }
.cats a:hover, .cats a.active { border-color: var(--violet); color: var(--violet); background: var(--mist); }

/* Hero banner */
.hero { padding-block: 22px 8px; }
.hero .banner { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 460px; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; background: linear-gradient(120deg, #fbf8fb 0%, #efe6f6 45%, #d9c9ec 100%); box-shadow: var(--shadow); }
.hero .banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 100% 50%, rgba(111,75,166,.18), transparent 70%), radial-gradient(40% 60% at 0% 100%, rgba(184,146,90,.16), transparent 70%); pointer-events: none; }
.hero .copy { position: relative; padding: 56px 48px; }
.hero .copy h1 { margin: 6px 0 16px; color: var(--ink); }
.hero .copy p { font-size: 1.08rem; color: var(--ink-2); max-width: 52ch; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero .art { position: relative; height: 100%; min-height: 460px; }
.hero .art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero .art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #efe6f6 0%, rgba(239,230,246,0) 22%); }
.ruo-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 7px 12px; border-radius: 8px; border: 1px solid var(--ink); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.6); }
.ruo-pill small { font-weight: 500; letter-spacing: .06em; color: var(--ink-2); }

/* USP strip */
.usp { padding-block: 22px 6px; }
.usp .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.usp .item { display: flex; gap: 14px; align-items: center; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.usp .ic { width: 42px; height: 42px; border-radius: 10px; background: var(--mist); color: var(--violet); display: grid; place-items: center; flex: none; }
.usp .ic svg { width: 22px; height: 22px; }
.usp b { display: block; font-family: var(--display); font-size: .95rem; }
.usp span { font-size: .84rem; color: var(--muted); }

/* Product cards */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pc { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s, border-color .2s; }
.pc:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -28px rgba(78,51,128,.5); border-color: var(--violet-soft); }
.pc .img { position: relative; aspect-ratio: 1/1; background: linear-gradient(180deg, #f6f2f8, #ece4f4); overflow: hidden; }
.pc .img img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.pc .ribbon { position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; background: var(--ink); color: #fff; font-family: var(--display); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pc .info { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.pc h3 { font-size: 1.12rem; }
.pc h3 a:hover { color: var(--violet); }
.pc .sub { font-size: .86rem; color: var(--muted); line-height: 1.45; }
.pc .amts { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.pc .amts span { font-family: var(--display); font-size: .74rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; background: var(--mist); color: var(--violet); }
.pc .price { margin-top: auto; padding-top: 12px; font-family: var(--display); font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.pc .price small { font-weight: 500; font-size: .78rem; color: var(--muted); margin-left: 4px; }
.pc .price.ask { font-size: .95rem; color: var(--violet); font-weight: 700; }
.pc .acts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.pc .acts .btn { padding: 10px 8px; font-size: .8rem; }

/* Category groups */
.catgroup { margin-bottom: 30px; }
.catgroup .eyebrow { margin-bottom: 14px; }

/* Full-width banner */
.wide { padding-block: 26px; }
.wide .box { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 320px; background: var(--ink); color: #fff; display: grid; align-items: center; }
.wide .box img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.wide .box::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,31,43,.96) 0%, rgba(36,31,43,.9) 38%, rgba(36,31,43,.35) 62%, rgba(36,31,43,.05) 100%); }
.wide .box .t { position: relative; padding: 48px; max-width: 560px; }
.wide .box .eyebrow { color: var(--gold-light); }
.wide .box h2 { color: #fff; margin-bottom: 12px; }
.wide .box p { color: rgba(255,255,255,.85); }

.wide .box.img-only { min-height: 0; background: transparent; display: block; }
.wide .box.img-only::before { display: none; }
.wide .box.img-only img { position: static; width: 100%; height: auto; display: block; opacity: 1; }

/* About */
.about { background: #fff; border-block: 1px solid var(--line); }
.about .wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.about h2 { margin-bottom: 16px; }
.about p { color: var(--ink-2); margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chips span { padding: 7px 12px; border-radius: 999px; background: var(--mist); color: var(--violet-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.about .media { position: relative; }
.about .media .card { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(78,51,128,.5); border: 1px solid var(--line); }
.about .media .card img { aspect-ratio: 4/5; object-fit: cover; }
.about .badge { position: absolute; left: -18px; bottom: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px; box-shadow: var(--shadow); }
.about .badge b { display: block; font-family: var(--display); font-size: 1.6rem; font-weight: 800; color: var(--violet); line-height: 1; }
.about .badge span { font-size: .8rem; color: var(--muted); }
.about .blob { position: absolute; width: 180px; height: 180px; border-radius: 50%; filter: blur(40px); z-index: -1; opacity: .7; }
.about .blob.tl { top: -40px; left: -40px; background: var(--violet-soft); }
.about .blob.br { bottom: -40px; right: -40px; background: var(--gold-light); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.step .n { width: 36px; height: 36px; border-radius: 50%; background: var(--violet); color: #fff; font-family: var(--display); font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .94rem; }

/* Notes (blog-like) */
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.note { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.note .img { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--ice), var(--violet-soft)); overflow: hidden; }
.note .img img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.note .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.note .meta { font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-ink); }
.note p { color: var(--muted); font-size: .92rem; }
.note .more { margin-top: auto; padding-top: 8px; }

/* FAQ */
.faq { max-width: 860px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 4px 20px; margin-bottom: 10px; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; font-family: var(--display); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--violet); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 16px; color: var(--ink-2); }

/* Contact */
.contact .box { background: linear-gradient(120deg, var(--violet-deep), var(--violet)); color: #fff; border-radius: var(--r-lg); padding: 44px 48px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; }
.contact h2 { color: #fff; margin-bottom: 10px; }
.contact p { color: rgba(255,255,255,.85); }
.contact .acts { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.contact .mail { font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: #fff; }

/* Product page */
.crumbs { padding: 18px 0 4px; font-size: .84rem; color: var(--muted); }
.crumbs a:hover { color: var(--violet); }
.pdp { padding-block: 16px 48px; }
.pdp .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.pdp .gallery { position: sticky; top: 92px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.pdp .gallery img { aspect-ratio: 1/1; object-fit: cover; object-position: center 40%; width: 100%; }
.pdp h1 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin: 4px 0 8px; }
.pdp .sub { color: var(--muted); font-size: 1.02rem; }
.pdp .usps { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 20px; }
.pdp .usps span { font-family: var(--display); font-size: .76rem; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: var(--mist); color: var(--violet-deep); }
.buy { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.buy .lab { font-family: var(--display); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.vars { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.vars button { font-family: var(--display); font-weight: 700; font-size: .9rem; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line-2); background: #fff; color: var(--ink-2); cursor: pointer; }
.vars button.on { border-color: var(--violet); background: var(--violet); color: #fff; }
.buy .price { font-family: var(--display); font-weight: 800; font-size: 1.7rem; margin-bottom: 4px; }
.buy .price small { font-size: .85rem; font-weight: 500; color: var(--muted); margin-left: 6px; }
.buy .price.ask { font-size: 1.1rem; color: var(--violet); }
.buy .acts { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.buy .note { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.specs { width: 100%; border-collapse: collapse; margin-top: 8px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.specs th, .specs td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: .94rem; vertical-align: top; }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 0; }
.specs th { width: 32%; font-family: var(--display); font-weight: 700; color: var(--ink-2); background: var(--bg); }
.pdp h2 { font-size: 1.35rem; margin: 30px 0 10px; }
.pdp .about-p { color: var(--ink-2); margin-bottom: 10px; }
.ruo-box { margin-top: 26px; padding: 18px 20px; border: 1.5px solid var(--ink); border-radius: var(--r); font-size: .9rem; background: #fff; }
.ruo-box b { display: block; font-family: var(--display); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }

/* Article */
.article { padding-block: 8px 40px; }
.a-head { max-width: 860px; padding-top: 10px; }
.a-head h1 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 6px 0 14px; }
.a-lead { font-size: 1.1rem; color: var(--ink-2); }
.a-meta { display: flex; gap: 8px; flex-wrap: wrap; font-size: .84rem; color: var(--muted); margin-top: 14px; }
.a-hero { margin: 26px 0 34px; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.a-hero img { width: 100%; aspect-ratio: 21/9; object-fit: cover; object-position: center 50%; }
.a-grid { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.a-toc { position: sticky; top: 92px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
.a-toc .lab { font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.a-toc ol { margin: 0; padding-left: 18px; font-size: .88rem; display: grid; gap: 7px; color: var(--ink-2); }
.a-toc ol a:hover { color: var(--violet); }
.a-prod { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.a-prod img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center 40%; border-radius: var(--r); }
.a-prod b { font-family: var(--display); font-size: 1.05rem; }
.a-prod span { font-size: .84rem; color: var(--muted); }
.a-body { max-width: 760px; font-size: 1.04rem; line-height: 1.75; }
.a-body h2 { font-size: 1.5rem; margin: 40px 0 12px; scroll-margin-top: 100px; }
.a-body h3 { font-size: 1.15rem; margin: 26px 0 8px; }
.a-body p { margin: 0 0 16px; color: var(--ink-2); }
.a-body ul, .a-body ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-2); }
.a-body li { margin-bottom: 6px; }
.a-body strong { color: var(--ink); font-weight: 600; }
.a-body .tbl { overflow-x: auto; margin: 6px 0 22px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.a-body table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.a-body th, .a-body td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.a-body th { font-family: var(--display); font-weight: 700; background: var(--bg); color: var(--ink-2); white-space: nowrap; }
.a-body tr:last-child td { border-bottom: 0; }
.a-body td:first-child { font-weight: 600; color: var(--ink); }
.a-faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 4px 18px; margin-bottom: 10px; }
.a-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; font-family: var(--display); font-weight: 700; font-size: .98rem; }
.a-faq summary::-webkit-details-marker { display: none; }
.a-faq summary::after { content: "+"; color: var(--violet); font-size: 1.3rem; font-weight: 400; }
.a-faq details[open] summary::after { content: "–"; }
.a-faq .a { padding: 0 0 14px; color: var(--ink-2); font-size: .96rem; }
.a-refs ol { font-size: .86rem; color: var(--muted); padding-left: 20px; }
.a-refs li { margin-bottom: 8px; }
@media (max-width: 960px) { .a-grid { grid-template-columns: 1fr; } .a-toc { position: static; } }

/* Footer */
footer { background: #fff; border-top: 1px solid var(--line); padding: 48px 0 28px; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
footer h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .94rem; }
footer ul a:hover { color: var(--violet); }
footer .brand .word { font-family: var(--display); font-weight: 800; font-size: 1.3rem; letter-spacing: .22em; }
footer .brand .desc { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 4px 0 14px; }
footer .brand p { color: var(--ink-2); font-size: .92rem; max-width: 38ch; }
footer .legal { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 18px; font-size: .8rem; color: var(--muted); display: grid; gap: 8px; }

.m-order { display: none; }

/* WhatsApp float */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px -10px rgba(37,211,102,.9); }
.wa-float svg { width: 28px; height: 28px; }

/* Responsive */
@media (max-width: 1024px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .usp .wrap { grid-template-columns: repeat(2, 1fr); }
  .hero .banner { grid-template-columns: 1fr; min-height: 0; }
  .hero .art { min-height: 300px; order: -1; }
  .hero .art::after { background: linear-gradient(180deg, rgba(239,230,246,0) 70%, #efe6f6 100%); }
  .hero .copy { padding: 30px 26px 36px; }
  .about .wrap, .contact .box, .pdp .wrap { grid-template-columns: 1fr; }
  .about .badge { left: 12px; }
  .pdp .gallery { position: static; }
  .steps, .notes { grid-template-columns: 1fr; }
  footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  section { padding-block: 40px; }
  .promo { font-size: .72rem; padding: 7px 12px; line-height: 1.35; }
  .header .wrap { height: 62px; gap: 12px; }
  .logo img { height: 30px; }
  .logo .desc { display: none; }
  .btn { white-space: normal; text-align: center; line-height: 1.2; padding: 12px 16px; }
  .hero { padding-block: 12px 4px; }
  .hero .art { min-height: 260px; }
  .hero .copy { padding: 22px 18px 28px; }
  .hero h1 { font-size: 2rem; }
  .hero .copy p { font-size: .98rem; }
  .hero .actions .btn { flex: 1 1 100%; }
  .usp .wrap { grid-template-columns: 1fr; gap: 10px; }
  .usp .item { padding: 12px 14px; }
  .section-head { margin-bottom: 18px; }
  .section-head .link { font-size: .9rem; }
  .pc .sub { font-size: .8rem; }
  .pc .amts span { font-size: .68rem; padding: 3px 7px; }
  .pc .price { font-size: 1.05rem; }
  .pc .acts .btn { padding: 9px 6px; font-size: .74rem; }
  .about .wrap { gap: 26px; }
  .about .media .card img { aspect-ratio: 1/1; }
  .about .badge { left: 10px; bottom: 14px; padding: 10px 14px; }
  .steps { gap: 12px; }
  .step { padding: 18px; }
  .pdp .wrap { gap: 22px; }
  .pdp h1 { font-size: 1.8rem; }
  .buy { padding: 16px; }
  .buy .acts .btn { width: 100%; }
  .specs th { width: 38%; font-size: .85rem; }
  .specs th, .specs td { padding: 10px 12px; font-size: .9rem; }
  .a-head h1 { font-size: 1.6rem; }
  .a-hero img { aspect-ratio: 16/10; }
  .a-body { font-size: .98rem; }
  .a-body h2 { font-size: 1.25rem; margin: 28px 0 10px; }
  .a-body th, .a-body td { padding: 8px 10px; font-size: .84rem; }
  .contact .box { padding: 24px 18px; }
  .contact .mail { font-size: 1rem; word-break: break-all; }
  footer { padding: 34px 0 90px; }
  footer .cols { gap: 22px; }
  /* floating order bar on mobile */
  .m-order { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; display: flex; }
  .m-order .btn { width: 100%; box-shadow: 0 14px 30px -12px rgba(78,51,128,.7); }
  .wa-float { bottom: 76px; }
  .menu { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 16px 16px; gap: 0; }
  .menu.open { display: flex; }
  .menu a { padding: 13px 8px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .header .btn { display: none; }
  .burger { display: block; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pc .info { padding: 12px 12px 14px; }
  .pc h3 { font-size: 1rem; }
  .pc .acts { grid-template-columns: 1fr; }
  .contact .box { padding: 30px 24px; }
  footer .cols { grid-template-columns: 1fr; }
  .wide .box .t { padding: 30px 24px; }
}
