/* MotorHaus Performance — local, dependency-free presentation prototype. */
:root {
  color-scheme: dark;
  --black: #101112;
  --panel: #191a1c;
  --paper: #eeeef0;
  --white: #f7f7f8;
  --muted: #b2b3b6;
  --red: #9c2b2d; /* Median of the red pixels in the supplied logo. */
  --red-light: #e47173;
  --line: rgba(255,255,255,.17);
  --font: Arial, Helvetica, sans-serif;
  --display: Bahnschrift, 'Arial Narrow', Arial, sans-serif;
  --gutter: clamp(24px,4.5vw,80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--black); color: var(--white); font: 16px/1.65 var(--font); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; font-weight: 700; letter-spacing: -.04em; }
h2 { font-size: clamp(38px,4.5vw,68px); }
h3 { font-size: clamp(25px,2.3vw,36px); }
p { color: var(--muted); }
address { font-style: normal; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red-light); outline-offset: 6px; }
section:focus { outline: none; }
::selection { background: var(--red); color: white; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -100px; background: white; color: black; padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 16px; }
.site-header { height: 100px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 28px; position: fixed; top: 0; width: 100%; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(10,10,10,.6); transition: height .2s, background .2s; }
.site-header.scrolled { height: 78px; background: rgba(12,13,14,.97); }
.brand { display: block; position: relative; width: 156px; height: 42px; overflow: hidden; flex-shrink: 0; background: #000; }
.brand img { position: absolute; width: 156px; height: 156px; max-width: none; top: -57px; left: 0; }
.desktop-nav { margin-left: auto; display: flex; gap: clamp(13px,1.5vw,24px); align-items: center; font-size: 14px; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--red-light); }
.button { background: var(--red); display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 15px 24px; color: white; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: background .2s, transform .2s; }
.button:hover { background: #b33437; transform: translateY(-2px); }
.button span, .text-link span { font-size: 20px; font-weight: 400; }
.button-small { font-size: 13px; min-height: 44px; padding: 10px 15px; gap: 15px; }
.button-outline { background: transparent; color: inherit; border-color: currentColor; }
.button-outline:hover { background: var(--red); color: white; border-color: var(--red); }
.menu-toggle { display: none; }
.mobile-nav { display: none; }
.hero { min-height: max(820px,100svh); position: relative; display: flex; align-items: center; padding: 155px var(--gutter) 130px; background: #101112; isolation: isolate; }
.hero-media { position: absolute; top: 0; bottom: 0; right: 0; width: 65%; z-index: -2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#101112 0%,rgba(16,17,18,.35) 18%,transparent 40%); pointer-events: none; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#101112 10%,rgba(16,17,18,.98) 24%,rgba(16,17,18,.70) 42%,rgba(16,17,18,.05) 66%),linear-gradient(0deg,#101112 0%,transparent 27%,rgba(0,0,0,.1) 70%,rgba(0,0,0,.5) 100%); pointer-events: none; }
.hero-content { max-width: 850px; }
.eyebrow, .section-label { text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d7d7da; margin-bottom: 27px; }
.red-line { width: 32px; height: 2px; background: var(--red-light); display: inline-block; flex-shrink: 0; }
.hero h1 { font-size: clamp(62px,6.65vw,106px); line-height: 1.01; letter-spacing: -.04em; }
.hero h1 em { font-style: normal; color: var(--red-light); }
.hero-description { max-width: 415px; font-size: 16px; line-height: 1.75; margin-top: 28px; color: #d0d0d4; }
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 14px; font-weight: 600; padding: 8px 0; border-bottom: 1px solid #8c8d90; }
.text-link:hover { color: var(--red-light); border-color: var(--red-light); }
.hero-credit { position: absolute; right: var(--gutter); bottom: 122px; text-align: right; font-size: 12px; line-height: 1.6; text-shadow: 0 2px 10px black; }
.hero-credit>span { display: block; }
.hero-credit strong { font-family: var(--display); font-size: 30px; font-weight: 600; }
.credit-link { color: #ddd; }
.hero-footer { position: absolute; bottom: 0; left: var(--gutter); right: var(--gutter); padding: 25px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; text-transform: uppercase; font-size: 12px; letter-spacing: .09em; color: #c5c6ca; }
.hero-footer a span { margin-left: 24px; }
.section { padding: 105px var(--gutter); }
.section-label { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 60px; }
.manifesto-grid { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 70px; }
.manifesto-grid h2 { font-size: clamp(35px,4.05vw,64px); }
.copy p+p { margin-top: 20px; }
.muted { color: #93959a; }
.principles { display: flex; justify-content: space-between; gap: 25px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); font-size: 14px; color: #b9bbbf; }
.principles span::before { content: '/'; margin-right: 20px; color: var(--red-light); }
.services { background: var(--paper); color: #1b1c1e; color-scheme: light; }
.services p { color: #57585b; }
.services .section-label { color: #5b5c60; border-color: #c6c6c9; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-heading>p { max-width: 340px; }
.service-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 58px; }
.service-number { font-family: var(--display); font-size: 20px; color: #6a6b6e; letter-spacing: -.02em; }
.service-feature-copy { padding: 12px 0 0; }
.service-feature-copy>.eyebrow { margin-top: 30px; margin-bottom: 18px; color: var(--red); }
.service-feature-copy h3 { font-size: clamp(34px,3.5vw,52px); }
.service-feature-copy>p:not(.eyebrow) { margin-top: 25px; max-width: 440px; }
.service-feature-copy .text-link { margin-top: 24px; }
.services .text-link:hover { color: var(--red); border-color: var(--red); }
.service-photo { aspect-ratio: 1.15; background: #181818; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.media-frame { position: relative; overflow: hidden; background: #222325; }
.media-frame>figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 26px; color: white; font-size: 12px; background: linear-gradient(transparent,rgba(0,0,0,.8)); }
.media-frame>figcaption a { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.service-row { display: grid; grid-template-columns: .17fr 1fr 1.12fr; gap: 50px; padding: 35px 0; border-top: 1px solid #c6c6c9; align-items: start; }
.service-row h3 { font-size: clamp(25px,2.5vw,35px); }
.service-row>p { max-width: 510px; font-size: 16px; }
.case-study { background: #141516; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.case-copy>p:not(.eyebrow) { max-width: 430px; margin: 30px 0; }
.case-photo { aspect-ratio: .88; }
.case-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.project-tags span { font-size: 12px; border: 1px solid #454648; padding: 6px 12px; color: #d2d3d6; }
.project-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-bottom: 1px solid var(--line); }
.stat { border-top: 1px solid var(--line); padding: 27px 30px 25px; }
.stat:first-child { padding-left: 0; }
.stat+.stat { border-left: 1px solid var(--line); }
.stat-label { font-size: 13px; color: #bfc0c3; }
.stat strong { display: block; font: 600 clamp(70px,8.5vw,130px)/1.3 var(--display); letter-spacing: -.04em; }
.stat strong>span { font: 400 clamp(22px,2vw,30px)/1 var(--display); letter-spacing: 0; margin-left: 12px; color: var(--red-light); }
.case-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; margin-top: 27px; }
.case-notes p { font-size: 13px; }
.preservation { background: #202123; }
.preservation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.skyline-photo { aspect-ratio: .86; }
.skyline-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; }
.preservation-copy h2 { font-size: clamp(38px,4.1vw,62px); }
.preservation-copy>p:not(.eyebrow) { max-width: 445px; margin-top: 25px; }
.preservation-copy .text-link { margin-top: 26px; }
.portfolio { background: #101112; }
.gallery { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; align-items: start; }
.gallery-item:nth-child(2) { margin-top: 70px; }
.gallery-item:nth-child(3) { margin-top: 140px; }
.gallery-image { aspect-ratio: .76; }
.gallery-feature .gallery-image { aspect-ratio: .76; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.s3-image img { object-position: center bottom; }
.a3-image img, .skyline-image img { object-position: center; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 22px; gap: 15px; }
.gallery-item figcaption h3 { font-size: clamp(23px,2vw,30px); }
.gallery-item figcaption span { display: block; font-size: 13px; color: #b2b3b6; margin-top: 5px; }
.gallery-item figcaption .photo-index { color: var(--red-light); font: 18px var(--display); }
.image-action { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; background: rgba(15,15,15,.75); border: 1px solid #888; display: grid; place-items: center; font-size: 20px; }
.photo-credit { margin-top: 55px; font-size: 12px; color: #a2a3a8; }
.workshop { background: #191a1c; }
.workshop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.workshop-copy>p { margin-top: 26px; max-width: 440px; }
.workshop-copy .text-link { margin-top: 27px; }
.facade-photo { aspect-ratio: .79; }
.facade-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 65%; }
.partner { border-top: 1px solid var(--line); margin-top: 45px; padding-top: 25px; }
.partner span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.partner strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.reviews { background: #e5e5e8; color: #191a1c; color-scheme: light; }
.reviews .section-label { color: #5b5c60; border-color: #c2c3c7; }
.reviews p { color: #57585b; max-width: 410px; }
.reviews-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: center; }
.reviews .button { margin-top: 30px; }
.contact { background: #131416; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 90px; }
.schedule h2 { font-size: clamp(38px,4vw,60px); }
.schedule>p:not(.eyebrow) { max-width: 440px; margin-top: 27px; }
.hours { margin: 35px 0; max-width: 470px; }
.hours>div { display: flex; justify-content: space-between; align-items: start; gap: 30px; border-top: 1px solid var(--line); padding: 20px 0; }
.hours dt { font-size: 14px; color: var(--muted); }
.hours dd { margin: 0; font-size: 16px; text-align: right; }
.location-panel { background: #212225; border-top: 3px solid var(--red); padding: 40px; scroll-margin-top: 100px; }
.location-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.location-top svg { width: 32px; height: 32px; flex-shrink: 0; color: var(--red-light); }
.location-panel h3 { font-size: clamp(52px,5vw,74px); }
.location-state { display: inline-block; font: 14px var(--font); padding: 7px 9px; border: 1px solid #737478; vertical-align: middle; margin-left: 18px; letter-spacing: .04em; }
.location-panel address { margin-top: 25px; color: #c2c3c7; font-size: 16px; }
.location-panel .text-link { margin-top: 20px; width: 100%; }
.location-phone { margin-top: 24px; }
.location-phone span { display: block; font-size: 12px; color: var(--muted); }
.location-phone a { display: inline-block; font: 27px var(--display); padding: 5px 0; }
.small { font-size: 13px; }
.location-panel .small { margin-top: 14px; }
.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 85px; }
.faq h2 { font-size: clamp(35px,3.5vw,52px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 23px 0; display: flex; align-items: start; gap: 25px; justify-content: space-between; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary>span { flex-shrink: 0; color: var(--red-light); font: 25px/1 var(--font); transition: transform .2s; }
.faq-list details[open] summary>span { transform: rotate(45deg); }
.faq-list details p { padding: 0 35px 25px 0; font-size: 15px; }
.final-cta { text-align: center; background: #1e1f21; border-top: 1px solid var(--line); position: relative; }
.final-cta::before { content: ''; width: 55px; height: 3px; background: var(--red-light); position: absolute; top: 0; left: calc(50% - 27px); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(40px,5vw,76px); }
.final-cta>p:not(.eyebrow) { margin: 28px auto 32px; }
.site-footer { padding: 65px var(--gutter) 25px; background: #0b0c0d; color: #b3b4b7; font-size: 13px; }
.footer-main { display: grid; grid-template-columns: 1.15fr 1.1fr 1.3fr .55fr; gap: 40px; padding-bottom: 50px; }
.footer-main .brand { margin-bottom: 24px; }
.footer-title { display: block; margin: 10px 0 20px; color: #ededee; font-size: 14px; }
.footer-main address { margin-bottom: 10px; }
.footer-main nav { display: flex; flex-direction: column; align-items: start; gap: 10px; margin-top: 6px; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 24px; padding-right: 130px; border-top: 1px solid var(--line); font-size: 12px; }
.floating-contact { position: fixed; bottom: 22px; right: 24px; z-index: 15; display: flex; align-items: center; gap: 9px; font-size: 12px; padding: 13px 17px; border: 1px solid #68696d; background: #1b1c1e; color: white; border-radius: 4px; box-shadow: 0 3px 15px #0005; }
.floating-contact:hover { background: var(--red); }
.floating-contact svg { width: 23px; height: 23px; }
.image-error { position: absolute; inset: 20px; display: grid; place-content: center; text-align: center; color: #eee; background: #222325; font-size: 14px; }
.image-unavailable>figcaption, .image-unavailable .image-action { z-index: 2; }

@media (min-width: 1600px) {
  .section, .site-header, .hero, .site-footer { padding-left: max(var(--gutter),calc((100vw - 1480px)/2)); padding-right: max(var(--gutter),calc((100vw - 1480px)/2)); }
}
@media (max-width: 1280px) {
  .header-contact { display: none; }
  .desktop-nav { font-size: 14px; gap: 23px; }
  .service-feature, .case-grid, .preservation-grid, .workshop-grid, .faq-grid { gap: 50px; }
  .contact-grid { gap: 60px; }
  .hero { min-height: max(780px,100svh); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 65px; }
}
@media (max-width: 1000px) {
  .site-header, .site-header.scrolled { height: 80px; }
  .desktop-nav { display: none; }
  .js .menu-toggle { display: inline-flex; margin-left: auto; align-items: center; gap: 14px; border: 1px solid #6a6b6c; color: white; background: transparent; min-height: 44px; padding: 10px 13px; font-size: 14px; cursor: pointer; }
  .menu-icon { width: 20px; display: grid; gap: 5px; }
  .menu-icon i { width: 20px; height: 1px; background: white; transition: transform .2s; }
  .menu-open .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .menu-open { background: #111214; }
  .mobile-nav:not([hidden]) { display: grid; position: absolute; left: 0; right: 0; top: 79px; max-height: calc(100dvh - 80px); overflow-y: auto; padding: 20px var(--gutter) 28px; background: #111214; border-bottom: 1px solid #666; }
  .mobile-nav>a:not(.button) { font: 23px var(--display); padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-nav .button { margin-top: 20px; justify-self: start; }
  html:not(.js) .site-header { position: relative; height: auto; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
  html:not(.js) .desktop-nav { display: flex; flex-wrap: wrap; width: 100%; gap: 12px 20px; margin: 0; }
  html:not(.js) .hero { padding-top: 80px; }
  .hero-content { max-width: 650px; }
  .hero h1 { font-size: clamp(65px,8vw,80px); }
  .hero-media { width: 73%; }
  .hero::before { background: linear-gradient(90deg,#101112 0%,rgba(16,17,18,.95) 12%,rgba(16,17,18,.75) 43%,rgba(16,17,18,.12) 100%),linear-gradient(0deg,#101112 0%,transparent 45%,rgba(0,0,0,.4) 100%); }
  .hero-credit { bottom: 100px; }
  .hero-credit strong { font-size: 23px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-grid h2 { font-size: 52px; }
  .copy { max-width: 610px; }
  .principles { gap: 22px; font-size: 13px; }
  .principles span::before { margin-right: 10px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .service-feature { gap: 30px; align-items: center; }
  .service-photo { aspect-ratio: .8; }
  .service-row { grid-template-columns: 30px 1fr 1.15fr; gap: 24px; }
  .service-row h3 { font-size: 28px; }
  .case-grid, .preservation-grid, .workshop-grid { gap: 35px; }
  .case-photo, .skyline-photo { aspect-ratio: .66; }
  .case-copy h2, .preservation-copy h2, .workshop-copy h2 { font-size: 46px; }
  .preservation-copy .eyebrow { font-size: 11px; }
  .preservation-copy .red-line { display: none; }
  .gallery { gap: 18px; grid-template-columns: 1fr 1fr; }
  .gallery-feature { grid-column: 1/-1; }
  .gallery-feature .gallery-image { aspect-ratio: 1.6; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { margin-top: 15px; }
  .gallery-item:nth-child(3) { margin-top: 70px; }
  .gallery-feature .gallery-image img { object-position: center bottom; }
  .gallery-item figcaption h3 { font-size: 28px; }
  .contact-grid { gap: 35px; }
  .location-panel { padding: 27px; }
  .schedule h2 { font-size: 40px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 95px; }
  h2 { font-size: clamp(35px,8.8vw,52px); }
  .hero { min-height: max(900px,100svh); padding-top: 136px; padding-bottom: 340px; align-items: flex-start; }
  .hero h1 { font-size: clamp(47px,9.1vw,68px); }
  .hero .eyebrow { margin-bottom: 24px; font-size: 11px; }
  .hero-content { width: 100%; }
  .hero-media { left: 0; right: 0; top: auto; bottom: 65px; height: 340px; width: 100%; }
  .hero-media img { object-position: center bottom; }
  .hero-media::after { background: linear-gradient(180deg,#101112 0%,transparent 24%,transparent 78%,#101112 100%); }
  .hero::before { background: linear-gradient(0deg,#101112 0%,transparent 20%,transparent 37%,#101112 49%,#101112 100%); }
  .hero-description { max-width: 370px; font-size: 16px; margin-top: 23px; }
  .hero-actions { gap: 14px 25px; margin-top: 25px; align-items: flex-start; }
  .hero-actions .button { min-height: 53px; padding: 13px 20px; }
  .hero-actions .text-link { padding: 8px 0; }
  .hero-credit { bottom: 95px; font-size: 11px; }
  .hero-credit strong { font-size: 24px; }
  .hero-credit .credit-link { font-size: 12px; }
  .hero-footer { padding: 23px 0; font-size: 10px; letter-spacing: .08em; }
  .hero-footer>a { display: none; }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .section-label { margin-bottom: 38px; padding-bottom: 22px; font-size: 11px; }
  .section-label>span:last-child { display: none; }
  .manifesto-grid { gap: 28px; }
  .manifesto-grid h2 { font-size: clamp(33px,8.4vw,49px); }
  .principles { flex-direction: column; gap: 12px; margin-top: 35px; padding-top: 25px; font-size: 14px; }
  .principles span::before { margin-right: 16px; }
  .section-heading { display: block; margin-bottom: 37px; }
  .section-heading>p, .section-heading>.text-link { margin-top: 24px; }
  .service-feature { grid-template-columns: 1fr; gap: 35px; padding-bottom: 35px; }
  .service-feature-copy { padding-top: 0; }
  .service-feature-copy>.eyebrow { margin-top: 20px; }
  .service-feature-copy h3 { font-size: 38px; }
  .service-photo { aspect-ratio: .93; }
  .service-row { grid-template-columns: 30px 1fr; gap: 16px 18px; padding: 28px 0; }
  .service-row>p { grid-column: 2; }
  .service-row h3 { font-size: 28px; }
  .service-row h3 br { display: none; }
  .service-number { font-size: 18px; }
  .case-grid, .preservation-grid, .workshop-grid { grid-template-columns: 1fr; gap: 38px; }
  .case-copy h2, .preservation-copy h2, .workshop-copy h2 { font-size: clamp(42px,10.5vw,60px); }
  .case-copy h2 br:nth-child(2) { display: none; }
  .case-photo { aspect-ratio: .82; }
  .case-photo img { object-position: center 54%; }
  .project-stats { margin-top: 35px; grid-template-columns: 1fr; }
  .stat, .stat:first-child { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .stat+.stat { border-left: 0; }
  .stat-label { max-width: 120px; font-size: 13px; }
  .stat strong { font-size: 67px; white-space: nowrap; }
  .stat strong>span { font-size: 22px; margin-left: 8px; }
  .case-notes { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
  .preservation-copy { grid-row: 1; }
  .preservation-copy .eyebrow { font-size: 11px; }
  .skyline-photo { aspect-ratio: .81; }
  .skyline-photo img { object-position: center 46%; }
  .gallery { grid-template-columns: 1fr; gap: 34px; }
  .gallery-feature { grid-column: auto; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { margin-top: 0; }
  .gallery-feature .gallery-image { aspect-ratio: .92; }
  .gallery-image { aspect-ratio: .87; }
  .a3-image img { object-position: center 52%; }
  .skyline-image img { object-position: center 46%; }
  .gallery-item figcaption { padding-top: 18px; }
  .photo-credit { margin-top: 32px; }
  .facade-photo { aspect-ratio: .85; }
  .workshop-copy>p { margin-top: 23px; }
  .partner { margin-top: 30px; }
  .reviews-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .reviews .button { gap: 22px; }
  .contact-grid { gap: 45px; }
  .schedule h2 { font-size: clamp(38px,9vw,54px); }
  .hours>div { gap: 16px; }
  .location-panel { padding: 28px 24px; }
  .location-panel h3 { font-size: 63px; }
  .faq h2 { font-size: 37px; }
  .faq-grid { gap: 35px; }
  .faq-list summary { font-size: 16px; padding: 21px 0; gap: 15px; }
  .faq-list details p { padding-right: 15px; font-size: 16px; }
  .final-cta h2 { font-size: clamp(36px,8.5vw,50px); }
  .final-cta h2 br { display: none; }
  .final-cta .eyebrow { font-size: 11px; }
  .desktop-break { display: none; }
  .site-footer { padding-top: 45px; padding-bottom: 95px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-bottom: 32px; }
  .footer-main p, .footer-main address, .footer-main>a { font-size: 14px; }
  .footer-title { margin: 0 0 12px; }
  .footer-main nav { flex-direction: row; flex-wrap: wrap; gap: 20px; font-size: 14px; }
  .footer-bottom { flex-direction: column; padding-right: 0; gap: 12px; }
  .floating-contact { right: 18px; bottom: 18px; padding: 13px; }
  .floating-contact>span { display: none; }
}
@media (max-width: 359px) {
  .hero h1 { font-size: 43px; }
  .button { padding: 13px 17px; gap: 20px; }
  .hero { min-height: 1030px; }
  .stat strong { font-size: 58px; }
  .stat strong>span { font-size: 19px; }
  .brand { width: 145px; }
  .menu-toggle { padding: 9px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: relative; }
  .floating-contact, .menu-toggle { display: none !important; }
  section { break-inside: avoid; }
}
