/* ChefsPrep Catering site styles */
:root {
  --onyx: #0B0A08;
  --charcoal: #1B1915;
  --line-dark: #3A352C;
  --gold: #C4A75F;
  --gold-hover: #D6BC78;
  --gold-deep: #7A6230;
  --porcelain: #F6F3EC;
  --rule-light: #D3C9B3;
  --ink: #1C1A16;
  --ink-soft: #3D372D;
  --ivory-text: #E8E2D4;
  --muted-dark: #B9B09C;
  --muted-light: #5A5244;
  --display: "Bodoni Moda", "Bodoni 72", Didot, "Didot LT STD", Georgia, serif;
  --body: "Figtree", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
  --header-h: 100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.65; color: var(--ivory-text); background: var(--onyx); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.15; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.9rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--onyx); padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 12px; top: 12px; }

/* Section bands */
.band { padding: clamp(54px, 6vw, 84px) 0; }
.band.light { background: var(--porcelain); color: var(--ink); }
.band.dark { background: var(--onyx); color: var(--ivory-text); }
.band.charcoal { background: var(--charcoal); color: var(--ivory-text); }
.band.flush-top { padding-top: 0; }
.lede { font-size: 1.1rem; max-width: 60ch; }
.light p, .light li { color: var(--ink); }
.dark .muted, .charcoal .muted { color: var(--muted-dark); }
.center-head { text-align: center; max-width: 740px; margin: 0 auto 42px; }
.center-head h2 { margin-bottom: 14px; }
.center-head .lede { margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { margin-bottom: 14px; }
.prose { max-width: 68ch; }
.prose h2 { margin-bottom: 20px; }

/* Buttons and links */
.btn { display: inline-block; font-family: var(--body); font-weight: 600; font-size: 0.95rem; text-decoration: none; padding: 15px 30px; border: 1px solid var(--gold); border-radius: 2px; cursor: pointer; transition: background-color .2s, color .2s; text-align: center; }
.btn-solid { background: var(--gold); color: var(--onyx); }
.btn-solid:hover { background: var(--gold-hover); }
.btn-ghost { background: transparent; color: var(--ivory-text); }
.btn-ghost:hover { background: rgba(196,167,95,.14); }
.light .btn-ghost { color: var(--ink); border-color: var(--gold-deep); }
.light .btn-ghost:hover { background: rgba(122,98,48,.08); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.text-link { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.text-link:hover { color: var(--gold); }
.light .text-link:hover { color: var(--gold-deep); }
.inline-links a { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); }

/* Photo and video placeholders (replace with real images) */
.ph { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; border: 1px dashed rgba(196,167,95,.55); background: repeating-linear-gradient(135deg, rgba(196,167,95,.07) 0 14px, rgba(196,167,95,.02) 14px 28px); color: var(--muted-dark); font-size: 0.85rem; line-height: 1.45; }
.light .ph { border-color: #B7A472; background: repeating-linear-gradient(135deg, rgba(28,26,22,.05) 0 14px, rgba(28,26,22,.015) 14px 28px); color: var(--muted-light); }
.ph strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.ph .spec { display: block; opacity: .85; }

/* Items waiting on confirmation from Marcus (remove before launch) */
.confirm { display: block; font-size: 0.82rem; line-height: 1.5; font-style: normal; color: var(--gold); border: 1px dashed rgba(196,167,95,.7); background: rgba(196,167,95,.08); padding: 8px 12px; margin: 12px 0 0; max-width: 64ch; border-radius: 2px; }
.light .confirm { color: var(--gold-deep); border-color: rgba(122,98,48,.6); background: rgba(122,98,48,.06); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(11,10,8,.95); border-bottom: 1px solid rgba(196,167,95,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); }
.logo img { width: 270px; height: auto; display: block; }
.nav { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav a { text-decoration: none; font-size: 0.93rem; font-weight: 500; color: var(--ivory-text); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold); }
.has-sub { position: relative; }
.sub { display: none; position: absolute; top: 100%; left: -16px; list-style: none; margin: 0; padding: 12px 0; min-width: 260px; background: var(--charcoal); border: 1px solid var(--line-dark); }
.sub a { display: block; padding: 8px 16px; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.has-sub > a::after { content: ""; display: inline-block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin: 0 0 3px 8px; }
.menu-btn { display: none; background: none; border: 1px solid var(--line-dark); color: var(--ivory-text); padding: 9px 13px; font-family: var(--body); font-size: 0.9rem; cursor: pointer; }

/* Home hero */
.hero { position: relative; min-height: calc(100vh - var(--header-h)); display: grid; place-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; border: 0; align-items: flex-end; justify-content: flex-start; padding: 22px 28px; }
.hero-media::after, .page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,8,.35), rgba(11,10,8,.75)); pointer-events: none; }
.hero-media .ph-label { position: relative; z-index: 1; text-align: left; max-width: 360px; border: 1px dashed rgba(196,167,95,.55); padding: 12px 14px; background: rgba(11,10,8,.6); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 80px 28px; max-width: 880px; }
.eyebrow { font-family: var(--display); font-style: italic; font-size: 1.35rem; margin: 0; }
.script { width: min(460px, 78vw); margin: 4px auto 26px; }
.hero h1 { color: #fff; }
.hero .sub-copy { font-size: 1.15rem; max-width: 58ch; margin: 22px auto 36px; }
.hero .actions { justify-content: center; }

/* Interior page hero */
.page-hero { position: relative; overflow: hidden; }
.page-hero-media { position: absolute; inset: 0; border: 0; align-items: flex-end; justify-content: flex-end; padding: 18px 24px; }
.page-hero-media .ph-label { position: relative; z-index: 1; text-align: right; font-size: 0.8rem; }
.page-hero-content { position: relative; z-index: 2; padding: clamp(66px, 8vw, 104px) 0 clamp(58px, 7vw, 88px); max-width: 780px; }
.page-hero h1 { color: #fff; margin: 18px 0 22px; }
.page-hero .intro { font-size: 1.15rem; max-width: 58ch; margin-bottom: 34px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; font-size: 0.88rem; color: var(--muted-dark); }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-dark); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--gold); }

