/* Kadeřnictví Gabriela — site stylesheet */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/playfair-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/playfair-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/playfair-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: oklch(0.97 0.012 50);
  --header-bg: oklch(0.995 0.006 50 / 0.96);
  --surface: oklch(0.995 0.006 50);
  --border: oklch(0.88 0.02 50);
  --text: oklch(0.22 0.015 40);
  --text-muted: oklch(0.46 0.02 40);
  --accent: oklch(0.55 0.13 25);
  --accent-soft: oklch(0.93 0.02 45);
  --gold: oklch(0.68 0.12 75);
  --white: oklch(0.995 0.004 50);
  --footer-bg: oklch(0.22 0.015 40);
  --footer-text: oklch(0.9 0.01 45);
  --footer-muted: oklch(0.75 0.01 45);
  --footer-muted2: oklch(0.65 0.01 45);
  --footer-border: oklch(0.35 0.02 45);
  --overlay: oklch(0.1 0.01 40 / 0.45);
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: oklch(0.55 0.13 25 / 0.25); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--header-bg);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.site-header .bar {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; cursor: pointer; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 50%; background: var(--accent);
  display: flex; align-items: center; justify-content: center; color: var(--white);
  font-family: var(--font-serif); font-weight: 700; font-size: 19px; flex-shrink: 0;
}
.brand .name { font-family: var(--font-serif); font-weight: 700; font-size: 22px; letter-spacing: 0.3px; color: var(--text); }

.desktop-nav { display: flex; gap: 4px; flex-wrap: wrap; }
.nav-btn {
  padding: 9px 14px; border-radius: 999px; border: none; cursor: pointer;
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  background: none; color: var(--text-muted); text-decoration: none; display: inline-block;
}
.nav-btn.active { background: var(--accent); color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-btn {
  position: relative; background: var(--accent-soft); border: 1px solid var(--border);
  border-radius: 999px; padding: 9px 16px; font-family: var(--font-sans); font-weight: 700;
  font-size: 14px; cursor: pointer; color: var(--text); display: flex; align-items: center; gap: 6px;
}
.cart-count {
  background: var(--accent); color: var(--white); border-radius: 999px; min-width: 20px; height: 20px;
  padding: 0 5px; font-size: 12px; display: flex; align-items: center; justify-content: center;
}
.cart-count[hidden] { display: none; }
.menu-toggle {
  background: none; border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px;
  cursor: pointer; font-size: 14px; font-weight: 700; font-family: var(--font-sans); color: var(--text);
  display: none;
}
.mobile-nav {
  border-top: 1px solid var(--border); padding: 10px 24px 16px; display: none;
  flex-direction: column; gap: 4px; max-width: 1200px; margin: 0 auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav .nav-btn { text-align: left; width: 100%; padding: 12px 14px; border-radius: 8px; font-size: 15px; }

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-block; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 88px 24px; overflow: hidden;
  background: linear-gradient(180deg, var(--accent-soft), var(--bg));
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, oklch(0.22 0.02 40 / 0.62), oklch(0.22 0.02 40 / 0.72));
}
.hero .wrap { position: relative; z-index: 1; max-width: 1000px; text-align: center; }
.hero.has-photo .eyebrow,
.hero.has-photo h1,
.hero.has-photo p { color: var(--white); }
.hero.has-photo .eyebrow { color: oklch(0.85 0.08 60); }
.eyebrow {
  font-family: var(--font-sans); font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  font-size: 13px; color: var(--accent); margin-bottom: 16px;
}
.hero h1 { font-family: var(--font-serif); font-weight: 700; font-size: 56px; line-height: 1.1; margin: 0 0 22px; }
.hero p.lead { font-size: 19px; color: var(--text-muted); max-width: 640px; margin: 0 auto 34px; }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  border: none; padding: 16px 30px; border-radius: 999px; font-weight: 700; font-size: 16px;
  cursor: pointer; text-decoration: none; display: inline-block; font-family: var(--font-sans);
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--text); }
.hero.has-photo .btn-outline { color: var(--white); border-color: var(--white); }
.btn-sm { padding: 10px 16px; font-size: 13.5px; border-radius: 999px; }
.btn-dark { background: var(--text); color: var(--white); border: none; }

