/* Redco Tire — custom theme */

:root {
  --red: #e30613;
  --red-deep: #b10510;
  --black: #0b0c0e;
  --ink: #12151a;
  --steel: #1c222b;
  --slate: #2a3340;
  --ash: #e8eaed;
  --mist: #f4f5f7;
  --muted: #8b95a3;
  --white: #ffffff;
  --snap-blue: #163a6e;
  --snap-green: #8cc63f;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --container: min(1180px, calc(100% - 2.5rem));
  --header-h: 140px;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--mist);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Typography */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}

.eyebrow--lg {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: 0.12em;
}

.shop-by-brand {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  text-align: center;
}

.brands-intro {
  color: var(--ink);
  font-size: clamp(1.32rem, 2.4vw, 1.62rem);
  font-weight: 500;
  max-width: 54rem;
  line-height: 1.5;
}

.brands-list-page .brands-intro-section {
  padding: 1rem 0 0.35rem;
}

.brands-list-page .brand-cards {
  padding-top: 1.1rem;
}

.brands-intro p {
  margin: 0 0 0.7rem;
}

.brands-intro p:last-child {
  margin-bottom: 0;
}

.brands-intro a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.brand-cards .container {
  display: grid;
  gap: 1.35rem;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.7fr);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(18, 21, 26, 0.08);
  overflow: hidden;
}

.brand-card__main {
  padding: 0 1.35rem 1.15rem;
}

.brand-card__name {
  display: inline-block;
  margin: 0 0 1rem -1.35rem;
  background: var(--red);
  color: #fff;
  font-size: 1.15rem;
  padding: 0.7rem 2.4rem 0.7rem 1.35rem;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 100%, 0 100%);
}

.brand-card__name span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 0.9em;
  background: #fff;
  margin-right: 0.55rem;
  vertical-align: -0.08em;
}

.brand-card__blurb {
  margin: 0 0 1.1rem;
  color: #3d4652;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 40rem;
}

.brand-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e6e8ec;
}

.brand-card__action {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.95rem 0.85rem 0.35rem 0;
  text-decoration: none;
  color: inherit;
}

.brand-card__action + .brand-card__action {
  border-left: 1px solid #e6e8ec;
  padding-left: 0.95rem;
}

.brand-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.12);
  color: var(--red);
  display: grid;
  place-items: center;
}

.brand-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.brand-card__action strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.brand-card__action em {
  display: block;
  font-style: normal;
  font-size: 0.88rem;
  color: #6b7380;
  line-height: 1.3;
}

.brand-card__arrow {
  color: var(--red);
  font-size: 1.2rem;
}

.brand-card__action:hover {
  transform: none;
}

.brand-card__action:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.brand-card__logo {
  margin: 1rem 1rem 1rem 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(18, 21, 26, 0.08);
  display: grid;
  place-items: center;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.brand-card__logo::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 50px;
  background-image: radial-gradient(#d5d8de 1.4px, transparent 1.5px);
  background-size: 8px 8px;
  opacity: 0.7;
  pointer-events: none;
}

.brand-card__logo img {
  position: relative;
  z-index: 1;
  max-width: 86%;
  max-height: 5.5rem;
  object-fit: contain;
}

@media (max-width: 800px) {
  .brand-card {
    grid-template-columns: 1fr;
  }

  .brand-card__logo {
    margin: 0 1rem 1rem;
    min-height: 8rem;
  }

  .brand-card__actions {
    grid-template-columns: 1fr;
  }

  .brand-card__action + .brand-card__action {
    border-left: 0;
    border-top: 1px solid #e6e8ec;
    padding-left: 0;
  }
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); }

.lede {
  font-size: 1.125rem;
  color: var(--slate);
  max-width: 38rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.4rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--red-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--steel);
}

.btn-outline-red {
  background: var(--white);
  color: var(--red);
  border-color: var(--red);
}

.btn-outline-red:hover {
  background: var(--red);
  color: var(--white);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(11, 12, 14, 0.1);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--header-h);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1rem clamp(1rem, 2.5vw, 2rem);
}

.header-branding {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
  margin-right: auto;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  min-width: 0;
  margin-right: 0;
}

.brand__mark {
  height: clamp(72px, 12vw, 120px);
  width: auto;
  max-width: min(420px, 58vw);
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.brand-meta {
  display: none;
  color: rgba(18, 21, 26, 0.72);
  font-size: 1.05rem;
  line-height: 1.4;
  max-width: 18rem;
}

.brand-meta strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand__tia {
  display: none;
  height: clamp(72px, 11vw, 110px);
  width: auto;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.header-divider {
  display: none;
  width: 3px;
  align-self: stretch;
  min-height: 4.5rem;
  background: var(--red);
  flex-shrink: 0;
  border-radius: 1px;
}

.brand__contact {
  display: none;
  height: clamp(64px, 10vw, 100px);
  width: auto;
  max-width: min(360px, 34vw);
  object-fit: contain;
  flex-shrink: 1;
}

@media (min-width: 900px) {
  .brand-meta { display: block; }
  .brand__tia { display: block; }
  .header-divider { display: block; }
  .brand__contact { display: block; }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.header-actions .btn {
  min-height: 3.35rem;
  padding: 0.85rem 1.6rem;
  font-size: 1.15rem;
}

.header-quote:hover,
.hero-quote:hover,
.welcome-story:hover,
.flat-learn:hover,
.mobile-learn:hover,
.brands-explore:hover,
.contact-phone:hover,
.page-quote:hover {
  transform: translateY(-1px) scale(1.12);
  z-index: 2;
}

.btn-ghost.hero-call:hover,
.btn-ghost.welcome-find:hover,
.btn-ghost.flat-quote:hover,
.btn-ghost.contact-form-btn:hover {
  border-color: var(--red);
  background: transparent;
}

.header-phone {
  display: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
}

@media (min-width: 720px) {
  .header-phone { display: inline-flex; }
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(11, 12, 14, 0.2);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

@media (min-width: 980px) {
  .nav-toggle { display: none; }
}

.primary-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  position: relative;
  z-index: 90;
  overflow: visible;
}

.primary-nav > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}

.primary-nav .primary-menu {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.15rem;
}

.primary-nav .primary-menu > li {
  position: relative;
}

.primary-nav .primary-menu > li > a {
  display: block;
  padding: 0.55rem 0.85rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.18);
  transition: background 0.2s var(--ease), text-shadow 0.2s var(--ease), color 0.2s var(--ease);
}

.primary-nav .primary-menu > li > a:hover,
.primary-nav .primary-menu > .current-menu-item > a,
.primary-nav .primary-menu > .current_page_item > a,
.primary-nav .primary-menu > .current-menu-ancestor > a {
  color: var(--red);
  text-shadow: none;
}

/* Dropdown panels */
.primary-nav .sub-menu {
  list-style: none;
  margin: 0.35rem 0 0.75rem;
  padding: 0;
  display: none;
  background: #2c2c2c;
}

.primary-nav .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.primary-nav .mega-panel.is-open > .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
}

.primary-nav .brands-flyout > .sub-menu {
  display: none;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
}

.primary-nav .brands-flyout.is-open > .sub-menu {
  display: grid;
}

.primary-nav .sub-menu a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
  text-shadow: none;
  background: #2c2c2c;
}

/* Tire Services — single-column list */
.primary-nav .list-panel .sub-menu a,
.primary-nav .menu-item-has-children:not(.mega-panel) .sub-menu a {
  justify-content: flex-start;
  text-align: left;
  min-height: 0;
  padding: 0.95rem 1.35rem;
  font-size: 0.95rem;
  border: 0;
  border-bottom: 1px dotted rgba(210, 210, 210, 0.55);
}

.primary-nav .list-panel .sub-menu li:last-child a,
.primary-nav .menu-item-has-children:not(.mega-panel) .sub-menu li:last-child a {
  border-bottom: 0;
}

