:root {
  --cream: #fff8ea;
  --cream-deep: #f5e1bb;
  --caramel: #fad28c;
  --caramel-light: #fdebc8;
  --brown: #6b1b27;
  --brown-deep: #370609;
  --ink: #260306;
  --muted: #7b5b56;
  --white: #fffcf3;
  --border: rgba(55, 6, 9, 0.18);
  --shadow: 0 18px 50px rgba(55, 6, 9, 0.15);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 248, 234, 0.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--brown); }
.brand-mark { display: block; width: 44px; height: 44px; overflow: hidden; border-radius: 50%; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.28rem; letter-spacing: -0.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.main-nav a { transition: color 180ms ease; }
.main-nav a:hover { color: var(--brown); }
.nav-call { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--brown) !important; }
.nav-call svg { width: 15px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--brown); }
.menu-toggle svg { width: 24px; height: 24px; }

.hero { position: relative; overflow: hidden; padding-top: 78px; padding-bottom: 72px; }
.hero::before { position: absolute; content: ""; width: 280px; height: 280px; border: 1px solid rgba(250, 210, 140, 0.28); border-radius: 50%; right: -100px; top: 70px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; color: var(--brown); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--caramel); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--brown-deep); font-family: var(--display); font-weight: 700; letter-spacing: -0.04em; line-height: 1.04; }
h1 { margin-bottom: 28px; font-size: clamp(3.35rem, 6.8vw, 6.2rem); }
h1 em, h2 em, h3 em { color: var(--brown); font-weight: 600; }
.hero-lead { max-width: 505px; margin-bottom: 32px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; font-size: 0.86rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button svg { width: 17px; height: 17px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brown); color: var(--white); box-shadow: 0 8px 22px rgba(55, 6, 9, 0.2); }
.button-primary:hover { background: var(--brown-deep); }
.button-ghost { border-color: var(--border); color: var(--brown); }
.button-ghost:hover { background: var(--cream-deep); }
.button-light { background: var(--caramel); color: var(--brown-deep); }
.button-light:hover { background: var(--white); }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 36px; }
.rating-score { font-family: var(--display); color: var(--brown); font-size: 2.1rem; line-height: 1; }
.stars { color: var(--caramel); font-size: 0.92rem; letter-spacing: 0.1em; line-height: 1; }
.trust-row p { margin: 5px 0 0; color: var(--muted); font-size: 0.72rem; }
.hero-visual { position: relative; padding: 17px 17px 43px 0; }
.hero-image-frame { position: relative; min-height: 560px; overflow: hidden; border-radius: 190px 190px 14px 14px; box-shadow: var(--shadow); }
.hero-image-frame::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,0.2); border-radius: inherit; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 560px; object-fit: cover; }
.image-label { position: absolute; display: flex; align-items: center; gap: 8px; background: rgba(55, 6, 9, 0.9); color: var(--white); font-size: 0.76rem; }
.image-label svg { width: 15px; height: 15px; color: var(--caramel); }
.image-label-top { top: 26px; right: 24px; padding: 9px 12px; border-radius: 999px; }
.image-label-bottom { bottom: 24px; left: 24px; padding: 10px 13px; border-radius: 999px; }
.status-dot, .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--caramel); box-shadow: 0 0 0 4px rgba(250, 210, 140, 0.18); }
.hero-note { position: absolute; right: -8px; bottom: 0; display: flex; align-items: center; gap: 10px; min-width: 198px; padding: 14px 15px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; box-shadow: var(--shadow); }
.note-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--caramel-light); color: var(--brown); }
.note-icon svg { width: 15px; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { color: var(--brown-deep); font-size: 0.78rem; }
.hero-note small { color: var(--muted); font-size: 0.68rem; }
.hero-scroll { display: flex; align-items: center; gap: 10px; margin-top: 35px; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-scroll svg { width: 15px; animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.quick-strip { border-block: 1px solid var(--border); background: var(--cream-deep); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item { display: flex; align-items: center; gap: 15px; min-height: 98px; padding: 20px 22px; border-right: 1px solid var(--border); }
.quick-item:last-child { border-right: 0; }
.quick-item > svg { flex: 0 0 auto; width: 24px; height: 24px; color: var(--brown); stroke-width: 1.5; }
.quick-item strong, .quick-item small { display: block; }
.quick-item strong { color: var(--brown-deep); font-family: var(--display); font-size: 1.02rem; }
.quick-item small { margin-top: 2px; color: var(--muted); font-size: 0.73rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.heading-copy { width: min(100%, 410px); margin-bottom: 6px; color: var(--muted); font-size: 0.95rem; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { min-height: 302px; padding: 28px 28px 24px; border: 1px solid var(--border); border-radius: 7px; background: rgba(255, 252, 243, 0.72); transition: transform 180ms ease, box-shadow 180ms ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card-accent { background: var(--brown); color: var(--white); border-color: var(--brown); }
.offer-card-image { width: calc(100% + 56px); height: 156px; margin: -28px -28px 25px; object-fit: cover; border-radius: 6px 6px 0 0; }
.offer-card-accent h3, .offer-card-accent .card-kicker { color: var(--white); }
.offer-card-accent p { color: rgba(255,253,249,0.75); }
.offer-card-accent .offer-card-top svg { color: var(--caramel); }
.offer-card-accent .tag-row span { border-color: rgba(255,255,255,0.25); color: var(--white); }
.offer-card-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 38px; }
.offer-card-top svg { width: 27px; height: 27px; color: var(--brown); stroke-width: 1.35; }
.card-number { color: var(--caramel); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; }
.card-kicker { margin-bottom: 7px; color: var(--brown); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.offer-card h3 { margin-bottom: 12px; font-size: 2.05rem; }
.offer-card p:not(.card-kicker) { max-width: 275px; margin-bottom: 23px; color: var(--muted); font-size: 0.84rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { padding: 5px 8px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 0.66rem; }
.offer-callout { display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: stretch; margin-top: 16px; overflow: hidden; border-radius: 7px; background: var(--caramel-light); }
.callout-image { min-height: 290px; }
.callout-image img { width: 100%; height: 100%; object-fit: cover; }
.callout-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 44px 58px; }
.callout-copy .eyebrow { margin-bottom: 15px; }
.callout-copy h3 { margin-bottom: 17px; font-size: clamp(2.15rem, 4vw, 3.5rem); }
.callout-copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 18px; color: var(--muted); font-size: 0.87rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: none; color: var(--brown); font-size: 0.83rem; font-weight: 700; }
.text-link::after { display: block; width: 0; height: 1px; content: ""; background: var(--brown); transition: width 180ms ease; }
.text-link:hover::after { width: 22px; }
.text-link svg { width: 15px; }

.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr); align-items: center; gap: 110px; }
.story-collage { position: relative; min-height: 572px; padding: 0 90px 76px 0; }
.story-image-main, .story-image-small { object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }
.story-image-main { width: 82%; height: 500px; }
.story-image-small { position: absolute; right: 0; bottom: 0; width: 54%; height: 244px; border: 10px solid var(--white); }
.story-stamp { position: absolute; bottom: 45px; left: -22px; display: grid; place-items: center; width: 116px; height: 116px; padding: 12px; border: 1px solid var(--caramel); border-radius: 50%; background: var(--cream); color: var(--brown); text-align: center; transform: rotate(-10deg); }
.story-stamp span { font-size: 0.59rem; letter-spacing: 0.1em; text-transform: uppercase; }
.story-stamp strong { font-family: var(--display); font-size: 1.05rem; }
.story-copy h2 { margin-bottom: 22px; }
.story-lead { color: var(--brown); font-size: 1.03rem; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); font-size: 0.88rem; }
.feature-list { display: grid; gap: 17px; margin-top: 30px; }
.feature-list > div { display: flex; align-items: center; gap: 12px; }
.feature-list svg { width: 20px; height: 20px; color: var(--caramel); stroke-width: 1.5; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { color: var(--brown-deep); font-size: 0.82rem; }
.feature-list small { margin-top: 2px; color: var(--muted); font-size: 0.73rem; }

.visit-section { background: var(--brown-deep); color: var(--white); }
.visit-grid { display: grid; grid-template-columns: 0.85fr 0.9fr 1.25fr; gap: 20px; align-items: stretch; }
.eyebrow-light { color: var(--caramel); }
.visit-copy { padding: 16px 20px 20px 0; }
.visit-copy h2 { margin-bottom: 22px; color: var(--white); }
.visit-copy h2 em { color: var(--caramel); }
.visit-copy > p:not(.eyebrow) { max-width: 295px; margin-bottom: 28px; color: rgba(255,253,249,0.68); font-size: 0.87rem; }
.hours-card { padding: 26px 26px 20px; border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; background: rgba(255,255,255,0.04); }
.hours-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; color: var(--caramel); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.hours-list { padding: 0; margin: 0; list-style: none; }
.hours-list li { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.09); color: rgba(255,253,249,0.72); font-size: 0.77rem; }
.hours-list li:last-child { border-bottom: 0; }
.hours-list li.today { color: var(--white); font-weight: 700; }
.hours-list li.today span::after { display: inline-block; width: 5px; height: 5px; margin: 0 0 2px 6px; border-radius: 50%; content: ""; background: var(--caramel); }
.hours-list time { color: var(--caramel); }
.phone-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: var(--white); font-size: 0.78rem; font-weight: 700; }
.phone-link svg { width: 15px; color: var(--caramel); }
.map-card { position: relative; min-height: 422px; overflow: hidden; border-radius: 6px; background: #ecd5aa; }
.map-card iframe { width: 100%; height: 100%; min-height: 422px; border: 0; filter: sepia(18%) saturate(70%); }
.map-placeholder { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; background: var(--cream-deep); color: var(--brown); text-align: center; }
.map-placeholder svg { width: 33px; height: 33px; margin-bottom: 6px; }
.map-placeholder strong { font-family: var(--display); font-size: 1.25rem; }
.map-placeholder span { color: var(--muted); font-size: 0.74rem; }
.map-consent-button { margin-top: 8px; }
.map-card.map-loaded .map-placeholder { display: none; }
.map-label { position: absolute; left: 16px; bottom: 16px; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 4px; background: var(--white); color: var(--brown); font-size: 0.71rem; font-weight: 700; box-shadow: 0 8px 20px rgba(55, 6, 9, 0.18); }
.map-label svg { width: 14px; }

.social-section { background: var(--cream); }
.social-heading { align-items: end; }
.social-handle { display: inline-flex; align-items: center; gap: 8px; color: var(--brown); font-size: 0.83rem; font-weight: 700; }
.social-handle svg { width: 18px; }
.social-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 15px; }
.social-tile { position: relative; min-height: 292px; overflow: hidden; border-radius: 5px; background: var(--brown); }
.social-tile-large { min-height: 430px; }
.social-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.social-tile:hover img { transform: scale(1.04); }
.social-tile::after { position: absolute; inset: auto 0 0; height: 80px; content: ""; background: rgba(55, 6, 9, 0.76); }
.social-tile span { position: absolute; right: 15px; bottom: 15px; left: 15px; z-index: 1; display: flex; justify-content: space-between; align-items: center; color: var(--white); font-size: 0.75rem; font-weight: 700; }
.social-tile span svg { width: 16px; color: var(--caramel); }
.social-footnote { margin: 17px 0 0; color: var(--muted); font-size: 0.74rem; }

.contact-section { background: var(--caramel-light); }
.contact-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; align-items: start; gap: 100px; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { max-width: 405px; color: var(--muted); font-size: 0.9rem; }
.direct-contact { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: var(--brown); }
.direct-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--brown); color: var(--white); }
.direct-icon svg { width: 17px; }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { color: var(--muted); font-size: 0.68rem; }
.direct-contact strong { font-size: 0.98rem; }
.direct-contact > svg { width: 16px; margin-left: auto; }
.address-contact { display: flex; gap: 10px; margin-top: 22px; color: var(--brown); font-size: 0.79rem; font-weight: 600; }
.address-contact svg { width: 17px; flex: 0 0 auto; }
.contact-form { padding: 32px; border: 1px solid rgba(55, 6, 9, 0.15); border-radius: 7px; background: var(--white); box-shadow: var(--shadow); }
.form-intro { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 21px; border-bottom: 1px solid var(--border); padding-bottom: 17px; }
.form-intro span { color: var(--brown); font-family: var(--display); font-size: 1.55rem; }
.form-intro small { color: var(--muted); font-size: 0.72rem; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--brown); font-size: 0.71rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--border); border-radius: 3px; outline: none; background: var(--cream); color: var(--ink); font-size: 0.8rem; font-weight: 400; transition: border 180ms ease, box-shadow 180ms ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brown); box-shadow: 0 0 0 3px rgba(55, 6, 9, 0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; margin-top: 5px; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: 0.68rem; line-height: 1.45; }
.form-status { color: var(--brown); font-weight: 700; }

