/* Ofada Magic public styles — mobile first
   Brand palette pulled from the Ofada Magic logo:
   green base, warm red-orange accent, near-black ink. */
:root {
    --c-bg: #ffffff;
    --c-ink: #1f2421;
    --c-ink-soft: #4a514c;
    --c-brand: #1f7a3e;       /* Ofada Magic green */
    --c-brand-dark: #155c2c;
    --c-brand-2: #e94b35;     /* warm red-orange accent (logo "O") */
    --c-brand-2-dark: #c43824;
    --c-wa: #25d366;
    --c-wa-ink: #ffffff;
    --c-line: #e6ece8;
    --c-soft: #f3f8f4;
    --c-warm: #fff3ee;
    --radius: 10px;
    --shadow: 0 6px 24px rgba(20, 50, 30, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: var(--c-ink);
    background: var(--c-bg);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--c-brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
    line-height: 1.2; margin: 0 0 0.5em; color: var(--c-ink);
    font-family: 'Playfair Display', Georgia, serif; font-weight: 700;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.9rem, 5.2vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3.8vw, 2.1rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.muted { color: var(--c-ink-soft); }
.lead { font-size: 1.08rem; color: #33392f; margin-bottom: 1.2em; line-height: 1.55; }

.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 720px; }

/* Header */
.site-header {
    background: var(--c-bg);
    position: sticky; top: 0; z-index: 100;
    overflow: visible;
}
.nav { display: flex; align-items: center; gap: 16px; padding: 8px 16px; min-height: 72px; }
.brand {
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
    position: relative; z-index: 5;
}
.brand:hover { text-decoration: none; }
.brand img {
    height: 64px; width: auto;
    filter: drop-shadow(0 6px 14px rgba(20, 50, 30, 0.14));
}
@media (min-width: 720px) {
    .brand img { height: 84px; }
    .nav { min-height: 88px; }
}
@media (min-width: 1080px) {
    .brand img { height: 104px; }
    .nav { min-height: 104px; }
}

/* Typographic wordmark fallback. Used only when no real logo.png / logo.webp
   has been uploaded via the admin → Brand assets page. The stack mimics the
   real mark: Ofada (red-orange brush) above, magic (dark brush) tucked below,
   and the BY ALLOCCASIONS caption underneath. */
.brand-mark {
    display: inline-flex; flex-direction: column; align-items: flex-start;
    line-height: 0.85; padding: 2px 0;
    filter: drop-shadow(0 6px 14px rgba(20, 50, 30, 0.12));
}
.brand-word {
    font-family: 'Pacifico', 'Brush Script MT', cursive;
    line-height: 0.9; letter-spacing: -0.01em;
}
.brand-ofada { color: var(--c-brand-2); font-size: 2.2rem; }
.brand-magic { color: var(--c-ink); font-size: 1.8rem; margin-left: 0.4em; margin-top: -0.2em; }
.brand-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em;
    color: var(--c-ink); margin-top: 4px;
}
@media (min-width: 720px) {
    .brand-ofada { font-size: 2.6rem; }
    .brand-magic { font-size: 2.1rem; }
    .brand-sub { font-size: 0.7rem; }
}
@media (min-width: 1080px) {
    .brand-ofada { font-size: 3rem; }
    .brand-magic { font-size: 2.4rem; }
    .brand-sub { font-size: 0.75rem; }
}
.nav-toggle { margin-left: auto; background: none; border: 0; font-size: 1.5rem; cursor: pointer; }
.nav-links { display: none; flex-direction: column; width: 100%; gap: 6px; padding-top: 8px; }
.nav-links.open { display: flex; }
.nav-links a { padding: 10px 8px; border-radius: 6px; color: var(--c-ink); }
.nav-links a.active { color: var(--c-brand); background: var(--c-soft); }

@media (min-width: 800px) {
    .nav-toggle { display: none; }
    .nav-links { display: flex; flex-direction: row; width: auto; margin-left: auto; padding: 0; }
    .nav-links a { padding: 6px 10px; }
}

/* Hero */
.hero {
    background: linear-gradient(180deg, var(--c-soft) 0%, #fff 100%);
    padding: 56px 0 64px;
}
@media (min-width: 800px) {
    .hero { padding: 72px 0 80px; }
}
.hero h1 { color: var(--c-brand-dark); }
.hero .accent { color: var(--c-brand-2); }
.hero-grid { display: grid; gap: 24px; align-items: center; }
@media (min-width: 800px) { .hero-grid { grid-template-columns: 1.1fr 0.9fr; } }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-eyebrow {
    font-family: 'Inter', sans-serif; font-weight: 700;
    font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--c-brand-2); margin-bottom: 8px;
}
.trust-strip {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 10px 18px;
    font-size: 0.92rem; color: #3a4038; font-weight: 500;
}
.trust-strip li { position: relative; padding-left: 20px; }
.trust-strip li::before {
    content: "✓"; position: absolute; left: 0; color: var(--c-brand);
    font-weight: 700;
}
.hero-image, .image-tile {
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
}
.hero-image img, .image-tile img {
    width: 100%; height: auto; display: block;
}
.image-tile-illus { background: linear-gradient(135deg, #f3f8f4, #fff3ee); padding: 12px; }
.hero-catering {
    background: linear-gradient(180deg, var(--c-warm), #fff);
    padding: 56px 0 64px;
}
@media (min-width: 800px) {
    .hero-catering { padding: 72px 0 80px; }
}
.hero-catering h1 { color: var(--c-brand-2-dark); }

/* Buttons */
.btn {
    display: inline-block; padding: 12px 18px; border-radius: var(--radius);
    font-weight: 600; cursor: pointer; border: 0; text-align: center;
    transition: transform .05s ease, box-shadow .15s ease;
}
.btn:hover { text-decoration: none; box-shadow: var(--shadow); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--c-brand-2); color: #fff; }
.btn-primary:hover { background: var(--c-brand-2-dark); }
.btn-secondary { background: var(--c-brand); color: #fff; }
.btn-outline { background: #fff; color: var(--c-brand); border: 1px solid var(--c-brand); }
.btn-wa { background: var(--c-wa); color: var(--c-wa-ink); }
.btn-wa::before { content: '💬 '; }

/* Sections */
.section { padding: 48px 0; }
@media (min-width: 800px) {
    .section { padding: 64px 0; }
}
/* Collapse double padding when two plain white sections sit next to each other */
.section + .section:not(.section-alt):not(.section-cta) { padding-top: 0; }
.section-alt { background: var(--c-soft); }
.section-cta { background: var(--c-brand); color: #fff; text-align: center; }
.section-cta h2 { color: #fff; }
.section-cta .btn-primary { background: var(--c-brand-2); color: #fff; }
.section-cta .btn-primary:hover { background: var(--c-brand-2-dark); }
.text-center { text-align: center; }
.small-print { font-size: .92rem; margin-top: 18px; }

/* Feature tiles (What is in the pot) */
.feature-tiles { gap: 20px; }
.feature-tile {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 24px; text-align: left;
    transition: transform .2s ease, box-shadow .2s ease;
}
.feature-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.feature-icon {
    display: inline-flex; width: 56px; height: 56px;
    align-items: center; justify-content: center;
    font-size: 1.8rem; border-radius: 14px;
    background: linear-gradient(135deg, var(--c-warm), #ffeede);
    margin-bottom: 12px;
}

/* Add-ons */
.add-ons-grid {
    display: grid; gap: 14px; margin-top: 36px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.add-on {
    background: linear-gradient(135deg, #fff, #fff8f4);
    border: 1px dashed var(--c-brand-2); border-radius: var(--radius);
    padding: 18px;
}
.add-on h3 { color: var(--c-brand-2); margin-bottom: 6px; font-size: 1.1rem; }

/* Stats band */
.stats-band {
    background: linear-gradient(135deg, var(--c-brand), var(--c-brand-dark));
    color: #fff; padding: 56px 0;
}
.stats-band .section-head h2 { color: #fff; }
.stats-band .hero-eyebrow { color: #ffd8b0; justify-content: center; }
.stats-row {
    display: grid; gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1000px; margin: 0 auto;
}
.stat-pill {
    display: flex; align-items: center; gap: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 16px 18px; border-radius: 14px;
    backdrop-filter: blur(4px);
}
.stat-ico {
    width: 46px; height: 46px; border-radius: 12px;
    background: rgba(255,255,255,0.18);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.4rem; flex-shrink: 0;
}
.stats-band .stat-num {
    font-family: 'Playfair Display', serif; font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1; color: #fff;
}
.stats-band .stat-label { opacity: .9; font-size: .9rem; margin-top: 4px; }

/* Trust badges on About */
.about-trust-strip {
    display: grid; gap: 14px; margin: 32px 0;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.trust-badge-card {
    background: #fff; padding: 18px; border-radius: var(--radius);
    border: 1px solid var(--c-line);
    display: flex; flex-direction: column; gap: 4px;
}
.trust-icon { font-size: 1.8rem; margin-bottom: 4px; }
.trust-badge-card strong { color: var(--c-brand); }
.trust-badge-card p { color: var(--c-ink-soft); font-size: .92rem; margin: 0; }

.about-credentials {
    background: var(--c-soft); padding: 18px 18px 18px 40px;
    border-radius: var(--radius); border-left: 4px solid var(--c-brand);
}
.about-credentials li { padding: 4px 0; }
.hero-about { background: linear-gradient(180deg, #fff8f4 0%, #fff 100%); padding: 56px 0; }
.about-badge-tile { max-width: 420px; margin: 0 auto; }
.about-photo-caption { font-size: .8rem; color: var(--c-ink-soft); text-align: center; margin-top: 8px; }

/* Footer trust strip (thin ribbon at the top of the footer) */
.footer-trust {
    padding: 0 16px 20px;
    border-bottom: 1px solid #2a4a32;
    margin-bottom: 24px;
}
.footer-trust ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; gap: 18px 24px; flex-wrap: wrap; justify-content: center;
    font-size: .85rem; color: #c7d4c7;
}
.footer-trust li { display: inline-flex; align-items: center; gap: 6px; }
.footer-trust .sb-icon { color: #7cc898; font-weight: 700; }

/* Section heads */
.section-head { max-width: 720px; margin: 0 auto 28px; text-align: center; }
.section-head .hero-eyebrow { justify-content: center; }

/* CSS-only carousel (horizontal scroll-snap) */
.carousel {
    position: relative;
    margin: 0 -16px;
}
.carousel-track {
    display: flex; gap: 14px; overflow-x: auto;
    padding: 8px 16px 20px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.carousel-track::-webkit-scrollbar { height: 6px; }
.carousel-track::-webkit-scrollbar-thumb { background: var(--c-line); border-radius: 999px; }
.carousel-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
    background: #fff; border: 1px solid var(--c-line);
    border-radius: 14px; padding: 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.carousel-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.08); border-color: #cfe0d6; }
.carousel-card h3 { color: var(--c-brand-dark); }
.carousel-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.7rem;
    background: linear-gradient(135deg, var(--c-warm), #ffeede);
    margin-bottom: 12px;
}
.carousel-cta { text-align: center; margin-top: 18px; }
@media (min-width: 640px) { .carousel-card { flex-basis: 46%; } }
@media (min-width: 960px) { .carousel-card { flex-basis: 31%; } }

/* Soups by the litre */
.soup-grid {
    display: grid; gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.soup-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: 16px;
    padding: 18px; display: flex; flex-direction: column; gap: 10px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.soup-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.08); border-color: #cfe0d6; }
.soup-card-bowl {
    aspect-ratio: 6/5; border-radius: 12px;
    background: linear-gradient(135deg, #fff6eb, #f6ead9);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.soup-card-bowl img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.soup-card h3 { margin: 0; color: var(--c-brand-2-dark); font-size: 1.2rem; }
.soup-card p { color: var(--c-ink-soft); margin: 0; font-size: .94rem; min-height: 3em; }

.soup-sizes {
    display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr);
    margin-top: auto;
}
.soup-size {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 10px 4px; border-radius: 10px;
    background: var(--c-soft); border: 1px solid var(--c-line);
    text-decoration: none; color: var(--c-ink);
    transition: background .15s ease, color .15s ease, transform .15s ease;
}
.soup-size strong { font-size: 1.05rem; color: var(--c-brand); }
.soup-size span { font-size: .75rem; color: var(--c-ink-soft); }
.soup-size:hover { background: var(--c-brand); transform: translateY(-2px); }
.soup-size:hover strong, .soup-size:hover span { color: #fff; }

/* Admin: soup bowl picker */
.soup-admin-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.soup-admin-card h3 { margin: 0; }
.soup-admin-card h4 { margin: 14px 0 8px; font-size: .95rem; color: #555; }
.soup-admin-head { display: flex; gap: 14px; align-items: flex-start; }
.soup-admin-preview {
    width: 110px; height: 90px; flex-shrink: 0;
    background: linear-gradient(135deg, #fff6eb, #f6ead9);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.soup-admin-preview img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.soup-preset-grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); margin-bottom: 10px; }
.soup-preset-choice {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 6px; border: 1px solid #e2dccf; border-radius: 10px;
    background: #fff; cursor: pointer; text-align: center;
    font-size: .78rem; color: #555;
    transition: border-color .15s ease, transform .15s ease;
}
.soup-preset-choice input { display: none; }
.soup-preset-choice img { width: 100%; height: 56px; object-fit: contain; }
.soup-preset-choice.is-active { border-color: #7a3e0f; box-shadow: 0 0 0 3px rgba(122,62,15,0.12); }
.soup-preset-choice:hover { transform: translateY(-1px); border-color: #b98452; }
.soup-upload-form { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px; }

/* Gallery */
.gallery-grid {
    display: grid; gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.gallery-item {
    margin: 0; border-radius: var(--radius); overflow: hidden;
    background: var(--c-soft); position: relative;
    aspect-ratio: 1 / 1;
    transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-item:hover { transform: scale(1.02); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-item figcaption {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.7));
    color: #fff; padding: 14px 12px 10px; font-size: .88rem;
}

/* Newsletter */
.newsletter {
    background: linear-gradient(135deg, #fff8f4, #f3f8f4);
    padding: 40px 0; text-align: center;
}
.newsletter form {
    display: flex; gap: 8px; max-width: 520px; margin: 18px auto 0;
    flex-wrap: wrap; justify-content: center;
}
.newsletter input[type=email] {
    flex: 1; min-width: 240px; padding: 12px 14px;
    border: 1px solid var(--c-line); border-radius: var(--radius);
    font-size: 1rem;
}

/* Product grid */
.product-grid {
    display: grid; gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.product-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 18px; display: flex; flex-direction: column; gap: 10px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.08); border-color: #d6e1da; }
.product-card.highlight { border-color: var(--c-brand); box-shadow: var(--shadow); }
.combo-list { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.combo-list li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; padding: 10px 12px; background: var(--c-soft); border-radius: 8px; }
.combo-list .price-inline { margin-left: auto; font-weight: 600; }
.product-card h3 { margin: 4px 0 0; }
.product-card .muted { margin: 0; min-height: 2.6em; }
.product-img {
    aspect-ratio: 4/3; background: var(--c-soft); border-radius: 8px;
    display: flex; align-items: center; justify-content: center; font-size: 2.5rem; overflow: hidden;
}
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.price { font-size: 1.15rem; margin: 0; }
.price s { color: var(--c-ink-soft); margin-left: 6px; font-weight: 400; }
/* Push the CTA to the bottom so it aligns across cards regardless of description length */
.product-card .btn { margin-top: auto; }
.product-card .qty { margin-top: auto; }
.product-card .qty + .btn { margin-top: 4px; }
.qty { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; }
.qty input { width: 80px; padding: 6px; border: 1px solid var(--c-line); border-radius: 6px; }

/* Forms */
.form-stack, .wizard {
    display: grid; gap: 12px; max-width: 560px;
}
.wizard {
    grid-template-columns: 1fr 1fr; max-width: 720px;
}
.wizard button { grid-column: 1 / -1; }
@media (max-width: 600px) { .wizard { grid-template-columns: 1fr; } }
label { display: flex; flex-direction: column; gap: 4px; font-weight: 500; }
input, select, textarea {
    padding: 10px 12px; border: 1px solid var(--c-line); border-radius: 8px;
    font: inherit; background: #fff;
}
textarea { font-family: inherit; }
input:focus, select:focus, textarea:focus {
    outline: 2px solid var(--c-brand-2); outline-offset: 1px;
}
.row-2 { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .row-2 { grid-template-columns: 1fr; } }
label.checkbox { flex-direction: row; align-items: center; gap: 8px; font-weight: 400; }

/* Three / two up */
.three-up { display: grid; gap: 16px; grid-template-columns: 1fr; }
.two-up   { display: grid; gap: 24px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 800px) {
    .three-up { grid-template-columns: repeat(3, 1fr); }
    .two-up   { grid-template-columns: 1fr 1fr; }
}

/* Catering services */
.service-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.service-card {
    padding: 20px; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
}
.service-icon { font-size: 2rem; }

/* Lists */
.checklist { list-style: none; padding: 0; }
.checklist li::before { content: '✓ '; color: var(--c-brand-2); font-weight: 700; }
.steps { padding-left: 1.2em; }
.steps li { margin-bottom: 0.5em; }

/* Testimonials */
.testimonial-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.testimonial {
    margin: 0; padding: 18px; background: var(--c-soft); border-radius: var(--radius);
}
.testimonial footer { color: var(--c-ink-soft); margin-top: 8px; font-size: 0.9rem; }

/* Posts */
.post-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.post-card {
    padding: 20px; border: 1px solid var(--c-line); border-radius: var(--radius);
    background: #fff; transition: transform .15s ease, box-shadow .15s ease;
}
.post-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.post-card h2, .post-card h3 { font-size: 1.15rem; margin-bottom: 6px; line-height: 1.3; }
.post-card h2 a, .post-card h3 a { color: inherit; text-decoration: none; }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--c-brand); }
.blog-teaser-head {
    display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
    margin-bottom: 18px; flex-wrap: wrap;
}
.post-meta { color: var(--c-ink-soft); font-size: .9rem; margin-bottom: 12px; }
.post-meta .author { font-weight: 600; color: var(--c-brand); }

.prose { font-size: 1.05rem; line-height: 1.7; }
.callout {
    margin-top: 28px; padding: 18px; background: var(--c-soft);
    border-left: 4px solid var(--c-brand); border-radius: 6px;
}
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 6px 0; border-bottom: 1px solid var(--c-line); }

/* Flash */
.flash { padding: 12px 16px; border-radius: 8px; margin: 16px auto; max-width: 1080px; }
.flash-success { background: #e6f6ea; color: #1a5f2c; border-left: 4px solid #25d366; }
.flash-error   { background: #fdecec; color: #8a1f1f; border-left: 4px solid #c0392b; }

/* Footer */
.site-footer { background: #14331e; color: #e8efe8; padding: 40px 0 16px; margin-top: 48px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: #e8efe8; }
.site-footer .tagline { color: #e94b35; font-style: italic; }
.footer-grid {
    display: grid; gap: 24px; grid-template-columns: 1fr;
}
.footer-grid ul { list-style: none; padding: 0; }
.footer-bottom { border-top: 1px solid #2a4a32; padding-top: 16px; margin-top: 24px; color: #9eb09e; }
.footer-logo { display: flex; justify-content: center; padding: 18px 0 8px; }
.footer-logo img { max-height: 180px; width: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
.footer-wordmark { color: #fff; }
.footer-wordmark .brand-ofada { color: #ff8a5c; }
.footer-wordmark .brand-magic { color: #f1e9d6; }
.footer-wordmark .brand-sub { color: #c7d4c7; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }

/* Where we serve */
.where-grid {
    display: grid; gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.where-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 18px; transition: transform .15s ease, box-shadow .15s ease;
}
.where-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.where-card h3 { color: var(--c-brand-dark); }

/* Signature menus */
.menu-grid {
    display: grid; gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.menu-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 22px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.menu-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.08); border-color: #cfe0d6; }
.menu-card h3 { color: var(--c-brand-2-dark); }
.menu-list { padding-left: 1.1em; margin: 10px 0 0; }
.menu-list li { padding: 3px 0; }

/* FAQ accordion */
.faq { display: grid; gap: 10px; }
.faq details {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 14px 18px; transition: box-shadow .15s ease;
}
.faq details[open] { box-shadow: 0 8px 24px rgba(0,0,0,.05); border-color: #d6e1da; }
.faq summary {
    cursor: pointer; font-weight: 600; color: var(--c-ink);
    list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--c-brand-2); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq p { margin: 10px 0 0; color: var(--c-ink-soft); }

/* Floating WA button */
.wa-float {
    position: fixed; right: 16px; bottom: 16px;
    background: var(--c-wa); color: #fff; width: 56px; height: 56px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; box-shadow: var(--shadow); z-index: 50;
}
.wa-float:hover { text-decoration: none; }
