/* sections.css — about, stats, featured, articles, topics, book, testimonials, newsletter */

.section{padding:96px 0}
.section-alt{background:var(--bg-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-header{text-align:center;max-width:600px;margin:0 auto 64px}
.section-tag{
  font-size:0.75rem;font-weight:700;color:var(--gold);
  text-transform:uppercase;letter-spacing:0.08em;margin-bottom:12px;
  display:flex;align-items:center;justify-content:center;gap:8px;
}
.section-tag svg{width:14px;height:14px}
.section h2{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:16px;line-height:1.2}
.section h2+div{font-size:1.0625rem;color:var(--fg-muted);line-height:1.7}

/* about */
.about-grid{display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:start}
.about-photo{
  width:100%;aspect-ratio:1;border-radius:var(--radius);
  background:var(--bg-muted);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  color:var(--fg-subtle);
}
.about-photo svg{width:80px;height:80px;opacity:0.4}
.about-text h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin-bottom:16px}
.about-text p{font-size:1rem;color:var(--fg-muted);line-height:1.8;margin-bottom:16px}
.about-text .signature{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;color:var(--fg);margin-top:24px}

/* stats */
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.stat-item{background:var(--bg);padding:32px 24px;text-align:center}
.stat-value{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--gold);line-height:1.2}
.stat-label{font-size:0.8125rem;color:var(--fg-muted);margin-top:4px}

/* featured */
.featured-card{
  border:1px solid var(--border);border-radius:calc(var(--radius)*1.5);
  overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:var(--bg);
  box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.4);
}
.featured-cover{
  background:var(--bg-muted);min-height:280px;
  display:flex;align-items:center;justify-content:center;
  border-right:1px solid var(--border);padding:32px;
}
.featured-cover svg{width:80px;height:80px;color:var(--gold);opacity:0.5}
.featured-body{padding:40px;display:flex;flex-direction:column;justify-content:center}
.featured-body .featured-tag{font-size:0.6875rem;font-weight:600;color:var(--gold);background:var(--gold-light);padding:3px 12px;border-radius:9999px;display:inline-block;width:fit-content;margin-bottom:12px;letter-spacing:0.02em}
.featured-body h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:12px;letter-spacing:-0.02em}
.featured-body p{font-size:0.9375rem;color:var(--fg-muted);line-height:1.7;margin-bottom:20px}
.featured-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.featured-meta span{font-size:0.8125rem;color:var(--fg-subtle);display:flex;align-items:center;gap:6px}

/* articles */
.articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.article-card{
  border:1px solid var(--border);border-radius:var(--radius);
  padding:28px;background:var(--bg);transition:border-color 0.2s,box-shadow 0.2s,transform 0.2s;
  cursor:pointer;text-decoration:none;color:inherit;display:block;
}
.article-card:hover{border-color:var(--gold);box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.5);transform:translateY(-2px)}
.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.article-date{
  font-size:0.75rem;font-weight:600;color:var(--fg-subtle);
  text-transform:uppercase;letter-spacing:0.05em;
}
.article-tag{
  font-size:0.6875rem;font-weight:600;color:var(--gold);
  background:var(--gold-light);padding:2px 10px;border-radius:9999px;
  letter-spacing:0.02em;
}
.article-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:10px;letter-spacing:-0.01em}
.article-card p{font-size:0.875rem;color:var(--fg-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.article-card .read-more{display:inline-flex;align-items:center;gap:6px;font-size:0.8125rem;font-weight:600;color:var(--gold);margin-top:12px}
.article-card .read-more svg{width:14px;height:14px}
.article-all{text-align:center;margin-top:32px}

/* topics */
.topics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.topic-card{
  border:1px solid var(--border);border-radius:var(--radius);
  padding:28px 24px;text-align:center;background:var(--bg);
  transition:all 0.2s;text-decoration:none;color:inherit;display:block;
}
.topic-card:hover{border-color:var(--gold);box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.5)}
.topic-card svg{width:32px;height:32px;color:var(--gold);margin-bottom:12px}
.topic-card h4{font-size:0.9375rem;font-weight:600;margin-bottom:4px;letter-spacing:-0.01em}
.topic-card span{font-size:0.8125rem;color:var(--fg-muted)}

/* book */
.book-split{
  display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start;
  background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--radius)*1.5);
  padding:48px;box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.4);
}
.book-cover{
  width:100%;aspect-ratio:2/3;border-radius:var(--radius);
  background:var(--bg-muted);border:1px solid var(--border);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:24px;gap:12px;color:var(--fg-subtle);
}
.book-cover svg{width:48px;height:48px;opacity:0.3;color:var(--gold)}
.book-cover .book-label{font-size:0.75rem;font-weight:600;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:0.05em}
.book-cover-img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--radius) - 1px)}
.book-info{display:flex;flex-direction:column;gap:16px}
.book-info .book-badge{font-size:0.6875rem;font-weight:600;color:var(--gold);background:var(--gold-light);padding:3px 12px;border-radius:9999px;display:inline-block;width:fit-content;letter-spacing:0.02em}
.book-info h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em}
.book-info .book-author{font-size:0.9375rem;color:var(--fg-muted)}
.book-info .book-desc{font-size:0.9375rem;color:var(--fg-muted);line-height:1.8}
.book-stars{display:flex;gap:4px;color:var(--gold);margin-top:-4px}
.book-stars svg{width:16px;height:16px;fill:currentColor}
.book-stars span{font-size:0.8125rem;color:var(--fg-muted);margin-left:4px}
.book-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.book-reviews{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}
.book-review{border:1px solid var(--gold);padding:12px 16px;background:var(--gold-bg);border-radius:var(--radius)}
.book-review p{font-size:0.875rem;font-style:italic;color:var(--gold-text);line-height:1.6;opacity:0.9}
.book-review .reviewer{font-size:0.75rem;font-weight:600;margin-top:8px;color:var(--fg);font-style:normal}

