:root {
  --paper: #f7f1e7;
  --paper-deep: #eee2d0;
  --ink: #28201c;
  --muted: #76685d;
  --red: #8f3029;
  --red-deep: #69231f;
  --gold: #bd8d52;
  --line: rgba(72, 45, 29, 0.16);
  --white: #fffaf2;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: inline-grid; place-items: center; width: 30px; height: 30px; color: var(--red); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.2rem; }
nav { display: flex; gap: 25px; color: var(--muted); font-size: .9rem; }
nav a:hover, .footer-links a:hover { color: var(--red); }

main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 76px 0 62px; border-top: 1px solid var(--line); }
.hero-copy { max-width: 700px; }
.eyebrow, .card-kicker, .note-label, .advice-label { text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; font-weight: 700; }
.eyebrow, .card-kicker { color: var(--red); margin: 0 0 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 20px; color: var(--red-deep); font-size: clamp(3.2rem, 8vw, 6.7rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.hero-lede { max-width: 570px; color: var(--muted); font-size: 1.13rem; line-height: 1.7; }
.date-pill { display: inline-block; margin-top: 13px; padding: 9px 13px; color: var(--red-deep); background: var(--paper-deep); border-radius: 999px; font-size: .82rem; }
.hero-seal { flex: 0 0 180px; width: 180px; height: 180px; display: grid; place-items: center; align-content: center; color: var(--white); background: var(--red); border-radius: 50%; outline: 1px solid var(--gold); outline-offset: -12px; transform: rotate(4deg); box-shadow: 12px 14px 0 rgba(143, 48, 41, .09); }
.hero-seal span { font-size: 4.5rem; line-height: .9; }
.hero-seal small { margin-top: 8px; color: #f2d8b5; text-align: center; letter-spacing: .1em; text-transform: uppercase; font: 700 .58rem/1.4 Arial, sans-serif; }

.fortune-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .75fr); gap: 20px; }
.fortune-card, .side-card, .faq-section { border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 35px rgba(68, 42, 24, .06); }
.fortune-card { padding: clamp(25px, 4vw, 43px); }
.side-card { padding: clamp(25px, 4vw, 36px); background: var(--red); color: var(--white); }
.side-card .card-kicker, .side-card .muted { color: #e8c9a5; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
h2 { color: var(--red-deep); font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.side-card h2 { color: var(--white); }
.muted { color: var(--muted); line-height: 1.65; }
.mini-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.25rem; }
.ratings { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 31px 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rating-label { color: var(--muted); font-size: .75rem; }
.rating-score { margin-top: 8px; color: var(--red); letter-spacing: .08em; font-size: .84rem; white-space: nowrap; }
.advice-box { padding: 20px 22px; background: #f4e8d8; border-left: 3px solid var(--gold); }
.advice-label, .note-label { color: var(--red); }
.advice-box p { margin: 8px 0 0; color: var(--red-deep); font-size: 1.1rem; line-height: 1.5; }
.two-column-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 27px; }
.two-column-notes p { margin: 9px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.note-label.gentle { color: #94755b; }

.side-card form { margin-top: 25px; }
.side-card label { display: block; margin-bottom: 8px; color: #f2d8b5; font-size: .8rem; }
.side-card input { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 0; border-radius: 2px; }
.side-card button { width: 100%; margin-top: 12px; padding: 14px 16px; color: var(--red-deep); background: #edc68f; border: 0; border-radius: 2px; cursor: pointer; font-weight: 700; }
.side-card button:hover { background: #f6d9ad; }
.side-card button span { float: right; font-size: 1.2rem; }
.personal-result { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.result-line { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.side-card .note-label { color: #f2d8b5; }
.result-line strong { color: #fff0d7; text-align: right; }
.personal-result p { margin: 13px 0; color: #fff0d7; line-height: 1.6; }
.personal-result small { display: block; color: #e8c9a5; line-height: 1.5; }

.content-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 110px 0 90px; }
.section-intro h2, .faq-section h2 { margin-bottom: 17px; }
.section-intro > p:last-child { color: var(--muted); line-height: 1.75; }
.learn-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-self: center; }
.learn-cards article { min-height: 185px; padding: 22px 19px; border-top: 2px solid var(--gold); background: var(--paper-deep); }
.step-number { color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.learn-cards h3 { margin: 32px 0 9px; color: var(--red-deep); font-size: 1.1rem; }
.learn-cards p { margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.faq-section { margin-bottom: 90px; padding: clamp(25px, 4vw, 42px); }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section summary { padding: 18px 0; color: var(--red-deep); cursor: pointer; font-weight: 700; }
.faq-section details p { max-width: 760px; padding: 0 0 19px; margin: 0; color: var(--muted); line-height: 1.6; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 32px max(20px, calc((100% - 1160px) / 2)); color: #ead3b5; background: var(--red-deep); }
.footer-brand { color: var(--white); }
.site-footer p { margin: 13px 0 0; color: #d5b895; font-size: .82rem; }
.footer-links { display: flex; align-items: center; gap: 22px; color: #e8c9a5; font-size: .8rem; }

.legal-page { min-height: 100vh; }
.legal-main { padding: 70px 0 90px; }
.legal-content { max-width: 760px; padding: 42px clamp(24px, 5vw, 58px); border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 35px rgba(68, 42, 24, .06); }
.legal-content h1 { max-width: none; margin-bottom: 16px; font-size: clamp(2.6rem, 7vw, 5rem); }
.legal-content h2 { margin-top: 38px; margin-bottom: 12px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.legal-content ul { padding-left: 22px; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--red); font-size: .9rem; font-weight: 700; }

@media (max-width: 760px) {
  .site-header, main { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 68px; align-items: flex-start; padding-top: 18px; }
  nav { gap: 13px; padding-top: 4px; font-size: .73rem; }
  nav a:nth-child(2) { display: none; }
  .hero { padding: 55px 0 45px; display: block; }
  h1 { font-size: clamp(3.2rem, 18vw, 5.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-seal { width: 115px; height: 115px; margin: 35px auto 0; outline-offset: -8px; }
  .hero-seal span { font-size: 2.7rem; }
  .hero-seal small { font-size: .43rem; }
  .fortune-grid, .content-section { grid-template-columns: 1fr; }
  .content-section { gap: 30px; padding: 75px 0 65px; }
  .ratings { gap: 5px; }
  .rating-label { font-size: .68rem; }
  .rating-score { font-size: .66rem; letter-spacing: 0; }
  .learn-cards { grid-template-columns: 1fr; }
  .learn-cards article { min-height: 0; }
  .site-footer { display: block; padding: 30px 14px; }
  .footer-links { margin-top: 25px; flex-wrap: wrap; gap: 13px 20px; }
  .legal-main { padding: 45px 0 65px; }
}

@media (max-width: 420px) {
  .two-column-notes { grid-template-columns: 1fr; gap: 4px; }
  .card-heading h2 { font-size: 1.55rem; }
}
