/* Kuner Bora — reštaurovanie a oprava nábytku. Shared design system. */

:root {
  --bg: #F6EFE5;
  --bg-card: #FFFCF6;
  --bg-highlight: #EFE3D2;
  --bg-dark: #2C231C;
  --border: #DDCDB6;
  --border-light: #E6D7C1;
  --text: #2C231C;
  --text-secondary: #5A4B3E;
  --text-body: #3B3027;
  --text-muted: #8C7A67;
  --text-muted-2: #B79A78;
  --on-dark: #E8DBC8;
  --on-dark-muted: #C9B79E;
  --on-dark-accent: #B79A78;
  --accent: #9A5B32;
  --accent-dark: #6B4526;
  --font-serif: Georgia, "Times New Roman", "Cormorant Garamond", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "Courier New", "JetBrains Mono", monospace;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; margin: 0; }
p { margin: 0; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
main { flex: 1; }

/* ---------- Promo bar ---------- */
.promo-bar {
  background: var(--bg-dark);
  color: var(--on-dark);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 16px;
  font-weight: 500;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 239, 229, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: var(--text);
}
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-dark);
  color: var(--bg);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  flex: none;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-serif); font-size: 23px; font-weight: 600; letter-spacing: .02em; color: var(--text); }
.brand-tag { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); }

.main-nav { display: flex; align-items: center; gap: 22px; font-size: 14.5px; font-weight: 500; }
.main-nav a {
  color: var(--text);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover, .main-nav a.active { border-bottom-color: var(--accent); color: var(--accent); text-decoration: none; }

.cart-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--accent-dark);
  color: var(--bg);
  padding: 10px 16px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.cart-btn:hover { background: var(--accent); }
.cart-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--bg-highlight);
  color: var(--text);
  display: grid;
  place-items: center;
  font-size: 12.5px;
  font-weight: 700;
  padding: 0 6px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--text);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15.5px;
  padding: 15px 28px;
  border: 1px solid transparent;
  text-align: center;
}
.btn:hover { text-decoration: none; }
.btn-solid { background: var(--accent-dark); color: var(--bg); }
.btn-solid:hover { background: var(--accent); color: var(--bg); }
.btn-outline { border-color: var(--accent-dark); color: var(--text); background: transparent; }
.btn-outline:hover { background: var(--bg-highlight); color: var(--text); }
.btn-sm { padding: 9px 18px; font-size: 13.5px; }
.btn-invert { background: var(--on-dark); color: var(--bg-dark); }
.btn-invert:hover { background: var(--bg-card); color: var(--bg-dark); }
.btn-block { display: block; width: 100%; text-align: center; padding: 15px; font-size: 15.5px; font-weight: 700; }

/* ---------- Sections / eyebrow ---------- */
.section { max-width: var(--max); margin: 0 auto; padding: 72px 24px; }
.section-tight { padding-top: 20px; }
.eyebrow {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.eyebrow-pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 14px;
  background: var(--bg-card);
}
.crumb {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-muted-2);
  margin-bottom: 14px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.link-more { font-weight: 600; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 3px; white-space: nowrap; }
.link-more:hover { text-decoration: none; }

