:root {
  --font-display: "Mona Sans", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Golos Text", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Instrument Serif", ui-serif, Georgia, serif;
  --ink: #0c0c0d;
  --ink-soft: #161618;
  --ink-mid: #2a2a2c;
  --stone: #f3f2ee;
  --stone-2: #e8e6e0;
  --paper: #fbfaf6;
  --mute: #6d6b66;
  --mute-2: #8a8882;
  --silver: #c9c7c1;
  --aurora-pink: #d12f96;
  --aurora-violet: #7a4ea8;
  --aurora-cyan: #3abef9;
  --radius-card: 22px;
  --radius-card-lg: 28px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p,
li {
  text-wrap: pretty;
}

a,
button:not(:disabled),
[role="button"] {
  cursor: pointer;
}

::selection {
  background: var(--ink);
  color: var(--paper);
}

.font-display { font-family: var(--font-display); }
.font-serif { font-family: var(--font-serif); }
.text-paper { color: var(--paper); }
.text-ink { color: var(--ink); }
.text-mute { color: var(--mute); }
.bg-ink { background: var(--ink); }
.bg-ink-soft { background: var(--ink-soft); }
.bg-stone { background: var(--stone); }
.bg-paper { background: var(--paper); }

.container-pa {
  width: min(1180px, calc(100% - 24px));
  margin-inline: auto;
}

.row > * { min-width: 0; }

section[id] {
  scroll-margin-top: 5.5rem;
}

@media (min-width: 400px) {
  .container-pa { width: min(1180px, calc(100% - 32px)); }
}

@media (min-width: 640px) {
  .container-pa { width: min(1180px, calc(100% - 48px)); }
}

@media (min-width: 768px) {
  .container-pa { width: min(1180px, calc(100% - 56px)); }
  section[id] { scroll-margin-top: 6rem; }
}

@media (min-width: 1024px) {
  .container-pa { width: min(1180px, calc(100% - 64px)); }
}

.section {
  padding: 2rem 0;
}

@media (min-width: 576px) { .section { padding: 2.5rem 0; } }
@media (min-width: 768px) { .section { padding: 3rem 0; } }
@media (min-width: 992px) { .section { padding: 4rem 0; } }

.media-hero {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: var(--radius-card);
}

.media-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 1.25rem;
}

@media (min-width: 576px) {
  .media-hero,
  .media-hero-inner { min-height: 440px; }
  .media-hero { border-radius: var(--radius-card-lg); }
  .media-hero-inner { padding: 2.5rem; }
}

@media (min-width: 992px) {
  .media-hero,
  .media-hero-inner { min-height: 500px; }
  .media-hero-inner { padding: 3.5rem; }
}

.page-shell {
  padding-top: 5.75rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .page-shell {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .page-shell { padding-bottom: 5rem; }
}

.headline-tight {
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .headline-tight {
    letter-spacing: -0.04em;
    line-height: 1.03;
  }
}

.display-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
}

@media (min-width: 576px) { .display-title { font-size: 40px; } }
@media (min-width: 768px) { .display-title { font-size: 46px; } }
@media (min-width: 992px) { .display-title { font-size: 52px; } }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 8.4vw, 2.5rem);
  font-weight: 400;
  color: rgba(255,255,255,0.7);
}

@media (min-width: 576px) { .hero-title { font-size: 48px; } }
@media (min-width: 768px) { .hero-title { font-size: 52px; } }
@media (min-width: 992px) { .hero-title { font-size: 46px; } }
@media (min-width: 1200px) { .hero-title { font-size: 72px; } }

.hero-title span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 360px) {
  .hero-title span { white-space: nowrap; }
}

