/*
Theme Name: Ezelle Art Studio
Theme URI: https://ezelle-art-studio.be
Author: Ezelle Art Studio
Author URI: https://ezelle-art-studio.be
Description: Aangepast thema voor Ezelle Art Studio — abstracte kunst uit Veurne. Volledig aanpasbaar via het WordPress dashboard.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ezelle
Tags: art, gallery, portfolio, dark, elegant
*/

/* ============================================
   EZELLE ART STUDIO — THEME VARIABELEN
   Pas hier je kleuren aan via Weergave > Customizer
   ============================================ */

:root {
  --black:           #0d0d0d;
  --terracotta:      #b84c2b;
  --terracotta-dark: #8f3820;
  --cream:           #f5f0eb;
  --navy:            #1e2d40;
  --gold:            #c8a96e;
  --text:            #1a1a1a;
  --font-display:    'Cormorant Garamond', serif;
  --font-body:       'Tenor Sans', sans-serif;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--black);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ============================================
   NAVIGATIE
   ============================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  background: rgba(13,13,13,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,169,110,0.12);
  transition: background 0.3s;
}

.site-logo img {
  height: 52px;
  width: auto;
}
.site-logo .text-logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
}

.main-nav ul {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.main-nav a {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}
.main-nav a:hover,
.main-nav .current-menu-item a { color: var(--gold); }

.nav-cta-btn {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold) !important;
  border: 1px solid var(--gold);
  padding: 0.45rem 1.2rem;
  transition: all 0.25s;
}
.nav-cta-btn:hover {
  background: var(--gold);
  color: var(--black) !important;
}

/* Hamburger mobiel */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s;
}

/* ============================================
   KNOPPEN
   ============================================ */
.btn-primary {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: var(--terracotta);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.25s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); color: #fff; }

.btn-ghost {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: border-color 0.25s, color 0.25s;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================
   PAGINA HERO (voor binnenste pagina's)
   ============================================ */
.page-hero {
  padding: 10rem 3rem 5rem;
  background: var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(184,76,43,0.12) 0%, transparent 70%);
}
.page-hero-label {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  position: relative;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem,7vw,6rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  position: relative;
}
.page-hero h1 em { font-style: italic; color: var(--terracotta); }
.page-hero p {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  position: relative;
}

/* ============================================
   MARQUEE STRIP
   ============================================ */
.marquee-strip {
  background: var(--terracotta);
  padding: 0.8rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  display: inline-block;
  animation: marquee 22s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-inner span {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-right: 2.5rem;
}
.marquee-inner span::before {
  content: '✦';
  margin-right: 2.5rem;
  color: rgba(255,255,255,0.4);
}

/* ============================================
   HOMEPAGE HERO SECTIE
   ============================================ */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--black);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(184,76,43,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 20% 80%, rgba(200,169,110,0.08) 0%, transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 2rem;
  animation: fadeUp 1.2s ease forwards;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-section h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.3em;
}
.hero-section h1 em { font-style: italic; color: var(--terracotta); }
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.35);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: bounce 2s ease infinite;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ============================================
   INTRO / OVER SECTIE (homepage)
   ============================================ */
.intro-section {
  background: var(--cream);
  padding: 7rem 3rem;
}
.intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.intro-label {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1.5rem;
}
.intro-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.intro-section h2 em { font-style: italic; color: var(--terracotta); }
.intro-section p { font-size: 0.95rem; line-height: 1.85; color: #555; margin-bottom: 1.5rem; }

.intro-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--terracotta);
  line-height: 1;
}
.stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-top: 0.3rem;
}

.intro-image-wrap { position: relative; }
.intro-image-wrap::before {
  content: '';
  position: absolute;
  inset: -20px 20px 20px -20px;
  border: 1px solid var(--terracotta);
  opacity: 0.3;
  z-index: 0;
}
.intro-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.intro-image-placeholder {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, #c17a5a 0%, #8f3820 50%, #3d1a0f 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3);
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
}

/* ============================================
   GALLERIJ SECTIE (homepage preview)
   ============================================ */
