:root {
  --ink: #17312f;
  --ink-2: #24413d;
  --muted: #667872;
  --subtle: #92a59f;
  --paper: #f7f8ef;
  --white: #fffefa;
  --mint: #dcefe4;
  --mint-2: #b8dec8;
  --sky: #dceff6;
  --peach: #f7d8cd;
  --butter: #f4e6b5;
  --lilac: #e5e0f3;
  --teal: #2e746d;
  --coral: #ce7f6d;
  --line: rgba(46, 116, 109, 0.18);
  --line-strong: rgba(46, 116, 109, 0.32);
  --shadow: 0 26px 80px rgba(40, 84, 78, 0.16);
  --max: 1200px;
  --gutter: max(24px, calc((100vw - var(--max)) / 2));
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
dl,
dd {
  margin: 0;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  color: var(--white);
  background: rgba(255, 254, 250, 0);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 254, 250, 0.92);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 38px rgba(46, 116, 109, 0.08);
}

.brand {
  width: 126px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  filter: brightness(0) invert(1);
}

.site-header.is-scrolled .brand img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(20%) saturate(1264%)
    hue-rotate(129deg) brightness(94%) contrast(90%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  color: rgba(255, 254, 250, 0.78);
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover {
  color: var(--white);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-contact {
  padding: 9px 14px;
  color: var(--white) !important;
  background: rgba(255, 254, 250, 0.12);
  border: 1px solid rgba(255, 254, 250, 0.26);
  border-radius: 999px;
}

.site-header.is-scrolled .site-nav a {
  color: rgba(23, 49, 47, 0.68);
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--teal);
}

.site-header.is-scrolled .nav-contact {
  color: var(--white) !important;
  background: var(--teal);
  border-color: var(--teal);
}

.nav-contact::after {
  display: none;
}

.menu-toggle {
  display: none;
}

.section-dark,
.section-light,
.business,
.clients,
.achievements,
.company {
  background: var(--paper);
}

.section-dark {
  color: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--gutter) minmax(0, var(--max)) var(--gutter);
  place-items: center;
  overflow: hidden;
  padding: 120px 0 72px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 254, 250, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(220, 239, 228, 0.08), transparent 42%),
    linear-gradient(90deg, rgba(11, 38, 35, 0.1), rgba(28, 74, 66, 0.36) 48%, rgba(244, 183, 147, 0.18)),
    linear-gradient(180deg, rgba(7, 24, 22, -4.9), rgba(7, 24, 22, 0.4)),
    url("./assets/hero-growth-sprout.png") center / cover no-repeat;
  background-position: center calc(50% + var(--hero-depth, 0px));
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  top: 76px;
  height: 1px;
  background: var(--line);
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: -34%;
  content: "";
  background:
    radial-gradient(
      ellipse 46% 82% at 12% 48%,
      rgba(42, 143, 119, 0.94) 0%,
      rgba(42, 143, 119, 0.68) 36%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 28% 60% at 72% 16%,
      rgba(205, 218, 157, 0.84) 0%,
      rgba(148, 187, 132, 0.56) 34%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 23% 72% at 88% 62%,
      rgba(194, 104, 78, 0.78) 0%,
      rgba(182, 91, 72, 0.48) 34%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 34% 86% at 54% 78%,
      rgba(28, 63, 102, 0.92) 0%,
      rgba(37, 76, 112, 0.62) 36%,
      transparent 74%
    ),
    linear-gradient(
      118deg,
      rgba(28, 104, 91, 0.74) 4%,
      transparent 34%,
      rgba(70, 128, 105, 0.46) 56%,
      transparent 82%
    );
  background-color: rgba(161, 158, 103, 0.82);
  background-position: 20% 55%, 42% 20%, 110% 75%, -20% 100%, 0% 50%;
  background-size: 132% 138%, 118% 124%, 112% 136%, 126% 144%, 176% 158%;
  mix-blend-mode: color;
  opacity: 0;
  filter: saturate(1.05);
  transform: translate3d(-8%, -2%, 0) scale(1.07) rotate(-4deg);
  transform-origin: center;
  animation:
    hero-aurora-wander 7.4s cubic-bezier(0.42, 0, 0.22, 1) infinite alternate,
    hero-aurora-intro 4.8s ease-in-out 1 both,
    hero-day-cycle 18s ease-in-out 4.8s infinite;
  will-change: transform, background-color, background-position, filter, opacity;
  pointer-events: none;
}

@keyframes hero-aurora-intro {
  0% {
    opacity: 0;
  }

  14% {
    opacity: 0.015;
  }

  38% {
    opacity: 0.08;
  }

  68% {
    opacity: 0.27;
  }

  100% {
    opacity: 0.52;
  }
}

