:root {
  --color-charcoal: #0f172a;
  --color-oat: #f5f7fb;
  --color-clay: #f2c661;
  --color-seafoam: #5fa8f8;
  --color-amber: #ff8a3d;
  --color-ink: rgba(15, 23, 42, 0.9);
  --color-muted: rgba(245, 247, 251, 0.72);

  --font-heading: "Sora", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-lg: 32px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --shadow-soft: 0 40px 80px rgba(16, 11, 14, 0.16);
  --shadow-card: 0 24px 48px rgba(27, 21, 24, 0.18);

  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 20px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: radial-gradient(circle at top left, rgba(242, 198, 97, 0.16), transparent 45%),
    radial-gradient(circle at bottom right, rgba(95, 168, 248, 0.16), transparent 40%),
    linear-gradient(140deg, #0c121f, #172236 55%, #1f2d40);
  color: var(--color-oat);
  font-family: var(--font-body);
  margin: 0;
  padding: 0 0 120px;
  line-height: 1.6;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  z-index: 0;
}

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

p {
  margin: 0 0 var(--spacing-md);
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  color: var(--color-oat);
  margin: 0;
}

h1 {
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(2rem, 2.8vw, 2.6rem);
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

.studio-header {
  position: sticky;
  top: 24px;
  margin: 24px auto;
  width: min(1120px, 92vw);
  padding: var(--spacing-sm) var(--spacing-md);
  background: rgba(18, 28, 45, 0.82);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  z-index: 10;
  border: 1px solid rgba(242, 198, 97, 0.24);
  box-shadow: var(--shadow-soft);
}

.studio-header__brand {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  text-decoration: none;
}

.studio-nav {
  display: flex;
  gap: var(--spacing-md);
  font-size: 0.95rem;
}

.studio-nav a {
  padding: 8px 16px;
  border-radius: 999px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.studio-nav a:hover {
  background: rgba(242, 198, 97, 0.18);
  transform: translateY(-2px);
}

.studio-logo {
  height: 44px;
  width: auto;
  display: block;
}

.pill-button {
  padding: 10px 24px;
  background: var(--color-amber);
  color: var(--color-charcoal);
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 16px 30px rgba(255, 138, 61, 0.32);
}

.pill-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(255, 138, 61, 0.4);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-clay);
  font-weight: 500;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(242, 198, 97, 0.4);
  padding-bottom: 4px;
}

.outline-button {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px dashed rgba(242, 198, 97, 0.35);
  background: transparent;
  color: var(--color-oat);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.outline-button:hover {
  background: rgba(242, 198, 97, 0.12);
}

.hero {
  position: relative;
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 160px 0 120px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.hero__blob--left {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 138, 61, 0.28), transparent 60%);
  top: -60px;
  left: -120px;
}

.hero__blob--right {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle at 60% 40%, rgba(95, 168, 248, 0.24), transparent 65%);
  right: -80px;
  bottom: 0;
}

.hero__intro {
  grid-column: 1 / span 5;
  position: relative;
  z-index: 1;
  background: rgba(18, 28, 45, 0.78);
  border-radius: var(--radius-lg);
  padding: var(--spacing-xl);
  border: 1px solid rgba(242, 198, 97, 0.18);
  box-shadow: var(--shadow-soft);
}

.hero__label {
  font-family: var(--font-heading);
  color: rgba(242, 198, 97, 0.85);
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: var(--spacing-sm);
}

.hero__body {
  color: rgba(245, 247, 251, 0.78);
  font-size: 1.05rem;
}

.hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
  padding: 0;
  margin: var(--spacing-lg) 0 var(--spacing-md);
  list-style: none;
}

.hero__features li {
  min-width: 160px;
  display: grid;
  gap: 6px;
}

.hero__features span {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-seafoam);
  line-height: 1.2;
}

.hero__features small {
  font-size: 0.85rem;
  color: rgba(245, 247, 251, 0.65);
  letter-spacing: 0.01em;
}

.hero__note {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  padding: var(--spacing-md);
  background: rgba(95, 168, 248, 0.14);
  border-radius: var(--radius-md);
  border: 1px solid rgba(95, 168, 248, 0.3);
  color: rgba(245, 247, 251, 0.85);
  font-weight: 500;
  margin-top: var(--spacing-lg);
  backdrop-filter: blur(6px);
}