.aurora {
  background:
    radial-gradient(ellipse 70% 55% at 78% -10%, rgba(209, 47, 150, 0.46), transparent 58%),
    radial-gradient(ellipse 55% 50% at 92% 18%, rgba(58, 190, 249, 0.36), transparent 55%),
    radial-gradient(ellipse 40% 35% at 62% 8%, rgba(122, 78, 168, 0.28), transparent 60%),
    linear-gradient(180deg, #070708 0%, #0c0c0d 62%, #101012 100%);
}

.has-mark {
  position: relative;
  overflow: hidden;
}

.has-mark > :not(.mark-overlay):not(.cta-mark) {
  position: relative;
  z-index: 1;
}

.mark-overlay,
.cta-mark {
  position: absolute;
  left: -20%;
  top: 58%;
  z-index: 0;
  width: min(420px, 46vw);
  max-width: none;
  transform: translateY(-50%) rotate(-8deg);
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}

.mark-overlay.is-hero,
.cta-mark.is-hero {
  left: -8%;
  top: 48%;
  z-index: 1;
  width: min(640px, 58vw);
  opacity: 0.16;
}

@media (min-width: 576px) {
  .mark-overlay,
  .cta-mark {
    left: -12%;
    width: min(480px, 34vw);
  }

  .mark-overlay.is-hero,
  .cta-mark.is-hero {
    left: -4%;
    width: min(720px, 48vw);
  }
}

@media (min-width: 992px) {
  .mark-overlay,
  .cta-mark { left: -8%; }

  .mark-overlay.is-hero,
  .cta-mark.is-hero { left: 0; }
}

.logo-rule {
  height: 1px;
  width: 3.5rem;
  background: linear-gradient(90deg, #d12f96, #7a4ea8, #3abef9);
}

.aurora-panel {
  background:
    radial-gradient(ellipse 90% 70% at 108% -10%, rgba(209, 47, 150, 0.34), transparent 58%),
    radial-gradient(ellipse 70% 55% at -8% 110%, rgba(58, 190, 249, 0.22), transparent 52%),
    radial-gradient(ellipse 50% 45% at 80% 85%, rgba(122, 78, 168, 0.24), transparent 58%),
    #0c0c0d;
}

.list-verified-icon {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 0.15em;
  color: var(--paper);
  line-height: 0;
}

.aurora-panel .list-verified-icon {
  color: #f4f1ea;
  filter: drop-shadow(0 0 10px rgba(58, 190, 249, 0.45));
}

.arc-ring {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 120%, transparent 42%, rgba(255, 255, 255, 0.04) 43%, transparent 44%),
    radial-gradient(circle at 110% -20%, transparent 48%, rgba(255, 255, 255, 0.03) 49%, transparent 50%);
}

.hero-arcs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  .hero-arcs {
    height: 78vh;
    min-height: 32rem;
  }
}

.hero-copy {
  max-width: 44ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}

@media (min-width: 576px) { .hero-copy { font-size: 18px; } }
@media (min-width: 768px) { .hero-copy { font-size: 20px; line-height: 1.6; } }

