/*
Theme Name: Café Wintergarten Fulda
Theme URI: https://cafe-wintergarten.de/
Author: Café Wintergarten Fulda
Description: Eigenständiges, responsives Theme für das Café Wintergarten in Fulda. Ohne Page-Builder, externe Webfonts, Tracking oder eingebettete Karten.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: cafe-wintergarten
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #17211d;
  --night: #0b1713;
  --pine: #173c2c;
  --leaf: #a8c55f;
  --brass: #d8b56a;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --mist: #dfe5dc;
  --line: rgba(23, 33, 29, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 64px));
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 144px 0; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 200;
  background: var(--leaf); color: var(--night); padding: 10px 16px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  height: 104px; padding: 0 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  color: white; border-bottom: 1px solid rgba(255,255,255,.16);
  transition: height .35s var(--ease), background .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  height: 76px; background: rgba(11,23,19,.94); backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
}
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand-type { display: flex; flex-direction: column; line-height: 1.2; }
.brand-type strong { font-family: var(--serif); font-size: 20px; letter-spacing: .015em; }
.brand-type small { margin-top: 4px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 38px); }
.main-nav a { font-size: 13px; font-weight: 600; letter-spacing: .03em; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--leaf); transition: right .3s var(--ease); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.phone-link svg, .reservation-actions svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button {
  min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .015em;
  transition: transform .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 45px; padding-inline: 19px; }
.button-accent { background: var(--leaf); color: var(--night); }
.button-accent:hover { background: #bad86e; }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: white; color: var(--night); border-color: white; }
.button-ghost svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-dark { background: var(--night); color: white; }
.button-outline { border-color: rgba(23,33,29,.3); }
.button-outline:hover { border-color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s ease; }

.hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; color: white; background: var(--night); }
.hero-image {
  position: absolute; inset: 0;
  background-image: url("assets/images/bar.png");
  background-size: cover; background-position: 50% 48%; transform: scale(1.025);
  animation: hero-in 1.6s var(--ease) both;
}
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,11,.93) 0%, rgba(4,14,11,.66) 44%, rgba(4,14,11,.18) 76%), linear-gradient(0deg, rgba(4,14,11,.65), transparent 45%); }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 82px 82px; }
.hero-content { position: absolute; left: max(7vw, 52px); top: 50%; transform: translateY(-49%); max-width: 820px; z-index: 2; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--pine); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--leaf); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
h1 { font-size: clamp(72px, 7.5vw, 124px); }
h1 em, h2 em { color: var(--leaf); font-weight: 500; }
.hero-copy { margin: 34px 0 38px; max-width: 620px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.8); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta {
  position: absolute; z-index: 3; bottom: 0; right: 0; width: min(670px, 48vw); min-height: 120px;
  background: rgba(244,240,231,.96); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center;
  padding: 28px 38px; gap: 28px;
}
.hero-meta > div { display: flex; flex-direction: column; }
.meta-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
.hero-meta strong { margin-top: 4px; font-family: var(--serif); font-size: 20px; }
.hero-meta > a { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 0; background: var(--pine); color: white; transition: transform .3s var(--ease), background .3s ease; }
.hero-meta > a span { font-size: 23px; }
.hero-meta > a:hover { transform: rotate(-7deg) scale(1.05); background: var(--night); }
.scroll-cue { position: absolute; left: 44px; bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: rgba(255,255,255,.55); }

.section-heading h2, .heading-row h2, .gallery-heading h2, .visit-intro h2, .reservation h2 { font-size: clamp(54px, 6vw, 88px); }
.intro { overflow: hidden; }
.intro-layout { display: grid; grid-template-columns: 1.05fr .8fr; gap: 13vw; align-items: end; margin-bottom: 90px; }
.intro-copy { max-width: 520px; padding-bottom: 8px; }
.intro-copy .lead { font-family: var(--serif); font-size: 28px; line-height: 1.28; margin: 0 0 24px; }
.intro-copy > p:not(.lead) { color: #58605c; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.image-story { height: 720px; position: relative; }
.image-story figure { margin: 0; position: absolute; overflow: hidden; background: #d8d8d0; }
.image-story img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.image-story figure:hover img { transform: scale(1.035); }
.story-main { left: 0; top: 0; width: 62%; height: 620px; }
.story-detail-top { right: 0; top: 42px; width: 33%; height: 300px; }
.story-detail-bottom { right: 5%; bottom: 0; width: 25%; height: 260px; border: 12px solid var(--paper); }
.story-quote { position: absolute; right: 25%; top: 380px; width: 300px; min-height: 190px; background: var(--leaf); padding: 34px; z-index: 2; }
.story-quote span { font-family: var(--serif); font-size: 58px; line-height: .5; }
.story-quote p { margin: 12px 0 0; font-family: var(--serif); font-size: 25px; line-height: 1.2; }

.highlights { background: var(--night); color: white; }
.heading-row { display: grid; grid-template-columns: 1.2fr .58fr; gap: 12vw; align-items: end; margin-bottom: 72px; }
.heading-row > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.highlight-grid { display: grid; grid-template-columns: 1.15fr .92fr .92fr; gap: 16px; }
.highlight-card { position: relative; height: 520px; overflow: hidden; background: #173228; }
.card-image, .card-overlay { position: absolute; inset: 0; }
.card-image { background-size: cover; background-position: center; transition: transform .8s var(--ease), filter .5s ease; }
.drinks-image { background-image: url("assets/images/drinks.jpg"); }
.events-image { background-image: url("assets/images/bar.png"); }
.nights-image { background-image: url("assets/images/sitzecke.png"); }
.card-overlay { background: linear-gradient(0deg, rgba(4,13,10,.94), rgba(4,13,10,.08) 75%); }
.card-copy { position: absolute; inset: auto 28px 28px; display: flex; align-items: flex-start; gap: 20px; }
.card-number { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; font-size: 10px; }
.card-copy h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.card-copy p { max-height: 0; overflow: hidden; opacity: 0; margin: 0; color: rgba(255,255,255,.7); transition: max-height .45s ease, opacity .35s ease, margin .35s ease; }
.card-link { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--leaf); font-size: 12px; font-weight: 700; }
.card-note { color: rgba(255,255,255,.72); }
.highlight-card:hover .card-image { transform: scale(1.055); filter: saturate(1.12); }
.highlight-card:hover .card-copy p { max-height: 100px; opacity: 1; margin-bottom: 4px; }

.gallery { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr 1.2fr .55fr; gap: 7vw; align-items: end; margin-bottom: 66px; }
.gallery-heading .eyebrow { align-self: start; margin-top: 14px; }
.gallery-heading > p:last-child { margin: 0 0 8px; color: #68706c; }
.gallery-grid { display: grid; grid-template-columns: 1.5fr .72fr; grid-template-rows: 330px 330px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: #cad0c8; text-align: left; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,14,11,.65), transparent 42%); }
.gallery-item span { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: white; font-size: 13px; font-weight: 700; }
.gallery-item span b { margin-left: 10px; color: var(--leaf); }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.1); }
.gallery-wide { grid-row: 1 / 3; }
.gallery-tall { grid-column: 2; }

.visit { background: var(--pine); color: white; overflow: hidden; }
.visit-shell { position: relative; }
.visit-shell::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -300px; top: -260px; box-shadow: 0 0 0 100px rgba(255,255,255,.022), 0 0 0 210px rgba(255,255,255,.018); }
.visit-intro { display: grid; grid-template-columns: .55fr 1.1fr .7fr; gap: 7vw; align-items: end; margin-bottom: 72px; position: relative; }
.visit-intro .eyebrow { align-self: start; margin-top: 12px; }
.visit-intro p:last-child { color: rgba(255,255,255,.68); margin-bottom: 8px; }
.visit-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 16px; position: relative; }
.hours-panel, .location-panel { min-height: 500px; background: var(--cream); color: var(--ink); }
.hours-panel { padding: 42px; }
.panel-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.status { text-transform: none; letter-spacing: 0; color: var(--pine); display: flex; align-items: center; gap: 8px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 5px rgba(168,197,95,.18); }
.hours-list { margin: 22px 0; }
.hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hours-list dt, .hours-list dd { margin: 0; }
.hours-list dd { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.hours-list .muted { opacity: .48; }
.hours-note { color: #737a76; font-size: 13px; max-width: 480px; }
.location-panel { display: grid; grid-template-rows: 1fr auto; }
.location-map { position: relative; min-height: 310px; overflow: hidden; background: #dce3d7; }
.location-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(30deg, transparent 48%, rgba(23,60,44,.05) 49%, rgba(23,60,44,.05) 51%, transparent 52%), linear-gradient(-30deg, transparent 48%, rgba(23,60,44,.05) 49%, rgba(23,60,44,.05) 51%, transparent 52%); background-size: 85px 85px; }
.map-road { position: absolute; display: block; height: 14px; background: rgba(255,255,255,.68); border: 1px solid rgba(23,60,44,.1); transform-origin: left center; }
.road-one { width: 130%; left: -10%; top: 48%; transform: rotate(-15deg); }
.road-two { width: 90%; left: 18%; top: 12%; transform: rotate(55deg); }
.road-three { width: 70%; left: 48%; top: 78%; transform: rotate(-55deg); }
.map-marker { position: absolute; left: 55%; top: 45%; width: 62px; height: 62px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--night); display: grid; place-items: center; box-shadow: 0 10px 28px rgba(11,23,19,.24); }
.map-marker b { width: 13px; height: 13px; border-radius: 50%; background: var(--leaf); transform: rotate(45deg); }
.map-marker i { position: absolute; inset: -8px; border: 1px solid rgba(23,60,44,.2); border-radius: inherit; }
.map-label { position: absolute; left: 18%; top: 42%; color: #6c7a71; font-size: 11px; transform: rotate(-15deg); }
.location-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px 38px; align-items: end; }
.location-copy .meta-label { grid-column: 1 / 3; }
.location-copy strong { font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.light-link { justify-self: end; }

.reservation { background: var(--leaf); }
.reservation-shell { display: grid; grid-template-columns: 1.15fr .7fr; gap: 11vw; align-items: end; }
.reservation h2 em { color: var(--pine); }
.reservation-copy > p { font-size: 18px; margin: 0 0 34px; }
.reservation-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { background: var(--night); color: white; padding: 78px 0 26px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8vw; align-items: center; padding-bottom: 60px; }
.footer-main > p { margin: 0; max-width: 430px; color: rgba(255,255,255,.55); }
.footer-phone { justify-self: end; font-family: var(--serif); font-size: 28px; color: var(--leaf); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-bottom div { display: flex; gap: 26px; }
.footer-bottom a:hover, .footer-bottom button:hover { color: white; }
.footer-bottom button { border: 0; padding: 0; background: none; cursor: pointer; color: inherit; }

.concept-pill { position: fixed; right: 18px; bottom: 18px; z-index: 55; background: white; color: var(--ink); border: 0; border-radius: 18px; box-shadow: 0 12px 38px rgba(0,0,0,.18); padding: 12px 17px; text-align: left; cursor: pointer; font-size: 12px; font-weight: 700; transition: transform .25s ease; }
.concept-pill:hover { transform: translateY(-3px); }
.concept-pill span { display: block; color: var(--pine); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.notes-drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; }
.notes-drawer.is-open { pointer-events: auto; visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(3,10,7,.72); opacity: 0; transition: opacity .4s ease; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(560px, 94vw); height: 100%; overflow-y: auto; background: var(--paper); padding: 58px 52px 72px; transform: translateX(100%); transition: transform .45s var(--ease); box-shadow: -24px 0 70px rgba(0,0,0,.28); }
.notes-drawer.is-open .drawer-backdrop { opacity: 1; }
.notes-drawer.is-open .drawer-panel { transform: none; }
.drawer-close { position: absolute; right: 22px; top: 18px; border: 0; background: none; font-family: var(--serif); font-size: 36px; cursor: pointer; }
.drawer-panel h2 { font-size: 62px; }
.drawer-lead { color: #616a65; margin: 26px 0 42px; }
.token-section { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 28px; }
.token-section h3 { margin: 0 0 18px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.swatches { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.swatches > div { display: flex; align-items: center; gap: 12px; padding: 9px; background: white; }
.swatches i { width: 42px; height: 42px; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(0,0,0,.09); }
.swatches .swatch-night { background: #0b1713; }
.swatches .swatch-pine { background: #173c2c; }
.swatches .swatch-leaf { background: #a8c55f; }
.swatches .swatch-brass { background: #d8b56a; }
.swatches .swatch-cream { background: #f4f0e7; }
.swatches .swatch-night { background: #0b1713; }
.swatches .swatch-pine { background: #173c2c; }
.swatches .swatch-leaf { background: #a8c55f; }
.swatches .swatch-brass { background: #d8b56a; }
.swatches .swatch-cream { background: #f4f0e7; }
.swatches span { display: flex; flex-direction: column; font-size: 12px; font-weight: 700; }
.swatches small { font-weight: 500; color: #7a817d; }
.type-demo > div { margin: 0 0 16px; padding: 18px; background: white; }
.type-demo span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #79807c; }
.type-demo strong { font-family: var(--serif); font-size: 26px; }
.type-demo strong.sans { font-family: var(--sans); font-size: 20px; }
.type-demo p { margin: 2px 0 0; font-size: 12px; color: #707873; }
.token-section ul { margin: 0; padding-left: 18px; color: #5f6762; font-size: 14px; }
.token-section li + li { margin-top: 9px; }
.breakpoints { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.breakpoints span { padding: 14px; background: var(--night); color: white; display: flex; flex-direction: column; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.breakpoints strong { margin-top: 3px; color: var(--leaf); font-size: 12px; text-transform: none; letter-spacing: 0; }

.lightbox { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 5vw; background: rgba(3,10,7,.94); opacity: 0; visibility: hidden; transition: opacity .35s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-height: 86vh; max-width: 1100px; width: auto; object-fit: contain; transform: scale(.96); transition: transform .4s var(--ease); }
.lightbox.is-open img { transform: none; }
.lightbox button { position: absolute; top: 22px; right: 28px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: none; color: white; font-family: var(--serif); font-size: 30px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .35; transform: scale(1.08); } to { opacity: 1; transform: scale(1.025); } }

@media (max-width: 1100px) {
  .site-header { padding-inline: 28px; }
  .main-nav { display: none; position: fixed; inset: 76px 0 auto; background: var(--night); padding: 28px; flex-direction: column; align-items: flex-start; }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .header-actions .button-small { display: none; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .highlight-card-featured { grid-column: 1 / 3; height: 440px; }
  .gallery-heading { grid-template-columns: .5fr 1.2fr; }
  .gallery-heading > p:last-child { grid-column: 2; }
  .visit-intro { grid-template-columns: .55fr 1.4fr; }
  .visit-intro p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 36px, 620px); }
  .section { padding: 88px 0; }
  .site-header { height: 76px; padding-inline: 18px; }
  .brand-type strong { font-size: 16px; }
  .brand-type small { display: none; }
  .phone-link span { display: none; }
  .header-actions { gap: 8px; }
  .hero { min-height: 760px; }
  .hero-content { left: 18px; right: 18px; top: 43%; transform: translateY(-50%); }
  h1 { font-size: clamp(58px, 16vw, 78px); line-height: .9; }
  .hero-copy { font-size: 15px; margin: 26px 0 30px; }
  .hero-ctas { flex-direction: column; align-items: stretch; max-width: 310px; }
  .hero-meta { width: 100%; min-height: 110px; grid-template-columns: 1fr 1fr; padding: 22px 18px; gap: 14px; }
  .hero-meta > a { display: none; }
  .scroll-cue { display: none; }
  .section-heading h2, .heading-row h2, .gallery-heading h2, .visit-intro h2, .reservation h2 { font-size: 52px; }
  .intro-layout, .heading-row, .gallery-heading, .visit-intro, .reservation-shell { grid-template-columns: 1fr; gap: 36px; }
  .intro-layout { margin-bottom: 54px; }
  .image-story { height: 590px; }
  .story-main { width: 88%; height: 390px; }
  .story-detail-top { width: 45%; height: 180px; top: 304px; }
  .story-detail-bottom { width: 48%; height: 190px; right: auto; left: 8%; }
  .story-quote { width: 210px; min-height: 150px; top: 403px; right: 0; padding: 24px; }
  .story-quote p { font-size: 19px; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-card, .highlight-card-featured { grid-column: auto; height: 430px; }
  .card-copy p { max-height: 110px; opacity: 1; }
  .gallery-heading > p:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 420px 280px 280px; }
  .gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
  .visit-intro p:last-child { grid-column: auto; }
  .visit-grid { grid-template-columns: 1fr; }
  .hours-panel, .location-panel { min-height: 0; }
  .hours-panel { padding: 28px 22px; }
  .panel-title { align-items: flex-start; gap: 16px; }
  .hours-list div { grid-template-columns: 1fr; gap: 1px; padding-block: 11px; }
  .location-copy { grid-template-columns: 1fr; padding: 26px 22px; }
  .location-copy .meta-label { grid-column: auto; }
  .light-link { justify-self: start; }
  .reservation-actions { flex-direction: column; align-items: stretch; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-phone { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .footer-bottom div { gap: 18px; flex-wrap: wrap; }
  .concept-pill { display: none; }
  .drawer-panel { padding: 52px 24px 60px; }
  .drawer-panel h2 { font-size: 52px; }
  .breakpoints { grid-template-columns: 1fr; }
}

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

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.wp-caption, .aligncenter { max-width: 100%; }
.aligncenter { margin-inline: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; height: auto; width: auto; z-index: 100000;
}
.legal-hero { background: var(--pine); color: white; padding: 190px max(24px, 5vw) 92px; }
.legal-hero-inner { width: min(860px, 100%); margin: 0 auto; }
.legal-hero .eyebrow { color: var(--leaf); }
.legal-hero h1 { font-size: clamp(58px, 8vw, 100px); }
.legal-hero p:last-child { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.7); }
.legal-main { width: min(860px, calc(100% - 48px)); margin: 0 auto; padding: 84px 0 110px; }
.entry-content { color: #5f6863; }
.entry-content h2, .entry-content h3 {
  color: var(--ink); font-family: var(--serif); line-height: 1.08; font-weight: 600;
}
.entry-content h2 { margin: 48px 0 18px; font-size: clamp(32px, 5vw, 45px); }
.entry-content h3 { margin: 32px 0 12px; font-size: 26px; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 18px; }
.entry-content a { color: var(--pine); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content hr { border: 0; border-top: 1px solid var(--line); margin: 42px 0; }
.post-list { display: grid; gap: 24px; }
.post-card { padding: 28px; border: 1px solid var(--line); background: white; }
.post-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 38px; line-height: 1.08; }
.not-found { min-height: 55vh; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 620px) {
  .legal-hero { padding-top: 145px; padding-bottom: 70px; }
  .legal-main { padding-top: 62px; }
}
