: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: 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% - 32px));
  margin-inline: auto;
}

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

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

@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: 380px;
  border-radius: 22px;
}

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

@media (min-width: 576px) {
  .media-hero,
  .media-hero-inner { min-height: 440px; }
  .media-hero { border-radius: 28px; }
  .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: 7rem;
  padding-bottom: 3rem;
}

@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: 40px;
  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;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
}

.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;
}

.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 18% 120%, transparent 58%, rgba(255, 255, 255, 0.035) 59%, transparent 60%),
    radial-gradient(circle at 110% -20%, transparent 48%, rgba(255, 255, 255, 0.03) 49%, transparent 50%);
}

.hero-arcs {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.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 {
  max-width: 300px;
  margin-inline: auto;
}

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

@media (min-width: 576px) {
  .hero-media { max-width: 350px; }
  .hero-media video,
  .hero-media img { border-radius: 32px; }
}

@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: 6rem;
}

@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: 2rem;
  padding: 0.5rem 0 1.5rem;
}

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    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);
}

.breadcrumbs .crumb-current {
  text-transform: none;
  letter-spacing: -0.02em;
}

@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: 1rem;
  font-size: 15px;
  font-weight: 500;
}

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

.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 {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin: 0.35rem auto;
  background: #fff;
  transition: transform 0.2s;
}

.nav-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  display: none;
  margin-top: 0.5rem;
  max-height: min(80svh, calc(100svh - 5rem));
  overflow-y: auto;
  border-radius: 24px;
  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);
}

.mobile-menu.is-open { display: block; }

.mobile-menu a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  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;
  color: var(--silver);
}

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: 13px; width: auto; max-width: min(168px, 46vw); }
@media (min-width: 576px) { .nav-logo { height: 15px; max-width: 200px; } }
@media (min-width: 768px) { .nav-logo { height: 17px; max-width: 220px; } }

.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-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); }

.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); }

.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: 320px;
  width: 260px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  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: 28px;
  }
}

.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: 22px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.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-tile {
  display: flex;
  height: 88px;
  width: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
}

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

.mark-logo {
  height: 104px;
  width: 220px;
  gap: 0;
}

@media (min-width: 576px) {
  .mark-tile { height: 100px; width: 220px; border-radius: 22px; }
  .mark-logo { height: 116px; width: 240px; }
}

.logo-marquee {
  overflow: hidden;
  -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);
}

.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);
}

.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.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  background: none;
  border: 0;
  color: var(--paper);
  text-align: left;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: -0.03em;
}

.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.25rem;
}

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

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

.form-soft input,
.form-soft textarea {
  width: 100%;
  margin-top: 0.5rem;
  border: 0;
  background: rgba(255,255,255,0.08);
  color: var(--paper);
  padding: 0.75rem 1rem;
  font-size: 16px;
}

.form-soft input { border-radius: 999px; }
.form-soft textarea { border-radius: 22px; resize: none; }

.email-chip {
  display: flex;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
}

.email-chip input {
  margin: 0;
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--paper);
}

.email-chip button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
}

.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-name {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.footer-role {
  color: rgba(255,255,255,0.55);
}

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

.footer-phone:hover { color: #fff !important; }

.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.25rem 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; }
  .footer-name { font-size: 28px; }
}

@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;
}

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

.approach-chip {
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 13px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.55);
}

.approach-chip.is-active {
  background: var(--paper);
  color: var(--ink);
}

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

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

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

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

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

.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 { overflow: hidden; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track,
  .swiper-linear .swiper-wrapper {
    animation: none;
    transition: none !important;
  }
  .faq-panel,
  .faq-item .faq-body,
  .faq-icon,
  .faq-icon::before,
  .faq-icon::after {
    transition: none !important;
  }
}
