:root {
  --brand-red: #c84444;
}

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

body {
  margin: 0;
  background-color: #f2f2f2;
  color: #101010;
}

nav {
  background: linear-gradient(
    122deg,
    #000 0%,
    #000 55%,
    #2b0c0c 58%,
    #5a1919 61%,
    #8b2929 64%,
    #b63b3b 67%,
    #c84444 70%,
    #c84444 100%
  );
  padding: 12px 20px 12px 30px;
  flex-direction: row;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  min-height: 90px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

nav a {
  color: white;
  text-decoration: none;
  margin-right: 22px;
  text-transform: uppercase;
  font-weight: italic;
  font-family: "Anton", sans-serif;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-stretch: expanded;
  font-style: normal;
}

nav a:last-of-type {
  margin-left: auto;
}

.nav-links {
  display: flex;
  margin-left: 18px;
  position: relative;
  z-index: 2;
}

.nav-logo-link {
  display: block;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.nav-logo {
  width: 125px;
  display: block;
  height: auto;
}

.nav-actions {
  position: absolute;
  right: 10px;
  z-index: 3;
  display: flex;
  gap: 0;
}

.nav-actions a + a {
  margin-left: -4px;
}

.nav-actions a {
  background-color: white;
  color: black;
  font-style: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 15px 18px;
  width: 160px;
  justify-content: center;
  gap: 0px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.nav-actions img {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 13px;
}

.red-overlay {
  display: none;
}

.nav-burger {
  display: none;
  background-color: transparent;
  border: none;
  padding: 12px;
  position: absolute;
  right: 12px;
  z-index: 3;
  opacity: 0.88;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.nav-burger img {
  width: 28px;
  height: 28px;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}

.nav-burger:hover {
  opacity: 1;
  transform: scale(1.08);
  background-color: transparent;
}

.black-cut {
  display: none;
}

.red-edge-blur {
  display: none;
}

main {
  display: block;
}

.hero {
  position: relative;
  min-height: calc(100vh - 90px);
  overflow: hidden;
  background-color: black;
}

.hero-image {
  width: 100%;
  height: calc(100vh - 90px);
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.34) 34%,
    rgba(0, 0, 0, 0.14) 58%,
    rgba(0, 0, 0, 0.06) 100%
  );
}

.hero-content {
  position: absolute;
  top: 45%;
  right: 6%;
  transform: translateY(-50%);
  width: min(540px, 42vw);
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  color: white;
  z-index: 2;
}

.hero-copy-group {
  display: flex;
  flex-direction: column;
}

.hero-eyebrow {
  margin: 0 0 14px;
  font-family: "Anton", sans-serif;
  font-size: 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c84444;
  text-shadow:
    0 2px 0 rgba(17, 17, 17, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.5),
    0 0 14px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

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

.hero-content h1,
.hero-content h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.hero-title-break {
  display: block;
}

.hero-title-line {
  display: inline;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 540px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 18px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 210px;
  min-height: 60px;
  padding: 0 22px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.6px;
  background-color: var(--brand-red);
  color: white;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}

.hero-button img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}

.hero-button-primary img {
  width: 26px;
  height: 26px;
}

.hero-button-primary {
  background-color: var(--brand-red);
  color: white;
}

.hero-button-secondary {
  background-color: var(--brand-red);
  color: white;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 443px;
  max-width: 100%;
  height: 48px;
  margin-top: 14px;
  padding: 0 14px;
  box-sizing: border-box;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  text-decoration: none;
  color: #f2f2f2;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-location img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}

.hero-location span {
  text-decoration: underline;
}

.services-page-hero {
  padding: 52px 32px 62px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 30%),
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #090909 0%, #101010 54%, #131313 78%, #151515 100%);
  color: #f2f2f2;
}

.about-page-hero {
  padding: 52px 32px 62px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.05), transparent 20%),
    linear-gradient(180deg, #090909 0%, #101010 56%, #141414 82%, #171717 100%);
  color: #f2f2f2;
}

.about-page-hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.98fr);
  gap: 38px;
  align-items: center;
}

.about-page-hero-copy {
  max-width: 560px;
}

.about-page-hero-eyebrow {
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 2.08rem;
  line-height: 1;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #c84444;
}

.about-page-hero-copy h1 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(0, 0, 0, 0.28);
}

.about-page-hero-intro {
  margin: 20px 0 0;
  max-width: 560px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
}

.about-page-hero-media {
  min-width: 0;
}

.about-page-hero-image-wrap {
  position: relative;
  border-radius: 34px 0 34px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-page-hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-page-hero-image {
  display: block;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.about-page-story {
  padding: 0 32px 78px;
  background:
    linear-gradient(180deg, #171717 0%, #131313 10%, #0d0d0d 100%);
  color: #f2f2f2;
}

.about-page-story-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.about-page-story-card {
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px 34px 34px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.006) 100%),
    linear-gradient(180deg, #141414 0%, #101010 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 38px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.about-page-story-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
}

.about-page-story-kicker span {
  width: min(100%, 92px);
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 68, 68, 0) 0%, rgba(200, 68, 68, 0.75) 100%);
}

.about-page-story-kicker span:last-child {
  background: linear-gradient(90deg, rgba(200, 68, 68, 0.75) 0%, rgba(200, 68, 68, 0) 100%);
}

.about-page-story-eyebrow {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c84444;
  white-space: nowrap;
}

.about-page-story-card h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 26px rgba(0, 0, 0, 0.24);
}

.about-page-story-copy {
  max-width: 780px;
  margin: 18px auto 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.12rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
}

.about-page-story-strike {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.about-page-story-strike span {
  flex: 1 1 0;
  max-width: 270px;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 68, 68, 0.22) 0%, rgba(200, 68, 68, 0.58) 100%);
}

.about-page-story-strike span:last-child {
  background: linear-gradient(90deg, rgba(200, 68, 68, 0.58) 0%, rgba(200, 68, 68, 0.22) 100%);
}

.about-page-story-strike p {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
}

.about-page-story-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
  min-height: 52px;
}

.about-page-story-badge-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.about-page-story-logo {
  display: block;
  width: auto;
  height: 36px;
  max-width: 180px;
  object-fit: contain;
  opacity: 0.88;
  filter: brightness(0) invert(1) opacity(0.88);
}

.about-page-story-logo-badge {
  height: 66px;
  max-width: 88px;
  opacity: 1;
  filter: none;
}

.about-page-story-logo[src*="aera-icon"] {
  height: 32px;
  max-width: 160px;
}

.about-page-team {
  padding: 54px 32px 84px;
  background:
    linear-gradient(180deg, #0d0d0d 0%, #101010 16%, #0b0b0b 100%);
  color: #f2f2f2;
}

.about-page-team-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.about-page-team-header {
  max-width: 820px;
  margin: 0 0 34px;
  text-align: left;
}

.about-page-team-header-centered {
  max-width: 860px;
  margin: 8px auto 38px;
  text-align: center;
}

.about-page-team-header-centered::before {
  content: "";
  display: block;
  width: min(100%, 520px);
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 20%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.12) 80%,
    transparent 100%
  );
}

.about-page-team-header-centered .about-page-team-intro {
  margin-left: auto;
  margin-right: auto;
}

.about-page-team-header-centered::after {
  content: "";
  display: block;
  width: min(100%, 520px);
  height: 1px;
  margin: 22px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 20%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.12) 80%,
    transparent 100%
  );
}

.about-page-team-eyebrow {
  margin: 0 0 10px;
  font-family: "Anton", sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c84444;
}

.about-page-team-header h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-page-team-intro {
  margin: 18px 0 0;
  max-width: 760px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.02rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.76);
}

.about-page-profile {
  display: grid;
  grid-template-columns: minmax(170px, 0.46fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  margin-top: 26px;
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.96) 0%, rgba(12, 12, 12, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.about-page-profile-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.46fr);
}

.about-page-profile-reverse .about-page-profile-media {
  order: 2;
}

.about-page-profile-reverse .about-page-profile-copy {
  order: 1;
}

.about-page-profile-media {
  min-width: 0;
}

.about-page-profile-gallery {
  display: grid;
  gap: 10px;
}

.about-page-profile-photo {
  margin: 0;
  position: relative;
  aspect-ratio: 0.86 / 1;
  min-height: 0;
  border-radius: 28px 0 28px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.01) 100%),
    linear-gradient(180deg, #181818 0%, #121212 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 34px rgba(0, 0, 0, 0.2);
}

.about-page-profile-gallery .about-page-profile-photo {
  min-height: 0;
}

.about-page-profile-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.16) 100%);
}

.about-page-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-profile-photo-greg-primary img {
  object-position: center 18%;
}

.about-page-profile-photo-beverly-primary img {
  object-position: center 18%;
}

.about-page-profile-photo-bobby-primary img {
  object-position: center 24%;
}

.about-page-profile-photo-steve-primary img {
  object-position: center 18%;
}

.about-page-profile-photo-dakota-primary img {
  object-position: center 22%;
}

.about-page-profile-photo-jared-primary img {
  object-position: center 18%;
}

.about-page-profile-photo-seth-primary img {
  object-position: center 20%;
}

.about-page-profile-photo-stephen-primary img {
  object-position: center 18%;
}

.about-page-profile-photo-miguel-primary img {
  object-position: center 26%;
}

.about-page-profile-photo-placeholder {
  display: grid;
  place-items: center;
}

.about-page-profile-photo-placeholder span {
  font-family: "Anton", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.36);
}

.about-page-profile-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-page-profile-role {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c84444;
}

.about-page-profile-copy h3 {
  margin: 4px 0 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-page-profile-tag {
  margin: 18px 0 0;
  font-family: "Anton", sans-serif;
  font-size: 0.88rem;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.about-page-profile-copy > p:not(.about-page-profile-role):not(.about-page-profile-tag) {
  margin: 6px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.02rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.76);
}

.about-page-profile-copy > p:not(.about-page-profile-role):not(.about-page-profile-tag)
  + p:not(.about-page-profile-role):not(.about-page-profile-tag) {
  margin-top: 12px;
}

.about-page-closing {
  padding: 12px 32px 78px;
}

.about-page-closing-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 36px 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 46%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-page-closing-eyebrow {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c84444;
}

.about-page-closing-shell h2 {
  margin: 12px 0 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-page-closing-copy {
  max-width: 780px;
  margin: 0 auto;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.04rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
}

.about-page-closing-quote {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 0;
  position: relative;
  border: 0;
  box-sizing: border-box;
}

.about-page-closing-copy,
.about-page-closing-signoff {
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    filter 280ms ease;
}

.about-page-closing-quote.is-transitioning .about-page-closing-copy,
.about-page-closing-quote.is-transitioning .about-page-closing-signoff {
  opacity: 0.08;
  transform: translateY(6px);
  filter: blur(1px);
}

.about-page-closing-quote-body {
  max-width: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  grid-template-rows: auto auto;
  column-gap: 28px;
  row-gap: 12px;
  align-items: start;
}

.about-page-closing-mark {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: clamp(3.8rem, 7vw, 6.8rem);
  line-height: 1;
  color: rgba(200, 68, 68, 0.95);
  text-shadow: 0 8px 18px rgba(200, 68, 68, 0.12);
}

.about-page-closing-mark-open {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  transform: translateY(-8px);
}

.about-page-closing-mark-close {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
  transform: translateY(2px);
}

.about-page-closing-quote .about-page-closing-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 100%;
  margin-top: 0;
  font-size: 1.22rem;
  line-height: 1.78;
}

.about-page-closing-quote-line {
  width: min(100%, 300px);
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 18%,
    rgba(255, 255, 255, 0.34) 50%,
    rgba(255, 255, 255, 0.14) 82%,
    transparent 100%
  );
}

.about-page-closing-signoff {
  display: block;
  margin-top: 14px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
}

.services-page-closing {
  padding: 26px 32px 22px;
  display: flex;
  justify-content: center;
}

.about-page-closing-rotator {
  padding: 26px 32px 22px;
  display: flex;
  justify-content: center;
}

.services-page-closing .about-page-closing-shell {
  width: min(100%, 1180px);
}

.services-page-closing .about-page-closing-quote-body {
  grid-template-rows: auto;
}

.services-page-closing .about-page-closing-mark-open {
  grid-row: 1;
  align-self: start;
}

.services-page-closing .about-page-closing-mark-close {
  grid-row: 1;
  align-self: end;
  transform: translateY(16px);
}

.services-page-closing .about-page-closing-quote .about-page-closing-copy {
  grid-row: 1;
}

