/* rekindlme.com — marketing site.
   Built from Rekindl Design System v1.0 (mirrors src/styles/designTokens.ts +
   design/mockups). Fonts: Satoshi (Fontshare) + Instrument Serif (Google).
   Calm, minimal, generous whitespace. Terracotta is an accent — used sparingly. */

:root {
  --cream: #FAF8F5;
  --charcoal: #23262D;
  --terracotta: #E1735A;
  --stone: #8A8D93;
  --white: #FFFFFF;
  --sage: #A8B39A;
  --border: #ECE7E1;
  --r-card: 24px;
  --r-btn: 18px;
  --r-sm: 12px;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  --shadow-lift: 0 12px 32px rgba(0, 0, 0, 0.08);
  --maxw: 1040px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
img, svg { max-width: 100%; }

body {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  background-image: radial-gradient(120% 60% at 50% -10%, #FFFDFB 0%, var(--cream) 55%);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

a { color: var(--terracotta); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* wordmark: dotless ı + terracotta dot */
.logo {
  font-weight: 700; color: var(--charcoal); letter-spacing: -.02em;
  line-height: 1; display: inline-block;
}
.logo .di { position: relative; }
.logo .di::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  top: 0.2em; width: 0.17em; height: 0.17em; border-radius: 50%;
  background: var(--terracotta);
}

.editorial { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-weight: 400; }
.tc { color: var(--terracotta); }

/* header / nav */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 0; max-width: var(--maxw); margin: 0 auto;
  padding-left: 24px; padding-right: 24px;
}
.nav .logo { font-size: 26px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--stone); font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: var(--charcoal); text-decoration: none; }

/* hero */
.hero { text-align: center; padding: 64px 0 24px; }
.hero .logo { font-size: 56px; margin-bottom: 18px; }
.strapline {
  font-family: "Instrument Serif", Georgia, serif; font-style: italic;
  font-size: clamp(40px, 8vw, 68px); line-height: 1.05; letter-spacing: -.01em;
  margin: 0 auto; max-width: 12ch;
}
.hero .sub {
  color: var(--stone); font-size: clamp(17px, 2.4vw, 20px);
  max-width: 30ch; margin: 22px auto 0; line-height: 1.5;
}

.badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--charcoal); color: #fff; padding: 13px 20px;
  border-radius: var(--r-btn); font-weight: 700; font-size: 15px;
  box-shadow: var(--shadow); opacity: .92;
}
.store-badge small { display: block; font-size: 11px; font-weight: 500; opacity: .7; letter-spacing: .02em; }
.store-badge .lead { font-size: 15px; line-height: 1.15; }
.store-badge svg { width: 22px; height: 22px; }
.store-badge.soon { background: var(--white); color: var(--charcoal); border: 1px solid var(--border); box-shadow: none; opacity: 1; }
.soon-pill {
  display: inline-block; margin-top: 30px; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--terracotta);
  border: 1px solid var(--terracotta); padding: 7px 16px; border-radius: 999px;
}

/* section scaffolding */
section { padding: 72px 0; }
.section-title {
  font-size: clamp(28px, 4vw, 36px); font-weight: 700; letter-spacing: -.02em;
  text-align: center; margin-bottom: 12px;
}
.section-lede { color: var(--stone); text-align: center; max-width: 46ch; margin: 0 auto 44px; font-size: 17px; }

/* you / me / us cards */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trio-card {
  background: var(--white); border-radius: var(--r-card); box-shadow: var(--shadow);
  padding: 32px 28px; text-align: left;
}
.trio-card .ic {
  width: 48px; height: 48px; border-radius: 14px; display: inline-flex;
  align-items: center; justify-content: center; margin-bottom: 20px;
  background: rgba(225, 115, 90, .10);
}
.trio-card .ic svg { width: 24px; height: 24px; color: var(--terracotta); stroke: var(--terracotta); }
.trio-card h3 { font-size: 22px; letter-spacing: -.01em; margin-bottom: 8px; }
.trio-card p { color: var(--stone); font-size: 15.5px; line-height: 1.55; }

/* the trio section sits directly above the quote band — trim its lower gap
   so the band reads as a connected, deliberate moment rather than floating. */
#how { padding-bottom: 40px; }

/* trust / not-a-therapist band */
.band {
  background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 64px 0;
}
.band .inner { max-width: 720px; margin: 0 auto; text-align: center; padding: 0; }
.band .editorial { font-size: clamp(24px, 3.6vw, 32px); line-height: 1.3; }
.band p { color: var(--stone); margin-top: 18px; font-size: 16.5px; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 4px 22px; margin-bottom: 12px; box-shadow: var(--shadow);
}
.faq summary {
  list-style: none; cursor: pointer; font-weight: 700; font-size: 17px;
  padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; color: var(--terracotta); font-size: 24px; font-weight: 500;
  line-height: 1; transition: transform .2s;
}
.faq details[open] summary::after { content: "\2013"; }
.faq .answer { color: var(--stone); font-size: 16px; line-height: 1.6; padding: 0 0 20px; }
.faq .answer a { font-weight: 600; }

/* long-form (privacy / support) */
.prose { max-width: 720px; margin: 0 auto; padding: 56px 0 24px; }
.prose .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); }
.prose h1 { font-size: clamp(34px, 6vw, 46px); letter-spacing: -.02em; margin: 12px 0 6px; }
.prose .updated { color: var(--stone); font-size: 14px; margin-bottom: 36px; }
.prose h2 { font-size: 22px; letter-spacing: -.01em; margin: 40px 0 12px; }
.prose p { margin-bottom: 16px; color: #3c4048; }
.prose ul { margin: 0 0 18px 22px; }
.prose li { margin-bottom: 10px; color: #3c4048; }
.prose strong { color: var(--charcoal); }
.prose .lead { font-size: 19px; color: var(--charcoal); }

/* contact cards (support) */
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 8px 0 40px; }
.contact-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-card);
  padding: 26px; box-shadow: var(--shadow);
}
.contact-card .caption { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--stone); }
.contact-card .email { display: block; font-size: 19px; font-weight: 700; margin-top: 8px; letter-spacing: -.01em; }
.contact-card p { color: var(--stone); font-size: 14.5px; margin-top: 8px; margin-bottom: 0; }

/* footer */
footer { border-top: 1px solid var(--border); padding: 44px 0 56px; margin-top: 24px; }
.foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot .logo { font-size: 22px; }
.foot-links { display: flex; gap: 24px; }
.foot-links a { color: var(--stone); font-weight: 500; font-size: 15px; }
.foot-links a:hover { color: var(--charcoal); text-decoration: none; }
.foot .copy { color: var(--stone); font-size: 14px; width: 100%; margin-top: 8px; }

/* responsive */
@media (max-width: 760px) {
  .trio { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .nav-links { gap: 18px; }
  .nav-links a.hide-sm { display: none; }
  section { padding: 56px 0; }
}
