:root {
  color-scheme: dark;
  --ink: #09030f;
  --violet-void: #14071f;
  --plum: #2d113e;
  --magenta: #ff38c6;
  --orchid: #b85cff;
  --mint: #75ffe4;
  --cyan: #6fd4ff;
  --text: #fff8ff;
  --muted: #d9cae8;
  --dim: #aa91bf;
  --panel: rgba(20, 8, 30, 0.68);
  --panel-edge: rgba(255, 255, 255, 0.18);
  --shadow: rgba(3, 0, 9, 0.66);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: var(--ink);
  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100dvh;
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 18%, rgba(109, 255, 228, 0.16), transparent 26rem),
    radial-gradient(circle at 80% 12%, rgba(255, 56, 198, 0.18), transparent 27rem),
    linear-gradient(135deg, #050108 0%, #12061b 46%, #040207 100%);
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: manipulation;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.42) 1px, transparent 0),
    radial-gradient(circle at 24px 36px, rgba(117, 255, 228, 0.26) 1px, transparent 0);
  background-size: 54px 54px, 132px 132px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  transform: perspective(900px) rotateX(64deg) translateY(-12rem) scale(1.3);
  transform-origin: top;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  padding: 0.65rem 0.85rem;
  color: var(--ink);
  background: var(--mint);
  border-radius: 8px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  position: relative;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.aurora-field {
  position: fixed;
  inset: -24% -18%;
  z-index: -1;
  overflow: hidden;
  filter: blur(20px) saturate(1.15);
  pointer-events: none;
}

.light {
  position: absolute;
  width: 48rem;
  height: 30rem;
  border-radius: 999px;
  opacity: 0.36;
  mix-blend-mode: screen;
  transform: rotate(18deg);
}

.light-one {
  top: 8%;
  left: -6%;
  background: linear-gradient(90deg, transparent, rgba(255, 56, 198, 0.78), transparent);
  animation: aurora-drift 16s ease-in-out infinite alternate;
}

.light-two {
  right: -10%;
  bottom: 22%;
  background: linear-gradient(110deg, transparent, rgba(117, 255, 228, 0.62), transparent);
  animation: aurora-drift-alt 18s ease-in-out infinite alternate;
}

.light-three {
  top: 20%;
  left: 36%;
  width: 32rem;
  height: 42rem;
  background: radial-gradient(circle, rgba(184, 92, 255, 0.68), transparent 64%);
  animation: aurora-pulse 12s ease-in-out infinite;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.98fr);
  align-items: center;
  gap: min(4.4rem, 6vh);
  width: min(100%, 76rem);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: min(5rem, 8vh) 2rem min(4.1rem, 6.5vh);
}

.profile-display {
  position: fixed;
  top: max(0.82rem, env(safe-area-inset-top));
  right: max(0.82rem, env(safe-area-inset-right));
  z-index: 4;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  max-width: min(18rem, calc(100% - 2rem));
  min-height: 3.5rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--text);
  font: inherit;
  text-decoration: none;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(117, 255, 228, 0.12), rgba(255, 56, 198, 0.08)),
    rgba(9, 3, 15, 0.76);
  box-shadow:
    0 0.8rem 2.2rem rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
  cursor: pointer;
}

.profile-display:hover,
.profile-display[data-auth-state="signed-in"] {
  border-color: rgba(117, 255, 228, 0.48);
}

.profile-display:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1rem 2.5rem rgba(0, 0, 0, 0.38),
    0 0 1.6rem rgba(117, 255, 228, 0.16);
}

.profile-display[data-auth-state="loading"] {
  cursor: wait;
}

.profile-display[data-auth-state="signed-out"] {
  border-color: rgba(255, 56, 198, 0.3);
}

.profile-display[data-auth-state="error"] {
  border-color: rgba(255, 185, 117, 0.52);
  background:
    linear-gradient(135deg, rgba(255, 185, 117, 0.12), rgba(255, 56, 198, 0.08)),
    rgba(9, 3, 15, 0.82);
}

