:root {
  --navy: #00643b;
  --navy-soft: #007945;
  --ink: #173b2a;
  --paper: #f5f8f1;
  --white: #ffffff;
  --cyan: #00b5ce;
  --cyan-soft: #d6f3f5;
  --lime: #8cc250;
  --green: #349349;
  --line: rgba(0, 121, 69, 0.16);
  --muted: #63736a;
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Aptos, Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  border-bottom: 1px solid rgba(0, 121, 69, 0.1);
  background: rgba(255, 255, 255, 0.97);
  color: var(--navy);
  padding: 10px clamp(24px, 5vw, 76px);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 122px;
  height: 79px;
  object-fit: contain;
}

.header-actions,
nav {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 28px;
}

nav {
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}

nav a {
  opacity: 0.85;
  transition: opacity 160ms ease;
}

nav a:hover,
nav a:focus-visible {
  opacity: 1;
}

.nav-cta {
  border-bottom: 2px solid var(--lime);
  padding-bottom: 4px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 100, 59, 0.32);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.language-switcher button {
  border: 0;
  background: transparent;
  color: rgba(0, 100, 59, 0.42);
  cursor: pointer;
  padding: 7px 3px;
}

.language-switcher button[aria-pressed="true"] {
  color: var(--navy);
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 28%, rgba(0, 181, 206, 0.18), transparent 28%),
    linear-gradient(112deg, #005632 0%, var(--navy) 58%, #007945 100%);
  padding: 190px clamp(24px, 7vw, 112px) 152px;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: 2;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to left, #000 25%, transparent 82%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(670px, 58vw);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.eyebrow.light {
  color: #77e0e8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(62px, 7.5vw, 112px);
  font-weight: 450;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

h1 em {
  color: var(--cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 37px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.primary-button,
.submit-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 0;
  border-radius: var(--radius);
  background: var(--lime);
  color: #123d28;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  padding: 0 24px;
  transition: background 160ms ease, transform 160ms ease;
}

.primary-button:hover,
.primary-button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  background: #a8d76f;
  transform: translateY(-1px);
}

.primary-button svg,
.submit-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.button-note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #004a2c;
}

.hero-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 47, 28, 0.93) 0%, rgba(0, 73, 42, 0.77) 34%, rgba(0, 80, 46, 0.25) 68%, rgba(0, 45, 27, 0.36) 100%),
    linear-gradient(0deg, rgba(0, 38, 23, 0.54) 0%, transparent 32%);
}

.shift-field {
  position: absolute;
  inset: -7%;
  transform: rotate(-8deg);
}

.hero-loop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
}

.shift {
  position: absolute;
  right: -5%;
  width: 92%;
  height: 34%;
  border-top: 8px solid;
  border-radius: 50%;
  transform-origin: center;
}

.shift-1 { top: 14%; width: 58%; border-color: rgba(140, 194, 80, 0.78); }
.shift-2 { top: 29%; width: 72%; border-color: rgba(52, 147, 73, 0.9); }
.shift-3 { top: 45%; width: 86%; border-color: rgba(0, 181, 206, 0.9); }
.shift-4 { top: 61%; width: 100%; border-color: rgba(255, 255, 255, 0.16); }

.decision-card {
  position: absolute;
  z-index: 2;
  top: clamp(152px, 20vh, 218px);
  right: clamp(28px, 7vw, 112px);
  bottom: 136px;
  width: min(29vw, 430px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 63, 37, 0.4);
  backdrop-filter: blur(6px);
  padding: 28px;
}

.decision-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 62%;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.13);
}

