.brand-logo-image {
  display: block;
  width: auto;
  height: 45px;
  max-width: 180px;
  margin-top: 28px;
  object-fit: contain;
  object-position: left center;
}

.alpet-logo { width: 134px; height: 52px; }

.asas-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 52px;
  margin-top: 21px;
  color: #27313a;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -1px;
}

.asas-lockup .brand-logo-image {
  width: 52px;
  height: 52px;
  margin-top: 0;
  object-fit: contain;
}

.asas-lockup b { color: #6f7f86; font-size: 10px; letter-spacing: .08em; }
.rixenberg-logo { width: 177px; }
.liqui-logo { width: 132px; height: 54px; }
.dew-logo { width: 110px; height: 54px; }

@media (max-width: 520px) {
  .brand-logo-image { margin-top: 23px; }
  .footer-phone, .footer-email { display: block; margin-left: 0; }
}

/* Product photography used in the visual concept. */
.product-scene {
  position: absolute;
  inset: 28px 5px 10px 85px;
  filter: drop-shadow(0 28px 18px rgba(0, 0, 0, .25));
}

.hero-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  mix-blend-mode: screen;
  opacity: .94;
}

.card-photo {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 49%;
  object-fit: cover;
  object-position: center;
  opacity: .92;
  z-index: 0;
}

.solution-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 36%, rgba(255,255,255,.96) 79%);
}

.solution-large::after {
  background: linear-gradient(180deg, rgba(11,41,50,0) 34%, rgba(11,41,50,.98) 82%);
}

/* Every product card gets the same clear, dark treatment on hover or keyboard focus. */
.solution-card {
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.solution-card:not(.solution-large):hover,
.solution-card:not(.solution-large):focus-within {
  color: var(--white);
  background: var(--deep);
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(8, 40, 48, .16);
}

.solution-card:not(.solution-large):hover::after,
.solution-card:not(.solution-large):focus-within::after {
  background: linear-gradient(180deg, rgba(11,41,50,0) 34%, rgba(11,41,50,.98) 82%);
}

.solution-card:not(.solution-large):hover h3,
.solution-card:not(.solution-large):focus-within h3,
.solution-card:not(.solution-large):hover a,
.solution-card:not(.solution-large):focus-within a {
  color: var(--white);
}

.solution-card:not(.solution-large):hover p,
.solution-card:not(.solution-large):focus-within p {
  color: #94b3b6;
}

.solution-card:not(.solution-large):hover .card-number,
.solution-card:not(.solution-large):focus-within .card-number {
  color: var(--aqua);
}

.solution-card:not(.solution-large):hover .card-photo,
.solution-card:not(.solution-large):focus-within .card-photo {
  opacity: .96;
}

/* Closer to the supplied editorial automotive reference. */
.hero {
  background-image: linear-gradient(90deg, rgba(11,41,50,.98) 0%, rgba(11,41,50,.88) 46%, rgba(11,41,50,.52) 100%), url('assets/hero-workshop.jpg');
  background-size: cover;
  background-position: center;
}

.intro-strip { background: #fff; }
.strip-grid p { color: #668089; }
.strip-lead { color: var(--deep) !important; }
.strip-stat { border-left-color: var(--line); }

.process {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(7,31,39,.97) 0%, rgba(7,31,39,.82) 46%, rgba(7,31,39,.6) 100%), url('assets/dealer-road.jpg');
  background-size: cover;
  background-position: center;
}

.process-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .78fr .92fr 1.18fr;
  gap: 54px;
  align-items: center;
}

.process h2 { color: var(--white); }
.process .eyebrow { color: var(--aqua); }
.process-copy p { color: #a3babc; }
.process .steps { border-top-color: rgba(188,236,228,.22); }
.process .step { border-bottom-color: rgba(188,236,228,.22); }
.process .step h3 { color: var(--white); }
.process .step p { color: #a3babc; }
.process .button-dark { background: var(--aqua); color: var(--deep); }
.process .dealer-form { align-self: center; }

@media (max-width: 850px) {
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process .dealer-form { order: 3; }
}

/* Denser desktop rhythm to keep the product story visible in one scroll. */
@media (min-width: 851px) {
  .hero {
    min-height: 585px;
    padding-top: 122px;
  }

  .hero-copy {
    position: relative;
    top: 22px;
    padding-bottom: 30px;
  }
  .hero h1 { margin-bottom: 18px; }
  .hero-actions { margin-top: 25px; }
  .hero-proof { margin-top: 34px; }
  .hero-visual { min-height: 390px; }

  .intro-strip .strip-grid {
    min-height: 105px;
    gap: 20px;
  }

  .section-pad { padding: 72px 0; }
  .heading-row { margin-bottom: 34px; }
  .brands-heading { margin-bottom: 30px; }

  .solution-card {
    min-height: 300px;
    padding: 23px 24px;
  }

  .solution-card h3 { margin-top: 20px; }
  .solution-card a { bottom: 22px; }
  .solution-card .card-photo { height: 36%; }
  .solution-card p { line-height: 1.55; }

  .brand-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .brand-tile {
    min-height: 136px;
    padding: 14px 13px;
  }

  .brand-logo-image {
    height: 50px;
    margin-top: 13px;
  }

  .alpet-logo { width: 150px; height: 50px; }
  .rixenberg-logo { width: 155px; height: 50px; }
  .liqui-logo { width: 145px; height: 50px; }
  .dew-logo { width: 135px; height: 50px; }

  .asas-lockup {
    height: 50px;
    margin-top: 8px;
  }

  .asas-lockup .brand-logo-image {
    width: 50px;
    height: 50px;
  }

  .brand-tile .logo-word { margin-top: 20px; }
  .trk .logo-word { font-size: 34px; }

  .brand-note { margin-top: 18px; }

  .process-grid {
    gap: 30px;
  }

  .process .step { padding: 16px 0; }
  .process .step p { line-height: 1.5; }
  .process .dealer-form { padding: 22px; }
  .process .form-header { padding-bottom: 14px; margin-bottom: 14px; }
  .process label { margin-bottom: 10px; }
  .process input,
  .process select,
  .process textarea { padding: 9px 11px; }
  .process .form-grid { gap: 10px; }
  .process .form-note { margin-top: 8px; }
}

/* Contact page */
.contact-page { background: var(--off); }

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding-top: 150px;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(7,31,39,.98) 0%, rgba(7,31,39,.9) 48%, rgba(7,31,39,.56) 100%), url('assets/hero-workshop.jpg');
  background-size: cover;
  background-position: center;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 70px;
}

.contact-hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .99;
  letter-spacing: -4px;
}

