.group-home {
  --build-width: 1760px;
  --build-gutter: 80px;
  --build-orange: #ff4d00;
  --build-ink: #273136;
  --build-muted: #647178;
  --build-pale: #f2f2f7;
  --build-card: rgba(120, 120, 128, 0.08);
  --font-display: "Play", sans-serif;
  --font-sans: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  --font-button: "Open Sans", Arial, Helvetica, sans-serif;
  --font-mono: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  background: #fff;
}

.group-shell {
  width: min(calc(100vw - var(--build-gutter) * 2), var(--build-width));
  margin-inline: auto;
}

.group-home main > section,
.company-card,
.location-card {
  scroll-margin-top: 86px;
}

.group-eyebrow {
  color: var(--build-orange);
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.group-eyebrow strong {
  font-weight: 700;
}

.group-section-heading h2,
.who__statement h2,
.location__intro h2,
.drives h2 {
  color: var(--build-ink);
  font-family: var(--font-sans);
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}

.pixel-step,
.business-columns,
.business-card,
.reach {
  display: none;
}

.group-hero {
  min-height: 1088px;
  color: #fff;
  background: #182025;
}

.group-hero__media,
.group-hero__shade {
  position: absolute;
  inset: 0;
}

.group-hero__media {
  z-index: 0;
  overflow: hidden;
}

.group-hero__media video,
.group-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.group-hero__media video {
  position: relative;
  z-index: 1;
}

.group-hero__fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.group-hero__shade {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.group-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: start;
  width: 900px;
  max-width: calc(100vw - 48px);
  min-height: 1088px;
  margin-inline: auto;
  padding-top: 311px;
  text-align: center;
}

.group-hero__mark {
  width: 372px;
  height: auto;
  margin-bottom: 114px;
}

.group-hero__kicker {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(64px, 5.2vw, 96px);
  font-weight: 700;
  line-height: 1;
}

.group-hero__title {
  width: min(900px, 100%);
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.55;
}

.who {
  min-height: 1053px;
  padding: 80px 0;
  background: var(--build-pale);
  overflow: hidden;
}

.who::after {
  content: none;
}

.who__build-grid {
  display: grid;
  grid-template-columns: 1219fr 503fr;
  gap: 38px;
  min-height: 893px;
}

.who__statement {
  position: relative;
  overflow: hidden;
  min-height: 893px;
  padding: 69px 91px;
  border-radius: 20px;
  background: #fff;
}

.who__statement::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -24px;
  width: 603px;
  aspect-ratio: 1;
  background: rgba(116, 205, 231, 0.34);
  -webkit-mask: url("https://cdn1.rcs.com/group/img/logo_symbol.svg") center / contain no-repeat;
  mask: url("https://cdn1.rcs.com/group/img/logo_symbol.svg") center / contain no-repeat;
  pointer-events: none;
}

.who__statement > * {
  position: relative;
  z-index: 1;
}

.who__statement .group-eyebrow {
  max-width: 694px;
  font-size: clamp(58px, 5.4vw, 96px);
}

.who__statement .group-eyebrow strong {
  color: #000;
  text-transform: uppercase;
}

.who__statement h2 {
  max-width: 905px;
  margin-top: 18px;
}

.who__statement p:not(.group-eyebrow) {
  max-width: 917px;
  margin-top: 62px;
  color: #000;
  font-size: clamp(28px, 1.9vw, 32px);
  line-height: 1.55;
}