@media (max-width: 640px) {
  .hero h1 { font-size: 38px; }
  .hero { padding: 56px 20px 64px; }
}

/* ---------- Sections ---------- */
section.pad { max-width: 1200px; margin: 0 auto; padding: 64px 24px; }
section.narrow { max-width: 1000px; }
section.narrower { max-width: 900px; }
section.article { max-width: 800px; }
section.legal { max-width: 760px; }
h2.section-title { font-family: var(--font-serif); font-size: 34px; text-align: center; margin: 0 0 12px; }
h1.page-title { font-family: var(--font-serif); font-size: 42px; text-align: center; margin: 0 0 14px; }
p.section-sub { text-align: center; color: var(--text-muted); max-width: 620px; margin: 0 auto 40px; }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 28px; text-align: center; }
.stat-num { font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--accent); }
.stat-label { color: var(--text-muted); margin-top: 6px; }

.section-alt { background: var(--surface); padding: 64px 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.teaser-card { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px 22px; }
.teaser-card h3 { font-family: var(--font-serif); font-size: 20px; margin: 0 0 10px; }
.teaser-card p { color: var(--text-muted); font-size: 14.5px; margin: 0 0 14px; }
.link-btn { background: none; border: none; color: var(--accent); font-weight: 700; cursor: pointer; padding: 0; font-size: 14.5px; text-decoration: none; font-family: var(--font-sans); }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.why-item { text-align: center; padding: 20px; }
.why-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--accent-soft); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; }
.why-icon .dot { width: 20px; height: 20px; border-radius: 50%; background: var(--gold); }
.why-item h4 { font-size: 16.5px; margin: 0 0 8px; }
.why-item p { color: var(--text-muted); font-size: 14px; margin: 0; }

.testi-section { background: var(--accent-soft); padding: 64px 24px; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.testi-card { background: var(--surface); border-radius: 14px; padding: 24px; }
.testi-card .stars { color: var(--gold); font-size: 15px; margin-bottom: 10px; }
.testi-card p { font-size: 14.5px; margin: 0 0 12px; color: var(--text); }
.testi-card .name { font-weight: 700; font-size: 14px; }

.cta-section { max-width: 1200px; margin: 0 auto; padding: 64px 24px 88px; text-align: center; }
.cta-section h2 { font-family: var(--font-serif); font-size: 32px; margin: 0 0 14px; }
.cta-section p { color: var(--text-muted); margin: 0 0 28px; }

/* ---------- Services / Pricing ---------- */
.service-group { margin-bottom: 40px; }
.service-group h2 { font-family: var(--font-serif); font-size: 24px; border-bottom: 2px solid var(--gold); padding-bottom: 10px; margin: 0 0 18px; }
.service-list { display: flex; flex-direction: column; gap: 14px; }
.service-row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 14px 0; border-bottom: 1px dashed var(--border); }
.service-row .name { font-weight: 700; font-size: 16px; }
.service-row .desc { color: var(--text-muted); font-size: 14px; margin-top: 3px; }
.service-row .price { font-family: var(--font-serif); font-weight: 700; font-size: 17px; white-space: nowrap; color: var(--accent); }

