:root {
  --launch-gold: #e2b43c;
  --launch-blue: #2a89c7;
  --navy: var(--shell-navy);
  --ink: var(--shell-text);
  --muted: var(--shell-muted);
  --green: var(--shell-green);
  --green-dark: var(--shell-green-strong);
  --paper: var(--shell-surface);
  --soft: var(--shell-surface-soft);
  --line: var(--shell-line);
  --shadow: var(--shell-shadow);
  --radius: 18px;
}

body.privacy-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

body.privacy-page *,
body.privacy-page *::before,
body.privacy-page *::after {
  box-sizing: border-box;
}

body.privacy-page ::selection {
  color: #ffffff;
  background: var(--green);
}

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

.privacy-page a {
  color: inherit;
  text-decoration: none;
}

.privacy-page .container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.privacy-page #main,
.privacy-page main [id] {
  scroll-margin-top: 96px;
}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3,
.privacy-page p {
  margin-top: 0;
}

.privacy-page p {
  margin-bottom: 15px;
  color: var(--muted);
}

.privacy-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.privacy-page .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.launch-page {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--shell-header-height));
  place-items: center;
  padding: clamp(42px, 7vw, 92px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(22, 131, 59, 0.11), transparent 26%),
    radial-gradient(circle at 91% 82%, rgba(42, 137, 199, 0.09), transparent 28%),
    var(--shell-surface-soft);
}

.launch-page::before,
.launch-page::after {
  content: "";
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--shell-green) 20%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

.launch-page::before {
  top: -180px;
  right: -110px;
  width: 420px;
  height: 420px;
  box-shadow: 0 0 0 44px color-mix(in srgb, var(--shell-green) 3%, transparent);
}

.launch-page::after {
  bottom: -155px;
  left: -95px;
  width: 330px;
  height: 330px;
}

.launch-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--shell-green) 4%, var(--shell-surface)), var(--shell-surface) 46%),
    var(--shell-surface);
  border: 1px solid var(--shell-line);
  border-radius: 26px;
  box-shadow: var(--shell-shadow);
}

.launch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(30px, 5vw, 64px);
  width: 92px;
  height: 4px;
  background: linear-gradient(90deg, var(--shell-green), var(--launch-gold));
  border-radius: 0 0 99px 99px;
}

.launch-copy {
  min-width: 0;
}

.launch-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--shell-green-strong);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.launch-copy .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.launch-status {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  margin: 20px 0 0;
  color: var(--shell-green-strong);
  background: var(--shell-green-soft);
  border: 1px solid color-mix(in srgb, var(--shell-green) 28%, transparent);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.launch-status span {
  width: 8px;
  height: 8px;
  background: var(--shell-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--shell-green) 14%, transparent);
}

.launch-copy h1 {
  max-width: 720px;
  margin: 18px 0;
  color: var(--shell-text);
  font-size: clamp(2.45rem, 5.2vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.launch-lead {
  max-width: 680px;
  margin: 0;
  color: var(--shell-muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.72;
}

.launch-page .shell-page-actions a {
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.launch-page .shell-page-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--shell-green) 22%, transparent);
}

.launch-page .shell-page-actions a:focus-visible,
.privacy-hero-actions a:focus-visible,
.privacy-email-action:focus-visible,
.privacy-page-nav a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--shell-green) 40%, transparent);
  outline-offset: 3px;
}

.launch-contact {
  margin: 20px 0 0;
  color: var(--shell-muted);
  font-size: 0.86rem;
}

.launch-contact a {
  color: var(--shell-green-strong);
  font-weight: 820;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.launch-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, color-mix(in srgb, var(--launch-gold) 18%, transparent), transparent 24%),
    linear-gradient(145deg, color-mix(in srgb, var(--shell-green) 10%, var(--shell-surface-soft)), var(--shell-surface-soft));
  border: 1px solid var(--shell-line);
  border-radius: 22px;
}

.launch-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px dashed color-mix(in srgb, var(--shell-green) 24%, transparent);
  border-radius: 17px;
}

.launch-visual svg {
  position: relative;
  z-index: 1;
  display: block;
  width: min(96%, 440px);
  height: auto;
}

.blog-coming-soon {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  padding: clamp(14px, 2vw, 22px);
  overflow: hidden;
  background: color-mix(in srgb, var(--shell-surface) 96%, var(--shell-green));
  border: 1px solid var(--shell-line);
  border-radius: 28px;
  box-shadow: var(--shell-shadow);
}

.blog-coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(28px, 5vw, 64px);
  z-index: 3;
  width: 118px;
  height: 4px;
  background: linear-gradient(90deg, #45d774, var(--launch-gold));
  border-radius: 0 0 999px 999px;
}