/* Shop for Tires — 2-column mega */
.primary-nav .mega-panel .sub-menu a {
  justify-content: center;
  text-align: center;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  border: 1px dotted rgba(210, 210, 210, 0.55);
}

.primary-nav .sub-menu a:hover {
  background: #3a3a3a;
  color: var(--red);
}

@media (min-width: 980px) {
  .primary-nav .primary-menu {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .primary-nav .primary-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem clamp(0.85rem, 1.6vw, 1.5rem);
    font-size: clamp(0.95rem, 1.15vw, 1.15rem);
    white-space: nowrap;
  }

  .primary-nav .menu-item-has-children:hover > a,
  .primary-nav .menu-item-has-children:focus-within > a,
  .primary-nav .menu-item-has-children.is-open > a {
    background: #2c2c2c;
    color: var(--red);
    text-shadow: none;
  }

  .primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 120;
    margin: 0;
    display: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .primary-nav .list-panel .sub-menu,
  .primary-nav .menu-item-has-children:not(.mega-panel) .sub-menu {
    min-width: 280px;
    width: max(280px, 100%);
  }

  .primary-nav .mega-panel .sub-menu {
    min-width: min(560px, 72vw);
    width: max(520px, 100%);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }

  .primary-nav .brands-flyout {
    position: relative;
  }

  .primary-nav .brands-flyout > .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 130;
    min-width: min(640px, 70vw);
    width: 640px;
    margin: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .primary-nav .menu-item-has-children:hover > .sub-menu,
  .primary-nav .menu-item-has-children:focus-within > .sub-menu,
  .primary-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .primary-nav .mega-panel:hover > .sub-menu,
  .primary-nav .mega-panel:focus-within > .sub-menu,
  .primary-nav .mega-panel.is-open > .sub-menu,
  .primary-nav .brands-flyout:hover > .sub-menu,
  .primary-nav .brands-flyout:focus-within > .sub-menu,
  .primary-nav .brands-flyout.is-open > .sub-menu {
    display: grid;
  }

  .primary-nav .brands-flyout .sub-menu a {
    min-height: 3.5rem;
    font-size: 0.95rem;
    padding: 0.85rem 0.75rem;
    justify-content: center;
    text-align: center;
  }

  .primary-nav .list-panel .sub-menu a,
  .primary-nav .menu-item-has-children:not(.mega-panel) .sub-menu a {
    padding: 1.05rem 1.5rem;
    font-size: 1.05rem;
  }

  .primary-nav .mega-panel .sub-menu a {
    min-height: 5rem;
    font-size: 1.05rem;
    padding: 1.1rem 1.25rem;
  }
}

.primary-nav.is-closed {
  display: none;
}

@media (min-width: 980px) {
  .primary-nav.is-closed { display: block; }
}

/* Snap financing banner */
.snap-banner {
  display: grid;
  grid-template-columns: minmax(160px, 280px) 1fr;
  min-height: 110px;
  background: var(--snap-blue);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.snap-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(140, 198, 63, 0.18), transparent 40%),
    repeating-linear-gradient(60deg, transparent 0 14px, rgba(255, 255, 255, 0.03) 14px 15px);
  pointer-events: none;
}

.snap-banner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
  padding: 1rem 2rem 1rem 1.25rem;
}

.snap-banner__logo span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 3.5vw, 2.75rem);
  color: var(--snap-blue);
  letter-spacing: 0.02em;
  line-height: 1;
}

.snap-banner__logo em {
  display: block;
  font-style: normal;
  color: var(--snap-green);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.snap-banner__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 1.15rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.8vw, 1.85rem);
  line-height: 1.15;
}

.snap-banner__copy strong {
  color: var(--snap-green);
}

@media (max-width: 640px) {
  .snap-banner {
    grid-template-columns: minmax(108px, 34%) 1fr;
    min-height: 0;
  }

  .snap-banner__logo {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    justify-content: flex-start;
    padding: 0.45rem 0.85rem 0.45rem 0.65rem;
  }

  .snap-banner__logo span {
    font-size: 1.2rem;
  }

  .snap-banner__logo em {
    font-size: 0.72rem;
  }

  .snap-banner__copy {
    padding: 0.45rem 0.65rem 0.45rem 0.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 899px) {
  .snap-banner--top {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .snap-banner--after-hero {
    display: none;
  }
}

.home .snap-banner,
.front-page .snap-banner {
  min-height: 132px;
  grid-template-columns: minmax(190px, 320px) 1fr;
}

.home .snap-banner__logo,
.front-page .snap-banner__logo {
  padding: 1.15rem 2.25rem 1.15rem 1.4rem;
}

.home .snap-banner__logo span,
.front-page .snap-banner__logo span {
  font-size: clamp(2.4rem, 4vw, 3.15rem);
}

.home .snap-banner__logo em,
.front-page .snap-banner__logo em {
  font-size: clamp(1.4rem, 2.3vw, 1.8rem);
}

.home .snap-banner__copy,
.front-page .snap-banner__copy {
  padding: 1.35rem 1.75rem;
  font-size: clamp(1.3rem, 3.1vw, 2.1rem);
}

@media (max-width: 640px) {
  .home .snap-banner,
  .front-page .snap-banner {
    grid-template-columns: minmax(128px, 36%) 1fr;
  }

  .home .snap-banner__logo,
  .front-page .snap-banner__logo {
    padding: 0.6rem 1rem 0.6rem 0.8rem;
  }

  .home .snap-banner__logo span,
  .front-page .snap-banner__logo span {
    font-size: 1.42rem;
  }

  .home .snap-banner__logo em,
  .front-page .snap-banner__logo em {
    font-size: 0.86rem;
  }

  .home .snap-banner__copy,
  .front-page .snap-banner__copy {
    padding: 0.6rem 0.8rem 0.6rem 0.6rem;
    font-size: 0.92rem;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--black);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: hero-drift 18s var(--ease) infinite alternate;
}

@keyframes hero-drift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(11, 12, 14, 0.92) 0%, rgba(11, 12, 14, 0.72) 42%, rgba(11, 12, 14, 0.35) 100%),
    linear-gradient(to top, rgba(11, 12, 14, 0.85), transparent 45%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(40rem, calc(100% - 2rem));
  margin: 0;
  margin-right: auto;
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 2.5vw, 2rem) clamp(5rem, 10vw, 7.5rem);
  padding-left: clamp(3.5rem, 8vw, 6.5rem);
  justify-self: start;
  transform: translateY(-1.75rem);
}

.hero__brand-mark {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 0.35rem;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.hero__brand-mark span {
  color: var(--red);
}

.hero h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  max-width: 22ch;
  margin-bottom: 0.85rem;
}

.hero .lede {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 899px) {
  .hero {
    min-height: 0;
  }

  .hero__content {
    padding: 1.5rem 1rem 1.75rem;
    padding-left: 1.15rem;
    transform: none;
    max-width: 100%;
  }

  .hero__brand-mark {
    font-size: 2.35rem;
    margin-bottom: 0.2rem;
  }

  .hero h1 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    max-width: none;
  }

  .hero .lede {
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
  }

  .hero .btn-row {
    margin-top: 0.5rem;
  }

  .hero .btn {
    min-height: 2.45rem;
    padding: 0.45rem 0.95rem;
    font-size: 0.9rem;
  }
}

.notice-strip {
  background: var(--steel);
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  padding: 0.85rem 0;
  border-top: 2px solid var(--red);
}

.spanish-strip {
  background: var(--red);
  color: var(--white);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  padding: clamp(1.35rem, 3.5vw, 2.25rem) 0;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

/* Sections */
.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.what-we-do-section {
  position: relative;
  padding-top: clamp(2.25rem, 5vw, 3.5rem);
  padding-bottom: 0;
  overflow: hidden;
}

.what-we-do-section .container {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(0.85rem, 2vw, 1.35rem);
}

.what-we-do-section .section-head {
  margin-bottom: 1.35rem;
  gap: 0.45rem;
}

.what-we-do-section h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
}

