:root {
  --paper: #f4efe5;
  --paper-bright: #fffbf3;
  --paper-muted: #eae1d2;
  --ink: #151310;
  --ink-soft: #28231d;
  --muted: #746a5d;
  --line: #d8ccba;
  --line-strong: #bfae98;
  --rust: #a35512;
  --rust-dark: #81400d;
  --amber: #e49a4a;
  --moss: #526c53;
  --danger: #a74738;
  --display: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --content: min(1180px, calc(100vw - 40px));
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 26px;
  --shadow: 0 26px 70px rgba(42, 30, 18, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink-soft);
  background:
    linear-gradient(rgba(116, 106, 93, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 106, 93, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 52px 52px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--rust-dark);
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  width: var(--content);
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line-strong);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-icon {
  border-radius: 9px;
  box-shadow: 0 5px 16px rgba(21, 19, 16, 0.18);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 680;
}

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

.site-header nav a {
  color: var(--muted);
}

.site-header nav a:hover {
  color: var(--ink);
}

.nav-cta {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  color: var(--paper-bright);
  background: var(--ink);
}

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

.hero {
  width: var(--content);
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.hero h1,
.section-heading,
.legal-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6.2vw, 88px);
}

.hero h1 em {
  color: var(--rust);
  font-style: italic;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 52px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 780;
  text-decoration: none;
}

.button--primary {
  color: var(--paper-bright);
  background: var(--ink);
}

.button--primary:hover {
  color: white;
  background: var(--rust-dark);
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--paper-bright);
}