.contact-hero h1 em,
.contact-info h2 em,
.contact-cta h2 em { color: var(--aqua); font-style: normal; }

.contact-hero-card {
  justify-self: end;
  width: min(100%, 345px);
  padding: 29px;
  border: 1px solid rgba(188,236,228,.24);
  border-radius: 16px;
  background: rgba(9,35,43,.72);
  box-shadow: 0 24px 45px rgba(0,0,0,.2);
  backdrop-filter: blur(8px);
}

.contact-card-label,
.map-card-head,
.map-card-foot {
  color: var(--aqua);
  font: 500 10px 'DM Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-hero-card strong {
  display: block;
  margin-top: 26px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.6px;
}

.contact-card-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0 17px;
  background: rgba(188,236,228,.2);
}

.contact-hero-card a {
  display: block;
  margin-top: 9px;
  color: var(--white);
  font-size: 12px;
}

.contact-hero-card a:hover { color: var(--aqua); }

.contact-section { background: var(--off); }

.contact-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 72px;
}

.contact-info h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(39px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -2.8px;
}

.contact-info > p {
  max-width: 340px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-item {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--deep);
  background: var(--white);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

a.contact-item:hover {
  border-color: #8bc9c0;
  box-shadow: 0 10px 20px rgba(18,48,57,.08);
  transform: translateY(-2px);
}

.contact-item-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--deep);
  background: var(--aqua);
  font-weight: 800;
}

