:root{
  --navy-deep:#0a0a0a;
  --navy-mid:#161412;
  --gold:#d69a1f;
  --gold-bright:#f6c94a;
  --parchment:#ece4d3;
  --wine:#8a5a10;
  --line: rgba(214,154,31,0.25);
}

*{box-sizing:border-box; margin:0; padding:0;}

body{
  background:var(--navy-deep);
  color:var(--parchment);
  font-family: 'Georgia', 'EB Garamond', serif;
  line-height:1.6;
}

h1,h2,h3,.brand{
  font-family: 'Trajan Pro', 'Cinzel', 'Georgia', serif;
  letter-spacing: 0.04em;
}

a{color:inherit; text-decoration:none;}

img{ max-width:100%; display:block; }

/* ---------- NAV ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(10,10,10,0.92);
  backdrop-filter: blur(6px);
  border-bottom:1px solid var(--line);
}
nav{
  max-width:1200px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
  padding: 14px 28px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  font-size:1.3rem; color:var(--gold-bright);
  text-transform:uppercase;
  min-width:0;
}
.brand img{
  width:46px; height:46px;
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 0 14px rgba(246,201,74,0.35);
  flex-shrink:0;
}
.brand-text{
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.nav-links{
  display:flex; gap:32px; list-style:none;
}
.nav-links a{
  font-size:0.85rem; text-transform:uppercase; letter-spacing:0.12em;
  color:var(--parchment); opacity:0.8;
  padding-bottom:4px; border-bottom:1px solid transparent;
  transition: all 0.25s ease;
}
.nav-links a:hover, .nav-links a.active{ opacity:1; border-color:var(--gold); color:var(--gold-bright); }

.nav-toggle{ display:none; background:none; border:none; color:var(--gold-bright); font-size:1.6rem; cursor:pointer; flex-shrink:0; }

/* ---------- PAGE HERO (Unterseiten) ---------- */
.page-hero{
  position:relative;
  min-height:46vh;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding: 70px 28px 60px;
  text-align:center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(214,154,31,0.10), transparent 65%),
    linear-gradient(180deg, var(--navy-deep) 0%, #060606 100%);
  border-bottom:1px solid var(--line);
}
.page-hero .eyebrow{
  color:var(--gold); font-size:0.8rem; letter-spacing:0.3em; text-transform:uppercase;
  margin-bottom:14px;
}
.page-hero h1{
  font-size: clamp(2rem, 5vw, 3rem);
  color:var(--parchment);
}

/* ---------- HOME HERO ---------- */
.hero{
  position:relative;
  min-height:100vh;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center;
  padding: 40px 24px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(214,154,31,0.10), transparent 60%),
    linear-gradient(180deg, var(--navy-deep) 0%, #050505 100%);
  overflow:hidden;
}
.hero-logo{
  width:220px; height:220px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:30px;
  box-shadow:0 0 60px rgba(246,201,74,0.25);
  position:relative; z-index:2;
}
.eyebrow{
  color:var(--gold); font-size:0.8rem; letter-spacing:0.3em; text-transform:uppercase;
  margin-bottom:18px;
}
.hero h1{
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color:var(--parchment);
  margin-bottom:22px;
}
.hero h1 span{ color:var(--gold-bright); }
.hero p{
  max-width:620px; margin:0 auto 34px;
  color:rgba(236,228,211,0.85);
  font-size:1.08rem;
}
.btn{
  display:inline-block;
  padding:14px 36px;
  background:var(--wine);
  color:var(--parchment);
  border:1px solid var(--gold);
  font-size:0.85rem; letter-spacing:0.15em; text-transform:uppercase;
  transition: all 0.25s ease;
  position:relative; z-index:2;
}
.btn:hover{ background:var(--gold); color:var(--navy-deep); }

/* ---------- SECTION ---------- */
section{
  max-width:1100px; margin:0 auto;
  padding: 80px 28px;
}
.section-head{
  text-align:center; margin-bottom:52px;
}
.section-head .eyebrow{ margin-bottom:10px; }
.section-head h2{ font-size:2rem; color:var(--parchment); }
.divider{
  width:60px; height:1px; background:var(--gold);
  margin:18px auto 0;
}

