/* Ressam - Dünya çapında galeri estetiği - Dark / Light tema */
:root {
  --bg: #0a0908;
  --bg-soft: #141312;
  --text: #f8f6f2;
  --text-muted: #8e8a84;
  --accent: #c4a574;
  --accent-dim: #7a6344;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --signature: 'Dancing Script', 'Cormorant Garamond', cursive;
  --sans: 'Outfit', system-ui, sans-serif;
  --space: 1.5rem;
  --radius: 6px;
  --gallery-gap: 1.5rem;
  /* Tema bağımlı bileşenler */
  --header-bg: rgba(10, 9, 8, 0.94);
  --header-border: rgba(196, 165, 116, 0.12);
  --hero-overlay: linear-gradient(to bottom, rgba(10,9,8,0.35) 0%, rgba(10,9,8,0.5) 35%, rgba(10,9,8,0.88) 100%);
  --hero-text-shadow: 0 2px 32px rgba(0,0,0,0.5);
  --hero-tagline: rgba(248,246,242,0.92);
  --hero-tagline-shadow: 0 1px 16px rgba(0,0,0,0.4);
  --cta-hover-text: #0a0908;
  --hero-btn-bg: rgba(255,255,255,0.1);
  --hero-btn-hover: rgba(196,165,116,0.35);
  --hero-dot-border: rgba(255,255,255,0.45);
  --hero-dot-hover: rgba(196,165,116,0.25);
  --card-overlay: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 50%);
  --section-border: rgba(196,165,116,0.12);
  --nav-drawer-border: rgba(196,165,116,0.15);
  --nav-backdrop-bg: rgba(0,0,0,0.5);
  --gallery-frame: rgba(20,19,18,0.6);
  --theme-btn-active: rgba(196,165,116,0.25);
}

[data-theme="light"] {
  --bg: #faf9f6;
  --bg-soft: #f0ede8;
  --text: #1a1917;
  --text-muted: #5a5752;
  --accent: #8b6f47;
  --accent-dim: #6b5537;
  --header-bg: rgba(250, 249, 246, 0.96);
  --header-border: rgba(139, 111, 71, 0.15);
  --hero-overlay: linear-gradient(to bottom, rgba(250,249,246,0.2) 0%, rgba(250,249,246,0.45) 35%, rgba(250,249,246,0.92) 100%);
  --hero-text-shadow: 0 2px 24px rgba(0,0,0,0.12);
  --hero-tagline: rgba(26,25,23,0.9);
  --hero-tagline-shadow: 0 1px 12px rgba(0,0,0,0.06);
  --cta-hover-text: #faf9f6;
  --hero-btn-bg: rgba(0,0,0,0.06);
  --hero-btn-hover: rgba(139,111,71,0.25);
  --hero-dot-border: rgba(0,0,0,0.3);
  --hero-dot-hover: rgba(139,111,71,0.2);
  --card-overlay: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 45%);
  --section-border: rgba(139,111,71,0.14);
  --nav-drawer-border: rgba(139,111,71,0.18);
  --nav-backdrop-bg: rgba(0,0,0,0.2);
  --gallery-frame: rgba(240,237,232,0.8);
  --theme-btn-active: rgba(139,111,71,0.2);
}

