/*
Theme Name: Juriste Belgique
Theme URI: https://votresite.be
Author: Votre Nom
Description: Thème professionnel pour juriste — Droit de la famille, Droit des étrangers, Droit international privé
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: juriste-theme
*/

/* ============================================
   VARIABLES & RESET
   ============================================ */
:root {
  --mahogany: #6B2D2D;
  --deep-red: #8B3A3A;
  --warm-ivory: #FAF6F0;
  --cream: #F2EBE0;
  --gold: #C5963A;
  --gold-light: #E8C87A;
  --charcoal: #1E1A17;
  --text-dark: #2C2420;
  --text-mid: #5A4A42;
  --text-light: #8A7A72;
  --white: #FFFFFF;
  --shadow: rgba(107,45,45,0.12);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--warm-ivory); color: var(--text-dark); overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* ============================================
   NAVIGATION
   ============================================ */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1.2rem 5%;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(250,246,240,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(197,150,58,0.2);
  transition: all 0.3s ease;
}
.site-nav.scrolled { padding: 0.8rem 5%; box-shadow: 0 2px 20px var(--shadow); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--mahogany); letter-spacing: 0.05em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--mahogany); }
.nav-links .nav-cta { background: var(--mahogany); color: var(--white); padding: 0.55rem 1.4rem; border-radius: 2px; }
.nav-links .nav-cta:hover { background: var(--deep-red); color: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--mahogany); display: block; transition: all 0.3s; }

/* ============================================
   MOBILE MENU
   ============================================ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(30,26,23,0.97);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: rgba(255,255,255,0.8); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 2rem; right: 6%; font-size: 2rem; color: rgba(255,255,255,0.6); cursor: pointer; background: none; border: none; }

/* ============================================
   BOUTONS
   ============================================ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--mahogany); color: var(--white);
  padding: 1rem 2rem; border-radius: 2px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  transition: all 0.3s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--charcoal); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1.5px solid var(--mahogany); color: var(--mahogany);
  padding: 1rem 2rem; border-radius: 2px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  transition: all 0.3s;
}
.btn-secondary:hover { background: var(--mahogany); color: var(--white); transform: translateY(-2px); }

/* ============================================
   SECTION BASE
   ============================================ */
.section-base { padding: 6rem 8%; }
.section-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  padding-bottom: 0.6rem; border-bottom: 2px solid var(--gold); margin-bottom: 1.5rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2;
  color: var(--charcoal); margin-bottom: 1.5rem;
}
.section-title em { font-style: italic; color: var(--mahogany); }

/* ============================================
   HERO
   ============================================ */
.hero-section {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 10rem 5% 5rem 8%; position: relative; z-index: 2;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: rgba(197,150,58,0.12); border: 1px solid rgba(197,150,58,0.3);
  border-radius: 100px; padding: 0.4rem 1rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 2rem;
  animation: fadeUp 0.8s ease both;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.1;
  color: var(--charcoal); margin-bottom: 0.3rem;
  animation: fadeUp 0.8s 0.1s ease both;
}
.hero h1 em { font-style: italic; color: var(--mahogany); display: block; }
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 300; font-style: italic;
  color: var(--text-mid); margin-bottom: 2rem;
  animation: fadeUp 0.8s 0.2s ease both;
}
.hero-desc {
  font-size: 0.95rem; line-height: 1.8; color: var(--text-mid); max-width: 480px;
  margin-bottom: 3rem; animation: fadeUp 0.8s 0.3s ease both;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.8s 0.4s ease both; }
.hero-stats {
  display: flex; gap: 2.5rem; margin-top: 3.5rem;
  padding-top: 2.5rem; border-top: 1px solid rgba(197,150,58,0.25);
  animation: fadeUp 0.8s 0.5s ease both;
}
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--mahogany); line-height: 1; }
.stat-label { font-size: 0.72rem; color: var(--text-light); letter-spacing: 0.08em; margin-top: 0.3rem; text-transform: uppercase; }
.hero-right { position: relative; overflow: hidden; background: var(--charcoal); }
.hero-right img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; filter: sepia(15%) contrast(1.05); transition: transform 8s ease; }
.hero-right:hover img { transform: scale(1.03); }
.hero-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(30,26,23,0.9) 0%, transparent 60%);
  padding: 2.5rem;
}
.hero-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.9); line-height: 1.6; }
.hero-quote::before { content: '\201C'; color: var(--gold); font-size: 2rem; line-height: 0; vertical-align: -0.5rem; margin-right: 4px; }
.hero-decoration {
  position: absolute; top: 50%; left: 0; width: 4px; height: 60%;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}

