/*
Theme Name: Luigi Albanese Author Launch
Theme URI: https://luigialbanese.com
Author: Luigi Albanese
Description: A clean author/book launch theme with Coming Soon countdown, one-click launch status, Amazon link, mailing list, contact form, and reader comments.
Version: 1.2.0
Text Domain: luigi-author-launch
*/

:root {
  --bg: #0e0e10;
  --surface: #17171b;
  --surface-2: #202026;
  --text: #f6f3ec;
  --muted: #bdb8ad;
  --gold: #c6a15b;
  --gold-2: #e2c47c;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(14,14,16,.86); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; letter-spacing: .02em; color: var(--text); }
.nav-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .95rem; }
.nav-links a { color: var(--muted); }
.hero { padding: 92px 0 76px; background: radial-gradient(circle at 80% 10%, rgba(198,161,91,.16), transparent 35%), var(--bg); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: 18px; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); margin-bottom: 20px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.subtitle { font-size: clamp(1.15rem,2.3vw,1.5rem); color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); background: var(--gold); color: #16130d; font-weight: 800; border-radius: 999px; padding: 13px 22px; cursor: pointer; text-decoration: none; }
.btn:hover { background: var(--gold-2); text-decoration: none; }
.btn.secondary { background: transparent; color: var(--gold-2); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 999px; background: rgba(198,161,91,.11); border: 1px solid rgba(198,161,91,.35); color: var(--gold-2); font-size: .9rem; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 5px rgba(198,161,91,.12); }
.book-card { background: linear-gradient(145deg,#1c1c21,#111114); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.cover-placeholder { aspect-ratio: 2/3; border-radius: 18px; border: 1px solid rgba(198,161,91,.38); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 34px; background: linear-gradient(160deg,#111,#272019); color: var(--text); }
.cover-placeholder strong { font-family: Georgia,serif; font-size: 2.2rem; }
.cover-placeholder span { color: var(--gold-2); margin-top: 14px; }
.countdown { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 30px; max-width: 620px; }
.timebox { padding: 16px 10px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); text-align: center; }
.timebox b { display: block; font-family: Georgia,serif; font-size: 1.9rem; color: var(--gold-2); }
.timebox span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.section { padding: 82px 0; border-top: 1px solid var(--line); }
.section.alt { background: #121216; }
.section-lead { color: var(--muted); max-width: 780px; font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.card { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.card p { color: var(--muted); margin-bottom: 0; }
.forms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.form-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
label { display: block; font-weight: 700; margin-bottom: 7px; }
input,textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: #0f0f12; color: var(--text); border-radius: 12px; padding: 13px 14px; font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.field { margin-bottom: 16px; }
.notice { margin: 18px 0; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(198,161,91,.35); background: rgba(198,161,91,.09); }
.notice.error { border-color: rgba(255,105,105,.35); background: rgba(255,105,105,.08); }
.comments-area { max-width: 860px; margin: 34px auto 0; }
.comment-list { list-style: none; padding: 0; }
.comment-list li { margin: 16px 0; padding: 20px; border: 1px solid var(--line); background: var(--surface); border-radius: 16px; }
.comment-meta { color: var(--muted); font-size: .9rem; }
.comment-form p { margin: 0 0 16px; }
.comment-form input[type=submit] { width: auto; background: var(--gold); color: #16130d; font-weight: 800; border-color: var(--gold); cursor: pointer; }
.site-footer { border-top: 1px solid var(--line); padding: 32px 0; color: var(--muted); text-align: center; }
.small { font-size: .88rem; color: var(--muted); }
@media (max-width: 900px) { .hero-grid,.forms-grid { grid-template-columns: 1fr; } .book-card { max-width: 520px; } .cards { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .nav-links { display:none; } .hero { padding-top: 58px; } .countdown { grid-template-columns: repeat(2,1fr); } .container { width: min(calc(100% - 28px), var(--max)); } }
.book-card img { display:block; width:100%; border-radius:18px; box-shadow:0 18px 50px rgba(0,0,0,.45); }
.author-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:42px; align-items:center; }
.author-photo { border:1px solid rgba(198,161,91,.32); border-radius:24px; overflow:hidden; box-shadow:0 24px 70px rgba(0,0,0,.36); }
.author-photo img { display:block; width:100%; }

.inside-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:34px; }
.inside-card { position:relative; min-height:220px; padding:30px; background:linear-gradient(145deg,#18181c,#111114); border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.inside-card::after { content:""; position:absolute; inset:auto -55px -70px auto; width:150px; height:150px; border:1px solid rgba(198,161,91,.18); border-radius:50%; }
.inside-number { display:inline-block; margin-bottom:20px; color:var(--gold-2); font-family:Georgia,serif; font-size:.92rem; letter-spacing:.14em; }
.inside-card h3 { margin-bottom:12px; font-size:1.45rem; }
.inside-card p { margin:0; color:var(--muted); }
.inside-teaser { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; margin-top:24px; padding:30px; border:1px solid rgba(198,161,91,.30); border-radius:20px; background:rgba(198,161,91,.055); }
.inside-teaser h3 { margin-bottom:10px; font-size:1.65rem; }
.inside-teaser p { margin:0; color:var(--muted); max-width:760px; }
.inside-action { white-space:nowrap; }
@media (max-width:900px){ .author-grid{grid-template-columns:1fr;} .author-photo{max-width:560px;} .inside-grid{grid-template-columns:1fr;} .inside-teaser{grid-template-columns:1fr;} .inside-action{white-space:normal;} }
