* {
  box-sizing: border-box;
}

:root {
  --serif: "Times New Roman", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --ink: #2f2816;
  --muted: rgba(47, 40, 22, 0.72);
  --line: rgba(86, 67, 28, 0.28);
  --gold: #8b6f22;
  --red: #a64032;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #080808;
  color: var(--ink);
  font-family: var(--serif);
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.gate-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--sans);
  isolation: isolate;
}

.gate-bg,
.gate-vignette,
.warm-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.gate-bg {
  background-image: url("./assets/gce-bg.png");
  background-position: center;
  background-size: cover;
  filter: contrast(1.08) brightness(0.78) saturate(1.12);
  z-index: 0;
}

.gate-vignette {
  background:
    radial-gradient(ellipse at 50% 53%, rgba(0, 153, 255, 0.18), transparent 31%),
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0, 0, 0, 0.38) 72%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 19%, transparent 72%, rgba(0, 0, 0, 0.72));
  z-index: 0;
}

.gate-nav {
  position: fixed;
  z-index: 30;
  top: 42px;
  left: 50%;
  width: min(920px, calc(100vw - 96px));
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 15px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gate-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.gate-nav a:last-child {
  color: #68d6ff;
}

.gate-nav span {
  color: rgba(255, 255, 255, 0.56);
}

.gate-content {
  position: absolute;
  left: 50%;
  top: 52vh;
  width: min(1040px, 92vw);
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 125, 255, 0.38);
  z-index: 3;
}

.gce-mark {
  width: clamp(150px, 14vw, 215px);
  height: clamp(150px, 14vw, 215px);
  margin: 0 0 42px;
  filter: drop-shadow(0 0 18px rgba(120, 205, 255, 0.44));
}

