:root {
  --navy: #0d2a47;
  --navy-deep: #071a2d;
  --ink: #111317;
  --orange: #f07d08;
  --orange-dark: #b94d00;
  --paper: #f4f1eb;
  --white: #fff;
  --muted: #606771;
  --line: #d4d1cb;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 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;
  top: -80px;
  left: 16px;
  z-index: 100;
  background: white;
  color: black;
  padding: 12px 18px;
}

.skip-link:focus {
  top: 16px;
}

.utility-bar {
  min-height: 38px;
  background: var(--ink);
  color: #f5f5f5;
  font-size: 13px;
}

.utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-inner a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 3px solid var(--navy-deep);
}

.nav-inner {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  min-width: 238px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 92px;
  height: 58px;
  object-fit: cover;
  border: 2px solid var(--ink);
}

.brand span {
  display: grid;
}

.brand strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  font-size: 15px;
  font-weight: 800;
}

nav a:hover {
  color: var(--orange-dark);
}

.button {
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  padding: 0 22px;
  background: var(--orange);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 -4px 0 rgba(92, 35, 0, .28);
  transition: background .18s ease, transform .18s ease;
}

.button:hover {
  background: #ff9827;
  transform: translateY(-1px);
}

.button-small {
  min-height: 46px;
  padding-inline: 18px;
  white-space: nowrap;
}

.button-dark {
  background: var(--ink);
  color: white;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .35);
}

.button-dark:hover {
  background: var(--navy);
}

.button-light {
  background: white;
  color: var(--navy);
  box-shadow: inset 0 -4px 0 rgba(13, 42, 71, .16);
}

.button-light:hover {
  background: #f5f7f9;
}

.directions-button {
  background: #ffd09b;
  color: var(--ink);
}

.directions-button:hover {
  background: #ffe0bb;
}

.button:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid #51a7ff;
  outline-offset: 3px;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  background: var(--navy-deep);
}

.hero-art {
  align-self: center;
  max-height: 750px;
}

.hero-cta-band {
  position: relative;
  isolation: isolate;
  background: var(--orange);
  border-top: 4px solid #ff9d35;
  border-bottom: 3px solid #8f3900;
}

.hero-actions {
  position: relative;
  z-index: 1;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hero-prompt {
  display: grid;
  gap: 4px;
}

.hero-prompt span {
  color: #682700;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-prompt strong {
  color: var(--ink);
  font-size: 24px;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.trust-strip {
  background: var(--ink);
  color: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid div {
  min-height: 118px;
  padding: 26px 30px;
  border-inline-start: 1px solid #34373c;
  display: grid;
  align-content: center;
}

.trust-grid div:last-child {
  border-inline-end: 1px solid #34373c;
}

.trust-grid strong {
  font-size: 27px;
  text-transform: uppercase;
}

.trust-grid span {
  margin-top: 4px;
  color: #b8bdc4;
}

.crew-section {
  padding-block: 52px;
  background: white;
  border-bottom: 1px solid var(--line);
}

.crew-grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) 1.15fr;
  gap: 54px;
  align-items: center;
}

.crew-photo-placeholder {
  position: relative;
  min-height: 230px;
  padding: 22px;
  background: var(--ink);
  border: 5px solid var(--navy);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.crew-photo-placeholder img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  opacity: .62;
}

.crew-photo-placeholder span {
  position: absolute;
  inset: auto 18px 18px;
  padding: 9px 12px;
  background: var(--orange);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.crew-grid h2 {
  font-size: 42px;
}

.crew-grid>div:last-child>p:last-child {
  max-width: 630px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.section {
  padding-block: 108px;
}

.diagonal-lines {
  position: relative;
  isolation: isolate;
}

.diagonal-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(118deg, transparent 0 30px, rgba(13, 42, 71, .06) 30px 32px);
  pointer-events: none;
}

.dark-lines::before {
  background: repeating-linear-gradient(118deg, transparent 0 30px, rgba(255, 255, 255, .075) 30px 32px);
}

.section-content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--orange-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #ff9c31;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: 52px;
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
}

.split-heading {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  align-items: end;
  gap: 70px;
}

.split-heading>p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 275px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(30, 34, 38, .08);
  transition: transform .18s ease, border-color .18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.service-card>span {
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 950;
}

.service-card h3 {
  margin: 32px 0 10px;
  color: var(--navy);
  font-size: 24px;
  text-transform: uppercase;
}

.service-card p {
  min-height: 75px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-card b {
  display: inline-block;
  margin-top: 24px;
  color: var(--orange-dark);
  font-size: 14px;
}

.coupons-section {
  background: var(--orange);
}

.coupons-heading .eyebrow {
  color: #682700;
}

.coupons-heading h2 {
  color: var(--ink);
}

.coupons-heading>p {
  color: #582a0b;
}

.coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.coupon {
  min-height: 320px;
  padding: 28px;
  border: 2px dashed #a74300;
  border-radius: 6px;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 24px rgba(92, 35, 0, .13);
}

.coupon.featured {
  background: var(--navy);
  color: white;
  border-color: white;
}

.coupon-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--orange-dark);
  text-transform: uppercase;
}