.blog-coming-soon-visual {
  position: relative;
  min-height: clamp(420px, 57vw, 590px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 10%, rgba(226, 180, 60, 0.17), transparent 25%),
    radial-gradient(circle at 8% 100%, rgba(69, 215, 116, 0.2), transparent 31%),
    linear-gradient(135deg, #071426 0%, #0b2134 58%, #0d2f2a 100%);
  border: 1px solid rgba(145, 192, 174, 0.2);
  border-radius: 21px;
  isolation: isolate;
}

.blog-coming-soon-visual::before,
.blog-coming-soon-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(82, 218, 126, 0.14);
  border-radius: 50%;
}

.blog-coming-soon-visual::before {
  top: -210px;
  right: -120px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 58px rgba(70, 211, 114, 0.025);
}

.blog-coming-soon-visual::after {
  bottom: -180px;
  left: -130px;
  width: 390px;
  height: 390px;
}

.blog-coming-soon-copy {
  position: absolute;
  top: 50%;
  left: clamp(30px, 7vw, 86px);
  z-index: 3;
  max-width: 520px;
  transform: translateY(-50%);
}

.blog-coming-soon-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #75e59a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-coming-soon-copy > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #45d774, var(--launch-gold));
}

.blog-coming-soon-copy h1 {
  max-width: 7ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(4rem, 9vw, 7.3rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.blog-coming-soon-copy h1 small {
  display: block;
  margin-bottom: 14px;
  color: #82e7a5;
  font-size: 0.34em;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.blog-coming-soon-visual > svg {
  position: absolute;
  right: -24px;
  bottom: -8px;
  z-index: 2;
  width: min(65%, 700px);
  height: auto;
}

.blog-orbit {
  fill: none;
  stroke: rgba(226, 180, 60, 0.32);
  stroke-dasharray: 6 10;
  stroke-width: 2;
}

.blog-orbit-two {
  opacity: 0.42;
}

.blog-road {
  fill: url(#blog-road);
  stroke: rgba(148, 181, 199, 0.14);
  stroke-width: 2;
}

.blog-road-line {
  fill: none;
  stroke: rgba(226, 180, 60, 0.62);
  stroke-dasharray: 18 20;
  stroke-linecap: round;
  stroke-width: 5;
}

.blog-guide-card rect {
  fill: #f7fbf8;
  stroke: #31975a;
  stroke-width: 3;
}

.blog-guide-card path {
  fill: none;
  stroke: #8596a4;
  stroke-linecap: round;
  stroke-width: 7;
}

.blog-guide-card-back {
  opacity: 0.48;
  transform: rotate(6deg);
  transform-origin: 560px 130px;
}

.blog-guide-card-front circle {
  fill: #e1f6e8;
  stroke: #1e9c4d;
  stroke-width: 3;
}

.blog-guide-card-front path:first-of-type {
  stroke: #1e9c4d;
  stroke-width: 4;
}

.blog-car path:not(.blog-headlight),
.blog-car rect {
  fill: url(#blog-car);
  stroke: #70eba0;
  stroke-width: 4;
}

.blog-car circle {
  fill: #071426;
  stroke: var(--launch-gold);
  stroke-width: 8;
}

.blog-car .blog-headlight {
  fill: none;
  stroke: #f5d575;
  stroke-linecap: round;
  stroke-width: 7;
}

.blog-motion-line {
  fill: none;
  stroke: rgba(95, 219, 135, 0.46);
  stroke-linecap: round;
  stroke-width: 6;
}

.blog-coming-soon-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.blog-coming-soon-actions a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  color: var(--shell-text);
  background: var(--shell-surface-soft);
  border: 1px solid var(--shell-line);
  border-radius: 14px;
  font-size: 0.87rem;
  font-weight: 820;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.blog-coming-soon-actions a b {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--shell-green-strong);
  background: color-mix(in srgb, var(--shell-green) 12%, var(--shell-surface));
  border-radius: 9px;
  font-size: 1rem;
}

.blog-coming-soon-actions a.is-primary {
  color: #06150c;
  background: #49d375;
  border-color: #49d375;
}

.blog-coming-soon-actions a.is-primary b {
  color: #06150c;
  background: rgba(255, 255, 255, 0.32);
}

.blog-coming-soon-actions a:hover {
  border-color: color-mix(in srgb, var(--shell-green) 48%, var(--shell-line));
  box-shadow: 0 12px 24px rgba(7, 20, 38, 0.12);
  transform: translateY(-2px);
}

.blog-coming-soon-actions a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--shell-green) 42%, transparent);
  outline-offset: 3px;
}

.error-card {
  min-height: min(620px, calc(100svh - var(--shell-header-height) - 80px));
}

.error-route-visual {
  min-height: 390px;
}

.error-number {
  position: absolute;
  top: 17px;
  left: 28px;
  color: color-mix(in srgb, var(--shell-green) 12%, transparent);
  font-size: clamp(6.8rem, 14vw, 11rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
}

.error-road {
  fill: none;
  stroke: color-mix(in srgb, var(--shell-text) 10%, transparent);
  stroke-linecap: round;
  stroke-width: 30;
}

.error-road-dash {
  fill: none;
  stroke: color-mix(in srgb, var(--launch-gold) 78%, var(--shell-muted));
  stroke-dasharray: 14 16;
  stroke-linecap: round;
  stroke-width: 4;
}

.error-pin path {
  fill: color-mix(in srgb, var(--launch-gold) 20%, var(--shell-surface));
  stroke: var(--launch-gold);
  stroke-width: 4;
}

.error-pin circle {
  fill: var(--shell-surface-soft);
  stroke: var(--launch-gold);
  stroke-width: 3;
}

.error-car path,
.error-car rect {
  fill: color-mix(in srgb, var(--shell-green) 24%, var(--shell-surface));
  stroke: var(--shell-green);
  stroke-width: 4;
}

.error-car circle {
  fill: var(--shell-navy);
  stroke: var(--launch-gold);
  stroke-width: 6;
}

body.blog-page .shell-footer,
body.error-page .shell-footer,
body.privacy-page .shell-footer {
  padding-bottom: clamp(42px, 7vw, 72px);
}

.privacy-page .privacy-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 15px;
  color: var(--muted);
  font-size: 0.78rem;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.privacy-page .privacy-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.privacy-page .privacy-breadcrumbs a {
  color: var(--green-dark);
  font-weight: 750;
}

.privacy-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.privacy-page .privacy-hero {
  position: relative;
  padding: clamp(46px, 7vw, 86px) 0;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 77% 24%, rgba(67, 202, 105, 0.2), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(42, 137, 199, 0.16), transparent 35%),
    var(--navy);
}

.privacy-page .privacy-hero::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.022), 0 0 0 104px rgba(255, 255, 255, 0.016);
}

