/* ============================================================
   MON PAPILLON ATELIER — Design System
   Směr: Botanická elegance
   ============================================================ */

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul{list-style:none}

/* ---------- TOKENS ---------- */
:root{
  --plum:#4A3640;
  --plum-soft:#6E5566;
  --mauve:#A8748A;
  --mauve-dark:#8C5B70;
  --rose:#C9A0A0;
  --rose-soft:#E7D3D0;
  --sage:#A9B79C;
  --sage-soft:#C9D4BF;
  --cream:#FBF5F2;
  --cream-2:#F6EEE9;
  --cream-3:#EFE3DC;
  --line:#EAD9D6;
  --line-2:#E2D2CE;
  --ink:#4A3640;
  --muted:#8A7B82;

  --serif:'Playfair Display',Georgia,serif;
  --script:'Pinyon Script',cursive;
  --sans:'Mulish',system-ui,-apple-system,sans-serif;

  --container:1240px;
  --gutter:clamp(20px,5vw,48px);
  --section:clamp(64px,9vw,124px);
  --radius:14px;
  --radius-lg:22px;
  --radius-pill:40px;
  --shadow:0 24px 60px -34px rgba(74,54,64,.5);
  --shadow-soft:0 14px 40px -28px rgba(74,54,64,.4);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- BASE ---------- */
body{
  font-family:var(--sans);
  font-weight:400;
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  font-size:17px;
  overflow-x:hidden;
}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.1;color:var(--plum);letter-spacing:.005em}
em{font-style:italic}

/* ---------- LAYOUT ---------- */
.container{max-width:var(--container);margin:0 auto;padding-inline:var(--gutter)}
.section{padding-block:var(--section)}
.narrow{max-width:760px}
.center{text-align:center}
.mx-auto{margin-inline:auto}

/* ---------- TYPE HELPERS ---------- */
.eyebrow{font-size:12.5px;letter-spacing:.34em;text-transform:uppercase;color:var(--mauve);font-weight:600}
.script{font-family:var(--script);font-weight:400;color:var(--mauve);line-height:1}
.display{font-family:var(--serif);font-weight:500;font-size:clamp(38px,5.6vw,76px);line-height:1.04}
.h-sec{font-size:clamp(29px,3.8vw,48px)}
.lead{font-size:clamp(17px,1.4vw,20px);color:var(--plum-soft);font-weight:300}
.muted{color:var(--muted)}
.price{font-family:var(--serif);font-size:18px;color:var(--plum)}

/* ---------- BUTTONS ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--sans);font-weight:600;font-size:13.5px;letter-spacing:.12em;text-transform:uppercase;padding:16px 30px;border-radius:var(--radius-pill);transition:.35s var(--ease);white-space:nowrap}
.btn .arr{transition:transform .35s var(--ease)}
.btn:hover .arr{transform:translateX(4px)}
.btn--primary{background:var(--mauve);color:var(--cream)}
.btn--primary:hover{background:var(--mauve-dark);box-shadow:0 12px 26px -12px rgba(140,91,112,.7)}
.btn--ghost{background:transparent;color:var(--plum);border:1px solid var(--line-2)}
.btn--ghost:hover{border-color:var(--mauve);color:var(--mauve)}
.btn--light{background:var(--cream);color:var(--plum)}
.btn--light:hover{background:#fff}
.btn--dark{background:var(--plum);color:var(--cream)}
.btn--dark:hover{background:#3a2a32}
.btn--block{width:100%;justify-content:center}
.link-arrow{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:13.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--mauve);border-bottom:1px solid transparent;padding-bottom:3px;transition:.3s}
.link-arrow:hover{border-color:var(--mauve)}
.link-arrow .arr{transition:transform .3s var(--ease)}
.link-arrow:hover .arr{transform:translateX(4px)}

/* ---------- TOP BAR ---------- */
.topbar{background:var(--plum);color:var(--cream-2);font-size:12.5px;letter-spacing:.1em}
.topbar .container{display:flex;align-items:center;justify-content:center;gap:34px;min-height:40px;text-align:center}
.topbar span{display:inline-flex;align-items:center;gap:9px}
.topbar .tb-ico{width:15px;height:15px;color:var(--rose)}
@media(max-width:760px){.topbar .container span:not(:first-child){display:none}}

