:root {
  --bg: #050304;
  --bg-soft: #0e0708;
  --surface: rgba(18, 10, 11, 0.78);
  --surface-strong: rgba(27, 14, 15, 0.92);
  --text: #fff8f1;
  --text-soft: rgba(255, 248, 241, 0.74);
  --muted: rgba(255, 248, 241, 0.56);
  --accent: #ff6a00;
  --accent-2: #ff9d1f;
  --accent-3: #ff3a17;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 106, 0, 0.24), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(255, 157, 31, 0.12), transparent 20%),
    radial-gradient(circle at 74% 74%, rgba(255, 58, 23, 0.16), transparent 26%),
    linear-gradient(180deg, #0d0708 0%, #050304 52%, #020203 100%);
  overflow-x: hidden;
}

body.has-custom-cursor,
body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor [role='button'] {
  cursor: none !important;
}

body.has-custom-cursor input,
body.has-custom-cursor textarea,
body.has-custom-cursor select {
  cursor: auto !important;
}

.custom-cursor-cluster {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10001;
  opacity: 0;
  width: 1px;
  height: 1px;
  transition: opacity 160ms ease;
  will-change: transform, opacity;
  contain: layout style paint;
}

.custom-cursor-line,
.custom-cursor-trail,
.custom-cursor-glow,
.custom-cursor-dot,
.custom-cursor-label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 160ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
  will-change: transform, opacity;
}

.custom-cursor-line {
  width: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  transform-origin: left center;
  transform: translate3d(0.85rem, 0, 0);
}

.custom-cursor-trail {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 255, 43, 0.12), transparent 44%),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 43, 0.12);
  transform: translate3d(-50%, -50%, 0);
}

.custom-cursor-glow {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 43, 0.18) 0%, rgba(125, 249, 255, 0.08) 34%, transparent 70%);
  filter: blur(12px);
  transform: translate3d(-50%, -50%, 0);
}

.custom-cursor-dot {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.08),
    0 0 18px rgba(0, 255, 43, 0.36);
  transform: translate3d(-50%, -50%, 0);
}

.custom-cursor-label {
  padding: 0.35rem 0.48rem;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate3d(1.25rem, 1rem, 0);
}

.custom-cursor-cluster.is-visible,
.custom-cursor-cluster.is-visible .custom-cursor-line,
.custom-cursor-cluster.is-visible .custom-cursor-trail,
.custom-cursor-cluster.is-visible .custom-cursor-glow,
.custom-cursor-cluster.is-visible .custom-cursor-dot,
.custom-cursor-cluster.is-visible .custom-cursor-label {
  opacity: 1;
}

.custom-cursor-cluster.is-visible .custom-cursor-label {
  opacity: 0;
}

.custom-cursor-cluster.is-hover .custom-cursor-label,
.custom-cursor-cluster.is-media .custom-cursor-label {
  opacity: 1;
}

