.fai-blender-product-page {
  --blender-accent: #e87d0d;
  --blender-accent-strong: #ff9d2e;
  --blender-cool: #4d91c7;
  --blender-panel: #171b22;
  --blender-panel-raised: #202630;
  --blender-line: rgba(190, 207, 224, 0.16);
}

.blender-product {
  width: 100%;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 8%, rgba(77, 145, 199, 0.12), transparent 30rem),
    #101014;
}

.blender-product h1,
.blender-product h2,
.blender-product h3,
.blender-product p {
  overflow-wrap: anywhere;
}

.blender-product .eyebrow {
  color: #aeb9c7;
}

.blender-product .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--blender-accent);
  color: #121417;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.blender-product .btn:hover {
  background: var(--blender-accent-strong);
}

.blender-product .btn:focus-visible,
.blender-product a:focus-visible,
.blender-product summary:focus-visible {
  outline: 3px solid rgba(77, 145, 199, .85);
  outline-offset: 3px;
}

.blender-product .btn.ghost {
  border-color: var(--blender-line);
  background: rgba(255, 255, 255, .025);
  color: var(--text);
}

.blender-product .btn.ghost:hover {
  border-color: rgba(232, 125, 13, .7);
  color: #fff;
}

.blender-hero {
  min-height: 680px;
  padding: clamp(70px, 9vw, 132px) clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  border-bottom: 1px solid var(--blender-line);
}

.blender-hero__copy {
  max-width: 800px;
}

.blender-hero h1,
.blender-page-heading h1 {
  margin: 12px 0 24px;
  max-width: 1000px;
  color: #f5f7fa;
  font-size: clamp(2.7rem, 5.8vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.blender-lead,
.blender-page-heading > p:last-child {
  max-width: 760px;
  color: #c4ccd6;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
}

.blender-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.blender-compatibility {
  margin-top: 18px;
  color: #929eab;
  font-size: .9rem;
}

.blender-hero__visual {
  min-height: 470px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.blender-mark {
  width: 188px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(232, 125, 13, .7);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #323a46, #15191f 68%);
  box-shadow: 0 0 0 16px rgba(232, 125, 13, .045), 0 30px 80px rgba(0, 0, 0, .55);
  z-index: 2;
}

.blender-mark span {
  color: var(--blender-accent-strong);
  font-size: 2.9rem;
  font-weight: 750;
  line-height: 1;
}

.blender-mark strong {
  margin-top: 8px;
  color: #d8dee7;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.blender-orbit {
  position: absolute;
  border: 1px solid rgba(77, 145, 199, .26);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.blender-orbit--one {
  width: min(100%, 460px);
  aspect-ratio: 1;
}

.blender-orbit--two {
  width: min(82%, 370px);
  aspect-ratio: 1;
  border-color: rgba(232, 125, 13, .24);
  transform: rotate(42deg);
}

.blender-node {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  border: 1px solid var(--blender-line);
  border-left: 3px solid var(--blender-accent);
  background: rgba(25, 30, 38, .96);
  color: #cbd2dc;
  font-size: .82rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
}

.blender-node--scene { top: 14%; left: 4%; }
.blender-node--skills { top: 22%; right: 0; border-left-color: var(--blender-cool); }
.blender-node--verify { right: 8%; bottom: 13%; }

.blender-section,
.blender-page-heading {
  padding: clamp(58px, 8vw, 112px) clamp(24px, 7vw, 112px);
  border-bottom: 1px solid var(--blender-line);
}

.blender-page-heading {
  padding-top: clamp(78px, 10vw, 145px);
  background: linear-gradient(140deg, rgba(32, 38, 48, .82), rgba(16, 16, 20, .3));
}

.blender-section__heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.blender-section__heading h2,
.blender-section--split h2,
.blender-cta h2,
.blender-doc-note h2 {
  margin: 8px 0 16px;
  color: #f0f3f7;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.blender-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--blender-line);
  background: var(--blender-line);
}

.blender-card-grid article {
  min-height: 310px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--blender-panel);
}

.blender-card-grid article:hover {
  background: var(--blender-panel-raised);
}

.blender-card__index,
.blender-feature-list article > div:first-child > span,
.blender-doc-grid article > span {
  color: var(--blender-accent-strong);
  font: 600 .78rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.blender-card-grid h3 {
  margin: 68px 0 14px;
  font-size: 1.35rem;
}

.blender-card-grid p,
.blender-feature-list p,
.blender-doc-grid p,
.blender-section--split p,
.blender-doc-note p {
  color: #aeb8c5;
}

.blender-section--split,
.blender-doc-note {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: start;
}

.blender-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blender-accent-strong);
  text-decoration: none;
}

.blender-text-link:hover {
  color: #fff;
}

.blender-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  background: linear-gradient(100deg, rgba(232, 125, 13, .095), rgba(77, 145, 199, .08));
}

.blender-cta > div:first-child {
  max-width: 760px;
}

.blender-feature-list {
  display: grid;
  gap: 0;
}

.blender-feature-list article {
  display: grid;
  grid-template-columns: minmax(160px, .32fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 100px);
  padding: 58px 0;
  border-top: 1px solid var(--blender-line);
}

.blender-feature-list article:first-child {
  border-top: 0;
}

.blender-feature-list h2,
.blender-doc-grid h2,
.blender-release-card h2 {
  margin: 0 0 16px;
  color: #edf1f6;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  line-height: 1.12;
}

.blender-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--blender-line);
  border: 1px solid var(--blender-line);
}