.hero-media {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.hero-media video,
.hero-media img {
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: none;
  object-fit: cover;
  border-radius: var(--radius-card);
  border: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 576px) {
  .hero-media { max-width: 350px; }
  .hero-media video,
  .hero-media img {
    aspect-ratio: 5 / 6;
    max-height: 525px;
    border-radius: var(--radius-card-lg);
  }
}

@media (min-width: 992px) {
  .hero-media {
    max-width: 325px;
    margin-inline: 0 0;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .hero-media { max-width: 400px; }
  .hero-media video,
  .hero-media img { max-height: 575px; }
}

.hero-shell {
  position: relative;
  z-index: 2;
  padding-top: 5.25rem;
}

@media (min-width: 576px) {
  .hero-shell {
    padding-top: 7rem;
  }
}

@media (min-width: 1200px) {
  .hero-shell {
    padding-top: 8rem;
  }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  padding: 0.25rem 0 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 359px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-pa {
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0 1rem;
  }
}

@media (min-width: 1200px) {
  .hero-grid {
    min-height: calc(75svh - 8rem);
    grid-template-columns: 1.15fr 0.85fr;
    padding: 2rem 0 1.5rem;
  }
}

.marquee {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0.9rem 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

@media (min-width: 576px) {
  .marquee {
    padding: 1.25rem 0;
    font-size: 13px;
    letter-spacing: 0.18em;
  }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.marquee-group span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.75rem;
  padding-right: 1.75rem;
  white-space: nowrap;
}

.marquee-dot {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}

@keyframes marquee {
  to { transform: translate3d(-50%, 0, 0); }
}

.site-main {
  position: relative;
}

.breadcrumbs {
  position: relative;
  z-index: 4;
}

.breadcrumbs .container-pa {
  pointer-events: auto;
}

.breadcrumbs ol {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0.75rem;
}

.breadcrumbs.is-start ol {
  justify-content: flex-start;
}

.breadcrumbs li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.375rem;
}

.breadcrumbs a {
  flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}

.breadcrumbs span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs .crumb-sep {
  flex-shrink: 0;
}

.breadcrumbs.is-dark {
  color: rgba(255, 255, 255, 0.45);
}

.breadcrumbs.is-dark a:hover {
  color: #fff;
}

.breadcrumbs.is-dark span[aria-current="page"] {
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumbs.is-dark .crumb-sep {
  color: rgba(255, 255, 255, 0.25);
}

.breadcrumbs.is-light {
  color: var(--mute);
}

.breadcrumbs.is-light a:hover {
  color: var(--ink);
}

.breadcrumbs.is-light span[aria-current="page"] {
  color: rgba(12, 12, 13, 0.7);
}

.breadcrumbs.is-light .crumb-sep {
  color: rgba(12, 12, 13, 0.2);
}

@media (min-width: 576px) {
  .breadcrumbs ol {
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 10px;
    letter-spacing: 0.16em;
  }
}

.site-header {
  pointer-events: none;
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
}

.site-header .container-pa {
  pointer-events: auto;
  padding-top: max(0.75rem, env(safe-area-inset-top));
}

.nav-pill {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 3rem;
  align-items: center;
  border-radius: 999px;
  padding: 0 0.625rem 0 1rem;
  color: var(--paper);
  backdrop-filter: blur(24px);
  transition: background 0.3s, box-shadow 0.3s;
}

.nav-brand { justify-self: start; }
.nav-links { grid-column: 2; }
.nav-actions { grid-column: 3; justify-self: end; }

.nav-pill.is-hero {
  background: rgba(255,255,255,0.16);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.35);
}

.nav-pill.is-solid {
  background: rgba(12,12,13,0.95);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(255,255,255,0.2);
}

@media (min-width: 576px) {
  .nav-pill {
    height: 3.5rem;
    padding: 0 0.75rem 0 1.25rem;
  }
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 15px;
  font-weight: 500;
}

.nav-links a {
  color: var(--paper);
  text-decoration: none;
  padding: 0.5rem 0.15rem;
}

@media (min-width: 1200px) {
  .nav-links { gap: 2rem; }
}

.nav-links a:hover,
.nav-links a.is-active {
  color: #fff;
}

@media (min-width: 992px) {
  .nav-links { display: flex; }
  .nav-contact { display: flex !important; }
  .nav-toggle { display: none !important; }
}

.nav-contact { display: none; }

.nav-toggle {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--paper);
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.25rem;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.nav-toggle span:first-child { transform: translate(-50%, calc(-50% - 4px)); }
.nav-toggle span:last-child { transform: translate(-50%, calc(-50% + 4px)); }
.nav-toggle.is-open span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.nav-toggle.is-open span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.mobile-menu {
  display: none;
  margin-top: 0.5rem;
  max-height: min(80svh, calc(100svh - 5rem));
  overflow-y: auto;
  border-radius: var(--radius-card);
  background: rgba(12,12,13,0.94);
  padding: 1.25rem;
  color: var(--paper);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  backdrop-filter: blur(24px);
}

@media (min-width: 576px) {
  .mobile-menu { border-radius: var(--radius-card-lg); }
}

.mobile-menu.is-open {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mobile-menu a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  padding: 0.65rem 0.35rem;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 17px;
}

.mobile-menu a:last-child {
  border-bottom: 0;
}

img { max-width: 100%; }

.logo-img {
  object-fit: contain;
  object-position: left;
  width: auto;
  max-width: 100%;
}
.logo-img.mx-auto { object-position: center; max-width: min(340px, 80%); height: 3.5rem; }
.logo-wordmark {
  display: block;
  height: 1.5rem;
  max-width: min(220px, 80%);
}
@media (min-width: 576px) {
  .logo-wordmark { height: 1.75rem; max-width: 240px; }
}
@media (min-width: 768px) {
  .logo-wordmark { height: 2rem; max-width: 280px; }
}
.nav-logo { height: 22px; width: auto; max-width: min(200px, 52vw); }
@media (min-width: 576px) { .nav-logo { height: 26px; max-width: 240px; } }
@media (min-width: 768px) { .nav-logo { height: 30px; max-width: 260px; } }

.btn-pa {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.625rem;
  border: 0;
  border-radius: 999px;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-pa-nav {
  gap: 0.5rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}

.btn-pa-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.btn-pa-nav .btn-pa-icon {
  width: 2rem;
  height: 2rem;
}

.btn-pa:hover .btn-pa-icon {
  transform: translate(2px, -2px);
}

.btn-pa-primary {
  background: var(--ink);
  color: var(--paper);
}
.btn-pa-primary .btn-pa-icon { background: var(--paper); color: var(--ink); }

.btn-pa-ghost,
.btn-pa-ondark {
  background: var(--paper);
  color: var(--ink);
}
.btn-pa-ghost .btn-pa-icon,
.btn-pa-ondark .btn-pa-icon { background: var(--ink); color: var(--paper); }
.btn-pa-ondark:hover { background: #fff; color: var(--ink); }

.btn-pa-outline {
  background: transparent;
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}
.btn-pa-outline .btn-pa-icon { background: var(--paper); color: var(--ink); }
.btn-pa-outline:hover { background: rgba(255,255,255,0.1); color: var(--paper); }

.cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.cta-row .btn-pa {
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .cta-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.section-label {
  margin-bottom: 0.75rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-label-center { text-align: center; }
.section-label-start { text-align: left; }
.section-label-dark { color: var(--mute); }
.section-label-light { color: rgba(255,255,255,0.55); }

.surface {
  overflow: hidden;
  border-radius: var(--radius-card);
}

@media (min-width: 576px) {
  .surface { border-radius: var(--radius-card-lg); }
}

.card {
  border: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
}

@media (min-width: 576px) {
  .card { border-radius: var(--radius-card-lg); }
}

.card-lift { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
@media (hover: hover) {
  .card-lift:hover { transform: translateY(-4px); }
}

.work-card {
  position: relative;
  display: flex;
  height: 300px;
  width: min(72vw, 260px);
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-card);
  text-align: left;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 576px) {
  .work-card {
    height: 360px;
    width: 300px;
    border-radius: var(--radius-card-lg);
  }
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--ink), rgba(12,12,13,0.5), rgba(12,12,13,0.1));
}

.work-card-body {
  position: relative;
  margin-top: auto;
  width: 100%;
  padding: 1.25rem 1rem;
}

@media (min-width: 576px) {
  .work-card-body { padding: 1.5rem; }
}

.work-card-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.work-card h3 {
  margin: 0.5rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 5vw, 1.375rem);
  letter-spacing: -0.03em;
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem 1.35rem;
  background: var(--ink-soft);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-card);
}

@media (min-width: 576px) {
  .offer-card {
    padding: 1.85rem 1.75rem;
    border-radius: var(--radius-card-lg);
  }
}

.offer-n {
  margin: 0;
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.offer-title {
  margin: 1.15rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.offer-copy {
  margin: 0.85rem 0 0;
  max-width: 36ch;
  color: rgba(255,255,255,0.62);
}

.offer-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.offer-list li {
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.78);
  font-size: 15px;
}

.offer-list li:last-child {
  padding-bottom: 0;
}

.work-card p {
  margin: 0.5rem 0 0;
  min-height: 2lh;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mark-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
}

.mark-grid-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mark-grid,
  .mark-grid-home {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.logowall-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.logowall-link {
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
  padding-bottom: 0.15rem;
}

@media (min-width: 576px) {
  .logowall-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
}

.mark-tile {
  display: flex;
  height: 88px;
  width: min(70vw, 200px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-card);
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
}

.mark-grid > .mark-tile,
.mark-grid-home > .mark-tile {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 2 / 1;
  min-height: 5.5rem;
  padding: 0.85rem 1rem;
  margin: 0;
}

.mark-grid .mark-tile .font-display {
  font-size: clamp(10px, 2.2vw, 1.25rem);
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.15;
}

.mark-tile.is-featured {
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
}

.mark-logo {
  box-sizing: border-box;
  height: 104px;
  width: 220px;
  gap: 0;
  padding: 0.75rem 1rem;
  background: #fff;
  border-color: rgba(255,255,255,0.18);
}

.mark-grid > .mark-logo,
.mark-grid-home > .mark-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  min-height: 5.5rem;
}

.mark-logo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.mark-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 576px) {
  .mark-tile { height: 100px; width: 220px; border-radius: var(--radius-card-lg); }
  .mark-logo { height: 116px; width: 240px; padding: 0.85rem 1.1rem; }
  .mark-grid > .mark-tile,
  .mark-grid-home > .mark-tile,
  .mark-grid > .mark-logo,
  .mark-grid-home > .mark-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 6rem;
    padding: 0.85rem 1rem;
  }
}

@media (min-width: 768px) {
  .mark-grid > .mark-tile,
  .mark-grid-home > .mark-tile,
  .mark-grid > .mark-logo,
  .mark-grid-home > .mark-logo {
    min-height: 6.5rem;
  }
}

.logo-marquee {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.logo-marquee-row {
  overflow: hidden;
  width: 100%;
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  padding-inline: 0.75rem;
  will-change: transform;
  animation: logo-marquee-left var(--marquee-duration, 32s) linear infinite;
}

.logo-marquee-row.is-reverse .logo-marquee-track {
  animation-name: logo-marquee-right;
}

.logo-marquee-item {
  flex: 0 0 auto;
  width: min(46vw, 200px);
  height: 88px;
  padding: 0.7rem 0.85rem;
}

@media (min-width: 576px) {
  .logo-marquee-item {
    width: 220px;
    height: 104px;
    padding: 0.75rem 1rem;
  }
}

@media (min-width: 768px) {
  .logo-marquee {
    gap: 0.85rem;
  }
  .logo-marquee-item {
    width: 240px;
    height: 116px;
    padding: 0.85rem 1.1rem;
  }
}

@keyframes logo-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes logo-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .logo-marquee-row.is-reverse {
    display: none;
  }
}

.swiper-linear .swiper-wrapper {
  transition-timing-function: linear !important;
}

.pill {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  padding: 0.4rem 0.85rem;
  font-size: 12px;
  color: var(--paper);
}

.begin-item {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.begin-item:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.begin-n {
  flex: 0 0 auto;
  margin-top: 0.2em;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.begin-item h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -0.03em;
}

.begin-action {
  margin-top: auto;
  padding-top: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.faq-item button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.875rem;
  padding: 0.9rem 0;
  background: none;
  border: 0;
  color: var(--paper);
  text-align: left;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.03em;
}

.faq-item button > span:first-child {
  min-width: 0;
  padding-top: 0.2rem;
}

@media (min-width: 576px) {
  .faq-item button {
    min-height: 3.5rem;
    align-items: center;
    font-size: 16px;
    padding: 1rem 0;
  }

  .faq-item button > span:first-child { padding-top: 0; }
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-item .faq-body {
  max-width: 56ch;
  padding-bottom: 1.25rem;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.65);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.faq-item.is-open .faq-body {
  opacity: 1;
  transition-delay: 0.12s;
}

.faq-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.faq-icon::before {
  width: 10px;
  height: 1.5px;
}

.faq-icon::after {
  width: 1.5px;
  height: 10px;
}

.faq-item.is-open .faq-icon {
  background: rgba(255,255,255,0.16);
}

.faq-item.is-open .faq-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.faq-item button:hover .faq-icon {
  transform: scale(1.06);
}

.form-soft {
  background: var(--ink);
  border-radius: var(--radius-card);
  padding: 1.35rem 1.25rem;
}

@media (min-width: 576px) {
  .form-soft {
    border-radius: var(--radius-card-lg);
    padding: 1.75rem 1.75rem 1.6rem;
  }
}

.form-soft label {
  display: block;
  margin-top: 1.15rem;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.form-soft label > input,
.form-soft textarea {
  width: 100%;
  margin-top: 0.55rem;
  border: 0;
  background: rgba(255,255,255,0.08);
  color: var(--paper);
  padding: 0.9rem 1.15rem;
  font-size: 16px;
  line-height: 1.35;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.form-soft label > input { border-radius: 999px; }
.form-soft textarea { border-radius: var(--radius-card); resize: none; padding: 0.95rem 1.15rem; }

.form-soft label > input:focus,
.form-soft textarea:focus,
.form-soft label > input:focus-visible,
.form-soft textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.45);
}

.email-chip {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  min-height: 3.15rem;
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.2s ease;
}

.email-chip input {
  display: block;
  margin: 0;
  width: 100%;
  height: 3.15rem;
  padding: 0 3.35rem 0 1.15rem;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  font-size: 16px;
  line-height: 1.35;
  appearance: none;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.email-chip input:focus,
.email-chip input:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.email-chip:focus-within {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.45);
}

.email-chip input::placeholder {
  color: rgba(255,255,255,0.38);
}

.email-chip button {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .email-chip {
    min-height: 3.35rem;
  }

  .email-chip input {
    height: 3.35rem;
    padding: 0 3.6rem 0 1.2rem;
  }

  .email-chip button {
    right: 0.3rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.cta-intro-copy {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cta-intro-lead {
  max-width: 54ch;
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(255,255,255,0.68);
}

.cta-intro-action {
  margin-top: 1.35rem;
}

.cta-intro-action .btn-pa {
  width: auto;
  max-width: 100%;
}

.cta-intro-notes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin: 1.5rem 0 0;
  max-width: 54ch;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.55);
}

.cta-intro-notes span:not(:last-child)::after {
  content: "·";
  margin: 0 0.7rem;
  color: rgba(255,255,255,0.3);
}

.cta-intro-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.cta-intro-form-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: rgba(255,255,255,0.85);
}

.cta-intro-form-note {
  margin: 1rem 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.45);
}

@media (min-width: 992px) {
  .cta-intro-copy { padding-right: 1.75rem; }
  .cta-intro-lead { margin-top: 1.15rem; }
  .cta-intro-action { margin-top: 1.6rem; }
  .cta-intro-notes { margin-top: 1.75rem; }
  .cta-intro-form { padding: 2.15rem 2rem 1.85rem; }
}

.footer {
  position: relative;
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom);
}

.footer-rule {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, var(--aurora-pink), var(--aurora-violet), var(--aurora-cyan));
  opacity: 0.7;
}