.about-page-closing-rotator .about-page-closing-shell {
  width: min(100%, 1180px);
}

.services-page-closing + .services-footer-transition {
  margin-top: 0;
}

.about-page-closing-rotator + .services-footer-transition {
  margin-top: 0;
}

@media (max-width: 1280px) {
  .about-page-profile {
    grid-template-columns: minmax(136px, 0.34fr) minmax(0, 1fr);
    gap: 22px;
  }

  .about-page-profile-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(136px, 0.34fr);
    gap: 22px;
  }

  .about-page-profile-photo {
    aspect-ratio: 0.78 / 1;
  }
}

@media (max-width: 980px) {
  .about-page-team {
    padding: 46px 28px 72px;
  }

  .about-page-team-header {
    max-width: 760px;
  }

  .about-page-profile,
  .about-page-profile-reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .about-page-profile-media,
  .about-page-profile-reverse .about-page-profile-media {
    order: 2;
  }

  .about-page-profile-copy,
  .about-page-profile-reverse .about-page-profile-copy {
    order: 1;
  }

  .about-page-profile-media {
    width: min(100%, 440px);
    margin: 0 auto;
  }

  .about-page-profile-photo {
    aspect-ratio: 1.24 / 1;
  }

  .about-page-profile-photo-beverly-primary img {
    object-position: center 40%;
  }

  .about-page-profile-photo-bobby-primary img {
    object-position: center 20%;
  }

  .about-page-profile-photo-steve-primary img {
    object-position: center 24%;
  }

  .about-page-profile-photo-dakota-primary img {
    object-position: center 36%;
  }

  .about-page-profile-photo-jared-primary img {
    object-position: center 38%;
  }

  .about-page-profile-photo-seth-primary img {
    object-position: center 56%;
  }

  .about-page-profile-photo-miguel-primary img {
    object-position: center 18%;
  }

  .about-page-closing {
    padding: 8px 28px 72px;
  }

  .services-page-closing {
    padding: 22px 28px 18px;
  }

  .about-page-closing-rotator {
    padding: 22px 28px 18px;
  }

  .about-page-closing-shell {
    padding: 36px 26px 30px;
  }

  .about-page-closing-copy {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .about-page-closing-quote {
    max-width: 660px;
    margin-top: 24px;
    padding: 18px 18px 22px;
  }

  .about-page-closing-quote .about-page-closing-copy {
    max-width: 500px;
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .services-page-closing .about-page-closing-mark-close {
    transform: translateY(12px);
  }
}

@media (max-width: 768px) {
  .about-page-team {
    padding: 40px 28px 64px;
  }

  .about-page-team-eyebrow {
    font-size: 1rem;
  }

  .about-page-team-header h2 {
    font-size: 2.2rem;
  }

  .about-page-team-intro {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .about-page-profile-role {
    font-size: 0.9rem;
  }

  .about-page-profile-copy h3 {
    font-size: 2.2rem;
  }

  .about-page-profile-tag {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
  }

  .about-page-profile-copy > p:not(.about-page-profile-role):not(.about-page-profile-tag) {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .about-page-profile-media {
    width: min(100%, 380px);
  }

  .about-page-profile-photo-greg-primary img {
    object-position: center 16%;
  }

  .about-page-profile-photo-beverly-primary img {
    object-position: center 42%;
  }

  .about-page-profile-photo-bobby-primary img {
    object-position: center 24%;
  }

  .about-page-profile-photo-steve-primary img,
  .about-page-profile-photo-jared-primary img {
    object-position: center 20%;
  }

  .about-page-profile-photo-dakota-primary img {
    object-position: center 24%;
  }

  .about-page-profile-photo-seth-primary img {
    object-position: center 22%;
  }

  .about-page-profile-photo-stephen-primary img {
    object-position: center 20%;
  }

  .about-page-profile-photo-miguel-primary img {
    object-position: center 18%;
  }

  .about-page-profile-photo-greg-secondary img {
    transform: scale(2.7);
    transform-origin: center 42%;
    object-position: center 40%;
  }

  .about-page-closing {
    padding: 6px 28px 64px;
  }

  .services-page-closing {
    padding: 18px 28px 16px;
  }

  .about-page-closing-rotator {
    padding: 18px 28px 16px;
  }

  .about-page-closing-shell {
    padding: 32px 22px 28px;
  }

  .about-page-closing-shell h2 {
    font-size: 2.2rem;
  }

  .about-page-closing-quote {
    max-width: 580px;
    margin-top: 22px;
    padding: 16px 0 20px;
  }

  .about-page-closing-quote-body {
    max-width: 430px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    column-gap: 18px;
    row-gap: 10px;
  }

  .about-page-closing-mark {
    font-size: 3.6rem;
  }

  .about-page-closing-mark-open {
    transform: translateY(-4px);
  }

  .about-page-closing-mark-close {
    transform: translateY(0);
  }

  .about-page-closing-quote .about-page-closing-copy {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.66;
  }

  .services-page-closing .about-page-closing-mark-close {
    transform: translateY(10px);
  }

  .about-page-closing-signoff {
    font-size: 0.94rem;
  }
}

@media (max-width: 479px) {
  .about-page-team {
    padding: 34px 20px 60px;
  }

  .about-page-team-header {
    margin-bottom: 26px;
  }

  .about-page-team-eyebrow {
    font-size: 0.88rem;
  }

  .about-page-team-header h2 {
    font-size: 1.82rem;
    line-height: 1.04;
  }

  .about-page-team-intro {
    font-size: 0.9rem;
    line-height: 1.54;
  }

  .about-page-profile,
  .about-page-profile-reverse {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .about-page-profile-photo {
    aspect-ratio: 1.02 / 1;
    min-height: 0;
    border-radius: 22px 0 22px 0;
  }

  .about-page-profile-photo-greg-secondary img {
    transform: scale(2.4);
    transform-origin: center 40%;
    object-position: center 38%;
  }

  .about-page-profile-photo-greg-tertiary {
    min-height: 156px;
  }

  .about-page-profile-photo-placeholder span {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }

  .about-page-profile-role {
    font-size: 0.82rem;
  }

  .about-page-profile-copy h3 {
    font-size: 1.84rem;
  }

  .about-page-profile-tag {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .about-page-profile-copy > p:not(.about-page-profile-role):not(.about-page-profile-tag) {
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .about-page-closing {
    padding: 2px 20px 60px;
  }

  .services-page-closing {
    padding: 16px 20px 14px;
  }

  .about-page-closing-rotator {
    padding: 16px 20px 14px;
  }

  .about-page-closing-shell {
    padding: 28px 18px 24px;
    border-radius: 22px;
  }

  .about-page-closing-shell h2 {
    font-size: 1.86rem;
  }

  .about-page-closing-copy {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .about-page-closing-quote {
    padding: 0;
  }

  .about-page-closing-quote-body {
    max-width: 100%;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    column-gap: 14px;
    row-gap: 8px;
  }

  .about-page-closing-mark {
    font-size: 3.2rem;
  }

  .about-page-closing-mark-open {
    transform: translateY(-2px);
  }

  .about-page-closing-mark-close {
    transform: translateY(0);
  }

  .about-page-closing-quote .about-page-closing-copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .services-page-closing .about-page-closing-mark-close {
    transform: translateY(8px);
  }

  .about-page-closing-quote-line {
    width: min(100%, 240px);
    margin-top: 16px;
  }

  .about-page-closing-signoff {
    margin-top: 14px;
    font-size: 0.88rem;
  }

}

.services-page-hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.94fr);
  grid-template-areas:
    "copy media"
    "location media";
  gap: 42px;
  align-items: start;
}

.services-page-hero-copy {
  grid-area: copy;
  max-width: 620px;
}

.services-page-hero-eyebrow {
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #c84444;
}

.services-page-hero-copy h1 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(0, 0, 0, 0.28);
}

.services-page-location-card {
  grid-area: location;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 1.04fr);
  gap: 16px;
  width: min(100%, 560px);
  margin-top: -18px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
    rgba(16, 16, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 32px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none;
}

.services-page-location-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2px 4px 8px 4px;
}

.services-page-location-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c84444;
}

.services-page-location-card-eyebrow-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: block;
  color: var(--brand-red);
  transform: translateY(-1px);
}

.services-page-location-card-address {
  margin: 0;
  display: grid;
  gap: 4px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.services-page-location-card-address-line-primary {
  display: block;
  font-size: 1.02em;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.services-page-location-card-address-line-secondary {
  display: block;
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.74);
}

.services-page-location-card-hours {
  margin-top: 14px;
  padding: 10px 12px 11px;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.018) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 18px rgba(0, 0, 0, 0.12);
}

.services-page-location-card-hours-label {
  margin: 0 0 6px;
  font-family: "Anton", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-page-location-card-hours-copy {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.82);
}

.services-page-location-card-map {
  position: relative;
  min-height: 146px;
  border-radius: 18px;
  overflow: hidden;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.services-page-location-card-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
  z-index: 1;
}

.services-page-location-card-map::after {
  content: none;
}

.services-page-location-card-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 146px;
  border: 0;
  filter: none;
}

.services-page-filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(100%, 1240px);
  margin: 28px auto 0;
  gap: 14px 12px;
}

.services-page-filter-helper {
  width: min(100%, 760px);
  margin: 18px auto 0;
  text-align: center;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.services-page-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(11, 11, 11, 0.96) 0%,
    rgba(23, 23, 23, 0.94) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 15px 22px 16px;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.services-page-filter-pill-with-icon {
  padding-left: 18px;
  padding-right: 22px;
}

.services-page-filter-pill-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  opacity: 0.9;
  filter: brightness(0) invert(1);
}

.services-page-filter-pill:hover,
.services-page-filter-pill:focus-visible {
  border-color: rgba(200, 68, 68, 0.96);
  background: linear-gradient(180deg, #af3535 0%, #c84444 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(110, 14, 14, 0.3);
  outline: none;
  transform: translateY(-1px);
}

.services-page-filter-pill[aria-selected="true"] {
  border-color: rgba(200, 68, 68, 0.96);
  background: linear-gradient(180deg, #af3535 0%, #c84444 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(110, 14, 14, 0.3);
}

.services-detail-section {
  position: relative;
  overflow: hidden;
  margin-top: -26px;
  padding: 26px 32px 76px;
  background:
    linear-gradient(
      180deg,
      #151515 0%,
      #141414 12%,
      #111111 28%,
      #0d0d0d 100%
    );
  color: #f2f2f2;
}

.services-detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 22%);
  opacity: 0.6;
  pointer-events: none;
}

.services-detail-shell {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.services-detail-header {
  padding-top: 18px;
  text-align: center;
}

.services-detail-eyebrow {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 2.52rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.services-detail-header h2 {
  margin: 12px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c84444;
}

.services-detail-header::after {
  content: "";
  display: block;
  width: min(100%, 468px);
  height: 12px;
  margin: 22px auto 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 18%,
    rgba(255, 255, 255, 0.68) 50%,
    rgba(255, 255, 255, 0.18) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  clip-path: polygon(
    0 50%,
    6% 30%,
    18% 30%,
    50% 0,
    82% 30%,
    94% 30%,
    100% 50%,
    94% 70%,
    82% 70%,
    50% 100%,
    18% 70%,
    6% 70%
  );
}

.services-detail-intro {
  width: min(100%, 760px);
  margin: 16px auto 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.services-detail-panels {
  margin-top: 34px;
}

.services-detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.services-detail-card {
  position: relative;
  padding: 42px 26px 34px;
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.42) 0,
      rgba(20, 20, 20, 0.26) 108px,
      rgba(20, 20, 20, 0) 109px
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.065) 0%,
      rgba(255, 255, 255, 0.035) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(0, 0, 0, 0.24);
}

.services-detail-panel[data-service-panel="engine-rebuilds"] .services-detail-card {
  padding-bottom: 44px;
}

.services-detail-panel[data-service-panel="suspension-brakes"] .services-detail-card {
  padding-bottom: 42px;
}

.services-detail-card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 92px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b2929 0%, #c84444 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.services-detail-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 132px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.68) 100%
  );
  clip-path: polygon(0 100%, 12% 0, 100% 0, 100% 100%);
}

.services-detail-card h3 {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Anton", sans-serif;
  font-size: 1.76rem;
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-wrap: balance;
  text-transform: uppercase;
  color: #ffffff;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 18px rgba(0, 0, 0, 0.28);
  box-shadow: 0 16px 18px -22px rgba(0, 0, 0, 0.95);
}

