:root {
  --site-canvas: #090a0a;
  --site-canvas-soft: #101112;
  --site-surface: rgba(20, 21, 21, 0.74);
  --site-paper: #f2f0eb;
  --site-paper-soft: #d4d2cc;
  --site-muted: #a4a8a6;
  --site-line: rgba(243, 241, 236, 0.14);
  --site-copper: #c48768;
  --site-copper-deep: #9f654b;
  --site-steel: #9aadb2;
  --site-lichen: #aab59a;
  --site-display: Manrope, Inter, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --site-body: Inter, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --site-label: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  --paper: #eeeae3;
  --paper-soft: #f5f2ec;
  --paper-deep: #d7cec3;
  --charcoal: #090a0a;
  --charcoal-soft: #131414;
  --peach: #c48768;
  --peach-strong: #9f654b;
  --sage: #aab59a;
  --blue: #9aadb2;
}

html {
  background: var(--site-canvas);
}

body {
  background: var(--site-canvas);
  color: var(--site-paper);
  font-family: var(--site-body);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) {
  --creator-paper: var(--site-paper);
  --creator-muted: rgba(210, 208, 202, 0.72);
  --creator-line: var(--site-line);
  --creator-warm: var(--site-copper);
  --creator-blue: var(--site-steel);
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) :is(h1, h2, h3, strong) {
  font-family: var(--site-display);
  font-synthesis: none;
  letter-spacing: 0 !important;
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) * {
  letter-spacing: 0 !important;
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) :is(p, li, input, textarea, select, button, a) {
  font-family: var(--site-body);
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) :is(h1, h2, h3) {
  overflow-wrap: break-word;
  text-wrap: balance;
}

:is(.site-shell.is-portfolio-inspired, .services-shell, .about-shell) p {
  text-wrap: pretty;
}

/* Shared navigation */
.site-shell.is-portfolio-inspired .glass-nav,
.services-nav {
  border-bottom-color: rgba(243, 241, 236, 0.09) !important;
  background: linear-gradient(180deg, rgba(9, 10, 10, 0.82), rgba(9, 10, 10, 0.28)) !important;
  backdrop-filter: blur(24px) saturate(1.04);
}

.site-shell.is-portfolio-inspired .glass-nav.is-scrolled,
.services-nav.is-scrolled {
  border-bottom-color: rgba(243, 241, 236, 0.14) !important;
  background: rgba(9, 10, 10, 0.9) !important;
}

.site-shell.is-portfolio-inspired .brand-link,
.brand-lockup {
  border-color: rgba(243, 241, 236, 0.17) !important;
  background: rgba(20, 21, 21, 0.7) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 18px 48px rgba(0, 0, 0, 0.22) !important;
}

.site-shell.is-portfolio-inspired .nav-pill,
.nav-pills {
  border-color: rgba(243, 241, 236, 0.15) !important;
  background: rgba(243, 241, 236, 0.055) !important;
}

.site-shell.is-portfolio-inspired .pill-nav-link,
.nav-pills a {
  color: rgba(243, 241, 236, 0.68) !important;
  font-weight: 650 !important;
  letter-spacing: 0;
}

.site-shell.is-portfolio-inspired .pill-nav-link:hover,
.site-shell.is-portfolio-inspired .pill-nav-link.is-active,
.nav-pills a:hover,
.nav-pills a[aria-current="page"] {
  color: var(--site-paper) !important;
  background: rgba(243, 241, 236, 0.11) !important;
}

.site-shell.is-portfolio-inspired .nav-cta,
.nav-action {
  border: 1px solid rgba(243, 241, 236, 0.52) !important;
  background: var(--site-paper) !important;
  color: #111212 !important;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22) !important;
}

