/* =========================================================
   ORDENSSAAL BONN — Jugendstil Wedding Venue
   Palette: ivory · bordeaux/aubergine · gold
   ========================================================= */

:root{
  --ivory:        #FAF4EA;
  --ivory-2:      #F3EADA;
  --cream-card:   #FBF7EF;
  --ink:          #3A2530;   /* deep aubergine for text */
  --ink-soft:     #6A5560;
  --bordeaux:     #7C2E3B;
  --bordeaux-dk:  #5E2230;
  --gold:         #B0884C;
  --gold-lt:      #C7A368;
  --line:         rgba(58,37,48,.16);
  --shadow:       0 24px 60px -28px rgba(58,37,48,.45);

  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-script:  "Great Vibes", cursive;
  --f-label:   "Jost", sans-serif;
  --f-body:    "Mulish", system-ui, sans-serif;

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  font-family:var(--f-body);
  color:var(--ink);
  background:var(--ivory);
  line-height:1.7;
  font-weight:400;
  font-size:17px;
  overflow-x:hidden;
}
img{ display:block; width:100%; height:100%; object-fit:cover; }
a{ color:inherit; text-decoration:none; }

/* ---------- layout helpers ---------- */
.container{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:28px; }
.container--narrow{ max-width:760px; }
.center{ text-align:center; }

.eyebrow{
  font-family:var(--f-label);
  text-transform:uppercase;
  letter-spacing:.34em;
  font-size:.72rem;
  font-weight:400;
  color:var(--gold);
  margin-bottom:1.1rem;
}
.eyebrow--light{ color:var(--gold-lt); }

.section__title{
  font-family:var(--f-display);
  font-weight:500;
  font-size:clamp(2rem, 4.2vw, 3.4rem);
  line-height:1.08;
  color:var(--ink);
  letter-spacing:.005em;
}
.section__title em{ font-style:italic; color:var(--bordeaux); }

.lead{
  font-family:var(--f-display);
  font-size:clamp(1.2rem, 2vw, 1.5rem);
  font-weight:400;
  line-height:1.55;
  color:var(--ink-soft);
}

.section-head{ margin-bottom:3rem; }
.section-head__sub{ max-width:560px; margin:1rem auto 0; color:var(--ink-soft); }

/* ---------- ornamental divider ---------- */
.divider{ margin:1.6rem auto 2rem; width:240px; }
.divider svg{ width:100%; height:24px; }
.divider path, .divider circle{ fill:none; stroke:var(--gold); stroke-width:1.2; }
.divider circle{ fill:var(--gold); }