.gallery-section {
  background: var(--black);
  padding: 8rem 3rem;
}
.section-header { text-align: center; margin-bottom: 5rem; }
.section-label {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.section-header h2 em { font-style: italic; color: var(--terracotta); }
.section-header p {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  max-width: 480px;
  margin-left: auto; margin-right: auto;
  line-height: 1.8;
}

/* ============================================
   GALLERIJ GRID (volledige galerij pagina)
   ============================================ */
.gallery-full-section {
  background: var(--black);
  padding: 4rem 3rem 7rem;
}
.filter-bar {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 3rem;
}
.filter-btn {
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: #fff;
}

.art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.art-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  transition: transform 0.3s;
}
.art-card:hover { transform: translateY(-4px); }
.art-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.art-card:hover img { transform: scale(1.06); }
.art-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,13,0.97) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.5rem;
}
.art-card:hover .art-card-overlay { opacity: 1; }
.art-card-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.art-card-meta {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.art-card-price {
  font-family: var(--font-display);
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
}
.art-badge {
  position: absolute;
  top: 0.8rem; right: 0.8rem;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
}
.art-badge.beschikbaar { background: rgba(42,122,42,0.85); color: #fff; }
.art-badge.verkocht    { background: rgba(162,45,45,0.85); color: #fff; }
.art-badge.aanvraag    { background: rgba(13,13,13,0.8);   color: rgba(255,255,255,0.6); }

/* ============================================
   QUOTE SECTIE
   ============================================ */
.quote-section {
  background: var(--navy);
  padding: 8rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote-section::before {
  content: '"';
  position: absolute;
  top: -2rem; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 25rem;
  color: rgba(255,255,255,0.02);
  line-height: 1;
  pointer-events: none;
}
.quote-text {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 300;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
.quote-author {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================
   TENTOONSTELLINGEN SECTIE
   ============================================ */
.exhibitions-section { background: var(--cream); padding: 8rem 3rem; }
.exhibitions-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 6rem; align-items: start;
}
.exhibitions-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.15;
}
.exhibitions-section h2 em { font-style: italic; color: var(--terracotta); }

.exhibition-card {
  border-left: 2px solid var(--terracotta);
  padding: 1.8rem 2rem;
  background: #fff;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.25s;
}
.exhibition-card:hover { box-shadow: 4px 4px 0 var(--terracotta); }
.exhibition-date {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.6rem;
}
.exhibition-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--black);
  margin-bottom: 0.5rem;
}
.exhibition-location { font-size: 0.78rem; color: #888; }

/* ============================================
   NEWSLETTER
   ============================================ */
.newsletter-section {
  background: var(--terracotta);
  padding: 6rem 3rem;
  text-align: center;
}
.newsletter-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.5rem;
}
.newsletter-section p { color: rgba(255,255,255,0.7); font-size: 0.88rem; margin-bottom: 2rem; }
.newsletter-form { display: flex; max-width: 450px; margin: 0 auto; }
.newsletter-form input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.85rem;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form button {
  padding: 1rem 2rem;
  background: var(--black);
  color: #fff;
  border: none;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.newsletter-form button:hover { background: #222; }

/* ============================================
   CONTACT PAGINA
   ============================================ */
.contact-section { background: var(--cream); padding: 6rem 3rem 7rem; }
.contact-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start;
}
.contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 300;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.contact-info h2 em { font-style: italic; color: var(--terracotta); }
.contact-info p { font-size: 0.88rem; line-height: 1.85; color: #666; margin-bottom: 1.5rem; }
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-icon {
  width: 44px; height: 44px;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
  font-size: 1rem;
}
.contact-detail-text h4 {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.3rem;
}
.contact-detail-text a,
.contact-detail-text p { font-size: 0.88rem; color: var(--black); }
.contact-detail-text a:hover { color: var(--terracotta); }

.contact-form-wrap { background: #fff; padding: 3rem; box-shadow: 0 8px 40px rgba(0,0,0,0.08); }
.contact-form-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.wpcf7-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wpcf7-form p { margin-bottom: 1rem; }
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fafafa;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--black);
  outline: none;
  transition: border-color 0.2s;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus { border-color: var(--terracotta); background: #fff; }
.wpcf7-form textarea { min-height: 130px; resize: vertical; }
.wpcf7-form input[type="submit"] {
  background: var(--terracotta);
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  transition: background 0.25s;
}
.wpcf7-form input[type="submit"]:hover { background: var(--terracotta-dark); }

.map-embed { width: 100%; height: 460px; border: none; display: block; }

/* ============================================
   OVER PAGINA
   ============================================ */
.over-section { background: var(--cream); padding: 7rem 3rem; }
.over-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 7rem; align-items: start;
}
.over-image-wrap { position: relative; }
.over-image-wrap::before {
  content: '';
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid var(--terracotta);
  opacity: 0.35;
}
.over-image-wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.over-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem,4vw,3.6rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.12;
  margin-bottom: 1.5rem;
}
.over-inner h2 em { font-style: italic; color: var(--terracotta); }
.over-inner p { font-size: 0.92rem; line-height: 1.9; color: #555; margin-bottom: 1.2rem; }
.over-inner blockquote {
  border-left: 3px solid var(--terracotta);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--black);
  line-height: 1.5;
}
.timeline { margin: 2.5rem 0; }
.timeline-item { display: flex; gap: 1.5rem; margin-bottom: 1.8rem; }
.timeline-year {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--terracotta);
  min-width: 70px;
  line-height: 1;
}
.timeline-content h4 { font-size: 0.78rem; color: var(--black); margin-bottom: 0.3rem; }
.timeline-content p { font-size: 0.82rem; color: #777; line-height: 1.6; margin: 0; }

.values-section { background: var(--navy); padding: 6rem 3rem; }
.values-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.values-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 4rem;
}
.values-inner h2 em { font-style: italic; color: var(--gold); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; }
.value-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--terracotta);
  line-height: 1;
}
.value-title { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin: 0.5rem 0 0.7rem; }
.value-text { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ============================================
   BLOG & NIEUWS
   ============================================ */
.blog-section { background: var(--black); padding: 5rem 3rem 8rem; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.blog-card {
  background: #111;
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  transition: transform 0.3s;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blog-card-body { padding: 2rem; }
.blog-card-cat {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.blog-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.blog-card-title a { color: #fff; }
.blog-card-title a:hover { color: var(--gold); }
.blog-card-excerpt { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 1.5rem; }
.blog-card-meta { font-size: 0.62rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); text-transform: uppercase; }

/* Single blog post */
.single-post-section { background: var(--cream); padding: 6rem 3rem; }
.single-post-article { max-width: 780px; margin: 0 auto; }
.single-post-article h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem,4vw,3.5rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.single-post-article h1 em { font-style: italic; color: var(--terracotta); }
.post-meta { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: #999; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
.single-post-article h2,
.single-post-article h3 { font-family: var(--font-display); font-weight: 400; color: var(--black); margin: 2rem 0 0.8rem; }
.single-post-article h2 { font-size: 1.8rem; }
.single-post-article h3 { font-size: 1.4rem; }
.single-post-article p { font-size: 0.92rem; line-height: 1.95; color: #555; margin-bottom: 1.2rem; }
.single-post-article ul { list-style: none; margin: 1rem 0 1.5rem; }
.single-post-article ul li { font-size: 0.9rem; color: #555; padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; line-height: 1.8; }
.single-post-article ul li::before { content: '✦'; position: absolute; left: 0; color: var(--terracotta); font-size: 0.6rem; top: 0.4rem; }
.single-post-article img { width: 100%; margin: 2rem 0; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--black);
  padding: 5rem 3rem 2.5rem;
  border-top: 1px solid rgba(200,169,110,0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}
.footer-logo img { height: 48px; width: auto; margin-bottom: 1rem; }
.footer-logo .text-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.75; max-width: 270px; margin-top: 0.8rem; }
.footer-col h4 {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.65rem; }
.footer-col ul a { font-size: 0.8rem; color: rgba(255,255,255,0.42); transition: color 0.2s; }
.footer-col ul a:hover { color: #fff; }
.footer-col address { font-style: normal; font-size: 0.8rem; color: rgba(255,255,255,0.42); line-height: 1.9; }
.footer-col address a { color: rgba(255,255,255,0.42); }
.footer-col address a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: space-between;
}
.footer-bottom p { font-size: 0.7rem; color: rgba(255,255,255,0.22); }
.footer-social { display: flex; gap: 0.8rem; }
.footer-social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.14);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.42);
  font-size: 0.7rem;
  transition: border-color 0.2s, color 0.2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .site-header { padding: 0.8rem 1.5rem; }
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--black); align-items: center; justify-content: center; z-index: 999; }
  .main-nav.open ul { flex-direction: column; gap: 2rem; text-align: center; }
  .main-nav.open a { font-size: 1.2rem; }
  .intro-inner, .over-inner, .exhibitions-inner, .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .values-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 580px) {
  .hero-actions { flex-direction: column; align-items: center; }
  .newsletter-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .art-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .art-grid { grid-template-columns: 1fr; }
}
