:root {
  /* Dawn palette — mirrors FLColor in FirstLight/Core/DesignSystem/Theme.swift */
  --cream: #fdf6ec;
  --peach: #fbe8d8;
  --lavender: #e8dcf2;
  --terracotta: #c96f4a;
  --terracotta-deep: #894529;
  --ink: #5c4033;
  --ink-soft: #6f5b4f;
  --card: rgba(255, 255, 255, 0.75);
  --radius: 18px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream) 0%, var(--peach) 55%, var(--lavender) 100%);
  background-attachment: fixed;
  line-height: 1.6;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, "Times New Roman", serif; line-height: 1.15; }
a { color: var(--terracotta-deep); }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }

header.site {
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
}
header.site .brand { display: flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; color: var(--ink); }
header.site .brand img { width: 36px; height: 36px; border-radius: 9px; }
header.site nav a { text-decoration: none; font-weight: 600; }

.hero { padding: 56px 0 40px; text-align: center; }
.hero h1 { font-size: clamp(2rem, 6vw, 3.4rem); color: var(--terracotta-deep); font-weight: 600; }
.hero .tagline { font-size: 1.25rem; color: var(--ink-soft); margin: 14px auto 6px; max-width: 34em; }
.hero .sub { color: var(--ink-soft); max-width: 40em; margin: 0 auto; }

.badges { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.badge-store {
  display: inline-block; padding: 12px 22px; border-radius: 999px;
  background: var(--terracotta); color: #fff; font-weight: 600; letter-spacing: .02em;
  text-decoration: none;
}
.badge-store:hover { background: var(--terracotta-deep); }

.chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 22px; }
.chip {
  font-size: .8rem; padding: 6px 14px; border-radius: 999px;
  background: var(--lavender); color: var(--terracotta-deep); font-weight: 600;
}

section.features { padding: 40px 0 20px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card {
  background: var(--card); border-radius: var(--radius); padding: 26px;
  box-shadow: 0 2px 14px rgba(137, 69, 41, .10);
  backdrop-filter: blur(6px);
}
.card h3 { color: var(--terracotta-deep); margin-bottom: 8px; font-size: 1.1rem; }
.card p { color: var(--ink-soft); font-size: .95rem; }
.card .glyph { font-size: 1.6rem; margin-bottom: 10px; display: block; }

section.honest-strip {
  margin: 48px 0; padding: 34px; border-radius: var(--radius);
  background: var(--lavender); text-align: center;
}
section.honest-strip h2 { color: var(--terracotta-deep); margin-bottom: 10px; }
section.honest-strip p { color: var(--ink-soft); max-width: 44em; margin: 0 auto; }

.disclaimer { font-size: .85rem; color: var(--ink-soft); text-align: center; padding: 12px 0 0; }

footer.site {
  margin-top: 56px; padding: 28px 0 44px; border-top: 1px solid rgba(137, 69, 41, .16);
  color: var(--ink-soft); font-size: .9rem;
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: space-between;
}
footer.site nav { display: flex; gap: 16px; }
footer.site nav a { text-decoration: none; }

/* Legal pages */
article.legal { padding: 40px 0 20px; max-width: 760px; margin: 0 auto; }
article.legal h1 { color: var(--terracotta-deep); margin-bottom: 6px; font-weight: 600; }
article.legal .updated { color: var(--ink-soft); font-size: .9rem; margin-bottom: 28px; }
article.legal h2 { color: var(--terracotta-deep); margin: 30px 0 8px; font-size: 1.25rem; }
article.legal ul { padding-left: 22px; margin: 8px 0; }
article.legal li { margin: 4px 0; }

/* ---- /horoscope/ content site ---- */
.page { max-width: 44rem; margin: 0 auto; padding: 2rem 1.25rem 4rem; }
.crumb { font-size: .875rem; opacity: .7; margin-bottom: .5rem; }
.lede { font-size: 1.125rem; opacity: .85; }
.reading .main { font-size: 1.2rem; line-height: 1.7; }
.reading h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .08em;
  opacity: .65; margin-top: 1.75rem; }
.lucky { display: flex; gap: 2rem; flex-wrap: wrap; margin: 2rem 0;
  padding: 1rem 1.25rem; border-radius: .75rem; background: rgba(201,111,74,.08); }
.about dl { display: grid; grid-template-columns: max-content 1fr; gap: .35rem 1.25rem; }
.about dt { font-weight: 600; opacity: .7; }
.cards { list-style: none; padding: 0; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); gap: 1rem; }
.card a { display: flex; flex-direction: column; gap: .3rem; padding: 1rem;
  border-radius: .75rem; border: 1px solid rgba(0,0,0,.1); text-decoration: none; }
.card-sign { font-weight: 700; font-size: 1.1rem; }
.card-dates { font-size: .8rem; opacity: .6; }
.card-hook { font-size: .95rem; opacity: .85; }
/* The base .card (forked from the app page) is a framed feature tile; the hub's
   sign links are plain tiles. Neutralise the outer box so only .card a draws. */
.cards .card { background: none; padding: 0; box-shadow: none; backdrop-filter: none; border-radius: 0; }
.signs-nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .75rem; }
/* Ad slots are markup-only until AdSense is deliberately enabled. Reserved height
   is ZERO until then — there is no ad to prevent layout shift for. When the AdSense
   script is added, restore: 90px, and 250px at (min-width: 48rem). */
.ad-slot { min-height: 0; margin: 0; }
