.footer-brand img {
  height: auto;
}

.native-ad {
  min-width: 0;
  margin-block: 56px 0;
  padding-block: 24px;
  border-block: 1px solid var(--line);
}

.native-ad[hidden] {
  display: none;
}

.native-ad-label {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.native-ad-content {
  min-width: 0;
  min-height: 240px;
  overflow-wrap: anywhere;
}

.studio-home-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 72px;
  align-items: center;
  padding-block: 88px 110px;
}

.studio-home-copy h1 em,
.studio-home h2 em {
  color: var(--gold);
  font-style: normal;
}

.studio-home-lede {
  max-width: 590px;
  margin: 28px 0 30px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.75;
}

.studio-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.studio-evidence span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--muted);
  background: #11110f;
  font-size: 11px;
}

.studio-evidence span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--gold);
}

.studio-home-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  min-height: 0;
}

.studio-home-visual::before {
  content: "";
  position: absolute;
  inset: 10% 4% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 174 24 / 19%), transparent 68%);
  filter: blur(20px);
}

.hero-app-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #3b372d;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 22px 60px rgb(0 0 0 / 45%);
}

.hero-app-media {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #090909;
}

.hero-app-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-app-info {
  display: grid;
  gap: 3px;
  align-content: start;
  padding: 16px 18px;
  border-top: 1px solid #302d26;
  background: linear-gradient(120deg, #171611, #0f0f0f);
}

.hero-app-card span,
.hero-app-card small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.hero-app-card strong {
  font: 600 15px "Space Grotesk", sans-serif;
}

.hero-app-card small {
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .04em;
}

.hero-app-info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #302d26;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-app-info a:hover {
  color: var(--gold);
}

.hero-app-info b {
  color: var(--gold);
  font-size: 16px;
}

.hero-app-editor {
  width: 100%;
}

.hero-app-core {
  width: 100%;
}

.hero-app-core .hero-app-media {
  background: radial-gradient(circle, #2a1c0d, #090909 70%);
}

.hero-app-editor .hero-app-media {
  background: radial-gradient(circle, #2f220e, #090909 70%);
}

.hero-app-editor img,
.hero-app-core img {
  width: 72%;
  height: 72%;
}

.studio-task-section,
.studio-learning-section {
  padding: 112px 0;
  border-block: 1px solid #24221d;
  background: #0d0d0b;
}

.compact-heading {
  margin-bottom: 42px;
}

.studio-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-task-grid a {
  min-height: 230px;
  padding: 25px;
  border-right: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.studio-task-grid a:last-child {
  border-right: 0;
}

.studio-task-grid a:hover {
  background: #17150f;
  transform: translateY(-3px);
}

.studio-task-grid span {
  color: var(--gold);
  font: 700 11px "Space Grotesk", sans-serif;
}

.studio-task-grid strong {
  display: block;
  margin-top: 48px;
  font: 600 19px/1.25 "Space Grotesk", sans-serif;
}

.studio-task-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.studio-product-grid {
  display: grid;
  gap: 24px;
}

.studio-product-card {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #151515, #0d0d0d);
}

.studio-product-card:nth-child(even) .product-card-media {
  order: 2;
}

.product-card-media {
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #0a0a0a;
}

.studio-product-card:nth-child(even) .product-card-media {
  border-right: 0;
  border-left: 1px solid var(--line);
}

.product-card-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-core-media {
  background: radial-gradient(circle at 50% 42%, #3a250f, #090909 65%);
}

.product-core-media img {
  width: min(68%, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 45px rgb(0 0 0 / 70%));
}

.product-card-body {
  padding: 50px;
  align-self: center;
}

.product-card-body h3 {
  max-width: 590px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.product-card-body > p:not(.eyebrow) {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.75;
}

.product-card-body ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-card-body li {
  color: var(--muted);
  font-size: 13px;
}

.product-card-body li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--gold);
}

.product-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.studio-learning-section {
  border-bottom: 1px solid #24221d;
}

.studio-learning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.studio-learning-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 25px;
  background: linear-gradient(145deg, #171713, #0f0f0e);
}

.studio-learning-grid small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.studio-learning-grid h3 {
  margin-top: 28px;
  font-size: 23px;
  line-height: 1.15;
}

.studio-learning-grid p {
  margin: 13px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.studio-learning-grid a {
  margin-top: auto;
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.studio-learning-grid a:hover,
.library-link:hover {
  color: var(--gold);
}

.library-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.library-link span {
  color: var(--gold);
  font-size: 17px;
}

.studio-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
  gap: 90px;
  align-items: start;
}

.studio-method h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

.studio-method > div > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.8;
}

.static-link {
  position: static;
  display: inline-flex;
  margin-top: 26px;
}

.method-facts {
  border-top: 1px solid var(--line);
}

.method-facts article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.method-facts strong,
.method-facts span {
  display: block;
}

.method-facts strong {
  font: 600 17px "Space Grotesk", sans-serif;
}

.method-facts span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.product-detail-hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: 64px;
  align-items: center;
  padding-block: 82px 100px;
}

.product-detail-hero h1 em,
.product-detail-page h2 em {
  color: var(--gold);
  font-style: normal;
}

.product-detail-lede {
  max-width: 610px;
  margin: 27px 0 30px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.78;
}

.product-detail-hero .hero-actions .button {
  padding-inline: 16px;
  white-space: nowrap;
}

.product-status-note {
  max-width: 600px;
  margin: 26px 0 0;
  padding-left: 15px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.product-detail-shot,
.product-shot-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #101010;
  box-shadow: 0 26px 70px rgb(0 0 0 / 48%);
}

.product-detail-shot img,
.product-shot-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-shot figcaption,
.product-shot-grid figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
}

.product-detail-shot figcaption strong,
.product-shot-grid figcaption strong {
  font: 600 14px "Space Grotesk", sans-serif;
}

.product-detail-shot figcaption span,
.product-shot-grid figcaption span {
  color: var(--muted);
  font-size: 11px;
}

.product-facts {
  border-block: 1px solid var(--line);
  background: #0d0d0b;
}

.product-facts > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-facts article {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.product-facts article:last-child {
  border-right: 0;
}

.product-facts small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.product-facts strong {
  margin-top: 9px;
  font: 600 18px "Space Grotesk", sans-serif;
}

.product-facts span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.product-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-capability-grid article {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  background: linear-gradient(145deg, #161613, #0e0e0d);
}

.product-capability-grid span {
  color: var(--gold);
  font: 700 11px "Space Grotesk", sans-serif;
}

.product-capability-grid h3 {
  margin-top: 42px;
  font-size: 25px;
}

.product-capability-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.product-interface-section {
  padding: 112px 0;
  border-block: 1px solid var(--line);
  background: #0d0d0b;
}

.product-shot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: stretch;
}

.product-shot-grid figure:not(.wide-shot) img {
  height: 460px;
  object-fit: contain;
  object-position: top;
  background: #090909;
}

.product-box {
  transform: none;
}

.product-limits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: start;
}

.product-limits h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
}

