:root {
  --page: #f7f1e7;
  --page-soft: #efe4d4;
  --surface: rgba(255, 250, 243, 0.82);
  --surface-strong: rgba(255, 252, 247, 0.92);
  --surface-warm: rgba(193, 152, 94, 0.1);
  --line: rgba(58, 43, 29, 0.12);
  --line-soft: rgba(58, 43, 29, 0.08);
  --line-strong: rgba(193, 152, 94, 0.28);
  --text: #5a4a3c;
  --text-strong: #1f1711;
  --muted: #6f5f50;
  --soft: #8e7b68;
  --gold: #b88545;
  --gold-deep: #9d6d32;
  --max: 1120px;
  --shell-gutter: 20px;
  --shell-gutter-mobile: 18px;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 18px 42px rgba(91, 63, 34, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(193, 152, 94, 0.14), transparent 20%),
    radial-gradient(circle at 82% 16%, rgba(176, 129, 71, 0.1), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, #f7f1e7 34%, #efe4d4 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.coming-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.coming-shell {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 48px 32px;
  text-align: center;
}

.coming-mark {
  color: var(--gold-deep);
  font-size: 1.4rem;
  line-height: 1;
}

.coming-wordmark {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 10vw, 5.8rem);
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.coming-label {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 20px var(--shell-gutter) 56px;
}

.site-header,
.section,
.site-footer {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-wordmark {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}

.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mobile-nav {
  display: none;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  font-size: 0.94rem;
}

.section {
  padding: 88px 0;
  border-top: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.92;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 9ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 700;
  line-height: 1.06;
}

h3 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.22;
}

p,
li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.9fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 130px);
  border-top: 0;
  padding-top: 64px;
}

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

.lead {
  max-width: 40ch;
  margin: 16px 0 0;
  font-size: 0.99rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.cta-row-centered {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(180deg, #d4b57d 0%, #c79d5c 100%);
  color: #1e1710;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 252, 247, 0.78);
  color: var(--text-strong);
}

.download-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.download-reassurance span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.74);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-proof {
  display: flex;
  justify-content: center;
}

.hero-shot-card,
.proof-card,
.world-phone,
.step-card,
.experience-card,
.download-wrap {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 241, 229, 0.86)),
    rgba(255, 249, 242, 0.88);
  box-shadow: var(--shadow);
}

.hero-shot-card {
  width: min(100%, 286px);
  padding: 12px;
  border-radius: 26px;
}

.hero-shot {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.legal-page-shell {
  padding-bottom: 80px;
}

.legal-site-header {
  padding-bottom: 18px;
}

.legal-main {
  width: min(100%, 860px);
  margin: 0 auto;
}

.legal-hero {
  padding: 72px 0 40px;
  border-top: 0;
}

.legal-hero h1 {
  max-width: none;
}

.legal-lead {
  max-width: 52ch;
  margin: 18px 0 0;
}

.legal-meta {
  margin: 18px 0 0;
  color: var(--soft);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.legal-content {
  display: grid;
  gap: 20px;
}

.legal-block {
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 241, 229, 0.82)),
    rgba(255, 249, 242, 0.88);
  box-shadow: var(--shadow);
}

.legal-block h2 {
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  line-height: 1.14;
}

.legal-block p {
  margin: 14px 0 0;
}

.legal-block a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.mini-label,
.flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(202, 168, 109, 0.2);
  background: rgba(202, 168, 109, 0.06);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
}

.section-heading p:last-child {
  max-width: 48ch;
  margin-top: 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.proof-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.proof-card p:last-child {
  margin-top: 12px;
}

.world-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: start;
}

.world-copy p:last-child {
  max-width: 48ch;
  margin-top: 18px;
}

.world-stage {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.world-phone {
  padding: 14px;
  border-radius: 32px;
}

.world-phone-screen {
  min-height: 430px;
  padding: 28px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fbf6ef 0%, #f2e7d8 100%);
}

.world-thread {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bubble {
  width: fit-content;
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.95rem;
}

.bubble-soft {
  background: rgba(255, 255, 255, 0.94);
  color: #2a2118;
}

.bubble-dark {
  justify-self: end;
  background: rgba(51, 39, 26, 0.9);
  color: #fff9f2;
}

.world-button {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #d4b57d 0%, #c79d5c 100%);
  color: #1e1710;
  font-size: 0.92rem;
  font-weight: 700;
}

.world-flow {
  display: grid;
  gap: 18px;
}

.world-flow article {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line-soft);
}

.world-flow article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.world-flow h3 {
  margin-top: 12px;
}

.world-flow p {
  margin-top: 10px;
}

.experience-intro {
  max-width: 760px;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 24px;
  margin-top: 30px;
}

.experience-steps,
.experience-proofs {
  display: grid;
  gap: 18px;
}

.step-card,
.experience-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.step-card p:last-child,
.experience-card p:last-child {
  margin-top: 12px;
}

.experience-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.experience-card li + li {
  margin-top: 6px;
}

.experience-card-profile {
  background:
    linear-gradient(180deg, rgba(193, 152, 94, 0.12), rgba(255, 251, 245, 0.8)),
    rgba(255, 249, 242, 0.86);
}

.experience-card-chat {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(193, 152, 94, 0.08)),
    rgba(255, 250, 244, 0.84);
}

