:root {
  --paper: #fbf8f0;
  --paper-soft: #f2efe4;
  --mist: #dfe7e4;
  --sage: #78938d;
  --olive: #3d5b58;
  --ink: #1f211f;
  --muted: #666b65;
  --line: rgba(31, 33, 31, 0.14);
  --shadow: rgba(31, 33, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(31, 33, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 33, 31, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% -16rem, rgba(223, 231, 228, 0.96), transparent 34rem),
    linear-gradient(180deg, var(--paper), #fffdf7 48%, var(--paper-soft));
  background-size: 72px 72px, 72px 72px, auto, auto;
  color: var(--ink);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(31, 33, 31, 0.025), rgba(31, 33, 31, 0));
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: min(1480px, calc(100% - 32px));
  min-height: 66px;
  margin: 16px auto 0;
  padding: 10px 10px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.78);
  box-shadow: 0 18px 48px rgba(31, 33, 31, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 176px;
  min-width: 0;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
}

.header-socials a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(31, 33, 31, 0.16);
  background: rgba(255, 253, 247, 0.54);
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.header-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 12px 28px rgba(31, 33, 31, 0.12);
}

.header-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(31, 33, 31, 0.18);
  background: rgba(255, 253, 247, 0.42);
  color: var(--ink);
  text-decoration: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.header-contact:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 14px 32px rgba(31, 33, 31, 0.12);
}

.header-contact.is-current {
  background: rgba(223, 231, 228, 0.62);
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fffdf7;
  text-decoration: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.header-cta {
  min-width: 118px;
  padding: 0 20px;
  border-color: var(--ink);
  background: var(--ink);
  color: #fffdf7;
}

.primary-cta {
  min-width: 150px;
  padding: 0 28px;
  box-shadow: 0 14px 30px rgba(31, 33, 31, 0.16);
}

.header-cta:hover,
.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(31, 33, 31, 0.2);
}

.primary-cta:hover {
  background: transparent;
  color: var(--ink);
}

.header-cta:hover {
  background: transparent;
  color: var(--ink);
}

