body.regulations-page .regulations-hero {
  padding: 76px 0 82px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 91% 5%, rgba(14, 107, 98, 0.13), transparent 29%),
    radial-gradient(circle at 5% 94%, rgba(176, 65, 27, 0.07), transparent 25%),
    var(--paper);
}

body.regulations-page .regulations-hero > .container,
body.regulations-page .regulations-logic > .container,
body.regulations-page .regulations-catalog > .container,
body.regulations-page .regulations-boundary > .container,
body.regulations-page .regulations-faq > .container,
body.regulations-page .regulations-sources > .container {
  width: calc(100% - clamp(44px, 6vw, 80px));
  max-width: 1240px;
}

body.regulations-page .regulations-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
}

body.regulations-page .regulations-message {
  position: sticky;
  top: 110px;
  align-self: start;
  padding-top: 22px;
}

body.regulations-page .regulations-message .eyebrow,
body.regulations-page .regulations-logic .eyebrow,
body.regulations-page .regulations-catalog .eyebrow,
body.regulations-page .regulations-boundary .eyebrow,
body.regulations-page .regulations-faq .eyebrow,
body.regulations-page .regulations-sources .eyebrow {
  color: var(--accent);
  font-weight: 800;
}

body.regulations-page .regulations-message h1 {
  max-width: 9.5ch;
  margin: 18px 0 24px;
  font-size: clamp(48px, 4.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body.regulations-page .regulations-message h1 .serif-i {
  color: var(--hi);
}

body.regulations-page .regulations-lead {
  max-width: 620px;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.64;
}

body.regulations-page .regulations-thesis {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

body.regulations-page .regulations-thesis > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

body.regulations-page .regulations-thesis span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.regulations-page .regulations-thesis strong {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.5;
}

body.regulations-page .regulations-caution {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--hi);
  background: rgba(176, 65, 27, 0.055);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

body.regulations-page .regulations-caution strong {
  color: var(--ink);
}

body.regulations-page .regulations-explorer {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 24, 31, 0.16);
  border-radius: 22px;
  background: #151b23;
  box-shadow: 0 40px 90px -48px rgba(20, 24, 31, 0.72);
}

body.regulations-page .regulations-network {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 215, 205, 0.14), transparent 22%),
    linear-gradient(145deg, #151b23 0%, #1b2730 100%);
}

body.regulations-page .reg-network-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  inset: 0;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

body.regulations-page .regulations-network.is-tilting .reg-network-stage {
  transition-duration: 90ms;
}

body.regulations-page .reg-ring,
body.regulations-page .reg-legal-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.regulations-page .reg-ring {
  border: 1px solid transparent;
}

body.regulations-page .reg-ring-steering {
  z-index: 3;
  width: 38%;
  height: 30%;
  border-color: rgba(121, 215, 205, 0.72);
  background: rgba(59, 170, 156, 0.16);
  box-shadow: 0 0 32px rgba(121, 215, 205, 0.08);
  transform: translate(-50%, -50%) translateZ(42px);
}

body.regulations-page .reg-ring-integration {
  z-index: 2;
  width: 64%;
  height: 50%;
  border-color: rgba(218, 184, 107, 0.64);
  background: rgba(181, 144, 64, 0.12);
  box-shadow: 0 0 38px rgba(218, 184, 107, 0.06);
  transform: translate(-50%, -50%) translateZ(20px);
}

body.regulations-page .reg-ring-deepening {
  z-index: 1;
  width: 90%;
  height: 76%;
  border-color: rgba(104, 159, 194, 0.62);
  background: rgba(58, 107, 142, 0.13);
  box-shadow: 0 0 42px rgba(104, 159, 194, 0.06);
  transform: translate(-50%, -50%) translateZ(0);
}

body.regulations-page .reg-legal-frame {
  z-index: 0;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  border: 1px solid rgba(219, 111, 73, 0.3);
  border-radius: 18px;
  box-shadow: inset 0 0 42px rgba(176, 65, 27, 0.045);
  transform: translate(-50%, -50%) translateZ(-28px);
}

body.regulations-page .reg-edge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: var(--length);
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 215, 205, 0.36), rgba(121, 215, 205, 0.07));
  transform: rotate(var(--angle)) translateZ(32px);
  transform-origin: left center;
  transition: height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.regulations-page .reg-edge::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(121, 215, 205, 0.44);
  transform: translate(50%, -50%);
}

