.home-page {
  --home-display: "Bahnschrift SemiCondensed", "Aptos Display", "Segoe UI Variable Display", sans-serif;
  --home-body: "Aptos", "Segoe UI Variable Text", "Trebuchet MS", sans-serif;
  --home-bg: #060b16;
  --home-bg-soft: #09101e;
  --home-panel: rgba(17, 26, 48, 0.78);
  --home-panel-strong: rgba(16, 25, 47, 0.96);
  --home-line: rgba(255, 255, 255, 0.1);
  --home-line-strong: rgba(255, 255, 255, 0.15);
  --home-text: #f4f7ff;
  --home-muted: #9ca8c7;
  --home-cyan: #6be8ff;
  --home-coral: #b23cff;
  --home-pink: #ff3cac;
  --home-gold: #8d79ff;
  --home-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  color: var(--home-text);
  font-family: var(--home-body);
  background:
    radial-gradient(circle at 8% 0%, rgba(178, 60, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 60, 172, 0.18), transparent 24%),
    radial-gradient(circle at 52% 90%, rgba(107, 232, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #060b16 0%, #09101e 56%, #07101b 100%);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page strong {
  font-family: var(--home-display);
}

.home-page .site-shell {
  width: min(1360px, calc(100% - 36px));
}

.home-page .site-header {
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(6, 11, 22, 0.78);
  backdrop-filter: blur(18px);
}

.home-page .brand-logo {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 0 22px rgba(178, 60, 255, 0.24));
}

.home-brand strong {
  font-size: 1.08rem;
  letter-spacing: 0.12em;
}

.home-brand span {
  max-width: 18ch;
  font-size: 0.82rem;
  color: #b8c5e7;
}

.home-nav {
  gap: 6px;
  align-items: center;
}

.home-nav a {
  font-size: 0.84rem;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #d7def4;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-nav a:hover,
.home-nav a:focus-visible,
.home-nav a.is-current {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.home-nav .nav-cta {
  border-color: transparent;
  background: linear-gradient(135deg, var(--home-coral), var(--home-pink));
  box-shadow: 0 14px 34px rgba(178, 60, 255, 0.22);
}

.home-page .auth-actions {
  display: none;
}

.home-page .section {
  padding: 58px 0;
}

.home-page .section-tight {
  padding-top: 24px;
}

.home-page .eyebrow {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #ecf1ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .btn {
  min-height: 50px;
  padding: 0 22px;
}

.home-page .btn-primary {
  background: linear-gradient(135deg, var(--home-coral), var(--home-pink));
  box-shadow: 0 18px 40px rgba(178, 60, 255, 0.24);
}

.home-page .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.home-page .hero-copy,
.home-page .page-panel p,
.home-page .path-card p,
.home-page .section-heading p {
  color: var(--home-muted);
}

.home-hero {
  padding-top: 44px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
  gap: 30px;
  align-items: stretch;
}

.home-hero-copy {
  padding: 22px 0;
}

.home-hero-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.home-hero-mini-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(178, 60, 255, 0.22));
}

.home-hero-lockup span {
  color: #eef2ff;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  max-width: 10ch;
  margin: 18px 0 18px;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.home-hero-support {
  max-width: 42ch;
  margin: 0 0 10px;
  color: #eef2ff;
  font-size: 1.08rem;
  line-height: 1.55;
}

.home-hero-copyline {
  max-width: 60ch;
  font-size: 1.06rem;
}

.home-route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-route-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f2f5ff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-route-strip a:hover,
.home-route-strip a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.home-proof-grid article {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--home-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--home-shadow);
}

.home-proof-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.18rem;
}

.home-proof-grid span {
  color: var(--home-muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.home-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: grid;
  gap: 22px;
  background: linear-gradient(180deg, rgba(16, 25, 47, 0.95), rgba(9, 16, 30, 0.98));
  border-radius: 34px;
}

.home-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(178, 60, 255, 0.1), transparent 38%, rgba(107, 232, 255, 0.08));
  pointer-events: none;
}

.home-status-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #eef2ff;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-status-pill.is-outline {
  background: rgba(255, 255, 255, 0.03);
}

.home-orbit {
  position: relative;
  min-height: 350px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  overflow: hidden;
  display: grid;
  place-items: center;
}

.home-orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-orbit-ring-a {
  width: 78%;
  height: 78%;
  border-color: rgba(99, 220, 255, 0.16);
  animation: homePulse 7s ease-in-out infinite;
}

.home-orbit-ring-b {
  width: 58%;
  height: 58%;
  border-color: rgba(255, 132, 95, 0.18);
  animation: homePulse 7s ease-in-out infinite 1.1s;
}

.home-orbit-ring-c {
  width: 38%;
  height: 38%;
  border-color: rgba(255, 97, 178, 0.22);
  animation: homePulse 7s ease-in-out infinite 2.2s;
}

