/* Soon — site styles. Matches the app: deep warm-black, coral accent, editorial serif. */

:root {
  --bg: #100F0D;
  --surface: #1C1A17;
  --surface-2: #28241F;
  --text: #F6F3EE;
  --muted: rgba(246, 243, 238, 0.64);
  --faint: rgba(246, 243, 238, 0.40);
  --hairline: rgba(246, 243, 238, 0.10);
  --coral: #FF8A6E;
  --coral-2: #FF5E8A;
  --ink: #16130F;
  --serif: ui-serif, "New York", "Iowan Old Style", Palatino, Georgia, serif;
  --rounded: ui-rounded, -apple-system, "SF Pro Rounded", system-ui, "Segoe UI", sans-serif;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--rounded);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* glow backdrop */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 50% -5%, rgba(255, 138, 110, 0.18), transparent 70%),
    radial-gradient(40% 40% at 90% 10%, rgba(255, 94, 138, 0.10), transparent 70%);
  pointer-events: none;
}

/* nav */
nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px);
  background: rgba(16, 15, 13, 0.7); border-bottom: 1px solid var(--hairline); }
nav .inner { display: flex; align-items: center; justify-content: space-between;
  max-width: var(--maxw); margin: 0 auto; padding: 13px 22px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif);
  font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
.logo img { width: 28px; height: 28px; border-radius: 8px; }
nav .links { display: flex; gap: 22px; font-size: 15px; }
nav .links a { color: var(--muted); transition: color .2s; }
nav .links a:hover { color: var(--text); }

/* hero */
.hero { padding: 70px 0 40px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px;
  font-weight: 600; color: var(--coral); background: rgba(255, 138, 110, 0.12);
  border: 1px solid rgba(255, 138, 110, 0.25); padding: 6px 14px; border-radius: 999px; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral);
  box-shadow: 0 0 10px var(--coral); }
h1 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em;
  font-size: clamp(40px, 8vw, 76px); line-height: 1.04; margin: 22px 0 0; }
h1 em { font-style: italic;
  background: linear-gradient(120deg, var(--coral), var(--coral-2));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--muted); font-size: clamp(17px, 2.4vw, 21px); max-width: 620px;
  margin: 22px auto 0; }

.cta-row { display: flex; gap: 14px; justify-content: center; align-items: center;
  margin-top: 30px; flex-wrap: wrap; }
.appstore-badge { display: inline-flex; align-items: center; gap: 11px;
  background: var(--text); color: var(--ink); padding: 12px 20px; border-radius: 14px;
  font-weight: 700; box-shadow: 0 12px 40px rgba(255, 138, 110, 0.18); }
.appstore-badge .apple-logo { width: 22px; height: 22px; }
.badge-text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.badge-small { font-size: 11px; font-weight: 600; opacity: .7; }
.badge-big { font-size: 18px; font-weight: 700; }
.ghost-link { color: var(--muted); font-weight: 600; font-size: 15px; }
.ghost-link:hover { color: var(--text); }

/* phone showcase */
.shots { display: flex; gap: 26px; justify-content: center; align-items: flex-end;
  margin: 56px auto 0; flex-wrap: wrap; }
.phone { width: 248px; border-radius: 38px; padding: 9px; background: #050505;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 90px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.03); }
.phone img { border-radius: 30px; }
.phone.tall { transform: translateY(-22px); }

/* sections */
section.band { padding: 80px 0; border-top: 1px solid var(--hairline); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section-head h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em;
  font-size: clamp(28px, 5vw, 44px); margin: 0; }
.section-head p { color: var(--muted); font-size: 17px; margin: 14px 0 0; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--hairline); border-radius: 22px;
  padding: 24px; }
.card .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  font-size: 20px; background: rgba(255, 138, 110, 0.14); margin-bottom: 16px; }
.card h3 { font-size: 18px; margin: 0 0 6px; font-weight: 700; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }

/* theme swatches */
.swatches { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 760px; margin: 0 auto; }
.swatch { aspect-ratio: 1; border-radius: 18px; box-shadow: 0 14px 36px rgba(0,0,0,0.4); }
.g-coral  { background: linear-gradient(135deg, #FF8A66, #EE5236); }
.g-lilac  { background: linear-gradient(135deg, #B98CFF, #6E63F0); }
.g-mint   { background: linear-gradient(135deg, #2EC6A0, #73C24E); }
.g-rose   { background: linear-gradient(135deg, #FB7AA0, #E23F74); }
.g-sky    { background: linear-gradient(135deg, #3FB6F5, #6E6BF5); }
.g-sunset { background: linear-gradient(135deg, #FF9E2C, #FF3F5E); }

/* privacy strip */
.privacy-strip { text-align: center; max-width: 620px; margin: 0 auto; }
.privacy-strip .ic { font-size: 34px; }
.privacy-strip h2 { font-family: var(--serif); font-size: clamp(26px, 4vw, 38px); margin: 12px 0; font-weight: 600; }
.privacy-strip p { color: var(--muted); font-size: 17px; }

/* footer */
footer { border-top: 1px solid var(--hairline); padding: 40px 0; margin-top: 40px; }
footer .inner { display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
footer .links { display: flex; gap: 20px; font-size: 14px; }
footer .links a { color: var(--muted); }
footer .links a:hover { color: var(--text); }
footer .copy { color: var(--faint); font-size: 13px; }

/* legal pages */
main.legal { max-width: 760px; margin: 0 auto; padding: 60px 22px 90px; }
main.legal h1 { font-size: clamp(32px, 6vw, 48px); margin: 0 0 6px; }
main.legal .updated { color: var(--faint); font-size: 14px; margin-bottom: 36px; }
main.legal h2 { font-family: var(--serif); font-weight: 600; font-size: 24px;
  margin: 38px 0 10px; letter-spacing: -0.01em; }
main.legal p, main.legal li { color: var(--muted); font-size: 16px; }
main.legal a { color: var(--coral); }
main.legal ul { padding-left: 20px; }
main.legal li { margin: 6px 0; }
.lead-note { background: var(--surface); border: 1px solid var(--hairline);
  border-radius: 16px; padding: 18px 20px; color: var(--text) !important; }

@media (max-width: 760px) {
  .grid { grid-template-columns: 1fr; }
  .swatches { grid-template-columns: repeat(3, 1fr); }
  nav .links { gap: 16px; font-size: 14px; }
  nav .links a:nth-child(1) { display: none; }
  .phone.tall { transform: none; }
}
