:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body { font-family: Georgia, serif; max-width: 900px; margin: 0 auto; padding: 0 1.5rem; line-height: 1.5; }
img { max-width: 100%; height: auto; }
.site-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.5rem 1rem; padding: 1rem 0; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.site-header nav a { margin-left: 0; }
.brand { font-weight: 600; font-size: 1.2rem; text-decoration: none; }
.site-footer { display: flex; flex-wrap: wrap; gap: 1rem; padding: 2rem 0; opacity: 0.7; font-size: 0.9rem; }
.card-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 1rem; padding: 0; }
.card-grid img { width: 100%; border-radius: 6px; }
.card-grid a { text-decoration: none; color: inherit; text-align: center; display: block; }
.spread { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.spread-card { flex: 1 1 200px; max-width: 240px; }
.spread-card img { width: 100%; border-radius: 6px; }
.spread-card img.reversed { transform: rotate(180deg); }
.daily-draw img { display: block; width: 100%; max-width: 280px; margin: 0 auto; border-radius: 8px; }
.chip { border-radius: 999px; padding: 0.3rem 0.8rem; border: 1px solid currentColor; background: none; margin: 0 0.2rem; cursor: pointer; }
.cta { display: inline-block; margin-top: 1rem; padding: 0.6rem 1.4rem; border-radius: 6px; background: #14181D; color: #fff; text-decoration: none; }
.deep-meaning { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(128,128,128,0.3); }
.deep-meaning-section { margin-bottom: 1.5rem; }
.deep-meaning-section h3 { margin-bottom: 0.3rem; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.75; }
.personal-year-result .summary { opacity: 0.75; margin-top: -0.5rem; }
.wheel { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.wheel-house { border: 1px solid rgba(128,128,128,0.25); border-radius: 8px; padding: 1rem; }
.wheel-house img { width: 100px; display: block; margin-bottom: 0.5rem; border-radius: 6px; }
.wheel-house img.reversed { transform: rotate(180deg); }
.wheel-house h2 { font-size: 0.95rem; opacity: 0.7; margin-bottom: 0.2rem; }
.wheel-house h3 { font-size: 1rem; margin: 0.3rem 0; }
.numerology-text { font-style: italic; opacity: 0.85; }
.hero { text-align: center; padding: 2.5rem 0 2rem; }
.more-ways { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(128,128,128,0.25); }
.more-ways h2 { font-size: 1.1rem; opacity: 0.7; margin-bottom: 1rem; }
.more-ways-list { list-style: none; padding: 0; display: grid; gap: 1.25rem; }
.more-ways-list li { border-left: 2px solid rgba(128,128,128,0.25); padding-left: 1rem; }
.more-ways-list a { font-weight: 600; text-decoration: none; }
.more-ways-list p { margin: 0.3rem 0 0; opacity: 0.8; font-size: 0.95rem; }
form { display: flex; flex-direction: column; gap: 1rem; max-width: 420px; }
form label { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.95rem; }
form input, form textarea, form button { font-family: inherit; font-size: 1rem; padding: 0.6rem 0.7rem; border-radius: 6px; border: 1px solid rgba(128,128,128,0.4); background: transparent; color: inherit; }
form button { cursor: pointer; align-self: flex-start; background: #14181D; color: #fff; border-color: #14181D; padding: 0.7rem 1.4rem; }
form textarea { min-height: 5rem; resize: vertical; }
