:root {
  --ink: #1d1b19;
  --ink-soft: #2a2724;
  --cream: #f6f1e8;
  --cream-deep: #ede3d5;
  --white: #fffdf9;
  --rust: #9d4e36;
  --rust-dark: #7f3d2a;
  --sage: #65735f;
  --sage-dark: #4b5947;
  --gold: #c29a60;
  --text: #201e1b;
  --muted: #6e675f;
  --line: #d8cfc3;
  --shell: 1180px;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: var(--ink);
  color: white;
  padding: .75rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 241, 232, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(29, 27, 25, .08);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  text-decoration: none;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: .18em;
  font-size: 1.18rem;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-nav a,
.site-footer a { text-decoration: none; }
.site-nav a {
  font-size: .93rem;
  font-weight: 750;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible { color: var(--rust); }
.nav-cta {
  border: 1px solid var(--ink);
  padding: .65rem 1rem;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  border: 0;
  background: none;
  color: var(--ink);
  font-weight: 800;
  padding: .4rem 0;
}

.hero {
  background: var(--cream);
  padding: 72px 0 88px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 70px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--rust);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 900;
}
.eyebrow-light { color: #e9c997; }
h1, h2, h3 {
  margin-top: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: -.045em;
}
h1 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 8vw, 7.4rem);
  max-width: 760px;
  font-weight: 950;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  max-width: 760px;
  font-weight: 950;
}
h3 {
  font-size: 1.4rem;
  font-weight: 900;
}
p { margin-top: 0; }
.hero-copy {
  max-width: 650px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #4e4943;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover,
.button-dark:focus-visible { background: var(--rust-dark); }
.launch-chip {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: var(--muted);
  font-weight: 700;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
  color: var(--muted);
  font-size: .92rem;
}
.hero-points span::before {
  content: "•";
  color: var(--rust);
  margin-right: 8px;
}

.phone-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.phone {
  width: min(360px, 80vw);
  background: #fdfbf7;
  border: 10px solid var(--ink);
  border-radius: 42px;
  box-shadow: 0 30px 80px rgba(29, 27, 25, .18);
  overflow: hidden;
}
.phone-main { transform: rotate(2deg); }
.phone-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 18px 12px;
  font-size: .72rem;
  font-weight: 850;
}
.phone-top span:last-child { text-align: right; }
.app-tabs {
  display: flex;
  gap: 14px;
  padding: 10px 18px 14px;
  border-bottom: 1px solid #eee6db;
  font-size: .72rem;
  color: #8a8178;
}
.app-tabs .active { color: var(--ink); font-weight: 900; }
.app-greeting {
  padding: 20px 18px 10px;
  font-size: 1.35rem;
  font-weight: 900;
}
.app-card {
  margin: 12px 14px;
  padding: 14px;
  border: 1px solid #e9e0d4;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  background: white;
}
.app-card-featured { background: #f6ece4; border-color: #ead7cb; }
.avatar,
.profile-orb,
.anon-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-weight: 950;
}
.avatar { width: 38px; height: 38px; color: white; }
.avatar-rust { background: var(--rust); }
.avatar-ink { background: var(--ink); }
.app-card-body { min-width: 0; }
.app-card-body strong,
.app-card-body p,
.app-card-body small { display: block; }
.app-card-body strong { line-height: 1.2; margin: 4px 0 7px; }
.app-card-body p { font-size: .82rem; color: #655f58; margin-bottom: 7px; }
.app-card-body small { font-size: .72rem; color: #877d73; }
.app-label {
  color: var(--rust);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.app-bottom {
  display: flex;
  justify-content: space-around;
  padding: 16px 12px 18px;
  border-top: 1px solid #eee6db;
  color: #6c655e;
}
.float-note {
  position: absolute;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 13px 16px;
  box-shadow: 0 16px 40px rgba(29, 27, 25, .12);
  font-size: .82rem;
  line-height: 1.25;
}
.note-one { left: 0; top: 110px; transform: rotate(-5deg); }
.note-two { right: -10px; bottom: 110px; transform: rotate(5deg); }

.trust-strip {
  background: var(--ink);
  color: white;
  padding: 26px 0;
}
.trust-inner { text-align: center; }
.trust-inner p { margin: 0; font-size: 1.05rem; font-weight: 750; }

.feature-section { padding: 110px 0; overflow: hidden; }
.feature-sand { background: var(--cream-deep); }
.feature-white { background: var(--white); }
.feature-green { background: var(--sage-dark); }
.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 90px;
  align-items: center;
}
.feature-layout.reverse .feature-visual { order: 2; }
.feature-layout.reverse .feature-copy { order: 1; }
.feature-copy p:not(.eyebrow) {
  max-width: 600px;
  color: #5f5851;
  font-size: 1.12rem;
}
.feature-copy-light h2 { color: white; }
.feature-copy-light p:not(.eyebrow) { color: #dce4d8; }

.feature-visual {
  position: relative;
  min-height: 520px;
}
.stack-card {
  position: absolute;
  width: min(360px, 78vw);
  border-radius: 28px;
  padding: 30px;
  background: white;
  box-shadow: 0 24px 55px rgba(29, 27, 25, .12);
  border: 1px solid #e7ded2;
}
.card-back { left: 40px; top: 30px; transform: rotate(-7deg); opacity: .8; }
.card-front { right: 40px; bottom: 25px; transform: rotate(4deg); }
.profile-orb {
  width: 76px;
  height: 76px;
  background: var(--rust);
  color: white;
  font-size: 1.7rem;
  margin-bottom: 26px;
}
.profile-orb-dark { background: var(--ink); }
.stack-card strong { display: block; font-size: 1.35rem; margin-bottom: 3px; }
.stack-card > span { color: var(--muted); font-size: .92rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-row span {
  background: #f2ece4;
  border-radius: 999px;
  padding: .45rem .7rem;
  font-size: .76rem;
  font-weight: 750;
}
.stack-card button {
  width: 100%;
  margin-top: 22px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: .8rem 1rem;
  font-weight: 850;
}

.question-preview {
  display: grid;
  place-items: center;
}
.question-card {
  width: min(470px, 88vw);
  background: #fff8f2;
  border: 1px solid #eadbd0;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 22px 55px rgba(29, 27, 25, .10);
}
.question-head { display: flex; gap: 12px; align-items: center; }
.anon-mark { width: 46px; height: 46px; background: var(--ink); color: white; }
.question-head strong,
.question-head span { display: block; }
.question-head span { color: var(--muted); font-size: .75rem; }
.question-card h3 { margin: 26px 0 12px; font-size: 1.65rem; line-height: 1.15; }
.question-card p { color: #5f5851; }
.question-meta {
  display: flex;
  gap: 18px;
  border-top: 1px solid #e9ded4;
  padding-top: 16px;
  color: #776e66;
  font-size: .82rem;
}
.reply-card {
  width: min(360px, 76vw);
  margin-top: -22px;
  margin-left: 120px;
  background: white;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(29, 27, 25, .11);
  border: 1px solid #eee6dc;
}
.reply-card p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.meetup-preview {
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  background: #d9dfd3;
  border: 1px solid rgba(255,255,255,.2);
}
.map-shape { position: absolute; border-radius: 45%; background: #cad2c4; }
.map-one { width: 330px; height: 260px; top: -50px; right: -30px; }
.map-two { width: 260px; height: 230px; bottom: -30px; left: -40px; }
.map-road { position: absolute; height: 18px; background: #eef1ea; border: 4px solid #c6cec1; border-radius: 999px; }
.road-one { width: 620px; left: -80px; top: 180px; transform: rotate(-22deg); }
.road-two { width: 430px; right: -80px; top: 290px; transform: rotate(37deg); }
.map-pin {
  position: absolute;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  background: var(--rust);
  color: white;
  font-weight: 950;
}
.map-pin::first-letter { transform: rotate(45deg); }
.pin-one { left: 46%; top: 28%; }
.meet-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: white;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(35, 45, 34, .18);
}
.meet-card strong { display: block; margin: 5px 0 6px; font-size: 1.2rem; }
.meet-card p { color: var(--muted); margin-bottom: 14px; }
.attendees { display: flex; align-items: center; }
.attendees span,
.attendees em {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; margin-right: -7px; border: 2px solid white; background: var(--cream-deep); font-style: normal; font-size: .75rem; font-weight: 850;
}
.attendees em { background: var(--ink); color: white; }

.discover-preview { display: grid; gap: 14px; align-content: center; }
.discover-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--cream);
  padding: 20px;
  border-radius: 22px;
  border: 1px solid #e7ddd0;
}
.discover-icon {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--ink); color: white; font-size: 1.4rem;
}
.discover-item strong { display: block; margin: 3px 0 4px; }
.discover-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.community-banner {
  background: var(--rust);
  color: white;
  padding: 90px 0;
}
.community-banner-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
}
.community-banner h2 { color: white; }
.community-banner-inner > p {
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #f3dfd6;
}

.safety-section {
  background: var(--cream);
  padding: 100px 0;
}
.safety-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
}
.safety-list {
  border-top: 1px solid var(--line);
}
.safety-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: #5e5750;
}
.text-link {
  display: inline-block;
  margin-top: 22px;
  font-weight: 850;
  color: var(--rust-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.launch-section {
  background: var(--white);
  padding: 100px 0;
  text-align: center;
}
.launch-inner { max-width: 760px; }
.launch-inner h2 { margin-left: auto; margin-right: auto; }
.launch-inner p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; max-width: 620px; margin: 0 auto 28px; }

.site-footer {
  background: var(--ink);
  color: #e7dfd4;
  padding: 60px 0 28px;
}
.site-footer .brand { color: white; }
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}
.footer-brand p { color: #bdb4aa; margin-top: 10px; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: flex-end;
}
.footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #9f978e;
  font-size: .85rem;
}

