/* ASP language layer. The Newtype layout and motion system remain unchanged. */
[app-header] header .inner-wrap > a.logo,
.dark [app-header] header .inner-wrap > a.logo {
  background-image: url("/asp-brand.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 7.25rem;
  width: 7.25rem;
}

.dark [app-header] header .inner-wrap > a.logo {
  background-image: url("/asp-brand-white.svg");
}

[app-header] a.search,
[app-header] a.menu,
[app-header] a.close {
  cursor: pointer;
}

/* ITDDAA-style convergence and chromatic-slice opening, with AISP text. */
.asp-does-intro {
  --intro-unit: calc(100vw / 1920);
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  color: #fff;
  pointer-events: all;
}
.asp-intro-active,
.asp-intro-active body { overflow: hidden !important; }
.asp-does-intro__wordmark {
  position: relative;
  width: min(84vw, clamp(280px, 35vw, 600px));
  aspect-ratio: 608 / 88;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.045em;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transform: translateY(calc(40 * var(--intro-unit)));
}
.asp-intro-image { position: absolute; inset: 0; }
.asp-intro-image--center { z-index: 3; opacity: .8; filter: blur(calc(4 * var(--intro-unit))); }
.asp-intro-image--left { transform: translateX(calc(-56.6 * var(--intro-unit))); opacity: .2; filter: blur(calc(10 * var(--intro-unit))); }
.asp-intro-image--right { transform: translateX(calc(56.6 * var(--intro-unit))); opacity: .2; filter: blur(calc(12 * var(--intro-unit))); }
@media (max-width: 1024px) { .asp-does-intro { --intro-unit: calc(100vw / 1024); } }
@media (max-width: 820px) { .asp-does-intro { --intro-unit: calc(100vw / 820); } }
.asp-intro-channel { display: block; position: absolute; inset: 0; }
.asp-intro-channel svg { display: block; width: 100%; height: 100%; overflow: visible; }
.asp-intro-channel text { fill: currentColor; stroke: currentColor; stroke-width: .5px; letter-spacing: 0; }
.asp-intro-channel--red,
.asp-intro-channel--blue { position: absolute; inset: 0; opacity: 0; }
.asp-intro-channel--red { color: #ff00f8; }
.asp-intro-channel--blue { color: #00d5ff; }
.asp-does-intro.is-running .asp-does-intro__wordmark {
  animation: asp-intro-arrive 1s cubic-bezier(.25,1,.5,1) forwards;
}
.asp-does-intro.is-running .asp-intro-image {
  animation: asp-intro-converge 1.8s cubic-bezier(.25,1,.5,1) forwards;
}
.asp-does-intro.is-glitching .asp-intro-channel--red,
.asp-does-intro.is-glitching .asp-intro-channel--blue { opacity: 1; mix-blend-mode: difference; }
.asp-does-intro.is-glitching .asp-intro-channel--red {
  animation: asp-intro-glitch-red 3.7s infinite linear alternate-reverse;
}
.asp-does-intro.is-glitching .asp-intro-channel--blue {
  animation: asp-intro-glitch-blue 4.9s infinite linear alternate-reverse;
}
.asp-does-intro.is-glitching .asp-intro-image--center .asp-intro-channel--white {
  animation: asp-intro-glitch-white 5.8s infinite linear;
}
.asp-does-intro.is-leaving { animation: asp-intro-fade .4s ease forwards; }
.asp-does-intro.is-reduced .asp-does-intro__wordmark { opacity: 1; transform: none; }
.asp-does-intro.is-reduced .asp-intro-image--center { opacity: 1; filter: none; }
.asp-does-intro.is-reduced .asp-intro-image--left,
.asp-does-intro.is-reduced .asp-intro-image--right { display: none; }
@keyframes asp-intro-arrive { to { opacity: 1; transform: translateY(0); } }
@keyframes asp-intro-converge { to { opacity: 1; transform: translateX(0); filter: blur(0); } }
@keyframes asp-intro-fade { to { opacity: 0; } }
@keyframes asp-intro-glitch-red {
0% { clip-path: inset(5% 0 60% 0); transform: translate(-1px,0); }
0.8% { clip-path: inset(55% 0 18% 0); transform: translate( 2px,0); }
1.6% { clip-path: inset(55% 0 18% 0); transform: translate(-2px,0); }
2.4% { clip-path: inset(15% 0 55% 0); transform: translate( 2px,0); }
5.1% { clip-path: inset(68% 0 8% 0); transform: translate(-1px,0); }
6.3% { clip-path: inset(3% 0 65% 0); transform: translate( 2px,0); }
6.4% { clip-path: inset(3% 0 65% 0); transform: translate(-2px,0); }
6.5% { clip-path: inset(3% 0 65% 0); transform: translate( 2px,0); }
9.7% { clip-path: inset(42% 0 30% 0); transform: translate(-1px,0); }
13.2% { clip-path: inset(10% 0 62% 0); transform: translate( 2px,0); }
17.8% { clip-path: inset(60% 0 12% 0); transform: translate(-2px,0); }
18.6% { clip-path: inset(60% 0 12% 0); transform: translate( 2px,0); }
18.7% { clip-path: inset(60% 0 12% 0); transform: translate(-2px,0); }
22.3% { clip-path: inset(22% 0 50% 0); transform: translate( 1px,0); }
27.4% { clip-path: inset(6% 0 68% 0); transform: translate(-2px,0); }
31.9% { clip-path: inset(50% 0 20% 0); transform: translate( 2px,0); }
35.5% { clip-path: inset(14% 0 58% 0); transform: translate(-1px,0); }
38.1% { clip-path: inset(72% 0 5% 0); transform: translate( 2px,0); }
38.9% { clip-path: inset(72% 0 5% 0); transform: translate(-2px,0); }
39.2% { clip-path: inset(30% 0 42% 0); transform: translate( 2px,0); }
44.6% { clip-path: inset(7% 0 66% 0); transform: translate(-2px,0); }
49.3% { clip-path: inset(58% 0 16% 0); transform: translate( 1px,0); }
53.7% { clip-path: inset(18% 0 55% 0); transform: translate(-2px,0); }
57.2% { clip-path: inset(65% 0 9% 0); transform: translate( 2px,0); }
57.3% { clip-path: inset(65% 0 9% 0); transform: translate(-2px,0); }
57.4% { clip-path: inset(65% 0 9% 0); transform: translate( 1px,0); }
61.8% { clip-path: inset(8% 0 64% 0); transform: translate(-1px,0); }
66.4% { clip-path: inset(38% 0 35% 0); transform: translate( 2px,0); }
71.1% { clip-path: inset(4% 0 70% 0); transform: translate(-2px,0); }
75.6% { clip-path: inset(62% 0 12% 0); transform: translate( 1px,0); }
80.3% { clip-path: inset(25% 0 48% 0); transform: translate(-2px,0); }
80.4% { clip-path: inset(75% 0 5% 0); transform: translate( 2px,0); }
80.5% { clip-path: inset(25% 0 48% 0); transform: translate(-2px,0); }
85.9% { clip-path: inset(12% 0 60% 0); transform: translate( 2px,0); }
91.4% { clip-path: inset(48% 0 24% 0); transform: translate(-1px,0); }
96.2% { clip-path: inset(33% 0 40% 0); transform: translate( 2px,0); }
100% { clip-path: inset(20% 0 52% 0); transform: translate(-1px,0); }
}

@keyframes asp-intro-glitch-blue {
0% { clip-path: inset(40% 0 28% 0); transform: translate( 2px,0); }
1.3% { clip-path: inset(7% 0 65% 0); transform: translate(-2px,0); }
2.1% { clip-path: inset(7% 0 65% 0); transform: translate( 2px,0); }
2.2% { clip-path: inset(7% 0 65% 0); transform: translate(-2px,0); }
5.8% { clip-path: inset(62% 0 10% 0); transform: translate( 1px,0); }
10.4% { clip-path: inset(20% 0 52% 0); transform: translate(-2px,0); }
15.7% { clip-path: inset(4% 0 70% 0); transform: translate( 2px,0); }
19.3% { clip-path: inset(52% 0 20% 0); transform: translate(-1px,0); }
19.4% { clip-path: inset(52% 0 20% 0); transform: translate( 2px,0); }
19.5% { clip-path: inset(52% 0 20% 0); transform: translate(-1px,0); }
24.6% { clip-path: inset(28% 0 44% 0); transform: translate( 2px,0); }
29.8% { clip-path: inset(9% 0 64% 0); transform: translate(-2px,0); }
33.4% { clip-path: inset(70% 0 8% 0); transform: translate( 1px,0); }
37.9% { clip-path: inset(22% 0 50% 0); transform: translate(-2px,0); }
42.3% { clip-path: inset(5% 0 68% 0); transform: translate( 2px,0); }
46.7% { clip-path: inset(55% 0 16% 0); transform: translate(-1px,0); }
50.1% { clip-path: inset(15% 0 58% 0); transform: translate( 2px,0); }
54.6% { clip-path: inset(35% 0 38% 0); transform: translate(-2px,0); }
54.7% { clip-path: inset(80% 0 5% 0); transform: translate( 2px,0); }
54.8% { clip-path: inset(35% 0 38% 0); transform: translate(-1px,0); }
59.2% { clip-path: inset(3% 0 72% 0); transform: translate( 1px,0); }
63.8% { clip-path: inset(48% 0 24% 0); transform: translate(-2px,0); }
68.5% { clip-path: inset(11% 0 62% 0); transform: translate( 2px,0); }
73.1% { clip-path: inset(66% 0 9% 0); transform: translate(-1px,0); }
77.4% { clip-path: inset(26% 0 46% 0); transform: translate( 2px,0); }
77.5% { clip-path: inset(26% 0 46% 0); transform: translate(-2px,0); }
77.6% { clip-path: inset(26% 0 46% 0); transform: translate( 2px,0); }
82.9% { clip-path: inset(8% 0 68% 0); transform: translate(-2px,0); }
87.3% { clip-path: inset(58% 0 18% 0); transform: translate( 1px,0); }
92.6% { clip-path: inset(18% 0 56% 0); transform: translate(-2px,0); }
97.1% { clip-path: inset(42% 0 32% 0); transform: translate( 2px,0); }
100% { clip-path: inset(64% 0 14% 0); transform: translate(-2px,0); }
}

@keyframes asp-intro-glitch-white {
0% { transform: translate(0,0); clip-path: none; }
8.2% { transform: translate(0,0); clip-path: none; }
8.5% { transform: translate(-2px,0); clip-path: inset(18% 0 52% 0); }
8.8% { transform: translate( 2px,0); clip-path: inset(64% 0 14% 0); }
8.9% { transform: translate(-1px,0); clip-path: inset(40% 0 30% 0); }
9.1% { transform: translate(0,0); clip-path: none; }
17.4% { transform: translate(0,0); clip-path: none; }
17.7% { transform: translate( 2px,0); clip-path: inset(40% 0 35% 0); }
18.0% { transform: translate(-2px,0); clip-path: inset(8% 0 70% 0); }
18.1% { transform: translate(0,0); clip-path: none; }
31.3% { transform: translate(0,0); clip-path: none; }
31.6% { transform: translate(-1px,0); clip-path: inset(60% 0 22% 0); }
31.7% { transform: translate( 2px,0); clip-path: inset(12% 0 65% 0); }
31.8% { transform: translate(-2px,0); clip-path: inset(45% 0 28% 0); }
32.0% { transform: translate(0,0); clip-path: none; }
44.6% { transform: translate(0,0); clip-path: none; }
44.9% { transform: translate( 2px,0); clip-path: inset(30% 0 44% 0); }
45.2% { transform: translate(-2px,0); clip-path: inset(70% 0 8% 0); }
45.3% { transform: translate(0,0); clip-path: none; }
63.1% { transform: translate(0,0); clip-path: none; }
63.4% { transform: translate(-2px,0); clip-path: inset(52% 0 22% 0); }
63.5% { transform: translate( 2px,0); clip-path: inset(15% 0 60% 0); }
63.6% { transform: translate(-1px,0); clip-path: inset(72% 0 6% 0); }
63.8% { transform: translate(0,0); clip-path: none; }
82.7% { transform: translate(0,0); clip-path: none; }
83.0% { transform: translate( 1px,0); clip-path: inset(28% 0 48% 0); }
83.1% { transform: translate(-2px,0); clip-path: inset(68% 0 10% 0); }
83.2% { transform: translate( 2px,0); clip-path: inset(10% 0 68% 0); }
83.4% { transform: translate(0,0); clip-path: none; }
100% { transform: translate(0,0); clip-path: none; }
}

/* ETTI-style two-line navigation reel. */
[works-list] section.hero .categories .col a .asp-nav-reel {
  display: block;
  height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
}

[works-list] section.hero .categories .col a .asp-nav-reel__track {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.15s ease;
  will-change: transform;
}

[works-list] section.hero .categories .col a .asp-nav-reel__label {
  display: block;
  flex: 0 0 1.2em;
  height: 1.2em;
  line-height: 1.2;
}

[works-list] section.hero .categories .col a .asp-nav-reel__label--hover {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  [works-list] section.hero .categories .col a:hover {
    opacity: 1;
  }

  [works-list] section.hero .categories .col a:hover .asp-nav-reel__track {
    transform: translateY(-50%);
    transition-duration: 0.45s;
  }
}

@media (max-width: 767px) {
  [app-header] header .inner-wrap > a.logo {
    min-width: 6.35rem;
    width: 6.35rem;
  }
}

/* DFY-inspired elastic drawing cursor, recolored for AI Solution Partner. */
.asp-cursor-trail {
  --asp-signal-color: #cf9285;
  position: relative;
  z-index: 2147483000;
  height: 0;
  opacity: 0;
  transition: opacity 120ms ease;
}

.asp-cursor-trail.is-visible {
  opacity: 1;
}

.asp-cursor-trail > svg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.asp-cursor-trail__line,
.asp-cursor-trail__halo {
  fill: none;
  stroke: var(--asp-signal-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asp-cursor-trail__halo {
  display: none; /* Keep the dashed trail crisp, without glow filling its gaps. */
}

.asp-cursor-trail__line {
  stroke-width: 2;
  stroke-dasharray: 5 5;
}

.asp-cursor-trail__orb-glow {
  fill: var(--asp-signal-color);
  opacity: 0.2;
  filter: blur(7px);
}

.asp-cursor-trail__orb {
  fill: var(--asp-signal-color);
  filter:
    drop-shadow(0 0 3px rgba(207, 146, 133, 0.8))
    drop-shadow(0 0 10px rgba(207, 146, 133, 0.42));
}

@media (hover: hover) and (pointer: fine) {
  .asp-has-cursor-trail,
  .asp-has-cursor-trail body,
  .asp-has-cursor-trail a,
  .asp-has-cursor-trail button,
  .asp-has-cursor-trail input,
  .asp-has-cursor-trail select,
  .asp-has-cursor-trail textarea,
  .asp-has-cursor-trail [role="button"] {
    cursor: none !important;
  }
}

/* The intro sits above the custom cursor; retain the native pointer until it exits. */
.asp-has-cursor-trail:has([data-asp-does-intro]),
.asp-has-cursor-trail:has([data-asp-does-intro]) * {
  cursor: auto !important;
}

@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .asp-cursor-trail {
    display: none !important;
  }

  [works-list] section.hero .categories .col a .asp-nav-reel__track {
    transform: none !important;
    transition: none !important;
  }
}

/* DFY's original five-bar music control and audio-state motion. */
.music-control[data-asp-music-control] {
  position: fixed;
  top: 1.94rem;
  right: 8.125rem;
  display: inline-block;
  margin: 0;
  padding: 3px 4px 4px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #000;
  font-size: 0;
  line-height: 1;
  transform: scale(1);
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.6s ease;
  z-index: 50;
}

.music-control[data-asp-music-control].music-control--dark {
  color: #fff;
}

.music-control[data-asp-music-control].music-control--header-hidden {
  pointer-events: none;
  transform: translateY(-5rem);
}

.music-control__bar-wrap {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
}

.music-control__bar {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center bottom;
  transition: background-color 0.4s ease, transform 0.2s linear;
  will-change: transform;
}

.music-control__bar--0 {
  left: 0;
}

.music-control__bar--1 {
  left: 5px;
}

.music-control__bar--2 {
  left: 10px;
}

.music-control__bar--3 {
  left: 15px;
}

.music-control__bar--4 {
  left: 20px;
}

.music-control--stop .music-control__bar--0 {
  transform: scaleY(8) !important;
}

.music-control--stop .music-control__bar--1 {
  transform: scaleY(13) !important;
}

.music-control--stop .music-control__bar--2 {
  transform: scaleY(5) !important;
}

.music-control--stop .music-control__bar--3 {
  transform: scaleY(8) !important;
}

.music-control--stop .music-control__bar--4 {
  transform: scaleY(11) !important;
}

@media (hover: hover) and (pointer: fine) {
  .music-control[data-asp-music-control]:hover {
    background-color: #000;
    color: #fff;
  }

  .music-control[data-asp-music-control].music-control--dark:hover {
    background-color: #fff;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .music-control[data-asp-music-control] {
    top: 2.56rem;
  }
}

@media (max-width: 767px) {
  .music-control[data-asp-music-control] {
    top: 1.94rem;
    right: 8.125rem;
    transform: scaleY(0.8);
  }

  .music-control[data-asp-music-control].music-control--header-hidden {
    transform: translateY(-5rem) scaleY(0.8);
  }
}

.music-control[data-asp-music-control] audio {
  display: none;
}

/* AI Solution Partner type system:
   Manrope is reserved for the AISP wordmark; Pretendard unifies UI and content. */
:root {
  --asp-font-wordmark: "Manrope", var(--font-base);
  --asp-font-interface: var(--font-base);
}

/* AI Solution Partner identity layered onto the preserved Soro foundation. */
.header .hd-logo {
  height: auto;
  max-width: 11rem;
}

.header .hd-nav {
  position: absolute;
  top: 0;
  right: 4.25rem;
  margin: 0;
}

.header .hd-nav > a {
  font-family: var(--asp-font-interface);
  font-weight: 600;
  letter-spacing: -0.03em;
}

/* Keep the fixed identity readable over moving media without drawing a
   separate header surface. The halo belongs to the glyphs and has no edge. */
.header .asp-brand__mark,
.header .asp-brand__keywords,
.header .hd-nav > a {
  transition: text-shadow 0.42s ease;
}

.header.scrolled .asp-brand__mark,
.header.scrolled .asp-brand__keywords,
.header.scrolled .hd-nav > a {
  text-shadow:
    0 0 3px rgba(255, 255, 255, 0.98),
    0 0 9px rgba(255, 255, 255, 0.72);
}

/* Spade Company's whole-title vertical navigation roll. */
.header .hd-nav > a:hover,
.header .hd-nav > a:focus-visible {
  opacity: 1;
}

.header .asp-spade-nav {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-right: 0.08em;
  margin-right: -0.08em;
  line-height: 1;
  user-select: none;
}

.header .asp-spade-nav > em {
  display: inline-block;
  font-style: normal;
  transform: translateY(0);
  will-change: transform;
}

.header .asp-spade-nav::after {
  content: attr(data-content);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-1.45em);
  will-change: transform;
}

.header .hd-nav > a:hover .asp-spade-nav > em,
.header .hd-nav > a:focus-visible .asp-spade-nav > em,
.header .asp-menu-drawer__nav > a:hover .asp-spade-nav > em,
.header .asp-menu-drawer__nav > a:focus-visible .asp-spade-nav > em {
  animation: asp-spade-nav-out 0.5s cubic-bezier(0.6, 0, 0.2, 1) forwards;
}

.header .hd-nav > a:hover .asp-spade-nav::after,
.header .hd-nav > a:focus-visible .asp-spade-nav::after,
.header .asp-menu-drawer__nav > a:hover .asp-spade-nav::after,
.header .asp-menu-drawer__nav > a:focus-visible .asp-spade-nav::after {
  animation: asp-spade-nav-in 0.5s cubic-bezier(0.6, 0, 0.2, 1) forwards;
}

@keyframes asp-spade-nav-out {
  to { transform: translateY(1.45em); }
}

@keyframes asp-spade-nav-in {
  to { transform: translateY(0); }
}

.header .hd-logo a {
  display: block;
}

/* V-W-style two-state identity: descriptive at the top, compact on scroll. */
.header .asp-brand {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: clamp(1rem, 1.35vw, 1.6rem);
  min-width: clamp(20rem, 25vw, 28rem);
  color: #0a0a0a;
  text-decoration: none;
  line-height: 1;
  letter-spacing: -0.045em;
  flex-shrink: 0;
  z-index: 210;
}

.asp-nexus {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  color: currentColor;
  flex: 0 0 auto;
}

.asp-nexus > i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  will-change: transform;
}

.asp-nexus > i:nth-child(4) {
  background: #c98274;
}

.header .asp-brand__identity {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.5rem, 0.65vw, 0.72rem);
  flex: 0 0 auto;
}

.header .asp-nexus--header {
  width: clamp(1.65rem, 1.8vw, 2rem);
  height: clamp(1.65rem, 1.8vw, 2rem);
  gap: 3px;
}

.header .asp-nexus--header > i {
  animation: none;
  transform: none;
}

.header .asp-brand__mark {
  display: block;
  font-family: var(--asp-font-wordmark);
  font-size: clamp(2.25rem, 2.5vw, 3rem);
  font-variation-settings: "wght" 720;
  font-weight: 720;
  line-height: 0.76;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.voice-grid .asp-nexus--feature {
  width: clamp(3.8rem, 5vw, 5.5rem);
  height: clamp(3.8rem, 5vw, 5.5rem);
  gap: clamp(5px, 0.42vw, 8px);
  padding: clamp(7px, 0.7vw, 12px);
}

/* Give the complete black-and-rose Nexus mark a quiet neutral field. */
.voice-section .voice-grid {
  background: var(--beige);
}

.voice-card .icon {
  width: clamp(2.25rem, 2.5vw, 2.75rem);
  height: clamp(2.25rem, 2.5vw, 2.75rem);
  aspect-ratio: 1;
}

.voice-card .asp-system-glyph {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: center;
  will-change: transform;
}

.voice-card .asp-glyph-ink {
  fill: #0a0a0a;
  stroke: none;
}

.voice-card .asp-glyph-rose {
  fill: #c98274;
  stroke: none;
}

.voice-card .asp-glyph-cut {
  fill: var(--beige);
  stroke: none;
}

.voice-card .asp-glyph-line {
  fill: none;
  stroke: #0a0a0a;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-card .asp-glyph-line--soft {
  opacity: 0.5;
  stroke-width: 2;
}

.voice-card .asp-glyph-line--heavy {
  stroke-width: 6;
}

.voice-card .asp-glyph-line--rose {
  stroke: #c98274;
}

.voice-card .asp-system-glyph--float-a {
  animation: asp-glyph-float-a 4.4s ease-in-out -1.1s infinite alternate;
}

.voice-card .asp-system-glyph--float-b {
  animation: asp-glyph-float-b 5.1s ease-in-out -2.4s infinite alternate;
}

.voice-card .asp-system-glyph--float-c {
  animation: asp-glyph-float-c 4.8s ease-in-out -0.6s infinite alternate;
}

@keyframes asp-glyph-float-a {
  from { transform: translate3d(0, 2px, 0) rotate(-2deg); }
  to { transform: translate3d(3px, -5px, 0) rotate(4deg); }
}

@keyframes asp-glyph-float-b {
  from { transform: translate3d(-1px, 1px, 0) rotate(3deg); }
  to { transform: translate3d(2px, -6px, 0) rotate(-4deg); }
}

@keyframes asp-glyph-float-c {
  from { transform: translate3d(1px, 2px, 0) rotate(-3deg); }
  to { transform: translate3d(-3px, -5px, 0) rotate(3deg); }
}

.voice-grid .asp-nexus--feature > i {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .header .asp-nexus--header > i,
  .voice-grid .asp-nexus--feature > i {
    animation: none;
    transform: none;
  }

  .voice-card .asp-system-glyph {
    animation: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .voice-grid .symbol {
    display: none;
  }
}

.header .asp-brand__details {
  display: grid;
  align-self: flex-start;
  gap: 0;
  margin-top: -0.05rem;
  overflow: hidden;
  white-space: nowrap;
  transform-origin: left top;
  transition: opacity 0.38s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.header .asp-brand__name {
  font-size: clamp(0.66rem, 0.7vw, 0.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.header .asp-brand__keywords {
  display: grid;
  gap: 0.12rem;
  font-family: var(--asp-font-interface);
  color: rgba(10, 10, 10, 0.76);
  font-size: clamp(0.62rem, 0.66vw, 0.76rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.header .asp-brand__keywords > span {
  display: block;
  white-space: nowrap;
}

.header.asp-descriptors-hidden .asp-brand__details {
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate3d(-0.7rem, -0.35rem, 0) scale(0.96);
}

body.menu-open .header .asp-brand {
  color: #fff;
}

body.menu-open .header .asp-brand__keywords {
  color: rgba(255, 255, 255, 0.62);
}

.header .asp-wordmark {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.72rem, 0.8vw, 0.95rem);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

html.asp-has-cursor-trail .cursor,
html.asp-has-cursor-trail .cursor-follow,
html.asp-has-cursor-trail .cursor-label {
  display: none !important;
}

.music-control[data-asp-music-control] {
  top: 1.22rem;
  right: 1.875rem;
  color: #c98274;
  z-index: 240;
  transition: right 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.music-control[data-asp-music-control].music-control--dark {
  color: #e2a99d;
}

@media (hover: hover) and (pointer: fine) {
  .music-control[data-asp-music-control]:hover {
    background-color: rgba(201, 130, 116, 0.12);
    color: #ad695d;
  }

  .music-control[data-asp-music-control].music-control--dark:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #f0c7bd;
  }
}

/* Keep the compact control mounted so it can crossfade at the breakpoint. */
.header .asp-header-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 220;
}

.header .hd-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  margin-left: 0;
  border: 1.5px solid #0a0a0a;
  border-radius: 0;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.22s;
}

.header .hd-toggle span {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #0a0a0a;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.header .hd-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -5px);
}

.header .hd-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, 5px);
}

.header .hd-toggle span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 0);
}

body.menu-open .header .hd-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

body.menu-open .header .hd-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

body.menu-open .header .hd-toggle span:nth-child(3) {
  opacity: 0;
}

/* EasyMedia-inspired compact navigation: a fixed side drawer plus a dimmed
   view of the page, instead of replacing the entire viewport with the menu. */
.header .asp-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 170;
  background: rgba(10, 10, 10, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}

.header .asp-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 180;
  display: flex;
  width: min(25rem, 84vw);
  height: 100vh;
  height: 100dvh;
  padding: clamp(6.5rem, 11vh, 8rem) clamp(2.5rem, 7vw, 6.25rem) 3rem;
  padding-right: 30px;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  background: #fff;
  color: #0a0a0a;
  box-shadow: -24px 0 70px rgba(10, 10, 10, 0.12);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.6s;
  will-change: transform;
}

.header .asp-menu-drawer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  text-align: right;
}