.custom-cursor-cluster.is-link .custom-cursor-line {
  width: 3.6rem;
  background: linear-gradient(90deg, var(--sw-acid, #00ff2b), rgba(0, 255, 43, 0));
}

.custom-cursor-cluster.is-hover .custom-cursor-trail {
  transform: translate3d(-50%, -50%, 0) scale(1.42);
  border-color: rgba(0, 255, 43, 0.92);
  background: rgba(0, 255, 43, 0.08);
}

.custom-cursor-cluster.is-hover .custom-cursor-dot {
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  background: var(--sw-acid, #00ff2b);
}

.custom-cursor-cluster.is-media .custom-cursor-glow {
  transform: translate3d(-50%, -50%, 0) scale(1.32);
  background: radial-gradient(circle, rgba(0, 255, 43, 0.26) 0%, rgba(125, 249, 255, 0.12) 34%, transparent 70%);
}

.custom-cursor-cluster.is-down .custom-cursor-dot {
  transform: translate3d(-50%, -50%, 0) scale(0.45);
}

.custom-cursor-cluster.is-hidden {
  opacity: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

::selection {
  background: rgba(255, 106, 0, 0.36);
  color: #fff;
}

.page-shell {
  position: relative;
  min-height: 100vh;
}

.page-shell::before,
.page-shell::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  opacity: 0.14;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 92%);
}

.page-shell::after {
  opacity: 0.1;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0.8px, transparent 1px);
  background-size: 24px 24px;
  mix-blend-mode: soft-light;
}

.bg-orb {
  position: fixed;
  z-index: 0;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.bg-orb-1 {
  width: 28rem;
  height: 28rem;
  top: 5rem;
  left: -10rem;
  background: rgba(255, 106, 0, 0.18);
}

.bg-orb-2 {
  width: 22rem;
  height: 22rem;
  right: -7rem;
  top: 24rem;
  background: rgba(255, 58, 23, 0.14);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 56px 56px;
  mix-blend-mode: soft-light;
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header,
.section-grid,
.section,
.site-footer {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: clamp(1rem, 2.5vw, 2.2rem);
  padding-right: clamp(1rem, 2.5vw, 2.2rem);
}

.site-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  backdrop-filter: blur(22px);
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0.4rem clamp(0.75rem, 1.7vw, 1.4rem);
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 6, 7, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.32), transparent 16%),
    radial-gradient(circle at 64% 70%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(145deg, var(--accent), #ff350f 60%, #ffb600);
  box-shadow: 0 18px 30px rgba(255, 106, 0, 0.24);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
}

.brand-mark::before,
.brand-mark::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.brand-mark::before {
  width: 70%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
}

.brand-mark::after {
  width: 1.05rem;
  height: 1.05rem;
  background:
    linear-gradient(90deg, transparent 0 34%, #fff 34% 66%, transparent 66%),
    linear-gradient(transparent 0 34%, #fff 34% 66%, transparent 66%);
  transform: translate(-50%, -50%) rotate(45deg);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 800;
}

.brand-copy small,
.eyebrow,
.label,
.card-index,
.chip,
.timeline-item span,
.stack-card-index {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 0.25rem;
  color: var(--muted);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(20, 11, 12, 0.76);
}

.site-nav a {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  color: rgba(255, 248, 241, 0.74);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.92rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, #ff3910 55%, #ffac22 100%);
  box-shadow: 0 18px 36px rgba(255, 106, 0, 0.24);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
}

main {
  padding-bottom: 1rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(1.2rem, 3.4vw, 3rem);
  align-items: center;
  min-height: calc(100vh - 5.2rem);
  padding: 2rem 0 1.25rem;
}

.hero-copy h1,
.section-heading h2,
.contact-card h2,
.pulse-card h2,
.panel-card-main h2,
.visual-band-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.9rem, 8vw, 8.4rem);
}

.hero-copy h1 em,
.section-heading h2 em,
.panel-card-main h2 em {
  color: rgba(255, 188, 112, 0.96);
  font-style: italic;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: #ffb04b;
  font-size: 0.75rem;
  font-weight: 900;
}

.eyebrow::before {
  content: '';
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.lead,
.section-text,
.stack-card p,
.timeline-item p,
.panel-card-main p,
.contact-card p,
.visual-band-copy p,
.showcase-card span,
.faq-card p {
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.85;
}

.lead {
  max-width: 56ch;
  margin: 1.45rem 0 0;
}

.hero-actions,
.contact-actions,
.pulse-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points div,
.panel-card,
.stack-card,
.timeline-item,
.contact-card,
.faq-card,
.pulse-card,
.showcase-card,
.visual-band-card {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-points div {
  padding: 1rem;
  border-radius: 18px;
}

.hero-points strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
}

.hero-points span {
  color: rgba(255, 248, 241, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(255, 106, 0, 0.12), rgba(17, 8, 9, 0.95));
  box-shadow: var(--shadow);
  transform: translate3d(var(--tilt-x, 0px), var(--tilt-y, 0px), 0) scale(var(--tilt-scale, 1));
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.hero-media img,
.visual-band-image img,
.showcase-card img {
  transform: translate3d(var(--image-x, 0px), var(--image-y, 0px), 0) scale(1.03);
  transition: transform 240ms ease;
  will-change: transform;
}

.hero-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.panel-card-main {
  min-height: 33rem;
  padding: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 210, 124, 0.22), transparent 26%),
    radial-gradient(circle at 75% 30%, rgba(255, 106, 0, 0.4), transparent 30%),
    linear-gradient(160deg, rgba(30, 14, 15, 0.98) 0%, rgba(13, 7, 8, 0.92) 100%);
  position: relative;
}

.panel-card-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.04) 0 16%, transparent 16% 33%, rgba(255, 255, 255, 0.04) 33% 34%, transparent 34% 50%, rgba(255, 255, 255, 0.04) 50% 51%, transparent 51% 100%),
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.16), transparent 22%);
  opacity: 0.24;
  pointer-events: none;
}

