/* =========================================================================
   Hutnöch mit Patricia Boser — main.css
   Design 1:1 nach Vorlage. Mobile-first.
   ========================================================================= */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }

/* ---------- Tokens ---------- */
:root {
  --gold:        #be853a;
  --gold-dark:   #9c6a20;
  --gold-deep:   #7f5717;
  --gold-light:  #e9c486;
  --navy:        #19232d;
  --navy-2:      #1e2a35;
  --navy-3:      #26333f;
  --navy-deep:   #10161c;
  --cream:       #f5eee1;
  --cream-2:     #efe6d5;
  --tan:         #eadcc4;
  --card:        #fffdf8;
  --ink:         #26313c;
  --ink-soft:    #3a4650;
  --muted:       #4c5763;
  --muted-2:     #59636f;
  --muted-gold:  #8a795c;
  --on-dark:     #f2ece0;
  --on-dark-2:   #d2dae1;
  --on-dark-3:   #aeb9c4;
  --border-gold: rgba(190,133,58,.32);
  --border-soft: rgba(190,133,58,.22);

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Poppins', system-ui, -apple-system, sans-serif;

  --wrap: 1180px;
  --wrap-narrow: 940px;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-card: 0 30px 80px -30px rgba(25,35,45,.28);
  --shadow-soft: 0 20px 50px -25px rgba(25,35,45,.30);
}

/* ---------- Base ---------- */
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}
.serif { font-family: var(--serif); }