/* Yaratıcı tema – fırçalanmış çok renkli arka plan, premium sanatçı algısı */
[data-theme="creative"] {
  --bg: #e8e0d4;
  --bg-soft: rgba(255,252,245,0.75);
  --text: #2c2824;
  --text-muted: #5c554c;
  --accent: #b85c38;
  --accent-dim: #8f4a2d;
  --accent-2: #2d5a4a;
  --accent-3: #c9a227;
  --header-bg: rgba(232,224,212,0.88);
  --header-border: rgba(184,92,56,0.25);
  --hero-overlay: linear-gradient(135deg, rgba(244,239,230,0.15) 0%, rgba(184,92,56,0.08) 25%, rgba(45,90,74,0.06) 50%, rgba(201,162,39,0.05) 75%, rgba(244,239,230,0.9) 100%);
  --hero-text-shadow: 0 2px 28px rgba(44,40,36,0.15);
  --hero-tagline: rgba(44,40,36,0.92);
  --hero-tagline-shadow: 0 1px 12px rgba(0,0,0,0.06);
  --cta-hover-text: #f4efe6;
  --hero-btn-bg: rgba(184,92,56,0.15);
  --hero-btn-hover: rgba(184,92,56,0.35);
  --hero-dot-border: rgba(44,40,36,0.4);
  --hero-dot-hover: rgba(184,92,56,0.3);
  --card-overlay: linear-gradient(to top, rgba(44,40,36,0.85) 0%, transparent 50%);
  --section-border: rgba(184,92,56,0.18);
  --nav-drawer-border: rgba(184,92,56,0.2);
  --nav-backdrop-bg: rgba(44,40,36,0.25);
  --gallery-frame: rgba(235,228,217,0.9);
  --theme-btn-active: rgba(184,92,56,0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { transition: background-color 0.35s ease, color 0.25s ease; }
body.site-body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: background-color 0.35s ease, color 0.25s ease;
}
/* Yaratıcı tema: fırçalanmış, çok renkli abstract arka plan (örnek resim tarzı) */
[data-theme="creative"] body.site-body {
  background-color: #e8e0d4;
  background-image:
    linear-gradient(118deg, rgba(255,235,180,0.75) 0%, transparent 22%, transparent 40%, rgba(200,220,240,0.5) 55%, transparent 72%),
    linear-gradient(72deg, transparent 5%, rgba(180,210,170,0.6) 18%, rgba(140,180,140,0.45) 32%, transparent 48%),
    linear-gradient(165deg, rgba(220,100,80,0.4) 0%, transparent 18%, rgba(255,200,120,0.5) 35%, transparent 52%),
    linear-gradient(95deg, transparent 25%, rgba(100,150,190,0.55) 42%, rgba(70,120,170,0.45) 58%, transparent 75%),
    linear-gradient(12deg, rgba(255,248,220,0.7) 0%, transparent 28%, rgba(255,220,150,0.45) 50%, transparent 70%),
    linear-gradient(-45deg, transparent 15%, rgba(160,190,220,0.5) 35%, transparent 55%),
    linear-gradient(148deg, rgba(200,160,120,0.35) 10%, transparent 30%, rgba(180,140,100,0.3) 50%, transparent 68%);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: 0 0;
}
[data-theme="creative"] body.site-body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.12) 0%, transparent 15%, transparent 85%, rgba(0,0,0,0.1) 100%),
    linear-gradient(85deg, transparent 0%, rgba(255,230,180,0.25) 20%, transparent 40%),
    linear-gradient(-70deg, transparent 50%, rgba(120,160,200,0.2) 65%, transparent 80%),
    radial-gradient(ellipse 90% 60% at 70% 30%, rgba(255,240,200,0.2) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 20% 70%, rgba(180,200,220,0.18) 0%, transparent 45%);
  background-size: 100% 100%, 200% 100%, 180% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
}
[data-theme="creative"] body.site-body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}
[data-theme="creative"] .site-main,
[data-theme="creative"] .site-footer { position: relative; z-index: 1; }
[data-theme="creative"] .site-header {
  position: sticky;
  top: 0;
  background: rgba(232,224,212,0.88);
  border-bottom-color: rgba(184,92,56,0.25);
}
[data-theme="creative"] .site-footer {
  background: rgba(220,210,198,0.92);
  border-top-color: rgba(184,92,56,0.22);
}
.site-body .artwork-image, .site-body .gallery-item img, .site-body .hero-slider img,
.site-body .press-card img, .site-body .about-photo img {
  user-select: none; -webkit-user-select: none; -moz-user-select: none;
  -webkit-user-drag: none; user-drag: none;
}
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--header-border);
}
.header-inner {
  max-width: 1400px; margin: 0 auto;
  padding: var(--space) clamp(1rem, 4vw, 2rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo {
  font-family: var(--serif);
  color: var(--text);
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.08em;
  transition: color 0.25s ease;
}
.logo:hover { color: var(--accent); }
/* Ressam imzası – logo olarak el yazısı estetiği */
.logo-signature .logo-name {
  font-family: var(--signature);
  font-weight: 600;
  font-size: 1.65rem;
  letter-spacing: 0.02em;
  font-style: normal;
  transform: rotate(-1deg);
  display: inline-block;
}
.logo-signature .logo-title {
  font-family: var(--signature);
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  opacity: 1;
  margin-right: 0.12em;
  transform: none;
}
.logo-signature .logo-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, currentColor 0%, transparent 100%);
  opacity: 0.4;
  transition: opacity 0.25s;
}
.logo-signature:hover .logo-name::after { opacity: 0.7; }
.logo-title {
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-right: 0.15em;
}
.logo-name {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: relative;
}
.logo:not(.logo-signature) .logo-name:only-child { font-size: 1.5rem; }
.logo:not(.logo-signature) .logo-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  transition: opacity 0.2s;
}
.logo:not(.logo-signature):hover .logo-name::after { opacity: 0.6; }
.nav { display: flex; gap: 2rem; }
.nav a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.03em; transition: color 0.2s; }
.nav a:hover, .nav a.active { color: var(--accent); }
.lang-switcher { display: flex; align-items: center; gap: 0.35rem; font-size: 0.85rem; }
.lang-switcher a { color: var(--text-muted); text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem; }
.lang-switcher a:hover, .lang-switcher a.active { color: var(--accent); }
.lang-switcher .lang-flag {
  display: inline-block;
  width: 1.25em;
  height: 0.9em;
  border-radius: 2px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Türkiye: kırmızı, beyaz ay-yıldız */
.lang-flag-tr {
  background-color: #e30a17;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Ccircle cx='15' cy='10' r='6' fill='%23fff'/%3E%3Ccircle cx='17' cy='10' r='5' fill='%23e30a17'/%3E%3Cpath fill='%23fff' d='M21.5 6.5l1 2 2 .5-1.5 1.5.5 2-2-1-1.5 1.5-.5-2 2-1.5z'/%3E%3C/svg%3E");
}
/* İngiltere: mavi zemin, beyaz haç (St George) */
.lang-flag-en {
  background-color: #012169;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect fill='%23012169' width='30' height='20'/%3E%3Crect x='12' y='0' width='6' height='20' fill='%23fff'/%3E%3Crect x='0' y='7' width='30' height='6' fill='%23fff'/%3E%3C/svg%3E");
}
/* Almanya: siyah-kırmızı-altın yatay şeritler */
.lang-flag-de {
  background: linear-gradient(to bottom, #000 0%, #000 33.33%, #dd0000 33.33%, #dd0000 66.66%, #ffcc00 66.66%, #ffcc00 100%);
}
.lang-sep { color: var(--text-muted); opacity: 0.6; user-select: none; }
.theme-selector {
  display: flex; align-items: center; gap: 2px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 3px;
  flex-shrink: 0;
}
.theme-btn {
  display: flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; padding: 0;
  background: none; border: none; cursor: pointer;
  color: var(--text-muted); border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.theme-btn:hover { color: var(--accent); }
.theme-btn.is-active { background: var(--theme-btn-active); color: var(--accent); }
.theme-btn svg { width: 1.1rem; height: 1.1rem; }
.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); }
.nav-backdrop { display: none; }
@media (max-width: 768px) {
  .nav-backdrop { display: block; }
  html, body { overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { z-index: 102; }
  .nav { position: fixed; top: 0; right: 0; height: 100vh; width: min(280px, 85vw); background: var(--bg-soft); flex-direction: column; padding: 4rem 2rem 2rem; gap: 1.5rem; transform: translateX(100%); transition: transform 0.35s ease; border-left: 1px solid var(--nav-drawer-border); z-index: 101; }
  .nav.is-open { transform: translateX(0); }
  .nav-toggle { display: flex; }
  .nav-backdrop { position: fixed; inset: 0; z-index: 100; background: var(--nav-backdrop-bg); opacity: 0; pointer-events: none; transition: opacity 0.35s; }
  body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
  .logo-signature .logo-name { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .logo-signature .logo-name { font-size: 1.25rem; }
  .gallery-grid { gap: 1rem; }
  .featured-grid { gap: 1.25rem; }
}
.site-main { flex: 1; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem) clamp(2rem, 6vw, 4rem); }
/* Yumuşak giriş – Wix tarzı minimal, profesyonel */
.hero-entrance .hero-content { opacity: 0; }
.hero-entrance.hero-ready .hero-content { opacity: 1; }
.hero-entrance .hero-title-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s; }
.hero-entrance .hero-tagline-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s; }
.hero-entrance .hero-cta-reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.7s ease 0.6s, transform 0.7s ease 0.6s; }
.hero-entrance.hero-ready .hero-title-reveal,
.hero-entrance.hero-ready .hero-tagline-reveal,
.hero-entrance.hero-ready .hero-cta-reveal { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .hero-entrance .hero-content,
  .hero-entrance .hero-title-reveal,
  .hero-entrance .hero-tagline-reveal,
  .hero-entrance .hero-cta-reveal { opacity: 1; transform: none; transition: none; }
}
.hero-slider-section { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; }
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; pointer-events: none; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide-bg { position: absolute; inset: 0; }
.hero-slide-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide-placeholder { background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg) 100%); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: var(--hero-overlay); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 2rem; max-width: 640px; }
.hero h1 { font-family: var(--signature); font-size: clamp(2.8rem, 7vw, 4.5rem); font-weight: 600; margin: 0 0 0.75rem; letter-spacing: 0.01em; color: var(--text); text-shadow: var(--hero-text-shadow); }
.hero .hero-name-title { margin-right: 0.12em; }
.hero .tagline { font-size: clamp(1rem, 1.8vw, 1.2rem); color: var(--hero-tagline); margin: 0 0 2rem; line-height: 1.6; text-shadow: var(--hero-tagline-shadow); }
.hero .cta { display: inline-block; padding: 0.9rem 2.25rem; background: transparent; color: var(--accent); border: 2px solid var(--accent); text-decoration: none; font-weight: 500; letter-spacing: 0.05em; transition: background 0.25s, color 0.25s, transform 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.hero .cta:hover { background: var(--accent); color: var(--cta-hover-text); transform: translateY(-2px); }
.hero-slider-controls { position: absolute; bottom: 2rem; left: 0; right: 0; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.hero-slider-btn { width: 48px; height: 48px; border: none; background: var(--hero-btn-bg); color: var(--text); cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s; }
.hero-slider-btn:hover { background: var(--hero-btn-hover); transform: scale(1.05); }
.hero-slider-btn span { width: 12px; height: 12px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.hero-prev span { transform: rotate(45deg); margin-left: 4px; }
.hero-next span { transform: rotate(-135deg); margin-right: 4px; }
.hero-dots { display: flex; gap: 0.5rem; }
.hero-dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--hero-dot-border); background: transparent; cursor: pointer; padding: 0; transition: background 0.25s, border-color 0.25s, transform 0.2s; }
.hero-dot:hover { border-color: var(--accent); background: var(--hero-dot-hover); }
.hero-dot.is-active { background: var(--accent); border-color: var(--accent); transform: scale(1.15); }
.section { padding: 4rem 0; }
.section-title { font-family: var(--serif); font-size: 2rem; font-weight: 600; margin: 0 0 2rem; color: var(--text); }
.featured-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: var(--gallery-gap); }
.featured-card { text-decoration: none; color: inherit; display: block; overflow: hidden; border-radius: var(--radius); background: var(--bg-soft); transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.featured-card:hover { transform: translateY(-6px); }
.featured-card .img-wrap { aspect-ratio: 4/5; overflow: hidden; position: relative; }
.featured-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.featured-card:hover .img-wrap img { transform: scale(1.04); }
.featured-card .meta { padding: 1.25rem 1.5rem; }
.featured-card .meta h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; margin: 0 0 0.25rem; }
.featured-card .meta .year-cat { font-size: 0.85rem; color: var(--text-muted); }
.press-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.press-card-mini { padding: 1.25rem; background: var(--bg-soft); border-radius: var(--radius); border-left: 3px solid var(--accent); }
.press-card-mini a { color: var(--text); text-decoration: none; font-weight: 500; }
.press-card-mini a:hover { color: var(--accent); }
.press-card-mini .source { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.5rem; }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.gallery-toolbar a { padding: 0.5rem 1rem; background: var(--bg-soft); color: var(--text-muted); text-decoration: none; border-radius: var(--radius); font-size: 0.9rem; }
.gallery-toolbar a:hover, .gallery-toolbar a.active { background: var(--accent-dim); color: var(--text); }
/* Galeri – eser odaklı, profesyonel sunum */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: var(--gallery-gap); }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/5; background: var(--gallery-frame); }
.gallery-item a { display: block; width: 100%; height: 100%; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(1.02); }
.gallery-item .caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem 1.5rem; background: var(--card-overlay); color: var(--text); font-size: 0.95rem; font-weight: 500; }
@media (hover: hover) {
  .gallery-item .caption { opacity: 0; transform: translateY(8px); transition: opacity 0.35s ease, transform 0.35s ease; }
  .gallery-item:hover .caption { opacity: 1; transform: translateY(0); }
}
.artwork-page { padding: 2rem 0 4rem; }
.artwork-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 4vw, 3rem); align-items: start; margin-bottom: 3rem; }
.artwork-image { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); box-shadow: 0 8px 40px rgba(0,0,0,0.2); }
.artwork-image img { width: 100%; height: auto; display: block; }
.artwork-info h1 { font-family: var(--serif); font-size: 2rem; font-weight: 600; margin: 0 0 1rem; }
.artwork-info .meta-line { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0.5rem; }
.artwork-info .description { margin-top: 1.5rem; color: var(--text); }
.share-buttons { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.share-label { font-size: 0.9rem; color: var(--text-muted); }
.share-btn { padding: 0.4rem 0.9rem; background: var(--bg-soft); color: var(--text-muted); text-decoration: none; border-radius: var(--radius); font-size: 0.85rem; transition: background 0.2s, color 0.2s; }
.share-btn:hover { background: var(--accent-dim); color: var(--text); }
@media (max-width: 900px) { .artwork-hero { grid-template-columns: 1fr; gap: 2rem; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}
.press-list { display: flex; flex-direction: column; gap: 2rem; }
.press-card { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--section-border); }
.press-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.press-card .content h2 { font-family: var(--serif); font-size: 1.5rem; margin: 0 0 0.5rem; }
.press-card .content h2 a { color: var(--text); text-decoration: none; }
.press-card .content h2 a:hover { color: var(--accent); }
.press-card .content .source-date { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.press-card .content .excerpt { color: var(--text-muted); }
@media (max-width: 640px) { .press-card { grid-template-columns: 1fr; } }
.press-single .lead { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 2rem; }
.press-single .body { max-width: 720px; line-height: 1.75; }
.press-single .body img { max-width: 100%; height: auto; border-radius: var(--radius); margin: 1rem 0; }
.about-layout { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: 3rem; align-items: start; padding: 2rem 0 4rem; }
.about-photo { position: sticky; top: 6rem; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); }
.about-photo img { width: 100%; height: auto; display: block; object-fit: cover; }
@media (max-width: 768px) { .about-layout { grid-template-columns: 1fr; } .about-photo { position: static; max-width: 320px; margin: 0 auto; } }
.page-content { max-width: 720px; padding: 2rem 0 4rem; }
.about-layout .page-content { padding-top: 0; }
.page-content h1 { font-family: var(--serif); font-size: 2.25rem; font-weight: 600; margin: 0 0 1.5rem; }
.page-content .bio { font-size: 1.05rem; color: var(--text-muted); white-space: pre-line; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { margin-bottom: 0.75rem; }
.contact-list a { color: var(--accent); text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.site-footer { margin-top: auto; padding: 2rem; background: var(--bg-soft); border-top: 1px solid var(--section-border); }
.footer-inner { max-width: 1280px; margin: 0 auto; text-align: center; }
.footer-name { font-family: var(--signature); font-size: 1.35rem; font-weight: 600; margin: 0 0 0.75rem; letter-spacing: 0.02em; }
.footer-name-title { font-family: var(--signature); font-size: 0.78em; font-weight: 600; letter-spacing: 0.06em; text-transform: none; opacity: 1; margin-right: 0.12em; }
.footer-name-main { display: block; }
.footer-social { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 0.75rem; }
.footer-social a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; }
.footer-social a:hover { color: var(--accent); }
.footer-copy { font-size: 0.8rem; color: var(--text-muted); margin: 0; }
.error-page { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.error-page h1 { font-family: var(--serif); font-size: 4rem; margin: 0 0 0.5rem; color: var(--accent); }
.error-page p { color: var(--text-muted); margin-bottom: 1.5rem; }
.error-page a { color: var(--accent); text-decoration: none; }
.error-page a:hover { text-decoration: underline; }
