:root {
  color-scheme: dark;
  --ink: #0b0707;
  --ink-2: #130d0c;
  --ink-3: #211715;
  --parchment: #f2eadf;
  --bone: var(--parchment);
  --muted: rgba(242, 234, 223, 0.62);
  --faint: rgba(242, 234, 223, 0.36);
  --hairline: rgba(242, 234, 223, 0.13);
  --brushed-gold: #e8d7b2;
  --gold: var(--brushed-gold);
  --amber: #bd8d64;
  --muted-clay: #b98574;
  --rose: var(--muted-clay);
  --oxidized-teal: #86bdb4;
  --teal: var(--oxidized-teal);
  --shadow: rgba(0, 0, 0, 0.42);
  --display: "Iowan Old Style", "IowanOldStyle-Roman", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --body: Avenir, "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  --mono: "SFMono-Regular", "Menlo", "Consolas", monospace;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--bone);
  background:
    radial-gradient(circle at 14% 10%, rgba(134, 189, 180, 0.12), transparent 24rem),
    radial-gradient(circle at 50% 18%, rgba(173, 125, 82, 0.20), transparent 32rem),
    radial-gradient(circle at 50% 52%, rgba(232, 215, 178, 0.08), transparent 36rem),
    linear-gradient(180deg, #120908 0%, var(--ink) 58%, #050303 100%);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
.button:focus-visible {
  outline: 2px solid rgba(232, 215, 178, 0.82);
  outline-offset: 4px;
}

.tone-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.68;
}

.site-header,
main,
.footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
}

.site-header.compact {
  padding-bottom: 0;
}

.wordmark {
  display: inline-grid;
  gap: 2px;
  color: rgba(242, 234, 223, 0.72);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
  color: rgba(242, 234, 223, 0.58);
  font-size: 0.82rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--gold);
}

.hero {
  position: relative;
  width: min(960px, calc(100% - 40px));
  min-height: 74svh;
  margin: 0 auto;
  padding: clamp(64px, 11vh, 128px) 0 72px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(720px, 82vw);
  height: min(720px, 82vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 7, 7, 0.68) 0%, rgba(11, 7, 7, 0.44) 38%, rgba(11, 7, 7, 0) 72%);
  filter: blur(2px);
  pointer-events: none;
}

.page-hero {
  min-height: 58svh;
}

.eyebrow,
.label {
  margin: 0 0 14px;
  color: rgba(232, 215, 178, 0.72);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 16px;
  max-width: 860px;
  font-family: var(--display);
  font-size: clamp(3.8rem, 13vw, 9.4rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 253, 248, 0.14),
    0 0 24px rgba(232, 215, 178, 0.16),
    0 0 58px rgba(189, 141, 100, 0.20);
}

.brand-heading {
  display: grid;
  gap: 0.06em;
  justify-items: center;
  color: #f0ddc7;
  font-size: clamp(4.2rem, 11vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 253, 248, 0.20),
    0 0 18px rgba(255, 253, 248, 0.10),
    0 0 36px rgba(232, 215, 178, 0.22),
    0 0 72px rgba(189, 141, 100, 0.24);
}

.brand-heading span {
  display: block;
}

.home-heading {
  font-size: clamp(3rem, 8vw, 6.6rem);
  letter-spacing: 0.045em;
}

.page-hero h1 {
  font-size: clamp(3.4rem, 10vw, 8rem);
}

.page-hero .brand-heading {
  font-size: clamp(4rem, 10vw, 7.4rem);
}

h2 {
  color: rgba(242, 234, 223, 0.94);
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-wrap: balance;
}

h3 {
  margin-bottom: 8px;
  color: var(--bone);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
}

.hero-line {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(1rem, 2vw, 1.22rem);
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px rgba(232, 215, 178, 0.16);
}

.hero-copy {
  position: relative;
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(242, 234, 223, 0.70);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.72;
  text-wrap: balance;
}

.hero-note {
  max-width: 640px;
  margin-top: 22px;
  color: rgba(242, 234, 223, 0.62);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.button {
  min-width: 180px;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 15px 22px;
  color: var(--bone);
  text-decoration: none;
  text-align: center;
  background: rgba(242, 234, 223, 0.045);
  box-shadow: 0 18px 50px var(--shadow);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button.primary {
  border-color: rgba(232, 215, 178, 0.36);
  background: linear-gradient(135deg, rgba(232, 215, 178, 0.22), rgba(134, 189, 180, 0.10));
}

.button.ghost {
  color: rgba(242, 234, 223, 0.76);
}

.button.disabled {
  cursor: default;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 215, 178, 0.28);
}

.screen-showcase {
  overflow: hidden;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  align-items: end;
}

.phone-shot {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--hairline);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 12%, rgba(232, 215, 178, 0.13), transparent 12rem),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.phone-shot.tall {
  transform: translateY(-18px);
}