.panel-card-main::after {
  content: '';
  position: absolute;
  inset: auto -10% 12% -10%;
  height: 10rem;
  background: radial-gradient(circle, rgba(255, 108, 0, 0.34), transparent 60%);
  filter: blur(18px);
  pointer-events: none;
}

.panel-card-main > * {
  position: relative;
  z-index: 1;
}

.panel-topline,
.metric-row,
.cards-grid,
.timeline,
.faq-grid,
.stack-grid,
.section-split {
  display: grid;
}

.panel-topline {
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  gap: 0.8rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 241, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
}

.chip-muted {
  background: rgba(255, 255, 255, 0.05);
}

.panel-card-main h2 {
  max-width: 11ch;
  margin-top: 1.25rem;
  font-size: clamp(2.2rem, 3.4vw, 3.5rem);
}

.metric-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.metric {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.metric span {
  color: rgba(255, 248, 241, 0.66);
}

.section {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 2rem;
  align-items: end;
}

.section-heading h2,
.contact-card h2,
.pulse-card h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
}

.section-text {
  max-width: 60ch;
  margin: 0;
}

.marquee {
  padding-top: 2rem;
}

.marquee-line {
  display: flex;
  gap: 2.2rem;
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(255, 248, 241, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-line span {
  position: relative;
  padding-right: 2rem;
}

.marquee-line span::after {
  content: '•';
  position: absolute;
  right: 0.6rem;
  color: rgba(255, 106, 0, 0.9);
}

.visual-band-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.2rem;
  border-radius: calc(var(--radius-xl) + 4px);
  background: linear-gradient(145deg, rgba(18, 10, 11, 0.94), rgba(255, 106, 0, 0.08));
}

.visual-band-copy {
  padding: 0.4rem 0.8rem;
}

.visual-band-copy h3 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.visual-band-copy p {
  max-width: 38ch;
  margin: 0;
}

.visual-band-image {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  transform: translate3d(var(--tilt-x, 0px), var(--tilt-y, 0px), 0) scale(var(--tilt-scale, 1));
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.visual-band-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.manifest-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr 0.95fr;
  gap: 1rem;
}

.manifest-card {
  padding: 1.45rem;
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 0, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.manifest-card-image {
  display: grid;
  gap: 0.8rem;
  overflow: hidden;
}

.manifest-card-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.manifest-card-emphasis {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 157, 31, 0.22), transparent 26%),
    linear-gradient(160deg, rgba(32, 14, 15, 0.95), rgba(12, 7, 7, 0.92));
}

.manifest-card h3,
.quote-band-card h2 {
  margin: 0.25rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.manifest-card p,
.quote-band-card p,
.client-strip-top p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.quote-band {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.quote-band-card {
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
  border-radius: calc(var(--radius-xl) + 6px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 106, 0, 0.24), transparent 22%),
    linear-gradient(145deg, rgba(20, 10, 11, 0.96), rgba(9, 5, 6, 0.94));
  box-shadow: var(--shadow);
}

.quote-band-card h2 {
  max-width: 18ch;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
}

.quote-band-card p {
  max-width: 52ch;
}

.quote-band-image {
  display: grid;
  gap: 1rem;
}

.quote-band-image img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.quote-band-copy {
  padding: 0 0.3rem 0.25rem;
}

.showcase {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.showcase-card {
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 2px);
  background: linear-gradient(160deg, rgba(22, 11, 12, 0.92), rgba(255, 106, 0, 0.06));
  transform: translate3d(var(--tilt-x, 0px), var(--tilt-y, 0px), 0) scale(var(--tilt-scale, 1));
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.showcase-card-large {
  grid-row: span 2;
}

.showcase-card img {
  min-height: 18rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.showcase-card-large img {
  min-height: 38rem;
  aspect-ratio: 16 / 20;
}

.showcase-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.05rem 1.15rem;
}

.showcase-card strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.stack-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stack-card {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
}

.stack-card-index {
  color: #ffb04b;
  font-size: 0.78rem;
  font-weight: 900;
}

.stack-card h3,
.timeline-item h3,
.faq-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.stack-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
}

.stack-card li + li {
  margin-top: 0.45rem;
}

.section-split {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.35rem;
  align-items: start;
}

.timeline,
.faq-grid {
  gap: 0.9rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
}

.timeline-item span {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(255, 58, 23, 0.18));
  color: #ffcf92;
  font-weight: 900;
}

