
.header-top { background: var(--surface-inverse); color: #cbd5e1; padding: 6px 16px; }
.header-note { margin: 0; font-size: 14px; text-align: right; }
.header-phone { color: #ffffff; font-weight: 600; }
.header-inner { display: flex; align-items: center; gap: 24px; width: 1200px; max-width: 100%; margin: 0 auto; padding: 12px 16px; }
.site-logo { display: inline-block; }
.brand-mark { height: 40px; width: auto; }
.site-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 4px; }
.nav-link { display: inline-block; padding: 8px 12px; color: var(--text-secondary); font-size: 15px; font-weight: 600; letter-spacing: 0.2px; border-bottom: 2px solid transparent; }
.nav-link:hover { color: var(--action-primary); border-bottom-color: var(--signal-warm); text-decoration: none; }
.nav-close { width: 44px; height: 44px; font-size: 28px; line-height: 1; color: var(--text-secondary); }
.nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text-strong); }
.cart-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--border-strong); border-radius: 8px; color: var(--text-strong); font-weight: 600; font-size: 15px; }
.cart-chip:hover { border-color: var(--action-primary); color: var(--action-primary); text-decoration: none; }
.chip-icon { width: 20px; height: 20px; }
.cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 11px; background: var(--signal-warm); color: #ffffff; font-size: 13px; }