.phone-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.phone-shot figcaption {
  min-height: 3.1em;
  padding: 12px 4px 2px;
  color: rgba(242, 234, 223, 0.66);
  font-size: 0.86rem;
  line-height: 1.35;
  text-align: center;
}

.tone-card,
.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto clamp(80px, 12vw, 150px);
}

.tone-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid var(--hairline);
  border-radius: 36px;
  background:
    radial-gradient(circle at 32% 42%, rgba(232, 215, 178, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.tone-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 189, 180, 0.13), rgba(134, 189, 180, 0) 68%);
  filter: blur(10px);
  pointer-events: none;
}

.detail-card {
  margin-top: -34px;
}

.tone-card-copy p:not(.label),
.section p,
.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.6fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid var(--hairline);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 0%, rgba(232, 215, 178, 0.15), transparent 24rem),
    radial-gradient(circle at 88% 72%, rgba(134, 189, 180, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.40);
  overflow: hidden;
}

.founder-card::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% auto;
  width: min(420px, 46vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 215, 178, 0.14), transparent 68%);
  filter: blur(14px);
  pointer-events: none;
}

.founder-copy,
.founder-audio {
  position: relative;
  z-index: 1;
}

.founder-copy h2 {
  max-width: 760px;
}

.founder-copy p {
  max-width: 760px;
}

.founder-audio {
  padding: 24px;
  border: 1px solid rgba(242, 234, 223, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 215, 178, 0.12), transparent 13rem),
    rgba(11, 7, 7, 0.36);
}

.founder-audio .lab-kicker {
  margin-bottom: 18px;
}

.founder-audio audio {
  display: block;
  width: 100%;
  accent-color: var(--gold);
}

.tone-orb {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  display: grid;
  place-items: center;
}

.tone-orb::before {
  content: "";
  position: absolute;
  width: min(390px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 215, 178, 0.26), rgba(232, 215, 178, 0.08) 34%, transparent 68%);
  filter: blur(10px);
}

.app-icon-logo {
  position: relative;
  width: min(292px, 78%);
  height: auto;
  filter: drop-shadow(0 0 42px rgba(232, 215, 178, 0.44)) drop-shadow(0 24px 76px rgba(0, 0, 0, 0.44));
}

.orb-core,
.orb-ring,
.orb-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orb-core {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 43%, rgba(255, 246, 226, 0.86), rgba(232, 215, 178, 0.32) 28%, rgba(232, 215, 178, 0.06) 60%, transparent 72%);
  filter: blur(0.2px);
  animation: orb-breathe 15s ease-in-out infinite;
}

.orb-ring {
  width: 260px;
  height: 260px;
  border: 2px solid rgba(242, 234, 223, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(232, 215, 178, 0.16);
}

.orb-wave {
  width: 370px;
  height: 118px;
  border: solid rgba(242, 234, 223, 0.58);
  border-width: 5px 0 0;
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(232, 215, 178, 0.30));
  transform: translate(-50%, -50%) rotate(-6deg);
}

.orb-wave::before,
.orb-wave::after {
  content: "";
  position: absolute;
  inset: -6px 0 auto;
  border-top: 2px solid rgba(232, 215, 178, 0.26);
  border-radius: 50%;
}

.orb-wave::after {
  inset: 5px 0 auto;
  border-color: rgba(242, 234, 223, 0.13);
}

@keyframes orb-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(0.96); opacity: 0.82; }
  50% { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
}

.feature-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.feature-list div,
.steps article,
.lab-link,
.support-grid a,
.split > div {
  border: 1px solid var(--hairline);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.032);
}

.feature-list div {
  padding: 20px;
}

.northstar-story {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  background:
    radial-gradient(circle at 0% 0%, rgba(134, 189, 180, 0.14), transparent 24rem),
    radial-gradient(circle at 100% 100%, rgba(185, 133, 116, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018));
}

.support-hero {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(34px, 6vw, 58px);
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid var(--hairline);
  border-radius: 36px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.support-hero::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 189, 180, 0.13), rgba(134, 189, 180, 0) 68%);
  filter: blur(10px);
  pointer-events: none;
}

.support-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.support-hero .northstar-copy h2 {
  font-size: clamp(2.35rem, 4.6vw, 4.2rem);
}

.support-hero .northstar-copy .lede {
  max-width: 48ch;
}