.page-hero {
  background: var(--cream);
  padding: 70px 0 38px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.7rem); margin-bottom: 14px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.legal-wrap,
.support-wrap { padding: 54px 0 90px; }
.legal-card,
.support-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  padding: clamp(24px, 5vw, 54px);
  border-radius: 22px;
  border: 1px solid var(--line);
}
.legal-card h2,
.support-card h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); margin-top: 2.3rem; letter-spacing: -.025em; }
.legal-card h3 { margin-top: 1.6rem; }
.legal-card p,
.legal-card li,
.support-card p { color: #5f5851; }
.legal-card ul,
.legal-card ol { padding-left: 1.3rem; }
.legal-card li + li { margin-top: .45rem; }
.notice {
  margin: 24px 0;
  padding: 18px 20px;
  background: #f3eadf;
  border-left: 4px solid var(--rust);
  border-radius: 0 14px 14px 0;
}
.notice p:last-child { margin-bottom: 0; }
.notice-danger { background: #f7e8e2; border-left-color: #a54633; }
.contact-box {
  margin-top: 26px;
  padding: 22px;
  background: #eef1ec;
  border: 1px solid #d6ddd2;
  border-radius: 16px;
}
.contact-box a { font-weight: 850; color: var(--sage-dark); }
.meta-line { color: var(--muted); font-size: .92rem; }
.link-list { display: grid; gap: 12px; }
.link-card {
  display: block;
  padding: 17px 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: white;
  text-decoration: none;
  font-weight: 850;
}
.link-card span { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; font-size: .92rem; }
.inline-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #eee7dd;
  border-radius: 5px;
  padding: .1rem .35rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-layout,
  .community-banner-inner,
  .safety-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .phone-stage { min-height: 620px; }
  .feature-layout.reverse .feature-visual,
  .feature-layout.reverse .feature-copy { order: initial; }
  .feature-layout { gap: 54px; }
  .community-banner-inner,
  .safety-grid { gap: 38px; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(29,27,25,.14);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { border: 0; border-radius: 0; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5.5rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 4rem); }
  .phone-stage { min-height: 560px; }
  .float-note { display: none; }
  .feature-section,
  .safety-section,
  .launch-section { padding: 76px 0; }
  .feature-visual { min-height: 460px; }
  .card-back { left: 10px; }
  .card-front { right: 10px; }
  .reply-card { margin-left: 40px; }
  .footer-main,
  .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; }
  .phone-stage { min-height: 500px; }
  .phone { width: 300px; border-width: 8px; }
  .app-card { grid-template-columns: 32px 1fr; padding: 11px; }
  .avatar { width: 32px; height: 32px; }
  .feature-visual { min-height: 410px; }
  .stack-card { width: 290px; padding: 22px; }
  .profile-orb { width: 64px; height: 64px; }
  .question-card { padding: 22px; }
  .question-card h3 { font-size: 1.35rem; }
  .reply-card { margin-left: 12px; width: 280px; }
  .meet-card { left: 16px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