.coupon.featured .coupon-value {
  color: #ff9c31;
}

.coupon-value strong {
  font-size: 58px;
  line-height: 1;
}

.coupon-value span {
  font-size: 19px;
  font-weight: 900;
}

.coupon h3 {
  margin: 28px 0 10px;
  color: var(--navy);
  font-size: 24px;
  text-transform: uppercase;
}

.coupon.featured h3 {
  color: white;
}

.coupon p {
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.5;
}

.coupon.featured p {
  color: #c5d0da;
}

.print-coupon-button {
  min-height: 44px;
  margin-top: auto;
  border: 2px solid var(--navy);
  border-radius: 4px;
  background: transparent;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.featured .print-coupon-button {
  border-color: white;
  color: white;
}

.print-coupon-button:hover {
  background: var(--orange);
  color: var(--ink);
  border-color: var(--orange);
}

.tire-section {
  background: var(--navy-deep);
  color: white;
}

.tire-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.tire-heading h2 {
  color: white;
}

.tire-heading>p:last-child {
  color: #bac6d2;
  font-size: 18px;
  line-height: 1.6;
}

.tire-builder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #3b4c5d;
  border: 1px solid #3b4c5d;
}

.size-tool,
.type-tool {
  background: #102f4e;
  padding: 34px;
}

