:root {
  --black: #090b0c;
  --black-soft: #111416;
  --red: #d8171f;
  --ink: #151719;
  --white: #ffffff;
  --paper: #f7f7f5;
  --muted: #5d6265;
  --line: #d8dbdc;
  --dark-line: rgba(255,255,255,.2);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.shell { width: min(100%, var(--max)); margin-inline: auto; }
.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: relative; z-index: 20; min-height: 94px; background: var(--black); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 38px; }
.brand { flex: 0 0 auto; }
.brand img { width: clamp(210px, 22vw, 305px); height: auto; }
.boiler-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.brand.boiler-brand img, .footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.site-header .boiler-brand img { filter: invert(1); mix-blend-mode: screen; }
.boiler-brand .boiler-word { font-size: 21px; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 24px; flex: 0 1 auto; min-width: 0; margin-left: auto; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 700; }
.site-nav a { white-space: nowrap; }
.site-nav a:hover { color: var(--white); }
.header-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-status .status-dot { width: 9px; height: 9px; flex: 0 0 9px; background: #dca31b; border-radius: 50%; }
.header-status.open .status-dot { background: #48c66b; }
.header-status.soon .status-dot { background: #dca31b; }
.header-status.closed .status-dot { background: var(--red); }
.top-actions { display: flex; align-items: stretch; gap: 14px; flex: 0 0 auto; }
.direction-action-wrap { position: relative; }
.site-header-status { position: absolute; top: 100%; left: 0; right: 0; padding-top: 16px; pointer-events: none; }
.site-header-status-inner { display: flex; justify-content: flex-end; padding-inline: 38px; }
.site-header-status .header-status { color: var(--muted); font-size: 12px; }
.action { min-height: 58px; display: inline-flex; align-items: center; gap: 13px; padding: 10px 20px; border: 1px solid rgba(255,255,255,.7); color: var(--white); background: transparent; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.action:hover { background: rgba(255,255,255,.08); transform: translateY(-1px); }
.action-primary { background: var(--red); border-color: var(--red); }
.action-primary:hover { background: #ee1d26; border-color: #ee1d26; }
.action-light { color: var(--ink); background: var(--white); border-color: var(--ink); }
.action-light:hover { color: var(--ink); background: #eceeed; }
.financing-action { position: relative; overflow: hidden; }
.financing-action::after { content: ""; position: absolute; inset: -40% auto -40% -30%; width: 52%; pointer-events: none; background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.24) 43%, rgba(255,255,255,.84) 50%, rgba(255,255,255,.24) 57%, transparent 100%); opacity: 0; transform: translateX(-180%) rotate(18deg); animation: financing-shimmer 1.2s ease-out 3s 1 both; }
@keyframes financing-shimmer { 0%, 5% { opacity: 0; transform: translateX(-180%) rotate(18deg); } 20%, 80% { opacity: 1; } 100% { opacity: 0; transform: translateX(320%) rotate(18deg); } }
@media (prefers-reduced-motion: reduce) { .financing-action::after { animation: none; } }
.action i { font-size: 23px; }
.action-copy { display: grid; line-height: 1.03; }
.action-label { font: 28px/1 var(--display); letter-spacing: .02em; white-space: nowrap; }
.action-label-short { display: none; }
.action-detail { margin-top: 4px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 38px; align-items: center; padding: 62px 38px 68px; background: var(--paper); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; color: var(--ink); font: clamp(64px, 7vw, 108px)/.88 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.hero-support { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.55vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-actions .action { min-height: 58px; }
.trust-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 27px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-points span { display: inline-flex; align-items: center; gap: 8px; }
.trust-points i { color: var(--red); }
.hero-image { position: relative; height: clamp(380px, 48vw, 700px); min-height: 0; overflow: hidden; background: var(--black); }
.hero-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 56%; }
.hero-image span { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; color: var(--white); background: rgba(9,11,12,.82); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.services { padding: 18px 38px 32px; color: var(--white); background: var(--black); border-bottom: 1px solid var(--red); }
.services-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--dark-line); }
.service { position: relative; min-height: 158px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 16px 14px 20px; border-right: 1px solid var(--dark-line); color: var(--white); text-align: center; transition: background .18s ease; }
.service:last-child { border-right: 0; }
.service:hover { background: var(--black-soft); }
.service-icon { width: clamp(42px, 4.2vw, 58px); height: clamp(42px, 4.2vw, 58px); display: grid; place-items: center; }
.service-icon img { width: 100%; height: 100%; object-fit: contain; }
.service-name { font: clamp(24px, 2.3vw, 36px)/1 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.service-description { max-width: 170px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }
.service::after { content: ""; position: absolute; bottom: 0; width: 36px; height: 4px; background: var(--red); }

.wheel-showcase { padding: 28px 38px 52px; color: var(--white); background: var(--black-soft); border-bottom: 1px solid var(--dark-line); overflow: hidden; }
.section-intro { display: grid; grid-template-columns: minmax(0, auto) minmax(260px, 1fr); column-gap: 36px; align-items: end; margin-bottom: 20px; }
.section-intro .section-title { grid-column: 1; }
.section-intro .section-subtitle { grid-column: 2; grid-row: 1 / 3; justify-self: end; max-width: 650px; margin: 0 0 3px; text-align: right; }
.section-title { display: flex; align-items: center; gap: 17px; margin: 0; color: var(--ink); font: clamp(48px, 5vw, 78px)/.95 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.section-title::before { content: ""; width: 9px; height: .75em; flex: 0 0 auto; background: var(--red); }
.wheel-showcase .section-title { color: var(--white); }
.wheel-showcase .section-subtitle { color: rgba(255,255,255,.68); }
.wheel-showcase .eyebrow { color: #ff5960; }
.section-subtitle { margin: 10px 0 0 26px; color: var(--muted); font-size: clamp(18px, 1.8vw, 24px); }
.showcase-status { margin: 0 0 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
.showcase-track { display: flex; gap: 22px; overflow-x: auto; padding: 0 4px 18px; scroll-snap-type: x mandatory; scrollbar-color: var(--red) transparent; }
.carousel-controls { display: none; }
.showcase-card { flex: 0 0 min(760px, calc(100% - 54px)); min-width: 0; padding: 18px; scroll-snap-align: start; background: var(--white); border: 1px solid #e5e7e6; border-radius: 18px; box-shadow: 0 15px 32px rgba(0,0,0,.24); }
.showcase-image-wrap { display: grid; place-items: center; height: 220px; overflow: hidden; background: var(--white); }
.showcase-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.showcase-thumbnails { display: flex; gap: 10px; overflow-x: auto; padding: 8px 0 2px; }
.finish-thumb { width: 44px; height: 44px; flex: 0 0 44px; padding: 3px; cursor: pointer; background: var(--white); border: 2px solid var(--line); border-radius: 8px; }
.finish-thumb:hover, .finish-thumb.is-selected { border-color: var(--red); }
.finish-thumb.is-selected { box-shadow: inset 0 0 0 1px var(--red); }
.finish-thumb img { width: 100%; height: 100%; object-fit: contain; }
.showcase-copy { padding: 6px 4px 2px; }
.showcase-brand { margin: 0 0 2px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.showcase-model { margin: 0; color: var(--ink); font: clamp(38px, 4vw, 56px)/.9 var(--display); text-transform: uppercase; }
.showcase-finish { margin: 3px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.showcase-specs { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.showcase-specs span + span { padding-left: 18px; border-left: 2px solid var(--red); }
.fitment-note { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.fitment-note i { color: var(--red); font-size: 25px; }
.fitment-note strong { display: block; font-size: 14px; }
.fitment-note span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.showcase-cta { width: 100%; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 7px; padding: 8px 18px; color: var(--white); background: var(--red); border: 1px solid var(--red); font: 20px/1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.showcase-cta:hover { background: #ee1d26; }

.tire-brands { padding: 22px 38px 24px; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); overflow: hidden; }
.tire-brands-viewport { position: relative; overflow: hidden; }
.tire-brands-viewport::before, .tire-brands-viewport::after { position: absolute; top: 0; bottom: 0; z-index: 1; width: 70px; content: ""; pointer-events: none; }
.tire-brands-viewport::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.tire-brands-viewport::after { right: 0; background: linear-gradient(270deg, var(--white), transparent); }
.tire-brands-track { display: flex; width: max-content; animation: tire-brands-scroll 34s linear infinite; }
.tire-brand-group { display: flex; align-items: center; gap: 48px; padding-right: 48px; }
.tire-brand { display: inline-flex; align-items: center; justify-content: center; width: 150px; height: 54px; flex: 0 0 auto; overflow: hidden; }
.tire-brand-logo { display: block; max-width: 100%; max-height: 100%; }
.tire-brand-logo-wide { width: 180px; height: 48px; object-fit: contain; }
.tire-brand-logo-square { width: 140px; height: 52px; object-fit: cover; object-position: center; }
.tire-brand-logo-michelin { transform: scale(1.25); }
.tire-brand-logo-yokohama { transform: scale(1.45); }
@keyframes tire-brands-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (min-width: 981px) {
  .showcase-track { overflow-x: visible; }
  .showcase-card { flex-basis: calc((100% - 44px) / 3); padding: 10px; border-radius: 16px; }
  .showcase-image-wrap { height: 220px; }
  .showcase-thumbnails { gap: 8px; padding: 6px 0 0; }
  .finish-thumb { width: 44px; height: 44px; flex-basis: 44px; }
  .showcase-copy { padding: 4px 0 0; }
  .showcase-model { font-size: clamp(36px, 3.3vw, 48px); }
  .showcase-cta { min-height: 40px; font-size: 20px; }
}

.reviews { display: grid; grid-template-columns: minmax(280px, 31%) 1fr; background: var(--white); border-bottom: 1px solid var(--line); }
.reviews > * { min-width: 0; }
.rating { display: grid; align-content: center; justify-items: center; min-height: 350px; padding: 30px; color: var(--white); background: var(--red); text-align: center; }
.rating:hover { background: #ee1d26; }
.rating-value { font: clamp(128px, 15vw, 208px)/.76 var(--display); }
.stars { margin: 18px 0 12px; font-size: clamp(22px, 2.7vw, 38px); letter-spacing: 4px; }
.rating p { margin: 0; font: 25px/1.05 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.rating small { margin-top: 10px; color: rgba(255,255,255,.78); font-size: 11px; }
.review-panel { min-width: 0; padding: 34px 38px 38px; overflow: hidden; }
.section-kicker { margin: 0 0 28px; color: var(--ink); font: 34px/1 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review { min-height: 205px; padding: 8px 26px 8px 22px; border-right: 1px solid var(--line); }
.review:last-child { border-right: 0; }
.review-stars { color: var(--red); letter-spacing: 2px; font-size: 17px; }
.review p { min-height: 92px; margin: 12px 0 18px; font-size: 16px; line-height: 1.55; }
.review cite { color: var(--muted); font-size: 14px; font-style: normal; }

.work { padding: 40px 38px 48px; background: var(--white); }
.work-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.work .section-title, .visit .section-title { font-size: clamp(38px, 4vw, 56px); }
.instagram-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--red); color: var(--muted); font-size: 14px; font-weight: 700; }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 280px 280px; gap: 10px; }
.gallery-item { position: relative; overflow: hidden; width: 100%; height: 100%; background: #eceeed; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item:nth-child(4) { grid-column: 3; grid-row: 1 / 3; }
.gallery-item img, .gallery-item video { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.gallery-item:hover img, .gallery-item:hover video { transform: scale(1.025); opacity: .86; }
.gallery-label { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; color: var(--white); background: rgba(9,11,12,.78); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-instagram { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; font-size: 22px; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover .gallery-instagram, .gallery-item:focus-visible .gallery-instagram { opacity: 1; }
.gallery-item:nth-child(1) img { object-position: center 72%; }
.gallery-item:nth-child(3) img { object-position: center 38%; }

.visit { padding: 24px 38px 44px; background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.contact-list, .hours-list { display: grid; gap: 18px; align-content: start; padding: 10px 0; }
.contact-row { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; font-size: 18px; line-height: 1.45; }
.contact-row i { margin-top: 4px; color: var(--red); font-size: 24px; text-align: center; }
.hours-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 3px; color: var(--ink); font: 27px/1 var(--display); text-transform: uppercase; }
.hours-heading i { color: var(--red); }
.status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.status-dot { width: 9px; height: 9px; flex: 0 0 9px; background: #dca31b; border-radius: 50%; }
.status.open .status-dot { background: #48c66b; }
.status.soon .status-dot { background: #dca31b; }
.status.closed .status-dot { background: var(--red); }
.hours-row { display: grid; grid-template-columns: 92px 1fr; gap: 14px; color: var(--ink); font-size: 15px; }
.map-wrap { min-height: 300px; overflow: hidden; border: 1px solid var(--line); background: #eef0ef; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 300px; border: 0; filter: grayscale(.7); }
.visit-ctas { display: flex; gap: 10px; margin-top: 20px; }
.visit-ctas .action { flex: 1; justify-content: center; color: var(--ink); border-color: var(--ink); }
.visit-ctas .action-primary { color: var(--white); border-color: var(--red); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 38px 24px; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: 12px; }
.site-footer a { color: var(--ink); font-weight: 700; }
.site-footer .footer-brand { color: var(--ink); }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; text-align: right; }
.footer-contact a, .footer-contact span { color: var(--muted); font-weight: 400; }
.boiler-word { color: inherit; font-family: "Archivo", sans-serif; font-weight: 800; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .header-inner { padding-inline: 24px; }
  .site-header-status-inner { padding-inline: 24px; }
  .action { padding-inline: 15px; }
  .action-detail { display: none; }
  .site-nav { gap: 14px; font-size: 14px; }
  .header-status { font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding: 52px 24px 58px; }
  .hero-image { height: clamp(300px, 60vw, 520px); min-height: 0; }
  .hero-image img { min-height: 0; }
  .services { padding-inline: 24px; }
  .services-list { grid-template-columns: repeat(3, 1fr); }
  .service:nth-child(3) { border-right: 0; }
  .service:nth-child(-n + 3) { border-bottom: 1px solid var(--dark-line); }
  .reviews { grid-template-columns: 260px 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .review:last-child { border-bottom: 0; }
  .review p { min-height: auto; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px 240px; }
  .gallery-item:first-child { grid-row: 1 / 3; }
  .gallery-item:nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-wrap { grid-column: 1 / 3; }
}

@media (max-width: 1100px) {
  .site-nav { flex: 1 1 auto; justify-content: flex-end; gap: 14px; min-width: 0; overflow: hidden; font-size: 13px; }
  .site-nav a { display: none; overflow: hidden; text-overflow: ellipsis; }
  .site-nav .nav-priority-1 { display: block; }
  .top-actions .action-label-full { display: none; }
  .top-actions .action-label-short { display: block; }
  .top-actions .action-detail { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 78px; }
  .header-inner { min-height: 78px; display: flex; gap: 8px; padding: 8px 10px; }
  .site-header-status-inner { padding-inline: 10px; }
  .brand { display: flex; flex: 1 1 auto; min-width: 0; justify-content: flex-start; }
  .brand img { width: clamp(140px, 42vw, 175px); }
  .brand.boiler-brand img { width: 34px; height: 34px; }
  .site-nav { gap: 10px; font-size: 12px; }
  .site-nav .nav-priority-2 { display: none; }
  .top-actions { gap: 6px; }
  .top-actions .action { width: 48px; min-height: 48px; justify-content: center; padding: 7px 0; gap: 8px; }
  .top-actions .action-copy { display: none; }
  .top-actions .action i { font-size: 17px; }
  .top-actions .action-label { font-size: 18px; }
  .hero { padding: 38px 16px 42px; gap: 28px; }
  .hero h1 { font-size: clamp(56px, 16vw, 84px); }
  .hero-support { margin-top: 18px; font-size: 16px; }
  .hero-actions { margin-top: 22px; }
  .hero-actions .action { flex: 1 1 180px; justify-content: center; }
  .trust-points { display: grid; gap: 10px; margin-top: 21px; }
  .hero-image { height: clamp(250px, 72vw, 420px); min-height: 0; }
  .hero-image img { min-height: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-contact { justify-content: flex-start; text-align: left; }
  .services { padding: 14px 16px 26px; }
  .services-list { grid-template-columns: 1fr 1fr; }
  .service { min-height: 138px; padding: 14px 10px 18px; }
  .service:nth-child(3) { border-right: 1px solid var(--dark-line); }
  .service:nth-child(2n) { border-right: 0; }
  .service:nth-child(-n + 3) { border-bottom: 1px solid var(--dark-line); }
  .service:nth-child(4), .service:nth-child(5) { border-bottom: 0; }
  .service-icon { width: 42px; height: 42px; }
  .service-name { font-size: 25px; }
  .service-description { font-size: 11px; }
  .wheel-showcase { padding: 24px 16px 38px; }
  .section-intro { display: block; margin-bottom: 18px; }
  .section-intro .section-subtitle { max-width: none; margin: 9px 0 0 19px; text-align: left; }
  .section-title { gap: 12px; font-size: 50px; }
  .section-title::before { width: 7px; }
  .section-subtitle { margin-left: 19px; font-size: 17px; }
  .showcase-track { gap: 14px; margin-inline: -2px; padding-inline: 0 10px; }
  .showcase-card { flex-basis: calc(100vw - 42px); padding: 12px; border-radius: 14px; }
  .showcase-image-wrap { height: 230px; }
  .showcase-thumbnails { gap: 8px; padding-top: 10px; }
  .finish-thumb { width: 48px; height: 48px; flex-basis: 48px; }
  .showcase-copy { padding-top: 10px; }
  .showcase-model { font-size: 52px; }
  .showcase-specs { font-size: 13px; }
  .showcase-specs span + span { padding-left: 12px; }
  .fitment-note { gap: 9px; }
  .fitment-note strong { font-size: 12px; }
  .fitment-note span { font-size: 12px; }
  .showcase-cta { min-height: 54px; font-size: 23px; }
  .tire-brands { padding: 18px 16px 20px; }
  .tire-brand-group { gap: 28px; padding-right: 28px; }
  .tire-brand { width: 120px; height: 44px; }
  .tire-brand-logo-wide { width: 145px; height: 40px; }
  .tire-brand-logo-square { width: 112px; height: 42px; }
  .carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .carousel-hint { text-align: center; }
  .carousel-button { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; cursor: pointer; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
  .carousel-button:hover { color: var(--white); background: var(--red); border-color: var(--red); }
  .reviews { grid-template-columns: 1fr; }
  .rating { min-height: 235px; }
  .rating-value { font-size: 142px; }
  .stars { margin: 12px 0 9px; font-size: 26px; }
  .review-panel { padding: 28px 16px 32px; }
  .section-kicker { font-size: 38px; }
  .review-grid { display: flex; width: 100%; max-width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; }
  .review { min-width: 84vw; padding: 5px 20px 20px 4px; scroll-snap-align: start; }
  .review-controls { margin-top: 12px; }
  .work { padding: 32px 16px 36px; }
  .work-header { align-items: start; }
  .work .section-title, .visit .section-title { font-size: 36px; }
  .instagram-link span { display: none; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 185px 220px; gap: 7px; }
  .gallery-item:first-child { grid-column: 1 / 3; grid-row: 1; }
  .gallery-item:nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .visit { padding: 18px 16px 34px; }
  .visit-grid { grid-template-columns: 1fr; gap: 20px; }
  .map-wrap { grid-column: auto; min-height: 250px; }
  .map-wrap iframe { min-height: 250px; }
  .visit-ctas { display: none; }
  .site-footer { display: grid; justify-content: center; padding: 18px 16px 24px; text-align: center; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: #050607; border-top: 1px solid rgba(255,255,255,.22); opacity: 0; pointer-events: none; transform: translateY(110%); transition: opacity .18s ease, transform .18s ease; }
  .mobile-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-bar .action { min-height: 54px; justify-content: center; padding: 7px 10px; }
  .mobile-bar .action-label { font-size: 21px; }
  .mobile-bar .action-detail { display: none; }
}


@media (max-width: 359px) {
  .brand img { width: 110px; }
  .site-nav { gap: 6px; font-size: 11px; }
}

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