/*
Theme Name: Café Chef Cinematic
Theme URI: https://www.cafe-chef.de/
Author: Café Chef
Description: Maßgeschneidertes, filmisches WordPress-Theme für Café Chef Holzminden mit editierbarer Speisekarte, Galerie, Über-uns-Kapiteln, Öffnungszeiten und Reservierungsanfragen.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: cafe-chef
*/

:root {
  color-scheme: dark;
  --cc-bg: #080604;
  --cc-bg-soft: #100a06;
  --cc-surface: rgba(21, 13, 8, .86);
  --cc-surface-solid: #160e09;
  --cc-gold: #c99b52;
  --cc-gold-light: #f0d39a;
  --cc-cream: #f7ead4;
  --cc-muted: #c2b39f;
  --cc-border: rgba(201, 155, 82, .32);
  --cc-danger: #f1a19b;
  --cc-success: #a8d5b5;
  --cc-serif: Georgia, "Times New Roman", serif;
  --cc-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cc-page: min(1180px, calc(100% - 48px));
  --cc-header-h: 82px;
  --cc-radius: 14px;
  --cc-ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--cc-bg); }
body { min-width: 320px; min-height: 100%; margin: 0; overflow-x: clip; color: var(--cc-cream); background: var(--cc-bg); font-family: var(--cc-sans); font-size: 16px; line-height: 1.6; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; }
::selection { color: var(--cc-bg); background: var(--cc-gold-light); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cc-skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 12px 16px; color: var(--cc-bg); background: var(--cc-gold-light); transform: translateY(-150%); transition: transform 180ms ease; }
.cc-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cc-gold-light); outline-offset: 4px; }

.cc-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; min-height: var(--cc-header-h); border-bottom: 1px solid var(--cc-border); background: linear-gradient(180deg, rgba(8,6,4,.96), rgba(8,6,4,.7)); backdrop-filter: blur(16px); }
.cc-header-inner { width: var(--cc-page); min-height: var(--cc-header-h); display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.cc-brand { min-width: max-content; display: inline-flex; align-items: center; gap: 12px; color: var(--cc-gold-light); font-family: var(--cc-serif); font-size: 22px; letter-spacing: .04em; text-decoration: none; }
.cc-brand-logo { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.cc-primary-nav { flex: 1; }
.cc-nav-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.cc-nav-list a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: var(--cc-cream); font-size: 14px; font-weight: 650; text-decoration: none; }
.cc-nav-list a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--cc-gold); transform: scaleX(0); transform-origin: right; transition: transform 220ms var(--cc-ease); }
.cc-nav-list a:hover::after, .cc-nav-list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.cc-header-cta, .cc-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid var(--cc-border); border-radius: 8px; color: var(--cc-cream); background: rgba(8,6,4,.54); font-weight: 760; text-decoration: none; cursor: pointer; transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms var(--cc-ease); }
.cc-header-cta { min-width: max-content; border-color: var(--cc-gold); color: var(--cc-bg); background: var(--cc-gold); }
.cc-button:hover, .cc-button:focus-visible, .cc-header-cta:hover, .cc-header-cta:focus-visible { border-color: var(--cc-gold-light); color: var(--cc-bg); background: var(--cc-gold-light); transform: translateY(-2px); }
.cc-button--gold { border-color: var(--cc-gold); color: var(--cc-bg); background: var(--cc-gold); }
.cc-nav-toggle { display: none; min-width: 52px; min-height: 44px; padding: 0 12px; border: 1px solid var(--cc-border); border-radius: 8px; color: var(--cc-cream); background: rgba(8,6,4,.7); font-weight: 760; cursor: pointer; }