.about-grid{
  display:grid; grid-template-columns: 1.1fr 0.9fr; gap:56px; align-items:start;
}
.about-grid p{ margin-bottom:16px; color:rgba(236,228,211,0.85); }
.about-grid strong{ color:var(--gold-bright); }

.fact-card{
  background:var(--navy-mid);
  border:1px solid var(--line);
  padding:28px;
}
.fact-card h3{ color:var(--gold-bright); font-size:1rem; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:16px; }
.fact-card ul{ list-style:none; }
.fact-card li{
  display:flex; justify-content:space-between;
  padding:10px 0; border-bottom:1px dashed var(--line);
  font-size:0.95rem;
}
.fact-card li:last-child{ border-bottom:none; }
.fact-card li span:last-child{ color:var(--gold-bright); }

/* ---------- GALLERY ---------- */
.gallery{ background:var(--navy-mid); }
.gallery-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:16px;
}
.gallery-grid .ph{
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, #2a2210, var(--navy-deep));
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  color:rgba(236,228,211,0.4); font-size:0.75rem; letter-spacing:0.1em; text-transform:uppercase;
}

/* ---------- INFO PANEL (Home) ---------- */
.info-panel{
  max-width:700px; margin:50px auto 0;
  background:var(--navy-mid);
  border:1px solid var(--line);
  padding:28px 32px;
  text-align:center;
}
.info-panel p{ color:rgba(236,228,211,0.85); margin-bottom:10px; }
.info-panel p:last-child{ margin-bottom:0; }
.info-panel a{ color:var(--gold-bright); border-bottom:1px solid var(--gold); }
.info-panel a:hover{ color:var(--parchment); }

/* ---------- GALLERY MARQUEE (Home) ---------- */
.marquee-section{
  background:var(--navy-mid);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding: 70px 0;
  overflow:hidden;
}
.marquee-section .section-head{
  padding: 0 28px;
}
.marquee-wrap{
  width:100%;
  overflow:hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.marquee-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation: marquee-scroll 45s linear infinite;
}
.marquee-wrap:hover .marquee-track{ animation-play-state:paused; }
.marquee-track img{
  height:280px; width:auto; flex-shrink:0;
  object-fit:cover;
  border:1px solid var(--line);
}
.marquee-empty{
  padding: 40px 28px;
  text-align:center;
  color:rgba(236,228,211,0.5);
  font-size:0.9rem;
}
@keyframes marquee-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

