/*
 * The brand guidelines page. It is drawn with the shared site.css components (the glow hero,
 * sections, spec cards, stack columns, the enterprise grid, the FAQ and the closing band); this
 * file adds only what those do not already draw. Every class starts with .br- so nothing here
 * can reach another page.
 */

.br-page [id] {
  scroll-margin-top: 56px;
}

/* ---------- Hero: the lockup on display ---------- */

.br-hero-card {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 880px;
  margin: 0 auto 72px;
  padding: 72px;
  border: 1px solid rgb(255 255 255 / 0.8);
  border-radius: 28px;
  background: rgb(255 255 255 / 0.74);
  box-shadow: 0 30px 80px rgb(0 40 90 / 0.08);
  backdrop-filter: blur(12px);
}

.br-hero-card img {
  width: min(100%, 540px);
}

/* ---------- The logo ---------- */

.br-logos,
.br-rules {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: 20px;
  margin-top: 56px;
}

.br-rules {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.br-figure {
  margin: 0;
}

.br-stage {
  display: grid;
  place-items: center;
  height: 360px;
  border-radius: 24px;
  background: var(--sheet);
}

.br-stage-mark img {
  width: auto;
  height: 150px;
}

.br-stage-lockup img {
  width: min(76%, 500px);
}

.br-stage-rule {
  height: 300px;
}

.br-figure figcaption {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin-top: 18px;
}

.br-figure figcaption b {
  font-size: 18px;
  font-weight: 460;
}

.br-figure figcaption span {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.br-figure em {
  font-family: var(--mono);
  font-style: normal;
  color: var(--brand);
}

/* Clear space: x is half the mark's width, and the mark is 447 of the lockup's 2000. */
.br-clear {
  --lw: 280px;
  --x: calc(var(--lw) * 447 / 4000);
  position: relative;
  padding: var(--x);
  border: 1px dashed rgb(0 92 177 / 0.5);
  background:
    repeating-linear-gradient(-45deg, rgb(0 92 177 / 0.09) 0 5px, transparent 5px 10px),
    #fff;
}

.br-clear img {
  width: var(--lw);
  background: #fff;
  outline: 1px solid rgb(0 92 177 / 0.3);
}

.br-x {
  position: absolute;
  display: grid;
  place-items: center;
  color: var(--brand);
  font: 12px/1 var(--mono);
  font-style: normal;
}

.br-x-top {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--x);
}

.br-x-left {
  top: 0;
  left: 0;
  width: var(--x);
  height: 100%;
}

.br-min {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 72px;
  padding-bottom: 96px;
}

.br-min-item {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.br-min-mark {
  width: auto;
  height: 16px;
}

.br-min-lockup {
  width: 140px;
}

.br-measure {
  color: var(--muted);
  font: 12px var(--mono);
}

/* ---------- Backgrounds ---------- */

.br-bgs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}

.br-bg {
  margin: 0;
}

.br-bg-stage {
  display: grid;
  place-items: center;
  height: 240px;
  border-radius: 20px;
}

.br-bg-stage img {
  width: auto;
  height: 84px;
}

.br-bg-stage .br-bg-lockup {
  width: 72%;
  height: auto;
}

.br-bg figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-top: 14px;
  font-size: 15px;
}

.br-bg figcaption span {
  color: var(--muted);
  font: 13px var(--mono);
}

.br-on-white {
  box-shadow: inset 0 0 0 1px var(--line);
  background: #fff;
}

.br-on-sheet {
  background: var(--sheet);
}

.br-on-wash {
  background: var(--wash);
}

.br-on-dark {
  background: var(--dark);
}

.br-on-brand {
  background: var(--brand);
}

/* ---------- Do and don't ---------- */

.br-dos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}

.br-do {
  margin: 0;
}

.br-do-stage {
  display: grid;
  place-items: center;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}

.br-do-lockup {
  width: 56%;
}

.br-do-mark {
  width: auto;
  height: 92px;
}

.br-bad-stretch {
  transform: scaleX(1.45);
}