main {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.distribution-layer {
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
}

.floating-social {
  position: absolute;
  display: grid;
  width: clamp(46px, 4.6vw, 78px);
  height: clamp(46px, 4.6vw, 78px);
  place-items: center;
  color: rgba(31, 33, 31, 0.64);
  opacity: 0.92;
  will-change: transform;
}

.floating-social-inner {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.floating-social svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.floating-instagram {
  top: 15%;
  left: 4%;
}

.floating-x {
  top: 48%;
  right: 4%;
}

.floating-tiktok {
  left: 12%;
  bottom: 9%;
}

.floating-youtube {
  top: 22%;
  right: 18%;
}

.floating-reddit {
  right: 14%;
  bottom: 18%;
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: min(760px, calc(100svh - 108px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(350px, 0.9fr) minmax(430px, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: clamp(42px, 6vw, 76px) 0 clamp(42px, 6vw, 72px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px -42px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.orbit-hero {
  width: 100%;
  min-height: 340svh;
  margin-top: clamp(10px, 2vw, 24px);
  display: block;
  padding: 0;
}

.orbit-hero::before {
  inset: 0 0 auto;
}

.orbit-sticky {
  position: sticky;
  top: 0;
  width: min(1480px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: clamp(86px, 10svh, 118px) 0 clamp(34px, 6svh, 64px);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(520px, calc(36vw - 14px));
  max-width: 520px;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.82);
  box-shadow: 0 28px 86px rgba(31, 33, 31, 0.14);
  backdrop-filter: blur(16px);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--olive);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.72rem, 0.68rem + 0.22vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.84);
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.95;
  font-weight: 600;
}

h1 {
  max-width: 520px;
  margin-top: 22px;
  font-size: clamp(3.2rem, 4.2vw, 5.1rem);
  line-height: 0.9;
  text-wrap: balance;
}

.hero-text {
  max-width: 420px;
  margin: 22px 0 26px;
  color: var(--muted);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  line-height: 1.48;
}

.hero-stats {
  width: 100%;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.84);
}

.hero-stats div {
  min-width: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-stats div:nth-child(even) {
  border-right: 0;
}

.hero-stats div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.hero-stats dt,
.hero-stats dd {
  margin: 0;
}

.hero-stats dt {
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-stats dd {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.12rem, 0.98rem + 0.82vw, 1.62rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero-media {
  justify-self: stretch;
  margin: 0;
  position: relative;
  aspect-ratio: 5 / 5.75;
  min-height: clamp(470px, calc(100svh - 210px), 650px);
  border: 1px solid var(--line);
  background: var(--mist);
  box-shadow: 0 34px 90px rgba(31, 33, 31, 0.18);
  overflow: hidden;
  isolation: isolate;
}

.orbit-media {
  position: absolute;
  inset:
    clamp(86px, 10svh, 118px)
    0
    clamp(34px, 6svh, 64px)
    clamp(430px, 37vw, 590px);
  z-index: 0;
  aspect-ratio: auto;
  min-height: 0;
  height: auto;
  border-right: 0;
  box-shadow: 0 42px 120px rgba(31, 33, 31, 0.24);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 3;
  border: 1px solid rgba(255, 253, 247, 0.72);
  pointer-events: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(31, 33, 31, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(31, 33, 31, 0.26), transparent 34%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.92) contrast(1.03);
  transform: scale(1.01);
}

.orbit-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04);
  transform: scale(1.01);
}

.media-glow,
.media-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.media-glow {
  z-index: 4;
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 247, 0.1),
    inset 0 -90px 100px rgba(31, 33, 31, 0.2);
}

.media-beam {
  z-index: 5;
  background: linear-gradient(120deg, transparent 0%, transparent 42%, rgba(255, 253, 247, 0.38) 50%, transparent 58%, transparent 100%);
  transform: translateX(-120%);
  animation: beam 6.5s ease-in-out infinite;
  mix-blend-mode: screen;
}

.orbit-progress {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 14px;
  z-index: 6;
  height: 2px;
  background: rgba(255, 253, 247, 0.32);
  overflow: hidden;
}

.orbit-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fffdf7;
  transform: scaleX(0);
  transform-origin: left center;
}

.intro-grid,
.process,
.final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(61, 91, 88, 0.16), rgba(31, 33, 31, 0.1)),
    var(--line);
  box-shadow: 0 22px 80px rgba(31, 33, 31, 0.08);
}

.intro-grid::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(90deg, transparent, rgba(120, 147, 141, 0.68), transparent);
  opacity: 0;
  animation: border-pulse 5.4s ease-in-out infinite;
  pointer-events: none;
}

.intro-grid article {
  position: relative;
  min-height: 270px;
  padding: clamp(26px, 3.2vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(242, 239, 228, 0.76)),
    var(--paper);
  overflow: hidden;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.intro-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--olive);
  opacity: 0.88;
}

.intro-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -62px;
  width: 178px;
  height: 178px;
  border: 1px solid rgba(61, 91, 88, 0.18);
  pointer-events: none;
  transform: rotate(18deg);
}

.intro-grid article:hover {
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 1), rgba(223, 231, 228, 0.72)),
    var(--paper);
  box-shadow: 0 20px 44px rgba(31, 33, 31, 0.1);
  transform: translateY(-5px);
}

.intro-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.intro-number {
  color: rgba(61, 91, 88, 0.52);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.intro-grid h2 {
  max-width: 8.8em;
  margin-top: 28px;
  font-size: clamp(2rem, 2.4vw, 2.85rem);
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading h2,
.final-cta h2 {
  margin-top: 18px;
  font-size: clamp(2.1rem, 3vw, 3.45rem);
}

.intro-grid p:not(.section-kicker) {
  max-width: 27ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  line-height: 1.48;
}

.process {
  display: grid;
  grid-template-columns: minmax(240px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 7vw, 96px);
  padding: clamp(76px, 10vw, 132px) 0;
}

.section-heading {
  max-width: 420px;
}

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

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.steps li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--olive);
  transition: width 220ms ease;
}

.steps li:hover::before {
  width: 100%;
}

.steps span {
  color: var(--sage);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.steps p {
  margin: 0;
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.1rem + 0.7vw, 1.75rem);
  line-height: 1.2;
}