.who__timeline {
  display: grid;
  align-content: start;
  min-height: 893px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.who__timeline figure {
  height: 484px;
  margin: 0;
  overflow: hidden;
}

.who__timeline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who__timeline h3,
.who__timeline p,
.who__timeline .text-link {
  margin-inline: 38px;
}

.who__timeline h3 {
  margin-top: 29px;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.who__timeline p {
  margin-top: 22px;
  color: #000;
  font-size: 24px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 28px;
  color: var(--build-orange);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}

.text-link::after {
  content: "";
  width: 32px;
  height: 16px;
  margin-left: 12px;
  background: currentColor;
  -webkit-mask: url("https://cdn1.rcs.com/group/img/rcs-home/business/go-arrow.svg") center / contain no-repeat;
  mask: url("https://cdn1.rcs.com/group/img/rcs-home/business/go-arrow.svg") center / contain no-repeat;
}

.businesses {
  height: 1374px;
  min-height: 1374px;
  padding: 80px 0 73px;
  background: #fff;
  overflow: hidden;
}

.businesses__heading {
  max-width: none;
  margin-bottom: 50px;
}

.businesses__heading .group-eyebrow {
  color: #000;
  font-size: clamp(58px, 5.4vw, 96px);
  text-transform: none;
}

.businesses__heading .group-eyebrow strong {
  display: block;
  color: #000;
  text-transform: uppercase;
}

.businesses__heading h2 {
  margin-top: 22px;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 10px;
}

.company-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 879px;
  min-height: 879px;
  overflow: hidden;
  border: 1px solid #aeaeb2;
  border-radius: 20px;
  color: #000;
  background: #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1);
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.company-card:hover,
.company-card:focus-visible {
  z-index: 2;
  transform: scale(1.025);
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.16);
}

.company-card__image {
  position: relative;
  inset: auto;
  z-index: auto;
  flex: 0 0 414px;
  width: 509px;
  max-width: none;
  height: 414px;
  object-fit: cover;
}

.company-card::before {
  content: none;
}

.company-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 465px;
  min-height: 465px;
  overflow: hidden;
  padding: 40px 38px;
  background: var(--build-card);
}

.company-card__logo {
  width: auto;
  max-width: none;
  height: 52px;
  min-height: 52px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 32px;
}