.what-we-do-section .lede {
  font-size: 1.05rem;
}

.what-we-do-section .tile {
  min-height: 190px;
}

.what-we-do-section__footer-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  margin-bottom: -2px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  pointer-events: none;
  background: transparent;
}

.what-we-do-section__footer-bg img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -1px;
  vertical-align: bottom;
}

.section-compact {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

.welcome-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.welcome-section__media {
  display: none;
}

.welcome-section__content {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .welcome-section__media {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(38%, 420px);
    z-index: 0;
  }

  .welcome-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .welcome-section__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 35%, var(--ink) 100%);
  }

  .welcome-section__content {
    padding-left: min(42%, 460px);
  }
}

.section-compact .section-head {
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.section-compact h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  margin-bottom: 0.35em;
}

.section-compact .lede {
  font-size: 1rem;
  max-width: 42rem;
}

.section-compact .stats {
  margin-top: 0.75rem;
  gap: 0.65rem;
}

.section-compact .stat {
  padding: 0.65rem 0;
}

.section-compact .stat strong {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.section-compact .stat span {
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.section-compact .btn-row {
  margin-top: 1rem;
}

.section-compact .btn {
  min-height: 2.65rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.95rem;
}

@media (max-width: 899px) {
  .welcome-section.section-compact {
    padding: 1.1rem 0 1.25rem;
  }

  .welcome-section .section-head {
    margin-bottom: 0.7rem;
    gap: 0.25rem;
  }

  .welcome-section h2 {
    font-size: 1.35rem;
    margin-bottom: 0.25em;
  }

  .welcome-section .lede {
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0 0 0.45rem;
  }

  .welcome-section .stats {
    margin-top: 0.4rem;
    gap: 0.35rem;
  }

  .welcome-section .stat {
    padding: 0.35rem 0;
  }

  .welcome-section .stat strong {
    font-size: 1.15rem;
  }

  .welcome-section .stat span {
    font-size: 0.72rem;
    margin-top: 0.1rem;
  }

  .welcome-section .btn-row {
    margin-top: 0.65rem;
  }

  .welcome-section .btn {
    min-height: 2.35rem;
    padding: 0.4rem 0.9rem;
    font-size: 0.88rem;
  }
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.contact-section {
  border-top: 10px solid var(--red);
  border-bottom: 10px solid var(--red);
}

.section-black {
  background: #000;
  color: var(--white);
}

.section-dark .lede,
.section-dark p,
.section-black .lede,
.section-black p {
  color: rgba(255, 255, 255, 0.75);
}

.section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
  max-width: 40rem;
}

/* Feature tiles */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .tile-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.tile {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
  z-index: -2;
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 12, 14, 0.92), rgba(11, 12, 14, 0.15));
  z-index: -1;
}

.tile:hover img {
  transform: scale(1.08);
}

.tile__label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Split */
.split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }
  .split.is-reverse { direction: rtl; }
  .split.is-reverse > * { direction: ltr; }
}

.split__media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: var(--steel);
}

.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.split__media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--red);
  z-index: 1;
}

@media (max-width: 899px) {
  .home-feature.section {
    padding: 1.35rem 0;
  }

  .home-feature .split {
    gap: 0.85rem;
  }

  .home-feature .split__media,
  .home-feature .split__media img {
    min-height: 180px;
  }

  .home-feature .eyebrow--lg {
    font-size: 1.05rem;
  }

  .home-feature h2 {
    font-size: 1.45rem;
    margin-bottom: 0.35em;
  }

  .home-feature .lede {
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0 0 0.65rem;
  }

  .home-feature .btn-row {
    margin-top: 0.55rem;
  }

  .home-feature .btn {
    min-height: 2.35rem;
    padding: 0.4rem 0.9rem;
    font-size: 0.88rem;
  }
}
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 720px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
}

.stat {
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--red);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

/* Brand grid placeholders */
.brand-carousel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  position: relative;
}

.brand-carousel__viewport,
.brand-carousel__track,
.brand-carousel__page {
  display: contents;
}

.brand-carousel__btn,
.brand-carousel__dots {
  display: none;
}

@media (min-width: 640px) {
  .brand-carousel { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 980px) {
  .brand-carousel { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 899px) {
  .brand-carousel {
    display: block;
  }

  .brand-carousel__viewport {
    display: block;
    overflow: hidden;
  }

  .brand-carousel__track {
    display: flex;
    transition: transform 0.4s var(--ease);
  }

  .brand-carousel__page {
    display: grid;
    flex: 0 0 100%;
    min-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
  }

  .brand-carousel__btn {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    background: var(--red);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }

  .brand-carousel__btn:hover {
    transform: translateY(-50%) scale(1.12);
  }

  .brand-carousel__btn--prev { left: -0.15rem; }
  .brand-carousel__btn--next { right: -0.15rem; }

  .brand-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
  }

  .brand-carousel__dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c5cbd3;
    cursor: pointer;
  }

  .brand-carousel__dot.is-active {
    background: var(--red);
  }

  .brand-carousel .brand-slot {
    padding: 0.45rem;
  }

  .brand-carousel .brand-slot__tag {
    font-size: 0.62rem;
    left: 0.25rem;
    top: 0.25rem;
    padding: 0.12rem 0.28rem;
  }
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 980px) {
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
}

.brand-slot {
  position: relative;
  aspect-ratio: 2 / 1;
  background: var(--steel);
  border: 1px dashed rgba(227, 6, 19, 0.55);
  display: grid;
  place-items: center;
  padding: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

a.brand-slot:hover {
  transform: translateY(-4px) scale(1.06);
  border-color: var(--red);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  overflow: visible;
  z-index: 2;
}

.brand-slot img {
  max-width: 78%;
  max-height: 70%;
  object-fit: contain;
}

.brand-slot__tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 0.95rem;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(0, 0, 0, 0.55);
  padding: 0.25rem 0.5rem;
}

.brand-slot.is-placeholder .brand-slot__tag {
  color: var(--red);
}

.placeholder-note {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(227, 6, 19, 0.08);
  border-left: 3px solid var(--red);
  font-size: 0.95rem;
  color: var(--slate);
}

.section-dark .placeholder-note {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
}

/* Page hero */
.page-hero {
  background:
    linear-gradient(120deg, rgba(11, 12, 14, 0.94), rgba(28, 34, 43, 0.88)),
    url("../images/tire-stack.png") center/cover;
  color: var(--white);
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 8px solid var(--red);
}

.page-hero .lede {
  color: rgba(255, 255, 255, 0.75);
}

.brand-shop__logo {
  max-width: 13rem;
  width: 100%;
  height: auto;
  margin: 1rem 0 0;
  background: #fff;
  padding: 0.65rem 0.85rem;
  border-radius: 4px;
}

.product-catalog {
  padding-top: 1.75rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.35rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #c5ccd4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 2px 3px rgba(11, 12, 14, 0.08),
    0 12px 28px rgba(11, 12, 14, 0.14);
  transform: translateZ(0);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 14px rgba(11, 12, 14, 0.1),
    0 22px 44px rgba(11, 12, 14, 0.2);
}

.product-card__head {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 0.85rem 0.7rem 0.8rem;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 1;
}

.product-card__brand {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-card__model {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 1.2rem;
}

.product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
}

.product-card__img img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 10px 14px rgba(11, 12, 14, 0.22));
}

.product-card__soon {
  color: #8b95a3;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__logo {
  max-width: 8.5rem;
  width: 100%;
  height: auto;
}

.product-card__btn {
  margin-top: auto;
  background: #4a4f57;
  color: #fff;
  border: 0;
  min-width: 9.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 3px 0 #2c3036, 0 6px 12px rgba(11, 12, 14, 0.18);
}