.section-pulse {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.client-strip {
  display: grid;
  gap: 0.9rem;
}

.client-strip-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.client-strip-top p {
  max-width: 42ch;
  text-align: right;
}

.client-strip-marquee {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(255, 248, 241, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.client-strip-marquee span {
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.video-scroll {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.3rem;
  align-items: start;
}

.video-scroll-copy {
  position: sticky;
  top: 7.5rem;
  align-self: start;
  padding: 1.4rem;
  border-radius: calc(var(--radius-xl) + 4px);
  background: linear-gradient(160deg, rgba(20, 10, 11, 0.9), rgba(255, 106, 0, 0.07));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.video-scroll-copy h2 {
  max-width: 12ch;
}

.video-scroll-copy p {
  margin: 1rem 0 0;
  max-width: 40ch;
}

.video-scroll-stage {
  min-height: 190vh;
}

.video-scroll-frame {
  position: sticky;
  top: 7.5rem;
  margin: 0;
  overflow: hidden;
  min-height: calc(100vh - 10rem);
  border-radius: calc(var(--radius-xl) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 106, 0, 0.16), transparent 28%),
    linear-gradient(160deg, rgba(12, 7, 8, 0.96), rgba(5, 3, 4, 0.98));
  box-shadow: var(--shadow);
}

.video-scroll-frame::after {
  content: 'Scroll to scrub the film';
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 3;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: rgba(255, 248, 241, 0.88);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.video-scroll-frame video,
.video-scroll-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-scroll-frame video {
  object-fit: cover;
  z-index: 2;
  opacity: 0.98;
  mix-blend-mode: screen;
}

.video-scroll-fallback {
  background:
    radial-gradient(circle at 58% 38%, rgba(255, 141, 30, 0.24), transparent 24%),
    url('/images/creative-portrait.png') center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.8) contrast(1.05);
}

.pulse-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1.3rem, 2vw, 2rem);
  border-radius: calc(var(--radius-xl) + 6px);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 106, 0, 0.28), transparent 24%),
    linear-gradient(145deg, rgba(27, 12, 13, 0.95), rgba(10, 6, 7, 0.92));
}

.faq-card {
  border-radius: var(--radius-lg);
  padding: 1.35rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1.3rem, 2vw, 2rem);
  border-radius: calc(var(--radius-xl) + 6px);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 106, 0, 0.28), transparent 24%),
    linear-gradient(145deg, rgba(30, 13, 14, 0.95), rgba(12, 7, 7, 0.92));
}

.contact-card p,
.contact-card .eyebrow {
  color: rgba(255, 248, 241, 0.76);
}

.contact-card .eyebrow::before {
  background: rgba(255, 248, 241, 0.72);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 2.2rem;
  color: rgba(255, 248, 241, 0.68);
}

.site-footer a {
  color: rgba(255, 248, 241, 0.86);
}

.reveal {
  opacity: 1;
}

@media (max-width: 1080px) {
  .hero,
  .section-intro,
  .section-split,
  .contact-card,
  .pulse-card,
  .visual-band-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.6rem;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .showcase-grid,
  .stack-grid,
  .manifest-grid,
  .hero-points {
    grid-template-columns: 1fr;
  }

  .video-scroll {
    grid-template-columns: 1fr;
  }

  .video-scroll-copy,
  .video-scroll-frame {
    position: relative;
    top: auto;
  }

  .video-scroll-stage {
    min-height: auto;
  }

  .video-scroll-frame {
    min-height: 32rem;
  }

  .showcase-card-large {
    grid-row: auto;
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header::before {
    border-radius: 28px;
  }

  .site-nav {
    order: 3;
  }

  .btn-secondary {
    align-self: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 0.8rem;
  }

  .site-nav {
    gap: 0.25rem;
    border-radius: 24px;
  }

  .site-nav a {
    padding: 0.55rem 0.76rem;
    font-size: 0.84rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.9rem, 14vw, 4.8rem);
  }

  .section-heading h2,
  .contact-card h2,
  .pulse-card h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .panel-topline,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .client-strip-top {
    align-items: start;
    flex-direction: column;
  }

  .client-strip-top p {
    text-align: left;
  }

  .showcase-card-large img,
  .showcase-card img {
    min-height: 15rem;
    aspect-ratio: 16 / 10;
  }

  .video-scroll-frame {
    min-height: 24rem;
  }

  .site-footer {
    padding-bottom: 1.5rem;
  }
}