/* ---------- Accessibility helpers ---------- */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  transform: translateY(-160%); transition: transform .2s ease;
  background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 8px;
  font-size: 14px; font-weight: 500;
}
.skip-link:focus-visible { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.wrap--narrow { max-width: var(--wrap-narrow); }
.section { padding-block: clamp(56px, 9vw, 118px); }
.center { text-align: center; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-family: var(--sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow::before, .eyebrow::after {
  content: ""; height: 1px; width: 40px; background: currentColor; opacity: .55;
}
.eyebrow--plain::before, .eyebrow--plain::after { display: none; }
.eyebrow--left { justify-content: flex-start; gap: 14px; }
.eyebrow--left::before { display: none; }
.eyebrow--on-dark { color: var(--gold-light); }

/* ---------- Section heading ---------- */
.h-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.04;
  color: var(--ink); letter-spacing: .005em;
}
.h-title--dark { color: var(--on-dark); }
.section-sub {
  margin-top: 18px; color: var(--muted); font-size: clamp(1rem, 2.2vw, 1.06rem);
  line-height: 1.7; max-width: 640px; margin-inline: auto;
}
.section-sub--dark { color: var(--on-dark-2); }
.section-head { margin-bottom: clamp(38px, 6vw, 64px); }
.section-head .eyebrow { margin-bottom: 20px; }

/* ---------- Buttons: Termine ---------- */
.termine { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.termin {
  display: block; min-width: 210px; padding: 15px 26px 17px;
  border-radius: 10px; text-align: center; background: transparent;
  border: 1px solid var(--gold);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.termin__label { display: block; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.termin__date { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; margin-top: 4px; color: var(--gold-deep); }
/* Beide Boxen gleich (Outline) — Vollgold nur bei Hover/Fokus */
.termin:hover, .termin:focus-visible {
  background: var(--gold); border-color: var(--gold);
  transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(190,133,58,.6);
}
.termin:hover .termin__label, .termin:focus-visible .termin__label { color: rgba(255,253,248,.9); }
.termin:hover .termin__date,  .termin:focus-visible .termin__date  { color: #fffdf8; }
/* Dunkler Kontext (Preis-Sektion): helles Gold für Kontrast */
.pricecard .termin__label, .pricecard .termin__date { color: var(--gold-light); }
.pricecard .termin:hover .termin__label, .pricecard .termin:focus-visible .termin__label { color: rgba(255,253,248,.9); }
.pricecard .termin:hover .termin__date,  .pricecard .termin:focus-visible .termin__date  { color: #fffdf8; }
/* Immer-Gold-Variante (z. B. Fehlerseite) */
.termin--primary { background: var(--gold); border-color: var(--gold); }
.termin--primary .termin__label { color: rgba(255,253,248,.9); }
.termin--primary .termin__date { color: #fffdf8; }
.cta-label {
  font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep); text-align: center; margin-bottom: 16px;
}

/* =========================================================================
   HEADER (sticky)
   ========================================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 44px);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.site-header.is-scrolled {
  background: var(--navy);
  box-shadow: 0 10px 30px -18px rgba(0,0,0,.6);
  padding-block: 12px;
}
.site-header__logos {
  display: flex; align-items: center; gap: 14px;
  background: #fffdf8; border-radius: 12px; padding: 10px 18px;
  box-shadow: 0 8px 24px -14px rgba(25,35,45,.4);
}
.site-header__logos img { height: 42px; width: auto; }
.site-header__logos .divider { width: 1px; height: 34px; background: rgba(25,35,45,.16); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 40px); }
.site-nav a {
  font-size: 13px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light); transition: color .2s ease;
}
.site-header:not(.is-scrolled) .site-nav a { color: #fbf6ec; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.site-nav a:hover { color: #fff; }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; background: var(--cream); overflow: hidden; padding-bottom: clamp(48px, 7vw, 96px); }
.hero__media { position: relative; width: 100%; height: clamp(440px, 66vw, 960px); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(245,238,225,.15) 0%, rgba(245,238,225,0) 30%, rgba(245,238,225,.85) 92%, var(--cream) 100%);
}
.hero__inner {
  position: relative; z-index: 3;
  width: min(900px, calc(100% - 32px)); margin: clamp(-160px, -14vw, -120px) auto 0;
  background: var(--card); border-radius: var(--radius);
  padding: clamp(34px, 5vw, 60px) clamp(24px, 5vw, 68px) clamp(40px, 5vw, 60px);
  box-shadow: var(--shadow-card); text-align: center;
}
.hero .eyebrow { margin-bottom: 24px; }
.hero__title {
  font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: .01em;
}
.hero__title .l1 { display: block; font-size: clamp(2.6rem, 8vw, 5rem); color: var(--ink); }
.hero__title .l2 { display: block; font-style: italic; font-size: clamp(3rem, 9.5vw, 6rem); color: var(--gold); }
.hero__subtitle {
  font-family: var(--sans); font-size: clamp(1.1rem, 2.6vw, 1.4rem); font-weight: 500;
  color: var(--ink); margin-top: 24px; line-height: 1.4;
}
.hero__tagline {
  font-family: var(--sans); font-style: normal; font-weight: 500;
  font-size: clamp(.95rem, 2vw, 1.08rem);
  color: var(--gold-deep); margin-top: 12px;
}
.hero__text {
  max-width: 560px; margin: 20px auto 0; color: var(--ink-soft);
  font-size: 1.0625rem; line-height: 1.75;
}
.hero__cta { margin-top: 34px; }
.hero__note { margin-top: 18px; font-size: 14px; color: var(--muted-2); }
.hero__scroll {
  display: flex; justify-content: center; margin-top: 30px; color: var(--gold);
  font-size: 20px; animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(6px);} }

/* =========================================================================
   USP-Leiste
   ========================================================================= */
.usp { background: var(--navy); }
.usp__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.usp__card {
  background: var(--navy-2); border: 1px solid rgba(190,133,58,.16);
  border-radius: var(--radius-sm); padding: 34px 20px; text-align: center;
}
.usp__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.55rem, 2.5vw, 1.95rem); line-height: 1.15; white-space: nowrap; color: var(--gold-light); }
.usp__text { margin-top: 8px; color: var(--on-dark-3); font-size: .95rem; line-height: 1.6; }

/* =========================================================================
   GALERIE / Karussell
   ========================================================================= */
.gallery { background: var(--cream-2); }
.carousel { position: relative; max-width: 1080px; margin-inline: auto; }
.carousel__track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  gap: 0; border-radius: var(--radius); scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__slide { flex: 0 0 100%; scroll-snap-align: center; }
.carousel__slide img {
  width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius);
}
.carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(255,253,248,.94); color: var(--gold-dark);
  display: grid; place-items: center; font-size: 30px; line-height: 1; font-family: var(--serif);
  box-shadow: 0 10px 26px -12px rgba(25,35,45,.5); transition: background .2s, transform .2s;
}
.carousel__btn:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.carousel__btn--prev { left: 14px; }
.carousel__btn--next { right: 14px; }
.carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }
.carousel__dot {
  width: 9px; height: 9px; border-radius: 50%; background: rgba(25,35,45,.2);
  transition: all .25s ease; padding: 0;
}
.carousel__dot.is-active { width: 26px; border-radius: 6px; background: var(--gold); }

/* =========================================================================
   ABLAUF / Timeline
   ========================================================================= */
.ablauf { background: var(--cream); }
.day { max-width: 760px; margin: 0 auto; }
.day + .day, .day + .darkcard, .darkcard + .day, .darkcard + .darkcard, .day + .lightcard, .darkcard + .lightcard { margin-top: clamp(32px, 5vw, 54px); }
.day__name {
  display: flex; align-items: center; gap: 20px;
  font-family: var(--serif); font-weight: 500; font-size: 1.75rem; color: var(--gold-dark);
  margin-bottom: 30px;
}
.day__name::after { content: ""; flex: 1; height: 1px; background: var(--border-gold); }
.timeline { position: relative; }
.step { position: relative; display: flex; gap: 22px; padding-bottom: 38px; }
.step:last-child { padding-bottom: 0; }
.step__marker { position: relative; flex: 0 0 auto; }
.step__num {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--border-gold); background: var(--card);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: .95rem; color: var(--gold-dark);
}
.step:not(:last-child) .step__marker::after {
  content: ""; position: absolute; left: 50%; top: 42px; bottom: -38px;
  width: 1px; background: var(--border-gold); transform: translateX(-50%);
}
.step__body { padding-top: 4px; }
.step__title { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; line-height: 1.15; color: var(--ink); }
.step__text { margin-top: 6px; color: var(--muted); font-size: .95rem; line-height: 1.6; }

/* Dark cards (Abendtalk, Morgen) */
.darkcard {
  max-width: 760px; margin-inline: auto;
  background: var(--navy); border-radius: var(--radius);
  padding: clamp(30px, 4vw, 48px); color: var(--on-dark);
}
.darkcard__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 5vw, 2.9rem); line-height: 1.12; color: var(--on-dark); margin-top: 4px; }
.darkcard__sub { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.4rem; color: var(--gold-light); margin-top: 8px; }
.darkcard__sub--plain { font-family: var(--sans); font-style: normal; font-weight: 300; font-size: 1.0625rem; color: #b7c2cc; }
.darkcard__list { margin-top: 22px; display: grid; gap: 14px; }
.darkcard__list li { position: relative; padding-left: 22px; color: var(--on-dark-2); font-size: 1rem; }
.darkcard__list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.darkcard__footnote { margin-top: 22px; color: var(--on-dark-3); font-size: .9rem; }
.pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pill {
  padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(190,133,58,.4);
  color: var(--on-dark-2); font-size: .9rem;
}

/* Light card (Goodie) */
.lightcard {
  max-width: 760px; margin-inline: auto;
  background: var(--card); border-radius: var(--radius);
  padding: clamp(30px, 4vw, 48px); border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}
.lightcard__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 5vw, 2.9rem); line-height: 1.12; color: var(--ink); margin-top: 4px; }
.lightcard__text { margin-top: 16px; color: var(--muted); line-height: 1.75; }
.ablauf__footnote { text-align: center; margin-top: clamp(34px, 5vw, 52px); font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--gold-dark); }

