@font-face {
  font-family: "Ato Inter";
  src: url("assets/fonts/inter-var.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ato Mono";
  src: url("assets/fonts/space-mono-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --vermillion: #e04f38;
  --vermillion-dark: #c83d2a;
  --patina: #006d77;
  --turquoise: #00c4cc;
  --gold: #ffd60a;
  --gold-soft: #cbb472;
  --ink: #2c3e50;
  --ink-deep: #173042;
  --pearl: #fdfbf7;
  --cream: #fffaec;
  --paper: #f5efe3;
  --muted: #74818d;
  --border: rgba(44, 62, 80, 0.16);
  --shell: min(1180px, calc(100vw - 40px));
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Ato Inter", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Ato Mono", "SFMono-Regular", Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1 em,
h2 em,
blockquote em {
  color: var(--vermillion);
  font-style: italic;
  font-weight: 500;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding: 128px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 10px 18px;
  text-decoration: none;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--vermillion);
  color: white;
  font-weight: 750;
  line-height: 1;
  padding: 0 24px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--vermillion-dark);
  box-shadow: 0 10px 24px rgba(224, 79, 56, 0.2);
}

.button:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible,
.app-store-link:focus-visible,
.faq summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.button--small {
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
}

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

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

.button--cream:hover {
  background: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--patina);
  font-weight: 750;
  text-underline-offset: 5px;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.profile-invite {
  position: relative;
  z-index: 60;
  background: var(--vermillion);
  color: white;
}

.profile-invite__inner {
  width: var(--shell);
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.profile-invite p {
  margin: 0;
}

.profile-invite__hex,
.mini-hex {
  width: 18px;
  aspect-ratio: 1;
  display: inline-block;
  background: var(--gold);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.mini-hex--cream {
  background: var(--cream);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 251, 247, 0.88);
  background: color-mix(in srgb, var(--pearl) 88%, transparent);
  border-bottom: 1px solid rgba(44, 62, 80, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.brand__hex {
  width: 32px;
  height: auto;
  flex: none;
}

.brand__text {
  font-family: var(--mono);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav > a:not(.button) {
  color: var(--ink);
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
}

.site-nav > a:not(.button):hover {
  color: var(--vermillion);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--cream);
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 78px 0 38px;
  isolation: isolate;
  overflow: hidden;
}

.hero-grid,
.final-cta__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.07;
  background-image:
    linear-gradient(30deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%, var(--ink)),
    linear-gradient(150deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%, var(--ink)),
    linear-gradient(30deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%, var(--ink)),
    linear-gradient(150deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%, var(--ink)),
    linear-gradient(60deg, rgba(44, 62, 80, 0.35) 25%, transparent 25.5%, transparent 75%, rgba(44, 62, 80, 0.35) 75%, rgba(44, 62, 80, 0.35));
  background-position: 0 0, 0 0, 54px 94px, 54px 94px, 0 0;
  background-size: 108px 188px;
  mask-image: linear-gradient(to right, transparent, black 30%, black 80%, transparent);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-orb--one {
  width: 480px;
  height: 480px;
  top: -270px;
  right: -100px;
  background: rgba(0, 196, 204, 0.15);
}

.hero-orb--two {
  width: 330px;
  height: 330px;
  bottom: 120px;
  left: -210px;
  background: rgba(224, 79, 56, 0.12);
}

.hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 64px;
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding: 28px 0 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--patina);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow__mark {
  width: 14px;
  aspect-ratio: 1;
  background: currentColor;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.eyebrow--light {
  color: var(--gold);
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: clamp(54px, 6.6vw, 94px);
}

.hero__lede {
  max-width: 630px;
  margin-bottom: 32px;
  color: #526474;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 32px;
}

.app-store-link {
  display: inline-block;
  border-radius: 10px;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-store-link:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 20px rgba(23, 48, 66, 0.18));
}

.app-store-link img {
  width: 190px;
  height: auto;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--patina);
}

.hero__visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px dashed rgba(0, 109, 119, 0.32);
  border-radius: 50%;
  animation: orbit-spin 32s linear infinite;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1;
  background: var(--gold);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.orbit::before {
  top: 7%;
  left: 17%;
}

.orbit::after {
  right: 4%;
  bottom: 24%;
  background: var(--vermillion);
}

.orbit--outer {
  width: 585px;
  height: 585px;
}

.orbit--inner {
  width: 480px;
  height: 480px;
  border-style: solid;
  opacity: 0.25;
  animation-direction: reverse;
  animation-duration: 24s;
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

.phone {
  position: relative;
  overflow: hidden;
  border: 9px solid var(--ink-deep);
  border-radius: 48px;
  background: #0f1720;
  box-shadow: 0 28px 70px rgba(23, 48, 66, 0.26), 0 5px 0 rgba(23, 48, 66, 0.1);
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.phone__speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020406;
}

.phone--hero {
  z-index: 2;
  width: 312px;
  height: 638px;
  animation: phone-float 7s ease-in-out infinite;
}

.phone--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes phone-float {
  0%, 100% { transform: translateY(0) rotate(1.8deg); }
  50% { transform: translateY(-14px) rotate(-0.5deg); }
}

.floating-stat {
  position: absolute;
  z-index: 4;
  min-width: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  align-items: center;
  border: 1px solid rgba(44, 62, 80, 0.15);
  border-radius: 18px;
  background: rgba(255, 250, 236, 0.92);
  box-shadow: 0 18px 38px rgba(23, 48, 66, 0.14);
  padding: 14px 16px;
  backdrop-filter: blur(12px);
}

.floating-stat strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 18px;
  line-height: 1.1;
}

.floating-stat > span:last-child {
  grid-column: 2;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.floating-stat--hex {
  top: 112px;
  left: 4px;
}

.floating-stat--hex .mini-hex {
  grid-row: span 2;
  width: 23px;
  background: var(--patina);
}

.floating-stat--cities {
  right: -4px;
  bottom: 136px;
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 55px;
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--vermillion);
  border-radius: 50%;
  color: var(--vermillion);
  transform: rotate(9deg);
}

.hero-stamp span {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.hero-stamp small {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.source-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.source-ribbon p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.source-list span,
.tag-row span {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 680;
}

.manifesto {
  position: relative;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--cream);
}

.manifesto::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  bottom: -330px;
  border: 1px solid rgba(255, 214, 10, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 214, 10, 0.025), 0 0 0 140px rgba(255, 214, 10, 0.02);
}

.manifesto__layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 100px;
}

.manifesto h2,
.privacy h2 {
  margin: 0;
  color: white;
  font-size: clamp(52px, 6vw, 82px);
}

.manifesto__lead {
  max-width: 680px;
  margin-bottom: 58px;
  color: rgba(255, 250, 236, 0.88);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1.35;
}

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

.quiet-grid article {
  border-top: 1px solid rgba(255, 250, 236, 0.22);
  padding-top: 20px;
}

.quiet-grid__number {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
}

.quiet-grid h3 {
  margin: 18px 0 10px;
  color: white;
  font-size: 17px;
}

.quiet-grid p {
  margin: 0;
  color: rgba(255, 250, 236, 0.6);
  font-size: 14px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 72px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 76px);
}