/* Proof strip */
.proof { background: var(--charcoal); border-top: 1px solid rgba(196,167,95,.3); border-bottom: 1px solid rgba(196,167,95,.3); }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 900px; }
.proof-item { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 26px 24px; font-size: 0.95rem; }
.proof-item + .proof-item { border-left: 1px solid var(--line-dark); }
.proof-item .ph { width: 84px; height: 84px; flex: none; padding: 6px; font-size: 0.7rem; }
.proof-item .confirm { margin: 0; }

/* Split layout */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split h2 { margin-bottom: 20px; }
.signature { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--rule-light); }
.signature .name { font-family: var(--display); font-style: italic; font-size: 1.5rem; display: block; }
.signature .role { font-size: 0.9rem; color: var(--muted-light); }
.portrait { aspect-ratio: 4 / 5; }
.landscape { aspect-ratio: 4 / 3; }

/* Service cards (home) */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
.service .ph { aspect-ratio: 3 / 4; }



/* Printed menu card */
.menu-card { max-width: 780px; margin: 0 auto; background: var(--porcelain); color: var(--ink); text-align: center; padding: clamp(44px, 5.5vw, 66px) clamp(28px, 6vw, 72px); border: 1px solid var(--gold); outline: 1px solid var(--gold); outline-offset: -14px; }
.menu-card h2 { margin-bottom: 8px; }
.menu-card .house { font-family: var(--display); font-style: italic; color: var(--gold-deep); font-size: 1.1rem; margin-bottom: 32px; }
.course { max-width: 52ch; margin: 0 auto; }
.course h3 { margin-bottom: 12px; }
.course p { color: var(--ink-soft); margin: 0; }
.course-rule { width: 64px; height: 1px; background: var(--gold); margin: 28px auto; position: relative; }
.course-rule::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; background: var(--porcelain); border: 1px solid var(--gold); transform: translate(-50%, -50%) rotate(45deg); }
.dishes { list-style: none; padding: 0; margin: 0 auto 36px; max-width: 54ch; }
.dishes li { font-family: var(--display); font-size: 1.2rem; line-height: 1.4; color: var(--ink); padding: 16px 0; }
.dishes li + li { border-top: 1px solid var(--rule-light); }
.dishes li strong { display: block; font-weight: 500; font-size: 1.3rem; margin-bottom: 4px; }
.dishes li span { display: block; font-family: var(--body); font-size: 1rem; color: var(--ink-soft); }
.menu-card .confirm { margin: 0 auto 28px; text-align: left; color: var(--gold-deep); border-color: rgba(122,98,48,.6); background: rgba(122,98,48,.06); }
.menu-card .course .confirm { margin: 16px auto 0; }
.menu-card .text-link:hover { color: var(--gold-deep); }