.price-card { margin-bottom: 30px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.price-card .head { background: var(--accent-soft); padding: 14px 22px; font-family: var(--font-serif); font-weight: 700; font-size: 18px; }
.price-card .row { display: flex; justify-content: space-between; padding: 13px 22px; border-top: 1px solid var(--border); font-size: 15px; }
.price-card .row .price { font-weight: 700; }

/* ---------- Team / Gallery / Shop ---------- */
.team-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.team-card .photo { height: 220px; overflow: hidden; }
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .body { padding: 18px 20px; }
.team-card .name { font-family: var(--font-serif); font-weight: 700; font-size: 18px; }
.team-card .role { color: var(--accent); font-size: 13.5px; font-weight: 700; margin: 4px 0 10px; }
.team-card p { color: var(--text-muted); font-size: 14px; margin: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.gallery-item { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px;
  background: linear-gradient(0deg, oklch(0.1 0.02 40 / 0.65), transparent);
  color: var(--white); font-size: 12.5px; font-weight: 600;
}

.product-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.product-card .photo { height: 170px; overflow: hidden; }
.product-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card .name { font-weight: 700; font-size: 15.5px; }
.product-card .desc { color: var(--text-muted); font-size: 13.5px; flex: 1; }
.product-card .row { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.product-card .price { font-family: var(--font-serif); font-weight: 700; font-size: 18px; color: var(--accent); }
.add-cart-btn { background: var(--text); color: var(--white); border: none; padding: 10px 16px; border-radius: 999px; font-weight: 700; font-size: 13.5px; cursor: pointer; font-family: var(--font-sans); }

/* ---------- Blog ---------- */
.blog-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 26px; margin-bottom: 20px; }
.blog-card .date { color: var(--accent); font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.blog-card h2 { font-family: var(--font-serif); font-size: 22px; margin: 0 0 12px; }
.blog-card p.excerpt { color: var(--text-muted); margin: 0 0 6px; }
.blog-card details { margin: 0; }
.blog-card summary { list-style: none; cursor: pointer; color: var(--accent); font-weight: 700; font-size: 14px; margin-top: 8px; }
.blog-card summary::-webkit-details-marker { display: none; }
.blog-card summary::after { content: 'Číst celý článek →'; }
.blog-card details[open] summary::after { content: 'Zobrazit méně ↑'; }
.blog-card details p { margin: 14px 0 0; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--border); padding: 4px 0; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; font-size: 16.5px; font-weight: 700; color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: var(--accent); margin-left: 12px; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { color: var(--text-muted); margin: 0 0 18px; }

/* ---------- Reviews ---------- */
.reviews-note { text-align: center; color: var(--text-muted); font-size: 14px; margin-top: 8px; }
.reviews-note a { color: var(--accent); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
@media (max-width: 780px) { .contact-grid { grid-template-columns: 1fr; } }
.map-frame { border-radius: 14px; overflow: hidden; margin-bottom: 22px; border: 1px solid var(--border); }
.map-frame iframe { width: 100%; height: 240px; border: 0; display: block; }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px; font-size: 14.5px; }
.info-card .title { font-weight: 700; margin-bottom: 10px; font-family: var(--font-serif); font-size: 18px; }
.info-card .line { margin-bottom: 6px; }
.info-card .hours-title { font-weight: 700; margin-bottom: 6px; margin-top: 8px; }
.info-card .hours-row { display: flex; justify-content: space-between; }

.thanks-box { background: var(--accent-soft); border-radius: 14px; padding: 32px; text-align: center; }
.thanks-box .title { font-family: var(--font-serif); font-size: 22px; margin-bottom: 10px; }
.thanks-box p { color: var(--text-muted); margin: 0; }

form.contact-form { display: flex; flex-direction: column; gap: 14px; }
.field {
  padding: 13px 16px; border: 1px solid var(--border); border-radius: 10px; font-size: 15px;
  font-family: inherit; width: 100%; background: var(--surface); color: var(--text);
}
textarea.field { resize: vertical; }
.check-row { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--text-muted); }
.check-row a { color: var(--accent); }
.submit-btn { background: var(--accent); color: var(--white); border: none; padding: 15px; border-radius: 999px; font-weight: 700; font-size: 15.5px; cursor: pointer; font-family: var(--font-sans); }
.form-note { font-size: 13px; color: var(--text-muted); margin-top: -4px; }

/* ---------- Legal ---------- */
.legal-body { color: oklch(0.35 0.02 40); font-size: 15px; display: flex; flex-direction: column; gap: 16px; }
.legal-body p { margin: 0; }
.legal-lines { color: oklch(0.35 0.02 40); font-size: 15px; display: flex; flex-direction: column; gap: 10px; }

/* ---------- Cart Drawer ---------- */
.overlay { position: fixed; inset: 0; background: var(--overlay); z-index: 60; display: none; }
.overlay.open { display: block; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(380px, 92vw); background: var(--surface);
  z-index: 61; box-shadow: -8px 0 30px oklch(0.1 0.01 40 / 0.15); padding: 26px 22px;
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform .25s ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.cart-drawer .head h3 { font-family: var(--font-serif); font-size: 22px; margin: 0; }
.icon-btn { background: none; border: none; font-size: 20px; cursor: pointer; color: var(--text); }
.cart-empty-msg { color: var(--text-muted); }
.cart-items { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 16px; }
.cart-line { display: flex; gap: 12px; border-bottom: 1px solid var(--border); padding-bottom: 14px; }
.cart-line .thumb { width: 56px; height: 56px; border-radius: 8px; flex-shrink: 0; object-fit: cover; background: var(--accent-soft); }
.cart-line .info { flex: 1; }
.cart-line .name { font-weight: 700; font-size: 14px; }
.cart-line .line-total { color: var(--accent); font-size: 13.5px; margin: 2px 0 8px; }
.qty-row { display: flex; align-items: center; gap: 10px; }
.qty-btn { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--border); background: none; cursor: pointer; font-family: var(--font-sans); }
.qty-val { font-size: 14px; }
.remove-btn { margin-left: auto; background: none; border: none; color: var(--text-muted); font-size: 12.5px; cursor: pointer; text-decoration: underline; font-family: var(--font-sans); }
.cart-footer { border-top: 1px solid var(--border); padding-top: 16px; margin-top: 10px; }
.cart-total-row { display: flex; justify-content: space-between; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.checkout-btn { width: 100%; background: var(--accent); color: var(--white); border: none; padding: 14px; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; font-family: var(--font-sans); }
.checkout-btn:disabled { opacity: .5; cursor: not-allowed; }

/* ---------- Checkout modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: oklch(0.1 0.01 40 / 0.45); z-index: 70; display: none;
  align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal-box { background: var(--surface); border-radius: 16px; padding: 36px; max-width: 420px; width: 100%; text-align: center; }
.modal-box h3 { font-family: var(--font-serif); font-size: 24px; margin: 0 0 12px; }
.modal-box p { color: var(--text-muted); margin: 0 0 24px; }
.modal-actions { display: flex; gap: 12px; }
.modal-actions button { flex: 1; padding: 13px; border-radius: 999px; cursor: pointer; font-weight: 700; font-family: var(--font-sans); }
.modal-actions .back-btn { background: none; border: 1px solid var(--border); color: var(--text); }
.modal-actions .confirm-btn { background: var(--accent); color: var(--white); border: none; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%); background: var(--text);
  color: var(--white); padding: 14px 24px; border-radius: 999px; z-index: 80; font-size: 14px;
  display: none; align-items: center; gap: 14px; max-width: 90vw;
}
.toast.open { display: flex; }
.toast button { background: none; border: none; color: var(--white); cursor: pointer; font-size: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 56px 24px 28px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px; }
.footer-brand { font-family: var(--font-serif); font-weight: 700; font-size: 22px; color: var(--white); margin-bottom: 12px; }
.footer-grid p { font-size: 13.5px; color: var(--footer-muted); margin: 0; }
.footer-col-title { font-weight: 700; color: var(--white); margin-bottom: 12px; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; }
.footer-links a { color: var(--footer-muted); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-contact { font-size: 13.5px; color: var(--footer-muted); display: flex; flex-direction: column; gap: 6px; }
.footer-bottom {
  max-width: 1200px; margin: 36px auto 0; border-top: 1px solid var(--footer-border); padding-top: 20px;
  font-size: 12.5px; color: var(--footer-muted2); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; background: var(--surface); border-top: 1px solid var(--border);
  padding: 18px 24px; z-index: 90; display: none; justify-content: center; gap: 20px; flex-wrap: wrap;
  align-items: center; box-shadow: 0 -6px 20px oklch(0.1 0.01 40 / 0.08);
}
.cookie-banner.open { display: flex; }
.cookie-banner .msg { max-width: 640px; font-size: 13.5px; color: oklch(0.35 0.02 40); }
.cookie-banner .msg a { color: var(--accent); }
.cookie-accept { background: var(--accent); color: var(--white); border: none; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 13.5px; cursor: pointer; font-family: var(--font-sans); }

/* ---------- Utility ---------- */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