.contact-item small,
.contact-item strong { display: block; }
.contact-item small { margin-bottom: 3px; color: #789295; font: 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .06em; }
.contact-item strong { font-size: 12px; line-height: 1.45; }
.contact-item > b { color: var(--orange); font-size: 17px; }
.contact-address { align-items: start; }
.contact-address .contact-item-icon { margin-top: 1px; }

.contact-route { margin-top: 22px; }

.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 20px 45px rgba(18,48,57,.1);
}

.map-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  color: var(--deep);
  background: var(--white);
}

.map-pin { color: var(--orange); font-size: 19px; }
.map-card iframe { display: block; width: 100%; height: 355px; border: 0; filter: saturate(.78) contrast(1.03); }

.map-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 20px;
  color: #668089;
  font-size: 9px;
}

.map-card-foot a { color: var(--deep); }
.map-card-foot a:hover { color: var(--orange); }

.contact-cta {
  color: var(--white);
  background: var(--deep);
}

.contact-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 55px;
}

.contact-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(39px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -2.8px;
}

.contact-cta p {
  max-width: 380px;
  margin: 0;
  color: #a3babc;
  font-size: 13px;
  line-height: 1.75;
}

.contact-cta .button { white-space: nowrap; }

@media (max-width: 850px) {
  .contact-hero {
    min-height: auto;
    padding-top: 135px;
  }

  .contact-hero-grid,
  .contact-grid,
  .contact-cta-inner { grid-template-columns: 1fr; }
  .contact-hero-grid { gap: 38px; }
  .contact-hero-card { justify-self: start; }
  .contact-grid { gap: 42px; }
  .contact-cta-inner { gap: 24px; }
  .contact-cta p { max-width: 560px; }
}

@media (max-width: 520px) {
  .contact-hero h1 { font-size: clamp(47px, 14vw, 70px); }
  .contact-hero-card { padding: 22px; }
  .contact-item { grid-template-columns: 34px 1fr auto; padding: 12px; }
  .contact-item strong { font-size: 11px; }
  .map-card iframe { height: 290px; }
  .map-card-foot { flex-direction: column; gap: 7px; }
}

/* Premium brand showcase */
.brands {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(188,236,228,.34), transparent 25%),
    linear-gradient(180deg, #f3f9f8 0%, #ffffff 46%, #f6fbfa 100%);
}

.brands::before,
.brands::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(60,140,137,.10);
  border-radius: 50%;
}

.brands::before {
  top: 90px;
  left: -150px;
  width: 430px;
  height: 430px;
}

.brands::after {
  right: -210px;
  bottom: 40px;
  width: 520px;
  height: 520px;
}

.brands .container { position: relative; z-index: 1; }

.brands-heading {
  align-items: center;
  margin-bottom: 35px;
}

.brands-heading > p {
  max-width: 350px;
  margin: 0;
  padding-left: 25px;
  border-left: 1px solid #cfe2df;
  color: #668089;
  line-height: 1.85;
}

.brand-grid { gap: 12px; }

.brand-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 16px 17px 15px;
  overflow: hidden;
  border: 1px solid #d3e5e2;
  border-radius: 17px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 9px 25px rgba(17,62,69,.055);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.brand-tile::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(60,140,137,.13);
  border-radius: 50%;
  transition: transform .3s ease, border-color .3s ease;
}

.brand-tile::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: #9adbd2;
  opacity: .9;
}

