@font-face {
  font-family: "Favorit";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/LightwardFavorit-Light.woff") format("woff");
}

@font-face {
  font-family: "Favorit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/LightwardFavorit-Regular.woff") format("woff");
}

@font-face {
  font-family: "Favorit";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/fonts/LightwardFavorit-Bold.woff") format("woff");
}

:root {
  color-scheme: light;
  --ink: #101010;
  --muted: #5f5a4d;
  --paper: #fffbe7;
  --surface: #fffdf3;
  --line: #eadfbe;
  --cream: #fffbe7;
  --green: #2a8355;
  --green-dark: #0d5f3a;
  --seafoam: #6fc86f;
  --blue: #0e4d75;
  --coral: #b95c5d;
  --orange: #f5a63c;
  --pink: #dc5bac;
  --purple: #8c78b9;
  --yellow: #ffd208;
  --dark: #101010;
  --dark-2: #151917;
  --shadow: 0 22px 70px rgba(17, 20, 16, 0.12);
  --radius: 8px;
  --content: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

section[id],
h2[id],
article[id] {
  scroll-margin-top: 118px;
}

code {
  font-family: inherit;
  font-weight: 800;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 210, 8, 0.16), transparent 26rem),
    radial-gradient(circle at 4% 42%, rgba(42, 131, 85, 0.14), transparent 23rem),
    var(--paper);
  color: var(--ink);
  font-family:
    Favorit, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::selection {
  background: rgba(53, 92, 255, 0.18);
}

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

button,
input {
  font: inherit;
}

.scroll-progress {
  position: fixed;
  z-index: 30;
  inset: 0 auto auto 0;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--blue));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 18px max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(255, 248, 229, 0.1);
  background: rgba(16, 16, 16, 0.94);
  color: var(--cream);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.cta-actions,
.filter-bar,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 229, 0.2);
  border-radius: 7px;
  background: var(--dark);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  gap: 8px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 7px;
  color: rgba(255, 248, 229, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  opacity: 0.72;
}

.nav-links a.nav-jump {
  color: rgba(255, 248, 229, 0.66);
}

.nav-links a.nav-jump:hover svg,
.nav-links a.nav-jump:focus-visible svg {
  opacity: 1;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 210, 8, 0.16);
  color: var(--cream);
  outline: none;
}

.nav-links a.nav-cta {
  background: var(--cream);
  color: var(--dark);
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta:focus-visible {
  background: #ffffff;
  color: var(--dark);
}

.hero {
  position: relative;
  display: grid;
  min-height: 90vh;
  align-items: end;
  overflow: hidden;
  background: var(--dark);
  color: var(--cream);
}

#release-canvas,
.hero-shade,
.hero-shape-system {
  position: absolute;
}

#release-canvas {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.hero-shade {
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 76% 43%, rgba(253, 205, 0, 0.26), transparent 25rem),
    radial-gradient(circle at 95% 14%, rgba(111, 200, 111, 0.24), transparent 26rem),
    linear-gradient(90deg, rgba(16, 16, 16, 0.95) 0%, rgba(16, 16, 16, 0.76) 42%, rgba(16, 16, 16, 0.16) 100%),
    linear-gradient(0deg, rgba(16, 16, 16, 0.96) 0%, rgba(16, 16, 16, 0) 58%);
}

.hero-shape-system {
  right: max(18px, calc((100vw - 1160px) / 2 - 54px));
  top: 37%;
  z-index: 1;
  width: min(34vw, 430px);
  aspect-ratio: 1.45;
  pointer-events: none;
  transform: translateY(-24%);
}

.shape-aura,
.hero-shape {
  position: absolute;
  display: block;
}

.shape-aura {
  inset: 2% 4% auto auto;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(253, 205, 0, 0.28);
  filter: blur(34px);
}

.hero-shape {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
  opacity: 0.9;
}

.hero-shape.pill {
  width: 31%;
  height: 28%;
  border-radius: 999px 0 0 999px;
}

.hero-shape.disc {
  width: 27%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.hero-shape.pacman {
  width: 29%;
  aspect-ratio: 1;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 54% 45%, 54% 100%, 0 100%);
}

.hero-shape.block {
  width: 29%;
  aspect-ratio: 1.05;
  border-radius: 0;
}

.hero-shape.half {
  width: 27%;
  aspect-ratio: 1;
  border-radius: 0 999px 999px 0;
}

