@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --red: #e50914;
  --red-dark: #aa0710;
  --black: #070707;
  --ink: #15171c;
  --muted: #6b7079;
  --white: #ffffff;
  --paper: #eef1f5;
  --soft: #e7ebf0;
  --dark: #25262a;
  --dark-2: #1b1c20;
  --blue-shadow: rgba(13, 39, 80, 0.18);
  --max: 1180px;
  --radius: 8px;
  --neu-shadow: -20px -20px 28px #ffffff, 20px 20px 28px var(--blue-shadow);
  --neu-shadow-small: -12px -12px 22px #ffffff, 12px 12px 22px rgba(13, 39, 80, 0.15);
  --button-shadow: -8px -8px 16px rgba(255, 255, 255, 0.92), 8px 8px 16px rgba(13, 39, 80, 0.16);
  --inner-card: inset -14px -14px 24px rgba(255, 255, 255, 0.08), inset 14px 14px 24px rgba(0, 0, 0, 0.34), 18px 18px 34px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
}

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

p {
  margin: 0;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.15rem, 4vw, 4.35rem);
}

h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
}

h3 {
  font-size: 1.2rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(16px, calc((100% - var(--max)) / 2));
  background: transparent;
  transform: translateX(-50%);
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.scrolled,
body.nav-open .site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(238, 241, 245, 0.94);
  box-shadow: 12px 12px 34px rgba(13, 39, 80, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  width: 148px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--red);
  box-shadow: var(--button-shadow);
  cursor: pointer;
}

.site-header.scrolled .nav-toggle {
  color: #2b2c31;
  background: transparent;
  box-shadow: none;
}

.nav-toggle span {
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.nav-toggle span:nth-child(1) {
  width: 24px;
  align-self: flex-start;
  margin-left: 12px;
}

.nav-toggle span:nth-child(2) {
  width: 16px;
  align-self: flex-end;
  margin-right: 12px;
}

.nav-toggle span:nth-child(3) {
  width: 30px;
}

.site-nav {
  position: fixed;
  top: 92px;
  right: max(16px, calc((100% - var(--max)) / 2));
  width: min(340px, calc(100vw - 32px));
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: var(--radius);
  background: #eef1f5;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav a {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 18px;
  color: var(--ink);
  font-weight: 800;
  background: #eef1f5;
  box-shadow: none;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
  background: var(--red);
  box-shadow: none;
}

.neu-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.66) 52%, rgba(255, 255, 255, 0.24) 72%, rgba(255, 255, 255, 0.08) 100%),
    url("../img/hero.png") center / cover;
  background-attachment: fixed;
}

.hero-red-column {
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 480px);
  height: 100%;
  background: linear-gradient(180deg, rgba(229, 9, 20, 0.72), rgba(170, 7, 16, 0.68));
  box-shadow: none;
}

.hero-image-panel {
  position: absolute;
  right: max(7vw, calc((100% - var(--max)) / 2 + 34px));
  top: 50%;
  z-index: 1;
  width: min(43vw, 610px);
  height: min(62vh, 590px);
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-42%);
}

.hero-image-panel > img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.98) contrast(1.04);
}

.hero-copy {
  position: absolute;
  left: max(16px, calc((100% - var(--max)) / 2));
  top: 50%;
  z-index: 3;
  width: min(44vw, 540px);
  transform: translateY(-34%);
}

.hero-copy h1 {
  max-width: 720px;
  white-space: nowrap;
  font-weight: 700;
}

.text-red {
  color: var(--red);
}

.hero-copy p {
  max-width: 470px;
  margin-top: 16px;
  color: #424853;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 76px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 0 24px;
  font-weight: 900;
  line-height: 1;
  box-shadow: var(--button-shadow);
}

.btn-primary {
  color: var(--white);
  background: var(--red);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-light {
  color: var(--ink);
  background: var(--paper);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(78px, 10vw, 132px) max(16px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--dark);
  overflow: hidden;
}

.side-label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 58px;
  height: min(390px, 58%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

.services-intro {
  padding-left: 38px;
}

.services-intro h2,
.services-intro p,
.services-showcase h3 {
  color: var(--white);
}

.services-intro h2 {
  max-width: 720px;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
}

.services-intro p {
  max-width: 410px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
}

.services-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  gap: 20px;
  overflow-x: auto;
  padding: 12px 4px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--red) rgba(255, 255, 255, 0.12);
}

.neu-service-card {
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #2b2c31;
  box-shadow: var(--inner-card);
  scroll-snap-align: start;
}

.neu-service-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.neu-service-card div {
  padding: 24px;
}

.neu-service-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 86px);
  padding: clamp(78px, 10vw, 132px) max(16px, calc((100% - var(--max)) / 2));
  background: var(--paper);
}