.services-detail-card p {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.98rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.76);
}

.services-detail-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.services-detail-card li {
  position: relative;
  padding-left: 18px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.94rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.9);
}

.services-detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand-red);
  transform: translateY(-50%);
}

.services-detail-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.services-detail-photo {
  margin: 0;
  position: relative;
  aspect-ratio: 1.1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.22);
}

.services-detail-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.services-detail-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-detail-panel[data-service-panel="cylinder-heads"]
  .services-detail-photo:nth-child(2) img {
  transform: scale(1.04);
  transform-origin: center 42%;
}

.services-detail-panel[data-service-panel="cylinder-heads"]
  .services-detail-photo:nth-child(3) img {
  transform: scale(1.18);
  transform-origin: center 58%;
}

.services-detail-panel[data-service-panel="engine-rebuilds"]
  .services-detail-photo:nth-child(3) img {
  transform: scale(1.18);
  transform-origin: center 34%;
}

.services-detail-panel[data-service-panel="auto-repair"]
  .services-detail-photo:nth-child(1) img {
  transform: scale(1.22);
  transform-origin: center 18%;
}

.services-page-hero-media {
  grid-area: media;
  position: relative;
}

.services-page-hero-image-wrap {
  position: relative;
  border-radius: 34px 0 34px 0;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.services-page-hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.26) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 34%);
  z-index: 1;
}

.services-page-hero-image-wrap::after {
  content: none;
}

.services-page-hero-image {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.about-preview {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 96px 72px 90px 72px;
  background-color: #f2f2f2;
}

.about-preview-media {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 390px;
  position: relative;
  z-index: 1;
}

.about-preview-image {
  width: 390px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 28px 0 28px 0;
  margin-left: 0;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.about-preview-panel {
  width: min(100%, 920px);
  min-height: 280px;
  background-color: #c7c7c7;
  border-radius: 28px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.22);
  padding: 34px 42px 46px 92px;
  box-sizing: border-box;
  margin-left: -48px;
  margin-top: 24px;
  position: relative;
  z-index: 0;
}

.about-preview-eyebrow {
  margin: 0 0 16px;
  font-family: "Anton", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c84444;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.about-preview-panel h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 3.6vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #111111;
}

.about-preview-body {
  margin-top: 32px;
  max-width: 72ch;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1f1f1f;
  text-align: left;
}

.about-preview-body p {
  margin: 0;
  text-indent: 0;
}

.about-preview-body p + p {
  margin-top: 18px;
}

.about-preview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  margin-top: 28px;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: var(--brand-red);
  color: #f2f2f2;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.5px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.about-preview-button img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}

.reviews-preview {
  padding: 32px 72px 96px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.reviews-preview-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.reviews-preview-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: "Anton", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.google-g-title {
  width: 26px;
  height: 26px;
  font-size: 1rem;
}

.reviews-preview-header h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #111111;
}

.reviews-title-accent {
  color: #c84444;
}

.reviews-title-break {
  display: block;
}

.reviews-marquee {
  overflow: hidden;
  position: relative;
  margin-left: -72px;
  margin-right: -72px;
  padding-left: 72px;
  padding-right: 72px;
}

.reviews-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: reviews-scroll 34s linear infinite;
}

.review-card {
  display: flex;
  flex-direction: column;
  width: 320px;
  min-height: 240px;
  padding: 28px 26px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
}

.review-card-source {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #c84444;
  text-align: right;
}

.review-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-card-badge {
  display: none;
}

.review-card-stars {
  display: flex;
  gap: 0.5px;
  margin: 0 0 16px;
}

.review-card-stars svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #F4C542;
}

.review-card-copy {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #2a2a2a;
}

.review-card-author {
  margin: 0 0 12px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111111;
}

.review-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111111;
  text-decoration: underline;
}

.reviews-preview-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.reviews-google-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  border-radius: 4px;
  background-color: var(--brand-red);
  color: #f2f2f2;
  text-decoration: none;
  font-family: "Anton", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.google-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg,
    #34a853 0deg 90deg,
    #4285f4 90deg 180deg,
    #ea4335 180deg 270deg,
    #fbbc05 270deg 360deg
  );
  color: white;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.services-preview-strap {
  position: relative;
  padding: 54px 72px 58px;
  background-color: #8f8f8f;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.04) 18%,
      rgba(0, 0, 0, 0.04) 100%
    ),
    url("../images/gray-gradient.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  overflow: hidden;
}

.services-preview-strap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 24%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

.services-preview-strap-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.services-preview-strap-header {
  max-width: 940px;
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
}

.services-preview-strap-eyebrow {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 14px rgba(0, 0, 0, 0.16);
}

.services-preview-strap-header h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  line-height: 1.12;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.88);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

.services-preview-strap-header::after {
  content: "";
  display: block;
  width: min(100%, 348px);
  height: 4px;
  margin: 26px auto 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.24) 18%,
    rgba(255, 255, 255, 0.58) 50%,
    rgba(255, 255, 255, 0.24) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.08);
  clip-path: polygon(0 50%, 16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%);
}

.services-preview-strap-icons {
  display: grid;
  grid-template-columns: repeat(5, 98px);
  align-items: start;
  justify-items: center;
  justify-content: space-between;
  width: min(100%, 980px);
  margin: 44px auto 0;
  gap: 54px;
}

.services-preview-strap-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 168px;
  text-align: center;
}

.services-preview-strap-icon-stage {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-preview-strap-icon {
  display: block;
  width: 98px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0) saturate(100%) invert(10%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(92%) contrast(96%);
}

.services-preview-strap-icon-car,
.services-preview-strap-icon-truck {
  transform: translateY(-4px);
  transform-origin: center;
}

.services-preview-strap-icon-engine {
  transform: scale(0.88);
  transform-origin: center;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(10%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(92%) contrast(96%)
    drop-shadow(0 0 0.75px rgba(17, 17, 17, 0.95));
}

.services-preview-strap-icon-race-flag {
  transform: scale(1.2);
  transform-origin: center;
}

.services-preview-strap-icon-cylinder-head {
  width: 126px;
  height: 64px;
  transform: scale(1.08);
  transform-origin: center;
}

.services-preview-strap-item h3 {
  margin: 18px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  width: 100%;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.35px;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.services-preview-strap-item p {
  margin: 10px 0 0;
  width: min(176px, 100%);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08px;
  color: rgba(255, 255, 255, 0.78);
  text-wrap: pretty;
}

.services-preview-strap-title-performance span {
  display: block;
  white-space: nowrap;
}

.services-preview-strap-title-performance {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.services-preview-strap-title-fleet-truck span {
  display: block;
}

.services-preview-strap-title-fleet-truck span:first-child {
  white-space: nowrap;
}

.services-preview-strap-title-auto-repair span {
  display: inline;
}

.services-preview-detail-grid {
  width: min(100%, 1140px);
  margin: 54px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.services-preview-detail-row {
  display: grid;
  align-items: start;
}

.services-preview-detail-row-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-preview-detail-row-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 760px);
  margin: 38px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.services-preview-detail-card {
  position: relative;
  min-height: 154px;
  padding: 0 34px;
  box-sizing: border-box;
  text-align: center;
}

.services-preview-detail-card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.34) 18%,
    rgba(255, 255, 255, 0.34) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}

.services-preview-detail-card h3 {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.services-preview-detail-card h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.services-preview-detail-copy {
  min-height: 78px;
  margin-top: 18px;
}

.services-preview-detail-copy p {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08px;
  color: rgba(255, 255, 255, 0.82);
  text-wrap: pretty;
}

.services-preview-spacer {
  height: 44px;
  background-color: #f2f2f2;
}

.location-map-section {
  padding: 0 32px 84px;
  background-color: #f2f2f2;
}

.location-map-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.location-map-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.location-map-eyebrow {
  margin: 0 0 10px;
  font-family: "Anton", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c84444;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
}

.location-map-heading h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 3.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #111111;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.05);
}

.location-map-title-accent {
  color: #c84444;
}

.location-map-frame {
  position: relative;
  min-height: 640px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #d8d8d8;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.12),
    0 36px 80px rgba(0, 0, 0, 0.12);
}

.location-map-embed {
  width: 100%;
  height: 640px;
  border: 0;
  display: block;
  filter: saturate(0.94) contrast(1.02);
}

.location-map-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  padding: 24px 24px 22px;
  box-sizing: border-box;
  border-radius: 22px;
  background: rgba(17, 17, 17, 0.84);
  color: #f2f2f2;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.location-map-card-label {
  margin: 0 0 10px;
  font-family: "Anton", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c84444;
}

.location-map-card h3 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.location-map-card-copy {
  margin: 14px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.location-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.location-map-button {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  min-width: 0;
  padding: 0 16px;
  border-radius: 10px;
  background-color: var(--brand-red);
  color: #f2f2f2;
  text-decoration: none;
  font-family: "Anton", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.location-map-button img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}

.location-map-button-secondary {
  background-color: var(--brand-red);
  border: none;
  color: #f2f2f2;
}

.location-map-seo {
  max-width: 980px;
  margin: 24px auto 0;
  text-align: center;
}

.location-map-seo p {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #3a3a3a;
}

.site-footer {
  background:
    linear-gradient(180deg, #111111 0%, #050505 100%);
  color: #f2f2f2;
}

.services-footer-transition {
  position: relative;
  height: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.14) 100%);
}

.services-footer-transition::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.008) 0%, rgba(255, 255, 255, 0) 76%);
  pointer-events: none;
}

.services-footer-transition-line {
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: min(100% - 180px, 320px);
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.018) 18%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(255, 255, 255, 0.018) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.03),
    0 10px 18px rgba(0, 0, 0, 0.16);
}

.services-footer-transition-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.08) 22%,
      rgba(255, 255, 255, 0.14) 50%,
      rgba(255, 255, 255, 0.08) 78%,
      rgba(255, 255, 255, 0) 100%
    );
  opacity: 0.9;
}

.site-footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(0, 0, 0, 0) 100%);
}

.site-footer-bottom-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 32px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 68px;
  align-items: center;
}

.site-footer-serving {
  position: relative;
  padding-right: 48px;
}

.site-footer-serving::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 74px;
  transform: translateY(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 18%,
    rgba(255, 255, 255, 0.14) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}

