:root {
  color-scheme: dark;
  background: #ffffff;
  color: #2c3338;
  font-family: Manrope, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #2c3338;
  font-family: Manrope, Arial, sans-serif;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 5;
  padding: 0.7rem 1rem;
  background: #2c3338;
  color: #ffffff;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.landing-shell {
  width: min(100%, 1440px);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-inline: 1px solid #e1e3e4;
  overflow: hidden;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem clamp(1.25rem, 4vw, 4rem);
  color: #5b5b5b;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 1px solid #e1e3e4;
}

.site-footer {
  border-top: 1px solid #e1e3e4;
}

.brand {
  color: #2c3338;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

.landing {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem);
  isolation: isolate;
}

.landing::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(color-mix(in srgb, #e1e3e4 48%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, #e1e3e4 48%, transparent) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 70%);
}

.accent {
  position: absolute;
  z-index: -1;
  width: min(52vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, #ff8f00 14%, transparent);
  filter: blur(90px);
}

.landing-copy {
  width: min(100%, 850px);
  text-align: center;
}

.visual-mark {
  display: none;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: #f88d52;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(4.5rem, 14vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.introduction {
  max-width: 640px;
  margin: 0.8rem auto 0;
  color: #5b5b5b;
  font-size: 0.95rem;
  line-height: 1.65;
}

.scope-list {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.scope-list li {
  padding: 0.55rem 0.75rem;
  border: 1px solid #e1e3e4;
  color: #f88d52;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: min(210px, 100%);
  min-height: 60px;
  margin-top: 2rem;
  padding: 1rem 1.75rem;
  background: #ff8f00;
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: color-mix(in srgb, #ff8f00 84%, white);
  transform: translateY(-2px);
}

.layout-proof .landing-copy {
  text-align: left;
}

.layout-proof .short-line,
.layout-proof .introduction {
  margin-inline: 0;
}

.layout-proof .scope-list {
  justify-content: flex-start;
}

.layout-system .accent {
  transform: translateX(22%);
}

.layout-studio .accent {
  transform: translate(-22%, 8%);
}

@media (max-width: 680px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .landing {
    min-height: 480px;
  }

  .layout-proof .landing-copy {
    text-align: center;
  }

  .layout-proof .landing-copy p {
    margin-inline: auto;
  }

  .scope-list,
  .layout-proof .scope-list {
    align-items: center;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.client-well-oiled-marketing {
  background: #ffffff;
  color: #2c3338;
}

.client-well-oiled-marketing .landing-shell {
  border-color: #e1e3e4;
}

.client-well-oiled-marketing .site-header,
.client-well-oiled-marketing .site-footer {
  border-color: #e1e3e4;
  color: #5b5b5b;
}

.client-well-oiled-marketing .brand {
  color: #2c3338;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.client-well-oiled-marketing .landing {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 6vw, 6rem);
}

.client-well-oiled-marketing .landing::before {
  background: linear-gradient(135deg, #ffffff 0 58%, #f5f5f3 58% 100%);
  mask-image: none;
}

.client-well-oiled-marketing .landing-copy {
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: clamp(1.5rem, 3vw, 3rem);
  background: #073c64;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 28px 70px rgb(7 60 100 / 22%);
}

.client-well-oiled-marketing .visual-mark {
  display: grid;
  place-content: center;
  order: 2;
  width: min(100%, 410px);
  aspect-ratio: 1;
  padding: 2rem;
  border-radius: 52% 48% 34% 66% / 58% 35% 65% 42%;
  background: #ff8f00;
  color: #073c64;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-align: center;
  white-space: pre-line;
}

.client-well-oiled-marketing .eyebrow {
  color: #f88d52;
  font-family: "Open Sans", Arial, sans-serif;
}

.client-well-oiled-marketing h1 {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 700;
  line-height: 0.94;
}

.client-well-oiled-marketing .introduction {
  margin-inline: 0;
  color: #d9dde0;
}

.client-well-oiled-marketing .scope-list {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.client-well-oiled-marketing .scope-list li {
  border-color: rgb(255 143 0 / 55%);
  border-radius: 999px;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}

.client-well-oiled-marketing .button {
  border-radius: 999px;
  background: #f88d52;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}

.client-well-oiled-marketing.layout-system .visual-mark {
  border-radius: 2rem;
}

.client-well-oiled-marketing.layout-studio .landing {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.client-well-oiled-marketing.layout-studio .visual-mark {
  order: 0;
}

@media (max-width: 760px) {
  .client-well-oiled-marketing .landing,
  .client-well-oiled-marketing.layout-studio .landing {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .client-well-oiled-marketing .landing-copy,
  .client-well-oiled-marketing.layout-studio .landing-copy {
    order: 2;
    padding: 2.25rem 1.5rem;
    text-align: center;
  }

  .client-well-oiled-marketing .visual-mark,
  .client-well-oiled-marketing.layout-studio .visual-mark {
    order: 1;
    max-width: 240px;
    margin-inline: auto;
  }

  .client-well-oiled-marketing .scope-list {
    justify-content: center;
  }
}

.client-adcrunch .landing{min-height:0;padding:clamp(2.5rem,5vw,5rem)}
.client-lfx-media .landing,.client-clearbrand .landing,.client-vector-is-love .landing{min-height:0}
.client-vector-is-love .landing{padding:clamp(2.5rem,6vw,6rem)}

@media(max-width:680px){
  .client-lfx-media .site-header,.client-lfx-media .site-footer,.client-clearbrand .site-header,.client-clearbrand .site-footer{padding:.75rem 1rem}
  .client-lfx-media .landing,.client-lfx-media.layout-studio .landing{grid-template-columns:1fr;gap:1rem;min-height:0;padding:.75rem 1rem}
  .client-lfx-media .visual-mark{min-height:120px;font-size:5rem}
  .client-clearbrand .landing,.client-clearbrand.layout-studio .landing{grid-template-columns:1fr;gap:.75rem;min-height:0;padding:.75rem 1rem}
  .client-clearbrand .landing-copy{order:2;padding:1.3rem 1rem;border-radius:24px;text-align:center}
  .client-clearbrand .visual-mark,.client-clearbrand.layout-studio .visual-mark{order:1;max-width:120px;font-size:1.25rem}
  .client-clearbrand h1{font-size:clamp(2.35rem,12vw,3.2rem)}
  .client-clearbrand .introduction{font-size:.85rem}
  .client-clearbrand .scope-list{justify-content:center;flex-direction:row;gap:.35rem}
  .client-clearbrand .scope-list li{padding:.45rem .65rem;font-size:.58rem}
  .client-clearbrand .button{margin-top:1.2rem}
}
