: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);
    --teal: #075a78;
    --teal-dark: #07364a;
    --leaf: #6f9651;
    --flame: #d46132;
    --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-main { background: radial-gradient(circle at 82% 14%, rgba(191, 100, 69, .18), transparent 32%), linear-gradient(135deg, #FAEAD1 0%, #fff8ec 100%); }
.hero-main .hero-card { background: linear-gradient(180deg, rgba(32, 22, 18, .06), rgba(32, 22, 18, .82)), url('https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1200&q=80') center/cover; }
.hero-catering { grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); background: linear-gradient(135deg, #f6fbfa 0%, #e7f3ef 56%, #fffdf7 100%); color: var(--ink); border-top: 6px solid var(--teal); }
.hero-catering .hero-copy { max-width: 920px; }
.hero-catering .hero-copy p { color: #3f645d; }
.hero-catering .hero-kicker { color: var(--teal-dark); font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.hero-catering h1 { max-width: 940px; font-size: clamp(2.65rem, 6vw, 5.4rem); }
.hero-catering .hero-badges li { background: #fff; border-color: rgba(7, 90, 120, .18); color: var(--teal-dark); box-shadow: 0 8px 22px rgba(7, 54, 74, .06); }
.hero-catering .hero-card { min-height: 360px; background: linear-gradient(145deg, var(--teal-dark), var(--teal)); box-shadow: 0 24px 60px rgba(7, 54, 74, .22); }
.hero-catering .button-dark { background: var(--teal); }
.hero-catering .button-light { color: var(--teal); border-color: rgba(7, 90, 120, .22); }
.hero-events { background: linear-gradient(135deg, #fff8ec 0%, #faead1 56%, #edf7f4 100%); }
.hero-events .hero-card { background: linear-gradient(180deg, rgba(32, 22, 18, .1), rgba(32, 22, 18, .84)), url('https://images.unsplash.com/photo-1528605248644-14dd04022da1?auto=format&fit=crop&w=1200&q=80') center/cover; }
.hero-copy { max-width: 780px; }
.hero-kicker {
    display: block;
    margin: 0 0 18px;
    color: var(--coffee);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: uppercase;
}
.hero-title { display: block; }
.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: 0; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .92; }
h1:focus { outline: none; }
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-tertiary { background: transparent; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 22px 0 0; }
.hero-badges li { padding: 9px 12px; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .18); color: #fff; font-weight: 700; }
.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-highlight { display: inline-flex; margin-left: 8px; padding: 7px 11px; border-radius: 999px; background: rgba(7, 90, 120, .1); color: var(--teal); font-size: .82rem; font-weight: 800; }
.package-card ul { margin: 14px 0 20px; padding-left: 20px; color: var(--muted); line-height: 1.85; }
.package-card-footer { display: grid; gap: 16px; }
.package-grid .package-card:nth-child(1),
.package-grid .package-card:nth-child(2),
.package-grid .package-card:nth-child(3) { border-top: 6px solid var(--teal); }
.package-grid .package-card:nth-child(4),
.package-grid .package-card:nth-child(5),
.package-grid .package-card:nth-child(6) { border-top: 6px solid var(--leaf); }
.package-grid .package-card:nth-child(7),
.package-grid .package-card:nth-child(8) { border-top: 6px solid var(--flame); }
.package-grid .package-card:nth-child(9) { border-top: 6px solid var(--teal); }
.package-card strong { color: var(--teal); font-size: 1.3rem; }
.package-card-cta { width: 100%; }
.intro-strip { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(280px, 1.05fr); gap: clamp(24px, 6vw, 80px); align-items: end; background: #fffdf7; }
.intro-strip p { max-width: 760px; font-size: 1.14rem; }
.journey-grid { align-items: stretch; }
.journey-card { display: grid; gap: 12px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.journey-card:hover, .trust-card:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(47, 30, 22, .09); border-color: rgba(191, 100, 69, .35); }
.journey-link { color: var(--coffee); font-weight: 900; }
.catering-preview { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(320px, 1fr); gap: 30px; align-items: center; padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px); background: linear-gradient(180deg, #fffdf7, #edf7f4); }
.preview-copy { max-width: 560px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.catering-preview img { width: 100%; height: auto; display: block; border: 1px solid rgba(7, 90, 120, .18); border-radius: 8px; box-shadow: 0 22px 58px rgba(7, 54, 74, .16); }
.add-ons .feature-card:nth-child(1) .card-icon { background: rgba(7, 90, 120, .12); color: var(--teal); }
.add-ons .feature-card:nth-child(2) .card-icon { background: rgba(111, 150, 81, .14); color: var(--leaf); }
.add-ons .feature-card:nth-child(3) .card-icon { background: rgba(212, 97, 50, .14); color: var(--flame); }
.add-ons .feature-card:nth-child(4) .card-icon { background: rgba(7, 54, 74, .12); color: var(--teal-dark); }
.catering-band { background: linear-gradient(135deg, #b45f42, #8e452e); }
.events-home-section { background: #fffdf7; }
.events-band { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); }
.memories-section { background: #fffdf7; }
.memory-card, .contact-card { min-height: 100%; }
.event-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.event-contact-copy { max-width: 560px; }
.contact-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.contact-card:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(47, 30, 22, .09); border-color: rgba(191, 100, 69, .35); }
.whatsapp-float { position: fixed; right: clamp(16px, 3vw, 34px); bottom: clamp(16px, 3vw, 34px); z-index: 30; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px 16px 10px 10px; border-radius: 999px; background: #25d366; color: #07361b; font-weight: 900; box-shadow: 0 18px 36px rgba(4, 77, 37, .25); border: 1px solid rgba(255,255,255,.72); }
.whatsapp-float span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: #128c4a; font-size: .78rem; }
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(4, 77, 37, .32); }
.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-helper, .form-note { margin: 0 0 12px; }
.form-note a { color: var(--coffee); text-decoration: underline; text-underline-offset: 3px; }
.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, .form-card select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px; font: inherit; background: #fffaf2; color: var(--ink); }
.form-card label:last-of-type, .form-status, .form-card button { grid-column: 1 / -1; }
.form-status { margin: 4px 0 0; padding: 14px 16px; border-radius: 8px; background: rgba(111, 150, 81, .12); color: #33571f; font-weight: 700; }
.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; }
.offer-detail-card { min-height: 100%; display: grid; align-items: center; }
.section-disclaimer { margin-top: 18px; font-size: .96rem; }
.trust-card { display: grid; gap: 10px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.local-seo-section { padding-bottom: 120px; }
.mobile-cta-bar { display: none; }
.button-whatsapp { background: #25d366; color: #07361b; }
.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, .intro-strip, .catering-preview, .event-contact { 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; }
    .hero-catering { background: linear-gradient(180deg, #f7efe1 0%, #faead1 72%, #f2f8f6 100%); }
    .whatsapp-float { display: none; }
    .main-whatsapp-float { display: inline-flex; }
    .mobile-cta-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 35; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; border-radius: 18px; background: rgba(255, 253, 247, .96); border: 1px solid var(--line); box-shadow: 0 16px 38px rgba(47, 30, 22, .16); backdrop-filter: blur(16px); }
    .mobile-cta-bar .button { width: 100%; }
    .footer { padding-bottom: 126px; }
}
@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; }
    .hero-badges li { width: 100%; justify-content: center; text-align: center; }
}