.site-footer-serving-title {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer-serving-copy {
  margin: 12px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer-serving-copy span {
  display: inline-block;
  margin: 0 8px;
  color: var(--brand-red);
}

.site-footer-copyright {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: min(100%, 520px);
}

.site-footer-copyright,
.site-footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  text-align: center;
}

.site-footer-credit {
  font-size: 0.94rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  gap: 10px;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer-credit:hover,
.site-footer-credit:focus-visible {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer-credit:hover span,
.site-footer-credit:focus-visible span {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.site-footer-credit img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.site-footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 32px 60px;
}

.site-footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: start;
}

.site-footer-grid::before,
.site-footer-grid::after {
  content: "";
  position: absolute;
  top: -8px;
  height: calc(100% + 18px);
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 12%,
    rgba(255, 255, 255, 0.12) 88%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.site-footer-grid::before {
  left: 42.62%;
}

.site-footer-grid::after {
  left: 68.85%;
}

.site-footer-column {
  position: relative;
  padding: 0 42px;
}

.site-footer-column:first-child {
  padding-left: 0;
}

.site-footer-column:last-child {
  padding-right: 0;
}

.site-footer-eyebrow {
  margin: 0 0 10px;
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c84444;
}

.site-footer h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 18px rgba(0, 0, 0, 0.28);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.site-footer h2::after {
  content: "";
  display: block;
  width: min(100%, 500px);
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.16) 14%,
    rgba(255, 255, 255, 0.16) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}

.site-footer h3 {
  margin: 0;
  display: inline-block;
  width: fit-content;
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 16px rgba(0, 0, 0, 0.24);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.site-footer h3::after {
  content: "";
  display: block;
  width: 128px;
  height: 2px;
  margin-top: 10px;
  background: var(--brand-red);
}

.site-footer-column-links h3::after {
  width: 154px;
}

.site-footer-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
}

.site-footer-info-row img {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  flex: 0 0 28px;
  margin-top: 3px;
  display: block;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(108%) contrast(101%);
}

.site-footer-phone-icon {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  max-width: 23px;
  max-height: 23px;
  flex-basis: 23px;
  transform: translateY(-2px);
}

.site-footer-location-icon {
  width: 30px;
  height: 46px;
  min-width: 30px;
  min-height: 46px;
  max-width: 30px;
  max-height: 46px;
  flex-basis: 30px;
  align-self: flex-start;
  margin-top: 1px;
  transform: translateX(2px) scale(1.22);
  transform-origin: top center;
}

.site-footer-clock-icon {
  align-self: flex-start;
  margin-top: 1px;
}

.site-footer-address,
.site-footer-service-area,
.site-footer-hours {
  margin: 16px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer-info-row .site-footer-address,
.site-footer-info-row .site-footer-phone,
.site-footer-info-row .site-footer-hours {
  margin: 0;
}

.site-footer-phone {
  display: inline-block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.34;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 400;
}

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

.site-footer-list li + li {
  margin-top: 20px;
}

.site-footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-list a::before {
  content: "\203A";
  color: var(--brand-red);
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-1px);
}

.site-footer-list a:hover {
  color: #ffffff;
}

.site-footer-contact-stack {
  width: min(100%, 396px);
  margin-top: 28px;
}

.site-footer-contact-stack-mobile {
  display: none;
}

.site-footer-contact-inline-mobile {
  display: none;
}

.site-footer-hours span {
  display: block;
}

.site-footer-hours span + span {
  margin-top: 2px;
}

.site-footer-info-row-hours {
  margin-top: 30px;
}


.services-preview-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.services-preview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 28px;
  border-radius: 10px;
  background-color: var(--brand-red);
  color: #f2f2f2;
  text-decoration: none;
  font-family: "Anton", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.services-preview-button img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(316deg) brightness(95%) contrast(95%);
}


@keyframes reviews-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@media (max-width: 1280px) {
  .nav-links {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .nav-burger {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    height: 620px;
  }

  .hero-content {
    left: 48%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(84vw, 620px);
    align-items: center;
  }

  .hero-copy-group {
    align-items: center;
  }

  #hero-title {
    max-width: 18ch;
    text-align: center;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
  }

  .hero-title-line {
    display: inline;
  }

  .hero-title-break {
    display: block;
  }

  .hero-eyebrow {
    text-align: center;
    white-space: nowrap;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .hero-content h2 {
    align-self: center;
    margin-bottom: 18px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-location {
    width: min(100%, 522px);
  }

  .services-page-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 30px;
  }

  .services-page-hero-copy h1 {
    font-size: clamp(2.25rem, 4.6vw, 4.2rem);
    line-height: 1.06;
  }

  .services-page-filter-pills {
    gap: 12px 10px;
    margin-top: 24px;
  }

  .services-page-location-card {
    width: min(100%, 520px);
    margin-top: 24px;
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .about-page-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
    gap: 30px;
  }

  .about-page-hero-copy h1 {
    font-size: clamp(2.25rem, 4.6vw, 4.2rem);
    line-height: 1.06;
  }

  .services-page-filter-pill {
    font-size: 0.88rem;
    padding: 13px 18px 14px;
  }

  .services-page-filter-pill-with-icon {
    padding-left: 16px;
    padding-right: 18px;
  }

  .services-detail-card-grid {
    gap: 18px;
  }

  .services-detail-card {
    padding: 40px 22px 32px;
  }

  .services-detail-photo-strip {
    gap: 16px;
  }

  .services-detail-photo {
    aspect-ratio: 1.04 / 1;
  }

  .services-page-hero-image {
    min-height: 480px;
  }

  .about-preview {
    padding: 64px 32px 76px;
  }

  .reviews-preview {
    padding: 24px 32px 72px;
  }

  .services-preview-strap {
    padding: 48px 32px 52px;
  }
}

@media (max-width: 1180px) {
  .services-preview-strap-icons {
    grid-template-columns: repeat(6, 98px);
    justify-content: center;
    width: min(100%, 900px);
    gap: 38px 28px;
  }

  .services-preview-strap-item {
    max-width: 152px;
  }

  .services-preview-strap-item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(2) {
    grid-column: 4 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }
}

@media (max-width: 1080px) {
  .services-preview-strap-header {
    max-width: 760px;
  }

  .services-preview-strap-eyebrow {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
  }

  .services-preview-strap-header h2 {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 1.75vw, 1.36rem);
    line-height: 1.14;
  }

  .services-preview-strap-header::after {
    width: 208px;
    margin-top: 18px;
  }

  .services-preview-strap-icons {
    width: min(100%, 760px);
    gap: 34px 18px;
  }

  .services-preview-strap-item {
    max-width: 140px;
  }

  .services-preview-strap-item h3 {
    font-size: 0.84rem;
    line-height: 1.22;
  }

  .services-preview-detail-grid {
    width: min(100%, 900px);
    margin-top: 42px;
  }

  .services-preview-detail-row-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .services-preview-detail-row-top .services-preview-detail-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .services-preview-detail-row-top .services-preview-detail-card:nth-child(3)::before {
    display: none;
  }

  .services-preview-detail-row-bottom {
    width: min(100%, 760px);
    margin-top: 28px;
  }

  .services-preview-detail-card {
    min-height: 134px;
    padding: 0 20px;
  }

  .services-preview-detail-card h3 {
    font-size: 0.88rem;
  }

  .services-preview-detail-card h3::after {
    margin-top: 12px;
  }

  .services-preview-detail-copy {
    min-height: 64px;
    margin-top: 14px;
  }

  .services-preview-detail-copy p {
    font-size: 0.84rem;
    line-height: 1.42;
  }
}

@media (max-width: 980px) {
  .hero-image {
    height: 560px;
  }

  .hero-content {
    width: min(90vw, 520px);
  }

  #hero-title {
    max-width: 18ch;
    font-size: clamp(2.3rem, 6vw, 3.9rem);
  }

  .hero-title-line {
    display: inline;
  }

  .hero-title-break {
    display: block;
  }

  .hero-eyebrow {
    font-size: 22px;
    max-width: none;
    white-space: nowrap;
  }

  .hero-content h2 {
    margin-bottom: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: min(100%, 430px);
  }

  .hero-button {
    width: 100%;
  }

  .hero-location {
    width: min(100%, 430px);
  }

  .about-preview {
    display: block;
    position: relative;
    padding: 56px 28px 260px;
  }

  .about-preview-panel {
    width: 100%;
    max-width: 760px;
    min-height: auto;
    margin: 0 auto;
    padding: 34px 32px 180px;
    position: relative;
  }

  .about-preview-media {
    position: absolute;
    right: 24px;
    bottom: -60px;
    flex: none;
    width: auto;
    z-index: 1;
  }

  .about-preview-image {
    width: min(46vw, 330px);
    max-width: 330px;
    margin-left: 0;
  }

  .review-card {
    width: 280px;
    min-height: 220px;
  }

  .reviews-preview {
    padding: 150px 28px 72px;
  }

  .reviews-marquee {
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .services-preview-strap-inner {
    max-width: 720px;
  }

  .services-preview-strap {
    padding: 42px 28px 46px;
  }

  .services-preview-strap-eyebrow {
    margin-bottom: 14px;
    font-size: clamp(2.2rem, 3.9vw, 3.35rem);
  }

  .services-preview-strap-header h2 {
    font-size: clamp(1.08rem, 1.9vw, 1.5rem);
  }

  .services-preview-strap-header::after {
    width: 220px;
    margin-top: 20px;
  }

  .services-preview-strap-icons {
    grid-template-columns: repeat(6, 88px);
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-top: 34px;
    gap: 30px 18px;
  }

  .services-preview-strap-icon {
    width: 88px;
    height: 62px;
  }

  .services-preview-strap-icon-stage {
    height: 74px;
  }

  .services-preview-strap-item {
    max-width: 136px;
  }

  .services-preview-strap-item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(2) {
    grid-column: 4 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item h3 {
    margin-top: 16px;
    font-size: 0.88rem;
    line-height: 1.24;
  }

  .services-preview-strap-item p {
    width: min(156px, 100%);
    font-size: 0.76rem;
    line-height: 1.32;
  }

  .services-preview-detail-grid {
    margin-top: 46px;
    padding-top: 28px;
  }

  .services-preview-detail-row-bottom {
    width: min(100%, 680px);
    margin-top: 32px;
    padding-top: 24px;
  }

  .services-preview-detail-card {
    min-height: 144px;
    padding: 0 24px;
  }

  .services-preview-detail-card h3 {
    font-size: 0.9rem;
  }

  .services-preview-detail-card h3::after {
    margin-top: 12px;
  }

  .services-preview-detail-copy {
    min-height: 70px;
    margin-top: 15px;
  }

  .services-preview-detail-copy p {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .services-preview-spacer {
    height: 38px;
  }

  .location-map-section {
    padding: 0 28px 72px;
  }

  .location-map-frame {
    min-height: 580px;
  }

  .location-map-embed {
    height: 580px;
  }

  .location-map-card h3 {
    font-size: 1.72rem;
  }

  .site-footer-shell {
    padding: 48px 28px 52px;
  }

  .site-footer-bottom-shell {
    padding: 30px 28px 26px;
    gap: 48px;
  }

  .site-footer-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.82fr) minmax(0, 0.9fr);
  }

  .site-footer h2 {
    font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  }

  .services-preview-cta {
    margin-top: 30px;
  }

  .services-preview-button {
    min-height: 56px;
    font-size: 0.94rem;
    padding: 0 24px;
  }

  .trust-section-header h2 {
    font-size: clamp(1.35rem, 4vw, 2.4rem);
  }

  .services-page-hero {
    padding: 42px 28px 48px;
  }

  .about-page-hero {
    padding: 42px 28px 48px;
  }

  .services-page-hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 28px;
  }

  .services-page-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .about-page-hero-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .about-page-hero-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .about-page-credentials {
    justify-content: center;
  }

  .about-page-hero-image {
    min-height: 420px;
  }

  .about-page-story {
    padding: 0 28px 68px;
  }

  .about-page-story-card {
    padding: 30px 28px 34px;
  }

  .about-page-story-copy {
    max-width: 760px;
  }

  .services-page-location-card {
    grid-area: media;
    align-self: end;
    justify-self: start;
    width: min(100%, 430px);
    margin: 0 0 18px 18px;
    z-index: 2;
  }

  .services-page-filter-pills {
    justify-content: center;
  }

  .services-page-hero-image {
    min-height: 420px;
  }

  .services-detail-section {
    padding: 0 28px 68px;
  }

  .services-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-detail-card-grid .services-detail-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 440px);
    justify-self: center;
  }

  .services-detail-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-detail-photo {
    aspect-ratio: 1.24 / 1;
  }
}