.privacy-page .privacy-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.privacy-page .privacy-hero h1 {
  max-width: 720px;
  margin: 14px 0 18px;
  font-size: clamp(2.75rem, 6vw, 5rem);
}

.privacy-page .privacy-hero p {
  max-width: 720px;
  margin-bottom: 14px;
  color: #c7d3e1;
  line-height: 1.7;
}

.policy-date {
  display: inline-flex;
  padding: 7px 10px;
  margin-top: 8px;
  color: #dce8e0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 750;
}

.privacy-hero-actions {
  margin-top: 24px;
}

.privacy-hero-actions a.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.privacy-hero-art {
  display: grid;
  min-height: 280px;
  place-items: center;
}

.privacy-hero-art svg {
  width: min(100%, 300px);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.28));
}

.privacy-shield {
  fill: rgba(67, 202, 105, 0.12);
  stroke: #63dc82;
  stroke-width: 5;
}

.privacy-shield-inner {
  fill: rgba(7, 20, 38, 0.5);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 2;
}

.privacy-lock {
  fill: color-mix(in srgb, var(--launch-gold) 88%, #ffffff);
  stroke: #fff2b7;
  stroke-width: 3;
}

.privacy-lock-line {
  fill: none;
  stroke: #513705;
  stroke-linecap: round;
  stroke-width: 8;
}

.privacy-page .privacy-content {
  padding: clamp(42px, 7vw, 82px) 0;
  background: var(--soft);
}

.privacy-page .privacy-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.privacy-page .privacy-summary {
  position: sticky;
  top: calc(var(--shell-header-height) + 24px);
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: inset 4px 0 0 var(--green), var(--shadow);
}

.privacy-summary h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.privacy-summary p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.privacy-warning {
  padding: 14px;
  color: var(--muted);
  background: color-mix(in srgb, var(--launch-gold) 11%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--launch-gold) 30%, var(--line));
  border-radius: 12px;
}

.privacy-warning strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.82rem;
}

.privacy-email-action {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 820;
  text-decoration: none;
}