.profile-display:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}

.profile-avatar {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(117, 255, 228, 0.46);
  border-radius: 50%;
  color: #0c0412;
  font-weight: 800;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.95), transparent 1rem),
    linear-gradient(135deg, var(--mint), #f6e4ff 45%, var(--magenta));
  box-shadow:
    0 0 1rem rgba(255, 56, 198, 0.22),
    0 0 1.4rem rgba(117, 255, 228, 0.18);
}

.profile-avatar-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar.has-image {
  background: rgba(9, 3, 15, 0.82);
}

.profile-avatar.has-image .profile-avatar-image {
  display: block;
}

.profile-avatar.has-image .profile-avatar-initials {
  display: none;
}

.profile-copy {
  display: grid;
  min-width: 0;
}

.profile-label,
.profile-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-label {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-name {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 48%, rgba(117, 255, 228, 0.11), transparent 16rem),
    radial-gradient(circle at 27% 54%, rgba(255, 56, 198, 0.13), transparent 20rem),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.08), transparent 20rem),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 5rem 5rem, 5rem 5rem;
  mask-image: radial-gradient(ellipse at center, black 0%, black 44%, transparent 78%);
  opacity: 0.48;
}

.brand-lockup {
  display: grid;
  justify-items: start;
  align-self: center;
  width: min(100%, 33rem);
  text-align: left;
}

.logo-mark {
  display: inline-grid;
  width: 7.5rem;
  height: 7.5rem;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.12), transparent 3rem),
    rgba(12, 4, 18, 0.7);
  box-shadow:
    0 0 3rem rgba(255, 56, 198, 0.22),
    inset 0 0 2rem rgba(117, 255, 228, 0.08);
}

.logo-mark:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}

.logo-svg {
  width: 5.8rem;
  height: 5.8rem;
  overflow: visible;
}

.logo-staff {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-linecap: round;
  stroke-width: 1.45;
}

.logo-staff-mid {
  stroke: rgba(117, 255, 228, 0.34);
}

.logo-staff-low {
  stroke: rgba(255, 56, 198, 0.28);
}

.logo-beam {
  fill: none;
  stroke-linecap: round;
  stroke-width: 4.5;
  filter: url(#logoGlow);
  opacity: 0.24;
}

.logo-beam-a {
  stroke: url(#beamA);
  stroke-dasharray: 0.86 0.14;
  animation: beam-trace 5s ease-in-out infinite alternate;
}

.logo-beam-b {
  stroke: url(#beamB);
  stroke-dasharray: 0.84 0.16;
  animation: beam-trace 5.8s ease-in-out infinite alternate-reverse;
}

.logo-note-stem,
.logo-note-flag {
  fill: none;
  stroke: rgba(255, 248, 255, 0.98);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.35;
}

.logo-note-flag {
  stroke: rgba(143, 255, 235, 1);
  stroke-width: 3.75;
}

.logo-note-head {
  fill: rgba(255, 56, 198, 1);
  stroke: rgba(255, 248, 255, 0.86);
  stroke-width: 1.65;
  filter:
    drop-shadow(0 0 0.62rem rgba(255, 56, 198, 0.86))
    drop-shadow(0 0 0.92rem rgba(117, 255, 228, 0.3));
}

.logo-ink {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-linecap: round;
  stroke-width: 1.25;
}

.logo-ink-alt {
  stroke: rgba(117, 255, 228, 0.14);
}

.logo-nodes circle {
  fill: var(--mint);
  opacity: 0.92;
}

.node-line {
  fill: none;
  stroke: rgba(117, 255, 228, 0.42);
  stroke-width: 1.1;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--mint);
  font-variant-caps: normal;
  text-transform: none;
}

.section-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--mint);
}

.hero-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.32em;
  margin: 0.35rem 0 0;
  font-size: clamp(3.15rem, 8svh, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 0.5rem 2.4rem rgba(0, 0, 0, 0.62);
}