.product-card__btn:hover {
  background: #2f3338;
  box-shadow: 0 2px 0 #1d2024, 0 4px 10px rgba(11, 12, 14, 0.2);
}

a.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.catalog-model,
.catalog-size {
  padding-top: 1.5rem;
}

.catalog-panel-box,
.catalog-detail {
  background: #fff;
  border: 1px solid #d5dbe3;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 12px 32px rgba(11, 12, 14, 0.08);
}

.catalog-panel-box__logo,
.catalog-detail__logo {
  max-width: 12rem;
  height: auto;
  margin-bottom: 1.25rem;
}

.catalog-size-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-size-list a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.catalog-back {
  margin-top: 1.25rem;
}

.catalog-back a {
  color: var(--red);
  font-weight: 700;
}

.catalog-detail__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0 0 1.25rem;
}

.catalog-detail__title span {
  display: block;
  font-size: 0.55em;
  margin-top: 0.2rem;
}

.catalog-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.catalog-detail__media img {
  max-width: 280px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(11, 12, 14, 0.18));
}

.catalog-specs {
  margin: 0;
}

.catalog-specs > div {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 0.35rem 0.75rem;
  padding: 0.28rem 0;
}

.catalog-specs dt {
  font-weight: 700;
  color: var(--ink);
}

.catalog-specs dd {
  margin: 0;
  color: #364152;
}

.catalog-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.catalog-accords {
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid #d5dbe3;
}

.catalog-accord {
  border-bottom: 1px solid #d5dbe3;
}

.catalog-accord:last-child {
  border-bottom: 0;
}

.catalog-accord summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 1.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-accord summary::-webkit-details-marker {
  display: none;
}

.catalog-accord summary::after {
  content: "›";
  font-size: 1.4rem;
  color: #8b95a3;
}

.catalog-accord[open] summary::after {
  content: "‹";
  transform: rotate(-90deg);
}

.catalog-accord__body {
  padding: 0 1.15rem 1.15rem;
  color: #364152;
}

.catalog-accord__body iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.catalog-features {
  margin: 0;
  padding-left: 1.1rem;
}

.catalog-features li {
  margin: 0.45rem 0;
}

@media (max-width: 800px) {
  .catalog-size-list,
  .catalog-detail__grid,
  .catalog-specs > div {
    grid-template-columns: 1fr;
  }
}

.page-intro {
  background: #fff;
  padding: 1.25rem 0 0.25rem;
  color: #364152;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
}

.page-intro p {
  margin: 0 0 1rem;
  max-width: 52rem;
  line-height: 1.45;
}

/* Shop for Tires catalog search */
.catalog-search {
  background: #fff;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 2.5rem;
}

.catalog-steps {
  list-style: none;
  margin: 0 auto 1.75rem;
  padding: 0;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.catalog-steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16.5%;
  right: 16.5%;
  height: 8px;
  background: #d8d8d8;
  border-radius: 8px;
  z-index: 0;
}

.catalog-steps li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.catalog-steps__dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #d0d0d0;
  background: #fff;
  color: #fff;
  display: grid;
  place-items: center;
}

.catalog-steps__dot svg {
  width: 22px;
  height: 22px;
}

.catalog-steps li.is-active .catalog-steps__dot {
  background: var(--red);
  border-color: var(--red);
}

.catalog-steps__label {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #b7b7b7;
}

.catalog-steps li.is-active .catalog-steps__label {
  color: var(--red);
}

.catalog-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
}

.catalog-tab {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.35rem 0.5rem 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #8d8d8d;
  position: relative;
}

.catalog-tab svg {
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
}

.catalog-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #cfcfcf;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 52% 70%, 50% 100%, 48% 70%, 0 70%);
}

.catalog-tab.is-active {
  color: var(--red);
}

.catalog-tab.is-active::after {
  background: var(--red);
}

.catalog-board {
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.catalog-panel[hidden] {
  display: none;
}

.catalog-split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
}

.catalog-box {
  border: 2px solid #c8c8c8;
  border-radius: 6px;
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.catalog-box--solo {
  max-width: 28rem;
  margin: 0 auto;
}

.catalog-box__title {
  margin: 0 0 0.15rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--red);
}

.catalog-box input,
.catalog-box select {
  width: 100%;
  height: 2.65rem;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background: #fff;
  padding: 0 0.75rem;
  font-size: 1rem;
  color: #222;
}

.catalog-box select:disabled {
  background: #d9d9d9;
  color: #666;
}

.catalog-or {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
}

.catalog-or::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: var(--red);
}

.catalog-or span {
  position: relative;
  z-index: 1;
  background: #fff;
  color: var(--red);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  padding: 0.2rem 0;
}

.catalog-btn {
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.7rem 1rem;
  transition: transform 0.25s var(--ease), background 0.2s var(--ease);
}

.catalog-btn--wide {
  font-size: 1.05rem;
}

.catalog-btn--find {
  font-size: 1.55rem;
  padding: 0.55rem 1rem;
  margin-top: 0.35rem;
}

.catalog-btn:hover {
  background: var(--red-deep);
  transform: translateY(-1px) scale(1.08);
}

.catalog-quote-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0.15rem auto 0;
  color: #222;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.catalog-quote-link:hover {
  color: var(--red);
}

@media (max-width: 800px) {
  .catalog-tabs {
    grid-template-columns: 1fr;
  }

  .catalog-tab {
    justify-content: flex-start;
    padding-bottom: 0.95rem;
  }

  .catalog-split {
    grid-template-columns: 1fr;
  }

  .catalog-or {
    width: 100%;
    height: 2rem;
  }

  .catalog-or::before {
    top: 50%;
    bottom: auto;
    left: 8%;
    right: 8%;
    width: auto;
    height: 3px;
    transform: translateY(-50%);
  }
}

.content-panel {
  background: var(--white);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-top: 3px solid var(--red);
  box-shadow: 0 18px 50px rgba(11, 12, 14, 0.06);
}

.content-panel :where(p, ul, ol) {
  color: #364152;
}

.content-panel ul {
  padding-left: 1.2rem;
}

.content-panel a:not(.btn) {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.care-tips {
  max-width: 72rem;
}

.care-tips__copy {
  color: #364152;
  font-size: 1.05rem;
  overflow: hidden;
}

.care-tips__photo {
  float: right;
  width: min(42%, 360px);
  max-width: 100%;
  height: auto;
  margin: 0 0 1.15rem 1.5rem;
}

.wheels-copy {
  overflow: hidden;
}

.wheels-copy h2 {
  clear: both;
  margin-top: 1.75rem;
}

.wheels-copy__photo {
  float: right;
  width: min(42%, 380px);
  max-width: 100%;
  height: auto;
  margin: 0 0 1.15rem 1.5rem;
}

.wheels-copy__actions {
  clear: both;
}

@media (max-width: 720px) {
  .wheels-copy__photo {
    float: none;
    width: min(100%, 320px);
    margin: 0 auto 1.15rem;
    display: block;
  }
}

.care-tips__copy p,
.care-tips__copy li {
  margin: 0 0 1rem;
}

.care-tips__copy ul {
  padding-left: 1.25rem;
}

.care-tips__copy li {
  margin-bottom: 0.85rem;
}

.care-tips__cta-wrap {
  clear: both;
}

.care-tips__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  white-space: normal;
  text-align: left;
  max-width: 100%;
}

.care-tips__cta svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.care-tips__brands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  align-items: center;
  justify-items: center;
}

.care-tips__brands a {
  display: grid;
  place-items: center;
  min-height: 4.5rem;
  padding: 0.5rem;
}

.care-tips__brands img {
  max-width: 100%;
  max-height: 3.25rem;
  object-fit: contain;
}