.section-heading > p:last-child {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading--center > p:last-child {
  margin-inline: auto;
}

.steps {
  background: var(--cream);
}

.steps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.step-card {
  min-height: 690px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--pearl);
}

.step-card--vermillion {
  border-color: var(--vermillion);
  background: var(--vermillion);
  color: white;
}

.step-card--wide {
  min-height: 570px;
  grid-column: 1 / -1;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: 1fr;
  background: #eef4ef;
}

.step-card__copy {
  position: relative;
  z-index: 2;
  padding: 38px 40px 28px;
}

.step-card__index {
  color: var(--vermillion);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.step-card--vermillion .step-card__index {
  color: var(--gold);
}

.step-card h3 {
  margin: 24px 0 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.step-card__copy > p {
  max-width: 490px;
  margin-bottom: 24px;
  color: var(--muted);
}

.step-card--vermillion .step-card__copy > p {
  color: rgba(255, 255, 255, 0.78);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.step-card__visual {
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.step-card__visual--routes {
  background:
    radial-gradient(circle at 20% 15%, rgba(0, 196, 204, 0.18), transparent 38%),
    linear-gradient(145deg, #e6eee8, #d5e2dc);
}

.step-card__visual--map {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 214, 10, 0.7), transparent 20%),
    rgba(23, 48, 66, 0.14);
}

.phone--step {
  position: absolute;
  width: 270px;
  height: 555px;
  border-width: 8px;
  border-radius: 42px;
}

.phone--step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone--tilted-left {
  top: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(-7deg);
}

.phone--tilted-right {
  top: 35px;
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
}

.map-count {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
  align-items: center;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  padding: 11px 14px;
}

.map-count .mini-hex {
  grid-row: span 2;
}

.map-count strong {
  font-family: var(--mono);
  font-size: 15px;
}

.map-count small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.step-card__visual--detail {
  min-height: 570px;
  background: linear-gradient(145deg, #dce9df, #cbded5);
}

.phone--detail {
  right: 12%;
  bottom: -170px;
  width: 300px;
  height: 650px;
  transform: rotate(3deg);
}

.discovery-note {
  position: absolute;
  z-index: 3;
  left: 7%;
  bottom: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 12px;
  align-items: center;
  border: 1px solid rgba(44, 62, 80, 0.14);
  border-radius: 18px;
  background: rgba(255, 250, 236, 0.92);
  box-shadow: 0 18px 42px rgba(23, 48, 66, 0.16);
  padding: 15px 18px;
  backdrop-filter: blur(10px);
}

.discovery-note__pin {
  grid-row: span 2;
  color: var(--vermillion);
  font-size: 25px;
}

.discovery-note strong {
  font-family: var(--serif);
  font-size: 18px;
}

.discovery-note small {
  color: var(--muted);
}

.topographic-lines {
  position: absolute;
  width: 430px;
  height: 430px;
  left: -140px;
  top: 25px;
  border: 1px solid rgba(0, 109, 119, 0.2);
  border-radius: 50% 42% 55% 45%;
  box-shadow:
    0 0 0 32px rgba(0, 109, 119, 0.05),
    0 0 0 64px rgba(0, 109, 119, 0.045),
    0 0 0 96px rgba(0, 109, 119, 0.04);
  transform: rotate(22deg);
}

.map-break {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink-deep);
  color: white;
}

.map-break__image,
.map-break__overlay {
  position: absolute;
  inset: 0;
}

.map-break__image {
  background-image: url("assets/screens/lifetime-map.webp");
  background-position: center 30%;
  background-size: cover;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.04);
}

.map-break__overlay {
  background:
    linear-gradient(90deg, rgba(23, 48, 66, 0.94), rgba(23, 48, 66, 0.65) 60%, rgba(23, 48, 66, 0.25)),
    linear-gradient(0deg, rgba(23, 48, 66, 0.48), transparent 45%);
}

.map-break__content {
  position: relative;
  z-index: 2;
}

.map-break__kicker {
  margin-bottom: 28px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-break blockquote {
  max-width: 900px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 6.8vw, 86px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.features {
  background: var(--pearl);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.bento {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--cream);
}

.bento--map {
  grid-column: span 7;
}

.bento--heat {
  grid-column: span 5;
  background: var(--ink-deep);
}

.bento--cities,
.bento--social,
.bento--postcards {
  grid-column: span 4;
}

.bento--cities {
  display: flex;
  flex-direction: column;
  background: #edf4ef;
}

.bento--social {
  background: #f7e8e2;
}

.bento--postcards {
  background: #efe8d5;
}

.bento__copy {
  position: relative;
  z-index: 3;
  padding: 34px;
}

.bento__copy--light {
  color: white;
}

.feature-label {
  color: var(--patina);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-label--light {
  color: var(--gold);
}

.bento h3 {
  max-width: 450px;
  margin: 18px 0 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.bento p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.bento__copy--light p {
  color: rgba(255, 255, 255, 0.66);
}

.bento-map-art {
  position: absolute;
  width: 580px;
  height: 290px;
  right: -35px;
  bottom: -35px;
  transform: rotate(-8deg);
}

.bento-map-art span {
  position: absolute;
  width: 94px;
  aspect-ratio: 1;
  background: rgba(0, 109, 119, 0.16);
  border: 7px solid var(--patina);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%, 25% 6.7%, 28% 13%, 5% 50%, 28% 87%, 72% 87%, 95% 50%, 72% 13%, 28% 13%);
}

.bento-map-art span:nth-child(1) { left: 0; top: 100px; }
.bento-map-art span:nth-child(2) { left: 72px; top: 58px; }
.bento-map-art span:nth-child(3) { left: 144px; top: 100px; }
.bento-map-art span:nth-child(4) { left: 216px; top: 58px; }
.bento-map-art span:nth-child(5) { left: 288px; top: 100px; }
.bento-map-art span:nth-child(6) { left: 360px; top: 58px; }
.bento-map-art span:nth-child(7) { left: 72px; top: 142px; }
.bento-map-art span:nth-child(8) { left: 216px; top: 142px; }
.bento-map-art span:nth-child(9) { left: 360px; top: 142px; }
.bento-map-art span:nth-child(10) { left: 432px; top: 100px; }
.bento-map-art span:nth-child(11) { left: 144px; top: 184px; }
.bento-map-art span:nth-child(12) { left: 288px; top: 184px; }

.bento-phone-crop {
  position: absolute;
  width: 270px;
  height: 330px;
  right: 35px;
  bottom: -45px;
  overflow: hidden;
  border: 7px solid #0f1d28;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transform: rotate(5deg);
}

.bento-phone-crop img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: top;
}

.country-stack {
  display: grid;
  gap: 10px;
  width: calc(100% - 52px);
  margin: auto 26px 26px;
}

.country-stack div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
  align-items: center;
  border: 1px solid rgba(203, 180, 114, 0.7);
  border-radius: 15px;
  background: var(--cream);
  padding: 12px 14px;
}

.country-stack span {
  grid-row: span 2;
  font-size: 28px;
}

.country-stack strong {
  font-size: 14px;
}

.country-stack small {
  color: var(--muted);
  font-size: 11px;
}

.shared-hexes {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 45px;
  height: 150px;
}

.shared-hex-cluster {
  position: absolute;
  inset: 10px 60px 25px;
}

.shared-hex-cluster span,
.final-cta__hexes span {
  position: absolute;
  width: 50px;
  aspect-ratio: 1;
  background: rgba(255, 214, 10, 0.55);
  border: 4px solid var(--patina);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%, 25% 6.7%, 30% 15%, 9% 50%, 30% 85%, 70% 85%, 91% 50%, 70% 15%, 30% 15%);
}

.shared-hex-cluster span:nth-child(1) { left: 0; top: 38px; }
.shared-hex-cluster span:nth-child(2) { left: 38px; top: 16px; }
.shared-hex-cluster span:nth-child(3) { left: 76px; top: 38px; }
.shared-hex-cluster span:nth-child(4) { left: 114px; top: 16px; }
.shared-hex-cluster span:nth-child(5) { left: 152px; top: 38px; }
.shared-hex-cluster span:nth-child(6) { left: 76px; top: 82px; }
.shared-hex-cluster span:nth-child(7) { left: 114px; top: 60px; }

.avatar {
  position: absolute;
  z-index: 3;
  top: 42px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 4px solid var(--cream);
  border-radius: 50%;
  color: white;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
}

.avatar--one { left: 6px; background: var(--vermillion); }
.avatar--two { right: 6px; background: var(--patina); }

.shared-hexes > small {
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 4;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.postcard-art {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -35px;
  height: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  overflow: hidden;
  border: 7px solid white;
  border-radius: 22px;
  background: white;
  box-shadow: 0 20px 42px rgba(23, 48, 66, 0.16);
  transform: rotate(-3deg);
}

.postcard-art__photo {
  background-position: center;
  background-size: cover;
}

.postcard-art__photo--one {
  background-image: linear-gradient(145deg, #a9d1cb, #2a6f76);
}

.postcard-art__photo--two {
  background-image: linear-gradient(145deg, #efd59c, #d46d4f);
}

.postcard-art__map {
  display: grid;
  place-items: center;
  background: #cadbd0;
}

.postcard-art p {
  display: grid;
  place-items: center;
  margin: 0;
  background: var(--cream);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.postcard-art p strong {
  color: var(--vermillion);
  font-size: 11px;
}

.privacy {
  position: relative;
  overflow: hidden;
  background: var(--patina);
  color: white;
}

.privacy__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 100px;
}

.privacy__visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}

.privacy-globe {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 60% 38%, rgba(255, 214, 10, 0.28), transparent 9%),
    radial-gradient(circle at 40% 56%, rgba(0, 196, 204, 0.55), transparent 32%),
    #005b64;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.035), 0 0 0 60px rgba(255, 255, 255, 0.025);
}

.privacy-globe__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: rotate(12deg) scale(1.2);
}

.privacy-globe__hex {
  position: absolute;
  width: 70px;
  aspect-ratio: 1;
  border: 7px solid var(--gold);
  background: rgba(255, 214, 10, 0.12);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%, 25% 6.7%, 31% 16%, 10% 50%, 31% 84%, 69% 84%, 90% 50%, 69% 16%, 31% 16%);
}

.privacy-globe__hex--one { left: 22%; top: 28%; }
.privacy-globe__hex--two { right: 20%; top: 44%; transform: scale(0.72); }
.privacy-globe__hex--three { left: 39%; bottom: 16%; transform: scale(0.5); }

.privacy-badge {
  position: absolute;
  right: -8px;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  padding: 14px 18px;
  transform: rotate(4deg);
}

.privacy-badge__lock {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vermillion);
  color: var(--gold);
}