.download {
  text-align: center;
}

.download-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 32px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top center, rgba(193, 152, 94, 0.12), transparent 34%),
    rgba(255, 251, 245, 0.8);
}

.download-wrap p:last-of-type {
  max-width: 52ch;
  margin: 16px auto 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 0;
  color: var(--soft);
}

@media (max-width: 1060px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .world-section,
  .experience-layout {
    grid-template-columns: 1fr;
  }

  .world-stage {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-shot-card {
    width: min(100%, 320px);
  }
}

@media (max-width: 760px) {
  .coming-shell {
    padding: 32px 18px;
    gap: 8px;
  }

  .coming-mark {
    font-size: 1.15rem;
  }

  .coming-label {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
  }

  .page-shell {
    width: 100%;
    max-width: none;
    padding: 0 var(--shell-gutter-mobile) 36px;
  }

  .site-header,
  .section,
  .site-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    background: linear-gradient(180deg, rgba(251, 247, 241, 0.92), rgba(247, 241, 231, 0.76));
    backdrop-filter: blur(14px);
  }

  .site-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 252, 247, 0.9);
    color: var(--text-strong);
    font-size: 0.92rem;
    font-weight: 700;
  }

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

  .mobile-nav[open] .mobile-nav-panel {
    display: grid;
  }

  .mobile-nav-panel {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 190px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(252, 248, 242, 0.98);
    box-shadow: var(--shadow);
    gap: 4px;
  }

  .mobile-nav-panel a {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--text-strong);
    font-size: 0.95rem;
  }

  .mobile-nav-panel a:active,
  .mobile-nav-panel a:hover {
    background: rgba(193, 152, 94, 0.08);
  }

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

  h1 {
    max-width: 100%;
    font-size: clamp(1.62rem, 8.2vw, 2.18rem);
    line-height: 1.01;
    letter-spacing: -0.06em;
  }

  h2 {
    font-size: clamp(1.55rem, 6.4vw, 2.2rem);
    line-height: 1.08;
  }

  h3 {
    font-size: 1.18rem;
  }

  p,
  li {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.81rem;
    letter-spacing: 0.13em;
    line-height: 1.4;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 18px;
    align-items: start;
  }

  .hero-copy {
    max-width: none;
    min-width: 0;
  }

  .hero-copy h1 {
    max-width: none;
    text-wrap: pretty;
  }

  .lead {
    max-width: none;
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .cta-row {
    margin-top: 20px;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.96rem;
  }

  .hero-proof {
    justify-content: center;
    padding-top: 0;
  }

  .hero-shot-card {
    width: min(50vw, 192px);
    min-width: 156px;
    padding: 6px;
    border-radius: 18px;
  }

  .hero-copy .eyebrow {
    max-width: none;
    font-size: 0.77rem;
    letter-spacing: 0.12em;
  }

  .hero-shot {
    border-radius: 14px;
  }

  .legal-main {
    width: 100%;
  }

  .legal-hero {
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .legal-block {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .section-heading p:last-child,
  .world-copy p:last-child {
    margin-top: 14px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .proof-card,
  .step-card,
  .experience-card {
    padding: 18px;
    border-radius: 20px;
  }

  .world-section {
    gap: 24px;
  }

  .world-stage {
    gap: 18px;
  }

  .world-phone {
    width: min(100%, 292px);
    padding: 10px;
    border-radius: 24px;
    margin: 0 auto;
  }

  .world-phone-screen {
    min-height: 360px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .world-thread {
    gap: 10px;
    margin-top: 18px;
  }

  .bubble {
    padding: 12px 14px;
    border-radius: 15px;
    font-size: 0.9rem;
  }

  .world-flow {
    gap: 14px;
  }

  .world-flow article {
    padding-bottom: 14px;
  }

  .experience-layout {
    gap: 16px;
    margin-top: 20px;
  }

  .experience-steps,
  .experience-proofs {
    gap: 12px;
  }

  .experience-card ul {
    margin-top: 12px;
    padding-left: 16px;
  }

  .download-wrap {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .download-reassurance {
    gap: 8px;
    margin-top: 16px;
  }

  .download-reassurance span {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
  }

  .site-footer,
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px 18px;
  }
}

@media (max-width: 420px) {
  .page-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.48rem, 7.4vw, 1.9rem);
  }

  .hero {
    gap: 18px;
    padding-top: 16px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-copy .eyebrow {
    max-width: none;
    font-size: 0.73rem;
    letter-spacing: 0.1em;
  }

  .button {
    min-height: 44px;
    font-size: 0.94rem;
  }

  .hero-shot-card {
    width: min(48vw, 176px);
    min-width: 148px;
  }
}

@media (max-width: 380px) {
  .page-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mobile-nav summary {
    min-height: 38px;
    padding: 0 13px;
  }

  h1 {
    font-size: 1.42rem;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .lead {
    font-size: 0.93rem;
  }

  .button {
    min-height: 42px;
    font-size: 0.92rem;
  }

  .hero-shot-card {
    width: min(46vw, 164px);
    min-width: 140px;
  }
}
