/* src/style.css */
.home-page {
  --color-bg: #11100f;
  --color-fg: #f7f3ea;
  --color-muted: rgba(247, 243, 234, 0.68);
  --color-border: rgba(250, 248, 244, 0.12);
  --color-border-strong: rgba(250, 248, 244, 0.22);
  --color-surface: rgba(250, 248, 244, 0.06);
  --color-surface-2: rgba(250, 248, 244, 0.1);
  --color-surface-3: rgba(250, 248, 244, 0.14);
  --color-code-bg: #171616;
  --color-code-bg-2: #211b2a;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  --shadow-elevated: 0 30px 80px rgba(0, 0, 0, 0.34);
  background: var(--color-bg);
  color: var(--color-fg);
}
.home-page::before {
  background:
    linear-gradient(rgba(250, 248, 244, 0.035) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(250, 248, 244, 0.035) 1px,
      transparent 1px),
    linear-gradient(
      180deg,
      rgba(91, 59, 162, 0.12),
      transparent 44%),
    linear-gradient(
      140deg,
      rgba(246, 201, 69, 0.06),
      transparent 38%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto;
  mask-image:
    linear-gradient(
      to bottom,
      black 0%,
      black 62%,
      transparent 100%);
  opacity: 1;
}
.home-page a {
  color: #d9cbff;
  text-decoration-color: rgba(246, 201, 69, 0.35);
}
.home-page .site-top {
  background: rgba(17, 16, 15, 0.82);
  border-bottom-color: rgba(250, 248, 244, 0.08);
  box-shadow: none;
}
.home-page .brand,
.home-page .nav a,
.home-page .footer-inner strong {
  color: var(--color-fg);
}
.home-page .brand-mark {
  border-color: rgba(250, 248, 244, 0.16);
  background: rgba(250, 248, 244, 0.08);
  box-shadow: 0 0 0 1px rgba(246, 201, 69, 0.08);
}
.home-page .nav {
  color: rgba(247, 243, 234, 0.66);
}
.home-page .nav a:hover,
.home-page .nav a:focus-visible {
  color: var(--color-fg);
  border-color: rgba(250, 248, 244, 0.12);
  background: rgba(250, 248, 244, 0.06);
}
.home-page .button {
  border-color: rgba(250, 248, 244, 0.14);
  background: rgba(250, 248, 244, 0.06);
  color: var(--color-fg);
}
.home-page .button:hover,
.home-page .button:focus-visible {
  border-color: rgba(246, 201, 69, 0.42);
  background: rgba(250, 248, 244, 0.1);
}
.home-page .button-primary {
  border-color: rgba(246, 201, 69, 0.68);
  background:
    linear-gradient(
      135deg,
      rgba(246, 201, 69, 0.92),
      rgba(244, 122, 40, 0.72));
  color: #1f1f1f;
  box-shadow: 0 16px 40px rgba(246, 201, 69, 0.12);
}
.home-page .button-primary:hover,
.home-page .button-primary:focus-visible {
  background:
    linear-gradient(
      135deg,
      #f6c945,
      #f47a28);
  color: #1f1f1f;
}
.home-header {
  padding: 0.72rem 0;
}
.home-header .nav {
  gap: 0.35rem;
  font-size: 0.86rem;
}
.home-header .nav a {
  padding: 0.45rem 0.68rem;
}
.home-header .nav .button {
  padding: 0.62rem 0.82rem;
}
.home-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 5.5rem 0 4.5rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(250, 248, 244, 0.08);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      transparent,
      var(--color-bg));
}
.home-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(250, 248, 244, 0.055) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(250, 248, 244, 0.055) 1px,
      transparent 1px);
  background-size: 88px 88px;
  opacity: 0.42;
  mask-image:
    linear-gradient(
      to bottom,
      black 0%,
      black 72%,
      transparent 100%);
}
.home-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 3rem;
  align-items: center;
}
.home-hero-copy {
  max-width: 700px;
}
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
  color: rgba(247, 243, 234, 0.76);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.home-eyebrow-mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:
    linear-gradient(
      90deg,
      transparent 42%,
      var(--color-gold) 42% 58%,
      transparent 58%),
    linear-gradient(
      0deg,
      transparent 42%,
      var(--color-green) 42% 58%,
      transparent 58%),
    var(--color-purple);
  box-shadow: 0 0 0 5px rgba(246, 201, 69, 0.09);
}
.home-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  font-size: 5.6rem;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}
.home-lede {
  max-width: 640px;
  margin: 1.25rem 0 0;
  color: var(--color-muted);
  font-size: 1.18rem;
  line-height: 1.62;
  text-wrap: balance;
}
.home-actions {
  justify-content: flex-start;
  margin-top: 1.65rem;
}
.home-actions-left {
  margin-top: 1.35rem;
}
.home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 650px;
  margin-top: 2.2rem;
}
.home-metrics div {
  min-width: 0;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(250, 248, 244, 0.14);
}
.home-metrics strong,
.home-metrics span {
  display: block;
}
.home-metrics strong {
  color: var(--color-fg);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.2;
}
.home-metrics span {
  color: rgba(247, 243, 234, 0.54);
  font-size: 0.9rem;
  line-height: 1.35;
}
.home-orbit {
  position: relative;
  min-height: 610px;
  perspective: 1100px;
}
.home-orbit::before {
  content: "";
  position: absolute;
  inset: 4% 2% 0;
  border: 1px solid rgba(91, 59, 162, 0.26);
  transform: rotateX(61deg) rotateZ(-28deg);
  transform-origin: center;
  background:
    linear-gradient(rgba(91, 59, 162, 0.16) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(91, 59, 162, 0.16) 1px,
      transparent 1px);
  background-size: 74px 74px;
  opacity: 0.92;
}
.home-orbit-plane {
  position: absolute;
  inset: 0;
  transform: rotateX(61deg) rotateZ(-28deg);
  transform-style: preserve-3d;
}
.home-tile {
  position: absolute;
  width: 178px;
  min-height: 74px;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(250, 248, 244, 0.13);
  background:
    linear-gradient(
      180deg,
      rgba(91, 59, 162, 0.5),
      rgba(23, 20, 30, 0.9));
  color: var(--color-fg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.24);
  transform: translateZ(28px);
}
.home-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(246, 201, 69, 0.18),
      transparent 48%);
  pointer-events: none;
}
.home-tile span,
.home-tile small {
  position: relative;
  display: block;
}
.home-tile span {
  font-weight: 800;
  line-height: 1.15;
}
.home-tile small {
  margin-top: 0.24rem;
  color: rgba(247, 243, 234, 0.58);
  font-size: 0.74rem;
  line-height: 1.15;
}
.tile-runtime {
  left: 14%;
  top: 26%;
}
.tile-silk {
  left: 40%;
  top: 18%;
  border-color: rgba(246, 201, 69, 0.36);
}
.tile-sage {
  left: 62%;
  top: 31%;
}
.tile-slg {
  left: 28%;
  top: 52%;
  border-color: rgba(244, 122, 40, 0.32);
}
.tile-virtnosis {
  left: 55%;
  top: 58%;
  border-color: rgba(62, 155, 101, 0.34);
}
.tile-edge {
  left: 73%;
  top: 52%;
}
.tile-policy {
  left: 5%;
  top: 47%;
  width: 138px;
}
.tile-packages {
  left: 78%;
  top: 20%;
  width: 148px;
}
.tile-center {
  left: 43%;
  top: 40%;
  width: 152px;
  min-height: 96px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(
      180deg,
      rgba(246, 201, 69, 0.24),
      rgba(91, 59, 162, 0.6));
  border-color: rgba(246, 201, 69, 0.48);
  transform: translateZ(64px);
}
.tile-center img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.tile-center span {
  margin-top: 0.35rem;
}
.home-strip {
  padding: 2.5rem 0 3.5rem;
}
.home-project-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}
.home-project-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  border: 1px solid rgba(250, 248, 244, 0.1);
  border-radius: 8px;
  background: rgba(250, 248, 244, 0.035);
  color: rgba(247, 243, 234, 0.62);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
}
.home-project-strip a:hover,
.home-project-strip a:focus-visible {
  border-color: rgba(246, 201, 69, 0.34);
  color: var(--color-fg);
  background: rgba(250, 248, 244, 0.065);
}
.home-proof {
  padding: 4.5rem 0 5rem;
  border-top: 1px solid rgba(250, 248, 244, 0.08);
  border-bottom: 1px solid rgba(250, 248, 244, 0.08);
}
.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 4rem;
  align-items: center;
}
.home-proof-copy {
  display: grid;
  gap: 1.15rem;
}
.home-rule-item {
  padding: 0.3rem 0 0.35rem 1.25rem;
  border-left: 2px solid rgba(250, 248, 244, 0.14);
}
.home-rule-item[data-active=true] {
  border-left-color: var(--color-gold);
}
.home-rule-item h2,
.home-rule-item h3 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
}
.home-rule-item h2 {
  font-size: 2.4rem;
}
.home-rule-item h3 {
  font-size: 1.35rem;
  color: rgba(247, 243, 234, 0.78);
}
.home-rule-item p {
  max-width: 460px;
  margin-top: 0.65rem;
  color: var(--color-muted);
  font-size: 1rem;
}
.home-device-map {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(91, 59, 162, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(rgba(250, 248, 244, 0.04) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(250, 248, 244, 0.04) 1px,
      transparent 1px),
    rgba(250, 248, 244, 0.025);
  background-size: 64px 64px;
  overflow: hidden;
}
.map-root,
.map-node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(250, 248, 244, 0.14);
  background: rgba(17, 16, 15, 0.76);
  color: var(--color-fg);
  font-weight: 800;
}
.map-root {
  left: 50%;
  top: 18%;
  width: 132px;
  height: 48px;
  transform: translateX(-50%);
  border-color: rgba(246, 201, 69, 0.5);
  color: var(--color-gold);
}
.map-node {
  width: 122px;
  height: 72px;
  color: rgba(247, 243, 234, 0.76);
}
.node-runtime {
  left: 12%;
  top: 62%;
}
.node-silk {
  left: 36%;
  top: 62%;
}
.node-slg {
  left: 60%;
  top: 62%;
}
.node-edge {
  left: 80%;
  top: 62%;
}
.map-line {
  position: absolute;
  left: 18%;
  right: 12%;
  top: 40%;
  height: 1px;
  background: rgba(91, 59, 162, 0.75);
}
.map-line::before,
.map-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 92px;
  top: 0;
  background: rgba(91, 59, 162, 0.75);
}
.map-line::before {
  left: 16%;
}
.map-line::after {
  right: 18%;
}
.map-line-b {
  left: 42%;
  right: auto;
  width: 1px;
  height: 92px;
}
.map-line-c {
  left: 66%;
  right: auto;
  width: 1px;
  height: 92px;
}
.map-line-b::before,
.map-line-b::after,
.map-line-c::before,
.map-line-c::after {
  display: none;
}
.home-quote {
  position: relative;
  padding: 4.75rem 0;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      rgba(91, 59, 162, 0.22) 0 48%,
      rgba(246, 201, 69, 0.08) 48% 49%,
      rgba(17, 16, 15, 0.4) 49%),
    #151311;
  border-bottom: 1px solid rgba(250, 248, 244, 0.08);
}
.home-quote blockquote {
  max-width: 920px;
  margin: 0 auto;
  color: var(--color-fg);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.home-build {
  padding: 5.5rem 0 6rem;
}
.home-build-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 4rem;
  align-items: center;
}
.home-build-copy h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}
.home-build-copy p {
  max-width: 460px;
  margin-top: 1rem;
  color: var(--color-muted);
}
.home-build-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  border: 1px solid rgba(244, 122, 40, 0.5);
  color: var(--color-orange);
  font-weight: 900;
}
.home-code-card {
  border: 1px solid rgba(250, 248, 244, 0.12);
  border-radius: 8px;
  background: rgba(250, 248, 244, 0.04);
  box-shadow: var(--shadow-elevated);
  overflow: hidden;
}
.home-code-title {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(250, 248, 244, 0.1);
  color: rgba(247, 243, 234, 0.78);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 800;
}
.home-code-card pre {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(
      180deg,
      #171616 0%,
      #1d1727 100%);
  font-size: 0.95rem;
}
.home-section {
  position: relative;
  padding: 4rem 0 4.5rem;
}
.contact-panel {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(250, 248, 244, 0.12);
}
.contact-panel h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}
.contact-links a {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 248, 244, 0.12);
  background: rgba(250, 248, 244, 0.06);
  color: var(--color-fg);
  text-decoration: none;
  font-weight: 700;
}
.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: rgba(246, 201, 69, 0.34);
  background: rgba(250, 248, 244, 0.1);
}
.home-footer {
  border-top-color: rgba(250, 248, 244, 0.08);
}
.home-footer .footer-inner {
  color: rgba(247, 243, 234, 0.56);
}
@media (max-width: 1180px) {
  .home-hero-layout,
  .home-proof-grid,
  .home-build-grid {
    grid-template-columns: 1fr;
  }
  .home-hero-copy {
    max-width: 780px;
  }
  .home-hero-copy h1 {
    max-width: 780px;
    font-size: 4.2rem;
  }
  .home-orbit {
    min-height: 500px;
  }
}
@media (max-width: 820px) {
  .home-hero {
    min-height: auto;
    padding: 4.25rem 0 3rem;
  }
  .home-hero-copy h1 {
    font-size: 3rem;
    line-height: 1;
  }
  .home-lede {
    font-size: 1.05rem;
  }
  .home-metrics,
  .home-project-strip {
    grid-template-columns: 1fr;
  }
  .home-orbit {
    min-height: 360px;
    margin-top: 1rem;
    overflow: hidden;
  }
  .home-orbit::before,
  .home-orbit-plane {
    left: -30%;
    right: -22%;
    transform: rotateX(58deg) rotateZ(-24deg) scale(0.78);
  }
  .home-tile {
    width: 150px;
    min-height: 68px;
  }
  .home-proof,
  .home-build {
    padding: 3.75rem 0;
  }
  .home-rule-item h2,
  .home-build-copy h2 {
    font-size: 2.35rem;
  }
  .home-device-map {
    min-height: 330px;
  }
  .map-root {
    top: 10%;
  }
  .map-node {
    width: 112px;
    height: 60px;
    font-size: 0.84rem;
  }
  .node-runtime {
    left: 6%;
    top: 62%;
  }
  .node-silk {
    left: 35%;
    top: 62%;
  }
  .node-slg {
    left: 64%;
    top: 62%;
  }
  .node-edge {
    display: none;
  }
  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-links {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .home-hero-copy h1 {
    font-size: 2.45rem;
  }
  .home-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .home-actions .button {
    width: 100%;
  }
}
.editorial-layout {
  --editorial-rail: 220px;
  --editorial-column-gap: 4rem;
  --editorial-page-max: 1440px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--editorial-rail) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: var(--editorial-column-gap);
  max-width: var(--editorial-page-max);
  margin: 0 auto;
  padding: 0 2rem;
  background:
    linear-gradient(
      180deg,
      #fffdf9 0%,
      var(--color-bg) 52%,
      #f5eee1 100%);
  color: var(--color-fg);
}
.editorial-layout::before {
  content: none;
}
.editorial-layout .site-top {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: 0;
  align-self: start;
  height: fit-content;
  padding-top: 6rem;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.editorial-layout .site-top .container,
.editorial-layout .site-top .container-wide {
  max-width: none;
  padding: 0;
}
.editorial-layout .site-header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  min-height: 0;
}
.editorial-layout .brand {
  color: var(--color-fg);
}
.editorial-layout .brand-mark {
  width: 30px;
  height: 30px;
  border-color: rgba(31, 31, 31, 0.14);
  background: rgba(255, 255, 255, 0.72);
}
.editorial-layout .brand-name {
  font-size: 1.48rem;
}
.editorial-layout .nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  margin-left: 0;
  color: rgba(31, 31, 31, 0.55);
  font-size: 0.88rem;
  line-height: 1.2;
}
.editorial-layout .nav a {
  padding: 0.22rem 0;
}
.editorial-layout .nav a::after {
  display: none;
}
.editorial-layout .nav a:hover,
.editorial-layout .nav a:focus-visible {
  color: var(--color-fg);
}
.editorial-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 6rem 0 0;
}
.editorial-layout .section-kicker {
  margin: 0;
  color: var(--color-fg);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}