.card-kicker {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-kicker-bottom {
  position: absolute;
  bottom: 30px;
  left: 28px;
  color: var(--cyan);
}

.signal {
  position: absolute;
  top: 24%;
  left: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.signal span {
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.signal span:nth-child(1) { width: 68%; }
.signal span:nth-child(2) { width: 42%; }
.signal span:nth-child(3) { width: 81%; }

.decision-line {
  position: absolute;
  right: 26px;
  bottom: 92px;
  left: 28px;
  height: 3px;
  background: linear-gradient(to right, transparent 0 62%, var(--cyan) 62% 100%);
}

.decision-card strong {
  position: absolute;
  right: 22px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 76px;
  font-weight: 350;
  letter-spacing: -0.06em;
}

.hero-proof {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 7vw, 112px);
  bottom: 42px;
  left: clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-proof strong {
  font-size: 14px;
  font-weight: 650;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
}

.programs {
  padding: 112px clamp(24px, 7vw, 112px) 128px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 20px 8vw;
  margin-bottom: 64px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading h2,
.booking h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 450;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.section-heading > p:last-child {
  max-width: 520px;
  align-self: end;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.program-card {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
  padding: 36px;
}

.program-card.featured {
  grid-column: 1 / -1;
  min-height: 360px;
  grid-template-columns: 44px minmax(0, 620px) 1fr;
  background: var(--white);
}

.program-number {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.program-type {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-card h3 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 540;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.program-card p:not(.program-type) {
  max-width: 590px;
  color: var(--muted);
}

.program-card ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.program-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.program-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--cyan);
}

.duration {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-card.featured .duration {
  position: static;
  align-self: end;
  justify-self: end;
  border-top: 1px solid var(--cyan);
  padding-top: 11px;
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(54px, 8vw, 126px);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--white);
  padding: 112px clamp(24px, 7vw, 112px) 122px;
}

.about-portrait {
  position: relative;
  justify-self: center;
  width: min(100%, 360px);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cyan-soft);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 121, 69, 0.18);
  border-radius: inherit;
  content: "";
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 22px 0 0;
  text-align: center;
}

.portrait-caption strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.portrait-caption span {
  color: var(--muted);
  font-size: 0.875rem;
}

.about-copy .eyebrow {
  margin-bottom: 23px;
}

.about h2 {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 450;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.about-lead {
  max-width: 760px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.7;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-grid div {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid var(--line);
  padding: 20px 26px;
}

.experience-grid div:first-child {
  padding-left: 0;
}

.experience-grid div:last-child {
  border-right: 0;
}

.experience-grid strong {
  color: var(--green);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 550;
  letter-spacing: -0.05em;
}

.experience-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.about-detail {
  max-width: 800px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.about-credentials {
  margin: 19px 0 0;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.booking {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
  gap: 8vw;
  color: var(--white);
  background: var(--navy);
  padding: 112px clamp(24px, 7vw, 112px) 0;
}

.booking::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.06;
  background-image: linear-gradient(115deg, transparent 42%, var(--lime) 42.1%, transparent 42.25%);
}

.booking-intro,
.booking-form,
footer {
  position: relative;
  z-index: 1;
}

.booking .eyebrow {
  margin-bottom: 25px;
}

.booking h2 {
  max-width: 680px;
}

.booking-lead {
  max-width: 610px;
  margin: 32px 0 36px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.67;
}

.fit-list {
  display: grid;
  gap: 9px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.fit-list p {
  margin-bottom: 3px;
  color: var(--white);
  font-weight: 650;
}

.fit-list span {
  position: relative;
  padding-left: 20px;
}

.fit-list span::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--cyan);
}

.booking-form {
  align-self: start;
  border-top: 4px solid var(--lime);
  background: var(--white);
  color: var(--ink);
  padding: 38px;
}

.form-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.form-heading span {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.form-heading small {
  color: var(--muted);
  font-size: 12px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
}

.optional {
  color: #8a949c;
  font-weight: 400;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid #cfd6d9;
  border-radius: 0;
  outline: none;
  background: #fbfbf9;
  color: var(--ink);
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.booking-form textarea {
  min-height: 110px;
  resize: vertical;
}

.availability {
  margin: 7px 0 20px;
  border: 0;
  border-top: 1px solid #dce4df;
  padding: 20px 0 0;
}

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

.availability legend {
  padding: 0 8px 0 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.availability-note,
.timezone-label {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.timezone-label strong {
  color: var(--green);
  font-weight: 700;
}

.availability-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 14px;
  margin-top: 14px;
}

.availability-row label {
  margin-bottom: 0;
}

.add-availability {
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.add-availability:hover,
.add-availability:focus-visible {
  color: var(--navy);
  text-decoration: underline;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(140, 194, 80, 0.2);
}

.submit-button {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 12px 0 0;
  color: #7a858d;
  font-size: 11px;
  line-height: 1.5;
}

.form-status {
  min-height: 18px;
  margin: 8px 0 0;
  color: #246c75;
  font-size: 12px;
  font-weight: 650;
}

footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.48);
  padding: 29px 0 34px;
  font-size: 12px;
}

footer p {
  margin: 0;
}

footer a:hover,
footer a:focus-visible {
  color: var(--white);
}

.footer-brand {
  width: max-content;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-brand img {
  width: 82px;
  height: 53px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 3px;
}

.footer-contact img {
  display: inline-block;
  width: 174px;
  height: 14px;
  object-fit: contain;
}

.clients {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin-top: 104px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 44px 0 46px;
}

.clients .eyebrow {
  margin-bottom: 28px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 22px;
}

.client-mark {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.client-mark small {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.renex { font-size: 19px; font-weight: 600; letter-spacing: 0.09em; }
.homeyou { font-family: Georgia, serif; font-size: 18px; font-weight: 400; letter-spacing: 0; }
.vanking { font-style: italic; letter-spacing: -0.06em; }
.doraco { letter-spacing: 0.13em; }
.alab { letter-spacing: 0.08em; }
}

@media (max-width: 980px) {
  .hero {
    min-height: max(820px, 100svh);
  }

  .hero-copy {
    width: min(700px, 88vw);
  }

  .hero-visual {
    inset: 0;
    width: auto;
    opacity: 1;
  }

  .decision-card {
    top: auto;
    right: 5vw;
    bottom: 132px;
    width: min(42vw, 360px);
    height: 360px;
  }

  .programs,
  .booking {
    padding-right: clamp(24px, 5vw, 64px);
    padding-left: clamp(24px, 5vw, 64px);
  }

  .booking {
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }

  .about {
    grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
    gap: 54px;
  }

  .experience-grid div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
    padding: 7px 20px;
  }

  .site-header nav > a:not(.nav-cta) {
    display: none;
  }

  .brand img {
    width: 92px;
    height: 60px;
  }

  .header-actions {
    gap: 14px;
  }

  nav {
    gap: 12px;
  }

  .hero {
    min-height: 100svh;
    padding: 130px 20px 150px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: clamp(56px, 18vw, 82px);
  }

  .hero-visual {
    inset: 0;
    width: auto;
    opacity: 1;
  }

  .hero-loop {
    object-position: 58% center;
    opacity: 0.9;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgba(0, 47, 28, 0.91) 0%, rgba(0, 70, 40, 0.7) 74%, rgba(0, 61, 35, 0.42) 100%),
      linear-gradient(0deg, rgba(0, 38, 23, 0.64) 0%, transparent 40%);
  }

  .decision-card {
    display: none;
  }

  .hero-proof {
    right: 20px;
    bottom: 28px;
    left: 20px;
    gap: 18px;
  }

  .hero-proof span {
    font-size: 11px;
  }

  .programs {
    padding: 82px 20px 88px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .section-heading .eyebrow {
    grid-column: auto;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-card,
  .program-card.featured {
    grid-column: auto;
    min-height: 430px;
    grid-template-columns: 34px 1fr;
    padding: 28px 24px;
  }

  .program-card.featured .duration {
    position: absolute;
    right: 24px;
    bottom: 24px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 82px 20px 88px;
  }

  .about-portrait {
    width: min(72vw, 290px);
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-grid div,
  .experience-grid div:first-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }

  .experience-grid div:last-child {
    border-bottom: 0;
  }

  .booking {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 82px 20px 0;
  }

  .booking-form {
    padding: 28px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .availability-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 70px;
  }

  .footer-contact {
    flex-wrap: wrap;
  }

  .clients {
    margin-top: 70px;
    padding: 38px 0;
  }

  .client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 22px;
  }

  .client-mark {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce), (prefers-reduced-data: reduce) {
  .hero-loop {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