.northstar-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-bottom: 2px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(232, 215, 178, 0.18);
  border-radius: 999px;
  color: rgba(242, 234, 223, 0.86);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(242, 234, 223, 0.08);
}

.northstar-home-mark {
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(232, 215, 178, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 78% 14%, rgba(232, 215, 178, 0.36), transparent 42%),
    radial-gradient(circle at 16% 100%, rgba(134, 189, 180, 0.22), transparent 60%),
    linear-gradient(145deg, #0f1d1b 0%, #17201e 58%, #2a231c 100%);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(232, 215, 178, 0.12),
    inset 0 1px 0 rgba(255, 243, 223, 0.16);
}

.northstar-home-mark img {
  display: block;
  width: 2.65rem;
  height: 2.65rem;
  object-fit: contain;
  filter: drop-shadow(0 0.18rem 0.42rem rgba(232, 215, 178, 0.22));
}

.northstar-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.northstar-copy .hero-actions {
  justify-content: flex-start;
}

.northstar-copy .lede {
  color: rgba(242, 234, 223, 0.82);
  font-size: clamp(1.12rem, 2.2vw, 1.34rem);
  line-height: 1.72;
}

.northstar-marks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.northstar-frame {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(232, 215, 178, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(14, 11, 11, 0.92), rgba(23, 18, 18, 0.86)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(242, 234, 223, 0.08);
}

.northstar-frame::before {
  content: "";
  position: absolute;
  inset: -32% 34% auto -18%;
  height: 16rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(134, 189, 180, 0), rgba(134, 189, 180, 0.18), rgba(232, 215, 178, 0.14), rgba(134, 189, 180, 0));
  filter: blur(18px);
  animation: glow-drift 28s ease-in-out infinite;
  pointer-events: none;
}

.northstar-frame-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 18px;
  color: rgba(242, 234, 223, 0.56);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.northstar-routes {
  display: grid;
  gap: 12px;
}

.northstar-route {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(232, 215, 178, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.016)),
    rgba(255, 255, 255, 0.01);
}

.northstar-route::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(232, 215, 178, 0.9), rgba(134, 189, 180, 0.76));
}

.northstar-route-featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(134, 189, 180, 0.18), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
  border-color: rgba(232, 215, 178, 0.16);
}

.northstar-route-kicker {
  color: rgba(232, 215, 178, 0.72);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.northstar-route strong {
  color: var(--bone);
  font-family: var(--display);
  font-size: clamp(1.22rem, 2.2vw, 1.7rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.northstar-route p {
  color: rgba(242, 234, 223, 0.64);
  font-size: 0.96rem;
  line-height: 1.62;
}

.northstar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(232, 215, 178, 0.1);
}

.northstar-meta span {
  padding: 10px 14px;
  border: 1px solid rgba(232, 215, 178, 0.12);
  border-radius: 999px;
  color: rgba(242, 234, 223, 0.7);
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.02);
}

.scaffold-story {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  background:
    radial-gradient(circle at 8% 0%, rgba(232, 215, 178, 0.13), transparent 24rem),
    radial-gradient(circle at 100% 80%, rgba(134, 189, 180, 0.12), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.016));
}

.scaffold-home-mark {
  background:
    radial-gradient(circle at 72% 18%, rgba(242, 234, 223, 0.32), transparent 42%),
    radial-gradient(circle at 10% 100%, rgba(134, 189, 180, 0.28), transparent 60%),
    linear-gradient(145deg, #1d3a34 0%, #27382f 58%, #5d4c38 100%);
}

.scaffold-frame {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(232, 215, 178, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(10, 15, 14, 0.92), rgba(24, 21, 17, 0.86)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(242, 234, 223, 0.08);
}

.scaffold-frame-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 6px;
  color: rgba(242, 234, 223, 0.56);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scaffold-packet {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(232, 215, 178, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.01);
}

.scaffold-packet.featured {
  border-color: rgba(134, 189, 180, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(134, 189, 180, 0.2), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.scaffold-packet strong {
  color: var(--bone);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.scaffold-packet p {
  margin: 0;
  color: rgba(242, 234, 223, 0.64);
  font-size: 0.96rem;
  line-height: 1.62;
}

.scaffold-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.scaffold-chip-row span {
  padding: 10px 14px;
  border: 1px solid rgba(232, 215, 178, 0.12);
  border-radius: 999px;
  color: rgba(242, 234, 223, 0.7);
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.02);
}

@keyframes glow-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
    opacity: 0.62;
  }
  50% {
    transform: translate3d(8%, 6%, 0) rotate(3deg);
    opacity: 0.82;
  }
}

dt {
  margin-bottom: 6px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: var(--muted);
}

.intro-note {
  max-width: 820px;
  text-align: center;
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 28px;
}

.section-head.centered {
  max-width: 790px;
  margin-inline: auto;
  margin-bottom: 34px;
  text-align: center;
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.app-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-grid.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-card {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--hairline);
  border-radius: 30px;
  color: var(--bone);
  overflow: hidden;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 215, 178, 0.13), transparent 13rem),
    rgba(255, 255, 255, 0.032);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.30);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.app-card.featured {
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 215, 178, 0.20), transparent 14rem),
    linear-gradient(145deg, rgba(232, 215, 178, 0.08), rgba(255, 255, 255, 0.025));
}