.product-limits > div > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.82;
}

.product-limits a {
  color: var(--gold);
}

.product-limits code {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px 5px;
  color: #ffe29b;
  background: #111;
}

.download-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #11110f;
}

.download-selector strong {
  margin-right: 5px;
  font: 600 12px "Space Grotesk", sans-serif;
}

.download-selector a {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--soft);
  background: #1b1913;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.download-selector a:hover {
  color: #171107;
  background: var(--gold);
}

.core-reading-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 70px;
  align-items: start;
  margin-block: 10px 40px;
  padding: 48px;
  border-radius: 22px;
}

.core-reading-section h2 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.03;
}

.core-reading-section > div > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.8;
}

.core-reading-section a,
.product-limits .requirements-card a,
.core-beta-disclaimer a,
.core-beta-warning a {
  color: var(--gold);
}

@media (max-width: 980px) {
  .studio-home-hero {
    grid-template-columns: 1fr;
  }

  .studio-home-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .studio-task-grid,
  .studio-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-task-grid a:nth-child(2) {
    border-right: 0;
  }

  .studio-task-grid a:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

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

  .studio-product-card:nth-child(even) .product-card-media {
    order: 0;
  }

  .product-card-media,
  .studio-product-card:nth-child(even) .product-card-media {
    min-height: 360px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .studio-method {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .product-detail-hero,
  .product-limits,
  .core-reading-section {
    grid-template-columns: 1fr;
  }

  .product-detail-shot {
    width: min(100%, 760px);
  }

  .product-facts > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-facts article:nth-child(2) {
    border-right: 0;
  }

  .product-facts article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .studio-home-hero {
    min-height: 0;
    gap: 45px;
    padding-block: 62px 80px;
  }

  .studio-home-lede {
    font-size: 15px;
  }

  .studio-home-visual {
    gap: 14px;
    min-height: 0;
  }

  .hero-app-editor {
    width: 100%;
  }

  .hero-app-core {
    width: 100%;
  }

  .hero-app-info {
    padding: 14px;
  }

  .studio-task-section,
  .studio-learning-section {
    padding: 80px 0;
  }

  .studio-task-grid,
  .studio-learning-grid {
    grid-template-columns: 1fr;
  }

  .studio-task-grid a,
  .studio-task-grid a:nth-child(2) {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .studio-task-grid a:last-child {
    border-bottom: 0;
  }

  .studio-task-grid strong {
    margin-top: 30px;
  }

  .product-card-body {
    padding: 30px 24px;
  }

  .product-card-media,
  .studio-product-card:nth-child(even) .product-card-media {
    min-height: 260px;
  }

  .studio-learning-grid article {
    min-height: 240px;
  }

  .closing-cta .hero-actions {
    margin-top: 28px;
  }

  .product-detail-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 60px 72px;
  }

  .product-detail-hero .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .core-reading-section {
    padding: 27px 23px;
  }

  .product-detail-lede {
    font-size: 15px;
  }

  .product-facts > div,
  .product-capability-grid,
  .product-shot-grid {
    grid-template-columns: 1fr;
  }

  .product-facts article,
  .product-facts article:nth-child(2) {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-facts article:last-child {
    border-bottom: 0;
  }

  .product-capability-grid article {
    min-height: 230px;
  }

  .product-shot-grid figure:not(.wide-shot) img {
    height: 520px;
    object-fit: contain;
    background: #090909;
  }
}