.editorial-hero {
  max-width: 760px;
  padding-bottom: 5rem;
}
.editorial-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 5.6rem;
  font-weight: 820;
  line-height: 0.95;
  letter-spacing: 0;
}
.editorial-hero p:not(.section-kicker) {
  max-width: 650px;
  margin: 1.35rem 0 0;
  color: var(--color-muted);
  font-size: 1.1rem;
  line-height: 1.65;
}
.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}
.editorial-layout .button {
  min-height: 44px;
  border-radius: var(--radius);
  font-size: 0.94rem;
}
.editorial-layout .button-primary {
  border-color: rgba(31, 31, 31, 0.9);
  background: var(--color-fg);
  color: var(--color-bg);
  box-shadow: 0 14px 32px rgba(31, 31, 31, 0.14);
}
.editorial-layout .button-primary:hover,
.editorial-layout .button-primary:focus-visible {
  border-color: rgba(31, 31, 31, 0.9);
  background: #000;
  color: var(--color-bg);
}
.editorial-layout .button-quiet {
  border-color: rgba(31, 31, 31, 0.14);
  background: rgba(255, 255, 255, 0.54);
  color: var(--color-fg);
}
.editorial-layout .button-quiet:hover,
.editorial-layout .button-quiet:focus-visible {
  border-color: rgba(31, 31, 31, 0.24);
  background: rgba(255, 255, 255, 0.84);
}
.editorial-products {
  padding: 0 0 4.5rem;
}
.editorial-section-heading {
  margin-bottom: 1.4rem;
}
.editorial-section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.65rem;
  font-weight: 740;
  line-height: 1.08;
  letter-spacing: 0;
}
.editorial-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 760px);
  gap: 2rem;
  align-items: start;
  padding: 1.8rem 0;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
}
.editorial-product:last-child {
  border-bottom: 1px solid rgba(31, 31, 31, 0.12);
}
.editorial-product-index {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.9;
}
.editorial-product h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 740;
  line-height: 1.15;
}
.editorial-product p {
  max-width: 560px;
  margin: 0.55rem 0 0;
  color: var(--color-muted);
  line-height: 1.62;
}
.editorial-product-links {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.editorial-product-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: rgba(31, 31, 31, 0.72);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.1;
}
.editorial-product-links a:hover,
.editorial-product-links a:focus-visible {
  border-color: rgba(91, 59, 162, 0.34);
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-fg);
}
.editorial-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: var(--editorial-rail) minmax(0, 1fr) auto;
  gap: var(--editorial-column-gap);
  align-items: center;
  padding: 2.5rem 0 4rem;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
  color: rgba(31, 31, 31, 0.58);
  font-size: 0.88rem;
  line-height: 1.35;
}
.editorial-footer-contact {
  display: grid;
  gap: 0.4rem;
}
.editorial-footer-contact span {
  color: var(--color-fg);
  font-weight: 720;
}
.editorial-footer a {
  color: rgba(31, 31, 31, 0.62);
  text-decoration: none;
}
.editorial-footer a:hover,
.editorial-footer a:focus-visible {
  color: var(--color-fg);
}
.editorial-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  align-items: center;
}
.editorial-footer-links:last-child {
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  .editorial-layout {
    --editorial-rail: 180px;
    --editorial-column-gap: 2.5rem;
  }
  .editorial-hero h1 {
    font-size: 4.6rem;
  }
  .editorial-product {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}
@media (max-width: 940px) {
  .editorial-layout {
    display: block;
    padding: 0;
  }
  .editorial-layout .site-top {
    position: sticky;
    top: 0;
    padding-top: 0;
    background: rgba(250, 248, 244, 0.92);
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    backdrop-filter: blur(16px);
  }
  .editorial-layout .site-top .container,
  .editorial-layout .site-top .container-wide {
    max-width: none;
    padding: 0 var(--gutter);
  }
  .editorial-layout .site-header {
    min-height: 68px;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .editorial-layout .nav {
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.72rem;
    width: 100%;
    padding: 0 0 0.75rem;
    overflow-x: auto;
    font-size: 0.82rem;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .editorial-layout .nav::-webkit-scrollbar {
    display: none;
  }
  .editorial-main {
    padding: 3.75rem var(--gutter) 0;
  }
  .editorial-hero {
    padding-bottom: 3.5rem;
  }
  .editorial-hero h1 {
    font-size: 3.8rem;
  }
  .editorial-section-heading,
  .editorial-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }
  .editorial-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
    padding: 2rem var(--gutter) 3rem;
  }
  .editorial-footer-links:last-child {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .editorial-main {
    padding-top: 3rem;
  }
  .editorial-hero h1 {
    font-size: 3rem;
    line-height: 1.02;
  }
  .editorial-hero p:not(.section-kicker) {
    font-size: 1rem;
  }
  .editorial-actions .button {
    width: 100%;
  }
  .editorial-section-heading h2 {
    font-size: 2.1rem;
  }
  .editorial-product {
    padding: 1.45rem 0;
  }
}
/*# sourceMappingURL=style-BTAP3G7L.css.map */
