*{
    margin: 0;
    padding: 0;
}
:root{
     --bordeaux: #6B1F3A;
     --bordeauxRGB: 107, 31, 58;
    --bordeaux-light: #8B2E50;
    --bordeaux-dark: #4A1228;
    --warm-white: #FAF8F5;
    --off-white: #F2EDE8;
    --warm-gray: #8A8279;
    --dark: #1C1714;
    --gold: #C4A46B;
    --gold-light: #D4B87A;
    
    --boxshadow: 0 0 10px rgba(0,0,0,.2);
    --textshadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    --transition: all .4s;
    --border-radius: 8px;
    --borderRadius: rgba(107,31,58,0.1);
}
.relative{
    position: relative!important;
}
.absolute{
    position: absolute!important;
}
.textcolor{
    color: var(--textcolor);
}
.maincolor{
    color: var(--bordeaux);
}
.bg-white{
    background-color: #fff;
}
.bg-lightgrey{
    background-color: var(--lightgrey);
}
.bg-dark{
    background-color: var(--dark);
    color: #fff;
}
.preline{
    width: 48px;
     height: 1px; 
     background-color: var(--gold)
     ; margin-bottom: 1.5rem;
}
.textGold{
    color: var(--gold)!important;
}
html{
    font-size: 100%;
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body{
    font-size: 16px; font-size: 1rem;
    line-height: 1.8;
    color: var(--textcolor);

}
 body {
    font-family: 'Jost', sans-serif;
    background: var(--warm-white);
    color: var(--dark);
    overflow-x: hidden;
  }
h1, h2, h3{
    font-family: 'Cormorant Garamond', 'Times New Roman', Times, serif;
    color: var(--bordeaux);
    font-weight: 500!important;
}

h1 {font-weight:500; font-size: 72px; font-size: 4.5rem; line-height: 1.1; padding-bottom: 2rem;}
h2 {font-weight:400; font-size: 36px; font-size: 2.25rem; line-height: 1.1; padding: 1rem 0;}
h3 {font-weight:600; font-size: 24px; font-size: 1.5rem; line-height: 1.1; margin: 0 0 12px 0  }
h4 {font-weight:600; font-size: 24px; font-size: 1.15rem; line-height: 1.1; padding: .75rem 0}
p{ font-size: 16px; font-size: 1rem; 
    /* line-height: 1.65;   */
     line-height: 1.8;
    color: var(--textcolor);}
a{
    text-decoration: none;
}

h2 em {
    font-style: italic;
    color: var(--bordeaux);
  }

a.mailto,
a{ 
  text-decoration: none;
  color: var(--bordeaux);
  text-decoration: underline;
}
a:hover{
    color: var(--bordeaux);
    text-decoration: underline;
}
header{
    background-color: #fff;
    box-shadow: none;
    height: 80px;
    transition: var(--transition); 
    position: fixed;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--bordeaux);
     background: rgba(250,248,245,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(107,31,58,0.08);
    animation: fadeDown 0.8s ease both;

}

header.scrolled{
     box-shadow: var(--boxshadow);
   /* height: 106px;
    background-color: #fff; */
    /* padding: 16px 0 8px 0; */
}
header a{
    color: #fff;
}
header + div{
    height: 80px
} 

#logo{
   height: 80px;
   /* height: 72px; */
  padding: 12px;


 position: relative;
}
#logo img{
    height: 100%;
    width: auto;
    transition: var(--transition);
}
/* header.scrolled #logo img{
    height: 106px;
} */
header .bookNow{
    position: absolute;
    right: 104px;
    top: 24px;

}
.bookNow a{
display: block;
background-color: var(--bordeaux);
color: #fff;
border-radius: 0;

line-height: 1;

text-transform: uppercase;
font-weight: 400;
text-decoration: none;
transition: var(--transition);
padding: 10px 22px;
  font-size: 0.72rem !important;
  letter-spacing: 0.16em !important;
  transition: background 0.25s !important;
}
.bookNow.secondary a{
    background-color: #fff;
    color: var(--gold) ;
}
.bookNow a.autowidth{
    width: auto;
    display: inline-block;
}
.bookNow a:hover{
background-color: rgba(var(--bordeauxRGB), 0.7);
color: #fff;
}
#navtrigger{
    position: absolute;
    right: 32px;
    top: 26px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    z-index: 9999;
}
#navtrigger div{
    position: absolute;
    width: 36px;
    height: 3px;
    z-index: 9999;
    transition: 0.4s;
    background-color: var(--bordeaux);
    transition: var(--transition);
}