.br-bad-colour {
  filter: hue-rotate(150deg) saturate(1.4);
}

.br-bad-rotate {
  transform: rotate(-28deg);
}

.br-bad-effect {
  filter: drop-shadow(5px 7px 0 #ffb48a) drop-shadow(0 12px 16px rgb(0 40 90 / 0.45));
}

.br-do figcaption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.5;
}

.br-tag {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 64px;
  padding: 3px 10px 3px 8px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
}

.br-tag::before {
  width: 11px;
  height: 11px;
  background: center / contain no-repeat;
  content: '';
}

.br-tag-yes {
  background: var(--wash);
  color: var(--brand);
}

.br-tag-yes::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23005cb1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 6.5l2.2 2.2 4.8-5.4'/%3E%3C/svg%3E");
}

.br-tag-no {
  background: var(--ink);
  color: #fff;
}

.br-tag-no::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M3 3l6 6M9 3l-6 6'/%3E%3C/svg%3E");
}

/* ---------- Colour ---------- */

.br-blues {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.br-swatch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  min-height: 260px;
  padding: 22px;
  border-radius: 20px;
  background: var(--sw);
  color: #fff;
}

.br-swatch b {
  font-size: 18px;
  font-weight: 460;
}

.br-swatch code {
  font: 13px var(--mono);
  opacity: 0.85;
}

.br-swatch span {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.9;
}

.br-swatch-mid {
  color: #06203f;
}

.br-swatch-light {
  box-shadow: inset 0 0 0 1px rgb(0 92 177 / 0.12);
  color: var(--brand);
}

.br-greys {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.br-greys li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}

.br-greys i {
  height: 120px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: var(--sw);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.06);
}

.br-greys b {
  font-size: 16px;
  font-weight: 460;
}

.br-greys code {
  color: var(--muted);
  font: 13px var(--mono);
}

.br-greys span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

/* ---------- Gradients ---------- */

.br-grad {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
}

.br-grad-glow {
  box-shadow: inset 0 0 0 1px var(--line);
  background: #fff;
}

/* The hero's own glow, drawn at 1440 wide and scaled into the tile whole. */
.br-grad-glow .glow {
  top: -99px;
  right: auto;
  left: 50%;
  width: 1440px;
  margin-left: -720px;
  transform: scale(0.55);
  transform-origin: 50% 0;
}

.br-grad-night {
  background: #060b14;
}

.br-stops {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font: 12.5px/1.5 var(--mono);
}

/* ---------- Typography ---------- */

