.computer-cut-story {
  width: calc(100% - (2 * var(--gutter)));
  max-width: var(--max);
  margin: 96px auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.computer-cut-story > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.computer-cut-story > div p {
  max-width: 620px;
}

.computer-cut-story img {
  object-position: center;
}

.brand-directory,
.warranty-directory,
.faq-section,
.automotive-service-directory,
.booking-layout,
.association-band,
.brand-technology {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px var(--gutter);
}

.brand-directory-list,
.warranty-directory {
  border-top: 1px solid var(--line);
}

.brand-directory-list > article {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 220px;
  gap: 42px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.brand-directory-logo {
  display: grid;
  place-items: center start;
  min-height: 76px;
}

.brand-directory-logo img {
  width: 190px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.brand-directory-list h3 {
  margin: 0 0 8px;
  font-size: 27px;
}

.brand-directory-list p {
  margin: 0;
  color: var(--muted);
}

.brand-directory-list > article > .text-link {
  justify-self: end;
  text-align: right;
}

.brand-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 15px;
}

.brand-service-links a {
  color: var(--green-dark) !important;
  -webkit-text-fill-color: var(--green-dark) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.brand-wordmark span,
.association-wordmark {
  color: var(--green-dark);
  font-size: 30px;
  font-weight: 900;
}

.association-band {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 180px;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.association-band h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3vw, 44px);
}

.association-band p:not(.eyebrow) {
  color: var(--muted);
}

.collection-links .line-grid {
  display: block !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  background: transparent !important;
}

.collection-links .line-grid > a {
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 4px 38px !important;
  align-items: center !important;
  min-height: 118px !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: transparent !important;
}

.collection-links .line-grid img {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  width: 180px !important;
  height: 66px !important;
  max-width: 180px !important;
  max-height: 66px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.collection-links .line-grid h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

.collection-links .line-grid p {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

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

.service-brands a {
  grid-template-columns: auto;
}

.service-brands img {
  width: 150px;
  height: 54px;
}

.footer-brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
  padding: 28px max(var(--gutter), calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid #dfe5df;
  background: #f7f9f7;
}

.footer-brands a {
  display: grid;
  place-items: center;
  min-height: 64px;
}

.footer-brands img {
  width: 150px;
  max-height: 54px;
  object-fit: contain;
}

.automotive-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.automotive-service-links a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

.automotive-service-links a:nth-child(3n) {
  border-right: 0;
}

.automotive-service-links span {
  font-size: 21px;
  font-weight: 850;
}

.automotive-service-links strong {
  margin-top: 24px;
  color: var(--green-dark);
}

.service-card-cta {
  margin-top: 18px;
}

.brand-technology {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.brand-technology img {
  width: 250px;
  max-height: 150px;
  object-fit: contain;
}

.brand-technology h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 44px);
}

.booking-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 70px;
}

.booking-intro {
  position: sticky;
  top: calc(var(--header) + 26px);
  align-self: start;
}

.booking-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
}

.booking-intro ul {
  padding-left: 20px;
  color: var(--muted);
}

.booking-form {
  display: grid;
  gap: 26px;
}

.booking-form fieldset {
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
}

.booking-form legend {
  padding: 0 10px;
  font-size: 22px;
  font-weight: 850;
}

.booking-form label,
.booking-label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #aeb9b0;
  background: #fff;
  color: var(--ink);
}

.booking-date-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  margin-top: 22px;
}

.booking-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.booking-slot {
  min-width: 100px;
  padding: 11px 14px;
  border: 1px solid #97a49a;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.booking-slot:hover,
.booking-slot:focus,
.booking-slot.selected {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.faq-section.alt {
  max-width: none;
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2));
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2));
  background: var(--paper);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 2px;
  font-size: 20px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--green);
  font-size: 28px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 900px;
  margin: 0;
  padding: 0 40px 24px 2px;
  color: var(--muted);
  font-size: 17px;
}

.warranty-directory > .section-head {
  margin-bottom: 48px;
}

.warranty-directory > article {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.warranty-directory > article img {
  width: 180px;
  max-height: 70px;
  object-fit: contain;
}

.warranty-directory h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.warranty-directory article p {
  color: var(--muted);
}

.warranty-directory article div div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.warranty-directory article a {
  color: var(--green-dark) !important;
  -webkit-text-fill-color: var(--green-dark) !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .computer-cut-story {
    width: 100%;
    margin: 0;
  }
  .brand-directory-list > article,
  .association-band,
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .brand-directory-list > article > .text-link {
    justify-self: start;
    text-align: left;
  }
  .booking-intro {
    position: static;
  }
  .footer-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .automotive-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .automotive-service-links a:nth-child(3n) { border-right: 1px solid var(--line); }
  .automotive-service-links a:nth-child(2n) { border-right: 0; }
}

@media (max-width: 600px) {
  .brand-directory,
  .warranty-directory,
  .faq-section,
  .automotive-service-directory,
  .booking-layout,
  .association-band,
  .brand-technology {
    padding: 64px 20px;
  }
  .brand-directory-list > article,
  .warranty-directory > article,
  .brand-technology {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .collection-links .line-grid > a {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 4px 18px !important;
  }
  .collection-links .line-grid img {
    width: 110px !important;
    height: 54px !important;
  }
  .footer-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    padding: 24px 20px;
  }
  .automotive-service-links {
    grid-template-columns: 1fr;
  }
  .automotive-service-links a,
  .automotive-service-links a:nth-child(2n),
  .automotive-service-links a:nth-child(3n) {
    min-height: 124px;
    border-right: 0;
  }
  .booking-date-row {
    grid-template-columns: 1fr;
  }
}
