.wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.brand-picture {
  display: block;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 34px;
  object-fit: contain;
}

.site-header .brand-logo {
  max-width: min(132px, 32vw);
}

.footer-wordmark .brand-logo {
  height: 38px;
  max-width: 148px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
}

.hero-message {
  min-width: 0;
}

.hero-brand-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 92, 124, .12), rgba(255, 255, 255, .018) 46%, rgba(9, 9, 10, .72)),
    rgba(15, 15, 18, .72);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .3);
}

.hero-brand-panel::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 92, 124, .2);
  filter: blur(72px);
  pointer-events: none;
}

.hero-brand-panel picture,
.hero-brand-panel img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 360px);
  height: auto;
}

.hero-brand-caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  margin: 0;
  color: rgba(247, 247, 248, .72);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.trust-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.trust-rail li {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  color: #c9c9d0;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

section.privacy-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  margin: 28px 0 40px;
  padding: clamp(34px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(255, 92, 124, .2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 13% 35%, rgba(255, 92, 124, .2), transparent 24rem),
    linear-gradient(145deg, rgba(255, 92, 124, .065), rgba(255, 255, 255, .015) 48%, rgba(0, 0, 0, .16)),
    var(--surface);
  box-shadow: var(--shadow);
}

section.privacy-manifesto::after {
  content: "PRIVATE BY DEFAULT";
  position: absolute;
  right: -1rem;
  bottom: -1.4rem;
  color: rgba(255, 255, 255, .028);
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -.05em;
  white-space: nowrap;
  pointer-events: none;
}

.manifesto-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.manifesto-mark img {
  display: block;
  width: min(100%, 300px);
  height: auto;
}

.manifesto-copy {
  position: relative;
  z-index: 1;
}

.manifesto-copy h2 {
  max-width: 820px;
  margin: 12px 0 18px;
  font-size: clamp(2.6rem, 5.5vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.manifesto-copy > p:not(.kicker) {
  max-width: 760px;
  color: #c6c6cd;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.manifesto-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 26px;
}

.manifesto-point {
  min-height: 118px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(9, 9, 10, .46);
}

.manifesto-point strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: .9rem;
}

.manifesto-point span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.manifesto-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent-2);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.manifesto-link:hover,
.manifesto-link:focus-visible {
  color: var(--text);
}

.hero-product,
.hero-vegas {
  overflow: clip;
}

.hero-product::before,
.hero-vegas::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 5% -12% 8%;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
  opacity: .45;
  transform: perspective(700px) rotateX(58deg) translateY(18%);
  transform-origin: center bottom;
  animation: grid-drift 18s linear infinite;
  pointer-events: none;
}

.hero-product::after,
.hero-vegas::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  top: 26%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 92, 124, .22), transparent);
  box-shadow: 0 0 22px rgba(255, 92, 124, .16);
  animation: scan-drift 9s ease-in-out infinite;
  pointer-events: none;
}

.status-dot {
  animation: status-pulse 3.4s ease-in-out infinite;
}

.signal-console {
  isolation: isolate;
  animation: console-float 8s ease-in-out infinite;
}

.signal-console::before {
  animation: signal-glow 7s ease-in-out infinite;
}

.signal-console picture {
  filter: drop-shadow(0 0 28px rgba(255, 92, 124, .13));
}

.signal-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 92, 124, .18);
  border-radius: 50%;
  pointer-events: none;
}

.signal-orbit-one {
  width: 76%;
  aspect-ratio: 1;
  animation: orbit-pulse 6.4s ease-in-out infinite;
}

.signal-orbit-two {
  width: 56%;
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, .11);
  animation: orbit-pulse 6.4s 1.1s ease-in-out infinite reverse;
}

.signal-status {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(247, 247, 248, .48);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signal-status strong {
  color: var(--accent-2);
  font-weight: 900;
}

.signal-readout {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.signal-readout span {
  padding: 8px 7px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  background: rgba(9, 9, 10, .46);
  color: rgba(247, 247, 248, .58);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.signal-readout b {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .88);
  font-size: .49rem;
}

.proof-card {
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}

.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 92, 124, .22);
  background:
    linear-gradient(145deg, rgba(255, 92, 124, .055), rgba(255, 255, 255, .018)),
    var(--surface);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.product-system h2,
.launch-strip h2 {
  margin: 12px 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.system-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .008)),
    rgba(14, 14, 17, .74);
}

.system-index {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.system-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.06;
  letter-spacing: -.025em;
}

.system-card p {
  margin: 0;
  color: var(--muted);
}

section.launch-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin: 28px 0 64px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 92, 124, .16);
  border-radius: 28px;
  background:
    linear-gradient(110deg, rgba(255, 92, 124, .09), transparent 42%),
    rgba(15, 15, 18, .72);
}

.launch-strip p:not(.kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer-compact .footer-social {
  max-width: 520px;
}

@keyframes grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 44px, 44px 0; }
}

@keyframes scan-drift {
  0%, 100% { transform: translateY(-36px); opacity: .18; }
  50% { transform: translateY(170px); opacity: .62; }
}

@keyframes status-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(255, 92, 124, .08), 0 0 0 rgba(255, 92, 124, 0); }
  50% { box-shadow: 0 0 0 9px rgba(255, 92, 124, .035), 0 0 18px rgba(255, 92, 124, .28); }
}