/* ============================================
   EXPERTISE
   ============================================ */
.expertise-section { background: var(--charcoal); padding: 6rem 8%; }
.expertise-header { max-width: 600px; margin-bottom: 4rem; }
.expertise-header .section-tag { color: var(--gold-light); border-color: var(--gold-light); }
.expertise-header .section-title { color: var(--white); }
.expertise-header p { color: rgba(255,255,255,0.6); line-height: 1.8; }
.expertise-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; background: rgba(197,150,58,0.15); border: 1.5px solid rgba(197,150,58,0.15);
}
.expertise-card {
  background: var(--charcoal); padding: 2.5rem; cursor: default;
  transition: all 0.4s; position: relative; overflow: hidden;
}
.expertise-card::before {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 3px; background: var(--gold); transition: width 0.4s ease;
}
.expertise-card:hover { background: #2A2220; }
.expertise-card:hover::before { width: 100%; }
.card-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: rgba(197,150,58,0.2); line-height: 1; margin-bottom: 1.5rem; }
.card-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--white); margin-bottom: 0.8rem; line-height: 1.3; }
.card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.card-tag { display: inline-block; margin-top: 1.2rem; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(197,150,58,0.3); padding: 0.3rem 0.8rem; }

/* ============================================
   À PROPOS
   ============================================ */
.about-section { background: var(--cream); padding: 6rem 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-image-wrap { position: relative; }
.about-img-block { width: 100%; aspect-ratio: 3/4; overflow: hidden; position: relative; }
.about-img-block img { width: 100%; height: 100%; object-fit: cover; }
.about-accent-box {
  position: absolute; bottom: -2rem; right: -2rem;
  width: 160px; background: var(--mahogany); color: var(--white); padding: 1.5rem; text-align: center;
}
.accent-symbol { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; line-height: 1; }
.accent-label { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; margin-top: 0.3rem; }
.about-text p { color: var(--text-mid); line-height: 1.9; margin-bottom: 1.2rem; font-size: 0.95rem; }
.experience-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.exp-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem; background: var(--white); border-left: 3px solid var(--gold); }
.exp-icon { font-size: 1.4rem; flex-shrink: 0; }
.exp-title { font-weight: 600; font-size: 0.9rem; color: var(--charcoal); }
.exp-sub { font-size: 0.82rem; color: var(--text-light); margin-top: 0.2rem; }

/* ============================================
   PUBLICATIONS
   ============================================ */
.publications-section { background: var(--warm-ivory); padding: 6rem 8%; }
.pub-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.publications-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pub-card { background: var(--white); padding: 2rem; border: 1px solid rgba(197,150,58,0.15); transition: all 0.3s; }
.pub-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); border-color: var(--gold); }
.pub-date { font-size: 0.72rem; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.8rem; }
.pub-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.8rem; line-height: 1.3; }
.pub-desc { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.pub-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; }
.pub-tag { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mahogany); background: rgba(107,45,45,0.08); padding: 0.3rem 0.8rem; }
.pub-arrow { color: var(--gold); font-size: 1.2rem; transition: transform 0.2s; }
.pub-card:hover .pub-arrow { transform: translateX(4px); }

/* ============================================
   TÉMOIGNAGES
   ============================================ */
.testimonials-section { background: var(--mahogany); padding: 6rem 8%; }
.testimonials-section .section-tag { color: var(--gold-light); border-color: var(--gold-light); }
.testimonials-section .section-title { color: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
.testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 2rem; transition: all 0.3s; }
.testi-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.testi-stars { color: var(--gold-light); font-size: 0.9rem; margin-bottom: 1.2rem; letter-spacing: 2px; }
.testi-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 1.5rem; }
.testi-text::before { content: '\201C'; color: var(--gold-light); font-size: 2.5rem; line-height: 0; vertical-align: -0.8rem; margin-right: 3px; }
.testi-author { display: flex; align-items: center; gap: 1rem; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(197,150,58,0.25); border: 2px solid rgba(197,150,58,0.4); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; color: var(--white); font-weight: 600; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; }
.testi-name { font-weight: 600; font-size: 0.88rem; color: var(--white); }
.testi-role { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 0.2rem; }

/* ============================================
   HONORAIRES
   ============================================ */