.cc-global-film { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: var(--cc-bg); }
.cc-global-video { width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: saturate(.76) contrast(1.1) brightness(.7); transition: opacity 500ms ease; }
.cc-global-video.is-ready { opacity: .9; }
.cc-film-scrim { position: absolute; inset: 0; background: radial-gradient(circle at 65% 38%, transparent 0 22%, rgba(8,6,4,.18) 54%, rgba(8,6,4,.72) 100%), linear-gradient(90deg, rgba(8,6,4,.82), rgba(8,6,4,.22) 55%, rgba(8,6,4,.54)); }
.cc-film-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(255,255,255,.08); }
.cc-film-progress span { display: block; width: 100%; height: 100%; background: var(--cc-gold-light); transform: scaleX(.02); transform-origin: left; }
main, .cc-footer { position: relative; z-index: 1; }

.cc-hero { min-height: 110svh; display: grid; align-items: center; padding: calc(var(--cc-header-h) + 72px) max(24px, calc((100% - 1180px) / 2)) 80px; }
.cc-hero-content { width: min(760px, 100%); }
.cc-kicker { margin: 0 0 16px; color: var(--cc-gold-light); font-size: 12px; font-weight: 840; letter-spacing: .2em; text-transform: uppercase; }
.cc-hero h1, .cc-section h2, .cc-inner-hero h1, .cc-story-content h1 { margin: 0; font-family: var(--cc-serif); font-size: clamp(62px, 9.8vw, 148px); font-weight: 400; line-height: .86; letter-spacing: -.065em; text-wrap: balance; }
.cc-hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--cc-cream); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cc-scroll-hint { position: absolute; right: max(24px, calc((100% - 1180px) / 2)); bottom: 52px; display: flex; align-items: center; gap: 10px; color: var(--cc-muted); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.cc-scroll-hint span { width: 36px; height: 1px; background: var(--cc-gold); }

.cc-trust-strip { width: var(--cc-page); display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: -50px auto 0; border: 1px solid var(--cc-border); background: rgba(10,7,5,.78); backdrop-filter: blur(14px); }
.cc-trust-strip div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 26px; border-right: 1px solid var(--cc-border); }
.cc-trust-strip div:last-child { border-right: 0; }
.cc-trust-strip strong { color: var(--cc-gold-light); font-family: var(--cc-serif); font-size: clamp(28px,3vw,46px); font-weight: 400; }
.cc-trust-strip span { color: var(--cc-muted); font-size: 13px; font-weight: 720; text-transform: uppercase; letter-spacing: .08em; }

.cc-section { width: var(--cc-page); margin: 0 auto; padding: clamp(100px, 12vw, 170px) 0; }
.cc-section--surface { width: 100%; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: linear-gradient(180deg, rgba(20,12,7,.82), rgba(8,6,4,.76)); backdrop-filter: blur(6px); }
.cc-section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 48px; margin-bottom: 48px; }
.cc-section h2, .cc-inner-hero h1, .cc-story-content h1 { font-size: clamp(54px, 7.8vw, 112px); }
.cc-section-head > p { max-width: 52ch; margin: 0 0 5px; color: var(--cc-muted); font-size: 17px; line-height: 1.7; }
.cc-section-action { display: flex; justify-content: flex-end; margin-top: 28px; }

