*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;background:#DEF2F1;color:#17252A;line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;width:100%}header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;background:rgba(244,240,233,.95);backdrop-filter:blur(12px);border-bottom:1px solid #b8d9d7}.brand{font-family:Georgia,serif;font-size:1.25rem}.brand span{font-family:Arial,sans-serif;font-size:.8rem;color:#2B7A78}nav{display:flex;gap:22px;align-items:center;font-size:.9rem}.cta{border:1px solid #17252A;padding:9px 14px;border-radius:999px}.hero{display:grid;grid-template-columns:1.2fr .8fr;min-height:78vh;margin:0 3vw}.hero-photo{min-height:72vh;overflow:hidden;border-radius:0 0 0 34px}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-copy{background:white;padding:clamp(38px,6vw,85px);display:flex;flex-direction:column;justify-content:center;border-radius:0 0 34px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:#2B7A78}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.05;margin:.15em 0 .5em}h1{font-size:clamp(3rem,6vw,5.8rem)}h2{font-size:clamp(2.2rem,4vw,4rem)}.lead,.copy{color:#446a69}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.button{padding:12px 18px;border:1px solid #9ccfcb;border-radius:999px;font-weight:700}.button.dark{background:#17252A;color:#fff;border-color:#17252A}.facts{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.facts span{background:#DEF2F1;padding:7px 11px;border-radius:999px;font-size:.82rem}.wrap{width:min(1180px,90vw);margin:0 auto}.intro{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:105px 0 65px}.feature-photo-band{display:grid;grid-template-columns:1.25fr .75fr;gap:0;background:#c9e9e7;border-radius:28px;overflow:hidden;margin-bottom:70px}.feature-photo-band img{height:100%;min-height:430px;object-fit:cover}.band-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:105px}.grid article{background:white;border:1px solid #b8d9d7;border-radius:22px;padding:26px}.split{display:grid;grid-template-columns:1fr 1fr;background:#17252A;color:white}.split-img img{height:100%;min-height:590px;object-fit:cover}.split-copy{padding:clamp(50px,8vw,100px);display:flex;flex-direction:column;justify-content:center}.split-copy p{color:#DEF2F1}.light{color:#3AAFA9}.gallery{padding:105px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head>p{max-width:420px;color:#446a69}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:14px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:16px}.gallery-grid .wide{grid-column:span 2}.location{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-bottom:100px}.booking{padding-bottom:105px}.booking-card{background:#DEF2F1;border-radius:34px;padding:clamp(42px,7vw,85px);text-align:center}.booking-card p{max-width:700px;margin-left:auto;margin-right:auto}.center{justify-content:center}.fine{font-size:.83rem;color:#446a69;margin-top:26px!important}footer{background:#17252A;color:white;padding:35px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer-inner span{color:#DEF2F1}@media(max-width:900px){nav a:not(.cta){display:none}.hero{grid-template-columns:1fr;margin:0}.hero-photo{min-height:50vh;border-radius:0}.hero-copy{border-radius:0}.intro,.location{grid-template-columns:1fr;gap:20px}.feature-photo-band{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.split-img img{min-height:420px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .wide{grid-column:span 2}}@media(max-width:600px){.grid,.gallery-grid{grid-template-columns:1fr}.gallery-grid .wide{grid-column:auto}.footer-inner{flex-direction:column}}
.smoobu-wrap{
  margin-top:32px;
  background:#fff;
  border-radius:24px;
  padding:20px;
  text-align:left;
  box-shadow:0 10px 30px rgba(32,48,43,.08);
}
.smoobu-wrap #apartmentIframeAll{
  width:100%;
  min-height:520px;
}
.booking-live{
  text-align:center;
}
@media(max-width:600px){
  .smoobu-wrap{padding:10px;border-radius:16px}
}

:root{
  --olive:#3AAFA9;
  --olive-dark:#2B7A78;
}
.hero-copy .property-name{
  font-family:Georgia,serif;
  font-weight:700;
  color:var(--olive-dark);
  font-size:clamp(2.1rem,3.3vw,4rem);
  line-height:1.02;
  margin:0 0 .18em;
  letter-spacing:-.02em;
}
.hero-copy h1{
  font-weight:700;
  color:var(--olive-dark);
  font-size:clamp(3.5rem,6.8vw,6.5rem);
  line-height:.98;
}
.hero-kicker{
  color:var(--olive);
  font-weight:800;
}
.brand{
  color:var(--olive-dark);
  font-weight:700;
}
/* Hero slogan resized after review */
.hero-copy h1{
  font-size:clamp(2.7rem,4.7vw,4.8rem);
  line-height:1.02;
}

