/*
Theme Name: GoldenAge Swiss
Theme URI: https://goldenageswiss.ch
Author: Beatrice Formaz
Author URI: https://goldenageswiss.ch
Description: Das offizielle Theme von GoldenAge Swiss – Unabhängiger Schweizer Online-Journalismus.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: goldenageswiss
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Source+Sans+3:wght@300;400;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Source Sans 3', sans-serif; background: #fff; color: #1a1a1a; }

/* TOPBAR */
.ga-topbar { background: #c8a84b; padding: 5px 32px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #1a1206; font-weight: 600; letter-spacing: 0.5px; }

/* HEADER */
.ga-header { background: #fff; border-bottom: 2px solid #1a1a1a; padding: 0 32px; }
.ga-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; width: 100%; }
.ga-logo-wrap { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.ga-logo-wrap img { width: 62px; height: 62px; object-fit: contain; }
.ga-logo-text .ga-logo-main { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: #1a1a1a; letter-spacing: -0.5px; line-height: 1; }
.ga-logo-text .ga-logo-main span { color: #c8a84b; }
.ga-logo-text .ga-logo-sub { font-size: 10px; letter-spacing: 3px; color: #888; text-transform: uppercase; margin-top: 2px; }
.ga-logo-text .ga-logo-slogan { font-size: 10px; color: #c8a84b; font-style: italic; margin-top: 2px; }

/* NAVIGATION */
.ga-nav { display: flex; gap: 0; flex-wrap: wrap; }
.ga-nav a { color: #1a1a1a; text-decoration: none; font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; padding: 12px 22px; border: 1px solid transparent; transition: all 0.2s; white-space: nowrap; display: flex; align-items: center; }
.ga-nav a:hover, .ga-nav a.current-menu-item { border-color: #1a1a1a; }
.ga-nav a.contra { border-left: 3px solid #e24b4a; }
.ga-nav a.pro-recht { border-left: 3px solid #c8a84b; }
.ga-nav a.pro-ges { border-left: 3px solid #3B6D11; }
.ga-nav a.pro-kunst { border-left: 3px solid #534AB7; }
.ga-nav a.welttheater { border-left: 3px solid #D85A30; }
.ga-nav a.inspiration { border-left: 3px solid #c8a84b; }
.ga-nav a.kunst { border-left: 3px solid #534AB7; }
.ga-search input { background: #fff; border: 1px solid #ccc; color: #1a1a1a; padding: 7px 12px; font-size: 12px; border-radius: 2px; font-family: 'Source Sans 3', sans-serif; width: 140px; }

/* BREAKING TICKER */
.ga-breaking { display: none; }
.ga-breaking-label { background: #c8a84b; color: #1a1a1a; padding: 3px 10px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; flex-shrink: 0; border-radius: 1px; font-weight: 700; }
.ga-breaking-text { white-space: nowrap; animation: ticker 25s linear infinite; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* HERO */
.ga-hero { margin: 24px 32px 0; background: #f0ebe0; border: 1px solid #e0d9cc; min-height: 400px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.ga-hero-overlay { width: 100%; padding: 24px; background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0) 100%); }
.ga-hero-date { font-size: 10px; color: #c8a84b; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.ga-hero-cat { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #888; font-weight: 700; margin-bottom: 8px; }
.ga-hero-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; line-height: 1.2; color: #1a1a1a; margin-bottom: 8px; }
.ga-hero-meta { font-size: 11px; color: #888; }

/* VERLEGERIN BOX */
.ga-verlegerin { max-width: 1100px; margin: 16px auto 0; padding: 16px 60px; background: #f9f6f0; border: 1px solid #e0d9cc; border-left: 4px solid #c8a84b; display: flex; align-items: center; gap: 20px; }
.ga-verl-avatar { width: 56px; height: 56px; border-radius: 50%; background: #c8a84b; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: #fff; flex-shrink: 0; }
.ga-verl-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 4px; }
.ga-verl-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 900; color: #1a1a1a; }
.ga-verl-launch { margin-left: auto; text-align: right; }
.ga-verl-launch-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #888; margin-bottom: 4px; }
.ga-verl-launch-date { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: #c8a84b; }

/* RUBRIK STRIP */
.ga-rubrik-strip { display: none; }
.ga-rubrik-item { color: #fff; padding: 12px 20px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; cursor: pointer; border-right: 1px solid #333; white-space: nowrap; transition: background 0.2s; text-decoration: none; display: block; }
.ga-rubrik-item:hover { background: #c8a84b; color: #1a1a1a; }
.ga-rubrik-item.contra { border-left: 3px solid #e24b4a; }
.ga-rubrik-item.pro-recht { border-left: 3px solid #c8a84b; }
.ga-rubrik-item.pro-ges { border-left: 3px solid #3B6D11; }
.ga-rubrik-item.pro-kunst { border-left: 3px solid #534AB7; }
.ga-rubrik-item.welttheater { border-left: 3px solid #D85A30; }
.ga-rubrik-item.inspiration { border-left: 3px solid #c8a84b; }
.ga-rubrik-item.kunst { border-left: 3px solid #534AB7; }

/* ARTIKEL GRID */
.ga-section-header { max-width: 1100px; margin: 0 auto; padding: 16px 60px 10px; display: flex; align-items: center; gap: 12px; }
.ga-section-label { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: #1a1a1a; }
.ga-section-label span { color: #c8a84b; }
.ga-section-line { flex: 1; height: 2px; background: #1a1a1a; }
.ga-article-grid { padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 32px; }
.ga-article-card { border-bottom: 2px solid #e0d9cc; padding-bottom: 16px; }
.ga-article-card a { text-decoration: none; }
.ga-article-thumb { width: 100%; height: 180px; object-fit: cover; background: #f0ebe0; border: 1px solid #e0d9cc; margin-bottom: 12px; display: block; }
.ga-article-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 6px; }
.ga-article-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 900; line-height: 1.35; color: #1a1a1a; margin-bottom: 8px; }
.ga-article-excerpt { font-size: 12px; color: #666; line-height: 1.7; }
.ga-article-meta { font-size: 10px; color: #bbb; margin-top: 8px; }

/* SINGLE ARTICLE */
.ga-single { max-width: 800px; margin: 32px auto; padding: 0 32px; }
.ga-single-rubrik { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 12px; }
.ga-single-title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 900; line-height: 1.15; color: #1a1a1a; margin-bottom: 14px; }
.ga-single-lead { font-size: 17px; color: #444; line-height: 1.7; border-left: 4px solid #c8a84b; padding-left: 16px; margin-bottom: 22px; }
.ga-single-byline { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: 2px solid #1a1a1a; border-bottom: 1px solid #e0d9cc; margin-bottom: 26px; }
.ga-single-author { font-size: 13px; font-weight: 600; color: #1a1a1a; }
.ga-single-date { font-size: 11px; color: #aaa; }
.ga-single-content { font-size: 16px; line-height: 1.85; color: #333; }
.ga-single-content p { margin-bottom: 20px; }
.ga-single-content h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: #1a1a1a; margin: 32px 0 12px; }
.ga-single-content blockquote { border-left: 4px solid #c8a84b; padding: 14px 18px; margin: 24px 0; background: #f9f6f0; font-family: 'Playfair Display', serif; font-size: 18px; font-style: italic; color: #1a1a1a; }

/* FOOTER */
.ga-footer { background: #1a1a1a; border-top: 3px solid #c8a84b; padding: 40px 32px; margin-top: 120px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
.ga-footer-logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: #c8a84b; margin-bottom: 8px; }
.ga-footer-desc { font-size: 11px; color: #888; line-height: 1.7; }
.ga-footer-slogan { font-size: 11px; color: #c8a84b; font-style: italic; margin-top: 6px; }
.ga-footer-heading { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 12px; }
.ga-footer-links { list-style: none; }
.ga-footer-links li { margin-bottom: 6px; }
.ga-footer-links a { font-size: 12px; color: #aaa; text-decoration: none; }
.ga-footer-links a:hover { color: #c8a84b; }
.ga-footer-bottom { grid-column: 1/-1; border-top: 1px solid #333; padding-top: 14px; font-size: 10px; color: #555; display: flex; justify-content: space-between; }

/* IMPRESSUM */
.ga-impressum { max-width: 900px; margin: 32px auto; padding: 0 32px 40px; }
.ga-impressum h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 900; color: #1a1a1a; margin-bottom: 8px; }
.ga-impressum-subtitle { font-size: 15px; color: #666; margin-bottom: 32px; }
.ga-gold-line { width: 56px; height: 3px; background: #c8a84b; margin: 16px 0 32px; }
.ga-impressum h2 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 900; color: #c8a84b; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #e0d9cc; }
.ga-impressum p { font-size: 14px; color: #555; line-height: 1.85; margin-bottom: 6px; }
.ga-impressum a { color: #c8a84b; text-decoration: none; }
.ga-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
.ga-info-box { background: #f9f6f0; border: 1px solid #e0d9cc; border-left: 3px solid #c8a84b; padding: 16px 18px; }
.ga-info-box-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 5px; }
.ga-info-box-value { font-size: 13px; color: #444; line-height: 1.6; }

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

  /* TOPBAR */
  .ga-topbar { padding: 5px 16px; font-size: 10px; }

  /* HEADER */
  .ga-header { padding: 0 16px; }
  .ga-header-inner { flex-direction: column; align-items: flex-start; padding: 12px 0; gap: 10px; }
  .ga-logo-wrap img { width: 44px; height: 44px; }
  .ga-logo-text .ga-logo-main { font-size: 20px; }
  .ga-logo-text .ga-logo-sub { font-size: 9px; }
  .ga-logo-text .ga-logo-slogan { font-size: 9px; }

  /* NAVIGATION — Hamburger style */
  .ga-nav { display: flex; flex-wrap: wrap; gap: 0; width: 100%; }
  .ga-nav a { font-size: 10px; padding: 6px 10px; letter-spacing: 0.5px; }

  /* SEARCH */
  .ga-search { width: 100%; }
  .ga-search input { width: 100%; }

  /* BREAKING */
  .ga-breaking { padding: 6px 16px; font-size: 11px; }

  /* HERO */
  .ga-hero { margin: 12px 16px 0; min-height: 280px; }
  .ga-hero-title { font-size: 20px; }

  /* VERLEGERIN */
  .ga-verlegerin { max-width: 1100px; margin: 16px auto 0; padding: 16px 60px; background: #f9f6f0; border: 1px solid #e0d9cc; border-left: 4px solid #c8a84b; display: flex; align-items: center; gap: 20px; }
  .ga-verl-launch { margin-left: 0; text-align: left; }

  /* RUBRIK STRIP */
  .ga-rubrik-strip { padding: 0 16px; overflow-x: auto; }
  .ga-rubrik-item { font-size: 10px; padding: 10px 12px; letter-spacing: 0.5px; }

  /* ARTIKEL GRID */
  .ga-section-header { max-width: 1100px; margin: 0 auto; padding: 16px 60px 10px; display: flex; align-items: center; gap: 12px; }
  .ga-article-grid { padding: 0 16px; grid-template-columns: 1fr; gap: 16px; }

  /* SINGLE */
  .ga-single { padding: 0 16px; margin: 16px auto; }
  .ga-single-title { font-size: 24px; }

  /* IMPRESSUM */
  .ga-impressum { padding: 0 16px 32px; }
  .ga-impressum h1 { font-size: 32px; }
  .ga-info-grid { grid-template-columns: 1fr; }

  /* FOOTER */
  .ga-footer { padding: 20px 16px; grid-template-columns: 1fr; gap: 20px; }
  .ga-footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  .ga-nav a { font-size: 9px; padding: 5px 8px; }
  .ga-hero-title { font-size: 18px; }
  .ga-logo-text .ga-logo-main { font-size: 18px; }
}

/* ===== HAMBURGER MENU ===== */
.ga-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.ga-hamburger span { display: block; width: 24px; height: 2px; background: #1a1a1a; transition: all 0.3s; }

@media (max-width: 768px) {
  .ga-hamburger { display: flex; position: absolute; right: 16px; top: 22px; }
  .ga-header-inner { position: relative; }

  /* Nav versteckt auf Mobile */
  .ga-nav { display: none; flex-direction: column; width: 100%; background: #fff; border-top: 1px solid #e0d9cc; }
  .ga-nav.open { display: flex; }
  .ga-nav a { font-size: 13px !important; padding: 14px 16px !important; border-bottom: 1px solid #f0ebe0; border-left: 3px solid transparent; letter-spacing: 1px; }
  .ga-nav a.inspiration { border-left-color: #c8a84b; }
  .ga-nav a.contra { border-left-color: #e24b4a; }
  .ga-nav a.pro-ges { border-left-color: #3B6D11; }
  .ga-nav a.pro-recht { border-left-color: #c8a84b; }
  .ga-nav a.kunst { border-left-color: #534AB7; }
  .ga-nav a:hover { background: #f9f6f0; }

  /* Search full width */
  .ga-search { width: 100%; padding: 10px 0; }
  .ga-search input { width: 100%; box-sizing: border-box; }
}

/* ===== HERO IMAGE FIX ===== */
.ga-hero { overflow: hidden; }
.ga-hero img { width: 100%; height: 400px; object-fit: cover; object-position: center top; }

/* ===== ARTIKEL GRID KARTEN ===== */
.ga-article-thumb { width: 100%; height: 400px; object-fit: cover; object-position: center top; border-radius: 2px; }

/* ===== STARTSEITE HERO ===== */
.ga-hero { position: relative; min-height: 400px; max-height: 400px; }
.ga-hero img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 0; }
.ga-hero-overlay { position: relative; z-index: 1; }

/* ===== HERO HAUPTARTIKEL ===== */
.ga-hero-wrap { margin: 24px 32px 0; position: relative; overflow: hidden; border-radius: 2px; }
.ga-hero-link { text-decoration: none; display: block; position: relative; }
.ga-hero-img { width: 100%; height: 420px; background-size: cover; background-position: center center; display: block; }
.ga-hero-img-empty { background: linear-gradient(135deg, #1a1a0e 0%, #2d2505 50%, #1a1506 100%); }
.ga-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%); }
.ga-hero-cat { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 10px; }
.ga-hero-title { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900; line-height: 1.2; color: #fff; margin-bottom: 10px; }
.ga-hero-excerpt { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 10px; }
.ga-hero-meta { font-size: 11px; color: rgba(255,255,255,0.5); }

/* ===== ARTIKEL KARTEN GRID ===== */
.ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ga-card { text-decoration: none; background: #fff; border: 1px solid #e8e2d8; border-radius: 2px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; display: block; }
.ga-card:hover { border-color: #c8a84b; box-shadow: 0 4px 16px rgba(200,168,75,0.1); }
.ga-card-img { width: 100%; height: 160px; background-size: cover; background-position: center center; }
.ga-card-img-empty { background: linear-gradient(135deg, #f0ebe0, #e0d9cc); display: flex; align-items: center; justify-content: center; }
.ga-card-img-empty span { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 900; color: #c8a84b; opacity: 0.3; }
.ga-card-body { padding: 14px 16px; }
.ga-card-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 6px; }
.ga-card-title { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; line-height: 1.35; color: #1a1a1a; margin-bottom: 8px; }
.ga-card-meta { font-size: 10px; color: #bbb; }

/* Mobile cards */
@media (max-width: 768px) {
  .ga-hero-wrap { margin: 12px 16px 0; }
  .ga-hero-img { height: 260px; }
  .ga-hero-title { font-size: 20px; }
  .ga-hero-excerpt { display: none; }
  .ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .ga-card-img { height: 120px; }
  .ga-card-title { font-size: 13px; }
}

@media (max-width: 480px) {
  .ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
}

/* ===== MAIN GRID — TOP 3 ===== */
.ga-main-grid { margin: 24px 32px 0; display: grid; grid-template-columns: 2fr 1fr; gap: 3px; height: 480px; }
.ga-main-side { display: flex; flex-direction: column; gap: 3px; }
.ga-main-card { position: relative; overflow: hidden; display: block; text-decoration: none; }
.ga-main-card--big { height: 100%; }
.ga-main-card--side { flex: 1; }
.ga-main-img { width: 100%; height: 100%; background-size: cover; background-position: center center; transition: transform 0.3s; }
.ga-main-img--empty { background: linear-gradient(135deg, #1a1a0e, #2d2505); }
.ga-main-card:hover .ga-main-img { transform: scale(1.03); }
.ga-main-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); }
.ga-main-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 6px; }
.ga-main-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 6px; }
.ga-main-title--sm { font-size: 16px; }
.ga-main-meta { font-size: 10px; color: rgba(255,255,255,0.5); }

/* Mobile main grid */
@media (max-width: 768px) {
  .ga-main-grid { grid-template-columns: 1fr; height: auto; margin: 12px 16px 0; gap: 3px; }
  .ga-main-card--big { height: 400px; }
  .ga-main-card--side { height: 140px; }
  .ga-main-side { flex-direction: row; }
  .ga-main-title { font-size: 16px; }
  .ga-main-title--sm { font-size: 13px; }
}

/* ===== TOP GRID WIE 20MIN ===== */
.ga-top-grid { max-width: 1100px; margin: 0 auto 80px; padding: 0 60px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 4px; height: 520px; }
.ga-top-main { position: relative; overflow: hidden; display: block; text-decoration: none; min-height: 400px; }
.ga-top-side { display: flex; flex-direction: column; gap: 4px; }
.ga-top-side-card { position: relative; overflow: hidden; display: block; text-decoration: none; flex: 1; }
.ga-top-img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.3s; }
.ga-top-side-img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.3s; }
.ga-top-img-empty { background: linear-gradient(135deg, #1a1a0e, #2d2505); }
.ga-top-main:hover .ga-top-img,
.ga-top-side-card:hover .ga-top-side-img { transform: scale(1.03); }
.ga-top-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px; background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%); }
.ga-top-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; display: block; margin-bottom: 6px; }
.ga-top-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 8px; }
.ga-top-title-sm { font-size: 18px !important; }
.ga-top-meta { font-size: 10px; color: rgba(255,255,255,0.5); }

/* KARTEN GRID */
.ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ga-card { text-decoration: none; background: #fff; border: 1px solid #e8e2d8; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; display: block; }
.ga-card:hover { border-color: #c8a84b; box-shadow: 0 2px 12px rgba(200,168,75,0.12); }
.ga-card-img { width: 100%; height: 400px; background-size: cover; background-position: center; }
.ga-card-img-empty { background: linear-gradient(135deg, #f0ebe0, #e0d9cc); display: flex; align-items: center; justify-content: center; }
.ga-card-img-empty span { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900; color: #c8a84b; opacity: 0.3; }
.ga-card-body { padding: 12px 14px; }
.ga-card-cat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; font-weight: 700; margin-bottom: 5px; }
.ga-card-title { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; line-height: 1.35; color: #1a1a1a; margin-bottom: 6px; }
.ga-card-meta { font-size: 10px; color: #bbb; }

/* MOBILE */
@media (max-width: 768px) {
  .ga-top-grid { max-width: 1100px; margin: 0 auto 80px; padding: 0 60px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 4px; height: 520px; }
  .ga-top-main { height: 400px; }
  .ga-top-side { display: flex; flex-direction: column; gap: 4px; }
  .ga-top-title { font-size: 17px; }
  .ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .ga-card-img { height: 110px; }
  .ga-card-title { font-size: 12px; }
}
@media (max-width: 480px) {
  .ga-cards-grid { max-width: 1100px; margin: 0 auto 40px; padding: 0 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
}