.mark-lines {
  fill: none;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gate-content h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  width: 100%;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.gate-content p {
  margin: 26px 0 255px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.gate-actions {
  display: grid;
  gap: 28px;
  width: min(430px, 88vw);
}

.gce-button {
  display: grid;
  place-items: center;
  height: 65px;
  border: 1px solid rgba(109, 207, 255, 0.86);
  border-radius: 5px;
  background: rgba(0, 9, 20, 0.28);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 18px rgba(70, 170, 255, 0.12), 0 0 20px rgba(45, 157, 255, 0.25);
  text-decoration: none;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 300;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.gce-button:hover {
  background: rgba(44, 151, 255, 0.1);
}

.gate-footer {
  width: min(920px, calc(100vw - 96px));
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  justify-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.gate-footer a {
  color: inherit;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.04em;
}

.socials,
.values {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials {
  gap: 22px;
  color: rgba(225, 243, 255, 0.92);
  font-size: 22px;
}

.values {
  gap: 22px;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gce-hero-space {
  height: 100vh;
  min-height: 960px;
}

.gce-section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 130px 6vw 115px;
  display: grid;
  place-items: center;
  color: rgba(244, 249, 255, 0.92);
}

.gce-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 14, 28, 0.56) 48%, rgba(0, 0, 0, 0.78)),
    radial-gradient(ellipse at center, rgba(18, 126, 220, 0.18), transparent 56%);
}

.gce-section.compact {
  min-height: 74vh;
}

.gce-section.finale {
  min-height: 86vh;
  text-align: center;
}

.gce-inner {
  width: min(920px, 100%);
  margin: 0 auto;
}

.gce-inner.wide {
  width: min(1180px, 100%);
}

.gce-inner.form-inner {
  width: min(620px, 100%);
  text-align: center;
}

.gce-state,
.pulse-code {
  margin: 0 0 28px;
  color: rgba(171, 223, 255, 0.78);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 1.8;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(78, 183, 255, 0.45);
}

.gce-section h2 {
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sans);
  font-size: clamp(36px, 5vw, 74px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(85, 183, 255, 0.34);
}

.gce-panel,
.gce-card {
  border: 1px solid rgba(123, 207, 255, 0.26);
  background: rgba(1, 10, 22, 0.52);
  box-shadow: inset 0 0 34px rgba(78, 174, 255, 0.07), 0 0 22px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.gce-panel {
  padding: clamp(28px, 4vw, 58px);
}

.gce-panel.center-panel {
  text-align: center;
}

.gce-panel.intro-panel {
  margin-bottom: 28px;
}

.gce-panel h3,
.gce-card h3 {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.gce-panel p,
.gce-card p,
.gce-panel li,
.gce-card li,
.gce-lead,
.gce-principle {
  color: rgba(236, 247, 255, 0.86);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 300;
  line-height: 1.65;
}

.gce-panel p,
.gce-card p {
  margin: 0 0 20px;
}

.gce-panel p:last-child,
.gce-card p:last-child {
  margin-bottom: 0;
}

.gce-panel ul,
.gce-card ul {
  margin: 0;
  padding-left: 20px;
}

.gce-grid {
  display: grid;
  gap: 18px;
}

.gce-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

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

.gce-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gce-card {
  padding: 28px;
}

.gce-output {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.gce-output span {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(123, 207, 255, 0.22);
  background: rgba(1, 10, 22, 0.38);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gce-lead {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.gce-lead.small {
  max-width: 520px;
  margin-top: 12px;
  font-size: 18px;
}

.gce-principle {
  max-width: 780px;
  margin: 34px auto 0;
  text-align: center;
}

.gce-form {
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.gce-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-align: left;
  text-transform: uppercase;
}

.gce-form input,
.gce-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(123, 207, 255, 0.38);
  border-radius: 4px;
  background: rgba(0, 8, 18, 0.62);
  color: rgba(255, 255, 255, 0.92);
  padding: 0 15px;
  font: 18px var(--sans);
}

.gce-form input::placeholder {
  color: rgba(225, 243, 255, 0.42);
}

.broadcaster-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(860px, 100%);
}

.broadcaster-form .agreement,
.broadcaster-form .gce-button {
  grid-column: 1 / -1;
}

.agreement {
  grid-template-columns: 24px 1fr;
  align-items: start;
  text-transform: none !important;
  letter-spacing: 0.03em !important;
  line-height: 1.6;
}

.agreement input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.external-uqcft {
  display: inline-grid;
  place-items: center;
  min-height: 56px;
  margin-top: 26px;
  padding: 0 28px;
  border: 1px solid rgba(123, 207, 255, 0.48);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-height: 820px) {
  .gate-nav {
    top: 28px;
    padding-bottom: 18px;
    font-size: 13px;
  }

  .gate-content {
    top: 108px;
    transform: translateX(-50%);
    width: min(1060px, 94vw);
  }

  .gce-mark {
    width: 132px;
    height: 132px;
    margin-bottom: 24px;
  }

  .mark-lines {
    stroke-width: 7;
  }

  .gate-content h1 {
    font-size: clamp(28px, 3.15vw, 40px);
    line-height: 1.32;
    letter-spacing: 0.23em;
  }

  .gate-content p {
    margin: 18px 0 176px;
    font-size: 18px;
    line-height: 1.45;
  }

  .gate-actions {
    gap: 18px;
    width: min(430px, 82vw);
  }

  .gce-button {
    height: 58px;
    font-size: 24px;
  }

  .gate-footer {
    gap: 10px;
    padding-top: 12px;
  }

  .gate-footer a {
    font-size: 17px;
  }

  .socials {
    font-size: 18px;
  }

  .values {
    font-size: 12px;
  }
}

.formula {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.18em;
  white-space: nowrap;
  line-height: 1;
  font-family: var(--serif);
}

.formula i {
  font-style: normal;
  font-size: 0.58em;
  transform: translateY(-0.12em);
}

.formula sub {
  font-size: 0.34em;
}

.uqcft-site[hidden],
.gate-screen[hidden] {
  display: none;
}

.uqcft-site {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.warm-bg {
  z-index: -2;
  background-image: url("./assets/uqcft-warm-bg.png");
  background-position: center;
  background-size: cover;
}

.uqcft-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 246, 219, 0.56);
}

.site-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 34px 7vw 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(47, 40, 22, 0.86);
  backdrop-filter: blur(4px);
}

.site-nav nav {
  display: flex;
  justify-content: center;
  gap: clamp(36px, 6vw, 96px);
}

.site-nav a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.nav-emblem {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86, 67, 28, 0.36);
  border-radius: 50%;
  font-size: 44px !important;
  letter-spacing: 0 !important;
}

.nav-emblem::before,
.nav-emblem::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(86, 67, 28, 0.28);
  border-radius: 50%;
  transform: scaleX(0.6) rotate(58deg);
}

.nav-emblem::after {
  transform: scaleX(0.6) rotate(-58deg);
}

.panel-section,
.content-section {
  min-height: 100vh;
  padding: 128px 7vw 86px;
  display: grid;
  place-items: center;
}

.hero-section {
  text-align: center;
}

.hero-formula {
  margin-top: 44px;
  font-size: clamp(82px, 9.1vw, 132px);
  color: rgba(61, 47, 12, 0.95);
  gap: 0.22em;
}

.hero-section h1 {
  margin: 54px 0 16px;
  font-size: clamp(72px, 7.5vw, 118px);
  font-weight: 400;
  letter-spacing: 0.18em;
}

.hero-section p {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 38px);
}