.scrolled #navtrigger div{
    background-color: var(--bordeaux);
}
#navtrigger div:nth-child(1){
    top: 0;
    transition: all .2s;
}
#navtrigger div:nth-child(2), 
#navtrigger div:nth-child(3){
    top: 12px;
    transition: all .15s;
}
#navtrigger div:nth-child(4){
    top: 24px;
    transition: all .2s;
}
#navtrigger.close div:nth-child(2){
    -webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .25s;  
}
#navtrigger.close div:nth-child(3){
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .25s;
}
#navtrigger.close div:nth-child(4),
#navtrigger.close div:nth-child(1){
    width: 0;
    opacity: 0;
    right: 50%;
    top: 8px;
 }
#navtrigger.close div{
    background-color: #fff;
}
nav{
    display: block;  
    /* height: 112px; */
    padding: 32px 0;
    transition: var(--transition);

}
nav  li ul li{
    width: 100%;
}
nav ul li a{
    text-decoration: none!important;
}
.megamenu li a:hover{
    text-decoration: underline!important;
}

ul#menu-top-menu > li > a{
    font-size: 32px!important;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    margin: 0 8px 24px 0;
    height: 64px;
    line-height: 64px;
}
.megamenu a{
    font-size: 1rem!important;
}
.scrolled nav{
    padding: 12px 0;
    height: 72px;
}

nav{
    position: fixed;
    top: 0;
    padding: 80px 0 0!important;
    left: -100%;
    z-index: 9998;
    right: 0;
    bottom: 0;
    background-color: var(--bordeaux);
    height: 100vh !important;
    width: 100% !important;
    float: none;
    box-sizing: border-box;
    transition: all .4s
}
nav.isVisible{
    left: 0
}
nav ul{
    margin: 0;
    padding: 0;
}
nav ul li {
  /* float: left; */
  margin: 0 16px;
  position: relative;
  border-bottom: 1px solid var(--off-white);
  list-style: none;
}

nav ul li a {
    color: #f8f8f8;
    height: 64px;
    line-height: 64px;
    position: relative;
    display: block;
    font-weight:600;
    font-size: 1.125rem;
}

nav ul li a:hover{
    transition: color 0.2s;
    color: var(--off-white);
    text-decoration: underline;
}
ul.stats li.stat{
    list-style: none;
float: left;
width: 20%;
position: relative;
margin: 0;
height: 0;
padding: 0 0 20% 0;
color: #fff;
background: transparent url(../img/wifi.svg) 50% 20% no-repeat;
background-size: 32px auto;
}
ul.stats li.stat .text{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    
}

ul.stats li.stat.bett{
    background-image: url(../img/betten.svg);
}
ul.stats li.stat.arbeitsplatz{
    background-image: url(../img/arbeitsplatz.svg);
}
ul.stats li.stat.kueche{
    background-image: url(../img/kueche.svg);
}

ul.stats li.stat.size{
    background-image: url(../img/size.svg);
}




