* { box-sizing: border-box; }
body { margin: 0; font-family: Georgia, "Times New Roman", serif; color: #2a2018; background: radial-gradient(circle at top left, rgba(213, 162, 94, 0.22), transparent 28%), linear-gradient(180deg, #fff9f0 0%, #f8f0e6 100%); }
.cb-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 5vw; background: rgba(255, 249, 240, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(126, 88, 40, 0.14); }
.cb-brand { font-size: 1.45rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #8b5a2b; }
.cb-nav { display: flex; gap: 24px; }
.cb-nav a, .cb-cta, .cb-btn { text-decoration: none; font-family: "Segoe UI", sans-serif; }
.cb-nav a { color: #705845; }
.cb-cta, .cb-btn { border-radius: 999px; font-weight: 700; }
.cb-cta { padding: 12px 18px; background: #2a2018; color: #fff8f0; }
.cb-hero, .cb-section { padding-left: 5vw; padding-right: 5vw; }
.cb-hero { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 46px; align-items: center; padding-top: 64px; padding-bottom: 56px; }
.cb-kicker { margin: 0 0 14px; color: #b57335; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; font-family: "Segoe UI", sans-serif; }
.cb-copy h1, .cb-heading h2, .fresh-panel h2, .contact-panel h2 { margin: 0 0 18px; line-height: 1.04; letter-spacing: -0.04em; }
.cb-copy h1 { font-size: clamp(3rem, 5vw, 5.4rem); }
.cb-text, .menu-card p, .fresh-panel p, .quote-meta span, .space-card p, .contact-panel p { color: #705845; line-height: 1.8; font-family: "Segoe UI", sans-serif; }
.cb-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 34px; }
.cb-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; }
.cb-primary { background: linear-gradient(135deg, #d28c3d, #8b5a2b); color: #fff; }
.cb-secondary { background: rgba(210, 140, 61, 0.14); color: #9a6125; }
.cb-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cb-metrics div, .menu-card, .fresh-panel, .hours-panel, .space-card, .testimonial-panel, .contact-panel, .cb-floating { background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(181, 115, 53, 0.16); box-shadow: 0 18px 45px rgba(79, 49, 17, 0.08); }
.cb-metrics div { padding: 20px; border-radius: 24px; }
.cb-metrics strong { display: block; font-size: 2rem; margin-bottom: 6px; color: #2a2018; font-family: "Segoe UI", sans-serif; }
.cb-metrics span { color: #7a6350; font-size: 0.92rem; font-family: "Segoe UI", sans-serif; }
.cb-visual { position: relative; }
.cb-visual img { width: 100%; min-height: 540px; object-fit: cover; display: block; border-radius: 32px; box-shadow: 0 24px 60px rgba(79, 49, 17, 0.14); }
.cb-floating { position: absolute; right: -18px; bottom: 24px; max-width: 280px; padding: 22px; border-radius: 26px; }
.cb-floating span { display: block; margin-bottom: 8px; color: #b57335; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-family: "Segoe UI", sans-serif; }
.cb-floating strong { display: block; margin-bottom: 10px; font-size: 1.3rem; }
.cb-floating p { margin: 0; color: #705845; line-height: 1.7; font-family: "Segoe UI", sans-serif; }
.cb-section { padding-top: 54px; padding-bottom: 34px; }
.cb-heading { max-width: 740px; margin-bottom: 28px; }
.cb-heading h2, .fresh-panel h2, .contact-panel h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.menu-grid, .space-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.menu-card, .fresh-panel, .hours-panel, .space-card, .testimonial-panel { border-radius: 28px; padding: 24px; }
.menu-card h3, .space-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.split-layout { display: grid; grid-template-columns: 1fr 0.92fr; gap: 24px; align-items: stretch; }
.fresh-panel ul { margin: 18px 0 0; padding-left: 18px; color: #705845; line-height: 1.8; font-family: "Segoe UI", sans-serif; }
.hours-panel { display: grid; gap: 16px; }
.hours-row { padding: 18px 0; border-bottom: 1px solid rgba(181, 115, 53, 0.18); }
.hours-row:last-child { border-bottom: none; }
.hours-row span { display: block; color: #b57335; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; font-family: "Segoe UI", sans-serif; }
.hours-row strong { font-size: 1.8rem; }
.space-card span { display: inline-flex; margin-bottom: 12px; color: #b57335; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-family: "Segoe UI", sans-serif; }
.quote { margin: 0 0 18px; font-size: clamp(1.4rem, 2.5vw, 2.05rem); line-height: 1.5; }
.quote-meta strong { display: block; margin-bottom: 4px; }
.contact-panel { display: grid; grid-template-columns: 1fr 0.95fr; gap: 28px; padding: 30px; border-radius: 32px; }
.cb-form { display: grid; gap: 12px; }
.cb-form input, .cb-form textarea { width: 100%; padding: 14px 16px; border-radius: 18px; border: 1px solid rgba(181, 115, 53, 0.24); background: #fff; font: inherit; font-family: "Segoe UI", sans-serif; }
.cb-form button { padding: 15px 20px; border: none; border-radius: 18px; background: linear-gradient(135deg, #2a2018, #b57335); color: #fff8f0; font: inherit; font-weight: 700; cursor: pointer; font-family: "Segoe UI", sans-serif; }
#cbFormMessage { margin: 4px 0 0; color: #8b5a2b; font-weight: 600; font-family: "Segoe UI", sans-serif; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) { .cb-hero, .split-layout, .contact-panel { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .cb-header { flex-wrap: wrap; justify-content: center; } .cb-nav { width: 100%; justify-content: center; flex-wrap: wrap; } .cb-metrics, .menu-grid, .space-grid { grid-template-columns: 1fr; } .cb-floating { position: static; max-width: none; margin-top: 18px; } }