@media (max-width: 800px) {
  .care-tips__photo {
    float: none;
    display: block;
    width: min(100%, 320px);
    margin: 0 auto 1.25rem;
  }

  .care-tips__brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .care-tips__brands {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.otr-hero-photo {
  background: #111;
}

.otr-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.otr-copy {
  color: #364152;
  font-size: 1.05rem;
  max-width: 52rem;
}

.otr-copy h2 {
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.otr-copy p,
.otr-copy li {
  margin: 0 0 0.85rem;
}

.otr-copy ul {
  padding-left: 1.25rem;
}

.otr-copy a {
  color: var(--red);
  font-weight: 700;
}

.otr-copy a.btn,
.otr-copy a.btn:hover {
  color: #fff;
}

.otr-inventory h2,
.otr-inventory .otr-copy h2 {
  color: var(--red);
}

.otr-inventory {
  background: #cfcfcf;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

.otr-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 2rem;
  align-items: center;
}

.otr-split .otr-copy {
  max-width: none;
}

.otr-split__media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 800px) {
  .otr-split {
    grid-template-columns: 1fr;
  }
}

.comm-band {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 3vw, 2rem);
  padding: 0.85rem 1rem;
}

.comm-copy {
  color: #364152;
  font-size: 1.05rem;
}

.comm-copy h2 {
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.comm-copy p,
.comm-copy li {
  margin: 0 0 0.85rem;
}

.comm-copy ul {
  padding-left: 1.25rem;
}

.comm-copy a {
  color: var(--red);
  font-weight: 700;
}

.comm-copy a.btn,
.comm-copy a.btn:hover,
.comm-tool .btn,
.comm-tool .btn:hover {
  color: #fff;
}

.comm-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 1.75rem;
}

.comm-tool {
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 0 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.comm-tool h2 {
  margin: 0 -1rem 0.35rem;
  background: var(--red);
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.65rem 0.75rem;
}

.comm-tool select {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #bbb;
  background: #fff;
  padding: 0 0.6rem;
}

.comm-tool__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.comm-tool .btn {
  align-self: flex-start;
}

.comm-brand-links {
  line-height: 1.7;
}

.comm-brand-links span {
  color: #999;
  font-weight: 400;
}

.comm-fleet {
  background: #cfcfcf;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

.comm-fleet__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(200px, 280px);
  gap: 2rem;
  align-items: center;
}

.comm-fleet .comm-copy {
  max-width: none;
}

.comm-fleet__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  background: #111;
}

@media (max-width: 800px) {
  .comm-tools,
  .comm-fleet__inner {
    grid-template-columns: 1fr;
  }

  .comm-fleet__media {
    max-width: 240px;
    margin: 0 auto;
  }
}

.brand-page__logo {
  max-width: 22rem;
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem;
}

/* Forms */
.form-grid {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 720px) {
  .form-grid.two { grid-template-columns: 1fr 1fr; }
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cfd6df;
  background: var(--white);
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(227, 6, 19, 0.35);
  border-color: var(--red);
}

.form-status {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.form-status.is-ok { color: #147a3d; }
.form-status.is-err { color: var(--red-deep); }

/* Contact cards */
.info-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .info-cards { grid-template-columns: 1fr 1.2fr; }
}

.info-card {
  background: var(--ink);
  color: var(--white);
  padding: 1.5rem;
}

.info-card h3 { color: var(--white); }
.info-card p { color: rgba(255, 255, 255, 0.75); margin: 0.35rem 0; }
.info-card a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

/* Quote drawer */
.quote-tab {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 120;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--steel);
  color: var(--white);
  border: 0;
  border-right: 3px solid var(--red);
  padding: 1.1rem 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.quote-drawer {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  justify-content: end;
  pointer-events: none;
  visibility: hidden;
}

.quote-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.quote-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 12, 14, 0.55);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}

.quote-drawer.is-open .quote-drawer__backdrop {
  opacity: 1;
}

.quote-drawer__panel {
  position: relative;
  width: min(420px, 100%);
  height: 100%;
  background: var(--white);
  padding: 1.5rem;
  overflow: auto;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.25);
}

.quote-drawer.is-open .quote-drawer__panel {
  transform: translateX(0);
}

.quote-drawer__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Footer */
.footer-skyline {
  line-height: 0;
  margin: 0;
  background: transparent;
}

.footer-skyline img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
  padding: 1.75rem 0 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 0;
}

.page-coupons .footer-skyline,
.page-coupons .site-footer {
  background: #000;
}

.footer-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 800px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .footer-link-cols {
    display: contents;
  }
}

@media (max-width: 799px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1rem;
    order: 1;
    grid-column: 1 / -1;
  }

  .footer-branding {
    order: 2;
  }

  .footer-hours {
    order: 3;
  }
}

.footer-logo {
  height: 36px;
  width: auto;
  margin-bottom: 0.5rem;
}

.site-footer p {
  margin: 0 0 0.45rem;
}

.site-footer h3 {
  color: var(--white);
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}

.site-footer a:hover {
  color: var(--red);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin: 0.08rem 0;
}

.footer-brands a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-tia {
  margin-top: 0.5rem;
}

.footer-tia img {
  height: 56px;
  width: auto;
  opacity: 0.9;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.45rem;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
}

.footer-social img {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
}

.footer-bottom {
  margin-top: 1.15rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  justify-content: space-between;
  font-size: 0.75rem;
  align-items: center;
}

.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-left: 0.85rem;
}

.footer-legal a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Motion helpers */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.financing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.finance-card {
  background: var(--white);
  padding: 1.5rem;
  border-top: 3px solid var(--red);
}

.finance-card__image {
  display: block;
  margin: 0.75rem 0 1rem;
  max-width: 16rem;
}

.finance-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.finance-card__steps {
  display: block;
  width: 100%;
  max-width: 48rem;
  height: auto;
  margin-top: 1.25rem;
}

.finance-card__banner {
  display: block;
  width: 100%;
  max-width: 42rem;
  height: auto;
  margin: 0.75rem auto 1rem;
}

.finance-card__subhead {
  margin: 0.5rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ink);
  text-align: center;
}

.finance-card__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
  align-items: start;
}

.finance-card__pair img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .finance-card__pair {
    grid-template-columns: 1fr;
  }
}

.finance-card__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

.finance-card__note {
  margin: 1rem 0 0;
  text-align: center;
  color: #465365;
}

.finance-card__note a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.finance-card__legal {
  margin-top: 1.25rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #6a7583;
}

.finance-card__legal p {
  margin: 0 0 0.75rem;
  color: #6a7583;
}

.finance-card__legal p:last-child {
  margin-bottom: 0;
}

.finance-card__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
}

.finance-card__highlights li {
  margin: 0 0 1rem;
}

.finance-card__highlights strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.finance-card__split {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.25rem;
}

@media (min-width: 720px) {
  .finance-card__split {
    grid-template-columns: 1.25fr 0.75fr;
  }
}

.finance-card__side-photo {
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  margin-left: auto;
  border-radius: var(--radius);
}

.finance-card h3 {
  font-size: 1.5rem;
}

.finance-card__title--lg {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
}

.finance-card p {
  color: #465365;
}

.service-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}

.service-category label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.service-category select {
  min-width: 240px;
  border: 1px solid #cfd6df;
  background: var(--white);
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius);
}

.service-category select:focus {
  outline: 2px solid rgba(227, 6, 19, 0.35);
  border-color: var(--red);
}

.services-copy {
  margin-top: 2rem;
  max-width: 52rem;
}

.services-copy p {
  margin: 0 0 1rem;
  color: #364152;
}

.services-copy__areas {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.service-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 22rem;
  padding: 1.75rem 1.85rem 1.25rem;
  border: 3px solid var(--red);
  background: var(--white);
}

.service-box h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.service-box img {
  display: block;
  width: min(100%, 180px);
  height: auto;
  margin: 0 auto 1.15rem;
  object-fit: contain;
}

.service-box p {
  margin: 0;
  color: #364152;
  font-size: 1rem;
  line-height: 1.55;
}