.cc-menu-accordion { height: min(690px, 78svh); min-height: 540px; display: flex; gap: 3px; overflow: hidden; }
.cc-menu-panel { position: relative; min-width: 0; flex: .45 1 0; overflow: hidden; isolation: isolate; border: 1px solid var(--cc-border); border-radius: 8px; background: var(--cc-bg-soft); cursor: pointer; transition: flex 650ms var(--cc-ease), border-color 220ms ease; }
.cc-menu-panel.is-active { flex: 6.5 1 0; border-color: var(--cc-gold); }
.cc-panel-media, .cc-gallery-media, .cc-about-media, .cc-full-gallery-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.74) contrast(1.06) brightness(.68); transition: opacity 450ms ease, transform 700ms var(--cc-ease); }
.cc-menu-panel::after, .cc-gallery-panel::after, .cc-about-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,6,4,.08) 20%, rgba(8,6,4,.94) 90%); }
.cc-menu-panel.is-active .cc-panel-media, .cc-gallery-panel.is-active .cc-gallery-media, .cc-about-card:hover .cc-about-media { opacity: .82; transform: scale(1.035); }
.cc-panel-number, .cc-gallery-number, .cc-about-number { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 8px; border: 1px solid var(--cc-border); border-radius: 6px; color: var(--cc-gold-light); background: rgba(8,6,4,.62); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.cc-menu-panel > h3 { position: absolute; right: 0; bottom: 20px; left: 0; margin: 0; padding: 0 8px; color: var(--cc-cream); font-family: var(--cc-serif); font-size: 18px; font-weight: 400; letter-spacing: .03em; text-align: center; writing-mode: vertical-rl; transform: rotate(180deg); }
.cc-menu-panel.is-active > h3 { right: 26px; bottom: 30px; left: 26px; padding: 0; font-size: clamp(34px, 4.8vw, 70px); letter-spacing: -.04em; text-align: left; writing-mode: horizontal-tb; transform: none; }
.cc-panel-products { position: absolute; right: 26px; bottom: 118px; left: 26px; z-index: 3; opacity: 0; transform: translateY(18px); transition: opacity 260ms ease 160ms, transform 360ms var(--cc-ease) 140ms; pointer-events: none; }
.cc-menu-panel.is-active .cc-panel-products { opacity: 1; transform: translateY(0); }
.cc-panel-products > strong { display: inline-block; margin-bottom: 12px; color: var(--cc-gold-light); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.cc-product { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.cc-product span:last-child { color: var(--cc-gold-light); font-variant-numeric: tabular-nums; }

.cc-reservation-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px,7vw,100px); align-items: start; }
.cc-reservation-copy h2 { margin: 0; font-family: var(--cc-serif); font-size: clamp(54px,8vw,110px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.cc-reservation-copy > p { max-width: 48ch; margin: 28px 0; color: var(--cc-muted); font-size: 18px; }
.cc-reservation-copy ul { margin: 0; padding: 0; list-style: none; }
.cc-reservation-copy li { padding: 10px 0; border-bottom: 1px solid var(--cc-border); color: var(--cc-cream); }
.cc-form-card { padding: clamp(22px,4vw,42px); border: 1px solid var(--cc-border); border-radius: var(--cc-radius); background: rgba(8,6,4,.78); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.cc-reservation-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.cc-field { min-width: 0; display: grid; gap: 7px; }
.cc-field--full { grid-column: 1 / -1; }
.cc-field label { color: var(--cc-cream); font-size: 13px; font-weight: 750; }
.cc-field input, .cc-field select, .cc-field textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--cc-border); border-radius: 7px; color: var(--cc-cream); background: rgba(255,255,255,.045); }
.cc-field textarea { resize: vertical; }
.cc-field input:focus, .cc-field select:focus, .cc-field textarea:focus { border-color: var(--cc-gold-light); outline: 2px solid rgba(240,211,154,.3); outline-offset: 1px; }
.cc-check { display: flex; align-items: flex-start; gap: 10px; color: var(--cc-muted); font-size: 13px; }
.cc-check input { width: 20px; height: 20px; flex: 0 0 20px; accent-color: var(--cc-gold); }
.cc-honeypot { position: absolute; left: -9999px; }
.cc-form-status { margin-bottom: 18px; padding: 14px 16px; border: 1px solid; border-radius: 8px; }
.cc-form-status.is-success { border-color: var(--cc-success); color: var(--cc-success); background: rgba(71,125,86,.14); }
.cc-form-status.is-error { border-color: var(--cc-danger); color: var(--cc-danger); background: rgba(154,65,58,.14); }

.cc-gallery-accordion { height: min(680px,75svh); min-height: 500px; display: flex; gap: 4px; overflow: hidden; }
.cc-gallery-panel { position: relative; min-width: 0; flex: .68 1 0; overflow: hidden; isolation: isolate; border: 1px solid var(--cc-border); border-radius: 10px; cursor: pointer; transition: flex 620ms var(--cc-ease), border-color 220ms ease; }
.cc-gallery-panel.is-active { flex: 6.8 1 0; border-color: var(--cc-gold); }
.cc-gallery-caption { position: absolute; right: 24px; bottom: 26px; left: 24px; z-index: 2; opacity: 0; transform: translateY(14px); transition: opacity 260ms ease 150ms, transform 360ms var(--cc-ease) 140ms; }
.cc-gallery-panel.is-active .cc-gallery-caption { opacity: 1; transform: none; }
.cc-gallery-caption h3 { margin: 0 0 8px; font-family: var(--cc-serif); font-size: clamp(34px,4.5vw,64px); font-weight: 400; line-height: 1; }
.cc-gallery-caption p { max-width: 44ch; margin: 0; color: var(--cc-muted); }

.cc-about-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.cc-about-card { position: relative; min-width: 0; min-height: 580px; overflow: hidden; isolation: isolate; border: 1px solid var(--cc-border); border-radius: var(--cc-radius); }
.cc-about-copy { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 2; }
.cc-about-copy h3 { margin: 0; font-family: var(--cc-serif); font-size: clamp(32px,3.8vw,54px); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
.cc-about-copy p { min-height: 3.3em; margin: 14px 0 18px; color: var(--cc-cream); font-size: 15px; }
.cc-about-copy a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 14px; border: 1px solid var(--cc-gold); border-radius: 8px; color: var(--cc-bg); background: var(--cc-gold); font-weight: 760; text-decoration: none; transition: background-color 220ms ease, border-color 220ms ease; }
.cc-about-copy a:hover, .cc-about-copy a:focus-visible { border-color: var(--cc-gold-light); background: var(--cc-gold-light); }

.cc-quote-section { width: 100%; padding: clamp(90px,12vw,170px) max(24px,calc((100% - 1000px)/2)); text-align: center; background: rgba(8,6,4,.68); backdrop-filter: blur(8px); }
.cc-quote-section blockquote { margin: 0; color: var(--cc-cream); font-family: var(--cc-serif); font-size: clamp(36px,5.6vw,76px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.cc-quote-section p { margin: 28px 0 0; color: var(--cc-gold-light); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.cc-hours-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(50px,8vw,110px); }
.cc-hours-layout h2 { margin-bottom: 24px; }
.cc-hours-layout > div > p:not(.cc-kicker) { max-width: 46ch; margin-bottom: 28px; color: var(--cc-muted); }
.cc-hours-list { margin: 0; border-top: 1px solid var(--cc-border); }
.cc-hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--cc-border); }
.cc-hours-list dt { font-weight: 760; }
.cc-hours-list dd { margin: 0; color: var(--cc-gold-light); font-variant-numeric: tabular-nums; }

.cc-map-section { min-height: 94svh; display: flex; align-items: stretch; padding: 0; background: linear-gradient(180deg, transparent, rgba(8,6,4,.92)); }
.cc-map-link { width: 100%; min-height: 94svh; display: flex; align-items: end; padding: 120px max(24px,calc((100% - 1180px)/2)); color: inherit; text-decoration: none; }
.cc-map-copy { max-width: 760px; }
.cc-map-copy > span { display: block; }
.cc-map-title { margin: 0; font-family: var(--cc-serif); font-size: clamp(62px,9vw,130px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.cc-map-address { margin: 24px 0; color: var(--cc-cream); font-size: 20px; }
.cc-map-copy .cc-button { display: inline-flex; }

.cc-footer { padding: 70px max(24px,calc((100% - 1180px)/2)) 28px; border-top: 1px solid var(--cc-border); background: #090604; }
.cc-footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 40px; }
.cc-footer-grid strong { display: block; margin-bottom: 14px; color: var(--cc-gold-light); font-family: var(--cc-serif); font-size: 22px; font-weight: 400; }
.cc-footer-grid p { margin: 0; color: var(--cc-muted); font-size: 14px; }
.cc-footer-grid a { text-decoration-color: var(--cc-border); text-underline-offset: 4px; }
.cc-footer-grid a:hover { color: var(--cc-gold-light); }
.cc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--cc-border); color: var(--cc-muted); font-size: 12px; }

.cc-inner-page { min-height: 80svh; padding: calc(var(--cc-header-h) + 80px) max(24px,calc((100% - 1180px)/2)) 120px; background: radial-gradient(circle at 80% 10%, rgba(108,64,27,.22), transparent 30%), var(--cc-bg); }
.cc-inner-hero { position: relative; min-height: 46svh; display: flex; align-items: end; padding-bottom: 70px; border-bottom: 1px solid var(--cc-border); overflow: hidden; }
.cc-inner-cover { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.cc-inner-hero > div { position: relative; z-index: 1; }
.cc-inner-hero > div > p:not(.cc-kicker) { max-width: 55ch; color: var(--cc-muted); }
.cc-prose { width: min(760px,100%); margin: 70px auto 0; color: var(--cc-cream); font-size: 18px; line-height: 1.8; }
.cc-prose h2, .cc-prose h3 { color: var(--cc-gold-light); font-family: var(--cc-serif); font-weight: 400; }
.cc-prose a { color: var(--cc-gold-light); }

.cc-story-page { position: relative; min-height: 100svh; display: flex; align-items: center; padding: calc(var(--cc-header-h) + 70px) max(24px,calc((100% - 1180px)/2)) 90px; overflow: hidden; }
.cc-story-background { position: fixed; inset: 0; z-index: -1; }
.cc-story-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,6,4,.96), rgba(8,6,4,.72) 55%, rgba(8,6,4,.35)); }
.cc-story-background img, .cc-story-background video { width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.75) brightness(.68); }
.cc-story-content { width: min(760px,100%); }
.cc-story-lead { margin: 28px 0 0; font-family: var(--cc-serif); font-size: clamp(24px,3vw,38px); line-height: 1.35; }
.cc-story-content .cc-prose { margin: 34px 0; }