.br-type {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.br-face {
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.br-face-mono {
  border-color: transparent;
  background: var(--sheet);
}

.br-aa {
  font-size: 150px;
  font-weight: 460;
  line-height: 1;
  letter-spacing: -0.04em;
}

.br-face-mono .br-aa {
  font-family: var(--mono);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.br-face-copy {
  display: grid;
  gap: 4px;
  margin: 20px 0 28px;
}

.br-face-copy b {
  font-size: 21px;
  font-weight: 460;
}

.br-face-copy span {
  color: var(--muted);
  font-size: 15.5px;
}

.br-weights {
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.br-weights li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 26px;
  font-weight: var(--w);
  letter-spacing: -0.015em;
}

.br-weights code,
.br-scale-list code {
  color: var(--muted);
  font: 13px var(--mono);
  letter-spacing: 0;
}

.br-mono-card {
  margin-top: auto;
}

.br-glyphs {
  margin-bottom: 28px;
  color: var(--ink-2);
  font: 20px/1.5 var(--mono);
  letter-spacing: 0.04em;
}

.br-scale,
.br-names {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: none;
}

.br-scale-list {
  margin: 0;
  padding: 4px 28px 8px;
  list-style: none;
}

.br-scale-list li {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: baseline;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.br-scale-list li:last-child {
  border-bottom: 0;
}

.br-s-display {
  font-size: clamp(34px, 4.3vw, 62px);
  font-weight: 440;
  line-height: 1.05;
  letter-spacing: -0.024em;
}

.br-s-heading {
  font-size: clamp(30px, 3.8vw, 54px);
  font-weight: 460;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.br-s-title {
  font-size: 22px;
  font-weight: 460;
  letter-spacing: -0.02em;
}

.br-s-lead {
  color: var(--ink-2);
  font-size: 18px;
}

.br-s-body {
  color: var(--body);
  font-size: 16px;
}

.br-s-eyebrow {
  color: var(--muted);
  font-size: 15px;
}

.br-s-label {
  color: var(--muted);
  font: 13px var(--mono);
}

/* ---------- Products: a house of brands ---------- */

.br-house {
  margin-top: 56px;
  padding: 48px;
  border-radius: 28px;
  background: var(--sheet);
}

.br-house-top {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 22px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(10 30 60 / 0.06);
}

.br-house-top img {
  width: 190px;
}

.br-house-top::after,
.br-house-row::before,
.br-house-row li::before {
  position: absolute;
  background: #cdd3da;
  content: '';
}

.br-house-top::after {
  top: 100%;
  left: 50%;
  width: 1px;
  height: 28px;
}

.br-house-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.br-house-row::before {
  top: -28px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
}

.br-house-row li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 30px 16px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.br-house-row li::before {
  top: -28px;
  left: 50%;
  width: 1px;
  height: 28px;
}

.br-house-row img,
.br-house-row .br-house-chip {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
}

.br-house-row .br-house-chip {
  display: grid;
  border-radius: 15px;
  font-size: 20px;
}

.br-house-row b {
  font-size: 18px;
  font-weight: 460;
}

.br-house-row b + span {
  color: var(--muted);
  font-size: 14.5px;
}

.br-names-head,
.br-names-list > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 24px;
}

.br-names-head {
  padding: 14px 28px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font: 12px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.br-names-list {
  margin: 0;
  padding: 0 28px;
}

.br-names-list > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.br-names-list dt {
  font-size: 16px;
  font-weight: 500;
}

.br-names-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.br-names-list .br-not {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 16px;
}

.br-not s {
  text-decoration-color: rgb(0 0 0 / 0.35);
}

.br-names-foot {
  padding: 16px 28px 20px;
  color: var(--ink-2);
  font-size: 15px;
}

/* ---------- Voice ---------- */

.br-say {
  display: grid;
  gap: 10px;
}

.ent-card .br-say p {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--sheet);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}

.ent-card .br-say p + p {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--muted);
}

/* ---------- With your brand ---------- */

.br-co {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 64px;
}

.br-co-copy .ticks {
  margin: 28px 0 32px;
}

.br-co-art {
  margin: 0;
  padding: 40px;
  border-radius: 28px;
  background: var(--sheet);
}

.br-co-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 72px 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgb(10 30 60 / 0.08);
}

.br-co-pair img {
  width: 180px;
}

.br-co-rule {
  flex: none;
  width: 1px;
  height: 64px;
  background: #d3d7dc;
}

.br-co-yours {
  display: grid;
  place-items: center;
  width: 180px;
  height: 56px;
  border: 1.5px dashed #c3c8cf;
  border-radius: 12px;
  color: var(--muted);
  font: 13px var(--mono);
}

.br-co-art figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13.5px;
  text-align: center;
}

/* ---------- Downloads, behind the terms ---------- */

.br-dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  max-width: 1040px;
  margin: 56px auto 0;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgb(0 40 90 / 0.06);
}

.br-terms,
.br-files,
.br-all {
  grid-column: 1 / -1;
}

.br-terms {
  padding: 24px 28px;
  border-radius: 18px;
  background: var(--sheet);
}

.br-terms h3 {
  font-size: 18px;
}

.br-terms ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.5;
}

.br-terms a {
  color: var(--brand);
}

.br-agree {
  width: 18px;
  height: 18px;
  margin: 26px 0 0;
  accent-color: var(--brand);
  cursor: pointer;
}

.br-agree-label {
  margin-top: 24px;
  font-size: 15.5px;
  cursor: pointer;
}

