:root {
  --ink: #0e1a12;
  --ink-2: #152319;
  --ink-3: #263d2c;
  --gold: #c49a5b;
  --gold-bright: #d4ad6e;
  --paper: #f5efe2;
  --cream: #f0e6d0;
  --line: #d8c9ad;
  --muted: #665f55;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: #263029;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .7rem clamp(1rem, 5vw, 5rem); background: rgba(14, 26, 18, .97); color: var(--cream); border-bottom: 2px solid var(--gold); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; letter-spacing: .12em; }
.brand small { margin-top: .35rem; font-size: .62rem; color: var(--gold-bright); }
.site-header nav, footer nav { display: flex; gap: 1.4rem; align-items: center; }
.site-header nav a { text-decoration: none; font-size: .92rem; }
.hero { min-height: 620px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding: 5rem clamp(1rem, 7vw, 8rem); background: radial-gradient(circle at 78% 28%, rgba(196, 154, 91, .2), transparent 28%), linear-gradient(135deg, #0e1a12 0%, #152319 58%, #1f3225 100%); color: var(--cream); }
.hero-copy { min-width: 0; max-width: 720px; }
.eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .16em; color: var(--gold-bright); }
.hero h1 { margin: .6rem 0 1.3rem; font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5.4vw, 5.3rem); line-height: 1.02; }
.hero h1 em { color: var(--gold-bright); font-weight: 600; }
.hero-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1.12rem; color: #d4c9b1; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.8rem 0; }
.trust-row span { padding: .5rem .75rem; border: 1px solid rgba(240, 230, 208, .3); border-radius: 999px; font-size: .84rem; }
.primary-button, .buy-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--gold); color: var(--ink); text-decoration: none; font-weight: 800; padding: .9rem 1.2rem; box-shadow: 0 8px 24px rgba(0, 0, 0, .18); }
.primary-button:hover { background: var(--gold-bright); }
.hero-books { min-width: 0; width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: clamp(.65rem, 1.5vw, 1.2rem); }
.cover { position: static; width: 100%; aspect-ratio: 8.5 / 11; object-fit: cover; border: 1px solid rgba(212, 173, 110, .5); border-radius: 4px; box-shadow: 0 24px 45px rgba(0, 0, 0, .38); }
.cover-left, .cover-right { transform: translateY(1.1rem); }
.cover-center { transform: none; }
.catalog, .how, .legal-note { padding: 5.2rem clamp(1rem, 7vw, 8rem); }
.section-heading { max-width: 800px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading h2 { margin: .3rem 0; font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); color: var(--ink); }
.section-heading > p:last-child { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; max-width: 1120px; margin: auto; }
.product-card { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 38px rgba(14, 26, 18, .12); }
.product-card > img { width: 100%; aspect-ratio: 8.5 / 11; object-fit: cover; object-position: top; }
.wine { border-top: 7px solid var(--gold); }
.blue { border-top: 7px solid var(--ink); }
.gold { border-top: 7px solid var(--gold-bright); }
.bundle { border-top: 7px solid var(--gold); box-shadow: 0 18px 50px rgba(14, 26, 18, .18); }
.bundle-covers { display: flex; justify-content: center; gap: .5rem; height: 290px; padding: 1.4rem; background: linear-gradient(135deg, #0e1a12, #263d2c); }
.bundle-covers img { width: 43%; height: 100%; object-fit: cover; object-position: top; box-shadow: 0 9px 22px rgba(0, 0, 0, .35); }
.bundle-covers.triple img { width: 29%; }
.product-card.full-library { grid-column: 1 / -1; width: 100%; max-width: 650px; justify-self: center; }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.badge { align-self: flex-start; padding: .27rem .55rem; border-radius: 999px; background: #efe0bf; color: #5a3c06; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.product-content h3 { margin: .8rem 0 .2rem; font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-size: 1.75rem; color: var(--ink); line-height: 1.15; }
.subtitle { margin: 0; color: var(--muted); min-height: 2.7rem; }
.product-content ul { flex: 1; padding-left: 1.2rem; }
.product-content li { margin: .45rem 0; }
.price { display: flex; align-items: baseline; gap: .5rem; margin: .8rem 0; }
.price strong { font-size: 2.1rem; color: #8a642f; }
.price span { font-size: .78rem; font-weight: 800; color: var(--muted); }
.price del { margin-left: auto; color: var(--muted); }
.buy-button { width: 100%; margin-bottom: .65rem; }
.notify-button { background: var(--ink); color: var(--cream); box-shadow: none; }
.notify-button:hover { background: var(--ink-3); color: #fff; }
.product-content small { text-align: center; color: var(--muted); }
.launch-gate { max-width: 850px; margin: 2rem auto 0; padding: 1rem 1.2rem; border-left: 5px solid var(--gold); background: #fff8e8; color: #463d2f; }
.how { background: #fffdf8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1250px; margin: 0 auto; padding: 0; list-style: none; }
.steps li { display: flex; flex-direction: column; gap: .8rem; padding: 1.35rem; background: #f7f2e8; border: 1px solid var(--line); border-radius: 10px; }
.steps strong { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--ink); color: var(--gold-bright); }
.support-box { max-width: 980px; margin: 2rem auto 0; padding: 1.5rem 2rem; border-radius: 10px; background: var(--ink); color: var(--cream); }
.support-box h3 { margin-top: 0; }
.support-box a { color: var(--gold-bright); }
.legal-note { max-width: 1150px; margin: auto; }
.legal-note h2 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; color: var(--ink); }
.legal-note a { color: #79531e; font-weight: 700; }
footer { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2rem clamp(1rem, 7vw, 8rem); background: var(--ink); color: #d4c9b1; font-size: .85rem; }
footer nav { flex-wrap: wrap; }
footer a { color: var(--gold-bright); }
.legal-page { max-width: 960px; margin: 0 auto; padding: 4rem 1.2rem 6rem; background: var(--white); }
.legal-page h1 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; color: var(--ink); }
.legal-page h2 { margin-top: 2rem; color: #79531e; }
.legal-page a { color: #79531e; font-weight: 700; }
.updated { padding: 1rem; border-left: 5px solid var(--gold); background: #fff7df; color: #624b1e; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 3.5rem; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero-books { max-width: 720px; margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr; max-width: 640px; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; padding-bottom: 3rem; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.2rem); overflow-wrap: anywhere; }
  .eyebrow { overflow-wrap: anywhere; }
  .hero-books { gap: .5rem; }
  .cover-left, .cover-right { transform: translateY(.6rem); }
  .catalog, .how, .legal-note { padding: 3.5rem 1rem; }
  .steps { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .trust-row span { font-size: .76rem; }
}