.final-cta {
  position: relative;
  margin-bottom: clamp(28px, 5vw, 64px);
  padding: clamp(44px, 7vw, 76px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(223, 231, 228, 0.55), rgba(251, 248, 240, 0.84)),
    var(--paper);
  box-shadow: 0 24px 80px rgba(31, 33, 31, 0.1);
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 253, 247, 0.7);
  pointer-events: none;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 30px;
}

.contact-line {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-line a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-main {
  min-height: calc(100svh - 98px);
  display: grid;
  align-items: center;
  padding: clamp(54px, 8vw, 108px) 0 clamp(42px, 7vw, 80px);
}

.contact-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6.8vw, 7.4rem);
}

.contact-copy {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.28rem);
  line-height: 1.42;
}

.contact-panel {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.96), rgba(223, 231, 228, 0.58)),
    var(--paper);
  box-shadow: 0 28px 90px rgba(31, 33, 31, 0.12);
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 253, 247, 0.72);
  pointer-events: none;
}

.contact-panel > * {
  position: relative;
  z-index: 1;
}

.contact-email {
  display: block;
  width: min-content;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.2vw, 3.3rem);
  font-weight: 600;
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

@keyframes beam {
  0%,
  38% {
    transform: translateX(-125%);
  }

  60%,
  100% {
    transform: translateX(125%);
  }
}

@keyframes border-pulse {
  0%,
  55%,
  100% {
    opacity: 0;
  }

  70% {
    opacity: 0.6;
  }
}

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

@media (min-width: 901px) and (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1fr);
    gap: 38px;
  }

  h1 {
    font-size: clamp(2.45rem, 3.75vw, 3.6rem);
  }

  .hero-media {
    min-height: 500px;
  }

  .orbit-sticky {
    display: flex;
  }

  .orbit-media {
    inset:
      clamp(86px, 10svh, 118px)
      0
      clamp(34px, 6svh, 64px)
      410px;
  }

  .hero-copy {
    width: 394px;
  }
}

@media (max-width: 900px) {
  .site-header,
  .hero:not(.orbit-hero),
  .intro-grid,
  .process,
  .final-cta,
  .contact-hero {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    top: 10px;
    margin-top: 10px;
  }

  .brand {
    width: 152px;
  }

  .hero:not(.orbit-hero) {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .orbit-hero {
    min-height: 300svh;
  }

  .orbit-sticky {
    width: min(100% - 28px, 680px);
    min-height: 100svh;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-content: center;
    padding: 86px 0 34px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 6.2rem);
  }

  .hero-media {
    min-height: 0;
    max-height: 620px;
    aspect-ratio: 1 / 1.05;
  }

  .orbit-media {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: min(46svh, 460px);
    aspect-ratio: 16 / 9;
    border-right: 1px solid var(--line);
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid article {
    min-height: 230px;
    padding: 30px 26px 34px;
  }

  .intro-grid h2 {
    max-width: 11em;
    margin-top: 28px;
  }

  .intro-grid p:not(.section-kicker) {
    max-width: 36ch;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .contact-main {
    min-height: auto;
    display: block;
    padding-top: 64px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: clamp(3rem, 12vw, 5.6rem);
  }

  .final-cta {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 58px;
    padding: 8px 8px 8px 12px;
    gap: 14px;
  }

  .brand {
    width: 132px;
  }

  .header-socials {
    gap: 5px;
  }

  .header-socials a {
    width: 32px;
    height: 32px;
  }

  .header-socials svg {
    width: 15px;
    height: 15px;
  }

  .header-contact {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .header-cta {
    min-width: 104px;
    padding: 0 15px;
  }

  .hero:not(.orbit-hero) {
    padding-bottom: 54px;
  }

  .hero-text {
    margin-top: 22px;
  }

  .orbit-hero {
    min-height: 260svh;
  }

  .orbit-sticky {
    padding-top: 76px;
  }

  h1 {
    font-size: clamp(2.7rem, 11vw, 3.5rem);
  }

  .hero-stats div {
    padding: 14px 14px;
  }

  .orbit-progress {
    left: 16px;
    right: 16px;
    bottom: 12px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .hero-stats div:nth-child(even) {
    border-right: 0;
  }

  .hero-stats div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .steps li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-panel {
    padding: 28px 22px;
  }

  .contact-actions {
    display: grid;
  }
}