.privacy-page-nav {
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.privacy-page-nav h3 {
  margin: 0 0 11px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-page-nav ol {
  display: grid;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: privacy-section;
}

.privacy-page-nav li {
  counter-increment: privacy-section;
}

.privacy-page-nav a {
  display: grid;
  min-height: 38px;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
  text-decoration: none;
}

.privacy-page-nav a::before {
  content: counter(privacy-section, decimal-leading-zero);
  color: var(--green-dark);
  font-size: 0.62rem;
  font-weight: 900;
}

.privacy-page-nav a:hover {
  color: var(--green-dark);
}

.privacy-page .policy-prose {
  max-width: 78ch;
  padding: clamp(28px, 4.5vw, 52px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.privacy-page .policy-prose section + section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.privacy-page .policy-prose h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.privacy-page .policy-prose ul {
  display: grid;
  gap: 8px;
  padding-left: 21px;
}

.privacy-page .policy-prose a {
  color: var(--green-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-prose section[id] {
  scroll-margin-top: calc(var(--shell-header-height) + 24px);
}

.privacy-page .policy-prose p,
.privacy-page .policy-prose li {
  line-height: 1.74;
}

@media (max-width: 900px) {
  .launch-card {
    grid-template-columns: 1fr;
  }

  .launch-visual {
    min-height: 320px;
  }

  .blog-coming-soon-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-page .privacy-hero-inner {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

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

  .privacy-page .privacy-summary {
    position: static;
  }

  .privacy-page-nav ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 16px;
  }

  .privacy-page .policy-prose {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .privacy-page .container {
    width: min(100% - 28px, 1160px);
  }

  .privacy-page #main,
  .privacy-page main [id] {
    scroll-margin-top: 82px;
  }

  .launch-page {
    padding: 30px 0 42px;
  }

  .launch-card {
    width: min(100% - 24px, 1160px);
    gap: 28px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .launch-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.35rem);
  }

  .launch-page .shell-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .launch-page .shell-page-actions a {
    width: 100%;
  }

  .launch-visual,
  .error-route-visual {
    min-height: 280px;
  }

  .blog-coming-soon {
    width: min(100% - 20px, 1080px);
    padding: 9px;
    border-radius: 21px;
  }

  .blog-coming-soon::before {
    left: 30px;
    width: 84px;
  }

  .blog-coming-soon-visual {
    min-height: 530px;
    border-radius: 16px;
  }

  .blog-coming-soon-copy {
    top: 54px;
    right: 24px;
    left: 24px;
    max-width: none;
    text-align: center;
    transform: none;
  }

  .blog-coming-soon-copy > span {
    justify-content: center;
  }

  .blog-coming-soon-copy h1 {
    max-width: none;
    font-size: clamp(3.65rem, 18vw, 5.5rem);
    line-height: 0.88;
  }

  .blog-coming-soon-visual > svg {
    right: 50%;
    bottom: -2px;
    width: min(112%, 620px);
    transform: translateX(54%);
  }

  .blog-coming-soon-actions {
    gap: 8px;
    margin-top: 9px;
  }

  .blog-coming-soon-actions a {
    min-height: 58px;
    padding: 11px 12px;
    font-size: 0.8rem;
  }

  .error-card {
    min-height: 0;
  }

  .privacy-page .privacy-breadcrumbs {
    padding-block: 9px;
  }

  .privacy-page .privacy-hero {
    padding: 38px 0 44px;
  }

  .privacy-page .privacy-hero-inner {
    grid-template-columns: 1fr;
  }

  .privacy-hero-art {
    display: none;
  }

  .privacy-page .privacy-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .privacy-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .privacy-hero-actions a {
    width: 100%;
  }

  .privacy-page .privacy-content {
    padding: 30px 0 44px;
  }

  .privacy-page .privacy-layout {
    gap: 24px;
  }

  .privacy-page .privacy-summary,
  .privacy-page .policy-prose {
    padding: 23px 20px;
  }

  .privacy-page-nav ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .launch-card {
    width: min(100% - 18px, 1160px);
    padding-inline: 18px;
  }

  .launch-copy h1 {
    font-size: clamp(2rem, 10.4vw, 2.7rem);
    line-height: 1.02;
  }

  .launch-visual,
  .error-route-visual {
    min-height: 240px;
  }

  .launch-visual::before {
    inset: 14px;
  }

  .blog-coming-soon-visual {
    min-height: 500px;
  }

  .blog-coming-soon-copy {
    top: 48px;
  }

  .blog-coming-soon-copy > span {
    font-size: 0.68rem;
  }

  .blog-coming-soon-actions {
    grid-template-columns: 1fr;
  }

  .blog-coming-soon-actions a {
    min-height: 54px;
  }

  .privacy-breadcrumbs ol {
    font-size: 0.72rem;
  }
}

@media (prefers-color-scheme: dark) {
  .privacy-warning {
    background: rgba(226, 180, 60, 0.08);
    border-color: rgba(226, 180, 60, 0.24);
  }

  .privacy-page .privacy-summary,
  .privacy-page .policy-prose {
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-page *,
  .privacy-page * {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .privacy-page .site-header,
  .privacy-page .privacy-hero-actions {
    display: none !important;
  }

  .privacy-page {
    color: #000000;
  }

  .privacy-page .privacy-content {
    padding: 28px 0;
  }
}