.blender-doc-grid article {
  min-height: 330px;
  padding: 34px;
  background: var(--blender-panel);
}

.blender-doc-grid h2 {
  margin-top: 58px;
}

.blender-release-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  border: 1px solid var(--blender-line);
  background: var(--blender-panel);
}

.blender-release-card__main,
.blender-release-card__action {
  padding: clamp(28px, 4vw, 52px);
}

.blender-release-card__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left: 1px solid var(--blender-line);
  background: rgba(77, 145, 199, .055);
}

.blender-release-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.blender-release-status {
  height: fit-content;
  padding: 6px 9px;
  border: 1px solid var(--blender-line);
  color: #cbd4df;
  font-size: .78rem;
}

.blender-release-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0;
  background: var(--blender-line);
}

.blender-release-facts > div {
  padding: 15px;
  background: #141920;
}

.blender-release-facts dt {
  color: #8995a3;
  font-size: .73rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blender-release-facts dd {
  margin: 6px 0 0;
  color: #e3e8ee;
}

.blender-checksum {
  display: grid;
  gap: 8px;
}

.blender-checksum span {
  color: #8995a3;
  font-size: .73rem;
  letter-spacing: .1em;
}

.blender-checksum code {
  display: block;
  max-width: 100%;
  padding: 12px;
  overflow-x: auto;
  border: 1px solid var(--blender-line);
  background: #0d1015;
  color: #c7d0dc;
  white-space: nowrap;
}

.blender-release-highlights {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--blender-line);
}

.blender-release-highlights li {
  padding: 18px 0 18px 34px;
  position: relative;
  border-bottom: 1px solid var(--blender-line);
  color: #b9c2ce;
}

.blender-release-highlights li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 27px;
  left: 4px;
  border: 2px solid var(--blender-accent);
  border-radius: 50%;
}

.blender-release-history {
  border: 1px solid var(--blender-line);
  background: var(--blender-panel);
}

.blender-release-history summary {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: #e5eaf0;
}

.blender-release-history summary::marker {
  color: var(--blender-accent);
}

.blender-release-history > div {
  padding: 0 24px 22px;
  color: #aeb8c5;
}

.blender-remote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.blender-remote-card {
  min-height: 480px;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--blender-line);
  background: linear-gradient(145deg, rgba(32, 38, 48, .96), rgba(20, 24, 30, .96));
}

.blender-remote-card--houdini {
  background: linear-gradient(145deg, rgba(45, 39, 20, .65), rgba(20, 24, 30, .96));
}

.blender-remote-card h2 {
  margin: 8px 0 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.blender-remote-card ul {
  margin: 18px 0 32px;
  padding-left: 20px;
  color: #aeb8c5;
}

.blender-remote-card .btn {
  margin-top: auto;
}

.blender-remote-card .remote-apk-download {
  min-width: 208px;
  border-color: #f1a84f;
  background: #d76800;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.blender-remote-card .remote-apk-download:hover {
  border-color: #ffd19d;
  background: #f07c10;
  color: #fff;
}

.remote-apk-pending {
  margin: auto 0 0;
  color: #c4ccd6;
  font-size: .92rem;
}

@media (max-width: 1100px) {
  .blender-hero {
    grid-template-columns: 1fr;
  }
  .blender-hero__visual {
    min-height: 400px;
  }
  .blender-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blender-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .blender-hero {
    min-height: 0;
    padding-top: 64px;
  }
  .blender-hero h1,
  .blender-page-heading h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }
  .blender-hero__visual {
    min-height: 320px;
    transform: scale(.88);
  }
  .blender-node--scene { left: -5%; }
  .blender-node--skills { right: -5%; }
  .blender-card-grid,
  .blender-doc-grid,
  .blender-remote-grid {
    grid-template-columns: 1fr;
  }
  .blender-card-grid article,
  .blender-doc-grid article {
    min-height: 0;
  }
  .blender-card-grid h3,
  .blender-doc-grid h2 {
    margin-top: 34px;
  }
  .blender-section--split,
  .blender-doc-note,
  .blender-feature-list article,
  .blender-release-card {
    grid-template-columns: 1fr;
  }
  .blender-feature-list article {
    padding: 40px 0;
    gap: 20px;
  }
  .blender-release-card__action {
    border-top: 1px solid var(--blender-line);
    border-left: 0;
  }
  .blender-release-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blender-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .blender-actions,
  .blender-product .btn {
    width: 100%;
  }
  .blender-release-history summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blender-product *,
  .blender-product *::before,
  .blender-product *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
