@font-face {
  font-family: "April Inter";
  src: url("/assets/fonts/Inter-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "April Bebas";
  src: url("/assets/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "April Orbitron";
  src: url("/assets/fonts/Orbitron-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #090a09;
  --ink-soft: #171815;
  --paper: #eee7d2;
  --paper-bright: #f8f4e8;
  --paper-deep: #dcd3ba;
  --text: #292a27;
  --muted: #6d6a61;
  --line: rgba(9, 10, 9, 0.15);
  --line-dark: rgba(248, 244, 232, 0.17);
  --orange: #f0441d;
  --blue: #2c61ff;
  --green: #b9d878;
  --yellow: #f1cb4b;
  --white: #fffdf6;
  --header-height: 86px;
  --content-width: 1500px;
  --reading-width: 900px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 26px);
  background: var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--paper-bright);
  font-family: "April Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--blue);
  font-family: "April Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.reading-progress {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
  transform-origin: 0 50%;
}

.legal-header {
  position: sticky;
  z-index: 800;
  top: 0;
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 0 clamp(22px, 3.4vw, 64px);
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  background: rgba(9, 10, 9, 0.94);
  backdrop-filter: blur(18px);
}

.legal-brand,
.footer-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 13px;
}

.legal-brand img,
.footer-brand img {
  object-fit: contain;
  filter: invert(1) brightness(2);
}

.legal-brand > span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.legal-brand b {
  font-family: "April Orbitron", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.legal-brand small {
  margin-top: 7px;
  color: rgba(255, 253, 246, 0.48);
  font-family: "April Orbitron", sans-serif;
  font-size: 6px;
  font-weight: 650;
  letter-spacing: 0.18em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 38px);
  font-family: "April Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 620;
  letter-spacing: 0.06em;
}

.primary-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 253, 246, 0.58);
  transition: color 160ms ease;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 160ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--white);
}

.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.back-april {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-self: end;
  gap: 28px;
  padding: 0 17px 0 20px;
  border: 1px solid rgba(255, 253, 246, 0.27);
  border-radius: 999px;
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.05em;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.back-april:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.legal-hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100svh - var(--header-height)));
  isolation: isolate;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 8vw, 150px);
  overflow: hidden;
  padding: clamp(100px, 12vh, 150px) clamp(28px, 6vw, 115px) clamp(78px, 10vh, 110px);
  color: var(--white);
  background: var(--ink);
}

.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 253, 246, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 246, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0, black 22%, black 85%, transparent 100%);
}

.hero-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(240, 68, 29, 0.42);
  border-radius: 50%;
}

.hero-orbit::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 30px 10px rgba(240, 68, 29, 0.23);
  content: "";
}

.hero-orbit-one {
  top: 3%;
  right: 22%;
  width: min(58vw, 970px);
  aspect-ratio: 1;
  transform: rotate(-24deg);
}

.hero-orbit-one::before {
  top: 15%;
  right: 12%;
}

.hero-orbit-two {
  right: -13%;
  bottom: -56%;
  width: min(48vw, 760px);
  aspect-ratio: 1;
  border-color: rgba(44, 97, 255, 0.33);
}

.hero-orbit-two::before {
  top: 4%;
  left: 31%;
  background: var(--blue);
  box-shadow: 0 0 30px 10px rgba(44, 97, 255, 0.2);
}

.hero-copy,
.hero-aside,
.hero-down {
  position: relative;
  z-index: 2;
}

.kicker,
.chapter-code,
.clause-label,
.section-rail > p,
.notice-card > span,
.provider-grid article > span,
.safety-grid article > span,
.controls-grid article > span,
.contact-links a > span,
.launch-gate span {
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.hero-copy h1 {
  display: flex;
  max-width: 970px;
  flex-direction: column;
  margin-top: 42px;
  font-family: "April Bebas", sans-serif;
  font-size: clamp(104px, 12.5vw, 230px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.68;
}

.hero-copy h1 span:nth-child(2) {
  color: var(--orange);
}

.hero-copy h1 span:nth-child(3) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 253, 246, 0.6);
}

.hero-aside {
  align-self: center;
  padding-top: 72px;
}

.hero-aside > p {
  max-width: 480px;
  color: rgba(255, 253, 246, 0.83);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 480;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.hero-aside dl {
  margin-top: 48px;
  border-top: 1px solid var(--line-dark);
}

.hero-aside dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-dark);
}

