@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/outfit-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/outfit-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/outfit-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/outfit-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/outfit-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/outfit-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #111111;
  --white: #ffffff;
  --canvas: #fafafa;
  --surface: #ffffff;
  --muted: #f2f2f2;
  --mute: #757575;
  --faint: #b0b0b0;
  --peak: #1a9b82;
  --spark: #f63b05;
  --core: #146b5a;
  --deep: #0f4a40;
  --abyss: #0a2c28;
  --fade: linear-gradient(135deg, #1a9b82 0%, #146b5a 32%, #0a2c28 68%, #111111 100%);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-full: 999px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 40px;
  --font: Outfit, system-ui, sans-serif;
  --shadow-md: 0 10px 24px rgb(17 17 17 / 22%);
  --nav-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--ink);
  background: var(--canvas);
  overflow-x: clip;
}

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

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

button,
input,
textarea {
  font-family: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: var(--space-md);
  top: var(--space-md);
  z-index: 80;
  background: var(--ink);
  color: var(--white);
  padding: 8px 14px;
  border-radius: var(--radius-full);
}

.wrap {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgb(250 250 250 / 88%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgb(17 17 17 / 6%);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.wordmark {
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 10px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-full);
  color: var(--ink);
}

.nav-links a[aria-current="page"] {
  background: var(--ink);
  color: var(--white);
}

.lang {
  display: flex;
  background: var(--muted);
  border-radius: var(--radius-full);
  padding: 3px;
}

.lang button {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  cursor: pointer;
}

.lang button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.hero {
  background: var(--fade);
  color: var(--white);
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  align-items: end;
  padding: 48px 0 56px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -80px;
  bottom: -120px;
  border: 2px solid rgb(26 155 130 / 35%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 72%);
  margin: 0 0 16px;
}

.hero-mark {
  margin: 0 0 20px;
  line-height: 0.82;
}

.hero-mark .vyb {
  display: block;
  font-size: clamp(72px, 16vw, 148px);
  font-weight: 700;
  letter-spacing: -6px;
}

.hero-mark .map {
  display: block;
  margin-top: 6px;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 600;
  letter-spacing: 0.42em;
  color: var(--peak);
}

.hero h1 {
  margin: 0 0 28px;
  max-width: 16ch;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-full);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  cursor: pointer;
  transition: transform 120ms ease-out, background 120ms ease-out;
}

.btn:active {
  transform: scale(0.98);
  background: var(--ink);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--ink);
}

.btn-ink {
  background: var(--ink);
  color: var(--white);
}

.headline,
.page-head h1,
.cats h2,
.qa h2,
.home-blog .wrap > h2,
.download-band h2,
.feature h3 {
  font-family: Anton, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  background-image: linear-gradient(135deg, #0f4a40 0%, #0a2c28 42%, #111111 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cats h2,
.qa h2,
.home-blog .wrap > h2,
.download-band h2 {
  margin: 0 0 12px;
  font-size: clamp(36px, 6vw, 54px);
  line-height: 1.05;
}

.btn,
.btn-light,
.btn-ink,
.btn-ghost,
.btn-fade {
  background: var(--fade);
  color: var(--white);
  box-shadow: none;
}

.btn:active {
  background: var(--ink);
  color: var(--white);
}

.pill[aria-pressed="true"],
.nav-links a[aria-current="page"] {
  background: var(--fade);
  color: var(--white);
}

.section {
  padding: 88px 0;
}

.section h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
}

.lede {
  margin: 0 0 36px;
  max-width: 38ch;
  color: var(--mute);
  font-size: 16px;
}

.pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.pills::-webkit-scrollbar {
  display: none;
}

.pill {
  flex: 0 0 auto;
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--muted);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 120ms ease-out, color 120ms ease-out;
}

.pill[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.stage {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 320px);
  gap: 48px;
  align-items: center;
}

.phone {
  position: relative;
  aspect-ratio: 9 / 17.4;
  border-radius: 36px;
  background: var(--ink);
  padding: 12px;
  box-shadow: var(--shadow-md);
}

.phone-screen {
  height: 100%;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 42%, rgb(26 155 130 / 28%), transparent 42%),
    linear-gradient(180deg, #0f4a40 0%, #111 72%);
  position: relative;
  overflow: hidden;
}

