:root {
  --paper: #f7f2e8;
  --paper-dark: #eee7d8;
  --cream: #fffaf1;
  --ink: #303829;
  --muted: #6b6c60;
  --red: #a43f2b;
  --red-dark: #81301f;
  --green: #303e31;
  --line: #d9d3c4;
  --serif: 'Libre Caslon Display', 'Palatino Linotype', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4.25rem); line-height: 1.06; letter-spacing: -.025em; }
h2 em { color: var(--red); font-weight: 400; }
.container { width: min(100% - 6rem, 1200px); margin-inline: auto; }
.section-space { padding-block: 100px; }
.balkan-icon { display: block; flex-shrink: 0; width: 48px; height: 48px; color: var(--red); }
.eyebrow { display: flex; align-items: center; gap: 7px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.6; text-transform: uppercase; margin-bottom: 21px; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 18px; background: var(--green); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 15px; color: var(--paper); background: var(--green); font-size: 10px; letter-spacing: .065em; }
.announcement > span { padding-left: 15px; border-left: 1px solid #7d8675; }
.announcement .balkan-icon { width: 12px; height: 12px; color: #d2b67e; --icon-cutout: var(--green); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 102px; }
.wordmark { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.wordmark .balkan-icon { width: 40px; height: 40px; }
.wordmark > span { display: grid; }
.wordmark strong { font: 400 43px/.9 var(--serif); letter-spacing: .035em; }
.wordmark small { margin-top: 8px; font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav a, .header-cta { font-size: 12px; font-weight: 500; text-decoration: none; }
.primary-nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
.primary-nav a:hover { color: var(--red); border-color: var(--red); }
.header-cta { display: flex; align-items: center; gap: 24px; padding: 11px 17px; border: 1px solid #8f9685; }
.header-cta:hover { background: var(--green); color: var(--paper); }
.header-cta span { font-size: 18px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: 50px; align-items: center; padding-block: 38px 45px; }
.hero-copy { padding-block: 20px; }
.hero-copy .eyebrow { font-size: 9px; gap: 6px; }
.little-line { display: inline-block; width: 24px; height: 1px; background: var(--red); margin-right: 5px; }
.hero-copy h1 { font-size: clamp(3.8rem, 6.65vw, 6rem); line-height: 1.02; letter-spacing: -.035em; }
.hero-copy h1 em { display: block; color: var(--red); font-weight: 400; }
.hero-intro { max-width: 390px; margin-top: 26px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 47px; padding: 13px 23px; color: white; background: var(--red); border: 1px solid var(--red); font-size: 11px; font-weight: 600; text-decoration: none; transition: background .18s, transform .18s; }
.button span { font-size: 18px; line-height: 1; }
.button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 16px; width: fit-content; padding-block: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 11px; font-weight: 500; text-decoration: none; }
.text-link span { font-size: 17px; }
.text-link:hover { color: var(--red); }
.hero-signoff { margin-top: 49px; color: var(--muted); font: italic 23px/1.2 var(--serif); }
.hero-photo { position: relative; height: 500px; margin-right: 14px; }
.hero-photo::before { content: ''; position: absolute; z-index: -1; inset: 12px -13px -12px 13px; border: 1px solid #bda281; }
.hero-photo > img { height: 100%; object-fit: cover; object-position: 52% 55%; }
.hero-photo::after { content: ''; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, #1e170dad); pointer-events: none; }
.hero-photo figcaption { position: absolute; z-index: 1; bottom: 21px; left: 24px; right: 24px; display: flex; justify-content: space-between; color: var(--cream); font-size: 10px; letter-spacing: .04em; }
.hero-photo figcaption > span:last-child { font-size: 22px; line-height: 1; }
.merak-stamp { position: absolute; z-index: 2; top: 32px; left: -48px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 126px; height: 126px; padding: 15px; text-align: center; color: var(--red); background: var(--paper); border-radius: 50%; outline: 1px dashed #b2987e; outline-offset: -8px; transform: rotate(-12deg); box-shadow: 0 4px 14px #291c151f; }
.merak-stamp > span, .merak-stamp small { font-size: 7px; line-height: 1.5; }
.merak-stamp strong { font: italic 32px/1.1 var(--serif); }
.merak-stamp .balkan-icon { width: 14px; height: 14px; margin-block: 5px; }
.folk-border { height: 18px; border-block: 1px solid #b96950; background-color: var(--paper); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='16' viewBox='0 0 48 16'%3E%3Cpath d='m8 1 7 7-7 7-7-7Zm24 0 7 7-7 7-7-7Z' fill='none' stroke='%23a43f2b' stroke-width='1.4'/%3E%3Cpath d='m8 5 3 3-3 3-3-3Zm24 0 3 3-3 3-3-3Z' fill='%23a43f2b'/%3E%3Cpath d='m18 5 3 3-3 3m-3-6 3 3-3 3m27-6 3 3-3 3m-3-6 3 3-3 3' fill='none' stroke='%23a43f2b'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: center; }
.welcome-ribbon { display: flex; gap: 40px; align-items: center; justify-content: center; min-height: 70px; padding: 18px 24px; background: var(--paper-dark); }
.welcome-ribbon > span { font: 400 20px/1.2 var(--serif); }
.welcome-ribbon .balkan-icon { width: 15px; height: 15px; --icon-cutout: var(--paper-dark); }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading > p { max-width: 325px; justify-self: end; color: var(--muted); font-size: 13px; }
.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 29px; }
.food-card__photo { position: relative; height: 265px; overflow: hidden; background: var(--paper-dark); }
.food-card__photo img { height: 100%; object-fit: cover; transition: transform .45s; }
.food-card:hover .food-card__photo img { transform: scale(1.04); }
.food-card__photo img.photo-grill { object-position: right 58%; transform: scale(1.8); transform-origin: 96% 55%; }
.food-card__photo img.photo-pot { object-position: 46% 78%; transform: scale(1.55); transform-origin: 45% 76%; }
.food-card:hover .food-card__photo img.photo-grill { transform: scale(1.84); }
.food-card:hover .food-card__photo img.photo-pot { transform: scale(1.59); }
.food-card__tag { position: absolute; left: 14px; bottom: 14px; padding: 4px 11px; background: var(--paper); color: var(--ink); font-size: 9px; }
.food-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 22px; }
.food-card h3 { font-size: 28px; letter-spacing: -.02em; line-height: 1.15; }
.food-card__heading .balkan-icon { width: 36px; height: 36px; }
.food-card > p { margin-block: 12px 18px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.food-card > .text-link { font-size: 10px; }
.story-section { padding-block: 75px; background: var(--green); color: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr 1.03fr; gap: 80px; align-items: center; }
.story-photo { position: relative; padding: 10px; border: 1px solid #7f8979; transform: rotate(-2deg); }
.story-photo img { height: 450px; object-fit: cover; object-position: 38% center; }
.story-photo figcaption { padding-top: 13px; padding-bottom: 3px; font: italic 21px/1.4 var(--serif); text-align: center; }
.story-copy .eyebrow { color: #dbb88a; }
.story-copy h2 { font-size: clamp(2.6rem, 3.5vw, 3.5rem); }
.story-copy h2 em { color: #e5c6a1; }
.story-copy > p:not(.eyebrow) { margin-top: 20px; color: #d4d7cc; font-size: 14px; line-height: 1.9; }
.story-signature { display: flex; align-items: center; gap: 19px; margin-top: 29px; font: 24px/1.15 var(--serif); }
.story-signature .balkan-icon { width: 36px; height: 36px; color: #d1af82; --icon-cutout: var(--green); }
.ritual-section { border-bottom: 1px solid var(--line); }
.rituals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 38px; }
.rituals article { display: flex; gap: 19px; align-items: flex-start; padding-inline: 30px; border-right: 1px solid var(--line); }
.rituals article:first-child { padding-left: 0; }
.rituals article:last-child { padding-right: 0; border-right: 0; }
.rituals .balkan-icon { width: 40px; height: 40px; }
.rituals h3 { font-size: 22px; line-height: 1.1; margin-bottom: 9px; }
.rituals p { font-size: 11px; line-height: 1.8; color: var(--muted); }
.menu-section { background: #f1ebdf; }
.menu-intro { max-width: 610px; margin-inline: auto; text-align: center; }
.menu-intro .heading-flower { width: 31px; height: 31px; margin: 0 auto 22px; --icon-cutout: #f1ebdf; }
.menu-intro .eyebrow { justify-content: center; margin-bottom: 15px; }
.menu-intro h2 { font-size: clamp(3.3rem, 5.2vw, 5rem); }
.menu-intro h2 em { display: block; }
.menu-intro > p:not(.eyebrow) { max-width: 500px; margin: 24px auto 15px; color: var(--muted); font-size: 13px; }
.menu-intro .text-link { font-size: 10px; }
.menu-jump { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 44px 0 50px; border-block: 1px solid #cec5b5; }
.menu-jump a { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px 12px; font-size: 11px; font-weight: 500; text-decoration: none; }
.menu-jump a:hover { background: var(--paper); color: var(--red); }
.menu-jump .balkan-icon { width: 36px; height: 36px; }
.menu-courses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 32px; }
.ballot-course { min-width: 0; margin: 0; padding: 0 25px 16px; border: 1px solid #d2c7b6; background: var(--paper); }
.ballot-course legend { display: flex; align-items: center; gap: 17px; width: auto; max-width: 100%; padding-inline: 10px; margin-left: -4px; font: 33px/1.1 var(--serif); }
.course-icon { display: grid; place-items: center; width: 62px; height: 66px; }
.course-icon .balkan-icon { width: 52px; height: 52px; }
.ballot-course legend small { display: block; margin-top: 7px; color: var(--red); font: 500 9px/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.course-prompt { min-height: 56px; padding: 14px 0 13px; color: var(--muted); font-size: 11px; line-height: 1.7; border-bottom: 1px solid var(--line); }
.course-photo { height: 190px; margin-top: 15px; overflow: hidden; border: 4px solid #e5d7bf; outline: 1px solid #c5b090; }
.course-photo img { height: 100%; object-fit: cover; }
.course-photo--meze img { object-position: 15% 64%; transform: scale(1.65); transform-origin: 12% 60%; }
.course-photo--slow-pot img { object-position: 48% 73%; transform: scale(1.18); transform-origin: 45% 70%; }
.course-photo--charcoal img { object-position: 90% 60%; transform: scale(1.65); transform-origin: 95% 54%; }
.course-photo--sweet img { object-position: 70% 58%; }
.visit-photo { height: 225px; margin-bottom: 33px; padding: 6px; border: 3px double #b89970; transform: rotate(-1deg); }
.visit-photo img { height: 100%; object-fit: cover; object-position: center 29%; }
.ballot-options { display: grid; }
.ballot-option { display: block; position: relative; cursor: pointer; }
.ballot-option input { position: absolute; right: 12px; top: 27px; width: 22px; height: 22px; margin: 0; opacity: 0; }
.ballot-option__card { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 19px 9px; border-bottom: 1px solid var(--line); transition: background .18s; }
.ballot-option:last-child .ballot-option__card { border-bottom: 0; }
.ballot-option__copy { display: grid; }
.ballot-option__copy strong { font: 26px/1.2 var(--serif); }
.ballot-option__description { color: var(--muted); font-size: 13px; line-height: 1.75; margin-top: 7px; }
.ballot-option__note { margin-top: 9px; color: var(--red); font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ballot-option__radio { display: grid; flex-shrink: 0; place-items: center; width: 21px; height: 21px; margin-top: 5px; border: 1px solid #a6a797; border-radius: 50%; color: transparent; font-size: 11px; }
.ballot-option:hover .ballot-option__card { background: #ece5d7; }
.ballot-option input:checked + .ballot-option__card { background: #e8eadf; }
.ballot-option input:checked + .ballot-option__card .ballot-option__radio { color: var(--paper); border-color: var(--green); background: var(--green); }
.ballot-option input:focus-visible + .ballot-option__card { outline: 2px solid var(--red); outline-offset: 2px; }
.course-status { margin-top: 5px; padding: 10px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: right; }
.course-status.is-chosen { color: var(--green); font-weight: 700; }
.menu-note { max-width: 700px; margin: 22px auto 0; text-align: center; font-size: 10px; color: var(--muted); }
.ballot-footer { display: grid; grid-template-columns: .85fr 1fr; gap: 65px; align-items: center; margin-top: 36px; padding: 32px; background: #e5ddcd; border: 1px solid #d2c7b6; }
.ballot-footer .eyebrow { margin-bottom: 7px; font-size: 9px; }
.ballot-footer h3 { font-size: 34px; line-height: 1.2; }
.ballot-footer__intro > p:last-child { max-width: 325px; margin-top: 10px; color: var(--muted); font-size: 11px; }
.ballot-footer__form > label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 600; }
.ballot-submit-row { display: flex; gap: 8px; }
.ballot-submit-row input { min-width: 0; width: 100%; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 1px solid #bdb6a5; border-radius: 0; font-size: 12px; }
.ballot-submit-row input::placeholder { color: #75776d; }
.ballot-submit-row button { flex-shrink: 0; gap: 17px; }
#name-note { margin-top: 8px; color: #5e6458; font-size: 9px; }
.ballot-progress { margin-top: 13px; }
.ballot-progress__text { color: var(--green); font-size: 10px; }
.ballot-progress__track { height: 3px; background: #c8c5b4; margin-top: 5px; }
.ballot-progress__track span { display: block; width: var(--progress, 0%); height: 100%; background: var(--green); transition: width .2s; }
.form-message { padding: 17px 21px; margin-bottom: 30px; border: 1px solid #819572; background: #e8ecd9; font-size: 13px; color: var(--green); }
.form-message--error { border-color: var(--red); background: #f8e2d9; color: var(--red-dark); }
.results-section { padding-block: 60px; background: var(--green); color: var(--paper); }
.results-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.results-heading .eyebrow { margin-bottom: 13px; color: #dac09c; }
.results-heading h2 { font-size: 40px; }
.response-count { flex-shrink: 0; color: #d5d9cc; font-size: 10px; }
.response-count strong { margin-right: 6px; color: #e9cb9e; font: 38px/1 var(--serif); }
.empty-score { margin-top: 17px; font-size: 12px; color: #d4d7cc; }
.scoreboard { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 34px; padding-top: 30px; border-top: 1px solid #63715d; }
.score-course h3 { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; font-size: 24px; }
.score-course .balkan-icon { width: 29px; height: 29px; color: #dabb91; }
.score-list { display: grid; gap: 14px; }
.score-item__label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 10px; }
.score-item__label > strong { font-weight: 400; }
.score-item__track { height: 3px; margin-top: 6px; background: #57634f; }
.score-item__track span { display: block; height: 100%; background: #a3b195; }
.score-item--leading .score-item__track span { background: #dec092; }
.score-item--leading .score-item__label { color: #f2d4a5; }
.results-note { margin-top: 27px; color: #c9cfbf; font-size: 9px; }
.results-note button { margin-left: 6px; padding: 4px 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.results-section :focus-visible { outline-color: #e9cb9e; }
.visit-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
.visit-copy h2 { font-size: clamp(2.8rem, 4.4vw, 4.3rem); }
.visit-copy > p:not(.eyebrow) { max-width: 400px; margin: 25px 0; color: var(--muted); font-size: 13px; }
.opening-invitation { position: relative; padding: 29px 37px 27px; border: 1px solid #b2b3a0; outline: 1px solid #cbd0ba; outline-offset: -9px; background: #edeede; transform: rotate(2deg); }
.invitation-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.invitation-top .balkan-icon { width: 23px; height: 23px; --icon-cutout: #edeede; }
.invitation-name { margin-top: 27px; font: 90px/.85 var(--serif); letter-spacing: .04em; text-align: center; }
.invitation-subtitle { margin-top: 15px; font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .13em; }
.opening-invitation dl { margin: 32px 0 0; }
.opening-invitation dl > div { display: grid; grid-template-columns: 75px 1fr; padding: 16px 0; border-top: 1px solid #c8cbb6; gap: 9px; }
.opening-invitation dt { color: var(--muted); font-size: 9px; }
.opening-invitation dd { margin: 0; font-size: 12px; }
.opening-invitation dd small { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; }
.opening-invitation dd a { overflow-wrap: anywhere; text-underline-offset: 4px; }
.invitation-signoff { margin-top: 18px; text-align: center; color: var(--red); font: italic 26px/1.2 var(--serif); }
.faq-section { padding-block: 65px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.faq-grid h2 { font-size: 40px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; list-style: none; font-size: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 21px; transition: transform .18s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 26px 20px 0; color: var(--muted); font-size: 12px; }
.faq-list details a { overflow-wrap: anywhere; }
.site-footer { padding-top: 40px; color: var(--paper); background: #293429; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 35px; }
.site-footer .wordmark .balkan-icon { color: #d7b78e; --icon-cutout: #293429; }
.footer-top > p { font: 25px/1.25 var(--serif); text-align: center; }
.footer-top > p em { color: #d7b78e; }
.site-footer .text-link { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px; border-top: 1px solid #57604e; font-size: 8px; color: #c4cbbb; }
.footer-bottom a { text-underline-offset: 3px; }
.site-footer :focus-visible { outline-color: #e9cb9e; }
@media (min-width: 1450px) {
  .hero-photo { height: 570px; }
  .hero-grid { padding-block: 46px 54px; gap: 65px; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 4rem); }
  .header-inner { gap: 20px; }
  .primary-nav { gap: 20px; }
  .hero-grid { gap: 36px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 6.9vw, 5rem); }
  .hero-copy .eyebrow { flex-wrap: wrap; }
  .hero-photo { height: 465px; }
  .merak-stamp { width: 105px; height: 105px; left: -29px; top: 23px; }
  .merak-stamp strong { font-size: 28px; }
  .merak-stamp small, .merak-stamp > span { font-size: 6px; }
  .hero-actions { gap: 14px; }
  .hero-actions .text-link { font-size: 10px; }
  .hero-signoff { margin-top: 35px; }
  .welcome-ribbon { gap: 25px; }
  .welcome-ribbon > span { font-size: 19px; }
  .food-grid { gap: 21px; }
  .food-card__photo { height: 230px; }
  .food-card h3 { font-size: 25px; }
  .story-grid { gap: 45px; }
  .story-photo img { height: 430px; }
  .rituals article { gap: 12px; padding-inline: 20px; }
  .rituals .balkan-icon { width: 32px; height: 32px; }
  .ballot-course { padding-inline: 18px; }
  .ballot-footer { gap: 30px; padding: 26px; }
  .ballot-submit-row { flex-wrap: wrap; }
  .ballot-submit-row input { flex: 1 1 130px; }
  .ballot-submit-row .button { flex: 1 0 auto; }
  .scoreboard { gap: 20px; }
  .score-course h3 { font-size: 21px; gap: 8px; }
  .visit-grid { gap: 60px; }
  .opening-invitation { padding-inline: 26px; }
  .faq-grid { gap: 45px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 3rem); }
  .section-space { padding-block: 64px; }
  .announcement { font-size: 8px; gap: 10px; min-height: 31px; }
  .announcement > span { padding-left: 10px; }
  .announcement .balkan-icon { width: 10px; height: 10px; }
  .header-inner { flex-wrap: wrap; min-height: 115px; padding-block: 16px 10px; gap: 13px; }
  .wordmark strong { font-size: 34px; }
  .wordmark small { font-size: 7px; margin-top: 6px; }
  .wordmark .balkan-icon { width: 32px; height: 32px; }
  .header-cta { font-size: 10px; gap: 14px; padding: 7px 12px; }
  .primary-nav { order: 3; width: 100%; justify-content: center; gap: 29px; padding-top: 6px; border-top: 1px solid var(--line); }
  .primary-nav a { font-size: 10px; padding-block: 4px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 36px 34px; }
  .hero-copy { padding: 0; }
  .hero-copy .eyebrow { font-size: 8px; }
  .hero-copy h1 { font-size: clamp(3.45rem, 10.5vw, 5.4rem); }
  .hero-intro { max-width: 470px; font-size: 13px; margin-top: 21px; }
  .hero-actions { gap: 25px; margin-top: 25px; }
  .hero-signoff { margin-top: 25px; font-size: 21px; }
  .hero-photo { height: 410px; margin-left: 10px; margin-right: 10px; }
  .merak-stamp { top: 24px; left: -27px; }
  .welcome-ribbon { display: grid; grid-template-columns: auto 14px auto; gap: 14px 25px; justify-content: center; padding-block: 22px; }
  .welcome-ribbon > .balkan-icon:nth-child(4) { display: none; }
  .welcome-ribbon > span { font-size: 19px; }
  .welcome-ribbon > span:nth-child(5) { order: 4; }
  .welcome-ribbon > .balkan-icon:nth-child(6) { order: 5; }
  .welcome-ribbon > span:nth-child(7) { order: 6; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-heading > p { justify-self: start; max-width: 420px; font-size: 12px; }
  h2 { font-size: clamp(2.65rem, 7vw, 3.4rem); }
  .food-grid { grid-template-columns: 1fr; gap: 37px; }
  .food-card__photo { height: 320px; }
  .food-card h3 { font-size: 31px; }
  .food-card > p { font-size: 12px; max-width: 480px; }
  .story-section { padding-block: 55px; }
  .story-grid { grid-template-columns: 1fr; gap: 43px; }
  .story-photo { max-width: 460px; margin-inline: 8px; }
  .story-photo img { height: 340px; }
  .story-photo figcaption { font-size: 21px; }
  .story-copy h2 { font-size: clamp(2.65rem, 7vw, 3.4rem); }
  .rituals { grid-template-columns: 1fr; padding-block: 8px; }
  .rituals article, .rituals article:first-child, .rituals article:last-child { border-right: 0; padding: 25px 0; gap: 20px; border-bottom: 1px solid var(--line); }
  .rituals article:last-child { border-bottom: 0; }
  .rituals .balkan-icon { width: 41px; height: 41px; }
  .rituals h3 { font-size: 25px; }
  .rituals p { font-size: 12px; }
  .menu-intro h2 { font-size: clamp(3.2rem, 9.5vw, 4.2rem); }
  .menu-jump { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-block: 30px 37px; }
  .menu-jump a { justify-content: flex-start; font-size: 10px; gap: 10px; padding: 13px 8px; }
  .menu-jump .balkan-icon { width: 32px; height: 32px; }
  .menu-jump a:nth-child(-n+2) { border-bottom: 1px solid #cec5b5; }
  .menu-courses { grid-template-columns: 1fr; gap: 33px; }
  .ballot-course { padding-inline: 16px; }
  .ballot-course legend { font-size: 31px; gap: 9px; padding-inline: 6px; }
  .course-icon { width: 51px; }
  .course-icon .balkan-icon { width: 45px; height: 45px; }
  .course-prompt { min-height: 0; font-size: 11px; padding-top: 8px; padding-bottom: 15px; }
  .ballot-option__card { padding: 20px 5px; gap: 17px; }
  .ballot-option__copy strong { font-size: 27px; }
  .ballot-option__description { font-size: 12px; }
  .ballot-option__note { font-size: 9px; }
  .ballot-footer { grid-template-columns: 1fr; gap: 25px; padding: 25px 20px; }
  .ballot-submit-row { flex-direction: column; gap: 10px; }
  .ballot-submit-row input { flex: initial; min-height: 46px; font-size: 16px; }
  .ballot-submit-row .button { flex: initial; }
  #name-note { font-size: 10px; }
  .results-section { padding-block: 50px; }
  .results-heading { flex-direction: column; align-items: start; gap: 22px; }
  .results-heading h2 { font-size: 36px; }
  .scoreboard { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 23px; }
  .score-course h3 { font-size: 23px; align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .score-item__label { font-size: 10px; }
  .visit-grid { grid-template-columns: 1fr; gap: 47px; }
  .visit-copy h2 { font-size: clamp(2.8rem, 8vw, 3.8rem); }
  .opening-invitation { margin-inline: 5px; max-width: 470px; padding: 27px 26px; }
  .invitation-name { font-size: 80px; }
  .opening-invitation dl > div { grid-template-columns: 65px 1fr; }
  .opening-invitation dd { font-size: 12px; }
  .faq-section { padding-block: 50px; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-list summary { font-size: 12px; }
  .footer-top { flex-wrap: wrap; gap: 30px; align-items: start; }
  .footer-top > p { font-size: 23px; text-align: right; }
  .footer-top > .text-link { font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 9px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 2.25rem); }
  .announcement { font-size: 7px; gap: 7px; }
  .hero-copy h1 { font-size: 3.25rem; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { padding-inline: 18px; gap: 15px; }
  .hero-actions .text-link { font-size: 9px; gap: 7px; }
  .hero-photo { height: 330px; }
  .food-card__photo { height: 255px; }
  .ballot-course legend { font-size: 28px; }
  .ballot-course { padding-inline: 12px; }
  .footer-top > p { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Painted signs, woven cloth, and the little marks of a well-loved kitchen. */
:root {
  --kilim: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='40' viewBox='0 0 96 40'%3E%3Cpath fill='%23f0dfbe' d='M0 0h96v40H0z'/%3E%3Cpath stroke='%23943929' stroke-width='2' stroke-dasharray='3 3' d='M0 3h96M0 37h96'/%3E%3Cpath fill='%23943929' d='m24 5 4 7h8l-3 8 3 8h-8l-4 7-4-7h-8l3-8-3-8h8Zm48 0 4 7h8l-3 8 3 8h-8l-4 7-4-7h-8l3-8-3-8h8Z'/%3E%3Cpath fill='%23f0dfbe' d='m24 11 9 9-9 9-9-9Zm48 0 9 9-9 9-9-9Z'/%3E%3Cpath fill='%23344955' d='m24 15 5 5-5 5-5-5Zm48 0 5 5-5 5-5-5ZM0 10l10 10L0 30Zm48 0 10 10-10 10-10-10Zm48 0-10 10 10 10Z'/%3E%3Cpath fill='%23bc873c' d='m0 16 4 4-4 4Zm48 0 4 4-4 4-4-4Zm48 0-4 4 4 4Z'/%3E%3C/svg%3E");
  --cloth: repeating-linear-gradient(0deg, #8b694608 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, #8b694608 0 1px, transparent 1px 4px);
}
body { background-image: var(--cloth); }
.announcement { border-bottom: 3px double #d7b78e; }
.site-header .wordmark strong { color: var(--red-dark); font-weight: 600; text-shadow: 1px 1px #f7f2e8, 2px 2px #c9af85; }
.site-header .wordmark small { letter-spacing: .23em; }
.tavern-sign { position: relative; width: fit-content; max-width: 100%; padding: 15px 26px 14px; margin-bottom: 27px; color: #f7e7c3; background: #8f3426; border: 4px double #e4bd7f; outline: 1px solid #8f3426; box-shadow: 3px 4px 0 #c3a57f55; text-align: center; transform: rotate(-2deg); }
.tavern-sign::before, .tavern-sign::after { content: ''; position: absolute; top: 48%; width: 4px; height: 4px; border-radius: 50%; background: #d9b381; box-shadow: 0 1px 1px #4a1e1b; }
.tavern-sign::before { left: 9px; }
.tavern-sign::after { right: 9px; }
.tavern-sign > span { display: block; font: 700 25px/1.15 Georgia, serif; letter-spacing: .13em; text-shadow: 1px 2px #52251e; }
.tavern-sign small { display: block; margin-top: 7px; font-size: 8px; letter-spacing: .055em; }
.hero-copy .eyebrow { margin-bottom: 14px; }
.hero-signoff { margin-top: 30px; font-size: 21px; }
.hero-signoff > span { color: var(--red); display: block; margin-bottom: 5px; font-size: 28px; }
.hero-photo { border: 5px solid #e3d0ad; outline: 1px solid #a38661; }
.hero-photo::before { border: 3px double #a38661; inset: 9px -14px -14px 9px; }
.merak-stamp { border: 2px solid var(--red); outline-style: dotted; outline-color: var(--red); background-image: var(--cloth); }
.folk-border { height: 44px; border-block: 2px solid #843829; background-image: var(--kilim); background-size: 96px 40px; }
.welcome-ribbon { background-image: var(--cloth); padding-block: 23px; border-bottom: 3px double #bdaa8c; }
.welcome-ribbon > span { text-align: center; }
.welcome-ribbon b { display: block; font: italic 29px/1.2 var(--serif); color: var(--red-dark); }
.welcome-ribbon small { display: block; margin-top: 5px; font: 500 8px/1.5 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.food-card__photo { border: 4px solid #e5d7bf; outline: 1px solid #c5b090; }
.food-card__tag { transform: rotate(-3deg); border: 1px solid #b59b75; box-shadow: 2px 2px 0 #34261925; font-family: var(--serif); font-size: 14px; font-style: italic; }
.story-section { position: relative; padding-block: 91px; background-color: #542e27; background-image: repeating-linear-gradient(90deg, #fff8dd03 0 1px, transparent 1px 5px); }
.story-section::before, .story-section::after { content: ''; position: absolute; inset-inline: 0; height: 25px; background: var(--kilim) center / 64px 27px repeat-x; }
.story-section::before { top: 0; }
.story-section::after { bottom: 0; }
.story-photo { border: 3px double #c1a77e; }
.story-copy > p:not(.eyebrow) { color: #eadccc; }
.story-signature .balkan-icon { --icon-cutout: #542e27; }
.menu-section { background-image: var(--cloth); }
.menu-sign { display: flex; align-items: center; justify-content: center; gap: 24px; width: fit-content; margin: 0 auto 28px; padding: 8px 27px 12px; border-block: 3px double var(--red); color: var(--red); }
.menu-sign > span { font: italic 45px/1 var(--serif); }
.menu-sign .balkan-icon { width: 20px; height: 20px; --icon-cutout: #f1ebdf; }
.kitchen-note { position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; width: fit-content; max-width: 100%; margin: 30px auto 0; padding: 14px 23px; background: #e8d5ad; color: #743a29; box-shadow: 2px 3px 0 #aa8d6329; transform: rotate(-3deg); }
.kitchen-note::before { content: ''; position: absolute; top: -7px; left: 42%; width: 45px; height: 15px; background: #ddd0a6a6; transform: rotate(6deg); }
.kitchen-note strong { font: italic 29px/1 var(--serif); white-space: nowrap; }
.kitchen-note > span { font: italic 15px/1.35 var(--serif); text-align: left; }
.ballot-course { border: 3px double #bba580; background-image: var(--cloth); }
.ballot-course legend { color: #843829; }
.ballot-option__note { letter-spacing: .09em; }
.course-status { border-top: 3px double #cab797; }
.opening-invitation { background-color: #f0e2c6; background-image: var(--cloth); border: 4px double #9d4832; outline-color: #bf986a; padding-top: 48px; }
.opening-invitation::before { content: ''; position: absolute; top: 13px; left: 13px; right: 13px; height: 21px; background: var(--kilim) center / 58px 24px repeat-x; }
.invitation-top .balkan-icon { --icon-cutout: #f0e2c6; }
.invitation-name { color: #823725; text-shadow: 1px 1px #f0e2c6, 3px 3px #bc9e704a; }
.invitation-signoff { padding-block: 10px; border-block: 3px double #bd9b74; }
.site-footer { border-top: 6px double #c5a77a; }
.house-seal { position: absolute; z-index: 2; right: -14px; bottom: 62px; padding: 10px 20px 11px; color: #f7e7c3; background: #86382b; border: 3px double #e1bd86; box-shadow: 3px 4px 0 #25190f30; text-align: center; transform: rotate(6deg); }
.house-seal > span { display: block; font: italic 31px/1 var(--serif); }
.house-seal small { display: block; margin-top: 6px; font-size: 7px; letter-spacing: .06em; }
.food-section .section-heading h2::after { content: ''; display: block; width: 144px; height: 20px; margin-top: 22px; background: var(--kilim) center / 48px 20px repeat-x; }
.food-card__heading { padding-bottom: 10px; border-bottom: 3px double #cfb997; }
.story-photo figcaption > span { display: inline-block; margin-right: 5px; color: #e7bd83; }
.house-saying { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 28px 24px; background: #e5d2ae; background-image: var(--cloth); color: #763b2b; border-bottom: 3px double #bc9b73; text-align: center; }
.house-saying .balkan-icon { width: 27px; height: 27px; --icon-cutout: #e5d2ae; }
.house-saying p > span { display: block; font: italic 32px/1.2 var(--serif); }
.house-saying small { display: block; margin-top: 8px; color: #71543e; font-size: 10px; }
.menu-jump { border-block: 3px double #b89970; }
.menu-jump a + a { border-left: 1px dashed #c6b594; }
.ballot-course { position: relative; }
.ballot-course::after { content: ''; position: absolute; pointer-events: none; right: 9px; bottom: 9px; left: 9px; height: 5px; border-bottom: 1px dashed #b69164; }
.course-status { padding-bottom: 4px; }
.ballot-footer { border: 3px double #b89970; background-image: var(--cloth); }
.ballot-footer__intro h3 { color: #823725; }
.opening-invitation::after { content: ''; position: absolute; pointer-events: none; inset: auto 13px 12px; height: 7px; border-block: 1px dashed #b18a5e; }
.footer-farewell { text-align: right; }
.footer-farewell > span { display: block; color: #e1bf91; font: italic 20px/1.3 var(--serif); margin-bottom: 5px; }
@media (max-width: 760px) {
  .tavern-sign { padding: 14px 20px 12px; margin-bottom: 28px; }
  .tavern-sign > span { font-size: 22px; }
  .tavern-sign small { font-size: 7px; }
  .hero-signoff { font-size: 19px; }
  .hero-signoff > span { font-size: 26px; }
  .welcome-ribbon b { font-size: 25px; }
  .story-section { padding-block: 66px; }
  .opening-invitation { padding-top: 47px; }
  .kitchen-note { gap: 12px; padding-inline: 17px; }
  .kitchen-note strong { font-size: 26px; }
  .kitchen-note > span { font-size: 14px; }
  .house-seal { right: -10px; bottom: 54px; padding: 9px 14px; }
  .house-seal > span { font-size: 27px; }
  .house-saying { gap: 15px; padding: 25px 19px; }
  .house-saying .balkan-icon { width: 18px; height: 18px; }
  .house-saying p > span { font-size: 25px; }
  .house-saying small { font-size: 9px; }
  .menu-jump a:nth-child(3) { border-left: 0; }
  .footer-farewell { text-align: left; margin-top: 8px; }
}
