:root {
  --paper: #f3ead9;
  --paper-deep: #e8dbc5;
  --ink: #25202a;
  --muted: #69616d;
  --wine: #722c48;
  --wine-dark: #48172b;
  --coral: #d76d59;
  --gold: #ae8145;
  --line: rgba(37, 32, 42, 0.16);
  --white: #fffaf1;
  --radius: 22px;
  --shadow: 0 24px 54px rgba(72, 23, 43, 0.15);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; padding: 10px 14px; background: var(--wine); color: white; border-radius: 7px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(243,234,217,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--wine-dark); font: 700 1.12rem Georgia, serif; letter-spacing: .02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--wine); border-radius: 50%; font-size: 1.25rem; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--wine); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 20px; border: 1px solid var(--wine); border-radius: 999px; color: white; background: var(--wine); text-decoration: none; font-weight: 760; cursor: pointer; box-shadow: 0 10px 28px rgba(114,44,72,.19); transition: transform 170ms ease, background 170ms ease; }
.btn:hover { transform: translateY(-2px); background: var(--wine-dark); }
.btn.secondary { color: var(--wine); background: transparent; box-shadow: none; }
.btn.small { min-height: 40px; padding: 0 16px; font-size: .9rem; }
.hero { position: relative; overflow: hidden; min-height: 78vh; display: grid; align-items: center; padding: 94px 0 78px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 12% 18%, rgba(215,109,89,.15), transparent 25rem), radial-gradient(circle at 88% 60%, rgba(174,129,69,.14), transparent 28rem); }
.hero::after { content: "✦"; position: absolute; right: -2vw; top: -7vw; color: rgba(114,44,72,.05); font-size: 38vw; line-height: 1; pointer-events: none; }
.hero-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; }
.eyebrow { margin-bottom: 15px; color: var(--wine); font-size: .76rem; font-weight: 820; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin: 0 0 24px; font-size: clamp(3.25rem, 7vw, 6.7rem); line-height: .96; color: var(--wine-dark); }
h2 { margin: 0 0 16px; font-size: clamp(2.2rem, 4.6vw, 3.9rem); line-height: 1.08; color: var(--wine-dark); }
h3 { margin: 10px 0 8px; line-height: 1.25; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.16rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.price-inline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.price-inline span { padding: 8px 13px; border: 1px solid rgba(114,44,72,.2); border-radius: 999px; color: var(--wine-dark); background: rgba(255,250,241,.7); }
.book-cover-wrap { position: relative; z-index: 1; width: min(390px, 78vw); margin: 0 auto; text-align: center; transform: rotate(1.2deg); }
.book-cover { width: 100%; height: auto; border: 1px solid rgba(72,23,43,.14); border-radius: 3px 12px 12px 3px; background: #f8f5ee; box-shadow: 18px 22px 50px rgba(72,23,43,.24), -8px 0 20px rgba(72,23,43,.09); }
.book-cover-wrap figcaption { margin-top: 14px; color: var(--muted); font-size: .84rem; }
.book { position: relative; z-index: 1; width: min(360px, 77vw); aspect-ratio: .66; margin: auto; padding: 34px 28px; display: grid; grid-template-rows: auto 1fr auto; text-align: center; color: var(--white); border: 1px solid rgba(255,255,255,.38); border-radius: 4px 16px 16px 4px; background: linear-gradient(145deg, var(--wine-dark), var(--wine) 56%, #a24f53); box-shadow: 18px 20px 48px rgba(72,23,43,.27), inset 12px 0 18px rgba(0,0,0,.16); transform: rotate(2deg); }
.book::before { content: ""; position: absolute; left: 12px; top: 0; bottom: 0; border-left: 1px solid rgba(255,255,255,.22); }
.book-title { font: 500 clamp(2.1rem,5vw,3.4rem)/.98 Georgia, serif; }
.book-sub { font-size: .86rem; letter-spacing: .12em; text-transform: uppercase; opacity: .86; }
.wheel { width: 190px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; font: 4.7rem Georgia, serif; }
.book-author { letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
.section { padding: 86px 0; }
.section.alt { background: var(--paper-deep); border-block: 1px solid var(--line); }
.section.dark { color: var(--white); background: var(--wine-dark); }
.section.dark h2 { color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 40px; }
.grid { display: grid; gap: 20px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,250,241,.56); box-shadow: var(--shadow); }
.card .sign { color: var(--wine); font: 2.15rem Georgia, serif; }
.muted { color: var(--muted); }
.tag { display: inline-flex; padding: 5px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .8rem; }
.page-hero { padding: 90px 0 52px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.prose { max-width: 810px; }
.prose h2 { margin-top: 52px; font-size: clamp(1.9rem,3vw,2.8rem); }
.prose p, .prose li { color: var(--muted); }
.notice { padding: 20px 22px; border: 1px solid rgba(114,44,72,.25); border-radius: 16px; background: rgba(114,44,72,.055); }
.purchase-panel { margin-top: 28px; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0; }
.price-card { display: grid; gap: 3px; padding: 16px; border: 1px solid rgba(114,44,72,.18); border-radius: 13px; background: rgba(255,250,241,.78); }
.price-card span { color: var(--muted); font-size: .88rem; }
.price-card strong { color: var(--wine-dark); font: 500 1.9rem Georgia, serif; }
.price-card small { color: var(--muted); font-size: .78rem; }
.zodiac-controls { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 28px; }
.zodiac-button { min-height: 66px; padding: 8px; border: 1px solid var(--line); border-radius: 15px; color: var(--wine-dark); background: rgba(255,250,241,.55); cursor: pointer; font: 1.75rem Georgia, serif; }
.zodiac-button span { display: block; font: 600 .67rem Inter, sans-serif; letter-spacing: .04em; }
.zodiac-button:hover, .zodiac-button[aria-pressed="true"] { color: white; background: var(--wine); }
.sign-result { min-height: 218px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.sign-result .big-sign { float: right; color: rgba(114,44,72,.18); font: 6rem Georgia, serif; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; }.field.full { grid-column: 1 / -1; }
label { font-size: .92rem; font-weight: 700; }
input, textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); }
textarea { min-height: 140px; resize: vertical; }
.form-status { min-height: 1.5em; color: var(--wine); }
.contact-details { display: grid; gap: 12px; margin: 24px 0; }
.contact-details a { display: grid; gap: 2px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,250,241,.62); text-decoration: none; overflow-wrap: anywhere; }
.contact-details span { color: var(--muted); font-size: .84rem; }
.contact-details strong { color: var(--wine-dark); }
.fineprint { font-size: .84rem; }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: var(--muted); text-decoration-color: rgba(37,32,42,.28); }
.footer-contact { display: grid; gap: 4px; margin-top: 12px; overflow-wrap: anywhere; }
.footer-contact a { color: var(--muted); text-decoration-color: rgba(37,32,42,.28); }
.project-banner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 42px; padding: 36px; border: 1px solid rgba(114,44,72,.22); border-radius: 28px; background: rgba(255,250,241,.58); box-shadow: var(--shadow); }
.project-banner .actions { justify-content: flex-end; }
.footer-meta { display: flex; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
input:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(215,109,89,.4); outline-offset: 3px; }
@media (max-width: 920px) {
  .hero-grid, .split, .project-banner { grid-template-columns: 1fr; }.grid.three { grid-template-columns: 1fr; }
  .nav-toggle { display: grid; place-items: center; }.nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); box-shadow: var(--shadow); }.nav-links.open { display: flex; }.nav-links a { padding: 7px 4px; }.nav-links .btn { width: 100%; }
  .book, .book-cover-wrap { width: min(340px, 78vw); }.zodiac-controls { grid-template-columns: repeat(4, 1fr); }
  .project-banner .actions { justify-content: flex-start; }
}
@media (max-width: 640px) { .wrap { width: min(var(--max), calc(100% - 24px)); }.grid.two, .form-grid, .footer-grid, .price-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.zodiac-controls { grid-template-columns: repeat(3, 1fr); }.section { padding: 66px 0; }h1 { font-size: 3.15rem; }.project-banner { padding: 24px; }.footer-meta { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { transition: none !important; } }
