:root {
  --ivory: #f8f1e7;
  --cream: #fffaf1;
  --sand: #ead9bd;
  --gold: #b8893c;
  --bronze: #8b6230;
  --brown: #3f3024;
  --muted: #7f6f61;
  --line: rgba(139, 98, 48, .24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ivory);
  color: var(--brown);
}
a { color: inherit; }
.hero {
  min-height: 100vh;
  padding: 28px clamp(20px, 5vw, 72px) 72px;
  background:
    radial-gradient(circle at 72% 30%, rgba(219, 179, 102, .24), transparent 32%),
    linear-gradient(135deg, #fff9ee 0%, #f6ead8 100%);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 80px;
}
.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-link {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bronze);
}
.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--bronze);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
}
h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .98;
  margin: 0;
}
h1 { font-size: clamp(54px, 8vw, 104px); max-width: 850px; }
h2 { font-size: clamp(42px, 5vw, 70px); max-width: 820px; }
h3 { margin: 0 0 12px; font-size: 18px; letter-spacing: .02em; }
.lead {
  margin: 28px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); }
.primary { background: var(--brown); color: var(--cream); box-shadow: 0 16px 32px rgba(63,48,36,.16); }
.secondary { border: 1px solid var(--line); color: var(--bronze); background: rgba(255,255,255,.26); }
.full { width: 100%; }
.symbol-card {
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 44px 34px;
  background: rgba(255, 250, 241, .58);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(93, 65, 34, .12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.symbol-card p { max-width: 310px; color: var(--muted); line-height: 1.65; }
.hexagram {
  width: 220px;
  height: 300px;
  border-radius: 999px;
  border: 1px solid rgba(184, 137, 60, .34);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 26px;
  position: relative;
}
.hexagram:before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(184,137,60,.16), transparent 68%);
}
.line, .sky-row { position: relative; z-index: 1; width: 118px; height: 8px; display: flex; align-items: center; justify-content: center; }
.line.solid { background: linear-gradient(90deg, var(--bronze), var(--gold)); border-radius: 99px; }
.line.broken { gap: 18px; }
.line.broken i { width: 48px; height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--bronze), var(--gold)); }
.flame {
  width: 19px; height: 26px; display: inline-block; border-radius: 60% 60% 60% 60%;
  background: linear-gradient(180deg, #dba952, #9a642c);
  transform: rotate(45deg);
  margin: 0 -4px;
}
.sky-row { gap: 13px; }
.sky-row b { width: 18px; height: 18px; border-radius: 50%; background: var(--gold); opacity: .9; }
.sky-row.wide b:first-child { width: 52px; border-radius: 99px; opacity: .7; }
.sky-row.wide b:last-child { width: 30px; height: 30px; background: transparent; border: 2px solid var(--gold); }
.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px clamp(20px, 5vw, 72px);
}
.three-col { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.three-col article, .form-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  background: rgba(255,250,241,.72);
}
.three-col p, .wide-text, .reading-copy p, .form-card p { color: var(--muted); line-height: 1.72; }
.soft {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
  gap: 40px;
  background: #efe0c7;
  padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 72px));
  padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 72px));
}
.reading-copy { max-width: 720px; }
.note, .tiny { font-size: 13px; }
footer {
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 820px) {
  .nav { margin-bottom: 52px; }
  .hero-grid, .soft, .three-col { grid-template-columns: 1fr; }
  .symbol-card { min-height: 380px; }
  footer { flex-direction: column; }
}
