:root {
  color-scheme: dark;
  background: #fffcf3;
  color: #1c1c1e;
  font-family: Inter, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: #fffcf3;
  color: #1c1c1e;
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 5;
  padding: 0.7rem 1rem;
  background: #1c1c1e;
  color: #fffcf3;
  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 #cfc8b8;
  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: #5d594f;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

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

.brand {
  color: #1c1c1e;
  font-family: Inter, 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, #cfc8b8 48%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, #cfc8b8 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, #f3ce49 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: #f8e8a6;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: Inter, 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: #5d594f;
  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 #cfc8b8;
  color: #f8e8a6;
  font-family: Inter, 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: #f3ce49;
  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, #f3ce49 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-adcrunch{background:#fffcf3;color:#1c1c1e}.client-adcrunch .landing-shell{border-color:#cfc8b8}.client-adcrunch .site-header,.client-adcrunch .site-footer{border-color:#cfc8b8;color:#5d594f}.client-adcrunch .brand{color:#1c1c1e;font-size:1.1rem;font-weight:800}.client-adcrunch .landing{place-items:center;min-height:560px;background:#fffcf3}.client-adcrunch .landing::before{display:none}.client-adcrunch .accent{width:clamp(90px,13vw,190px);border-radius:0;background:#f3ce49;filter:none;right:0;bottom:0;aspect-ratio:1}.client-adcrunch .landing-copy{max-width:1050px;text-align:center}.client-adcrunch .eyebrow{color:#1c1c1e}.client-adcrunch h1{font-family:Inter,Arial,sans-serif;font-size:clamp(3.5rem,8vw,8rem);font-weight:800;line-height:.9;text-transform:uppercase}.client-adcrunch .introduction{max-width:610px;color:#5d594f}.client-adcrunch .scope-list{flex-wrap:wrap}.client-adcrunch .scope-list li{border-color:#cfc8b8;color:#1c1c1e;font-family:Inter,Arial,sans-serif;font-weight:800}.client-adcrunch .button{min-width:min(280px,100%);min-height:72px;padding:1.25rem 2.5rem;border-radius:8px;background:#f3ce49;color:#111;font-size:1.05rem}.client-adcrunch.layout-proof .landing-copy{text-align:left}.client-adcrunch.layout-proof .scope-list{justify-content:flex-start}.client-adcrunch.layout-system .landing{background:linear-gradient(90deg,#f3ce49 0 4%,#fffcf3 4%)}.client-adcrunch.layout-system .accent{display:none}.client-adcrunch.layout-studio .landing-copy{max-width:900px}.client-adcrunch.layout-studio h1{letter-spacing:-.075em}.client-adcrunch.layout-studio .accent{top:0;bottom:auto;width:clamp(12px,2vw,28px);height:100%;aspect-ratio:auto}@media(max-width:680px){.client-adcrunch h1{font-size:clamp(3rem,15vw,5rem)}.client-adcrunch .accent{width:72px}.client-adcrunch.layout-proof .landing-copy{text-align:center}.client-adcrunch.layout-proof .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}
}
