/* Crockery City Creamery & Confectionery */
:root {
  --ink: #0e0c0c;
  --ink-2: #1a1616;
  --rose: #cc9197;
  --rose-deep: #8e4e57;
  --rose-wash: #f3dde0;
  --gold: #f7d98a;
  --paper: #fffbf5;
  --cream: #fbefd0;
  --muted: #e9dcdc;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --display-sc: "Playfair Display SC", Georgia, serif;
  --script: "Pinyon Script", "Snell Roundhand", cursive;
  --body: "Jost", "Futura", "Century Gothic", "Trebuchet MS", sans-serif;
  --wrap: 1296px;
  --pad: clamp(20px, 5vw, 72px);
  --stripes: repeating-linear-gradient(90deg, var(--ink) 0 64px, var(--rose) 64px 78px, var(--paper) 78px 142px, var(--rose) 142px 156px);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--rose-deep); }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--rose-deep); outline-offset: 3px; border-radius: 4px; }
.on-dark :focus-visible, .on-dark:focus-visible { outline-color: var(--gold); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--ink); color: var(--gold); padding: 10px 16px; border-radius: 8px; z-index: 50; }
.skip:focus { top: 12px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--pad); }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; margin: 0; }
h1 { font-weight: 900; font-size: clamp(42px, 6vw, 76px); letter-spacing: -0.01em; }
h2 { font-weight: 800; font-size: clamp(34px, 4.4vw, 60px); }
h3 { font-weight: 800; font-size: clamp(22px, 2.2vw, 30px); }
p { margin: 0; }
.script { font-family: var(--script); font-size: clamp(34px, 3.6vw, 52px); line-height: 1; color: var(--rose-deep); display: block; }
.on-dark .script { color: var(--gold); }
.lede { font-size: clamp(18px, 1.5vw, 21px); max-width: 36em; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 30px; border-radius: 999px; font: 600 16px/1 var(--body); letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border: 2px solid var(--ink); cursor: pointer; gap: 0.35em; }
.btn-ink { background: var(--ink); color: var(--gold); }
.btn-ink:hover { color: var(--paper); }
.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: var(--paper); color: var(--ink); }
.btn-line { background: transparent; color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--gold); }
.btn-ring { box-shadow: 0 0 0 2px var(--ink); border-color: var(--gold); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* Announcement + header */
.announce { background: var(--ink); color: var(--gold); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; text-align: center; padding: 11px var(--pad); }
.announce span + span::before { content: "✦"; color: var(--rose); margin: 0 18px; }
.site-header { background: var(--paper); position: relative; z-index: 20; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.brand img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words b { font-family: var(--display-sc); font-weight: 900; font-size: 23px; letter-spacing: 0.06em; }
.brand-words i { font-family: var(--script); font-style: normal; font-size: 25px; color: var(--rose-deep); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 15px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links a { color: var(--ink); text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--rose-deep); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.nav-links .btn { min-height: 48px; padding: 0 24px; font-size: 14px; }
.nav-links a.btn-ink { color: var(--gold); }
.nav-links li { white-space: nowrap; }
@media (max-width: 1320px) and (min-width: 1101px) { .nav-links { gap: 20px; font-size: 14px; letter-spacing: 0.05em; } }
.menu-toggle { display: none; width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--ink); background: var(--paper); align-items: center; justify-content: center; cursor: pointer; }
.awning { height: 52px; background: var(--stripes); border-top: 3px solid var(--gold); }
.scallop { height: 24px; background: radial-gradient(circle at 39px 0, var(--rose) 26px, transparent 27px); background-size: 78px 24px; background-repeat: repeat-x; }
.awning.thin { height: 36px; }

@media (max-width: 1100px) {
  .menu-toggle { display: inline-flex; }
  .nav { min-height: 84px; }
  .brand img { width: 58px; height: 58px; }
  .brand-words b { font-size: 18px; }
  .brand-words i { font-size: 20px; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--pad) 24px; border-bottom: 3px solid var(--ink); }
  .nav-links.open { display: flex; }
  .nav-links li a:not(.btn) { display: block; padding: 14px 0; border-bottom: 1px solid var(--rose-wash); }
  .nav-links .btn { margin-top: 16px; width: 100%; }
  .awning { height: 34px; background-size: auto; }
  .announce span:nth-child(3) { display: none; }
}
@media (max-width: 640px) { .announce span:nth-child(2) { display: none; } }

/* Hero */
.hero { padding: 40px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 560px; gap: 56px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-notes { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; color: var(--rose-deep); list-style: none; padding: 0; margin: 6px 0 0; }
.hero-notes li::before { content: "✦ "; }
.cabinet-wrap { position: relative; width: 560px; height: 640px; }
.cabinet { position: absolute; right: 0; top: 0; width: 500px; height: 620px; border-radius: 250px 250px 0 0; background: var(--ink); color: var(--paper); outline: 3px solid var(--gold); outline-offset: -14px; box-shadow: 14px 14px 0 var(--rose); padding: 84px 38px 24px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cabinet .script { font-size: 40px; }
.tubs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 20px; width: 100%; list-style: none; margin: 0; padding: 0; }
.tub { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; font-size: 13px; font-weight: 500; line-height: 1.2; }
.tub svg { width: 88px; height: 88px; }
.cabinet-more { color: var(--gold); font-size: 15px; font-weight: 500; text-underline-offset: 4px; }
.cabinet-more:hover { color: var(--paper); }
.cabinet small { margin-top: auto; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose); }
.seal { position: absolute; left: 0; top: 0; width: 200px; height: 200px; border-radius: 50%; object-fit: cover; border: 6px solid var(--paper); box-shadow: 0 10px 30px rgba(14,12,12,0.25); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cabinet-wrap { width: min(100%, 520px); height: auto; margin: 0 auto; padding: 0 14px 14px 0; }
  .cabinet { position: relative; width: 100%; height: auto; border-radius: 999px 999px 0 0; padding: clamp(80px, 24vw, 120px) 6% 22px; }
  .seal { width: 30%; height: auto; aspect-ratio: 1; top: -6px; left: -6px; }
  .tub svg { width: 100%; height: auto; max-width: 96px; }
}
@media (max-width: 480px) {
  .cabinet .script { font-size: 30px; }
  .tubs { gap: 8px 10px; }
  .tub { font-size: 11px; }
  .cabinet small { font-size: 10px; letter-spacing: 0.1em; }
}

/* Ribbon */
.ribbon { background: var(--ink); border-block: 3px solid var(--gold); color: var(--gold); font-family: var(--display-sc); font-weight: 700; font-size: clamp(16px, 1.6vw, 22px); letter-spacing: 0.14em; padding: 20px var(--pad); display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; }
.ribbon span + span::before { content: "★"; color: var(--rose); margin-right: 32px; }
@media (max-width: 700px) { .ribbon { flex-direction: column; align-items: center; gap: 4px; } .ribbon span:nth-child(n+3) { display: none; } .ribbon span + span::before { content: none; } }

/* Sections */
.section { padding: clamp(64px, 8vw, 100px) 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.section-head.center { flex-direction: column; align-items: center; }
.updated { font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); }

/* Flavor cards */
.flavor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; list-style: none; margin: 0; padding: 0; }
.flavor { position: relative; display: flex; gap: 16px; align-items: center; padding: 20px; border-radius: 20px; min-height: 180px; }
.new-pill { position: absolute; top: -13px; left: 18px; background: var(--gold); color: var(--ink); border: 2px solid var(--ink); border-radius: 999px; padding: 3px 12px 2px; font: 600 12px/1.3 var(--body); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.section-dark .flavor.is-new { border-color: var(--gold); background: #231c14; }
.board .flavor.is-new { box-shadow: 6px 6px 0 var(--gold); }
.flavor-grid { row-gap: 30px; }
.section-dark .flavor { border: 2px solid var(--rose); background: var(--ink-2); }
.board .flavor { border: 2px solid var(--ink); background: #fff; box-shadow: 6px 6px 0 var(--rose); }
.flavor svg { width: 76px; height: 108px; flex-shrink: 0; }
.flavor-text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.flavor-tag { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--rose-deep); }
.section-dark .flavor-tag { color: var(--gold); }
.flavor-name { font-family: var(--display); font-size: 23px; font-weight: 800; line-height: 1.1; }
.flavor-note { font-size: 15px; line-height: 1.45; }
.section-dark .flavor-note { color: var(--muted); }
.flavor-empty { grid-column: 1 / -1; padding: 28px; border: 2px dashed var(--rose); border-radius: 20px; text-align: center; }
@media (max-width: 1100px) { .flavor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .flavor-grid { gap: 26px 12px; }
  .flavor.is-new { padding-top: 22px; }
  .flavor { flex-direction: column; text-align: center; padding: 16px 12px; min-height: 0; gap: 8px; }
  .flavor svg { width: 58px; height: 82px; }
  .new-pill { left: 50%; transform: translateX(-50%); font-size: 10px; padding: 3px 9px 2px; }
  .flavor-name { font-size: 18px; }
  .flavor-note { display: none; }
}

/* Menu */
.menu-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.menu-card { display: flex; flex-direction: column; gap: 18px; }
.menu-photo { height: 280px; border-radius: 170px 170px 18px 18px; border: 2px solid var(--ink); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.menu-photo img { width: 250px; height: 250px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(14,12,12,0.4)); }
.menu-photo img.pint { width: 200px; height: 240px; margin-bottom: 8px; }
.menu-photo.placeholder { background: var(--rose-wash); align-items: center; }
.menu-photo.placeholder svg { width: 150px; height: 220px; }
.prices { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.prices li { display: flex; align-items: baseline; gap: 10px; font-size: 19px; }
.prices li::after { content: none; }
.prices .dots { flex-grow: 1; border-bottom: 2px dotted var(--rose); transform: translateY(-5px); }
.prices b { font-weight: 600; }
.menu-note { font-size: 16px; color: var(--rose-deep); }
.hot-strip { margin-top: 48px; background: var(--ink); color: var(--paper); border-radius: 24px; padding: 32px 40px; display: grid; grid-template-columns: 240px 1fr 1fr; gap: 32px; align-items: center; }
.hot-strip h3 { font-size: 28px; }
.hot-strip .script { font-size: 36px; }
.hot-strip dl { margin: 0; display: flex; gap: 32px; flex-wrap: wrap; }
.hot-strip dt { font-weight: 600; }
.hot-strip dd { margin: 0; color: var(--gold); }
.hot-strip .toppings { font-size: 16px; }
.hot-strip .toppings b { display: block; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rose); }
@media (max-width: 1000px) {
  .menu-cards { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .hot-strip { grid-template-columns: 1fr; padding: 26px; gap: 18px; }
}

/* Waffle texture */
.waffle { background-color: #e8b45e; background-image: url("/img/waffle.webp"); background-size: 620px auto; background-repeat: repeat; }

/* Candy */
.candy { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); border: 3px solid var(--ink); border-radius: 28px; background: var(--cream); overflow: hidden; }
.candy-art { position: relative; background: var(--ink); min-height: 640px; overflow: hidden; }
.candy-art .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.candy-art .frame { position: absolute; inset: 22px; border: 2px solid var(--gold); border-radius: 16px; }
.candy-art .frame + .frame { inset: 32px; border-width: 1px; border-radius: 10px; opacity: 0.6; }
.candy-art .box-long { position: absolute; left: 8%; top: 11%; width: 56%; transform: rotate(-7deg); filter: drop-shadow(0 18px 24px rgba(0,0,0,0.6)); }
.candy-art .box-open { position: absolute; right: 7%; bottom: 7%; width: 58%; transform: rotate(4deg); filter: drop-shadow(0 22px 28px rgba(0,0,0,0.65)); }
.candy-art .badge { position: absolute; right: 8%; top: 9%; width: 150px; height: 150px; border-radius: 50%; background: var(--gold); border: 3px solid var(--ink); box-shadow: 0 0 0 5px var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(8deg); line-height: 1; }
.candy-art .badge i { font-family: var(--script); font-style: normal; font-size: 30px; }
.candy-art .badge b { font-family: var(--display-sc); font-weight: 900; font-size: 22px; letter-spacing: 0.08em; }
.candy-art .badge small { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; font-weight: 600; }
.candy-art .sig { position: absolute; left: 9%; bottom: 9%; font-family: var(--script); font-size: 40px; color: var(--gold); transform: rotate(-4deg); }
.candy-copy { padding: clamp(32px, 5vw, 64px); display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.chips li { border: 2px solid var(--ink); border-radius: 999px; padding: 8px 16px; font-weight: 500; font-size: 16px; }
@media (max-width: 1100px) {
  .candy { grid-template-columns: 1fr; }
  .candy-art { min-height: 0; aspect-ratio: 720 / 560; }
  .candy-art .badge { width: 104px; height: 104px; }
  .candy-art .badge i { font-size: 22px; } .candy-art .badge b { font-size: 16px; } .candy-art .badge small { display: none; }
  .candy-art .sig { font-size: 28px; }
}

/* Story */
.story { background: var(--rose); padding: clamp(64px, 8vw, 100px) 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) 600px; gap: 64px; align-items: center; }
.story .script { color: var(--ink); }
.story-copy { display: flex; flex-direction: column; gap: 20px; }
.story-copy p { font-size: 19px; line-height: 1.7; max-width: 38em; }
.polaroid { background: var(--paper); border: 3px solid var(--ink); padding: 20px 20px 0; box-shadow: 12px 12px 0 var(--ink); transform: rotate(2deg); margin: 0; }
.polaroid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 30%; }
.polaroid figcaption { font-family: var(--script); font-size: 30px; text-align: center; padding: 10px 0 14px; }
@media (max-width: 1100px) { .story-grid { grid-template-columns: 1fr; } .polaroid { max-width: 600px; } }

/* Events band */
.events-band { padding: 56px var(--pad); border-block: 3px solid var(--ink); display: flex; justify-content: center; }
.events-pill { background: var(--ink); color: var(--paper); border: 3px solid var(--gold); box-shadow: 0 0 0 4px var(--ink); border-radius: 999px; padding: 28px 36px 28px 52px; display: flex; align-items: center; gap: 40px; }
.events-pill .script { font-size: 38px; }
.events-pill strong { font-family: var(--display); font-size: clamp(22px, 2.2vw, 30px); font-weight: 800; display: block; line-height: 1.15; }
@media (max-width: 900px) { .events-pill { flex-direction: column; align-items: stretch; border-radius: 24px; padding: 24px; gap: 18px; } .events-pill .script { font-size: 30px; } }

/* Visit */
.visit-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr); gap: 56px; align-items: stretch; }
.visit-info { display: flex; flex-direction: column; gap: 24px; }
.visit-info dl { margin: 0; display: flex; flex-direction: column; gap: 20px; font-size: 19px; }
.visit-info dt { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose-deep); font-weight: 600; }
.visit-info dd { margin: 4px 0 0; }
.snapshot { background: var(--paper); border: 3px solid var(--ink); padding: 14px 14px 0; box-shadow: 12px 12px 0 var(--rose); transform: rotate(-2deg); margin: 0; align-self: start; }
.snapshot img { width: 100%; aspect-ratio: 352 / 420; object-fit: cover; object-position: center 35%; }
.snapshot figcaption { font-family: var(--script); font-size: 28px; text-align: center; padding: 12px 0; }
.map-col { display: flex; flex-direction: column; gap: 16px; }
.map { flex-grow: 1; min-height: 320px; border: 3px solid var(--ink); border-radius: 28px; overflow: hidden; background: var(--rose-wash); }
.map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
@media (max-width: 1200px) { .visit-grid { grid-template-columns: 1fr 1fr; } .map-col { grid-column: 1 / -1; } }
@media (max-width: 760px) { .visit-grid { grid-template-columns: 1fr; } .snapshot { max-width: 380px; } }