.hero__note span {
  font-size: 1.6rem;
}

.hero__avatars {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
  color: rgba(242, 238, 232, 0.8);
}

.avatar-stack {
  display: grid;
  grid-auto-flow: column;
  gap: 0;
}

.avatar-stack span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(245, 247, 251, 0.6);
  background: linear-gradient(135deg, rgba(242, 198, 97, 0.66), rgba(95, 168, 248, 0.6));
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.avatar-stack span:nth-child(2) {
  transform: translateX(-14px);
}

.avatar-stack span:nth-child(3) {
  transform: translateX(-28px);
}

.hero__avatars p {
  font-size: 0.95rem;
}

.hero__avatars strong {
  color: var(--color-clay);
}

.hero__visual {
  grid-column: 6 / span 7;
  position: relative;
  z-index: 1;
  perspective: 1400px;
  padding-top: 120px;
}

.hero__carousel {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.hero__stage {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 360px;
  height: 360px;
  transform-style: preserve-3d;
  animation: stage-rotate 22s linear infinite;
  pointer-events: none;
  filter: drop-shadow(0 40px 80px rgba(12, 18, 32, 0.4));
  z-index: 2;
}

.stage-orbit {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px solid rgba(242, 198, 97, 0.35);
  box-shadow: 0 0 60px rgba(242, 198, 97, 0.18);
  transform: rotateX(72deg);
}

.stage-glow {
  position: absolute;
  inset: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 168, 248, 0.22), transparent 68%);
  transform: translateZ(-60px);
}

.stage-card {
  position: absolute;
  width: 220px;
  padding: 18px 22px;
  border-radius: 20px;
  background: rgba(18, 28, 45, 0.85);
  border: 1px solid rgba(242, 198, 97, 0.32);
  box-shadow: 0 20px 40px rgba(7, 12, 21, 0.45);
  transform-style: preserve-3d;
  backdrop-filter: blur(8px);
}

.stage-card__title {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 198, 97, 0.85);
  margin: 0 0 8px;
}

.stage-card__body {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(245, 247, 251, 0.72);
}

.stage-card--signal {
  transform: rotateY(18deg) rotateX(12deg) translateX(-40px) translateY(40px) translateZ(160px);
}

.stage-card--voice {
  transform: rotateY(-24deg) rotateX(-6deg) translateX(120px) translateY(140px) translateZ(60px);
}

.stage-card--automation {
  transform: rotateY(12deg) rotateX(-18deg) translateX(-20px) translateY(220px) translateZ(-60px);
}

.stage-card::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 24px;
  border: 1px solid rgba(95, 168, 248, 0.18);
  transform: translateZ(-40px);
}

@keyframes stage-rotate {
  0% {
    transform: rotateX(14deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(14deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(14deg) rotateY(720deg);
  }
}


.company {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 60px 0 80px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
  align-items: start;
}

.company__panel {
  grid-column: 1 / span 6;
  background: rgba(18, 28, 45, 0.72);
  border-radius: var(--radius-lg);
  padding: var(--spacing-xl);
  border: 1px solid rgba(242, 198, 97, 0.22);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: var(--spacing-md);
}

.company__eyebrow {
  font-family: var(--font-heading);
  color: rgba(242, 198, 97, 0.8);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
}

.company__panel h2 {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
}

.company__panel p {
  color: rgba(245, 247, 251, 0.74);
  margin: 0;
}

.company__pillars {
  display: grid;
  gap: var(--spacing-md);
}

.company__pillars article {
  background: rgba(31, 45, 64, 0.72);
  border-radius: var(--radius-md);
  border: 1px solid rgba(95, 168, 248, 0.2);
  padding: var(--spacing-md) var(--spacing-lg);
  display: grid;
  gap: 6px;
}

.company__pillars h3 {
  font-size: 1.1rem;
  color: var(--color-seafoam);
  margin: 0;
}

.company__pillars p {
  color: rgba(245, 247, 251, 0.7);
  font-size: 0.95rem;
}

.company__metrics {
  grid-column: 7 / span 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-lg);
}

.company__card {
  background: rgba(245, 247, 251, 0.08);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(242, 198, 97, 0.26);
  padding: var(--spacing-lg);
  backdrop-filter: blur(12px);
  display: grid;
  gap: 6px;
  box-shadow: var(--shadow-card);
}

.company__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(242, 198, 97, 0.7);
}

