:root {
  --ink: #f2f0ff;
  --muted: #a6a1b6;
  --bg: #0b0d18;
  --panel: #121425;
  --line: rgba(231, 224, 255, 0.14);
  --violet: #966cff;
  --lime: #ceff5e;
  --orange: #f0985e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  max-width: 100%;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.06;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
    circle,
    rgba(131, 93, 255, 0.11),
    transparent 68%
  );
  transform: translate(-50%, -50%);
  left: 50%;
  top: 25%;
  transition:
    left 0.18s ease-out,
    top 0.18s ease-out;
}
.site-header {
  height: 82px;
  max-width: 1440px;
  margin: auto;
  padding: 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  color: var(--ink);
  text-decoration: none;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 0.83;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid var(--violet);
  border-radius: 50%;
  display: block;
  transform: rotate(-20deg);
}
.brand-mark i {
  position: absolute;
  display: block;
  background: var(--lime);
  border-radius: 50%;
}
.brand-mark i:nth-child(1) {
  width: 5px;
  height: 5px;
  left: 7px;
  top: 7px;
}
.brand-mark i:nth-child(2) {
  width: 5px;
  height: 5px;
  right: 7px;
  top: 7px;
}
.brand-mark i:nth-child(3) {
  width: 12px;
  height: 5px;
  left: 8px;
  bottom: 6px;
  border-radius: 8px 8px 4px 4px;
}
.brand-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.nav-links {
  display: flex;
  gap: 29px;
  font: 10px "DM Mono";
  letter-spacing: 0.09em;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--lime);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-x {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  border: 1px solid var(--line);
  text-decoration: none;
  font: 15px "DM Mono";
  transition:
    color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.nav-x:hover {
  color: var(--lime);
  border-color: rgba(206, 255, 94, 0.58);
  transform: translateY(-2px);
}
.nav-buy {
  font: 10px "DM Mono";
  color: var(--bg);
  background: var(--lime);
  text-decoration: none;
  padding: 12px 15px;
  letter-spacing: 0.04em;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.nav-buy:hover,
.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 25px rgba(206, 255, 94, 0.18);
}
.nav-buy span {
  font-size: 15px;
  vertical-align: -1px;
}
.hero {
  max-width: 1440px;
  min-height: 650px;
  padding: 78px 52px 54px;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
}
.hero:before {
  content: "";
  position: absolute;
  right: -9%;
  top: 0;
  width: 54%;
  height: 100%;
  background: radial-gradient(
    ellipse at 55% 43%,
    rgba(116, 77, 225, 0.17),
    transparent 64%
  );
  z-index: -1;
}
.eyebrow {
  font: 700 11px "DM Mono";
  color: #c6b3f6;
  letter-spacing: 0.12em;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.signal {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: var(--lime);
  box-shadow:
    0 0 0 4px rgba(206, 255, 94, 0.11),
    0 0 17px var(--lime);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(54px, 7.2vw, 103px);
  letter-spacing: -0.08em;
  line-height: 0.84;
  margin: 26px 0 27px;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--violet);
}
.hero-intro {
  max-width: 495px;
  color: #bbb8ca;
  font-size: 16px;
  line-height: 1.58;
}
.hero-intro strong {
  color: var(--lime);
  font-weight: 500;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}
.button {
  font: 500 11px "DM Mono";
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 15px 18px;
  display: inline-flex;
  gap: 17px;
  align-items: center;
}
.button-primary {
  color: var(--bg);
  background: var(--lime);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button span {
  font-size: 18px;
  line-height: 0;
}
.text-link {
  font: 10px "DM Mono";
  color: #d5d0e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(213, 208, 232, 0.4);
  padding-bottom: 5px;
}
.text-link span {
  color: var(--lime);
  font-size: 15px;
  margin-left: 7px;
}
.hero-visual {
  height: 545px;
  position: relative;
  isolation: isolate;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 8% 8% 4%;
  z-index: -1;
  background:
    radial-gradient(
      ellipse at 51% 56%,
      rgba(219, 47, 60, 0.19),
      transparent 35%
    ),
    radial-gradient(
      ellipse at 67% 43%,
      rgba(160, 100, 255, 0.4),
      transparent 56%
    );
  filter: blur(13px);
}
.hero-visual img {
  width: min(100%, 510px);
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-left: auto;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 23px 30px rgba(0, 0, 0, 0.43));
}
.orbit {
  position: absolute;
  border: 1px solid rgba(198, 177, 255, 0.23);
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 355px;
  height: 440px;
  right: 46px;
  top: 29px;
  transform: rotate(38deg);
}
.orbit-two {
  width: 410px;
  height: 510px;
  right: 11px;
  top: -3px;
  transform: rotate(38deg);
  border-style: dashed;
}
.visual-stamp {
  position: absolute;
  z-index: 1;
  font: 9px "DM Mono";
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: #d6cbf4;
}
.visual-stamp.top {
  top: 24px;
  right: 20px;
}
.visual-stamp.bottom {
  bottom: 16px;
  left: 36px;
}
.shield-chip {
  position: absolute;
  bottom: 59px;
  right: 4px;
  background: rgba(11, 13, 24, 0.78);
  border: 1px solid rgba(206, 255, 94, 0.45);
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  backdrop-filter: blur(10px);
  z-index: 2;
}
.shield-chip b {
  font: 10px "DM Mono";
  color: var(--lime);
  letter-spacing: 0.07em;
  display: block;
}
.shield-chip small {
  color: #aba6bc;
  font: 8px "DM Mono";
  display: block;
  margin-top: 3px;
}
.chip-dot {
  width: 8px;
  height: 8px;
  background: var(--lime);
  box-shadow: 0 0 13px var(--lime);
  border-radius: 50%;
}
.hero-meta {
  position: absolute;
  right: 52px;
  top: 22px;
  text-align: right;
  color: #817b91;
  font: 9px "DM Mono";
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.hero-meta span {
  display: block;
  margin-top: 11px;
  color: var(--violet);
}
.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: #111323;
  white-space: nowrap;
}
.ticker-track {
  display: flex;
  width: max-content;
  padding: 13px 0;
  animation: scroll 48s linear infinite;
}
.ticker-group {
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
}
.ticker span {
  font: 600 11px "DM Mono";
  letter-spacing: 0.14em;
  color: #d7c9ff;
}
.ticker i {
  font-style: normal;
  color: var(--lime);
  padding-left: 30px;
}
@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}
.market-strip {
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 20, 0.72);
}
.market-strip-inner {
  max-width: 1440px;
  min-height: 112px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.market-strip article {
  min-height: 112px;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.market-strip article:last-child {
  border-right: 0;
}
.market-strip article span {
  display: block;
  color: #918b9f;
  font: 700 11px "DM Mono";
  letter-spacing: 0.12em;
}
.market-strip article strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font:
    700 28px Syne,
    sans-serif;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.section {
  max-width: 1440px;
  margin: auto;
  padding: 110px 52px;
}
.section-label {
  color: #898495;
  font: 700 11px "DM Mono";
  letter-spacing: 0.1em;
  display: flex;
  gap: 10px;
  align-items: center;
}
.section-label span {
  color: var(--lime);
  border: 1px solid rgba(206, 255, 94, 0.38);
  padding: 5px;
}
.thesis-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 75px;
  margin-top: 35px;
}
.section h2 {
  font:
    700 clamp(38px, 5.6vw, 75px) / 0.95 Syne,
    sans-serif;
  letter-spacing: -0.075em;
  margin-bottom: 0;
}
.thesis-copy {
  max-width: 480px;
  padding-top: 5px;
}
.thesis-copy > p {
  font-size: 17px;
  line-height: 1.6;
  color: #bbb7c7;
  margin-bottom: 18px;
}
.quote-card {
  margin-top: 37px;
  border-left: 2px solid var(--lime);
  padding: 8px 0 8px 23px;
  position: relative;
  background: linear-gradient(90deg, rgba(206, 255, 94, 0.06), transparent);
}
.quote-card > span {
  font: 42px Syne;
  color: var(--lime);
  position: absolute;
  left: 18px;
  top: -9px;
}
.quote-card p {
  font: 600 18px Syne;
  margin: 13px 0 9px;
  color: #ebe7fa;
}
.quote-card small {
  font: 9px "DM Mono";
  color: #958fa5;
  letter-spacing: 0.09em;
}
.mechanism {
  background: linear-gradient(
    100deg,
    rgba(124, 77, 231, 0.085),
    transparent 48%
  );
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-left: max(52px, calc((100vw - 1440px) / 2 + 52px));
  padding-right: max(52px, calc((100vw - 1440px) / 2 + 52px));
}
.mechanism-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  margin: 36px 0 53px;
}
.mechanism-head p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 390px;
  color: #aaa5b8;
  margin: 0 0 5px;
}
.flow-grid {
  display: grid;
  grid-template-columns: 1fr 45px 1fr 45px 1fr;
  align-items: center;
}
.flow-card {
  height: 280px;
  border: 1px solid var(--line);
  padding: 22px;
  position: relative;
  background: rgba(15, 17, 31, 0.72);
  transition:
    border 0.25s,
    transform 0.25s;
}
.flow-card:hover {
  border-color: var(--violet);
  transform: translateY(-5px);
}
.flow-card.active {
  border-color: rgba(206, 255, 94, 0.48);
  background: linear-gradient(
    145deg,
    rgba(206, 255, 94, 0.1),
    rgba(15, 17, 31, 0.5)
  );
}
.flow-number {
  font: 10px "DM Mono";
  color: #8d8798;
}
.flow-icon {
  font: 38px Syne;
  margin: 32px 0 19px;
  color: var(--violet);
}
.flow-card.active .flow-icon {
  color: var(--lime);
}
.flow-card h3 {
  font: 700 22px/0.95 Syne;
  letter-spacing: -0.05em;
  margin-bottom: 13px;
}
.flow-card p {
  font-size: 12px;
  color: #9c97aa;
  line-height: 1.5;
  margin: 0;
  max-width: 220px;
}
.flow-arrow {
  text-align: center;
  color: var(--lime);
  font: 22px "DM Mono";
}
.disclaimer {
  color: #827c91;
  font: 9px "DM Mono";
  max-width: 450px;
  line-height: 1.55;
  margin: 19px 0 0;
}
.proof {
  padding-bottom: 130px;
}
.proof-shell {
  margin-top: 37px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: linear-gradient(
    135deg,
    rgba(141, 98, 255, 0.1),
    rgba(12, 14, 26, 0.64) 42%
  );
  position: relative;
  overflow: hidden;
}
.proof-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 68px,
    rgba(255, 255, 255, 0.02) 69px
  );
  pointer-events: none;
}
.proof-heading {
  padding: 47px 42px;
  min-height: 330px;
  border-right: 1px solid var(--line);
}
.proof-heading h2 {
  font-size: clamp(42px, 5vw, 66px);
  margin-top: 30px;
}
.spec-list {
  margin: 0;
  padding: 21px 38px;
}
.spec-list div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}
.spec-list dt {
  font: 10px "DM Mono";
  color: #898398;
}
.spec-list dd {
  font: 11px "DM Mono";
  letter-spacing: 0.04em;
  color: #e7e2f7;
  margin: 0;
}
.check {
  color: var(--lime);
  font-size: 10px;
  margin-left: 6px;
}
.contract-box {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding: 20px 42px;
  display: grid;
  grid-template-columns: 145px 1fr auto;
  gap: 20px;
  align-items: center;
  background: rgba(3, 4, 11, 0.35);
}
.contract-box > span {
  font: 10px "DM Mono";
  color: #898398;
}
.contract-box code {
  font: 11px "DM Mono";
  color: #c9c2dc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contract-box button {
  background: transparent;
  border: 1px solid rgba(206, 255, 94, 0.42);
  color: var(--lime);
  font: 10px "DM Mono";
  padding: 9px 10px;
  cursor: pointer;
}
.proof-cta {
  grid-column: 1/-1;
  color: var(--bg);
  background: var(--lime);
  font: 500 12px "DM Mono";
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 17px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proof-cta b {
  font-size: 24px;
  font-weight: 400;
}
.closing {
  text-align: center;
  padding: 104px 25px 116px;
  background: radial-gradient(
    ellipse 40% 60% at center,
    rgba(119, 77, 239, 0.2),
    transparent 68%
  );
}
.closing .eyebrow {
  justify-content: center;
}
.closing h2 {
  font-size: clamp(45px, 6.2vw, 83px);
  margin: 29px 0 34px;
}
.closing .button {
  padding: 17px 21px;
}
footer {
  max-width: 1440px;
  margin: auto;
  padding: 28px 52px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer p {
  font: 9px "DM Mono";
  letter-spacing: 0.05em;
  color: #807b8e;
  margin: 0;
}
.footer-x {
  color: var(--lime);
  font: 9px "DM Mono";
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(206, 255, 94, 0.45);
  padding-bottom: 3px;
}
.footer-x:hover {
  color: var(--ink);
}
.footer-brand {
  line-height: 1;
  font-size: 11px;
}
.footer-brand .brand-mark {
  width: 25px;
  height: 25px;
}
@media (max-width: 800px) {
  .site-header {
    padding: 0 20px;
    height: 68px;
  }
  .nav-links {
    display: none;
  }
  .header-actions {
    gap: 8px;
  }
  .nav-x {
    width: 36px;
    height: 36px;
  }
  .nav-buy {
    font-size: 8px;
    padding: 10px;
  }
  .hero {
    padding: 58px 20px 21px;
    display: block;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(39px, 10vw, 68px);
    letter-spacing: -0.1em;
    overflow-wrap: normal;
  }
  .hero-intro {
    font-size: 15px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-visual {
    height: 450px;
    margin-top: 18px;
  }
  .hero-visual img {
    width: 100%;
  }
  .hero-meta {
    display: none;
  }
  .visual-stamp.top {
    right: 0;
  }
  .visual-stamp.bottom {
    left: 5px;
  }
  .shield-chip {
    bottom: 43px;
    right: 0;
  }
  .section {
    padding: 76px 20px;
  }
  .thesis-grid,
  .mechanism-head {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .mechanism {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mechanism-head {
    margin-bottom: 34px;
  }
  .flow-grid {
    display: block;
  }
  .flow-arrow {
    height: 37px;
    transform: rotate(90deg);
    padding-top: 6px;
  }
  .flow-card {
    height: auto;
    min-height: 212px;
  }
  .flow-icon {
    margin: 20px 0 16px;
  }
  .proof {
    padding-bottom: 82px;
  }
  .proof-shell {
    grid-template-columns: 1fr;
  }
  .proof-heading {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 35px 25px;
  }
  .spec-list {
    padding: 9px 25px;
  }
  .contract-box {
    padding: 19px 25px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .contract-box code {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .contract-box button {
    grid-column: 2;
    grid-row: 1;
  }
  .proof-cta {
    padding: 16px 25px;
  }
  footer {
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .ticker-track {
    animation-duration: 18s;
  }
  .market-strip-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .market-strip article {
    min-height: 96px;
    padding: 17px 20px;
  }
  .market-strip article strong {
    font-size: 18px;
  }
  .cursor-glow {
    display: none;
  }
}

/* Mobile is deliberately composed as its own layout rather than a scaled desktop. */
@media (max-width: 560px) {
  .site-header {
    height: 64px;
    padding: 0 16px;
  }

  .brand {
    font-size: 10px;
    gap: 7px;
  }

  .brand-mark {
    width: 26px;
    height: 26px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-mark i:nth-child(1),
  .brand-mark i:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 6px;
  }

  .brand-mark i:nth-child(1) {
    left: 6px;
  }

  .brand-mark i:nth-child(2) {
    right: 6px;
  }

  .brand-mark i:nth-child(3) {
    width: 10px;
    height: 4px;
    left: 7px;
    bottom: 5px;
  }

  .nav-buy {
    padding: 11px 12px;
    font-size: 0;
    min-width: 86px;
    text-align: center;
  }

  .nav-buy::before {
    content: "BUY CAT";
    font: 9px "DM Mono";
    letter-spacing: 0.04em;
  }

  .nav-buy span {
    font-size: 13px;
    margin-left: 5px;
  }

  .nav-x {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 40px 20px 24px;
  }

  .hero:before {
    width: 125%;
    right: -50%;
    height: 72%;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.09em;
    line-height: 1.45;
  }

  .signal {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
  }

  .hero h1 {
    font-size: clamp(39px, 10vw, 54px);
    line-height: 0.86;
    margin: 20px 0 21px;
  }

  .hero-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 25px;
    align-items: start;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 16px 17px;
  }

  .text-link {
    width: max-content;
  }

  .hero-visual {
    height: min(112vw, 425px);
    min-height: 342px;
    margin: 20px 0 0;
    overflow: clip;
  }

  .hero-visual img {
    width: 100%;
    object-position: 52% center;
  }

  .orbit-one {
    width: 78vw;
    height: 94vw;
    max-height: 365px;
    right: 4vw;
    top: 2vw;
  }

  .orbit-two {
    width: 92vw;
    height: 108vw;
    max-height: 410px;
    right: -4vw;
    top: -5vw;
  }

  .visual-stamp {
    font-size: 8px;
  }

  .visual-stamp.top {
    top: 5px;
    right: 0;
  }

  .visual-stamp.bottom {
    bottom: 5px;
    left: 5px;
  }

  .shield-chip {
    right: 0;
    bottom: 35px;
    padding: 9px 11px;
  }

  .shield-chip b {
    font-size: 9px;
  }

  .shield-chip small {
    font-size: 7px;
  }

  .ticker-track {
    padding: 11px 0;
    gap: 20px;
  }

  .ticker-group {
    gap: 20px;
  }

  .ticker span {
    font-size: 8px;
  }

  .ticker i {
    padding-left: 20px;
  }

  .market-strip article {
    min-height: 82px;
    padding: 15px 16px;
  }

  .market-strip article strong {
    font-size: 16px;
  }

  .market-strip article span {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .section {
    padding: 70px 20px;
  }

  .section-label {
    font-size: 9px;
  }

  .section h2 {
    font-size: clamp(39px, 12.2vw, 56px);
    line-height: 0.91;
  }

  .thesis-grid {
    margin-top: 27px;
    gap: 25px;
  }

  .thesis-copy > p {
    font-size: 15px;
    line-height: 1.57;
  }

  .quote-card {
    margin-top: 29px;
  }

  .mechanism-head {
    margin: 28px 0 30px;
    gap: 23px;
  }

  .mechanism-head p {
    font-size: 13px;
  }

  .flow-card {
    min-height: 190px;
    padding: 19px;
  }

  .flow-card h3 {
    font-size: 20px;
    margin-bottom: 11px;
  }

  .flow-card p {
    font-size: 12px;
  }

  .flow-arrow {
    height: 31px;
    font-size: 19px;
  }

  .proof-heading {
    min-height: 226px;
    padding: 31px 20px;
  }

  .proof-heading h2 {
    margin-top: 24px;
  }

  .spec-list {
    padding: 8px 20px;
  }

  .spec-list div {
    padding: 15px 0;
  }

  .spec-list dd {
    font-size: 10px;
  }

  .contract-box {
    padding: 18px 20px;
  }

  .contract-box code {
    font-size: 9px;
  }

  .proof-cta {
    padding: 16px 20px;
  }

  .closing {
    padding: 77px 20px 86px;
  }

  .closing h2 {
    font-size: clamp(43px, 12.8vw, 60px);
    line-height: 0.9;
    margin: 24px 0 29px;
  }

  .closing .button {
    width: 100%;
    justify-content: space-between;
  }

  footer {
    padding: 24px 20px 30px;
  }
}

/* Fun mode: a bright, playful night-market take on Shielded Cat. */
:root {
  --ink: #fff8ea;
  --muted: #d3c9e8;
  --bg: #21113d;
  --panel: #32175c;
  --line: rgba(255, 248, 234, 0.22);
  --violet: #ad7cff;
  --lime: #ddff57;
  --orange: #ff816b;
}

body {
  background:
    radial-gradient(
      circle at 6% 16%,
      rgba(255, 129, 107, 0.22),
      transparent 24%
    ),
    radial-gradient(
      circle at 88% 25%,
      rgba(101, 230, 203, 0.17),
      transparent 21%
    ),
    radial-gradient(
      circle at 54% 83%,
      rgba(173, 124, 255, 0.2),
      transparent 30%
    ),
    #21113d;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.32;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(255, 248, 234, 0.23) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.site-header {
  border-bottom-color: rgba(255, 248, 234, 0.16);
  background: rgba(33, 17, 61, 0.45);
  backdrop-filter: blur(14px);
}

.brand-mark {
  border-color: var(--lime);
  background: #311764;
  box-shadow: 3px 3px 0 var(--orange);
}

.nav-x {
  border-radius: 12px;
  border-color: rgba(255, 248, 234, 0.34);
  background: #3b1b69;
}

.nav-buy,
.button-primary {
  background: var(--orange);
  color: #29133c;
  border-radius: 13px;
  box-shadow: 4px 4px 0 #7a45cb;
}

.nav-buy:hover,
.button-primary:hover {
  box-shadow: 6px 7px 0 #7a45cb;
}

.hero:before {
  width: 61%;
  background:
    radial-gradient(
      ellipse at 60% 42%,
      rgba(255, 129, 107, 0.3),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 45% 72%,
      rgba(221, 255, 87, 0.14),
      transparent 56%
    );
}

.hero h1 em,
h2 em {
  color: #ffb662;
  text-shadow: 3px 3px 0 rgba(122, 69, 203, 0.46);
}

.eyebrow {
  color: #fff0b6;
}

.signal {
  background: #75f6d0;
  box-shadow:
    0 0 0 4px rgba(117, 246, 208, 0.14),
    0 0 17px #75f6d0;
}

.hero-intro strong {
  color: #fff170;
}

.orbit {
  border-color: rgba(255, 248, 234, 0.38);
}

.hero-visual:after {
  background:
    radial-gradient(
      ellipse at 50% 60%,
      rgba(255, 129, 107, 0.36),
      transparent 37%
    ),
    radial-gradient(
      ellipse at 68% 38%,
      rgba(117, 246, 208, 0.3),
      transparent 58%
    );
}

.shield-chip {
  border-radius: 14px;
  border-color: #75f6d0;
  background: rgba(40, 19, 66, 0.84);
  transform: rotate(-2deg);
}

.chip-dot {
  background: #75f6d0;
  box-shadow: 0 0 13px #75f6d0;
}

.ticker {
  background: #fff170;
  border-color: #fff170;
}

.ticker span {
  color: #281440;
}

.ticker i {
  color: #e95773;
}

.market-strip {
  background: #3b1b69;
  border-bottom-color: rgba(255, 248, 234, 0.22);
}

.market-strip article:nth-child(2) {
  background: rgba(255, 129, 107, 0.08);
}

.market-strip article span {
  color: #e8ddff;
}

.market-strip article strong {
  color: #fff170;
}

.quote-card {
  border-left-color: #75f6d0;
  background: linear-gradient(90deg, rgba(117, 246, 208, 0.14), transparent);
}

.quote-card > span {
  color: #75f6d0;
}

.mechanism {
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(255, 129, 107, 0.17),
      transparent 23%
    ),
    linear-gradient(100deg, rgba(117, 246, 208, 0.11), transparent 54%);
}

.flow-card {
  border-radius: 22px;
  border-color: rgba(255, 248, 234, 0.26);
  background: rgba(59, 27, 105, 0.67);
  box-shadow: 5px 6px 0 rgba(9, 4, 25, 0.2);
}

.flow-card.active {
  border-color: #75f6d0;
  background: linear-gradient(
    145deg,
    rgba(117, 246, 208, 0.2),
    rgba(59, 27, 105, 0.7)
  );
}

.flow-card.active .flow-icon,
.flow-arrow {
  color: #fff170;
}

.proof-shell {
  border-radius: 26px;
  border-color: rgba(255, 248, 234, 0.25);
  background: linear-gradient(
    135deg,
    rgba(255, 129, 107, 0.2),
    rgba(59, 27, 105, 0.82) 47%
  );
}

.proof-cta {
  background: #75f6d0;
  color: #251340;
}

.closing {
  background:
    radial-gradient(
      circle at center,
      rgba(255, 129, 107, 0.31),
      transparent 38%
    ),
    radial-gradient(
      ellipse 46% 60% at center,
      rgba(117, 246, 208, 0.15),
      transparent 70%
    );
}

.footer-x {
  color: #75f6d0;
  border-bottom-color: rgba(117, 246, 208, 0.5);
}

@media (max-width: 560px) {
  .nav-buy,
  .button-primary {
    box-shadow: 3px 3px 0 #7a45cb;
  }

  .flow-card {
    border-radius: 18px;
  }

  .proof-shell {
    border-radius: 20px;
  }
}

/* Kinetic cat club: a lighter, faster, more playful direction. */
:root {
  --ink: #201740;
  --muted: #655d7b;
  --bg: #fff7e8;
  --panel: #fffdf7;
  --line: rgba(32, 23, 64, 0.16);
  --violet: #7056dc;
  --lime: #d9fa68;
  --orange: #ff6e61;
}

body {
  background:
    radial-gradient(
      circle at 8% 23%,
      rgba(255, 110, 97, 0.23),
      transparent 21%
    ),
    radial-gradient(
      circle at 92% 14%,
      rgba(117, 240, 207, 0.27),
      transparent 21%
    ),
    radial-gradient(
      circle at 52% 80%,
      rgba(112, 86, 220, 0.16),
      transparent 28%
    ),
    var(--bg);
}

body::before {
  opacity: 0.2;
  background-image: radial-gradient(
    rgba(32, 23, 64, 0.42) 1px,
    transparent 1px
  );
}

.grain {
  opacity: 0.035;
}

.site-header {
  border-bottom-color: rgba(32, 23, 64, 0.13);
  background: rgba(255, 247, 232, 0.74);
}

.brand {
  color: var(--ink);
}

.nav-links a {
  color: #615873;
}

.nav-x {
  color: var(--ink);
  border-color: rgba(32, 23, 64, 0.2);
  background: #fffdf7;
  border-radius: 50%;
}

.nav-buy,
.button-primary {
  background: var(--ink);
  color: #fff8ec;
  box-shadow: 4px 4px 0 var(--orange);
}

.nav-buy:hover,
.button-primary:hover {
  box-shadow: 6px 7px 0 var(--orange);
}

.hero:before {
  width: 65%;
  opacity: 0.85;
  background:
    radial-gradient(
      ellipse at 56% 41%,
      rgba(255, 110, 97, 0.3),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 46% 69%,
      rgba(117, 240, 207, 0.26),
      transparent 59%
    );
  animation: color-drift 10s ease-in-out infinite alternate;
}

.hero h1 em,
h2 em {
  color: var(--orange);
  text-shadow: 3px 3px 0 rgba(112, 86, 220, 0.2);
}

.eyebrow {
  color: #5a4b7c;
}

.signal,
.chip-dot {
  background: #77eec9;
  box-shadow:
    0 0 0 4px rgba(119, 238, 201, 0.16),
    0 0 17px rgba(119, 238, 201, 0.82);
}

.hero-intro,
.thesis-copy > p,
.mechanism-head p,
.flow-card p {
  color: #635b75;
}

.hero-intro strong {
  color: #4d39b6;
}

.hero-visual:after {
  background:
    radial-gradient(
      ellipse at 48% 64%,
      rgba(255, 110, 97, 0.26),
      transparent 37%
    ),
    radial-gradient(
      ellipse at 68% 42%,
      rgba(117, 240, 207, 0.24),
      transparent 58%
    );
}

.cat-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cat-button img {
  animation: cat-float 4.4s ease-in-out infinite;
  transition:
    filter 0.22s ease,
    transform 0.22s ease;
}

.cat-button:hover img {
  filter: drop-shadow(0 25px 23px rgba(255, 110, 97, 0.3)) saturate(1.12);
}

.cat-button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
  border-radius: 24px;
}

.cat-button.is-meowing img {
  animation: cat-pop 0.56s cubic-bezier(0.22, 1.55, 0.36, 1);
}

.meow-bubble {
  position: absolute;
  top: 16%;
  right: 4%;
  z-index: 3;
  padding: 10px 13px;
  border: 2px solid var(--ink);
  border-radius: 15px 15px 3px 15px;
  background: var(--lime);
  color: var(--ink);
  font: 700 12px "DM Mono";
  letter-spacing: 0.06em;
  opacity: 0;
  transform: rotate(4deg) translateY(8px) scale(0.8);
  pointer-events: none;
}

.cat-button.is-meowing .meow-bubble {
  animation: meow-pop 1s ease-out forwards;
}

.cat-paw {
  position: absolute;
  left: var(--paw-x);
  bottom: 23%;
  z-index: 4;
  color: var(--orange);
  font-size: 23px;
  animation: paw-pop 0.78s var(--paw-delay) ease-out forwards;
  pointer-events: none;
}

.cat-tip {
  position: absolute;
  right: 14%;
  bottom: 6px;
  z-index: 3;
  color: #5b4a7d;
  font: 9px "DM Mono";
  letter-spacing: 0.15em;
  transform: rotate(-3deg);
}

.orbit {
  border-color: rgba(32, 23, 64, 0.23);
}

.orbit-one {
  animation: orbit-sway-one 9s ease-in-out infinite alternate;
}

.orbit-two {
  animation: orbit-sway-two 12s ease-in-out infinite alternate;
}

.shield-chip {
  border-color: var(--ink);
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 4px 4px 0 rgba(255, 110, 97, 0.72);
}

.shield-chip b {
  color: #322259;
}

.shield-chip small,
.visual-stamp {
  color: #584f70;
}

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

.ticker span {
  color: #fff7e8;
}

.ticker i {
  color: var(--lime);
}

.market-strip {
  background: rgba(255, 253, 247, 0.82);
  border-bottom-color: rgba(32, 23, 64, 0.16);
}

.market-strip article:nth-child(2) {
  background: rgba(255, 110, 97, 0.11);
}

.market-strip article span {
  color: #746b86;
}

.market-strip article strong {
  color: var(--ink);
}

.market-strip article {
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.market-strip article:hover {
  background: rgba(117, 240, 207, 0.2);
  transform: translateY(-3px);
}

.section-label {
  color: #6b627e;
}

.section-label span {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--lime);
}

.quote-card {
  border-left-color: var(--orange);
  background: linear-gradient(90deg, rgba(255, 110, 97, 0.13), transparent);
}

.quote-card > span {
  color: var(--orange);
}

.quote-card p {
  color: var(--ink);
}

.mechanism {
  background:
    radial-gradient(
      circle at 95% 20%,
      rgba(117, 240, 207, 0.36),
      transparent 24%
    ),
    radial-gradient(circle at 5% 76%, rgba(255, 110, 97, 0.2), transparent 28%),
    #f8f0e7;
  border-color: rgba(32, 23, 64, 0.13);
}

.flow-card {
  border-color: rgba(32, 23, 64, 0.2);
  border-radius: 24px;
  background: #fffdf7;
  box-shadow: 5px 6px 0 rgba(32, 23, 64, 0.1);
}

.flow-card.active {
  border-color: var(--ink);
  background: #fff4c9;
}

.flow-card:hover {
  border-color: var(--orange);
  transform: translateY(-7px) rotate(-0.5deg);
}

.flow-card.active .flow-icon,
.flow-arrow {
  color: var(--orange);
}

.flow-icon {
  color: var(--violet);
}

.disclaimer {
  color: #756c81;
}

.proof-shell {
  border-color: rgba(32, 23, 64, 0.2);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffd8d0, #fffdf7 43%, #d8fff3);
  box-shadow: 8px 9px 0 rgba(32, 23, 64, 0.1);
}

.proof-heading {
  border-right-color: rgba(32, 23, 64, 0.15);
}

.spec-list div,
.contract-box {
  border-color: rgba(32, 23, 64, 0.15);
}

.spec-list dt,
.contract-box > span {
  color: #726984;
}

.spec-list dd,
.contract-box code {
  color: var(--ink);
}

.contract-box {
  background: rgba(255, 253, 247, 0.62);
}

.contract-box button {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--lime);
}

.proof-cta {
  background: var(--orange);
  color: var(--ink);
}

.closing {
  background:
    radial-gradient(
      circle at center,
      rgba(255, 110, 97, 0.32),
      transparent 31%
    ),
    radial-gradient(
      ellipse 44% 60% at center,
      rgba(117, 240, 207, 0.34),
      transparent 70%
    );
}

footer {
  border-top-color: rgba(32, 23, 64, 0.14);
}

footer p,
.footer-x {
  color: #625a74;
}

.footer-x {
  border-bottom-color: var(--orange);
}

@keyframes color-drift {
  to {
    filter: hue-rotate(25deg) saturate(1.15);
    transform: translate(1.5%, -1%);
  }
}

@keyframes cat-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.8deg);
  }
  50% {
    transform: translateY(-13px) rotate(1.2deg);
  }
}

@keyframes cat-pop {
  0% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: scale(1.055) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes meow-pop {
  10%,
  75% {
    opacity: 1;
    transform: rotate(4deg) translateY(-6px) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(4deg) translateY(-20px) scale(0.9);
  }
}

@keyframes paw-pop {
  from {
    opacity: 0;
    transform: translate(-50%, 0) rotate(-15deg) scale(0.4);
  }
  45% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -74px) rotate(18deg) scale(1.4);
  }
}

@keyframes orbit-sway-one {
  to {
    transform: rotate(48deg) scale(1.04);
  }
}

@keyframes orbit-sway-two {
  to {
    transform: rotate(27deg) scale(0.97);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 560px) {
  .cat-tip {
    right: 4%;
    bottom: 6px;
  }

  .meow-bubble {
    top: 11%;
    right: 0;
    font-size: 10px;
  }

  .flow-card,
  .proof-shell {
    box-shadow: 4px 5px 0 rgba(32, 23, 64, 0.1);
  }
}

/* Shield gate and desktop paw trail. */
.buy-gate {
  position: relative;
  min-width: 210px;
}

.buy-gate .buy-link {
  min-height: 48px;
  width: 100%;
  justify-content: space-between;
  padding-left: 12px;
}

.buy-shield {
  width: 24px;
  height: 24px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(1px 2px 0 rgba(255, 248, 236, 0.22));
}

.mouse-paw {
  position: fixed;
  z-index: 31;
  color: var(--orange);
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--paw-rotate));
  animation: mouse-paw-fade 0.9s ease-out forwards;
}