.company-card h3 {
  min-height: 92px;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(30px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.company-card p {
  margin-top: 24px;
  color: #000;
  font-size: 24px;
  line-height: 1.36;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.company-card__learn {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 24px;
  color: #00a0d0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.company-card__learn::after {
  content: "";
  width: 34px;
  height: 17px;
  margin-left: 9px;
  background: currentColor;
  -webkit-mask: url("https://cdn1.rcs.com/group/img/rcs-home/business/go-arrow.svg") center / contain no-repeat;
  mask: url("https://cdn1.rcs.com/group/img/rcs-home/business/go-arrow.svg") center / contain no-repeat;
}

.company-card__learn--electronics {
  color: #ff4d01;
}

.company-card__learn--energy {
  color: #86be40;
}

.company-card__learn--solar {
  color: #ffca0a;
}

.location {
  min-height: 1648px;
  padding: 80px 0;
  background: var(--build-pale);
}

.location__stack {
  display: grid;
  gap: 34px;
}

.location__card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
}

.location__map-card {
  padding: 48px clamp(28px, 5vw, 86px) 52px;
}

.location__intro {
  display: grid;
  grid-template-columns: 1027fr 633fr;
  gap: 100px;
  min-height: 637px;
  padding-left: 50px;
}

.location__copy {
  min-width: 0;
}

.location__intro .group-eyebrow {
  padding-top: 50px;
  font-size: clamp(58px, 5.4vw, 96px);
}

.location__intro .group-eyebrow strong {
  color: #000;
}

.location__intro h2 {
  margin-top: 38px;
}

.location__intro p:not(.group-eyebrow) {
  max-width: 927px;
  margin-top: 34px;
  color: #526168;
  font-size: 24px;
  line-height: 1.55;
}

.location__photo {
  align-self: start;
  height: 637px;
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
}

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

.location__grid {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 594px;
}

.location-map {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1469.7 / 496.5;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.location-map img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.88;
}

.location-point {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background 160ms var(--ease-out), box-shadow 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.location-point::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
}

.location-point.is-active,
.location-point:hover,
.location-point:focus-visible {
  background: var(--build-orange);
  box-shadow: 0 0 0 5px rgba(255, 77, 0, 0.18), 0 0 18px rgba(255, 77, 0, 0.72);
  transform: translate(-50%, -50%);
}

.location-point--usa {
  left: 17.02%;
  top: 25.46%;
}

.location-point--holland {
  left: 42.4%;
  top: 19.13%;
}

.location-point--israel {
  left: 50.85%;
  top: 30.9%;
}

.location-point--hong-kong {
  left: 76.4%;
  top: 35.49%;
}

.location-cards {
  position: absolute;
  left: 50%;
  top: 318px;
  display: grid;
  grid-template-columns: repeat(4, 278.571px);
  gap: 27px;
  align-items: start;
  transform: translateX(-50%);
}

.location-card {
  min-height: 72px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(39, 49, 54, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(24, 28, 31, 0.08);
  color: var(--build-ink);
  transition: min-height 220ms var(--ease-out), box-shadow 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.location-card:hover,
.location-card:focus-visible,
.location-card.is-active {
  min-height: 212px;
  padding: 20px 22px;
  box-shadow: 0 24px 58px rgba(24, 28, 31, 0.18);
  transform: translateY(-8px);
}

.location-card__summary {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 34px;
}

.location-card__bullet {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--build-orange);
  box-shadow: 0 0 0 5px rgba(255, 77, 0, 0.12);
}

.location-card__label {
  color: #000;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.location-card h3 {
  margin-top: 16px;
  font-size: clamp(16px, 1.02vw, 20px);
  line-height: 1.1;
}

.location-card address {
  margin-top: 8px;
  color: var(--build-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.42;
}

.location-card__details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: max-height 220ms var(--ease-out), opacity 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.location-card:hover .location-card__details,
.location-card:focus-visible .location-card__details,
.location-card.is-active .location-card__details {
  max-height: 140px;
  opacity: 1;
  transform: translateY(0);
}

.drives {
  min-height: 829px;
  padding: 80px 0;
  background: #fff;
}

.drives .group-section-heading {
  display: grid;
  justify-items: center;
  max-width: none;
  margin-bottom: 50px;
  text-align: center;
}

.drives .group-eyebrow {
  color: #000;
  font-size: clamp(58px, 5.4vw, 96px);
}

.drives h2 {
  margin-top: 34px;
}

.drive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 70px;
  width: min(100%, 1739px);
  margin-inline: auto;
}

.drive-card {
  min-height: clamp(300px, 20vw, 350px);
  padding: 35px 45px 40px;
  border-radius: 0 42px 42px 42px;
  background: var(--build-card);
  color: var(--build-ink);
}

.drive-card img {
  width: auto;
  height: 80px;
  margin-bottom: 35px;
}

.drive-card h3 {
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
}

.drive-card h3 span,
.drive-card h3 strong {
  display: block;
}

.drive-card h3 strong {
  font-weight: 700;
}

.drive-card p {
  margin-top: 16px;
  color: #6b767b;
  font-size: 20px;
  line-height: 1.42;
}

.responsibility {
  min-height: 1096px;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.responsibility__card {
  display: grid;
  grid-template-columns: 532px minmax(0, 1fr);
  gap: 51px;
  min-height: 936px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1);
}

.responsibility__media {
  position: relative;
  left: auto;
  top: auto;
  width: 532px;
  height: 947px;
  overflow: hidden;
}

.responsibility__media img,
.responsibility__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.responsibility__media::after {
  content: none;
}

.responsibility__content {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 50px 50px 64px 0;
}

.responsibility h2 {
  max-width: 980px;
  margin-top: 0;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(58px, 5.4vw, 96px);
  font-weight: 700;
  line-height: 1.07;
  text-transform: none;
}

.responsibility h2 span {
  color: inherit;
  font-weight: 400;
}

.responsibility__panel {
  max-width: 700px;
  margin-top: 58px;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.responsibility__panel p {
  color: rgba(26, 31, 35, 0.9);
  font-size: 26px;
  line-height: 1.55;
}

.responsibility__panel p + p {
  margin-top: 34px;
}

.group-cta {
  min-height: 625px;
  padding: 80px 0;
  color: #fff;
  background: var(--build-orange);
  overflow: hidden;
}

.group-cta__mark {
  display: none;
}

.group-cta__layout {
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 465px;
}

.group-cta__content {
  display: grid;
  justify-items: center;
  max-width: 1264px;
}

.group-cta h2 {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(54px, 5vw, 96px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.group-cta p {
  max-width: 1264px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 30px;
  line-height: 1.45;
}

.group-cta__action {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 30px;
}

.group-cta__action .contact-form__status {
  max-width: 620px;
  min-height: 22px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.4;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(760px, 100%);
  margin-top: 30px;
}

.contact-form label {
  display: grid;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 6px;
  border: 0;
  padding: 13px 14px;
  color: var(--build-ink);
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(26, 31, 35, 0.55);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form__wide,
.contact-form__status,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form__status {
  min-height: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.contact-form button {
  justify-self: center;
  width: min(244px, 100%);
  min-height: 54px;
  border-radius: 6px;
  font-size: 14px;
}

.group-footer {
  min-height: 449px;
  padding: 80px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #242424;
}

.group-footer__grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.group-footer__about {
  grid-column: 1;
}

.group-footer__about img {
  width: 92px;
  height: auto;
  opacity: 0.8;
}

.group-footer__about p {
  max-width: 374px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.55;
}

.group-footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 64px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.group-footer__logo {
  position: relative;
  display: inline-grid;
  place-items: center;
  height: 38px;
  line-height: 0;
  outline: none;
}

.group-footer__logo img {
  grid-area: 1 / 1;
  width: auto;
  height: 38px;
  transition: opacity 180ms ease, filter 180ms ease;
}

.group-footer__logo-base {
  opacity: 0.62;
  filter: brightness(0.78);
}

.group-footer__logo-hover {
  opacity: 0;
}

.group-footer__logo:hover .group-footer__logo-base,
.group-footer__logo:focus .group-footer__logo-base,
.group-footer__logo:focus-visible .group-footer__logo-base {
  opacity: 0;
}

.group-footer__logo:hover .group-footer__logo-hover,
.group-footer__logo:focus .group-footer__logo-hover,
.group-footer__logo:focus-visible .group-footer__logo-hover {
  opacity: 1;
  filter: none;
}

.group-footer__logo:focus-visible {
  outline: 2px solid rgba(255, 77, 1, 0.8);
  outline-offset: 8px;
}

.group-footer__links {
  grid-column: 2;
  display: grid;
  grid-template-columns: 170px 190px;
  gap: 120px;
  justify-content: center;
}

.group-footer__column {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 15px;
}

.group-footer__column p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--font-display);
  font-weight: 700;
}

.group-footer a:hover {
  color: #fff;
}

.group-footer__bottom {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  text-align: center;
}

.cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100vw - 40px), 620px);
  padding: 18px;
  color: var(--build-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 64px rgba(24, 28, 31, 0.2);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice strong {
  font-family: var(--font-display);
  font-size: 16px;
}

.cookie-notice p {
  margin-top: 4px;
  color: var(--build-muted);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-notice__actions {
  display: flex;
  gap: 10px;
}

.cookie-notice button {
  min-height: 42px;
  border: 1px solid rgba(39, 49, 54, 0.18);
  padding: 0 15px;
  background: #fff;
  color: var(--build-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-notice button:last-child {
  border-color: var(--build-orange);
  background: var(--build-orange);
  color: #fff;
}

.js .reveal,
.js .reveal--left,
.js .reveal--right {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity 760ms var(--ease-out), transform 760ms var(--ease-out);
  transition-delay: var(--delay, 0ms);
}

.js .reveal.is-visible,
.js .reveal--left.is-visible,
.js .reveal--right.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .location-cards.reveal {
  transform: translate3d(-50%, 42px, 0);
}

.js .location-cards.reveal.is-visible {
  transform: translate3d(-50%, 0, 0);
}

@media (max-width: 1500px) {
  .group-home {
    --build-gutter: 48px;
  }

  .company-grid {
    gap: 28px;
  }

  .company-card,
  .company-card__content {
    min-height: 0;
  }

  .company-card h3 {
    font-size: 34px;
  }

  .company-card p {
    margin-top: 22px;
    font-size: 20px;
  }

  .company-card__content {
    padding: 34px 30px;
  }

  .company-card__logo {
    margin-bottom: 26px;
  }

  .company-card__learn {
    margin-top: auto;
  }

  .location-cards {
    left: 50%;
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    width: 84%;
    gap: 16px;
  }
}

@media (max-width: 1180px) {
  .group-home {
    --build-gutter: 32px;
  }

  .group-hero,
  .group-hero__content {
    min-height: 900px;
  }

  .who__build-grid,
  .location__intro {
    grid-template-columns: 1fr;
  }

  .who,
  .who__statement,
  .who__timeline,
  .location,
  .businesses,
  .responsibility,
  .group-cta {
    min-height: auto;
  }

  .businesses {
    height: auto;
    overflow: visible;
  }

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

  .company-card,
  .company-card__content {
    min-height: 0;
  }

  .company-card {
    height: auto;
  }

  .company-card__image {
    flex-basis: clamp(220px, 55vw, 330px);
    width: 100%;
    height: clamp(220px, 55vw, 330px);
  }

  .company-card__content {
    height: auto;
    overflow: visible;
  }

  .location__photo {
    display: none;
  }

  .location__card {
    padding-bottom: 36px;
  }

  .location__intro {
    min-height: auto;
    padding: 34px 36px 0;
  }

  .location__grid {
    min-height: auto;
  }

  .location-cards {
    position: relative;
    left: auto;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    margin-top: 28px;
    transform: none;
  }

  .js .location-cards.reveal,
  .js .location-cards.reveal.is-visible {
    transform: none;
  }

  .responsibility__card {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .responsibility__media {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: clamp(260px, 58vw, 420px);
    margin: 0;
  }

  .responsibility__content {
    width: auto;
    min-height: auto;
    padding: 40px 42px 48px;
  }

  .group-footer__grid {
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    gap: 32px;
  }

  .group-footer__links {
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .group-home {
    --build-gutter: 18px;
  }

  .group-home main > section,
  .company-card,
  .location-card {
    scroll-margin-top: 150px;
  }

  .group-eyebrow,
  .who__statement .group-eyebrow,
  .businesses__heading .group-eyebrow,
  .location__intro .group-eyebrow,
  .drives .group-eyebrow,
  .responsibility h2,
  .group-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .group-hero,
  .group-hero__content {
    min-height: 760px;
  }

  .group-hero__content {
    padding-top: 230px;
  }

  .group-hero__mark {
    width: 190px;
    margin-bottom: 52px;
  }

  .group-hero__kicker {
    font-size: 42px;
  }

  .group-hero__title,
  .who__timeline p,
  .location__intro p:not(.group-eyebrow),
  .company-card p,
  .responsibility__panel p,
  .group-cta p {
    font-size: 18px;
  }

  .who,
  .businesses,
  .location,
  .drives,
  .responsibility,
  .group-cta {
    padding: 56px 0;
  }

  .who__statement {
    padding: 34px 26px;
  }

  .who__statement p:not(.group-eyebrow) {
    margin-top: 34px;
    font-size: 22px;
  }

  .who__timeline h3,
  .who__timeline p,
  .who__timeline .text-link {
    margin-inline: 24px;
  }

  .who__timeline figure {
    height: clamp(220px, 55vw, 330px);
  }

  .company-grid,
  .drive-grid,
  .location-cards,
  .contact-form,
  .group-footer__grid {
    grid-template-columns: 1fr;
  }

  .group-footer__links {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    justify-content: start;
  }

  .company-card,
  .company-card__content {
    min-height: 0;
  }

  .company-card h3 {
    font-size: 32px;
    min-height: 0;
  }

  .location-card:hover,
  .location-card:focus-visible,
  .location-card.is-active {
    transform: none;
  }

  .drive-card {
    min-height: 320px;
  }

  .group-footer__logos {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
  }

  .group-footer__logo {
    width: 100%;
    justify-items: start;
  }

  .group-cta__layout {
    justify-items: stretch;
    text-align: left;
  }

  .group-cta__content {
    justify-items: start;
  }

  .cookie-notice {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .group-hero__media video,
  .group-hero__media img,
  .responsibility__media img {
    transform: none;
  }
}
