:root {
  color-scheme: dark;
  --ink: #111820;
  --ink-deep: #070a0d;
  --porcelain: #ede8da;
  --porcelain-soft: rgba(237, 232, 218, 0.72);
  --sage: #9db7a8;
  --mint: #d7fff4;
  --line: rgba(215, 255, 244, 0.16);
  --panel: rgba(215, 255, 244, 0.07);
  --panel-strong: rgba(215, 255, 244, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink-deep);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--porcelain);
  background:
    radial-gradient(circle at 76% 28%, rgba(157, 183, 168, 0.26), transparent 34rem),
    radial-gradient(circle at 18% 8%, rgba(215, 255, 244, 0.12), transparent 24rem),
    linear-gradient(145deg, var(--ink), var(--ink-deep) 74%);
  font-family: ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--porcelain);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

nav {
  display: flex;
  gap: 24px;
  color: var(--porcelain-soft);
  font-size: 15px;
}

nav a,
.site-footer a {
  text-decoration: none;
}

nav a:hover,
.site-footer a:hover {
  color: var(--mint);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 58px;
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 56px 0 84px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--porcelain-soft);
  font-size: 22px;
  line-height: 1.45;
}

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

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  color: var(--ink);
  background: var(--porcelain);
  border-color: transparent;
}

.button.secondary {
  color: var(--porcelain);
  background: var(--panel);
}

.hero-art {
  position: relative;
  min-height: 600px;
}

.hero-video {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 2;
  width: min(100%, 590px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(215, 255, 244, 0.22);
  border-radius: 18px;
  background: rgba(7, 10, 13, 0.72);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
  object-fit: cover;
}

.orbital-panel {
  position: absolute;
  inset: 22px 0 auto auto;
  z-index: 1;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(215, 255, 244, 0.32);
  border-radius: 96px;
  background: linear-gradient(145deg, rgba(215, 255, 244, 0.13), rgba(17, 24, 32, 0.48));
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42), inset 0 0 44px rgba(215, 255, 244, 0.08);
}

.orbital-panel img {
  position: absolute;
  right: 68px;
  bottom: 66px;
  width: 214px;
  height: 214px;
  border-radius: 44px;
  opacity: 0.92;
  filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.36));
}

.folio-panel {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(215, 255, 244, 0.44);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(237, 232, 218, 0.98), rgba(248, 241, 222, 0.9));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32), inset 0 0 28px rgba(215, 255, 244, 0.18);
}

.panel-left {
  left: 20px;
  top: 374px;
  width: 210px;
  height: 320px;
  padding: 52px 30px;
}

.panel-center {
  left: 195px;
  top: 318px;
  width: 292px;
  height: 430px;
  padding: 42px 36px;
}

.panel-right {
  right: 18px;
  top: 384px;
  width: 210px;
  height: 300px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.folio-panel span {
  display: block;
  height: 10px;
  margin-bottom: 22px;
  border-radius: 99px;
  background: rgba(79, 95, 88, 0.58);
}

.folio-panel span:nth-child(2n) {
  width: 82%;
}

.image-mark {
  height: 140px;
  margin-bottom: 32px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 76% 26%, rgba(237, 232, 218, 0.58), transparent 18%),
    linear-gradient(145deg, rgba(157, 183, 168, 0.44), rgba(157, 183, 168, 0.68));
}

.panel-right i {
  display: block;
  border-radius: 14px;
  background: rgba(79, 95, 88, 0.55);
}

.panel-right i:first-child {
  grid-column: 1 / -1;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.feature-grid p,
.content-page p {
  color: var(--porcelain-soft);
  font-size: 17px;
  line-height: 1.6;
}

.statement {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 120px;
}

.statement p {
  color: var(--porcelain);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.14;
}

.content-page {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 130px;
}

.content-page h1 {
  font-size: clamp(42px, 7vw, 68px);
}

.content-page h2 {
  margin-top: 42px;
  font-size: 25px;
}

.updated {
  color: var(--sage);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--porcelain-soft);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
  }

  .hero-art {
    min-height: 520px;
  }

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

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .section,
  .statement,
  .content-page {
    width: min(100% - 28px, 1120px);
  }

  .hero-art {
    min-height: 420px;
    transform: scale(0.78);
    transform-origin: left top;
  }

  .lede {
    font-size: 19px;
  }
}