.hero-shape.golden {
  background: linear-gradient(135deg, #ffdf57, var(--yellow));
}

.hero-shape.sunset {
  background: linear-gradient(135deg, var(--orange), #d78c42);
}

.hero-shape.seafoam {
  background: linear-gradient(135deg, #86d781, var(--seafoam));
}

.hero-shape.linen {
  background: linear-gradient(135deg, var(--cream), #f0d74e);
}

.hero-shape:nth-child(2) {
  left: 0;
  top: 12%;
}

.hero-shape:nth-child(3) {
  left: 18%;
  top: 12%;
}

.hero-shape:nth-child(4) {
  left: 39%;
  top: 12%;
}

.hero-shape:nth-child(5) {
  left: 54%;
  top: 48%;
}

.hero-shape:nth-child(6) {
  left: 77%;
  top: 12%;
}

.hero-shape:nth-child(7) {
  left: 82%;
  top: 48%;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--content);
  padding: 136px 0 76px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--cream);
  opacity: 0.8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(4rem, 13vw, 10.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 248, 229, 0.88);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  border-color: rgba(255, 248, 229, 0.42);
  background: var(--cream);
  color: var(--dark);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffffff;
  outline: none;
}

.button-secondary {
  border-color: rgba(255, 248, 229, 0.35);
  background: rgba(255, 248, 229, 0.08);
  color: var(--cream);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 248, 229, 0.16);
  outline: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 10px;
  margin: 0;
}

.hero-stats div {
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(255, 248, 229, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 251, 231, 0.07);
}

.hero-stats dt {
  margin-bottom: 5px;
  color: rgba(255, 248, 229, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 780;
}

.section,
.site-footer {
  width: var(--content);
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.section-art {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section-art::before,
.section-art::after {
  position: absolute;
  content: "";
}

.geo {
  position: absolute;
  display: block;
  width: var(--geo-w, 92px);
  height: var(--geo-h, var(--geo-w, 92px));
  background: var(--geo-color, var(--yellow));
  box-shadow: 0 22px 56px rgba(16, 16, 16, 0.08);
  opacity: var(--geo-alpha, 0.82);
}

.geo.golden {
  --geo-color: #fdcd00;
}

.geo.sunset {
  --geo-color: #f2a249;
}

.geo.seafoam {
  --geo-color: var(--seafoam);
}

.geo.pink {
  --geo-color: var(--pink);
}

.geo.eclipse {
  --geo-color: #30405c;
}

.geo.purple {
  --geo-color: var(--purple);
}

.geo.linen {
  --geo-color: var(--cream);
}

.geo.disc {
  border-radius: 50%;
}

.geo.half-left {
  border-radius: 999px 0 0 999px;
}

.geo.half-right {
  border-radius: 0 999px 999px 0;
}

.geo.cap {
  border-radius: 999px 999px 0 0;
}

.geo.bowl {
  border-radius: 0 0 999px 999px;
}

.geo.pacman,
.geo.corner {
  border-radius: 50%;
}

.geo.pacman {
  clip-path: polygon(0 0, 100% 0, 100% 45%, 55% 45%, 55% 100%, 0 100%);
}

.geo.corner {
  clip-path: polygon(0 0, 100% 0, 100% 52%, 52% 52%, 52% 100%, 0 100%);
}

.geo.square {
  border-radius: 0;
}

.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
  overflow: hidden;
}

.intro-section::before {
  position: absolute;
  right: -92px;
  bottom: 18px;
  width: 500px;
  height: 310px;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 44% 56% 48% 52%;
  content: "";
  transform: rotate(-16deg);
}

.intro-section::after {
  position: absolute;
  right: 84px;
  top: 58px;
  width: 260px;
  height: 220px;
  background:
    radial-gradient(circle at 84% 68%, var(--seafoam) 0 20%, transparent 21%),
    radial-gradient(circle at 48% 30%, var(--purple) 0 22%, transparent 23%),
    linear-gradient(90deg, var(--pink) 0 32%, transparent 32% 38%, var(--yellow) 38% 66%, transparent 66%),
    linear-gradient(180deg, transparent 0 50%, var(--orange) 50% 100%);
  content: "";
  opacity: 0.34;
  filter: blur(0.2px);
  mix-blend-mode: multiply;
  display: none;
}

.intro-art {
  top: 38px;
  right: -42px;
  width: 430px;
  height: 380px;
  opacity: 0.64;
}

.intro-art::before {
  right: -18px;
  top: 12px;
  width: 318px;
  height: 340px;
  border: 1px solid rgba(16, 16, 16, 0.2);
  border-radius: 48% 52% 44% 56%;
  transform: rotate(-14deg);
}

.intro-art::after {
  left: 144px;
  top: 126px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(253, 205, 0, 0.2);
  filter: blur(30px);
}

.intro-art .geo {
  --geo-w: 120px;
  --geo-alpha: 0.78;
  clip-path: none;
}

.intro-art .geo:nth-child(1) {
  left: 54px;
  top: 18px;
  --geo-w: 124px;
  --geo-h: 124px;
  border-radius: 50%;
}

.intro-art .geo:nth-child(2) {
  left: 54px;
  top: 126px;
  --geo-h: 124px;
  border-radius: 999px 0 0 999px;
}

.intro-art .geo:nth-child(3) {
  left: 174px;
  top: 114px;
  --geo-w: 132px;
  --geo-h: 132px;
  border-radius: 0 999px 999px 0;
}

.intro-art .geo:nth-child(4) {
  left: 144px;
  top: 242px;
  --geo-w: 124px;
  --geo-h: 124px;
  border-radius: 50%;
}

.intro-art .geo:nth-child(5) {
  left: 250px;
  top: 230px;
  --geo-w: 132px;
  --geo-h: 132px;
  border-radius: 50%;
}

.intro-art .geo:nth-child(n + 6) {
  display: none;
}

.intro-section > * {
  position: relative;
  z-index: 1;
}

.intro-section > .section-art,
.updates-section > .section-art {
  position: absolute;
  z-index: 0;
}

.section-copy p,
.section-heading > p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-copy strong {
  color: var(--ink);
}

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

.name-card,
.update-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.name-card {
  display: block;
  min-height: 208px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.name-card:hover,
.name-card:focus-visible {
  border-color: rgba(16, 16, 16, 0.34);
  box-shadow: 0 16px 42px rgba(17, 20, 16, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.name-card.featured {
  background:
    linear-gradient(135deg, rgba(140, 120, 185, 0.28), rgba(14, 77, 117, 0.38)),
    var(--dark);
  color: var(--cream);
}

.name-card p {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.name-card.featured p {
  color: var(--yellow);
}

.name-card span {
  color: var(--muted);
}

.name-card.featured span {
  color: rgba(255, 248, 229, 0.72);
}

.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-lede {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.move-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
  margin-top: 18px;
}

.move-strip span,
.noscript-note {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.72);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.move-strip span {
  padding: 8px 10px;
}

.noscript-note {
  display: inline-flex;
  padding: 9px 12px;
  margin: 0 0 18px;
}

.filter-bar {
  position: relative;
  z-index: 3;
  flex: 0 1 430px;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-self: flex-start;
}

.filter-chip {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 720;
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.active {
  border-color: rgba(17, 20, 16, 0.85);
  color: var(--ink);
  outline: none;
}

.updates-section {
  position: relative;
  overflow: hidden;
}

.updates-section::before {
  position: absolute;
  top: 230px;
  right: -198px;
  width: 380px;
  height: 330px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 48% 52% 44% 56%;
  content: "";
  transform: rotate(-14deg);
}

.updates-section::after {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 260px;
  height: 170px;
  background:
    radial-gradient(circle at 18% 30%, rgba(242, 162, 73, 0.82) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 30%, rgba(253, 205, 0, 0.82) 0 18%, transparent 19%),
    radial-gradient(circle at 82% 30%, rgba(111, 200, 111, 0.78) 0 18%, transparent 19%),
    radial-gradient(circle at 34% 72%, rgba(220, 91, 172, 0.68) 0 18%, transparent 19%),
    radial-gradient(circle at 66% 72%, rgba(48, 64, 92, 0.42) 0 18%, transparent 19%);
  content: "";
  opacity: 0.32;
  mix-blend-mode: multiply;
  display: none;
}

.updates-art {
  top: 455px;
  right: -330px;
  width: 492px;
  height: 318px;
  opacity: 0.38;
  mix-blend-mode: multiply;
}

.updates-art::before {
  left: 38px;
  top: -12px;
  width: 390px;
  height: 280px;
  border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: 48% 52% 44% 56%;
  transform: rotate(-18deg);
}

.updates-art::after {
  left: 154px;
  top: 70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(253, 205, 0, 0.2);
  filter: blur(24px);
}

.updates-art .geo {
  --geo-w: 82px;
  --geo-h: 82px;
  --geo-alpha: 0.86;
  box-shadow: none;
}

.updates-art .geo:nth-child(1) {
  left: 0;
  top: 18px;
  --geo-w: 86px;
  --geo-h: 86px;
}

.updates-art .geo:nth-child(2) {
  left: 74px;
  top: 18px;
  --geo-w: 112px;
  --geo-h: 78px;
  border-radius: 999px 999px 0 0;
}

.updates-art .geo:nth-child(3) {
  left: 168px;
  top: 18px;
  --geo-w: 92px;
  --geo-h: 92px;
}

.updates-art .geo:nth-child(4) {
  left: 242px;
  top: 10px;
  --geo-w: 104px;
  --geo-h: 104px;
}

.updates-art .geo:nth-child(5) {
  left: 324px;
  top: 18px;
  --geo-w: 112px;
  --geo-h: 78px;
}

.updates-art .geo:nth-child(6) {
  left: 62px;
  top: 110px;
  --geo-w: 92px;
  --geo-h: 92px;
}

.updates-art .geo:nth-child(7) {
  left: 136px;
  top: 112px;
  --geo-w: 104px;
  --geo-h: 78px;
  border-radius: 999px 999px 0 0;
}

.updates-art .geo:nth-child(8) {
  left: 222px;
  top: 110px;
  --geo-w: 104px;
  --geo-h: 92px;
}

.updates-art .geo:nth-child(9) {
  left: 306px;
  top: 112px;
  --geo-w: 104px;
  --geo-h: 78px;
}

.updates-art .geo:nth-child(10) {
  left: 100px;
  top: 200px;
  --geo-w: 104px;
  --geo-h: 78px;
}

.updates-art .geo:nth-child(11) {
  left: 204px;
  top: 200px;
  --geo-w: 104px;
  --geo-h: 78px;
}

.updates-art .geo:nth-child(12) {
  left: 306px;
  top: 192px;
  --geo-w: 92px;
  --geo-h: 92px;
}

.updates-section > * {
  position: relative;
  z-index: 1;
}

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

.release-log-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.update-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: inherit;
  box-shadow: 0 8px 30px rgba(17, 20, 16, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.update-card:hover,
.update-card:focus-visible {
  border-color: rgba(16, 16, 16, 0.36);
  box-shadow: 0 18px 48px rgba(17, 20, 16, 0.09);
  outline: none;
  transform: translateY(-3px);
}

.update-card.hidden {
  display: none;
}

.update-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.update-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 8px;
  background: rgba(30, 159, 99, 0.12);
  color: var(--green-dark);
}

.update-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.update-tag {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.update-card h3 {
  max-width: 340px;
}

.update-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.release-log-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 18px 20px;
}

.release-log-card header {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  margin-bottom: 0;
}

.release-log-card h3 {
  max-width: none;
  margin-bottom: 5px;
  font-size: 1.28rem;
}

.release-log-card .update-link {
  align-self: center;
  margin-top: 0;
  white-space: nowrap;
}

.release-log-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.release-log-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 231, 0.74);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
}

.release-log-meta span:first-child {
  border-color: rgba(13, 95, 58, 0.2);
  background: rgba(226, 241, 218, 0.74);
  color: var(--green-dark);
}

.update-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 22px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 820;
}

.update-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.release-details-section {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
}

.release-details-section::before {
  position: absolute;
  right: -170px;
  top: 110px;
  width: 520px;
  height: 360px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 48% 52% 45% 55%;
  content: "";
  transform: rotate(-13deg);
}

.release-details-section::after {
  position: absolute;
  left: -110px;
  bottom: 90px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(111, 200, 111, 0.18), transparent 34%),
    radial-gradient(circle at 68% 62%, rgba(253, 205, 0, 0.2), transparent 42%);
  content: "";
}

.release-details-section > * {
  position: relative;
  z-index: 1;
}

.release-detail-list {
  display: grid;
  gap: 16px;
}

.release-detail-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 32px;
  align-items: stretch;
  overflow: hidden;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 14%, rgba(253, 205, 0, 0.14), transparent 15rem),
    var(--surface);
}

.release-detail-card:nth-child(even) {
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 0.92fr);
}

.release-detail-card:nth-child(even) .detail-copy {
  order: 2;
}

.release-detail-card.featured,
.release-detail-card:nth-child(4) {
  background:
    radial-gradient(circle at 74% 18%, rgba(253, 205, 0, 0.24), transparent 18rem),
    radial-gradient(circle at 18% 86%, rgba(220, 91, 172, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(48, 64, 92, 0.62), rgba(42, 131, 85, 0.18)),
    var(--dark);
  color: var(--cream);
}

.cta-section {
  padding-top: 10px;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 34px;
  align-items: end;
  overflow: hidden;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 248, 229, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 84% 12%, rgba(253, 205, 0, 0.32), transparent 20rem),
    radial-gradient(circle at 94% 92%, rgba(111, 200, 111, 0.25), transparent 18rem),
    linear-gradient(135deg, #1e2637, #082c28 62%, #101010);
  color: var(--cream);
  box-shadow: var(--shadow);
}

.cta-panel::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 248, 229, 0.18);
  border-radius: 50%;
  content: "";
}