.footer a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.footer a:hover { color: #fff; }

.footer a.btn-pa-ondark,
.footer a.btn-pa-ghost {
  color: var(--ink);
}

.footer a.btn-pa-ondark:hover,
.footer a.btn-pa-ghost:hover {
  color: var(--ink);
}

.footer-mark {
  width: auto;
  height: 2.5rem;
}

.footer-quote {
  max-width: 18ch;
  font-size: 22px;
  line-height: 1.3;
  color: rgba(255,255,255,0.72);
}

.footer-contacts {
  color: rgba(255,255,255,0.72);
}

.footer-contact-email {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: #fff !important;
}

.footer-contact-phone {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.5) !important;
  font-size: 15px;
}

.contact-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.contact-lines a {
  color: inherit;
  text-decoration: none;
}

.contact-lines a:hover {
  color: #fff;
}

.footer-phone {
  color: rgba(255,255,255,0.45) !important;
  font-size: 14px;
}

.footer-main {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.footer-nav {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-nav-primary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
}

.footer-nav-primary a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
}

.footer-meta {
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}

@media (min-width: 576px) {
  .footer-mark {
    height: 2.75rem;
  }
  .footer-quote { font-size: 26px; }
}

@media (min-width: 768px) {
  .footer-main { padding-top: 5rem; }
  .footer-nav { margin-top: 2.5rem; padding-top: 1.25rem; }
  .footer-meta { margin-top: 1.25rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }
}

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