@keyframes hero-aurora-wander {
  0% {
    transform: translate3d(-8%, -2%, 0) scale(1.07) rotate(-4deg);
  }

  23% {
    transform: translate3d(4%, -6%, 0) scale(1.12) rotate(1deg);
  }

  41% {
    transform: translate3d(-2%, 5%, 0) scale(1.08) rotate(-1deg);
  }

  68% {
    transform: translate3d(9%, 1%, 0) scale(1.14) rotate(3deg);
  }

  82% {
    transform: translate3d(1%, -8%, 0) scale(1.1) rotate(-2deg);
  }

  100% {
    transform: translate3d(-6%, 4%, 0) scale(1.12) rotate(2deg);
  }
}

@keyframes hero-day-cycle {
  0%,
  100% {
    background-color: rgba(161, 158, 103, 0.82);
    background-position: 20% 55%, 42% 20%, 110% 75%, -20% 100%, 0% 50%;
    filter: saturate(1.05);
    opacity: 0.52;
  }

  25% {
    background-color: rgba(37, 106, 80, 0.5);
    background-position: 52% 50%, 52% 45%, 108% 65%, -20% 80%, 28% 46%;
    filter: saturate(1.08);
    opacity: 0.28;
  }

  50% {
    background-color: rgba(170, 91, 61, 0.9);
    background-position: 15% 70%, 10% 25%, 58% 52%, 88% 88%, 64% 55%;
    filter: saturate(1.18);
    opacity: 0.64;
  }

  75% {
    background-color: rgba(21, 47, 66, 0.9);
    background-position: 86% 40%, -10% 12%, 110% 60%, 50% 52%, 96% 65%;
    filter: saturate(1.2);
    opacity: 0.64;
  }

  90% {
    background-color: rgba(69, 94, 88, 0.76);
    background-position: 48% 30%, 8% 18%, 104% 72%, 18% 68%, 36% 42%;
    filter: saturate(1.12);
    opacity: 0.5;
  }
}

.hero-media,
.hero-grid,
.orbital {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  grid-column: 2;
}

.hero-inner {
  width: 100%;
  display: grid;
  place-items: center;
  padding: 0;
}

.hero-content {
  position: relative;
  width: min(880px, 100%);
  display: grid;
  justify-items: center;
  text-align: center;
  color: var(--white);
  opacity: var(--hero-opacity, 1);
  transform: translateY(calc(var(--hero-lift, 0px) * -1));
  will-change: transform, opacity;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 26px auto 0;
  display: grid;
  justify-items: center;
  color: var(--white);
  font-size: clamp(38px, 5vw, 78px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
  perspective: 900px;
}

.hero-title-line {
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
  padding: 0.04em 0 0.18em;
  margin: -0.04em 0 -0.18em;
  white-space: nowrap;
}

.hero-title-line-inner,
.hero-title-echo {
  position: relative;
  grid-area: 1 / 1;
  display: block;
}

.hero-title-line-inner {
  z-index: 1;
  will-change: transform, opacity, letter-spacing;
}

.hero-title-echo {
  z-index: 0;
  color: transparent;
  opacity: 0;
  -webkit-text-stroke: 1px rgba(220, 239, 228, 0.52);
  transform: scaleX(0.94);
  transform-origin: center;
  will-change: transform, opacity;
  pointer-events: none;
}

.hero-mark-stage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.hero-mark {
  display: block;
  width: clamp(98px, 12vw, 150px);
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.22));
  transform-origin: center;
  will-change: transform, opacity;
}

.hero-tagline {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  color: rgba(255, 254, 250, 0.86);
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  white-space: nowrap;
}

