:root {
  --red: #a8201a;
  --red-dark: #7d1510;
  --red-soft: #f6e3df;
  --char: #262422;
  --char-2: #34312e;
  --white: #ffffff;
  --paper: #fbf8f3;
  --kraft: #e9dcc4;
  --kraft-line: #d8c6a6;
  --board: #2f3431;
  --ink: #1d1b19;
  --muted: #6b645c;
  --line: #e4ddd2;
  --display: 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --body: 'Work Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --chalk: 'Kalam', 'Comic Sans MS', cursive;
  --tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Crect width='120' height='60' fill='%23ffffff'/%3E%3Cg stroke='%23e6e3de' stroke-width='2'%3E%3Cpath d='M0 1h120M0 31h120M1 0v30M61 0v30M31 30v30M91 30v30'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.05; }
h2 { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 4.2vw, 3rem); text-transform: uppercase; letter-spacing: .01em; }
h2 em, h1 em { font-style: normal; color: var(--red); }
h3 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
button { font: inherit; cursor: pointer; color: inherit; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }
.label { font-family: var(--display); font-size: .85rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: .7em; }
.tiles { background: var(--tile); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.5em; border: 2px solid transparent; border-radius: 4px;
  font-family: var(--display); font-size: 1rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: var(--white); box-shadow: 0 3px 0 var(--red-dark); }