/* Feature grid */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 56px; }
.features.three { grid-template-columns: repeat(3, 1fr); }
.feature { border-top: 1px solid var(--rule-light); padding-top: 24px; }
.dark .feature, .charcoal .feature { border-top-color: var(--line-dark); }
.feature h3 { margin-bottom: 12px; }
.dark .feature p, .charcoal .feature p { color: var(--muted-dark); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
.steps.four { grid-template-columns: repeat(4, 1fr); gap: 32px; }
.step { border-top: 1px solid #CFC4AB; padding-top: 26px; }
.dark .step, .charcoal .step { border-top-color: var(--line-dark); }
.step .num { font-family: var(--display); font-size: 3.2rem; line-height: 1; color: var(--gold-deep); display: block; margin-bottom: 18px; }
.dark .step .num, .charcoal .step .num { color: var(--gold); }
.step h3 { margin-bottom: 12px; }
.dark .step p, .charcoal .step p { color: var(--muted-dark); }
.after-steps { margin-top: 38px; }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; }
.checklist li { font-family: var(--display); font-size: 1.3rem; padding: 18px 0 18px 30px; border-top: 1px solid var(--line-dark); position: relative; }
.checklist li::before { content: ""; position: absolute; left: 4px; top: 29px; width: 8px; height: 8px; border: 1px solid var(--gold); transform: rotate(45deg); }
.light .checklist li { border-top-color: var(--rule-light); }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.quotes.single { grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
.quote { margin: 0; padding: 34px 30px 30px; background: #fff; border: 1px solid var(--rule-light); position: relative; }
.quote::before { content: "\201C"; font-family: var(--display); font-size: 4.2rem; line-height: 1; color: var(--gold); position: absolute; top: 10px; left: 24px; }
.quote p { font-size: 1.02rem; color: var(--ink-soft); margin: 26px 0 18px; }
.quote footer { font-weight: 600; color: var(--ink); font-size: 0.95rem; }
.quote footer span { display: block; font-weight: 400; color: var(--muted-light); font-size: 0.88rem; }
.quotes.single .quote p { font-size: 1.15rem; }

/* Gallery carousel (home) */
.gallery-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 32px; flex-wrap: wrap; }
.gallery-head h2 { margin-bottom: 12px; }
.gallery-head p { color: var(--muted-dark); max-width: 52ch; margin: 0; }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 20px) / 4); gap: 20px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; }
.gallery .ph { aspect-ratio: 1 / 1; scroll-snap-align: start; font-size: 0.78rem; }
.gallery-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; gap: 20px; flex-wrap: wrap; }
.social { display: flex; gap: 12px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--ivory-text); }
.social a:hover { border-color: var(--gold); color: var(--gold); }
.social svg { width: 18px; height: 18px; }
.reviews-widget { min-height: 280px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 36px); }
.faq-intro h2 { margin-bottom: 18px; }
.faq-intro .text-link { display: inline-block; }
.faq details { border-bottom: 1px solid var(--rule-light); }
.faq details:first-child { border-top: 1px solid var(--rule-light); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font-size: 1.28rem; }
.faq .mark { flex: none; width: 18px; height: 18px; position: relative; transition: transform .25s; }
.faq .mark::before, .faq .mark::after { content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 1px; background: var(--gold-deep); }
.faq .mark::after { transform: rotate(90deg); }
.faq details[open] .mark { transform: rotate(45deg); }
.faq .answer { padding: 0 40px 26px 0; color: var(--ink-soft); }
.faq .answer a { font-weight: 600; color: var(--ink); }