@keyframes mouse-paw-fade {
  0% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -31px) rotate(var(--paw-rotate)) scale(0.72);
  }
}

@media (max-width: 560px) {
  .buy-gate {
    width: 100%;
  }
}

@media (hover: none), (pointer: coarse) {
  .mouse-paw {
    display: none;
  }
}

.text-link {
  color: var(--ink);
  border-bottom-color: rgba(32, 23, 64, 0.4);
}

.text-link span {
  color: var(--orange);
}

/* Straight, bold display system: color comes from the palette, not a distorted font. */
.hero h1,
.section h2,
.proof-heading h2,
.closing h2,
.flow-card h3,
.market-strip article strong {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.07em;
}

.hero h1 em,
h2 em {
  text-shadow: none;
}

.market-strip article:nth-child(1) strong {
  color: var(--violet);
}

.market-strip article:nth-child(2) strong {
  color: var(--orange);
}

.market-strip article:nth-child(3) strong {
  color: #239f84;
}

.section-label,
.eyebrow {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* Privacy field note modal. */
.nav-modal-trigger,
.privacy-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  color: #615873;
  background: transparent;
  font:
    800 10px "Space Grotesk",
    sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.nav-modal-trigger:hover,
.privacy-trigger:hover {
  color: var(--orange);
}

.privacy-trigger {
  border-bottom: 1px solid rgba(32, 23, 64, 0.4);
  padding-bottom: 5px;
}

.privacy-trigger span {
  color: var(--orange);
}

.privacy-modal[hidden] {
  display: none;
}

.privacy-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.privacy-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(29, 20, 55, 0.63);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.privacy-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  padding: 48px;
  color: #201740;
  border: 2px solid #201740;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 91% 12%,
      rgba(117, 240, 207, 0.46),
      transparent 24%
    ),
    radial-gradient(circle at 4% 90%, rgba(255, 110, 97, 0.3), transparent 31%),
    #fffdf7;
  box-shadow: 12px 13px 0 #7a45cb;
  animation: privacy-modal-in 0.32s cubic-bezier(0.2, 0.85, 0.3, 1);
}