.btn-red:hover { background: #bd261f; }
.btn-red:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-dark { background: var(--char); color: var(--white); }
.btn-dark:hover { background: var(--char-2); }
.btn-line-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line-dark:hover { background: var(--ink); color: var(--white); }
.btn-line-light { border-color: rgba(255, 255, 255, .7); color: var(--white); background: transparent; }
.btn-line-light:hover { background: var(--white); color: var(--ink); }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--white); border-bottom: 4px solid var(--red); transition: box-shadow .3s; }
.site-header.solid { box-shadow: 0 6px 20px rgba(0, 0, 0, .08); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; width: min(1180px, 100% - 32px); margin-inline: auto; height: 72px; position: relative; }
.nav { display: flex; gap: 30px; font-family: var(--display); font-size: 1rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a[aria-current] { color: var(--red); }
.nav a[aria-current] { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.menu-btn { display: none; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.menu-btn span { width: 18px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
body.menu-open .menu-btn span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }
.nav-right { justify-content: flex-end; padding-right: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-knives { width: 34px; height: 34px; color: var(--red); --knife-rivet: var(--white); }
.brand-name { font-family: var(--display); font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.cart-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: 2px solid var(--ink); background: var(--white); width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; }
.cart-btn svg { width: 22px; height: 22px; }
.cart-btn:hover { background: var(--red-soft); }
.cart-count { position: absolute; top: -6px; right: -6px; min-width: 22px; height: 22px; border-radius: 11px; background: var(--red); color: var(--white); font-size: .72rem; font-weight: 700; display: grid; place-items: center; padding: 0 5px; }
.cart-count.bump { animation: bump .35s; }
@keyframes bump { 50% { transform: scale(1.4); } }

/* Hero: tiled shop wall under a striped awning, with a chalkboard of today's cuts */
.hero { position: relative; }
.awning {
  height: 46px; position: relative;
  background: repeating-linear-gradient(90deg, var(--red) 0 44px, var(--white) 44px 88px);
  box-shadow: 0 8px 14px -6px rgba(0, 0, 0, .25);
}
.awning::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -18px; height: 18px;
  background: radial-gradient(circle at 22px 0, var(--red) 21px, transparent 22px) 0 0 / 88px 18px,
              radial-gradient(circle at 66px 0, var(--white) 21px, transparent 22px) 0 0 / 88px 18px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .15));
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; padding: 72px 0 64px; }
.stamp {
  width: 108px; height: 108px; border-radius: 50%; background: var(--red); color: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  box-shadow: 0 0 0 4px var(--white), 0 0 0 6px var(--red); transform: rotate(-8deg); margin-bottom: 26px;
}
.stamp svg { width: 44px; height: 44px; color: var(--white); --knife-rivet: var(--red); }
.stamp span { font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kicker { font-family: var(--display); font-size: 1rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .4em; }
.hero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(3.4rem, 9vw, 6.6rem); line-height: .92; text-transform: uppercase; color: var(--ink); margin-bottom: .3em; }
.hero-lead { font-size: 1.12rem; max-width: 32em; color: #3d3833; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.status { display: inline-flex; align-items: center; gap: .6em; font-size: .9rem; font-weight: 500; margin: 0; background: var(--white); border: 1px solid var(--line); padding: .35em .8em; border-radius: 99px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #999; flex: none; }
.status.is-open .dot { background: #2e9e57; animation: pulse 2s infinite; }
.status.is-closed .dot { background: var(--red); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46, 158, 87, .6); } 70%, 100% { box-shadow: 0 0 0 8px rgba(46, 158, 87, 0); } }

.chalkboard {
  position: relative; background: var(--board); color: #f3f1ea; padding: 34px 34px 28px; border-radius: 6px;
  border: 14px solid #6b4a2b; box-shadow: inset 0 0 40px rgba(0, 0, 0, .45), 0 20px 40px rgba(0, 0, 0, .2);
  background-image: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, .06), transparent 60%), radial-gradient(ellipse at 80% 90%, rgba(255, 255, 255, .04), transparent 50%);
  transform: rotate(1.2deg);
}
.chalk-title { font-family: var(--chalk); font-weight: 700; font-size: 2.2rem; line-height: 1; margin-bottom: 18px; text-align: center; text-decoration: underline wavy rgba(255, 255, 255, .5); text-underline-offset: 8px; }
.chalk-list { list-style: none; margin: 0 0 18px; padding: 0; font-family: var(--chalk); font-size: 1.25rem; }
.chalk-list li { display: flex; align-items: baseline; gap: 10px; padding: 5px 0; }
.chalk-list .chalk-dots { flex: 1; border-bottom: 2px dotted rgba(255, 255, 255, .35); transform: translateY(-5px); }
.chalk-list .chalk-price { color: #ffd9a8; white-space: nowrap; }
.chalk-list small { font-size: .75em; opacity: .75; }
.chalk-foot { font-family: var(--chalk); font-size: 1.1rem; color: #f7b3a8; text-align: center; margin: 0; }

.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--red); color: var(--white); }
.facts li { padding: 20px 12px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.facts li + li { border-left: 1px solid rgba(255, 255, 255, .25); }
.facts strong { font-family: var(--display); font-weight: 600; font-size: 1.7rem; text-transform: uppercase; }
.facts span { font-size: .85rem; opacity: .85; }

/* Page heading for the inner pages */
.page-head { position: relative; border-bottom: 1px solid var(--line); }
.awning-thin { height: 28px; }
.awning-thin::after { bottom: -12px; height: 12px; background-size: 88px 12px; }
.page-head-inner { padding: 52px 0 44px; }
.page-head h1 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: .95; margin-bottom: .25em; }
.page-intro { font-size: 1.1rem; color: #3d3833; max-width: 40em; margin: 0; }

/* How it works */
.how { padding: 88px 0; background: var(--paper); }
.how-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.how-title { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
.how-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.how-steps li { display: flex; gap: 20px; padding: 22px 24px; background: var(--white); border: 2px solid var(--ink); border-radius: 6px; }
.how-steps span { font-family: var(--display); font-weight: 700; font-size: 1.3rem; line-height: 1; color: var(--white); background: var(--red); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.how-steps p { color: var(--muted); margin: 0; font-size: .95rem; }
.how-cta { grid-column: 2; justify-self: start; }
.how-steps h3 { font-family: var(--display); font-weight: 600; font-size: 1.25rem; text-transform: uppercase; margin-bottom: .2em; }

/* Price list on butcher paper: one category at a time, rows in two columns */
.pricelist { padding: 88px 0; background: var(--kraft); background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(120, 90, 40, .035) 3px 4px); border-block: 1px solid var(--kraft-line); }
.pricelist-inner { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
.cat-nav { position: sticky; top: 100px; }
.cat-nav nav { display: flex; flex-direction: column; gap: 6px; }
.cat-link { text-align: left; background: none; border: 2px solid transparent; border-radius: 4px; padding: .35em .8em; font-family: var(--display); font-size: 1.15rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); transition: color .2s, background .2s; }
.cat-link:hover { color: var(--ink); }
.cat-link.active { color: var(--white); background: var(--red); }
.cat-note { margin-top: 20px; font-size: .82rem; color: var(--muted); }
.board-cat { display: none; background: var(--white); border-radius: 6px; padding: 0 28px 8px; box-shadow: 0 1px 0 var(--kraft-line), 0 14px 30px rgba(90, 60, 20, .1); }
.board-cat.active { display: block; animation: fade .25s; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } }
.board-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 -28px 4px; padding: 14px 28px; border-bottom: 3px solid var(--red); }
.board-head h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); }
.board-head p { margin: 0; color: var(--muted); font-size: .9rem; text-align: right; }
.rows { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.row { display: flex; flex-direction: column; gap: 8px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.row-main { min-width: 0; }
.row-title { display: flex; align-items: baseline; gap: 10px; }
.row-name { font-weight: 700; font-size: 1.05rem; }
.row-leader { flex: 1; border-bottom: 2px dotted #d3cabd; transform: translateY(-4px); min-width: 20px; }
.row-price { font-family: var(--display); font-weight: 600; font-size: 1.3rem; color: var(--red); white-space: nowrap; }
.row-price small { font-family: var(--body); font-weight: 500; font-size: .7rem; color: var(--muted); margin-left: 2px; }
.row-desc { color: var(--muted); font-size: .88rem; margin: 2px 0 0; }
.row-tag { font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--white); background: var(--char); padding: .1em .5em; border-radius: 3px; white-space: nowrap; align-self: center; }
.row-controls { display: flex; gap: 8px; align-items: center; margin-top: auto; }
.row-controls select { flex: 1; min-width: 0; padding: .5em .45em; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); font: inherit; font-size: .86rem; }
.row-calc { font-size: .8rem; color: var(--muted); white-space: nowrap; }
.add-btn { margin-left: auto; width: 40px; height: 40px; border: 0; background: var(--red); color: var(--white); font-size: 1.5rem; line-height: 1; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 3px 0 var(--red-dark); transition: transform .15s, background .2s; flex: none; }
.add-btn:hover { transform: scale(1.08); }
.add-btn.added { background: #2e8a50; box-shadow: 0 3px 0 #1e6538; }

/* Big orders */
.big-order { background: var(--char); color: #d8d3cc; padding: 88px 0; }
.big-order .label { color: #ff8a7a; }
.big-order h2 { color: var(--white); }
.big-order h2 em { color: #ff8a7a; }
.big-order-head { max-width: 640px; margin-bottom: 40px; }
.occasions { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.occasions li { padding: 24px; background: var(--char-2); border-top: 4px solid var(--red); border-radius: 4px; }
.occ-n { display: none; }
.occasions strong { display: block; font-family: var(--display); font-weight: 600; text-transform: uppercase; color: var(--white); font-size: 1.4rem; margin-bottom: 6px; }
.occasions p { font-size: .92rem; margin: 0; }

/* TikTok */
.tiktok { padding: 88px 0; }
.tiktok-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.tiktok-head h2 { margin: 0; }
.tiktok-links { display: flex; gap: 10px; flex-wrap: wrap; }
.reels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.reel {
  aspect-ratio: 9 / 14; position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
  padding: 16px; color: var(--white); text-decoration: none; overflow: hidden; border-radius: 10px; border: 3px solid var(--ink);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7)), linear-gradient(150deg, #c0392b, #5a120e);
  transition: transform .25s;
}
.reel:nth-child(2) { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7)), linear-gradient(150deg, #4a4642, #1a1816); }
.reel:nth-child(3) { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7)), linear-gradient(150deg, #d9a066, #7a3d18); }
.reel:nth-child(4) { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7)), linear-gradient(150deg, #8e2a22, #2a0b08); }
.reel:hover { transform: translateY(-4px) rotate(-1deg); }
.reel::before { content: ''; position: absolute; top: 42%; left: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: rgba(255, 255, 255, .9); }
.reel::after { content: ''; position: absolute; top: 42%; left: 50%; width: 0; height: 0; margin: -10px 0 0 -5px; border-style: solid; border-width: 10px 0 10px 17px; border-color: transparent transparent transparent var(--red); }
.reel-views { align-self: flex-start; font-size: .78rem; font-weight: 700; background: var(--red); padding: .25em .6em; border-radius: 3px; }
.reel-views::before { content: '▶ '; font-size: .7em; }
.reel-cap { font-weight: 700; line-height: 1.3; font-size: .95rem; }

/* Quote */
.quote { background: var(--red); color: #fde3de; padding: 80px 0; text-align: center; }
.quote-inner { max-width: 760px; }
.quote-knives { width: 52px; height: 52px; margin: 0 auto 20px; color: var(--white); --knife-rivet: var(--red); }
.quote blockquote { margin: 0 0 20px; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; color: var(--white); }
.quote p { margin: 0 auto; max-width: 34em; }

/* About */
.about { padding: 80px 0; }
.about-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: start; }
.about-text p { font-size: 1.08rem; color: #3d3833; }
.about-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.about-points li { background: var(--white); border-left: 5px solid var(--red); padding: 16px 20px; border-radius: 4px; box-shadow: 0 6px 16px rgba(0, 0, 0, .05); }
.about-points strong { display: block; font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: 1.2rem; }
.about-points span { color: var(--muted); font-size: .95rem; }

/* Call to action band */
.cta-band { padding: 56px 0; background: var(--kraft); border-top: 1px solid var(--kraft-line); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cta-inner h2 { margin: 0; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Map */
.map-section { line-height: 0; border-top: 3px solid var(--ink); }
.map { width: 100%; height: 360px; border: 0; filter: grayscale(.3); }

/* Visit */
.visit { padding: 88px 0; background: var(--tile); }
.visit-inner { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 3px solid var(--ink); border-radius: 6px; overflow: hidden; }
.visit-hours { padding: 40px; }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-variant-numeric: tabular-nums; }
.hours li:last-child { border-bottom: 0; }
.hours li.today { font-weight: 700; color: var(--red); }
.hours li.today span:first-child::after { content: 'Vandaag'; margin-left: .7em; font-family: var(--display); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; background: var(--red); color: var(--white); padding: .15em .5em; border-radius: 3px; vertical-align: middle; }
.hours li.closed span:last-child { color: var(--muted); }
.visit-info { background: var(--char); color: #d8d3cc; padding: 40px; }
.visit-info .label { color: #ff8a7a; }
.visit-info address { font-style: normal; font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: 2rem; line-height: 1.1; color: var(--white); margin-bottom: 12px; }
.visit-phone { display: inline-block; font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--white); text-decoration: none; margin-bottom: 12px; border-bottom: 3px solid var(--red); }
.visit-note { font-size: .92rem; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* Footer: one compact bar */
.site-footer { background: var(--ink); color: #a9a29a; padding: 18px 0; font-size: .85rem; border-top: 4px solid var(--red); }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; }
.footer-inner p { margin: 0; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; }
.footer-brand .brand-knives { width: 26px; height: 26px; --knife-rivet: var(--ink); }
.footer-brand .brand-name { font-size: 1.15rem; }
.footer-info a { color: var(--white); }
.footer-social { display: flex; gap: 8px; margin-left: auto; }
.social-btn { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .1); color: var(--white); transition: background .2s, transform .15s; }
.social-btn svg { width: 19px; height: 19px; }
.social-btn:hover { background: var(--red); transform: translateY(-2px); }
.footer-copy { flex-basis: 100%; font-size: .75rem; opacity: .6; }

/* Floating order bar */
.float-cart { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; gap: 8px; filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .25)); }
.float-cart[hidden] { display: none; }
.float-order { border: 0; background: var(--red); color: var(--white); padding: .9em 1.5em; font-family: var(--display); font-size: 1rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; border-radius: 4px; }
.float-call { display: none; width: 50px; background: var(--char); color: var(--white); border-radius: 4px; place-items: center; }
.float-call svg { width: 22px; height: 22px; }

/* Order panel: right-hand sheet on desktop, bottom sheet on phones */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(29, 27, 25, .55); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 60; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(460px, 100%); background: var(--paper); z-index: 61;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.2, .8, .2, 1); display: flex; flex-direction: column;
}
body.cart-open .drawer { transform: none; }
body.cart-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
body.cart-open { overflow: hidden; }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 22px 24px 16px; background: var(--red); color: var(--white); }
.drawer-head .label { color: #ffd2cb; margin-bottom: .3em; }
.drawer-head h2 { margin: 0; font-size: 2rem; }
.icon-btn { border: 0; background: transparent; font-size: 2rem; line-height: 1; width: 40px; height: 40px; color: var(--white); }
.drawer-body { padding: 18px 24px 28px; overflow-y: auto; flex: 1; }
.cart-lines { list-style: none; margin: 0 0 12px; padding: 0; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.cart-line-name { font-weight: 700; }
.cart-line-detail { color: var(--muted); font-size: .85rem; }
.cart-line-price { font-family: var(--display); font-weight: 600; font-size: 1.1rem; text-align: right; }
.qty { display: inline-flex; align-items: center; gap: 4px; grid-column: 1 / -1; }
.qty button { width: 30px; height: 30px; border: 2px solid var(--ink); background: var(--white); font-weight: 700; line-height: 1; border-radius: 50%; }
.qty span { min-width: 30px; text-align: center; font-weight: 700; }
.cart-empty { color: var(--muted); padding: 12px 0; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 1.1rem; padding: 10px 0 18px; }
.cart-total strong { font-family: var(--display); font-size: 1.7rem; color: var(--red); }
.order-form label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; }
.order-form input, .order-form select, .order-form textarea {
  display: block; width: 100%; margin-top: 5px; padding: .75em .8em; border: 2px solid var(--line); border-radius: 4px;
  background: var(--white); font: inherit; font-size: 1rem; font-weight: 400; color: var(--ink);
}
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { outline: 0; border-color: var(--red); }
.opt { color: var(--muted); font-weight: 400; }
.pay-note { font-size: .85rem; color: var(--muted); }
.form-error { color: var(--red); font-weight: 600; min-height: 1em; }
.confirm { text-align: center; padding-top: 20px; }
.confirm-knives { width: 56px; height: 56px; margin: 0 auto 16px; color: var(--red); --knife-rivet: var(--paper); }
.confirm .label { margin-bottom: .2em; }
.confirm-number { display: inline-block; font-family: var(--display); font-size: 3.4rem; font-weight: 700; line-height: 1; margin-bottom: 18px; background: var(--red); color: var(--white); padding: .1em .45em; border-radius: 6px; transform: rotate(-3deg); }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

@media (max-width: 1000px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: 1fr; justify-items: center; }
  .menu-btn { display: flex; }
  .mobile-menu { display: block; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 4px solid var(--red); box-shadow: 0 16px 30px rgba(0, 0, 0, .15); padding: 8px 16px 16px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { display: block; padding: 14px 4px; border-bottom: 1px dashed var(--line); font-family: var(--display); font-size: 1.3rem; font-weight: 500; text-transform: uppercase; text-decoration: none; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .mobile-menu a[aria-current] { color: var(--red); }
  .how-cta { grid-column: auto; }
  .about-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; padding: 56px 0; }
  .chalkboard { max-width: 520px; }
  .how-inner { grid-template-columns: 1fr; gap: 32px; }
  .pricelist-inner { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .cat-nav { position: static; }
  .cat-nav .label, .cat-note { display: none; }
  .cat-nav nav { flex-direction: row; flex-wrap: wrap; }
  .cat-link { background: var(--white); }
  .occasions { grid-template-columns: 1fr 1fr; }
  .reels { grid-template-columns: repeat(4, 220px); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .reel { scroll-snap-align: start; }
  .visit-inner { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .rows { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 640px) {
  .brand-name { font-size: 1.35rem; }
  .awning { height: 34px; }
  .hero-inner { padding-top: 44px; }
  .stamp { width: 90px; height: 90px; }
  .stamp svg { width: 36px; height: 36px; }
  .chalkboard { padding: 24px 20px 20px; border-width: 10px; }
  .chalk-list { font-size: 1.1rem; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts li:nth-child(3) { border-left: 0; }
  .facts li:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .25); }
  .how, .pricelist, .big-order, .tiktok, .quote, .visit { padding: 60px 0; }
  .how-steps li { padding: 18px; gap: 14px; }
  .cat-link { font-size: 1rem; padding: .3em .7em; }
  .board-cat { padding: 0 16px 6px; }
  .board-head { margin-inline: -16px; padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .board-head p { text-align: left; }
  .row-title { flex-wrap: wrap; row-gap: 2px; }
  .row-leader { display: none; }
  .row-price { margin-left: auto; }
  .row-controls { flex-wrap: wrap; }
  .row-calc { order: 3; flex-basis: 100%; }
  .occasions { grid-template-columns: 1fr; }
  .visit-hours, .visit-info { padding: 26px 20px; }
  .float-cart { left: 16px; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); }
  .float-order { flex: 1; }
  .float-call { display: grid; }
  .site-footer { padding-bottom: 92px; }
  .footer-info { flex-basis: 100%; order: 3; }
  .footer-copy { order: 4; }
  .page-head-inner { padding: 36px 0 30px; }
  .map { height: 280px; }
  .drawer { top: auto; width: 100%; max-height: 92vh; border-radius: 14px 14px 0 0; transform: translateY(100%); overflow: hidden; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

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