/* Contact and closing call to action */
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.contact h2 { margin-bottom: 22px; }
.contact p { max-width: 52ch; }
.talk-panel { background: var(--charcoal); color: var(--ivory-text); border: 1px solid var(--line-dark); padding: clamp(28px, 4vw, 48px); }
.light .talk-panel p { color: var(--muted-dark); }
.talk-panel h3 { margin-bottom: 10px; }
.talk-panel p { color: var(--muted-dark); }
.talk-panel .call-btn { display: block; width: max-content; margin-top: 10px; }
.talk-panel .email { display: inline-block; margin-top: 22px; font-size: 1.05rem; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.talk-panel .email:hover { color: var(--gold); }
.talk-panel .response { font-size: 0.88rem; margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 18px; }
.cta-band p { max-width: 56ch; margin-left: auto; margin-right: auto; }
.cta-band .actions { justify-content: center; margin-top: 30px; }
.cta-band .related { margin-top: 36px; font-size: 0.98rem; color: var(--muted-dark); }

/* Placeholder pages */
.coming { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.coming h1 { margin-bottom: 20px; }
.coming p { max-width: 54ch; margin: 0 auto 30px; color: var(--muted-dark); }
.coming .actions { justify-content: center; }

/* Footer */
.site-footer { background: var(--onyx); border-top: 1px solid rgba(196,167,95,.3); padding: 56px 0 28px; font-size: 0.95rem; color: var(--muted-dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.site-footer h2 { font-family: var(--body); font-size: 0.95rem; font-weight: 600; color: var(--ivory-text); margin-bottom: 16px; letter-spacing: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { width: 190px; height: auto; margin-bottom: 18px; }
.site-footer .social { margin-top: 18px; }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 0.88rem; }

/* The single orchestrated moment: the script writes itself in on the home page */
@keyframes write { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.script { animation: write 1.8s cubic-bezier(.6,.1,.3,1) .2s both; }
.hero h1, .hero .sub-copy, .hero .actions { animation: rise .8s ease 1.6s both; }
@media (prefers-reduced-motion: reduce) {
  .script, .hero h1, .hero .sub-copy, .hero .actions { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 1040px) {
  .nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--onyx); border-bottom: 1px solid var(--line-dark); padding: 12px 28px 24px; }
  .nav.open { display: flex; }
  .nav > li { width: 100%; padding: 10px 0; }
  .sub { display: block; position: static; border: 0; background: none; padding: 6px 0 0 14px; }
  .menu-btn { display: block; }
  .header-cta { display: none; }
  .steps.four { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .split, .faq-grid, .contact { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .services, .steps, .steps.four, .features, .features.three, .quotes, .checklist { grid-template-columns: 1fr; }
  .service .ph { aspect-ratio: 4 / 3; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line-dark); }
  .gallery { grid-auto-columns: 70%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero-media .ph-label { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .faq .answer { padding-right: 0; }
  .actions .btn { width: 100%; }
}

/* Testimonials on dark bands */
.charcoal .quote, .dark .quote { background: #24211C; border-color: var(--line-dark); }
.charcoal .quote p, .dark .quote p { color: var(--ivory-text); }
.charcoal .quote footer, .dark .quote footer { color: #fff; }
.charcoal .quote footer span, .dark .quote footer span { color: var(--muted-dark); }
.page-hero { background: var(--onyx); color: var(--ivory-text); }
.page-hero .confirm { margin-top: 0; }
.faq .answer p { margin: 0; }
.talk-panel .btn-ghost { color: var(--ivory-text); border-color: var(--gold); }
.talk-panel .btn-ghost:hover { background: rgba(196,167,95,.14); }
.talk-panel .email { color: var(--ivory-text); }

/* Balanced headline line breaks */
h1, h2, h3 { text-wrap: balance; }

/* Framed wedding memory video */
.memory { display: grid; grid-template-columns: auto 1fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.memory-copy h2 { margin-bottom: 24px; }
.memory-copy .actions { margin-top: 30px; }
.frame-wrap { justify-self: center; }
.frame { position: relative; width: min(330px, 76vw); padding: 9px; border-radius: 3px; background: linear-gradient(135deg, #7A6230 0%, #D9C07A 22%, #9C7F3E 45%, #E3CD8A 70%, #7A6230 100%); box-shadow: 0 22px 44px -18px rgba(28,26,22,.4), 0 4px 10px rgba(28,26,22,.14), inset 0 0 0 1px rgba(255,255,255,.3); }
.frame-mat { position: relative; background: #FBF8F1; padding: 15px; box-shadow: inset 0 1px 7px rgba(0,0,0,.17); }
.frame-mat::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(122,98,48,.4); pointer-events: none; }
.frame-mat video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; background: var(--charcoal); }
.video-toggle { position: absolute; right: 20px; bottom: 22px; z-index: 2; font-family: var(--body); font-size: 0.8rem; font-weight: 600; color: var(--ivory-text); background: rgba(11,10,8,.72); border: 1px solid rgba(196,167,95,.7); border-radius: 2px; padding: 7px 12px; cursor: pointer; }
.video-toggle:hover { background: rgba(11,10,8,.9); }
.plaque { display: block; width: max-content; max-width: 100%; margin: 20px auto 0; padding: 6px 16px; background: linear-gradient(135deg, #A8893F, #E6D39A 50%, #A8893F); color: #2A2418; font-family: var(--display); font-style: italic; font-size: 0.9rem; border-radius: 2px; box-shadow: 0 2px 6px rgba(0,0,0,.2); text-align: center; }
@media (max-width: 860px) {
  .memory { grid-template-columns: 1fr; }
  .frame-wrap { order: -1; }
}

/* Home page background video */
.hero-video { position: absolute; inset: 0; background: var(--onyx) url("/assets/img/home-hero-poster.jpg") center / cover no-repeat; }
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,8,.55) 0%, rgba(11,10,8,.5) 45%, rgba(11,10,8,.8) 100%); pointer-events: none; }
.hero .hero-toggle { right: 24px; top: auto; bottom: 24px; z-index: 3; }
@media (max-width: 560px) { .hero .hero-toggle { right: 14px; bottom: 90px; } }


/* ---------- Framed portrait: video plays once, then settles on the photo ---------- */
.frame-mat.still { padding: 15px 15px 74px; }
.frame-mat.still::after { inset: 10px 10px 64px; }
.frame-media { position: relative; aspect-ratio: 9 / 16; background: var(--charcoal); overflow: hidden; }
.frame-media img, .frame-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.frame-media video { opacity: 1; transition: opacity .9s ease; }
.frame-media.settled video { opacity: 0; }
.frame-signature { position: absolute; left: 50%; bottom: 16px; width: 62%; transform: translateX(-50%); }

/* ---------- Proof strip ---------- */
.proof-grid.stacked { display: block; max-width: 940px; text-align: center; }
.proof-grid.stacked .confirm { margin-left: auto; margin-right: auto; text-align: left; }
.proof-credential { font-family: var(--display); font-size: 1.15rem; color: var(--ivory-text); margin: 0 0 18px; }
.proof-credential strong { color: var(--gold); font-weight: 400; }
.proof-widget { min-height: 60px; }

/* ---------- Reassurance line under primary buttons ---------- */
.reassure { font-size: .86rem; color: var(--muted-dark); margin: 14px 0 0; }
.light .reassure { color: var(--muted-light); }
.cta-band .reassure, .hero .reassure { text-align: center; }

/* ---------- Pull quote written into the page ---------- */
.pullquotes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.pullquote { margin: 0; padding: 26px 26px 22px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.02); }
.pullquote p { font-family: var(--display); font-size: 1.12rem; line-height: 1.45; color: var(--ivory-text); margin: 0 0 14px; }
.pullquote footer { font-size: .9rem; color: var(--gold); }
.light .pullquote { border-color: var(--rule-light); background: #fff; }
.light .pullquote p { color: var(--ink); }
.light .pullquote footer { color: var(--gold-deep); }

/* ---------- Where We Cater map ---------- */
.areas { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.city-list { list-style: none; margin: 30px 0 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.city-list li { border-top: 1px solid var(--line-dark); }
.city-list a, .city-list span.city { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 13px 2px; text-decoration: none; color: var(--ivory-text); font-family: var(--display); font-size: 1.2rem; transition: color .2s; }
.city-list .state { font-family: var(--body); font-size: .78rem; color: var(--muted-dark); }
.city-list a:hover, .city-list a:focus-visible { color: var(--gold); }
.region-map { width: 100%; height: auto; display: block; overflow: visible; }
.region-map .ring { fill: none; stroke: var(--line-dark); stroke-width: 1; stroke-dasharray: 2 6; }
.region-map .ring-label { fill: #6F6755; font-family: var(--body); font-size: 12px; }
.region-map .route { fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; opacity: .75; stroke-dasharray: var(--len); stroke-dashoffset: var(--len); transition: opacity .25s, stroke-width .25s; }
.region-map .city-dot { fill: var(--onyx); stroke: var(--gold); stroke-width: 1.6; opacity: 0; transition: r .25s; }
.region-map .home-ring { fill: none; stroke: var(--gold); stroke-width: 1; opacity: .6; }
.region-map .home-dot { fill: var(--gold); }
.region-map .city-label { fill: var(--ivory-text); font-family: var(--display); font-size: 20px; opacity: 0; }
.region-map .city-label .state-abbr { fill: var(--muted-dark); font-family: var(--body); font-size: 13px; }
.region-map .home-label { font-size: 23px; opacity: 1; }
.region-map .home-note { fill: var(--gold); font-family: var(--display); font-style: italic; font-size: 15px; }
.region-map.dim .route { opacity: .25; }
.region-map .route.hot { opacity: 1; stroke-width: 2; }
.region-map.drawn .route { animation: draw 1.4s cubic-bezier(.5,.1,.3,1) forwards; }
.region-map.drawn .city-dot, .region-map.drawn .city-label { animation: appear .5s ease 1.1s forwards; }
.region-map.drawn .route:nth-of-type(1) { animation-delay: 0s; }
.region-map.drawn .route:nth-of-type(2) { animation-delay: .15s; }
.region-map.drawn .route:nth-of-type(3) { animation-delay: .3s; }
.region-map.drawn .route:nth-of-type(4) { animation-delay: .45s; }
.region-map.drawn .route:nth-of-type(5) { animation-delay: .6s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes appear { to { opacity: 1; } }

/* ---------- Mobile action bar ---------- */
.action-bar { display: none; }
@media (max-width: 860px) {
  .action-bar { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(11,10,8,.96); border-top: 1px solid rgba(196,167,95,.35); }
  .action-bar .btn { padding: 13px 16px; font-size: .92rem; }
  body { padding-bottom: 78px; }
  .areas { grid-template-columns: 1fr; }
  .map-wrap { order: -1; max-width: 520px; width: 100%; margin: 0 auto; }
  .pullquotes { grid-template-columns: 1fr; }
  .logo img { width: 210px; }
}
@media (max-width: 480px) { .city-list { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .region-map .route { stroke-dashoffset: 0; }
  .region-map .city-dot, .region-map .city-label { opacity: 1; }
  .region-map.drawn .route, .region-map.drawn .city-dot, .region-map.drawn .city-label { animation: none; }
  .frame-media video { transition: none; }
}

.areas h2 { margin-bottom: 22px; }
.areas .city-list { margin-top: 34px; }


/* ---------- Service cards ---------- */
.service { display: flex; flex-direction: column; background: #201D18; border: 1px solid var(--line-dark); border-radius: 3px; overflow: hidden;
  box-shadow: 0 18px 34px -20px rgba(0,0,0,.85), 0 3px 8px rgba(0,0,0,.35);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service:hover, .service:focus-within { transform: translateY(-5px); border-color: rgba(196,167,95,.55);
  box-shadow: 0 26px 46px -20px rgba(0,0,0,.9), 0 5px 12px rgba(0,0,0,.4); }
.service img, .service .ph { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.service-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { margin-bottom: 14px; }
.service-body p { color: var(--muted-dark); margin-bottom: 20px; }
.service-body .text-link { align-self: flex-start; margin-top: auto; }
.light .service { background: #fff; border-color: var(--rule-light); box-shadow: 0 16px 30px -22px rgba(28,26,22,.5), 0 2px 6px rgba(28,26,22,.08); }
.light .service-body p { color: var(--ink-soft); }

/* ---------- Process timeline ---------- */
.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 40px 0 0; padding: 0; list-style: none; text-align: center; }
.timeline.four { grid-template-columns: repeat(4, 1fr); }
.timeline::before { content: ""; position: absolute; top: 17px; left: calc(100% / 6); right: calc(100% / 6); height: 1px; background: var(--rule-light); }
.timeline.four::before { left: calc(100% / 8); right: calc(100% / 8); }
.dark .timeline::before, .charcoal .timeline::before { background: var(--line-dark); }
.tl-step { position: relative; }
.tl-node { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%;
  background: var(--porcelain); border: 1px solid var(--gold-deep); color: var(--gold-deep); font-family: var(--display); font-size: 1.15rem; line-height: 1; }
.dark .tl-node, .charcoal .tl-node { background: var(--onyx); border-color: var(--gold); color: var(--gold); }
.tl-step h3 { margin-bottom: 10px; }
.tl-step p { margin: 0 auto; max-width: 34ch; }
.dark .tl-step p, .charcoal .tl-step p { color: var(--muted-dark); }
.light .tl-step p { color: var(--ink-soft); }
@media (max-width: 860px) {
  .timeline, .timeline.four { grid-template-columns: 1fr; gap: 30px; }
  .timeline::before { display: none; }
  .tl-node { margin-bottom: 14px; }
}

/* ---------- Sections with a photographic wash behind them ---------- */
.band.washed { position: relative; isolation: isolate; }
.band.washed > .band-bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; opacity: .1; }
.band.washed.light > .band-bg { opacity: .12; }
.band.washed::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, var(--porcelain) 0%, rgba(246,243,236,.55) 45%, var(--porcelain) 100%); }
.band.washed.dark::after, .band.washed.charcoal::after {
  background: linear-gradient(180deg, var(--onyx) 0%, rgba(11,10,8,.6) 45%, var(--onyx) 100%); }

/* ---------- Proof strip: credential and rating side by side ---------- */
.proof-grid.split-row { display: grid; grid-template-columns: auto auto; justify-content: center; align-items: center; gap: 0 40px; max-width: 1040px; }
.proof-grid.split-row .proof-credential { margin: 0; padding: 22px 0; text-align: right; }
.proof-grid.split-row .proof-widget { padding: 16px 0; border-left: 1px solid var(--line-dark); padding-left: 40px; min-height: 0; }
@media (max-width: 860px) {
  .proof-grid.split-row { grid-template-columns: 1fr; gap: 0; justify-items: center; }
  .proof-grid.split-row .proof-credential { text-align: center; padding-bottom: 14px; }
  .proof-grid.split-row .proof-widget { border-left: 0; border-top: 1px solid var(--line-dark); padding-left: 0; padding-top: 16px; width: 100%; }
}

/* ---------- Chef introduction: frame centered, name beneath ---------- */
.chef-split { grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 4vw, 52px); }
.chef-frame { margin: 0; justify-self: center; text-align: center; }
.chef-name { display: block; margin-top: 22px; font-family: var(--display); font-size: 1.45rem; color: var(--ink); }
.chef-role { display: block; margin-top: 4px; font-size: .9rem; color: var(--muted-light); }
.dark .chef-name, .charcoal .chef-name { color: var(--ivory-text); }
.dark .chef-role, .charcoal .chef-role { color: var(--muted-dark); }

/* ---------- Plan Your Event page ---------- */
.form-wrap { max-width: 860px; margin: 0 auto; background: var(--porcelain); border: 1px solid var(--rule-light); border-radius: 4px; padding: clamp(16px, 3vw, 28px); }
.form-wrap iframe { display: block; width: 100%; min-height: 788px; border: none; }
.form-aside { max-width: 860px; margin: 30px auto 0; text-align: center; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.page-hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,8,.62), rgba(11,10,8,.84)); }

.frame-mat.still .video-toggle { bottom: 88px; }
.frame-wrap { justify-self: center; }
@media (min-width: 861px) { .split .frame-wrap { justify-self: center; margin-right: clamp(0px, 3vw, 40px); } }

section[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ---------- Stat row ---------- */
.stat-row { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; text-align: center; }
.stat-row li { padding: 10px 24px; }
.stat-row li + li { border-left: 1px solid var(--line-dark); }
.stat-figure { display: block; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 2.7rem); line-height: 1.1; color: var(--gold); }
.stat-label { display: block; margin-top: 8px; font-size: .9rem; color: var(--muted-dark); }
@media (max-width: 700px) {
  .stat-row { grid-template-columns: 1fr; }
  .stat-row li + li { border-left: 0; border-top: 1px solid var(--line-dark); margin-top: 10px; padding-top: 22px; }
}

/* ---------- Legal pages (Privacy Policy, Terms of Service) ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.legal { max-width: 74ch; }
.legal [id] { scroll-margin-top: calc(var(--header-h) + 20px); }
.legal h3 { font-family: var(--display); font-size: clamp(1.35rem, 2.1vw, 1.7rem); line-height: 1.25; margin: 48px 0 16px; padding-top: 22px; border-top: 1px solid var(--rule-light); }
.legal h4 { font-family: var(--body); font-size: 1rem; font-weight: 700; letter-spacing: .02em; margin: 30px 0 10px; }
.legal p { margin: 0 0 16px; }
.legal ul { margin: 0 0 20px; padding-left: 22px; }
.legal ul li { margin-bottom: 10px; }
.legal a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--ink); }
.legal strong { font-weight: 700; }
.legal-address { font-style: normal; line-height: 1.75; padding: 18px 22px; background: rgba(196,167,95,.09); border-left: 2px solid var(--gold); }
.legal-toc { margin: 0 0 12px; padding: 26px 30px; background: #fff; border: 1px solid var(--rule-light); }
.legal-toc h3 { font-size: 1.05rem; font-family: var(--body); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 16px; padding: 0; border: 0; }
.legal-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 40px; font-size: 0.93rem; }
.legal-toc li { margin-bottom: 9px; break-inside: avoid; }
.footer-legal { display: inline-flex; gap: 22px; }

/* ---------- Mobile layout overrides (kept last so nothing above can win) ---------- */
@media (max-width: 860px) {
  .split, .chef-split, .lookbook, .faq-grid, .contact, .areas,
  .services, .steps, .steps.four, .features, .features.three,
  .quotes, .checklist, .pullquotes, .timeline, .timeline.four,
  .story-split { grid-template-columns: 1fr; }
  .chef-split { gap: 34px; }
  .chef-frame { margin-top: 6px; }
  .frame-wrap { order: 0; margin-top: 10px; }
  .split .frame-wrap { margin-right: 0; }
  .proof-grid.split-row { grid-template-columns: 1fr; }
  .legal-toc ol { columns: 1; }
  .legal-toc { padding: 22px 20px; }
}

/* ---------- Menus page ---------- */
.menu-index { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; max-width: 900px; margin: 0 auto; }
.menu-index a { font-family: var(--display); font-size: 1.02rem; text-decoration: none; color: var(--ink);
  border: 1px solid var(--rule-light); border-radius: 2px; padding: 9px 18px; transition: border-color .2s, color .2s, background-color .2s; }
.menu-index a:hover, .menu-index a:focus-visible { color: var(--gold-deep); border-color: var(--gold-deep); background: rgba(122,98,48,.05); }
.menu-card + .menu-card { margin-top: 28px; }
.menu-sub { font-family: var(--display); font-size: 1.15rem; font-style: italic; color: var(--gold-deep); margin-bottom: 18px; }
.side-list { list-style: none; padding: 0; margin: 0 auto; max-width: 46ch; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; text-align: left; }
.side-list li { position: relative; padding-left: 18px; font-size: .98rem; color: var(--ink-soft); }
.side-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border: 1px solid var(--gold); transform: rotate(45deg); }
.menu-card .text-link { display: inline-block; margin-top: 8px; }
@media (max-width: 560px) { .side-list { grid-template-columns: 1fr; } .menu-index a { font-size: .95rem; padding: 8px 14px; } }

/* ---------- Brand-colour emphasis inside body copy ---------- */
.accent { color: var(--gold); font-style: normal; }
.light .accent, .band.light .accent { color: var(--gold-deep); }
.menu-card .accent { color: var(--gold-deep); }

/* ---------- Footer serving line ---------- */
.serving { font-size: .88rem; line-height: 1.6; color: var(--muted-dark); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-dark); max-width: 34ch; }
.serving-label { color: var(--gold); font-family: var(--display); font-style: italic; font-size: .95rem; }

/* ---------- Service-area line on interior pages ---------- */
.areas-line { font-size: .95rem; color: var(--muted-dark); margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line-dark); max-width: 58ch; }
.light .areas-line { color: var(--muted-light); border-top-color: var(--rule-light); }
.page-hero .areas-line { margin-top: 26px; }