.cta-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.cta-copy .eyebrow {
  color: var(--yellow);
}

.cta-copy h2 {
  max-width: 740px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5.8vw, 5rem);
}

.cta-copy p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 248, 229, 0.78);
  font-size: 1.1rem;
}

.cta-actions {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cta-section .button-primary {
  border-color: rgba(255, 248, 229, 0.42);
}

.cta-section .button-secondary {
  border-color: rgba(255, 248, 229, 0.35);
}

.detail-copy {
  display: grid;
  align-content: center;
}

.detail-copy h3 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 0.94;
}

.detail-copy p {
  max-width: 560px;
  color: var(--muted);
}

.release-detail-card.featured .detail-copy p,
.release-detail-card.featured .detail-copy li,
.release-detail-card:nth-child(4) .detail-copy p,
.release-detail-card:nth-child(4) .detail-copy li {
  color: rgba(255, 251, 231, 0.72);
}

.release-detail-card.featured .eyebrow,
.release-detail-card:nth-child(4) .eyebrow {
  color: var(--yellow);
}

.detail-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.detail-copy li {
  padding: 8px 10px;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
}

.release-detail-card.featured .detail-copy li,
.release-detail-card:nth-child(4) .detail-copy li {
  border-color: rgba(255, 251, 231, 0.18);
}

