/*
Theme Name: OreLucE Organic
Theme URI: https://oreluce.de
Author: OreLucE
Author URI: https://oreluce.de
Description: Handcrafted organic theme for OreLucE – Singer-Songwriter aus Tübingen. Warm earthy tones, scroll animations, and a single-page design.
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: oreluce-organic
*/

/* ══════════════════════════════════════════════════
   OreLucE Organic Theme – All styles inline below
   ══════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lora', serif;
  background: #F5ECD7;
  color: #3D2B1F;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Remove WP admin bar gap */
}
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

::selection { background: rgba(139,90,43,0.2); }

/* ── Variables ── */
:root {
  --parchment: #F5ECD7;
  --walnut: #3D2B1F;
  --terra: #8B5A2B;
  --sand: #C4956A;
  --section-pad: 0 28px;
  --max-w: 820px;
}

/* ── Grain Overlay ── */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
}

/* ── Navigation ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 20px 32px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.5s ease;
}
.nav.scrolled {
  padding: 12px 32px;
  background: rgba(245,236,215,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(139,90,43,0.12);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700;
  color: var(--parchment); cursor: pointer;
  letter-spacing: 0.08em; text-decoration: none;
  transition: color 0.5s ease;
}
.nav.scrolled .nav-logo { color: var(--walnut); }

.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: rgba(245,236,215,0.6);
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: all 0.3s;
}
.nav-links a:hover { color: rgba(245,236,215,0.9); }
.nav.scrolled .nav-links a { color: rgba(61,43,31,0.5); }
.nav.scrolled .nav-links a:hover { color: var(--walnut); border-bottom-color: var(--terra); }

.nav-hamburger {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 32px; position: relative;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--parchment);
  position: absolute; left: 5px; transition: all 0.3s;
}
.nav.scrolled .nav-hamburger span { background: var(--walnut); }
.nav-hamburger span:nth-child(1) { top: 10px; }
.nav-hamburger span:nth-child(2) { top: 15px; }
.nav-hamburger span:nth-child(3) { top: 20px; }
.nav-hamburger.open span:nth-child(1) { top: 15px; transform: rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { top: 15px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(245,236,215,0.97);
  backdrop-filter: blur(20px);
  display: none; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 500;
  color: var(--walnut); text-decoration: none;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .nav-links { display: none !important; }
  .nav-hamburger { display: block !important; }
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  background: linear-gradient(170deg, #2C1810 0%, #4A2E1C 40%, #6B4226 70%, #3D2B1F 100%);
}
.hero-circle-1 {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  border: 1px solid rgba(245,236,215,0.06);
  top: 10%; right: -10%;
}
.hero-circle-2 {
  position: absolute; width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(245,236,215,0.04);
  bottom: 15%; left: -5%;
}
.hero-glow {
  position: absolute; width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,90,43,0.08) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.hero-content { text-align: center; position: relative; z-index: 1; padding: 0 28px; }
.hero-tag {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(245,236,215,0.4); margin-bottom: 32px;
  animation: fadeIn 1.2s ease 0.2s both;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(48px, 12vw, 120px); line-height: 0.9;
  color: var(--parchment); letter-spacing: -0.02em;
  animation: fadeIn 1.2s ease 0.5s both;
}
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(16px, 2.5vw, 22px); color: rgba(245,236,215,0.5);
  margin-top: 20px; font-weight: 300; letter-spacing: 0.04em;
  animation: fadeIn 1.2s ease 0.8s both;
}
.hero-line {
  width: 1px; height: 60px; background: rgba(245,236,215,0.15);
  margin: 48px auto 0; animation: fadeIn 1.2s ease 1.1s both;
}
.hero-scroll {
  margin-top: 24px; background: none; border: none; cursor: pointer;
  font-family: 'DM Mono', monospace; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,236,215,0.35); animation: fadeIn 1.2s ease 1.3s both;
  transition: color 0.3s;
}
.hero-scroll:hover { color: rgba(245,236,215,0.7); }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Sections ── */
.section { padding: 120px 0 80px; }
.section-inner { max-width: var(--max-w); margin: 0 auto; padding: var(--section-pad); }
.section-label {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 6vw, 52px); font-weight: 400;
  line-height: 1.1; margin: 0 0 48px; color: var(--walnut);
}
.section-title em { font-weight: 300; color: var(--terra); }

.divider { max-width: var(--max-w); margin: 0 auto; padding: var(--section-pad); }
.divider-line { height: 1px; background: rgba(139,90,43,0.12); }

/* ── Reveal animation ── */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(.23,1,.32,1), transform 0.9s cubic-bezier(.23,1,.32,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.25s; }
.reveal-d4 { transition-delay: 0.3s; }

/* ── Timeline ── */
.timeline-dot {
  display: flex; align-items: center; gap: 12px; margin: 8px 0;
}
.timeline-dot::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--terra); opacity: 0.6; flex-shrink: 0;
}
.timeline-dot span {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 0.08em; color: var(--terra); text-transform: uppercase;
}
.bio-text {
  font-size: 17px; line-height: 1.85; color: var(--walnut);
  margin: 12px 0 32px; max-width: 640px;
}
.bio-quote {
  margin-top: 40px; padding: 32px 36px;
  background: rgba(139,90,43,0.06); border-radius: 4px;
  border-left: 3px solid var(--terra);
}
.bio-quote p {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 20px; line-height: 1.7; color: var(--walnut);
}