.home-orbit-logo {
  position: relative;
  z-index: 1;
  width: min(76%, 360px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.34));
}

.home-float {
  position: absolute;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 10, 24, 0.88);
  color: #f2f5ff;
  font-size: 0.84rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  animation: homeDrift 6.4s ease-in-out infinite;
}

.home-float-a {
  top: 34px;
  left: 30px;
}

.home-float-b {
  top: 84px;
  right: 28px;
  animation-delay: 1.4s;
}

.home-float-c {
  bottom: 44px;
  left: 48px;
  animation-delay: 2.4s;
}

.home-float-d {
  bottom: 36px;
  right: 42px;
  animation-delay: 3.4s;
}

.home-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-panel-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.home-panel-card.is-hot {
  background: linear-gradient(135deg, rgba(178, 60, 255, 0.2), rgba(255, 60, 172, 0.14));
}

.home-panel-card span {
  display: inline-block;
  color: #d3dbf6;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-panel-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1rem;
}

.home-panel-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-signal-band {
  padding-top: 8px;
}

.home-signal-grid,
.home-lane-grid,
.home-journey-grid,
.home-advantage-grid,
.home-access-grid {
  display: grid;
  gap: 16px;
}

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

.home-signal-card {
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--home-shadow);
}

.home-signal-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--home-cyan), var(--home-coral), var(--home-pink));
}

.home-signal-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.home-signal-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-frontdoor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-frontdoor-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 34px;
  border: 1px solid var(--home-line);
  box-shadow: var(--home-shadow);
}

.home-frontdoor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 38%);
}

.home-frontdoor-card.is-user {
  background: linear-gradient(135deg, rgba(178, 60, 255, 0.2), rgba(255, 60, 172, 0.14) 58%, rgba(14, 20, 44, 0.96));
}

.home-frontdoor-card.is-merchant {
  background: linear-gradient(135deg, rgba(107, 232, 255, 0.16), rgba(178, 60, 255, 0.12) 58%, rgba(12, 18, 40, 0.96));
}

.home-frontdoor-card > * {
  position: relative;
  z-index: 1;
}

.home-frontdoor-card h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  line-height: 0.98;
}

.home-frontdoor-card p {
  color: var(--home-muted);
  line-height: 1.7;
}

.home-frontdoor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-heading h2 {
  max-width: 14ch;
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
}

.home-heading > div > h2:first-child {
  margin-top: 0;
}

.home-heading p {
  max-width: 56ch;
}

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

.home-lane-card,
.home-step-card,
.home-access-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--home-line);
  background: var(--home-panel);
  box-shadow: var(--home-shadow);
}

.home-lane-card::after,
.home-step-card::after,
.home-access-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(99, 220, 255, 0.65), rgba(255, 132, 95, 0.65), rgba(255, 97, 178, 0.65));
}

.home-lane-card h3,
.home-step-card h3,
.home-access-card h3 {
  margin: 14px 0 8px;
  font-size: 1.34rem;
}

.home-step-number,
.home-lane-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
}

.home-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef2ff;
  font-size: 0.82rem;
}

.home-signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: center;
}

.home-signature-copy {
  padding: 34px;
  background: linear-gradient(180deg, rgba(18, 27, 56, 0.9), rgba(10, 16, 32, 0.97));
}

.home-signature-copy h2 {
  max-width: 13ch;
}

.home-card-composition {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.home-card-composition::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 220, 255, 0.18), rgba(255, 132, 95, 0.1), transparent 72%);
  filter: blur(10px);
}

.home-card-surface {
  position: absolute;
  width: min(100%, 460px);
  min-height: 250px;
  padding: 26px;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

.home-card-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%);
}

.home-card-surface.is-primary {
  top: 44px;
  left: 10px;
  transform: rotate(-8deg);
  background: linear-gradient(135deg, #b23cff, #ff3cac 68%, #ffd8f2 120%);
}

.home-card-surface.is-secondary {
  right: 10px;
  bottom: 88px;
  transform: rotate(6deg);
  background: linear-gradient(135deg, #10192f, #214d82 55%, #6be8ff 130%);
}

.home-card-top,
.home-card-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-card-top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.home-card-number {
  position: relative;
  z-index: 1;
  font-family: "Consolas", "Courier New", monospace;
  letter-spacing: 0.2em;
  font-size: 1.08rem;
}

.home-card-note {
  justify-self: center;
  margin-top: 320px;
  padding: 16px 18px;
  max-width: 360px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 11, 26, 0.9);
  color: #d7def7;
  text-align: center;
  line-height: 1.7;
  box-shadow: var(--home-shadow);
}

.home-card-note strong {
  color: #fff;
}

.home-video-section {
  padding-top: 10px;
}

.home-video-grid {
  width: min(860px, 100%);
  margin: 0 auto;
}

.home-video-feature,
.home-video-card {
  padding: 12px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.home-video-feature {
  width: 100%;
}

.home-video-feature.is-single {
  max-width: 860px;
  margin: 0 auto;
}

.home-video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 26, 48, 0.9), rgba(9, 16, 30, 0.98));
  transition: aspect-ratio 0.32s ease, max-width 0.32s ease, box-shadow 0.32s ease;
}