.company__card p {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-oat);
}

.company__card small {
  color: rgba(245, 247, 251, 0.6);
  font-size: 0.85rem;
}

.app-scroller {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 12px;
  margin-right: -12px;
}

.app-scroller::-webkit-scrollbar {
  height: 6px;
}

.app-scroller::-webkit-scrollbar-thumb {
  background: rgba(242, 238, 232, 0.2);
  border-radius: 999px;
}

.app-card {
  flex: 0 0 300px;
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  background: rgba(18, 28, 45, 0.82);
  border: 1px solid rgba(242, 198, 97, 0.2);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  transform-style: preserve-3d;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.app-card:hover {
  transform: translateY(-16px) rotateX(6deg) rotateY(-6deg);
  box-shadow: 0 36px 68px rgba(0, 0, 0, 0.32);
}

.app-card header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.app-card h2 {
  font-size: 1.8rem;
}

.app-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  border: 1px solid rgba(242, 198, 97, 0.18);
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.5);
  background: rgba(15, 17, 28, 0.65);
}

.app-tag {
  background: rgba(242, 198, 97, 0.16);
  color: var(--color-clay);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  width: fit-content;
}

.app-card__summary {
  color: rgba(245, 247, 251, 0.78);
  font-size: 0.98rem;
}

.brand {
  width: min(1120px, 92vw);
  margin: 0 auto 120px;
  padding: 60px 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.35fr);
  gap: var(--spacing-xl);
  align-items: start;
}

.brand__intro p:last-child {
  margin-bottom: 0;
}

.brand__eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(242, 198, 97, 0.6);
  margin-bottom: var(--spacing-sm);
}

.brand__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-lg);
}

.brand__card {
  background: rgba(18, 28, 45, 0.82);
  border: 1px solid rgba(242, 198, 97, 0.2);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  box-shadow: 0 30px 44px rgba(8, 12, 22, 0.28);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.brand__card h3 {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 247, 251, 0.82);
}

.brand__card p {
  margin-bottom: 0;
  color: rgba(245, 247, 251, 0.75);
}

.brand__swatches {
  margin: var(--spacing-sm) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--spacing-sm);
}

.brand__swatch {
  background: var(--swatch, rgba(245, 247, 251, 0.18));
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.35), 0 12px 26px rgba(12, 18, 28, 0.24);
}

.brand__swatch span {
  font-weight: 600;
}

.brand__swatch small {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.brand__type-sample {
  display: grid;
  gap: var(--spacing-xs);
  padding: var(--spacing-md);
  border-radius: var(--radius-md);
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(242, 198, 97, 0.18);
}

.brand__type-headline {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.brand__type-body {
  font-size: 0.9rem;
  color: rgba(242, 198, 97, 0.72);
  margin: 0;
}

.brand__tags,
.brand__voice {
  list-style: none;
  margin: var(--spacing-sm) 0 0;
  padding: 0;
  display: grid;
  gap: var(--spacing-xs);
}

.brand__tags li {
  background: rgba(242, 198, 97, 0.12);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.9rem;
  color: rgba(245, 247, 251, 0.78);
  border: 1px solid rgba(242, 198, 97, 0.18);
}

.brand__voice li {
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-md);
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(242, 198, 97, 0.16);
  font-size: 0.92rem;
}

.brand__voice strong {
  font-family: var(--font-heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(242, 198, 97, 0.8);
}

.brand__voice span {
  color: rgba(245, 247, 251, 0.78);
}

.app-metrics {
  display: grid;
  gap: var(--spacing-sm);
}

.app-metrics div {
  background: rgba(245, 247, 251, 0.08);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(242, 198, 97, 0.18);
}

.app-metrics dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(242, 198, 97, 0.7);
  margin-bottom: 4px;
}

.app-metrics dd {
  margin: 0;
  font-weight: 600;
  color: var(--color-oat);
}

.app-card--pingmetrics::after,
.app-card--researchaudio::after,
.app-card--voicebrief::after,
.app-card--placeholder::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: -1;
}

.app-card--pingmetrics::after {
  background: radial-gradient(circle, rgba(95, 168, 248, 0.55), transparent);
  top: -30px;
  right: -60px;
}

.app-card--researchaudio::after {
  background: radial-gradient(circle, rgba(242, 198, 97, 0.5), transparent);
  bottom: -60px;
  left: -80px;
}