/* Sidewave-inspired home retry */
body.home-sidewave {
  --sw-black: #000;
  --sw-ink: #040404;
  --sw-white: #fff;
  --sw-soft: rgba(255, 255, 255, 0.68);
  --sw-faint: rgba(255, 255, 255, 0.18);
  --sw-line: rgba(255, 255, 255, 0.24);
  --sw-acid: #00ff2b;
  --sw-cyan: #7df9ff;
  --sw-hot: #ff3a17;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'IBM Plex Mono', monospace;
  background: #000;
  color: var(--sw-white);
  font-family: var(--font-body);
}

body.home-sidewave::after {
  content: 'SIGNAL';
  position: fixed;
  top: 50%;
  right: -1.45rem;
  z-index: 32;
  padding: 0.15rem 0.45rem 0.2rem;
  color: #000;
  background: #fff;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: rotate(-90deg);
  transform-origin: center;
  animation: swBlink 8s infinite;
}

.home-sidewave .page-shell::before {
  opacity: 0.23;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 9.5vw 9.5vw;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.home-sidewave .page-shell::after {
  opacity: 0.16;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.36) 1px, transparent 1.4px);
  background-size: 42px 42px;
}

.home-sidewave .sw-page {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 255, 43, 0.1), transparent 21rem),
    radial-gradient(circle at 44% 74%, rgba(125, 249, 255, 0.08), transparent 24rem),
    #000;
}

.sw-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  gap: 1rem;
  align-content: center;
  color: #fff;
  background: #000;
  pointer-events: none;
  animation: swLoaderExit 2.35s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.sw-loader span {
  font-family: var(--font-display);
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.sw-loader em {
  position: relative;
  display: inline-block;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sw-loader em::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(18rem, 54vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  animation: swLoaderLine 1.25s ease forwards;
}

.sw-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, transparent 32%, rgba(0, 0, 0, 0.96) 100%),
    radial-gradient(circle at 68% 42%, rgba(255, 58, 23, 0.18), transparent 18rem);
}

.sw-canvas::before,
.sw-canvas::after {
  content: '';
  position: absolute;
  inset: -12%;
  opacity: 0.4;
}

.sw-canvas::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 8px, rgba(255, 255, 255, 0.05) 9px),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  animation: swScan 10s linear infinite;
}

.sw-canvas::after {
  left: auto;
  right: -9vw;
  width: 56vw;
  background:
    radial-gradient(circle, transparent 42%, rgba(255, 255, 255, 0.12) 43%, transparent 44%),
    radial-gradient(circle, transparent 58%, rgba(0, 255, 43, 0.12) 59%, transparent 60%);
  background-size: 36rem 36rem;
  background-position: center;
  filter: blur(0.2px);
  animation: swOrbit 24s linear infinite;
}

.sw-canvas span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sw-canvas span:nth-child(1) {
  top: 52%;
  left: 66%;
  width: 34vw;
  aspect-ratio: 1;
  border-color: rgba(0, 255, 43, 0.18);
}

.sw-canvas span:nth-child(2) {
  top: 50%;
  left: 66%;
  width: 50vw;
  aspect-ratio: 1;
  border-style: dashed;
}

.sw-canvas span:nth-child(3) {
  top: 56%;
  left: 70%;
  width: 70vw;
  aspect-ratio: 1;
  border-color: rgba(255, 58, 23, 0.13);
}

.home-sidewave main,
.home-sidewave .site-header,
.home-sidewave .site-footer {
  position: relative;
  z-index: 2;
}

.home-sidewave .sw-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64), transparent);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.home-sidewave .sw-header::before {
  display: none;
}

.home-sidewave .brand {
  gap: 0.85rem;
}

.home-sidewave .brand-mark {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.22));
}

.home-sidewave .brand-copy strong {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-sidewave .brand-copy small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-sidewave .site-nav {
  display: none;
}

.sw-menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 8.9rem;
  padding: 0.92rem 1.05rem;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: 700 0.76rem/1 var(--font-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 240ms ease, background 240ms ease;
}

.sw-menu-toggle i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #fff;
  transition: transform 360ms ease, background 240ms ease;
}