/* Footer */
.site-footer { background: var(--ink); color: var(--muted); }
.site-footer::before { content: ""; display: block; height: 18px; background: var(--stripes); border-bottom: 3px solid var(--gold); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding-block: 48px; }
.footer-brand { display: flex; align-items: center; gap: 20px; color: var(--paper); text-decoration: none; }
.footer-brand img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; }
.footer-brand .brand-words b { font-size: 25px; }
.footer-brand .brand-words i { color: var(--gold); font-size: 27px; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links a { color: var(--paper); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-meta { font-size: 15px; line-height: 1.7; flex-basis: 100%; border-top: 1px solid #3a3434; padding-top: 20px; }
.footer-meta a { color: var(--gold); }
@media (max-width: 900px) { .footer-inner { flex-direction: column; text-align: center; } .footer-meta { text-align: center; } .footer-brand { flex-direction: column; } }

/* Flavor board page */
.page-head { padding: 48px 0 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.friday-badge { width: 230px; height: 230px; flex-shrink: 0; border-radius: 50%; background: var(--ink); border: 4px solid var(--gold); box-shadow: 0 0 0 6px var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--paper); gap: 2px; }
.friday-badge small { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); }
.friday-badge .script { font-size: 44px; color: var(--gold); }
.friday-badge b { font-family: var(--display); font-size: 21px; }
.filters { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; padding: 16px 0 32px; }
.filters button { min-height: 48px; padding: 0 22px; border-radius: 999px; font: 500 16px var(--body); cursor: pointer; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); }
.filters button[aria-pressed="true"] { background: var(--ink); color: var(--gold); }
.filters .count { margin-left: auto; color: var(--rose-deep); font-size: 16px; }
.price-band { margin-top: 56px; background: var(--ink); color: var(--paper); border-radius: 28px; padding: 40px clamp(24px, 4vw, 56px); display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: center; }
.price-band ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.price-band li { border: 2px solid var(--rose); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 2px; font-weight: 600; }
.price-band li span { color: var(--gold); font-weight: 400; font-size: 20px; }
.price-band p { color: var(--muted); font-size: 15px; margin-top: 6px; }
@media (max-width: 900px) {
  .page-head { flex-direction: column; align-items: flex-start; }
  .friday-badge { width: 170px; height: 170px; } .friday-badge .script { font-size: 34px; }
  .price-band { grid-template-columns: 1fr; } .price-band ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filters .count { margin-left: 0; width: 100%; }
}

/* Events page */
.ev-hero { border-bottom: 3px solid var(--ink); padding: 64px 0; }
.ev-hero-grid { display: grid; grid-template-columns: 640px minmax(0, 1fr); gap: 40px; align-items: center; }
.ev-card { background: var(--paper); border: 3px solid var(--ink); border-radius: 28px; box-shadow: 14px 14px 0 var(--ink); padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.ev-bowls { position: relative; height: 480px; }
.ev-bowls img { position: absolute; object-fit: contain; filter: drop-shadow(0 22px 26px rgba(14,12,12,0.45)); }
.ev-bowls .b1 { right: 34%; top: 0; width: 60%; max-width: 380px; }
.ev-bowls .b2 { right: 0; bottom: 0; width: 52%; max-width: 330px; }
.ev-types { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; list-style: none; margin: 0; padding: 0; }
.ev-types li { border: 2px solid var(--ink); border-radius: 22px; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: 8px 8px 0 var(--rose); background: #fff; }
.ev-types svg { width: 44px; height: 44px; }
.ev-types p { font-size: 17px; line-height: 1.55; }
.inquire { display: grid; grid-template-columns: 440px minmax(0, 1fr); gap: 64px; align-items: start; }
.inquire-intro { display: flex; flex-direction: column; gap: 18px; }
.inquire-intro p { color: var(--muted); font-size: 19px; }
.inquire-intro a { color: var(--gold); font-size: 20px; }
.form { background: var(--paper); color: var(--ink); border: 3px solid var(--gold); border-radius: 26px; padding: clamp(24px, 3vw, 40px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.field input, .field select, .field textarea { min-height: 50px; border: 2px solid var(--ink); border-radius: 12px; padding: 10px 14px; font: 17px var(--body); background: #fff; color: var(--ink); width: 100%; }
.field textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-status { font-size: 16px; }
.form-status.ok { color: #1e4a27; font-weight: 500; }
.form-status.err { color: #9b2c2c; font-weight: 500; }
@media (max-width: 1100px) {
  .ev-hero-grid, .inquire { grid-template-columns: 1fr; }
  .ev-bowls { height: 340px; max-width: 560px; }
  .ev-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) { .ev-types { grid-template-columns: 1fr; } .form { grid-template-columns: 1fr; } .ev-bowls { height: 260px; } }