.app-card--voicebrief::after {
  background: radial-gradient(circle, rgba(255, 138, 61, 0.45), transparent);
  top: -50px;
  left: -50px;
}

.app-card--placeholder {
  border: 1px dashed rgba(242, 198, 97, 0.3);
  background: rgba(18, 28, 45, 0.6);
}

.insights {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}

.insights__timeline {
  grid-column: 1 / span 5;
  position: relative;
}

.insights__timeline h2 {
  margin-bottom: var(--spacing-lg);
}

.insights__timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.insights__timeline ol::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(242, 238, 232, 0.4), transparent);
}

.insights__timeline li {
  margin-left: 40px;
  position: relative;
  padding-bottom: var(--spacing-lg);
}

.insights__timeline li::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-clay);
  box-shadow: 0 0 0 6px rgba(242, 198, 97, 0.2);
}

.insights__timeline time {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: var(--spacing-sm);
  color: rgba(242, 198, 97, 0.8);
}

.timeline-card {
  background: rgba(18, 28, 45, 0.74);
  border-radius: var(--radius-md);
  padding: var(--spacing-md) var(--spacing-lg);
  border: 1px solid rgba(242, 198, 97, 0.18);
  box-shadow: 0 20px 40px rgba(16, 11, 14, 0.15);
}

.insights__log {
  grid-column: 6 / span 7;
  display: grid;
  gap: var(--spacing-lg);
}

.log-card {
  background: rgba(18, 28, 45, 0.82);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  border: 1px solid rgba(242, 198, 97, 0.18);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: var(--spacing-md);
}

.log-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(245, 247, 251, 0.68);
}

.waveform {
  display: grid;
  grid-auto-flow: column;
  gap: 6px;
  align-items: end;
  height: 60px;
  padding: var(--spacing-sm) 0;
}

.waveform span {
  width: 6px;
  background: linear-gradient(to top, rgba(255, 138, 61, 0.12), rgba(255, 138, 61, 0.7));
  animation: pulse 1.6s ease-in-out infinite;
  border-radius: 999px;
}

.waveform span:nth-child(odd) {
  animation-delay: 0.2s;
}

.waveform span:nth-child(even) {
  animation-delay: 0.4s;
}

.waveform span:nth-child(3n) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%,
  100% {
    height: 18px;
  }
  50% {
    height: 52px;
  }
}

.sketch-strip {
  display: grid;
  grid-auto-flow: column;
  gap: var(--spacing-sm);
  margin: var(--spacing-sm) 0;
}

.sketch-strip span {
  height: 90px;
  border-radius: var(--radius-sm);
  background: repeating-linear-gradient(
      135deg,
      rgba(242, 198, 97, 0.14),
      rgba(242, 198, 97, 0.14) 12px,
      rgba(95, 168, 248, 0.2) 12px,
      rgba(95, 168, 248, 0.2) 24px
    ),
    radial-gradient(circle at top left, rgba(242, 198, 97, 0.32), transparent 60%);
}

.log-card--data ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--spacing-sm);
  color: rgba(245, 247, 251, 0.76);
}

.suite {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 80px 0;
  display: grid;
  gap: var(--spacing-xl);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-lg);
}

.section-heading p {
  max-width: 420px;
  color: rgba(245, 247, 251, 0.75);
}

.suite__grid {
  display: grid;
  gap: var(--spacing-lg);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cta {
  width: min(1120px, 92vw);
  margin: 0 auto 140px;
}

.cta__panel {
  position: relative;
  padding: 64px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(12, 19, 32, 0.94), rgba(20, 30, 48, 0.92));
  border: 1px solid rgba(242, 198, 97, 0.28);
  box-shadow: 0 50px 90px rgba(6, 10, 18, 0.55);
  overflow: hidden;
  display: grid;
  gap: var(--spacing-md);
}

.cta__panel::before,
.cta__panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.65;
  pointer-events: none;
}

.cta__panel::before {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(95, 168, 248, 0.55), transparent 70%);
}

.cta__panel::after {
  width: 280px;
  height: 280px;
  bottom: -140px;
  left: -60px;
  background: radial-gradient(circle, rgba(242, 198, 97, 0.58), transparent 68%);
}

.cta__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(242, 198, 97, 0.76);
}

.cta__panel p {
  max-width: 660px;
  color: rgba(245, 247, 251, 0.76);
}