.testimonial-context{font-size:.72rem;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin:8px 0}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonial-card{
  border:1px solid var(--border);border-radius:var(--radius);
  padding:28px;background:var(--bg);transition:all 0.2s;
}
.testimonial-card:hover{border-color:var(--gold);box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.5)}
.testimonial-stars{display:flex;gap:2px;margin-bottom:12px;color:var(--gold)}
.testimonial-stars svg{width:14px;height:14px;fill:currentColor}
.testimonial-quote{font-size:0.9375rem;color:var(--fg-muted);line-height:1.7;margin-bottom:16px;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:10px}
.testimonial-avatar{
  width:36px;height:36px;border-radius:9999px;background:var(--bg-muted);
  display:flex;align-items:center;justify-content:center;
  font-weight:600;font-size:0.8rem;color:var(--fg-muted);
}
.testimonial-info .name{font-size:0.875rem;font-weight:600}
.testimonial-info .role{font-size:0.75rem;color:var(--fg-subtle)}

/* store cards */
.store-card{
  background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;
  display:flex;flex-direction:column;transition:border-color 0.2s,box-shadow 0.2s,transform 0.2s;
}
.store-card:hover{border-color:var(--gold);box-shadow:0 1px 3px rgba(0,0,0,0.3),0 8px 24px rgba(0,0,0,0.5);transform:translateY(-3px)}
.store-card-cover{aspect-ratio:2/3;background:var(--bg-muted);display:flex;align-items:center;justify-content:center;overflow:hidden}
.store-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.store-card:hover .store-card-cover img{transform:scale(1.04)}
.store-card-body{padding:16px;display:flex;flex-direction:column;flex:1}
.store-card-body h3{font-family:var(--font-serif);font-size:1.05rem;margin:0 0 4px;line-height:1.3}
.store-card-body .author{font-size:0.8rem;color:var(--fg-muted);margin-bottom:8px}
.store-card-body .price-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.store-card-body .price-row span{font-size:.85rem;font-weight:700}
.store-card-body .actions{margin-top:auto;padding-top:8px;border-top:1px solid var(--border);display:flex;gap:4px;flex-wrap:wrap}

/* newsletter split (continued) */
.newsletter-split{
  display:flex;flex-direction:column;gap:32px;align-items:stretch;
  background:transparent;
  padding:56px 0;
}
.newsletter-left{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}
.newsletter-left .icon-wrap{
  width:52px;height:52px;border-radius:var(--radius);
  background:var(--bg-muted);display:flex;align-items:center;justify-content:center;
}
.newsletter-left .icon-wrap svg{width:26px;height:26px;color:var(--gold)}
.newsletter-left h3{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;line-height:1.3;letter-spacing:-0.02em}
.newsletter-left p{font-size:0.9375rem;color:var(--fg-muted);line-height:1.7;max-width:480px}
.newsletter-right{display:flex;flex-direction:column;gap:16px;align-items:center}
.newsletter-form{display:flex;gap:8px;width:100%;max-width:440px}
.newsletter-form input{
  flex:1;padding:12px 16px;border:1px solid var(--border);
  border-radius:var(--radius);background:var(--bg);color:var(--fg);
  font-family:var(--font-sans);font-size:0.875rem;
  outline:none;transition:border-color 0.15s;
}
.newsletter-form input::placeholder{color:var(--fg-subtle)}
.newsletter-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,168,87,0.15)}
.newsletter-right .badge-group{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:4px}
.newsletter-right .badge-group span{
  font-size:0.75rem;font-weight:500;color:var(--fg-muted);
  background:var(--bg-muted);border:1px solid var(--border);padding:4px 12px;border-radius:9999px;
  display:inline-flex;align-items:center;gap:6px;
}
.newsletter-right .badge-group span svg{width:12px;height:12px;color:var(--gold)}
.newsletter-right .footnote{font-size:0.75rem;color:var(--fg-subtle);text-align:center}
.newsletter-form .inline-error{color:#e89b9b;font-size:0.8125rem;margin-top:4px}
.newsletter-form .ok{color:#9bd8a1;font-size:0.8125rem;margin-top:4px}