/* ---------- LEITUNG: PERSON CARDS ---------- */
.person-grid{
  display:flex; flex-wrap:wrap; justify-content:center; gap:28px;
}
.person-card{
  flex: 0 1 300px;
  max-width:300px;
  background:var(--navy-mid);
  border:1px solid var(--line);
  overflow:hidden;
}
.person-card .person-photo{
  aspect-ratio: 1/1;
  background: linear-gradient(160deg, #2a2210, var(--navy-deep));
  display:flex; align-items:center; justify-content:center;
  color:rgba(236,228,211,0.4); font-size:0.75rem; letter-spacing:0.1em; text-transform:uppercase;
}
.person-card .person-photo img{ width:100%; height:100%; object-fit:cover; }
.person-card .person-body{ padding:22px; }
.person-card h3{ color:var(--gold-bright); font-size:1.1rem; margin-bottom:4px; }
.person-card .person-role{
  color:var(--gold); font-size:0.75rem; text-transform:uppercase; letter-spacing:0.12em;
  margin-bottom:12px; display:block;
}
.person-card .person-discord{
  font-size:0.85rem; color:rgba(236,228,211,0.7);
  margin-bottom:14px; padding-bottom:14px; border-bottom:1px dashed var(--line);
}
.person-card .person-discord span{ color:var(--gold-bright); }
.person-card p.person-desc{ font-size:0.92rem; color:rgba(236,228,211,0.8); }

/* ---------- OUTFIT ---------- */
.outfit-stack{
  display:flex; flex-direction:column; gap:28px;
  max-width:900px; margin:0 auto;
}
.outfit-card{
  background:var(--navy-mid);
  border:1px solid var(--line);
  display:grid; grid-template-columns: 320px 1fr;
}
.outfit-card .outfit-photo{
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, #2a2210, var(--navy-deep));
  display:flex; align-items:center; justify-content:center;
  color:rgba(236,228,211,0.4); font-size:0.75rem; letter-spacing:0.1em; text-transform:uppercase;
}
.outfit-card .outfit-photo img{ width:100%; height:100%; object-fit:cover; }
.outfit-card .outfit-body{ padding:28px; }
.outfit-card h3{ color:var(--gold-bright); font-size:1.2rem; margin-bottom:14px; text-transform:uppercase; letter-spacing:0.06em; }
.outfit-card ul{ list-style:none; }
.outfit-card li{
  display:flex; justify-content:space-between;
  padding:9px 0; border-bottom:1px dashed var(--line);
  font-size:0.92rem;
}
.outfit-card li:last-child{ border-bottom:none; }
.outfit-card li span:last-child{ color:var(--gold-bright); }

/* ---------- TREFFEN: ORT ---------- */
.location-box{
  max-width:900px; margin:0 auto;
  background:var(--navy-mid);
  border:1px solid var(--line);
}
.location-box .location-photo{
  aspect-ratio: 16/9;
  background: linear-gradient(160deg, #2a2210, var(--navy-deep));
  display:flex; align-items:center; justify-content:center;
  color:rgba(236,228,211,0.4); font-size:0.75rem; letter-spacing:0.1em; text-transform:uppercase;
}
.location-box .location-photo img{ width:100%; height:100%; object-fit:cover; }

/* ---------- FORM (Bewerbung) ---------- */
.form-card{
  background:var(--navy-mid);
  border:1px solid var(--line);
  padding:36px;
  max-width:700px; margin:0 auto;
}
.form-row{ margin-bottom:20px; }
.form-row label{
  display:block; margin-bottom:8px;
  font-size:0.8rem; text-transform:uppercase; letter-spacing:0.1em; color:var(--gold-bright);
}
.form-row input, .form-row textarea, .form-row select{
  width:100%;
  background:var(--navy-deep);
  border:1px solid var(--line);
  color:var(--parchment);
  padding:12px 14px;
  font-family:inherit;
  font-size:0.95rem;
}
.form-row textarea{ min-height:120px; resize:vertical; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus{
  outline:none; border-color:var(--gold);
}

/* ---------- CTA STRIP ---------- */
.cta-strip{
  text-align:center;
  padding: 70px 28px;
  background: linear-gradient(180deg, transparent, rgba(138,90,16,0.12));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cta-strip h2{ font-size:1.8rem; margin-bottom:14px; }
.cta-strip p{ color:rgba(236,228,211,0.8); margin-bottom:28px; }

/* ---------- FOOTER ---------- */
footer{
  padding: 40px 28px 28px;
  text-align:center;
  font-size:0.8rem;
  color:rgba(236,228,211,0.55);
}
footer .foot-links{
  display:flex; gap:24px; justify-content:center; margin-bottom:16px; flex-wrap:wrap;
}
footer .foot-links a{ color:rgba(236,228,211,0.6); }
footer .foot-links a:hover{ color:var(--gold-bright); }

@media (max-width: 1024px){
  .nav-links{
    position:absolute; top:100%; left:0; right:0;
    background:var(--navy-deep);
    flex-direction:column; gap:0;
    border-top:1px solid var(--line);
    box-shadow:0 16px 28px rgba(0,0,0,0.45);
    display:none;
    z-index:60;
  }
  .nav-links.open{ display:flex; }
  .nav-links a{
    display:block;
    padding:16px 28px;
    width:100%;
    line-height:1.4;
    border-bottom:1px solid var(--line);
    border-left:3px solid transparent;
  }
  .nav-links li:last-child a{ border-bottom:none; }
  .nav-links a:hover, .nav-links a.active{
    border-bottom-color:var(--line);
    border-left-color:var(--gold);
    background:rgba(214,154,31,0.08);
    padding-left:25px;
  }
  .nav-toggle{ display:block; }
}

@media (max-width: 820px){
  .about-grid{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .person-card{ flex-basis:100%; max-width:400px; }
  .outfit-card{ grid-template-columns: 1fr; }
  .marquee-track img{ height:200px; }
}