.app-card.tone-mirror-card {
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 215, 178, 0.18), transparent 14rem),
    radial-gradient(circle at 50% 52%, rgba(134, 189, 180, 0.06), transparent 16rem),
    rgba(255, 255, 255, 0.032);
}

.app-card.tone-threshold-card {
  background:
    radial-gradient(circle at 50% 17%, rgba(232, 215, 178, 0.22), transparent 14rem),
    radial-gradient(circle at 50% 48%, rgba(189, 141, 100, 0.10), transparent 16rem),
    rgba(255, 255, 255, 0.032);
}

.app-card:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 215, 178, 0.36);
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 215, 178, 0.18), transparent 14rem),
    rgba(232, 215, 178, 0.055);
}

.app-card-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: min(230px, 82%);
  aspect-ratio: 1;
  margin: 0 auto 28px;
  border-radius: 30%;
}

.app-card-mark::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(232, 215, 178, 0.19), rgba(232, 215, 178, 0.045) 46%, transparent 72%);
  filter: blur(12px);
}

.app-card-mark img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28%;
  filter: drop-shadow(0 0 30px rgba(232, 215, 178, 0.30));
}

.northstar-card-mark {
  width: min(180px, 78%);
  padding: 18px;
  border: 1px solid rgba(232, 215, 178, 0.14);
  background:
    radial-gradient(circle at 50% 50%, rgba(134, 189, 180, 0.12), transparent 68%),
    rgba(255, 255, 255, 0.025);
}

.northstar-card-mark img {
  border-radius: 28%;
}

.app-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.app-card > span:last-child {
  color: var(--muted);
  line-height: 1.62;
}

.app-card .app-card-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 18px;
  border: 1px solid rgba(232, 215, 178, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(232, 215, 178, 0.78);
  background: rgba(232, 215, 178, 0.055);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.sota-stream-section {
  margin-top: clamp(-80px, -6vw, -36px);
}

.sota-stream-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(232, 215, 178, 0.18);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 34%, rgba(212, 162, 48, 0.16), transparent 18rem),
    radial-gradient(circle at 74% 54%, rgba(134, 189, 180, 0.08), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.40);
}

.sota-stream-panel::before,
.sota-stream-panel::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 215, 178, 0.24), transparent);
  opacity: 0.62;
  pointer-events: none;
}

.sota-stream-panel::before {
  top: 32%;
  transform: rotate(-2deg);
}

.sota-stream-panel::after {
  top: 42%;
  transform: rotate(1.5deg);
}

.sota-stream-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(300px, 100%);
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 32%;
  background: radial-gradient(circle, rgba(212, 162, 48, 0.12), transparent 67%);
}

.sota-stream-mark img {
  width: min(270px, 92%);
  height: auto;
  filter: drop-shadow(0 0 34px rgba(212, 162, 48, 0.34));
}

.sota-stream-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.sota-stream-copy h2 {
  max-width: 650px;
  margin-bottom: 16px;
}

.sota-stream-copy p:not(.label) {
  max-width: 590px;
  color: rgba(242, 234, 223, 0.68);
}

.sota-actions {
  justify-content: flex-start;
  margin-top: 26px;
}

.lab-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 24px;
  color: var(--bone);
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  -webkit-tap-highlight-color: rgba(232, 215, 178, 0.12);
  -webkit-user-select: none;
  user-select: none;
}

.lab-link:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 215, 178, 0.34);
  background: rgba(232, 215, 178, 0.06);
}

.lab-kicker {
  display: block;
  margin-bottom: 34px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lab-link strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
}

.lab-link span:last-child {
  color: var(--muted);
  line-height: 1.55;
}

.support-grid,
.split,
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.support-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.support-grid a {
  position: relative;
  z-index: 2;
  padding: 18px 14px;
  color: rgba(242, 234, 223, 0.76);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(232, 215, 178, 0.12);
  -webkit-user-select: none;
  user-select: none;
}