body.regulations-page .reg-edge.is-active {
  z-index: 5;
  height: 2px;
  background: linear-gradient(90deg, #79d7cd 0%, #db6f49 45%, #79d7cd 100%);
  background-size: 220% 100%;
  box-shadow: 0 0 16px rgba(121, 215, 205, 0.45);
  animation: reg-edge-flow 1.8s linear infinite;
}

body.regulations-page .reg-edge.is-active::after {
  width: 8px;
  height: 8px;
  background: #db6f49;
  box-shadow: 0 0 0 5px rgba(219, 111, 73, 0.15);
}

body.regulations-page .reg-network-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  display: flex;
  width: 154px;
  height: 154px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(121, 215, 205, 0.52);
  border-radius: 50%;
  background: rgba(15, 24, 31, 0.94);
  box-shadow: 0 0 0 12px rgba(121, 215, 205, 0.045), 0 24px 46px -24px #000;
  color: #fffdf8;
  text-align: center;
  transform: translate(-50%, -50%) translateZ(62px);
}

body.regulations-page .reg-network-core span {
  margin-bottom: 6px;
  color: #79d7cd;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.regulations-page .reg-network-core strong {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 1.12;
}

body.regulations-page .reg-node {
  --layer-border: rgba(121, 215, 205, 0.68);
  --layer-bg: rgba(25, 54, 53, 0.98);
  --layer-active: #245f59;
  --node-depth: 28px;
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 7;
  display: flex;
  width: 126px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9px 10px;
  border: 1px solid var(--layer-border);
  border-radius: 12px;
  background: var(--layer-bg);
  box-shadow: 0 14px 30px -20px #000;
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transform: translate(-50%, -50%) translateZ(var(--node-depth));
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.regulations-page .reg-node:hover,
body.regulations-page .reg-node:focus-visible {
  border-color: #fffdf8;
  outline: none;
  transform: translate(-50%, -50%) translateZ(calc(var(--node-depth) + 14px)) scale(1.045);
}

body.regulations-page .reg-node::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--layer-border);
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
}