.privacy-badge strong {
  font-family: var(--serif);
  line-height: 1.1;
}

.privacy h2 {
  margin-bottom: 28px;
}

.privacy__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.privacy-list {
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 0;
}

.privacy-list li > span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
}

.privacy-list strong,
.privacy-list small {
  display: block;
}

.privacy-list strong {
  margin-bottom: 5px;
}

.privacy-list small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.testimonial {
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}

.testimonial__inner {
  max-width: 980px;
  text-align: center;
}

.quote-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--vermillion);
  color: white;
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1;
}

.testimonial blockquote {
  margin-bottom: 34px;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 60px);
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.stars {
  color: var(--vermillion);
  letter-spacing: 0.15em;
}

.testimonial__meta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.testimonial__meta p span {
  padding: 0 6px;
}

.audience {
  background: var(--pearl);
}

.audience__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: start;
}

.audience .section-heading {
  position: sticky;
  top: 130px;
  margin: 0;
}

.audience-list {
  display: grid;
}

.audience-list article {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 16px;
  border-top: 1px solid var(--border);
  padding: 32px 0;
}

.audience-list article:last-child {
  border-bottom: 1px solid var(--border);
}

.audience-list span {
  grid-row: span 2;
  color: var(--vermillion);
  font-family: var(--mono);
  font-size: 10px;
}