/* ---------- HEADER ---------- */
.header{position:sticky;top:0;z-index:60;background:rgba(251,245,242,.86);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:.4s var(--ease)}
.header.scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px rgba(74,54,64,.5)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:80px;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand .bfly{width:34px;height:34px;color:var(--mauve)}
.brand .wordmark{font-family:var(--serif);font-weight:500;font-size:24px;letter-spacing:.04em;color:var(--plum);line-height:1}
.brand .wordmark small{display:block;font-family:var(--sans);font-size:9.5px;letter-spacing:.42em;text-transform:uppercase;color:var(--mauve);font-weight:600;margin-top:3px}
.nav-menu{display:flex;align-items:center;gap:34px}
.nav-menu a{font-size:14px;letter-spacing:.05em;color:var(--plum);font-weight:500;position:relative;padding:6px 0}
.nav-menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--mauve);transition:.3s var(--ease)}
.nav-menu a:hover::after,.nav-menu a.active::after{width:100%}
.nav-menu a.active{color:var(--mauve)}
.nav-actions{display:flex;align-items:center;gap:18px}
.icon-btn{width:24px;height:24px;color:var(--plum);transition:.25s;position:relative}
.icon-btn:hover{color:var(--mauve)}
.cart-count{position:absolute;top:-7px;right:-9px;background:var(--mauve);color:#fff;font-family:var(--sans);font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}
.burger{display:none;width:26px;height:26px;color:var(--plum)}

/* mobile nav */
.mobile-nav{position:fixed;inset:0;z-index:70;background:var(--cream);transform:translateX(100%);transition:transform .45s var(--ease);display:flex;flex-direction:column;padding:26px var(--gutter)}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav .mn-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.mobile-nav a{font-family:var(--serif);font-size:28px;color:var(--plum);padding:14px 0;border-bottom:1px solid var(--line)}
.mobile-nav .mn-foot{margin-top:auto;font-size:14px;color:var(--muted)}
@media(max-width:920px){
  .nav-menu{display:none}
  .burger{display:block}
}

/* ---------- HERO (home) ---------- */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cream-2),var(--cream-3))}
.hero .container{display:grid;grid-template-columns:1fr 1.12fr;gap:clamp(28px,4vw,60px);align-items:center;padding-block:clamp(32px,4.5vw,68px)}
.hero-copy .eyebrow{margin-bottom:20px;display:block}
.hero-copy h1{font-size:clamp(40px,6vw,80px);line-height:1.03;margin-bottom:8px}
.hero-copy h1 .script{font-size:1.12em;display:inline-block}
.hero-copy p{font-size:clamp(16px,1.3vw,19px);color:var(--plum-soft);max-width:440px;margin:22px 0 34px;font-weight:300}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-art{position:relative;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}
.hero-badge{position:absolute;left:-22px;bottom:34px;background:var(--cream);border-radius:50%;width:118px;height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-soft);transform:rotate(-8deg)}
.hero-badge .bfly{width:26px;height:26px;color:var(--mauve);margin-bottom:5px}
.hero-badge span{font-family:var(--serif);font-style:italic;font-size:13px;line-height:1.2;color:var(--plum)}
@media(max-width:880px){
  .hero .container{grid-template-columns:1fr;text-align:center}
  /* mobil: nejdřív fotka, hned pod ní CTA „Prohlédnout kolekci", až potom texty */
  .hero-copy{display:flex;flex-direction:column}
  .hero-copy .hero-cta{order:-1;justify-content:center;margin:0 0 28px}
  .hero-copy p{margin-inline:auto}
  .hero-art{width:100%;max-width:440px;margin:0 auto 22px;order:-1}
  .hero-badge{left:8px}
}

