/* Nanawing 2 adapters over the pinned sister landing styles. */
:root {
  color-scheme: dark;
  background: #0e1117;
  color: #e6edf3;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
[hidden] {
  display: none !important;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #3eb5e8;
  outline-offset: 5px;
}
#landing {
  position: static;
  inset: auto;
  z-index: auto;
  overflow: visible;
  transition: none;
}
#landing .hero {
  min-height: 92vh;
  min-height: 92svh;
}
#landing .hero .in {
  padding-top: 180px;
}
#landing .brand {
  color: var(--tx);
  width: fit-content;
}
#landing .brand .logo img {
  display: block;
}
#landing .brand small {
  font-size: 0.76em;
  color: var(--mut);
  margin-left: 4px;
}
#landing .osd.tl .rec {
  animation: none;
}
#landing .starter-shot {
  display: block;
  background: radial-gradient(ellipse at 50% 20%, #263a48, #0b1119 80%);
}
#landing .starter-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px 22px 34px;
  transition: transform 0.2s ease;
}
#landing .starter-shot:hover img {
  transform: translateY(-4px);
}
#landing .starter-label {
  position: absolute;
  bottom: 14px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  color: #cdd8e2;
  font: 0.68rem var(--mono);
  letter-spacing: 0.08em;
}
#landing .starter-label b {
  color: var(--osd);
}
#landing .revcap a {
  white-space: nowrap;
}
#landing .shot {
  margin: 0;
}
#landing .shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
#landing .family {
  border-block: 1px solid var(--line);
  background: var(--ink2);
  padding: clamp(56px, 9vw, 100px) 0;
}
#landing .family .shot img {
  aspect-ratio: 16 / 9;
}
#landing .family .cta {
  font-size: 0.96rem;
  margin-top: 12px;
}
#landing .cta.secondary {
  color: var(--tx);
  border: 1px solid var(--line2);
  background: rgba(14, 20, 29, 0.8);
  box-shadow: none;
}
#landing .cta.secondary:hover {
  background: #202d39;
  border-color: var(--bluehi);
}
#landing .section-lead {
  max-width: 65ch;
  color: var(--mut);
  margin-bottom: 28px;
}
#landing .fleet {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
#landing .aircraft-card {
  grid-column: span 2;
  border: 1px solid var(--line);
  background: var(--surf);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#landing .aircraft-card:nth-child(-n + 2) {
  grid-column: span 3;
}
#landing .aircraft-card > img {
  width: 100%;
  height: 185px;
  object-fit: contain;
  padding: 20px 26px 0;
}
#landing .aircraft-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 22px 24px;
}
#landing .aircraft-copy h3 {
  margin: 15px 0 8px;
  font-size: 1.14rem;
  letter-spacing: -0.01em;
}
#landing .aircraft-copy p {
  color: var(--mut);
  font-size: 0.92rem;
  margin: 0 0 22px;
}
#landing .aircraft-copy > a {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 650;
}
#landing .aircraft-copy .pill {
  color: var(--osd);
  font: 0.61rem var(--mono);
  letter-spacing: 0.055em;
}
#landing .faq dl {
  margin: 30px 0 24px;
}
#landing .guide-link {
  font-size: 0.94rem;
}
#landing .final .ctarow {
  justify-content: center;
}
#landing .final-trust {
  margin-top: 22px;
}
#landing .share-status {
  min-height: 1.6em;
  margin: 16px 0 0;
  color: var(--mut);
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}
#landing footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
#landing .skip {
  position: absolute;
  top: -100px;
  left: 24px;
  z-index: 10;
}
#landing .skip:focus {
  top: 12px;
}
/* The static guide uses the same family palette and controls. */
#landing .site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
#landing .site-nav .brand {
  margin: 0;
}
#landing .site-nav .nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 0.9rem;
}
#landing .guide-page {
  max-width: 850px;
  padding-top: 55px;
  padding-bottom: 70px;
}
#landing .guide-page h1 {
  max-width: 22ch;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}
#landing .guide-page h2 {
  margin-top: 44px;
}
#landing .guide-page p,
#landing .guide-page li {
  color: #b4c0cd;
}
#landing .guide-page li {
  margin-block: 12px;
}
#landing .guide-page kbd {
  padding: 3px 7px;
  border: 1px solid var(--line2);
  border-radius: 4px;
  background: var(--surf);
  font: 0.86rem var(--mono);
}
#landing .guide-page .button {
  display: inline-block;
  background: linear-gradient(160deg, #4bbdec, #1f9bd9);
  color: #04121a;
  border-radius: 13px;
  padding: 14px 24px;
  font-weight: 750;
}
/* Keep the existing centered startup contract independent of the landing page. */
#boot {
  min-height: 100dvh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 24px;
  font-family: Barlow, Arial, sans-serif;
}
#boot img {
  width: 64px;
  margin-bottom: 22px;
}
#boot h1 {
  font-size: 25px;
  letter-spacing: 4px;
  margin: 0;
}
#boot p {
  color: #9aa9b9;
}
#boot .boot-line {
  width: 160px;
  height: 2px;
  background: #30363d;
  margin-top: 18px;
}
#boot .boot-line:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #3eb5e8;
  animation: pulse 1.6s ease-in-out infinite alternate;
}
#boot .button {
  background: #1f9bd9;
  color: #07131b;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}
@keyframes pulse {
  to {
    transform: translateX(100%);
  }
}
@media (max-width: 900px) {
  #landing .hero .in {
    padding-top: 155px;
  }
  #landing .herorev {
    max-width: 430px;
  }
}
@media (max-width: 720px) {
  #landing .fleet {
    grid-template-columns: 1fr;
  }
  #landing .aircraft-card,
  #landing .aircraft-card:nth-child(-n + 2) {
    grid-column: auto;
  }
}
@media (max-width: 620px) {
  #landing .hero .in {
    padding-top: 130px;
    padding-bottom: 85px;
  }
  #landing .hero .bg {
    background-position: 58% center;
  }
  #landing .hero .grad {
    background: linear-gradient(
      180deg,
      #080b1080,
      #080b10c4 38%,
      #080b10ef 100%
    );
  }
  #landing .frame {
    inset: 12px;
  }
  #landing .osd {
    font-size: 0.61rem;
  }
  #landing .osd.tl {
    left: 23px;
    top: 23px;
  }
  #landing .osd.tr {
    left: 23px;
    right: auto;
    top: 48px;
  }
  #landing .osd.bl {
    left: 23px;
    bottom: 37px;
  }
  #landing .scroll {
    bottom: 14px;
  }
  #landing .brand {
    margin-bottom: 24px;
  }
  #landing h1 {
    max-width: 15ch;
  }
  #landing .cta {
    padding: 15px 21px;
    font-size: 1rem;
  }
  #landing .ctarow {
    gap: 18px;
  }
  #landing .stat {
    padding: 22px 12px;
  }
  #landing .stat .k {
    font-size: 1.12rem;
  }
  #landing .stat .l {
    font-size: 0.78rem;
  }
  #landing .site-nav .nav-links {
    gap: 12px;
    font-size: 0.8rem;
  }
  #landing .site-nav .brand .n {
    font-size: 1rem;
  }
  #landing .site-nav .brand .logo {
    width: 32px;
    height: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #boot .boot-line:after {
    animation: none;
  }
  #landing .starter-shot img {
    transition: none;
  }
}
