/*
Theme Name: Noventra
Theme URI: https://www.noventra.tr/
Author: Noventra
Author URI: https://www.noventra.tr/
Description: Afyon'da mermer ve taş şömine imalatı yapan Noventra için özel olarak hazırlanmış, ürün yönetimi (Ürünler bölümü), iletişim formu ve logo/marka ayarları tamamen yönetim panelinden kontrol edilebilen; anasayfasında interaktif ateş videosu bulunan bir WordPress temasıdır.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: somine-afyon
Tags: one-column, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Bu tema, statik olarak hazırlanan Noventra web sitesinin WordPress'e
taşınmış ve yönetim paneli üzerinden tam kontrol edilebilir hale getirilmiş
sürümüdür. Detaylar için tema klasöründeki kurulum-rehberi.md dosyasına bakın.
*/

/* ==========================================================================
   Noventra — Ana Stil Dosyası
   ========================================================================== */

:root {
  --color-bg: #120c0a;
  --color-bg-alt: #1a120e;
  --color-panel: #201613;
  --color-cream: #f4ede3;
  --color-marble: #efe7da;
  --color-muted: #b9a99b;
  --color-ember: #ff7a29;
  --color-flame: #ffb347;
  --color-flame-hot: #ffe08a;
  --color-gold: #c9a35a;
  --color-line: rgba(201, 163, 90, 0.22);

  --font-heading: "Playfair Display", "Georgia", serif;
  --font-body: "Inter", "Segoe UI", sans-serif;

  --radius: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-cream);
  font-family: var(--font-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--color-marble);
}

p { margin: 0 0 1em; color: var(--color-muted); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 600;
  margin-bottom: 12px;
}

section { padding: 88px 0; }
section.tight { padding: 56px 0; }

/* WordPress çekirdek yardımcı sınıfları */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 999999;
  background: var(--color-ember);
  color: #1a0f08;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { top: 0; }
.alignwide { max-width: 1000px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: none; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; }
.wp-caption, .wp-block-image { margin: 0 0 1.5em; }
.wp-caption-text, figcaption { font-size: 0.82rem; color: var(--color-muted); margin-top: 8px; }
.wp-block-quote, blockquote { border-left: 3px solid var(--color-gold); margin: 28px 0; padding: 4px 0 4px 22px; color: var(--color-cream); font-style: italic; }
.wp-block-button__link, .wp-element-button { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; cursor: pointer; background: linear-gradient(135deg, var(--color-ember), var(--color-gold)); color: #1a0f08 !important; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 1.5em; }
.gallery img { border-radius: 10px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--color-ember), var(--color-gold));
  color: #1a0f08;
  box-shadow: 0 8px 24px rgba(255, 122, 41, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255, 122, 41, 0.4); }
.btn-outline {
  border-color: var(--color-line);
  color: var(--color-cream);
  background: transparent;
}
.btn-outline:hover { border-color: var(--color-gold); color: var(--color-gold); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(18, 12, 10, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-line);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--container);
  margin: 0 auto;
  flex-wrap: nowrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--color-marble);
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.brand img.custom-logo { max-height: 42px; width: auto; display: block; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-block;
}
.brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 600;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.nav-links li { flex-shrink: 0; }
.nav-links a {
  font-size: 0.92rem;
  color: var(--color-muted);
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links a.active { color: var(--color-flame); }
.nav-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }

/* Tam masaüstünde bile menü sıkışmaya başlarsa, hamburger'a geçmeden
   önce boşlukları daraltarak yazıların alt satıra kaymasını (wrap) engelle. */
@media (max-width: 1180px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 0.86rem; }
}
@media (max-width: 1000px) {
  .nav-links { gap: 12px; }
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  color: var(--color-cream);
  padding: 8px 10px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; background: var(--color-bg-alt); padding: 20px 24px; gap: 16px; border-bottom: 1px solid var(--color-line); display: none; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: inline-flex; }
}