.home-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%, rgba(0, 0, 0, 0.24));
}

.home-video-shell.is-dynamic,
.home-video-shell[data-frame="landscape"] {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0 auto;
}

.home-video-shell[data-frame="portrait"] {
  aspect-ratio: 4 / 5.35;
  max-width: 430px;
  margin: 0 auto;
}

.home-video-shell[data-frame="square"] {
  aspect-ratio: 1;
  max-width: 560px;
  margin: 0 auto;
}

.home-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #0a1122;
  opacity: 0.84;
  filter: saturate(0.84) contrast(1.02) brightness(0.82);
}

.home-video-note {
  width: min(860px, 100%);
  margin: 14px auto 0;
  color: var(--home-muted);
  line-height: 1.7;
  text-align: center;
}

.home-page .section-surface {
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.home-journey {
  padding: 36px;
}

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

.home-step-card p,
.home-advantage-card p,
.home-access-card p {
  color: var(--home-muted);
  line-height: 1.7;
}

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

.home-advantage-card {
  min-height: 100%;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--home-line);
}

.home-advantage-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.28rem;
}

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

.home-access-card .text-link {
  display: inline-flex;
  margin-top: 16px;
}

.home-final-panel {
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(178, 60, 255, 0.16), rgba(255, 60, 172, 0.14) 55%, rgba(107, 232, 255, 0.12));
}

.home-final-panel h2 {
  max-width: 14ch;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.home-final-panel p {
  max-width: 60ch;
  margin-bottom: 0;
  color: #dde5fb;
}

.home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-footer {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.home-footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.home-footer-brand .footer-brand-logo {
  width: 72px;
  height: 72px;
}

.home-footer-brand strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
  letter-spacing: 0.1em;
}

.home-footer-brand p,
.home-footer-brand small {
  color: var(--home-muted);
  line-height: 1.7;
}

.home-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-footer-column h3 {
  margin: 0 0 12px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-footer-column a {
  display: block;
  color: var(--home-muted);
  line-height: 1.95;
}

.home-footer-column a:hover {
  color: #fff;
}

@keyframes homePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes homeDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1220px) {
  .home-hero-grid,
  .home-signature-grid,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .home-frontdoor-grid,
  .home-lane-grid,
  .home-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-final-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-video-grid {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .home-proof-grid,
  .home-signal-grid,
  .home-frontdoor-grid,
  .home-journey-grid,
  .home-advantage-grid,
  .home-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-video-note {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .home-page .site-shell {
    width: min(100% - 20px, 1360px);
  }

  .home-page .section {
    padding: 42px 0;
  }

  .home-page .brand-logo {
    width: 64px;
    height: 64px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .home-proof-grid,
  .home-signal-grid,
  .home-frontdoor-grid,
  .home-lane-grid,
  .home-panel-grid,
  .home-journey-grid,
  .home-advantage-grid,
  .home-access-grid,
  .home-footer-columns {
    grid-template-columns: 1fr;
  }

  .home-nav a {
    width: 100%;
  }

  .home-hero-panel,
  .home-frontdoor-card,
  .home-signature-copy,
  .home-final-panel,
  .home-journey,
  .home-video-feature,
  .home-video-card {
    padding: 24px;
  }

  .home-route-strip a,
  .home-frontdoor-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-orbit {
    min-height: 280px;
  }

  .home-float {
    font-size: 0.78rem;
  }

  .home-float-a {
    top: 18px;
    left: 18px;
  }

  .home-float-b {
    top: 64px;
    right: 16px;
  }

  .home-float-c {
    bottom: 18px;
    left: 18px;
  }

  .home-float-d {
    right: 18px;
    bottom: 16px;
  }

  .home-card-composition {
    min-height: 520px;
  }

  .home-card-surface {
    width: min(100%, 360px);
  }

  .home-card-surface.is-primary {
    top: 36px;
    left: 0;
  }

  .home-card-surface.is-secondary {
    right: 0;
    bottom: 96px;
  }

  .home-card-note {
    margin-top: 340px;
  }

  .home-video-feature.is-single {
    max-width: 100%;
  }

  .home-video-shell {
    border-radius: 18px;
  }

  .home-video-shell[data-frame="portrait"] {
    max-width: min(100%, 360px);
  }

  .home-video-shell[data-frame="square"] {
    max-width: min(100%, 420px);
  }

  .home-video-note {
    margin-top: 12px;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-orbit-ring,
  .home-float {
    animation: none !important;
  }
}