.tool-title {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tool-title>span {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 950;
}

.tool-title h3 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.tool-title p {
  margin: 4px 0 0;
  color: #aebbc8;
}

.size-selects {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  align-items: end;
  gap: 6px;
}

.size-selects label {
  color: #b8c5d0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.size-selects select {
  width: 100%;
  height: 54px;
  margin-top: 7px;
  padding: 0 12px;
  border: 1px solid #60768d;
  border-radius: 4px;
  background: var(--navy-deep);
  color: white;
  font-size: 21px;
  font-weight: 850;
}

.size-mark {
  height: 54px;
  display: grid;
  place-items: center;
  color: #8fa1b2;
  font-size: 22px;
  font-weight: 900;
}

.size-readout {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #49627a;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.size-readout span {
  color: #aebbc8;
}

.size-readout strong {
  color: #ff9c31;
  font-size: 32px;
}

.size-help {
  margin: 18px 0 0;
  color: #aebbc8;
  font-size: 14px;
  line-height: 1.5;
}

.tire-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tire-type {
  min-width: 0;
  min-height: 222px;
  padding: 14px 10px;
  background: var(--navy-deep);
  color: white;
  border: 1px solid #49627a;
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  grid-template-rows: 112px auto;
  align-items: center;
  text-align: center;
}

.tire-type.selected {
  border: 3px solid var(--orange);
  padding: 12px 8px;
}

.tire-type img {
  width: 100%;
  height: 105px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.tire-type span {
  display: grid;
  gap: 5px;
}

.tire-type strong {
  font-size: 14px;
  text-transform: uppercase;
}

.tire-type small {
  color: #aebbc8;
  line-height: 1.35;
}

.tire-result {
  min-height: 96px;
  padding: 20px 28px;
  background: white;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tire-result div {
  display: grid;
}

.tire-result span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tire-result strong {
  margin-top: 3px;
  color: var(--navy);
  font-size: 25px;
}

.brand-line {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  color: #d2d9e1;
}

.brand-line span {
  color: #77899c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-line strong {
  font-size: 19px;
}

.reviews-section {
  background: #ece9e2;
}

.reviews-heading {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}

.review-sources {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.review-sources>span,
.review-sources>a {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #c9c5bd;
  border-radius: 4px;
  background: white;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #42474f;
  font-size: 14px;
  font-weight: 800;
}

.review-sources>a:hover {
  border-color: var(--orange);
}

.review-sources b {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-size: 13px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 24px rgba(30, 34, 38, .07);
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.stars {
  color: var(--orange);
  font-size: 19px;
}

.source {
  padding: 6px 9px;
  border-radius: 4px;
  color: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.source.google {
  background: #3569d4;
}

.review-card blockquote {
  margin: 38px 0 32px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.review-card blockquote::before {
  content: '\201C';
}

.review-card blockquote::after {
  content: '\201D';
}

.review-author {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 3px;
}

.review-author strong {
  color: var(--ink);
}

.review-author span {
  color: var(--muted);
  font-size: 12px;
}

.review-author a {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
}

.contact-section {
  background: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 74px;
  align-items: start;
}

.contact-intro>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.contact-note {
  margin-top: 30px;
  padding: 20px;
  border-left: 5px solid var(--orange);
  background: var(--paper);
  display: grid;
  gap: 6px;
}

.contact-note a {
  color: var(--orange-dark);
  font-weight: 850;
  text-decoration: underline;
}

.request-form {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(244, 241, 235, .97);
  box-shadow: 0 18px 38px rgba(28, 31, 36, .08);
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.request-form fieldset {
  min-width: 0;
  margin: 0 0 28px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.request-form legend {
  width: 100%;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 950;
  text-transform: uppercase;
}

.request-form legend span {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  font-size: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-row-three {
  grid-template-columns: repeat(3, 1fr);
}

.request-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 17px;
  color: #30343a;
  font-size: 13px;
  font-weight: 850;
}

.required-label {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #b8b6b1;
  border-radius: 4px;
  background: white;
  color: var(--ink);
}

.request-form input,
.request-form select {
  height: 48px;
}

.request-form textarea {
  resize: vertical;
  line-height: 1.5;
}

.field-help {
  margin: -9px 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.service-checks {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.service-checks label {
  min-height: 44px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid #c5c2bc;
  border-radius: 4px;
  background: white;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  cursor: pointer;
}

.service-checks input {
  width: 17px;
  height: 17px;
  margin: 0;
}

.check-label {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  font-weight: 600 !important;
  line-height: 1.45;
}

.check-label input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: .65;
}

.form-status {
  min-height: 20px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.form-status.pending {
  color: var(--navy);
  font-weight: 800;
}

.form-status.success {
  color: #24643a;
  font-weight: 800;
}

.form-status.error {
  color: #a22118;
  font-weight: 800;
}

.tire-help-dialog {
  width: min(650px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 38px;
  border: 4px solid var(--navy);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.tire-help-dialog::backdrop {
  background: rgba(7, 26, 45, .8);
}

.tire-help-dialog h2 {
  max-width: 520px;
  font-size: 40px;
}

.tire-help-dialog>p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tire-code {
  margin: 28px 0 18px;
  padding: 20px;
  background: var(--navy-deep);
  color: white;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
}

.tire-code strong {
  color: #ff9c31;
  font-size: 45px;
}

.tire-code span {
  color: white;
  font-size: 25px;
  font-weight: 900;
}

.tire-code-guide {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tire-code-guide div {
  padding: 12px;
  border-left: 4px solid var(--orange);
  background: var(--paper);
  display: grid;
  gap: 4px;
}

.tire-code-guide b {
  color: var(--navy);
  font-size: 18px;
}

.tire-code-guide span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.location-section {
  padding-block: 72px;
  background: var(--navy);
  color: white;
}

.location-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 70px;
  align-items: center;
}

.location-grid h2 {
  color: white;
  font-size: 40px;
}

.location-grid p {
  color: #bac6d2;
}

.hours {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 20px;
  font-size: 14px;
}

.hours span {
  color: #bac6d2;
}

footer {
  padding-block: 48px;
  background: var(--ink);
  color: #c5c8cc;
}

.footer-grid {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 34px;
  align-items: center;
}

.footer-brand {
  min-width: 0;
}

.footer-brand img {
  width: 72px;
  height: 46px;
}

.footer-brand strong {
  color: white;
  font-size: 18px;
}

.footer-grid>p {
  max-width: 420px;
}

.footer-grid>div {
  display: grid;
  gap: 7px;
  color: white;
  font-weight: 700;
  text-align: right;
}

.footer-grid>span {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid #35383c;
  font-size: 13px;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .nav-inner {
    justify-content: space-between;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coupon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .coupon:last-child {
    grid-column: 1 / -1;
  }

  .tire-builder {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 48px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: .85fr 1.15fr;
  }

  .location-grid {
    grid-template-columns: 1fr 1fr;
  }

  .location-grid .button {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .utility-inner {
    min-height: 34px;
    justify-content: center;
    text-align: center;
  }

  .utility-inner a {
    display: none;
  }

  .nav-inner {
    height: 74px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand img {
    width: 62px;
    height: 40px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero-actions {
    min-height: 0;
    padding-block: 24px;
    display: grid;
  }

  .hero-prompt strong {
    font-size: 20px;
  }

  .button-row {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button-row .directions-button {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .button-row .button {
    width: 100%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    min-height: 86px;
    padding: 17px 18px;
    border-inline-end: 1px solid #34373c;
    border-bottom: 1px solid #34373c;
  }

  .trust-grid strong {
    font-size: 22px;
  }

  .section {
    padding-block: 76px;
  }

  h2 {
    font-size: 38px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

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

  .crew-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .crew-grid h2 {
    font-size: 34px;
  }

  .crew-photo-placeholder {
    min-height: 210px;
  }

  .service-card {
    min-height: 244px;
  }

  .service-card p {
    min-height: 0;
  }

  .coupon-grid {
    grid-template-columns: 1fr;
  }

  .coupon:last-child {
    grid-column: auto;
  }

  .size-tool,
  .type-tool {
    padding: 24px 18px;
  }

  .tool-title h3 {
    font-size: 20px;
  }

  .size-selects {
    grid-template-columns: 1fr 14px 1fr 14px 1fr;
  }

  .size-selects select {
    padding-inline: 7px;
    font-size: 18px;
  }

  .tire-types {
    grid-template-columns: 1fr;
  }

  .tire-type {
    min-height: 112px;
    grid-template-columns: 105px 1fr;
    grid-template-rows: 1fr;
    text-align: left;
  }

  .tire-result {
    align-items: stretch;
    flex-direction: column;
  }

  .tire-result .button {
    width: 100%;
  }

  .brand-line {
    gap: 18px 25px;
  }

  .reviews-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .review-sources {
    justify-content: flex-start;
  }

  .review-card {
    min-height: 260px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .request-form {
    padding: 22px 18px;
  }

  .form-row,
  .form-row-three,
  .service-checks {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-checks {
    gap: 8px;
  }

  .tire-help-dialog {
    padding: 30px 20px 22px;
  }

  .tire-help-dialog h2 {
    padding-right: 36px;
    font-size: 32px;
  }

  .tire-code {
    gap: 7px;
    padding: 16px 8px;
  }

  .tire-code strong {
    font-size: 34px;
  }

  .tire-code-guide {
    grid-template-columns: 1fr;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .location-grid .button {
    grid-column: auto;
    width: 100%;
  }

  .hours {
    grid-template-columns: 1fr auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-grid>div {
    text-align: left;
  }

  footer {
    padding-bottom: 112px;
  }
}

@media print {
  body.printing-coupon {
    background-color: white !important;
  }

  body.printing-coupon *:not(.print-target):not(.print-target *) {
    visibility: hidden !important;
    max-height: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: absolute !important;
  }

  body.printing-coupon .print-target,
  body.printing-coupon .print-target * {
    visibility: visible !important;
  }

  body.printing-coupon .print-target {
    position: fixed;
    inset: .5in auto auto 50%;
    transform: translateX(-50%);
    min-height: unset;
    margin: 0;
    padding: .4in;
    border: 3px dashed #111;
    display: flex !important;
    box-shadow: none;
    color: #111;
    background: white;
  }

  body.printing-coupon .print-target h3,
  body.printing-coupon .print-target .coupon-value {
    color: #111;
  }

  body.printing-coupon .print-target p {
    color: #333;
    margin: 0;
  }

  body.printing-coupon .print-target .print-coupon-button {
    display: none;
  }
}