/* =========================================================================
   PREIS
   ========================================================================= */
.preis { background: var(--navy); }
.preis__grid { display: grid; grid-template-columns: 1fr; gap: clamp(34px, 5vw, 60px); align-items: start; }
.pricecard {
  background: linear-gradient(160deg, rgba(190,133,58,.10), rgba(30,42,53,.2));
  border: 1px solid var(--border-gold); border-radius: var(--radius);
  padding: clamp(28px, 4vw, 42px);
}
.pricecard__label { font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); }
.pricecard__amount { display: flex; align-items: baseline; gap: 12px; margin-top: 6px; color: var(--on-dark); }
.pricecard__cur { font-family: var(--serif); font-size: 1.7rem; color: var(--on-dark-3); }
.pricecard__value { font-family: var(--serif); font-weight: 500; font-size: clamp(3.4rem, 8vw, 5rem); line-height: 1; }
.pricecard__note { margin-top: 14px; color: var(--on-dark-3); font-size: .95rem; line-height: 1.6; }
.pricecard__badge {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 22px;
  padding: 9px 16px; border-radius: 999px; border: 1px solid var(--border-gold);
  font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light);
}
.pricecard__badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.pricecard__hr { border: 0; border-top: 1px solid rgba(190,133,58,.2); margin: 28px 0; }
.pricecard .cta-label { text-align: left; color: var(--gold-light); }
.pricecard .termine { justify-content: flex-start; }
.pricecard .termin { min-width: 150px; }
.leistungen__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4.5vw, 2.5rem); line-height: 1.12; color: var(--on-dark); }
.leistungen__text { margin-top: 12px; color: var(--on-dark-2); }
.leistungen__list { margin-top: 26px; display: grid; grid-template-columns: 1fr; gap: 16px 30px; }
.leistungen__list li { display: flex; gap: 12px; align-items: flex-start; color: var(--on-dark-2); font-size: 1rem; line-height: 1.5; }
.check {
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  display: grid; place-items: center; font-size: 12px; margin-top: 1px;
}