.js-enabled .site-header {
  opacity: 0;
  transform: translateY(-12px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.js-enabled.is-loaded .site-header {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled.hero-intro-pending .hero-mark {
  opacity: 0;
  transform: translate3d(0, 13px, 0) scale(0.94);
}

.js-enabled.hero-intro-pending .hero-title-line-inner {
  opacity: 0;
  transform: translate3d(0, 7px, 0) scale(0.992);
  letter-spacing: 0.035em;
}

.js-enabled.hero-intro-pending .hero-tagline {
  opacity: 0;
  clip-path: inset(0 50% 0 50%);
  transform: translate3d(0, 6px, 0);
  letter-spacing: 0.12em;
}

.js-enabled .js-reveal {
  opacity: 0;
  transform: translate3d(0, var(--reveal-y, 32px), 0) scale(var(--reveal-scale, 1));
  transition:
    opacity 0.86s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.cycle-node.js-reveal,
.hero-service.js-reveal,
.product-map span.js-reveal,
.achievement-images img.js-reveal,
.partner-logos img.js-reveal {
  --reveal-y: 18px;
  --reveal-scale: 0.96;
}

.cycle-multiply.js-reveal {
  --reveal-y: 0;
  --reveal-scale: 0.9;
}

.js-enabled .js-heading {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
}

.js-enabled .js-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 1px;
  background: linear-gradient(90deg, rgba(206, 127, 109, 0.84), rgba(46, 116, 109, 0.28), transparent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.js-enabled .js-heading.is-heading-visible {
  animation: heading-lift 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--heading-delay, 0ms);
}

.js-enabled .js-heading.is-heading-visible::after {
  animation: heading-line-sweep 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--heading-delay, 0ms) + 80ms);
}

@keyframes heading-lift {
  0% {
    transform: translate3d(-14px, 18px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heading-line-sweep {
  0% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
  }

  34% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }

  100% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
  }
}

.hero-after {
  padding: 76px var(--gutter) 55px;
  background:
    linear-gradient(120deg, rgba(220, 239, 228, 0.5), rgba(255, 254, 250, 0.82) 48%, rgba(220, 239, 246, 0.38)),
    var(--paper);
}

.hero-after-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.hero-subcopy {
  width: 100%;
}

.hero-copy {
  color: var(--ink-2);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.button-primary:hover {
  color: var(--white);
  background: #245f59;
}

.button-ghost {
  color: var(--teal);
  background: rgba(255, 254, 250, 0.44);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 156px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.hero-service {
  position: relative;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 42px;
  border-right: 1px solid var(--line);
}

.hero-service + .hero-service {
  padding-left: 42px;
}

.hero-service:last-child {
  border-right: 0;
}

.number {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink-2);
  font-size: clamp(34px, 3.5vw, 46px);
  font-weight: 200;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-transform: uppercase;
}

.number::before {
  content: "SERVICE";
  color: rgba(190, 118, 97, 0.82);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.number::after {
  content: "";
  width: clamp(32px, 3vw, 46px);
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 116, 109, 0.58), rgba(206, 127, 109, 0.18));
}

.hero-service-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-service-logo-repec {
  width: min(244px, 100%);
  opacity: 0.9;
}

.hero-service-logo-riders {
  width: min(258px, 100%);
  height: auto;
  object-fit: contain;
  opacity: 0.84;
}

.statement,
.mission,
.business,
.clients,
.achievements,
.message,
.company {
  padding: clamp(92px, 12vw, 160px) var(--gutter);
}

.hero-after,
.statement,
.mission,
.business,
.clients,
.achievements,
.message,
.contact {
  position: relative;
}

.hero-after::after,
.statement::after,
.mission::after,
.business::after,
.clients::after,
.achievements::after,
.message::after,
.contact::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(30px, 4vw, 52px);
  pointer-events: none;
}

.hero-after::after {
  background:
    linear-gradient(120deg, rgba(255, 254, 250, 0.92), rgba(220, 239, 228, 0.66) 56%, rgba(244, 230, 181, 0.28)),
    var(--paper);
  clip-path: polygon(0 100%, 100% 18%, 100% 100%);
}

.statement::after {
  background:
    linear-gradient(122deg, rgba(220, 239, 246, 0.58), rgba(255, 254, 250, 0.84) 50%, rgba(229, 224, 243, 0.38)),
    var(--paper);
  clip-path: ellipse(78% 82% at 35% 100%);
}

.mission::after {
  background:
    linear-gradient(118deg, rgba(247, 216, 205, 0.32), rgba(255, 254, 250, 0.76) 38%, rgba(220, 239, 228, 0.48)),
    var(--paper);
  clip-path: polygon(0 18%, 100% 100%, 0 100%);
}

.business::after {
  background:
    linear-gradient(120deg, rgba(247, 216, 205, 0.42), rgba(255, 254, 250, 0.7) 44%, rgba(220, 239, 228, 0.56)),
    var(--paper);
  clip-path: ellipse(78% 82% at 65% 100%);
}

.clients::after {
  background:
    linear-gradient(122deg, rgba(229, 224, 243, 0.42), rgba(255, 254, 250, 0.82) 46%, rgba(220, 239, 246, 0.68)),
    var(--paper);
  clip-path: polygon(0 100%, 100% 18%, 100% 100%);
}

.achievements::after {
  background:
    linear-gradient(120deg, rgba(247, 216, 205, 0.28), rgba(255, 254, 250, 0.86) 46%, rgba(229, 224, 243, 0.52)),
    var(--paper);
  clip-path: ellipse(78% 82% at 35% 100%);
}

.message::after {
  background:
    linear-gradient(135deg, rgba(23, 49, 47, 0.98), rgba(46, 116, 109, 0.94) 52%, rgba(206, 127, 109, 0.84)),
    var(--teal);
  clip-path: polygon(0 18%, 100% 100%, 0 100%);
}

.contact::after {
  background:
    linear-gradient(120deg, rgba(220, 239, 246, 0.38), rgba(255, 254, 250, 0.84) 48%, rgba(244, 230, 181, 0.3)),
    var(--paper);
  clip-path: ellipse(78% 82% at 65% 100%);
}

.statement {
  display: grid;
  grid-template-columns: minmax(540px, 0.82fr) minmax(496px, 1fr);
  gap: clamp(40px, 5vw, 76px);
  background:
    linear-gradient(120deg, rgba(255, 254, 250, 0.92), rgba(220, 239, 228, 0.66) 56%, rgba(244, 230, 181, 0.28)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.mission {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(122deg, rgba(220, 239, 246, 0.58), rgba(255, 254, 250, 0.84) 50%, rgba(229, 224, 243, 0.38)),
    var(--paper);
}

.section-label {
  position: sticky;
  top: 116px;
  align-self: start;
}

.section-label h2,
.section-heading h2 {
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  background: linear-gradient(100deg, var(--ink) 0%, #1f4742 52%, var(--teal) 82%, #9b594f 118%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0;
  overflow: visible;
  padding-bottom: 0.06em;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}

.section-label h2::selection,
.section-heading h2::selection {
  -webkit-text-fill-color: var(--white);
}

.section-label h2::before,
.section-heading h2::before {
  content: "";
  display: block;
  width: clamp(34px, 5vw, 68px);
  height: 1px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, rgba(206, 127, 109, 0.84), rgba(46, 116, 109, 0.26));
}

.section-label p {
  width: min(420px, 100%);
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(46, 116, 109, 0.22);
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.vision-label p {
  position: relative;
  width: max-content;
  max-width: min(640px, calc(100vw - (var(--gutter) * 2)));
  margin-top: clamp(28px, 4vw, 46px);
  padding: 0 0 clamp(14px, 1.6vw, 18px) clamp(20px, 3vw, 34px);
  border-top: 0;
  color: var(--ink);
  background: linear-gradient(105deg, var(--ink) 0%, #245f59 58%, #9b594f 118%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.18;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}

.vision-label p span {
  display: block;
  white-space: nowrap;
}

.vision-label p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(206, 127, 109, 0.84), rgba(46, 116, 109, 0.54));
}

.vision-label p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(72px, 9vw, 112px);
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 116, 109, 0.54), rgba(46, 116, 109, 0));
}

.mission-label p {
  position: relative;
  width: min(640px, 100%);
  margin-top: clamp(26px, 3.6vw, 42px);
  padding: 0 0 clamp(14px, 1.6vw, 18px) clamp(20px, 3vw, 34px);
  border-top: 0;
  color: var(--ink);
  background: linear-gradient(105deg, var(--ink) 0%, #245f59 62%, #9b594f 122%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(25px, 3.2vw, 42px);
  font-weight: 300;
  line-height: 1.28;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}

.mission-label p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(206, 127, 109, 0.84), rgba(46, 116, 109, 0.54));
}

