:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #3f4d58;
  --paper: #f8fbff;
  --line: rgba(17, 17, 17, 0.14);
  --blue: #075cff;
  --green: #52c21c;
  --yellow: #ffd84f;
  --pink: #ff63a8;
  --white: #ffffff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: 24px;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.68) 34%, rgba(248, 251, 255, 0.08) 70%),
    linear-gradient(0deg, rgba(17, 17, 17, 0.32) 0%, rgba(17, 17, 17, 0) 42%);
  z-index: -2;
}

.topbar {
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.brand,
.nav-links a,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.brand {
  gap: 10px;
  padding: 7px 14px 7px 7px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links a {
  width: 44px;
  border-radius: 50%;
  font-weight: 950;
}

.hero-content {
  width: min(720px, 100%);
  padding: 112px 0 54px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(64px, 14vw, 164px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: lowercase;
}

.lead {
  max-width: 590px;
  margin-bottom: 26px;
  color: #17232d;
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.06;
  font-weight: 850;
}

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

.button {
  min-width: 148px;
  padding: 0 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

.button.ghost {
  color: var(--ink);
}

.button.status {
  cursor: default;
}

.button.status:hover {
  transform: none;
}

.lore,
.cards {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.lore {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  padding: 74px 0 44px;
  align-items: stretch;
}

.lore-copy h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.92;
  letter-spacing: 0;
}

.lore-copy p:not(.section-kicker) {
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  font-weight: 650;
}

.quote-panel {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 216, 79, 0.95), rgba(255, 99, 168, 0.82)),
    var(--yellow);
  box-shadow: 10px 10px 0 var(--ink);
}

.quote-panel img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.9);
}

.quote-mark {
  font-size: 70px;
  line-height: 0.8;
  font-weight: 950;
}

.quote-panel p {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.92;
  font-weight: 950;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 20px 0 80px;
}

.cards article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.cards span {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-weight: 950;
}

.cards h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
}

.cards p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 650;
}

@media (max-width: 760px) {
  .hero {
    min-height: 92svh;
    padding: 18px;
  }

  .hero-bg {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.74) 38%, rgba(248, 251, 255, 0.1) 72%),
      linear-gradient(90deg, rgba(248, 251, 255, 0.7), rgba(248, 251, 255, 0.02));
  }

  .topbar {
    top: 14px;
    left: 16px;
    right: 16px;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .button {
    flex: 1 1 150px;
  }

  .lore,
  .cards {
    width: min(100% - 32px, 1180px);
  }

  .lore {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .cards {
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }
}