.audience-list h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 27px;
  letter-spacing: -0.025em;
}

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

.faq {
  background: var(--paper);
}

.faq__layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.faq .section-heading {
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq details {
  border-bottom: 1px solid rgba(44, 62, 80, 0.35);
}

.faq summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before,
.faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--vermillion);
  transition: transform 180ms ease;
}

.faq summary::after {
  transform: rotate(90deg);
}

.faq details[open] summary::after {
  transform: rotate(0);
}

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

.final-cta {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--vermillion);
  color: white;
  text-align: center;
  isolation: isolate;
}

.final-cta__grid {
  opacity: 0.13;
  background-size: 88px 154px;
  filter: invert(1);
}

.final-cta__inner {
  position: relative;
  z-index: 2;
}

.final-cta__badge {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 9px 14px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 900px;
  margin: 0 auto 24px;
  color: white;
  font-size: clamp(56px, 8vw, 100px);
}

.final-cta h2 em {
  color: var(--gold);
}

.final-cta__inner > p {
  max-width: 610px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.app-store-link--large img {
  width: 220px;
}

.final-cta__hexes {
  position: absolute;
  width: 540px;
  height: 160px;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
}

.final-cta__hexes span {
  width: 86px;
  border-color: var(--gold);
  background: rgba(255, 214, 10, 0.12);
}

.final-cta__hexes span:nth-child(1) { left: 0; top: 58px; }
.final-cta__hexes span:nth-child(2) { left: 66px; top: 20px; }
.final-cta__hexes span:nth-child(3) { left: 132px; top: 58px; }
.final-cta__hexes span:nth-child(4) { left: 198px; top: 20px; }
.final-cta__hexes span:nth-child(5) { left: 264px; top: 58px; }
.final-cta__hexes span:nth-child(6) { left: 330px; top: 20px; }
.final-cta__hexes span:nth-child(7) { left: 396px; top: 58px; }

.site-footer {
  background: var(--ink-deep);
  color: white;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  padding-top: 80px;
  padding-bottom: 64px;
}

.footer__brand img {
  width: 92px;
  height: auto;
  margin-bottom: 20px;
}

.footer__brand p {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--serif);
  font-size: 20px;
}

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