.band { background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-tint { background: var(--bg-highlight); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.card-pad { padding: 26px; }
.card-hover:hover { border-color: var(--accent); }

.figure {
  border-radius: 6px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-highlight);
}
.figure img { width: 100%; height: 100%; object-fit: cover; }
.ratio-4-3 { aspect-ratio: 4/3; }
.ratio-1-1 { aspect-ratio: 1/1; }
.ratio-16-9 { aspect-ratio: 16/9; }
.ratio-3-4 { aspect-ratio: 3/4; }

/* ---------- Hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  padding: 64px 24px 40px;
}
.hero h1 { font-size: 58px; line-height: 1.03; margin: 22px 0 20px; letter-spacing: -.01em; }
.hero-lead { font-size: 18.5px; line-height: 1.65; color: var(--text-secondary); max-width: 30em; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.hero-stat-num { font-family: var(--font-serif); font-size: 32px; color: var(--accent-dark); }
.hero-stat-label { font-size: 13px; color: var(--text-muted); line-height: 1.4; }
.hero-media { display: grid; gap: 14px; }
.hero-media-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- Feature strip ---------- */
.feature-strip { padding: 26px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-item { display: flex; gap: 12px; align-items: flex-start; }
.feature-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 7px; flex: none; }
.feature-title { font-weight: 700; font-size: 14.5px; }
.feature-text { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ---------- Service card ---------- */
.service-card { padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: transform .15s ease, border-color .15s ease; }
.service-card:hover { transform: translateY(-3px); }
.service-num { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted-2); }
.service-card h3 { font-size: 25px; line-height: 1.15; }
.service-card p { font-size: 14.5px; line-height: 1.6; color: var(--text-secondary); }
.service-price { margin-top: auto; padding-top: 12px; font-size: 13px; color: var(--accent); font-weight: 600; }

/* ---------- Process (dark) ---------- */
.dark-panel { background: var(--bg-dark); color: var(--on-dark); border-radius: 10px; padding: 52px 48px; }
.dark-panel h2 { color: var(--bg); }
.dark-panel .eyebrow { color: var(--on-dark-accent); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 38px; }
.process-step { border-top: 1px solid var(--accent-dark); padding-top: 18px; }
.process-num { font-family: var(--font-serif); font-size: 38px; color: var(--on-dark-accent); line-height: 1; }
.process-step h4 { font-size: 20px; margin: 10px 0 8px; color: var(--bg); }
.process-step p { font-size: 14px; line-height: 1.6; color: var(--on-dark-muted); }

/* ---------- Work / teaser cards ---------- */
.work-card { overflow: hidden; background: var(--bg); }
.work-card .figure { border-radius: 0; border: none; border-bottom: 1px solid var(--border); }
.work-pair { display: grid; grid-template-columns: 1fr 1fr; }
.work-pair .figure { border-radius: 0; border: none; position: relative; aspect-ratio: 1/1; }
.work-pair .tag {
  position: absolute; left: 8px; bottom: 8px;
  background: rgba(44,35,28,.72); color: #F6EFE5;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .05em;
  padding: 3px 8px; border-radius: 999px; text-transform: uppercase;
}
.work-body { padding: 20px; }
.work-body h3 { font-size: 22px; margin-bottom: 6px; }
.work-body p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0 0 10px; }
.work-meta { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted-2); }

/* ---------- Shop ---------- */
.product-card { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.product-cat { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-muted-2); letter-spacing: .08em; text-transform: uppercase; }
.product-name { font-size: 15px; font-weight: 600; line-height: 1.35; }
.product-desc { font-size: 13px; line-height: 1.55; color: var(--text-muted); margin: 0; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 8px; }
.price { font-family: var(--font-serif); font-size: 22px; color: var(--accent-dark); }
.pill-btn { cursor: pointer; border: 1px solid var(--accent-dark); border-radius: 999px; padding: 6px 12px; font-size: 12.5px; font-weight: 600; background: transparent; color: var(--text); }
.pill-btn:hover { background: var(--accent-dark); color: var(--bg); }
.cat-filter { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 24px; }
.cat-chip { cursor: pointer; border: 1px solid var(--border); background: var(--bg-card); border-radius: 999px; padding: 9px 18px; font-size: 13.5px; font-weight: 600; color: var(--text-secondary); }
.cat-chip:hover, .cat-chip.active { border-color: var(--accent); color: var(--accent); }