.privacy-close {
  position: absolute;
  top: 16px;
  right: 17px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  color: #201740;
  border: 1px solid rgba(32, 23, 64, 0.24);
  border-radius: 50%;
  background: #fffdf7;
  font: 500 28px/1 "DM Mono";
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}

.privacy-close:hover {
  background: var(--lime);
  transform: rotate(90deg);
}

.modal-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 22px;
  color: #625a74;
  font:
    800 11px "Space Grotesk",
    sans-serif;
  letter-spacing: 0.1em;
}

.modal-kicker span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #201740;
  border: 1px solid #201740;
  background: var(--lime);
}

.privacy-dialog h2 {
  max-width: 610px;
  margin: 0;
  color: #201740;
  font:
    800 clamp(35px, 6vw, 58px) / 0.9 "Space Grotesk",
    sans-serif;
  letter-spacing: -0.075em;
}

.privacy-dialog h2 em {
  color: var(--orange);
  font-style: normal;
}

.modal-lede {
  max-width: 590px;
  margin: 25px 0 32px;
  color: #564e68;
  font-size: 18px;
  line-height: 1.5;
}

.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.privacy-points article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(32, 23, 64, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.privacy-points article > span {
  color: var(--orange);
  font: 800 11px "DM Mono";
}

.privacy-points h3 {
  margin: 26px 0 12px;
  font:
    800 20px/0.93 "Space Grotesk",
    sans-serif;
  letter-spacing: -0.07em;
}

.privacy-points p,
.lineage-note p {
  margin: 0;
  color: #635b75;
  font-size: 13px;
  line-height: 1.5;
}

.lineage-note {
  display: flex;
  gap: 17px;
  margin-top: 14px;
  padding: 21px 22px;
  border: 1px solid rgba(32, 23, 64, 0.18);
  border-radius: 18px;
  background: rgba(117, 240, 207, 0.2);
}

.lineage-spark {
  color: var(--orange);
  font-size: 25px;
  line-height: 1;
}

.lineage-note .lineage-label {
  margin-bottom: 7px;
  color: #201740;
  font:
    800 11px "Space Grotesk",
    sans-serif;
  letter-spacing: 0.08em;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.modal-footer p,
.modal-footer a {
  margin: 0;
  color: #625a74;
  font: 800 10px "DM Mono";
  letter-spacing: 0.06em;
}

.modal-footer a {
  color: #201740;
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 4px;
}

.modal-footer a span {
  color: var(--orange);
  font-size: 15px;
}

body.modal-open {
  overflow: hidden;
}

@keyframes privacy-modal-in {
  from {
    opacity: 0;
    transform: translateY(24px) rotate(1deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

@media (max-width: 560px) {
  .privacy-modal {
    place-items: end center;
    padding: 12px;
  }

  .privacy-dialog {
    max-height: calc(100vh - 24px);
    padding: 39px 21px 24px;
    border-radius: 22px;
    box-shadow: 6px 7px 0 #7a45cb;
  }

  .modal-lede {
    margin: 20px 0 24px;
    font-size: 15px;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-points article {
    min-height: 0;
    padding: 17px;
  }

  .privacy-points h3 {
    margin-top: 18px;
  }
}

/* The privacy note now lives in the scroll, not in a pop-up. */
.privacy-section {
  background:
    radial-gradient(
      circle at 93% 17%,
      rgba(117, 240, 207, 0.24),
      transparent 25%
    ),
    radial-gradient(circle at 7% 82%, rgba(255, 110, 97, 0.2), transparent 29%),
    #f8f0e7;
  border-top: 1px solid rgba(32, 23, 64, 0.13);
  border-bottom: 1px solid rgba(32, 23, 64, 0.13);
}

.privacy-shell {
  margin-top: 35px;
  padding: clamp(28px, 5vw, 54px);
  color: #201740;
  border: 2px solid #201740;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 91% 12%,
      rgba(117, 240, 207, 0.46),
      transparent 24%
    ),
    radial-gradient(circle at 4% 90%, rgba(255, 110, 97, 0.3), transparent 31%),
    #fffdf7;
  box-shadow: 9px 10px 0 #7a45cb;
}

.privacy-title {
  max-width: 680px;
  margin: 0;
  color: #201740;
  font:
    800 clamp(40px, 6vw, 70px) / 0.88 "Space Grotesk",
    sans-serif;
  letter-spacing: -0.08em;
}

.privacy-title em {
  color: var(--orange);
  font-style: normal;
}

/* Keep the guardian proportional to the orbit and surrounding type. */
.cat-button img {
  width: min(84%, 430px);
  height: 88%;
  margin: 0 auto;
  object-position: center;
}

@media (max-width: 800px) {
  .cat-button img {
    width: min(92%, 430px);
    height: 92%;
  }
}

@media (max-width: 560px) {
  .privacy-shell {
    margin-top: 24px;
    padding: 28px 20px;
    border-radius: 22px;
    box-shadow: 5px 6px 0 #7a45cb;
  }

  .privacy-title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .cat-button img {
    width: 90%;
    height: 90%;
  }
}