.title-x {
  position: relative;
  display: inline-grid;
  width: 0.88em;
  min-width: 0.88em;
  place-items: center;
  align-self: center;
  font-size: 0.72em;
  line-height: 1;
  color: transparent;
  background: linear-gradient(145deg, #ffffff 0%, var(--magenta) 38%, var(--mint) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 1.1rem rgba(255, 56, 198, 0.64));
}

.title-x::before,
.title-x::after {
  position: absolute;
  width: 0.78em;
  height: 0.13em;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--magenta), #fff, var(--mint));
  box-shadow:
    0 0 0.85rem rgba(255, 56, 198, 0.65),
    0 0 1.4rem rgba(117, 255, 228, 0.35);
}

.title-x::before {
  transform: rotate(48deg);
}

.title-x::after {
  transform: rotate(-48deg);
}

.title-ai {
  align-self: center;
  font-size: 0.72em;
  line-height: 1;
  color: #f5ecff;
  text-shadow:
    0 0 1.1rem rgba(117, 255, 228, 0.28),
    0 0.5rem 2rem rgba(0, 0, 0, 0.54);
}

.tagline {
  max-width: 31rem;
  margin: 1.15rem 0 0;
  font-size: clamp(1rem, 2.4svh, 1.24rem);
  color: var(--muted);
}

.studio-panel {
  position: relative;
  align-self: center;
  width: min(100%, 38.5rem);
  max-height: calc(100dvh - 8.5rem);
  padding: min(1.35rem, 2.4vh);
  border: 1px solid var(--panel-edge);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(117, 255, 228, 0.14), transparent 11rem),
    radial-gradient(circle at 8% 90%, rgba(255, 56, 198, 0.13), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 32%),
    var(--panel);
  box-shadow:
    0 1rem 4rem rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.panel-orbit {
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 14rem;
  height: 14rem;
  pointer-events: none;
  border: 1px solid rgba(117, 255, 228, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 3rem rgba(255, 56, 198, 0.16),
    0 0 3rem rgba(117, 255, 228, 0.11);
}

.panel-orbit::before,
.panel-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.panel-orbit::before {
  inset: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-orbit::after {
  top: 2.35rem;
  left: 3.1rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--mint);
  box-shadow: 0 0 1rem rgba(117, 255, 228, 0.74);
  animation: node-pulse 2.8s ease-in-out infinite;
}

.studio-panel h2 {
  position: relative;
  max-width: 32rem;
  margin: 0.35rem 0 0;
  font-size: clamp(1.18rem, 3svh, 1.52rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.studio-panel p {
  position: relative;
  max-width: 34rem;
  margin: min(0.85rem, 1.5vh) 0 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 2svh, 1rem);
}

.compact-summary {
  display: none;
}

.signal-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  margin-top: min(1rem, 1.8vh);
}

.signal-stack span {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  min-height: 6.15rem;
  padding: 0.72rem;
  border: 1px solid rgba(117, 255, 228, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.11), transparent 2rem),
    linear-gradient(135deg, rgba(117, 255, 228, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.04);
}

.signal-stack strong {
  color: #ffffff;
  font-size: 0.83rem;
  line-height: 1.18;
}

.signal-stack em {
  color: var(--dim);
  font-size: 0.76rem;
  font-style: normal;
  line-height: 1.28;
}

.cta-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: min(1.15rem, 2vh);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #100416;
  font-weight: 800;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.95), transparent 1.6rem),
    linear-gradient(135deg, var(--mint), #f6e4ff 38%, var(--magenta));
  box-shadow: 0 0.85rem 2.5rem rgba(255, 56, 198, 0.26);
}

.button-primary:hover {
  box-shadow:
    0 0.95rem 2.8rem rgba(255, 56, 198, 0.36),
    0 0 2rem rgba(117, 255, 228, 0.22);
}

.button-secondary {
  color: var(--text);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.07);
}

.button-artist {
  min-width: 14.8rem;
}

.button-secondary:hover {
  border-color: rgba(117, 255, 228, 0.44);
  background: rgba(117, 255, 228, 0.1);
  box-shadow: 0 0.85rem 2.2rem rgba(0, 0, 0, 0.32);
}