/* ── Audio Player ── */
.audio-wrap {
  background: rgba(139,90,43,0.04); border-radius: 8px; padding: 8px 24px;
}
.audio-item {
  display: flex; align-items: center; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid rgba(139,90,43,0.15);
}
.audio-item:last-child { border-bottom: none; }
.audio-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--terra); background: transparent;
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; transition: all 0.3s; flex-shrink: 0;
}
.audio-btn:hover, .audio-btn.playing { background: var(--terra); }
.audio-btn svg { fill: var(--terra); }
.audio-btn:hover svg, .audio-btn.playing svg { fill: var(--parchment); }
.audio-info { flex: 1; min-width: 0; }
.audio-title {
  font-family: 'Cormorant Garamond', serif; font-size: 17px;
  font-weight: 600; color: var(--walnut); margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.audio-bar-wrap { display: flex; align-items: center; gap: 10px; }
.audio-time {
  font-family: 'DM Mono', monospace; font-size: 11px;
  color: var(--terra); min-width: 36px;
}
.audio-time.dim { color: rgba(139,90,43,0.6); }
.audio-bar {
  flex: 1; height: 3px; background: rgba(139,90,43,0.15);
  border-radius: 2px; overflow: hidden; cursor: pointer; position: relative;
}
.audio-bar-fill {
  height: 100%; background: var(--terra); border-radius: 2px;
  width: 0%; transition: width 0.2s linear;
}
.audio-note {
  font-family: 'DM Mono', monospace; font-size: 11px;
  color: rgba(139,90,43,0.6); margin-top: 20px; letter-spacing: 0.06em;
}

/* ── Band ── */
.band-members { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.band-pill {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 0.06em; padding: 8px 16px;
  border: 1px solid rgba(139,90,43,0.2);
  border-radius: 24px; color: var(--terra);
}
.band-faded { font-style: italic; color: rgba(61,43,31,0.6); }

/* ── Konzerte ── */
.konzert-subtitle {
  font-family: 'DM Mono', monospace; font-size: 11px;
  color: rgba(139,90,43,0.6); letter-spacing: 0.06em; margin-bottom: 40px;
}
.konzert-item {
  display: flex; gap: 20px; padding: 20px 0;
  border-bottom: 1px solid rgba(139,90,43,0.1);
  align-items: baseline; flex-wrap: wrap;
}
.konzert-date {
  font-family: 'DM Mono', monospace; font-size: 13px;
  color: var(--terra); min-width: 90px; letter-spacing: 0.04em; flex-shrink: 0;
}
.konzert-venue {
  font-family: 'Cormorant Garamond', serif; font-size: 18px;
  font-weight: 600; color: var(--walnut); line-height: 1.4; flex: 1;
}
.konzert-badge {
  font-family: 'DM Mono', monospace; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra);
  border: 1px solid var(--terra); border-radius: 20px;
  padding: 3px 10px; flex-shrink: 0;
}

/* ── Past Concerts ── */
.past-toggle {
  background: none; border: none; cursor: pointer;
  font-family: 'DM Mono', monospace; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--terra); display: flex; align-items: center; gap: 8px;
  margin-top: 48px;
}
.past-toggle svg { transition: transform 0.3s; }
.past-toggle.open svg { transform: rotate(180deg); }
.past-content {
  max-height: 0; overflow: hidden;
  transition: max-height 0.6s cubic-bezier(.23,1,.32,1);
}
.past-content.open { max-height: 3000px; }
.past-year {
  font-family: 'DM Mono', monospace; font-size: 13px;
  color: var(--terra); letter-spacing: 0.06em;
  margin: 24px 0 8px; font-weight: 600;
}
.past-show {
  font-family: 'Lora', serif; font-size: 14px;
  color: rgba(61,43,31,0.6); line-height: 1.8; padding-left: 12px;
  border-left: 1px solid rgba(139,90,43,0.1);
}

/* ── Kontakt / Footer ── */
.footer-section {
  padding: 80px 0 48px;
  background: linear-gradient(170deg, #3D2B1F 0%, #2C1810 100%);
  color: var(--parchment);
}
.footer-section .section-label { color: rgba(245,236,215,0.4); }
.footer-section .section-title { color: var(--parchment); }
.footer-section .section-title em { color: var(--sand); }
.footer-email {
  font-family: 'Cormorant Garamond', serif; font-size: 22px;
  color: var(--parchment); text-decoration: none;
  border-bottom: 1px solid rgba(245,236,215,0.2);
  padding-bottom: 4px; transition: border-color 0.3s;
  display: inline-block;
}
.footer-email:hover { border-bottom-color: rgba(245,236,215,0.6); }
.footer-phone {
  font-family: 'DM Mono', monospace; font-size: 14px;
  color: rgba(245,236,215,0.5); text-decoration: none;
  letter-spacing: 0.06em; display: block; margin-top: 20px;
}
.footer-bottom {
  margin-top: 80px; padding-top: 32px;
  border-top: 1px solid rgba(245,236,215,0.08);
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 18px;
  font-weight: 600; color: rgba(245,236,215,0.3); letter-spacing: 0.08em;
}
.footer-copy {
  font-family: 'DM Mono', monospace; font-size: 10px;
  color: rgba(245,236,215,0.2); letter-spacing: 0.08em;
}

/* ── Kill all WP defaults ── */
#wpadminbar ~ .nav { top: 32px; }
.wp-block-post-content, .entry-content { all: unset; }