.service-box__links {
  margin-top: 0.85rem;
}

.service-box__links a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-box__links a:hover {
  color: var(--red-deep);
}

.service-box__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  width: 100%;
  margin-top: auto;
  padding-top: 1.25rem;
}

.service-box__actions .btn {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.95rem;
}

.service-box__schedule {
  grid-column: 1 / -1;
  min-height: 3.5rem;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
}

.service-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  align-items: stretch;
}

.service-offers--single {
  grid-template-columns: 1fr;
}

.service-offer {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 1.75rem 1.85rem 1.5rem;
  border: 3px solid var(--red);
  background: var(--white);
}

.service-offer h2 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.service-offer img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0.5rem auto 0;
}

.service-offer p {
  margin: 0 0 0.75rem;
  color: #364152;
  font-size: 1rem;
  line-height: 1.55;
}

.service-offer p.service-offer__meta {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
}

.service-offer p.service-offer__meta span {
  color: var(--ink);
}

.service-offer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.35rem;
}

.service-offer__actions .btn {
  width: 100%;
}

.service-offer__schedule {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .service-offer__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .service-offers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .service-boxes {
    grid-template-columns: 1fr;
  }

  .service-box {
    min-height: 14rem;
  }
}

.service-list {
  display: grid;
  gap: 0.85rem;
}

.service-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.1rem;
  background: var(--white);
  border-left: 3px solid var(--red);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.service-list a:hover {
  background: #fff5f5;
  transform: translateX(4px);
}

.appointments-banner {
  background: var(--red);
  color: var(--white);
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  font-weight: 700;
  padding: clamp(1.15rem, 3vw, 1.75rem) 1.25rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.map-embed {
  min-height: 280px;
  background: var(--steel);
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 280px;
  border: 0;
}

@media (max-width: 899px) {
  .contact-section .map-embed {
    min-height: 160px;
  }

  .contact-section .map-embed iframe {
    height: 160px;
  }
}

/* Shop for tires finder (homepage) */
.shop-finder {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 4.75rem) 0 clamp(2.75rem, 6vw, 5rem);
  background: #000;
  color: var(--white);
  border-top: 10px solid var(--red);
  border-bottom: 10px solid var(--red);
}

.shop-finder__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.shop-finder__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.shop-finder__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(11, 12, 14, 0.92) 0%, rgba(11, 12, 14, 0.72) 42%, rgba(11, 12, 14, 0.35) 100%),
    linear-gradient(to top, rgba(11, 12, 14, 0.85), transparent 45%);
}

.shop-finder__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr minmax(140px, 26%) 1fr;
  align-items: stretch;
  gap: 0;
}

.shop-card {
  background: #000;
  text-align: center;
  padding: 1.15rem 1.1rem 1.35rem;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid var(--red);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.shop-card__kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.shop-card__kicker span {
  color: var(--red);
}

.shop-card__title {
  margin: 0 0 0.45rem;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  line-height: 0.85;
  color: #fff;
}

.shop-card__hint {
  margin: 0 0 0.9rem;
  max-width: 18rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #fff;
}

.shop-card__fields {
  width: min(220px, 100%);
  display: grid;
  gap: 0.38rem;
  margin-bottom: 0.85rem;
}

.shop-card select {
  width: 100%;
  height: 2.05rem;
  padding: 0 0.5rem;
  border: 0;
  border-radius: 0;
  background: rgba(214, 228, 246, 0.92);
  color: #111;
  font-size: 0.92rem;
}

.shop-card select:focus {
  outline: 2px solid #fef200;
  background: #fff;
}

.shop-find-btn {
  width: min(220px, 100%);
  margin-top: auto;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.shop-find-btn:hover {
  background: var(--red-deep);
  color: #fff;
  transform: translateY(-1px) scale(1.12);
}

.shop-finder__stack {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: end;
  pointer-events: none;
  margin: 0 -1.25rem -0.5rem;
}

.shop-finder__stack img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

@media (max-width: 900px) {
  .shop-finder__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .shop-finder__stack {
    display: none;
  }

  .shop-card {
    min-height: 0;
  }
}

.brands-section h2 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  margin-bottom: 0;
}

.brands-section .section-head {
  gap: 0.35rem;
}

.brands-section .btn-row {
  margin-top: 0.35rem;
  margin-bottom: 1rem;
}

.promo-carousel-section {
  padding-top: 0.25rem;
  padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--mist);
}

.promo-carousel {
  position: relative;
  max-width: 820px;
  margin-inline: auto;
}

.promo-carousel__viewport {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.promo-carousel__track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.45s var(--ease);
}

.promo-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}

.promo-carousel__slide a {
  display: block;
}

.promo-carousel__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.promo-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.promo-carousel__btn:hover {
  background: var(--red-deep);
  transform: translateY(-50%) scale(1.15);
}

.promo-carousel__btn--prev {
  left: 0.65rem;
}

.promo-carousel__btn--next {
  right: 0.65rem;
}

.promo-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.promo-carousel__dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5cbd3;
  cursor: pointer;
}

.promo-carousel__dot.is-active {
  background: var(--red);
}

.service-carousel {
  max-width: 100%;
  margin: 0 0 1.75rem;
}

.service-carousel .promo-carousel__viewport {
  min-height: 18rem;
  background: transparent;
  box-shadow: none;
}

.service-carousel .promo-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
  height: min(52vw, 28rem);
}

.service-carousel .promo-carousel__slide img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.cooper-page {
  --cooper: #1b365d;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
}

body:has(.cooper-page) {
  background: #fff;
}

.cooper-page .container {
  width: calc(100% - 2.5rem);
}

.cooper-topbar {
  background: var(--cooper);
  color: #fff;
}

.cooper-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.cooper-topbar img {
  height: 2.4rem;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cooper-topbar span {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
}

.cooper-hero {
  position: relative;
  background: #0d1f38;
  line-height: 0;
  margin: 0;
}

.cooper-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.cooper-hero__hit {
  position: absolute;
  left: 0;
  top: 38%;
  width: min(42%, 420px);
  height: 22%;
}

.cooper-arrow--inline {
  position: static;
  display: inline-flex;
  margin: 0 0 1rem;
}

.cooper-arrow:hover {
  color: var(--cooper);
  background: #c9ced6;
}

.cooper-band {
  background: var(--cooper);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  padding: 0.8rem 1rem;
}

.cooper-kicker {
  margin: 0 0 0.85rem;
  color: #6b7380;
  font-size: clamp(1.05rem, 2vw, 1.35rem) !important;
  text-transform: uppercase;
}

.cooper-copy,
.cooper-legacy p {
  color: #364152;
  font-size: 1.05rem;
  max-width: 52rem;
}

.cooper-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: center;
}

.cooper-split__media img {
  width: 100%;
  height: auto;
  display: block;
}

.cooper-types {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  color: #222;
}

.cooper-types li {
  padding: 0.45rem 0;
}

.cooper-footcta {
  background: #d9dce1;
  padding: 0.85rem 0;
}

.cooper-footcta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cooper-footcta p {
  margin: 0;
  color: #364152;
}

.cooper-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.cooper-video {
  min-height: 180px;
  background:
    linear-gradient(180deg, transparent 40%, rgba(13, 31, 56, 0.75)),
    #2a4a73;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.45rem;
  overflow: hidden;
}

a.cooper-video {
  padding: 0;
  display: block;
}