.button-spark {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.48rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0.7rem rgba(255, 255, 255, 0.96),
    0 0 1.25rem rgba(117, 255, 228, 0.68);
}

.site-footer {
  position: fixed;
  right: 0;
  bottom: max(0.55rem, env(safe-area-inset-bottom));
  left: 0;
  z-index: 3;
  padding: 0 1.5rem;
  text-align: center;
  color: var(--dim);
  background: transparent;
  pointer-events: none;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

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

@keyframes aurora-drift {
  from {
    transform: translate3d(-4rem, -1rem, 0) rotate(12deg);
  }

  to {
    transform: translate3d(8rem, 3rem, 0) rotate(22deg);
  }
}

@keyframes aurora-drift-alt {
  from {
    transform: translate3d(5rem, 2rem, 0) rotate(-18deg);
  }

  to {
    transform: translate3d(-6rem, -4rem, 0) rotate(-8deg);
  }
}

@keyframes aurora-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.96) rotate(8deg);
  }

  50% {
    opacity: 0.42;
    transform: scale(1.05) rotate(16deg);
  }
}

@keyframes beam-trace {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 0.18;
  }
}

@keyframes node-pulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: center;
    gap: min(1rem, 1.8vh);
    width: 100%;
    padding: min(4.65rem, 8vh) 1rem min(2.85rem, 5vh);
  }

  .profile-display {
    top: max(0.62rem, env(safe-area-inset-top));
    right: 0.75rem;
    max-width: min(18.5rem, calc(100% - 1.5rem));
    min-height: 3.08rem;
    padding: 0.48rem 0.62rem;
  }

  .profile-avatar {
    width: 2.08rem;
    height: 2.08rem;
  }

  .profile-label {
    font-size: 0.72rem;
  }

  .profile-name {
    font-size: 0.84rem;
  }

  .hero-grid {
    inset: 0;
  }

  .logo-mark {
    width: 5.4rem;
    height: 5.4rem;
    margin-bottom: 0.55rem;
  }

  .logo-svg {
    width: 4.45rem;
    height: 4.45rem;
  }

  .brand-lockup {
    justify-items: center;
    width: min(100%, 32rem);
    margin: 0 auto;
    text-align: center;
  }

  .hero-title {
    justify-content: center;
    font-size: 3rem;
  }

  .tagline {
    font-size: 1.08rem;
    max-width: 29rem;
    margin-top: 0.62rem;
  }

  .studio-panel {
    width: min(100%, 34rem);
    max-height: none;
    padding: 1rem;
  }

  .panel-orbit {
    top: -4.5rem;
    right: -6.2rem;
    opacity: 0.55;
  }

  .studio-panel h2 {
    font-size: 1.32rem;
  }

  .studio-panel p {
    font-size: 0.92rem;
  }

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

  .signal-stack span {
    display: block;
    min-height: 0;
    padding: 0.54rem 0.42rem;
    text-align: center;
  }

  .signal-stack strong {
    font-size: 0.76rem;
  }

  .signal-stack em {
    display: none;
  }

  .cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.62rem;
  }

  .button {
    width: auto;
    min-height: 2.82rem;
    padding: 0.62rem 0.58rem;
    line-height: 1.18;
    text-align: center;
  }

  .button-artist {
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .button {
    width: auto;
    min-width: 0;
    line-height: 1.18;
    text-align: center;
  }

  .button-artist {
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 2.54rem;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.78rem;
  }

  .tagline {
    font-size: 0.95rem;
  }
}