body.regulations-page .reg-node small {
  margin-bottom: 3px;
  color: var(--layer-border);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.regulations-page .reg-node strong {
  font-size: 11px;
  line-height: 1.25;
}

body.regulations-page .reg-node-act {
  --layer-border: #db6f49;
  --layer-bg: rgba(71, 35, 26, 0.98);
  --layer-active: #b64018;
  --node-depth: 12px;
}

body.regulations-page .reg-node-management {
  --layer-border: #79d7cd;
  --layer-bg: rgba(25, 54, 53, 0.98);
  --layer-active: #245f59;
  --node-depth: 58px;
}

body.regulations-page .reg-node-integration {
  --layer-border: #dab86b;
  --layer-bg: rgba(55, 48, 32, 0.98);
  --layer-active: #76602d;
  --node-depth: 38px;
}

body.regulations-page .reg-node-deepening {
  --layer-border: #78aacb;
  --layer-bg: rgba(28, 48, 62, 0.98);
  --layer-active: #315f7d;
  --node-depth: 20px;
}

body.regulations-page .regulations-network-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #10161d;
  color: rgba(255, 253, 248, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.regulations-page .regulations-network-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.regulations-page .regulations-network-legend i {
  display: inline-block;
  width: 17px;
  height: 9px;
  border: 1px solid rgba(121, 215, 205, 0.92);
  border-radius: 3px;
  background: rgba(59, 170, 156, 0.34);
}

body.regulations-page .regulations-network-legend i.is-integration {
  border-color: rgba(218, 184, 107, 0.92);
  background: rgba(181, 144, 64, 0.34);
}

body.regulations-page .regulations-network-legend i.is-deepening {
  border-color: rgba(104, 159, 194, 0.92);
  background: rgba(58, 107, 142, 0.42);
}

body.regulations-page .regulations-network-legend strong {
  margin-left: auto;
  color: rgba(255, 253, 248, 0.78);
  font-size: 9px;
}

body.regulations-page .legend-note-mobile {
  display: none;
}

body.regulations-page .reg-node.is-active {
  border-color: var(--layer-border);
  background: var(--layer-active);
  box-shadow: 0 0 0 5px rgba(255, 253, 248, 0.1), 0 20px 38px -20px #000;
}

body.regulations-page .reg-node.is-active::after {
  animation: reg-node-signal 2.4s ease-out infinite;
}

body.regulations-page .reg-node.is-active small {
  color: rgba(255, 253, 248, 0.72);
}

body.regulations-page .regulations-network.is-guided-intro .reg-legal-frame,
body.regulations-page .regulations-network.is-guided-intro .reg-node-act {
  animation: reg-layer-intro 900ms 80ms both;
}

body.regulations-page .regulations-network.is-guided-intro .reg-ring-steering,
body.regulations-page .regulations-network.is-guided-intro .reg-node-management {
  animation: reg-layer-intro 900ms 850ms both;
}

body.regulations-page .regulations-network.is-guided-intro .reg-ring-integration,
body.regulations-page .regulations-network.is-guided-intro .reg-node-integration {
  animation: reg-layer-intro 900ms 1650ms both;
}

body.regulations-page .regulations-network.is-guided-intro .reg-ring-deepening,
body.regulations-page .regulations-network.is-guided-intro .reg-node-deepening {
  animation: reg-layer-intro 900ms 2450ms both;
}

@keyframes reg-layer-intro {
  0% { opacity: .08; filter: brightness(.55) saturate(.6); }
  55% { opacity: 1; filter: brightness(1.28) saturate(1.15); }
  100% { opacity: 1; filter: brightness(1) saturate(1); }
}

@keyframes reg-edge-flow {
  to { background-position: -220% 0; }
}

@keyframes reg-node-signal {
  0% { opacity: .72; transform: scale(.96); }
  70%, 100% { opacity: 0; transform: scale(1.12); }
}

body.regulations-page .regulations-detail {
  position: relative;
  z-index: 5;
  min-height: 310px;
  padding: 28px 30px 30px;
  background: #fffdf8;
}

body.regulations-page .regulations-detail.is-changing {
  animation: reg-detail-enter 240ms ease both;
}

@keyframes reg-detail-enter {
  from { opacity: 0.35; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

body.regulations-page .regulations-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.regulations-page .regulations-detail-top span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.regulations-page .regulations-detail-top small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

body.regulations-page .regulations-detail-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.regulations-page .regulations-detail-top .regulations-stand-inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.regulations-page .regulations-detail-top .regulations-stand-inline b {
  color: var(--ink-2);
  font-weight: 800;
}

body.regulations-page .regulations-detail h2 {
  margin: 8px 0 8px;
  font-size: 31px;
}

body.regulations-page .regulations-detail > p {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.6;
}

body.regulations-page .regulations-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

body.regulations-page .regulations-detail-grid > div {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
}

body.regulations-page .regulations-detail-grid small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.regulations-page .regulations-detail-grid strong,
body.regulations-page .regulations-detail-grid span {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

body.regulations-page .regulations-detail .regulations-audit-note {
  padding-left: 13px;
  border-left: 2px solid var(--accent);
  color: var(--muted);
  font-size: 12px;
}

body.regulations-page .regulations-audit-note strong {
  color: var(--ink);
}

body.regulations-page .regulations-detail > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

body.regulations-page .regulations-logic,
body.regulations-page .regulations-catalog,
body.regulations-page .regulations-faq,
body.regulations-page .regulations-sources {
  padding: 88px 0;
}

body.regulations-page .regulations-logic {
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--accent-soft) 20%, var(--paper));
}

body.regulations-page .regulations-logic h2 {
  max-width: 820px;
  margin: 12px 0 34px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.03;
}

body.regulations-page .regulations-levels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}

body.regulations-page .regulations-levels article {
  position: relative;
  min-height: 240px;
  padding: 24px;
  background: var(--paper);
}

body.regulations-page .regulations-levels article > span {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(14, 107, 98, 0.1);
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 700;
}

body.regulations-page .regulations-levels small,
body.regulations-page .regulation-card-type {
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.regulations-page .regulations-levels h3 {
  max-width: 210px;
  margin: 34px 0 10px;
  font-size: 22px;
  line-height: 1.08;
}

body.regulations-page .regulations-levels p {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.6;
}

body.regulations-page .regulations-catalog {
  background: var(--paper);
}

body.regulations-page .regulations-section-head,
body.regulations-page .regulations-sources-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}

body.regulations-page .regulations-section-head h2,
body.regulations-page .regulations-sources-head h2 {
  max-width: 700px;
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.03;
}

body.regulations-page .regulations-section-head > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

body.regulations-page .regulations-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.regulations-page .regulation-card {
  min-height: 248px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: 13px;
  background: #fffdf8;
  box-shadow: var(--shadow-1);
}

body.regulations-page .regulation-card.is-law {
  border-top-color: var(--hi);
}

body.regulations-page .regulation-card.is-management {
  background: color-mix(in oklab, var(--accent-soft) 30%, #fffdf8);
}

body.regulations-page .regulation-card.is-integration {
  border-top-color: #70644c;
}

body.regulations-page .regulation-card h3 {
  margin: 24px 0 14px;
  font-size: 25px;
  line-height: 1;
}

body.regulations-page .regulation-card > strong {
  display: block;
  min-height: 48px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

body.regulations-page .regulation-card p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

body.regulations-page .regulations-boundary {
  padding: 86px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(121, 215, 205, 0.13), transparent 28%),
    #151b23;
}

body.regulations-page .regulations-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 86px;
  align-items: start;
}

body.regulations-page .regulations-boundary .eyebrow {
  color: #79d7cd;
}

body.regulations-page .regulations-boundary h2 {
  margin-top: 13px;
  color: #fffdf8;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.02;
}

body.regulations-page .regulations-boundary-points {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  overflow: hidden;
}

body.regulations-page .regulations-boundary-points p {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 253, 248, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

body.regulations-page .regulations-boundary-points strong {
  color: #fffdf8;
}

body.regulations-page .regulations-faq {
  background: color-mix(in oklab, var(--paper-2) 42%, var(--paper));
}

body.regulations-page .regulations-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
}

body.regulations-page .regulations-faq h2 {
  margin: 12px 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
}

body.regulations-page .regulations-faq-grid > div:first-child p {
  color: var(--muted);
  font-size: 13px;
}

body.regulations-page .regulations-faq-list {
  border-top: 1px solid var(--line);
}

body.regulations-page .regulations-faq-list details {
  border-bottom: 1px solid var(--line);
}

body.regulations-page .regulations-faq-list summary {
  position: relative;
  padding: 20px 46px 20px 0;
  color: var(--ink);
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}

body.regulations-page .regulations-faq-list summary::-webkit-details-marker {
  display: none;
}

body.regulations-page .regulations-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
}

body.regulations-page .regulations-faq-list details[open] summary::after {
  content: "−";
}

body.regulations-page .regulations-faq-list details p {
  padding: 0 44px 20px 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.65;
}

body.regulations-page .regulations-sources {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

body.regulations-page .regulations-source-stamp {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.regulations-page .regulations-source-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.regulations-page .regulations-source-links a {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffdf8;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

body.regulations-page .regulations-source-links a:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

body.regulations-page .regulations-source-links strong {
  font-family: "Playfair Display", serif;
  font-size: 17px;
}

body.regulations-page .regulations-source-links span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  body.regulations-page .regulations-hero-grid {
    grid-template-columns: 1fr;
  }

  body.regulations-page .regulations-message {
    position: static;
    max-width: 850px;
  }

  body.regulations-page .regulations-message h1 {
    max-width: 12ch;
  }

  body.regulations-page .regulations-explorer {
    width: 100%;
    max-width: 760px;
  }

  body.regulations-page .regulations-levels,
  body.regulations-page .regulations-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.regulations-page .regulations-hero,
  body.regulations-page .regulations-logic,
  body.regulations-page .regulations-catalog,
  body.regulations-page .regulations-boundary,
  body.regulations-page .regulations-faq,
  body.regulations-page .regulations-sources {
    padding: 64px 0;
  }

  body.regulations-page .regulations-boundary-grid,
  body.regulations-page .regulations-faq-grid,
  body.regulations-page .regulations-section-head,
  body.regulations-page .regulations-sources-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.regulations-page .regulations-source-stamp {
    justify-self: start;
  }

  body.regulations-page .regulations-source-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.regulations-page .regulations-message h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 52px);
  }

  body.regulations-page .regulations-lead {
    font-size: 16px;
  }

  body.regulations-page .regulations-thesis > div {
    grid-template-columns: 74px 1fr;
  }

  body.regulations-page .regulations-network {
    display: block;
    min-height: 0;
    padding: 0;
  }

  body.regulations-page .reg-network-stage {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 92px 14px 18px;
    transform: none;
    transform-style: flat;
    transition: none;
  }

  body.regulations-page .regulations-network::before,
  body.regulations-page .regulations-network::after,
  body.regulations-page .reg-ring,
  body.regulations-page .reg-legal-frame,
  body.regulations-page .reg-edge,
  body.regulations-page .reg-network-core {
    display: none;
  }

  body.regulations-page .reg-node {
    position: static;
    width: auto;
    min-height: 68px;
    transform: none;
  }

  body.regulations-page .reg-node.is-active::after {
    animation: none;
  }

  body.regulations-page .reg-node:hover,
  body.regulations-page .reg-node:focus-visible {
    transform: none;
  }

  body.regulations-page .regulations-detail {
    min-height: 0;
    padding: 24px 20px;
  }

  body.regulations-page .regulations-detail-grid,
  body.regulations-page .regulations-levels,
  body.regulations-page .regulations-cards,
  body.regulations-page .regulations-source-links {
    grid-template-columns: 1fr;
  }

  body.regulations-page .regulations-network-legend strong {
    width: 100%;
    margin-left: 0;
  }

  body.regulations-page .legend-note-desktop {
    display: none;
  }

  body.regulations-page .legend-note-mobile {
    display: inline;
  }

  body.regulations-page .regulations-levels article,
  body.regulations-page .regulation-card {
    min-height: 0;
  }

  body.regulations-page .regulation-card > strong {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  body.regulations-page .regulations-hero > .container,
  body.regulations-page .regulations-logic > .container,
  body.regulations-page .regulations-catalog > .container,
  body.regulations-page .regulations-boundary > .container,
  body.regulations-page .regulations-faq > .container,
  body.regulations-page .regulations-sources > .container {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.regulations-page .regulations-detail.is-changing {
    animation: none;
  }

  body.regulations-page .reg-node,
  body.regulations-page .reg-edge,
  body.regulations-page .reg-network-stage,
  body.regulations-page .regulations-source-links a {
    transition: none;
  }

  body.regulations-page .reg-network-stage {
    transform: none;
  }

  body.regulations-page .regulations-network.is-guided-intro .reg-legal-frame,
  body.regulations-page .regulations-network.is-guided-intro .reg-ring,
  body.regulations-page .regulations-network.is-guided-intro .reg-node,
  body.regulations-page .reg-edge.is-active,
  body.regulations-page .reg-node.is-active::after {
    animation: none;
  }
}