.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.detail-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 231, 0.66);
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 820;
  text-decoration: none;
}

.detail-links a:hover,
.detail-links a:focus-visible {
  border-color: rgba(13, 95, 58, 0.42);
  background: rgba(226, 241, 218, 0.82);
  outline: none;
}

.detail-links svg {
  width: 14px;
  height: 14px;
  margin-left: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.release-detail-card.featured .detail-links a,
.release-detail-card:nth-child(4) .detail-links a {
  border-color: rgba(255, 251, 231, 0.18);
  background: rgba(255, 251, 231, 0.1);
  color: var(--cream);
}

.release-detail-card.featured .detail-links a:hover,
.release-detail-card.featured .detail-links a:focus-visible,
.release-detail-card:nth-child(4) .detail-links a:hover,
.release-detail-card:nth-child(4) .detail-links a:focus-visible {
  border-color: rgba(253, 205, 0, 0.62);
  background: rgba(253, 205, 0, 0.14);
}

.detail-visual {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 22%, rgba(111, 200, 111, 0.2), transparent 10rem),
    radial-gradient(circle at 84% 76%, rgba(253, 205, 0, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(255, 251, 231, 0.96), rgba(232, 244, 224, 0.84));
  box-shadow: 0 24px 70px rgba(17, 20, 16, 0.08);
}

.release-detail-card.featured .detail-visual,
.release-detail-card:nth-child(4) .detail-visual {
  border-color: rgba(255, 251, 231, 0.15);
  background:
    radial-gradient(circle at 28% 18%, rgba(48, 64, 92, 0.78), transparent 12rem),
    radial-gradient(circle at 76% 42%, rgba(253, 205, 0, 0.22), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(220, 91, 172, 0.18), transparent 11rem),
    #102018;
}

.detail-kicker {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 820;
}

.detail-line {
  position: absolute;
  left: 24px;
  z-index: 1;
  width: 58%;
  height: 15px;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.18);
}