.mission-label p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(72px, 9vw, 112px);
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 116, 109, 0.54), rgba(46, 116, 109, 0));
}

.vision-content {
  display: grid;
  gap: clamp(34px, 5vw, 54px);
}

.vision-cycle {
  position: relative;
  width: min(760px, 100%);
  min-height: clamp(430px, 34vw, 520px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  grid-template-rows: repeat(2, minmax(180px, auto));
  align-items: center;
  justify-items: center;
  gap: clamp(28px, 4vw, 48px) clamp(16px, 3vw, 42px);
  padding: clamp(12px, 2vw, 20px) 0;
  color: var(--ink);
}

.cycle-node {
  width: min(216px, 100%);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: center;
  padding: 22px;
  border: 1px solid rgba(46, 116, 109, 0.44);
  border-radius: 50%;
  text-align: center;
}

.cycle-node-brand {
  grid-column: 2 / 4;
  grid-row: 1;
  border-color: rgba(190, 118, 97, 0.62);
}

.cycle-node-fans {
  grid-column: 1 / 3;
  grid-row: 2;
  border-color: rgba(157, 132, 103, 0.62);
}

.cycle-node-community {
  grid-column: 3 / 5;
  grid-row: 2;
  border-color: rgba(46, 116, 109, 0.58);
}

.cycle-node span {
  display: block;
  color: var(--ink);
  font-size: 29px;
  font-weight: 300;
  line-height: 1.05;
}

.cycle-node small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.cycle-multiply {
  position: absolute;
  top: 52%;
  left: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%) scale(var(--cycle-x-scale, 1));
  color: rgba(190, 118, 97, 0.72);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 300;
  line-height: 1;
}

.js-enabled .cycle-multiply.js-reveal {
  --cycle-x-scale: 0.9;
  transform: translate(-50%, -50%) scale(var(--cycle-x-scale));
}

.js-enabled .cycle-multiply.js-reveal.is-visible {
  --cycle-x-scale: 1;
  transform: translate(-50%, -50%) scale(var(--cycle-x-scale));
}

.statement-body {
  display: grid;
  gap: 22px;
  max-width: 860px;
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 400;
  line-height: 1.9;
  color: var(--muted);
}