.fees-section { background: var(--cream); padding: 6rem 8%; }
.fees-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.fees-info p { color: var(--text-mid); line-height: 1.9; margin-bottom: 1.2rem; font-size: 0.95rem; }
.fees-note { background: var(--white); border-left: 3px solid var(--gold); padding: 1.2rem 1.5rem; margin-top: 2rem; font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.fees-note strong { color: var(--charcoal); }
.fees-card { background: var(--white); padding: 2.5rem; border: 1px solid rgba(197,150,58,0.2); text-align: center; }
.fees-card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.fees-type { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.5rem; }
.fees-price { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: var(--mahogany); line-height: 1; margin: 0.5rem 0; }
.fees-desc { font-size: 0.88rem; color: var(--text-mid); margin: 1.5rem 0; line-height: 1.7; }
.fees-includes { list-style: none; text-align: left; margin-bottom: 2rem; }
.fees-includes li { font-size: 0.85rem; color: var(--text-mid); padding: 0.5rem 0; border-bottom: 1px solid var(--cream); display: flex; align-items: center; gap: 0.8rem; }
.fees-includes li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ============================================
   CONTACT
   ============================================ */
.contact-section { background: var(--charcoal); display: grid; grid-template-columns: 1fr 1fr; }
.contact-info { padding: 6rem 5% 6rem 8%; }
.contact-info .section-tag { color: var(--gold-light); border-color: var(--gold-light); }
.contact-info .section-title { color: var(--white); margin-bottom: 1.5rem; }
.contact-info > p { color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 3rem; font-size: 0.95rem; }
.contact-methods { display: flex; flex-direction: column; gap: 1.2rem; }
.contact-method { display: flex; align-items: center; gap: 1.2rem; padding: 1rem 1.2rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); transition: all 0.3s; color: var(--white); }
.contact-method:hover { background: rgba(197,150,58,0.15); border-color: rgba(197,150,58,0.4); transform: translateX(6px); color: var(--white); }
.method-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.method-icon.phone { background: rgba(197,150,58,0.2); }
.method-icon.whatsapp { background: rgba(37,211,102,0.15); }
.method-icon.calendar { background: rgba(107,45,45,0.3); }
.method-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 0.2rem; }
.method-value { font-size: 0.95rem; font-weight: 500; }
.contact-form-wrap { background: var(--warm-ivory); padding: 6rem 8% 6rem 5%; }
.contact-form-wrap h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--charcoal); margin-bottom: 2rem; }

/* Contact Form 7 overrides */
.wpcf7 .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wpcf7 .form-group { margin-bottom: 1.2rem; }
.wpcf7 label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 0.5rem; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%; padding: 0.9rem 1rem;
  background: var(--white); border: 1.5px solid rgba(197,150,58,0.2);
  border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 0.9rem; color: var(--text-dark);
  transition: border-color 0.2s; outline: none;
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { border-color: var(--gold); }
.wpcf7 textarea { resize: vertical; min-height: 120px; }
.wpcf7 input[type="submit"] {
  width: 100%; padding: 1.1rem; background: var(--mahogany); color: var(--white); border: none;
  font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; border-radius: 2px;
}
.wpcf7 input[type="submit"]:hover { background: var(--charcoal); }
.gdpr-note { font-size: 0.75rem; color: var(--text-light); margin-top: 0.8rem; line-height: 1.6; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #120F0D; color: rgba(255,255,255,0.5);
  padding: 3rem 8%;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem;
}
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.footer-logo span { color: var(--gold); }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.75rem; }

/* ============================================
   PAGES INTÉRIEURES (Articles)
   ============================================ */
.page-header { background: var(--charcoal); padding: 8rem 8% 4rem; margin-top: 0; }
.page-header .section-tag { color: var(--gold-light); border-color: var(--gold-light); }
.page-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1rem; }
.page-header .post-meta { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.post-content { max-width: 780px; margin: 0 auto; padding: 5rem 8%; }
.post-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--charcoal); margin: 2.5rem 0 1rem; }
.post-content p { font-size: 0.95rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 1.2rem; }
.post-content ul, .post-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.post-content li { font-size: 0.95rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 0.4rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--mahogany); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 2rem; transition: gap 0.2s; }
.back-link:hover { gap: 0.8rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 4rem 8%; }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .publications-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 8rem 6% 3rem; }
  .hero-right { height: 50vw; }
  .about-section { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 6%; }
  .about-accent-box { bottom: -1rem; right: -1rem; }
  .fees-layout { grid-template-columns: 1fr; gap: 3rem; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-info { padding: 4rem 6%; }
  .contact-form-wrap { padding: 4rem 6%; }
  .section-base { padding: 4rem 6%; }
  .expertise-section, .publications-section, .testimonials-section, .fees-section { padding: 4rem 6%; }
}
@media (max-width: 700px) {
  .expertise-grid { grid-template-columns: 1fr; }
  .publications-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; }
  .hero-actions { flex-direction: column; }
  .pub-header { flex-direction: column; align-items: flex-start; }
  .site-footer { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}
