/* The paired reference supplies conceptual planes and filaments, not buildings. */
.gs-layers {
  --gs-ground: #f7f5f2;
  --gs-panel: #f0edf1;
  --gs-ink: #24212b;
  --gs-muted: #625c6b;
  --gs-violet: #7540d3;
  --gs-glow: #ad7aff;
  --gs-rule: #ddd5e4;
}
[data-study-theme=dark] .gs-layers {
  --gs-ground: #111317;
  --gs-panel: #191a20;
  --gs-ink: #efedf4;
  --gs-muted: #bdb6c9;
  --gs-violet: #bc91ff;
  --gs-glow: #a970ff;
  --gs-rule: #38313f;
}
.gs-layers h1, .gs-layers h2 { font-weight: 350; }
.gs-layers .gs-header { background: var(--gs-ground); }
.gs-layers .gs-header-action { border-radius: 24px; padding-inline: 23px; }
.gs-layers .gs-button { border-radius: 26px; padding-inline: 24px; }
.gs-layers .gs-hero {
  height: calc(100svh - 100px);
  min-height: 820px;
  max-height: 1050px;
  border-bottom: 1px solid var(--gs-rule);
}
.gs-layers .gs-hero-copy { padding-top: 100px; }
.gs-layers .gs-hero h1 { max-width: 490px; font-size: clamp(60px, 5.7vw, 84px); }
.gs-layers .gs-hero h1 span { color: var(--gs-violet); }
.gs-layers .gs-hero-copy p { max-width: 365px; font-size: 18px; }
.gs-layers .gs-actions { flex-direction: column; align-items: flex-start; gap: 13px; }
.gs-layers .gs-hero-art img { object-position: 65% 50%; }
.gs-layers .gs-hero-art:after {
  opacity: 1;
  background: linear-gradient(90deg, var(--gs-ground), transparent 55%);
}
.gs-layers .gs-follow { padding-left: 0; }
.gs-layers .gs-system {
  grid-template-columns: minmax(0, 1fr) minmax(0, .75fr);
  column-gap: 40%;
  align-items: center;
  min-height: 600px;
  padding-block: 100px;
}
.gs-layers .gs-system h2 { font-size: clamp(38px, 3.6vw, 55px); max-width: 340px; }
.gs-layers .gs-capabilities { z-index: 1; }
.gs-layers .gs-capability { gap: 16px; border: 0; padding-block: 24px; }
.gs-layers .gs-capability h3 { font-size: 23px; }
.gs-layers .gs-capability p { font-size: 14px; }
.gs-layers .gs-capability > svg { width: 18px; }
.gs-layers .gs-terminal { width: 5px; height: 5px; }
.gs-layers .gs-system-route { display: none; }
.ly-network {
  position: absolute;
  left: 32%;
  right: 27%;
  top: 90px;
  bottom: 90px;
  pointer-events: none;
}
.ly-network svg { width: 100%; height: 100%; overflow: visible; }
.ly-filament { stroke: var(--gs-violet); stroke-width: .7; opacity: .4; }
.ly-filament:nth-child(3n) { opacity: .17; }
.ly-packet {
  stroke: var(--gs-glow);
  stroke-width: 1.5;
  stroke-dasharray: 80 1000;
  stroke-dashoffset: calc(100 - var(--route-progress, 0) * 1000);
  filter: drop-shadow(0 0 4px var(--gs-glow));
}
.gs-layers .ly-nodes { fill: var(--gs-violet); stroke: none; }
.gs-layers .gs-govern {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  min-height: 950px;
  padding-block: 110px;
  overflow: hidden;
  background: var(--gs-ground);
  border-block: 1px solid var(--gs-rule);
}
.gs-layers .gs-govern-copy { width: 44%; }
.gs-layers .gs-govern h2 { font-size: clamp(38px, 3.6vw, 55px); }
.gs-layers .gs-govern h2 span { color: var(--gs-violet); }
.gs-layers .gs-govern p { max-width: 390px; font-size: 17px; }
.gs-layers .gs-workspace {
  width: 350px;
  max-width: 42%;
  padding: 22px;
  background: var(--gs-ground);
}
.gs-layers .gs-workspace-plan { padding-block: 22px; gap: 12px; }
.gs-layers .gs-plan-trunk { top: 44px; bottom: 45px; }
.gs-layers .gs-plan-room { min-height: 35px; padding-block: 7px; font-size: 12px; }
.gs-layers .gs-plan-caption { font-size: 10px; }
.gs-layers .ly-detail { position: absolute; inset: 0; z-index: -1; }
.ly-detail picture, .ly-detail img { display: block; width: 100%; height: 100%; }
.ly-detail img { object-fit: cover; object-position: 62% 50%; }
.ly-detail:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gs-ground), transparent 65%);
}
.gs-layers .gs-open { background: var(--gs-panel); padding-block: 105px; }
.gs-layers .gs-source-symbol svg { width: 135px; height: 135px; }
.gs-layers .gs-close { min-height: 390px; }
.gs-layers .gs-close h2 { font-size: clamp(46px, 5vw, 76px); }
@media (min-width: 2100px) {
  .gs-layers .gs-hero { height: 1450px; min-height: 1450px; max-height: 1450px; }
  .gs-layers .gs-hero-art, .gs-layers .ly-detail { max-width: 2500px; margin-inline: auto; }
  .gs-layers .gs-hero-art:after, .ly-detail:after {
    background: linear-gradient(90deg, var(--gs-ground), transparent 28%, transparent 88%, var(--gs-ground));
  }
  .gs-layers .gs-hero h1 { font-size: 96px; max-width: 600px; }
  .gs-layers .gs-hero-copy p { font-size: 21px; max-width: 420px; }
  .gs-layers .gs-system { min-height: 650px; column-gap: 38%; }
  .ly-network { left: 43%; right: 39%; }
  .gs-layers .gs-govern { min-height: 1450px; padding-top: 190px; }
}
@media (max-width: 1100px) {
  .gs-layers .gs-hero h1 { font-size: 66px; max-width: 410px; }
  .gs-layers .gs-system { column-gap: 30%; }
  .ly-network { left: 35%; right: 32%; }
  .gs-layers .gs-capability h3 { font-size: 20px; }
  .gs-layers .gs-govern-copy { width: 49%; }
  .gs-layers .gs-workspace { max-width: 48%; }
}
@media (max-width: 700px) {
  .gs-layers .gs-header-action { padding: 0; }
  .gs-layers .gs-hero { height: auto; min-height: 0; max-height: none; }
  .gs-layers .gs-hero-copy { padding-top: 43px; }
  .gs-layers .gs-hero h1 { font-size: clamp(43px, 10.3vw, 64px); max-width: 510px; }
  .gs-layers .gs-hero-copy p { font-size: 17px; max-width: 375px; }
  .gs-layers .gs-actions { flex-direction: row; align-items: center; gap: 14px; }
  .gs-layers .gs-hero-art { height: 480px; margin-top: 15px; }
  .gs-layers .gs-hero-art img { object-position: 76% 50%; }
  .gs-layers .gs-hero-art:after { background: linear-gradient(var(--gs-ground), transparent 20%); }
  .gs-layers .gs-system { display: block; min-height: 0; padding-top: 70px; padding-bottom: 65px; }
  .gs-layers .gs-system h2 { max-width: 330px; font-size: 39px; }
  .ly-network { position: relative; inset: auto; height: 150px; margin: 15px 0 10px; }
  .gs-layers .gs-system h2 { position: relative; }
  .gs-layers .gs-capabilities { margin-top: 25px; }
  .gs-layers .gs-capability { padding-block: 23px; border-bottom: 1px solid var(--gs-rule); }
  .gs-layers .gs-capability h3 { font-size: 24px; }
  .gs-layers .gs-capability p { font-size: 15px; }
  .gs-layers .gs-govern { min-height: 0; padding-block: 70px; gap: 30px; }
  .gs-layers .gs-govern-copy { width: 100%; order: 0; }
  .gs-layers .gs-govern h2 { font-size: 39px; }
  .gs-layers .ly-detail { position: relative; inset: auto; order: 1; z-index: 0; width: calc(100% + 48px); height: 370px; margin-inline: -24px; }
  .ly-detail img { object-position: 79% 50%; }
  .ly-detail:after { background: linear-gradient(var(--gs-ground), transparent 18%, transparent 86%, var(--gs-ground)); }
  .gs-layers .gs-workspace { order: 2; width: 100%; max-width: none; }
  .gs-layers .gs-open { padding-block: 75px; }
  .gs-layers .gs-source-symbol svg { width: 80px; height: 80px; }
  .gs-layers .gs-close { min-height: 0; padding-block: 80px; }
  .gs-layers .gs-close h2 { font-size: 51px; }
}
@media (prefers-reduced-motion: reduce) {
  .ly-packet { stroke-dasharray: none; opacity: .45; }
}