.meter {
  height: 4px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  background: var(--aurora-cyan);
  transform-origin: left;
}

.structure-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

@media (min-width: 576px) {
  .structure-card { padding: 1.5rem; }
}

@media (min-width: 1200px) {
  .structure-card { padding: 1.75rem; }
}

.structure-card-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 0.45rem;
  font-family: var(--font-serif);
  font-style: italic;
  color: rgba(255,255,255,0.7);
}

.structure-card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.structure-card-copy {
  position: relative;
  z-index: 1;
  margin-bottom: 1.15rem;
  color: rgba(255,255,255,0.7);
}

.structure-card-list {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  color: rgba(255,255,255,0.85);
}

.structure-card-list li + li { margin-top: 0.4rem; }

.structure-card-foot {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.structure-card-foot.is-diagram {
  border-top: 0;
  padding-top: 1.5rem;
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
}

.structure-meters {
  display: grid;
  gap: 0.55rem;
}

.funnel-list {
  list-style: none;
  margin: 0.75rem auto 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}

.funnel-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.2);
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.funnel-list.is-armed .funnel-step {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.9);
}

.funnel-icon,
.cycle-icon {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  flex: 0 0 14px;
  display: block;
}

.funnel-list.is-playing .funnel-step {
  animation: funnel-in 0.85s cubic-bezier(0.16, 1, 0.3, 1) var(--funnel-delay, 0.08s) both;
}