.cc-full-menu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; margin-top: 70px; }
.cc-menu-category { padding: clamp(22px,3vw,36px); border: 1px solid var(--cc-border); border-radius: var(--cc-radius); background: var(--cc-surface); }
.cc-menu-category > h2 { margin: 0 0 18px; color: var(--cc-gold-light); font-family: var(--cc-serif); font-size: 42px; font-weight: 400; }
.cc-menu-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--cc-border); }
.cc-menu-row h3 { margin: 0; font-size: 17px; }
.cc-menu-row h3 span { display: inline-block; margin-left: 8px; padding: 2px 6px; border: 1px solid var(--cc-border); border-radius: 99px; color: var(--cc-gold-light); font-size: 9px; text-transform: uppercase; }
.cc-menu-row p { margin: 4px 0 0; color: var(--cc-muted); font-size: 13px; }
.cc-menu-row > strong { color: var(--cc-gold-light); font-variant-numeric: tabular-nums; }
.cc-full-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 70px; }
.cc-full-gallery article { position: relative; min-height: 520px; overflow: hidden; isolation: isolate; border: 1px solid var(--cc-border); border-radius: var(--cc-radius); }
.cc-full-gallery article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 35%, rgba(8,6,4,.92)); }
.cc-full-gallery article > div { position: absolute; right: 24px; bottom: 24px; left: 24px; }
.cc-full-gallery h2 { margin: 0; font-family: var(--cc-serif); font-size: 40px; font-weight: 400; }
.cc-full-gallery p { margin: 6px 0 0; color: var(--cc-muted); }

