/* ================================================================
   Svíčky PS — design systém
   Wax cream · espresso · bylinná šalvěj · mosazná pečeť
   Display: Fraunces (řemeslný serif) · Tělo: Mulish
   ================================================================ */

:root {
  --wax:      #FFFFFF;   /* čistě bílé pozadí */
  --wax-2:    #FFFFFF;   /* čistě bílá i pro sekce — oddělení dělají jen jemné linky */
  --paper:    #FFFFFF;
  --ink:      #1E2733;   /* tmavá modro-šedá — hlavní text */
  --ink-soft: #4A5462;   /* tlumený text */
  --muted:    #8A93A0;   /* popisky */
  --sage:     #1F3A4D;   /* modrá vosková pečeť — hlavní akcent (ladí s fotkami) */
  --sage-d:   #142937;
  --brass:    #B08D57;   /* mosaz — pečeť, prémiový akcent */
  --brass-d:  #8F6F3F;
  --plum-d:   #4B2E57;   /* hluboká levandulová švestka — nadpisy */
  --plum:     #7A5490;   /* levandulová — akcenty, kurzíva, podpisy */
  --lav:      #8B7BB0;   /* světlá levandule — jemné detaily */
  --line:     #E8EBEF;   /* jemná chladná linka */
  --line-2:   #DCE0E6;
  --shadow:   0 18px 40px rgba(20,34,48,.08);
  --shadow-s: 0 8px 22px rgba(20,34,48,.06);
  --max:      1160px;
  --r:        3px;       /* jemný radius — řemeslný, ne zaoblený */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--wax);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--plum-d);
}

.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.container-wide { width: min(1320px, calc(100% - 44px)); margin-inline: auto; }

/* botanická ozdoba (grafika) */
.sprig { width: 54px; height: auto; color: var(--brass); display: block; margin: 0 auto 14px; }
.section-head.center .sprig { margin-bottom: 16px; }

/* eyebrow / utility text */
.eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--brass-d);
}
.eyebrow.sage { color: var(--plum); }

/* ---------- Vosková pečeť (signature) ---------- */
.seal {
  --sz: 60px;
  width: var(--sz); height: var(--sz); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--brass);
  color: var(--brass-d);
  position: relative; flex: none;
  background: radial-gradient(circle at 35% 30%, rgba(176,141,87,.14), transparent 60%);
}
.seal::before {
  content: ""; position: absolute; inset: 5px; border-radius: 50%;
  border: 1px dotted rgba(176,141,87,.55);
}
.seal .mono {
  font-family: "Fraunces", serif; font-weight: 600;
  font-size: calc(var(--sz) * .34); letter-spacing: .02em; line-height: 1;
}

/* ---------- Tlačítka ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 26px; border-radius: var(--r);
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; border: 1px solid var(--ink); background: transparent; color: var(--ink);
  transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--sage); border-color: var(--sage); color: #fff; box-shadow: var(--shadow-s); }
.btn.primary:hover { background: var(--sage-d); border-color: var(--sage-d); }
.btn.brass { background: var(--brass); border-color: var(--brass); color: #fff; }
.btn.brass:hover { background: var(--brass-d); border-color: var(--brass-d); }
.btn.ghost { border-color: var(--line-2); color: var(--ink-soft); }
.btn.ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn.block { width: 100%; }
.btn.lg { min-height: 56px; padding: 0 34px; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

/* ================= HLAVIČKA ================= */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .seal { --sz: 44px; }
.brand-logo { width: 64px; height: auto; flex: none; display: block; }
.brand-name { font-family: "Fraunces", serif; font-weight: 500; font-size: 24px; letter-spacing: .01em; line-height: 1; }
.brand-name small { display: block; font-family: "Mulish", sans-serif; font-weight: 700;
  font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--brass-d); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--ink-soft); position: relative; padding: 4px 0; letter-spacing: .01em; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--sage); transition: width .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.cart-link { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.cart-link svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.cart-link .cart-n { min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--sage); color: #fff;
  font-size: 11px; font-weight: 800; display: none; align-items: center; justify-content: center; }
.cart-link .cart-n.show { display: inline-flex; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 26px; height: 26px; stroke: var(--ink); stroke-width: 1.8; fill: none; }