.split,
.section-heading,
.business-feature,
.clients-layout,
.achievement-layout,
.media-feature,
.message-grid,
.company-table {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

h2 {
  font-size: clamp(36px, 5.7vw, 78px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.lead-stack {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 400;
  line-height: 1.9;
}

.mission-content {
  display: grid;
  gap: clamp(26px, 4vw, 38px);
}

.mission-visual {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.48);
  box-shadow: 0 26px 70px rgba(40, 84, 78, 0.12);
}

.mission-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(0.98);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.section-heading p {
  width: fit-content;
  min-width: 160px;
  padding-top: 14px;
  border-top: 1px solid rgba(46, 116, 109, 0.22);
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
}

.business {
  background:
    linear-gradient(118deg, rgba(247, 216, 205, 0.32), rgba(255, 254, 250, 0.76) 38%, rgba(220, 239, 228, 0.48)),
    var(--paper);
}

.business-feature {
  margin-bottom: 0;
  padding: clamp(52px, 7vw, 92px) 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}

.business-feature.repec {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
  background: transparent;
}

.business-feature.marketing {
  background: transparent;
}

.business-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.business-copy h3,
.riders h3,
.media-feature h3,
.timeline h3 {
  color: var(--ink);
  font-size: clamp(31px, 3.35vw, 46px);
  line-height: 1.18;
  font-weight: 350;
  letter-spacing: 0;
}

.business-copy h3,
.riders h3 {
  display: grid;
  gap: 10px;
}

.business-copy h3 span,
.riders h3 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  background: linear-gradient(100deg, var(--ink) 0%, #245f59 74%, #a65f54 118%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business-copy h3 small,
.riders h3 small {
  display: block;
  width: 100%;
  padding: 9px 0 0 28px;
  border-top: 1px solid rgba(46, 116, 109, 0.16);
  color: rgba(102, 120, 114, 0.88);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

.business-copy h3 small::before,
.riders h3 small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 16px;
  height: 1px;
  background: rgba(206, 127, 109, 0.78);
}

.business-copy p,
.riders-copy p,
.media-feature p,
.timeline p,
.message-text p,
.company-table dd,
.contact p {
  color: var(--muted);
}

.service-logo {
  object-fit: contain;
}

.repec-logo {
  width: 168px;
  opacity: 0.9;
}

.product-map {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-map span {
  min-height: 176px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 254, 250, 0.34);
  border-radius: var(--radius);
  color: var(--white);
  background-image:
    linear-gradient(180deg, rgba(23, 49, 47, 0.04), rgba(23, 49, 47, 0.58)),
    linear-gradient(135deg, rgba(46, 116, 109, 0.18), rgba(206, 127, 109, 0.16)),
    var(--tile-image);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, soft-light, normal;
  box-shadow: inset 0 -72px 90px rgba(23, 49, 47, 0.24);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
}

.product-map span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 254, 250, 0.14), transparent 42%),
    linear-gradient(0deg, rgba(46, 116, 109, 0.1), transparent);
  pointer-events: none;
}

.product-map span:nth-child(1) {
  --tile-image: url("./assets/category-dental-care.png");
}

.product-map span:nth-child(2) {
  --tile-image: url("./assets/category-cosmetics.png");
}

.product-map span:nth-child(3) {
  --tile-image: url("./assets/category-health-food.png");
}

.product-map span:nth-child(6) {
  --tile-image: url("./assets/category-supplement.png");
}

.product-map span:nth-child(5) {
  --tile-image: url("./assets/category-pet-care.png");
}

.product-map span:nth-child(4) {
  --tile-image: url("./assets/category-skateboard.png");
}

.marketing {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 7vw, 96px);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tags span {
  padding: 7px 10px;
  border: 1px solid rgba(46, 116, 109, 0.14);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(255, 254, 250, 0.34);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.case-grid {
  display: grid;
  gap: 14px;
  border-top: 0;
}

.case-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(288px, 0.58fr);
  gap: clamp(24px, 3.6vw, 42px);
  align-items: center;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(46, 116, 109, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 254, 250, 0.78), rgba(255, 254, 250, 0.46) 44%, rgba(220, 239, 228, 0.22)),
    linear-gradient(90deg, rgba(247, 216, 205, 0.2), transparent 38%);
  box-shadow: 0 22px 54px rgba(40, 84, 78, 0.07);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.case-card::before {
  position: absolute;
  top: -16px;
  right: 18px;
  color: rgba(46, 116, 109, 0.055);
  font-size: clamp(76px, 8vw, 116px);
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.case-card:nth-child(1)::before {
  content: "01";
}

.case-card:nth-child(2)::before {
  content: "02";
}

.case-card:nth-child(3)::before {
  content: "03";
}

.case-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(206, 127, 109, 0.92), rgba(46, 116, 109, 0.44));
  opacity: 0.7;
}

.case-card:hover {
  border-color: rgba(46, 116, 109, 0.24);
  box-shadow: 0 28px 68px rgba(40, 84, 78, 0.11);
  transform: translateY(-2px);
}

