*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#f3eee4;color:#1c1712}
body{font-family:"Source Sans 3",ui-sans-serif,system-ui,sans-serif;font-size:1.0625rem;line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:"Cormorant Garamond","Palatino Linotype",Palatino,serif;letter-spacing:-.02em;line-height:1.15;font-weight:500;text-wrap:balance;margin:0}
p{margin:0;text-wrap:pretty}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,select,input,textarea{font:inherit}
.wrap{max-width:72rem;margin:0 auto;padding:0 1.5rem}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:1rem;top:1rem;width:auto;height:auto;z-index:50;background:#6e322c;color:#f3eee4;padding:.5rem 1rem;border-radius:6px}
header{position:sticky;top:0;z-index:40;border-bottom:1px solid #d4cbb8cc;background:#f3eee4e6;backdrop-filter:blur(12px)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.25rem}
.logo{font-family:"Cormorant Garamond",serif;font-size:1.35rem;letter-spacing:-.02em}
nav.desk{display:none;gap:.15rem;align-items:center}
nav.desk a{padding:.5rem .65rem;border-radius:4px;font-size:.92rem;color:#2c241c}
nav.desk a:hover,nav.desk a.active{color:#6e322c}
.lang{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;height:2.75rem;font-size:.75rem;letter-spacing:.04em;color:#6f655a}
.lang:hover{color:#1c1712}
.menu-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;height:2.75rem;border:0;background:transparent;cursor:pointer;font-size:.9rem}
.mobile{display:none;border-top:1px solid #d4cbb8;background:#f3eee4;padding:.75rem 1.5rem}
.mobile a{display:flex;align-items:center;min-height:2.75rem;border-bottom:1px solid #d4cbb8b3}
body.nav-open .mobile{display:block}
footer{background:#1c1712;color:#f3eee4}
.foot{display:grid;gap:2.5rem;padding:3.5rem 1.5rem}
.foot a{color:#f3eee4cc}
.foot a:hover{color:#f3eee4}
.muted{color:#6f655a}
.soft{color:#2c241c}
.accent{color:#6e322c}
.eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#6f655a}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.7rem 1.15rem;border-radius:8px;font-weight:500;border:1px solid transparent}
.btn-cream{background:#f8f4ec;color:#1c1712}
.btn-cream:hover{background:#fff}
.btn-ghost{border-color:#f3eee466;color:#f3eee4}
.btn-ghost:hover{background:#ffffff14}
.btn-accent{background:#6e322c;color:#f3eee4}
.hero{position:relative;min-height:88vh;overflow:hidden;background:#1c1712;color:#f3eee4}
.hero img.bg,.page-hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,23,18,.7),rgba(28,23,18,.25),transparent)}
.hero .inner{position:relative;max-width:72rem;margin:0 auto;min-height:88vh;display:flex;flex-direction:column;justify-content:flex-end;padding:5rem 1.5rem}
.hero h1{font-size:clamp(2.6rem,6vw,4.5rem);max-width:20ch;line-height:1.05}
.hero p.lead{margin-top:1.5rem;max-width:36rem;color:#f3eee4d9;font-size:1.125rem}
.hero .actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.page-hero{position:relative;min-height:52vh;overflow:hidden;background:#1c1712;color:#f3eee4}
.page-hero .veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,23,18,.7),rgba(28,23,18,.2),transparent)}
.page-hero .inner{position:relative;max-width:72rem;margin:0 auto;min-height:52vh;display:flex;flex-direction:column;justify-content:flex-end;padding:4rem 1.5rem}
.page-hero h1{font-size:clamp(2.4rem,5vw,3.75rem);max-width:20ch}
.page-hero p.lead{margin-top:1.25rem;max-width:40rem;color:#f3eee4d9}
.section{max-width:72rem;margin:0 auto;padding:5rem 1.5rem}
.grid-12{display:grid;gap:2.5rem}
.card{overflow:hidden;border-radius:12px;background:#f8f4ec;box-shadow:0 0 0 1px rgba(28,23,18,.06),0 1px 2px -1px rgba(28,23,18,.06)}
.frame{overflow:hidden;background:#e8e0d2}
.frame img{width:100%;height:100%;object-fit:cover}
.aspect-43{aspect-ratio:4/3}
.aspect-32{aspect-ratio:3/2}
.aspect-1610{aspect-ratio:16/10}
.round{border-radius:12px}
.band{background:#e8e0d2aa}
.cta{background:#1c1712;color:#f3eee4}
.cta .inner{max-width:72rem;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.split{display:grid}
.split a{position:relative;min-height:420px;overflow:hidden;background:#1c1712;color:#f3eee4}
.split img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.split a:hover img{transform:scale(1.03)}
.split .veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,23,18,.6),rgba(28,23,18,.2),transparent)}
.split .txt{position:relative;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem}
.facts{display:grid;gap:1px;overflow:hidden;border-radius:12px;background:#d4cbb8}
.facts>div{background:#f3eee4;padding:1.25rem}
form{display:grid;gap:1.25rem}
label{font-size:.9rem}
input,select,textarea{width:100%;border:1px solid #d4cbb8;background:#f8f4ec;border-radius:8px;padding:.7rem .85rem;color:#1c1712}
textarea{min-height:8rem;resize:vertical}
input,select{height:2.75rem}
.aside{border-radius:12px;background:#f8f4ec;padding:1.5rem;box-shadow:0 0 0 1px rgba(28,23,18,.06)}
.map{margin-top:1rem;overflow:hidden;border-radius:12px}
.map iframe{width:100%;height:16rem;border:0}
.two{display:grid;gap:2.5rem}
.three{display:grid;gap:1.5rem}
.more{display:inline-flex;align-items:center;gap:.25rem;margin-top:1rem;min-height:2.75rem;color:#6e322c;font-size:.9rem;font-weight:500}
ul.plain{list-style:none;padding:0;margin:1rem 0 0}
ul.plain li{border-bottom:1px solid #d4cbb8;padding:.5rem 0;color:#2c241c}
@media (min-width:900px){
  nav.desk{display:flex}
  .menu-btn{display:none}
  .mobile{display:none !important}
  .grid-12{grid-template-columns:repeat(12,1fr)}
  .span-5{grid-column:span 5}
  .span-7{grid-column:span 7}
  .span-4{grid-column:span 4}
  .span-8{grid-column:span 8}
  .start-6{grid-column:6 / span 7}
  .three{grid-template-columns:repeat(3,1fr)}
  .two{grid-template-columns:1fr 1fr;align-items:center}
  .split{grid-template-columns:1fr 1fr}
  .foot{grid-template-columns:1fr 1fr 1fr}
  .cta .inner{flex-direction:row;align-items:flex-end;justify-content:space-between}
  .rev{order:2}
  .rev-txt{order:1}
  .facts{grid-template-columns:repeat(3,1fr)}
  .form-2{grid-template-columns:1fr 1fr}
  .kontakt{grid-template-columns:7fr 5fr}
}