@media (max-width: 768px) {
  .site-footer-grid::before,
  .site-footer-grid::after {
    content: none;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .red-edge-blur {
    display: none;
  }

  .nav-logo {
    width: 104px;
    margin-right: 0;
  }

  nav {
    background: linear-gradient(
      122deg,
      #000 0%,
      #000 58%,
      #2b0c0c 61%,
      #5a1919 64%,
      #8b2929 67%,
      #b63b3b 70%,
      #c84444 73%,
      #c84444 100%
    );
    min-height: 80px;
    padding: 10px 22px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(92vw, 420px);
    align-items: center;
  }

  .hero-copy-group {
    align-items: center;
  }

  .hero-eyebrow {
    font-size: 18px;
    margin-bottom: 14px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    position: static;
  }

  .hero-title-line {
    display: inline;
  }

  .hero-title-break {
    display: block;
  }

  #hero-title {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: clamp(1.9rem, 8vw, 3.2rem);
    line-height: 1.04;
  }

  .hero-image {
    height: 580px;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.6;
  }

  .trust-section-header h2 {
    font-size: clamp(1.05rem, 4.6vw, 1.7rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: min(100%, 280px);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button {
    width: 100%;
    min-height: 50px;
    font-size: 0.96rem;
    padding: 0 16px;
  }

  .hero-location {
    width: min(100%, 280px);
    font-size: 0.70rem;
    height: 38px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .black-cut {
    display: none;
  }

  .red-edge-blur {
    display: none;
  }

  .about-preview {
    padding: 46px 12px 190px;
  }

  .services-page-hero {
    padding: 34px 12px 40px;
  }

  .services-page-hero-shell {
    grid-template-areas:
      "copy"
      "media";
  }

  .services-page-hero-eyebrow {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .about-page-hero-eyebrow {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .services-page-hero-copy h1 {
    font-size: clamp(1.9rem, 7.6vw, 3rem);
    line-height: 0.98;
  }

  .about-page-hero-copy h1 {
    font-size: clamp(2rem, 7vw, 3.15rem);
    line-height: 1.02;
  }

  .about-page-hero-intro {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .about-page-credential-logo {
    height: 24px;
    max-width: 118px;
  }

  .about-page-story-card {
    padding: 26px 24px 30px;
  }

  .about-page-story-eyebrow {
    font-size: 0.98rem;
  }

  .about-page-story-card h2 {
    font-size: 2.2rem;
  }

  .about-page-story-copy {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .about-page-story-kicker {
    gap: 14px;
  }

  .about-page-story-kicker span {
    width: 72px;
  }

  .about-page-story-strike {
    gap: 12px;
    margin-top: 24px;
  }

  .about-page-story-strike span {
    max-width: 180px;
  }

  .about-page-story-strike p {
    font-size: 0.76rem;
    letter-spacing: 0.18em;
  }

  .about-page-story-logos {
    margin-top: 14px;
    gap: 22px;
  }

  .about-page-story-badge-wrap {
    margin-top: 18px;
  }

  .about-page-story-logo {
    height: 30px;
    max-width: 150px;
  }

  .about-page-story-logo-badge {
    height: 54px;
    max-width: 72px;
  }

  .about-page-story-logo[src*="aera-icon"] {
    height: 27px;
    max-width: 138px;
  }

  .services-page-filter-pills {
    justify-content: center;
    width: min(100%, 760px);
    gap: 10px;
    margin-top: 22px;
  }

  .services-page-location-card {
    grid-area: media;
    align-self: end;
    justify-self: start;
    grid-template-columns: 1fr;
    width: min(100%, 240px);
    max-width: none;
    margin: 0 0 12px 12px;
    padding: 10px 10px 9px;
    gap: 10px;
    z-index: 2;
  }

  .services-page-location-card-copy {
    padding: 0;
    text-align: left;
  }

  .services-page-location-card-eyebrow {
    justify-content: flex-start;
    margin-bottom: 6px;
    font-size: 0.88rem;
  }

  .services-page-location-card-address {
    gap: 2px;
    font-size: 0.92rem;
    line-height: 1.08;
  }

  .services-page-location-card-map {
    display: none;
  }

  .services-page-location-card-map-frame {
    min-height: 0;
  }

  .services-page-location-card-hours {
    margin-top: 8px;
    padding: 7px 9px 8px;
    border-radius: 12px;
  }

  .services-page-location-card-hours-label {
    margin-bottom: 4px;
    font-size: 0.74rem;
    padding-bottom: 4px;
  }

  .services-page-location-card-hours-copy {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .services-page-filter-pill {
    font-size: 0.76rem;
    letter-spacing: 0.035em;
    padding: 12px 16px 13px;
  }

  .services-page-filter-pill-with-icon {
    padding-left: 15px;
    padding-right: 16px;
  }

  .services-page-filter-pill-icon {
    width: 16px;
    height: 16px;
  }

  .services-detail-section {
    padding: 12px 12px 56px;
  }

  .services-detail-header {
    padding-top: 8px;
  }

  .services-detail-eyebrow {
    font-size: 1.6rem;
  }

  .services-detail-header h2 {
    font-size: 0.9rem;
  }

  .services-detail-intro {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .services-detail-panels {
    margin-top: 24px;
  }

  .services-detail-card {
    padding: 34px 18px 24px;
  }

  .services-detail-card-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-detail-card-grid .services-detail-card:nth-child(3) {
    grid-column: auto;
    width: auto;
    justify-self: auto;
  }

  .services-detail-card h3 {
    font-size: 1.28rem;
  }

  .services-detail-card p {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .services-detail-card li {
    font-size: 0.88rem;
  }

  .services-detail-photo-strip {
    margin-top: 22px;
  }

  .services-detail-photo {
    aspect-ratio: 1.56 / 1;
  }

  .services-page-hero-image-wrap {
    border-radius: 28px 0 28px 0;
  }

  .services-page-hero-image-wrap::after {
    width: 164px;
    height: 14px;
  }

  .services-page-hero-image {
    min-height: 300px;
  }

  .about-preview-media {
    right: 16px;
    bottom: -135px;
  }

  .about-preview-image {
    width: min(100%, 300px);
  }

  .reviews-preview {
    padding: 245px 12px 64px;
  }

  .services-preview-strap {
    padding: 38px 12px 42px;
    text-align: center;
  }

  .services-preview-strap-inner {
    max-width: 520px;
  }

  .services-preview-strap-header {
    max-width: 430px;
  }

  .services-preview-strap-eyebrow {
    margin-bottom: 12px;
    font-size: clamp(1.84rem, 6.2vw, 2.5rem);
  }

  .services-preview-strap-header h2 {
    font-size: clamp(0.98rem, 3.2vw, 1.28rem);
    line-height: 1.12;
  }

  .services-preview-strap-header::after {
    width: 164px;
    margin-top: 16px;
  }

  .services-preview-strap-icons {
    grid-template-columns: repeat(6, 74px);
    width: min(100%, 494px);
    margin-top: 28px;
    gap: 20px 10px;
    justify-content: center;
  }

  .services-preview-strap-icon {
    width: 74px;
    height: 52px;
  }

  .services-preview-strap-icon-stage {
    height: 62px;
  }

  .services-preview-strap-item h3 {
    margin-top: 14px;
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .services-preview-strap-item {
    max-width: 140px;
  }

  .services-preview-strap-title-auto-repair span {
    display: block;
  }

  .services-preview-strap-item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(2) {
    grid-column: 4 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item p {
    width: min(142px, 100%);
    font-size: 0.68rem;
    line-height: 1.28;
  }

  .services-preview-detail-grid {
    width: min(100%, 390px);
    margin-top: 38px;
    padding-top: 24px;
  }

  .services-preview-detail-row-top,
  .services-preview-detail-row-bottom {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    gap: 10px;
  }

  .services-preview-detail-row-bottom {
    margin-top: 10px;
  }

  .services-preview-detail-card {
    min-height: 0;
    padding: 16px 0;
  }

  .services-preview-detail-card:not(:first-child)::before {
    content: none;
  }

  .services-preview-detail-card h3 {
    font-size: 0.82rem;
  }

  .services-preview-detail-card h3::after {
    margin-top: 14px;
  }

  .services-preview-detail-copy {
    min-height: 54px;
    margin-top: 18px;
  }

  .services-preview-detail-copy p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .services-preview-spacer {
    height: 30px;
  }

  .location-map-section {
    padding: 0 12px 64px;
  }

  .location-map-heading {
    margin-bottom: 20px;
  }

  .location-map-eyebrow {
    font-size: 1.45rem;
  }

  .location-map-heading h2 {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
    line-height: 1;
  }

  .location-map-frame {
    min-height: auto;
    border-radius: 22px;
  }

  .location-map-embed {
    height: 420px;
  }

  .location-map-card {
    position: static;
    width: 100%;
    border-radius: 0 0 22px 22px;
    padding: 20px 18px 18px;
  }

  .location-map-card-label {
    font-size: 1.08rem;
  }

  .location-map-card h3 {
    font-size: 1.42rem;
    line-height: 1.12;
  }

  .location-map-card-copy {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .location-map-button {
    min-height: 50px;
    font-size: 0.9rem;
    padding: 0 18px;
  }

  .location-map-seo {
    margin-top: 18px;
  }

  .location-map-seo p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .site-footer-shell {
    padding: 42px 12px 46px;
  }

  .site-footer-bottom-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 12px 24px;
    text-align: center;
  }

  .site-footer-serving {
    padding-right: 0;
    padding-bottom: 18px;
  }

  .site-footer-serving::after {
    top: auto;
    right: 50%;
    bottom: 0;
    width: 470px;
    height: 1px;
    transform: translateX(50%);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.14) 18%,
      rgba(255, 255, 255, 0.14) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  }

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

  .site-footer-contact-stack {
    display: block;
  }

  .site-footer-column:first-child .site-footer-contact-stack {
    display: none;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile {
    display: block;
    width: min(100%, 320px);
    margin: 42px auto 0;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 0.84rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.74);
    text-wrap: balance;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile span {
    margin: 0 6px;
    color: var(--brand-red);
  }

  .site-footer-column-services .site-footer-contact-inline-mobile .site-footer-contact-inline-piece {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile .site-footer-contact-inline-piece-phone {
    white-space: nowrap;
  }

  .site-footer-column-services .site-footer-contact-stack-mobile {
    display: none;
  }

  .site-footer-column-links .site-footer-list,
  .site-footer-column-services .site-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .site-footer-column-links .site-footer-list li + li,
  .site-footer-column-services .site-footer-list li + li {
    margin-top: 0;
  }

  .site-footer-column-links .site-footer-list li,
  .site-footer-column-services .site-footer-list li {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .site-footer-column-links .site-footer-list a,
  .site-footer-column-services .site-footer-list a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 18px;
    line-height: 1.32;
    text-align: center;
  }

  .site-footer-column-links .site-footer-list a::before,
  .site-footer-column-services .site-footer-list a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
  }

  .site-footer-column-links .site-footer-list li:nth-child(1) {
    width: 56%;
  }

  .site-footer-column-links .site-footer-list li:nth-child(2),
  .site-footer-column-links .site-footer-list li:nth-child(4) {
    width: 74%;
  }

  .site-footer-column-links .site-footer-list li:nth-child(3),
  .site-footer-column-links .site-footer-list li:nth-child(5) {
    width: 88%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(1),
  .site-footer-column-services .site-footer-list li:nth-child(7) {
    width: 82%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(2),
  .site-footer-column-services .site-footer-list li:nth-child(4) {
    width: 90%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(3),
  .site-footer-column-services .site-footer-list li:nth-child(6) {
    width: 100%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(5) {
    width: 94%;
  }

  .site-footer-column-links .site-footer-list li:last-child,
  .site-footer-column-services .site-footer-list li:last-child {
    position: relative;
    padding-bottom: 26px;
  }

  .site-footer-column-links .site-footer-list li:last-child::after,
  .site-footer-column-services .site-footer-list li:last-child::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 128px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.16) 22%,
      rgba(255, 255, 255, 0.16) 78%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .site-footer-column {
    padding: 0 0 26px;
  }

  .site-footer-column:not(:first-child)::before {
    content: none;
  }

  .site-footer-column {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .site-footer-column:first-child {
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .site-footer-column-links,
  .site-footer-column-services {
    margin-top: 6px;
  }

  .site-footer-column::after {
    content: none;
  }

  .site-footer-info-row {
    width: min(100%, 260px);
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: start;
    column-gap: 14px;
    justify-content: start;
    margin-top: 24px;
    min-height: 0;
  }

  .site-footer-info-row-location {
    order: 2;
  }

  .site-footer-info-row-phone {
    order: 1;
  }

  .site-footer-info-row-hours {
    order: 3;
  }

  .site-footer-info-row-hours::after {
    content: "";
    display: block;
    grid-column: 1 / -1;
    width: 128px;
    height: 1px;
    margin: 22px auto 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.16) 22%,
      rgba(255, 255, 255, 0.16) 78%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .site-footer-column:first-child .site-footer-info-row img {
    position: static;
    flex: none;
    margin-top: 0;
  }

  .site-footer-column:first-child .site-footer-info-row-phone {
    margin-top: 50px;
  }

  .site-footer-column:first-child .site-footer-phone-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    flex-basis: 26px;
    transform: translateY(-1px);
  }

  .site-footer-column:first-child .site-footer-location-icon {
    width: 20px;
    height: 30px;
    min-width: 20px;
    min-height: 30px;
    max-width: 20px;
    max-height: 30px;
    flex-basis: 20px;
    margin-top: 0;
    transform: translateX(1px) scale(1.08);
  }

  .site-footer-column:first-child .site-footer-clock-icon {
    margin-top: 0;
  }

  .site-footer-column:first-child .site-footer-address,
  .site-footer-column:first-child .site-footer-phone,
  .site-footer-column:first-child .site-footer-hours {
    display: block;
    width: 214px;
    grid-column: 2;
    text-align: left;
  }

  .site-footer-eyebrow {
    font-size: 1.24rem;
  }

  .site-footer h2 {
    font-size: clamp(1.38rem, 5vw, 1.9rem);
  }

  .site-footer h2::after {
    width: min(100%, 300px);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer h3 {
    font-size: 1.08rem;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-serving-title {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .site-footer-serving-copy,
  .site-footer-copyright {
    font-size: 0.92rem;
  }

  .site-footer-meta {
    align-items: center;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-credit {
    font-size: 0.88rem;
  }

  .site-footer-credit img {
    width: 18px;
    height: 18px;
  }

  .site-footer h3::after {
    margin: 14px auto 0;
    background: linear-gradient(
      90deg,
      rgba(200, 68, 68, 0) 0%,
      rgba(200, 68, 68, 0.84) 18%,
      rgba(200, 68, 68, 1) 50%,
      rgba(200, 68, 68, 0.84) 82%,
      rgba(200, 68, 68, 0) 100%
    );
  }

  .site-footer-address,
  .site-footer-service-area,
  .site-footer-hours,
  .site-footer-list a {
    font-size: 0.92rem;
  }

  .site-footer-phone {
    font-size: 1rem;
  }

  .site-footer-list {
    margin-top: 24px;
  }

  .site-footer-list li + li {
    margin-top: 16px;
  }

  .site-footer-list a {
    justify-content: center;
  }

  .services-preview-cta {
    margin-top: 34px;
  }

  .services-preview-button {
    min-height: 50px;
    font-size: 0.84rem;
    padding: 0 20px;
  }

  .reviews-marquee {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .reviews-preview-eyebrow {
    font-size: 26px;
  }

  .review-card {
    width: 240px;
    min-height: 210px;
    padding: 22px 20px;
  }
}

.trust-section {
  padding: 52px 72px 96px;
  background:
    radial-gradient(circle at top, rgba(0, 0, 0, 0.05), transparent 42%),
    linear-gradient(180deg, #f2f2f2 0%, #e2e2e2 100%);
}

.trust-section-header {
  max-width: 1180px;
  margin: 0 auto 30px;
}

.trust-section-heading-wrap {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.trust-section-header h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.55rem, 4.2vw, 3.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #111111;
  white-space: nowrap;
}

.trust-title-line {
  display: block;
}

.trust-title-break {
  margin-top: 4px;
  color: #c84444;
}

.trust-title-accent {
  color: #c84444;
}

.trust-section-rule {
  display: none;
}

.trust-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.trust-column {
  position: relative;
  min-height: 262px;
  padding: 52px 34px 86px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.082) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 84% 86%, rgba(200, 68, 68, 0.024) 0%, rgba(200, 68, 68, 0) 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.022) 20%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #5b5b5b 0%, #474747 48%, #373737 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(0, 0, 0, 0.12),
    0 16px 28px rgba(0, 0, 0, 0.18),
    0 32px 58px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  overflow: hidden;
}

.trust-column::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 164px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #050505 0%,
    #1b1b1b 24%,
    #4a4a4a 56%,
    #8a8a8a 100%
  );
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.trust-column::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 84px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b2929 0%, #c84444 100%);
  clip-path: polygon(0 100%, 12% 0, 100% 0, 100% 100%);
}

.trust-column h3 {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: 2.06rem;
  line-height: 1.04;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 16px rgba(0, 0, 0, 0.2);
}

.trust-column p {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.78);
}

.trust-column > p:not(.trust-column-tag) {
  max-width: 95%;
}

.trust-column-tag {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 26px;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: #efb3a6;
  text-shadow: 0 0 16px rgba(200, 68, 68, 0.12);
  white-space: normal;
  overflow-wrap: anywhere;
}

.trust-collage {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.9fr;
  grid-template-rows: 168px 192px;
  gap: 14px;
  width: min(100%, 980px);
  margin: 24px auto 0;
}

.trust-collage-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px 0 28px 0;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
  background-color: #d8d8d8;
}

.trust-collage-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.trust-collage-photo-greg img {
  object-position: 58% center;
}

.trust-collage-photo-bobby-inspecting img {
  object-position: center 45%;
}

.trust-collage-photo-miguel img {
  object-position: center 42%;
}

.trust-collage-photo-bobby img {
  object-position: center bottom;
}

.trust-collage-photo-greg {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  height: 374px;
  min-height: 0;
}

.trust-collage-photo-bobby-inspecting {
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 100%;
  height: 374px;
}

.trust-collage-photo-miguel {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 168px;
}

.trust-collage-photo-bobby {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 192px;
}

@media (min-width: 981px) {
  .trust-section-heading-wrap {
    width: 100%;
    max-width: 100%;
  }

  .trust-column h3 {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.96);
  }

  .trust-column p {
    font-size: 1.14rem;
    line-height: 1.8;
  }
}

@media (max-width: 1399px) {
  .trust-section-header h2 {
    font-size: 2.9rem;
    line-height: 0.95;
  }

  .trust-column {
    min-height: 308px;
    padding: 50px 28px 92px;
  }

  .trust-column h3 {
    font-size: 1.96rem;
    line-height: 1.02;
    letter-spacing: 0.08px;
    color: rgba(255, 255, 255, 0.96);
  }

  .trust-column p {
    font-size: 1.04rem;
    line-height: 1.66;
  }

  .trust-column-tag {
    left: 28px;
    right: 28px;
    bottom: 28px;
    font-size: 0.66rem;
    line-height: 1.18;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-wrap: balance;
  }

  .trust-column::after {
    left: auto;
    right: 18px;
    bottom: 16px;
    width: 84px;
    height: 6px;
  }

  .about-preview-panel h2 {
    font-size: clamp(1.95rem, 2.9vw, 3rem);
  }

  .about-preview-eyebrow {
    font-size: 30px;
  }

  .about-preview-body {
    font-size: 0.98rem;
    line-height: 1.64;
  }

  .about-preview-button {
    font-size: 0.98rem;
  }

  .reviews-preview-header h2 {
    font-size: 2.9rem;
  }

  .reviews-preview-eyebrow {
    font-size: 27px;
  }

  .review-card-copy {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .review-card-author,
  .review-card-link {
    font-size: 0.9rem;
  }

}

@media (max-width: 980px) {
  .trust-section {
    padding: 24px 14px 72px;
  }

  .trust-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .trust-column {
    min-height: auto;
    padding: 46px 18px 44px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .trust-column h3 {
    font-size: 1.62rem;
    line-height: 1.02;
    letter-spacing: 0.08px;
    margin: 0;
    white-space: normal;
    color: rgba(255, 255, 255, 0.96);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
  }

  .trust-column p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.54;
  }

  .trust-column-tag {
    position: static;
    margin-top: auto;
    padding-top: 18px;
    padding-right: 92px;
    font-size: 0.66rem;
    line-height: 1.25;
    white-space: normal;
    text-wrap: balance;
  }

  .trust-column:last-child {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - 18px) / 2));
    justify-self: center;
  }

  .trust-column::after {
    position: static;
    right: auto;
    bottom: auto;
    width: 84px;
    height: 6px;
    margin-top: 4px;
    align-self: flex-end;
  }

  .trust-section-header h2 {
    font-size: 2.55rem;
    line-height: 0.94;
  }

  .about-preview-panel h2 {
    font-size: clamp(1.72rem, 3.8vw, 2.55rem);
  }

  .about-preview-eyebrow {
    font-size: 26px;
  }

  .about-preview-body {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .about-preview-button {
    font-size: 0.93rem;
  }

  .reviews-preview-header h2 {
    font-size: 2.22rem;
  }

  .reviews-preview-eyebrow {
    font-size: 22px;
  }

  .review-card-copy {
    font-size: 0.92rem;
    line-height: 1.54;
  }

  .review-card-author,
  .review-card-link {
    font-size: 0.85rem;
  }

  .trust-collage {
    width: min(100%, 760px);
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 190px);
    gap: 14px;
    margin: 28px auto 0;
  }

  .trust-collage-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 190px;
  }

  .trust-collage-photo-greg {
    grid-column: 1;
    grid-row: 1;
    height: 190px;
  }

  .trust-collage-photo-bobby-inspecting {
    grid-column: 2;
    grid-row: 1;
    height: 190px;
  }

  .trust-collage-photo-miguel {
    grid-column: 1;
    grid-row: 2;
    height: 190px;
  }

  .trust-collage-photo-bobby {
    grid-column: 2;
    grid-row: 2;
    height: 190px;
  }

  .trust-collage-photo-greg img {
    object-position: 56% 66%;
  }

  .trust-collage-photo-bobby-inspecting img {
    object-position: 56% 52%;
  }

  .trust-collage-photo-miguel img {
    object-position: 54% 56%;
  }

  .trust-collage-photo-bobby img {
    object-position: 52% 88%;
  }
}

@media (max-width: 768px) {
  .trust-section {
    padding: 76px 16px 64px;
  }

  .trust-section-header {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .trust-section-heading-wrap {
    display: inline-block;
    margin: 0 auto;
  }

  .trust-title-colon {
    display: none;
  }

  .trust-columns {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .trust-column {
    width: min(100%, 360px);
    min-height: auto;
    padding: 46px 20px 46px;
    border-radius: 18px;
    display: block;
    gap: 0;
    justify-self: center;
  }

  .trust-column:last-child {
    grid-column: auto;
    width: min(100%, 360px);
    justify-self: center;
  }

  .trust-column h3 {
    font-size: 1.52rem;
    line-height: 1.1;
    letter-spacing: 0.12px;
    margin: 0 0 8px;
    white-space: normal;
    color: rgba(255, 255, 255, 0.96);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
  }

  .trust-column p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .trust-column-tag {
    position: static;
    margin-top: 18px;
    padding-top: 18px;
    padding-right: 104px;
    font-size: 0.66rem;
    line-height: 1.2;
    white-space: normal;
    text-wrap: balance;
  }

  .trust-column::after {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 96px;
    height: 6px;
    margin-top: 0;
  }

  .trust-section-header h2 {
    font-size: 2.45rem;
    line-height: 0.96;
    text-align: center;
  }

  .about-preview-panel h2 {
    font-size: clamp(1.34rem, 5.4vw, 1.96rem);
  }

  .about-preview-eyebrow {
    font-size: 22px;
  }

  .about-preview-body {
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .about-preview-button {
    font-size: 0.86rem;
  }

  .reviews-preview-header h2 {
    font-size: 1.72rem;
  }

  .reviews-preview-eyebrow {
    font-size: 20px;
  }

  .review-card-copy {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .review-card-author,
  .review-card-link {
    font-size: 0.8rem;
  }

  .trust-collage {
    width: min(100%, 390px);
    grid-template-rows: repeat(2, 140px);
    gap: 12px;
    margin: 24px auto 0;
  }

  .trust-collage-photo {
    height: 140px;
    border-radius: 28px 0 28px 0;
  }

  .trust-collage-photo-greg,
  .trust-collage-photo-bobby-inspecting,
  .trust-collage-photo-miguel,
  .trust-collage-photo-bobby {
    height: 140px;
  }
}

@media (max-width: 479px) {
  .site-footer-grid::before,
  .site-footer-grid::after {
    content: none;
  }

  .services-page-hero-shell {
    grid-template-areas:
      "copy"
      "location"
      "media";
  }

  .hero-content {
    width: min(90vw, 340px);
  }

  .hero-copy-group {
    gap: 0;
  }

  .hero-eyebrow {
    font-size: 0.9rem;
    line-height: 1.05;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    max-width: 22ch;
    white-space: normal;
  }

  #hero-title {
    max-width: 9ch;
    font-size: 2.2rem;
    line-height: 0.96;
    letter-spacing: 0.02em;
  }

  .services-page-hero-copy h1 {
    font-size: 1.68rem;
  }

  .about-page-hero-copy h1 {
    font-size: 1.82rem;
  }

  .about-page-hero-intro {
    font-size: 0.92rem;
  }

  .about-page-credential-logo {
    height: 22px;
    max-width: 108px;
  }

  .about-page-hero-image-wrap {
    border-radius: 28px 0 28px 0;
  }

  .about-page-hero-image {
    min-height: 280px;
  }

  .about-page-story {
    padding: 0 20px 60px;
  }

  .about-page-story-card {
    padding: 24px 18px 26px;
    border-radius: 22px;
  }

  .about-page-story-card h2 {
    font-size: 1.82rem;
    line-height: 1.04;
  }

  .about-page-story-kicker {
    gap: 10px;
    margin-bottom: 12px;
  }

  .about-page-story-kicker span {
    width: 42px;
  }

  .about-page-story-eyebrow {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .about-page-story-copy {
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .about-page-story-strike {
    gap: 10px;
    margin-top: 20px;
  }

  .about-page-story-strike span {
    max-width: 90px;
  }

  .about-page-story-strike p {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .about-page-story-logos {
    margin-top: 12px;
    gap: 18px;
    min-height: 42px;
  }

  .about-page-story-badge-wrap {
    margin-top: 16px;
  }

  .about-page-story-logo {
    height: 24px;
    max-width: 118px;
  }

  .about-page-story-logo-badge {
    height: 46px;
    max-width: 62px;
  }

  .about-page-story-logo[src*="aera-icon"] {
    height: 22px;
    max-width: 108px;
  }

  .services-page-filter-pills {
    width: 100%;
    gap: 8px;
    margin-top: 18px;
  }

  .services-page-location-card {
    grid-area: location;
    align-self: start;
    justify-self: center;
    position: static;
    left: auto;
    bottom: auto;
    margin: 0 auto 14px;
    gap: 12px;
    width: min(100%, 232px);
    max-width: 232px;
    border-radius: 18px;
    z-index: 1;
    grid-template-columns: 1fr;
  }

  .services-page-location-card-eyebrow {
    font-size: 0.82rem;
  }

  .services-page-location-card-address {
    font-size: 0.92rem;
    line-height: 1.06;
  }

  .services-page-location-card-map {
    display: block;
    min-height: 88px;
    border-radius: 14px;
  }

  .services-page-location-card-map-frame {
    min-height: 88px;
  }

  .services-page-location-card-hours {
    margin-top: 6px;
    padding: 6px 8px 7px;
  }

  .services-page-location-card-hours-label {
    font-size: 0.7rem;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }

  .services-page-location-card-hours-copy {
    font-size: 0.72rem;
    line-height: 1.16;
  }

  .services-page-filter-pill {
    width: 100%;
    font-size: 0.8rem;
    padding: 12px 14px 13px;
  }

  .services-page-filter-pill-with-icon {
    padding-left: 14px;
    padding-right: 14px;
  }

  .services-detail-eyebrow {
    font-size: 1.42rem;
  }

  .services-detail-header h2 {
    font-size: 0.82rem;
  }

  .services-detail-header::after {
    width: 248px;
    margin-top: 18px;
  }

  .services-detail-card {
    padding: 32px 16px 34px;
  }

  .services-detail-card-grid {
    max-width: 380px;
  }

  .services-detail-card h3 {
    font-size: 1.14rem;
  }

  .services-detail-card p,
  .services-detail-card li {
    font-size: 0.84rem;
  }

  .services-detail-photo-strip {
    gap: 12px;
  }

  .services-detail-photo {
    aspect-ratio: 1.38 / 1;
    border-radius: 18px;
  }

  .services-page-hero-image {
    min-height: 260px;
  }

  .services-preview-strap-inner {
    max-width: 430px;
  }

  .services-preview-strap-icons {
    grid-template-columns: repeat(6, 62px);
    justify-content: center;
    width: min(100%, 422px);
    margin-top: 24px;
    gap: 18px 10px;
  }

  .services-preview-strap-eyebrow {
    margin-bottom: 10px;
    font-size: 1.54rem;
  }

  .services-preview-strap-header h2 {
    font-size: 0.92rem;
  }

  .services-preview-strap-header::after {
    width: 132px;
    margin-top: 14px;
  }

  .services-preview-strap-item h3 {
    margin-top: 12px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .services-preview-strap-item {
    max-width: 122px;
  }

  .services-preview-strap-title-auto-repair span {
    display: block;
  }

  .services-preview-strap-item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(2) {
    grid-column: 4 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .services-preview-strap-item:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }

  .services-preview-strap-item p {
    width: min(122px, 100%);
    font-size: 0.6rem;
    line-height: 1.24;
  }

  .services-preview-strap-icon-stage {
    height: 54px;
  }

  .services-preview-detail-card {
    padding: 14px 0;
  }

  .services-preview-detail-card h3 {
    font-size: 0.72rem;
  }

  .services-preview-detail-copy {
    min-height: 44px;
    margin-top: 14px;
  }

  .services-preview-detail-copy p {
    font-size: 0.7rem;
    line-height: 1.36;
  }

  .services-preview-spacer {
    height: 24px;
  }

  .location-map-section {
    padding: 0 12px 52px;
  }

  .location-map-eyebrow {
    font-size: 1.18rem;
  }

  .location-map-heading {
    margin-bottom: 34px;
  }

  .location-map-heading h2 {
    font-size: 1.36rem;
  }

  .location-map-embed {
    height: 320px;
  }

  .location-map-card {
    padding: 16px 14px 14px;
  }

  .location-map-card-label {
    font-size: 0.94rem;
  }

  .location-map-card h3 {
    font-size: 1.12rem;
    line-height: 1.14;
  }

  .location-map-card-copy {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .location-map-button {
    min-height: 44px;
    font-size: 0.76rem;
    padding: 0 14px;
    gap: 10px;
  }

  .location-map-button img {
    width: 18px;
    height: 18px;
  }

  .location-map-seo p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .site-footer-shell {
    padding: 36px 12px 40px;
  }

  .site-footer-bottom-shell {
    padding: 28px 12px 22px;
    gap: 24px;
  }

  .site-footer-column:first-child {
    width: min(100%, 290px);
  }

  .site-footer-column:first-child::after {
    content: none;
  }

  .site-footer-column-links,
  .site-footer-column-services {
    margin-top: 10px;
  }

  .site-footer-contact-stack {
    display: block;
  }

  .site-footer-column:first-child .site-footer-contact-stack {
    display: none;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile {
    display: block;
    width: min(100%, 280px);
    margin: 36px auto 0;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 0.74rem;
    line-height: 1.45;
    text-align: center;
    color: rgba(255, 255, 255, 0.74);
    text-wrap: balance;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile span {
    margin: 0 5px;
    color: var(--brand-red);
  }

  .site-footer-column-services .site-footer-contact-inline-mobile .site-footer-contact-inline-piece {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
  }

  .site-footer-column-services .site-footer-contact-inline-mobile .site-footer-contact-inline-piece-phone {
    white-space: nowrap;
  }

  .site-footer-column-services .site-footer-contact-stack-mobile {
    display: none;
  }

  .site-footer-column-links .site-footer-list,
  .site-footer-column-services .site-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .site-footer-column-links .site-footer-list li + li,
  .site-footer-column-services .site-footer-list li + li {
    margin-top: 0;
  }

  .site-footer-column-links .site-footer-list li,
  .site-footer-column-services .site-footer-list li {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .site-footer-column-links .site-footer-list a,
  .site-footer-column-services .site-footer-list a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .site-footer-column-links .site-footer-list a::before,
  .site-footer-column-services .site-footer-list a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
  }

  .site-footer-column-links .site-footer-list li:nth-child(1) {
    width: 54%;
  }

  .site-footer-column-links .site-footer-list li:nth-child(2),
  .site-footer-column-links .site-footer-list li:nth-child(4) {
    width: 72%;
  }

  .site-footer-column-links .site-footer-list li:nth-child(3),
  .site-footer-column-links .site-footer-list li:nth-child(5) {
    width: 86%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(1),
  .site-footer-column-services .site-footer-list li:nth-child(7) {
    width: 84%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(2),
  .site-footer-column-services .site-footer-list li:nth-child(4) {
    width: 92%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(3),
  .site-footer-column-services .site-footer-list li:nth-child(6) {
    width: 100%;
  }

  .site-footer-column-services .site-footer-list li:nth-child(5) {
    width: 96%;
  }

  .site-footer-column-links .site-footer-list li:last-child,
  .site-footer-column-services .site-footer-list li:last-child {
    position: relative;
    padding-bottom: 22px;
  }

  .site-footer-column-links .site-footer-list li:last-child::after,
  .site-footer-column-services .site-footer-list li:last-child::after {
    content: none;
  }

  .site-footer-eyebrow {
    font-size: 1.02rem;
  }

  .site-footer h2 {
    font-size: 1.2rem;
  }

  .site-footer h2::after {
    width: min(100%, 220px);
    margin-top: 18px;
  }

  .site-footer-serving-title {
    font-size: 0.84rem;
    line-height: 1.25;
  }

  .site-footer-serving::after {
    width: 360px;
  }

  .site-footer-serving-copy,
  .site-footer-copyright {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .site-footer-meta {
    align-items: center;
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-copyright {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .site-footer-credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.78rem;
    text-align: center;
    gap: 8px;
    grid-template-columns: none;
  }

  .site-footer-credit img {
    grid-column: auto;
    width: 16px;
    height: 16px;
    justify-self: auto;
  }

  .site-footer-credit span {
    grid-column: auto;
  }

  .site-footer-serving-copy span {
    margin: 0 5px;
  }

  .site-footer-address,
  .site-footer-service-area,
  .site-footer-hours {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .site-footer-phone {
    font-size: 0.82rem;
  }

  .site-footer-info-row {
    width: min(100%, 230px);
    max-width: 100%;
    position: static;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    column-gap: 12px;
    justify-content: start;
    margin-top: 22px;
    min-height: 0;
  }

  .site-footer-column:first-child .site-footer-address,
  .site-footer-column:first-child .site-footer-phone,
  .site-footer-column:first-child .site-footer-hours {
    display: block;
    width: auto;
    grid-column: 2;
    text-align: left;
  }

  .site-footer-column:first-child .site-footer-info-row-phone {
    margin-top: 44px;
  }

  .site-footer-info-row-hours::after {
    content: none;
  }

  .site-footer-list a {
    font-size: 0.82rem;
    gap: 10px;
  }

  .site-footer-list a::before {
    font-size: 1.2rem;
  }

  .site-footer-info-row img {
    position: static;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
    flex-basis: 22px;
    margin-top: 0;
  }

  .site-footer-phone-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    flex-basis: 24px;
    transform: translateY(-1px);
  }

  .site-footer-location-icon {
    width: 18px;
    height: 28px;
    min-width: 18px;
    min-height: 28px;
    max-width: 18px;
    max-height: 28px;
    flex-basis: 18px;
    align-self: flex-start;
    margin-top: 0;
    transform: translateX(1px) scale(1.08);
    transform-origin: top center;
  }

  .site-footer-clock-icon {
    align-self: flex-start;
    margin-top: 1px;
  }

  .services-preview-cta {
    margin-top: 22px;
  }

  .services-preview-button {
    min-height: 44px;
    font-size: 0.74rem;
    padding: 0 16px;
    border-radius: 8px;
  }

  .trust-section-header h2 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .trust-column h3 {
    font-size: 1rem;
    letter-spacing: 0.02px;
    color: rgba(255, 255, 255, 0.96);
  }

  .trust-column,
  .trust-column:last-child {
    width: min(100%, 332px);
  }

  .trust-column p {
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .trust-column-tag {
    font-size: 0.68rem;
  }

  .services-preview-cta {
    margin-top: 30px;
  }

  .about-preview-panel h2 {
    font-size: 1.92rem;
    line-height: 1;
    margin-top: 6px;
  }

  .about-preview-eyebrow {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .about-preview-body {
    font-size: 0.84rem;
  }

  .about-preview-button {
    font-size: 0.8rem;
  }

  .reviews-preview-header h2 {
    font-size: 1.36rem;
  }

  .reviews-preview-eyebrow {
    font-size: 18px;
  }

  .review-card-copy {
    font-size: 0.84rem;
  }

  .review-card-author,
  .review-card-link {
    font-size: 0.76rem;
  }

  .services-preview-strap-icon {
    width: 62px;
    height: 44px;
  }

  .services-preview-strap-icon-placeholder {
    border-radius: 16px;
  }

  .services-preview-strap-icon-placeholder::after {
    font-size: 0.64rem;
  }
}
.trust-column::after {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 84px;
    height: 6px;
    margin-top: 0;
    align-self: auto;
  }

.portfolio-page-hero {
  position: relative;
  padding: 48px 32px 36px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(180deg, #070707 0%, #111111 54%, #161616 100%);
}

.portfolio-page-hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.96fr);
  gap: 28px;
  align-items: center;
}

.portfolio-page-hero-copy {
  max-width: 620px;
}

.portfolio-page-hero-eyebrow,
.portfolio-page-overview-eyebrow,
.portfolio-page-sector-eyebrow {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c84444;
}

.portfolio-page-hero-eyebrow {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.75px;
}

.portfolio-page-gallery-eyebrow {
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 1.32rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c84444;
}

.portfolio-page-hero h1,
.portfolio-page-overview-header h2,
.portfolio-page-sector-copy h3 {
  margin: 12px 0 0;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
}

.portfolio-page-hero h1 {
  max-width: 720px;
  font-size: clamp(2.85rem, 5vw, 4.84rem);
  line-height: 0.96;
}

.portfolio-page-hero-intro,
.portfolio-page-overview-intro,
.portfolio-page-sector-intro {
  margin: 22px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.portfolio-page-hero-media {
  min-width: 0;
}

.portfolio-page-hero-image-wrap {
  position: relative;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 40px rgba(0, 0, 0, 0.22);
}

.portfolio-page-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}

.portfolio-page-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.26 / 1;
  object-fit: cover;
  object-position: center 44%;
  image-rendering: auto;
  transform: translateZ(0);
}

.portfolio-page-gallery {
  position: relative;
  padding: 22px 32px 82px;
  background:
    linear-gradient(180deg, #161616 0%, #0f0f0f 18%, #090909 100%);
}

.portfolio-page-gallery-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.portfolio-page-gallery-header {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.portfolio-page-gallery-eyebrow {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c84444;
}

.portfolio-page-gallery-header h2 {
  margin: 12px 0 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
}

.portfolio-page-gallery-intro {
  max-width: 720px;
  margin: 18px auto 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.04rem;
  line-height: 1.66;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.76);
}

.portfolio-page-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-page-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  border-radius: 20px 0 20px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 16%),
    #101010;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.portfolio-page-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 46px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.012) 26%, rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(72, 72, 72, 0.94) 0%, rgba(36, 36, 36, 0.98) 58%, rgba(20, 20, 20, 1) 100%);
  z-index: 2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22);
}

.portfolio-page-gallery-card::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 108px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(139, 41, 41, 0.82) 0%, rgba(200, 68, 68, 0.98) 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  z-index: 2;
}

.portfolio-page-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  padding: 48px 10px 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.03), transparent 52%),
    linear-gradient(180deg, #1d1d1d 0%, #131313 100%);
}

.portfolio-page-gallery-card-corvette-c1 img {
  object-position: 66% center;
}



.portfolio-page-gallery-card figcaption {
  padding: 12px 14px 14px;
}

.portfolio-page-gallery-card-label {
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #c84444;
}

.portfolio-page-gallery-card figcaption p {
  margin: 7px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.92rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1100px) {
  .portfolio-page-hero-shell {
    grid-template-columns: 1fr;
  }

  .portfolio-page-hero-media {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .portfolio-page-hero-image {
    aspect-ratio: 1.78 / 1;
  }

  .portfolio-page-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .portfolio-page-hero,
  .portfolio-page-gallery {
    padding-left: 28px;
    padding-right: 28px;
  }

  .portfolio-page-hero-shell {
    gap: 22px;
  }

  .portfolio-page-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .faq-page-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  .faq-page-primary-action,
  .faq-page-secondary-action {
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
  }

  .faq-page-hero-actions .faq-page-secondary-action:last-child {
    grid-column: 1 / -1;
  }

  .faq-page-primary-action img,
  .faq-page-secondary-action img {
    width: 16px;
    height: 16px;
  }

  .portfolio-page-hero,
  .portfolio-page-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-page-hero h1 {
    font-size: 2.36rem;
  }

  .portfolio-page-hero-intro,
  .portfolio-page-gallery-intro {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .portfolio-page-gallery-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-page-gallery-card img {
    aspect-ratio: 1.18 / 1;
  }

  .portfolio-page-gallery-card::before {
    height: 40px;
  }

  .portfolio-page-gallery-card::after {
    width: 88px;
    top: 13px;
  }
}

.faq-page-hero {
  padding: 52px 32px 46px;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #090909 0%, #111111 56%, #151515 100%);
  color: #f2f2f2;
}

.faq-page-hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: start;
}

.faq-page-hero-copy {
  max-width: 690px;
}

.faq-page-hero-eyebrow,
.faq-page-questions-eyebrow {
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 2.12rem;
  line-height: 1;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #c84444;
}

.faq-page-hero h1,
.faq-page-questions-header h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 24px rgba(0, 0, 0, 0.28);
}

.faq-page-title-lock {
  white-space: nowrap;
}

.faq-page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: 0.3px;
}

.faq-page-hero-intro,
.faq-page-questions-intro,
.faq-page-item p,
.faq-page-closing-intro {
  font-family: "Saira Semi Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.82);
}

.faq-page-hero-intro {
  margin: 20px 0 0;
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.faq-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.faq-page-primary-action,
.faq-page-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.faq-page-primary-action img,
.faq-page-secondary-action img {
  width: 19px;
  height: 19px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%);
}

.faq-page-primary-action {
  color: #ffffff;
  background: linear-gradient(180deg, #d05d55 0%, #b94945 100%);
  box-shadow: 0 10px 18px rgba(185, 73, 69, 0.16);
}

.faq-page-secondary-action {
  color: #ffffff;
  border: 1px solid rgba(208, 93, 85, 0.34);
  background: linear-gradient(180deg, rgba(208, 93, 85, 0.96) 0%, rgba(185, 73, 69, 0.96) 100%);
  box-shadow: 0 10px 18px rgba(185, 73, 69, 0.15);
}

.faq-page-primary-action:hover,
.faq-page-secondary-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(185, 73, 69, 0.2);
}

.faq-page-contact-card {
  padding: 24px 24px 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.035), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.01) 100%),
    linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 34px rgba(0, 0, 0, 0.22);
}

.faq-page-contact-eyebrow {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: 1.42rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c84444;
}

.faq-page-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-page-contact-item {
  position: relative;
  min-height: 118px;
  padding: 18px 16px 15px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.012) 100%),
    linear-gradient(180deg, #222222 0%, #181818 48%, #131313 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 22px rgba(0, 0, 0, 0.18);
}

.faq-page-contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 42%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(48, 48, 48, 0.82) 0%, rgba(28, 28, 28, 0.22) 100%);
  border-radius: 18px 18px 0 0;
  pointer-events: none;
}

.faq-page-contact-item::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  width: 112px;
  height: 6px;
  background: linear-gradient(90deg, rgba(200, 68, 68, 0.9) 0%, rgba(200, 68, 68, 0.98) 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  opacity: 0.92;
  pointer-events: none;
}

.faq-page-contact-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-top: 10px;
}

.faq-page-contact-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(40%) sepia(19%) saturate(1712%)
    hue-rotate(324deg) brightness(96%) contrast(93%);
}

.faq-page-contact-icon-email {
  width: 20px;
  height: 20px;
}

.faq-page-contact-label {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c84444;
}

.faq-page-contact-item p,
.faq-page-contact-item a {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.faq-page-contact-email {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  transform: translateY(3px);
  font-size: 0.82rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.72);
  word-break: normal;
}

.faq-page-contact-email-standalone {
  margin-top: 0;
  transform: none;
}

.faq-page-contact-email-text {
  display: inline-block;
}

.faq-page-contact-email .faq-page-contact-icon-email {
  margin-top: 4px;
}

.faq-page-contact-email-text span:last-child {
  white-space: nowrap;
}

.faq-page-questions {
  padding: 6px 32px 82px;
  background: linear-gradient(180deg, #151515 0%, #101010 14%, #0b0b0b 100%);
  color: #f2f2f2;
}

.faq-page-questions-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.faq-page-questions-header {
  max-width: 780px;
  margin: 0 0 34px;
}

.faq-page-questions-header h2 {
  margin-top: 12px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.01;
  letter-spacing: 0.3px;
}

.faq-page-questions-intro {
  margin: 18px 0 0;
  max-width: 640px;
  font-size: 1.02rem;
  line-height: 1.7;
}

.faq-page-accordion {
  display: grid;
  gap: 14px;
}

.faq-page-item {
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.028), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.008) 100%),
    linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 28px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.faq-page-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 66px 22px 22px;
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.faq-page-item summary::-webkit-details-marker {
  display: none;
}

.faq-page-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #c84444;
}

.faq-page-item[open] summary::after {
  content: "–";
}

.faq-page-item p {
  margin: 0;
  padding: 0 22px 22px;
  max-width: 880px;
  font-size: 1.1rem;
  line-height: 1.68;
}

.faq-page-item p a {
  color: #ffffff;
}

.faq-page-closing {
  padding: 0 32px 74px;
  background: linear-gradient(180deg, #0b0b0b 0%, #0d0d0d 100%);
  color: #f2f2f2;
}

.faq-page-closing-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: 28px;
  align-items: center;
  padding: 28px 28px 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.008) 100%),
    linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.2);
}

.faq-page-closing-copy {
  max-width: 620px;
}

.faq-page-closing-eyebrow {
  margin: 0 0 8px;
  font-family: "Anton", sans-serif;
  font-size: 1.42rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c84444;
}

.faq-page-closing-copy h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ffffff;
}

.faq-page-closing-intro {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.68;
}

.faq-page-closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.faq-page-closing-media {
  min-width: 0;
  width: min(100%, 440px);
  margin-left: auto;
}

.faq-page-closing-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.22);
}

.faq-page-closing-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 28%);
  pointer-events: none;
}

.faq-page-closing-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
  object-position: center 46%;
}

@media (max-width: 980px) {
  .faq-page-hero-shell {
    grid-template-columns: 1fr;
  }

  .faq-page-contact-card {
    width: min(100%, 760px);
  }

  .faq-page-closing-shell {
    grid-template-columns: 1fr;
  }

  .faq-page-closing-media {
    width: min(100%, 640px);
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .faq-page-hero-shell {
    justify-items: center;
  }

  .faq-page-hero-copy {
    max-width: 100%;
  }

  .faq-page-hero,
  .faq-page-questions,
  .faq-page-closing {
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-page-contact-grid {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin: 0 auto;
    gap: 12px;
  }

  .faq-page-hero-actions {
    justify-content: center;
  }

  .faq-page-primary-action,
  .faq-page-secondary-action {
    min-height: 50px;
    padding: 0 18px;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
  }

  .faq-page-hero-actions .faq-page-primary-action,
  .faq-page-hero-actions .faq-page-secondary-action {
    min-width: 154px;
  }

  .faq-page-primary-action img,
  .faq-page-secondary-action img {
    width: 17px;
    height: 17px;
  }

  .faq-page-contact-card {
    width: min(100%, 396px);
    margin: 0 auto;
  }

  .faq-page-item summary {
    font-size: 1.3rem;
  }

  .faq-page-closing-shell {
    padding: 24px 22px 24px;
  }
}

@media (max-width: 479px) {
  .faq-page-hero,
  .faq-page-questions,
  .faq-page-closing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-page-hero h1 {
    font-size: 2.34rem;
  }

  .faq-page-hero-intro,
  .faq-page-questions-intro,
  .faq-page-item p,
  .faq-page-closing-intro {
    font-size: 1rem;
    line-height: 1.62;
  }

  .faq-page-contact-card {
    width: min(100%, 332px);
    margin: 0 auto;
    padding: 18px 16px 16px;
    border-radius: 22px;
  }

  .faq-page-contact-grid {
    width: min(100%, 276px);
    gap: 11px;
  }

  .faq-page-contact-item {
    min-height: 0;
    padding: 14px 12px 12px;
    border-radius: 18px;
  }

  .faq-page-contact-item::before {
    height: 40px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.008) 44%, rgba(255, 255, 255, 0) 100%),
      linear-gradient(180deg, rgba(42, 42, 42, 0.76) 0%, rgba(26, 26, 26, 0.16) 100%);
    border-radius: 18px 18px 0 0;
  }

  .faq-page-contact-item::after {
    top: 10px;
    left: 12px;
    width: 66px;
    height: 4px;
  }

  .faq-page-contact-head {
    margin-bottom: 7px;
    padding-top: 7px;
    gap: 8px;
  }

  .faq-page-contact-label {
    font-size: 0.84rem;
  }

  .faq-page-contact-item p,
  .faq-page-contact-item a {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .faq-page-contact-email {
    margin-top: 2px;
    transform: none;
    font-size: 0.88rem;
  }

  .faq-page-item {
    border-radius: 18px;
  }

  .faq-page-item summary {
    padding: 18px 54px 18px 18px;
    font-size: 1.16rem;
  }

  .faq-page-item p {
    padding: 0 18px 18px;
  }

  .faq-page-closing-shell {
    padding: 20px 18px 20px;
    border-radius: 22px;
  }

  .faq-page-closing-eyebrow {
    font-size: 1.18rem;
  }

  .faq-page-closing-image-wrap {
    border-radius: 22px;
  }

  .faq-page-closing-image {
    aspect-ratio: 1.26 / 1;
  }
}
