/* 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: 84px;
}

* { 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(72px, 10vw, 124px) 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 56px; }
.center-head h2 { margin-bottom: 18px; }
.center-head .lede { margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 18px; }
.prose { max-width: 68ch; }
.prose h2 { margin-bottom: 26px; }

/* 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: 66px; height: 66px; }
.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(80px, 12vw, 150px) 0 clamp(72px, 10vw, 120px); 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: 28px; }
.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: 34px; }
.service .ph { aspect-ratio: 3 / 4; margin-bottom: 26px; }
.service h3 { margin-bottom: 14px; }
.service p { color: var(--muted-dark); }

/* Printed menu card */
.menu-card { max-width: 780px; margin: 0 auto; background: var(--porcelain); color: var(--ink); text-align: center; padding: clamp(56px, 8vw, 88px) clamp(28px, 7vw, 84px); 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: 40px; }
.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: 36px 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: 40px 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: 52px; }
.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: 50px; }

/* 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: 40px; 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: 72px 0 32px; 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: 96px; height: 96px; margin-bottom: 16px; }
.site-footer .social { margin-top: 18px; }
.footer-bottom { margin-top: 56px; 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(380px, 78vw); padding: 18px; border-radius: 3px; background: linear-gradient(135deg, #7A6230 0%, #D9C07A 22%, #9C7F3E 45%, #E3CD8A 70%, #7A6230 100%); box-shadow: 0 34px 60px -20px rgba(28,26,22,.45), 0 8px 18px rgba(28,26,22,.18), inset 0 0 0 1px rgba(255,255,255,.35), inset 0 0 0 5px rgba(122,98,48,.35); }
.frame-mat { position: relative; background: #FBF8F1; padding: 24px; box-shadow: inset 0 2px 10px rgba(0,0,0,.22); }
.frame-mat::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(122,98,48,.45); 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: 34px; bottom: 34px; 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: 24px auto 0; padding: 8px 20px; background: linear-gradient(135deg, #A8893F, #E6D39A 50%, #A8893F); color: #2A2418; font-family: var(--display); font-style: italic; font-size: 0.98rem; 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; bottom: 24px; z-index: 3; }
@media (max-width: 560px) { .hero .hero-toggle { right: 14px; bottom: 14px; } }