.site-footer { padding: 63px 0 24px; background: var(--brown-deep); color: rgba(255,253,249,0.66); }
.brand-light { color: var(--caramel); }
.brand-light .brand-copy small { color: rgba(255,253,249,0.5); }
.footer-top { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 45px; }
.footer-brand p { max-width: 250px; margin: 17px 0 0; color: rgba(255,253,249,0.53); font-size: 0.78rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, auto); align-content: start; gap: 13px 32px; color: rgba(255,253,249,0.66); font-size: 0.78rem; }
.footer-links a:hover, .legal-grid a:hover { color: var(--caramel); }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 26px; }
.legal-grid details { border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 14px 16px; }
.legal-grid summary { color: var(--white); cursor: pointer; font-size: 0.77rem; font-weight: 700; }
.legal-grid p { max-width: 600px; margin: 13px 0 0; color: rgba(255,253,249,0.54); font-size: 0.71rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,253,249,0.4); font-size: 0.68rem; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(660px, calc(100% - 36px)); padding: 16px 18px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); box-shadow: 0 18px 50px rgba(55, 6, 9, 0.2); }
.cookie-banner strong { color: var(--brown-deep); font-size: 0.78rem; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: 0.68rem; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-button { padding: 9px 12px; border: 1px solid var(--brown); border-radius: 999px; background: var(--brown); color: var(--white); font-size: 0.68rem; font-weight: 700; }
.cookie-button-muted { border-color: var(--border); background: transparent; color: var(--brown); }
.cookie-banner.is-hidden { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-short { transition-delay: 80ms; }
.reveal-delay { transition-delay: 150ms; }
.reveal-delay-long { transition-delay: 220ms; }

@media (max-width: 980px) {
  .hero-grid { gap: 46px; grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr); }
  .story-grid { gap: 60px; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-copy { grid-column: 1 / -1; padding: 0; }
  .visit-copy > p:not(.eyebrow) { max-width: 550px; }
  .map-card { min-height: 350px; }
  .map-card iframe { min-height: 350px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, 560px); }
  .section-pad { padding: 78px 0; }
  .site-header { min-height: 67px; }
  .nav-wrap { min-height: 67px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 67px 0 auto; display: grid; gap: 0; padding: 12px 17px 20px; border-bottom: 1px solid var(--border); background: var(--cream); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms; box-shadow: 0 15px 24px rgba(55, 6, 9, 0.1); }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
  .main-nav a { padding: 14px 7px; border-bottom: 1px solid var(--border); }
  .main-nav .nav-call { justify-content: center; margin-top: 11px; border: 1px solid var(--brown); }
  .hero { padding-top: 60px; padding-bottom: 60px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 45px; }
  h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-lead { font-size: 0.98rem; }
  .hero-visual { padding: 0 10px 38px 0; }
  .hero-image-frame { min-height: 410px; border-radius: 130px 130px 10px 10px; }
  .hero-image-frame img { height: 410px; }
  .hero-note { right: -1px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { min-height: 72px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .quick-item:last-child { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .heading-copy { margin-top: 23px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; }
  .offer-card-top { margin-bottom: 25px; }
  .offer-callout { grid-template-columns: 1fr; }
  .callout-image { min-height: 230px; }
  .callout-copy { padding: 33px 25px 38px; }
  .story-grid { grid-template-columns: 1fr; gap: 55px; }
  .story-collage { min-height: 430px; padding-right: 56px; }
  .story-image-main { height: 390px; }
  .story-image-small { height: 185px; border-width: 7px; }
  .story-stamp { left: -7px; bottom: 25px; width: 95px; height: 95px; }
  .story-stamp strong { font-size: 0.88rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 320px; }
  .map-card iframe { min-height: 320px; }
  .social-heading { display: flex; flex-direction: column; align-items: start; gap: 20px; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-tile-large { grid-column: 1 / -1; min-height: 320px; }
  .social-tile { min-height: 230px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-form { padding: 24px 19px; }
  .footer-top { display: block; }
  .footer-links { margin-top: 30px; grid-template-columns: repeat(2, auto); gap: 13px 24px; }
  .legal-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span + span { display: block; margin-top: 8px; }
  .cookie-banner { display: block; }
  .cookie-actions { margin-top: 14px; }
}

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