/* ---------- Hero / Fire Canvas ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 100%, #2a1710 0%, var(--color-bg) 62%);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
  z-index: 0;
  filter: saturate(1.08) contrast(1.05);
}
/* Video neredeyse tüm ekranı temiz kaplasın; koyulaştırma yalnızca yazının
   oturduğu sol-alt köşede yoğunlaşsın, geri kalan alan ekran süsü/şömine
   görüntüsü olarak kullanılabilecek kadar açık kalsın. */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(15,10,8,0.82) 0%, rgba(15,10,8,0.4) 24%, rgba(15,10,8,0) 46%),
    linear-gradient(90deg, rgba(15,10,8,0.55) 0%, rgba(15,10,8,0) 42%),
    linear-gradient(180deg, rgba(15,10,8,0.35) 0%, rgba(15,10,8,0) 18%);
}
#fire-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: screen;
}
.hero-content {
  position: relative;
  z-index: 3;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 64px;
  width: 100%;
  /* Boş alanlar fare olaylarını arkadaki kıvılcım canvas'ına bıraksın;
     sadece gerçek içerik (metin, buton) tıklanabilir/etkileşimli kalsın. */
  pointer-events: none;
}
.hero-content a,
.hero-content button {
  pointer-events: auto;
}
.hero-inner { max-width: 440px; }
.hero .eyebrow { margin-bottom: 8px; }
.hero h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-bottom: 10px;
}
.hero h1 span { color: var(--color-ember); }
.hero p.lead {
  font-size: 0.96rem;
  color: var(--color-cream);
  opacity: 0.85;
  max-width: 420px;
  margin-bottom: 0;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.hero-cta .btn { padding: 11px 22px; font-size: 0.88rem; }
.hero-scroll {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(244, 237, 227, 0.35);
  color: var(--color-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  opacity: 0.75;
  animation: heroScrollBounce 2.2s ease-in-out infinite;
}
.hero-scroll:hover { opacity: 1; border-color: var(--color-gold); }
@keyframes heroScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (max-width: 620px) {
  .hero-scroll { display: none; }
}

/* Anasayfa hero altındaki ince güven şeridi (video üstünde değil, ayrı bant) */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
.hero-badge { font-size: 0.85rem; color: var(--color-muted); }
.hero-badge strong { display: block; font-family: var(--font-heading); font-size: 1.5rem; color: var(--color-marble); }
@media (max-width: 700px) {
  .trust-strip { justify-content: flex-start; gap: 28px; }
}

/* ---------- Section headers ---------- */
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Cards / Grid ---------- */
.grid {
  display: grid;
  gap: 26px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

.card {
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--color-gold); }
.card .icon { font-size: 1.6rem; margin-bottom: 14px; display: inline-block; }
.card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.card p { margin-bottom: 0; font-size: 0.93rem; }

/* Product Card */
.product-card {
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); border-color: var(--color-gold); }
.product-thumb {
  aspect-ratio: 4/3;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.product-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);
}
.product-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tag {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(18, 12, 10, 0.7);
  border: 1px solid var(--color-line);
  color: var(--color-gold);
  padding: 4px 10px;
  border-radius: 999px;
}
.product-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.product-body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.product-body p { font-size: 0.88rem; flex: 1; }
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--color-line);
  font-size: 0.82rem;
}
.product-price { color: var(--color-flame); font-weight: 600; }
.product-link { color: var(--color-gold); font-weight: 600; }