/* =========================================================================
   VIDEO
   ========================================================================= */
.video { background: var(--cream-2); }
.video__frame {
  position: relative; max-width: 1080px; margin: 0 auto; aspect-ratio: 16 / 9;
  border-radius: 8px; overflow: hidden;
  background-color: var(--cream);
  background-image: repeating-linear-gradient(135deg, rgba(190,133,58,.11) 0 2px, transparent 2px 15px);
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
}
.video__frame video, .video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__play {
  width: 78px; height: 78px; border-radius: 50%; background: var(--gold);
  display: grid; place-items: center; color: #fffdf8; font-size: 26px;
  box-shadow: 0 20px 40px -16px rgba(190,133,58,.7);
}
.video__label {
  text-align: center; padding-inline: 16px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-gold);
}

/* =========================================================================
   HOTEL
   ========================================================================= */
.hotel { background: var(--navy); padding-bottom: 0; }
.hotel__title { font-family: var(--serif); font-weight: 500; line-height: 1.05; color: var(--on-dark); }
.hotel__title .l1 { display: block; font-size: clamp(2.4rem, 6vw, 4rem); }
.hotel__title .l2 { display: block; font-size: clamp(2.4rem, 6vw, 4rem); }
.hotel__text { max-width: 620px; margin: 22px auto 0; color: var(--on-dark-2); line-height: 1.8; }
.hotel__text + .hotel__text { margin-top: 20px; }
.hotel__media { margin-top: clamp(40px, 6vw, 70px); }
.hotel__media img { width: 100%; height: clamp(240px, 42vw, 620px); object-fit: cover; }

/* =========================================================================
   KONTAKT
   ========================================================================= */
.kontakt { background: var(--cream); }
.kontakt__text { max-width: 540px; margin: 16px auto 0; color: var(--muted); line-height: 1.7; }
.kontakt__rows { margin-top: 42px; display: grid; gap: 10px; justify-content: center; }
.kontakt__row { display: flex; align-items: baseline; justify-content: center; gap: 18px; }
.kontakt__key { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); min-width: 64px; text-align: right; }
.kontakt__val { font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.1rem); color: var(--gold-dark); }
.kontakt__note { margin-top: 30px; text-align: center; font-size: 13px; color: var(--muted-2); }

/* =========================================================================
   ABSCHLUSS / CTA
   ========================================================================= */
.cta { background: var(--tan); }
.cta__note { margin-top: 24px; font-size: 14px; color: var(--muted-2); text-align: center; }
.cta__media { max-width: 1080px; margin: clamp(40px, 6vw, 66px) auto 0; }
.cta__media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--tan); padding: clamp(40px, 6vw, 70px) 0 40px; text-align: center; }
.site-footer__logos {
  display: inline-flex; align-items: center; gap: 34px;
  background: #fffdf8; border-radius: 18px; padding: 30px 48px; box-shadow: var(--shadow-soft);
}
.site-footer__logos img { height: 72px; width: auto; }
.site-footer__logos .divider { width: 1px; height: 62px; background: rgba(25,35,45,.14); }
.site-footer__text { margin-top: 30px; color: var(--muted); font-size: .95rem; max-width: 560px; margin-inline: auto; line-height: 1.6; }
.site-footer__links { margin-top: 12px; color: var(--gold-deep); font-size: .95rem; }
.site-footer__links a:hover { text-decoration: underline; }
.site-footer__copy { margin-top: 22px; color: var(--muted-2); font-size: .85rem; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (min-width: 720px) {
  .leistungen__list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .preis__grid { grid-template-columns: 1fr 1fr; gap: 70px; }
}
/* USP-Karten erst breit genug fürs einzeilige Titel-Layout dreispaltig */
@media (min-width: 940px) {
  .usp__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 719px) {
  .site-nav { display: none; }
  .site-header { justify-content: center; }
  .kontakt__key { min-width: 54px; }
}

/* Error page */
.errorpage { min-height: 72vh; display: grid; place-items: center; background: var(--cream); padding-block: 60px; }
.errorpage__title { margin-top: 16px; }
.errorpage__back { margin-top: 28px; }
.errorpage__back .termin { display: inline-block; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__scroll { animation: none; }
  * { transition: none !important; }
}
