:root {
  --red: #ed103d;
  --red-dark: #c80931;
  --red-soft: #fff0f4;
  --yellow: #ffd100;
  --ink: #161a20;
  --ink-2: #272d35;
  --muted: #6e747c;
  --line: #e5e7ea;
  --surface: #f4f5f6;
  --white: #fff;
  --blue: #072e6f;
  --container: 1180px;
  --shadow: 0 18px 48px rgba(17, 24, 39, .14);
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), 1320px); 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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 100; background: #fff; box-shadow: 0 1px 0 rgba(15, 23, 42, .08); }
.header-main { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; }
.brand img { width: 224px; height: auto; }
.main-nav { display: flex; align-items: stretch; gap: 3px; margin-left: auto; min-height: 86px; }
.main-nav a { position: relative; display: flex; align-items: center; padding: 0 13px; font-size: 13px; font-weight: 700; white-space: nowrap; color: #2e3339; }
.main-nav a::after { content: ""; position: absolute; height: 3px; left: 13px; right: 13px; bottom: 0; background: var(--red); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: var(--red); }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav .nav-appointment { color: #fff; background: var(--red); align-self: center; min-height: 42px; border-radius: 4px; margin-inline: 5px; padding-inline: 17px; }
.main-nav .nav-appointment::after { display: none; }
.main-nav .nav-appointment:hover { color: #fff; background: var(--red-dark); }
.header-tools { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 50%; color: #343a40; display: grid; place-items: center; position: relative; }
.icon-button:hover { border-color: var(--red); color: var(--red); }
.icon-button svg { width: 21px; height: 21px; }
.cart-count { position: absolute; right: -3px; top: -4px; min-width: 19px; height: 19px; border-radius: 10px; background: var(--red); color: #fff; border: 2px solid #fff; font-size: 10px; font-weight: 800; display: grid; place-items: center; }
.nav-toggle { display: none; width: 43px; height: 43px; border: 0; background: transparent; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .25s ease, opacity .25s ease; }

.workshop-strip { background: var(--ink-2); color: #fff; }
.workshop-strip-inner { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.workshop-trigger { min-width: 0; display: flex; align-items: center; gap: 12px; background: transparent; color: #fff; border: 0; padding: 5px 0; text-align: left; }
.location-pin { width: 31px; height: 31px; border-radius: 50%; background: var(--red); display: grid; place-items: center; flex: 0 0 auto; }
.location-pin svg { width: 17px; height: 17px; }
.workshop-copy { display: grid; min-width: 250px; line-height: 1.15; }
.workshop-copy strong { font-size: 13px; }
.workshop-copy small { color: #b9c0c8; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.workshop-select { font-size: 12px; font-weight: 800; color: var(--yellow); text-transform: uppercase; letter-spacing: .04em; }
.chevron { width: 17px; height: 17px; color: #fff; }
.workshop-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.workshop-phone svg { width: 18px; height: 18px; color: var(--yellow); }

.hero { background: #0b0d10; overflow: hidden; }
.hero-carousel { position: relative; width: min(100%, 1536px); margin-inline: auto; aspect-ratio: 1280 / 600; min-height: 360px; max-height: 650px; overflow: hidden; background: #111; }
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(10, 13, 18, .48); color: #fff; backdrop-filter: blur(6px); transition: background .2s, transform .2s; }
.carousel-arrow:hover { background: var(--red); transform: translateY(-50%) scale(1.05); }
.carousel-arrow svg { width: 25px; height: 25px; }
.carousel-prev { left: 26px; }
.carousel-next { right: 26px; }
.carousel-dots { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 3; display: flex; gap: 8px; padding: 7px 10px; border-radius: 20px; background: rgba(0,0,0,.25); }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.carousel-dot.is-active { width: 28px; border-radius: 8px; background: var(--yellow); }

.finder-wrap { position: relative; z-index: 10; margin-top: -62px; padding-bottom: 42px; }
.finder-card { display: grid; grid-template-columns: 235px minmax(0, 1fr); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.finder-visual { min-height: 246px; padding: 28px 25px; background: linear-gradient(145deg, #252b33 0%, #11151b 78%); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; overflow: hidden; position: relative; }
.finder-visual::before { content: ""; position: absolute; width: 190px; height: 190px; border: 34px solid rgba(237,16,61,.24); border-radius: 50%; right: -110px; top: -70px; }
.finder-eyebrow { position: relative; z-index: 1; color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 800; }
.finder-visual img { position: absolute; z-index: 1; left: 22px; right: 22px; top: 78px; width: calc(100% - 44px); height: 78px; object-fit: contain; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.finder-visual img.is-visible { opacity: 1; transform: translateY(0); }
.finder-visual .size-illustration { height: 110px; top: 56px; }
.finder-visual-label { position: relative; z-index: 1; font-weight: 800; font-size: 18px; max-width: 160px; line-height: 1.15; }
.finder-content { padding: 28px 32px 31px; min-width: 0; }
.finder-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 23px; }
.section-kicker { display: block; margin-bottom: 7px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.finder-heading-row h1 { margin: 0; font-size: clamp(22px, 2vw, 30px); line-height: 1.15; }
.finder-tabs { display: inline-flex; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; flex: 0 0 auto; }
.finder-tab { border: 0; background: #fff; color: #5c626a; padding: 11px 17px; font-size: 12px; font-weight: 800; }
.finder-tab + .finder-tab { border-left: 1px solid var(--line); }
.finder-tab.is-active { background: var(--red); color: #fff; }
.finder-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 160px; align-items: end; gap: 11px; }
.finder-panel[hidden] { display: none; }
.finder-panel label { display: grid; gap: 6px; min-width: 0; }
.finder-panel label > span { font-size: 11px; font-weight: 800; color: #474d54; }
.finder-panel select { width: 100%; height: 48px; border: 1px solid #d7dadd; border-radius: 4px; background: #fff; padding: 0 34px 0 12px; color: #676d74; font-size: 12px; outline: none; }
.finder-panel select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,16,61,.11); }
.finder-spacer { display: block; }
.primary-button { border: 0; border-radius: 4px; background: var(--red); color: #fff; font-weight: 800; min-height: 48px; padding: 0 20px; transition: background .2s, transform .2s; }
.primary-button:hover { background: var(--red-dark); transform: translateY(-1px); }
.finder-submit { display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; font-size: 12px; }
.finder-submit svg { width: 17px; height: 17px; }
.quick-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; gap: 15px; }
.quick-action { min-height: 76px; border: 0; border-radius: 6px; background: #fff; box-shadow: 0 10px 28px rgba(19,25,35,.10); padding: 13px 20px; display: flex; align-items: center; gap: 15px; text-align: left; transition: transform .2s, box-shadow .2s; }
.quick-action:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(19,25,35,.15); }
.quick-icon { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--red-soft); color: var(--red); flex: 0 0 auto; }
.quick-icon svg { width: 23px; height: 23px; }
.quick-action > span:nth-child(2) { display: grid; }
.quick-action small { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.quick-action strong { font-size: 16px; }
.quick-arrow { width: 20px; height: 20px; margin-left: auto; color: var(--red); }

.category-section { padding: 14px 0 45px; }
.category-card { width: min(100%, 380px); border: 1px solid var(--line); background: #fff; border-radius: 7px; display: flex; align-items: center; gap: 16px; padding: 17px 20px; text-align: left; box-shadow: 0 8px 25px rgba(15,23,42,.06); }
.category-card:hover { border-color: var(--red); }
.category-icon { width: 60px; height: 48px; display: grid; place-items: center; color: #33383d; }
.category-icon svg { width: 58px; height: 30px; stroke-width: 1.6; }
.category-card > span:nth-child(2) { display: grid; }
.category-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.category-card strong { font-size: 16px; }
.category-arrow { width: 20px; margin-left: auto; color: var(--red); }

.deals-section { padding: 68px 0 74px; background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 39px); line-height: 1.1; }
.section-heading.centered { justify-content: center; text-align: center; }
.text-link { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; padding-bottom: 4px; border-bottom: 1px solid rgba(237,16,61,.35); }
.text-link:hover { border-color: var(--red); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { background: #fff; border-radius: 7px; padding: 16px; box-shadow: 0 4px 16px rgba(15,23,42,.06); border: 1px solid transparent; min-width: 0; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(15,23,42,.11); border-color: #e2e4e8; }
.product-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 27px; }
.stock { font-size: 10px; font-weight: 900; color: #178544; text-transform: uppercase; }
.stock.delayed { color: #a66b00; }
.discount { background: var(--red); color: #fff; font-size: 11px; font-weight: 900; padding: 5px 8px; border-radius: 3px; }
.product-image-wrap { height: 200px; display: grid; place-items: center; padding: 5px 12px; }
.product-image-wrap img { max-height: 190px; width: auto; filter: drop-shadow(0 12px 10px rgba(0,0,0,.13)); transition: transform .35s ease; }
.product-card:hover .product-image-wrap img { transform: rotate(-3deg) scale(1.035); }
.product-brand { min-height: 21px; font-size: 12px; font-style: italic; font-weight: 900; letter-spacing: -.03em; }
.michelin-word { color: var(--blue); }
.bfg-word { color: #124589; }
.bfg-word span { color: #e21636; }
.uniroyal-word { color: #e21636; }
.product-card h3 { margin: 5px 0 6px; min-height: 42px; font-size: 16px; line-height: 1.25; }
.product-size { margin: 0; font-size: 13px; font-weight: 800; }
.product-code { margin: 3px 0 8px; color: var(--muted); font-size: 10px; }
.availability-link { align-self: flex-start; border: 0; border-bottom: 1px solid #b8bcc1; background: transparent; color: #474d54; padding: 0 0 2px; margin-bottom: 12px; font-size: 10px; font-weight: 800; }
.price-row { display: flex; align-items: baseline; gap: 9px; margin-top: auto; }
.price-row strong { color: var(--red); font-size: 23px; letter-spacing: -.04em; }
.price-row sup { font-size: 11px; top: -.65em; position: relative; }
.price-row del { color: #999fa5; font-size: 10px; }
.msi { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin: 8px 0 13px; padding: 7px 8px; border-radius: 3px; background: #f6f7f8; }
.msi b { font-size: 10px; color: #272d35; }
.msi span { font-size: 8px; color: #777e85; }
.product-button { min-height: 43px; border: 1px solid var(--red); border-radius: 4px; background: #fff; color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-button:hover { background: var(--red); color: #fff; }
.legal-note { margin: 18px 0 0; color: #777e85; font-size: 10px; text-align: right; }

.brands-section { padding: 72px 0; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-card { min-height: 130px; border: 1px solid var(--line); background: #fff; border-radius: 7px; display: grid; place-content: center; gap: 13px; padding: 20px; transition: transform .2s, box-shadow .2s; }
.brand-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(15,23,42,.09); }
.michelin-logo-text { color: #073775; font-size: clamp(25px, 3vw, 36px); font-weight: 1000; font-style: italic; letter-spacing: -.06em; }
.bfg-logo-text { color: #194b89; font-size: clamp(24px, 3vw, 34px); font-weight: 900; font-style: italic; letter-spacing: -.055em; }
.bfg-logo-text b { color: #df153a; }
.uniroyal-logo-text { color: #df153a; font-size: clamp(24px, 3vw, 34px); font-weight: 1000; font-style: italic; letter-spacing: -.055em; }
.brand-underline { height: 5px; width: 75%; justify-self: center; border-radius: 4px; }
.brand-underline.yellow { background: var(--yellow); }
.brand-underline.redblue { background: linear-gradient(90deg, #df153a 0 35%, #194b89 35%); }
.brand-underline.red { background: #df153a; }

.services-section { padding: 75px 0 82px; background: #11161c; color: #fff; position: relative; overflow: hidden; }
.services-section::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 460px; height: 460px; border: 80px solid rgba(237,16,61,.09); border-radius: 50%; }
.services-section .section-heading { position: relative; z-index: 1; }
.services-section .text-link { color: #fff; border-color: rgba(255,255,255,.32); }
.services-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { min-height: 330px; padding: 25px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.045); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .2s, background .2s, border-color .2s; }
.service-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.075); border-color: rgba(237,16,61,.7); }
.service-number { position: absolute; right: 18px; top: 15px; font-size: 40px; font-weight: 900; color: rgba(255,255,255,.055); }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; margin-bottom: 24px; }
.service-icon svg { width: 42px; height: 42px; }
.service-card h3 { margin: 0 0 12px; font-size: 20px; }
.service-card p { margin: 0; color: #b9c0c8; font-size: 13px; line-height: 1.65; }
.service-link { margin-top: auto; align-self: flex-start; border: 0; background: transparent; color: #fff; padding: 0; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-link span { color: var(--yellow); margin-left: 5px; }

.contact-section { background: var(--red); color: #fff; padding: 78px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.section-kicker.light { color: var(--yellow); }
.contact-copy h2 { margin: 0 0 18px; font-size: clamp(29px, 3.5vw, 46px); line-height: 1.06; }
.contact-copy > p { color: rgba(255,255,255,.82); max-width: 520px; }
.contact-list { list-style: none; margin: 31px 0; padding: 0; display: grid; gap: 17px; }
.contact-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 13px; }
.contact-list svg { width: 21px; height: 21px; color: var(--yellow); flex: 0 0 auto; }
.contact-list a { border-bottom: 1px solid rgba(255,255,255,.45); }
.outline-light-button { min-height: 46px; border: 1px solid #fff; border-radius: 4px; background: transparent; color: #fff; padding: 0 21px; font-weight: 800; }
.outline-light-button:hover { background: #fff; color: var(--red); }
.contact-form { background: #fff; color: var(--ink); border-radius: 8px; padding: 31px; box-shadow: 0 20px 50px rgba(74,0,21,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 14px; }
.contact-form label > span { font-size: 11px; font-weight: 800; color: #4b5158; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dadddf; border-radius: 4px; background: #fff; padding: 12px 13px; outline: none; resize: vertical; }
.contact-form input { height: 47px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,16,61,.1); }
.form-submit { min-width: 145px; }
.form-disclaimer { margin: 10px 0 0; color: #7b8188; font-size: 9px; }

.site-footer { background: #10151b; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr .8fr; gap: 55px; padding-block: 56px; }
.footer-brand img { width: 235px; margin-bottom: 18px; }
.footer-brand p { color: #98a0a9; font-size: 12px; max-width: 310px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 7px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--yellow); }
.footer-column a, .footer-column button { border: 0; background: transparent; color: #bcc3ca; padding: 0; font-size: 12px; text-align: left; }
.footer-column a:hover, .footer-column button:hover { color: #fff; }
.socials { display: flex; gap: 8px; }
.social-button { width: 34px; height: 34px; border: 1px solid #3d444c !important; border-radius: 50%; display: grid; place-items: center; color: #fff !important; font-size: 15px !important; }
.social-button:hover { background: var(--red) !important; border-color: var(--red) !important; }
.footer-bottom { border-top: 1px solid #293039; }
.footer-bottom-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #79818a; font-size: 10px; }
.footer-bottom-inner div { display: flex; gap: 19px; }
.footer-bottom button { border: 0; background: transparent; color: #98a0a9; padding: 0; font-size: 10px; }

.availability-tab { position: fixed; z-index: 75; right: 0; top: 58%; transform: translateY(-50%); border: 0; border-radius: 6px 0 0 6px; background: var(--red); color: #fff; padding: 16px 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; writing-mode: vertical-rl; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.availability-tab:hover { background: var(--red-dark); }

.workshop-dialog { width: min(calc(100% - 28px), 560px); border: 0; border-radius: 9px; padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.workshop-dialog::backdrop { background: rgba(8,12,17,.68); backdrop-filter: blur(3px); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 23px 25px 18px; }
.dialog-header h2 { margin: 0; font-size: 25px; }
.dialog-close { width: 37px; height: 37px; border: 1px solid var(--line); background: #fff; border-radius: 50%; font-size: 24px; line-height: 1; color: #555b62; }
.dialog-body { padding: 23px 25px 28px; }
.workshop-search { height: 48px; border: 1px solid #d8dade; border-radius: 4px; display: flex; align-items: center; gap: 9px; padding: 0 12px; }
.workshop-search svg { width: 20px; color: #767d84; }
.workshop-search input { flex: 1; border: 0; outline: 0; min-width: 0; }
.use-location { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--red); padding: 14px 0 17px; font-size: 12px; font-weight: 800; }
.use-location svg { width: 19px; }
.workshop-option { width: 100%; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 16px; text-align: left; }
.workshop-option:hover { border-color: var(--red); }
.workshop-marker { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); flex: 0 0 auto; }
.workshop-marker svg { width: 22px; }
.workshop-option > span:nth-child(2) { display: grid; gap: 3px; }
.workshop-option strong { font-size: 14px; }
.workshop-option small { color: var(--muted); font-size: 10px; }
.option-arrow { width: 20px; margin-left: auto; color: var(--red); }

.toast { position: fixed; z-index: 9999; left: 50%; bottom: 28px; transform: translate(-50%, 25px); max-width: min(90vw, 480px); background: #11161c; color: #fff; border-left: 4px solid var(--yellow); border-radius: 4px; box-shadow: 0 14px 40px rgba(0,0,0,.25); padding: 13px 18px; font-size: 12px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid rgba(255,209,0,.85); outline-offset: 3px; }

@media (max-width: 1220px) {
  .header-main { gap: 13px; }
  .brand img { width: 185px; }
  .main-nav a { padding-inline: 9px; font-size: 11px; }
  .main-nav a::after { left: 9px; right: 9px; }
  .main-nav .nav-appointment { padding-inline: 12px; }
  .finder-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .finder-submit { grid-column: 4; }
  #sizePanel .finder-submit { grid-column: 4; }
  .finder-spacer { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-image-wrap { height: 225px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1020px) {
  body.nav-open { overflow: hidden; }
  .header-main { min-height: 76px; }
  .brand img { width: 205px; }
  .nav-toggle { display: block; order: 3; }
  .header-tools { margin-left: auto; order: 2; }
  .main-nav { position: fixed; z-index: 200; inset: 76px 0 auto 0; margin: 0; min-height: 0; max-height: calc(100dvh - 76px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.16); transform: translateY(-125%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  body.nav-open .main-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { min-height: 54px; padding: 0 24px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-appointment { margin: 14px 20px; justify-content: center; border: 0; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .workshop-copy { min-width: 0; }
  .workshop-select { display: none; }
  .finder-card { grid-template-columns: 190px minmax(0, 1fr); }
  .finder-content { padding: 24px; }
  .finder-heading-row { flex-direction: column; }
  .finder-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finder-submit, #sizePanel .finder-submit { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .container-wide { width: min(calc(100% - 26px), 1320px); }
  .header-main { min-height: 68px; }
  .brand img { width: 168px; }
  .main-nav { inset: 68px 0 auto; max-height: calc(100dvh - 68px); }
  .header-tools .icon-button:first-child { display: none; }
  .icon-button { width: 38px; height: 38px; }
  .nav-toggle { width: 40px; height: 40px; }
  .workshop-strip-inner { min-height: 58px; }
  .workshop-copy strong { font-size: 12px; }
  .workshop-copy small { max-width: 195px; font-size: 9px; }
  .workshop-phone { display: none; }
  .hero-carousel { min-height: 0; aspect-ratio: 1280/600; }
  .carousel-arrow { width: 38px; height: 38px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-dots { bottom: 10px; }
  .finder-wrap { margin-top: 0; padding-top: 13px; }
  .finder-card { grid-template-columns: 1fr; }
  .finder-visual { min-height: 150px; }
  .finder-visual img { top: 45px; height: 67px; width: 170px; left: auto; right: 22px; }
  .finder-visual .size-illustration { top: 25px; height: 110px; width: 190px; }
  .finder-visual-label { font-size: 17px; }
  .finder-content { padding: 22px 18px 23px; }
  .finder-heading-row { margin-bottom: 18px; gap: 17px; }
  .finder-tabs { width: 100%; }
  .finder-tab { flex: 1; }
  .quick-actions { grid-template-columns: 1fr; }
  .category-section { padding-bottom: 32px; }
  .category-card { width: 100%; }
  .deals-section, .brands-section, .services-section, .contact-section { padding-block: 55px; }
  .section-heading { align-items: flex-start; }
  .section-heading:not(.centered) { flex-direction: column; gap: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { height: 235px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 110px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom-inner { padding-block: 15px; flex-direction: column; align-items: flex-start; }
  .availability-tab { display: none; }
}

@media (max-width: 480px) {
  .brand img { width: 145px; }
  .header-tools { gap: 1px; }
  .workshop-copy small { max-width: 170px; }
  .finder-panel { grid-template-columns: 1fr; }
  .finder-submit, #sizePanel .finder-submit { grid-column: 1; }
  .finder-visual img { opacity: .8; width: 140px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
  .carousel-arrow { display: none; }
}

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