:root {
    --ink: #201612;
    --muted: #76584c;
    --cream: #FAEAD1;
    --cream-2: #fff4e2;
    --brand-bar: #EDD9A3;
    --paper: #fffdf7;
    --coffee: #BF6445;
    --accent: #BF6445;
    --accent-2: #FAEAD1;
    --line: rgba(191, 100, 69, .2);
    --shadow: 0 24px 60px rgba(91, 45, 30, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--cream); color: var(--ink); }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow-x: hidden; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(20px, 5vw, 72px); background: var(--brand-bar); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--coffee); overflow: hidden; box-shadow: 0 12px 30px rgba(191, 100, 69, .24); }
.brand-logo { width: 100%; max-width: 58px; height: 100%; max-height: 58px; object-fit: cover; display: block; }
.brand-copy { display: grid; gap: 3px; }
.brand-text-logo { display: block; width: 154px; max-width: 34vw; height: auto; }
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); }
.nav-links { display: flex; gap: 22px; color: var(--muted); font-weight: 700; }
.nav-links a:hover { color: var(--coffee); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(191, 100, 69, .2); }
.button-dark { background: var(--coffee); color: #fff; }
.button-light { background: #fff; color: var(--coffee); border-color: var(--line); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .34); }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 32px; align-items: stretch; padding: clamp(46px, 8vw, 105px) clamp(20px, 5vw, 72px); background: linear-gradient(135deg, #FAEAD1 0%, #fff8ec 100%); }
.hero-catering { background: linear-gradient(135deg, #FAEAD1 0%, #fff3df 100%); }
.hero-copy { max-width: 780px; }
.kicker { display: inline-flex; margin-bottom: 14px; color: var(--coffee); background: rgba(191, 100, 69, .13); padding: 8px 12px; border-radius: 999px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .92; }
h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
h3 { margin: 0 0 10px; font-size: 1.35rem; }
p { color: var(--muted); line-height: 1.65; }
.hero-copy p { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-card { min-height: 420px; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; position: relative; background: linear-gradient(180deg, rgba(32, 22, 18, .08), rgba(32, 22, 18, .82)), url('https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1200&q=80') center/cover; color: #fff; }
.hero-card span, .hero-card p { color: rgba(255,255,255,.82); }
.hero-card h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.section { padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px); }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 28px; }
.section-header p { max-width: 620px; }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 26px; box-shadow: 0 16px 40px rgba(47, 30, 22, .07); }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 8px; background: rgba(191, 100, 69, .13); color: var(--coffee); font-size: 1.05rem; font-weight: 900; margin-bottom: 18px; }
.pill { display: inline-flex; width: fit-content; padding: 7px 11px; border-radius: 999px; background: rgba(191, 100, 69, .13); color: var(--coffee); font-size: .82rem; }
.band { margin: 0 clamp(20px, 5vw, 72px); padding: clamp(38px, 6vw, 72px); border-radius: 38px; background: var(--coffee); color: #fff; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.band p { color: rgba(255,255,255,.72); max-width: 720px; }
.package-card { display: flex; min-height: 360px; flex-direction: column; justify-content: space-between; }
.package-card ul { margin: 14px 0 20px; padding-left: 20px; color: var(--muted); line-height: 1.85; }
.enquiry { margin: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; padding: clamp(34px, 6vw, 62px); border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card label { display: grid; gap: 7px; font-weight: 800; color: var(--coffee); }
.form-card input, .form-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px; font: inherit; background: #fffaf2; }
.form-card label:nth-child(5), .form-card button { grid-column: 1 / -1; }
.faq { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
.faq-item summary { cursor: pointer; font-weight: 900; }
.footer { margin-top: 48px; padding: clamp(34px, 6vw, 62px) clamp(20px, 5vw, 72px); background: var(--brand-bar); color: var(--ink); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr .8fr .9fr auto; gap: 30px; align-items: start; }
.footer p { color: var(--muted); }
.footer a:not(.button) { color: var(--coffee); }
.footer-logo-plate { display: inline-flex; max-width: 100%; margin-bottom: 14px; padding: 0; border-radius: 0; background: transparent; }
.footer-text-logo { display: block; width: min(230px, 100%); height: auto; }
.footer-links { display: grid; gap: 8px; margin-top: 14px; font-weight: 800; }
.footer-links a { text-decoration: underline; text-decoration-color: rgba(191, 100, 69, .32); text-underline-offset: 4px; }
.footer-actions { display: flex; flex-direction: column; gap: 12px; }
.footer .button-ghost { color: var(--coffee); border-color: rgba(191, 100, 69, .35); background: transparent; }
@media (max-width: 960px) {
    .hero, .enquiry, .band { grid-template-columns: 1fr; }
    .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nav-links { display: none; }
    .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .topbar { align-items: flex-start; }
    .topbar > .button { display: none; }
    .grid-3, .grid-4, .form-card, .footer { grid-template-columns: 1fr; }
    .hero-card { min-height: 320px; }
}