a.cooper-video img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .cooper-topbar__inner,
  .cooper-footcta__inner,
  .cooper-split,
  .cooper-videos {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

.schedule-page {
  max-width: 1100px;
}

.schedule-form .field > span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.schedule-label {
  font-weight: 700;
  margin: 1.25rem 0 0.6rem;
}

.schedule-block,
.schedule-personal {
  margin-bottom: 2rem;
}

.schedule-vehicle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.schedule-appt {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 860px) {
  .schedule-appt {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.schedule-contact-block h2,
.schedule-hours-block h2 {
  font-size: 1.15rem;
  margin: 0 0 0.4rem;
}

.schedule-hours {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.schedule-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 22rem;
  padding: 0.15rem 0;
}

.schedule-when {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.schedule-wait {
  border: 0;
  padding: 0;
  margin: 1.25rem 0 0;
}

.schedule-wait legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.schedule-wait label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.35rem 0;
  font-weight: 400;
}

.schedule-wait input {
  width: auto;
}

.schedule-map iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
}

.schedule-two,
.schedule-three {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 720px) {
  .schedule-two {
    grid-template-columns: 1fr 1fr;
  }
  .schedule-three {
    grid-template-columns: 1.4fr 1fr 0.8fr;
  }
}

.schedule-submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.schedule-submit {
  min-width: 220px;
  padding: 0.95rem 1.5rem;
}

.schedule-legal {
  text-align: center;
  max-width: 46rem;
  margin: 2.5rem auto 0;
  font-size: 0.92rem;
}

.schedule-legal p + p {
  margin-top: 0.9rem;
}

.schedule-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e4e8ee;
}

.schedule-brands img {
  max-height: 42px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

@media (max-width: 720px) {
  .schedule-vehicle,
  .schedule-when {
    grid-template-columns: 1fr;
  }
}

.flat-band {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  background: #fff;
}

.flat-band--grey {
  background: #eceff3;
}

.flat-copy {
  max-width: 72rem;
  color: #364152;
  font-size: 1.05rem;
  overflow: hidden;
}

.flat-copy h2 {
  margin: 0 0 0.75rem;
  font-size: 1.55rem;
}

.flat-copy h3 {
  margin: 1.35rem 0 0.5rem;
  font-size: 1.2rem;
}

.flat-copy p,
.flat-copy li {
  line-height: 1.7;
}

.flat-copy ul {
  margin: 0.5rem 0 1rem 1.2rem;
}

.flat-copy a:not(.btn) {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.flat-copy .btn-row {
  margin-top: 1.5rem;
}

.flat-copy__photo {
  float: left;
  width: min(38%, 320px);
  height: auto;
  margin: 0 1.75rem 1rem 0;
  border-radius: 50%;
  shape-outside: circle();
}

.flat-copy--safe {
  overflow: visible;
}

.flat-copy__nails {
  float: right;
  width: min(44%, 380px);
  height: auto;
  margin: 0 0 1rem 1.35rem;
  shape-outside: url("../images/flat-tire-nails.png?v=1.0.232");
  shape-margin: 0.85rem;
}

.mobile-copy__photo {
  float: right;
  width: min(42%, 340px);
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: 70% 45%;
  margin: 0 0 1rem 1.5rem;
  border-radius: 50%;
  shape-outside: circle();
}

@media (max-width: 720px) {
  .flat-copy__photo {
    float: none;
    display: block;
    width: min(70%, 280px);
    margin: 0 auto 1.25rem;
    shape-outside: none;
  }

  .flat-copy__nails {
    float: none;
    display: block;
    width: min(80%, 320px);
    margin: 0 auto 1.25rem;
    shape-outside: none;
  }

  .mobile-copy__photo {
    float: none;
    display: block;
    width: min(70%, 280px);
    margin: 0 auto 1.25rem;
    shape-outside: none;
  }
}

.mobile-benefits {
  list-style: none;
  margin: 0.75rem 0 1.25rem;
  padding: 0;
}

.mobile-benefits li {
  margin: 0 0 0.85rem;
  padding-left: 0;
}

.mobile-callout {
  color: var(--red);
  font-weight: 700;
}

.coupon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 72rem;
  margin-bottom: 1.75rem;
}

@media (max-width: 720px) {
  .coupon-list {
    grid-template-columns: 1fr;
  }
}

.coupon-card {
  margin: 0;
  background: #fff;
}

.coupon-card img {
  display: block;
  width: 100%;
  height: auto;
}

.coupon-card figcaption {
  margin-top: 0.65rem;
  text-align: center;
  font-weight: 600;
}

.coupon-card figcaption a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-hours {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  text-align: center;
}

.about-hours li {
  margin: 0;
  padding: 0.75rem 0.35rem;
  background: #eceff3;
  font-size: 0.85rem;
  line-height: 1.35;
}

.about-hours strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
}

.about-hours .is-today {
  background: var(--red);
  color: #fff;
}

.about-hours .is-today strong {
  color: #fff;
}

@media (max-width: 720px) {
  .about-hours {
    grid-template-columns: repeat(4, 1fr);
  }
}

.find-us {
  padding-top: 2rem;
}

.find-hours {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 1px solid #d5dbe3;
  text-align: center;
}

.find-hours li {
  margin: 0;
  padding: 0.85rem 0.35rem;
  border-right: 1px solid #d5dbe3;
  background: #f3f5f7;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #5a6573;
}

.find-hours li:last-child {
  border-right: 0;
}

.find-hours strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: #3a4552;
}

.find-hours .is-today {
  background: var(--red);
  color: #fff;
}

.find-hours .is-today strong {
  color: #fff;
}

.find-map {
  margin-bottom: 1.25rem;
}

.find-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.find-map__label {
  background: #2a3340;
  color: #fff;
  padding: 0.7rem 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.find-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.find-actions__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.25rem;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.2;
}

.find-actions__call span:last-child {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.find-emergency {
  margin-bottom: 2rem;
}

.find-emergency h2 {
  margin: 0 0 0.65rem;
  color: var(--red);
  font-size: 1.35rem;
}

.find-emergency p {
  margin: 0.25rem 0;
  font-weight: 700;
  color: var(--ink);
}

.find-emergency a {
  color: var(--ink);
}

.find-payments h2 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.find-payments__icon {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: repeating-linear-gradient(
    90deg,
    var(--red) 0 3px,
    #111 3px 6px
  );
}

.find-payments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 2rem;
}

.find-payments__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  break-inside: avoid;
  color: var(--ink);
  font-weight: 600;
}

.find-pay-icon {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #eef1f5 center / 70% no-repeat;
  border: 1px solid #d5dbe3;
}