.about-image {
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.about-image img {
  width: 100%;
  height: min(540px, 58vw);
  min-height: 360px;
  border-radius: 0;
  object-fit: cover;
}

.about-image .director-photo {
  object-position: center 18%;
}

.about-copy {
  display: grid;
  justify-items: end;
  text-align: right;
}

.about-copy h2 {
  max-width: 680px;
}

.about-copy p {
  max-width: 610px;
  margin-top: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--red);
  font-weight: 900;
}

.why-section {
  padding: clamp(72px, 9vw, 118px) max(16px, calc((100% - var(--max)) / 2));
  background: #f3f5f8;
}

.section-head-centered {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 34px;
}

.section-head-centered h2 {
  max-width: 720px;
}

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

.why-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
  padding: 28px;
  background: var(--paper);
  box-shadow: var(--neu-shadow);
}

.why-card span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  box-shadow: inset -8px -8px 14px rgba(255, 255, 255, 0.22), inset 8px 8px 14px rgba(0, 0, 0, 0.2);
}

.why-card p {
  margin-top: 14px;
}

.cta-band {
  width: min(calc(100% - 32px), var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(20px, 4vw, 52px) auto clamp(70px, 9vw, 118px);
  padding: clamp(26px, 5vw, 46px);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--neu-shadow);
}

.cta-band h2 {
  max-width: 640px;
  font-size: clamp(1.55rem, 2.35vw, 2.4rem);
}

.cta-band p {
  max-width: 590px;
  margin-top: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(210px, 0.65fr));
  gap: 32px;
  padding: clamp(46px, 7vw, 72px) max(16px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--black);
}

.footer-brand img {
  width: 180px;
  height: 92px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 360px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-social {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-social:hover {
  border-color: var(--red);
  color: var(--white);
  background: var(--red);
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  color: var(--white);
  font-size: 1rem;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-bottom a {
  color: var(--white);
  font-weight: 900;
}

/* Shared inner page support */
.page-hero {
  position: relative;
  min-height: 56svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 145px max(16px, calc((100% - var(--max)) / 2)) 72px;
  background:
    linear-gradient(110deg, rgba(238, 241, 245, 0.98), rgba(238, 241, 245, 0.62)),
    url("../img/supplies-ai.png") center / cover;
  background-attachment: fixed;
}

.page-hero::after {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: min(18vw, 240px);
  background: linear-gradient(180deg, rgba(229, 9, 20, 0.68), rgba(170, 7, 16, 0.58));
  content: "";
  pointer-events: none;
}

.about-hero {
  background:
    linear-gradient(110deg, rgba(238, 241, 245, 0.98), rgba(238, 241, 245, 0.62)),
    url("../img/hero-cleaning.png") center / cover;
}

.contact-hero {
  background:
    linear-gradient(110deg, rgba(238, 241, 245, 0.98), rgba(238, 241, 245, 0.62)),
    url("../img/shoe-laundry-ai.png") center / cover;
}

.services-hero,
.about-hero,
.contact-hero {
  background-attachment: fixed;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
}

.page-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(1.9rem, 3.35vw, 3.15rem);
}

.page-hero-copy p {
  max-width: 560px;
  margin-top: 16px;
  color: #424853;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.section,
.section-light {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2,
.split-copy h2,
.feature-copy h2,
.facts-panel h2,
.vision-card h2,
.strategy-grid h2,
.contact-card h2 {
  max-width: 760px;
  font-size: clamp(1.45rem, 2.25vw, 2.25rem);
}

.glass-panel,
.glass-card,
.service-card,
.capability-card,
.detail-card,
.facts-panel,
.vision-card,
.contact-card,
.contact-form,
.location-panel div {
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--neu-shadow-small);
}

.service-grid,
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.services-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 0;
}

.services-overview article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  background: var(--paper);
  box-shadow: var(--neu-shadow-small);
}

.services-overview span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
}

.services-overview h2 {
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
}

.services-overview p {
  font-size: 0.95rem;
}

.service-card,
.capability-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}

.capability-card img {
  width: 100%;
  height: 180px;
  margin: -24px -24px 20px;
  max-width: calc(100% + 48px);
  object-fit: cover;
}

.capability-card h3 {
  margin-top: auto;
}

.service-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.split-section,
.feature-row,
.contact-layout,
.strategy-grid,
.values-section,
.service-detail-grid {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
}

.split-section,
.feature-row,
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.strategy-grid,
.values-section,
.service-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-copy p,
.feature-copy p,
.vision-card p,
.strategy-grid p,
.detail-card p {
  margin-top: 16px;
}

.image-stack,
.feature-media,
.detail-card {
  overflow: hidden;
  border-radius: 0;
}

