/* ── Reset & base ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: 'Roboto', 'Lato', system-ui, -apple-system, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background: #fafafa;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #f58d54; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: 'Lato', Georgia, serif; line-height: 1.2; margin: 0 0 0.5em; color: #1a1a1a; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.4rem; }

.container { width: min(1200px, 92%); margin: 0 auto; }

/* ── Header ───────────────────────────────────────────────────────────────── */
.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky; top: 0; z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #1a1a1a; }
.brand:hover { text-decoration: none; }
.brand-mark {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #f58d54 0%, #c25a2a 100%);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Lato', serif;
    font-size: 1.6rem; font-weight: 700;
    box-shadow: 3px 3px 12px rgba(116,89,75,0.25);
}
.brand-logo { height: 72px; width: auto; display: block; }
.brand-text strong { display: block; font-family: 'Lato', serif; font-size: 1.15rem; letter-spacing: 0.5px; }
.brand-text small { color: #777; font-size: 0.78rem; }

.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { color: #333; font-weight: 500; font-size: 0.95rem; }
.site-nav a.cta-button {
    background: #f58d54; color: #fff;
    padding: 9px 18px; border-radius: 6px;
    border: 2px solid #f58d54;
    transition: background 0.2s;
}
.site-nav a.cta-button:hover { background: #f37835; border-color: #f37835; text-decoration: none; }
.site-nav a.nav-outline {
    color: #f58d54;
    padding: 7px 16px;
    border: 2px solid #f58d54;
    border-radius: 6px;
    transition: all 0.2s;
}
.site-nav a.nav-outline:hover { background: #f58d54; color: #fff; text-decoration: none; }

.lang-switcher { display: flex; gap: 4px; align-items: center; }
.lang-switcher .lang {
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #555;
    text-decoration: none;
    transition: all 0.15s;
}
.lang-switcher .lang:hover { background: #fbf0e8; border-color: #f58d54; color: #f37835; text-decoration: none; }
.lang-switcher .lang--current { background: #f58d54; color: #fff; border-color: #f58d54; cursor: default; }
.lang-switcher .lang--current:hover { background: #f58d54; color: #fff; border-color: #f58d54; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 4px; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #1a1a1a; }

@media (max-width: 900px) {
    .nav-toggle { display: flex; }
    .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; border-top: 1px solid #eee; }
    .site-nav.open { display: flex; }
}

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero {
    background:
        linear-gradient(135deg, rgba(51,44,41,0.55) 0%, rgba(116,89,75,0.45) 50%, rgba(194,90,42,0.35) 100%),
        url("/static/img/hero.51f41c5c57cb.jpg") center/cover no-repeat;
    color: #fff;
    padding: 140px 0 160px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50 5 L62 38 L97 38 L68 58 L80 92 L50 72 L20 92 L32 58 L3 38 L38 38 Z' fill='white' opacity='0.04'/></svg>");
    background-size: 100px 100px;
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero h1 {
    color: #fff;
    margin-bottom: 16px;
    font-family: 'Lato', serif;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 4px 4px 14px rgba(116,89,75,0.55);
}
.eyebrow {
    text-transform: uppercase; letter-spacing: 3px;
    font-size: 0.9rem; opacity: 0.95;
    margin-bottom: 18px; font-weight: 700;
    font-family: 'Lato', serif;
}
.lead { font-size: clamp(1rem, 1.5vw, 1.2rem); max-width: 720px; margin: 0 auto 32px; opacity: 0.95; line-height: 1.5; letter-spacing: 0.5px; }
.lead-strong { font-weight: 700; font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.4; }
.lead-line { display: block; }
.lead-date { margin-top: 18px; }
.venue-link { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.5); text-underline-offset: 4px; transition: color 0.2s, text-decoration-color 0.2s; }
.venue-link:hover { color: #f58d54; text-decoration-color: #f58d54; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; padding: 17px 46px; border-radius: 30px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 1.1rem; transition: all 0.25s; cursor: pointer; border: 2px solid transparent; }
.btn-primary { background: #f58d54; color: #fff; border-color: #f58d54; }
.btn-primary:hover { background: #f37835; border-color: #f37835; text-decoration: none; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(245,141,84,0.4); }
.btn-ghost { background: transparent; color: #fff; border-color: #f58d54; }
.btn-ghost:hover { background: #f58d54; border-color: #f58d54; color: #fff; text-decoration: none; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(245,141,84,0.4); }
.btn-ghost-light { background: transparent; color: #fff; border: 2px solid #fff; padding: 10px 22px; border-radius: 6px; font-weight: 600; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.15); text-decoration: none; }

/* ── Features grid ────────────────────────────────────────────────────────── */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    padding: 80px 0;
}
.feature {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(116,89,75,0.08);
    transition: transform 0.18s, box-shadow 0.18s;
}
.feature:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(116,89,75,0.16); }
.feature-img { width: 100%; height: 180px; object-fit: cover; display: block; }
.feature-body { padding: 22px 22px 26px; }
.feature-icon { font-size: 3rem; margin-bottom: 12px; }
.feature h3 { margin-bottom: 8px; }
.feature p { color: #555; font-size: 0.95rem; }

/* ── Info band ────────────────────────────────────────────────────────────── */
.info-band {
    background:
        linear-gradient(rgba(51,44,41,0.85), rgba(67,81,82,0.85)),
        url("/static/img/second-hero.9e14b78ffd5c.jpg") center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
}
.info-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.info-band h2 { color: #fff; margin: 0 0 8px; }
.info-band p { margin: 0; opacity: 0.85; max-width: 700px; }

/* ── FAQ band ─────────────────────────────────────────────────────────────── */
.faq-band { padding: 80px 0; }
.faq-band h2 { text-align: center; margin-bottom: 40px; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; }
.faq-grid h4 { font-family: 'Roboto', sans-serif; font-size: 1.05rem; color: #f58d54; }

/* ── Generic page header ──────────────────────────────────────────────────── */
.page-header {
    background: linear-gradient(135deg, #c25a2a 0%, #f58d54 100%);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.page-header h1 { color: #fff; margin-bottom: 8px; }
.page-header .lead { opacity: 0.92; }

/* ── Prose ────────────────────────────────────────────────────────────────── */
.prose { padding: 60px 0; max-width: 760px; }
.prose p { font-size: 1.05rem; margin-bottom: 1.2em; }
.prose h2 { margin-top: 2em; }
.prose ul { padding-left: 1.2em; }
.prose ul li { margin-bottom: 0.5em; }

/* ── Schedule ─────────────────────────────────────────────────────────────── */
.schedule-list { list-style: none; padding: 60px 0; max-width: 760px; margin: 0 auto; }
.schedule-list li {
    display: grid; grid-template-columns: 120px 1fr;
    gap: 20px; padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.schedule-list time { font-family: 'Lato', serif; font-size: 1.2rem; color: #f58d54; font-weight: 700; }
.schedule-list strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }
.schedule-list p { margin: 0; color: #666; font-size: 0.95rem; }

/* ── Menu ─────────────────────────────────────────────────────────────────── */
.menu-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px; padding: 60px 0;
}
.menu-card {
    background: #fff; padding: 24px;
    border-radius: 10px; border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.menu-card h3 { margin-bottom: 4px; }
.menu-price { font-family: 'Lato', serif; font-size: 1.3rem; color: #f58d54; font-weight: 700; margin: 0 0 12px; }
.menu-card p { margin: 0; color: #555; font-size: 0.93rem; }

/* ── Sponsors ─────────────────────────────────────────────────────────────── */
.sponsor-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; padding: 60px 0; }
.tier { background: #fff; padding: 32px; border-radius: 12px; border: 1px solid #eee; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.tier h3 { margin-bottom: 4px; font-size: 1.6rem; }
.tier-price { font-family: 'Lato', serif; font-size: 2rem; font-weight: 700; margin: 0 0 24px; }
.tier ul { list-style: none; padding: 0; text-align: left; }
.tier ul li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.tier-gold { border-top: 4px solid #d4af37; }
.tier-gold .tier-price { color: #d4af37; }
.tier-silver { border-top: 4px solid #9ea7ad; }
.tier-silver .tier-price { color: #9ea7ad; }
.tier-bronze { border-top: 4px solid #cd7f32; }
.tier-bronze .tier-price { color: #cd7f32; }

/* Clickable tier cards (reset button styling, add affordance) */
.tier-clickable {
    font-family: inherit; width: 100%; cursor: pointer;
    border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;
    transition: transform 0.18s, box-shadow 0.18s;
    display: flex; flex-direction: column;
}
.tier-clickable p { color: #555; }
.tier-clickable:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(116,89,75,0.18); }
.tier-cta { margin-top: auto; padding-top: 16px; font-weight: 700; color: #f58d54; letter-spacing: 0.5px; }
.tier-clickable:hover .tier-cta { color: #f37835; }

/* ── Contact ──────────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; padding: 60px 0; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info p { margin-bottom: 1em; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 500; margin-bottom: 6px; font-size: 0.9rem; }
.form-control { width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 1rem; }
.form-control:focus { outline: 2px solid #f58d54; border-color: #f58d54; }
.error { color: #f58d54; font-size: 0.85rem; }

/* ── Messages ─────────────────────────────────────────────────────────────── */
.messages { padding: 20px 0 0; }
.message { padding: 14px 18px; border-radius: 6px; margin-bottom: 10px; }
.message--success { background: #e6f7ed; color: #1c6e3a; border: 1px solid #b6e3c6; }
.message--error { background: #fdecea; color: #f37835; border: 1px solid #f5c6c5; }

/* ── Footer ───────────────────────────────────────────────────────────────── */
.site-footer { background: #2a3536; color: #d4dad8; padding: 60px 0 24px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.site-footer h4 { color: #fff; margin-bottom: 12px; font-family: 'Roboto', sans-serif; font-size: 1rem; }
.site-footer a { color: #fbd0b9; }
.newsletter-form { display: flex; gap: 8px; margin-top: 10px; }
.newsletter-form input { flex: 1; padding: 9px 12px; border: 1px solid #444; background: #2a2a2a; color: #fff; border-radius: 4px; font-family: inherit; }
.newsletter-form button { background: #f58d54; color: #fff; border: none; padding: 9px 16px; border-radius: 4px; cursor: pointer; font-weight: 600; }
.newsletter-form button:hover { background: #f37835; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid #333; text-align: center; color: #888; }

/* ── Image gallery (home) ─────────────────────────────────────────────────── */
.gallery-band { padding: 70px 0 30px; background: #faf6f0; }
.gallery-band h2 { text-align: center; margin-bottom: 12px; }
.gallery-band .lead-sub { text-align: center; max-width: 640px; margin: 0 auto 40px; color: #555; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.gallery-tile {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.gallery-tile img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile-caption {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 14px 18px;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.gallery-tile.tall { grid-row: span 2; aspect-ratio: 4 / 6.2; }
@media (max-width: 800px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-tile.tall { grid-row: span 1; aspect-ratio: 4 / 3; }
}
@media (max-width: 500px) {
    .gallery-grid { grid-template-columns: 1fr; }
}

/* ── About / generic page hero ───────────────────────────────────────────── */
.page-hero {
    background:
        linear-gradient(180deg, rgba(51,44,41,0.6), rgba(51,44,41,0.4)),
        var(--hero-img, url("/static/img/about.0dc0215606a5.jpg")) center/cover no-repeat;
    color: #fff;
    padding: 110px 0 95px;
    text-align: center;
}
.page-hero h1 { color: #fff; margin: 0; text-shadow: 3px 3px 12px rgba(0,0,0,0.4); }
.page-hero .lead, .page-hero p { opacity: 0.96; margin-top: 12px; color: #fff; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ── Menu / food cards ───────────────────────────────────────────────────── */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 30px;
}
.menu-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.menu-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.menu-card-body { padding: 16px 18px 20px; }
.menu-card h3 { margin: 0 0 6px; font-size: 1.15rem; }
.menu-card p { margin: 0 0 8px; color: #555; font-size: 0.93rem; }
.menu-card .price { color: #f58d54; font-weight: 700; font-size: 1.05rem; }

/* ── Testimonials ─────────────────────────────────────────────────────────── */
.testimonials {
    background: #fbf6f2;
    padding: 80px 0;
}
.testimonials h2 { text-align: center; margin-bottom: 12px; }
.testimonials .lead-sub { text-align: center; color: #555; max-width: 600px; margin: 0 auto 50px; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.testimonial {
    background: #fff;
    padding: 30px 28px;
    border-radius: 10px;
    box-shadow: 5px 5px 25px rgba(116,89,75,0.12);
    position: relative;
}
.testimonial::before {
    content: '"';
    position: absolute;
    top: 6px; left: 18px;
    font-family: 'Lato', serif;
    font-size: 4.5rem;
    color: #f58d54;
    opacity: 0.35;
    line-height: 1;
}
.testimonial p { font-style: italic; color: #444; margin: 14px 0 18px; position: relative; }
.testimonial cite { display: block; font-style: normal; color: #f37835; font-weight: 700; letter-spacing: 0.5px; }

/* ── Stats band ───────────────────────────────────────────────────────────── */
.stats-band {
    background: linear-gradient(135deg, #c25a2a 0%, #f58d54 100%);
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 30px; }
.stat-num { font-family: 'Lato', serif; font-size: 2.8rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 0.92rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.9; }

/* ── Compact payment flow (buy + checkout) ───────────────────────────────── */
.pay-wrap { max-width: 880px; padding: 28px 0 60px; }
.pay-head { text-align: center; margin-bottom: 22px; }
.pay-head h1 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin: 0 0 4px; }
.pay-head p { margin: 0; color: #777; font-size: 0.92rem; }

.pay-block { background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 22px 24px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.03); }
.pay-block h2 { font-size: 1.05rem; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #333; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: #f58d54; color: #fff; font-size: 0.85rem; font-weight: 700; }

/* Ticket-type rows: name | price | qty in one line */
.ticket-types { display: flex; flex-direction: column; gap: 8px; }
.ticket-type-row {
    display: grid;
    grid-template-columns: 1fr auto 70px;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}
.tt-info strong { display: block; font-size: 0.98rem; }
.tt-info small { display: block; color: #666; font-size: 0.82rem; line-height: 1.35; }
.tt-price { font-weight: 700; color: #f58d54; font-size: 1rem; white-space: nowrap; }
.tt-qty input[type="number"], .tt-qty select {
    width: 100%; padding: 6px 8px; border: 1px solid #ddd; border-radius: 5px;
    font-family: inherit; font-size: 0.95rem; text-align: center;
}

/* Form grid: 2 cols on desktop */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.form-grid .form-row { margin: 0; }
.form-grid .form-row--full { grid-column: 1 / -1; }
.form-grid label { font-size: 0.82rem; margin-bottom: 4px; color: #555; }
.form-grid input, .form-grid select {
    width: 100%; padding: 9px 11px; border: 1px solid #ddd; border-radius: 6px;
    font-family: inherit; font-size: 0.95rem;
}
.form-grid input:focus { outline: 2px solid #f58d54; outline-offset: -1px; border-color: #f58d54; }

.checkbox-row { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: 0.9rem; color: #555; }
.checkbox-row label { display: inline; margin: 0; font-weight: 400; }

/* Block button */
.btn-block { display: block; width: 100%; padding: 14px; margin-top: 18px; }

@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr; }
    .ticket-type-row { grid-template-columns: 1fr auto; }
    .tt-qty { grid-column: 1 / -1; }
}

/* Checkout: 2-column on desktop (payment left, summary right) */
.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 20px;
    align-items: start;
}
.checkout-grid .payment-pane,
.checkout-grid .order-summary {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 22px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.checkout-grid h3 { font-size: 1rem; margin: 0 0 14px; font-family: 'Roboto', sans-serif; color: #333; }
.order-summary ul { list-style: none; padding: 0; margin: 0 0 14px; }
.order-summary li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 0.9rem; color: #555; border-bottom: 1px dashed #eee; }
.order-summary li:last-child { border-bottom: none; }
.summary-total { display: flex; justify-content: space-between; padding-top: 12px; border-top: 2px solid #f58d54; font-size: 1.05rem; }
.summary-total strong { color: #f58d54; }
#card-container { min-height: 80px; margin-bottom: 4px; }
.payment-status { margin: 8px 0 0; font-size: 0.88rem; color: #666; min-height: 1.2em; }

@media (max-width: 720px) {
    .checkout-grid { grid-template-columns: 1fr; }
    .order-summary { order: -1; }
}

/* ── Vendor registration form ─────────────────────────────────────────────── */
.vendor-apply { max-width: 640px; padding-bottom: 70px; }
.vendor-apply h2 { margin-bottom: 12px; }
.vendor-apply > p { color: #555; margin-bottom: 24px; }
.vendor-form .form-row { margin-bottom: 16px; }
.vendor-form label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 5px; color: #444; }
.vendor-form input, .vendor-form textarea {
    width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px;
    font-family: inherit; font-size: 0.95rem;
}
.vendor-form input:focus, .vendor-form textarea:focus { outline: 2px solid #f58d54; outline-offset: -1px; border-color: #f58d54; }
.vendor-form .error { color: #c0392b; font-size: 0.83rem; }
.vendor-form button { margin-top: 8px; }

/* ── Sponsor donation block ───────────────────────────────────────────────── */
.sponsor-donate { max-width: 720px; padding: 50px 0 30px; }
.sponsor-donate h2 { text-align: center; margin-bottom: 6px; }
.sponsor-donate .sub { text-align: center; color: #666; margin-bottom: 28px; }
.amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}
@media (max-width: 480px) {
    .amount-grid { grid-template-columns: repeat(2, 1fr); }
}
.amount-btn {
    padding: 16px 0;
    border: 2px solid #f0d9c8;
    background: #fff;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #c25a2a;
    cursor: pointer;
    transition: all 0.15s;
}
.amount-btn:hover { border-color: #f58d54; background: #fff7f1; }
.amount-btn.selected { background: #f58d54; color: #fff; border-color: #f58d54; box-shadow: 0 4px 14px rgba(245,141,84,0.4); }
.amount-custom {
    display: flex; align-items: center; justify-content: center; gap: 4px;
    border: 2px solid #f0d9c8; border-radius: 10px;
    padding: 0 14px; background: #fff;
}
.amount-custom span { font-weight: 700; color: #c25a2a; font-size: 1.15rem; }
.amount-custom input { border: none; outline: none; width: 100%; font-size: 1.15rem; font-weight: 700; color: #c25a2a; text-align: center; padding: 14px 4px; font-family: inherit; background: transparent; }
.amount-custom input::placeholder { color: #c25a2a; font-weight: 700; font-size: 1.15rem; opacity: 1; text-align: center; }
.amount-custom input::-webkit-input-placeholder { color: #c25a2a; font-weight: 700; font-size: 1.15rem; }

.sponsor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin-bottom: 24px; }
.sponsor-fields .form-row { margin: 0; }
.sponsor-fields .form-row--full { grid-column: 1 / -1; }
.sponsor-fields label { display: block; font-size: 0.85rem; font-weight: 600; color: #555; margin-bottom: 5px; }
.sponsor-fields input { width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 0.95rem; }
.sponsor-fields input:focus { outline: 2px solid #f58d54; outline-offset: -1px; border-color: #f58d54; }

.sponsor-card { background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 22px 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.sponsor-card h3 { font-size: 1rem; margin: 0 0 14px; font-family: 'Roboto', sans-serif; }
.sponsor-card #card-container { min-height: 80px; margin-bottom: 6px; }
.email-fallback { text-align: center; color: #888; font-size: 0.9rem; margin-top: 24px; }
.sponsor-thanks { text-align: center; padding: 60px 20px; }
.sponsor-thanks h2 { color: #c25a2a; }

@media (max-width: 560px) {
    .sponsor-fields { grid-template-columns: 1fr; }
}

/* ── FAQ accordion (faq page) ─────────────────────────────────────────────── */
.faq.prose { max-width: 840px; }
.faq-intro { text-align: center; color: #7a716b; margin: 4px auto 36px; max-width: 600px; }
.faq details {
    background: #fff;
    border: 1px solid #ece6e1;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px rgba(51, 44, 41, 0.05);
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.faq details[open] {
    border-color: #f3b88f;
    box-shadow: 0 10px 30px rgba(194, 90, 42, 0.12);
}
.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 60px 22px 26px;
    position: relative;
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #332c29;
    transition: color .2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: #c25a2a; }
.faq summary::after {
    content: "+";
    position: absolute;
    right: 22px; top: 50%;
    transform: translateY(-50%);
    width: 30px; height: 30px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: #fbece2;
    color: #c25a2a;
    font-size: 1.4rem; font-weight: 400; line-height: 1;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.faq details[open] summary::after {
    content: "\2212";
    background: #f58d54; color: #fff;
    transform: translateY(-50%) rotate(180deg);
}
.faq details > p {
    margin: 0;
    padding: 4px 26px 24px;
    color: #5a534e;
    font-size: 1rem;
    line-height: 1.7;
}
.faq details > p a { color: #c25a2a; font-weight: 600; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.faq details[open] > p { animation: faqReveal .3s ease; }

/* ── Home intro band ──────────────────────────────────────────────────────── */
.intro-band { text-align: center; padding: 78px 0 14px; }
.intro-band .eyebrow { color: #c25a2a; }
.intro-band h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.3rem);
    margin-bottom: 22px;
    display: inline-block;
}
.intro-band h2::after {
    content: "";
    display: block;
    width: 66px; height: 3px;
    margin: 16px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #f58d54, #c25a2a);
}
.intro-band p {
    color: #5a534e;
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto 1.15em;
}

/* ── Dish list (menu page) ────────────────────────────────────────────────── */
.dish-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 4px 34px;
}
.dish-list li {
    position: relative;
    padding: 12px 0 12px 26px;
    line-height: 1.6;
    color: #5a534e;
    border-bottom: 1px solid #f1eae4;
}
.dish-list li::before {
    content: "";
    position: absolute;
    left: 2px; top: 19px;
    width: 9px; height: 9px;
    border-radius: 50%;
    background: #f58d54;
    box-shadow: 0 0 0 4px #fbece2;
}
.dish-list li strong {
    color: #c25a2a;
    font-family: 'Lato', serif;
    display: inline;
}

/* ── Georgian diamond ornament + branded hero + scroll reveal ─────────────── */
:root {
    --diamond-strip: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%3E%3Cpath%20d='M7%200l7%207-7%207-7-7z'%20fill='%23f58d54'/%3E%3C/svg%3E");
}

/* Branded hero for pages without a dedicated photo (e.g. FAQ) */
.page-hero--brand {
    position: relative;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.10) 1.6px, transparent 1.7px) 0 0 / 22px 22px,
        linear-gradient(135deg, #a8461f 0%, #c25a2a 45%, #f58d54 100%);
}
.page-hero--brand::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0; height: 14px;
    background: var(--diamond-strip) repeat-x;
    background-size: 14px 14px;
    opacity: 0.85;
}

/* Diamond strip — reusable ornament */
.ornament-strip {
    height: 14px;
    background: var(--diamond-strip) repeat-x;
    background-size: 14px 14px;
}
.info-band { position: relative; }
.info-band::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 14px;
    background: var(--diamond-strip) repeat-x;
    background-size: 14px 14px;
    opacity: 0.9;
}

/* Scroll-reveal — JS adds .reveal, IntersectionObserver adds .in */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
    will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