.release-detail-card.featured .detail-line {
  background: rgba(255, 251, 231, 0.22);
}

.detail-line.wide {
  top: 118px;
  width: 82%;
  background: var(--yellow);
}

.detail-line:not(.wide):not(.short) {
  top: 156px;
}

.detail-line.short {
  top: 194px;
  width: 44%;
}

.detail-orbit {
  position: absolute;
  right: -90px;
  bottom: -98px;
  width: 330px;
  height: 240px;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 48% 52% 45% 55%;
  transform: rotate(-16deg);
}

.release-detail-card.featured .detail-orbit {
  border-color: rgba(255, 251, 231, 0.18);
}

.detail-shape {
  position: absolute;
  z-index: 0;
  display: block;
  width: 126px;
  height: 126px;
  opacity: 0.78;
}

.detail-shape.one {
  right: 116px;
  top: 34px;
  border-radius: 999px 0 0 999px;
  background: var(--yellow);
}

.detail-shape.two {
  right: 40px;
  top: 34px;
  border-radius: 50%;
  background: var(--orange);
}

.detail-shape.three {
  right: 54px;
  bottom: 36px;
  border-radius: 0 999px 999px 0;
  background: var(--seafoam);
}

.release-detail-card:nth-child(3n + 2) .detail-shape.one {
  background: var(--pink);
}

.release-detail-card:nth-child(3n + 2) .detail-shape.two {
  background: var(--seafoam);
}

.release-detail-card:nth-child(3n + 2) .detail-shape.three {
  background: #30405c;
}

.release-detail-card:nth-child(3n) .detail-shape.one {
  background: var(--orange);
}

.release-detail-card:nth-child(3n) .detail-shape.two {
  background: var(--purple);
}

.release-detail-card:nth-child(3n) .detail-shape.three {
  background: var(--yellow);
}

.visual-webhooks,
.visual-ask,
.visual-agents,
.visual-oauth,
.visual-forms,
.visual-discovery,
.visual-tasks,
.visual-builder {
  isolation: isolate;
}