/* ---------- buttons ---------- */
.btn{
  display:inline-block;
  font-family:var(--f-label);
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  padding:1.05em 2.1em;
  cursor:pointer;
  border:1px solid transparent;
  transition:all .3s var(--ease);
  border-radius:2px;
}
.btn--gold{ background:var(--gold); color:#fff; }
.btn--gold:hover{ background:var(--bordeaux); }
.btn--ghost{ border-color:rgba(255,255,255,.55); color:#fff; }
.btn--ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; }
.btn--outline{ border-color:var(--gold); color:var(--bordeaux); margin-top:1.4rem; }
.btn--outline:hover{ background:var(--gold); color:#fff; }
.btn--block{ width:100%; text-align:center; }

/* =========================================================
   NAV
   ========================================================= */
.nav{
  position:fixed; inset:0 0 auto 0; z-index:50;
  transition:background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding:.5rem 0;
}
.nav__inner{
  max-width:var(--maxw); margin-inline:auto; padding-inline:28px;
  display:flex; align-items:center; justify-content:space-between;
  height:78px;
}
.brand{ line-height:1; display:flex; flex-direction:column; }
.brand__name{
  font-family:var(--f-display); font-weight:600; font-size:1.5rem;
  letter-spacing:.04em; color:#fff; transition:color .4s var(--ease);
}
.brand__sub{
  font-family:var(--f-label); text-transform:uppercase; letter-spacing:.42em;
  font-size:.6rem; color:var(--gold-lt); margin-top:.15rem; padding-left:.1em;
}
.nav__links{ display:flex; align-items:center; gap:2.2rem; }
.nav__links a{
  font-family:var(--f-label); font-size:.82rem; letter-spacing:.14em;
  text-transform:uppercase; color:rgba(255,255,255,.92);
  position:relative; transition:color .3s var(--ease);
}
.nav__links a:not(.nav__cta)::after{
  content:""; position:absolute; left:0; bottom:-6px; height:1px; width:0;
  background:var(--gold-lt); transition:width .3s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after{ width:100%; }
.nav__cta{
  border:1px solid rgba(255,255,255,.5); padding:.6em 1.4em; border-radius:2px;
  transition:all .3s var(--ease);
}
.nav__cta:hover{ background:var(--gold); border-color:var(--gold); color:#fff; }

/* scrolled state */
.nav.is-solid{ background:var(--ivory); box-shadow:0 6px 30px -18px rgba(58,37,48,.4); }
.nav.is-solid .brand__name{ color:var(--ink); }
.nav.is-solid .brand__sub{ color:var(--gold); }
.nav.is-solid .nav__links a{ color:var(--ink); }
.nav.is-solid .nav__cta{ border-color:var(--gold); color:var(--bordeaux); }
.nav.is-solid .nav__cta:hover{ color:#fff; }
.nav.is-solid .nav__burger span{ background:var(--ink); }

/* burger */
.nav__burger{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px; }
.nav__burger span{ width:26px; height:2px; background:#fff; transition:.3s var(--ease); }
.nav__mobile{
  display:none; flex-direction:column; background:var(--ivory);
  border-top:1px solid var(--line);
}
.nav__mobile a{
  font-family:var(--f-label); text-transform:uppercase; letter-spacing:.16em;
  font-size:.85rem; padding:1.1rem 28px; border-bottom:1px solid var(--line); color:var(--ink);
}

/* =========================================================
   HERO
   ========================================================= */
.hero{ position:relative; height:100vh; min-height:640px; display:flex; align-items:center; }
.hero__media{ position:absolute; inset:0; }
.hero__media img{ animation:heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom{ from{ transform:scale(1.12); } to{ transform:scale(1); } }
.hero__overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(34,18,26,.55) 0%, rgba(34,18,26,.18) 35%, rgba(34,18,26,.5) 100%),
    radial-gradient(120% 80% at 50% 30%, transparent 40%, rgba(34,18,26,.45) 100%);
}
.hero__content{
  position:relative; z-index:2; max-width:var(--maxw);
  margin-inline:auto; padding-inline:28px; width:100%; color:#fff;
}
.hero__script{
  font-family:var(--f-script); color:var(--gold-lt);
  font-size:clamp(2.6rem, 6vw, 4.6rem); line-height:.9; margin-bottom:-.3rem;
}
.hero__title{
  font-family:var(--f-display); font-weight:400;
  font-size:clamp(2.6rem, 6.4vw, 5.4rem); line-height:1.04;
  letter-spacing:.01em; margin:.2rem 0 1.3rem; text-shadow:0 2px 30px rgba(0,0,0,.3);
}
.hero__sub{
  max-width:540px; font-size:1.12rem; color:rgba(255,255,255,.9);
  font-weight:300; margin-bottom:2.2rem;
}
.hero__actions{ display:flex; gap:1rem; flex-wrap:wrap; }

.hero__scroll{ position:absolute; bottom:34px; left:50%; transform:translateX(-50%); z-index:2; }
.hero__scroll-line{
  display:block; width:1px; height:54px; background:rgba(255,255,255,.6); position:relative; overflow:hidden;
}
.hero__scroll-line::after{
  content:""; position:absolute; top:-54px; left:0; width:1px; height:54px;
  background:var(--gold-lt); animation:scrollDot 2.4s var(--ease) infinite;
}
@keyframes scrollDot{ 0%{ transform:translateY(0);} 60%,100%{ transform:translateY(108px);} }

/* =========================================================
   INTRO
   ========================================================= */
.intro{ padding:clamp(5rem,11vw,9rem) 0; text-align:center; background:var(--ivory); }
.intro__head{
  font-family:var(--f-display); font-weight:400;
  font-size:clamp(1.9rem, 4vw, 3rem); line-height:1.18; color:var(--ink);
}
.intro__head em{ font-style:italic; color:var(--bordeaux); }

/* =========================================================
   SPLIT (Saal / Lage)
   ========================================================= */
.saal, .lage{ background:var(--ivory); }
.split{
  display:grid; grid-template-columns:1fr 1fr; align-items:center;
  max-width:1340px; margin-inline:auto; gap:clamp(2rem,5vw,5rem);
  padding:clamp(4rem,8vw,7rem) 28px;
}
.split--reverse .split__media{ order:2; }
.split__media{
  aspect-ratio:4/5; overflow:hidden; border-radius:3px; box-shadow:var(--shadow);
  position:relative;
}
.split__media::after{
  content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.35); pointer-events:none;
}
.split__media img{ transition:transform 1.2s var(--ease); }
.split__media:hover img{ transform:scale(1.05); }
.split__text p{ margin-top:1.2rem; color:var(--ink-soft); }
.split__text .section__title{ margin-top:.4rem; }
.split__text em{ font-style:italic; color:var(--bordeaux); }

.features{ list-style:none; margin-top:1.8rem; display:grid; grid-template-columns:1fr 1fr; gap:.7rem 1.4rem; }
.features li{
  font-family:var(--f-label); font-size:.92rem; letter-spacing:.02em; color:var(--ink);
  display:flex; align-items:center; gap:.6rem;
}
.features__ico{ color:var(--gold); font-size:.7rem; }

.info-list{ list-style:none; margin-top:1.6rem; }
.info-list li{ padding:.85rem 0; border-bottom:1px solid var(--line); display:flex; gap:1.2rem; }
.info-list li span{
  font-family:var(--f-label); text-transform:uppercase; letter-spacing:.16em;
  font-size:.7rem; color:var(--gold); min-width:84px; padding-top:.25rem;
}

/* =========================================================
   FEATURE QUOTE (fullbleed)
   ========================================================= */
.feature-quote{ position:relative; min-height:72vh; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.feature-quote__media{ position:absolute; inset:0; }
.feature-quote__media img{ transform:scale(1.05); }
.feature-quote__overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(34,18,26,.45), rgba(34,18,26,.55)); }
.feature-quote__text{ position:relative; z-index:2; text-align:center; color:#fff; padding:0 24px; }
.quote__script{ font-family:var(--f-script); color:var(--gold-lt); font-size:clamp(2.6rem,6vw,4.4rem); line-height:1; }
.quote__line{ font-family:var(--f-display); font-style:italic; font-size:clamp(1.6rem,3.4vw,2.6rem); margin-top:.4rem; }

/* =========================================================
   EUER TAG / TIMELINE
   ========================================================= */
.tag{ padding:clamp(5rem,10vw,8rem) 0; background:var(--ivory-2); }
.timeline{ display:grid; grid-template-columns:repeat(3,1fr); gap:2.4rem; }
.tl{ text-align:center; padding:2.6rem 1.6rem; background:var(--cream-card); border:1px solid var(--line); border-radius:3px; transition:transform .4s var(--ease), box-shadow .4s var(--ease); }
.tl:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.tl__step{
  display:inline-flex; align-items:center; justify-content:center;
  width:58px; height:58px; border-radius:50%; border:1px solid var(--gold);
  font-family:var(--f-display); font-size:1.5rem; color:var(--bordeaux); margin-bottom:1.2rem;
}
.tl h3{ font-family:var(--f-display); font-weight:500; font-size:1.5rem; margin-bottom:.7rem; color:var(--ink); }
.tl p{ color:var(--ink-soft); font-size:.98rem; }

/* =========================================================
   GALERIE
   ========================================================= */
.galerie{ padding:clamp(5rem,10vw,8rem) 0; background:var(--ivory); }
.gallery{
  display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:240px; gap:18px;
}
.g{ overflow:hidden; border-radius:3px; position:relative; }
.g img{ transition:transform 1s var(--ease); }
.g::after{ content:""; position:absolute; inset:0; background:rgba(58,37,48,0); transition:background .4s var(--ease); }
.g:hover img{ transform:scale(1.07); }
.g:hover::after{ background:rgba(58,37,48,.12); }
.g--tall{ grid-row:span 2; }
.g--wide{ grid-column:span 2; }

/* =========================================================
   FACTS
   ========================================================= */
.facts{ background:var(--bordeaux-dk); color:var(--ivory); padding:clamp(3.5rem,7vw,5.5rem) 0; }
.facts__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; text-align:center; }
.fact{ position:relative; }
.fact + .fact{ }
.fact__num{ display:block; font-family:var(--f-display); font-weight:500; font-size:clamp(3rem,6vw,4.6rem); line-height:1; color:var(--gold-lt); }
.fact__num--text{ font-style:italic; }
.fact__label{ display:block; margin-top:.6rem; font-family:var(--f-label); letter-spacing:.1em; font-size:.82rem; text-transform:uppercase; color:rgba(250,244,234,.8); }

/* =========================================================
   CATERING
   ========================================================= */
.catering{ padding:clamp(5rem,10vw,8rem) 0; background:var(--ivory-2); text-align:center; }

/* =========================================================
   KONTAKT
   ========================================================= */
.kontakt{ padding:clamp(5rem,10vw,8rem) 0; background:var(--ivory); }
.kontakt__grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.4rem,5vw,5rem); align-items:start; }
.kontakt__intro p{ margin-top:1.2rem; color:var(--ink-soft); }
.contact-info{ list-style:none; margin-top:2rem; }
.contact-info li{ padding:1rem 0; border-bottom:1px solid var(--line); display:flex; gap:1.4rem; align-items:baseline; }
.contact-info li span{ font-family:var(--f-label); text-transform:uppercase; letter-spacing:.16em; font-size:.7rem; color:var(--gold); min-width:74px; }
.contact-info a{ color:var(--bordeaux); transition:color .3s var(--ease); }
.contact-info a:hover{ color:var(--gold); }

/* form */
.form{ background:var(--cream-card); border:1px solid var(--line); border-radius:4px; padding:clamp(1.8rem,3vw,2.6rem); box-shadow:var(--shadow); }
.field{ margin-bottom:1.2rem; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; }
.field label{ display:block; font-family:var(--f-label); text-transform:uppercase; letter-spacing:.14em; font-size:.68rem; color:var(--ink-soft); margin-bottom:.5rem; }
.field input, .field textarea{
  width:100%; font-family:var(--f-body); font-size:1rem; color:var(--ink);
  background:var(--ivory); border:1px solid var(--line); border-radius:2px;
  padding:.85rem 1rem; transition:border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field textarea:focus{ outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(176,136,76,.15); }
.field textarea{ resize:vertical; }
.form__note{ margin-top:1rem; font-size:.92rem; min-height:1.2em; }
.form__note.is-ok{ color:var(--bordeaux); }
.form__note.is-err{ color:#a33; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer{ background:var(--ink); color:rgba(250,244,234,.82); padding:4rem 0 1.6rem; }
.footer__grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:2.5rem; padding-bottom:3rem; }
.footer .brand__name{ color:#fff; font-size:1.7rem; }
.footer .brand__sub{ color:var(--gold-lt); }
.footer__tag{ font-family:var(--f-display); font-style:italic; font-size:1.2rem; margin-top:.8rem; color:rgba(250,244,234,.7); }
.footer__col h4{ font-family:var(--f-label); text-transform:uppercase; letter-spacing:.18em; font-size:.74rem; color:var(--gold-lt); margin-bottom:1rem; font-weight:400; }
.footer__col p{ font-size:.95rem; margin-bottom:.8rem; line-height:1.6; }
.footer__col a{ color:rgba(250,244,234,.82); transition:color .3s var(--ease); }
.footer__col a:hover{ color:var(--gold-lt); }
.footer__base{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:.6rem; padding-top:1.6rem; border-top:1px solid rgba(250,244,234,.12); font-family:var(--f-label); font-size:.74rem; letter-spacing:.06em; color:rgba(250,244,234,.55); }
.footer__legal{ display:flex; gap:1.6rem; }
.footer__legal a{ color:rgba(250,244,234,.6); text-transform:uppercase; letter-spacing:.1em; transition:color .3s var(--ease); }
.footer__legal a:hover{ color:var(--gold-lt); }

/* =========================================================
   LEGAL PAGES (Impressum / Datenschutz)
   ========================================================= */
.nav--static{ background:var(--ivory); box-shadow:0 6px 30px -18px rgba(58,37,48,.4); }
.nav--static .brand__name{ color:var(--ink); }
.nav--static .brand__sub{ color:var(--gold); }
.nav--static .nav__cta{ border-color:var(--gold); color:var(--bordeaux); }
.nav--static .nav__cta:hover{ color:#fff; }
.nav--static .nav__burger span{ background:var(--ink); }

.page-hero{ background:var(--bordeaux-dk); color:var(--ivory); padding:9rem 0 3.4rem; }
.page-hero h1{ font-family:var(--f-display); font-weight:500; font-size:clamp(2.4rem,5vw,3.8rem); line-height:1.05; }
.page-hero .eyebrow{ color:var(--gold-lt); margin-bottom:.9rem; }

.legal{ max-width:840px; margin-inline:auto; padding:clamp(3rem,6vw,5rem) 28px; }
.legal section{ margin-bottom:3rem; }
.legal h2{ font-family:var(--f-display); font-weight:500; font-size:clamp(1.6rem,3vw,2.1rem); color:var(--ink); margin-bottom:.6rem; }
.legal h3{ font-family:var(--f-display); font-weight:500; font-size:1.3rem; color:var(--bordeaux); margin:1.6rem 0 .6rem; }
.legal p{ color:var(--ink-soft); margin-bottom:1rem; }
.legal p strong{ color:var(--ink); font-weight:600; }
.legal ul{ margin:.4rem 0 1.2rem 1.4rem; color:var(--ink-soft); }
.legal ul li{ margin-bottom:.5rem; }
.legal a{ color:var(--bordeaux); text-decoration:underline; text-underline-offset:2px; transition:color .3s var(--ease); }
.legal a:hover{ color:var(--gold); }
.legal .gold-divider{ width:42px; height:1px; background:var(--gold); margin:.4rem 0 1.6rem; }
.legal .back-link{ display:inline-block; margin-top:1rem; font-family:var(--f-label); text-transform:uppercase; letter-spacing:.16em; font-size:.78rem; color:var(--bordeaux); border-bottom:1px solid var(--gold); padding-bottom:.3rem; text-decoration:none; }
.legal .back-link:hover{ color:var(--gold); }
.legal .contact-block{ background:var(--cream-card); border:1px solid var(--line); border-radius:3px; padding:1.4rem 1.6rem; }

/* ---- honeypot (visually hidden) ---- */
.hp{ position:absolute !important; left:-9999px !important; top:auto; width:1px; height:1px; overflow:hidden; }

/* =========================================================
   COOKIE / DATENSCHUTZ-HINWEIS
   ========================================================= */
.cookie-bar{
  position:fixed; left:18px; right:18px; bottom:18px; z-index:60;
  max-width:var(--maxw); margin-inline:auto;
  display:flex; align-items:center; gap:1.4rem; flex-wrap:wrap; justify-content:space-between;
  background:var(--cream-card); color:var(--ink);
  border:1px solid var(--line); border-left:3px solid var(--gold);
  border-radius:4px; padding:1.1rem 1.4rem; box-shadow:var(--shadow);
  transform:translateY(140%); opacity:0;
  transition:transform .5s var(--ease), opacity .5s var(--ease);
}
.cookie-bar.is-visible{ transform:translateY(0); opacity:1; }
.cookie-bar__text{ font-size:.92rem; line-height:1.55; color:var(--ink-soft); flex:1 1 380px; margin:0; }
.cookie-bar__text a{ color:var(--bordeaux); text-decoration:underline; text-underline-offset:2px; }
.cookie-bar__text a:hover{ color:var(--gold); }
.cookie-bar__actions{ display:flex; gap:.7rem; flex-wrap:wrap; }
.cookie-bar .btn{ padding:.7em 1.5em; }
.btn--quiet{ background:transparent; border:1px solid var(--line); color:var(--ink-soft); }
.btn--quiet:hover{ border-color:var(--gold); color:var(--bordeaux); }
@media (max-width:560px){
  .cookie-bar{ left:10px; right:10px; bottom:10px; padding:1rem; }
  .cookie-bar__actions{ width:100%; }
  .cookie-bar__actions .btn{ flex:1; text-align:center; }
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:900px){
  .nav__links{ display:none; }
  .nav__burger{ display:flex; }
  .nav__mobile.is-open{ display:flex; }
  .split{ grid-template-columns:1fr; }
  .split--reverse .split__media{ order:0; }
  .split__media{ aspect-ratio:4/3; }
  .kontakt__grid{ grid-template-columns:1fr; }
  .timeline{ grid-template-columns:1fr; }
  .gallery{ grid-template-columns:repeat(2,1fr); grid-auto-rows:200px; }
  .g--wide{ grid-column:span 2; }
  .footer__grid{ grid-template-columns:1fr; gap:2rem; }
}
@media (max-width:560px){
  body{ font-size:16px; }
  .container{ padding-inline:20px; }
  .nav__inner{ padding-inline:20px; }
  .hero__actions{ flex-direction:column; }
  .hero__actions .btn{ width:100%; text-align:center; }
  .features{ grid-template-columns:1fr; }
  .field-row{ grid-template-columns:1fr; }
  .facts__grid{ grid-template-columns:1fr; gap:2.4rem; }
  .gallery{ grid-template-columns:1fr; grid-auto-rows:260px; }
  .g--wide,.g--tall{ grid-column:auto; grid-row:auto; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal{ opacity:1; transform:none; }
  html{ scroll-behavior:auto; }
}
