:root {
  --ink: #241c1a;
  --muted: #746965;
  --paper: #fffaf7;
  --white: #ffffff;
  --coral: #f27d76;
  --rose: #e85e7f;
  --peach: #ffc690;
  --plum: #43283e;
  --line: rgba(55, 35, 31, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 30px 80px rgba(79, 45, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-shell { min-width: 0; width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { align-items: center; display: flex; height: 88px; justify-content: space-between; margin: auto; max-width: 1280px; padding: 0 48px; position: relative; z-index: 20; }
.brand { align-items: center; display: inline-flex; font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; gap: 10px; letter-spacing: -0.7px; }
.brand-logo { display: block; height: 38px; object-fit: contain; width: 38px; }
.nav-links { align-items: center; display: flex; font-size: 14px; font-weight: 600; gap: 34px; }
.nav-links > a:not(.nav-cta) { color: #5f5552; transition: color .2s; }
.nav-links > a:hover { color: var(--rose); }
.nav-cta { background: var(--ink); border-radius: 999px; color: white; padding: 12px 20px; }
.menu-button { background: none; border: 0; display: none; height: 40px; padding: 10px; width: 44px; }
.menu-button span { background: var(--ink); display: block; height: 2px; margin: 6px 0; transition: transform .2s; width: 24px; }

.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.02fr .98fr; min-height: 720px; padding-block: 72px 100px; }
.hero-copy { min-width: 0; }
.eyebrow, .section-kicker { color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: 1.6px; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow span { background: var(--rose); border-radius: 50%; display: inline-block; height: 7px; margin-right: 8px; width: 7px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -0.045em; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(58px, 6.2vw, 88px); margin-bottom: 28px; }
h1 em, .context-center em { color: var(--rose); font-family: Georgia, serif; font-weight: 400; }
.hero-text { color: var(--muted); font-size: 20px; line-height: 1.65; margin: 0 0 34px; max-width: 590px; }
.hero-actions { align-items: center; display: flex; gap: 26px; }
.button { border-radius: 999px; display: inline-flex; font-weight: 700; gap: 18px; justify-content: center; padding: 16px 24px; }
.button-primary { background: linear-gradient(120deg, var(--coral), var(--rose)); box-shadow: 0 14px 30px rgba(232, 94, 127, .22); color: white; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 15px; font-weight: 700; padding-block: 6px; }
.platform-note { color: #9a8d88; font-size: 12px; margin-top: 24px; }
.hero-visual { align-items: center; display: flex; justify-content: center; min-height: 580px; position: relative; }
.hero-visual::before { background: radial-gradient(circle at 35% 35%, #ffd8b8 0, #ff9ca1 36%, #e66f9d 68%, #c775ac 100%); border-radius: 44% 56% 55% 45%; content: ""; filter: saturate(.9); height: 490px; position: absolute; transform: rotate(-8deg); width: 460px; }
.orbit { border: 1px solid rgba(232,94,127,.24); border-radius: 50%; position: absolute; }
.orbit-one { height: 550px; width: 550px; }
.orbit-two { height: 620px; width: 620px; }
.phone-frame { background: #171312; border: 7px solid #2b2422; border-radius: 48px; box-shadow: var(--shadow); height: 545px; overflow: hidden; position: relative; transform: rotate(5deg); width: 278px; z-index: 2; }
.phone-bar { background: #171312; border-radius: 0 0 13px 13px; height: 20px; left: 83px; position: absolute; top: 0; width: 100px; z-index: 2; }
.mock-chat { background: #f8f3ef; height: 100%; padding: 46px 14px 0; }
.chat-line { background: #d9d0cb; border-radius: 6px; height: 8px; margin: 0 auto 26px; width: 48%; }
.message { border-radius: 16px; font-size: 11px; line-height: 1.35; margin-bottom: 12px; max-width: 82%; padding: 11px; }
.message-left { background: white; }
.message-right { background: #f4939c; color: white; margin-left: auto; }
.keyboard-preview { background: #fff; border-radius: 24px 24px 0 0; bottom: 0; left: 0; padding: 13px 10px 18px; position: absolute; right: 0; }
.keyboard-tabs { display: flex; font-size: 8px; gap: 4px; justify-content: space-between; }
.keyboard-tabs span, .keyboard-tabs b { background: #f8e6e5; border-radius: 10px; padding: 6px; }
.keyboard-tabs b { background: #e96a8b; color: white; }
.reply-card { background: #fff6c9; border-radius: 9px; font-size: 9px; margin-top: 10px; padding: 9px; }
.reply-card span { float: right; }
.key-lines { background: repeating-linear-gradient(90deg, #eee 0 17px, transparent 17px 21px); height: 72px; margin-top: 10px; }
.media-tag { background: white; border: 1px solid var(--line); border-radius: 999px; bottom: 22px; box-shadow: 0 10px 35px rgba(60, 35, 30, .12); color: var(--muted); font-size: 11px; padding: 10px 15px; position: absolute; right: 10px; z-index: 4; }

.statement { padding-block: 130px; text-align: center; }
.statement h2, .section-heading h2, .context h2, .privacy h2, .download h2 { font-size: clamp(42px, 5vw, 66px); margin-bottom: 26px; }
.statement > p:last-child { color: var(--muted); font-size: 19px; margin: auto; max-width: 660px; }

.features { padding-bottom: 140px; }
.section-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.2fr .8fr; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 17px; margin: 0 0 8px; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.feature-card { border-radius: var(--radius-lg); min-height: 410px; overflow: hidden; padding: 38px; position: relative; }
.feature-card h3 { font-size: 36px; margin-bottom: 18px; }
.feature-card p { color: rgba(36,28,26,.68); font-size: 16px; max-width: 520px; }
.feature-number { border: 1px solid currentColor; border-radius: 999px; display: inline-block; font-size: 11px; margin-bottom: 54px; opacity: .5; padding: 5px 9px; }
.feature-large { align-items: stretch; display: grid; gap: 36px; grid-column: 1 / -1; grid-template-columns: .85fr 1.15fr; }
.coral-card { background: linear-gradient(135deg, #ffbd94, #f47f83 58%, #e36589); }
.cream-card { background: #f2e9df; }
.plum-card { background: var(--plum); color: white; }
.plum-card p { color: rgba(255,255,255,.7); }
.white-card { background: white; border: 1px solid var(--line); }
.feature-wide { align-items: center; display: grid; gap: 40px; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; min-height: 300px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.chips span { background: rgba(255,255,255,.35); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; padding: 7px 12px; }
.media-placeholder { align-items: center; border-radius: 24px; display: flex; flex-direction: column; justify-content: center; min-height: 330px; }
.dark-placeholder { background: rgba(45,25,29,.82); color: white; }
.media-placeholder span { font-weight: 700; }
.media-placeholder small, .step-placeholder small { opacity: .55; }
.mini-analysis { background: rgba(255,255,255,.45); border-radius: 20px; margin-top: 34px; padding: 22px; }
.mini-analysis span { display: block; font-size: 12px; margin: 10px 0 5px; }
.mini-analysis div { background: rgba(36,28,26,.09); border-radius: 10px; height: 7px; overflow: hidden; }
.mini-analysis i { background: linear-gradient(90deg, var(--coral), var(--rose)); border-radius: inherit; display: block; height: 100%; }
.opener-note { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; font-family: Georgia, serif; font-size: 21px; margin-top: 36px; padding: 24px; }
.opener-note span { color: #ffb5a0; display: block; font-family: "DM Sans", sans-serif; font-size: 11px; margin-top: 18px; text-transform: uppercase; }
.app-row { display: flex; gap: 14px; justify-content: flex-end; }
.app-row div { align-items: center; background: #f8f1ed; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; height: 112px; justify-content: center; transform: rotate(3deg); width: 94px; }
.app-row div:nth-child(even) { transform: rotate(-3deg) translateY(18px); }
.app-row b { font-size: 13px; }.app-row span { color: var(--muted); font-size: 10px; }

.how { background: #27201e; border-radius: 44px; color: white; max-width: 1320px; padding: 100px 70px; width: calc(100% - 32px); }
.light-heading > p { color: rgba(255,255,255,.58); }
.steps { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.steps article { border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; }
.steps article > span { color: #ff9c9e; font-size: 12px; }
.step-placeholder { align-items: center; background: rgba(255,255,255,.07); border: 1px dashed rgba(255,255,255,.22); border-radius: 20px; color: rgba(255,255,255,.5); display: flex; font-size: 12px; height: 220px; justify-content: center; margin: 20px 0 26px; text-align: center; }
.steps h3 { font-size: 23px; margin-bottom: 10px; }
.steps p { color: rgba(255,255,255,.58); font-size: 14px; }

.context { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding-block: 150px; }
.context-copy > p:not(.section-kicker) { color: var(--muted); font-size: 18px; }
.context ul { list-style: none; margin: 32px 0 0; padding: 0; }
.context li { border-top: 1px solid var(--line); padding: 16px 0; }
.context li span { color: var(--rose); margin-right: 10px; }
.context-visual { align-items: center; background: radial-gradient(circle at center, #ffddc4, #f5a0a6 48%, #d880a3); border-radius: 50%; display: flex; height: 510px; justify-content: center; position: relative; }
.context-center { color: white; font-family: "Manrope", sans-serif; font-size: 55px; font-weight: 800; line-height: .95; text-align: center; }
.context-center em { color: white; }
.floating-card { background: rgba(255,255,255,.92); border-radius: 16px; box-shadow: 0 18px 45px rgba(76,37,45,.14); padding: 14px 18px; position: absolute; }
.floating-card small { color: var(--muted); display: block; font-size: 9px; text-transform: uppercase; }.floating-card strong { font-size: 13px; }
.card-one { left: -18px; top: 90px; transform: rotate(-5deg); }.card-two { right: -22px; top: 180px; transform: rotate(4deg); }.card-three { bottom: 70px; left: 22px; transform: rotate(3deg); }

.privacy { background: #f4eae4; border-radius: 44px; padding: 100px 70px; text-align: center; }
.privacy-mark { color: var(--rose); font-size: 36px; margin-bottom: 22px; }
.privacy-grid { display: grid; gap: 38px; grid-template-columns: repeat(3, 1fr); margin-top: 60px; text-align: left; }
.privacy-grid article { border-top: 1px solid rgba(36,28,26,.18); padding-top: 22px; }
.privacy-grid span { color: var(--rose); font-size: 11px; }.privacy-grid h3 { font-size: 22px; margin: 20px 0 10px; }.privacy-grid p { color: var(--muted); font-size: 14px; }

.download { align-items: center; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding-block: 150px; }
.download > div > p:not(.section-kicker) { color: var(--muted); font-size: 17px; max-width: 540px; }
.store-buttons { display: flex; gap: 12px; margin-top: 32px; }
.store-buttons a { background: var(--ink); border-radius: 13px; color: white; display: flex; flex-direction: column; min-width: 168px; padding: 9px 18px; }
.store-buttons small { font-size: 9px; }.store-buttons strong { font-size: 17px; line-height: 1.2; }
.download-art { display: flex; justify-content: center; min-height: 500px; position: relative; }
.screenshot-placeholder { align-items: center; background: linear-gradient(150deg,#f4c3b0,#e77b96); border: 8px solid #2d2523; border-radius: 40px; box-shadow: var(--shadow); color: white; display: flex; flex-direction: column; font-weight: 700; height: 470px; justify-content: center; text-align: center; transform: rotate(-7deg); width: 240px; }
.second-shot { background: linear-gradient(150deg,#c39cd4,#ef8e9d); margin-left: -38px; margin-top: 40px; transform: rotate(7deg); }

.site-footer { align-items: end; border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 1fr auto; padding-block: 50px 34px; }
.footer-brand p { color: var(--muted); font-size: 13px; margin-bottom: 0; }.footer-links { display: flex; font-size: 13px; gap: 26px; }.copyright { color: #a09591; font-size: 11px; grid-column: 1 / -1; margin: 18px 0 0; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 24px; }
  .menu-button { display: block; }
  .nav-links { align-items: stretch; background: rgba(255,250,247,.98); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 4px; left: 0; padding: 18px 24px 26px; position: absolute; right: 0; top: 72px; }
  .nav-links.is-open { display: flex; }.nav-links a { padding: 12px 4px; }.nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; text-align: center; }
  .hero-copy { align-items: center; display: flex; flex-direction: column; }.hero-visual { min-height: 590px; }
  .section-heading, .context, .download { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-template-columns: 1fr; }
  .steps, .privacy-grid { grid-template-columns: 1fr; }
  .how, .privacy { padding: 78px 36px; }.context-visual { margin: auto; max-width: 510px; width: 100%; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  h1 { font-size: 51px; }.hero { gap: 20px; min-height: auto; padding-bottom: 70px; }.hero-text { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 14px; }.hero-visual { min-height: 510px; transform: scale(.86); }
  .orbit-one { height: 510px; width: 510px; }.orbit-two { display: none; }.media-tag { right: -28px; }
  .statement { padding-block: 90px; }.statement h2, .section-heading h2, .context h2, .privacy h2, .download h2 { font-size: 39px; }
  .section-heading { gap: 10px; margin-bottom: 34px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { border-radius: 26px; min-height: auto; padding: 28px; }.feature-card h3 { font-size: 30px; }.feature-large, .feature-wide { grid-column: auto; }.media-placeholder { min-height: 240px; }
  .app-row { flex-wrap: wrap; justify-content: flex-start; }.app-row div { height: 90px; width: 78px; }.app-row div:nth-child(even) { transform: rotate(-3deg); }
  .how { border-radius: 30px; padding: 64px 22px; width: calc(100% - 16px); }.step-placeholder { height: 170px; }
  .context { padding-block: 100px; }.context-visual { height: 340px; }.context-center { font-size: 40px; }.floating-card { padding: 10px 12px; }.card-one { left: -5px; top: 40px; }.card-two { right: -5px; top: 130px; }.card-three { bottom: 30px; left: 5px; }
  .privacy { border-radius: 28px; padding: 68px 24px; }.privacy h2 br { display: none; }
  .download { padding-block: 100px; }.download-art { min-height: 390px; transform: scale(.78); transform-origin: top center; }.store-buttons { flex-direction: column; }.store-buttons a { width: 190px; }
  .site-footer { align-items: start; grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.copyright { grid-column: auto; }
}

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