@keyframes funnel-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cycle-wrap {
  margin-top: 0.75rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cycle-stage {
  position: relative;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 1;
}

.cycle-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.25);
}

.cycle-arc {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.cycle-wrap.is-armed .cycle-arc {
  stroke-dashoffset: 1;
}

.cycle-wrap.is-playing .cycle-arc {
  animation: cycle-draw 1.15s cubic-bezier(0.16, 1, 0.3, 1) var(--cycle-delay, 0.2s) both;
}

@keyframes cycle-draw {
  to { stroke-dashoffset: 0; }
}

.cycle-caption {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: var(--paper);
}

.cycle-wrap.is-armed .cycle-caption {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

.cycle-wrap.is-playing .cycle-caption {
  animation: copy-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cycle-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cycle-node-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
}

.cycle-node-wrap.is-top { left: 50%; top: 16%; }
.cycle-node-wrap.is-right { left: 84%; top: 50%; }
.cycle-node-wrap.is-bottom { left: 50%; top: 84%; }
.cycle-node-wrap.is-left { left: 16%; top: 50%; }

.cycle-node {
  display: flex;
  width: 62px;
  height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: var(--paper);
  color: var(--ink);
}

.cycle-wrap.is-armed .cycle-node {
  opacity: 0;
  transform: scale(0.55);
}

.cycle-node span {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 500;
}

.cycle-wrap.is-playing .cycle-node {
  animation: cycle-node-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) var(--cycle-delay, 0.35s) both;
}

@keyframes cycle-node-in {
  from {
    opacity: 0;
    transform: scale(0.55);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.structure-card-photo { color: var(--paper); }

.structure-card-photo-media,
.structure-card-photo-shade {
  position: absolute;
  inset: 0;
}

.structure-card-photo-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.structure-card-photo-shade {
  background: linear-gradient(to top, var(--ink), rgba(12,12,13,0.55), rgba(12,12,13,0.2));
}

.kicker-dark { color: var(--mute); }

.approach-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  margin-inline: -4px;
  padding-inline: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.approach-chips::-webkit-scrollbar { display: none; }

@media (min-width: 992px) {
  .approach-chips {
    flex-wrap: wrap;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
  }
}

.approach-chip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  min-height: 2.5rem;
  padding: 0.5rem 0.9rem;
  font-size: 13px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.55);
}

.approach-chip-inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.approach-chip-text.is-on {
  position: absolute;
  inset: 0;
  color: var(--paper);
  clip-path: inset(0 100% 0 0);
}

.approach-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 0;
}