.footer__links h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__links a {
  display: block;
  width: max-content;
  margin: 11px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
}

.footer__links a:hover {
  color: white;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 0 34px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.21, 0.72, 0.35, 1);
}

.reveal--late {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .section-pad {
    padding: 104px 0;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 24px;
  }

  .hero__visual {
    transform: scale(0.92);
  }

  .manifesto__layout,
  .privacy__layout,
  .audience__layout,
  .faq__layout {
    gap: 60px;
  }

  .quiet-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .quiet-grid article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 12px;
  }

  .quiet-grid__number {
    grid-row: span 2;
  }

  .quiet-grid h3 {
    margin: 0 0 5px;
  }

  .bento--map,
  .bento--heat {
    grid-column: span 6;
  }

  .bento--cities,
  .bento--social,
  .bento--postcards {
    grid-column: span 6;
  }

  .bento--postcards {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .section-pad {
    padding: 84px 0;
  }

  .nav-shell {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    gap: 0;
    transform: translateY(-130%);
    border-bottom: 1px solid var(--border);
    background: var(--pearl);
    padding: 16px;
    opacity: 0;
    transition: transform 220ms ease, opacity 180ms ease;
    pointer-events: none;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav > a:not(.button) {
    border-bottom: 1px solid var(--border);
    padding: 16px 4px;
    font-size: 17px;
  }

  .site-nav .button {
    margin-top: 16px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__copy {
    padding-bottom: 18px;
  }

  .hero h1 {
    margin-inline: auto;
  }

  .hero__lede {
    margin-inline: auto;
  }

  .hero__copy .eyebrow,
  .hero__actions,
  .trust-list {
    justify-content: center;
  }

  .hero__visual {
    min-height: 630px;
    transform: none;
  }

  .source-ribbon {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .source-list {
    justify-content: center;
  }

  .manifesto__layout,
  .privacy__layout,
  .audience__layout,
  .faq__layout {
    grid-template-columns: 1fr;
  }

  .manifesto__lead {
    margin-bottom: 40px;
  }

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

  .step-card--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .phone--detail {
    right: 4%;
  }

  .bento--map,
  .bento--heat,
  .bento--cities,
  .bento--social,
  .bento--postcards {
    grid-column: 1 / -1;
  }

  .privacy__visual {
    min-height: 500px;
    order: 2;
  }

  .privacy__copy {
    order: 1;
  }

  .audience .section-heading {
    position: static;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  .section-pad {
    padding: 72px 0;
  }

  .profile-invite__inner {
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
  }

  .profile-invite__hex {
    display: none;
  }

  .profile-invite p {
    max-width: 210px;
    font-size: 12px;
  }

  .profile-invite .button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 68px);
  }

  .hero__lede {
    font-size: 17px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 16px;
  }

  .hero__visual {
    min-height: 570px;
  }

  .orbit--outer {
    width: 470px;
    height: 470px;
  }

  .orbit--inner {
    width: 390px;
    height: 390px;
  }

  .phone--hero {
    width: 270px;
    height: 552px;
  }

  .floating-stat--hex {
    top: 105px;
    left: -8px;
  }

  .floating-stat--cities {
    right: -8px;
    bottom: 105px;
  }

  .hero-stamp {
    right: -3px;
    top: 26px;
    width: 92px;
    height: 92px;
  }

  .hero-stamp span {
    font-size: 28px;
  }

  .source-list span {
    padding: 7px 10px;
    font-size: 10px;
  }

  .manifesto h2,
  .privacy h2,
  .section-heading h2 {
    font-size: 47px;
  }

  .steps__grid {
    gap: 16px;
  }

  .step-card {
    min-height: 640px;
    border-radius: 22px;
  }

  .step-card--wide {
    min-height: 720px;
  }

  .step-card__copy {
    padding: 28px 24px 20px;
  }

  .step-card h3 {
    font-size: 39px;
  }

  .phone--detail {
    right: -13%;
    bottom: -180px;
  }

  .discovery-note {
    left: 18px;
    right: 18px;
    bottom: 58px;
  }

  .map-break {
    min-height: 620px;
  }

  .map-break blockquote {
    font-size: 45px;
  }

  .bento {
    min-height: 450px;
    border-radius: 22px;
  }

  .bento__copy {
    padding: 27px 24px;
  }

  .bento-map-art {
    right: -180px;
  }

  .bento-phone-crop {
    right: 22px;
  }

  .shared-hex-cluster {
    transform: scale(0.85);
    transform-origin: center;
  }

  .privacy__visual {
    min-height: 430px;
  }

  .privacy-badge {
    right: -4px;
    bottom: 30px;
  }

  .testimonial blockquote {
    font-size: 34px;
  }

  .faq summary {
    font-size: 19px;
  }

  .final-cta {
    min-height: 660px;
  }

  .final-cta h2 {
    font-size: 54px;
  }

  .footer__links {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer__bottom {
    flex-direction: column;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Public profile */

.profile-page-body {
  min-height: 100vh;
  background: var(--pearl);
}

.profile-page-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(44, 62, 80, 0.08);
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: blur(18px);
}

.profile-page-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.profile-home-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.profile-home-link:hover {
  color: var(--vermillion);
}

.profile-page-main {
  overflow: hidden;
}

.public-profile-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: 84px 0 96px;
  overflow: hidden;
}

.public-profile-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(30deg, rgba(0, 109, 119, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 109, 119, 0.045) 87.5%),
    linear-gradient(150deg, rgba(0, 109, 119, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 109, 119, 0.045) 87.5%),
    linear-gradient(30deg, rgba(0, 109, 119, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 109, 119, 0.045) 87.5%),
    linear-gradient(150deg, rgba(0, 109, 119, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 109, 119, 0.045) 87.5%);
  background-position: 0 0, 0 0, 38px 66px, 38px 66px;
  background-size: 76px 132px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.public-profile-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.public-profile-orb--one {
  width: 480px;
  height: 480px;
  top: -210px;
  right: -130px;
  background: rgba(0, 196, 204, 0.14);
}

.public-profile-orb--two {
  width: 360px;
  height: 360px;
  left: -200px;
  bottom: -180px;
  background: rgba(224, 79, 56, 0.11);
}

.public-profile-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(520px, 1.24fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.public-profile-copy h1 {
  max-width: 600px;
  margin: 22px 0 20px;
  font-family: var(--serif);
  font-size: clamp(64px, 7.2vw, 102px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.public-profile-copy h1 span {
  color: var(--vermillion);
  font-style: italic;
}

.public-profile-summary {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 720;
  line-height: 1.35;
}

.public-profile-explainer {
  max-width: 510px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.public-profile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.profile-share-button {
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font: inherit;
  font-weight: 720;
  padding: 0 24px;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.profile-share-button:hover {
  border-color: var(--patina);
  background: white;
  transform: translateY(-2px);
}

.profile-share-button:focus-visible,
.profile-home-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.public-profile-app-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.public-profile-app-note a {
  color: var(--patina);
  font-weight: 700;
}

.public-profile-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.public-profile-sources span {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 250, 236, 0.75);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.public-profile-figure {
  position: relative;
  margin: 0;
}

.public-profile-figure::before,
.public-profile-figure::after {
  content: "";
  position: absolute;
  width: 74px;
  aspect-ratio: 1;
  background: var(--gold);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.public-profile-figure::before {
  top: -26px;
  right: 9%;
  transform: rotate(9deg);
}

.public-profile-figure::after {
  width: 42px;
  left: -18px;
  bottom: 13%;
  background: var(--vermillion);
  transform: rotate(-8deg);
}

.public-profile-image-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 10px solid white;
  border-radius: 30px;
  background: white;
  box-shadow: 0 32px 90px rgba(23, 48, 66, 0.2);
  transform: rotate(1.2deg);
}

.public-profile-image-frame img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.public-profile-figure figcaption {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.public-profile-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--patina);
  box-shadow: 0 0 0 5px rgba(0, 109, 119, 0.1);
}

.public-profile-cta {
  background: var(--ink-deep);
  color: white;
  padding: 92px 0;
}

.public-profile-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
}

.public-profile-cta h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.public-profile-cta__inner > div:last-child > p {
  max-width: 580px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.public-profile-footer {
  background: #102635;
  color: rgba(255, 255, 255, 0.62);
}

.public-profile-footer__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.public-profile-footer__inner p {
  margin: 0;
}

.public-profile-footer__inner a {
  color: inherit;
}

.profile-state {
  min-height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 24px;
  text-align: center;
}

.profile-state__hex {
  width: 82px;
  aspect-ratio: 1;
  margin-bottom: 32px;
  background: var(--paper);
  border: 8px solid var(--patina);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%, 25% 6.7%, 30% 15%, 9% 50%, 30% 85%, 70% 85%, 91% 50%, 70% 15%, 30% 15%);
}

.profile-state h1 {
  margin: 24px 0 18px;
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 78px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.profile-state > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.profile-state__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

@media (max-width: 980px) {
  .public-profile-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .public-profile-copy {
    text-align: center;
  }

  .public-profile-copy h1,
  .public-profile-summary,
  .public-profile-explainer {
    margin-inline: auto;
  }

  .public-profile-copy .eyebrow,
  .public-profile-actions,
  .public-profile-sources {
    justify-content: center;
  }

  .public-profile-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .profile-page-nav {
    min-height: 72px;
  }

  .public-profile-hero {
    min-height: auto;
    padding: 58px 0 72px;
  }

  .public-profile-layout {
    gap: 52px;
  }

  .public-profile-copy h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .public-profile-summary {
    font-size: 20px;
  }

  .public-profile-actions {
    flex-direction: column;
  }

  .public-profile-actions .button,
  .profile-share-button {
    width: 100%;
  }

  .public-profile-image-frame {
    border-width: 6px;
    border-radius: 20px;
  }

  .public-profile-image-frame img {
    border-radius: 14px;
  }

  .public-profile-figure::before {
    width: 50px;
    top: -22px;
  }

  .public-profile-cta {
    padding: 72px 0;
  }

  .public-profile-cta h2 {
    font-size: 50px;
  }

  .profile-state__actions {
    flex-direction: column;
  }
}