.iconbox{
width: 100%;
height: 0;
padding-bottom: 100%;
background: url(../img/wifi.svg) 50% 20% no-repeat;
background-size: 64px auto;

position: relative;
transition: var(--transition);
}
.iconbox h3{
    position: absolute;
    top: 44%;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    width: 100%;
    text-align: center;  
}
.iconbox h3 + p{
    position: absolute;
    top: 54%;  
    padding: 0 16px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.iconbox.icon1{
background-image:  url(../img/wifi.svg);
background-color: rgba(var(--bordeauxRGB), 0.9);
}
.iconbox.icon2{
background-image:  url(../img/betten.svg);
background-color: rgba(var(--bordeauxRGB), 0.7);
}
.iconbox.icon3{
background-image:  url(../img/lage.svg);
background-color: rgba(var(--bordeauxRGB), 0.5);
}
.iconbox.icon4{
background-image:  url(../img/zimmerservice.svg);
background-color: rgba(var(--bordeauxRGB), 0.4);
}
.iconbox:hover{
    background-color:  rgba(var(--bordeauxRGB), 1)!important;
}

.icon{
    padding-left: 32px;
  min-height: 24px;
    background: url(../img/wifi.svg) left top no-repeat;
    background-size: 20px auto;
    margin: 0 0 16px 2px;
}

.icon.lage{
    background-image: url(../img/location.svg);
}
.icon.lage.dark{
    background-image: url(../img/location-dark.svg);
}
.icon.phone{
    background-image: url(../img/phone.svg);
}
.icon.mail{
    background-image: url(../img/mail.svg);
}
.icon.personen{
    background-image: url(../img/personen.svg);
}
.icon.lesezeit{
    background-image: url(../img/clock.svg);
}



a#totop{
    display: block;
    background-color: var(--darkSemi);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#totop::after {
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    content: ' ';
    position:relative;
    top: -10px;
}
#totop:hover {
    cursor: pointer;
    background-color: var(--bordeaux);
}
#totop.show {
    opacity: 1;
    visibility: visible;
}


  /* ── HERO ── */
  .hero {
    height: calc(100vh - 80px);
    min-height: 680px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(160deg, rgba(28,23,20,0.18) 0%, rgba(107,31,58,0.55) 100%),
      url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=1800&q=80') center/cover no-repeat;
    transform-origin: center;
    animation: slowZoom 14s ease-out both;
  }

  @keyframes slowZoom {
    from { transform: scale(1.06); }
    to   { transform: scale(1.0); }
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 80px 96px;
    max-width: 720px;
    animation: fadeUp 1s 0.3s ease both;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: var(--gold);
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.2rem, 6vw, 5.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--warm-white);
    margin-bottom: 24px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }

  .hero h1 em {
    font-style: italic;
    color: var(--gold-light);
  }

  .hero-sub {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(250,248,245,0.75);
    max-width: 440px;
    margin-bottom: 40px;
  }

  .hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .btn-primary {
    display: inline-block;
    background: var(--bordeaux);
    color: var(--warm-white);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 16px 36px;
    transition: background 0.25s, transform 0.2s;
  }

  .btn-primary:hover {
    background: var(--bordeaux-dark);
    transform: translateY(-1px);
  }

  .btn-ghost {
    display: inline-block;
    color: rgba(250,248,245,0.8);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(250,248,245,0.35);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
  }

  .btn-ghost:hover {
    color: var(--warm-white);
    border-color: var(--warm-white);
  }