.approach-chip.is-active::before {
  animation: approach-wipe 3s linear forwards;
}

.approach-chip.is-active .approach-chip-text.is-on {
  animation: approach-wipe-text 3s linear forwards;
}

@keyframes approach-wipe {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes approach-wipe-text {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

#approach.bg-stone .approach-chip {
  background: rgba(12,12,13,0.08);
  color: rgba(12,12,13,0.55);
}

#approach.bg-stone .approach-chip.is-active {
  color: var(--ink);
}

.approach-stage {
  position: relative;
  margin-top: 1rem;
}

.approach-panel {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  pointer-events: none;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.approach-panel:not(.is-in) {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
}

.approach-panel.is-in {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.approach-panel.is-out {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

@media (prefers-reduced-motion: reduce) {
  .approach-chip,
  .approach-panel {
    transition: none;
  }

  .approach-chip.is-active::before {
    animation: none;
    transform: scaleX(1);
  }

  .approach-chip.is-active .approach-chip-text.is-on {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
}

.clientele-panel {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}

.clientele-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.clientele-panel-img.is-shown { opacity: 1; }

.clientele-panel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,13,0.85), transparent);
}

.clientele-panel-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.5rem;
  color: var(--paper);
}

@media (min-width: 576px) {
  .clientele-panel-body { padding: 3rem; }
}

.clientele-name {
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  padding: 0.85rem 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 5.5vw, 1.375rem);
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.22);
}

.clientele-name.is-active,
.clientele-name:hover {
  color: var(--paper);
}

.clientele-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.clientele-name.is-active .clientele-progress {
  transform: scaleX(0);
}

[data-clientele-list].is-playing .clientele-name.is-active .clientele-progress {
  animation: clientele-progress 3s linear;
}

[data-clientele-list].is-paused .clientele-name.is-active .clientele-progress {
  animation-play-state: paused;
}

@keyframes clientele-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .clientele-panel-img { transition: none; }
  .clientele-name.is-active .clientele-progress {
    animation: none;
    transform: scaleX(1);
  }
}

@media (min-width: 992px) {
  .clientele-name { font-size: 36px; }
}

.cover-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 22rem;
  overflow: hidden;
  border-radius: var(--radius-card);
}

@media (min-width: 576px) {
  .cover-banner {
    min-height: 18rem;
    border-radius: var(--radius-card-lg);
  }
}

@media (min-width: 768px) {
  .cover-banner { min-height: 20rem; }
}

.cover-banner-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-banner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--ink), rgba(12,12,13,0.7), rgba(12,12,13,0.2));
}

.cover-banner-body {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  color: var(--paper);
}

@media (min-width: 576px) {
  .cover-banner-body { padding: 2.5rem; }
}

@media (min-width: 768px) {
  .cover-banner-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
  }

  .cover-banner-body > div:last-child {
    flex-shrink: 0;
  }
}

.media-band {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
}

@media (min-width: 768px) {
  .media-band { aspect-ratio: 21 / 8; }
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius-card);
}

@media (min-width: 576px) {
  .media-frame { border-radius: var(--radius-card-lg); }
}

.founder-photo img {
  aspect-ratio: 4 / 5;
  max-height: 560px;
  object-position: center 18%;
}

.letter-shell {
  max-width: 800px;
}

.letter-body {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.75;
}

.letter-close {
  margin-top: 2rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: rgba(255,255,255,0.88);
}

.segment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 22.5rem;
  overflow: hidden;
  border-radius: var(--radius-card);
}

@media (min-width: 576px) {
  .segment-card {
    min-height: 26rem;
    border-radius: var(--radius-card-lg);
  }
}

@media (min-width: 992px) {
  .segment-card { min-height: 28rem; }
}

.segment-card-media,
.segment-card-shade {
  position: absolute;
  inset: 0;
}

.segment-card-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.segment-card-shade {
  background: linear-gradient(180deg, rgba(12,12,13,0.12) 0%, rgba(12,12,13,0.28) 38%, rgba(12,12,13,0.94) 100%);
}

.segment-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.2rem 1.3rem;
}

@media (min-width: 576px) {
  .segment-card-body { padding: 1.5rem 1.45rem 1.5rem; }
}