.visual-webhooks {
  background:
    radial-gradient(circle at 18% 26%, rgba(48, 64, 92, 0.82), transparent 13rem),
    radial-gradient(circle at 62% 36%, rgba(253, 205, 0, 0.3), transparent 13rem),
    radial-gradient(circle at 88% 82%, rgba(220, 91, 172, 0.18), transparent 12rem),
    linear-gradient(135deg, #102018, #111718);
}

.visual-webhooks::before,
.visual-ask::before,
.visual-agents::before,
.visual-oauth::before,
.visual-forms::before,
.visual-discovery::before,
.visual-tasks::before,
.visual-builder::before,
.static-detail-visual::before {
  position: absolute;
  right: -74px;
  bottom: -78px;
  z-index: 0;
  width: 270px;
  height: 220px;
  border: 1px solid rgba(255, 251, 231, 0.18);
  border-radius: 48% 52% 45% 55%;
  content: "";
  transform: rotate(-18deg);
}

.diagram-line {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.diagram-line path {
  fill: none;
  stroke: rgba(255, 251, 231, 0.24);
  stroke-linecap: round;
  stroke-width: 1.4;
}

.webhook-line path:first-child {
  stroke: rgba(253, 205, 0, 0.5);
  stroke-width: 2;
}

.webhook-line path:last-child {
  stroke: rgba(111, 200, 111, 0.4);
}

.visual-oauth .diagram-line path,
.visual-forms .diagram-line path,
.visual-discovery .diagram-line path,
.visual-tasks .diagram-line path,
.visual-builder .diagram-line path,
.visual-ask .diagram-line path {
  stroke: rgba(16, 16, 16, 0.18);
}

.webhook-node {
  position: absolute;
  z-index: 1;
  width: 180px;
  padding: 16px;
  border: 1px solid rgba(255, 251, 231, 0.2);
  border-radius: var(--radius);
  background: rgba(18, 29, 27, 0.9);
  color: var(--cream);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.webhook-node span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 251, 231, 0.64);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.webhook-node strong {
  overflow-wrap: anywhere;
}

.webhook-shopify {
  left: 34px;
  top: 78px;
  border-radius: 999px 999px 999px 0;
}

.webhook-filter {
  left: calc(50% - 86px);
  top: 166px;
  width: 172px;
  min-height: 82px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 999px 999px 999px 0;
}

.webhook-filter span {
  color: rgba(16, 16, 16, 0.62);
}

.webhook-topic {
  right: 22px;
  top: 82px;
  width: 168px;
  border-color: rgba(111, 200, 111, 0.42);
  background: rgba(33, 74, 43, 0.86);
  border-radius: 999px 999px 0 999px;
}

.visual-card,
.mini-terminal,
.agent-command,
.skill-card,
.oauth-core,
.oauth-orbit,
.option-board,
.option-field,
.userform-panel,
.search-panel,
.view-tabs,
.discovery-list,
.visual-builder pre,
.task-stack,
.task-library-card,
.builder-note {
  position: relative;
  z-index: 1;
}

.visual-card {
  position: absolute;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.visual-card.receiving {
  right: 32px;
  top: 28px;
  background: var(--seafoam);
}

.visual-card.payload {
  left: 32px;
  bottom: 34px;
  border-radius: 999px 999px 999px 0;
}

.visual-card.event-topic {
  right: 34px;
  bottom: 66px;
  background: var(--pink);
  color: var(--cream);
  border-radius: 999px 999px 0 999px;
}

.detail-visual.visual-ask {
  min-height: 340px;
  background:
    radial-gradient(circle at 24% 28%, rgba(253, 205, 0, 0.16), transparent 12rem),
    radial-gradient(circle at 78% 76%, rgba(220, 91, 172, 0.14), transparent 12rem),
    var(--surface);
}

.visual-ask::before,
.visual-agents::before,
.visual-oauth::before,
.visual-forms::before,
.visual-discovery::before,
.visual-tasks::before,
.visual-builder::before {
  border-color: rgba(16, 16, 16, 0.14);
}

.mini-terminal {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 78px;
  padding: 18px;
  border-radius: var(--radius);
  background: #121718;
  color: var(--cream);
  box-shadow: var(--shadow);
}

.mini-terminal span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-terminal p {
  margin: 16px 0;
  color: var(--cream);
}

.mini-terminal strong {
  display: block;
  color: rgba(255, 251, 231, 0.68);
  font-size: 0.9rem;
}

.mini-tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mini-tool-row span {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--dark);
  font-size: 0.8rem;
  font-weight: 820;
  text-transform: none;
}

.mini-tool-row span:nth-child(2) {
  background: var(--seafoam);
}

.mini-tool-row span:nth-child(3) {
  background: var(--pink);
  color: var(--cream);
}

.visual-agents {
  background:
    radial-gradient(circle at 82% 16%, rgba(111, 200, 111, 0.2), transparent 14rem),
    radial-gradient(circle at 20% 70%, rgba(253, 205, 0, 0.14), transparent 10rem),
    linear-gradient(135deg, #fffdf3, #eef6e8);
}

.agent-command {
  margin: 82px 24px 16px;
  padding: 14px;
  border-radius: var(--radius);
  background: #121718;
  color: var(--cream);
  font-weight: 760;
  overflow-wrap: anywhere;
}

.agent-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 24px;
}

.agent-grid span,
.skill-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  font-weight: 820;
}

.agent-grid span {
  min-height: 54px;
  background: var(--cream);
  color: #101010;
  text-shadow: none;
}

.skill-card {
  position: absolute;
  right: 28px;
  bottom: 30px;
  border-color: rgba(13, 95, 58, 0.28);
  background: rgba(111, 200, 111, 0.18);
}

.visual-oauth {
  background:
    radial-gradient(circle at 50% 50%, rgba(253, 205, 0, 0.18), transparent 13rem),
    radial-gradient(circle at 18% 78%, rgba(111, 200, 111, 0.15), transparent 10rem),
    radial-gradient(circle at 84% 22%, rgba(220, 91, 172, 0.14), transparent 10rem),
    linear-gradient(135deg, #fffdf3, #f5f8ea);
}

.oauth-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--cream);
  font-weight: 850;
  transform: translate(-50%, -50%);
}