.js-enabled .case-card.js-reveal.is-visible:hover {
  transform: translateY(-2px);
}

.case-main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.case-main span,
.case-metrics dt,
.media-feature time,
.timeline time {
  color: white;
  background: var(--teal);
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-main h4 {
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.45;
}

.case-main p {
  max-width: 560px;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 116, 109, 0.14);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.case-metrics {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(46, 116, 109, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.42);
  overflow: hidden;
}

.case-metrics div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.case-metrics div + div {
  border-left: 1px solid rgba(46, 116, 109, 0.14);
}

.case-metrics dd {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.case-metrics dd span {
  display: inline-block;
  margin-left: 2px;
  color: var(--teal);
  font-size: 0.46em;
  font-weight: 400;
  vertical-align: baseline;
}

.riders {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 7vw, 96px);
  align-items: end;
  padding: clamp(52px, 7vw, 92px) 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  overflow: hidden;
}

.riders-logo {
  width: min(224px, 100%);
  opacity: 0.82;
}

.riders-copy {
  display: grid;
  gap: 18px;
}

.riders-copy p {
  color: var(--muted);
}

.text-link {
  width: fit-content;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.riders-media {
  display: grid;
  gap: 10px;
}

.riders-media img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(0.86) contrast(0.96);
  box-shadow: 0 24px 70px rgba(40, 84, 78, 0.12);
}

.riders-media-main {
  aspect-ratio: 16 / 9;
}

.riders-media-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.riders-media-sub img {
  aspect-ratio: 4 / 3;
  box-shadow: none;
}

.riders-media .riders-media-wide {
  height: auto;
  object-fit: contain;
  box-shadow: none;
}

.riders-partners {
  grid-column: 1 / -1;
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid var(--line);
}

.partners-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.partners-heading span {
  color: white;
  background: var(--teal);
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.partners-heading p {
  color: var(--muted);
  font-size: 13px;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(46, 116, 109, 0.14);
  border-left: 1px solid rgba(46, 116, 109, 0.14);
}

.partner-logos img {
  width: 100%;
  height: 104px;
  object-fit: contain;
  padding: 22px;
  border-right: 1px solid rgba(46, 116, 109, 0.14);
  border-bottom: 1px solid rgba(46, 116, 109, 0.14);
  background: rgba(255, 254, 250, 0.42);
  filter: saturate(0.72) contrast(0.94);
}

.clients {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(247, 216, 205, 0.42), rgba(255, 254, 250, 0.7) 44%, rgba(220, 239, 228, 0.56)),
    var(--paper);
}

.clients::before {
  content: "";
  position: absolute;
  top: -42%;
  left: -11%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(206, 127, 109, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.clients-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 118px);
  align-items: start;
}

.clients-heading p {
  width: fit-content;
  min-width: 170px;
}

.client-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(46, 116, 109, 0.2);
  list-style: none;
}

.client-list li {
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(46, 116, 109, 0.2);
  transition: background 0.3s ease;
}

.client-list li:nth-child(odd) {
  border-right: 1px solid rgba(46, 116, 109, 0.2);
}

.client-list li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

.client-name {
  color: var(--ink-2);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.55;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .client-list li:hover {
    background: rgba(255, 254, 250, 0.56);
  }

  .client-list li:hover .client-name {
    transform: translateX(4px);
  }
}

.achievements {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(122deg, rgba(229, 224, 243, 0.42), rgba(255, 254, 250, 0.82) 46%, rgba(220, 239, 246, 0.68)),
    var(--paper);
}

.achievement-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.achievement-mobile-list {
  display: none;
}

.achievement-visuals {
  display: grid;
  gap: 14px;
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.timeline h3 {
  margin: 8px 0;
  color: var(--ink-2);
  font-size: 22px;
  font-weight: 400;
}

.achievement-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.achievement-images img {
  width: 100%;
  height: 178px;
  object-fit: contain;
  padding: 24px;
  border: 1px solid rgba(46, 116, 109, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.76);
}

.achievement-images .achievement-image-featured {
  grid-column: 1 / -1;
}

.media-feature {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: end;
  padding: 24px;
  border: 1px solid rgba(46, 116, 109, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.58);
}

.media-feature img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
}

.media-feature h3 {
  margin: 8px 0 10px;
  color: var(--ink);
  background: linear-gradient(100deg, var(--ink) 0%, #245f59 88%, #a65f54 120%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.message {
  background:
    linear-gradient(120deg, rgba(247, 216, 205, 0.28), rgba(255, 254, 250, 0.86) 46%, rgba(229, 224, 243, 0.52)),
    var(--paper);
}

.message-grid {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: clamp(44px, 8vw, 120px);
}

.profile {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.profile strong,
.profile span {
  display: block;
}

.profile strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
}

.profile span {
  color: var(--muted);
}

.message-text {
  display: grid;
  gap: 22px;
  max-width: 820px;
  font-size: 16px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: clamp(82px, 10vw, 120px) var(--gutter);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 49, 47, 0.98), rgba(46, 116, 109, 0.94) 52%, rgba(206, 127, 109, 0.84)),
    var(--teal);
}