/* ---------- Reviews ---------- */
.review-card { padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.stars { color: var(--accent); letter-spacing: .2em; font-size: 13px; }
.review-text { font-family: var(--font-serif); font-size: 20px; line-height: 1.5; font-style: italic; color: var(--text-body); }
.review-who { margin-top: auto; font-size: 13px; color: var(--text-muted); }

/* ---------- Blog ---------- */
.blog-card { overflow: hidden; display: flex; flex-direction: column; }
.blog-card .figure { border-radius: 0; border: none; border-bottom: 1px solid var(--border); }
.blog-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-meta { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted-2); }
.blog-body h3, .blog-body h2 { font-size: 23px; line-height: 1.2; }
.blog-body p { font-size: 14px; line-height: 1.6; color: var(--text-secondary); }
.blog-read { margin-top: auto; padding-top: 10px; font-size: 13.5px; font-weight: 600; color: var(--accent); }

.article-wrap { max-width: 800px; margin: 0 auto; padding: 56px 24px 80px; }
.article-lead { font-size: 19px; line-height: 1.65; color: var(--text-secondary); font-family: var(--font-serif); margin: 18px 0 28px; }
.article-body h2 { font-size: 28px; line-height: 1.15; margin: 34px 0 12px; }
.article-body p { font-size: 16.5px; line-height: 1.78; color: var(--text-body); margin: 0 0 18px; }
.article-list { background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 22px 26px; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.article-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.65; color: var(--text-body); }
.article-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex: none; }

/* ---------- FAQ ---------- */
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 20px 24px; }
.faq-item h4 { font-size: 21px; margin-bottom: 8px; }
.faq-item p { font-size: 14.5px; line-height: 1.65; color: var(--text-secondary); }