.oauth-orbit {
  position: absolute;
  display: grid;
  min-width: 104px;
  min-height: 58px;
  place-items: center;
  padding: 10px;
  border-radius: 999px;
  color: var(--dark);
  font-weight: 820;
}

.oauth-orbit.airtable {
  left: 42px;
  top: 82px;
  background: var(--yellow);
}

.oauth-orbit.slack {
  right: 48px;
  top: 78px;
  background: var(--pink);
  color: var(--cream);
}

.oauth-orbit.google {
  left: 56px;
  bottom: 58px;
  background: var(--seafoam);
}

.oauth-orbit.custom {
  right: 54px;
  bottom: 62px;
  background: var(--orange);
}


.visual-forms {
  background:
    radial-gradient(circle at 18% 18%, rgba(253, 205, 0, 0.2), transparent 10rem),
    radial-gradient(circle at 82% 76%, rgba(220, 91, 172, 0.12), transparent 11rem),
    linear-gradient(135deg, #fffdf3, #eef6e8);
}

.option-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 78px 24px 0;
}

.option-field {
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 251, 231, 0.82);
  box-shadow: 0 14px 40px rgba(17, 20, 16, 0.06);
}

.option-field span,
.userform-panel span,
.search-panel span,
.view-tabs span,
.discovery-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.option-field strong,
.userform-panel strong,
.search-panel strong,
.view-tabs strong,
.discovery-list strong {
  overflow-wrap: anywhere;
}

.option-field.color {
  background: var(--yellow);
}

.option-field.range {
  background: rgba(111, 200, 111, 0.2);
}

.userform-panel {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 86px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(16, 16, 16, 0.13);
  border-radius: var(--radius);
  background: #121718;
  color: var(--cream);
}

.userform-panel span {
  width: 100%;
  color: var(--yellow);
}

.userform-panel strong {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 251, 231, 0.12);
}

.visual-discovery {
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 200, 111, 0.18), transparent 10rem),
    radial-gradient(circle at 82% 72%, rgba(253, 205, 0, 0.18), transparent 12rem),
    linear-gradient(135deg, #fffdf3, #f7f2dc);
}

.search-panel {
  margin: 78px 24px 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  box-shadow: 0 14px 40px rgba(17, 20, 16, 0.05);
}

.search-panel strong::before {
  margin-right: 8px;
  color: var(--green-dark);
  content: "search";
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.view-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 24px 14px;
}

.view-tabs span {
  width: 100%;
}

.view-tabs strong {
  padding: 9px 11px;
  border-radius: 999px;
  background: var(--yellow);
}

.view-tabs strong:nth-child(3) {
  background: var(--seafoam);
}

.discovery-list {
  display: grid;
  gap: 10px;
  margin: 0 24px;
}

.discovery-list div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 251, 231, 0.76);
}

.discovery-list span {
  margin-bottom: 0;
}

.visual-tasks {
  background:
    radial-gradient(circle at 18% 22%, rgba(111, 200, 111, 0.2), transparent 10rem),
    radial-gradient(circle at 82% 78%, rgba(220, 91, 172, 0.15), transparent 12rem),
    radial-gradient(circle at 66% 22%, rgba(253, 205, 0, 0.16), transparent 10rem),
    linear-gradient(135deg, #fffdf3, #eef6e8);
}

.task-stack {
  display: grid;
  gap: 10px;
  margin: 78px 24px 0;
}

.task-stack div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 251, 231, 0.78);
  box-shadow: 0 14px 40px rgba(17, 20, 16, 0.06);
}

.task-stack div:nth-child(2) {
  margin-left: 34px;
}

.task-stack div:nth-child(3) {
  margin-left: 68px;
}

.task-stack span {
  display: block;
  margin-bottom: 5px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.task-stack strong {
  font-size: 0.98rem;
}

.task-library-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--dark);
  font-weight: 860;
}

.visual-builder {
  background:
    radial-gradient(circle at 18% 20%, rgba(253, 205, 0, 0.14), transparent 10rem),
    radial-gradient(circle at 84% 78%, rgba(111, 200, 111, 0.14), transparent 12rem),
    #fffdf3;
}

.visual-builder pre {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 86px;
  padding: 18px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #121718;
  color: var(--cream);
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.45;
}

.builder-note {
  position: absolute;
  left: 34px;
  bottom: 48px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--dark);
  font-weight: 820;
}

.builder-note.secondary {
  right: 36px;
  left: auto;
  background: var(--seafoam);
}