.segment-card-kicker {
  margin: 0 0 0.4rem;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aurora-cyan);
}

.segment-card-title {
  margin: 0;
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.segment-card-rule {
  margin: 0.75rem 0 0.85rem;
}

.segment-card-copy {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 0.95rem;
  line-height: 1.55;
}

.segment-card-work {
  margin: 0.7rem 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.5;
}

.serve-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 576px) {
  .serve-card { flex-direction: row; align-items: stretch; }
}

.serve-card-media {
  display: block;
  width: 100%;
  height: 10.25rem;
  object-fit: cover;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .serve-card-media {
    width: 42%;
    height: auto;
    min-height: 100%;
  }
}

.serve-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.15rem 1.5rem 1.2rem;
}

@media (min-width: 576px) {
  .serve-card-body {
    padding: 1.25rem 1.5rem 1.3rem 2rem;
  }
}

.serve-card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.serve-card-copy {
  margin: 0.5rem 0 0;
  color: rgba(255,255,255,0.7);
  line-height: 1.55;
}

.serve-card-work {
  margin: 0.55rem 0 0;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 1.5;
}

.segment-title {
  font-size: clamp(1.15rem, 4.5vw, 1.5rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.faq-jump-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 9.5rem;
  height: 100%;
  overflow: hidden;
}

.faq-jump-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-jump-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--ink), rgba(12,12,13,0.4), rgba(12,12,13,0.08));
}

.faq-jump-label {
  position: relative;
  z-index: 1;
  padding: 0.85rem 0.9rem 0.95rem;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
}

@media (min-width: 576px) {
  .faq-jump-tile { min-height: 10.5rem; }
  .faq-jump-label {
    padding: 1rem 1.1rem;
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 575.98px) {
  .faq-jump .col-6:last-child:nth-child(odd) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.faq-group {
  scroll-margin-top: 5.75rem;
}

.faq-group-media {
  aspect-ratio: 16 / 10;
}

@media (min-width: 768px) {
  .faq-group { scroll-margin-top: 6.25rem; }
}

@media (min-width: 992px) {
  .faq-group-media { aspect-ratio: 4 / 3; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.menu-open,
body.contact-modal-open { overflow: hidden; }

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom));
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.contact-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 9, 0.72);
  backdrop-filter: blur(10px);
}

.contact-modal-panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  transform: translateY(12px);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-modal.is-open .contact-modal-panel {
  transform: translateY(0);
}

.contact-modal-form {
  padding: 2rem 1.5rem 1.6rem;
}

.contact-modal-lead {
  margin: 0.65rem 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.55);
}

.contact-modal-actions {
  margin-top: 1.5rem;
}

.contact-modal-actions .btn-pa {
  width: 100%;
  justify-content: center;
}

.contact-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--paper);
}

.contact-modal-close span,
.contact-modal-close span::before {
  display: block;
  width: 12px;
  height: 1.5px;
  margin: 0 auto;
  background: currentColor;
}

.contact-modal-close span { transform: rotate(45deg); }
.contact-modal-close span::before {
  content: "";
  transform: rotate(90deg);
}

.contact-modal-close:hover {
  background: rgba(255,255,255,0.16);
}

@media (min-width: 576px) {
  .contact-modal-form {
    padding: 2.25rem 2rem 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal,
  .contact-modal-panel {
    transition: none;
  }
}

@media (max-width: 767px) {
  input, textarea, select { font-size: 16px !important; }

  .headline-tight,
  .display-title,
  .hero-title {
    overflow-wrap: break-word;
  }
}

@media (max-width: 399px) {
  .footer-quote {
    max-width: none;
    font-size: 20px;
  }

  .footer-nav-primary {
    gap: 0.5rem 1.35rem;
  }

  .mark-overlay.is-hero,
  .cta-mark.is-hero {
    width: min(420px, 70vw);
    opacity: 0.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track,
  .logo-marquee-track,
  .swiper-linear .swiper-wrapper,
  .aos-animate .funnel-step,
  .aos-animate .cycle-arc,
  .aos-animate .cycle-node,
  .aos-animate .cycle-caption,
  .funnel-list.is-playing .funnel-step,
  .cycle-wrap.is-playing .cycle-arc,
  .cycle-wrap.is-playing .cycle-node,
  .cycle-wrap.is-playing .cycle-caption {
    animation: none;
    transition: none !important;
  }
  .funnel-step,
  .cycle-arc,
  .cycle-node,
  .cycle-caption {
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }
  .faq-panel,
  .faq-item .faq-body,
  .faq-icon,
  .faq-icon::before,
  .faq-icon::after {
    transition: none !important;
  }
}