.cta__actions {
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

.cta__steps {
  list-style: none;
  margin: var(--spacing-lg) 0 0;
  padding: 0;
  display: grid;
  gap: var(--spacing-md);
}

.cta__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-md);
  align-items: start;
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: var(--radius-md);
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(95, 168, 248, 0.22);
  box-shadow: inset 0 0 0 1px rgba(12, 18, 31, 0.4);
}

.cta__steps span {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242, 198, 97, 0.82);
  padding-top: 4px;
}

.cta__steps h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.cta__steps p {
  margin: 0;
  color: rgba(245, 247, 251, 0.75);
}

.case-card {
  position: relative;
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  background: rgba(18, 28, 45, 0.76);
  border: 1px solid rgba(242, 198, 97, 0.18);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: var(--spacing-sm);
  transform: rotate(-1deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:nth-child(2n) {
  transform: rotate(1.6deg);
}

.case-card:hover {
  transform: translateY(-12px) rotate(0deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

.case-card h3 {
  font-size: 1.25rem;
}

.case-card__problem,
.case-card__solution,
.case-card__stack {
  color: rgba(245, 247, 251, 0.78);
  font-size: 0.95rem;
}

.case-card--placeholder {
  border: 1px dashed rgba(242, 198, 97, 0.36);
  background: rgba(18, 28, 45, 0.42);
}

.studio-footer {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 80px 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--spacing-xl);
  border-top: 1px solid rgba(242, 198, 97, 0.16);
}

.footer__col h2,
.footer__col h3 {
  margin-bottom: var(--spacing-sm);
}

.footer__col p,
.footer__col ul {
  color: rgba(245, 247, 251, 0.7);
  font-size: 0.95rem;
  margin: 0;
}

.footer__col ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--spacing-sm);
}

.footer__form {
  display: grid;
  gap: var(--spacing-sm);
  background: rgba(18, 28, 45, 0.76);
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(242, 198, 97, 0.2);
  box-shadow: var(--shadow-card);
}

.footer__form label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(242, 198, 97, 0.72);
}

.footer__form textarea,
.footer__form input {
  background: rgba(245, 247, 251, 0.06);
  border: 1px solid rgba(242, 198, 97, 0.2);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--color-oat);
  font-family: var(--font-body);
  resize: vertical;
}

.footer__form textarea:focus,
.footer__form input:focus {
  outline: none;
  border-color: rgba(242, 198, 97, 0.6);
  box-shadow: 0 0 0 3px rgba(242, 198, 97, 0.22);
}

.footer__note {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(245, 247, 251, 0.6);
  font-size: 0.85rem;
  margin-top: var(--spacing-lg);
}

.footer__note span {
  font-family: var(--font-heading);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 198, 97, 0.85);
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .brand {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  .brand__grid {
    grid-template-columns: 1fr;
  }

  .hero__intro,
  .hero__visual {
    grid-column: 1 / -1;
  }

  .hero__visual {
    padding-top: 0;
  }

  .hero__stage {
    display: none;
  }

  .company {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
    padding: 40px 0 60px;
  }

  .company__panel,
  .company__metrics {
    grid-column: 1 / -1;
  }

  .company__metrics {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .hero__carousel {
    margin-top: var(--spacing-lg);
  }

  .insights {
    grid-template-columns: 1fr;
  }

  .insights__timeline,
  .insights__log {
    grid-column: 1 / -1;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta__panel {
    padding: 48px;
  }

  .cta__steps li {
    grid-template-columns: 1fr;
  }

  .cta__steps span {
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 80px;
  }

  .studio-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
  }

  .studio-nav {
    flex-wrap: wrap;
  }

  .hero {
    padding: 100px 0 80px;
  }

  .hero__intro {
    padding: var(--spacing-lg);
  }

  .hero__visual {
    padding-top: 0;
  }

  .hero__stage {
    display: none;
  }

  .hero__features {
    gap: var(--spacing-md);
  }

  .app-card {
    flex: 0 0 85vw;
  }

  .brand__voice li {
    flex-direction: column;
    align-items: flex-start;
  }

  .suite {
    padding: 60px 0;
  }

  .company__metrics {
    grid-template-columns: 1fr;
  }

  .studio-footer {
    grid-template-columns: 1fr;
  }

  .cta__panel {
    padding: 40px var(--spacing-lg);
  }

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