.hero-section footer {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 18px;
  letter-spacing: 0.18em;
}

.hero-emblem {
  position: relative;
  width: clamp(170px, 17vw, 250px);
  height: clamp(170px, 17vw, 250px);
  margin: 56px auto 50px;
  display: grid;
  place-items: center;
  color: rgba(72, 54, 14, 0.82);
}

.emblem-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(92, 71, 21, 0.36);
  border-radius: 50%;
}

.ring-a {
  transform: scaleX(0.58);
}

.ring-b {
  transform: scaleX(0.58) rotate(60deg);
}

.ring-c {
  transform: scaleX(0.58) rotate(-60deg);
}

.ring-d {
  inset: 20%;
  transform: rotate(0deg);
}

.emblem-axis {
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(92, 71, 21, 0.34);
}

.emblem-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(112, 86, 24, 0.76);
}

.dot-top {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.dot-mid-top {
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}

.dot-mid-bottom {
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
}

.dot-bottom {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.dot-left {
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.dot-right {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.emblem-phi {
  position: relative;
  z-index: 1;
  font-size: clamp(86px, 9vw, 132px);
  line-height: 1;
}

.hero-section footer a {
  text-decoration: none;
}

.section-inner {
  width: min(880px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-inner.wide {
  width: min(1280px, 100%);
}

.section-inner.narrow {
  width: min(760px, 100%);
}

.kicker {
  margin: 0 0 34px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: rgba(88, 68, 24, 0.72);
}

h2 {
  margin: 0;
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: 0.22em;
}

.ornament {
  width: 120px;
  height: 1px;
  margin: 30px auto 46px;
  background: var(--line);
  position: relative;
}

.ornament::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid rgba(139, 111, 34, 0.72);
  background: rgba(255, 246, 219, 0.72);
}

.section-lead {
  margin: 0 auto 46px;
  max-width: 760px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.55;
}

.prose {
  display: grid;
  gap: 24px;
  text-align: left;
}

.prose p {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.45;
}

.formula-stack {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin-bottom: 62px;
}

.formula-stack div {
  min-width: min(470px, 100%);
  padding: 23px 34px;
  border: 1px solid rgba(86, 67, 28, 0.42);
  border-radius: 6px;
  background: rgba(255, 244, 213, 0.28);
  font-size: clamp(32px, 4vw, 52px);
}

.formula-stack small {
  margin-top: 18px;
  font-size: 24px;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.question-grid p,
.status-list article,
.book-grid article {
  margin: 0;
  padding: 26px;
  border-top: 1px solid var(--line);
  background: rgba(255, 246, 219, 0.2);
}

.question-grid span,
.question-grid b {
  display: block;
  font-size: 19px;
  line-height: 1.45;
}

.question-grid span {
  color: var(--muted);
}

.question-grid b {
  margin-top: 8px;
  font-weight: 400;
}

.patch-table {
  display: grid;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  text-align: left;
  background: rgba(255, 246, 219, 0.2);
}

.patch-table > div {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.8fr 1fr;
}

.patch-table span,
.patch-table b {
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.35;
}

.closing-note {
  max-width: 760px;
  margin: 42px auto 0;
  font-size: 22px;
  line-height: 1.5;
}

.domain-list-large {
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 0;
  counter-reset: domain;
  display: grid;
  gap: 15px;
  text-align: left;
  list-style: none;
}

.domain-list-large li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  counter-increment: domain;
  font-size: clamp(24px, 2.2vw, 34px);
}

.domain-list-large li::before {
  content: counter(domain);
  color: var(--muted);
}

.domain-list-large span,
.domain-list-large a {
  position: relative;
  text-decoration: none;
}

.domain-list-large span::after {
  content: "";
  position: absolute;
  left: 0;
  right: -260px;
  top: 55%;
  height: 1px;
  background: rgba(164, 64, 50, 0.68);
}

.domain-list-large .active a {
  color: var(--ink);
}

.domain-list-large .active a::after {
  content: "";
  position: absolute;
  left: 100%;
  right: -220px;
  top: 55%;
  height: 1px;
  background: rgba(139, 111, 34, 0.72);
}

.wave-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}

.wave-svg,
.wave-detail {
  min-height: 430px;
  border: 1px solid var(--line);
  background: rgba(32, 25, 12, 0.17);
  backdrop-filter: blur(2px);
}

.wave-svg {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.wave-line {
  fill: none;
  stroke: rgba(62, 45, 13, 0.72);
  stroke-width: 3;
}

.wave-b {
  opacity: 0.65;
}

.wave-c {
  opacity: 0.38;
}

.wave-node {
  cursor: pointer;
  color: var(--ink);
}

.wave-node circle {
  fill: #fff8df;
  stroke: rgba(47, 40, 22, 0.86);
  stroke-width: 3;
}

.wave-node text {
  font-size: 21px;
  text-anchor: middle;
  fill: rgba(47, 40, 22, 0.9);
  paint-order: stroke;
  stroke: rgba(255, 246, 219, 0.82);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.wave-node.is-active circle {
  fill: var(--gold);
  stroke: #fff7dc;
  filter: drop-shadow(0 0 10px rgba(139, 111, 34, 0.85));
}

.wave-detail {
  padding: 26px;
  text-align: left;
  min-width: 0;
}

.wave-detail span,
.book-grid b {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.wave-detail h3 {
  margin: 18px 0 8px;
  font-size: 30px;
  font-weight: 400;
}

.wave-detail p {
  margin: 0 0 28px;
  font-size: 26px;
}

.wave-detail dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  margin: 0;
  font-size: 18px;
}

.wave-detail dd {
  margin: 0;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: center;
}

.book-symbol {
  margin-bottom: 24px;
  font-size: 32px;
}

.book-grid h3 {
  margin: 0 0 22px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.book-grid p {
  min-height: 72px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.45;
}

.status-list {
  display: grid;
  gap: 18px;
  text-align: left;
}

.status-list h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.status-list p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .gate-nav {
    top: 18px;
    width: calc(100vw - 28px);
    flex-wrap: wrap;
    gap: 10px 13px;
    padding-bottom: 16px;
    font-size: 11px;
  }

  .gate-content {
    top: 50vh;
    width: min(680px, 94vw);
  }

  .gate-content h1 {
    font-size: clamp(26px, 8vw, 46px);
    letter-spacing: 0.14em;
  }

  .gate-content p {
    margin-bottom: 160px;
    font-size: 17px;
  }

  .gce-hero-space {
    min-height: 900px;
  }

  .gce-section {
    padding: 112px 20px 80px;
  }

  .gce-section h2 {
    font-size: clamp(32px, 9vw, 52px);
    letter-spacing: 0.14em;
  }

  .gce-grid.two,
  .gce-grid.three,
  .gce-grid.four,
  .gce-output,
  .broadcaster-form {
    grid-template-columns: 1fr;
  }

  .site-nav {
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .site-nav nav {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .site-nav a {
    font-size: 11px;
  }

  .nav-emblem {
    display: none;
  }

  .panel-section,
  .content-section {
    padding: 124px 22px 72px;
  }

  .hero-section footer,
  .question-grid,
  .book-grid,
  .wave-shell {
    grid-template-columns: 1fr;
  }

  .hero-section footer {
    display: grid;
    gap: 12px;
  }

  .patch-table {
    overflow-x: auto;
  }

  .patch-table > div {
    min-width: 880px;
  }

  .domain-list-large span::after {
    right: -60px;
  }

  .domain-list-large .active a::after {
    right: -40px;
  }
}