.header .asp-menu-drawer__nav a {
  display: inline-block;
  text-align: right;
  color: inherit;
  font-family: var(--asp-font-interface);
  font-size: clamp(1.25rem, 6.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.header .asp-menu-drawer__nav a:hover,
.header .asp-menu-drawer__nav a:focus-visible {
  opacity: 1;
}

body.menu-open .header .asp-menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

body.menu-open .header .asp-menu-drawer {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

body.menu-open .header .asp-brand {
  z-index: 160;
}

@media (max-width: 1200px) {
  .header .hd-logo {
    max-width: 8rem;
  }

  .header .asp-wordmark {
    font-size: 0.72rem;
  }

  .music-control[data-asp-music-control] {
    top: 1.18rem;
    right: 4.35rem;
  }

  .header .hd-nav {
    margin-right: 0;
  }

  .header .asp-brand {
    min-width: 0;
    gap: 0.82rem;
  }

  .header .asp-brand__mark {
    font-size: 2.2rem;
  }

  .header .asp-brand__details {
    gap: 0.22rem;
  }

  .header .asp-brand__name {
    font-size: 0.68rem;
  }

  .header .asp-brand__keywords {
    max-width: 17rem;
    overflow: hidden;
    font-size: clamp(0.62rem, 0.66vw, 0.76rem);
    text-overflow: ellipsis;
  }
}

/* Keep the complete navigation visible on tablet-sized landscape viewports.
   The extracted foundation switched to its menu at 1200px, well before this
   shorter four-link header actually runs out of room. */
@media (min-width: 981px) and (max-width: 1200px) {
  body .header {
    padding: 20px 30px;
  }

  body .header .hd-inner {
    align-items: flex-start;
  }

  body .header .hd-logo {
    height: auto;
    max-width: 11rem;
  }

  body .header .asp-brand {
    gap: clamp(1rem, 1.35vw, 1.6rem);
    min-width: clamp(20rem, 25vw, 28rem);
  }

  body .header .asp-brand__mark {
    font-size: clamp(2.25rem, 2.5vw, 3rem);
  }

  body .header .asp-brand__keywords {
    max-width: none;
    overflow: visible;
    font-size: clamp(0.62rem, 0.66vw, 0.76rem);
    text-overflow: clip;
  }

  body .header .hd-nav,
  body.menu-open .header .hd-nav {
    position: absolute;
    inset: auto 4.25rem auto auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
    background: transparent;
    color: inherit;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  body .header .hd-nav > a {
    font-size: 17px;
  }

  body .header .hd-toggle {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body .music-control[data-asp-music-control] {
    top: 1.22rem;
    right: 1.875rem;
  }

  body.menu-open {
    overflow: auto;
  }

  body.menu-open .header .hd-logo {
    filter: none;
  }

  body.menu-open .header .asp-brand,
  body.menu-open .header .asp-brand__keywords {
    color: #0a0a0a;
  }
}

@media (max-width: 980px) {
  body .header {
    padding: 20px clamp(18px, 4vw, 30px);
  }

  body .header .hd-inner {
    align-items: flex-start;
  }

  body .header .hd-logo {
    height: auto;
    max-width: 11rem;
  }

  body .header .asp-brand {
    width: calc(100% - 86px);
    min-width: 0;
    max-width: calc(100% - 86px);
    gap: clamp(0.7rem, 1.35vw, 1rem);
  }

  body .header .asp-brand__mark {
    font-size: clamp(2.25rem, 2.5vw, 3rem);
  }

  body .header .asp-brand__keywords {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(0.62rem, 0.66vw, 0.76rem);
    text-overflow: ellipsis;
  }

  body .header .asp-brand__details {
    min-width: 0;
    max-width: 100%;
  }

  body .header .hd-nav {
    position: absolute;
    inset: auto 4.25rem auto auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin: 0;
    background: transparent;
    color: inherit;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.22s ease, visibility 0s linear 0.18s;
  }

  body .header .hd-nav > a {
    font-size: 17px;
  }

  body .header .hd-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    flex: 0 0 34px;
    border: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.08s, 0.08s, 0s;
  }

  body .header .asp-header-controls {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 70px;
    height: 34px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(10, 10, 10, 0.22);
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.04);
  }

  body .asp-header-controls .music-control[data-asp-music-control] {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    width: 36px;
    height: 33px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(10, 10, 10, 0.12);
    border-radius: 0;
    background: transparent;
    transform: none;
  }

  body .asp-header-controls .music-control__bar-wrap {
    width: 18px;
    height: 12px;
  }

  body .asp-header-controls .music-control__bar {
    width: 1.5px;
  }

  body .asp-header-controls .music-control__bar--0 { left: 0; }
  body .asp-header-controls .music-control__bar--1 { left: 4px; }
  body .asp-header-controls .music-control__bar--2 { left: 8px; }
  body .asp-header-controls .music-control__bar--3 { left: 12px; }
  body .asp-header-controls .music-control__bar--4 { left: 16px; }

  body .asp-header-controls .music-control[data-asp-music-control]:hover {
    background: rgba(201, 130, 116, 0.08);
  }

  body.menu-open .header .hd-nav {
    position: absolute;
    inset: auto 4.25rem auto auto;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
  }

  body.menu-open .header .hd-logo {
    filter: none;
  }

  body.menu-open .header .hd-toggle span {
    background: #0a0a0a;
  }
}

@media (max-width: 520px) {
  body .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header .asp-menu-drawer {
    width: min(18.5rem, 68vw);
    padding-left: 18px;
    padding-right: 30px;
  }

  .header .asp-brand {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    gap: 0.58rem;
  }

  .header .asp-brand__mark {
    font-size: 2.05rem;
  }

  .header .asp-brand__details {
    max-width: calc(100% - 4.9rem);
  }

  .header .asp-brand__keywords {
    max-width: 100%;
    font-size: clamp(0.57rem, 2.45vw, 0.64rem);
    line-height: 1.04;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 360px) {
  body .header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header .asp-brand {
    gap: 0.48rem;
  }

  .header .asp-brand__mark {
    font-size: 1.85rem;
  }

  .header .asp-brand__details {
    max-width: calc(100% - 4.35rem);
  }

  .header .asp-brand__keywords {
    font-size: 0.56rem;
    letter-spacing: 0.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header .asp-brand__details {
    transition-duration: 0.01ms;
  }

  .header .asp-spade-nav > em,
  .header .asp-spade-nav::after {
    animation: none !important;
  }

  .header .asp-menu-backdrop,
  .header .asp-menu-drawer,
  .header .asp-menu-drawer__nav a {
    transition-duration: 0.01ms;
  }
}

/* Fill the mobile width with the single-line intro wordmark. */
@media(max-width:767px){.asp-does-intro__wordmark{width:calc(100vw - 24px)}}