@keyframes console-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes signal-glow {
  0%, 100% { opacity: .7; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes orbit-pulse {
  0%, 100% { transform: scale(.95); opacity: .28; }
  50% { transform: scale(1.04); opacity: .72; }
}

@media (max-width: 900px) {
  .hero-grid,
  section.privacy-manifesto {
    grid-template-columns: 1fr;
  }

  .hero-brand-panel {
    min-height: 320px;
  }

  .hero-brand-panel picture,
  .hero-brand-panel img {
    width: min(72vw, 310px);
  }

  section.privacy-manifesto {
    padding: 34px;
  }

  .manifesto-mark {
    display: none;
  }

  .signal-console {
    min-height: 360px;
  }

  .system-grid,
  section.launch-strip {
    grid-template-columns: 1fr;
  }

  section.launch-strip {
    align-items: start;
  }

  section.launch-strip .button {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .manifesto-points,
  .system-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-point {
    min-height: 0;
  }

  .signal-readout {
    grid-template-columns: 1fr;
    right: 28px;
    bottom: 16px;
    left: 28px;
  }

  .signal-readout span:nth-child(2),
  .signal-readout span:nth-child(3) {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand-logo {
    height: 30px;
  }

  .site-header .brand-logo {
    max-width: 112px;
  }

  .hero-brand-panel {
    min-height: 280px;
    border-radius: 26px;
  }

  .trust-rail {
    margin-top: 30px;
  }

  section.privacy-manifesto {
    margin-inline: -2px;
    padding: 26px 22px;
    border-radius: 26px;
  }

  .manifesto-copy h2 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .signal-status {
    flex-direction: column;
    gap: 3px;
  }

  .system-card {
    grid-template-columns: 36px 1fr;
    padding: 20px;
  }

  section.launch-strip .button {
    width: 100%;
  }
}


/* PASS 4: SHARED SITE SHELL */
.site-header {
  border-color: rgba(255,255,255,.13);
  background: linear-gradient(180deg, rgba(14,14,17,.86), rgba(9,9,10,.78));
  box-shadow: 0 18px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.055);
}

.site-header .brand-logo {
  height: 42px;
  max-width: 132px;
  transform: scale(1.12);
  transform-origin: left center;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,92,124,.34), transparent);
  opacity: .55;
  pointer-events: none;
}

.top-nav a {
  white-space: nowrap;
}

.top-nav .nav-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f7f8, #dedee3);
  box-shadow: 0 8px 26px rgba(0,0,0,.22);
}

.top-nav .nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.7) 48%, transparent 76%);
  transform: translateX(-140%);
  transition: transform .7s var(--ease);
  pointer-events: none;
}

.top-nav .nav-cta:hover::after,
.top-nav .nav-cta:focus-visible::after {
  transform: translateX(140%);
}

.site-footer-v4 {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) max-content minmax(360px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: 46px 0 56px;
}

.footer-wordmark .brand-logo {
  height: 50px;
  max-width: 196px;
}

.footer-brand p {
  margin: 14px 0 4px;
  color: #d1d1d7;
  font-size: .9rem;
}

.footer-brand small {
  color: var(--muted);
  font-size: .76rem;
}

.footer-links {
  display: grid;
  gap: 8px;
  justify-self: center;
}

.footer-links a,
.footer-email {
  width: fit-content;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s var(--ease), transform .2s var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.footer-connect {
  min-width: 0;
  justify-self: end;
}

.footer-label {
  margin: 0 0 13px;
  color: rgba(247,247,248,.64);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.social-dock {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.social-dock a {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  color: #ececf0;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease);
}

.social-dock a:hover,
.social-dock a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255,92,124,.38);
  background: rgba(255,92,124,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.24), 0 0 24px rgba(255,92,124,.08);
}

.social-dock a::before {
  font-size: .82rem;
  font-weight: 950;
  line-height: 1;
}

.social-dock a[data-social="facebook"]::before { content: "f"; font-size: 1rem; }
.social-dock a[data-social="instagram"]::before { content: "◎"; font-size: 1.2rem; }
.social-dock a[data-social="threads"]::before { content: "@"; font-size: 1rem; }
.social-dock a[data-social="tiktok"]::before { content: "♪"; font-size: 1.05rem; }
.social-dock a[data-social="youtube"]::before { content: "▶"; font-size: .82rem; transform: translateX(1px); }
.social-dock a[data-social="x"]::before { content: "X"; font-size: .82rem; }
.social-dock a[data-social="bluesky"]::before { content: "B"; font-size: .78rem; }
.social-dock a[data-social="snapchat"]::before { content: "S"; font-size: .78rem; }
.social-dock a[data-social="reddit"]::before { content: "r/"; font-size: .7rem; }

.footer-email {
  display: inline-flex;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .site-footer-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-self: end;
  }

  .footer-connect {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .site-header {
    gap: 12px;
    padding: 10px 11px 10px 14px;
  }

  .top-nav {
    flex: 1;
    justify-content: flex-end;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .top-nav::-webkit-scrollbar { display: none; }
  .top-nav a:not(.nav-cta) { display: inline-flex; }
  .top-nav a { min-height: 38px; padding: 0 9px; font-size: .76rem; }
  .top-nav .nav-cta { padding-inline: 11px; }
  .site-header .brand-logo {
    max-width: 104px;
    height: 34px;
    transform: scale(1.22);
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 1px;
  }

  .site-footer-v4 {
    grid-template-columns: 1fr;
  }

  .footer-wordmark .brand-logo {
    height: 46px;
    max-width: 180px;
  }

  .footer-links,
  .footer-connect {
    grid-column: auto;
    justify-self: start;
  }

  .social-dock { gap: 7px; }
}