/* Home: protect the display type from glyph clipping while keeping the light field intact. */
.site-shell.is-portfolio-inspired {
  background:
    radial-gradient(circle at 82% 2%, rgba(201, 150, 120, 0.065), transparent 31%),
    radial-gradient(circle at 14% 32%, rgba(158, 175, 182, 0.075), transparent 33%),
    linear-gradient(180deg, #090a0a 0%, #0c0e0f 48%, #090a0a 100%);
}

.site-shell.is-portfolio-inspired .texture-field {
  background:
    radial-gradient(circle at 72% 18%, rgba(158, 175, 182, 0.055), transparent 34%),
    repeating-linear-gradient(90deg, rgba(243, 241, 236, 0.02) 0 1px, transparent 1px 128px),
    linear-gradient(180deg, #090a0a 0%, #0c0e0f 48%, #090a0a 100%) !important;
}

.site-shell.is-portfolio-inspired .spotlight-hero {
  min-height: clamp(760px, 96svh, 1020px);
  background:
    radial-gradient(circle at 18% 46%, rgba(158, 175, 182, 0.13), transparent 31%),
    radial-gradient(circle at 76% 34%, rgba(201, 150, 120, 0.085), transparent 35%),
    linear-gradient(180deg, #101213 0%, #090a0b 56%, #090a0a 100%) !important;
}

.site-shell.is-portfolio-inspired .spotlight-layout {
  padding-bottom: clamp(96px, 11vh, 136px);
}

.site-shell.is-portfolio-inspired .spotlight-copy {
  max-width: min(1210px, 90vw);
  overflow: visible;
  padding-bottom: 0.18em;
}

.site-shell.is-portfolio-inspired .hero-kicker {
  border-color: rgba(243, 241, 236, 0.2);
  background: rgba(243, 241, 236, 0.055);
  color: rgba(243, 241, 236, 0.78) !important;
  font-family: var(--site-label);
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  font-weight: 680;
  letter-spacing: 0;
}

.site-shell.is-portfolio-inspired .hero-headline {
  width: min(100%, 1140px);
  overflow: visible !important;
  padding-bottom: 0.12em;
  color: var(--site-paper) !important;
  font-size: clamp(3.8rem, 6.7vw, 7.7rem) !important;
  font-weight: 760 !important;
  line-height: 0.99 !important;
}

.site-shell.is-portfolio-inspired .hero-headline span {
  overflow: visible;
  padding-block: 0.06em 0.12em !important;
  background: linear-gradient(180deg, #faf9f6 0%, #d9dddc 72%, #aebbc0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none;
}

.site-shell.is-portfolio-inspired .hero-headline span:nth-child(2),
.site-shell.is-portfolio-inspired .hero-headline span:nth-child(3) {
  background: linear-gradient(180deg, #efe3d9 0%, #c48768 58%, #9a8476 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  font-weight: 720 !important;
}

.site-shell.is-portfolio-inspired .hero-subtext {
  max-width: 720px;
  color: rgba(243, 241, 236, 0.76) !important;
  font-family: var(--site-body);
  font-size: clamp(1rem, 1.12vw, 1.26rem) !important;
  font-weight: 450;
  line-height: 1.62;
}

/* Home: a quiet reference strip between the interactive hero and the image wall. */
.brand-marquee {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px) 0 22px;
  border-block: 1px solid rgba(243, 241, 236, 0.1);
  background: linear-gradient(180deg, rgba(16, 18, 19, 0.46), rgba(9, 10, 10, 0.18));
  color: var(--site-paper);
  contain: layout paint;
}

.brand-marquee-header,
.brand-marquee-note {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.brand-marquee-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(22px, 2.5vw, 32px);
}

.brand-marquee-header p {
  margin: 0;
  color: rgba(243, 241, 236, 0.72);
  font-family: var(--site-label);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-marquee-header span {
  max-width: 460px;
  color: rgba(243, 241, 236, 0.46);
  font-family: var(--site-body);
  font-size: 0.84rem;
  line-height: 1.45;
  text-align: right;
}

.brand-marquee-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: brand-reference-scroll 34s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.brand-marquee.is-motion-paused .brand-marquee-track {
  animation-play-state: paused;
  will-change: auto;
}

.brand-marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(28px, 3vw, 46px);
  padding-right: clamp(28px, 3vw, 46px);
}

.brand-reference {
  position: relative;
  display: flex;
  flex: 0 0 clamp(164px, 13vw, 190px);
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 58px;
  color: rgba(243, 241, 236, 0.86);
  opacity: 0.48;
  transition: opacity 220ms ease;
}

.brand-reference::after {
  position: absolute;
  top: 50%;
  right: calc(clamp(28px, 3vw, 46px) / -2);
  width: 1px;
  height: 20px;
  background: rgba(243, 241, 236, 0.12);
  content: "";
  transform: translateY(-50%);
}

.brand-reference:hover {
  opacity: 0.86;
}

.brand-reference-logo {
  display: block;
  width: auto;
  max-width: 126px;
  height: 30px;
  object-fit: contain;
  user-select: none;
}

.brand-reference--mono .brand-reference-logo {
  filter: invert(1);
}

.brand-reference-name {
  color: currentColor;
  font-family: var(--site-display);
  font-size: 0.98rem;
  font-weight: 690;
  line-height: 1;
  white-space: nowrap;
}

.brand-reference-logo--symbol {
  width: 26px;
  height: 26px;
}

.brand-reference[aria-label="Nano Banana"] .brand-reference-logo {
  width: 24px;
  height: 24px;
}

.brand-marquee-note {
  margin-top: 15px;
  color: rgba(243, 241, 236, 0.3);
  font-family: var(--site-body);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
}

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

.creator-showcase,
.site-shell.is-portfolio-inspired .service-scene,
.site-shell.is-portfolio-inspired .process-scene,
.site-shell.is-portfolio-inspired .site-closing {
  background-color: var(--site-canvas) !important;
}

.creator-showcase-label,
.site-shell.is-portfolio-inspired .service-scene .sticky-copy > p,
.site-shell.is-portfolio-inspired .process-header p,
.site-shell.is-portfolio-inspired .service-category,
.site-shell.is-portfolio-inspired .service-detail-panel span {
  color: rgba(243, 241, 236, 0.58) !important;
  font-family: var(--site-label) !important;
  font-size: clamp(0.76rem, 0.82vw, 0.88rem) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.creator-tile strong {
  color: var(--site-paper) !important;
  font-size: clamp(1.4rem, 2vw, 2.28rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
}

.site-shell.is-portfolio-inspired .service-scene .sticky-copy h2 {
  max-width: 820px;
  background: none !important;
  color: var(--site-paper) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(3rem, 5.7vw, 6.35rem) !important;
  font-weight: 720 !important;
  line-height: 1.04 !important;
  text-transform: none !important;
}

.site-shell.is-portfolio-inspired .service-scene .sticky-copy h2::after {
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--site-copper), var(--site-lichen));
  content: "";
}

.site-shell.is-portfolio-inspired .creator-section-note {
  max-width: 660px;
  color: rgba(243, 241, 236, 0.66) !important;
  font-family: var(--site-body) !important;
  font-size: clamp(1rem, 1.08vw, 1.16rem) !important;
  font-weight: 420 !important;
  line-height: 1.66 !important;
}

.site-shell.is-portfolio-inspired .service-card h3,
.site-shell.is-portfolio-inspired .process-step h3,
.site-shell.is-portfolio-inspired .proof-flow-title {
  color: var(--site-paper) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.site-shell.is-portfolio-inspired .service-card p,
.site-shell.is-portfolio-inspired .service-detail-panel strong,
.site-shell.is-portfolio-inspired .process-step p {
  color: rgba(243, 241, 236, 0.68) !important;
  font-weight: 430 !important;
  line-height: 1.58 !important;
}

.site-shell.is-portfolio-inspired .process-header h2 {
  color: var(--site-paper) !important;
  font-size: clamp(2.65rem, 4vw, 4.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

.site-shell.is-portfolio-inspired .site-closing p {
  color: rgba(243, 241, 236, 0.84) !important;
  font-size: clamp(1.3rem, 1.8vw, 2.15rem) !important;
  font-weight: 620 !important;
  line-height: 1.18 !important;
}

/* Service */
.services-shell {
  color: var(--site-paper);
}

.hero-copy h1 {
  max-width: 980px;
  font-size: clamp(4.25rem, 7.1vw, 7rem);
  font-weight: 750;
  line-height: 1 !important;
}

.hero-copy h1 span {
  padding-block: 0.03em 0.08em;
}

.hero-copy h1 span:last-child {
  background: linear-gradient(100deg, #f2f0eb 0%, #c8d0ce 54%, #c48768 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-global-bg {
  background-color: #080909;
}

.service-scroll-video {
  filter: none;
}

.service-global-bg::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.68), rgba(5, 6, 6, 0.16) 48%, rgba(5, 6, 6, 0.56)),
    linear-gradient(180deg, rgba(5, 6, 6, 0.28), rgba(5, 6, 6, 0.04) 44%, rgba(5, 6, 6, 0.72)),
    radial-gradient(circle at 53% 49%, rgba(196, 135, 104, 0.14), transparent 28%);
}

.service-global-bg .traffic-flow {
  --traffic-flow-base-opacity: 0.25;
  transform: translate3d(0, calc(var(--service-video-progress, 0) * -1.2vh), 0)
    scale(calc(1.01 + var(--service-video-progress, 0) * 0.025));
}

.service-carousel {
  height: 260svh;
  background:
    linear-gradient(90deg, rgba(242, 240, 235, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(242, 240, 235, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 76% 24%, rgba(196, 135, 104, 0.11), transparent 25%),
    linear-gradient(180deg, rgba(8, 9, 9, 0.18), rgba(8, 9, 9, 0.38)) !important;
  background-size: 160px 160px, 160px 160px, auto, auto !important;
}

.visual-card {
  border: 1px solid rgba(242, 240, 235, 0.13);
  background: linear-gradient(155deg, rgba(17, 18, 18, 0.86), rgba(8, 9, 9, 0.68));
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.26);
  backdrop-filter: none;
}

.visual-caption span,
.slide-label,
.compare-card > span {
  font-family: var(--site-label);
}

.slide-label {
  background: linear-gradient(105deg, rgba(159, 101, 75, 0.94), rgba(154, 173, 178, 0.82));
}

.hero-lede,
.intro-copy p,
.copy-panel p:not(.eyebrow),
.compare-card p {
  color: rgba(243, 241, 236, 0.72) !important;
  font-weight: 430;
}

.hero-lede {
  font-size: clamp(1.03rem, 1.13vw, 1.24rem);
  line-height: 1.62;
}

.eyebrow,
.slide-label,
.compare-label,
.services-footer > p {
  color: rgba(243, 241, 236, 0.6) !important;
  font-family: var(--site-label);
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  font-weight: 650;
  letter-spacing: 0;
}

.intro-copy h2,
.copy-panel h2,
.before-after h2,
.services-footer h2 {
  color: var(--site-paper) !important;
  font-weight: 720 !important;
  line-height: 1.06 !important;
}

.intro-copy h2 {
  font-size: clamp(2.7rem, 4.55vw, 5.25rem);
}

.copy-panel h2 {
  font-size: clamp(2.45rem, 4.3vw, 4.9rem);
}

.compare-card {
  border-color: rgba(243, 241, 236, 0.13) !important;
}

.compare-card h3 {
  font-weight: 700;
  line-height: 1.08;
}

/* About */
:root {
  --about-paper: var(--site-paper);
  --about-paper-soft: rgba(243, 241, 236, 0.72);
  --about-line: rgba(243, 241, 236, 0.14);
  --about-peach: var(--site-copper);
  --about-ink: #111212;
}

.about-shell {
  color: var(--site-paper);
  background:
    linear-gradient(180deg, rgba(9, 10, 10, 0.56), rgba(9, 10, 10, 0.82) 52%, #090a0a),
    radial-gradient(circle at 76% 18%, rgba(201, 150, 120, 0.095), transparent 31%),
    #090a0a;
}

.about-copy h1 {
  max-width: 880px;
  overflow: visible;
  padding-bottom: 0.08em;
  font-size: clamp(4rem, 7.4vw, 8.2rem);
  font-weight: 750;
  line-height: 0.99;
}

.about-copy h1 {
  background: linear-gradient(105deg, #f2f0eb 0%, #d6dad7 62%, #c48768 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-copy p:not(.about-eyebrow) {
  max-width: 680px;
  color: rgba(243, 241, 236, 0.74);
  font-size: clamp(1.03rem, 1.13vw, 1.28rem);
  font-weight: 430;
  line-height: 1.62;
}

.about-eyebrow,
.about-intent span,
.form-panel-head span,
.message-form label {
  color: rgba(243, 241, 236, 0.6);
  font-family: var(--site-label);
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  font-weight: 650;
  letter-spacing: 0;
}

.about-intent {
  border-color: rgba(243, 241, 236, 0.14);
  background: rgba(17, 18, 18, 0.64);
}

.about-intent strong {
  color: var(--site-paper);
  font-size: clamp(1.4rem, 1.9vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
}

.about-intent p,
.capability-card p,
.about-belief p,
.contact-copy p {
  color: rgba(243, 241, 236, 0.68);
  font-weight: 430;
  line-height: 1.6;
}

.section-heading h2,
.about-belief h2,
.contact-copy h2 {
  color: var(--site-paper);
  font-size: clamp(2.55rem, 4.15vw, 5rem);
  font-weight: 720;
  line-height: 1.07;
}

.capability-card h3 {
  color: var(--site-paper);
  font-weight: 700;
  line-height: 1.1;
}

.capability-card {
  border-color: rgba(242, 240, 235, 0.13) !important;
}

.capability-card::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 9, 0.02) 24%, rgba(8, 9, 9, 0.92) 100%),
    var(--capability-image) center / cover no-repeat !important;
}

.message-panel {
  background: rgba(247, 244, 238, 0.97);
  color: #141515;
}

.message-panel :is(input, textarea, select) {
  color: #171818;
}

@media (max-width: 980px) {
  .site-shell.is-portfolio-inspired .hero-headline {
    font-size: clamp(3.65rem, 7.2vw, 5.5rem) !important;
  }

  .hero-copy h1 {
    font-size: clamp(3.8rem, 8.2vw, 5.2rem);
  }
}

@media (max-width: 760px) {
  .site-shell.is-portfolio-inspired .spotlight-hero {
    min-height: max(780px, 100svh);
  }

  .site-shell.is-portfolio-inspired .spotlight-layout {
    padding: 192px 20px 76px;
  }

  .site-shell.is-portfolio-inspired .spotlight-copy {
    max-width: 100%;
    padding-bottom: 0.28em;
  }

  .site-shell.is-portfolio-inspired .hero-headline {
    width: 100%;
    padding-bottom: 0.16em;
    font-size: clamp(3rem, 14.2vw, 4.25rem) !important;
    line-height: 1.02 !important;
  }

  .site-shell.is-portfolio-inspired .hero-headline span {
    padding-block: 0.07em 0.14em !important;
  }

  .site-shell.is-portfolio-inspired .hero-subtext {
    max-width: 34rem;
    font-size: 0.98rem !important;
    line-height: 1.58;
  }

  .brand-marquee {
    padding-top: 24px;
  }

  .brand-marquee-header,
  .brand-marquee-note {
    width: calc(100% - 40px);
  }

  .brand-marquee-header {
    margin-bottom: 18px;
  }

  .brand-marquee-header span {
    display: none;
  }

  .brand-marquee-viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
  }

  .brand-marquee-track {
    animation-duration: 25s;
  }

  .brand-marquee-group {
    gap: 24px;
    padding-right: 24px;
  }

  .brand-reference {
    flex-basis: 132px;
    height: 50px;
  }

  .brand-reference::after {
    right: -12px;
    height: 18px;
  }

  .brand-reference-logo {
    max-width: 96px;
    height: 25px;
  }

  .brand-reference-name {
    font-size: 0.9rem;
  }

  .brand-reference-logo--symbol {
    width: 22px;
    height: 22px;
  }

  .brand-marquee-note {
    margin-top: 12px;
    font-size: 0.62rem;
    text-align: left;
  }

  .creator-showcase-label,
  .site-shell.is-portfolio-inspired .service-scene .sticky-copy > p,
  .site-shell.is-portfolio-inspired .process-header p,
  .site-shell.is-portfolio-inspired .service-category,
  .site-shell.is-portfolio-inspired .service-detail-panel span,
  .about-eyebrow,
  .about-intent span,
  .eyebrow {
    font-size: 0.76rem !important;
  }

  .site-shell.is-portfolio-inspired .service-scene .sticky-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
    line-height: 1.06 !important;
  }

  .site-shell.is-portfolio-inspired .process-header h2,
  .section-heading h2,
  .about-belief h2,
  .contact-copy h2 {
    font-size: clamp(2.35rem, 11.4vw, 3.6rem) !important;
    line-height: 1.08 !important;
  }

  .hero-copy h1 {
    max-width: 350px;
    padding-bottom: 0.08em;
    font-size: clamp(2.7rem, 12.6vw, 3.3rem);
    line-height: 1.02 !important;
  }

  .hero-copy h1 span {
    padding-block: 0.035em 0.09em;
  }

  .about-copy h1 {
    max-width: 360px;
    padding-bottom: 0.11em;
    font-size: clamp(3.15rem, 14.8vw, 4.6rem);
    line-height: 1.02;
  }

  .about-copy p:not(.about-eyebrow),
  .hero-lede,
  .intro-copy p {
    font-size: 0.98rem;
    line-height: 1.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee-viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }

  .brand-marquee-viewport::-webkit-scrollbar {
    display: none;
  }

  .brand-marquee-track {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .brand-marquee-group[aria-hidden="true"] {
    display: none;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .site-shell.is-portfolio-inspired .spotlight-layout {
    padding-top: 142px;
    padding-bottom: 104px;
  }

  .site-shell.is-portfolio-inspired .hero-headline {
    font-size: clamp(3.6rem, 7vw, 5.25rem) !important;
    line-height: 1 !important;
  }

  .site-shell.is-portfolio-inspired .hero-subtext {
    margin-top: 18px;
  }

  .hero-inner {
    padding-top: 154px;
    padding-bottom: 92px;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 7vw, 5.5rem);
    line-height: 1 !important;
  }
}

@media (max-width: 640px) {
  .service-carousel {
    height: 330svh;
    background:
      linear-gradient(90deg, rgba(242, 240, 235, 0.016) 1px, transparent 1px),
      linear-gradient(rgba(242, 240, 235, 0.014) 1px, transparent 1px),
      linear-gradient(180deg, rgba(8, 9, 9, 0.04), rgba(8, 9, 9, 0.18)) !important;
    background-size: 96px 96px, 96px 96px, auto !important;
  }

  .service-global-bg .traffic-flow {
    --traffic-flow-base-opacity: 0.28;
  }

  .service-scroll-video {
    filter: none;
  }

  .carousel-content {
    min-height: calc(100svh - var(--nav-h) - 24px);
  }

  .visual-stage {
    top: 4px;
    right: 16px;
    left: 16px;
    height: min(36svh, 292px);
    border-color: rgba(242, 240, 235, 0.11);
    background: rgba(8, 9, 9, 0.06);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.12);
  }

  .visual-card {
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .carousel-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .carousel-copy::before {
    inset: -26px -12px -14px;
    background: linear-gradient(180deg, transparent, rgba(7, 8, 8, 0.48) 34%, rgba(7, 8, 8, 0.72));
  }

  .copy-stack {
    min-height: 224px;
  }

  .copy-panel h2 {
    max-width: 335px;
    font-size: clamp(1.62rem, 7.6vw, 2.04rem);
    line-height: 1.06 !important;
  }

  .copy-panel p:not(.eyebrow) {
    max-width: 342px;
    margin-top: 10px;
    color: rgba(242, 240, 235, 0.76) !important;
    font-size: 0.86rem;
    line-height: 1.44;
  }

  .hero-copy h1 span:last-child {
    background: linear-gradient(100deg, #f2f0eb 0%, #c8d0ce 66%, #c48768 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about-copy h1 {
    max-width: 370px;
    font-size: clamp(2.9rem, 13.9vw, 4.25rem);
  }
}