.prices{padding:95px 0 85px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.price-card{background:#fff;border:1px solid #b8d9d7;border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:4px}
.price-card.featured{background:#DEF2F1}
.price-card strong{font-family:Georgia,serif;font-size:2.35rem;color:#2B7A78;line-height:1.1}
.price-label{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700;color:#2B7A78}
.price-card span:last-child{color:#2B7A78}
.price-note{margin-top:18px;color:#2B7A78;font-size:.84rem}
@media(max-width:800px){.price-grid{grid-template-columns:1fr}}


/* Wachau Hideaway – turquoise palette refresh */
:root{
  --ink:#17252A;
  --teal-dark:#2B7A78;
  --teal:#3AAFA9;
  --mist:#DEF2F1;
  --white:#FEFFFF;
  --line:#b8d9d7;
}
body{background:var(--mist);color:var(--ink)}
header{background:rgba(254,255,255,.94);border-bottom:1px solid var(--line)}
.brand{color:var(--ink)}
.brand span{color:var(--teal-dark)}
nav{color:var(--ink)}
.cta{border-color:var(--teal-dark);color:var(--teal-dark);transition:.2s ease}
.cta:hover{background:var(--teal-dark);color:var(--white)}
.hero-copy{background:var(--white)}
.hero-copy .property-name,.hero-copy h1{color:var(--ink)}
.hero-kicker,.eyebrow{color:var(--teal-dark)}
.lead,.copy,.section-head>p{color:#446a69}
.button{border-color:#9ccfcb;background:var(--white);transition:.2s ease}
.button:hover{border-color:var(--teal);transform:translateY(-1px)}
.button.dark{background:var(--ink);border-color:var(--ink);color:var(--white)}
.button.dark:hover{background:var(--teal-dark);border-color:var(--teal-dark)}
.facts span{background:var(--mist);color:var(--teal-dark);border:1px solid #c5e3e1}
.feature-photo-band{background:#c9e9e7}
.grid article{background:var(--white);border-color:var(--line);box-shadow:0 8px 24px rgba(23,37,42,.035)}
.grid article h3{color:var(--ink)}
.split{background:var(--ink)}
.split-copy p{color:var(--mist)}
.light{color:var(--teal)}
.gallery-grid img{box-shadow:0 8px 24px rgba(23,37,42,.08)}
.booking-card{background:#c9e9e7}
.smoobu-wrap{background:var(--white);box-shadow:0 14px 35px rgba(23,37,42,.10)}
.prices{background:transparent}
.price-card{background:var(--white);border-color:var(--line);box-shadow:0 8px 24px rgba(23,37,42,.035)}
.price-card.featured{background:var(--teal);border-color:var(--teal)}
.price-card.featured,.price-card.featured strong,.price-card.featured .price-label,.price-card.featured span:last-child{color:var(--ink)}
.price-card strong{color:var(--teal-dark)}
.price-label,.price-card span:last-child,.price-note{color:#446a69}
footer{background:var(--ink)}
.footer-inner span{color:var(--mist)}
::selection{background:var(--teal);color:var(--ink)}

/* Strong teal redesign – clearer, bolder, less pastel */
:root{
  --ink:#17252A;
  --teal-dark:#245f5d;
  --teal:#3AAFA9;
  --white:#FEFFFF;
  --soft:#f6fbfb;
  --line:#cfd9d9;
}
body{background:var(--white);color:var(--ink);font-weight:500}
header{background:rgba(23,37,42,.96);border-bottom:0;color:var(--white)}
.brand{color:var(--white);font-weight:800}
.brand span{color:var(--teal);font-weight:800}
nav{color:var(--white);font-weight:700}
.cta{border:2px solid var(--teal);color:var(--white);font-weight:800}
.cta:hover{background:var(--teal);color:var(--ink)}
.hero-copy{background:var(--teal);color:var(--white)}
.hero-copy .property-name,.hero-copy h1,.hero-copy .lead{color:var(--white)}
.hero-copy .property-name{font-weight:800}
.hero-copy h1{font-weight:800}
.hero-kicker{color:var(--ink);font-weight:900}
.eyebrow{color:var(--teal-dark);font-weight:900}
.hero-copy .eyebrow{color:var(--ink)}
.button{border:2px solid var(--ink);background:transparent;color:var(--ink);font-weight:800}
.button.dark{background:var(--ink);border-color:var(--ink);color:var(--white)}
.button.dark:hover{background:#0f1a1e;border-color:#0f1a1e}
.hero-copy .button:not(.dark){border-color:var(--white);color:var(--white)}
.hero-copy .button:not(.dark):hover{background:var(--white);color:var(--ink)}
.facts span{background:rgba(255,255,255,.16);color:var(--white);border:1px solid rgba(255,255,255,.45);font-weight:800}
.intro h2,.band-copy h2,.location h2,.section-head h2,.booking-card h2{color:var(--ink);font-weight:800}
.copy,.section-head>p,.lead{color:#31484d;font-weight:500}
.feature-photo-band{background:var(--ink);color:var(--white)}
.feature-photo-band .band-copy h2,.feature-photo-band .band-copy p{color:var(--white)}
.feature-photo-band .eyebrow{color:var(--teal)}
.grid article{background:var(--white);border:2px solid #e0e6e6;box-shadow:0 10px 28px rgba(23,37,42,.07)}
.grid article h3{color:var(--ink);font-weight:800}
.grid article p{color:#3a4f53;font-weight:500}
.split{background:var(--teal)}
.split-copy h2{color:var(--white);font-weight:800}
.split-copy p{color:var(--white);font-weight:500}
.split-copy .light{color:var(--ink);font-weight:900}
.gallery{background:var(--white)}
.location{background:var(--white)}
.prices{background:var(--soft)}
.price-card{background:var(--white);border:2px solid #dde5e5;box-shadow:0 10px 28px rgba(23,37,42,.07)}
.price-card.featured{background:var(--teal);border-color:var(--teal)}
.price-card strong{color:var(--ink);font-family:Arial,sans-serif;font-weight:900}
.price-label{color:var(--teal-dark);font-weight:900}
.price-card span:last-child,.price-note{color:#3a4f53;font-weight:600}
.price-card.featured strong,.price-card.featured .price-label,.price-card.featured span:last-child{color:var(--white)}
.booking-card{background:var(--ink);color:var(--white)}
.booking-card h2,.booking-card>p{color:var(--white)}
.booking-card .eyebrow{color:var(--teal)}
.fine{color:#d6e2e2!important;font-weight:600}
.smoobu-wrap{background:var(--white);box-shadow:0 16px 36px rgba(0,0,0,.18)}
footer{background:var(--ink);color:var(--white)}
.footer-inner strong{font-weight:800}.footer-inner span{color:#dce7e7;font-weight:600}
::selection{background:var(--teal);color:var(--white)}

/* General typography weight for overview/readability */
h1,h2,h3,.property-name,.brand,.button,.facts span,.price-card strong{letter-spacing:-.01em}
p{font-weight:500}
h3{font-size:1.12rem}

/* Palette update 2026-09-10: Beige + RAL 5018 inspired turquoise */
:root{
  --ink:#17252A;
  --teal-dark:#066f70;
  --teal:#048C8C; /* sampled from supplied RAL 5018 reference */
  --beige:#E6D5BE;
  --beige-light:#FAF7F0;
  --white:#FEFFFF;
  --line:#CBB59B;
}
body{background:var(--beige);color:var(--ink)}
header{background:rgba(23,37,42,.96);color:var(--white);border-bottom:0}
.brand{color:var(--white)}
.brand span{color:var(--teal)}
nav{color:var(--white)}
.cta{border-color:var(--teal);color:var(--white)}
.cta:hover{background:var(--teal);color:var(--white)}
.hero-copy{background:var(--teal);color:var(--white)}
.hero-copy .property-name,.hero-copy h1,.hero-copy .lead{color:var(--white)}
.hero-copy .eyebrow,.hero-kicker{color:var(--ink)}
.button.dark{background:var(--ink);border-color:var(--ink);color:var(--white)}
.hero-copy .button:not(.dark){border-color:var(--white);color:var(--white)}
.hero-copy .button:not(.dark):hover{background:var(--white);color:var(--ink)}
.facts span{background:rgba(255,255,255,.17);color:var(--white);border-color:rgba(255,255,255,.52)}
.intro{background:var(--beige)}
.copy,.section-head>p,.lead{color:#35484B}
.eyebrow{color:var(--teal-dark)}
.feature-photo-band{background:var(--ink);color:var(--white)}
.feature-photo-band .eyebrow{color:var(--teal)}
.grid article{background:var(--beige-light);border-color:var(--line)}
.split{background:var(--teal)}
.split-copy .light{color:var(--ink)}
.gallery{background:var(--beige)}
.location{background:var(--beige)}
.prices{background:var(--beige)}
.price-card{background:var(--beige-light);border-color:var(--line)}
.price-card.featured{background:var(--teal);border-color:var(--teal)}
.price-card.featured strong,.price-card.featured .price-label,.price-card.featured span:last-child{color:var(--white)}
.price-card strong{color:var(--ink)}
.price-label{color:var(--teal-dark)}
.booking-card{background:var(--ink);color:var(--white)}
.booking-card .eyebrow{color:var(--teal)}
.smoobu-wrap{background:var(--beige-light)}
footer{background:var(--ink);color:var(--white)}
::selection{background:var(--teal);color:var(--white)}

/* Typography refinement 2026-09-10: larger, calmer description text */
.lead,
.copy p,
.band-copy p,
.split-copy p,
.section-head > p,
.grid article p,
.booking-card > p,
.price-note,
.fine {
  font-size: 1.06rem;
  line-height: 1.72;
}

.lead {
  font-size: 1.16rem;
  line-height: 1.68;
  max-width: 46rem;
}

.copy p,
.band-copy p,
.split-copy p,
.section-head > p,
.booking-card > p {
  max-width: 48rem;
}

.copy p + p {
  margin-top: 1.05rem;
}

.grid article p {
  font-size: 1rem;
  line-height: 1.65;
}

.price-note,
.fine {
  font-size: .94rem;
  line-height: 1.6;
}

@media(max-width:600px){
  .lead,
  .copy p,
  .band-copy p,
  .split-copy p,
  .section-head > p,
  .booking-card > p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .lead{font-size:1.08rem}
}


/* Contact & house rules 2026-09-10 */
.house-rules{padding:95px 0 85px}
.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.rules-grid article{background:var(--beige-light);border:2px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 10px 28px rgba(23,37,42,.06)}
.rules-grid h3{margin:0 0 10px;color:var(--ink);font-size:1.16rem;font-weight:800}
.rules-grid p{margin:0;color:#35484B;font-size:1rem;line-height:1.65}
.contact-section{background:var(--teal);padding:72px 0}
.contact-card{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;color:var(--white)}
.contact-card h2{color:var(--white);font-weight:800;margin-bottom:.3em}
.contact-card p{font-size:1.06rem;line-height:1.7;max-width:44rem}
.contact-card .light{color:var(--ink)}
.contact-details{display:flex;flex-direction:column;gap:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.4);border-radius:22px;padding:28px}
.contact-details strong{font-size:1.35rem;font-weight:900}
.contact-details a{font-size:1.08rem;font-weight:800;color:var(--white);word-break:break-word}
.contact-details a:hover{text-decoration:underline}
.footer-inner{gap:8px;flex-wrap:wrap}
.footer-inner span:last-child{width:100%;font-size:.9rem}
@media(max-width:900px){.rules-grid{grid-template-columns:1fr 1fr}.contact-card{grid-template-columns:1fr;gap:28px}}
@media(max-width:600px){.rules-grid{grid-template-columns:1fr}.house-rules{padding:70px 0 60px}.contact-section{padding:56px 0}nav a[href="#hausordnung"],nav a[href="#kontakt"]{display:none}}


/* Umgebung & Google Maps 2026-09-10 */
.surroundings{padding:95px 0 80px}
.surroundings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.surroundings-grid figure{margin:0;background:var(--beige-light);border:2px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(23,37,42,.07)}
.surroundings-grid img{display:block;width:100%;height:390px;object-fit:cover}
.surroundings-grid figure:nth-child(1) img{object-position:center center}
.surroundings-grid figure:nth-child(2) img{object-position:center center}
.surroundings-grid figure:nth-child(3) img{object-position:center center}
.surroundings-grid figcaption{padding:18px 20px 20px;font-size:1rem;line-height:1.45;font-weight:800;color:var(--ink)}
.photo-credit{margin:12px 2px 0;font-size:.84rem;color:#5b686a}
.location{padding-bottom:90px}
.map-card{grid-column:1/-1;margin-top:32px;background:var(--beige-light);border:2px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(23,37,42,.08)}
.map-card iframe{display:block;width:100%;height:440px;border:0}
.map-caption{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 22px;color:var(--ink)}
.map-caption strong{font-size:1.05rem;font-weight:900}
.map-caption span{font-size:.96rem;font-weight:600;color:#35484B}
@media(max-width:900px){.surroundings-grid{grid-template-columns:1fr 1fr}.surroundings-grid figure:last-child{grid-column:1/-1}.surroundings-grid figure:last-child img{height:340px}.map-card iframe{height:380px}}
@media(max-width:600px){.surroundings{padding:70px 0 55px}.surroundings-grid{grid-template-columns:1fr}.surroundings-grid figure:last-child{grid-column:auto}.surroundings-grid img,.surroundings-grid figure:last-child img{height:310px}.map-card iframe{height:330px}.map-caption{align-items:flex-start;flex-direction:column;gap:4px}nav a[href="#umgebung"]{display:none}}
