:root {
  --ink: #101619;
  --ink-soft: #263135;
  --paper: #f7f5f0;
  --surface: #ffffff;
  --soft: #ebe9e3;
  --line: #d8d7d1;
  --accent: #dc3f2f;
  --accent-dark: #b82e21;
  --lime: #d8f36c;
  --muted: #697378;
  --shell: 76rem;
  --radius: 0.75rem;
  --shadow: 0 1.25rem 4rem rgba(16, 22, 25, 0.12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
body.admin-bar .site-header { top: 32px; }
body.admin-bar #header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
h1, h2, h3 { margin: 0 0 0.75rem; line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 15ch; font-size: clamp(2.65rem, 6.5vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.narrow { max-width: 52rem; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--ink); }
.content-area { padding-block: 4rem 7rem; }
.skip-link { position: fixed; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.7rem 1rem; color: #fff; background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.section-dark .eyebrow, .contact-band .eyebrow { color: var(--lime); }
.section-dark h2 { color: #fff; }
.section-dark .section-heading > p { color: rgba(255,255,255,.68); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.78rem 1.35rem; border: 2px solid var(--accent); border-radius: 0.25rem; color: #fff; background: var(--accent); font-size: 0.88rem; font-weight: 800; line-height: 1; text-decoration: none; }
.button:hover { border-color: var(--accent-dark); color: #fff; background: var(--accent-dark); }
.button-small { min-height: 2.65rem; padding: 0.6rem 1rem; }
.button-whatsapp { border-color: #177b53; background: #177b53; }
.button-whatsapp:hover { border-color: #116440; background: #116440; }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: #fff; }
.button-dark { border-color: var(--ink); background: var(--ink); }
.button-dark:hover { border-color: var(--accent); background: var(--accent); }
.button-light { border-color: #fff; color: var(--ink); background: #fff; }
.button-light:hover { border-color: var(--lime); color: var(--ink); background: var(--lime); }
.button-ghost, .button-ghost-light { color: var(--ink); background: transparent; }
.button-ghost-light { border-color: rgba(255,255,255,.6); color: #fff; }
.button-ghost-light:hover { border-color: #fff; color: var(--ink); background: #fff; }
.text-link { display: inline-flex; gap: 0.5rem; align-items: center; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(.25rem); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(16,22,25,.1); background: rgba(247,245,240,.94); backdrop-filter: blur(16px); }
#header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(16,22,25,.1); background: rgba(247,245,240,.94); backdrop-filter: blur(16px); }
#header [data-row="middle"] { --height: 5.25rem; }
#header [data-row] > div { background: transparent; }
#header .site-logo-container img { width: 11.5rem; max-width: 100%; max-height: 4rem; object-fit: contain; }
#header .site-title-container { display: none; }
.header-inner { display: flex; min-height: 5rem; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.7rem; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: .9rem; font-weight: 900; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: .3rem; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
body .site-header .custom-logo-link { display: inline-flex; align-items: center; }
body .site-header .custom-logo { display: block; width: auto; max-width: 16rem; max-height: 3.7rem; object-fit: contain; }
.primary-nav { margin-left: auto; }
.site-menu, .footer-menu { display: flex; align-items: center; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.site-menu a { font-size: .82rem; font-weight: 750; text-decoration: none; }
.current-menu-item > a, .current_page_item > a { color: var(--accent); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; margin-left: auto; padding: .6rem; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: .27rem 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 7rem) 0; }
.hero::before { position: absolute; top: -15rem; left: 48%; width: 44rem; height: 44rem; border: 1px solid rgba(16,22,25,.08); border-radius: 50%; content: ""; }
.hero-grid, .page-hero-grid { display: grid; align-items: center; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .8fr); gap: clamp(3rem, 7vw, 7rem); }
.hero-lead, .page-hero p:not(.eyebrow) { max-width: 44rem; color: #475257; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.trust-line { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin: 2.2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; font-weight: 700; list-style: none; }
.trust-line li::before { margin-right: .45rem; color: var(--accent); content: "●"; font-size: .6em; }
.hero-visual { position: relative; }
.photo-placeholder { position: relative; display: flex; overflow: hidden; min-height: 23rem; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, #303d42, #111719 58%, #263135); isolation: isolate; }
.photo-placeholder::before { position: absolute; z-index: -1; top: -12%; right: -15%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; box-shadow: 0 0 0 3rem rgba(255,255,255,.025), 0 0 0 7rem rgba(255,255,255,.018); }
.photo-placeholder::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 35%; background: linear-gradient(transparent, rgba(0,0,0,.45)); content: ""; }
.photo-placeholder strong { max-width: 15ch; margin: .8rem 0; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -.04em; }
.photo-placeholder small { max-width: 34rem; color: rgba(255,255,255,.72); }
.photo-index { align-self: flex-start; padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.35); border-radius: 2rem; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.workshop-photo { position: relative; overflow: hidden; min-height: 23rem; margin: 0; border-radius: var(--radius); background: #d9d9d4; }
.workshop-photo img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.photo-hero { min-height: 34rem; box-shadow: var(--shadow); }
.photo-exterior-portrait img { object-position: 52% 44%; }
.location-chip { position: absolute; right: -1.5rem; bottom: 2rem; display: flex; min-width: 13rem; align-items: center; gap: .75rem; padding: 1rem; border-radius: .5rem; background: var(--lime); box-shadow: var(--shadow); }
.location-chip > span { font-size: 1.5rem; }
.location-chip div { display: flex; flex-direction: column; line-height: 1.2; }
.location-chip small { margin-top: .25rem; }

.split-heading, .section-heading, .specialist-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .75fr); gap: clamp(2rem, 8vw, 8rem); }
.split-heading > div:last-child, .section-heading > p { color: var(--muted); font-size: 1.08rem; }
.section-heading { align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 15ch; }
.brand-grid { display: grid; overflow: hidden; margin: 3rem 0 0; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); grid-template-columns: repeat(4, 1fr); list-style: none; }
.brand-grid li { display: grid; min-height: 11rem; place-items: center; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.08rem; font-weight: 800; text-align: center; }
.brand-grid li:nth-child(4n) { border-right: 0; }
.brand-grid .brand-more { color: var(--ink); background: var(--lime); }
.brand-card { align-content: center; gap: .8rem; color: #fff; background: rgba(255,255,255,.015); transition: color 180ms ease, background-color 180ms ease; }
.brand-logo-wrap { display: grid; width: 5.25rem; height: 5.25rem; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #f7f5f0; box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.18); transition: transform 180ms ease, box-shadow 180ms ease; }
.brand-logo-wrap img { display: block; width: 3.75rem; height: 3.75rem; object-fit: contain; }
.brand-name { line-height: 1.2; }

@media (hover: hover) and (pointer: fine) {
  .brand-card:hover { color: var(--ink); background: var(--lime); }
  .brand-card:hover .brand-logo-wrap { transform: translateY(-.2rem) scale(1.04); box-shadow: 0 1rem 2rem rgba(0,0,0,.22); }
}
.service-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 18rem; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); }
.service-card > span, .service-group > span, .value-grid article > span { display: block; margin-bottom: 3rem; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-card p { color: var(--muted); }
.proof-section { background: #e4e2dc; }
.proof-grid { display: grid; align-items: center; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 8vw, 8rem); }
.proof-grid.reverse .photo-placeholder, .proof-grid.reverse .workshop-photo { order: 2; }
.photo-wide { min-height: 34rem; }
.photo-service-bay img { object-position: 47% center; }
.photo-brand-wall img, .photo-specialist img { object-position: 42% center; }
.photo-reception img { object-position: 45% center; }
.proof-copy h2 { max-width: 12ch; }
.check-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .8rem 0 .8rem 1.7rem; border-bottom: 1px solid rgba(16,22,25,.14); font-weight: 700; }
.check-list li::before { position: absolute; left: 0; color: var(--accent); content: "✓"; }
.specialist-callout { background: var(--lime); }
.specialist-grid { align-items: start; }
.specialist-grid h2 { max-width: 12ch; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-list summary::after { position: absolute; right: .5rem; content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 43rem; padding: 0 0 1.5rem; color: var(--muted); }
.location-section { background: var(--surface); }
.location-grid { display: grid; align-items: stretch; grid-template-columns: 1.1fr .9fr; box-shadow: var(--shadow); }
.map-panel iframe, .map-full iframe { display: block; width: 100%; height: 100%; min-height: 36rem; border: 0; }
.location-copy { padding: clamp(2rem, 6vw, 5rem); background: var(--paper); }
.location-copy address { margin: 1.5rem 0; font-size: 1.05rem; }
.location-copy h3 { margin-top: 2.5rem; }
.hours-list { margin: 0; font-size: .88rem; }
.hours-list > div { display: grid; padding: .42rem 0; border-bottom: 1px solid rgba(16,22,25,.1); grid-template-columns: 7rem 1fr; gap: 1rem; }
.hours-list dt { font-weight: 700; }
.hours-list dd { margin: 0; text-align: right; }
.contact-band { padding: clamp(3rem, 6vw, 5rem) 0; color: #fff; background: var(--accent); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }

.page-hero { padding: clamp(4.5rem, 9vw, 8rem) 0; background: linear-gradient(135deg, #eeece6, var(--paper)); }
.page-hero.compact { padding-block: clamp(4rem, 8vw, 6.5rem); }
.page-hero.compact h1 { max-width: 14ch; font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero-grid .photo-page { min-height: 28rem; }
.value-grid { display: grid; border-top: 1px solid rgba(16,22,25,.15); border-left: 1px solid rgba(16,22,25,.15); grid-template-columns: repeat(4, 1fr); }
.value-grid article { min-height: 17rem; padding: 1.7rem; border-right: 1px solid rgba(16,22,25,.15); border-bottom: 1px solid rgba(16,22,25,.15); }
.value-grid article p { color: var(--muted); }
.service-groups { border-top: 1px solid var(--line); }
.service-group { display: grid; padding: 2.7rem 0; border-bottom: 1px solid var(--line); grid-template-columns: 5rem 1fr; }
.service-group > span { margin: .4rem 0 0; }
.service-group > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; }
.compact-list { display: grid; margin: 0; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
.brand-detail-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.brand-detail-grid article { min-height: 13rem; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); }
.brand-detail-grid p { color: var(--muted); }
.center-note { max-width: 45rem; margin: 2rem auto 0; color: var(--muted); text-align: center; }
.gallery-placeholder, .workshop-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-item { min-height: 24rem; grid-column: span 4; }
.gallery-item:nth-child(1), .gallery-item:nth-child(5) { grid-column: span 8; }
.gallery-item strong { font-size: 2rem; }
.workshop-gallery-item { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--ink); }
.workshop-gallery-item img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; }
.workshop-gallery-item::after { position: absolute; right: 0; bottom: 0; left: 0; height: 42%; pointer-events: none; background: linear-gradient(transparent, rgba(8,13,15,.78)); content: ""; }
.workshop-gallery-item figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.1rem; left: 1.25rem; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.workshop-gallery-item:hover img { transform: scale(1.025); }
.workshop-gallery-item:nth-child(1) img, .workshop-gallery-item:nth-child(5) img { object-position: center 45%; }
.editor-note { margin-top: 2rem; padding: 1rem; border-left: 4px solid var(--accent); background: #fff; }
.wp-block-gallery { gap: 1rem !important; }
.wp-block-gallery img { border-radius: .35rem; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-details h2 { max-width: 12ch; }
.contact-item { display: grid; padding: 1rem 0; border-bottom: 1px solid var(--line); grid-template-columns: 8rem 1fr; }
.contact-item > span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-item p { margin: 0; }
.hours-card { padding: clamp(1.5rem, 5vw, 3rem); background: var(--soft); }
.small-print { margin-top: 1.5rem; color: var(--muted); font-size: .82rem; }
.map-full { position: relative; }
.map-full iframe { min-height: 34rem; }
.map-action { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; width: min(calc(100% - 2.5rem), 40rem); align-items: center; justify-content: space-between; gap: 1rem; margin: auto; padding: 1rem 1.25rem; border-radius: .5rem; background: #fff; box-shadow: var(--shadow); }
.prose { font-size: 1.05rem; }
.prose h2 { margin-top: 2.8rem; font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #404b50; }
.entry-card { padding: 2rem 0; border-bottom: 1px solid var(--line); }

.site-footer { padding: 5rem 0 6.5rem; color: rgba(255,255,255,.76); background: #0a0f11; }
.workshop-footer-panel { padding: 5rem 0 2rem; color: rgba(255,255,255,.76); background: #0a0f11; }
.workshop-footer-panel h2 { color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.workshop-footer-panel a { color: #fff; }
.workshop-footer-panel .hours-list > div { border-color: rgba(255,255,255,.12); }
.john-auto-site .site-footer { padding: 1.5rem 0 6rem; border-top: 1px solid rgba(255,255,255,.12); }
.john-auto-site .site-footer .site-footer-row-container-inner { background: transparent; }
.john-auto-site .site-footer .footer-html { color: rgba(255,255,255,.7); }
.john-auto-site #footer { padding-bottom: 4.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); background: #0a0f11; }
.john-auto-site #footer [data-row] > div { background: transparent; }
.john-auto-site #footer .ct-footer-copyright { color: rgba(255,255,255,.7); }
.john-auto-site #footer .ct-footer-copyright a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1.15fr .7fr; gap: 3rem; }
.footer-grid h2 { color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-logo-link { display: inline-flex; margin-bottom: 1.5rem; align-items: center; }
.footer-logo-link:hover { opacity: .88; }
.footer-logo { width: min(14rem, 100%); height: auto; filter: brightness(0) invert(1); }
.footer-grid a { color: #fff; }
.footer-grid .hours-list > div { border-color: rgba(255,255,255,.12); }
.footer-menu { align-items: flex-start; flex-direction: column; gap: .45rem; }
.footer-menu .site-menu { align-items: flex-start; flex-direction: column; gap: .45rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.mobile-contact-bar { display: none; }

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .site-menu { gap: .85rem; }
  .site-menu a { font-size: .76rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar #header { top: 46px; }
  #header [data-device="mobile"] [data-row="middle"] { --height: 4.75rem; }
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .primary-nav.is-open { display: block; }
  .site-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .site-menu a { display: block; padding: .9rem; font-size: 1rem; }
  .hero-grid, .page-hero-grid, .split-heading, .section-heading, .specialist-grid, .proof-grid, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .hero::before { display: none; }
  .photo-hero { min-height: 28rem; }
  .location-chip { right: .75rem; bottom: .75rem; }
  .section-heading { align-items: start; gap: 1rem; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid li:nth-child(2n) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid.reverse .photo-placeholder, .proof-grid.reverse .workshop-photo { order: initial; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .service-group > div { grid-template-columns: 1fr 1.4fr; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(5) { grid-column: span 6; }
  .map-panel iframe { min-height: 26rem; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  body { padding-bottom: 4.1rem; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  body .site-header .custom-logo { max-width: 13.5rem; max-height: 3.15rem; }
  #header .site-logo-container img { width: 9.5rem; max-width: 100%; max-height: 3.4rem; }
  body .site-header .site-branding .site-title { max-width: 15rem; font-size: 1.28rem; line-height: 1.08; }
  .section { padding-block: 4rem; }
  .header-inner { min-height: 4.5rem; }
  .brand-copy small { font-size: .53rem; }
  .photo-hero, .photo-wide, .page-hero-grid .photo-page { min-height: 24rem; }
  .location-chip { position: relative; right: auto; bottom: auto; margin: -1.5rem 1rem 0; }
  .brand-grid, .service-grid, .value-grid, .brand-detail-grid { grid-template-columns: 1fr; }
  .brand-grid li { min-height: 9.5rem; border-right: 0; }
  .service-card { min-height: auto; }
  .service-card > span, .value-grid article > span { margin-bottom: 2rem; }
  .service-group { grid-template-columns: 2.5rem 1fr; }
  .service-group > div, .compact-list { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(5) { grid-column: 1 / -1; }
  .contact-item { grid-template-columns: 1fr; gap: .35rem; }
  .map-action { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .mobile-contact-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; min-height: 4.1rem; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); grid-template-columns: repeat(3, 1fr); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: .35rem; color: #fff; font-size: .73rem; font-weight: 800; text-decoration: none; }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.14); }
  .hours-list { font-size: .8rem; }
  .hours-list > div { grid-template-columns: 5.7rem 1fr; }
}

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

@media print {
  .site-header, #header, .site-footer, #footer, .mobile-contact-bar, .button-row, .contact-band { display: none !important; }
  body { padding: 0; color: #000; background: #fff; }
}