/* ================= PATIČKA ================= */
.site-footer { background: var(--ink); color: #E6EAEF; margin-top: 96px; }
.site-footer a { color: #E6EAEF; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 64px 0 48px; }
.footer-brand .seal { --sz: 52px; border-color: rgba(176,141,87,.7); }
.footer-brand .seal .mono { color: var(--brass); }
.footer-logo { width: 70px; height: auto; display: block; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3)); }
.footer-brand p { color: #AEB6C0; font-size: 15px; margin-top: 18px; max-width: 34ch; }
.footer-col h4 { font-family: "Mulish", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: #C2C9D1; font-size: 15px; transition: color .16s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; color: #93897A; font-size: 13px; }

/* ================= HERO (domů) — výrazný ================= */
.hero {
  position: relative; padding: 84px 0 92px; overflow: hidden;
  background: #FFFFFF;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-rate { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 18px; }
.hero-rate .stars { color: var(--brass); letter-spacing: 2px; font-size: 15px; }
.hero h1 { font-size: clamp(44px, 6.6vw, 88px); font-weight: 400; line-height: .98; margin: 0 0 22px; letter-spacing: -.02em; }
.hero h1 em { font-style: italic; color: var(--plum); }
.hero h1 .brush { position: relative; white-space: nowrap; }
.hero h1 .brush::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .06em; height: .16em;
  background: linear-gradient(90deg, var(--lav), var(--brass)); border-radius: 999px; z-index: -1; }
.hero-lead { font-size: 19px; color: var(--ink-soft); max-width: 44ch; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 460px; }
.hero-glow { position: absolute; z-index: 0; width: 62%; aspect-ratio: 1; left: 50%; top: 46%; transform: translate(-50%,-50%);
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(255,207,120,.62), rgba(255,190,90,.20) 46%, transparent 72%);
  filter: blur(6px); animation: flicker 6.5s ease-in-out infinite; }
.candle-stage { position: relative; z-index: 1; width: 100%; max-width: 540px; }
.hero-candles { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }

/* plamínky na dřevěných knotech */
.flame { position: absolute; z-index: 3; width: 24px; height: 40px; pointer-events: none;
  background: radial-gradient(ellipse at 50% 78%, #ffe08a 0%, #ff9d2a 52%, #ff5f28 100%);
  border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
  transform: translate(-50%, -100%) rotate(-2deg); transform-origin: 50% 100%;
  box-shadow: 0 -2px 22px 7px rgba(255,150,50,.55), 0 -1px 46px 16px rgba(255,140,40,.32);
  animation: flame-flicker 1.4s ease-in-out infinite alternate; }
.flame::before { content: ""; position: absolute; inset: 32% 26% 12% 26%;
  background: radial-gradient(ellipse at 50% 80%, #fff8d0 0%, #ffe08a 60%, transparent 100%);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; }
.flame.f-left  { left: 26%;   top: 8%; }
.flame.f-right { left: 74.5%; top: 19.5%; }
@keyframes flame-flicker {
  0%   { transform: translate(-50%,-100%) rotate(-3deg) scale(1, 1); }
  35%  { transform: translate(-50%,-100%) rotate(2deg)  scale(1.05, 1.08); }
  70%  { transform: translate(-51%,-100%) rotate(-1deg) scale(.96, .98); }
  100% { transform: translate(-49%,-100%) rotate(3deg)  scale(1.03, 1.04); }
}

.scent-chip { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(4px); border: 1px solid var(--line);
  box-shadow: var(--shadow-s); border-radius: 999px; padding: 8px 15px 8px 11px; font-weight: 800; font-size: 13px; color: var(--ink);
  animation: floaty 5.5s ease-in-out infinite; }
.scent-chip .d { width: 13px; height: 13px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.8); }
.scent-chip.c1 { top: 6%; left: -2%; animation-delay: 0s; }
.scent-chip.c2 { top: 30%; right: -4%; animation-delay: .8s; }
.scent-chip.c3 { bottom: 20%; left: -6%; animation-delay: 1.6s; }
.scent-chip.c4 { bottom: 2%; right: 2%; animation-delay: 2.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes flicker { 0%,100% { transform: translate(-50%,-50%) scale(1); opacity: .82; } 50% { transform: translate(-50%,-50%) scale(1.07); opacity: 1; } }

/* běžící pás vůní */
.scent-strip { background: var(--ink); color: #EBE3D5; overflow: hidden; padding: 15px 0; }
.scent-track { display: flex; gap: 44px; width: max-content; animation: marquee 26s linear infinite; }
.scent-track span { display: inline-flex; align-items: center; gap: 16px; font-family: "Fraunces", serif; font-style: italic; font-size: 19px; white-space: nowrap; }
.scent-track span::after { content: "✦"; color: var(--brass); font-style: normal; font-size: 12px; }
@keyframes marquee { to { transform: translateX(calc(-50% - 22px)); } }
.scent-strip:hover .scent-track { animation-play-state: paused; }

/* pruh výhod */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--wax-2); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; gap: 14px; align-items: flex-start; padding: 26px 22px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item svg { width: 26px; height: 26px; stroke: var(--sage); fill: none; stroke-width: 1.5; flex: none; margin-top: 2px; }
.trust-item b { font-family: "Fraunces", serif; font-weight: 500; font-size: 17px; display: block; margin-bottom: 3px; }
.trust-item p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* ================= Sekce nadpisy ================= */
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 400; margin: 14px 0 16px; }
.section-head p { color: var(--ink-soft); font-size: 17px; }

/* ================= Karty produktů ================= */
.grid-products { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.grid-products > * { flex: 0 1 calc((100% - 60px) / 3); min-width: 0; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 22px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 6px 20px rgba(42,33,26,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 48px rgba(42,33,26,.14); border-color: var(--line-2); }
.card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--wax-2);
  margin: 12px 12px 0; border-radius: 16px; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.card:hover .card-media img { transform: scale(1.05); }
.scent-dot { position: absolute; top: 12px; left: 12px; width: 28px; height: 28px; border-radius: 50%;
  border: 2.5px solid #fff; box-shadow: 0 3px 10px rgba(0,0,0,.22); }
.card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 23px; font-weight: 500; }
.card-scent { font-size: 13px; color: var(--muted); margin: 6px 0 14px; min-height: 1.5em; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.tag { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--sage-d);
  background: rgba(110,115,88,.10); padding: 4px 9px; border-radius: 999px; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-family: "Fraunces", serif; font-size: 24px; font-weight: 500; }
.price small { font-family: "Mulish", sans-serif; font-size: 12px; color: var(--muted); font-weight: 700; }
.btn-add { border: 1px solid var(--sage); background: var(--sage); color: #fff; border-radius: 999px;
  height: 44px; padding: 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; transition: background .16s, transform .16s; display: inline-flex; align-items: center; gap: 8px; }
.btn-add:hover { background: var(--sage-d); transform: translateY(-1px); }
.btn-add svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; }

/* ================= Vítejte / povídání ================= */
.welcome { background: var(--wax-2); border-block: 1px solid var(--line); text-align: center; }
.welcome-inner { max-width: 720px; margin-inline: auto; }
.welcome h2 { font-size: clamp(28px, 4.2vw, 44px); font-weight: 400; margin: 10px 0 22px; }
.welcome p { color: var(--ink-soft); font-size: 18px; margin-bottom: 16px; }
.welcome-sign { font-family: "Fraunces", serif; font-style: italic; font-size: 20px; color: var(--plum); margin-top: 6px; }

/* ================= Příběh / O nás pruh ================= */
.story { background: var(--wax-2); border-block: 1px solid var(--line); }
.story .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-media img { aspect-ratio: 4/5; object-fit: contain; width: 100%; mix-blend-mode: multiply; }
.story h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 400; margin: 14px 0 20px; }
.story p { color: var(--ink-soft); margin-bottom: 16px; }
.story .signature { font-family: "Fraunces", serif; font-style: italic; font-size: 22px; color: var(--plum); margin-top: 10px; }

/* ================= Recenze / hodnocení ================= */
.reviews { background: var(--wax-2); border-block: 1px solid var(--line); }
.reviews-rate { text-align: center; margin-bottom: 40px; }
.reviews-rate .big { font-family: "Fraunces", serif; font-size: 52px; line-height: 1; }
.reviews-rate .stars { color: var(--brass); letter-spacing: 3px; font-size: 20px; display: block; margin: 8px 0 6px; }
.reviews-rate small { color: var(--muted); font-size: 14px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px;
  box-shadow: var(--shadow-s); display: flex; flex-direction: column; }
.review-card .stars { color: var(--brass); letter-spacing: 2px; font-size: 15px; }
.review-text { font-family: "Fraunces", serif; font-style: italic; font-size: 18px; color: var(--ink);
  line-height: 1.5; margin: 14px 0 20px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sage); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: "Fraunces", serif; font-weight: 600; font-size: 18px; flex: none; }
.review-meta b { display: block; font-size: 15px; }
.review-meta span { font-size: 13px; color: var(--muted); }
@media (max-width: 860px) { .reviews-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ================= Detail produktu ================= */
.pd { padding: 48px 0 20px; }
.pd-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.pd-media { position: sticky; top: 100px; }
.pd-media img { width: 100%; aspect-ratio: 4/5; object-fit: contain; mix-blend-mode: multiply; }
.pd-info h1 { font-size: clamp(34px, 5vw, 52px); font-weight: 400; margin: 12px 0 8px; }
.pd-lead { font-size: 20px; color: var(--sage); font-family: "Fraunces", serif; font-style: italic; margin-bottom: 22px; }
.pd-price { font-family: "Fraunces", serif; font-size: 34px; font-weight: 500; margin-bottom: 24px; }
.pd-desc { color: var(--ink-soft); font-size: 17px; margin-bottom: 26px; }
.pd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.pd-buy { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--r); height: 56px; }
.qty button { width: 46px; height: 100%; background: none; border: 0; cursor: pointer; font-size: 20px; color: var(--sage-d); }
.qty button:hover { background: var(--wax); }
.qty span { min-width: 44px; text-align: center; font-weight: 800; font-size: 17px; }
.pd-meta { border-top: 1px solid var(--line); padding-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.pd-meta div { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-soft); }
.pd-meta svg { width: 20px; height: 20px; stroke: var(--sage); fill: none; stroke-width: 1.6; flex: none; margin-top: 2px; }

/* ================= Formuláře / kasa ================= */
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .04em; margin-bottom: 6px; color: var(--ink-soft); }
.field label .req { color: var(--brass-d); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--paper); font-size: 15.5px; transition: border-color .16s, box-shadow .16s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(31,58,77,.15);
}
.field textarea { min-height: 96px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field .err { color: #B5432B; font-size: 12.5px; margin-top: 5px; display: none; }
.field.invalid input, .field.invalid select { border-color: #B5432B; }
.field.invalid .err { display: block; }

/* volby (doprava/platba) */
.option { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line-2);
  border-radius: var(--r); cursor: pointer; margin-bottom: 10px; background: var(--paper); transition: border-color .16s, background .16s; }
.option:hover { border-color: var(--sage); }
.option.sel { border-color: var(--sage); background: rgba(31,58,77,.06); box-shadow: 0 0 0 1px var(--sage) inset; }
.option input { accent-color: var(--sage); width: 18px; height: 18px; flex: none; }
.option .o-main { flex: 1; }
.option .o-main b { font-weight: 700; display: block; font-size: 15.5px; }
.option .o-main span { font-size: 13px; color: var(--muted); }
.option .o-price { font-family: "Fraunces", serif; font-weight: 500; font-size: 17px; white-space: nowrap; }

/* card / panely */
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px 28px; }
.panel h3 { font-size: 22px; font-weight: 500; margin-bottom: 6px; }
.panel .sub { color: var(--muted); font-size: 14px; margin-bottom: 20px; }

/* souhrn objednávky */
.summary-line { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; font-size: 15px; color: var(--ink-soft); }
.summary-line.total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-size: 20px; color: var(--ink); }
.summary-line.total strong { font-family: "Fraunces", serif; font-weight: 600; }
.summary-item { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-item img { width: 52px; height: 52px; object-fit: cover; border-radius: var(--r); border: 1px solid var(--line); }
.summary-item .si-name { font-weight: 700; font-size: 14.5px; }
.summary-item .si-qty { font-size: 12.5px; color: var(--muted); }
.summary-item .si-price { font-weight: 700; white-space: nowrap; }

/* ================= Obecné stránky (text) ================= */
.page-hero { padding: 64px 0 20px; text-align: center; }
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 400; }
.page-hero p { color: var(--ink-soft); font-size: 18px; max-width: 60ch; margin: 16px auto 0; }
.prose { max-width: 74ch; margin-inline: auto; }
.prose h2 { font-size: 28px; font-weight: 500; margin: 40px 0 14px; }
.prose h3 { font-size: 21px; font-weight: 600; margin: 28px 0 10px; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); }
.prose ul { margin: 0 0 16px 22px; color: var(--ink-soft); }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--sage-d); text-decoration: underline; text-underline-offset: 3px; }

/* kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card { display: flex; gap: 16px; align-items: center; padding: 20px 22px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r); }
.contact-card svg { width: 26px; height: 26px; stroke: var(--sage); fill: none; stroke-width: 1.5; flex: none; }
.contact-card b { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-card a, .contact-card span { font-family: "Fraunces", serif; font-size: 20px; }

/* prázdný košík / toast řeší kosik.js */

/* pomocné */
.center { text-align: center; }
.mt-s { margin-top: 12px; } .mt-m { margin-top: 24px; } .mt-l { margin-top: 40px; }
.notice { background: rgba(176,141,87,.10); border: 1px solid rgba(176,141,87,.35); border-radius: var(--r);
  padding: 16px 18px; font-size: 14.5px; color: var(--ink-soft); }
.notice b { color: var(--ink); }

/* ================= Responzivita ================= */
@media (max-width: 900px) {
  body { font-size: 16px; }
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { order: -1; }
  .hero-media img { aspect-ratio: auto; }
  .candle-stage { max-width: 420px; margin-inline: auto; }
  .story .container, .pd-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .pd-media { position: static; }
  .grid-products { gap: 18px; }
  .grid-products > * { flex-basis: calc((100% - 18px) / 2); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 48px 0 36px; }
  .nav-links { position: fixed; inset: 76px 0 auto 0; background: var(--wax); flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .24s ease; padding: 8px 0; }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 15px 22px; width: 100%; font-size: 16px; }
  .nav-links a::after { display: none; }
  .nav-toggle { display: block; }
  .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid-products > * { flex-basis: 100%; }
  .hero-badge { left: 14px; right: 14px; max-width: none; }
  .section { padding: 60px 0; }
  .brand-name { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