.proof-row {
  margin: 42px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.proof-row li::before {
  content: '✦';
  margin-right: 8px;
  color: var(--rust);
}

.phone-stage {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.orbit {
  position: absolute;
  width: min(580px, 125%);
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  content: '';
  position: absolute;
  inset: 13%;
  border: 1px dashed var(--line-strong);
  border-radius: inherit;
}

.orbit::after {
  inset: 32%;
  border-style: solid;
}

.phone {
  position: relative;
  z-index: 2;
  width: min(356px, 84vw);
  padding: 12px;
  transform: rotate(1.5deg);
  border: 2px solid var(--ink);
  border-radius: 48px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  min-height: 640px;
  padding: 30px 20px 18px;
  overflow: hidden;
  border-radius: 36px;
  color: var(--ink-soft);
  background:
    radial-gradient(circle at 78% 12%, rgba(228, 154, 74, 0.24), transparent 28%),
    linear-gradient(rgba(116, 106, 93, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 106, 93, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 32px 32px, 32px 32px, auto;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.phone-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
}

.phone-brand img {
  border-radius: 5px;
}

.compass-visual {
  position: relative;
  width: 138px;
  height: 138px;
  margin: 24px auto 16px;
  transform: rotate(10deg);
}

.compass-ring,
.compass-axis,
.compass-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.compass-ring {
  border: 1px solid rgba(163, 85, 18, 0.44);
  border-radius: 50%;
}

.compass-ring--outer {
  width: 132px;
  height: 132px;
}

.compass-ring--middle {
  width: 96px;
  height: 96px;
}

.compass-axis {
  width: 116px;
  height: 1px;
  background: rgba(163, 85, 18, 0.32);
}

.compass-axis--one {
  transform: translate(-50%, -50%) rotate(45deg);
}

.compass-axis--two {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.compass-core {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rust);
  border-radius: 50%;
  color: var(--rust);
  background: #f2dcc0;
  font-size: 27px;
  box-shadow: 0 10px 28px rgba(129, 64, 13, 0.16);
}

.phone-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.phone-kicker {
  margin: 0;
  color: var(--rust);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.phone-state {
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 251, 243, 0.76);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-state i,
.moment-summary i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--rust);
}

.phone h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.02;
}

.phone-description {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.moment-summary {
  margin-top: 16px;
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.choice-label {
  margin: 28px 0 9px;
  color: #b9aa97;
  font-size: 12px;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.choice {
  padding: 8px 11px;
  border: 1px solid #655646;
  border-radius: 999px;
  color: #d8c5ab;
  font-size: 11px;
}

.choice--active {
  border-color: var(--amber);
  color: #20150b;
  background: var(--amber);
}

.phone-button {
  width: 100%;
  margin-top: 16px;
  padding: 14px;
  border-radius: 999px;
  color: var(--paper-bright);
  background: var(--rust);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.phone-tabs {
  margin: 18px -4px 0;
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-top: 1px solid var(--line);
}

.phone-tab {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 2px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.phone-tab small {
  font-size: 8px;
}

.phone-tab--active {
  color: var(--rust);
}

.floating-note {
  position: absolute;
  z-index: 3;
  max-width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--paper-bright);
  box-shadow: 0 16px 35px rgba(42, 30, 18, 0.1);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.45;
}

.floating-note--top {
  top: 66px;
  right: 8px;
  transform: rotate(4deg);
}

.floating-note--bottom {
  bottom: 52px;
  left: 8px;
  transform: rotate(-4deg);
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 110px 0;
  border-top: 1px solid var(--line-strong);
}

.section-heading {
  max-width: 850px;
  font-size: clamp(48px, 6vw, 80px);
}

.section-heading em {
  color: var(--rust);
  font-style: italic;
}

.section-lead {
  max-width: 710px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 20px;
}

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

.feature-card {
  min-height: 330px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background:
    linear-gradient(rgba(116, 106, 93, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 106, 93, 0.045) 1px, transparent 1px),
    rgba(255, 251, 243, 0.86);
  background-size: 28px 28px;
}

.feature-card--compass {
  background:
    radial-gradient(circle at 72% 26%, rgba(228, 154, 74, 0.26), transparent 30%),
    var(--paper-bright);
}

.feature-card--dark {
  border-color: #40382f;
  color: #f4ebdd;
  background:
    radial-gradient(circle at 78% 18%, rgba(228, 154, 74, 0.19), transparent 30%),
    var(--ink);
}

.feature-number {
  color: var(--rust);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.feature-card--dark .feature-number {
  color: var(--amber);
}

.feature-card h3 {
  margin: auto 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.feature-card--dark h3 {
  color: #fff3df;
}

.feature-card--dark p {
  color: #b9aa97;
}

.feature-symbol {
  width: 74px;
  height: 74px;
  margin: 28px 0 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--rust);
  background: var(--paper-muted);
  font-family: var(--mono);
  font-size: 24px;
}

.feature-card--dark .feature-symbol {
  border-color: #655646;
  color: var(--amber);
  background: #2a251f;
}

.mini-compass {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 24px 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(163, 85, 18, 0.5);
  border-radius: 50%;
}

.mini-compass::before,
.mini-compass::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 1px;
  background: rgba(163, 85, 18, 0.32);
}

.mini-compass::before {
  transform: rotate(45deg);
}

.mini-compass::after {
  transform: rotate(-45deg);
}

.mini-compass span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rust);
  border-radius: 50%;
  color: var(--rust);
  background: #f2dcc0;
}

.world-dots {
  margin: 34px 0 26px;
  display: flex;
  align-items: center;
}

.world-dots i {
  width: 32px;
  height: 32px;
  margin-right: -7px;
  border: 3px solid var(--paper-bright);
  border-radius: 50%;
  background: #b44f45;
}

.world-dots i:nth-child(2) { background: #7756a3; }
.world-dots i:nth-child(3) { background: #3f7856; }
.world-dots i:nth-child(4) { background: #3d7978; }
.world-dots i:nth-child(5) { background: #b46d20; }
.world-dots i:nth-child(6) { background: #416d9b; }

.social-section {
  overflow: hidden;
}

.social-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: clamp(42px, 7vw, 92px);
}

.social-manifesto {
  padding: 7px 0;
  display: grid;
  align-self: end;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.social-manifesto span {
  padding: 13px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.social-manifesto span + span {
  border-top: 1px solid var(--line);
}

.social-manifesto span::before {
  content: '✦';
  color: var(--rust);
}

.social-screens {
  position: relative;
  margin-top: 72px;
  padding: 32px 18px 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.social-screens::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 8% -8% 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(228, 154, 74, 0.22), transparent 38%),
    rgba(255, 251, 243, 0.48);
}

.app-screen {
  min-width: 0;
  min-height: 670px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #5a4c3d;
  border-radius: 34px;
  color: #f6ecdc;
  background:
    radial-gradient(circle at 82% 8%, rgba(228, 154, 74, 0.16), transparent 26%),
    linear-gradient(rgba(255, 251, 243, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 251, 243, 0.025) 1px, transparent 1px),
    #151310;
  background-size: auto, 28px 28px, 28px 28px, auto;
  box-shadow: 0 26px 54px rgba(42, 30, 18, 0.2);
}

.app-screen--feed {
  transform: rotate(-1.2deg) translateY(20px);
}

.app-screen--audience {
  position: relative;
  z-index: 1;
}

.app-screen--quest {
  transform: rotate(1.2deg) translateY(20px);
}

.app-screen__step {
  margin: 0 0 19px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.app-screen__topbar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.app-screen__topbar div {
  min-width: 0;
}

.app-screen__topbar small,
.social-post__author small,
.audience-preview small,
.audience-copy > small,
.joint-quest-card > small {
  display: block;
  color: #ad9d88;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.app-screen__topbar strong {
  display: block;
  color: #fff4e3;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.app-screen__topbar--center {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  text-align: center;
}

.app-screen__topbar--center > span:first-child {
  color: #f5e8d5;
  font-size: 32px;
  line-height: 1;
}

.app-screen__topbar--center strong {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 760;
}

.app-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #6a543e;
  border-radius: 50%;
  color: #f6b765;
  background: #34271d;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
}

.app-avatar--small {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.app-avatar--you {
  color: #17130e;
  background: var(--amber);
  font-family: var(--mono);
  font-size: 9px;
}

.app-segments {
  margin: 18px 0;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  border: 1px solid #40372f;
  border-radius: 999px;
  background: #1d1a16;
}

.app-segments span {
  padding: 8px 9px;
  border-radius: inherit;
  color: #9e9180;
  font-size: 10px;
  font-weight: 740;
  text-align: center;
}

.app-segments .is-active {
  color: #1b150e;
  background: var(--amber);
}

.social-post {
  padding: 14px;
  border: 1px solid #4c4136;
  border-radius: 18px;
  background: rgba(37, 32, 27, 0.88);
}

.social-post__author {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
}

.social-post__author strong {
  display: block;
  color: #f4eadb;
  font-size: 12px;
}

.social-post__author b {
  color: var(--amber);
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-post__media {
  height: 182px;
  margin-top: 13px;
  padding: 13px;
  display: flex;
  align-items: flex-end;
  border-radius: 12px;
  color: #fff1dd;
  background:
    linear-gradient(180deg, transparent 45%, rgba(18, 13, 9, 0.76)),
    radial-gradient(circle at 73% 24%, #f3c87f 0 8%, transparent 9%),
    linear-gradient(145deg, #243d31 0 38%, #6d7c53 39% 61%, #b06e31 62% 76%, #2d2118 77%);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.social-post h3,
.audience-copy h3,
.joint-quest-card h3 {
  margin: 14px 0 6px;
  color: #fff4e3;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.social-post p,
.audience-copy p,
.joint-quest-card p {
  margin: 0;
  color: #b9aa97;
  font-size: 10px;
  line-height: 1.5;
}

.social-post button,
.app-primary-action {
  width: 100%;
  margin-top: 14px;
  padding: 12px 14px;
  border: 0;
  border-radius: 10px;
  color: #1b150e;
  background: var(--amber);
  font: inherit;
  font-size: 11px;
  font-weight: 820;
  text-align: center;
  pointer-events: none;
}

.feed-ending {
  margin: auto 0 0;
  padding-top: 14px;
  color: #8f8272;
  font-family: var(--mono);
  font-size: 8px;
  text-align: center;
}

.feed-ending i {
  width: 5px;
  height: 5px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--amber);
}

.audience-preview {
  margin-top: 18px;
  padding: 10px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #40372f;
  border-radius: 14px;
  background: #211d19;
}

.audience-preview__image {
  width: 62px;
  height: 68px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, transparent, rgba(19, 14, 10, 0.46)),
    linear-gradient(145deg, #574536 0 42%, #bd8246 43% 62%, #27231f 63%);
}

.audience-preview strong {
  display: block;
  color: #f5ebdd;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.08;
}

.audience-copy {
  margin-top: 28px;
}

.audience-copy h3 {
  margin-top: 8px;
  font-size: 29px;
}

.audience-options {
  margin-top: 22px;
  display: grid;
  gap: 9px;
}

.audience-options > span {
  padding: 12px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 1px 9px;
  border: 1px solid #40372f;
  border-radius: 12px;
  color: #d9cbb8;
  background: #211d19;
}

.audience-options > span.is-active {
  border-color: #b7732d;
  background: #2c2118;
}

.audience-options i {
  grid-row: 1 / 3;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #756653;
  border-radius: 50%;
}

.audience-options .is-active i {
  border: 5px solid var(--amber);
}

.audience-options b {
  font-size: 11px;
}

.audience-options small {
  color: #948675;
  font-size: 8px;
}

.app-primary-action {
  margin-top: auto;
  border-radius: 12px;
}

.app-screen__fineprint {
  margin: 10px 5px 0;
  color: #8d8070;
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.quest-spark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #6a543e;
  border-radius: 50%;
  color: var(--amber);
  background: #34271d;
}

.quest-people {
  margin: 35px 10px 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.quest-people__line {
  height: 1px;
  background: linear-gradient(90deg, #695039, var(--amber), #695039);
}

.joint-quest-card {
  padding: 22px 18px;
  border: 1px solid #5a4a3b;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 14%, rgba(228, 154, 74, 0.2), transparent 25%),
    #231e19;
}

.joint-quest-card h3 {
  margin-top: 10px;
  font-size: 31px;
}

.joint-quest-card ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.joint-quest-card li {
  padding: 9px 0;
  border-top: 1px solid #40372f;
  color: #c8b8a3;
  font-size: 9px;
}

.joint-quest-card li::before {
  content: '✓';
  margin-right: 8px;
  color: var(--amber);
}

.quest-secondary {
  margin-top: 9px;
  padding: 10px;
  border: 1px solid #4b4035;
  border-radius: 12px;
  color: #9d8f7e;
  font-size: 10px;
  font-weight: 760;
  text-align: center;
}

.journal-panel {
  padding: clamp(32px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #f4ebdd;
  background:
    radial-gradient(circle at 84% 18%, rgba(228, 154, 74, 0.22), transparent 32%),
    linear-gradient(rgba(255, 251, 243, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 251, 243, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 38px 38px, 38px 38px, auto;
}

.journal-panel .section-heading {
  color: #fff3df;
  font-size: clamp(46px, 5.4vw, 72px);
}

.journal-panel .section-lead {
  color: #b9aa97;
}

.journal-list {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.journal-list li {
  padding: 13px 0;
  display: flex;
  gap: 12px;
  border-top: 1px solid #40382f;
  color: #d8c5ab;
  font-size: 14px;
}

.journal-list li:last-child {
  border-bottom: 1px solid #40382f;
}

.journal-list li::before {
  content: '✦';
  color: var(--amber);
}

.journal-cards {
  position: relative;
  min-height: 520px;
}

.memory-card {
  position: absolute;
  width: min(270px, 78%);
  padding: 12px 12px 18px;
  border: 1px solid #bfae98;
  color: var(--ink-soft);
  background: var(--paper-bright);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
}

.memory-card--one {
  top: 14px;
  left: 0;
  transform: rotate(-5deg);
}

.memory-card--two {
  right: 0;
  bottom: 10px;
  transform: rotate(6deg);
}

.memory-image {
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #fff8ec;
  background: var(--amber);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.memory-image--amber {
  background:
    radial-gradient(circle at 30% 28%, #f4c07f 0 12%, transparent 13%),
    linear-gradient(145deg, #7b4322 0 38%, #d58131 39% 64%, #3f2c1d 65%);
}

.memory-image--green {
  background:
    radial-gradient(circle at 68% 30%, #e7c692 0 10%, transparent 11%),
    linear-gradient(155deg, #1d4134 0 48%, #55704d 49% 72%, #b27b3b 73%);
}

.memory-card p {
  min-height: 50px;
  margin: 15px 4px 10px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.2;
}

.memory-card small {
  margin: 0 4px;
  color: var(--rust);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.principles {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.principle {
  min-height: 310px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(255, 251, 243, 0.72);
}

.principle:nth-child(2) {
  transform: translateY(24px);
  background: var(--ink);
  color: #f4ebdd;
}

.principle-number {
  color: var(--rust);
  font-family: var(--mono);
  font-size: 12px;
}

.principle:nth-child(2) .principle-number {
  color: var(--amber);
}

.principle h3 {
  margin: auto 0 12px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.principle p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.principle:nth-child(2) p {
  color: #b9aa97;
}

.steps {
  margin-top: 60px;
  counter-reset: steps;
}

.step {
  display: grid;
  grid-template-columns: 84px minmax(180px, 0.75fr) 1fr;
  gap: 32px;
  padding: 31px 0;
  border-top: 1px solid var(--line);
  counter-increment: steps;
}

.step:last-child {
  border-bottom: 1px solid var(--line);
}

.step::before {
  content: '0' counter(steps);
  color: var(--rust);
  font-family: var(--mono);
  font-size: 13px;
}

.step h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.privacy-panel {
  padding: clamp(32px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  border-radius: var(--radius-lg);
  color: #f4ebdd;
  background: var(--ink);
}

.privacy-panel .section-heading {
  color: #fff3df;
}

.privacy-panel .section-lead {
  color: #b9aa97;
}

.privacy-list {
  margin: 0;
  padding: 0;
  display: grid;
  align-content: center;
  list-style: none;
}

.privacy-list li {
  padding: 20px 0;
  display: flex;
  gap: 14px;
  border-top: 1px solid #40382f;
}

.privacy-list li:last-child {
  border-bottom: 1px solid #40382f;
}

.privacy-list li::before {
  content: '✦';
  color: var(--amber);
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}

.final-cta .section-heading {
  max-width: 720px;
}

.site-footer {
  width: var(--content);
  margin: 0 auto;
  padding: 56px 0 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  border-top: 1px solid var(--line-strong);
}

.brand--footer {
  font-size: 22px;
}

.footer-intro p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 7px 28px;
  font-size: 14px;
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 22px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.legal-hero {
  width: var(--content);
  margin: 0 auto;
  padding: 88px 0 64px;
  border-bottom: 1px solid var(--line-strong);
}

.legal-hero h1 {
  max-width: 900px;
  font-size: clamp(52px, 7vw, 88px);
}

.legal-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.legal-layout {
  width: var(--content);
  margin: 0 auto;
  padding: 64px 0 110px;
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: clamp(40px, 8vw, 110px);
}

.legal-aside {
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  background: rgba(255, 251, 243, 0.82);
  font-size: 13px;
}

.legal-content {
  min-width: 0;
}

.legal-aside strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.legal-content h2 {
  margin: 58px 0 16px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 18px;
}

.legal-content p,
.legal-content li {
  color: #514a41;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.placeholder {
  padding: 1px 5px;
  border: 1px dashed var(--danger);
  border-radius: 5px;
  color: var(--danger);
  background: rgba(167, 71, 56, 0.07);
  font-family: var(--mono);
  font-size: 0.86em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.notice {
  margin: 0 0 34px;
  padding: 18px 20px;
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--paper-muted);
}

.notice strong {
  color: var(--ink);
}

.contact-cards {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-card {
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--paper-bright);
}

.contact-card h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.contact-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
}

.contact-card a {
  margin-top: auto;
  color: var(--rust-dark);
  font-weight: 750;
}

.faq {
  margin-top: 58px;
}

.faq details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 760;
}

.faq details p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .phone-stage {
    min-height: 650px;
  }

  .principles,
  .feature-grid,
  .privacy-panel,
  .journal-panel,
  .social-intro {
    grid-template-columns: 1fr;
  }

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

  .journal-cards {
    width: min(580px, 100%);
    margin: 0 auto;
  }

  .social-manifesto {
    max-width: 560px;
  }

  .social-screens {
    margin-right: calc((100vw - var(--content)) / -2);
    margin-left: calc((100vw - var(--content)) / -2);
    padding-right: calc((100vw - var(--content)) / 2);
    padding-left: calc((100vw - var(--content)) / 2);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(360px, 82vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .social-screens::-webkit-scrollbar {
    display: none;
  }

  .app-screen {
    scroll-snap-align: center;
  }

  .app-screen--feed,
  .app-screen--quest {
    transform: none;
  }

  .principle:nth-child(2) {
    transform: none;
  }

  .step {
    grid-template-columns: 56px 1fr;
  }

  .step p {
    grid-column: 2;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }
}

.link-fallback {
  max-width: 860px;
}

.link-fallback .hero-actions {
  justify-content: flex-start;
  margin: 32px 0 0;
}

.link-fallback__stores {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 56px;
}

.link-fallback__stores .feature-card {
  min-height: 230px;
}

.link-fallback__privacy {
  margin-top: 36px;
  font-size: 0.95rem;
}

@media (max-width: 620px) {
  :root {
    --content: min(1180px, calc(100vw - 28px));
  }

  body {
    font-size: 16px;
    background-size: 36px 36px;
  }

  .site-header {
    min-height: 76px;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 50px 0 70px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .phone-stage {
    min-height: 650px;
  }

  .floating-note {
    display: none;
  }

  .section {
    padding: 78px 0;
  }

  .principles {
    margin-top: 42px;
  }

  .feature-grid {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .social-screens {
    margin-top: 44px;
    padding-top: 12px;
    grid-auto-columns: min(342px, 88vw);
  }

  .app-screen {
    min-height: 650px;
    padding: 22px 18px 18px;
    border-radius: 30px;
  }

  .link-fallback__stores {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 290px;
  }

  .principle {
    min-height: 240px;
  }

  .step {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .privacy-panel {
    padding: 30px 22px;
    gap: 32px;
  }

  .journal-panel {
    padding: 36px 22px;
    gap: 46px;
  }

  .journal-cards {
    min-height: 420px;
  }

  .memory-card {
    width: min(225px, 76%);
  }

  .final-cta,
  .site-footer,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: start;
  }

  .site-footer {
    gap: 32px;
  }

  .legal-hero {
    padding: 64px 0 48px;
  }

  .legal-layout {
    padding: 42px 0 80px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Production alignment: the website now shares the app's dark, warm card ritual. */
:root {
  --sponti-night: #11100d;
  --sponti-night-soft: #191612;
  --sponti-surface: #211b17;
  --sponti-brown: #443028;
  --sponti-brown-line: #765749;
  --sponti-cream: #f4eadb;
  --sponti-cream-soft: #d6c7b7;
  --sponti-muted: #a99b8e;
  --sponti-line: #3c342d;
  --sponti-amber: #ee9c46;
  --sponti-button: #f2d9ad;
  --sponti-blue: #425f82;
  --sponti-green: #456f50;
  --sponti-coral: #8e493d;
}

html {
  background: var(--sponti-night);
}

body {
  color: var(--sponti-cream-soft);
  background:
    radial-gradient(circle at 84% 8%, rgba(107, 73, 45, 0.22), transparent 25%),
    radial-gradient(circle at 10% 34%, rgba(66, 95, 130, 0.08), transparent 20%),
    linear-gradient(rgba(244, 234, 219, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 234, 219, 0.018) 1px, transparent 1px),
    var(--sponti-night);
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
}

a:hover {
  color: var(--sponti-amber);
}

.site-header {
  border-bottom-color: var(--sponti-line);
}

.brand,
.brand:hover,
.hero h1,
.section-heading,
.legal-hero h1,
.step h3,
.feature-card h3,
.legal-content h2,
.legal-content h3,
.contact-card h2 {
  color: var(--sponti-cream);
}

.site-header nav a,
.hero-copy > p:not(.eyebrow),
.section-lead,
.step p,
.feature-card p,
.legal-hero p:not(.eyebrow),
.legal-content p,
.legal-content li,
.contact-card p,
.faq details p,
.footer-intro p,
.footer-meta {
  color: var(--sponti-muted);
}

.site-header nav a:hover {
  color: var(--sponti-cream);
}

.nav-cta {
  border-color: #6b5747;
  color: var(--sponti-cream);
  background: rgba(35, 29, 24, 0.74);
}

.nav-cta:hover {
  color: var(--sponti-night);
  background: var(--sponti-button);
}

.eyebrow,
.hero h1 em,
.section-heading em,
.feature-number,
.footer-links a,
.contact-card a {
  color: var(--sponti-amber);
}

.button {
  border-color: #6b5747;
}

.button--primary {
  color: #1b140e;
  background: var(--sponti-button);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.button--primary:hover {
  color: #1b140e;
  background: #f8e5c2;
}

.button--ghost {
  color: var(--sponti-cream-soft);
  background: rgba(35, 29, 24, 0.62);
}

.button--ghost:hover {
  color: var(--sponti-cream);
  background: var(--sponti-surface);
}

.proof-row {
  color: var(--sponti-muted);
}

.proof-row li::before {
  color: var(--sponti-amber);
}

.orbit,
.orbit::before,
.orbit::after {
  border-color: rgba(238, 156, 70, 0.22);
}

.orbit {
  background: radial-gradient(circle, rgba(97, 65, 43, 0.17), transparent 61%);
}

.phone {
  transform: rotate(1deg);
  border-color: #504238;
  background: #0b0a08;
  box-shadow: 0 32px 85px rgba(0, 0, 0, 0.52);
}

.phone-screen {
  min-height: 650px;
  padding: 24px 18px 16px;
  color: var(--sponti-cream-soft);
  background:
    radial-gradient(circle at 84% 11%, rgba(111, 79, 49, 0.18), transparent 24%),
    linear-gradient(rgba(244, 234, 219, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 234, 219, 0.018) 1px, transparent 1px),
    var(--sponti-night);
  background-size: auto, 30px 30px, 30px 30px, auto;
}

.phone-status {
  color: #f4efe7;
}

.phone-home-top {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.phone-home-top h2 {
  margin: 4px 0 0;
  color: var(--sponti-cream);
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.phone-kicker {
  color: #b8aa9d;
}

.phone-home-actions {
  display: flex;
  gap: 7px;
}

.phone-home-actions span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #493d34;
  border-radius: 50%;
  color: var(--sponti-amber);
  background: #211c18;
  font-size: 15px;
}

.quest-ritual {
  margin-top: 24px;
  padding: 28px 20px 18px;
  overflow: hidden;
  border: 1px solid var(--sponti-brown-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 0%, rgba(196, 156, 117, 0.17), transparent 34%),
    linear-gradient(145deg, #4b382f, #34251f);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.26);
}

.quest-ritual h3 {
  margin: 0;
  color: var(--sponti-cream);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-align: center;
}

.card-deck {
  position: relative;
  width: 180px;
  height: 168px;
  margin: 12px auto 4px;
}

.deck-card {
  position: absolute;
  top: 22px;
  left: 51px;
  width: 90px;
  height: 126px;
  border: 1px solid rgba(244, 234, 219, 0.48);
  border-radius: 16px;
  box-shadow: 0 13px 25px rgba(0, 0, 0, 0.26);
}

.deck-card::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(244, 234, 219, 0.42);
  border-radius: 11px;
}

.deck-card--blue {
  transform: translateX(-36px) rotate(-11deg);
  background: var(--sponti-blue);
}

.deck-card--green {
  transform: translateX(37px) rotate(10deg);
  background: var(--sponti-green);
}

.deck-card--front {
  z-index: 2;
  display: grid;
  place-items: center;
  transform: rotate(-1.5deg);
  background: var(--sponti-coral);
  animation: deck-breathe 4.4s ease-in-out infinite;
}

.deck-card--front i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 234, 219, 0.5);
  border-radius: 50%;
  color: #f5c4aa;
  font-style: normal;
}

.deck-card--front b {
  position: absolute;
  bottom: 19px;
  color: var(--sponti-cream);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.2em;
}

@keyframes deck-breathe {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-5px) rotate(0deg); }
}

.quest-ritual .phone-button {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1711;
  background: var(--sponti-button);
  text-align: left;
}

.quest-ritual .phone-button span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sponti-button);
  background: #2e211a;
}

.quest-ritual .moment-summary {
  margin-top: 12px;
  padding: 10px 0 0;
  justify-content: center;
  border: 0;
  color: #c7b6a7;
}

.quest-ritual .moment-summary i {
  width: 1px;
  height: 17px;
  margin: 0 2px;
  border-radius: 0;
  background: rgba(244, 234, 219, 0.24);
}

.quest-ritual .moment-summary b {
  font-weight: 600;
}

.phone-world-link {
  margin: 18px auto 0;
  display: block;
  color: var(--sponti-amber);
  font-size: 11px;
  font-weight: 760;
  text-align: center;
}

.phone-tabs {
  border-top-color: var(--sponti-line);
}

.phone-tab {
  color: #9b8d81;
}

.phone-tab--active {
  color: var(--sponti-amber);
}

.floating-note {
  border-color: #5c4b3e;
  color: var(--sponti-cream-soft);
  background: rgba(33, 27, 23, 0.96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.section {
  border-top-color: var(--sponti-line);
}

.step {
  border-bottom-color: var(--sponti-line);
}

.step::before {
  color: var(--sponti-amber);
}

.feature-card {
  border-color: #493d34;
  background:
    linear-gradient(rgba(244, 234, 219, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 234, 219, 0.02) 1px, transparent 1px),
    rgba(31, 26, 22, 0.9);
  background-size: 28px 28px;
}

.feature-card--compass {
  background:
    radial-gradient(circle at 72% 26%, rgba(238, 156, 70, 0.15), transparent 31%),
    #211b17;
}

.feature-card--dark {
  border-color: #624b3b;
  background:
    radial-gradient(circle at 78% 18%, rgba(238, 156, 70, 0.16), transparent 30%),
    #3a2922;
}

.feature-card--dark h3 {
  color: var(--sponti-cream);
}

.feature-card--dark p {
  color: #c2b2a3;
}

.feature-symbol,
.feature-card--dark .feature-symbol {
  border-color: #59483b;
  color: var(--sponti-amber);
  background: #2a231e;
}

.mini-deck {
  position: relative;
  width: 100px;
  height: 92px;
  margin: 28px 0 12px;
}

.mini-deck i {
  position: absolute;
  top: 9px;
  left: 31px;
  width: 49px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 234, 219, 0.42);
  border-radius: 9px;
  color: var(--sponti-cream);
  background: var(--sponti-coral);
  font-style: normal;
}

.mini-deck i:first-child {
  transform: translateX(-20px) rotate(-11deg);
  background: var(--sponti-blue);
}

.mini-deck i:nth-child(2) {
  transform: translateX(22px) rotate(10deg);
  background: var(--sponti-green);
}

.mini-deck i:last-child {
  z-index: 2;
  transform: rotate(-1deg);
}

.social-manifesto,
.social-manifesto span + span {
  border-color: var(--sponti-line);
}

.social-manifesto span {
  color: var(--sponti-muted);
}

.social-screens::before {
  border-color: rgba(238, 156, 70, 0.16);
  background:
    radial-gradient(circle at 50% 42%, rgba(117, 76, 44, 0.26), transparent 39%),
    rgba(29, 24, 20, 0.42);
}

.app-screen--interactions {
  position: relative;
  z-index: 1;
}

.social-post__signals {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #d3b38f;
  font-size: 9px;
  font-weight: 700;
}

.interaction-memory {
  min-height: 184px;
  margin-top: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #594536;
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent 38%, rgba(18, 13, 9, 0.88)),
    radial-gradient(circle at 73% 24%, #efbf72 0 8%, transparent 9%),
    linear-gradient(145deg, #273e32 0 40%, #687a50 41% 61%, #a96831 62% 76%, #2d2118 77%);
}

.interaction-memory small,
.comment-thread > small {
  color: #d2b084;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.interaction-memory h3 {
  margin: 7px 0 3px;
  color: var(--sponti-cream);
  font-family: var(--display);
  font-size: 23px;
  line-height: 1;
}

.interaction-memory p {
  margin: 0;
  color: #c1b3a3;
  font-size: 10px;
}

.reaction-row {
  margin-top: 14px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  border: 1px solid #453a31;
  border-radius: 999px;
  background: #1d1916;
}

.reaction-row span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
}

.reaction-row .is-active {
  background: #57402f;
  box-shadow: inset 0 0 0 1px #a7794e;
}

.comment-thread {
  margin-top: 16px;
  display: grid;
  gap: 11px;
}

.comment-thread > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
}

.comment-thread p {
  margin: 1px 0 0;
  color: #c8b9a8;
  font-size: 9px;
  line-height: 1.42;
}

.comment-thread p b {
  display: block;
  color: var(--sponti-cream);
}

.comment-composer {
  margin-top: auto;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #514338;
  border-radius: 999px;
  color: #8f8275;
  background: #1d1916;
  font-size: 9px;
}

.comment-composer span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1b140e;
  background: var(--sponti-button);
}

.journal-panel {
  border-color: #5a4638;
  background:
    radial-gradient(circle at 84% 16%, rgba(238, 156, 70, 0.14), transparent 25%),
    #191612;
}

.privacy-panel,
.final-cta {
  border-color: #5a4638;
  background: #2b211b;
}

.site-footer,
.legal-layout,
.contact-cards,
.faq details {
  border-color: var(--sponti-line);
}

.legal-aside,
.legal-content,
.contact-card,
.notice {
  border-color: #4a3e35;
  color: var(--sponti-cream-soft);
  background: rgba(31, 26, 22, 0.86);
}

.legal-aside a,
.legal-content a,
.faq summary {
  color: var(--sponti-cream-soft);
}

.faq details {
  background: rgba(31, 26, 22, 0.66);
}

@media (max-width: 900px) {
  .app-screen--interactions {
    transform: none;
  }
}

@media (max-width: 620px) {
  .phone-home-top {
    margin-top: 20px;
  }

  .quest-ritual {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deck-card--front {
    animation: none;
  }
}

/* Editorial rhythm: dark brand moments framed by warm, tactile paper chapters. */
.hero {
  min-height: 700px;
  padding-top: 54px;
  padding-bottom: 72px;
}

.section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.section--paper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: clamp(66px, 7vw, 92px) clamp(28px, 6vw, 72px);
  border: 1px solid #cdbda8;
  border-radius: 38px;
  color: #34291f;
  background:
    radial-gradient(circle at 88% 8%, rgba(204, 139, 70, 0.16), transparent 24%),
    linear-gradient(rgba(74, 57, 42, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 57, 42, 0.055) 1px, transparent 1px),
    #f2eadc;
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.section--paper .section-heading,
.section--paper .step h3 {
  color: #292018;
}

.section--paper .section-lead,
.section--paper .step p,
.section--paper .social-manifesto span {
  color: #695c50;
}

.section--paper .eyebrow,
.section--paper .section-heading em {
  color: #a65519;
}

.section--paper .step,
.section--paper .social-manifesto,
.section--paper .social-manifesto span + span {
  border-color: #d2c2ae;
}

.section--paper .step::before {
  color: #ba6825;
}

.section--paper.social-section .social-screens::before {
  border-color: rgba(121, 84, 54, 0.24);
  background:
    radial-gradient(circle at 50% 42%, rgba(181, 119, 57, 0.2), transparent 39%),
    rgba(213, 198, 179, 0.46);
}

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

.final-cta {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: clamp(54px, 7vw, 82px) clamp(26px, 7vw, 92px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  border: 1px solid #cfb995;
  border-radius: 40px;
  color: #2b2119;
  background:
    radial-gradient(circle at 86% 12%, rgba(238, 156, 70, 0.25), transparent 28%),
    linear-gradient(rgba(75, 55, 38, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 38, 0.05) 1px, transparent 1px),
    #f2e4ce;
  background-size: auto, 40px 40px, 40px 40px, auto;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.final-cta > div {
  display: grid;
  justify-items: center;
}

.final-cta .section-heading {
  max-width: 760px;
  color: #2b2119;
}

.final-cta .section-lead {
  max-width: 560px;
  margin-top: 18px;
  color: #695746;
}

.final-cta .button--primary {
  min-width: 190px;
  color: var(--sponti-cream);
  background: #2b2119;
  box-shadow: 0 14px 32px rgba(43, 33, 25, 0.22);
}

.final-cta .button--primary:hover {
  color: #fff7eb;
  background: #4a3226;
}

.site-footer {
  margin-top: 30px;
  margin-bottom: 22px;
  padding: 42px clamp(26px, 5vw, 58px) 28px;
  border: 1px solid #40352d;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 0%, rgba(137, 87, 49, 0.17), transparent 28%),
    #171411;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
}

.footer-nav {
  align-self: start;
}

.footer-label {
  margin: 0 0 12px;
  color: #8f8174;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.footer-links a {
  padding: 9px 13px;
  border: 1px solid #4a3e34;
  border-radius: 999px;
  color: #d9cabb;
  background: #211c18;
  text-decoration: none;
}

.footer-links a:hover {
  color: #20170f;
  background: var(--sponti-button);
}

@media (max-width: 900px) {
  .section--paper {
    padding-right: clamp(24px, 6vw, 52px);
    padding-left: clamp(24px, 6vw, 52px);
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 42px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section--paper {
    width: calc(100vw - 20px);
    padding: 58px 20px;
    border-radius: 28px;
  }

  .final-cta {
    width: calc(100vw - 20px);
    padding: 52px 22px;
    gap: 24px;
    border-radius: 28px;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer {
    width: calc(100vw - 20px);
    padding: 32px 22px 24px;
    border-radius: 26px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/*
 * Light canvas, dark objects.
 *
 * The white page gives the editorial layout room to breathe. Rounded areas
 * remain the tactile, dark Sponti objects that carry product content.
 */
:root {
  --site-canvas: #ffffff;
  --site-ink: #171411;
  --site-muted: #6f675f;
  --site-line: #dedbd6;
}

html {
  background: var(--site-canvas);
}

body {
  color: var(--site-ink);
  background:
    radial-gradient(circle at 84% 8%, rgba(238, 156, 70, 0.08), transparent 24%),
    linear-gradient(rgba(23, 20, 17, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 20, 17, 0.08) 1px, transparent 1px),
    var(--site-canvas);
  background-size: auto, 52px 52px, 52px 52px, auto;
}

.site-header {
  border-bottom-color: var(--site-line);
}

.site-header .brand,
.site-header .brand:hover,
.hero h1,
.section-heading,
.legal-hero h1 {
  color: var(--site-ink);
}

.site-header nav a,
.hero-copy > p:not(.eyebrow),
.section-lead,
.legal-hero p:not(.eyebrow) {
  color: var(--site-muted);
}

.site-header nav a:hover {
  color: var(--site-ink);
}

.nav-cta {
  border-color: var(--site-ink);
  color: var(--site-ink);
  background: var(--site-canvas);
}

.nav-cta:hover {
  border-color: var(--site-ink);
  color: var(--site-canvas);
  background: var(--site-ink);
}

.button--ghost {
  border-color: var(--site-ink);
  color: var(--site-ink);
  background: var(--site-canvas);
}

.button--ghost:hover {
  color: var(--site-canvas);
  background: var(--site-ink);
}

.proof-row {
  border-top-color: var(--site-line);
  color: var(--site-muted);
}

.section,
.legal-hero {
  border-color: var(--site-line);
}

.section--paper,
.final-cta {
  border-color: #4a3e34;
  color: var(--sponti-cream-soft);
  background:
    radial-gradient(circle at 88% 8%, rgba(238, 156, 70, 0.14), transparent 25%),
    linear-gradient(rgba(255, 247, 235, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 235, 0.025) 1px, transparent 1px),
    #171411;
  background-size: auto, 40px 40px, 40px 40px, auto;
  box-shadow: 0 28px 70px rgba(23, 20, 17, 0.16);
}

.section--paper .section-heading,
.section--paper .step h3,
.final-cta .section-heading,
.feature-card h3,
.privacy-panel .section-heading,
.journal-panel .section-heading {
  color: var(--sponti-cream);
}

.section--paper .section-lead,
.section--paper .step p,
.section--paper .social-manifesto span,
.final-cta .section-lead {
  color: var(--sponti-muted);
}

.section--paper .step,
.section--paper .social-manifesto,
.section--paper .social-manifesto span + span {
  border-color: var(--sponti-line);
}

.section--paper.social-section .social-screens::before {
  border-color: rgba(238, 156, 70, 0.14);
  background:
    radial-gradient(circle at 50% 42%, rgba(238, 156, 70, 0.12), transparent 39%),
    rgba(33, 28, 24, 0.72);
}

.final-cta .button--primary {
  color: #20170f;
  background: var(--sponti-button);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.final-cta .button--primary:hover {
  color: #20170f;
  background: #ffc57c;
}

.legal-aside strong,
.legal-content h2,
.legal-content h3,
.contact-card h2 {
  color: var(--sponti-cream);
}

.site-footer .brand,
.site-footer .brand:hover {
  color: var(--sponti-cream);
}