/* ---------- Price table ---------- */
.price-table { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.price-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px;
  padding: 18px 26px; border-top: 1px solid var(--border-light); align-items: center;
}
.price-row.head {
  background: var(--bg-highlight); border-top: none;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-dark); font-weight: 700;
  padding: 16px 26px;
}
.price-row .name { font-weight: 600; font-size: 15.5px; }
.price-row .note { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.price-row .price { font-size: 22px; }
.price-row .term { font-size: 14px; color: var(--text-secondary); }

/* ---------- Forms ---------- */
.form-field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.form-field input, .form-field textarea, .form-field select {
  font-family: var(--font-sans); font-size: 15px; padding: 12px 14px;
  border: 1px solid var(--border); border-radius: 6px; background: var(--bg); color: var(--text);
}
.form-field textarea { resize: vertical; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: var(--text-secondary); }
.form-check input { margin-top: 3px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 12px; line-height: 1.55; color: var(--text-muted); margin: 12px 0 0; }
.form-success { padding: 30px; text-align: center; }
.form-success h2 { font-size: 28px; margin-bottom: 10px; }
.form-success p { font-size: 15.5px; line-height: 1.7; color: var(--text-secondary); }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-dark); color: var(--on-dark-muted); margin-top: auto; }
.footer-grid { padding: 56px 24px 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: 18px; }
.footer-brand-name { font-family: var(--font-serif); font-size: 24px; color: var(--bg); }
.footer-desc { font-size: 14px; line-height: 1.7; margin: 0 0 16px; max-width: 30em; }
.footer-contact { font-size: 14px; line-height: 1.8; }
.footer-contact a { color: var(--on-dark); }
.footer-col-title { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-accent); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; list-style: none; }
.footer-links a { color: var(--on-dark-muted); }
.footer-links a:hover { color: var(--bg); text-decoration: none; }
.footer-bottom { border-top: 1px solid #4A3A2C; }
.footer-bottom .container { padding: 18px 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #A8927A; }
.footer-bottom a, .footer-bottom button.linklike { color: #A8927A; text-decoration: underline; }
button.linklike { background: none; border: none; padding: 0; font: inherit; cursor: pointer; }

/* ---------- Cookie bar ---------- */
.cookie-bar {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 95;
  max-width: 780px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 10px; box-shadow: 0 18px 40px rgba(44,35,28,.18); padding: 22px 26px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.cookie-bar h3 { font-size: 21px; margin-bottom: 6px; }
.cookie-bar p { font-size: 13.5px; line-height: 1.6; color: var(--text-secondary); }
.cookie-actions { display: flex; gap: 10px; align-items: center; }
.hidden { display: none !important; }

/* ---------- Cart drawer ---------- */
.cart-overlay { position: fixed; inset: 0; z-index: 90; display: flex; justify-content: flex-end; }
.cart-scrim { position: absolute; inset: 0; background: rgba(44,35,28,.5); border: none; padding: 0; }
.cart-drawer {
  position: relative; width: 440px; max-width: 92vw; background: var(--bg);
  border-left: 1px solid var(--border); display: flex; flex-direction: column; height: 100%;
}
.cart-head { padding: 22px 26px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.cart-head h2 { font-size: 27px; }
.cart-close { background: none; border: none; font-size: 22px; color: var(--text-muted); line-height: 1; }
.cart-lines { flex: 1; overflow: auto; padding: 20px 26px; display: flex; flex-direction: column; gap: 16px; }
.cart-empty { padding: 40px 0; text-align: center; }
.cart-empty p { font-size: 15.5px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 12px; }
.cart-line img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; }
.cart-line-name { font-size: 14.5px; font-weight: 600; line-height: 1.35; }
.cart-line-price { font-size: 13px; color: var(--text-muted); }
.qty-ctrl { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-btn { cursor: pointer; width: 26px; height: 26px; border: 1px solid var(--border); border-radius: 5px; display: grid; place-items: center; background: var(--bg); }
.qty-val { font-size: 14px; min-width: 18px; text-align: center; font-weight: 600; }
.cart-del { cursor: pointer; background: none; border: none; font-size: 12.5px; color: var(--accent); margin-left: 6px; }
.cart-line-sum { font-family: var(--font-serif); font-size: 20px; color: var(--accent-dark); }
.cart-foot { border-top: 1px solid var(--border); padding: 22px 26px; background: var(--bg-card); }
.cart-row { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--text-secondary); margin-bottom: 8px; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--border); padding-top: 12px; margin-bottom: 16px; }
.cart-total .label { font-weight: 700; font-size: 16px; }
.cart-total .value { font-family: var(--font-serif); font-size: 28px; color: var(--accent-dark); }

/* ---------- Misc ---------- */
.tag-pill { font-size: 12.5px; background: var(--bg-highlight); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; color: var(--text-secondary); }
.tags-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
.stat-box { background: var(--bg-highlight); border: 1px solid var(--border); border-radius: 8px; padding: 24px; }
.stat-line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; color: var(--text-body); }
.stat-line + .stat-line { margin-top: 10px; }
.team-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 22px; }
.team-card .name { font-weight: 700; font-size: 16px; }
.team-card .role { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.team-card p { font-size: 14px; line-height: 1.6; color: var(--text-secondary); }
.info-card { padding: 24px; }
.info-card h3 { font-size: 21px; margin-bottom: 8px; }
.info-card p { font-size: 14px; line-height: 1.6; color: var(--text-secondary); }
.legal-updated { font-size: 14px; color: var(--text-muted); margin: 12px 0 32px; }
.legal-body h2 { font-size: 26px; line-height: 1.2; margin: 30px 0 10px; }
.legal-body p { font-size: 16px; line-height: 1.75; color: var(--text-body); margin: 0 0 16px; }
.legal-footer { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 14px; line-height: 1.7; color: var(--text-secondary); }
.skip-link {
  position: absolute; left: -999px; top: auto;
  background: var(--accent-dark); color: var(--bg); padding: 10px 16px; border-radius: 6px; z-index: 100;
}
.skip-link:focus { left: 16px; top: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 6px; }
  .site-header.nav-open .main-nav {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 16px; border-bottom: 1px solid var(--border);
  }
  .site-header.nav-open .main-nav a { padding: 10px 0; width: 100%; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero h1 { font-size: 42px; }
  .hero-media { order: -1; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .dark-panel { padding: 32px 24px; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; gap: 4px; }
  .price-row.head { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cart-drawer { width: 100%; max-width: 100%; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 34px; }
  section, .section { padding-left: 16px; padding-right: 16px; }
  .container { padding: 0 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-bar { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; }
}