.phone-pills {
  position: absolute;
  top: 16px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.phone-pills span {
  flex: 0 0 auto;
  height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-full);
  background: rgb(255 255 255 / 14%);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.phone-pills span.on {
  background: var(--white);
  color: var(--ink);
}

.pin {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
}

.pin-dot {
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 3px var(--peak);
}

.pin-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid rgb(26 155 130 / 38%);
  animation: pulse 1400ms ease-out infinite;
}

@keyframes pulse {
  from {
    transform: scale(0.72);
    opacity: 0.45;
  }
  to {
    transform: scale(1.35);
    opacity: 0;
  }
}

.nav-pill {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  height: 48px;
  padding: 0 18px;
  border-radius: var(--radius-full);
  background: #1c1c1c;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 12px 28px rgb(0 0 0 / 60%);
}

.nav-pill i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(255 255 255 / 38%);
  display: block;
}

.nav-pill i.plus {
  width: 28px;
  height: 28px;
  background: var(--fade);
}

.beats {
  display: grid;
  gap: 0;
}

.beat {
  padding: 28px 0;
  border-top: 1px solid rgb(17 17 17 / 8%);
}

.beat:last-child {
  border-bottom: 1px solid rgb(17 17 17 / 8%);
}

.beat-num {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--peak);
  margin: 0 0 8px;
}

.beat h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 600;
}

.beat p {
  margin: 0;
  max-width: 46ch;
  color: var(--mute);
}

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

.shot {
  min-height: 420px;
  border-radius: 28px;
  background: var(--muted);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: var(--mute);
  font-size: 13px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot:empty::before,
.shot .label {
  position: relative;
  z-index: 1;
  background: rgb(250 250 250 / 86%);
  padding: 6px 10px;
  border-radius: var(--radius-full);
}

.band {
  background: var(--ink);
  color: var(--white);
  padding: 72px 0;
}

.band h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: -0.5px;
  max-width: 16ch;
}

.band p {
  margin: 0 0 28px;
  color: rgb(255 255 255 / 64%);
}

.footer {
  padding: 40px 0 48px;
  background: var(--surface);
  border-top: 1px solid rgb(17 17 17 / 8%);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.footer small {
  color: var(--mute);
  font-size: 13px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer nav a {
  font-size: 13px;
  font-weight: 600;
}

.page-head {
  padding: 56px 0 8px;
}

.page-head h1 {
  margin: 0 0 12px;
  font-size: clamp(40px, 7vw, 58px);
  letter-spacing: -0.5px;
  line-height: 1.12;
}

.legal {
  white-space: pre-wrap;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  padding-bottom: 80px;
}

.posts {
  display: grid;
  gap: 12px;
  padding-bottom: 80px;
}

.post-card {
  display: block;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 4px 12px rgb(17 17 17 / 6%);
}

.post-card time {
  font-size: 13px;
  color: var(--mute);
}

.post-card h2 {
  margin: 8px 0 8px;
  font-size: 22px;
}

.article {
  max-width: 66ch;
  padding-bottom: 96px;
}

.article .meta {
  color: var(--mute);
  font-size: 13px;
  margin-bottom: 28px;
}

.article p {
  font-size: 16px;
  line-height: 1.55;
}

.form {
  max-width: 520px;
  display: grid;
  gap: 14px;
  padding-bottom: 96px;
}

.form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.form input,
.form textarea {
  border: 0;
  background: var(--muted);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 16px;
  color: var(--ink);
}

.form textarea {
  min-height: 140px;
  resize: vertical;
}

.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.form-note,
.form-status {
  font-size: 14px;
  color: var(--mute);
  margin: 0;
}

.form-status[data-kind="ok"] {
  color: var(--core);
}

.form-status[data-kind="err"] {
  color: #c62828;
}

.tone-muted {
  background: var(--muted);
}

.tone-surface {
  background: var(--surface);
}

[data-fade] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 900ms ease, transform 900ms ease;
}

[data-fade].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-fade] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: enter 240ms ease-out forwards;
}

@keyframes enter {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 800px) {
  .wrap,
  .nav-inner {
    width: min(1080px, calc(100% - 24px));
  }

  .stage,
  .shots {
    grid-template-columns: 1fr;
  }

  .phone {
    max-width: 280px;
    margin-inline: auto;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: unset;
    padding-top: 36px;
  }

  .page-head {
    padding-top: 36px;
  }

  .cats h2,
  .qa h2,
  .home-blog .wrap > h2 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .download-band h2 {
    font-size: clamp(32px, 9vw, 52px);
  }
}