.br-files {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.br-file {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.br-file-art {
  display: grid;
  place-items: center;
  height: 170px;
  border-radius: 12px;
}

.br-file-art img {
  width: auto;
  height: 76px;
}

.br-file-art.br-on-white img {
  width: 72%;
  height: auto;
}

.br-file-copy {
  display: grid;
  gap: 4px;
  padding: 16px 6px 14px;
}

.br-file-copy b {
  font-size: 17px;
  font-weight: 460;
}

.br-file-copy span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.br-lock {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-top: auto;
  padding: 0 6px;
  color: var(--faint);
  font-size: 13.5px;
}

.br-get {
  display: none;
}

.br-files .br-get {
  gap: 8px;
  margin-top: auto;
  padding: 0 6px;
}

.br-size {
  color: var(--muted);
  font-weight: 400;
}

.btn-primary .br-size {
  color: rgb(255 255 255 / 0.75);
}

.br-files .br-get .btn {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
}

.br-all {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.br-agree:checked ~ .br-files .br-get {
  display: flex;
}

.br-agree:checked ~ .br-all .br-get {
  display: inline-flex;
}

.br-agree:checked ~ .br-files .br-lock,
.br-agree:checked ~ .br-all .br-lock {
  display: none;
}

/* ---------- Narrow screens ---------- */

@media (max-width: 960px) {
  .br-logos,
  .br-rules,
  .br-type,
  .br-co,
  .br-files {
    grid-template-columns: minmax(0, 1fr);
  }

  .br-bgs,
  .br-dos,
  .br-blues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .br-greys {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .br-house-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .br-house-top::after,
  .br-house-row::before,
  .br-house-row li::before {
    display: none;
  }

  .br-co {
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .br-hero-card {
    margin: 0 var(--gutter) 56px;
    padding: 40px 28px;
  }

  .br-stage {
    height: 260px;
  }

  .br-stage-mark img {
    height: 120px;
  }

  .br-stage-rule {
    height: 240px;
  }

  .br-clear {
    --lw: 200px;
  }

  .br-min {
    gap: 40px;
    padding-bottom: 72px;
  }

  .br-bg-stage {
    height: 170px;
  }

  .br-bg-stage img {
    height: 64px;
  }

  .br-bg figcaption {
    flex-direction: column;
    gap: 2px;
  }

  .br-dos {
    grid-template-columns: minmax(0, 1fr);
  }

  .br-do-stage {
    height: 190px;
  }

  .br-swatch {
    min-height: 180px;
    padding: 18px;
  }

  .br-greys {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .br-greys i {
    height: 90px;
  }

  .br-face {
    padding: 24px;
  }

  .br-aa {
    font-size: 110px;
  }

  .br-scale-list,
  .br-names-list {
    padding: 0 18px;
  }

  .br-scale-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .br-names-head {
    display: none;
  }

  .br-names-list > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .br-names-foot {
    padding: 16px 18px 18px;
  }

  .br-house {
    padding: 20px;
  }

  .br-house-row li {
    padding: 22px 10px;
  }

  .br-co-art {
    padding: 20px;
  }

  .br-co-pair {
    flex-direction: column;
    gap: 24px;
    padding: 48px 24px;
  }

  .br-co-rule {
    width: 64px;
    height: 1px;
  }

  .br-dl {
    padding: 20px;
  }

  .br-terms {
    padding: 20px;
  }
}

/* ---------- The gradient mark: stage, tiles, browser tabs, colour stops ---------- */

.lg-stage {
  position: relative;
  max-width: var(--wrap);
  margin: 40px auto 0;
  padding: 72px 40px 84px;
  overflow: hidden;
  border-radius: 32px;
  background: #060b14;
  color: #fff;
  text-align: center;
  isolation: isolate;
}

.lg-stage-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-radial-gradient(
      circle at 50% 38%,
      transparent 0 64px,
      rgb(255 255 255 / 0.05) 65px 66px
    ),
    radial-gradient(40% 45% at 50% 36%, rgb(61 138 224 / 0.5), transparent 70%),
    radial-gradient(30% 35% at 62% 24%, rgb(255 150 100 / 0.28), transparent 70%);
}

.lg-hero-mark {
  display: block;
}

.lg-hero-mark img {
  width: 290px;
  height: 375px;
  margin: 0 auto;
}

.lg-kicker {
  margin-top: 8px;
  color: #9fb4d6;
  font: 500 13px/1.4 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lg-stage h1 {
  margin-top: 14px;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.05;
}

.lg-sub {
  max-width: 560px;
  margin: 18px auto 0;
  color: #b8c4d6;
  font-size: 18px;
  line-height: 1.55;
}

.lg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.lg-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 36px 20px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.lg-tile.is-dark {
  border-color: #1a2230;
  background: #060b14;
  color: #fff;
}

.lg-tile img {
  width: auto;
  height: 180px;
}

.lg-tile figcaption {
  display: flex;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.lg-tile.is-dark figcaption {
  color: #9fb4d6;
}

.lg-tile b {
  color: var(--ink);
  font-weight: 500;
}

.lg-tile.is-dark b {
  color: #fff;
}

.lg-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.lg-tabbar {
  padding: 14px 16px 0;
  border: 1px solid var(--line);
  border-radius: 16px 16px 0 0;
  background: #e8eaed;
}

.lg-tabbar.is-dark {
  border-color: #2a2d33;
  background: #1f2124;
}

.lg-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  padding: 11px 14px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  color: #202124;
  font-size: 13.5px;
  white-space: nowrap;
}

.lg-tabbar.is-dark .lg-tab {
  background: #35363a;
  color: #e8eaed;
}

.lg-tab i {
  margin-left: auto;
  color: #80868b;
  font-style: normal;
}

.lg-sizes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 44px;
  margin-top: 40px;
}

.lg-sizes figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.lg-sizes figcaption {
  color: var(--muted);
  font: 13px var(--mono);
}

.lg-app {
  border-radius: 22px;
  box-shadow: 0 12px 30px rgb(5 15 35 / 0.25);
}

.lg-lockups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.lg-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.lg-lockup.is-dark {
  border-color: #1a2230;
  background: #060b14;
}

.lg-lockup > img {
  width: 58px;
  height: 80px;
}

.lg-lockup .live-mark img {
  width: 76px;
  height: 98px;
  margin: -9px;
}

.lg-lockup span {
  font-size: 72px;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.lg-lockup.is-live span {
  background: linear-gradient(100deg, #6f95ff, #8fb8ff 30%, #ffb38a 60%, #6f95ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lg-flow 10s ease-in-out infinite alternate;
}

@keyframes lg-flow {
  to {
    background-position: 100% 0;
  }
}

.lg-stops {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.lg-stops li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 120px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--c) 0 62%, #fff 62%);
  box-shadow: inset 0 0 0 1px var(--line);
}

.lg-stops b {
  font-weight: 500;
}

.lg-stops code {
  color: var(--muted);
  font: 13px var(--mono);
}

.lg-art-still {
  background: radial-gradient(80% 80% at 70% 20%, #ff9f70, #1f6fd6 70%);
}

.lg-art-live {
  background: conic-gradient(from 200deg, #0a3f9c, #6f95ff, #ff9f70, #ff7438, #0a3f9c);
}

.lg-files {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.lg-files a {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  text-decoration: none;
}

.lg-files a:hover {
  border-color: var(--brand);
  color: var(--brand);
}

@media (max-width: 960px) {
  .lg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-tabs,
  .lg-lockups {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-stops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lg-stage {
    margin-right: var(--gutter);
    margin-left: var(--gutter);
    padding: 48px 20px 56px;
  }

  .lg-hero-mark img {
    width: 200px;
    height: 259px;
    margin: 0 auto;
  }

  .lg-tile img {
    height: 120px;
  }

  .lg-lockup span {
    font-size: 48px;
  }
}

.lg-stage .actions {
  margin-top: 30px;
}

.br-do-tiny {
  width: 20px;
  height: 26px;
}
