
/*  BASE  */
.ix-mst{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1A1D24;background:#fff}
.ix-mst *{box-sizing:border-box}

/*  BREADCRUMB  */
.ix-mst-bc{background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-mst-bc-in{max-width:1240px;margin:0 auto;padding:9px 28px;font-size:12px;color:#7A7A7A;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ix-mst-bc-in a{color:#7A7A7A;text-decoration:none}.ix-mst-bc-in a:hover{color:#BC2E2B}
.ix-mst-bc-in .sep{color:#C8C5BD;font-size:13px}
.ix-mst-bc-in .cur{color:#1A1D24;font-weight:600;letter-spacing:.02em}

/*  TRANSPARENT HEADER OVERLAY  */
body.page-id-40299 .ix-mst-bc{display:none !important}
html:not(.ix-hdr-stuck) body.page-id-40299 .ix-mst-hero{margin-top:-90px !important}

/*  HERO  */
.ix-mst-hero{position:relative;height:clamp(772px,94vh,1040px);display:flex;align-items:flex-end;overflow:hidden}
.ix-mst-hero::before{content:"";position:absolute;inset:0;background:url('https://immoxx.at/wp-content/uploads/2026/06/csm_IMG_0247_387f55a153.jpg') center top/cover no-repeat}
.ix-mst-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,10,14,.88) 0%,rgba(8,10,14,.64) 32%,rgba(8,10,14,.28) 58%,rgba(8,10,14,0) 76%),linear-gradient(180deg,rgba(8,10,14,.60) 0%,rgba(8,10,14,.22) 14%,rgba(8,10,14,0) 28%),radial-gradient(150% 120% at 0% 100%,rgba(8,10,14,.92) 0%,rgba(8,10,14,.62) 32%,rgba(8,10,14,.20) 56%,rgba(8,10,14,0) 70%),linear-gradient(0deg,rgba(8,10,14,.52) 0%,rgba(8,10,14,0) 30%)}
.ix-mst-hero-inner{position:relative;z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 44px 84px}
.ix-mst-hero-copy{display:flex;flex-direction:column;align-items:flex-start;max-width:660px}
.ix-mst-hero-kicker{font-size:11px;font-weight:700;letter-spacing:.38em;text-transform:uppercase;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:14px;margin-bottom:24px}
.ix-mst-hero-kicker::before{content:"";width:36px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-mst-hero-copy h1{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:clamp(44px,4.8vw,72px);line-height:1.05;color:#fff;margin:0 0 20px;text-shadow:0 2px 40px rgba(0,0,0,.25)}
.ix-mst-hero-copy .lead{font-size:16.5px;line-height:1.74;color:rgba(255,255,255,.78);margin:0 0 32px}
.ix-mst-hero-kpis{display:flex;gap:0;margin-bottom:30px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);padding:16px 0}
.ix-mst-kpi-item{display:flex;flex-direction:column;gap:3px;padding:0 32px;border-right:1px solid rgba(255,255,255,.18)}
.ix-mst-kpi-item:first-child{padding-left:0}
.ix-mst-kpi-item:last-child{border-right:none}
.ix-mst-kpi-item .num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:400;color:#fff;line-height:1}
.ix-mst-kpi-item .num sup{font-size:20px;color:#BC2E2B}
.ix-mst-kpi-item .lbl{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.ix-mst-hero-cta{display:inline-flex;align-items:center;background:#BC2E2B;color:#fff;padding:17px 40px;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s;box-shadow:0 8px 32px rgba(188,46,43,.42)}
.ix-mst-hero-cta:hover{background:#9A211F;color:#fff !important}
@media(max-width:980px){
  html:not(.ix-hdr-stuck) body.page-id-40299 .ix-mst-hero{margin-top:0 !important}
  .ix-mst-hero{height:auto;padding-top:130px;padding-bottom:0;align-items:flex-start}
  .ix-mst-hero-inner{padding:0 24px 52px}
}
@media(max-width:600px){
  .ix-mst-hero{padding-top:110px}
  .ix-mst-hero-inner{padding:0 18px 44px}
  .ix-mst-kpi-item{padding:0 18px}
  .ix-mst-kpi-item:first-child{padding-left:0}
}

/*  INQUIRY STRIP  */
.ix-mst-inquiry{background:#FAF8F3;padding:32px 24px;border-top:1px solid #E5E2DA;border-bottom:3px solid #BC2E2B}
.ix-mst-inquiry .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ix-mst-inquiry p{color:#54565A;font-size:15px;line-height:1.5;margin:0;flex:1;min-width:260px}
.ix-mst-inquiry p strong{color:#1A1D24}
.ix-mst-inquiry .actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
.ix-mst-inquiry .actions a{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s}
.ix-mst-inquiry .actions a.primary{background:#BC2E2B;color:#fff}
.ix-mst-inquiry .actions a.primary:hover{background:#9A211F}
.ix-mst-inquiry .actions a.wa{background:#25D366;color:#fff}
.ix-mst-inquiry .actions a.wa:hover{background:#1DA851}

/*  INTRO SECTION  */
.ix-mst-intro{padding:90px 24px;background:#fff;border-bottom:1px solid #E5E2DA}
.ix-mst-intro .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:72px;align-items:start}
.ix-mst-intro-text .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-mst-intro-text .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-mst-intro-text h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:42px;line-height:1.1;color:#1A1D24;margin:0 0 8px}
.ix-mst-intro-text h2 em{color:inherit}
.ix-mst-intro-text .intro-quote{font-size:19px;font-style:italic;color:#54565A;margin:0 0 28px;border-left:3px solid #BC2E2B;padding-left:16px;font-family:'Cormorant Garamond',serif;font-weight:400;line-height:1.5}
.ix-mst-intro-text p{font-size:15.5px;line-height:1.78;color:#3C3D40;margin:0 0 16px}
.ix-mst-intro-text p strong{color:#1A1D24;font-weight:600}
.ix-mst-price-box{background:#fff;border:1px solid #E5E2DA;padding:28px 28px 24px;margin-bottom:24px;border-left:4px solid #BC2E2B}
.ix-mst-price-box .lbl{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#9A9A95;font-weight:600;margin-bottom:8px}
.ix-mst-price-box .price{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:400;color:#BC2E2B;line-height:1;margin-bottom:6px}
.ix-mst-price-box .price span{font-size:18px;font-weight:400;color:#7A7A7A}
.ix-mst-price-box .note{font-size:12.5px;color:#9A9A95;line-height:1.5}
.ix-mst-facts-box{background:#FAF8F3;border:1px solid #E5E2DA;border-top:4px solid #BC2E2B;padding:28px 28px}
.ix-mst-facts-box h3{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin:0 0 18px}
.ix-mst-facts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.ix-mst-facts-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.5;color:#1A1D24}
.ix-mst-facts-list li::before{content:"";flex-shrink:0;width:20px;height:20px;background:#BC2E2B;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}

/*  GALLERY  */
.ix-mst-gallery{padding:80px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-mst-gallery .wrap{max-width:1240px;margin:0 auto}
.ix-mst-gallery .head{margin-bottom:36px;text-align:center}
.ix-mst-gallery .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:12px}
.ix-mst-gallery .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:38px;color:#1A1D24;margin:0}
.ix-mst-gallery .head h2 em{color:inherit}
.ix-mst-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.ix-mst-gallery-grid a{display:block;overflow:hidden;aspect-ratio:4/3;background:#E5E2DA}
.ix-mst-gallery-grid a img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.ix-mst-gallery-grid a:hover img{transform:scale(1.06)}
.ix-mst-gallery-grid a:first-child{grid-column:span 2;aspect-ratio:16/9}

/*  AMENITIES (dark USPs)  */
.ix-mst-amen{padding:90px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-mst-amen .wrap{max-width:1240px;margin:0 auto}
.ix-mst-amen .head{text-align:center;margin-bottom:48px}
.ix-mst-amen .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-mst-amen .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0 0 8px}
.ix-mst-amen .head h2 em{color:inherit}
.ix-mst-amen .head p{font-size:15px;color:#54565A;max-width:600px;margin:0 auto}
.ix-mst-amen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#E5E2DA;border:1px solid #E5E2DA}
.ix-mst-amen-card{background:#fff;padding:28px 24px;display:flex;flex-direction:column;gap:10px}
.ix-mst-amen-card .icon{font-size:26px;line-height:1}
.ix-mst-amen-card h4{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:20px;color:#1A1D24;margin:0;line-height:1.2}
.ix-mst-amen-card p{font-size:13.5px;color:#54565A;line-height:1.6;margin:0}

/*  LOCATION SECTION  */
.ix-mst-location{padding:90px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-mst-location .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 520px;gap:60px;align-items:start}
.ix-mst-location-text .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-mst-location-text .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-mst-location-text h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:38px;color:#1A1D24;margin:0 0 20px;line-height:1.1}
.ix-mst-location-text h2 em{color:inherit}
.ix-mst-location-text p{font-size:15.5px;line-height:1.78;color:#3C3D40;margin:0 0 16px}
.ix-mst-transport{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:12px}
.ix-mst-transport li{display:flex;gap:14px;align-items:flex-start;font-size:15px;color:#1A1D24;line-height:1.5;border-left:3px solid #E5E2DA;padding-left:14px}
.ix-mst-transport li strong{color:#1A1D24;display:block;font-size:14px;font-weight:700}
.ix-mst-transport li span{color:#54565A;font-size:14px}
.ix-mst-map-img{border:1px solid #E5E2DA;overflow:hidden;background:#E5E2DA}
.ix-mst-map-img img{display:block;width:100%;height:auto}
.ix-mst-map-embed{margin-top:6px;overflow:hidden;border:1px solid #E5E2DA}
.ix-mst-map-embed iframe{display:block;width:100%;height:340px;border:0}

/*  FAQ  */
.ix-mst-faq{padding:90px 24px;background:#fff;border-bottom:1px solid #E5E2DA}
.ix-mst-faq .wrap{max-width:860px;margin:0 auto}
.ix-mst-faq .head{text-align:center;margin-bottom:44px}
.ix-mst-faq .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-mst-faq .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0}
.ix-mst-faq .head h2 em{color:inherit}
.ix-mst-faq details{border:1px solid #E5E2DA;border-top:none;background:#FAF8F3}
.ix-mst-faq details:first-of-type{border-top:1px solid #E5E2DA}
.ix-mst-faq details summary{padding:18px 24px;font-size:15.5px;font-weight:600;color:#1A1D24;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;user-select:none}
.ix-mst-faq details summary::-webkit-details-marker{display:none}
.ix-mst-faq details summary::after{content:"+";font-size:22px;color:#BC2E2B;flex-shrink:0;transition:transform .2s}
.ix-mst-faq details[open] summary::after{content:"−"}
.ix-mst-faq details .ans{padding:0 24px 20px;font-size:15px;line-height:1.75;color:#3C3D40;border-top:1px solid #E5E2DA}

/*  CTA  */
.ix-mst-cta{padding:90px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-mst-cta .wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ix-mst-cta-left .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-mst-cta-left .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-mst-cta-left h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:38px;line-height:1.12;color:#1A1D24;margin:0 0 16px}
.ix-mst-cta-left h2 em{color:inherit}
.ix-mst-cta-left p{font-size:15.5px;line-height:1.72;color:#3C3D40;margin:0 0 28px}
.ix-mst-cta-left .disclaimer{font-size:12px;color:#8A8780;line-height:1.5;border-top:1px solid #E5E2DA;padding-top:16px;margin-top:16px}
.ix-mst-cta-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.ix-mst-cta-btns a{display:inline-flex;align-items:center;gap:8px;padding:15px 28px;font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s}
.ix-mst-cta-btns a.primary{background:#BC2E2B;color:#fff}
.ix-mst-cta-btns a.primary:hover{background:#9A211F}
.ix-mst-cta-btns a.wa{background:#25D366;color:#fff}
.ix-mst-cta-btns a.wa:hover{background:#1DA851}
.ix-mst-expert{display:flex;gap:20px;align-items:flex-start;padding:28px;border:1px solid #E5E2DA;background:#fff;border-left:4px solid #BC2E2B}
.ix-mst-expert-photo{width:80px;height:80px;border-radius:50%;background:#E5E2DA center/cover no-repeat;flex-shrink:0}
.ix-mst-expert-name{font-weight:700;font-size:16px;color:#1A1D24;margin:0 0 2px}
.ix-mst-expert-role{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#BC2E2B;margin:0 0 10px;font-weight:600}
.ix-mst-expert-contacts{display:flex;flex-direction:column;gap:5px}
.ix-mst-expert-contacts a{font-size:13.5px;color:#3C3D40;text-decoration:none;display:flex;align-items:center;gap:7px;transition:color .2s}
.ix-mst-expert-contacts a:hover{color:#BC2E2B}

/*  RESPONSIVE  */
@media(max-width:1100px){
  .ix-mst-amen-grid{grid-template-columns:repeat(2,1fr)}
  .ix-mst-gallery-grid{grid-template-columns:repeat(3,1fr)}
  .ix-mst-gallery-grid a:first-child{grid-column:span 3;aspect-ratio:21/9}
  .ix-mst-location .wrap{grid-template-columns:1fr}
}
@media(max-width:960px){
  html:not(.ix-hdr-stuck) body.page-id-40299 .ix-mst-hero{margin-top:0 !important;padding-top:110px !important}
  .ix-mst-hero{padding:100px 20px 80px}
  html body .ix-mst-hero h1{font-size:38px!important}
  html body .ix-mst-hero .sub-h{font-size:18px!important}
  html body .ix-mst-hero .lead{font-size:15.5px!important}
  .ix-mst-intro .wrap,.ix-mst-cta .wrap{grid-template-columns:1fr;gap:40px}
  .ix-mst-intro,.ix-mst-gallery,.ix-mst-amen,.ix-mst-faq,.ix-mst-cta,.ix-mst-location{padding:60px 18px}
  .ix-mst-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .ix-mst-gallery-grid a:first-child{grid-column:span 2;aspect-ratio:16/9}
  .ix-mst-intro-text h2,.ix-mst-gallery .head h2,.ix-mst-amen .head h2,.ix-mst-faq .head h2,.ix-mst-cta-left h2,.ix-mst-location-text h2{font-size:30px}
  .ix-mst-map-embed iframe{height:280px}
}
@media(max-width:768px){
  html body .ix-mst-hero h1{font-size:30px!important}
  html body .ix-mst-hero .sub-h{font-size:16px!important}
  .ix-mst-amen-grid{grid-template-columns:1fr 1fr}
  .ix-mst-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .ix-mst-gallery-grid a:first-child{grid-column:span 2}
  .ix-mst-hero-logo{max-height:50px}
}
@media(max-width:600px){
  .ix-mst-hero{padding:80px 16px 60px}
  html body .ix-mst-hero h1{font-size:26px!important}
  html body .ix-mst-hero .kicker{font-size:9.5px!important;letter-spacing:.18em!important}
  .ix-mst-hero-badges{flex-direction:column;align-items:center}
  .ix-mst-amen-grid{grid-template-columns:1fr}
  .ix-mst-cta-btns{flex-direction:column}
  .ix-mst-cta-btns a{justify-content:center}
  .ix-mst-inquiry .wrap{flex-direction:column;text-align:center}
  .ix-mst-inquiry .actions{justify-content:center}
  .ix-mst-expert{flex-direction:column;gap:12px}
  .ix-mst-expert-photo{width:64px;height:64px}
  .ix-mst-intro,.ix-mst-gallery,.ix-mst-amen,.ix-mst-faq,.ix-mst-cta,.ix-mst-location{padding:44px 14px}
  .ix-mst-gallery-grid{grid-template-columns:1fr 1fr;gap:4px}
  .ix-mst-gallery-grid a:first-child{grid-column:span 2}
  .ix-mst-faq details summary{padding:14px 18px;font-size:14px}
  .ix-mst-faq details .ans{padding:0 18px 16px;font-size:14px}
  .ix-mst-intro-text h2,.ix-mst-gallery .head h2,.ix-mst-amen .head h2,.ix-mst-faq .head h2,.ix-mst-cta-left h2,.ix-mst-location-text h2{font-size:26px}
  .ix-mst-price-box .price{font-size:36px}
}
@media(max-width:400px){
  html body .ix-mst-hero h1{font-size:22px!important}
  .ix-mst-hero{padding:70px 14px 50px}
  .ix-mst-gallery-grid{grid-template-columns:1fr}
  .ix-mst-gallery-grid a:first-child{grid-column:span 1;aspect-ratio:4/3}
}
