/* ============================================================
   Adoro — website styles
   Brand: candle-gold on deep navy (matches the app icon & splash).
   Gold #C9A24B · Navy gradient #13233C→#0A1424 · Muted #9EAABC
   ============================================================ */

:root {
  --navy-top: #13233C;
  --navy-bottom: #0A1424;
  --navy-solid: #0D1A2E;
  --navy-raise: #16273f;

  --gold: #C9A24B;
  --gold-bright: #E0BD72;
  --gold-deep: #A06A24;

  --cream: #F5F1E8;
  --muted: #9EAABC;
  --muted-dim: #6E788B;

  --card: rgba(255, 255, 255, 0.035);
  --card-border: rgba(201, 162, 75, 0.16);
  --hairline: rgba(255, 255, 255, 0.08);

  --maxw: 1080px;
  --gutter: 24px;

  --sans: "Futura", "Century Gothic", "Avenir Next", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--cream);
  background: var(--navy-bottom);
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* A single, page-wide navy gradient with a warm candle-glow at the top. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1100px 620px at 50% -8%, rgba(201, 162, 75, 0.14), transparent 60%),
    linear-gradient(180deg, var(--navy-top) 0%, var(--navy-bottom) 62%, #070f1c 100%);
}

/* subtle grain-free vignette to settle the edges */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(120% 120% at 50% 40%, transparent 55%, rgba(0, 0, 0, 0.35) 100%);
}

img { max-width: 100%; display: block; }

a { color: var(--gold-bright); text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--cream); }

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

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.82), rgba(10, 20, 36, 0.35));
  border-bottom: 1px solid var(--hairline);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 500;
}
.brand .mark { width: 26px; height: 26px; }
.brand .name {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 15px;
  color: var(--cream);
  padding-left: 2px;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.01em;
}
.nav a:hover { color: var(--cream); }
@media (max-width: 620px) {
  .nav { gap: 18px; }
  .nav a.hide-sm { display: none; }
}

/* ---------- hero ---------- */
.hero {
  text-align: center;
  padding: 76px var(--gutter) 40px;
  position: relative;
}
.hero .halo {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
}
/* candle glow behind the sun mark */
.hero .halo::before {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 189, 114, 0.42) 0%, rgba(201, 162, 75, 0.16) 42%, transparent 70%);
  filter: blur(4px);
  animation: flicker 5.2s ease-in-out infinite;
}
.hero .halo .mark { width: 100px; height: 100px; position: relative; }
@keyframes flicker {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  25% { opacity: 1; transform: scale(1.035); }
  50% { opacity: 0.82; transform: scale(0.99); }
  72% { opacity: 0.97; transform: scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  .hero .halo::before { animation: none; }
}

.wordmark {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 500;
  color: var(--gold);
  font-size: clamp(34px, 8vw, 58px);
  margin: 0 0 0 0.24em; /* optical centering for tracking */
  line-height: 1;
}
.hero .tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 3.4vw, 23px);
  color: var(--cream);
  margin: 20px auto 0;
  letter-spacing: 0;
}
.hero .lede {
  color: var(--muted);
  font-size: clamp(15px, 2.4vw, 17px);
  max-width: 520px;
  margin: 16px auto 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

/* App Store badge-style button */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1b2f4d, #142542);
  border: 1px solid var(--card-border);
  color: var(--cream);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.badge:hover { color: var(--cream); border-color: rgba(201, 162, 75, 0.4); }
.badge .apple { width: 24px; height: 24px; fill: var(--cream); }
.badge .b-small { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; }
.badge .b-big { font-size: 17px; font-weight: 500; line-height: 1.15; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }

/* ---------- section scaffolding ---------- */
section { padding: 56px 0; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 14px;
}
h2.section-title {
  font-size: clamp(24px, 4.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--cream);
}
.section-intro {
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 36px;
  font-size: 16px;
}
.center { text-align: center; }
.center .section-intro { margin-left: auto; margin-right: auto; }

/* ---------- feature cards ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 860px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 26px 24px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 75, 0.34);
  background: rgba(255, 255, 255, 0.05);
}
.card .ic {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(201, 162, 75, 0.12);
  margin-bottom: 16px;
}
.card .ic svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 500; color: var(--cream); letter-spacing: -0.01em; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.62; }

/* compact list-style feature row */
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 30px;
  margin-top: 8px;
}
@media (max-width: 760px) { .mini-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .mini-grid { grid-template-columns: 1fr; } }
.mini {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--hairline);
}
.mini svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; margin-top: 2px; }
.mini b { display: block; font-weight: 500; color: var(--cream); font-size: 15px; }
.mini span { color: var(--muted); font-size: 13.5px; }

/* ---------- privacy band ---------- */
.band {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 44px 40px;
  text-align: center;
}
.band h2 { font-size: clamp(22px, 4vw, 30px); font-weight: 500; margin: 0 0 12px; }
.band p { color: var(--muted); max-width: 560px; margin: 0 auto 22px; }
.priv-list {
  list-style: none; padding: 0; margin: 22px auto 0;
  max-width: 620px; display: grid; gap: 10px; text-align: left;
}
.priv-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--cream); font-size: 15px; }
.priv-list svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; flex: none; margin-top: 2px; }

/* ---------- verse / quiet strip ---------- */
.verse {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 3.6vw, 26px);
  color: var(--cream);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
}
.verse cite { display: block; font-style: normal; font-family: var(--sans); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-top: 18px; }

/* ---------- footer ---------- */
.site-footer {
  border-top: 1px solid var(--hairline);
  padding: 40px 0 56px;
  margin-top: 24px;
}
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.foot-brand { display: flex; align-items: center; gap: 10px; }
.foot-brand .mark { width: 22px; height: 22px; }
.foot-brand .name { text-transform: uppercase; letter-spacing: 0.2em; font-size: 13px; color: var(--muted); }
.foot-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-nav a { color: var(--muted); font-size: 14px; }
.foot-nav a:hover { color: var(--cream); }
.foot-note { width: 100%; color: var(--muted-dim); font-size: 12.5px; margin-top: 8px; }

/* ---------- article (privacy / terms / support) ---------- */
.article { padding: 56px 0 24px; }
.article .wrap { max-width: 760px; }
.article h1 {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.article .updated { color: var(--muted-dim); font-size: 13px; margin: 0 0 12px; letter-spacing: 0.02em; }
.article .summary {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-left: 3px solid var(--gold);
  border-radius: 12px;
  padding: 16px 20px;
  color: var(--cream);
  margin: 22px 0 8px;
}
.article h2 {
  font-size: 20px; font-weight: 600; color: var(--gold);
  margin: 40px 0 10px; letter-spacing: 0.01em;
}
.article h3 { font-size: 16px; font-weight: 600; color: var(--cream); margin: 26px 0 8px; }
.article p, .article li { color: #d7dce4; font-size: 16px; line-height: 1.72; }
.article ul { padding-left: 22px; margin: 10px 0; }
.article li { margin: 6px 0; }
.article strong { color: var(--cream); font-weight: 600; }
.article a { text-decoration: underline; text-underline-offset: 3px; }

/* FAQ */
.faq { border-top: 1px solid var(--hairline); padding: 22px 0; }
.faq h3 { margin: 0 0 8px; font-size: 17px; color: var(--cream); font-weight: 500; }
.faq p { margin: 0; color: var(--muted); }

/* support contact card */
.contact-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  margin: 8px 0 40px;
}
.contact-card .email {
  display: inline-block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  color: var(--gold-bright);
}

.back-home { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; margin-top: 8px; }
.back-home:hover { color: var(--cream); }
