/* =============================================
   caminitodel-rey.de — style-v1.css — v2
   Schriften: Spectral + Cabin
   Palette: Weinrot / Sandstein / Cremeweiß
   ============================================= */

:root {
  --wein:     #5C1A2E;
  --wein-dk:  #3E1020;
  --stein:    #C4A05A;
  --stein-h:  #D4B46A;
  --creme:    #F8F4EE;
  --creme-2:  #EDE6D8;
  --sand:     #D0C4AE;
  --schrift:  #17100A;
  --schrift-2:#4A3A24;
  --weiss:    #FFFFFF;
  --schatten: rgba(23,16,10,.12);
  --rund:     4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--schrift);
  background: #F8F4EE;
}

a { color: var(--wein); text-decoration: none; }
a:hover { color: var(--wein-dk); text-decoration: underline; }

/* ========================
   KOPFZEILE
   ======================== */
.kopf-leiste {
  background: #5C1A2E;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,.30);
}
.kopf-inneres {
  max-width: 1100px; margin: 0 auto;
  padding: 0 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between;
  height: 62px;
}
.marke-logo {
  font-family: 'Spectral', serif;
  font-size: 1.45rem; font-weight: 700;
  color: #F8F4EE; letter-spacing: .03em;
  text-decoration: none;
}
.marke-logo .akzent-stein { color: #D4B46A; }
.marke-logo:hover { color: #F8F4EE; text-decoration: none; }

.haupt-nav { display: flex; align-items: center; gap: 1.6rem; }
.haupt-nav a {
  font-size: .83rem; font-weight: 600;
  color: rgba(255,255,255,.76);
  letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; transition: color .2s;
}
.haupt-nav a:hover { color: #D4B46A; text-decoration: none; }

.tickets-btn {
  background: #C4A05A !important;
  color: #FFFFFF !important;
  padding: .42rem 1.15rem !important;
  border-radius: var(--rund) !important;
  font-weight: 700 !important; font-size: .79rem !important;
  letter-spacing: .09em !important;
  transition: background .2s !important;
}
.tickets-btn:hover { background: var(--stein-h) !important; text-decoration: none !important; }

.burger-btn {
  display: none; background: none; border: none;
  cursor: pointer; flex-direction: column; gap: 5px; padding: 4px;
}
.burger-btn span {
  display: block; width: 24px; height: 2px;
  background: #F8F4EE; border-radius: 2px; transition: all .25s;
}

/* ========================
   EINSTIEGSBILD (HERO)
   ======================== */
.start-bild {
  position: relative; width: 100%;
  height: 74vh; min-height: 460px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.start-bild img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
.bild-schleier {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(62,16,32,.94) 0%, rgba(62,16,32,.28) 55%, transparent 100%);
}
.bild-text {
  position: relative; z-index: 2;
  width: 100%; max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem 2.8rem;
}
.bild-text h1 {
  font-family: 'Spectral', serif;
  font-size: clamp(2.2rem, 5.5vw, 3.9rem);
  font-weight: 700; color: #FFFFFF;
  line-height: 1.1;
  text-shadow: 0 2px 14px rgba(0,0,0,.48);
  margin-bottom: .5rem;
}
.bild-text .unter-titel {
  font-size: 1.05rem; color: rgba(255,255,255,.88);
  max-width: 600px; margin-bottom: 1.6rem;
  font-weight: 400;
}
.bild-text .hero-cta-reihe { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ========================
   SCHALTFLÄCHEN
   ======================== */
.haupt-knopf {
  display: inline-block;
  background: #C4A05A; color: #FFFFFF !important;
  font-family: 'Cabin', sans-serif;
  font-weight: 700; font-size: .88rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .9rem 2.1rem; border-radius: var(--rund);
  transition: background .2s, transform .15s;
  text-decoration: none !important;
}
.haupt-knopf:hover {
  background: var(--stein-h); transform: translateY(-1px);
  color: #FFFFFF !important; text-decoration: none !important;
}
.rand-knopf {
  display: inline-block; background: transparent;
  color: #FFFFFF !important; font-weight: 700;
  font-size: .88rem; letter-spacing: .07em; text-transform: uppercase;
  padding: .85rem 1.9rem; border: 2px solid rgba(255,255,255,.7);
  border-radius: var(--rund); transition: all .2s;
  text-decoration: none !important;
}
.rand-knopf:hover { background: rgba(255,255,255,.15); text-decoration: none !important; }

/* ========================
   SEITENLAYOUT
   ======================== */
.seiten-rahmen { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* ========================
   INHALTSBLÖCKE
   ======================== */
.inhalt-block {
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--sand);
}
.inhalt-block:last-child { border-bottom: none; }

.inhalt-block h2 {
  font-family: 'Spectral', serif;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 600; color: #5C1A2E;
  margin-bottom: 1.2rem; padding-bottom: .5rem;
  border-bottom: 2px solid #C4A05A;
  display: inline-block;
}
.inhalt-block h3 {
  font-family: 'Spectral', serif;
  font-size: 1.3rem; color: var(--stein);
  margin: 1.5rem 0 .7rem;
}
.inhalt-block p { margin-bottom: 1rem; color: var(--schrift-2); }
.inhalt-block p:last-child { margin-bottom: 0; }
.inhalt-block strong { color: var(--schrift); font-weight: 700; }

.block-foto {
  width: 100%; height: 270px;
  object-fit: cover; object-position: center;
  border-radius: var(--rund); margin: 1.4rem 0;
  box-shadow: 0 4px 18px var(--schatten);
}

.widget-bereich { margin: 1.5rem 0; padding: .5rem 0; }

/* ========================
   LISTEN
   ======================== */
.pfeil-liste {
  list-style: none; margin: 1rem 0 1.2rem; padding: 0;
}
.pfeil-liste li {
  padding: .35rem 0 .35rem 1.8rem;
  position: relative; color: var(--schrift-2);
}
.pfeil-liste li::before {
  content: '›'; position: absolute; left: 0;
  color: var(--stein); font-weight: 700; font-size: 1.2rem; line-height: 1.55;
}

.nummer-liste {
  list-style: none; counter-reset: nl;
  margin: 1rem 0 1.2rem; padding: 0;
}
.nummer-liste li {
  counter-increment: nl;
  padding: .45rem 0 .45rem 2.6rem;
  position: relative; color: var(--schrift-2);
}
.nummer-liste li::before {
  content: counter(nl);
  position: absolute; left: 0;
  background: #5C1A2E; color: #F8F4EE;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; top: .55rem;
}

/* ========================
   TABELLEN
   ======================== */
.tabellen-halter { overflow-x: auto; margin: 1rem 0 1.2rem; }
.daten-tabelle {
  width: 100%; border-collapse: collapse; font-size: .94rem;
}
.daten-tabelle th {
  background: #5C1A2E; color: #F8F4EE;
  padding: .75rem 1rem; text-align: left;
  font-weight: 700; font-size: .82rem;
  letter-spacing: .05em; text-transform: uppercase;
}
.daten-tabelle td {
  padding: .65rem 1rem;
  border-bottom: 1px solid var(--sand);
  color: var(--schrift-2); vertical-align: top;
}
.daten-tabelle tr:last-child td { border-bottom: none; }
.daten-tabelle tr:nth-child(even) td { background: var(--creme-2); }
.daten-tabelle .preis-zelle { font-weight: 700; color: var(--wein); white-space: nowrap; }

@media (max-width: 600px) {
  .daten-tabelle thead { display: none; }
  .daten-tabelle tr {
    display: block; background: var(--creme-2);
    border: 1px solid var(--sand); border-radius: var(--rund);
    margin-bottom: .65rem; padding: .75rem;
  }
  .daten-tabelle td { display: block; border: none; padding: .2rem 0; }
  .daten-tabelle td::before {
    content: attr(data-label) ': ';
    font-weight: 700; color: var(--schrift);
    font-size: .78rem; text-transform: uppercase; letter-spacing: .04em;
  }
}

/* ========================
   PARTNER-KASTEN
   ======================== */
.partner-kasten {
  background: var(--creme-2);
  border: 1px solid var(--sand);
  border-left: 4px solid #C4A05A;
  border-radius: var(--rund);
  padding: 1.5rem 1.8rem; margin: 1.5rem 0;
}
.partner-kasten h3 { margin-top: 0; font-family: 'Spectral', serif; font-size: 1.25rem; color: var(--wein); }
.partner-kasten ul { list-style: none; padding: 0; margin: .75rem 0; }
.partner-kasten ul li { padding: .3rem 0 .3rem 1.6rem; position: relative; color: var(--schrift-2); font-size: .95rem; }
.partner-kasten ul li::before { content: '✓'; position: absolute; left: 0; color: var(--stein); font-weight: 700; }

/* ========================
   INFO-KASTEN
   ======================== */
.info-kasten {
  background: #FFFFFF; border: 1px solid #D0C4AE;
  border-radius: var(--rund); padding: 1.4rem; margin: 1rem 0;
  box-shadow: 0 2px 8px var(--schatten);
}
.info-kasten h4 {
  font-family: 'Spectral', serif; color: var(--wein);
  font-size: 1rem; margin-bottom: .7rem;
  text-transform: uppercase; letter-spacing: .07em;
}
.info-kasten dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; }
.info-kasten dt { font-weight: 700; color: var(--schrift); font-size: .9rem; }
.info-kasten dd { color: var(--schrift-2); font-size: .9rem; }

/* ========================
   BEWERTUNGEN
   ======================== */
.bewertungs-raster {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem; margin: 1.5rem 0;
}
.bewertungs-karte {
  background: #FFFFFF; border: 1px solid var(--sand);
  border-radius: var(--rund); padding: 1.3rem;
  box-shadow: 0 2px 8px var(--schatten);
}
.bewertungs-karte .sterne { color: var(--stein); font-size: .95rem; letter-spacing: .15em; margin-bottom: .55rem; }
.bewertungs-karte p { color: var(--schrift-2); font-size: .93rem; margin-bottom: .8rem; }
.bewertungs-karte .signatur { font-size: .82rem; color: var(--wein); font-weight: 700; }
@media (max-width: 860px) {
  .bewertungs-raster { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .bewertungs-raster { grid-template-columns: 1fr; }
}

/* ========================
   FAQ
   ======================== */
.faq-sammlung { margin: 1.5rem 0; }

.faq-eintrag {
  background: #FFFFFF;
  border: 1px solid var(--sand);
  border-radius: 6px;
  margin-bottom: .9rem;
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-eintrag:hover { box-shadow: 0 3px 12px var(--schatten); }
.faq-eintrag.offen { box-shadow: 0 3px 14px rgba(92,26,46,.16); border-color: var(--stein); }

.faq-kopf {
  display: flex; justify-content: space-between;
  align-items: flex-start;
  padding: 1.1rem 1.4rem;
  cursor: pointer; user-select: none; gap: 1.2rem;
  transition: background .2s;
}
.faq-kopf:hover { background: var(--creme-2); }
.faq-eintrag.offen .faq-kopf { background: var(--creme-2); }

h2.faq-frage {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem; font-weight: 700;
  color: var(--schrift); margin: 0;
  border: none !important; padding: 0 !important;
  display: inline !important; line-height: 1.55;
}

.faq-symbol {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--creme-2);
  border: 1.5px solid var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 300;
  color: var(--wein); line-height: 1;
  transition: transform .25s, background .2s;
  margin-top: .1rem;
}
.faq-eintrag.offen .faq-symbol {
  transform: rotate(45deg);
  background: #5C1A2E; color: #F8F4EE;
  border-color: var(--wein);
}

.faq-antwort {
  display: none;
  padding: 0 1.4rem 1.4rem 1.4rem;
  border-top: 1px solid var(--sand);
}
.faq-eintrag.offen .faq-antwort { display: block; }
.faq-antwort p {
  margin: 1rem 0 0;
  color: var(--schrift-2);
  font-size: .97rem; line-height: 1.78;
}

/* ========================
   TICKETS-HERO
   ======================== */
.ticket-hero {
  background: linear-gradient(135deg, #5C1A2E 0%, #3E1020 100%);
  padding: 3rem 0 2.5rem;
}
.ticket-hero h1 {
  font-family: 'Spectral', serif;
  font-size: clamp(1.8rem, 4.5vw, 2.7rem);
  color: #FFFFFF; margin-bottom: .75rem;
}
.ticket-hero p { color: rgba(255,255,255,.82); }
.ticket-hero .haupt-knopf { margin-top: 1.2rem; }

/* ========================
   UNTERSEITEN-HERO
   ======================== */
.unter-hero {
  background: #EDE6D8;
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid #D0C4AE;
}
.unter-hero h1 {
  font-family: 'Spectral', serif;
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  color: #5C1A2E; margin-bottom: .7rem;
}
.unter-hero p { color: var(--schrift-2); max-width: 660px; }

/* Breadcrumb */
.brot-pfad {
  font-size: .82rem; color: var(--schrift-2); padding: .8rem 0;
}
.brot-pfad a { color: var(--stein); }
.brot-pfad a:hover { color: var(--wein); }
.brot-pfad span { margin: 0 .45rem; color: var(--sand); }

/* ========================
   FUSSZEILE
   ======================== */
.fuss-zeile {
  background: #3E1020; color: rgba(255,255,255,.7);
  padding: 3rem 0 2rem; margin-top: 4rem;
}
.fuss-raster {
  max-width: 1100px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem;
}
.fuss-marke {
  font-family: 'Spectral', serif; font-size: 1.3rem;
  color: var(--stein-h); margin-bottom: .75rem;
}
.fuss-zeile p { font-size: .88rem; line-height: 1.6; margin-bottom: .5rem; }
.fuss-zeile h4 {
  color: #FFFFFF; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .09em; margin-bottom: .75rem;
}
.fuss-zeile ul { list-style: none; }
.fuss-zeile ul li { margin-bottom: .4rem; }
.fuss-zeile ul a { color: rgba(255,255,255,.55); font-size: .88rem; transition: color .2s; }
.fuss-zeile ul a:hover { color: var(--stein-h); text-decoration: none; }
.fuss-strich {
  max-width: 1100px; margin: 1.8rem auto 0;
  padding: 1.4rem 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .75rem; font-size: .8rem;
}
.affiliate-hinweis { font-size: .78rem; color: rgba(255,255,255,.4); font-style: italic; }

/* ========================
   RECHTLICHE SEITEN
   ======================== */
.rechts-text { padding: 3rem 0; }
.rechts-text h2 { font-family:'Spectral',serif; font-size:1.55rem; color:var(--wein); margin:2rem 0 .75rem; padding-bottom:.4rem; border-bottom:1px solid var(--sand); }
.rechts-text h3 { font-size:1.1rem; font-weight:700; color:var(--stein); margin:1.5rem 0 .5rem; }
.rechts-text p { color:var(--schrift-2); margin-bottom:1rem; }
.rechts-text ul { list-style:disc; padding-left:1.5rem; margin-bottom:1rem; }
.rechts-text ul li { color:var(--schrift-2); margin-bottom:.35rem; }

/* ========================
   RESPONSIVE
   ======================== */
@media (max-width: 768px) {
  .haupt-nav { display: none; flex-direction: column; gap: 0; }
  .haupt-nav.sichtbar {
    display: flex; position: absolute; top: 62px; left: 0; right: 0;
    background: #5C1A2E; padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 6px 16px rgba(0,0,0,.3); z-index: 99;
  }
  .haupt-nav.sichtbar a { padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .95rem; color: rgba(255,255,255,.85); }
  .haupt-nav.sichtbar .tickets-btn { margin-top: .5rem; display: inline-block; }
  .burger-btn { display: flex; }
  .kopf-leiste { position: relative; }
  .fuss-raster { grid-template-columns: 1fr; gap: 1.4rem; }
  .start-bild { height: 62vw; min-height: 340px; }
  .inhalt-block { padding: 2.2rem 0; }
  .block-foto { height: 190px; }
}
@media (max-width: 480px) {
  .kopf-inneres { padding: 0 1rem; }
  .seiten-rahmen { padding: 0 1rem; }
  .bild-text { padding: 0 1rem 1.5rem; }
}