.sw-menu-toggle:hover {
  color: #000;
  background: #fff;
}

.sw-menu-toggle:hover i {
  background: #000;
}

body.sw-menu-open {
  overflow: hidden;
}

body.sw-menu-open .sw-menu-toggle span {
  font-size: 0;
}

body.sw-menu-open .sw-menu-toggle span::before {
  content: 'Close';
  font-size: 0.76rem;
}

body.sw-menu-open .sw-menu-toggle i {
  transform: translateX(-6.7rem);
}

.sw-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9vh 8vw 6vh 10vw;
  overflow: hidden;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1rem);
  transition:
    transform 520ms cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s linear 520ms;
}

.sw-menu-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #000 0%, transparent 15%, transparent 78%, #000 100%);
}

body.sw-menu-open .sw-menu-panel {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.sw-menu-panel a {
  position: relative;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  width: min(58rem, 78vw);
  color: #fff;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.sw-menu-panel a::before {
  content: '';
  position: fixed;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 58vw;
  background-image: var(--panel-image);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  filter: grayscale(1) contrast(1.2) brightness(0.72);
  transition: opacity 360ms ease, filter 360ms ease, transform 560ms ease;
  transform: scale(1.04);
}

.sw-menu-panel a:hover::before {
  opacity: 0.82;
  filter: grayscale(0) contrast(1.18) brightness(0.82);
  transform: scale(1);
}

.sw-menu-panel span {
  color: var(--sw-acid);
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

.sw-menu-panel strong {
  display: block;
  font-size: clamp(4.4rem, 11vw, 10rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.055em;
  transition: filter 240ms ease, opacity 240ms ease;
}

.sw-menu-panel em {
  grid-column: 2;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 240ms ease, transform 240ms ease;
}

.sw-menu-panel a:hover strong {
  color: transparent;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.9);
}

.sw-menu-panel a:hover em {
  opacity: 1;
  transform: translateY(0);
}

.sw-rail {
  position: fixed;
  top: 50%;
  left: 1rem;
  z-index: 28;
  display: grid;
  gap: 0;
  width: min(12rem, 13vw);
  color: #fff;
  transform: translateY(-50%);
  pointer-events: auto;
}

.sw-rail::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.sw-rail div,
.sw-rail a {
  position: relative;
  padding: 1rem 0.85rem;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 240ms ease, border-color 240ms ease, background 240ms ease;
}

.sw-rail div {
  color: #fff;
}

.sw-rail strong {
  display: inline-block;
  padding: 0.08rem 0.18rem;
  color: #000;
  background: #fff;
}

.sw-rail span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.sw-rail a:hover {
  color: #000;
  background: #fff;
  border-left-color: #fff;
}

.sw-scroll-discover {
  position: fixed;
  left: 50%;
  bottom: 8vh;
  z-index: 26;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.sw-scroll-discover::after {
  content: '';
  display: block;
  width: 1px;
  height: 3.6rem;
  margin: 0.8rem auto 0;
  background: linear-gradient(#fff, transparent);
  animation: swDrop 1.6s infinite;
}

.home-sidewave .sw-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(8rem, 14vh, 11rem) clamp(1.2rem, 4vw, 4rem) clamp(3rem, 7vh, 6rem) min(18vw, 17rem);
}

.home-sidewave .sw-hero-image {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(78vw, 86rem);
  height: 100vh;
  object-fit: cover;
  object-position: center;
  opacity: 0.84;
  filter: saturate(0.95) contrast(1.15) brightness(0.82);
  transform: translateZ(0);
}

.home-sidewave .sw-hero-vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 31%, rgba(0, 0, 0, 0.12) 62%, #000 100%),
    linear-gradient(0deg, #000 0%, transparent 34%, rgba(0, 0, 0, 0.7) 100%);
}

.home-sidewave .sw-hero-content {
  position: relative;
  z-index: 3;
  width: min(60rem, 82vw);
}

.sw-kicker {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sw-kicker::before {
  content: '[';
  color: var(--sw-acid);
}

.sw-kicker::after {
  content: ']';
  color: var(--sw-acid);
}

.home-sidewave .sw-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(6rem, 17.5vw, 18rem);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.home-sidewave .sw-hero h1 span {
  display: block;
}

.home-sidewave .sw-hero h1 span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.92);
}

.home-sidewave .sw-hero p {
  max-width: 47rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.65;
  text-transform: uppercase;
}

.home-sidewave .sw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.home-sidewave .btn {
  min-height: 3.15rem;
  padding: 0.95rem 1.05rem;
  border-radius: 5px;
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.home-sidewave .btn-primary {
  color: #000;
  background: var(--sw-acid);
  border-color: var(--sw-acid);
}

.home-sidewave .btn-primary::after {
  background: rgba(0, 0, 0, 0.16);
}

.home-sidewave .btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-sidewave .sw-hero-note {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 12rem);
  gap: 0.75rem;
  align-items: start;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sidewave .sw-hero-note span {
  color: var(--sw-acid);
}

.home-sidewave .sw-hero-note p {
  margin: 0;
  font-size: inherit;
  line-height: 1.45;
}

.sw-origin {
  position: relative;
  z-index: 4;
  min-height: 115vh;
  display: grid;
  grid-template-columns: minmax(9rem, 18vw) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 16vh clamp(1.3rem, 6vw, 7rem) 16vh min(18vw, 17rem);
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.84) 42%, #000 100%),
    radial-gradient(circle at 70% 45%, rgba(125, 249, 255, 0.14), transparent 24rem);
}

.sw-section-label {
  align-self: start;
  color: #000;
  background: #fff;
  width: max-content;
  padding: 0.15rem 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sw-origin-copy h2,
.sw-chapter-panel h2,
.sw-contact h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(4.6rem, 11vw, 12rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.sw-origin-copy p {
  max-width: 42rem;
  margin: 2rem 0 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: right;
  text-transform: uppercase;
}

.sw-visual-chapter {
  position: relative;
  z-index: 4;
  min-height: 130vh;
  display: grid;
  align-items: center;
  overflow: clip;
  padding: 12vh clamp(1.3rem, 6vw, 7rem) 18vh min(18vw, 17rem);
  background: #000;
}

.sw-visual-chapter img {
  position: sticky;
  top: 10vh;
  width: min(74vw, 82rem);
  height: 80vh;
  margin-left: auto;
  object-fit: cover;
  border-radius: 5px;
  filter: grayscale(0.18) contrast(1.16) brightness(0.82);
}

.sw-visual-chapter::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, transparent 72%),
    linear-gradient(0deg, #000 0%, transparent 28%, #000 100%);
}

.sw-chapter-panel {
  position: absolute;
  left: min(18vw, 17rem);
  top: 48%;
  z-index: 2;
  width: min(50rem, 58vw);
  transform: translateY(-50%);
}

.sw-chapter-panel span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--sw-acid);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sw-method-grid {
  position: relative;
  z-index: 4;
  display: block;
  padding: 9vh clamp(1.3rem, 6vw, 7rem) 12vh min(18vw, 17rem);
  background: #000;
}

.sw-method-grid article {
  display: grid;
  grid-template-columns: minmax(4rem, 12vw) minmax(0, 1fr) minmax(16rem, 32vw);
  gap: 1rem;
  align-items: center;
  min-height: 18vh;
  padding: 2.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 260ms ease, padding 260ms ease;
}

.sw-method-grid article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sw-method-grid article:hover {
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.sw-method-grid span {
  color: var(--sw-acid);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.sw-method-grid h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.sw-method-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.sw-services {
  position: relative;
  z-index: 4;
  min-height: 105vh;
  display: grid;
  grid-template-columns: minmax(9rem, 18vw) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 14vh clamp(1.3rem, 6vw, 7rem) 14vh min(18vw, 17rem);
  background:
    radial-gradient(circle at 86% 34%, rgba(0, 255, 43, 0.12), transparent 24rem),
    #000;
}

.sw-service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.sw-service-list a {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) minmax(10rem, 20vw);
  gap: 1rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition: background 260ms ease, padding 260ms ease, color 260ms ease;
}

.sw-service-list a:hover {
  padding-inline: 1rem;
  color: #000;
  background: #fff;
}

.sw-service-list span,
.sw-service-list em {
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sw-service-list span {
  color: var(--sw-acid);
}

.sw-service-list strong {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 8.5vw, 8rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.sw-service-list em {
  color: rgba(255, 255, 255, 0.56);
  text-align: right;
}

.sw-service-list a:hover span,
.sw-service-list a:hover em {
  color: #000;
}

.sw-split-image {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: rgba(255, 255, 255, 0.24);
}

.sw-split-image figure {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.sw-split-image figure::after {
  content: '[VISIBILITY SYSTEM]';
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.18rem 0.3rem;
  color: #000;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.sw-split-image figure:nth-child(2)::after {
  content: '[ANSWER ENGINE]';
}

.sw-split-image img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  filter: grayscale(0.85) contrast(1.14) brightness(0.76);
  transition: filter 420ms ease, transform 680ms ease;
}

.sw-split-image figure:hover img {
  filter: grayscale(0.08) contrast(1.16) brightness(0.9);
  transform: scale(1.045);
}

.sw-contact {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2rem;
  padding: 14vh clamp(1.3rem, 7vw, 8rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 255, 43, 0.12), transparent 26rem),
    #000;
}

.sw-contact h2 {
  max-width: 11ch;
}

.sw-footer {
  position: relative;
  z-index: 4;
  max-width: none;
  margin: 0;
  padding: 1.2rem 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.62);
  background: #000;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes swLoaderLine {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes swLoaderExit {
  0%,
  72% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes swScan {
  to {
    transform: translateY(72px);
  }
}

@keyframes swOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes swBlink {
  0%,
  90%,
  94%,
  100% {
    background: #fff;
    color: #000;
  }

  92%,
  96% {
    background: #000;
    color: #fff;
  }
}

@keyframes swDrop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .sw-rail {
    display: none;
  }

  .home-sidewave .sw-hero,
  .sw-origin,
  .sw-visual-chapter,
  .sw-method-grid,
  .sw-services {
    padding-left: clamp(1.2rem, 5vw, 3rem);
  }

  .home-sidewave .sw-hero-image {
    width: 100vw;
    opacity: 0.58;
  }

  .sw-origin,
  .sw-services {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sw-chapter-panel {
    left: clamp(1.2rem, 5vw, 3rem);
    width: min(48rem, 84vw);
  }

  .sw-method-grid article,
  .sw-service-list a {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .sw-method-grid p,
  .sw-service-list em {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 720px) {
  body.home-sidewave::after,
  .sw-scroll-discover {
    display: none;
  }

  .home-sidewave .sw-header {
    padding: 0.85rem;
  }

  .home-sidewave .brand-copy {
    display: none;
  }

  .home-sidewave .brand-mark {
    width: 3.4rem;
    height: 3.4rem;
  }

  .sw-menu-toggle {
    width: 7.4rem;
    padding: 0.82rem 0.9rem;
  }

  body.sw-menu-open .sw-menu-toggle i {
    transform: translateX(-5.35rem);
  }

  .sw-menu-panel {
    padding: 7rem 1rem 2rem;
  }

  .sw-menu-panel a {
    width: 100%;
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }

  .sw-menu-panel strong {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .sw-menu-panel em {
    display: none;
  }

  .home-sidewave .sw-hero {
    min-height: 100svh;
    padding: 7rem 1rem 3rem;
  }

  .home-sidewave .sw-hero h1 {
    font-size: clamp(5.6rem, 28vw, 8.5rem);
  }

  .home-sidewave .sw-hero p {
    font-size: 0.78rem;
  }

  .home-sidewave .sw-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-sidewave .sw-hero-note {
    display: none;
  }

  .sw-origin,
  .sw-services {
    min-height: auto;
    padding: 6rem 1rem;
  }

  .sw-origin-copy h2,
  .sw-chapter-panel h2,
  .sw-contact h2 {
    font-size: clamp(4rem, 21vw, 6.6rem);
  }

  .sw-origin-copy p {
    margin-left: 0;
    text-align: left;
  }

  .sw-visual-chapter {
    min-height: 100vh;
    padding: 5rem 1rem;
  }

  .sw-visual-chapter img {
    width: 100%;
    height: 70vh;
  }

  .sw-chapter-panel {
    left: 1rem;
    right: 1rem;
    width: auto;
  }

  .sw-method-grid {
    padding: 4rem 1rem;
  }

  .sw-method-grid article {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    min-height: auto;
    padding: 1.4rem 0;
  }

  .sw-method-grid h3,
  .sw-service-list strong {
    font-size: clamp(3.4rem, 17vw, 5.5rem);
  }

  .sw-split-image {
    grid-template-columns: 1fr;
  }

  .sw-split-image figure,
  .sw-split-image img {
    min-height: 70vh;
  }
}
