/*
Theme Name: Ghahvechiian Coffee
Theme URI: https://example.com/
Author: Benyamin Ghahvechiian
Description: قالب لوکس و رویال قهوه‌چیان با طراحی ریسپانسیو، سئو-محور و آماده وردپرس.
Version: 1.0.0
Text Domain: ghahvechiian
*/

:root {
  --bg: #0b0806;
  --bg2: #120e0c;
  --card: #17110d;
  --gold: #c9a66b;
  --gold-2: #e2c48b;
  --text: #f5efe7;
  --muted: #c7b8a6;
  --border: rgba(201,166,107,.18);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(1200px 600px at 50% 0%, rgba(201,166,107,.10), transparent 55%), linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
  font-family: Vazirmatn, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  direction: rtl;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.site-header, .site-footer { border-color: var(--border); }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(11,8,6,.78); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; }
.menu { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.menu a { color: var(--muted); transition: .2s; }
.menu a:hover { color: var(--gold-2); }
.hero { padding: 88px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.badge { display: inline-flex; gap: 8px; align-items: center; padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--gold-2); background: rgba(255,255,255,.03); }
h1,h2,h3 { line-height: 1.25; margin: 0 0 16px; }
h1 { font-size: clamp(2rem, 5vw, 4.5rem); }
.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.9; max-width: 62ch; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 14px; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(201,166,107,.22), rgba(201,166,107,.12)); color: var(--text); font-weight: 700; }
.card { background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 24px; padding: 24px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.section { padding: 28px 0 72px; }
.section-title { font-size: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: 12px; }
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.muted { color: var(--muted); }
.site-footer { margin-top: 36px; border-top: 1px solid var(--border); padding: 28px 0; color: var(--muted); }
.wp-block-image img, .entry-content img { border-radius: 18px; }
.screen-reader-text { position:absolute; left:-9999px; }
@media (max-width: 960px) {
  .hero-grid, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .menu { gap: 12px; }
}