.support-grid a:hover {
  color: var(--gold);
  border-color: rgba(232, 215, 178, 0.34);
}

.archive-section .section-head,
.support-section .section-head {
  max-width: 760px;
}

.support-archive-head {
  margin-top: 0;
}

.steps article,
.split > div {
  padding: 24px;
}

.compact-steps article {
  min-height: 210px;
}

.steps span {
  display: block;
  margin-bottom: 34px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

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

.plain-language {
  max-width: 760px;
}

.footer {
  display: grid;
  gap: 18px;
  justify-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 70px;
  color: var(--faint);
  text-align: center;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
}

.footer a {
  color: rgba(242, 234, 223, 0.56);
  text-decoration: none;
}

.footer a:hover {
  color: var(--gold);
}

.legal-page {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
}

.legal-card {
  padding: clamp(28px, 6vw, 62px);
  border: 1px solid var(--hairline);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 0%, rgba(232, 215, 178, 0.13), transparent 22rem),
    rgba(255, 255, 255, 0.028);
}

.legal-card h1 {
  margin-bottom: 34px;
  color: #f0ddc7;
  font-size: clamp(2.9rem, 8vw, 5.4rem);
  letter-spacing: 0.045em;
  line-height: 1.14;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 253, 248, 0.14),
    0 0 28px rgba(232, 215, 178, 0.18);
}

.legal-card h2 {
  margin-top: 44px;
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.08;
}

.legal-card .label + h1 {
  margin-top: 4px;
}

.legal-card h1 + p,
.legal-card h2 + p,
.legal-card h2 + ul,
.legal-card h2 + ol {
  margin-top: 0;
}

.legal-card ul,
.legal-card ol {
  padding-left: 1.3rem;
}

.legal-card a {
  color: var(--gold);
}

.muted {
  color: var(--faint) !important;
}

.app-grid.tone-family-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.app-grid.tone-family-grid .app-card {
  min-height: 420px;
  padding: clamp(24px, 2.5vw, 30px);
}

.app-grid.tone-family-grid .app-card-mark {
  width: min(168px, 78%);
  margin-bottom: 28px;
}

.app-grid.tone-family-grid .app-card strong {
  font-size: clamp(2rem, 3vw, 2.55rem);
}

.northstar-feature {
  max-width: 320px;
  margin-top: 28px;
}

.northstar-feature .app-card {
  min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
  .northstar-frame::before {
    animation: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  .nav {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .tone-card,
  .founder-card,
  .support-hero,
  .app-grid,
  .app-grid.two-up,
  .app-grid.four-up,
  .app-grid.tone-family-grid,
  .sota-stream-panel,
  .lab-grid,
  .support-grid,
  .steps,
  .screen-row,
  .split,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .screen-row {
    max-width: 390px;
    margin-inline: auto;
  }

  .phone-shot.tall {
    transform: none;
  }

  .tone-orb {
    min-height: 260px;
  }

  .sota-stream-copy,
  .sota-stream-copy p:not(.label) {
    max-width: none;
  }

  .sota-stream-copy {
    text-align: center;
  }

  .sota-actions {
    justify-content: center;
  }

  .northstar-marks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 28px, 1120px);
    padding-top: 22px;
  }

  .hero,
  .tone-card,
  .section,
  .footer,
  .legal-page {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    gap: 0.7rem;
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(4.4rem, 21vw, 7rem);
  }

  .brand-heading {
    gap: 0.08em;
    font-size: clamp(4.2rem, 17vw, 6.5rem);
    letter-spacing: 0.035em;
  }

  .home-heading {
    font-size: clamp(2.75rem, 11vw, 4.2rem);
    letter-spacing: 0.035em;
  }

  .page-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.6rem);
  }

  .page-hero .brand-heading {
    font-size: clamp(4rem, 16vw, 6rem);
  }

  .legal-card h1 {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
    letter-spacing: 0.035em;
  }

  .tone-card,
  .founder-card,
  .sota-stream-panel,
  .support-hero {
    border-radius: 26px;
  }

  .sota-stream-panel {
    padding: 24px;
  }

  .sota-stream-mark {
    width: min(230px, 80vw);
  }

  .northstar-home-brand {
    gap: 10px;
    padding: 7px 12px 7px 7px;
    font-size: 0.68rem;
  }

  .northstar-home-mark {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 14px;
  }

  .northstar-home-mark img {
    width: 2.38rem;
    height: 2.38rem;
  }

  .northstar-frame {
    border-radius: 24px;
    padding: 18px;
  }

  .orb-ring {
    width: 210px;
    height: 210px;
  }

  .orb-wave {
    width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