.contact p {
  color: var(--white);
}

.contact .section-label {
  position: static;
}

.contact h2 {
  max-width: 820px;
  color: var(--white);
  background: none;
  -webkit-text-fill-color: var(--white);
}

.contact .section-label p {
  border-top-color: rgba(255, 254, 250, 0.28);
  color: var(--white);
}

.contact p {
  max-width: 760px;
  margin-top: 22px;
}

.contact .button {
  color: var(--white);
  background: rgba(255, 254, 250, 0.08);
}

.company {
  background:
    linear-gradient(120deg, rgba(220, 239, 246, 0.38), rgba(255, 254, 250, 0.84) 48%, rgba(244, 230, 181, 0.3)),
    var(--paper);
}

.company-table {
  border-top: 1px solid var(--line);
}

.company-table div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 34px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.company-table dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-table a {
  border-bottom: 1px solid currentColor;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px var(--gutter);
  color: rgba(255, 254, 250, 0.68);
  background: var(--ink);
  font-size: 12px;
  border-top: 1px solid rgba(255, 254, 250, 0.14);
}

.site-footer img {
  width: 112px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

@media (max-width: 1240px) {
  .statement {
    grid-template-columns: 1fr;
    gap: clamp(34px, 6vw, 56px);
  }

  .statement .section-label {
    position: static;
  }

  .vision-label p {
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .site-nav {
    gap: 16px;
    font-size: 10px;
  }

  .hero-inner,
  .hero-after-inner,
  .statement,
  .split,
  .business-feature.repec,
  .marketing,
  .riders,
  .clients-layout,
  .achievement-layout,
  .message-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-label {
    position: static;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-heading p {
    min-width: 0;
    text-align: left;
  }

  .hero-subcopy {
    width: min(680px, 100%);
  }

  .hero-panel,
  .product-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-service {
    border-bottom: 0;
  }

  .hero-service:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .hero-service:last-child {
    border-right: 0;
  }

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

  .clients-heading {
    position: static;
  }

  .media-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .site-header {
    height: 66px;
  }

  .brand {
    width: 112px;
  }

  .menu-toggle {
    position: relative;
    z-index: 60;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 254, 250, 0.28);
    border-radius: 50%;
    background: rgba(255, 254, 250, 0.1);
    color: var(--white);
  }

  .site-header.is-scrolled .menu-toggle {
    color: var(--teal);
    border-color: rgba(46, 116, 109, 0.22);
    background: rgba(255, 254, 250, 0.38);
  }

  .menu-toggle span {
    width: 15px;
    height: 1px;
    grid-area: 1 / 1;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .nav-open .menu-toggle {
    color: var(--teal);
    border-color: rgba(46, 116, 109, 0.22);
    background: rgba(255, 254, 250, 0.56);
  }

  .nav-open .site-header {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .nav-open .brand img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(20%) saturate(1264%)
      hue-rotate(129deg) brightness(94%) contrast(90%);
  }

  .nav-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .nav-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 55;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: max(104px, calc(env(safe-area-inset-top) + 92px)) 30px
      max(36px, calc(env(safe-area-inset-bottom) + 34px));
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--ink);
    background:
      linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(247, 248, 239, 0.96) 54%, rgba(220, 239, 228, 0.94)),
      var(--paper);
    backdrop-filter: blur(22px);
    font-size: clamp(30px, 10vw, 46px);
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transform: translateY(-12px);
    transition:
      clip-path 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.32s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav a,
  .nav-contact {
    width: 100%;
    color: var(--ink) !important;
    background: transparent;
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid rgba(46, 116, 109, 0.16);
    border-radius: 0;
    opacity: 0;
    transform: translateY(18px);
    transition:
      color 0.2s ease,
      opacity 0.36s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover {
    color: var(--teal) !important;
  }

  .nav-open .site-nav a:nth-child(1) {
    transition-delay: 0s;
  }

  .nav-open .site-nav a:nth-child(2) {
    transition-delay: 0.02s;
  }

  .nav-open .site-nav a:nth-child(3) {
    transition-delay: 0.04s;
  }

  .nav-open .site-nav a:nth-child(4) {
    transition-delay: 0.06s;
  }

  .nav-open .site-nav a:nth-child(5) {
    transition-delay: 0.08s;
  }

  .nav-open .site-nav a:nth-child(6) {
    transition-delay: 0.1s;
  }

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

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

  .hero {
    min-height: 100svh;
    padding: 108px 0 54px;
    background-position: 80% calc(50% + var(--hero-depth, 0px));
  }

  .hero::before {
    top: 66px;
  }

  .hero-inner {
    padding: 0;
  }

  .hero-mark {
    width: clamp(88px, 28vw, 124px);
  }

  .hero-title {
    margin-top: 24px;
    font-size: clamp(30px, 9.6vw, 52px);
    line-height: 1;
  }

  .hero-tagline {
    margin-top: 24px;
    font-size: clamp(14px, 4vw, 16px);
    white-space: normal;
  }

  .hero-after {
    padding-top: 56px;
    padding-bottom: 55px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-service,
  .hero-service + .hero-service {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .hero-service:nth-child(odd) {
    border-right: 0;
  }

  .hero-service {
    border-bottom: 1px solid var(--line);
  }

  .hero-service:last-child {
    border-bottom: 0;
  }

  .hero-service-logo {
    min-height: 62px;
  }

  .hero-service-logo-repec {
    width: min(218px, 100%);
  }

  .hero-service-logo-riders {
    width: min(228px, 100%);
    height: auto;
  }

  .statement,
  .mission,
  .business,
  .clients,
  .achievements,
  .message,
  .company {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .statement,
  .split,
  .business-feature.repec,
  .marketing,
  .riders,
  .achievement-layout,
  .message-grid,
  .contact {
    gap: 34px;
  }

  .statement-body {
    font-size: 16px;
  }

  .vision-label p {
    font-size: clamp(21px, 6.5vw, 30px);
    line-height: 1.3;
  }

  .mission-label p {
    font-size: clamp(24px, 6.3vw, 32px);
    line-height: 1.3;
  }

  .mission-content {
    gap: 24px;
  }

  .mission-visual {
    aspect-ratio: 4 / 3;
  }

  .vision-content {
    gap: 28px;
  }

  .vision-cycle {
    min-height: 0;
    width: min(360px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    justify-items: center;
    gap: 34px 14px;
    padding: 4px 0;
  }

  .cycle-node {
    width: min(152px, 100%);
    max-width: none;
    padding: 18px;
  }

  .cycle-node-brand {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(176px, 100%);
  }

  .cycle-node-fans {
    grid-column: 1;
    grid-row: 2;
  }

  .cycle-node-community {
    grid-column: 2;
    grid-row: 2;
  }

  .cycle-node span {
    font-size: 23px;
  }

  .cycle-multiply {
    top: 53%;
    font-size: 24px;
  }

  .business-feature,
  .riders {
    padding: 42px 0;
  }

  .product-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .achievement-images {
    grid-template-columns: 1fr;
  }

  .achievement-layout {
    display: none;
  }

  .achievement-mobile-list {
    display: grid;
    border-top: 1px solid var(--line);
  }

  .achievement-mobile-item {
    display: grid;
    gap: 22px;
    padding: 30px 0 38px;
    border-bottom: 1px solid var(--line);
  }

  .achievement-mobile-copy {
    display: grid;
    gap: 9px;
  }

  .achievement-mobile-copy time {
    width: fit-content;
    justify-self: start;
    padding: 3px 10px;
    border-radius: 15px;
    color: var(--white);
    background: var(--teal);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .achievement-mobile-copy h3 {
    color: var(--ink-2);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.45;
  }

  .achievement-mobile-copy p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
  }

  .achievement-mobile-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .achievement-mobile-images img {
    width: 100%;
    height: 118px;
    object-fit: contain;
    padding: 16px;
    border: 1px solid rgba(46, 116, 109, 0.13);
    border-radius: var(--radius);
    background: rgba(255, 254, 250, 0.7);
  }

  .achievement-mobile-images-single {
    grid-template-columns: 1fr;
  }

  .achievement-mobile-images-single img {
    height: 148px;
  }

  .product-map span {
    min-height: 126px;
  }

  .case-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .case-card::before {
    top: 8px;
    right: 14px;
    font-size: 68px;
  }

  .case-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-metrics div {
    min-height: 92px;
    padding: 14px;
  }

  .case-metrics dd {
    font-size: clamp(26px, 8vw, 34px);
  }

  .riders-media-sub {
    grid-template-columns: 1fr;
  }

  .riders-partners {
    margin-top: 26px;
    padding-top: 26px;
  }

  .partners-heading {
    display: grid;
    gap: 4px;
  }

  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logos img {
    height: 118px;
    padding: 18px;
  }

  .clients::before {
    top: -9%;
    left: -32%;
    width: 88vw;
  }

  .client-list {
    grid-template-columns: 1fr;
  }

  .client-list li {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr);
    padding: 15px 8px;
  }

  .client-list li:nth-child(odd) {
    border-right: 0;
  }

  .client-list li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .client-name {
    font-size: 15px;
  }

  .company-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact {
    align-items: start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .js-enabled .site-header,
  .js-enabled .hero-mark,
  .js-enabled .hero-title,
  .js-enabled .hero-title-line-inner,
  .js-enabled .hero-tagline,
  .js-enabled .js-reveal,
  .js-enabled .js-heading {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