.find-pay-icon--amex {
  background-color: #016fd0;
  background-image: none;
  border-radius: 0.25rem;
  position: relative;
}
.find-pay-icon--amex::after {
  content: "AX";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

.find-pay-icon--visa {
  background-color: #1a1f71;
  background-image: none;
  border-radius: 0.25rem;
}
.find-pay-icon--visa::after {
  content: "VISA";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
}

.find-pay-icon--mastercard {
  background:
    radial-gradient(circle at 35% 50%, #eb001b 0 38%, transparent 39%),
    radial-gradient(circle at 65% 50%, #f79e1b 0 38%, transparent 39%),
    #fff;
}

.find-pay-icon--discover {
  background-color: #ff6000;
  background-image: none;
  border-radius: 0.25rem;
}
.find-pay-icon--discover::after {
  content: "D";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.find-pay-icon--comdata {
  background: #0b5cab;
  background-image: none;
}
.find-pay-icon--comdata::after {
  content: "C";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.find-pay-icon--check {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.8'%3E%3Crect x='3' y='6' width='18' height='12' rx='1'/%3E%3Cpath d='M6 10h8M6 14h5'/%3E%3C/svg%3E") center / 70% no-repeat;
}

.find-pay-icon--cash {
  background: #1f8a3b;
  background-image: none;
}
.find-pay-icon--cash::after {
  content: "$";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 720px) {
  .find-hours {
    grid-template-columns: repeat(4, 1fr);
  }

  .find-hours li:nth-child(4) {
    border-right: 0;
  }

  .find-actions {
    grid-template-columns: 1fr;
  }

  .find-payments__list {
    columns: 1;
  }
}

/* Rate Our Service */
.rate-form {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
}

.rate-block {
  background: var(--white);
  border: 1px solid #d8dee6;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 21, 26, 0.05);
}

.rate-block__head {
  margin: 0;
  padding: 0.85rem 1.15rem;
  background: linear-gradient(180deg, #2a3340 0%, #1c222b 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.rate-block__body {
  padding: 1.25rem 1.15rem 1.4rem;
}

.rate-form .field {
  display: block;
}

.rate-form .field > span {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
}

.rate-fields {
  display: grid;
  gap: 0.95rem;
}

@media (min-width: 720px) {
  .rate-fields {
    grid-template-columns: 1fr 1fr;
  }

  .rate-fields__full {
    grid-column: 1 / -1;
  }
}

.rate-label {
  margin: 1.35rem 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.rate-heard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1.5rem;
  margin-bottom: 1rem;
}

.rate-heard label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}

.rate-heard input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--red);
  flex: 0 0 auto;
}

.rate-other {
  max-width: 22rem;
}

.rate-group {
  padding: 1.1rem 0;
  border-top: 1px solid #e4e8ee;
}

.rate-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.rate-group h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
}

.rate-scale {
  border: 0;
  margin: 0 0 0.95rem;
  padding: 0;
}

.rate-scale:last-child {
  margin-bottom: 0;
}

.rate-scale legend {
  padding: 0;
  margin: 0 0 0.55rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

.rate-scale__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rate-scale__options label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.rate-scale__options input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.rate-scale__options span {
  display: grid;
  place-items: center;
  min-width: 2.65rem;
  height: 2.65rem;
  padding: 0 0.55rem;
  border: 1px solid #cfd6df;
  background: #f7f8fa;
  color: var(--slate);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease), transform 0.18s var(--ease);
}

.rate-scale__options label:hover span {
  border-color: #aeb8c5;
  background: #eef1f5;
}

.rate-scale__options input:focus-visible + span {
  outline: 2px solid rgba(227, 6, 19, 0.4);
  outline-offset: 2px;
}

.rate-scale__options input:checked + span {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-1px);
}

.rate-block .btn-primary {
  margin-top: 0.85rem;
  min-width: 12rem;
}

@media (max-width: 560px) {
  .rate-heard {
    grid-template-columns: 1fr;
  }

  .rate-scale__options span {
    min-width: 2.4rem;
    height: 2.4rem;
  }
}

/* Jobs application */
.jobs-intro {
  max-width: 920px;
  margin: 0 auto 1.5rem;
}

.jobs-intro p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
}

.jobs-note {
  margin-bottom: 0 !important;
  color: var(--slate);
}

.jobs-form {
  max-width: 920px;
  margin: 0 auto;
}

.jobs-block {
  background: var(--white);
  border: 1px solid #d8dee6;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 21, 26, 0.05);
}

.jobs-block__head {
  margin: 0;
  padding: 0.85rem 1.15rem;
  background: linear-gradient(180deg, #2a3340 0%, #1c222b 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.jobs-block__body {
  padding: 1.25rem 1.15rem 1.5rem;
}

.jobs-form .field {
  display: block;
}

.jobs-form .field > span {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
}

.jobs-fields {
  display: grid;
  gap: 0.95rem;
}

@media (min-width: 720px) {
  .jobs-fields {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-fields__full {
    grid-column: 1 / -1;
  }
}

.jobs-upload {
  margin: 1.35rem 0 1.15rem;
  position: relative;
}

.jobs-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.jobs-upload__drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 11rem;
  padding: 1.5rem 1.25rem;
  border: 2px dashed #b8c2cf;
  background:
    linear-gradient(180deg, #fbfcfd 0%, #f3f5f8 100%);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.18s var(--ease), background 0.18s var(--ease), box-shadow 0.18s var(--ease);
}

.jobs-upload__drop:hover,
.jobs-upload.is-dragover .jobs-upload__drop {
  border-color: var(--red);
  background: #fff7f7;
  box-shadow: inset 0 0 0 1px rgba(227, 6, 19, 0.12);
}

.jobs-upload.has-file .jobs-upload__drop {
  border-style: solid;
  border-color: #9aa7b6;
  background: #fff;
}

.jobs-upload__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.35rem;
  border-radius: 50%;
  background:
    linear-gradient(180deg, var(--red) 0%, var(--red-deep) 100%);
  position: relative;
}

.jobs-upload__icon::before,
.jobs-upload__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #fff;
}

.jobs-upload__icon::before {
  top: 0.7rem;
  width: 0.18rem;
  height: 1rem;
  transform: translateX(-50%);
}

.jobs-upload__icon::after {
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  border-left: 0.18rem solid #fff;
  border-top: 0.18rem solid #fff;
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
}

.jobs-upload__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
}

.jobs-upload__hint {
  color: var(--slate);
  font-size: 0.98rem;
}

.jobs-upload__meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.jobs-upload__file {
  margin-top: 0.45rem;
  font-weight: 600;
  color: var(--red);
}

.jobs-block .btn-primary {
  min-width: 12rem;
}

/* Quotes page */
.quotes-form {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
}

.quotes-block {
  background: var(--white);
  border: 1px solid #d8dee6;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 21, 26, 0.05);
}

.quotes-block__head {
  margin: 0;
  padding: 0.85rem 1.15rem;
  background: linear-gradient(180deg, #2a3340 0%, #1c222b 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.quotes-block__body {
  padding: 1.25rem 1.15rem 1.45rem;
}

.quotes-empty {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem;
  background: #fff5f5;
  border-left: 3px solid var(--red);
  color: var(--red-deep);
  font-weight: 600;
  line-height: 1.45;
}

.quotes-cart {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.quotes-cart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  background: #f4f6f8;
  border: 1px solid #d8dee6;
  font-weight: 600;
}

.quotes-cart__remove {
  border: 0;
  background: transparent;
  color: var(--red);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.quotes-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.quotes-tab {
  border: 1px solid #cfd6df;
  background: #eef1f5;
  color: var(--slate);
  padding: 0.85rem 0.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
}

.quotes-tab:hover {
  border-color: #aeb8c5;
}

.quotes-tab.is-active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.quotes-panel__lede {
  margin: 0 0 0.85rem;
  font-weight: 600;
  color: var(--ink);
}

.quotes-add-list {
  display: grid;
  gap: 0.5rem;
}

.quotes-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d5dbe3;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.18s var(--ease), background 0.18s var(--ease);
}

.quotes-add:hover {
  border-color: var(--red);
  background: #fff7f7;
}

.quotes-add__plus {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.quotes-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.quotes-inline-add {
  display: grid;
  gap: 0.75rem;
  align-items: end;
}

@media (min-width: 720px) {
  .quotes-inline-add {
    grid-template-columns: 1fr auto;
  }
}

.quotes-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
}

.quotes-checks label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}

.quotes-checks input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--red);
}

.quotes-form .field {
  display: block;
}

.quotes-form .field > span:not(.visually-hidden) {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
}

.quotes-vehicle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.quotes-fields {
  display: grid;
  gap: 0.95rem;
}

@media (min-width: 720px) {
  .quotes-fields {
    grid-template-columns: 1fr 1fr;
  }

  .quotes-fields__full,
  .quotes-fields__triple {
    grid-column: 1 / -1;
  }
}

.quotes-fields__triple {
  display: grid;
  gap: 0.95rem;
}

@media (min-width: 720px) {
  .quotes-fields__triple {
    grid-template-columns: 1.2fr 1fr 0.8fr;
  }
}

.quotes-optin {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1.15rem 0 1.1rem;
  font-weight: 500;
  cursor: pointer;
}

.quotes-optin input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--red);
  flex: 0 0 auto;
}

.quotes-submit {
  width: 100%;
  min-height: 3.1rem;
  font-size: 1.05rem;
}

@media (max-width: 720px) {
  .quotes-tabs {
    grid-template-columns: 1fr;
  }

  .quotes-vehicle {
    grid-template-columns: 1fr;
  }
}