/* ---------- PHOTO PLACEHOLDERS ---------- */
.ph{position:relative;overflow:hidden;background:var(--rose-soft);display:flex;align-items:center;justify-content:center}
.ph::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 28% 18%,rgba(255,255,255,.4),transparent 55%)}
.ph .bfly,.ph .sprig{position:relative;z-index:1;opacity:.5}
.ph .ph-tag{position:absolute;z-index:2;bottom:12px;right:14px;font-family:var(--sans);font-size:10px;letter-spacing:.06em;color:var(--plum);background:rgba(255,255,255,.6);padding:4px 10px;border-radius:20px;text-transform:none}
.ph--rose{background:linear-gradient(155deg,var(--rose-soft),var(--rose) 70%,#B98A8A)}
.ph--rose .bfly{color:#9A6B6B}
.ph--mauve{background:linear-gradient(155deg,#E4CBD6,var(--mauve) 75%,var(--plum))}
.ph--mauve .bfly{color:#fff;opacity:.65}
.ph--sage{background:linear-gradient(155deg,var(--sage-soft),var(--sage) 72%,#7E8C72)}
.ph--sage .bfly{color:#5E6B53}
.ph--mix{background:linear-gradient(150deg,var(--rose-soft),var(--sage) 110%)}
.ph--mix .bfly{color:#8A6478}
.ph--cream{background:linear-gradient(155deg,#fff,var(--cream-3))}
.ph--cream .bfly{color:var(--rose)}
.ph--plum{background:linear-gradient(155deg,var(--mauve),var(--plum) 80%)}
.ph--plum .bfly{color:var(--rose-soft);opacity:.6}

/* ---------- VALUE STRIP ---------- */
.values{background:var(--cream)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.value{text-align:center;padding:10px}
.value .v-ico{width:42px;height:42px;color:var(--mauve);margin:0 auto 16px}
.value h4{font-size:19px;margin-bottom:7px}
.value p{font-size:14.5px;color:var(--muted);line-height:1.55}
@media(max-width:780px){.values-grid{grid-template-columns:1fr 1fr;gap:34px 20px}}

/* ---------- SECTION HEAD ---------- */
.sec-head{margin-bottom:clamp(34px,5vw,56px)}
.sec-head.center{margin-inline:auto;max-width:640px}
.sec-head .eyebrow{display:block;margin-bottom:14px}
.sec-head h2{margin-bottom:14px}
.sec-head p{color:var(--plum-soft);font-weight:300}
.sec-head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}

/* ---------- CATEGORY CARDS ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cat{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;display:block}
.cat .ph{position:absolute;inset:0}
.cat .cat-label{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;background:linear-gradient(to top,rgba(74,54,64,.55),transparent 60%);transition:.4s var(--ease)}
.cat .cat-label h3{color:#fff;font-size:23px;margin-bottom:2px}
.cat .cat-label span{color:rgba(255,255,255,.85);font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.cat:hover .ph::after{opacity:.7}
.cat .ph,.cat img{transition:transform .6s var(--ease)}
.cat:hover .ph{transform:scale(1.05)}
@media(max-width:880px){.cat-grid{grid-template-columns:1fr 1fr}}

/* ---------- PRODUCT GRID ---------- */
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px)}
.prod-grid--3{grid-template-columns:repeat(3,1fr)}
.product{position:relative;display:block}
.product .p-media{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;margin-bottom:14px}
.product .p-media .ph{position:absolute;inset:0;transition:transform .6s var(--ease)}
.product:hover .p-media .ph{transform:scale(1.05)}
.product .p-tag{position:absolute;top:12px;left:12px;z-index:3;background:var(--cream);color:var(--mauve);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:20px}
.product .p-tag.sage{color:#5E6B53;background:var(--sage-soft)}
.product .p-add{position:absolute;z-index:3;bottom:12px;left:12px;right:12px;background:var(--cream);color:var(--plum);font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:12px;border-radius:var(--radius-pill);text-align:center;opacity:0;transform:translateY(10px);transition:.4s var(--ease)}
.product:hover .p-add{opacity:1;transform:translateY(0)}
.product .p-add:hover{background:var(--mauve);color:#fff}
.product .p-name{font-family:var(--serif);font-size:18px;color:var(--plum);margin-bottom:3px}
.product .p-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}
.product .p-cat{font-size:13px;color:var(--muted)}
.product .p-old{color:var(--muted);text-decoration:line-through;font-size:14px;margin-right:8px;font-family:var(--sans)}
@media(max-width:880px){.prod-grid,.prod-grid--3{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.prod-grid,.prod-grid--3{gap:16px}}

/* ---------- STORY SPLIT ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,72px);align-items:center}
.split--reverse .split-media{order:2}
.split-media{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}
.split-copy .script{font-size:34px;margin-bottom:6px;display:block}
.split-copy h2{margin-bottom:18px}
.split-copy p{color:var(--plum-soft);margin-bottom:16px;font-weight:300}
.split-copy .btn,.split-copy .link-arrow{margin-top:10px}
@media(max-width:860px){
  .split{grid-template-columns:1fr;gap:34px}
  .split--reverse .split-media{order:0}
  .split-media{max-width:480px}
}

/* ---------- NA MIRU BAND ---------- */
.band{position:relative;background:linear-gradient(135deg,var(--mauve),var(--plum));color:var(--cream);border-radius:var(--radius-lg);overflow:hidden;padding:clamp(40px,6vw,80px)}
.band::before{content:"";position:absolute;right:-60px;top:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%)}
.band .band-inner{position:relative;z-index:1;max-width:560px}
.band .eyebrow{color:var(--rose-soft)}
.band h2{color:#fff;margin:14px 0 16px}
.band p{color:rgba(255,255,255,.85);margin-bottom:28px;font-weight:300}
.band .bfly-deco{position:absolute;right:6%;bottom:-10%;width:240px;height:240px;color:rgba(255,255,255,.14);z-index:0}

/* ---------- STEPS ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:step}
.step{position:relative;padding-top:18px}
.step::before{counter-increment:step;content:"0" counter(step);font-family:var(--serif);font-size:42px;color:var(--rose);line-height:1;display:block;margin-bottom:14px}
.step h4{font-size:20px;margin-bottom:8px}
.step p{font-size:14.5px;color:var(--plum-soft)}
.step::after{content:"";position:absolute;top:34px;right:-12px;width:24px;height:1px;background:var(--line-2)}
.step:last-child::after{display:none}
@media(max-width:880px){.steps{grid-template-columns:1fr 1fr;gap:34px 24px}.step::after{display:none}}
@media(max-width:480px){.steps{grid-template-columns:1fr}}

/* ---------- TESTIMONIALS ---------- */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testi{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px}
.testi .stars{color:var(--mauve);letter-spacing:3px;margin-bottom:14px;font-size:14px}
.testi blockquote{font-family:var(--serif);font-size:19px;font-style:italic;color:var(--plum);line-height:1.5;margin-bottom:18px}
.testi .who{font-size:14px;font-weight:600;color:var(--mauve)}
.testi .who span{display:block;font-weight:400;color:var(--muted);font-size:13px}
@media(max-width:860px){.testi-grid{grid-template-columns:1fr}.testi{padding:28px}}

/* ---------- INSTAGRAM / LOOKBOOK ---------- */
.gram-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.gram-grid a{aspect-ratio:1;border-radius:10px;overflow:hidden;position:relative}
.gram-grid .ph{position:absolute;inset:0;transition:transform .5s var(--ease)}
.gram-grid a:hover .ph{transform:scale(1.08)}
@media(max-width:880px){.gram-grid{grid-template-columns:repeat(3,1fr)}}

/* ---------- NEWSLETTER ---------- */
.news{background:var(--cream-2);border-top:1px solid var(--line)}
.news-inner{max-width:620px;margin:0 auto;text-align:center}
.news .bfly{width:40px;height:40px;color:var(--mauve);margin:0 auto 20px}
.news h2{margin-bottom:12px}
.news p{color:var(--plum-soft);margin-bottom:28px;font-weight:300}
.news form{display:flex;gap:10px;max-width:440px;margin:0 auto}
.news input{flex:1;padding:15px 20px;border:1px solid var(--line-2);border-radius:var(--radius-pill);background:var(--cream);font-family:var(--sans);font-size:15px;color:var(--plum)}
.news input:focus{outline:none;border-color:var(--mauve)}
.news .note{font-size:12.5px;color:var(--muted);margin-top:14px}
@media(max-width:520px){.news form{flex-direction:column}}

/* ---------- FOOTER ---------- */
.footer{background:var(--plum);color:var(--cream-2)}
.footer a:hover{color:var(--rose-soft)}
.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:40px;padding-block:clamp(50px,7vw,84px)}
.footer .f-brand .bfly{width:38px;height:38px;color:var(--rose);margin-bottom:16px}
.footer .f-brand .wordmark{font-family:var(--serif);font-size:24px;color:var(--cream);letter-spacing:.04em;margin-bottom:14px}
.footer .f-brand p{font-size:14.5px;color:rgba(251,245,242,.7);max-width:280px;font-weight:300}
.footer h5{font-family:var(--sans);font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--rose-soft);margin-bottom:18px}
.footer-col li{margin-bottom:11px}
.footer-col a{font-size:14.5px;color:rgba(251,245,242,.82);transition:.25s}
.footer .f-contact li{display:flex;gap:11px;font-size:14.5px;color:rgba(251,245,242,.82);margin-bottom:13px;align-items:flex-start}
.footer .f-contact .c-ico{width:17px;height:17px;color:var(--rose);flex:none;margin-top:3px}
.footer-bottom{border-top:1px solid rgba(251,245,242,.14);padding-block:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13px;color:rgba(251,245,242,.6)}
.socials{display:flex;gap:14px}
.socials a{width:34px;height:34px;border:1px solid rgba(251,245,242,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s}
.socials a:hover{background:var(--rose);border-color:var(--rose);color:var(--plum)}
.socials svg{width:16px;height:16px}
@media(max-width:880px){.footer-top{grid-template-columns:1fr 1fr;gap:34px}}
@media(max-width:520px){.footer-top{grid-template-columns:1fr}.footer-bottom{justify-content:center;text-align:center}}

/* ---------- PAGE HERO (subpages) ---------- */
.page-hero{background:linear-gradient(180deg,var(--cream-2),var(--cream));text-align:center;padding-block:clamp(26px,3.4vw,48px)}
.page-hero .eyebrow{display:block;margin-bottom:14px}
.page-hero h1{font-size:clamp(36px,5vw,64px);margin-bottom:14px}
.page-hero h1 .script{font-size:1.1em}
.page-hero p{max-width:560px;margin:0 auto;color:var(--plum-soft);font-weight:300}
.breadcrumb{font-size:13px;color:var(--muted);letter-spacing:.04em;margin-bottom:20px}
.breadcrumb a:hover{color:var(--mauve)}
.breadcrumb .sep{margin:0 8px;opacity:.5}

/* ---------- TOOLBAR / FILTERS ---------- */
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:30px;border-bottom:1px solid var(--line);margin-bottom:40px}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.chip{font-size:13.5px;letter-spacing:.04em;color:var(--plum);border:1px solid var(--line-2);background:var(--cream);padding:9px 18px;border-radius:var(--radius-pill);transition:.25s}
.chip:hover{border-color:var(--mauve);color:var(--mauve)}
.chip.active{background:var(--mauve);color:#fff;border-color:var(--mauve)}
.select{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--plum-soft)}
.select select{font-family:var(--sans);font-size:14px;color:var(--plum);border:1px solid var(--line-2);background:var(--cream);padding:9px 14px;border-radius:var(--radius-pill);cursor:pointer}
.result-count{font-size:14px;color:var(--muted)}

/* pagination */
.pager{display:flex;justify-content:center;gap:8px;margin-top:clamp(40px,5vw,64px)}
.pager a{min-width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;color:var(--plum);border:1px solid var(--line-2);transition:.25s}
.pager a:hover{border-color:var(--mauve);color:var(--mauve)}
.pager a.active{background:var(--mauve);color:#fff;border-color:var(--mauve)}

/* ---------- PRODUCT DETAIL ---------- */
.pd{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(28px,4vw,60px);align-items:start}
.pd-gallery{position:sticky;top:100px}
.pd-main{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px;box-shadow:var(--shadow-soft)}
.pd-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pd-thumbs .ph{aspect-ratio:1;border-radius:10px;cursor:pointer;border:2px solid transparent}
.pd-thumbs .ph.active{border-color:var(--mauve)}
.pd-info .p-cat{color:var(--mauve);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin-bottom:10px}
.pd-info h1{font-size:clamp(30px,3.6vw,44px);margin-bottom:14px}
.pd-info .pd-price{font-family:var(--serif);font-size:28px;color:var(--plum);margin-bottom:6px}
.pd-info .pd-price .old{font-family:var(--sans);font-size:18px;color:var(--muted);text-decoration:line-through;margin-left:10px}
.pd-info .pd-vat{font-size:13px;color:var(--muted);margin-bottom:22px}
.pd-info .pd-desc{color:var(--plum-soft);margin-bottom:26px;font-weight:300}
.pd-opt{margin-bottom:24px}
.pd-opt .opt-label{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--plum);font-weight:600;margin-bottom:12px;display:flex;justify-content:space-between}
.pd-opt .opt-label a{color:var(--mauve);text-transform:none;letter-spacing:0;font-weight:400;font-size:13px;border-bottom:1px solid var(--mauve)}
.sizes{display:flex;gap:9px;flex-wrap:wrap}
.size{min-width:48px;height:48px;padding:0 12px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line-2);border-radius:10px;font-size:14px;font-weight:600;color:var(--plum);transition:.2s;background:var(--cream)}
.size:hover{border-color:var(--mauve)}
.size.active{background:var(--plum);color:#fff;border-color:var(--plum)}
.size.soldout{opacity:.4;text-decoration:line-through;cursor:not-allowed}
.swatches{display:flex;gap:12px}
.swatch{width:34px;height:34px;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:1px solid var(--line-2);outline-offset:2px;transition:.2s}
.swatch.active{outline-color:var(--mauve);outline-width:2px}
.pd-buy{display:flex;gap:12px;align-items:stretch;margin:28px 0 18px}
.qty{display:flex;align-items:center;border:1px solid var(--line-2);border-radius:var(--radius-pill);overflow:hidden}
.qty button{width:46px;height:54px;font-size:20px;color:var(--plum);transition:.2s}
.qty button:hover{background:var(--cream-2);color:var(--mauve)}
.qty input{width:40px;text-align:center;border:none;background:transparent;font-family:var(--sans);font-size:16px;color:var(--plum)}
.pd-buy .btn{flex:1}
.pd-assure{display:flex;flex-direction:column;gap:11px;margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}
.pd-assure li{display:flex;gap:11px;align-items:center;font-size:14.5px;color:var(--plum-soft)}
.pd-assure .a-ico{width:19px;height:19px;color:var(--mauve);flex:none}

/* accordion */
.acc{margin-top:30px;border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-family:var(--serif);font-size:19px;color:var(--plum);text-align:left}
.acc-head .pm{width:20px;height:20px;color:var(--mauve);transition:transform .35s var(--ease);flex:none}
.acc-item.open .pm{transform:rotate(45deg)}
.acc-body{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.acc-body-inner{padding:0 0 22px;color:var(--plum-soft);font-weight:300;font-size:15px}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(30px,5vw,64px);align-items:start}
.info-card{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--line)}
.info-card .ic{width:44px;height:44px;border-radius:50%;background:var(--cream-2);display:flex;align-items:center;justify-content:center;flex:none}
.info-card .ic svg{width:20px;height:20px;color:var(--mauve)}
.info-card h4{font-size:18px;margin-bottom:3px}
.info-card p,.info-card a{color:var(--plum-soft);font-size:15.5px}
.info-card a:hover{color:var(--mauve)}

/* ---------- FORM ---------- */
.form-card{background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(26px,4vw,42px)}
.field{margin-bottom:18px}
.field label{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--plum);font-weight:600;margin-bottom:8px}
.field input,.field textarea,.field select{width:100%;padding:14px 16px;border:1px solid var(--line-2);border-radius:12px;background:var(--cream);font-family:var(--sans);font-size:15px;color:var(--plum);transition:.25s}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--mauve);box-shadow:0 0 0 3px rgba(168,116,138,.12)}
.field textarea{min-height:130px;resize:vertical}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media(max-width:560px){.field-row{grid-template-columns:1fr}}
.form-note{font-size:12.5px;color:var(--muted);margin-top:6px}
.form-success{display:none;background:var(--sage-soft);color:#4a5640;border-radius:12px;padding:16px 20px;font-size:15px;margin-bottom:18px}
.form-success.show{display:block}

/* ---------- MAP PLACEHOLDER ---------- */
.map-ph{aspect-ratio:16/8;border-radius:var(--radius-lg);overflow:hidden;margin-top:var(--section)}

/* ---------- MISC / DECOR ---------- */
.divider-leaf{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--rose);margin-block:8px}
.divider-leaf::before,.divider-leaf::after{content:"";height:1px;width:80px;background:var(--line-2)}
.divider-leaf .bfly{width:26px;height:26px}
.bg-cream2{background:var(--cream-2)}
.bg-cream3{background:var(--cream-3)}
.feature-list{display:grid;gap:14px;margin-top:8px}
.feature-list li{display:flex;gap:12px;align-items:flex-start;color:var(--plum-soft);font-weight:300}
.feature-list .f-ico{width:20px;height:20px;color:var(--mauve);flex:none;margin-top:4px}
.stat-row{display:flex;gap:clamp(24px,5vw,64px);flex-wrap:wrap;margin-top:30px}
.stat .n{font-family:var(--serif);font-size:clamp(34px,4vw,52px);color:var(--mauve);line-height:1}
.stat .l{font-size:13.5px;color:var(--muted);letter-spacing:.05em;margin-top:4px}

/* reveal — gated on .js so content is ALWAYS visible without JS (and never gets stuck hidden) */
.js [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.js [data-reveal].in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none;transition:none}}

/* ---------- ICON / MOTIF SIZING ---------- */
.svg-sheet{position:absolute;width:0;height:0;overflow:hidden}
.bfly{width:40px;height:40px}
.sprig{width:48px;height:64px}
.icon-btn svg{width:22px;height:22px;display:block}
.ph .bfly{width:44px;height:44px}
.ph .sprig{width:54px;height:72px;opacity:.45}
.hero-deco{position:absolute;pointer-events:none;color:var(--rose);opacity:.5}
.hero-deco--1{top:8%;right:6%;width:60px;height:80px;transform:rotate(12deg)}
svg use{pointer-events:none}

/* ---------- FOTOBANKA: načtené fotky + placeholdery ---------- */
.ph.has-img{background-size:cover;background-position:center top;background-repeat:no-repeat}
.ph.has-img::after{opacity:0}
.ph-bfly{position:relative;z-index:1}
.ph-need{position:absolute;z-index:3;bottom:10px;left:10px;font-family:var(--sans);font-size:10px;letter-spacing:.02em;color:var(--plum);background:rgba(255,255,255,.72);padding:3px 9px;border-radius:20px;display:none}
.mp-show-names .ph-need{display:inline-block}