.brand-tile:nth-child(2)::after { background: #e6503e; }
.brand-tile:nth-child(3)::after { background: #e66d47; }
.brand-tile:nth-child(4)::after { background: #df3b2e; }
.brand-tile:nth-child(5)::after { background: #28343a; }
.brand-tile:nth-child(6)::after { background: #2b9b9d; }

.brand-tile:hover,
.brand-tile:focus-within {
  transform: translateY(-7px);
  border-color: #9acfc8;
  background: #ffffff;
  box-shadow: 0 20px 35px rgba(17,62,69,.13);
}

.brand-tile:hover::before,
.brand-tile:focus-within::before {
  transform: scale(1.25);
  border-color: rgba(60,140,137,.25);
}

.tile-top {
  position: relative;
  z-index: 1;
  align-items: center;
}

.tile-category {
  padding: 5px 8px;
  border-radius: 999px;
  color: #608b8b;
  background: #edf7f5;
  font-size: 8px;
  letter-spacing: .1em;
}

.tile-arrow {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #d2e6e2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.brand-tile:hover .tile-arrow,
.brand-tile:focus-within .tile-arrow {
  color: var(--white);
  border-color: var(--orange);
  background: var(--orange);
  transform: rotate(45deg);
}

.brand-logo-image {
  position: relative;
  z-index: 1;
  align-self: center;
  width: auto;
  height: 60px;
  max-width: 94%;
  margin: 17px auto 10px;
  object-position: center;
}

.alpet-logo { width: 164px; height: 60px; }
.rixenberg-logo { width: 170px; height: 60px; }
.liqui-logo { width: 151px; height: 60px; }
.dew-logo { width: 143px; height: 60px; }

.asas-lockup {
  position: relative;
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 17px auto 10px;
  gap: 9px;
}

.asas-lockup .brand-logo-image {
  align-self: center;
  width: 54px;
  height: 54px;
  margin: 0;
}

.brand-tile .logo-word {
  position: relative;
  z-index: 1;
  align-self: center;
  margin: 22px auto 17px;
}

.trk .logo-word { font-size: 36px; }

.brand-tile > p {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  padding-top: 9px;
  border-top: 1px solid #e0eeec;
  color: #718b8e;
  font-size: 10px;
}

.brand-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  padding: 8px 13px 8px 8px;
  border: 1px solid #d7e9e5;
  border-radius: 999px;
  color: #658588;
  background: rgba(255,255,255,.72);
}

.brand-note span { width: 22px; height: 22px; }

@media (max-width: 850px) {
  .brands-heading > p { margin-top: 22px; padding: 0; border-left: 0; }
  .brand-tile { min-height: 175px; }
}

@media (max-width: 520px) {
  .brands-heading { margin-bottom: 28px; }
  .brand-tile { min-height: 168px; padding: 15px; }
  .brand-logo-image { height: 56px; margin-top: 15px; }
  .alpet-logo { width: 150px; height: 56px; }
  .rixenberg-logo { width: 155px; height: 56px; }
  .liqui-logo { width: 140px; height: 56px; }
  .dew-logo { width: 132px; height: 56px; }
  .asas-lockup { height: 56px; margin-top: 15px; }
  .asas-lockup .brand-logo-image { width: 50px; height: 50px; }
}

/* About page */
.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 585px;
  padding-top: 122px;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(11,41,50,.98) 0%, rgba(11,41,50,.9) 46%, rgba(11,41,50,.62) 100%), url('assets/hero-workshop.jpg');
  background-size: cover;
  background-position: center;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  min-height: 430px;
}

.about-hero-copy { padding-bottom: 26px; }
.about-hero h1 { max-width: 590px; margin: 0 0 20px; font-size: clamp(47px, 5.8vw, 74px); line-height: .99; letter-spacing: -4px; }
.about-hero h1 em { color: var(--aqua); font-style: normal; }
.about-hero-copy > p { max-width: 470px; margin: 0; color: #a7c0c3; font-size: 15px; line-height: 1.8; }
.about-hero .hero-actions { margin-top: 29px; }

.about-hero-visual {
  position: relative;
  min-height: 390px;
}

.about-hero-glow {
  position: absolute;
  top: 40px;
  left: 100px;
  width: 500px;
  height: 330px;
  border-radius: 50%;
  background: rgba(27,73,78,.82);
  filter: blur(26px);
}

.about-hero-visual > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 18px rgba(0,0,0,.28));
}

.about-hero-label {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  border: 1px solid rgba(188,236,228,.24);
  border-radius: 8px;
  background: rgba(18,48,57,.82);
  box-shadow: 0 13px 30px rgba(0,0,0,.16);
}

.about-hero-label strong { color: var(--white); font-size: 10px; }
.about-hero-label small { color: #8fb2b4; font-size: 9px; }
.label-one { top: 55px; right: 16px; }
.label-two { bottom: 48px; left: 42px; }

.about-intro { background: var(--white); }
.about-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.about-intro h2, .about-section-heading h2, .about-portfolio h2, .about-cta h2 { margin: 0; color: var(--deep); font-size: clamp(36px, 4.5vw, 57px); line-height: 1.04; letter-spacing: -2.5px; }
.about-intro h2 em, .about-section-heading h2 em, .about-portfolio h2 em, .about-cta h2 em { color: #a8ded6; font-style: normal; }
.about-intro-copy { max-width: 490px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.about-intro-copy p { margin: 0 0 15px; }
.about-intro-copy p:last-child { margin-bottom: 0; }

.about-focus { background: var(--off); }
.about-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.about-section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.about-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.about-focus-card { position: relative; min-height: 250px; padding: 25px 26px; border-radius: 16px; color: var(--white); background: var(--deep); overflow: hidden; }
.about-focus-card:nth-child(2) { background: #123d46; }
.about-focus-card:nth-child(3) { background: #174b50; }
.about-focus-card::after { content: ''; position: absolute; right: -60px; bottom: -85px; width: 190px; height: 190px; border: 1px solid rgba(188,236,228,.18); border-radius: 50%; }
.about-card-number { position: absolute; top: 28px; right: 27px; color: var(--aqua); font: 10px 'DM Mono', monospace; }
.about-focus-card .solution-icon { margin-bottom: 26px; }
.about-focus-card h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 20px; letter-spacing: -.5px; }
.about-focus-card p { position: relative; z-index: 1; max-width: 285px; margin: 0; color: #a6c1c3; font-size: 12px; line-height: 1.7; }

.about-portfolio { background: var(--white); }
.about-portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-portfolio-copy > p { max-width: 450px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-portfolio-list { border-top: 1px solid var(--line); }
.about-portfolio-list > div { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-portfolio-list strong { color: var(--deep); font-size: 16px; }
.about-portfolio-list span { color: var(--muted); font-size: 11px; text-align: right; }

.about-cta {
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(7,31,39,.98) 0%, rgba(7,31,39,.86) 52%, rgba(7,31,39,.65) 100%), url('assets/dealer-road.jpg');
  background-size: cover;
  background-position: center;
}
.about-cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.about-cta h2 { color: var(--white); }
.about-cta h2 em { color: var(--aqua); }
.about-cta p { max-width: 430px; margin: 20px 0 0; color: #a3babc; font-size: 13px; line-height: 1.8; }
.about-cta-actions { display: grid; justify-items: start; gap: 17px; min-width: 220px; }
.about-login-link { color: var(--aqua); font-size: 12px; font-weight: 800; }
.about-login-link span { margin-left: 9px; color: var(--orange); font-size: 16px; }

@media (max-width: 850px) {
  .about-hero { min-height: auto; padding-top: 135px; }
  .about-hero-grid, .about-intro-grid, .about-portfolio-grid { display: block; }
  .about-hero-copy { padding-bottom: 10px; }
  .about-hero-visual { min-height: 360px; margin-top: 18px; }
  .about-hero-glow { left: 12%; width: 75%; }
  .about-intro-copy { margin-top: 24px; }
  .about-section-heading { display: block; }
  .about-section-heading > p { margin-top: 22px; }
  .about-focus-grid { grid-template-columns: 1fr 1fr; }
  .about-focus-card:last-child { grid-column: span 2; }
  .about-portfolio-list { margin-top: 35px; }
  .about-cta-wrap { display: block; }
  .about-cta-actions { margin-top: 30px; }
}

@media (max-width: 520px) {
  .about-hero h1 { font-size: clamp(45px, 14vw, 68px); }
  .about-hero-visual { min-height: 300px; margin-right: -32px; margin-left: -32px; transform: scale(.86); transform-origin: center top; }
  .about-focus-grid { grid-template-columns: 1fr; }
  .about-focus-card:last-child { grid-column: auto; }
  .about-focus-card { min-height: 215px; }
  .about-portfolio-list > div { display: grid; gap: 7px; }
  .about-portfolio-list span { text-align: left; }
  .about-cta-wrap { gap: 30px; }
}