.site-footer {
  justify-content: space-between;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  :root {
    --content: min(100vw - 30px, 720px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 13px 15px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-links a {
    padding-inline: 8px;
  }

  .nav-links .nav-cta {
    margin-left: auto;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 82% 24%, rgba(253, 205, 0, 0.2), transparent 17rem),
      linear-gradient(0deg, rgba(16, 23, 17, 0.96) 0%, rgba(16, 23, 17, 0.62) 72%, rgba(16, 23, 17, 0.2) 100%),
      linear-gradient(90deg, rgba(16, 23, 17, 0.8), rgba(16, 23, 17, 0.2));
  }

  .hero-shape-system {
    top: 142px;
    right: -108px;
    width: 330px;
    opacity: 0.36;
    transform: none;
  }

  .hero-content {
    padding: 120px 0 46px;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 7.8rem);
  }

  .hero-stats,
  .intro-section {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    max-width: 520px;
  }

  .section {
    padding: 78px 0;
  }

  .cta-section {
    padding-top: 0;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .section-art {
    opacity: 0.16;
    transform: scale(0.78);
    transform-origin: top right;
  }

  .intro-art,
  .updates-art {
    right: -210px;
  }

  .name-grid,
  .update-grid {
    grid-template-columns: 1fr;
  }

  .release-log-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .release-log-card .update-link {
    justify-self: start;
  }

  .release-detail-card,
  .release-detail-card:nth-child(even) {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .release-detail-card:nth-child(even) .detail-copy {
    order: 0;
  }

  .detail-visual {
    min-height: 260px;
  }

  .visual-agents .skill-card {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-flex;
    max-width: calc(100% - 48px);
    margin: 14px 24px 0;
  }

  .visual-forms {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 78px 24px 24px;
  }

  .option-board {
    margin: 0;
  }

  .userform-panel {
    position: relative;
    inset: auto;
  }

  .visual-forms .builder-note,
  .visual-forms .builder-note.secondary {
    position: relative;
    inset: auto;
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-right: 8px;
  }

  .visual-builder {
    display: grid;
    gap: 12px;
    min-height: 0;
    padding: 78px 24px 24px;
  }

  .visual-builder pre,
  .visual-builder .builder-note,
  .visual-builder .builder-note.secondary {
    position: relative;
    inset: auto;
  }

  .visual-builder pre {
    margin: 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
  }

  .visual-builder .builder-note,
  .visual-builder .builder-note.secondary {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-right: 8px;
  }

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

  .filter-bar {
    flex: 0 1 auto;
    max-width: 100%;
    justify-content: flex-start;
  }

}

@media (max-width: 520px) {
  .brand {
    width: 100%;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
  }

  .nav-links a {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.86rem;
  }

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

  .hero-shape-system {
    right: -150px;
    top: 116px;
    width: 310px;
    opacity: 0.24;
  }

  .button {
    width: 100%;
  }

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

  .visual-webhooks {
    display: grid;
    gap: 10px;
    min-height: 0;
    padding: 70px 18px 18px;
  }

  .visual-webhooks .diagram-line {
    display: none;
  }

  .webhook-node,
  .webhook-shopify,
  .webhook-filter,
  .webhook-topic {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 0;
    padding: 12px;
  }

  .webhook-filter {
    border-radius: var(--radius);
  }

  .webhook-topic {
    border-radius: var(--radius);
  }

  .visual-webhooks .visual-card {
    position: relative;
    inset: auto;
    width: max-content;
    max-width: 100%;
  }

  .visual-card.payload,
  .visual-card.event-topic {
    max-width: calc(100% - 52px);
  }

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

  .visual-ask {
    min-height: 0;
    padding: 78px 18px 18px;
  }

  .mini-terminal {
    position: relative;
    inset: auto;
    padding: 16px;
  }

  .visual-oauth {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 78px 18px 18px;
  }

  .visual-oauth .diagram-line {
    display: none;
  }

  .oauth-core,
  .oauth-orbit {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-width: 0;
    min-height: 48px;
    transform: none;
  }

  .visual-oauth .oauth-orbit {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .oauth-core {
    width: auto;
    height: auto;
    border-radius: var(--radius);
  }

  .option-board {
    grid-template-columns: 1fr;
  }

  .visual-forms,
  .visual-builder {
    padding: 78px 18px 18px;
  }

  .option-field {
    min-height: 76px;
  }

  .visual-tasks {
    min-height: 0;
    padding: 78px 18px 18px;
  }

  .visual-tasks .diagram-line {
    display: none;
  }

  .task-stack {
    margin: 0;
  }

  .task-stack div,
  .task-stack div:nth-child(2),
  .task-stack div:nth-child(3) {
    margin-left: 0;
  }

  .task-library-card {
    position: relative;
    inset: auto;
    width: max-content;
    max-width: 100%;
    margin-top: 12px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  section[id],
  h2[id],
  article[id] {
    scroll-margin-top: 154px;
  }

  .section-art {
    display: none;
  }

  .release-detail-card {
    padding: 18px;
  }

  .detail-copy h3 {
    font-size: clamp(1.85rem, 11vw, 3rem);
  }

  .detail-shape {
    width: 104px;
    height: 104px;
  }

  .detail-shape.one {
    right: 86px;
  }

  .detail-shape.two,
  .detail-shape.three {
    right: 20px;
  }

  .timeline-row {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .timeline-row small {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