.image-stack img,
.feature-media img,
.detail-card img {
  width: 100%;
  min-height: 360px;
  border-radius: 0;
  object-fit: cover;
}

.shoe-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0 !important;
  background: var(--dark-2);
}

.shoe-proof-grid figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
}

.shoe-proof-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 0;
  object-fit: cover;
}

.shoe-proof-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--white);
  background: rgba(7, 7, 7, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-panel,
.feature-copy,
.facts-panel,
.vision-card,
.contact-card,
.contact-form,
.detail-card div {
  padding: clamp(22px, 4vw, 40px);
}

.facts-list,
.contact-list,
.check-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.facts-list div,
.contact-list a,
.contact-list div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: var(--radius);
  background: #f3f5f8;
  box-shadow: inset -8px -8px 16px #ffffff, inset 8px 8px 16px rgba(13, 39, 80, 0.08);
}

.facts-list span,
.contact-list strong {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-info-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.72fr);
  align-items: stretch;
  gap: 18px;
}

.about-info-side .facts-panel {
  min-width: 0;
}

.about-info-side > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 18%;
}

.about-info-side.image-only {
  grid-template-columns: 1fr;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.values-grid,
.location-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.map-panel {
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--neu-shadow-small);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  filter: grayscale(0.1) contrast(1.03);
}

.values-grid span {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  text-align: center;
  box-shadow: inset -8px -8px 16px rgba(255, 255, 255, 0.16), inset 8px 8px 16px rgba(0, 0, 0, 0.18);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  padding: 14px;
  color: var(--ink);
  background: #f3f5f8;
  box-shadow: inset -8px -8px 16px #ffffff, inset 8px 8px 16px rgba(13, 39, 80, 0.1);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

@media (max-width: 1040px) {
  .neu-hero {
    min-height: 100svh;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.7) 56%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.06) 100%),
      url("../img/hero.png") center / cover;
    background-attachment: fixed;
  }

  .hero-copy {
    left: 24px;
    top: 150px;
    width: min(calc(100% - 48px), 620px);
    transform: none;
  }

  .hero-copy h1 {
    white-space: normal;
  }

  .hero-image-panel {
    left: 24px;
    right: auto;
    top: auto;
    bottom: 56px;
    width: min(calc(100% - 48px), 720px);
    height: 350px;
    transform: none;
  }

  .hero-red-column {
    width: 30vw;
  }

  .services-showcase,
  .about-preview,
  .about-info-side,
  .section-head,
  .split-section,
  .feature-row,
  .contact-layout,
  .strategy-grid,
  .values-section,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .services-intro {
    padding-left: 54px;
  }

  .why-grid,
  .service-grid,
  .services-overview,
  .capability-grid,
  .values-grid,
  .location-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  h2 {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .page-hero-copy h1,
  .section-head h2,
  .split-copy h2,
  .feature-copy h2,
  .facts-panel h2,
  .vision-card h2,
  .strategy-grid h2,
  .contact-card h2,
  .about-copy h2,
  .section-head-centered h2,
  .cta-band h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .site-header {
    top: 0;
    width: 100%;
    padding: 10px 12px;
  }

  .brand {
    width: 132px;
    height: 58px;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
  }

  .site-nav {
    top: 84px;
    right: 12px;
  }

  .neu-hero {
    min-height: 100svh;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 78%, rgba(255, 255, 255, 0.25) 91%, rgba(255, 255, 255, 0.08) 100%),
      url("../img/hero.png") center / cover;
    background-attachment: fixed;
  }

  .hero-copy {
    left: 12px;
    top: 122px;
    width: calc(76% - 12px);
  }

  .hero-copy p {
    max-width: 340px;
  }

  .hero-image-panel {
    left: 12px;
    bottom: 32px;
    width: calc(100% - 24px);
    height: 300px;
  }

  .hero-red-column {
    width: 18vw;
  }

  .hero-actions {
    margin-top: 42px;
  }

  .hero-actions,
  .cta-band,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .services-showcase,
  .about-preview,
  .why-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .services-intro {
    padding-left: 50px;
  }

  .services-intro h2 {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.2vw, 2rem);
  }

  .side-label {
    width: 44px;
    height: 320px;
  }

  .services-carousel {
    grid-auto-columns: minmax(250px, 82vw);
  }

  .about-copy {
    justify-items: start;
    text-align: left;
  }

  .about-image img {
    height: 320px;
    min-height: 0;
  }

  .why-grid,
  .service-grid,
  .services-overview,
  .capability-grid,
  .values-grid,
  .location-panel,
  .shoe-proof-grid,
  .about-info-side,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .section,
  .section-light {
    width: calc(100% - 24px);
  }
}