@media (max-height: 720px) {
  .logo-mark {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 0.62rem;
  }

  .logo-svg {
    width: 4.45rem;
    height: 4.45rem;
  }

  .hero-title {
    font-size: 3.35rem;
  }

  .tagline {
    margin-top: 0.62rem;
    font-size: 1rem;
  }

  .studio-panel {
    padding: 1rem;
  }

  .studio-panel h2 {
    font-size: 1.24rem;
  }

  .studio-panel p {
    font-size: 0.88rem;
  }

  .signal-stack span {
    min-height: 5.25rem;
    padding: 0.58rem;
  }

  .button {
    min-height: 2.78rem;
    padding: 0.62rem 0.84rem;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  .hero {
    gap: 0.52rem;
    padding-top: 3.25rem;
    padding-bottom: 2rem;
  }

  .profile-display {
    min-height: 2.72rem;
    gap: 0.54rem;
  }

  .profile-avatar {
    width: 1.92rem;
    height: 1.92rem;
  }

  .profile-name {
    display: none;
  }

  .brand-lockup {
    align-self: end;
  }

  .logo-mark {
    width: 4.15rem;
    height: 4.15rem;
    margin-bottom: 0.32rem;
  }

  .logo-svg {
    width: 3.42rem;
    height: 3.42rem;
  }

  .hero-title {
    font-size: 2.18rem;
  }

  .tagline {
    display: none;
  }

  .studio-panel {
    align-self: start;
    padding: 0.62rem;
  }

  .section-kicker {
    display: none;
  }

  .studio-panel h2 {
    margin-top: 0;
    font-size: 0.98rem;
  }

  .signal-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.5rem;
  }

  .signal-stack span {
    display: block;
    min-height: 0;
    padding: 0.42rem 0.32rem;
    text-align: center;
  }

  .signal-stack em {
    display: none;
  }

  .studio-panel p {
    margin-top: 0.36rem;
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .signal-stack strong {
    font-size: 0.68rem;
  }

  .cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.5rem;
    margin-top: 0.55rem;
  }

  .button {
    width: auto;
    min-height: 2.35rem;
    padding: 0.5rem 0.42rem;
    font-size: 0.76rem;
    line-height: 1.15;
    text-align: center;
  }

  .site-footer p {
    font-size: 0.72rem;
  }
}

@media (max-height: 560px) {
  .profile-display {
    min-height: 2.34rem;
    padding: 0.34rem 0.52rem;
  }

  .profile-avatar {
    width: 1.66rem;
    height: 1.66rem;
  }

  .profile-name {
    display: none;
  }

  .profile-label {
    font-size: 0.68rem;
  }

  .logo-mark {
    width: 3.65rem;
    height: 3.65rem;
    margin-bottom: 0.24rem;
  }

  .logo-svg {
    width: 3rem;
    height: 3rem;
  }

  .hero-title {
    font-size: 1.92rem;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  .panel-summary {
    display: none;
  }

  .compact-summary {
    display: block;
  }

  .studio-panel h2 {
    font-size: 0.92rem;
  }

  .studio-panel p {
    font-size: 0.7rem;
    line-height: 1.26;
  }

  .signal-stack {
    gap: 0.36rem;
    margin-top: 0.42rem;
  }

  .signal-stack span {
    padding: 0.35rem 0.26rem;
  }

  .signal-stack strong {
    font-size: 0.64rem;
  }

  .cta-row {
    margin-top: 0.46rem;
  }

  .button {
    min-height: 2.18rem;
    padding: 0.42rem 0.34rem;
    font-size: 0.7rem;
  }

  .site-footer {
    bottom: 0.32rem;
  }

  .site-footer p {
    font-size: 0.68rem;
  }
}

@media (max-width: 760px) and (max-height: 520px) {
  .hero {
    gap: 0.42rem;
    padding-top: 2.88rem;
    padding-bottom: 1.52rem;
  }

  .brand-lockup {
    align-self: end;
  }

  .studio-panel {
    padding: 0.52rem;
  }
}

@media (max-width: 760px) and (max-height: 420px) and (orientation: landscape) {
  .hero {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 0.64rem;
    padding: 2.75rem 0.75rem 1.45rem;
  }

  .brand-lockup {
    justify-items: start;
    align-self: center;
    text-align: left;
  }

  .hero-title {
    justify-content: flex-start;
  }

  .studio-panel {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