/* 
  /* scroll indicator 
  .scroll-hint {
    position: absolute;
    bottom: 40px;
    right: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: fadeUp 1s 1s ease both;
  }

  .scroll-hint span {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(250,248,245,0.5);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(250,248,245,0.5), transparent);
    animation: scrollPulse 2s 2s infinite;
  } 

  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50% { opacity: 0.9; transform: scaleY(0.7); }
  }
*/

  
  /* ── USP BAND ── */
  .usp-band {
    background: var(--bordeaux-dark);
    /* padding: 0 80px; */
    border-bottom: 1px solid rgba(196,164,107,0.2);
  }

  .usp-item {
    padding: 44px 32px 44px 0;
    border-right: 1px solid rgba(250,248,245,0.1);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    opacity: 0;
    opacity: 1;
    transform: translateY(16px);
    transition: opacity 0.5s, transform 0.8s;
  }

  .usp-item:last-child { border-right: none; padding-left: 32px; padding-right: 0; }
  .usp-item.visible { opacity: 1; transform: translateY(0); }

  .usp-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    color: var(--gold);
    margin-top: 2px;
    background: transparent  50% 20% no-repeat;;
    background-size: 32px auto;
  }
  .usp-icon.wifi{
    background-image: url(../img/wifi-gold.svg);
  }
   .usp-icon.kueche{
    background-image: url(../img/kueche-gold.svg);
  }
   .usp-icon.lage{
    background-image: url(../img/lage-gold.svg);
  }

  .usp-text h3 {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--warm-white);
    margin-bottom: 6px;
  }

  .usp-text p {
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(250,248,245,0.55);
  }

  /* ── INTRO ── */
  .intro {
    /* padding: 120px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto; */
  }

  .intro-text .section-label {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .intro-text .section-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--bordeaux);
  }

  .intro-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 28px;
  }

  .intro-text h2 em {
    font-style: italic;
    color: var(--bordeaux);
  }

  .intro-text p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--warm-gray);
    margin-bottom: 16px;
  }

  .intro-text a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bordeaux);
    text-decoration: none;
    border-bottom: 1px solid var(--bordeaux);
    padding-bottom: 3px;
    transition: gap 0.2s;
  }

  /* .intro-text a:hover { gap: 16px; } */

  .intro-visual {
    position: relative;
  }

  .intro-img-main {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
  }

  .intro-img-accent {
    position: absolute;
    bottom: -32px;
    left: -40px;
    width: 52%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 6px solid var(--warm-white);
    box-shadow: 0 24px 60px rgba(28,23,20,0.18);
  }

  .intro-stat {
    position: absolute;
    top: 32px;
    right: -24px;
    background: var(--bordeaux);
    color: var(--warm-white);
    padding: 24px 28px;
    text-align: center;
  }

  .intro-stat strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1;
    color: var(--gold-light);
  }

  .intro-stat span {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(250,248,245,0.7);
    margin-top: 6px;
    display: block;
  }


  
  /* ── ROOMS ── */
  .rooms {
    background: var(--off-white);
    padding: 100px 80px;
  }

  .rooms-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .rooms-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--dark);
  }

  .rooms-header h2 em { font-style: italic; color: var(--bordeaux); }

  .rooms-header a {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bordeaux);
    text-decoration: none;
    border-bottom: 1px solid var(--bordeaux);
    padding-bottom: 2px;
  }

  /* .rooms-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2px;
  } */

  .room-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .room-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .room-card:hover img { transform: scale(1.04); }

  .room-card-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(28,23,20,0.82) 0%, transparent 60%);
    padding: 40px 36px 32px;
    transform: translateY(8px);
    transition: transform 0.3s;
  }

  .room-card:hover .room-card-overlay { transform: translateY(0); }

  .room-card-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--warm-white);
    margin-bottom: 6px;
  }

  .room-card-overlay p {
    font-size: 0.78rem;
    font-weight: 300;
    color: rgba(250,248,245,0.65);
    letter-spacing: 0.06em;
  }

  .room-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--bordeaux);
    color: var(--warm-white);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 6px 14px;
  }

  
  /* ── LOCATION ── */
  .location {
   padding: 100px 80px;
    /*  max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center; */
  }

  .location-text .section-label {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .location-text .section-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--bordeaux);
  }

  .location-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 300;
    line-height: 1.25;
    color: var(--dark);
    margin-bottom: 28px;
  }

  .location-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
  }

  .location-fact {
    padding: 24px;
    background: var(--off-white);
    border-left: 3px solid var(--bordeaux);
  }

  .location-fact strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: var(--bordeaux);
    line-height: 1;
    margin-bottom: 6px;
  }

  .location-fact span {
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--warm-gray);
    letter-spacing: 0.06em;
  }

  .location-map {
    width: 80%;
    aspect-ratio: 9/15;
    object-fit: cover;
    display: block;
    /* filter: grayscale(30%) contrast(1.05); */
  }

  
  /* ── FOOTER ── */
  footer {
    background: var(--dark);
    padding: 64px 80px 40px;
  }

  .footer-top {
    /* display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px; */
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(250,248,245,0.08);
    margin-bottom: 32px;
  }

  .footer-brand .logo {
    color: var(--warm-white);
    margin-bottom: 16px;
    display: inline-block;
  }

  .footer-brand p {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(250,248,245,0.45);
    margin-top: 12px;
    max-width: 240px;
  }

  .footer-col h4 {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    font-family: jost ;
  }

  .footer-col ul { list-style: none; margin: 0; padding: 0}

  .footer-col ul li + li { margin-top: 10px; }

  .footer-col ul a {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(250,248,245,0.5);
    transition: color 0.2s;
  }

  .footer-col ul a:hover { color: var(--warm-white); }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer li,
  footer p {
    font-size: 0.72rem;
    font-weight: 300;
    color: rgba(250,248,245,0.5);
    letter-spacing: 0.06em;
  }

  .footer-bottom a {
    font-size: 0.72rem;
    font-weight: 300;
    color: rgba(250,248,245,0.3);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-bottom a:hover { color: rgba(250,248,245,0.7); }

  /* SVG Icons inline */
  .icon { display: block; width: 100%; height: 100%; }

  /* Fade-in on scroll */
  .fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }


   .breadcrumb {
    margin: 24px 0;
    padding: 16px 0;
    /* display: flex;
    align-items: center; */
    /* gap: 16px; */
    border-bottom: 1px solid var(--borderColor)!important;
  }
  .breadcrumb a, 
  .breadcrumb span {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
  }
  .breadcrumb a:hover { color: var(--bordeaux); }
  .breadcrumb .sep { color: var(--gold); font-size: 0.6rem; }
  .breadcrumb .current { color: var(--dark); }



  
  /* ── GALLERY ── */
  .gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    grid-template-rows: 360px 240px;
    gap: 3px;
    height: 603px;
  }

  .gallery-main {
    grid-row: 1 / 3;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
  }

  .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
  }
  .gallery-main:hover img { transform: scale(1.03); }

  .gallery-thumb {
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
  }
  .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }
  .gallery-thumb:hover img { transform: scale(1.05); }

  .gallery-more {
    position: absolute;
    inset: 0;
    background: rgba(28,23,20,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
  }
  .gallery-more:hover { background: rgba(28,23,20,0.4); }
  .gallery-more span {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--warm-white);
  }


  
  /* ── LEFT COLUMN ── */
  .apt-header {
    margin-bottom: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--border);
  }

  .apt-tag {
    display: inline-block;
    background: var(--bordeaux);
    color: var(--warm-white);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 5px 14px;
    margin-bottom: 18px;
  }

  .apt-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 3.5vw, 3.4rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--dark);
    margin-bottom: 16px;
  }
  .apt-meta {
    display: flex;
    gap: 28px;
    align-items: center;
  }

  .apt-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--warm-gray);
  }

  .apt-meta-item svg {
    width: 16px;
    height: 16px;
    color: var(--gold);
    flex-shrink: 0;
  }

  /* ── DESCRIPTION ── */
  .apt-desc {
    margin-bottom: 48px;
  }

  .apt-desc p {
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--warm-gray);
    margin-bottom: 16px;
  }

  /* ── AMENITIES ── */
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 16px;
  }


  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 56px;
    border: 1px solid var(--border);
  }

  .amenity {
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transition: background 0.2s;
  }

  .amenity:hover { background: var(--off-white); }
  .amenity:nth-child(3n) { border-right: none; }

  .amenity svg {
    width: 18px;
    height: 18px;
    color: var(--bordeaux);
    flex-shrink: 0;
  }

  .amenity span {
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--dark);
  }

  /* ── DETAILS TABLE ── */
  .details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 56px;
  }

  .details-table tr {
    border-bottom: 1px solid var(--border);
  }

  .details-table td {
    padding: 14px 0;
    font-size: 0.85rem;
    font-weight: 300;
  }

  .details-table td:first-child {
    color: var(--warm-gray);
    width: 44%;
    letter-spacing: 0.04em;
  }

  .details-table td:last-child {
    color: var(--dark);
    font-weight: 400;
  }


  
  /* ── RIGHT COLUMN: BOOKING WIDGET ── */
  .booking-widget {
    position: sticky;
    top: 96px;
    background: var(--warm-white);
    border: 1px solid var(--border);
    box-shadow: 0 12px 48px rgba(28,23,20,0.07);
  }

  .booking-header {
    background: var(--bordeaux-dark);
    padding: 28px 32px;
  }

  .booking-header .price-line {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
  }

  .booking-header .price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 300;
    color: var(--gold-light);
    line-height: 1;
  }

  .booking-header .price-unit {
    font-size: 0.78rem;
    font-weight: 300;
    color: rgba(250,248,245,0.6);
    letter-spacing: 0.08em;
  }

  .booking-header .price-note {
    font-size: 0.7rem;
    font-weight: 300;
    color: rgba(250,248,245,0.45);
    letter-spacing: 0.06em;
  }

  .booking-body {
    padding: 28px 32px;
    padding: 28px 0;
  }
  .booking-footer {
    padding: 16px 32px 24px;
    border-top: 1px solid var(--border);
  }

  .booking-footer p {
    font-size: 0.72rem;
    font-weight: 300;
    color: var(--warm-gray);
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .booking-footer a {
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--bordeaux);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .booking-footer a:hover { text-decoration: underline; }

  ul#menu-footer-legal li{
    list-style: none;
    float: left;
    margin-left: 24px;

  }

  