@media (max-width: 980px) {
  :root { --cc-page: min(100% - 36px, 1180px); }
  .cc-primary-nav { position: fixed; top: var(--cc-header-h); right: 18px; left: 18px; display: none; padding: 18px; border: 1px solid var(--cc-border); border-radius: 10px; background: rgba(8,6,4,.97); }
  .cc-primary-nav.is-open { display: block; }
  .cc-nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
  .cc-nav-list a { justify-content: center; }
  .cc-nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .cc-header-cta { display: none; }
  .cc-section-head, .cc-reservation-layout, .cc-hours-layout { grid-template-columns: 1fr; }
  .cc-section-head { gap: 22px; }
  .cc-reservation-layout { gap: 52px; }
  .cc-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  :root { --cc-page: calc(100% - 24px); --cc-header-h: 70px; }
  .cc-header-inner { gap: 12px; }
  .cc-brand-logo { width: 44px; height: 44px; }
  .cc-brand span { display: none; }
  .cc-nav-toggle { min-width: 62px; }
  .cc-hero { min-height: 104svh; padding-inline: 16px; }
  .cc-hero h1 { font-size: clamp(56px,18vw,86px); }
  .cc-hero-lead { font-size: 17px; }
  .cc-actions { display: grid; }
  .cc-scroll-hint { right: 16px; bottom: 26px; }
  .cc-trust-strip { width: calc(100% - 24px); grid-template-columns: 1fr; margin-top: -28px; }
  .cc-trust-strip div { min-height: 90px; padding: 18px; border-right: 0; border-bottom: 1px solid var(--cc-border); }
  .cc-trust-strip div:last-child { border-bottom: 0; }
  .cc-section { padding-block: 88px; }
  .cc-section--surface { padding-inline: 12px; }
  .cc-section h2, .cc-inner-hero h1, .cc-story-content h1 { font-size: clamp(48px,15vw,72px); }
  .cc-menu-accordion { height: 570px; min-height: 0; gap: 2px; }
  .cc-menu-panel { flex: .24 1 0; border-radius: 6px; }
  .cc-menu-panel.is-active { flex: 7.4 1 0; }
  .cc-panel-number, .cc-gallery-number, .cc-about-number { top: 8px; left: 8px; padding: 4px 5px; font-size: 9px; }
  .cc-menu-panel > h3 { bottom: 12px; padding: 0 3px; font-size: 12px; }
  .cc-menu-panel.is-active > h3 { right: 12px; bottom: 16px; left: 12px; font-size: 35px; }
  .cc-panel-products { right: 12px; bottom: 78px; left: 12px; }
  .cc-product { gap: 8px; padding: 6px 0; font-size: 11px; }
  .cc-reservation-form { grid-template-columns: 1fr; }
  .cc-field--full { grid-column: 1; }
  .cc-gallery-accordion { height: 520px; min-height: 0; gap: 2px; }
  .cc-gallery-panel { flex: .68 1 0; border-radius: 6px; }
  .cc-gallery-panel.is-active { flex: 6.8 1 0; }
  .cc-gallery-caption { right: 14px; bottom: 16px; left: 14px; }
  .cc-gallery-caption h3 { font-size: 38px; }
  .cc-gallery-caption p { font-size: 13px; }
  .cc-about-grid { gap: 4px; }
  .cc-about-card { min-height: 470px; border-radius: 8px; }
  .cc-about-copy { right: 7px; bottom: 7px; left: 7px; }
  .cc-about-copy h3 { font-size: 21px; }
  .cc-about-copy p { min-height: 4.8em; margin: 8px 0; font-size: 11px; line-height: 1.45; }
  .cc-about-copy a { min-height: 44px; justify-content: center; gap: 4px; padding: 0 5px; font-size: 10px; white-space: nowrap; }
  .cc-quote-section { padding-inline: 18px; }
  .cc-hours-list div { gap: 12px; font-size: 14px; }
  .cc-map-section, .cc-map-link { min-height: 84svh; }
  .cc-map-link { padding-inline: 16px; }
  .cc-map-title { font-size: clamp(56px,17vw,82px); }
  .cc-footer { padding-inline: 16px; }
  .cc-footer-grid, .cc-full-menu, .cc-full-gallery { grid-template-columns: 1fr; }
  .cc-footer-bottom { flex-direction: column; }
  .cc-inner-page { padding-inline: 16px; }
  .cc-inner-hero { min-height: 38svh; }
  .cc-prose { font-size: 16px; }
  .cc-full-gallery article { min-height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