.hero-aside dt {
  color: rgba(255, 253, 246, 0.37);
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-aside dd {
  color: rgba(255, 253, 246, 0.77);
  font-size: 12px;
  line-height: 1.4;
}

.hero-down {
  position: absolute;
  right: clamp(28px, 6vw, 115px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 253, 246, 0.48);
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.hero-down span {
  color: var(--orange);
  font-size: 18px;
}

.region-strip {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 44px;
  padding: 12px clamp(28px, 5vw, 90px);
  border-bottom: 1px solid rgba(9, 10, 9, 0.28);
  color: var(--ink);
  background: var(--orange);
}

.region-strip > span {
  flex: 0 0 auto;
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.region-strip ul {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  list-style: none;
}

.region-strip li {
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.region-strip li::before {
  margin-right: 16px;
  content: "●";
  font-size: 5px;
  vertical-align: 2px;
}

.legal-layout {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(60px, 8vw, 130px);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 5vw, 84px) 180px;
}

.section-rail {
  position: sticky;
  top: calc(var(--header-height) + 34px);
  display: flex;
  height: max-content;
  flex-direction: column;
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.section-rail > p {
  margin-bottom: 22px;
}

.section-rail a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 540;
  transition: color 150ms ease, padding 150ms ease;
}

.section-rail a span {
  color: rgba(9, 10, 9, 0.33);
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-rail a:hover,
.section-rail a[aria-current="location"] {
  padding-left: 8px;
  color: var(--ink);
}

.section-rail a[aria-current="location"] span {
  color: var(--orange);
}

.document-stack {
  min-width: 0;
}

.document {
  scroll-margin-top: calc(var(--header-height) + 24px);
  margin-bottom: 150px;
  padding-bottom: 145px;
  border-bottom: 1px solid var(--line);
}

.document:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.document-heading {
  margin-bottom: 72px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.48fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
}

.document-heading h2 {
  max-width: 920px;
  margin-top: 25px;
  color: var(--ink);
  font-family: "April Bebas", sans-serif;
  font-size: clamp(72px, 8.6vw, 150px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.8;
}

.document-heading > p:last-child,
.split-heading > p {
  max-width: 560px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.document-overview .document-heading > p:last-child {
  max-width: 700px;
  margin-top: 26px;
  font-size: 18px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.quick-facts article {
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(238, 231, 210, 0.45);
}

.quick-facts article > span {
  display: block;
  margin-bottom: 35px;
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 750;
}

.quick-facts h3,
.notice-card h3,
.clause h3,
.provider-grid h4,
.safety-grid h3,
.controls-grid h3,
.emergency-panel h3 {
  color: var(--ink);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 660;
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.quick-facts p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.launch-gate {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
  gap: clamp(35px, 6vw, 85px);
  padding: 32px 34px;
  border: 1px solid rgba(240, 68, 29, 0.35);
  color: var(--white);
  background: var(--ink);
}

.launch-gate b {
  display: block;
  margin-top: 13px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.launch-gate p {
  color: rgba(255, 253, 246, 0.66);
  font-size: 13px;
  line-height: 1.75;
}

.notice-card {
  position: relative;
  margin: 54px 0 72px;
  overflow: hidden;
  padding: clamp(30px, 4.2vw, 54px);
  border-left: 7px solid currentColor;
  color: var(--blue);
  background: rgba(44, 97, 255, 0.09);
}

.notice-card::after {
  position: absolute;
  top: -58px;
  right: -35px;
  width: 180px;
  height: 180px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.25;
}

.notice-card h3 {
  max-width: 760px;
  margin-top: 17px;
}

.notice-card p {
  max-width: 800px;
  margin-top: 17px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}

.notice-card p + p {
  margin-top: 10px;
}

.notice-card a,
.clause a,
.request-steps a {
  color: inherit;
  font-weight: 660;
  text-decoration: underline;
  text-decoration-color: rgba(240, 68, 29, 0.45);
  text-underline-offset: 4px;
}

.notice-card a:hover,
.clause a:hover,
.request-steps a:hover {
  text-decoration-color: var(--orange);
}

.notice-dark {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--ink);
}

.notice-dark h3,
.notice-dark p {
  color: var(--white);
}

.notice-dark p {
  color: rgba(255, 253, 246, 0.68);
}

.notice-orange {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--orange);
}

.notice-orange > span,
.notice-orange h3,
.notice-orange p {
  color: var(--ink);
}

.notice-sand {
  border-color: #8b6d1e;
  color: #8b6d1e;
  background: #eee0ac;
}

.notice-green {
  border-color: #45680e;
  color: #45680e;
  background: rgba(185, 216, 120, 0.38);
}

.clause {
  max-width: var(--reading-width);
  margin: 0 0 82px;
}

.clause:last-child {
  margin-bottom: 0;
}

.clause-label {
  margin-bottom: 20px;
  color: var(--orange);
}

.clause h3 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(30px, 3.5vw, 49px);
}

.clause p,
.clause li {
  color: #3b3a35;
  font-size: 15.5px;
  line-height: 1.78;
}

.clause p + p {
  margin-top: 17px;
}

.clause ul,
.clause ol:not(.process-list):not(.request-steps) {
  display: grid;
  gap: 13px;
  margin: 23px 0 28px;
  padding-left: 24px;
}

.clause li {
  padding-left: 7px;
}

.clause li::marker {
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 0.8em;
  font-weight: 750;
}

.table-wrap {
  max-width: 100%;
  margin: 34px 0 28px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.58);
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-table th,
.data-table td {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table th {
  color: var(--white);
  background: var(--ink);
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.data-table td {
  color: #48463f;
  font-size: 12.5px;
  line-height: 1.62;
}

.data-table td:first-child {
  color: var(--ink);
  font-weight: 690;
}

.data-table th:nth-child(1),
.data-table td:nth-child(1) {
  width: 21%;
}

.data-table th:nth-child(2),
.data-table td:nth-child(2) {
  width: 44%;
}

.compact-table th:nth-child(1),
.compact-table td:nth-child(1) {
  width: 38%;
}

.compact-table th:nth-child(2),
.compact-table td:nth-child(2) {
  width: 26%;
}

.retention-table th:first-child,
.retention-table td:first-child {
  width: 34%;
}

.retention-table th:last-child,
.retention-table td:last-child {
  width: 66%;
}

.signal-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  margin: 34px 0 30px;
}

.signal-flow > div {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(238, 231, 210, 0.5);
}

.signal-flow > i {
  display: grid;
  width: 44px;
  place-items: center;
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
}

.signal-flow span {
  display: block;
  margin-bottom: 27px;
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 750;
}

.signal-flow b {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
}

.signal-flow p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.process-list {
  margin: 38px 0 54px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li > span {
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 750;
}

.process-list b {
  color: var(--ink);
  font-size: 16px;
}

.process-list p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.67;
}

.provider-grid,
.safety-grid,
.controls-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0 32px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.provider-grid article,
.safety-grid article,
.controls-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(238, 231, 210, 0.4);
}

.provider-grid article > span,
.safety-grid article > span,
.controls-grid article > span {
  display: block;
  margin-bottom: 30px;
}

.provider-grid h4 {
  font-size: 20px;
}

.provider-grid p,
.controls-grid p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.66;
}

.region-rights {
  display: grid;
  margin: 36px 0 42px;
  border-top: 1px solid var(--line);
}

.region-rights article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 35px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.region-rights span {
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.region-rights p {
  font-size: 13.5px;
  line-height: 1.7;
}

.document-health {
  position: relative;
  margin-right: clamp(-84px, -5vw, -28px);
  margin-left: clamp(-84px, -5vw, -28px);
  padding: clamp(55px, 6vw, 84px);
  border: 0;
  color: var(--white);
  background: var(--blue);
}

.document-health .chapter-code,
.document-health .clause-label {
  color: #cbd6ff;
}

.document-health .document-heading h2,
.document-health .document-heading > p,
.document-health .clause h3,
.document-health .clause p,
.document-health .clause li,
.document-health .clause a {
  color: var(--white);
}

.document-health .clause li::marker {
  color: var(--yellow);
}

.document-health .clause a {
  text-decoration-color: rgba(255, 253, 246, 0.55);
}

.health-banner {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 60px;
  margin-bottom: 78px;
  padding: 31px 34px;
  color: var(--ink);
  background: var(--green);
}

.health-banner p {
  font-family: "April Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.health-banner span {
  font-size: 13px;
  line-height: 1.7;
}

.document-terms {
  margin-right: clamp(-84px, -5vw, -28px);
  margin-left: clamp(-84px, -5vw, -28px);
  padding: clamp(55px, 6vw, 84px);
  border: 0;
  background:
    linear-gradient(rgba(9, 10, 9, 0.03) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 78px;
}

.document-safety {
  margin-right: clamp(-84px, -5vw, -28px);
  margin-left: clamp(-84px, -5vw, -28px);
  padding: clamp(55px, 6vw, 84px);
  border: 0;
  background: #f4efe2;
}

.emergency-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: 45px 70px;
  margin-bottom: 80px;
  padding: clamp(30px, 4vw, 50px);
  color: var(--ink);
  background: var(--orange);
}

.emergency-panel > div > p {
  margin-bottom: 18px;
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.emergency-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(9, 10, 9, 0.25);
  border-left: 1px solid rgba(9, 10, 9, 0.25);
  list-style: none;
}

.emergency-panel li {
  padding: 16px;
  border-right: 1px solid rgba(9, 10, 9, 0.25);
  border-bottom: 1px solid rgba(9, 10, 9, 0.25);
}

.emergency-panel li span,
.emergency-panel li b {
  display: block;
}

.emergency-panel li span {
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.emergency-panel li b {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 720;
}

.emergency-panel > p:last-child {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 10, 9, 0.25);
  font-size: 12px;
  font-weight: 620;
}

.safety-grid {
  margin: 30px 0 82px;
}

.safety-grid article {
  min-height: 420px;
}

.safety-grid article:nth-child(1) {
  background: var(--ink);
}

.safety-grid article:nth-child(1) h3,
.safety-grid article:nth-child(1) li {
  color: var(--white);
}

.safety-grid article:nth-child(1) li::marker {
  color: var(--orange);
}

.safety-grid article:nth-child(2) {
  background: rgba(185, 216, 120, 0.42);
}

.safety-grid article:nth-child(3) {
  background: rgba(44, 97, 255, 0.1);
}

.safety-grid article:nth-child(4) {
  background: rgba(240, 68, 29, 0.1);
}

.safety-grid h3 {
  font-size: 25px;
}

.safety-grid ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-left: 18px;
}

.safety-grid li {
  padding-left: 4px;
  color: #45443e;
  font-size: 12px;
  line-height: 1.65;
}

.safety-grid li::marker {
  color: var(--orange);
}

.controls-grid {
  margin-bottom: 82px;
}

.controls-grid article {
  min-height: 255px;
}

.controls-grid article:nth-child(4n + 1) {
  background: rgba(44, 97, 255, 0.08);
}

.controls-grid article:nth-child(4n + 2) {
  background: rgba(240, 68, 29, 0.08);
}

.controls-grid article:nth-child(4n + 3) {
  background: rgba(185, 216, 120, 0.22);
}

.controls-grid h3 {
  font-size: 24px;
}

.request-steps {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.request-steps li {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 25px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.request-steps li > span {
  color: var(--orange);
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 750;
}

.request-steps p {
  margin: 0;
  font-size: 13.5px;
}

.document-contact {
  padding: clamp(50px, 6vw, 80px);
  border: 0;
  color: var(--white);
  background: var(--ink);
}

.document-contact .document-heading h2 {
  color: var(--white);
}

.contact-links {
  border-top: 1px solid var(--line-dark);
}

.contact-links a {
  position: relative;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 28px;
  padding: 25px 10px 25px 0;
  border-bottom: 1px solid var(--line-dark);
  transition: color 150ms ease, padding 150ms ease, background 150ms ease;
}

.contact-links a:hover {
  padding-left: 16px;
  color: var(--orange);
  background: rgba(255, 253, 246, 0.04);
}

.contact-links a > span {
  color: var(--orange);
  font-size: 7px;
}

.contact-links b {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: 560;
  letter-spacing: -0.025em;
}

.contact-links i {
  color: var(--orange);
  font-size: 23px;
  font-style: normal;
}

.contact-warning {
  max-width: 830px;
  margin-top: 40px;
  color: rgba(255, 253, 246, 0.54);
  font-size: 12px;
  line-height: 1.7;
}

.contact-warning strong {
  color: var(--white);
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 253, 246, 0.35);
  color: rgba(255, 253, 246, 0.62);
  font-family: "April Orbitron", sans-serif;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.07em;
}

.back-to-top span {
  color: var(--orange);
  font-size: 17px;
}

.legal-footer {
  display: grid;
  min-height: 180px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 46px;
  padding: 35px clamp(28px, 5vw, 90px);
  border-top: 1px solid var(--line-dark);
  color: var(--white);
  background: var(--ink);
}

.footer-brand span {
  font-family: "April Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 27px;
  color: rgba(255, 253, 246, 0.58);
  font-size: 11px;
}

.legal-footer nav a:hover {
  color: var(--orange);
}

.legal-footer > p {
  justify-self: end;
  color: rgba(255, 253, 246, 0.35);
  font-family: "April Orbitron", sans-serif;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: right;
}

@media (max-width: 1180px) {
  :root {
    --header-height: 78px;
  }

  .legal-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

  .legal-hero {
    grid-template-columns: 1fr minmax(280px, 0.48fr);
  }

  .legal-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 55px;
  }

  .document-heading h2 {
    font-size: clamp(70px, 10vw, 120px);
  }

  .contact-links a {
    grid-template-columns: 165px minmax(0, 1fr) 28px;
  }
}

@media (max-width: 880px) {
  .legal-header {
    padding: 0 20px;
  }

  .legal-brand img {
    width: 38px;
    height: 38px;
  }

  .back-april {
    min-height: 39px;
    gap: 15px;
    padding: 0 14px 0 16px;
  }

  .legal-hero {
    min-height: 760px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 55px;
    padding: 95px 25px 80px;
  }

  .hero-copy h1 {
    font-size: clamp(86px, 23vw, 150px);
  }

  .hero-aside {
    align-self: auto;
    padding-top: 0;
  }

  .hero-aside dl {
    max-width: 520px;
  }

  .hero-down {
    right: 25px;
    bottom: 22px;
  }

  .hero-orbit-one {
    top: 12%;
    right: -40%;
    width: 105vw;
  }

  .region-strip {
    align-items: flex-start;
    gap: 20px;
    padding: 22px 25px;
  }

  .region-strip ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .legal-layout {
    display: block;
    padding: 70px 22px 100px;
  }

  .section-rail {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 90px;
  }

  .section-rail > p {
    grid-column: 1 / -1;
  }

  .section-rail a:nth-child(even) {
    border-right: 1px solid var(--line);
    padding-right: 12px;
  }

  .section-rail a:nth-child(odd) {
    padding-left: 12px;
  }

  .document {
    margin-bottom: 100px;
    padding-bottom: 95px;
  }

  .split-heading {
    display: block;
  }

  .split-heading > p {
    margin-top: 28px;
  }

  .quick-facts,
  .provider-grid,
  .safety-grid,
  .controls-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts article,
  .provider-grid article,
  .controls-grid article {
    min-height: 0;
  }

  .launch-gate,
  .health-banner,
  .emergency-panel {
    grid-template-columns: 1fr;
  }

  .signal-flow {
    grid-template-columns: 1fr;
  }

  .signal-flow > div {
    min-height: 0;
  }

  .signal-flow > i {
    width: auto;
    height: 38px;
    transform: rotate(90deg);
  }

  .document-health,
  .document-terms,
  .document-safety {
    margin-right: -22px;
    margin-left: -22px;
    padding: 55px 22px;
  }

  .legal-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .legal-footer nav {
    justify-content: flex-start;
  }

  .legal-footer > p {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .legal-brand small {
    display: none;
  }

  .back-april {
    gap: 9px;
    font-size: 7px;
  }

  .legal-hero {
    min-height: 700px;
  }

  .hero-copy h1 {
    font-size: clamp(73px, 23vw, 118px);
  }

  .hero-aside > p {
    font-size: 16px;
  }

  .hero-aside dl > div {
    grid-template-columns: 88px 1fr;
  }

  .region-strip {
    display: block;
  }

  .region-strip ul {
    margin-top: 17px;
  }

  .region-strip li {
    width: calc(50% - 12px);
  }

  .document-heading {
    margin-bottom: 50px;
  }

  .document-heading h2 {
    font-size: clamp(58px, 19vw, 90px);
  }

  .quick-facts article,
  .provider-grid article,
  .controls-grid article,
  .safety-grid article {
    padding: 23px;
  }

  .launch-gate,
  .notice-card,
  .health-banner,
  .emergency-panel,
  .document-contact {
    padding: 25px;
  }

  .clause {
    margin-bottom: 66px;
  }

  .clause h3 {
    font-size: 30px;
  }

  .clause p,
  .clause li {
    font-size: 14.5px;
  }

  .region-rights article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-list li,
  .request-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .emergency-panel ul {
    grid-template-columns: 1fr;
  }

  .contact-links a {
    grid-template-columns: 1fr 22px;
    gap: 9px 15px;
  }

  .contact-links a > span {
    grid-column: 1 / -1;
  }

  .contact-links i {
    grid-column: 2;
    grid-row: 2;
  }

  .section-rail {
    grid-template-columns: 1fr;
  }

  .section-rail a:nth-child(even),
  .section-rail a:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

@media print {
  :root {
    color-scheme: light;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 10pt;
  }

  .reading-progress,
  .legal-header,
  .legal-hero,
  .region-strip,
  .section-rail,
  .legal-footer,
  .back-to-top {
    display: none !important;
  }

  .legal-layout {
    display: block;
    max-width: none;
    padding: 0;
  }

  .document,
  .document-health,
  .document-terms,
  .document-safety,
  .document-contact {
    margin: 0;
    padding: 28pt 0;
    border-bottom: 1px solid #aaa;
    color: #000;
    background: #fff;
    break-inside: auto;
  }

  .document-heading h2,
  .document-health .document-heading h2,
  .document-contact .document-heading h2,
  .document-health .clause h3,
  .document-health .clause p,
  .document-health .clause li,
  .document-contact,
  .document-contact * {
    color: #000 !important;
  }

  .document-heading h2 {
    font-size: 48pt;
  }

  .clause,
  .notice-card,
  .provider-grid article,
  .safety-grid article,
  .controls-grid article,
  .quick-facts article {
    break-inside: avoid;
  }

  .notice-card,
  .launch-gate,
  .health-banner,
  .emergency-panel {
    border: 1px solid #777;
    color: #000;
    background: #fff;
  }

  .table-wrap {
    overflow: visible;
  }

  .data-table {
    min-width: 0;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href^="http"]::after,
  a[href^="mailto"]::after {
    content: " (" attr(href) ")";
    font-family: "April Inter", sans-serif;
    font-size: 8pt;
    font-weight: 400;
  }
}

/* Exact April glyph wordmark. The header contracts from APRIL to AI on scroll. */

:root {
  --legal-brand-morph: 0;
}

.legal-brand,
.footer-brand {
  position: relative;
  display: block;
  width: 145px;
  height: 36px;
}

.footer-brand {
  --legal-brand-morph: 0;
}

.legal-brand-glyphs {
  position: absolute;
  inset: 0;
  display: block;
}

.legal-brand > .legal-brand-glyphs {
  display: block;
}

.legal-brand .legal-glyph,
.footer-brand .legal-glyph {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: invert(1) sepia(0.12) saturate(0.55) brightness(1.45);
  transform-origin: 50% 50%;
  transition: filter 400ms cubic-bezier(0.2, 0.75, 0.18, 1);
  will-change: opacity, transform;
}

.legal-brand .legal-glyph-a,
.footer-brand .legal-glyph-a {
  left: 0;
  width: 31px;
  transform: translateY(-50%);
}

.legal-brand .legal-glyph-p,
.footer-brand .legal-glyph-p {
  left: 36px;
  width: 27px;
  opacity: calc(1 - var(--legal-brand-morph));
  transform: translateY(-50%);
}

.legal-brand .legal-glyph-r,
.footer-brand .legal-glyph-r {
  left: 67px;
  width: 28px;
  opacity: calc(1 - var(--legal-brand-morph));
  transform: translateY(-50%);
}

.legal-brand .legal-glyph-i,
.footer-brand .legal-glyph-i {
  left: 101px;
  width: 17px;
  transform: translate(calc(var(--legal-brand-morph) * -65px), -50%);
}

.legal-brand .legal-glyph-l,
.footer-brand .legal-glyph-l {
  left: 122px;
  width: 22px;
  opacity: calc(1 - var(--legal-brand-morph));
  transform: translateY(-50%);
}

.legal-brand .legal-glyph-p,
.legal-brand .legal-glyph-r,
.legal-brand .legal-glyph-l,
.footer-brand .legal-glyph-p,
.footer-brand .legal-glyph-r,
.footer-brand .legal-glyph-l {
  translate: 0 calc(var(--legal-brand-morph) * -7px);
  scale: calc(1 - var(--legal-brand-morph) * 0.14);
}

@media (max-width: 560px) {
  .legal-brand {
    width: 145px;
    height: 36px;
  }
}