/* ── PAGE HERO ── */
.page-hero {

  background: var(--bordeaux-dark);
  padding: 56px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(196,164,107,0.04) 0px,
    rgba(196,164,107,0.04) 1px,
    transparent 1px,
    transparent 40px
  );
  pointer-events: none;
}
.page-hero-inner { position: relative; }
/* 
.page-hero .eyebrow {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-hero .eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
} */

.page-hero h1 {
  
  font-weight: 300;
  line-height: 1.15;
  color: var(--warm-white);
  margin: 0;
  padding: 0;
}
/* .page-hero h1 em {
  font-style: italic;
  color: var(--gold);
} */





/* ── SECTION LABEL ── */
.section-label {
  padding: 0 80px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.section-label span {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── AUSSENBEREICH: 3 Bilder ── */
/* Groß links, zwei gestapelt rechts */
.gallery-aussen {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 340px 260px;
  gap: var(--gap);
  margin-bottom: 80px;
}

.gallery-aussen .img-main {
  grid-row: 1 / 3;
}

.gallery-aussen .img-main img,
.gallery-aussen .img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.gallery-aussen .img-main:hover img,
.gallery-aussen .img-sm:hover img {
  transform: scale(1.03);
}

.img-main,
.img-sm {
  overflow: hidden;
  position: relative;
}

/* Caption on hover */
.img-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 22px 18px;
  background: linear-gradient(to top, rgba(28,23,20,0.7) 0%, transparent 100%);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(250,248,245,0.85);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.img-main:hover .img-caption,
.img-sm:hover .img-caption,
.img-wide:hover .img-caption,
.img-tall:hover .img-caption,
.img-sq:hover .img-caption {
  opacity: 1;
  transform: translateY(0);
}

/* ── INNENBEREICH: 7 Bilder ── */
/* Reihe 1: 1 breit + 2 quadratisch */
/* Reihe 2: 3 gleichbreit */
/* Reihe 3: 1 breit */

.gallery-innen {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin-bottom: 80px;
}

/* Zeile 1: 1 breit (2/3) + 2 gestapelt (1/3) */
.row-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 280px 280px;
  gap: var(--gap);
  height: 561px; /* 2×280 + gap */
}
.row-1 .img-wide {
  grid-row: 1 / 3;
  overflow: hidden;
  position: relative;
}
.row-1 .img-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.row-1 .img-wide:hover img { transform: scale(1.03); }

.row-1 .img-sq {
  overflow: hidden;
  position: relative;
}
.row-1 .img-sq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.row-1 .img-sq:hover img { transform: scale(1.04); }

/* Zeile 2: 3 gleich */
.row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  height: 300px;
}
.row-2 .img-sq {
  overflow: hidden;
  position: relative;
}
.row-2 .img-sq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.row-2 .img-sq:hover img { transform: scale(1.04); }

/* Zeile 3: 1 Bild Vollbreite */
.row-3 {
  height: 465px;
  overflow: hidden;
  position: relative;
}
.row-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.row-3:hover img { transform: scale(1.02); }

/* ── CTA BAND ── */
.cta-band {
  background: var(--bordeaux-dark);
  padding: 64px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-band-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 300;
  color: var(--warm-white);
  line-height: 1.2;
  margin-bottom: 10px;
}
.cta-band-text h2 em { font-style: italic; color: var(--gold); }
.cta-band-text p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(250,248,245,0.55);
  line-height: 1.7;
}