@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Montserrat:wght@400;500;600&display=swap');

:root{
 --cream:#f3ebe2; --cream2:#eee1d4; --light:#f7f1eb; --beige:#e3d2c1;
 --brown:#694a3d; --dark:#49352d; --muted:#88766a; --line:rgba(105,74,61,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--dark);background:var(--cream);font-family:Montserrat,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:86px;padding:0 5.5%;display:grid;grid-template-columns:250px 1fr 180px;align-items:center;background:rgba(243,235,226,.94);border-bottom:1px solid rgba(105,74,61,.12);backdrop-filter:blur(8px)}
.brand{display:flex;flex-direction:column;line-height:1;color:var(--brown)}
.brand-mm{font-family:"Cormorant Garamond",serif;font-size:45px;letter-spacing:-.04em}
.brand-sub{font-size:8px;letter-spacing:.34em;margin-top:4px}
.nav{display:flex;justify-content:center;gap:39px;font-size:11px;color:#6d5a4f}
.nav a{padding:34px 0 30px;border-bottom:1px solid transparent}
.nav a:hover{border-color:var(--brown)}
.header-book,.main-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:999px;text-transform:uppercase;letter-spacing:.17em;font-size:10px}
.header-book{justify-self:end;background:var(--brown);color:#fff;padding:14px 21px;box-shadow:0 7px 22px rgba(70,48,40,.13)}
.hero{position:relative;min-height:calc(100vh - 0px);height:820px;max-height:920px;overflow:hidden;background:var(--cream)}
.hero-image{position:absolute;inset:86px 0 0;width:100%;height:calc(100% - 86px);object-fit:cover;object-position:center 48%;display:block}
.hero-overlay{position:absolute;z-index:1;inset:86px 0 0;background:linear-gradient(90deg,rgba(243,235,226,.91) 0%,rgba(243,235,226,.72) 23%,rgba(243,235,226,.27) 43%,rgba(243,235,226,.04) 62%,rgba(40,24,18,.02) 100%)}
.hero-content{position:absolute;z-index:2;left:6.2%;top:50%;transform:translateY(-43%);width:480px}
.eyebrow{font-size:9px;letter-spacing:.32em;color:var(--muted);text-transform:uppercase}
.hero h1,.about h2,.section-heading h2,.gallery h2,.booking h2,.contact h2{font-family:"Cormorant Garamond",serif;font-weight:500;color:var(--dark);letter-spacing:-.035em}
.hero h1{font-size:84px;line-height:.87;margin:18px 0 20px}
.hairline{width:44px;height:1px;background:var(--brown);margin-bottom:15px}
.categories{font-size:9px;letter-spacing:.26em;color:var(--brown);margin-bottom:23px}
.main-button{background:var(--brown);color:#fff;padding:17px 27px;box-shadow:0 8px 26px rgba(70,48,40,.15)}
.main-button span,.outline-button span{font-size:17px;letter-spacing:0;line-height:0}
.micro{font-size:8px;letter-spacing:.22em;color:var(--muted);margin-top:12px}
.hero-note{position:absolute;z-index:2;left:6.2%;bottom:9%;display:flex;flex-direction:column;gap:5px;border-left:1px solid var(--line);padding-left:12px;color:var(--muted);font-size:7px;letter-spacing:.25em}
.hero-note b{font-size:18px;font-weight:400;margin-top:3px}
.scroll{position:absolute;z-index:2;right:4%;bottom:6%;display:flex;flex-direction:column;align-items:center;color:#fff;font-size:7px;letter-spacing:.25em;text-shadow:0 1px 5px rgba(0,0,0,.45)}
.scroll i{font-style:normal;font-size:20px;margin-top:5px}
.about{display:grid;grid-template-columns:1fr 1fr;min-height:790px;background:linear-gradient(180deg,var(--cream2) 0%,#eadacc 100%)}
.about-copy{padding:105px 9% 90px 10%;display:flex;flex-direction:column;justify-content:center}
.about h2{font-size:72px;line-height:.9;margin:17px 0 27px}
.about p{font-size:12px;line-height:1.72;max-width:575px;margin:0 0 11px;color:#66544a}
.about h3{font-size:14px;margin:18px 0 7px;color:var(--brown)}
.outline-button{align-self:flex-start;margin-top:13px;background:var(--brown);color:#fff;padding:15px 22px}
.about-meta{margin-top:24px;padding-top:12px;border-top:1px solid var(--line);font-size:7px;letter-spacing:.25em;line-height:2;color:var(--muted)}
.about-photo{min-height:790px;overflow:hidden;background:var(--cream2)}
.about-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}
.services{padding:120px 7% 135px;background:linear-gradient(180deg,#eadacc 0%,var(--light) 18%,var(--light) 100%)}
.section-heading{max-width:720px}
.section-heading h2{font-size:72px;line-height:.92;margin:15px 0 18px}
.section-heading p{font-size:14px;line-height:1.75;color:#75635a;max-width:610px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}
.card{position:relative;min-height:285px;padding:33px;background:rgba(243,235,226,.72);border:1px solid rgba(105,74,61,.13);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(75,50,42,.10)}
.card small{font-size:8px;letter-spacing:.24em;color:var(--muted)}
.card h3{font-family:"Cormorant Garamond",serif;font-size:39px;font-weight:500;margin:18px 0 10px;color:var(--dark)}
.card p{font-size:12px;line-height:1.7;color:#75635a;max-width:310px}
.card strong{position:absolute;right:27px;bottom:22px;font-size:23px;font-weight:400}
.gallery{padding:125px 7%;background:var(--brown);color:#fff}
.gallery-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;align-items:center}
.gallery .eyebrow{color:#d8c4b4}.gallery h2{color:#fff;font-size:72px;line-height:.9;margin:15px 0 20px}.gallery p{color:#eaded4;font-size:13px;line-height:1.7;max-width:390px}
.gallery-frame{height:440px;overflow:hidden}.gallery-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.booking{padding:130px 7%;text-align:center;background:linear-gradient(180deg,var(--brown) 0%,#dfcbb8 9%,var(--beige) 100%)}
.booking .eyebrow{color:#735f53}.booking h2{font-size:78px;line-height:.9;margin:17px 0 18px}.booking p{font-size:14px;color:#6d5a50;margin:0}.booking .main-button{margin-top:27px}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:120px 10%;background:var(--cream)}
.contact h2{font-size:72px;line-height:.9;margin:17px 0}
.contact-info{padding-top:25px}.label{font-size:8px;letter-spacing:.27em;color:var(--muted);margin:0 0 5px}.contact-info p{font-size:14px;line-height:1.6;margin:0 0 28px}
footer{display:flex;justify-content:space-between;gap:25px;padding:30px 7%;background:var(--dark);color:#eaded4;font-size:9px;letter-spacing:.08em}
footer span:last-child{display:flex;gap:25px}
@media(max-width:900px){
 .site-header{height:70px;grid-template-columns:1fr auto;padding:0 5%}.nav{display:none}.brand-mm{font-size:37px}.brand-sub{font-size:7px}.header-book{font-size:8px;padding:12px 15px}
 .hero{height:760px;min-height:760px}.hero-image{inset:70px 0 0;height:calc(100% - 70px);object-position:center center}.hero-overlay{inset:70px 0 0;background:linear-gradient(90deg,rgba(243,235,226,.90) 0%,rgba(243,235,226,.60) 38%,rgba(243,235,226,.12) 70%,rgba(40,24,18,.03) 100%)}
 .hero-content{left:7%;width:72%;top:48%}.hero h1{font-size:64px}.hero-note{display:none}.scroll{display:none}
 .about{grid-template-columns:1fr}.about-copy{padding:90px 8% 75px}.about-photo{min-height:620px;height:72vh}.about h2{font-size:62px}
 .services{padding:95px 8% 110px}.section-heading h2{font-size:61px}.cards{grid-template-columns:1fr}
 .gallery{padding:95px 8%}.gallery-inner{grid-template-columns:1fr;gap:35px}.gallery h2{font-size:61px}.gallery-frame{height:360px}
 .booking{padding:100px 8%}.booking h2{font-size:64px}.contact{grid-template-columns:1fr;padding:90px 8%;gap:25px}.contact h2{font-size:62px}
 footer{flex-direction:column}
}
@media(max-width:520px){
 .hero{height:720px;min-height:720px}.hero-content{left:7%;width:86%;top:auto;bottom:10%}.hero h1{font-size:54px}.hero-overlay{background:linear-gradient(90deg,rgba(243,235,226,.90) 0%,rgba(243,235,226,.58) 55%,rgba(243,235,226,.08) 100%)}
 .categories{font-size:8px}.main-button{padding:15px 21px;font-size:9px}.about h2,.section-heading h2,.gallery h2,.contact h2{font-size:51px}.booking h2{font-size:53px}
 .about-photo{min-height:520px;height:68vh}.gallery-frame{height:280px}
}

/* =========================================================
   DESKTOP V2 – gezielte Desktop-Verbesserungen
   Mobile-Regeln bleiben unangetastet.
   ========================================================= */
@media (min-width: 901px){
  /* Header: etwas kräftiger und besser lesbar */
  .site-header{
    height:88px;
    padding:0 5.2%;
  }
  .nav{
    gap:42px;
    font-size:12px;
  }
  .header-book{
    font-size:11px;
    padding:15px 23px;
  }

  /* HERO: Bild nicht mehr so dominant, Text deutlich größer */
  .hero{
    height:760px;
    min-height:760px;
    max-height:none;
  }
  .hero-image{
    inset:88px 0 0;
    width:100%;
    height:calc(100% - 88px);
    object-fit:cover;
    object-position:center center;
  }
  .hero-overlay{
    inset:88px 0 0;
    background:
      linear-gradient(90deg,
        rgba(243,235,226,.98) 0%,
        rgba(243,235,226,.92) 17%,
        rgba(243,235,226,.72) 31%,
        rgba(243,235,226,.34) 46%,
        rgba(243,235,226,.08) 63%,
        rgba(40,24,18,.02) 100%);
  }
  .hero-content{
    left:7.2%;
    top:50%;
    transform:translateY(-42%);
    width:570px;
  }
  .hero .eyebrow{
    font-size:10px;
    letter-spacing:.36em;
  }
  .hero h1{
    font-size:96px;
    line-height:.86;
    margin:20px 0 24px;
  }
  .hairline{
    width:55px;
    margin-bottom:17px;
  }
  .categories{
    font-size:11px;
    letter-spacing:.28em;
    margin-bottom:25px;
  }
  .hero .main-button{
    font-size:11px;
    padding:18px 29px;
  }
  .hero .micro{
    font-size:10px;
    letter-spacing:.24em;
    margin-top:14px;
  }
  .hero-note{
    bottom:8%;
    font-size:9px;
  }
  .hero-note b{font-size:20px}

  /* ABOUT: echte weiche Überblendung statt harter Mittelstreifen */
  .about{
    position:relative;
    grid-template-columns:46% 54%;
    min-height:760px;
    overflow:hidden;
    background:var(--cream2);
  }
  .about-copy{
    position:relative;
    z-index:3;
    padding:95px 7% 85px 10%;
    justify-content:center;
  }
  .about h2{
    font-size:88px;
    line-height:.86;
    margin:18px 0 30px;
  }
  .about p{
    font-size:13px;
    line-height:1.7;
    max-width:560px;
    margin-bottom:12px;
  }
  .about h3{
    font-size:15px;
    margin:19px 0 8px;
  }
  .about .outline-button{
    font-size:11px;
    padding:16px 24px;
    margin-top:15px;
  }
  .about-meta{
    font-size:8px;
    margin-top:25px;
  }
  .about-photo{
    position:relative;
    z-index:1;
    min-height:760px;
    height:760px;
    overflow:hidden;
    background:var(--cream2);
    margin-left:-110px;
  }
  .about-photo img{
    position:absolute;
    inset:0;
    width:calc(100% + 110px);
    height:100%;
    object-fit:cover;
    object-position:center 42%;
    margin-left:0;
    /* Blend the image into the beige copy area. */
    -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.42) 17%, rgba(0,0,0,.82) 27%, #000 38%, #000 100%);
    mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.42) 17%, rgba(0,0,0,.82) 27%, #000 38%, #000 100%);
  }
  .about-photo::before{
    content:"";
    position:absolute;
    z-index:2;
    pointer-events:none;
    left:0;
    top:0;
    bottom:0;
    width:240px;
    background:linear-gradient(90deg,var(--cream2) 0%,rgba(234,218,204,.92) 22%,rgba(234,218,204,.50) 52%,rgba(234,218,204,0) 100%);
  }

  /* Section transitions: softer, less blocky */
  .services{
    padding-top:115px;
    background:linear-gradient(180deg,#eadacc 0%,#f1e8df 11%,var(--light) 28%,var(--light) 100%);
  }
  .gallery{
    background:linear-gradient(180deg,#e3d2c1 0%,var(--brown) 24%);
  }
}