/* Gerçek görsel yoksa yedek renkli doku (ürün için görsel yüklenmediyse) */
.ph-marble { background: linear-gradient(135deg, #efe7da 0%, #d8c9ad 45%, #efe7da 100%); }
.ph-stone { background: linear-gradient(135deg, #6b5a4c 0%, #3d332c 55%, #6b5a4c 100%); }
.ph-modern { background: linear-gradient(135deg, #2b2b2b 0%, #4a4a4a 55%, #1c1c1c 100%); }
.ph-rustic { background: linear-gradient(135deg, #7a4a29 0%, #4a2f1c 60%, #7a4a29 100%); }
.ph-classic { background: linear-gradient(135deg, #d9c79a 0%, #a9895a 55%, #d9c79a 100%); }
.ph-electric { background: linear-gradient(135deg, #23324a 0%, #101826 60%, #23324a 100%); }

/* ---------- Filter tabs ---------- */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.filter-btn {
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--color-line);
  background: transparent;
  color: var(--color-muted);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-btn:hover { border-color: var(--color-gold); color: var(--color-cream); }
.filter-btn.active { background: var(--color-ember); border-color: var(--color-ember); color: #1a0f08; font-weight: 600; }

/* ---------- Banded sections ---------- */
.band { background: var(--color-bg-alt); border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }

/* ---------- Split layout ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

.stat-row { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 28px; }
.stat strong { display: block; font-family: var(--font-heading); font-size: 2rem; color: var(--color-flame); }
.stat span { font-size: 0.82rem; color: var(--color-muted); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, #2a1710 0%, #1a120e 100%);
  border: 1px solid var(--color-line);
  border-radius: 20px;
  padding: 56px;
  text-align: center;
}
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 6px; }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-ember);
  opacity: 0.5;
  display: block;
  margin-bottom: 10px;
}

/* ---------- Table (types comparison) ---------- */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.compare-table th, .compare-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-line);
  font-size: 0.9rem;
}
.compare-table th { color: var(--color-gold); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; }
.compare-table td { color: var(--color-muted); }
.table-wrap { overflow-x: auto; }

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--color-line);
  padding: 20px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-marble);
  font-size: 1.02rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--color-gold); font-size: 1.3rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin-top: 12px; margin-bottom: 0; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 32px;
}
label { display: block; font-size: 0.85rem; color: var(--color-muted); margin-bottom: 6px; font-weight: 500; }
input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--color-line);
  background: var(--color-bg-alt);
  color: var(--color-cream);
  font-family: var(--font-body);
  font-size: 0.95rem;
  margin-bottom: 18px;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--color-gold); }
textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: 0.78rem; color: var(--color-muted); margin-top: -8px; }
.form-success { background: rgba(37, 211, 102, 0.12); border: 1px solid rgba(37, 211, 102, 0.4); color: var(--color-cream); padding: 16px 20px; border-radius: 10px; margin-bottom: 22px; font-size: 0.9rem; }
.form-error { background: rgba(255, 90, 60, 0.12); border: 1px solid rgba(255, 90, 60, 0.4); color: var(--color-cream); padding: 16px 20px; border-radius: 10px; margin-bottom: 22px; font-size: 0.9rem; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }

/* ---------- Info list (contact) ---------- */
.info-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ic { font-size: 1.3rem; }
.info-list strong { display: block; color: var(--color-marble); margin-bottom: 2px; }
.info-list span, .info-list a { font-size: 0.9rem; color: var(--color-muted); }

.map-box {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-line);
  aspect-ratio: 16/10;
}
.map-box iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.3) invert(0.92) contrast(0.9); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 0.82rem; color: var(--color-muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--color-gold); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 64px 0 40px;
  border-bottom: 1px solid var(--color-line);
  background: radial-gradient(ellipse at 10% 0%, #2a1710 0%, var(--color-bg) 60%);
}
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 12px; }
.page-hero p { max-width: 620px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--color-bg-alt); border-top: 1px solid var(--color-line); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-gold); margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { font-size: 0.88rem; color: var(--color-muted); }
.footer-grid a:hover { color: var(--color-flame); }
.footer-logo img { max-height: 36px; width: auto; margin-bottom: 14px; }
.footer-widgets { margin-bottom: 32px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
  font-size: 0.8rem;
  color: var(--color-muted);
}

/* ---------- Blog ---------- */
.article-card { background: var(--color-panel); border: 1px solid var(--color-line); border-radius: var(--radius); overflow: hidden; }
.article-thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; }
.article-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 22px 24px; }
.article-body .eyebrow { margin-bottom: 8px; }
.article-body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.article-body p { font-size: 0.9rem; }
.article-meta { font-size: 0.78rem; color: var(--color-muted); margin-top: 12px; }
.pagination { display: flex; gap: 10px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 10px 16px; border: 1px solid var(--color-line); border-radius: 8px; font-size: 0.85rem; color: var(--color-muted); }
.pagination .current { background: var(--color-ember); color: #1a0f08; border-color: var(--color-ember); font-weight: 600; }

.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 2em; font-size: 1.5rem; }
.prose h3 { margin-top: 1.6em; font-size: 1.2rem; }
.prose p, .prose li { color: var(--color-muted); font-size: 1rem; }
.prose ul, .prose ol { padding-left: 20px; }
.prose img { border-radius: 14px; margin: 24px 0; }
.prose blockquote {
  border-left: 3px solid var(--color-gold);
  margin: 28px 0;
  padding: 4px 0 4px 22px;
  color: var(--color-cream);
  font-style: italic;
}

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  background: #25d366;
  color: #08240f;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.4);
  transition: transform 0.2s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- 404 ---------- */
.error-404 { text-align: center; padding: 120px 0; }
.error-404 .code { font-family: var(--font-heading); font-size: 5rem; color: var(--color-ember); opacity: 0.6; }

@media (max-width: 620px) {
  section { padding: 60px 0; }
  .cta-band { padding: 36px 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