.hero-eyebrow { display: inline-block; margin-bottom: 12px; font-size: 13px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--signal-warm); }
.hero-copy { max-width: 560px; }
.hero-lede { font-size: 18px; color: var(--text-secondary); margin-bottom: 20px; }
.price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.price-now { font-family: 'Roboto Slab', Georgia, serif; font-size: 40px; font-weight: 700; color: var(--text-strong); white-space: nowrap; }
.price-was { font-size: 18px; color: var(--text-muted); text-decoration: line-through; white-space: nowrap; }
.price-badge { padding: 4px 10px; border-radius: 6px; background: var(--signal-warm); color: #ffffff; font-size: 14px; font-weight: 600; white-space: nowrap; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 16px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; color: var(--text-muted); margin-bottom: 0; }
.hero-plate { position: relative; aspect-ratio: 1; padding: 26px; border: 1px solid var(--border-subtle); border-radius: 14px; background: radial-gradient(115% 90% at 32% 14%, #ffffff 0%, #f1f5f9 46%, #e2e8f0 100%); display: grid; place-items: center; overflow: hidden; }
.hero-plate::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 36%; background: linear-gradient(180deg, rgba(30, 58, 138, 0) 0%, rgba(30, 58, 138, 0.1) 100%); }
.hero-plate::after { content: ""; position: absolute; top: -60px; right: -60px; width: 190px; height: 190px; border-radius: 50%; border: 18px solid rgba(194, 65, 12, 0.12); }
.hero-photo { position: relative; width: 100%; aspect-ratio: 1; object-fit: contain; }

.primary-button { display: inline-block; background: var(--action-primary); color: #ffffff; border: none; border-radius: 8px; padding: 14px 26px; font-weight: 600; cursor: pointer; }
.primary-button::after { content: " →"; display: inline-block; transition: transform 0.2s; }
.primary-button:hover { background: var(--action-hover); text-decoration: none; }
.primary-button:hover::after { transform: translateX(4px); }
.ghost-button { display: inline-block; padding: 13px 22px; border: 1px solid var(--border-strong); border-radius: 8px; color: var(--text-strong); font-weight: 600; }
.ghost-button::after { content: " →"; display: inline-block; transition: transform 0.2s; }
.ghost-button:hover { border-color: var(--action-primary); color: var(--action-primary); text-decoration: none; }
.ghost-button:hover::after { transform: translateX(4px); }
.cta-lead-button { display: inline-block; background: var(--signal-warm); color: #ffffff; border-radius: 10px; font-size: 24px; padding: 24px 48px; font-weight: 600; font-family: 'Roboto Slab', Georgia, serif; animation: pulse 2s infinite; }
.cta-lead-button::after { content: " →"; display: inline-block; transition: transform 0.2s; }
.cta-lead-button:hover { background: #9a3412; text-decoration: none; }
.cta-lead-button:hover::after { transform: translateX(4px); }

.content-card { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 28px; background: #ffffff; }
.card-title { margin-bottom: 6px; }
.card-text { color: var(--text-secondary); font-size: 15px; margin-bottom: 0; }
.card-index { display: block; margin-bottom: 10px; font-family: 'Roboto Slab', Georgia, serif; font-size: 15px; color: var(--signal-warm); }
.product-card { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 28px; background: #ffffff; display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: center; }
.card-shot { aspect-ratio: 1; border-radius: 10px; border: 1px solid var(--border-subtle); background-color: var(--surface-raised); background-image: url("/images/arteolin-gel-50ml-hlavni.png"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.card-meta { font-size: 14px; color: var(--text-muted); margin-bottom: 8px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.frame-tile { aspect-ratio: 1; border: 1px solid var(--border-subtle); border-radius: 10px; background-color: var(--surface-raised); background-size: contain; background-position: center; background-repeat: no-repeat; }
.tile-arch { background-image: url("/images/arteolin-gel-50ml-hlavni.png"); }
.frame-caption { margin-top: 10px; font-size: 14px; color: var(--text-muted); }
.section-divider { display: none; }

.stock-line { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: #15803d; margin-bottom: 12px; }
.stock-dot { width: 9px; height: 9px; border-radius: 50%; background: #15803d; }
.sku-line { font-size: 14px; color: var(--text-muted); margin-bottom: 14px; }
.qty-block { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.qty-button { width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: 8px; font-size: 20px; color: var(--text-strong); }
.qty-button:hover { border-color: var(--action-primary); color: var(--action-primary); }
.qty-input { width: 68px; height: 44px; text-align: center; border: 1px solid var(--border-strong); border-radius: 8px; font-weight: 600; }
.buy-note { font-size: 14px; color: var(--text-muted); margin-top: 12px; }
.point-list { margin: 16px 0; }
.point-item { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 15px; color: var(--text-secondary); }
.point-item::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 2px; background: var(--signal-warm); }
.tab-row { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--border-subtle); margin-bottom: 18px; }
.tab-button { padding: 12px 18px; font-weight: 600; font-size: 15px; color: var(--text-muted); border-bottom: 3px solid transparent; }
.tab-pane { max-width: 760px; }
.gallery-main { aspect-ratio: 1; border: 1px solid var(--border-subtle); border-radius: 14px; padding: 24px; background: radial-gradient(110% 90% at 30% 12%, #ffffff 0%, #f1f5f9 50%, #e2e8f0 100%); }
.gallery-photo { width: 100%; aspect-ratio: 1; object-fit: contain; }
.trust-cell { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 16px; background: #ffffff; font-size: 14px; color: var(--text-secondary); }
.trust-key { display: block; font-weight: 600; color: var(--text-strong); margin-bottom: 4px; }
.crumb-row { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--text-muted); padding: 14px 0 0; }

.faq-item { margin-bottom: 28px; }
.faq-q { font-weight: 600; margin-bottom: 6.4px; color: var(--text-strong); }
.faq-a { color: #64748b; margin-bottom: 0; font-size: 15px; }

.step-list { counter-reset: step; margin: 16px 0 0; }
.step-item { counter-increment: step; position: relative; padding-left: 44px; margin-bottom: 14px; }
.step-item::before { content: counter(step); position: absolute; left: 0; top: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--signal-warm); color: #ffffff; font-weight: 600; font-size: 15px; }
.ritual-card { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 28px; background: #ffffff; }
.heat-scale { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; margin: 16px 0 10px; }
.heat-bar { height: 10px; border-radius: 3px; background: var(--border-subtle); }
.heat-note { font-size: 14px; color: var(--text-muted); margin-bottom: 0; }

.cta-inner { width: 1200px; max-width: 100%; margin: 0 auto; text-align: center; }
.cta-title { color: #ffffff; margin-bottom: 10px; }
.cta-text { color: #cbd5e1; max-width: 620px; margin: 0 auto 24px; }
.cta-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 860px; margin: 0 auto 28px; text-align: left; }
.cta-step { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; padding: 16px; color: #e2e8f0; font-size: 15px; }
.cta-call { color: #cbd5e1; font-size: 15px; margin: 20px 0 0; }
.cta-call a { color: #ffffff; font-weight: 600; }

.form-row { margin-bottom: 14px; }
.form-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--text-strong); }
.form-input { width: 100%; padding: 13px 14px; border: 1px solid var(--border-strong); border-radius: 8px; background: #ffffff; }
.form-input:focus { border-color: var(--action-primary); outline: none; }
.form-area { width: 100%; min-height: 120px; padding: 13px 14px; border: 1px solid var(--border-strong); border-radius: 8px; }
.form-consent { display: block; font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
.form-checkbox { width: 20px; height: 20px; margin: 0 8px 0 0; vertical-align: -4px; }
.form-hint { font-size: 13px; color: var(--text-muted); margin: 10px 0 0; }
.form-errors { border: 1px solid #b91c1c; border-radius: 8px; padding: 14px; margin-bottom: 16px; background: #fef2f2; color: #7f1d1d; font-size: 15px; }
.form-note { font-size: 14px; color: var(--text-muted); }
.done-box { border: 1px solid #15803d; border-radius: 10px; padding: 28px; background: #f0fdf4; }
.done-title { margin-bottom: 8px; }

.side-panel { position: fixed; top: 0; right: 0; width: 420px; max-width: 90vw; height: 100vh; z-index: 1200; overflow-y: auto; padding: 56px 28px 28px; background: #ffffff; border-left: 4px solid var(--signal-warm); transform: translateX(100%); transition: transform 0.35s ease; }
.panel-scrim { position: fixed; inset: 0; z-index: 1150; background: var(--overlay-scrim); opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease; }
.panel-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; font-size: 28px; line-height: 1; color: var(--text-secondary); }
.panel-title { font-size: 24px; margin-bottom: 8px; }
.panel-note { font-size: 14px; color: var(--text-secondary); margin-bottom: 18px; }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr; }
.footer-brand { background: var(--action-primary); color: #ffffff; padding: 48px; }
.footer-links { background: #111827; color: #cbd5e1; padding: 48px; }
.footer-tagline { color: #dbeafe; margin: 16px 0 14px; font-size: 15px; }
.footer-contact { font-size: 15px; color: #dbeafe; margin-bottom: 16px; }
.footer-phone { color: #ffffff; font-weight: 600; font-size: 18px; }
.footer-mail { color: #ffffff; }
.footer-disclaimer { font-size: 13px; line-height: 1.6; color: #bfdbfe; margin-bottom: 0; border-top: 1px solid rgba(255, 255, 255, 0.25); padding-top: 14px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-heading { font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase; color: #ffffff; margin-bottom: 12px; }
.footer-item { margin-bottom: 8px; }
.footer-link { color: #cbd5e1; font-size: 15px; }
.footer-link:hover { color: #ffffff; }
.footer-button { color: #cbd5e1; font-size: 15px; text-decoration: underline; }
.footer-button:hover { color: #ffffff; }
.footer-legal { margin: 28px 0 0; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 13px; color: #94a3b8; }

.bottom-bar { display: none; }
.bottom-link { display: grid; place-items: center; gap: 2px; padding: 8px 4px; font-size: 11px; color: var(--text-secondary); }
.bottom-icon { width: 22px; height: 22px; }

.cc-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1300; max-width: 760px; margin: 0 auto; padding: 22px; border: 1px solid var(--border-strong); border-radius: 10px; background: #ffffff; box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18); }
.cc-title { font-size: 19px; margin-bottom: 6px; }
.cc-text { font-size: 14px; color: var(--text-secondary); margin-bottom: 14px; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cc-accept { background: var(--action-primary); color: #ffffff; border-radius: 8px; padding: 12px 20px; font-weight: 600; }
.cc-reject { background: var(--surface-sunken); color: var(--text-strong); border-radius: 8px; padding: 12px 20px; font-weight: 600; }
.cc-more { padding: 12px 12px; color: var(--text-secondary); text-decoration: underline; }
.cc-groups { margin-top: 16px; border-top: 1px solid var(--border-subtle); padding-top: 14px; }
.cc-group { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14px; color: var(--text-secondary); }
.cc-save { background: var(--signal-warm); color: #ffffff; border-radius: 8px; padding: 12px 20px; font-weight: 600; margin-top: 4px; }

@media (max-width: 1024px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  .footer-brand { padding: 32px; }
  .footer-links { padding: 32px; }
  .product-card { grid-template-columns: 130px 1fr; }
  .side-panel { padding: 56px 20px 20px; }
}
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  .header-note { text-align: center; font-size: 13px; }
  .header-inner { gap: 10px; padding: 10px 12px; }
  .cart-chip { margin-left: auto; padding: 8px 10px; }
  .nav-toggle { margin-left: 8px; }
  .site-nav { margin-left: 0; }
  .nav-list { display: flex; flex-direction: column; }
  .brand-mark { height: 32px; }
  .cta-steps { grid-template-columns: 1fr; }
  .cta-lead-button { font-size: 19px; padding: 18px 26px; width: 100%; }
  .product-card { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr; }
  .bottom-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    border-top: 1px solid var(--border-strong);
    padding: 4px 0 6px;
  }
  body { padding-bottom: 72px; }
  .cc-banner { bottom: 80px; padding: 16px; }
  .side-panel { width: 100%; max-width: 100%; }
}


@media (min-width: 768px) and (max-width: 999px) {
  .site-header .nav-toggle[data-mm-toggle] { display: flex !important; }
  .site-header .site-nav[data-mm-menu] {
    position: fixed !important;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 280px !important;
    max-width: 85vw !important;
    height: 100dvh !important;
    background: #ffffff !important;
    transform: translateX(-100%) !important;
    padding: 60px 24px 24px !important;
    overflow-y: auto !important;
    flex-direction: column !important;
  }
  .site-header .site-nav[data-mm-menu].mm-open { transform: translateX(0) !important; }
  .site-header .site-nav[data-mm-menu] .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-header .site-nav[data-mm-menu] .nav-list .nav-link { display: block; padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--border-subtle); }
  .site-header .nav-close[data-mm-close] { display: block !important; }
  .site-header .nav-scrim[data-mm-overlay] { display: block !important; }
  .cart-chip { margin-left: auto; }
}


@media (min-width: 1000px) {
  .nav-link { white-space: nowrap; }
}

.site-header { position: relative; background: #ffffff; border-bottom: 1px solid var(--border-subtle); }
.page-body { display: block; }
.hero-title { margin-bottom: 14px; }
.card-body { min-width: 0; }
.frame-block { min-width: 0; }
.project-grid { padding-bottom: 40px; }
.feature-grid { padding-bottom: 40px; }
.content-block { padding-bottom: 40px; }
.faq-accordion { padding-bottom: 40px; }
.crumb-band { padding: 0 16px; }
.product-band { padding: 24px 16px 40px; }
.detail-band { padding-bottom: 40px; }
.info-band { padding-bottom: 40px; }
.table-band { padding-bottom: 40px; }
.contact-band { padding-bottom: 40px; }
.form-band { padding-bottom: 48px; }
.legal-band { padding-bottom: 48px; }
.cart-band { padding-bottom: 48px; }
.buy-title { font-size: 32px; margin-bottom: 10px; }
.buy-sub { color: var(--text-secondary); margin-bottom: 16px; }
.checkout-title { margin-bottom: 14px; }
.cart-checkout { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 28px; background: #ffffff; }
.cart-box { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 24px; background: #ffffff; }
.cart-empty { color: var(--text-secondary); }
.cart-line { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border-subtle); }
.line-photo { width: 110px; aspect-ratio: 1; object-fit: contain; border: 1px solid var(--border-subtle); border-radius: 10px; background: var(--surface-raised); padding: 6px; }
.line-body { min-width: 0; }
.line-sum { font-weight: 600; font-size: 18px; margin-bottom: 0; }
.cart-total { margin: 18px 0 6px; font-size: 18px; }
.qty-value { min-width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--border-strong); border-radius: 8px; font-weight: 600; }
.enquiry-form { max-width: 560px; }
.checkout-form { margin-bottom: 20px; }
.legal-band h2 { margin-top: 28px; }
.legal-band table { margin: 16px 0; }
@media (max-width: 768px) {
  .cart-line { grid-template-columns: 84px 1fr; }
  .line-photo { width: 84px; }
  .line-sum { grid-column: 1 / -1; }
  .buy-title { font-size: 26px; }
}

.mark-heat { stroke-linecap: round; }
.nav-item { display: block; }
.nav-scrim { pointer-events: auto; }
.footer-column { min-width: 0; }
.footer-list { margin: 0; }
.panel-form { margin-top: 4px; }
