:root {
  --bg: #020203;
  --panel: #08080b;
  --panel-2: #111016;
  --line: rgba(255, 82, 170, 0.46);
  --text: #fff6f8;
  --muted: #b9aeb4;
  --red: #f15a9a;
  --bordeaux: #c01755;
  --gold: #d6a661;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* Reference redesign overrides */
.profiles {
  background:
    radial-gradient(circle at 12% 28%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #050506, #07070a);
}
.profiles,
.contact {
  border-top: 1px solid rgba(241, 90, 154, .10);
}
.ladies-intro h2 {
  color: var(--text);
}
.ladies-intro h2::first-letter {
  color: var(--red);
}
.profile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-grid article {
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.44);
}
.profile-placeholder {
  background:
    radial-gradient(circle at 50% 35%, rgba(241, 90, 154, .26), transparent 31%),
    linear-gradient(135deg, #1a1118, #060608);
}
.profile-grid h3 {
  color: var(--text);
}
.profile-grid a {
  color: var(--red);
}
.tenant {
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 14px;
  overflow: hidden;
}
.contact {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 154, .10), transparent 30rem),
    linear-gradient(180deg, #050506, #030304);
}
.contact-card,
form {
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 14px;
}
.site-footer {
  background:
    radial-gradient(circle at 80% 0%, rgba(241, 90, 154, .13), transparent 28rem),
    linear-gradient(180deg, #050506 0%, #020203 100%);
  border-top: 1px solid rgba(241, 90, 154, .12);
}
.footer-grid {
  border-top: 1px solid rgba(241, 90, 154, .12);
  border-bottom: 1px solid rgba(241, 90, 154, .12);
}
.footer-col strong,
.footer-cta {
  color: var(--red);
}
.footer-cta {
  border-color: rgba(241, 90, 154, .48);
  border-radius: 12px;
}
body:has(.rooms-page),
body:has(.subpage) {
  background:
    radial-gradient(circle at 78% 10%, rgba(241, 90, 154, .12), transparent 34rem),
    radial-gradient(circle at 8% 42%, rgba(192, 23, 85, .10), transparent 30rem),
    linear-gradient(180deg, #020203 0%, #07070a 48%, #030304 100%);
}

/* Exact screenshot layout pass */
.why {
  width: min(1450px, calc(100% - clamp(40px, 8vw, 136px))) !important;
  margin: -74px auto clamp(54px, 6vw, 86px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  background: rgba(5, 5, 8, .86) !important;
  border: 1px solid rgba(241, 90, 154, .20) !important;
  border-radius: 13px !important;
  box-shadow: 0 26px 90px rgba(0,0,0,.58) !important;
  backdrop-filter: blur(14px);
}
.why article {
  min-height: 176px !important;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    "icon text" !important;
  align-content: center !important;
  column-gap: 22px !important;
  padding: 34px clamp(24px, 2.6vw, 42px) !important;
  background: transparent !important;
  border-right: 1px solid rgba(241, 90, 154, .12) !important;
}
.why article:last-child {
  border-right: 0 !important;
}
.why-icon {
  grid-area: icon !important;
  width: 64px !important;
  height: 64px !important;
  border: 1px solid rgba(241, 90, 154, .62) !important;
  border-radius: 50% !important;
  color: var(--red) !important;
  background: rgba(241, 90, 154, .045) !important;
}
.why-icon svg {
  width: 31px !important;
  height: 31px !important;
  stroke-width: 1.8 !important;
}
.why h2 {
  grid-area: title !important;
  margin: 0 0 8px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  font-weight: 850 !important;
  color: #fff7fa !important;
  line-height: 1.2 !important;
}
.why p {
  grid-area: text !important;
  margin: 0 !important;
  max-width: 230px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.58 !important;
}

.profiles {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) !important;
  gap: clamp(30px, 4.8vw, 66px) !important;
  align-items: end !important;
  padding: clamp(76px, 9vw, 124px) clamp(40px, 6vw, 88px) clamp(72px, 8vw, 116px) !important;
  background:
    radial-gradient(circle at 86% 28%, rgba(241, 90, 154, .11), transparent 30rem),
    linear-gradient(180deg, #050506 0%, #07070a 100%) !important;
  border-top: 1px solid rgba(241, 90, 154, .09) !important;
}
.ladies-intro {
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
}
.ladies-intro > span {
  display: block !important;
  color: var(--red) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .25em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.ladies-intro > span::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 12px;
  background: var(--red);
}
.ladies-intro h2 {
  margin: 0 !important;
  max-width: 330px !important;
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-size: clamp(44px, 4.5vw, 72px) !important;
  font-weight: 400 !important;
  line-height: .94 !important;
  color: var(--text) !important;
}
.ladies-intro h2::first-letter {
  color: inherit !important;
}
.ladies-intro h2 span {
  color: var(--red) !important;
}
.ladies-intro p {
  max-width: 300px !important;
  margin: 24px 0 28px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}
.ladies-intro .button {
  min-height: 58px !important;
  border-radius: 9px !important;
}
.profile-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(128px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.profile-grid article {
  min-height: 372px !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  align-content: stretch !important;
  background: #09090d !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 11px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 64px rgba(0,0,0,.48) !important;
}
.profile-placeholder {
  height: auto !important;
  min-height: 282px !important;
  aspect-ratio: auto !important;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 232, 238, .62), transparent 7%),
    radial-gradient(ellipse at 52% 42%, rgba(238, 185, 162, .62), transparent 18%),
    radial-gradient(ellipse at 50% 72%, rgba(241, 90, 154, .58), transparent 32%),
    linear-gradient(150deg, #261016 0%, #0a080c 70%) !important;
}
.profile-grid article:nth-child(2) .profile-placeholder {
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 232, 238, .58), transparent 7%),
    radial-gradient(ellipse at 50% 43%, rgba(155, 93, 76, .62), transparent 20%),
    radial-gradient(ellipse at 52% 74%, rgba(171, 57, 96, .58), transparent 32%),
    linear-gradient(150deg, #171014 0%, #08070a 70%) !important;
}
.profile-grid article:nth-child(3) .profile-placeholder {
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 232, 238, .62), transparent 7%),
    radial-gradient(ellipse at 52% 42%, rgba(229, 160, 130, .62), transparent 18%),
    radial-gradient(ellipse at 50% 72%, rgba(198, 65, 112, .58), transparent 32%),
    linear-gradient(150deg, #271016 0%, #0a080c 70%) !important;
}
.profile-grid h3 {
  margin: 16px 18px 3px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  color: #fff7fa !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.profile-grid p {
  margin: 0 18px 18px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
}
.profile-grid a {
  display: none !important;
}
.slider-next {
  position: absolute !important;
  right: clamp(18px, 3vw, 42px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(241, 90, 154, .44) !important;
  border-radius: 50% !important;
  color: #fff7fa !important;
  background: rgba(5,5,7,.70) !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

@media (max-width: 1040px) {
  .why {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: -42px !important;
  }
  .why article:nth-child(2) {
    border-right: 0 !important;
  }
  .profiles {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  .profile-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .why {
    width: calc(100% - 36px) !important;
    grid-template-columns: 1fr !important;
    margin-top: -16px !important;
  }
  .why article,
  .why article:nth-child(2) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(241, 90, 154, .14) !important;
  }
  .why article:last-child {
    border-bottom: 0 !important;
  }
  .profiles {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .profile-grid {
    grid-template-columns: 1fr !important;
  }
  .slider-next {
    display: none !important;
  }
}

/* Screenshot-faithful start page sections */
.why {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  width: min(1440px, calc(100% - clamp(34px, 8vw, 120px)));
  min-height: 170px;
  margin: -34px auto clamp(58px, 7vw, 94px);
  border: 1px solid rgba(241, 90, 154, .20);
  border-radius: 14px;
  background: rgba(6, 6, 9, .82);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  overflow: hidden;
}
.why article {
  min-height: 170px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 22px;
  align-content: center;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(8, 8, 12, .70);
  border-right: 1px solid rgba(241, 90, 154, .14);
}
.why article:last-child {
  border-right: 0;
}
.why-icon {
  grid-area: icon;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 90, 154, .58);
  border-radius: 50%;
  color: var(--red);
  background: radial-gradient(circle, rgba(241, 90, 154, .13), transparent 68%);
}
.why-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why h2 {
  grid-area: title;
  margin: 0 0 6px;
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 850;
  line-height: 1.2;
}
.why p {
  grid-area: text;
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.55;
}

.profiles {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: end;
  padding-top: clamp(70px, 9vw, 122px);
  padding-bottom: clamp(74px, 9vw, 124px);
  background:
    radial-gradient(circle at 86% 35%, rgba(241, 90, 154, .11), transparent 30rem),
    linear-gradient(180deg, #050506, #07070a);
}
.ladies-intro {
  width: auto;
  margin: 0;
  text-align: left;
}
.ladies-intro > span {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.ladies-intro h2 {
  margin: 0;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(43px, 4.7vw, 74px);
  font-weight: 400;
  line-height: .95;
}
.ladies-intro h2::first-letter {
  color: inherit;
}
.ladies-intro h2 span {
  color: var(--red);
}
.ladies-intro p {
  max-width: 310px;
  margin: 24px 0 28px;
  color: rgba(255,255,255,.70);
  font-size: 16px;
  line-height: 1.65;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 18px;
  align-items: stretch;
  overflow: visible;
}
.profile-grid article {
  min-height: 350px;
  display: grid;
  align-content: end;
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .20);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 22px 62px rgba(0,0,0,.42);
}
.profile-placeholder {
  aspect-ratio: auto;
  height: 270px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 210, 220, .52), transparent 8%),
    radial-gradient(ellipse at 50% 58%, rgba(241, 90, 154, .48), transparent 32%),
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(155deg, #211117, #09080b 62%);
}
.profile-grid h3 {
  margin: 16px 18px 3px;
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.profile-grid p {
  margin: 0 18px 18px;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.4;
}
.profile-grid a {
  display: none;
}
.slider-next {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 90, 154, .42);
  border-radius: 50%;
  color: var(--text);
  background: rgba(5,5,7,.65);
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 1040px) {
  .why {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why article:nth-child(2) {
    border-right: 0;
  }
  .profiles {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .profile-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}

@media (max-width: 640px) {
  .why {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }
  .why article,
  .why article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(241, 90, 154, .14);
  }
  .why article:last-child {
    border-bottom: 0;
  }
  .profiles {
    padding-top: 64px;
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .slider-next {
    display: none;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 10%, rgba(241, 90, 154, .12), transparent 34rem),
    radial-gradient(circle at 8% 42%, rgba(192, 23, 85, .10), transparent 30rem),
    linear-gradient(180deg, #020203 0%, #07070a 48%, #030304 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 96px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 0 clamp(20px, 5vw, 88px);
  background: rgba(2, 2, 3, .88);
  border-bottom: 1px solid rgba(241, 90, 154, .14);
  backdrop-filter: blur(18px);
}
.brand {
  width: 190px;
  height: 72px;
  overflow: hidden;
  align-self: center;
  margin-top: 0;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 18px rgba(255, 11, 79, .22));
}
.text-brand {
  width: 220px !important;
  height: auto !important;
  margin-top: 0 !important;
  display: grid !important;
  gap: 6px;
  align-self: center !important;
  overflow: visible !important;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.text-brand strong {
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
}
.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.site-header nav a {
  color: rgba(255,255,255,.78);
  position: relative;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  transition: transform 180ms ease;
}
.site-header nav a:hover,
.site-header nav a:first-child {
  color: var(--red);
}
.site-header nav a:hover::after,
.site-header nav a:first-child::after {
  transform: scaleX(1);
}
.header-cta {
  border: 1px solid rgba(241, 90, 154, .72);
  border-radius: 999px;
  color: var(--red);
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: clamp(128px, 15vh, 166px) clamp(20px, 6vw, 90px) 34px;
  overflow: hidden;
  border-bottom: 0;
}
.hero-banner {
  position: absolute;
  inset: 96px 0 0;
  width: 100%;
  height: calc(100% - 96px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(1.08);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.64) 34%, rgba(0,0,0,.10) 68%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, transparent 32%, #020203 100%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(600px, 100%);
  text-align: left;
  margin-left: clamp(0px, 3vw, 34px);
  transform: translateY(-10px);
}
.hero-logo {
  width: min(340px, 72vw);
  height: auto;
  margin: 0 0 22px -8px;
  filter: drop-shadow(0 0 22px rgba(241, 90, 154, .30));
}
.hero-kicker {
  display: block;
  width: fit-content;
  margin: 0 0 20px;
  color: var(--red);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 850;
  letter-spacing: .20em;
  text-transform: uppercase;
}
.hero-kicker::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 10px;
  background: var(--red);
}
.hero h1,
.statement p,
.section-title h2,
.ambient-feature h3,
.tenant h2,
.contact-card a {
  margin: 0;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}
.hero h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: .98;
  text-wrap: balance;
}
.hero h1 span {
  color: var(--red);
}
.hero-subline {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}
.actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid rgba(241, 90, 154, .28);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.52);
  box-shadow: 0 0 34px rgba(255, 11, 79, .22);
}
.button.primary {
  background: linear-gradient(135deg, #f56aa5, #d81863);
  border-color: rgba(241, 90, 154, .84);
  color: white;
}
.button.secondary {
  background: rgba(0,0,0,.38);
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.24);
}

.statement {
  min-height: 38vh;
  display: grid;
  place-items: center;
  padding: clamp(52px, 7vw, 96px) clamp(20px, 6vw, 90px);
  text-align: center;
  perspective: 900px;
  overflow: hidden;
}
.statement p {
  max-width: 980px;
  font-size: clamp(48px, 8vw, 122px);
  line-height: 1;
  white-space: nowrap;
  transform-origin: center top;
  animation: cinematicDrop 1.35s cubic-bezier(.16, .9, .18, 1) both;
  text-shadow: 0 22px 50px rgba(0, 0, 0, .55);
}

@keyframes cinematicDrop {
  0% {
    opacity: 0;
    transform: translateY(-160px) translateZ(-180px) rotateX(18deg) scale(.82);
    filter: blur(8px);
  }
  58% {
    opacity: 1;
    transform: translateY(10px) translateZ(0) rotateX(0deg) scale(1.03);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0) rotateX(0deg) scale(1);
    filter: blur(0);
  }
}

.why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1440px, calc(100% - clamp(34px, 8vw, 120px)));
  margin: -34px auto clamp(44px, 6vw, 80px);
  position: relative;
  z-index: 5;
  background: rgba(8, 8, 11, .76);
  border: 1px solid rgba(241, 90, 154, .20);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  border-top: 0;
  border-bottom: 0;
}
.why article {
  min-height: 170px;
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 154, .10), transparent 14rem),
    rgba(7,7,10,.72);
  border-right: 1px solid rgba(241, 90, 154, .16);
}
.why article:last-child {
  border-right: 0;
}
.why span,
.section-title span,
.tenant span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.why h2 {
  margin: 28px 0 10px;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1;
}
.why p,
.ambient-feature p,
.tenant p,
.profile-grid p,
.contact-card p,
form label {
  color: var(--muted);
  line-height: 1.65;
}

.ambiente-teaser,
.profiles,
.tenant,
.contact {
  padding: clamp(78px, 10vw, 150px) clamp(20px, 6vw, 90px);
}
.ambiente-teaser {
  display: block;
  border-top: 0;
  border-bottom: 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #050506, #09090d);
}
.ambience-intro {
  display: block;
  text-align: center;
  margin: 0 auto 54px;
}
.welcome-note {
  color: var(--red);
  width: min(980px, 100%);
  margin: 0 auto;
}
.welcome-note strong {
  display: block;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(38px, 6.2vw, 92px);
  font-weight: 400;
  line-height: .96;
}
.welcome-note p {
  margin: 0;
  margin-top: 18px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.65;
}
.home-ambience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.home-ambience-grid article {
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .18);
  box-shadow: var(--shadow);
  border-radius: 12px;
  overflow: hidden;
}
.home-ambience-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}
.home-ambience-grid h3 {
  margin: 22px 20px 10px;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1;
}
.home-ambience-grid p {
  margin: 0 20px 24px;
  color: var(--muted);
  line-height: 1.55;
}
.more-row {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.section-title {
  margin-bottom: 46px;
}
.section-title.centered {
  text-align: center;
}
.section-title h2 {
  margin-top: 14px;
  font-size: clamp(48px, 7vw, 98px);
  line-height: .94;
}
.ambient-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 24px;
}
.ambient-feature img,
.ambient-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambient-feature img {
  height: min(74vh, 760px);
  box-shadow: var(--shadow);
}
.ambient-feature h3 {
  font-size: clamp(40px, 5vw, 78px);
  line-height: .95;
}
.ambient-feature p {
  margin: 24px 0 0;
}
.ambient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.ambient-grid figure {
  margin: 0;
  height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.page-hero.compact {
  min-height: 56vh;
}
.house-story {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(280px, 560px);
  gap: clamp(30px, 7vw, 120px);
  align-items: start;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px) 34px;
}
.house-story span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.house-story h2 {
  margin: 16px 0 0;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: .95;
}
.house-story p {
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}
.room-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 34px clamp(20px, 6vw, 90px) clamp(82px, 10vw, 140px);
}
.room-gallery article {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px;
  background: #0f0c0c;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.room-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.room-gallery h2 {
  margin: 0 0 12px;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.room-gallery p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ladies-intro {
  width: min(1120px, 100%);
  margin: -76px auto 42px;
  text-align: center;
}
.ladies-intro h2 {
  margin: 0;
  color: var(--red);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(38px, 5.6vw, 78px);
  font-weight: 400;
  line-height: .95;
}
.ladies-intro p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2.4vw, 30px);
  line-height: 1.45;
}
.profile-grid article {
  background: #0f0c0c;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.profile-placeholder {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 11, 79, .22), transparent 30%),
    linear-gradient(135deg, #211818, #090707);
}
.profile-grid h3 {
  margin: 24px 24px 8px;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}
.profile-grid p { margin: 0 24px 20px; }
.profile-grid a {
  display: inline-block;
  margin: 0 24px 28px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tenant {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 650px) auto;
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
  margin: 0;
  padding: clamp(62px, 7vw, 105px) clamp(36px, 6vw, 90px);
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(17,0,8,.62) 34%, rgba(35,0,12,.16) 58%, rgba(0,0,0,.24) 100%),
    url("assets/images/photo-ChatGPT-Image-26.-Juni-2026-10_17_45.png");
  background-size: cover;
  background-position: center center;
  min-height: clamp(360px, 34vw, 520px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tenant .button {
  width: fit-content;
  min-width: min(340px, 100%);
  min-height: 62px;
  justify-self: start;
  margin-top: 30px;
  padding: 0 30px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f15a9a, #d60955);
  box-shadow: 0 18px 44px rgba(218, 13, 89, .28);
}
.tenant h2 {
  margin: 14px 0 18px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .92;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 560px);
  justify-content: center;
  gap: 22px;
}
.contact-card,
form {
  background: #0f0c0c;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 30px;
}
.contact-card {
  display: grid;
  gap: 18px;
  align-content: start;
}
.contact-card a {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}
.map-placeholder {
  min-height: 190px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: rgba(255,255,255,.38);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .24em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(255,11,79,.13), rgba(255,255,255,.04));
}
form {
  display: grid;
  gap: 16px;
}
form label {
  display: grid;
  gap: 9px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #080606;
  color: var(--text);
  padding: 16px;
  font: 16px/1.4 Inter, "Segoe UI", Arial, sans-serif;
  outline: none;
}
select {
  min-height: 54px;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.7) 50%) right 18px center / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255,11,79,.08), rgba(255,255,255,.02)),
    #080606;
}
textarea { resize: vertical; }
input:focus,
textarea:focus,
select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(255,11,79,.11);
}

.site-footer {
  padding: clamp(48px, 7vw, 84px) clamp(20px, 6vw, 90px) 28px;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 11, 79, .18), transparent 28rem),
    linear-gradient(180deg, #080606 0%, #030303 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}
body:has(.rooms-page) .site-footer {
  background:
    radial-gradient(circle at 82% 0%, rgba(142, 4, 39, .34), transparent 31rem),
    linear-gradient(180deg, #050303 0%, #0d0407 54%, #030202 100%);
  border-top: 0;
}
body:has(.rooms-page) .footer-grid {
  border-top: 0;
  border-bottom: 0;
  background: rgba(255,255,255,.025);
  padding: 34px clamp(20px, 4vw, 44px);
}
.footer-brand {
  display: grid;
  grid-template-columns: minmax(230px, 370px) minmax(360px, 660px);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  justify-content: center;
  width: min(1180px, 100%);
  margin: 0 auto clamp(40px, 5vw, 70px);
  padding: clamp(10px, 2vw, 24px) 0 clamp(28px, 4vw, 48px);
  border-bottom: 1px solid rgba(241, 90, 154, .16);
}
.footer-brand img {
  width: min(370px, 82vw);
  filter: drop-shadow(0 0 28px rgba(255, 11, 79, .26));
}
.footer-brand p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: .98;
  max-width: 640px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 56px);
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Cleaner footer / imprint layout */
.site-footer {
  padding-top: clamp(42px, 6vw, 76px) !important;
}

.footer-brand {
  grid-template-columns: minmax(220px, 360px) minmax(360px, 650px) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(38px, 6vw, 90px) !important;
  width: min(1180px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
}

.footer-brand img {
  width: min(360px, 100%) !important;
}

.footer-brand p {
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(36px, 4vw, 62px) !important;
  line-height: .98 !important;
}

.footer-grid {
  width: min(1180px, calc(100% - 80px)) !important;
  margin: 0 auto !important;
  grid-template-columns: .8fr .9fr 1fr !important;
  align-items: stretch !important;
  gap: clamp(34px, 5vw, 76px) !important;
}

.footer-col {
  gap: 12px !important;
}

.footer-action {
  padding: 28px 32px !important;
  border: 1px solid rgba(241, 90, 154, .26) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(241, 90, 154, .13), transparent 18rem),
    rgba(32, 2, 12, .56) !important;
}

.footer-bottom {
  width: min(1180px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.footer-bottom a {
  color: #f15a9a !important;
}

@media (max-width: 760px) {
  .footer-brand,
  .footer-grid,
  .footer-bottom {
    width: calc(100% - 36px) !important;
  }

  .footer-brand,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-bottom {
    flex-direction: column !important;
  }
}
.footer-col {
  display: grid;
  align-content: start;
  gap: 13px;
  color: rgba(255,255,255,.68);
  line-height: 1.55;
}
.footer-col strong {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.footer-col a {
  color: rgba(255,255,255,.76);
}
.footer-col a:hover {
  color: white;
}
.footer-action {
  padding: 24px;
  background: rgba(255, 11, 79, .08);
  border: 1px solid rgba(255, 11, 79, .24);
}
.footer-cta {
  width: fit-content;
  margin-top: 8px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 11, 79, .7);
  color: white;
  background: linear-gradient(135deg, var(--bordeaux), #d10d43);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  color: rgba(255,255,255,.46);
  font-size: 13px;
}
.footer-bottom a {
  color: rgba(255,255,255,.7);
}

.subpage {
  padding-top: 96px;
}
.subpage:has(.tenant-landing) {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 11, 79, .18), transparent 34rem),
    radial-gradient(circle at 50% 58%, rgba(143, 16, 41, .24), transparent 42rem),
    linear-gradient(180deg, #080505 0%, #0f0709 24%, #050404 48%, #12070b 74%, #070505 100%);
}
.page-hero,
.tenant-landing {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-content: center;
  padding: clamp(82px, 11vw, 160px) clamp(20px, 6vw, 90px);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 11, 79, .2), transparent 28rem),
    linear-gradient(180deg, #090606, #050404);
  border-bottom: 0;
}
.tenant-landing {
  overflow: hidden;
  min-height: calc(100vh - 96px);
  background:
    linear-gradient(180deg, rgba(86, 0, 22, .7) 0%, rgba(5,4,4,1) 78%);
}
.tenant-landing::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/photo-ChatGPT-Image-26.-Juni-2026-10_17_45.png");
  background-size: cover;
  background-position: center right;
  z-index: 0;
}
.tenant-landing::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(54,0,15,.45) 46%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.62));
  z-index: 0;
}
.tenant-landing > * {
  position: relative;
  z-index: 1;
}
.ladies-hero {
  min-height: calc(100vh - 96px);
  overflow: hidden;
  background: #030303;
}
.sub-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(.96) contrast(1.04);
}
.ladies-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.58) 35%, rgba(0,0,0,.12) 66%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.68));
}
.sub-hero-copy {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
}
.page-hero span,
.tenant-landing span,
.modal-panel span,
.tenant-benefits span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.page-hero h1,
.tenant-landing h1,
.modal-panel h2 {
  max-width: 860px;
  margin: 18px 0 0;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(58px, 9vw, 126px);
  font-weight: 400;
  line-height: .9;
}
.ladies-hero h1 {
  font-size: clamp(48px, 6.5vw, 96px);
}
.page-hero p,
.tenant-landing p {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}
.tenant-landing .button {
  width: fit-content;
  margin-top: 36px;
}
.ladies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px);
}
.lady-card {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  color: var(--text);
  background: #0f0c0c;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.lady-card h2 {
  margin: 24px 24px 8px;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}
.lady-card p {
  margin: 0 24px 28px;
  color: var(--muted);
}
.modal[aria-hidden="true"] {
  display: none;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(10px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100% - 36px));
  margin: min(10vh, 90px) auto;
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 32px;
  padding: clamp(22px, 4vw, 42px);
  background: #0f0b0b;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.modal-image {
  aspect-ratio: 4 / 5;
}
.modal-panel h2 {
  font-size: clamp(48px, 7vw, 86px);
}
.modal-panel p {
  color: var(--muted);
  line-height: 1.65;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid var(--line);
  background: #080606;
  color: var(--text);
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.tenant-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: center;
}
.tenant-blocks + .tenant-benefits {
  display: none;
}
.tenant-blocks {
  display: none;
}
.tenant-feature {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(320px, 600px);
  gap: clamp(32px, 5vw, 82px);
  align-items: stretch;
  justify-content: center;
  padding: clamp(78px, 9vw, 132px) clamp(20px, 6vw, 90px);
  background: transparent;
  color: var(--text);
}
.tenant-feature-card {
  min-height: 620px;
  height: auto;
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 54px);
  background: transparent;
  border-left: 6px solid var(--red);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  box-shadow: none;
}
.tenant-feature-card span,
.tenant-checker span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tenant-feature-card h2,
.tenant-checker h2 {
  margin: 18px 0 22px;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(38px, 4.6vw, 72px);
  font-weight: 400;
  line-height: .98;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.tenant-checker h2 {
  font-size: clamp(34px, 3.6vw, 58px);
}
.tenant-feature-card p,
.tenant-checker p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}
.tenant-feature-card .button {
  margin-top: 14px;
}
.tenant-feature-image {
  margin: 0;
  min-height: 620px;
  height: auto;
  display: block;
  background: transparent;
  box-shadow: var(--shadow);
}
.tenant-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
  border: 0;
  box-shadow: none;
}
.tenant-checker {
  display: grid;
  gap: clamp(44px, 6vw, 94px);
  padding: 0 clamp(20px, 6vw, 90px) clamp(82px, 10vw, 140px);
  background: transparent;
  color: var(--text);
}
.tenant-checker article {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(320px, 600px);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
  justify-content: center;
}
.tenant-checker article:nth-child(even) img {
  grid-column: 2;
}
.tenant-checker article:nth-child(even) div {
  grid-column: 1;
  grid-row: 1;
}
.tenant-checker img {
  width: 100%;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
  border: 0;
  box-shadow: var(--shadow);
}
.tenant-checker div {
  display: grid;
  align-content: center;
  min-height: 520px;
  padding: clamp(26px, 4vw, 48px);
  background: transparent;
  border: 0;
  border-left: 5px solid var(--red);
  box-shadow: none;
}
.tenant-blocks span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.tenant-blocks h2 {
  margin: 18px 0 0;
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: .92;
}
.tenant-blocks p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
  max-width: 620px;
}
.tenant-rooms {
  display: none;
  padding: clamp(52px, 7vw, 100px) clamp(20px, 6vw, 90px);
  border-top: 0;
  background: transparent;
}
.tenant-rooms .section-title {
  display: none;
  margin-bottom: 0;
  text-align: center;
}
.tenant-info {
  display: grid;
  grid-template-columns: minmax(320px, 660px) minmax(300px, 480px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 11, 79, .15), transparent 26rem),
    linear-gradient(180deg, #050404, #0b0708);
  text-align: center;
}
.tenant-info span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.tenant-info h2,
.tenant-info-card h3 {
  margin: 18px 0 22px;
  color: var(--red);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-weight: 400;
  line-height: 1;
}
.tenant-info h2 {
  font-size: clamp(38px, 5vw, 72px);
}
.tenant-info-card h3 {
  font-size: clamp(30px, 3.4vw, 48px);
}
.tenant-info p {
  margin: 0 auto 18px;
  max-width: 660px;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}
.tenant-info-card {
  padding: clamp(26px, 4vw, 46px);
  background: rgba(15,12,12,.88);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}
.tenant-info-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.tenant-info-card li {
  color: var(--muted);
  line-height: 1.55;
}
.tenant-info-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--red);
  vertical-align: middle;
}
.tenant-info {
  display: none;
}
.tenant-benefits article {
  min-height: 300px;
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(180deg, #100c0c, #070606);
  border: 1px solid var(--line);
}
.tenant-benefits span {
  display: none;
}
.tenant-benefits h2 {
  margin: 0 0 16px;
  color: var(--red);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 1;
}
.tenant-benefits p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.65;
}
.single-form {
  max-width: 780px;
  margin: 0 auto;
}
.single-contact {
  width: min(680px, 100%);
  margin: 0 auto;
}
.tenant-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px);
  border-top: 0;
  background: #090505;
  isolation: isolate;
}
.tenant-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/photo-ChatGPT-Image-23.-Juni-2026-06_59_09.png");
  background-size: cover;
  background-position: left center;
  opacity: 1;
  z-index: -2;
}
.tenant-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.24) 34%, rgba(0,0,0,.64) 68%, rgba(0,0,0,.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.34));
  z-index: -1;
}
.tenant-faq .section-title {
  margin-bottom: 34px;
  text-align: center;
}
.faq-list {
  width: min(980px, 100%);
  margin: 0 auto;
  border-top: 0;
  text-align: center;
  background: rgba(5, 4, 4, .42);
  border-inline: 0;
  backdrop-filter: blur(8px);
}
.faq-list details {
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 24px clamp(18px, 3vw, 34px);
}
.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.65;
}
.rental-contact {
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(300px, 560px);
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.rooms-cta {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(28px, 6vw, 82px) auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(circle at 86% 50%, rgba(255, 11, 79, .2), transparent 22rem),
    linear-gradient(135deg, rgba(18, 13, 13, .7), rgba(8, 6, 6, .86));
  box-shadow: var(--shadow);
}
.rooms-cta span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.rooms-cta h2 {
  margin: 12px 0 10px;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
}
.rooms-cta p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.rental-title {
  margin-bottom: 32px;
}
.rental-title h2 {
  font-size: clamp(36px, 4.8vw, 68px);
}
.rental-title p {
  width: min(620px, 100%);
  margin: 14px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}
.lady-contact {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 11, 79, .16), transparent 25rem),
    linear-gradient(180deg, #070505, #050404);
}
.lady-contact .section-title {
  margin-bottom: 36px;
}
.lady-contact .section-title p {
  width: min(680px, 100%);
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}
.lady-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(300px, 560px);
  gap: 24px;
  justify-content: center;
}
.rental-form,
.email-preview {
  background: linear-gradient(180deg, rgba(15,12,12,.86), rgba(7,5,5,.9));
  border: 0;
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 34px);
}
.rental-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rental-form .full {
  grid-column: 1 / -1;
}
.email-preview span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.email-preview h3 {
  margin: 20px 0 20px;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.05;
}
.email-preview pre {
  margin: 0;
  white-space: pre-wrap;
  color: rgba(255,255,255,.78);
  font: 16px/1.7 Inter, "Segoe UI", Arial, sans-serif;
}
.email-visual {
  min-height: 210px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 11, 79, .22), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,11,79,.08));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.email-visual::before {
  content: "Bild Platzhalter";
  color: rgba(255,255,255,.52);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.lady-form textarea {
  min-height: 150px;
}
.rooms-page {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 11, 79, .20), transparent 34rem),
    radial-gradient(circle at 16% 44%, rgba(93, 5, 25, .52), transparent 36rem),
    radial-gradient(circle at 82% 78%, rgba(142, 4, 39, .42), transparent 34rem),
    linear-gradient(180deg, #090405 0%, #15070b 18%, #080405 42%, #120609 70%, #050303 100%);
}
.rooms-hero {
  min-height: 56vh;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 6vw, 90px) clamp(44px, 6vw, 86px);
  text-align: center;
}
.rooms-hero span,
.rooms-intro span,
.rooms-grid span,
.rooms-conditions span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.rooms-hero h1,
.rooms-intro h2,
.rooms-grid h2,
.rooms-conditions h2 {
  margin: 18px 0 0;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-weight: 400;
  line-height: .95;
}
.rooms-hero h1 {
  font-size: clamp(58px, 9vw, 126px);
}
.rooms-hero p,
.rooms-intro p,
.rooms-grid p,
.rooms-conditions p {
  color: var(--muted);
  line-height: 1.65;
}
.rooms-hero p {
  max-width: 680px;
  margin: 26px auto 0;
  font-size: clamp(18px, 2vw, 24px);
}
.rooms-intro {
  width: min(1240px, calc(100% - clamp(36px, 8vw, 130px)));
  margin: 0 auto clamp(72px, 8vw, 116px);
  padding: 0;
  text-align: center;
}
.rooms-intro-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  padding: clamp(34px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    radial-gradient(circle at 50% 0%, rgba(255, 11, 79, .18), transparent 28rem);
}
.rooms-intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  pointer-events: none;
}
.rooms-intro h2 {
  max-width: 920px;
  font-size: clamp(46px, 5.5vw, 86px);
}
.rooms-intro-card p {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: clamp(17px, 1.5vw, 21px);
}
.rooms-intro-table {
  width: min(980px, 100%);
  margin: clamp(30px, 4vw, 48px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
}
.rooms-intro-table div {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.rooms-intro-table div:nth-child(3n) {
  border-right: 0;
}
.rooms-intro-table div:nth-last-child(-n+3) {
  border-bottom: 0;
}
.rooms-intro-card .button {
  margin-top: 36px;
}
.rooms-grid {
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  width: min(1320px, calc(100% - clamp(36px, 8vw, 130px)));
  margin: 0 auto;
  padding: 0 0 clamp(72px, 9vw, 130px);
}
.rooms-grid article {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: stretch;
}
.rooms-grid article:nth-child(even) img {
  grid-column: 2;
}
.rooms-grid article:nth-child(even) div {
  grid-column: 1;
  grid-row: 1;
}
.rooms-grid img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 44vw, 620px);
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
}
.rooms-grid article > div {
  min-height: clamp(420px, 44vw, 620px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(30px, 5vw, 68px);
  border-left: 6px solid var(--red);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 11, 79, .13), transparent 24rem),
    rgba(255,255,255,.025);
  overflow: hidden;
}
.rooms-grid h2 {
  font-size: clamp(40px, 5vw, 74px);
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}
.rooms-grid p {
  max-width: 560px;
  margin: 22px auto 0;
  font-size: clamp(17px, 2vw, 21px);
}
.rooms-conditions {
  display: grid;
  justify-items: center;
  padding: clamp(68px, 8vw, 118px) clamp(20px, 6vw, 90px) clamp(86px, 10vw, 150px);
  text-align: center;
  background: transparent;
}
.rooms-conditions h2 {
  max-width: 880px;
  color: var(--red);
  font-size: clamp(42px, 5.2vw, 82px);
}
.rooms-conditions p {
  max-width: 680px;
  margin: 22px auto 34px;
  font-size: clamp(17px, 2vw, 22px);
}
.legal-content {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0;
}
.legal-content h2,
.legal-content h3 {
  font-family: "Didot", "Bodoni 72", Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
}
.legal-content h2 {
  margin: 48px 0 16px;
  font-size: clamp(34px, 4vw, 58px);
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  margin: 34px 0 12px;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--text);
}
.legal-content p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 190px 1fr;
    height: 86px;
  }
  .site-header nav { display: none; }
  .header-cta { justify-self: end; }
  .hero-banner { top: 86px; height: calc(100% - 86px); }
  .why,
  .ambient-feature,
  .house-story,
  .room-gallery,
  .profile-grid,
  .ladies-grid,
  .tenant,
  .contact-layout,
  .rental-contact,
  .lady-contact-layout,
  .footer-brand,
  .footer-grid,
  .tenant-info,
  .tenant-feature,
  .tenant-checker article,
  .rooms-grid article,
  .tenant-blocks article,
  .tenant-blocks article:nth-child(even),
  .tenant-benefits {
    grid-template-columns: 1fr;
  }
  .tenant-blocks article:nth-child(even) > div,
  .tenant-blocks article:nth-child(even) > p {
    grid-column: auto;
    grid-row: auto;
  }
  .ladies-grid { grid-template-columns: repeat(2, 1fr); }
  .home-ambience-grid { grid-template-columns: repeat(2, 1fr); }
  .ambience-intro { grid-template-columns: 1fr; align-items: start; }
  .ambient-grid { grid-template-columns: 1fr 1fr; }
  .room-gallery article { grid-template-columns: 1fr; }
  .rooms-intro {
    width: min(900px, calc(100% - 40px));
  }
  .rooms-intro-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rooms-intro-table div:nth-child(3n) {
    border-right: 1px solid rgba(255,255,255,.08);
  }
  .rooms-intro-table div:nth-child(2n) {
    border-right: 0;
  }
  .rooms-intro-table div:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .rooms-intro-table div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .rooms-grid article:nth-child(even) img,
  .rooms-grid article:nth-child(even) div {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .site-header { padding: 0 16px; }
  .brand { width: 128px; height: 62px; margin-top: 10px; }
  .header-cta { padding: 12px 14px; font-size: 11px; }
  .hero {
    min-height: 92vh;
    padding: 118px 18px 48px;
  }
  .hero-banner {
    object-position: 66% center;
  }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.35)),
      linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.68));
  }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-logo { width: min(330px, 86vw); margin-bottom: 22px; }
  .button,
  .actions { width: 100%; }
  .statement p { font-size: clamp(42px, 12vw, 60px); }
  .ambient-grid { grid-template-columns: 1fr; }
  .ladies-grid { grid-template-columns: 1fr; }
  .modal-panel { grid-template-columns: 1fr; margin-top: 76px; }
  .tenant-benefits { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .tenant-feature,
  .tenant-checker {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tenant-feature {
    gap: 22px;
  }
  .tenant-feature-card,
  .tenant-feature-image,
  .tenant-feature-image img {
    min-height: 0;
  }
  .tenant-feature-card,
  .tenant-feature-image {
    height: auto;
  }
  .tenant-feature-image img {
    width: 100%;
    height: 520px;
    max-height: none;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
  }
  .tenant-checker article {
    min-height: auto;
    gap: 18px;
  }
  .tenant-checker img {
    height: 420px;
    min-height: 0;
  }
  .tenant-checker div {
    min-height: auto;
  }
  .tenant-checker article:nth-child(even) img,
  .tenant-checker article:nth-child(even) div {
    grid-column: auto;
    grid-row: auto;
  }
  .rooms-cta {
    grid-template-columns: 1fr;
  }
  .rooms-cta .button {
    width: 100%;
  }
  .rooms-grid article:nth-child(even) img,
  .rooms-grid article:nth-child(even) div {
    grid-column: auto;
    grid-row: auto;
  }
  .rooms-hero {
    min-height: auto;
    padding-top: 120px;
  }
  .rooms-intro {
    width: calc(100% - 36px);
    margin-bottom: 58px;
  }
  .rooms-intro-card {
    padding: 32px 20px;
  }
  .rooms-intro-table {
    grid-template-columns: 1fr;
  }
  .rooms-intro-table div,
  .rooms-intro-table div:nth-child(2n),
  .rooms-intro-table div:nth-child(3n),
  .rooms-intro-table div:nth-last-child(-n+2),
  .rooms-intro-table div:nth-last-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .rooms-intro-table div:last-child {
    border-bottom: 0;
  }
  .rooms-grid {
    width: calc(100% - 36px);
    gap: 34px;
  }
  .rooms-grid img,
  .rooms-grid article > div {
    min-height: 0;
  }
  .rooms-grid img {
    height: 360px;
  }
  .rooms-grid article > div {
    padding: 34px 22px;
    border-left-width: 4px;
  }
  .rental-form { grid-template-columns: 1fr; }
  .tenant-landing .button { width: 100%; }
  .ladies-hero {
    min-height: 86vh;
  }
  .sub-hero-image {
    object-position: 64% center;
  }
  .ambient-grid figure,
  .ambient-feature img { height: 420px; }
  .ambiente-teaser,
  .profiles,
  .contact {
    padding-left: 18px;
    padding-right: 18px;
  }
  .house-story,
  .room-gallery { padding-left: 18px; padding-right: 18px; }
  .room-gallery { grid-template-columns: 1fr; }
  .room-gallery img { height: 230px; }
  .home-ambience-grid { grid-template-columns: 1fr; }
  .tenant {
    margin: 0 18px;
    padding: 32px 22px;
  }
  .tenant-faq::before {
    background-position: 22% center;
  }
  .tenant-faq::after {
    background:
      linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.58)),
      linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,.52));
  }
  .tenant .button {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-brand {
    align-items: start;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-cta {
    width: 100%;
    text-align: center;
  }
}

/* Final reference redesign overrides */
.profiles {
  background:
    radial-gradient(circle at 12% 28%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #050506, #07070a);
}
.profiles,
.contact {
  border-top: 1px solid rgba(241, 90, 154, .10);
}
.ladies-intro h2 {
  color: var(--text);
}
.ladies-intro h2::first-letter {
  color: var(--red);
}
.profile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-grid article {
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.44);
}
.profile-placeholder {
  background:
    radial-gradient(circle at 50% 35%, rgba(241, 90, 154, .26), transparent 31%),
    linear-gradient(135deg, #1a1118, #060608);
}
.profile-grid h3 {
  color: var(--text);
}
.profile-grid a {
  color: var(--red);
}
.tenant {
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 14px;
  overflow: hidden;
}
.contact {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 154, .10), transparent 30rem),
    linear-gradient(180deg, #050506, #030304);
}
.contact-card,
form {
  background: #0a0a0e;
  border: 1px solid rgba(241, 90, 154, .18);
  border-radius: 14px;
}
.site-footer {
  background:
    radial-gradient(circle at 80% 0%, rgba(241, 90, 154, .13), transparent 28rem),
    linear-gradient(180deg, #050506 0%, #020203 100%);
  border-top: 1px solid rgba(241, 90, 154, .12);
}
.footer-grid {
  border-top: 1px solid rgba(241, 90, 154, .12);
  border-bottom: 1px solid rgba(241, 90, 154, .12);
}
.footer-col strong,
.footer-cta {
  color: var(--red);
}
.footer-cta {
  border-color: rgba(241, 90, 154, .48);
  border-radius: 12px;
}
body:has(.rooms-page),
body:has(.subpage) {
  background:
    radial-gradient(circle at 78% 10%, rgba(241, 90, 154, .12), transparent 34rem),
    radial-gradient(circle at 8% 42%, rgba(192, 23, 85, .10), transparent 30rem),
    linear-gradient(180deg, #020203 0%, #07070a 48%, #030304 100%);
}

/* Final exact screenshot layout pass */
.why {
  width: min(1450px, calc(100% - clamp(40px, 8vw, 136px))) !important;
  margin: -74px auto clamp(54px, 6vw, 86px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  background: rgba(5, 5, 8, .86) !important;
  border: 1px solid rgba(241, 90, 154, .20) !important;
  border-radius: 13px !important;
  box-shadow: 0 26px 90px rgba(0,0,0,.58) !important;
  backdrop-filter: blur(14px);
}
.why article {
  min-height: 176px !important;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  grid-template-areas: "icon title" "icon text" !important;
  align-content: center !important;
  column-gap: 22px !important;
  padding: 34px clamp(24px, 2.6vw, 42px) !important;
  background: transparent !important;
  border-right: 1px solid rgba(241, 90, 154, .12) !important;
}
.why article:last-child { border-right: 0 !important; }
.why-icon {
  grid-area: icon !important;
  width: 64px !important;
  height: 64px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(241, 90, 154, .62) !important;
  border-radius: 50% !important;
  color: var(--red) !important;
  background: rgba(241, 90, 154, .045) !important;
}
.why-icon svg {
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.why h2 {
  grid-area: title !important;
  margin: 0 0 8px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  font-weight: 850 !important;
  color: #fff7fa !important;
  line-height: 1.2 !important;
}
.why p {
  grid-area: text !important;
  margin: 0 !important;
  max-width: 230px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.58 !important;
}
.profiles {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) !important;
  gap: clamp(30px, 4.8vw, 66px) !important;
  align-items: end !important;
  padding: clamp(76px, 9vw, 124px) clamp(40px, 6vw, 88px) clamp(72px, 8vw, 116px) !important;
  background: radial-gradient(circle at 86% 28%, rgba(241, 90, 154, .11), transparent 30rem), linear-gradient(180deg, #050506 0%, #07070a 100%) !important;
  border-top: 1px solid rgba(241, 90, 154, .09) !important;
}
.ladies-intro {
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
}
.ladies-intro > span {
  display: block !important;
  color: var(--red) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .25em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.ladies-intro > span::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 12px;
  background: var(--red);
}
.ladies-intro h2 {
  margin: 0 !important;
  max-width: 330px !important;
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-size: clamp(44px, 4.5vw, 72px) !important;
  font-weight: 400 !important;
  line-height: .94 !important;
  color: var(--text) !important;
}
.ladies-intro h2::first-letter { color: inherit !important; }
.ladies-intro h2 span { color: var(--red) !important; }
.ladies-intro p {
  max-width: 300px !important;
  margin: 24px 0 28px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}
.profile-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(128px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.profile-grid article {
  min-height: 372px !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  background: #09090d !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 11px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 64px rgba(0,0,0,.48) !important;
}
.profile-placeholder {
  height: auto !important;
  min-height: 282px !important;
  aspect-ratio: auto !important;
  background: radial-gradient(circle at 52% 18%, rgba(255, 232, 238, .62), transparent 7%), radial-gradient(ellipse at 52% 42%, rgba(238, 185, 162, .62), transparent 18%), radial-gradient(ellipse at 50% 72%, rgba(241, 90, 154, .58), transparent 32%), linear-gradient(150deg, #261016 0%, #0a080c 70%) !important;
}
.profile-grid h3 {
  margin: 16px 18px 3px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  color: #fff7fa !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.profile-grid p {
  margin: 0 18px 18px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
}
.profile-grid a { display: none !important; }
.slider-next {
  position: absolute !important;
  right: clamp(18px, 3vw, 42px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(241, 90, 154, .44) !important;
  border-radius: 50% !important;
  color: #fff7fa !important;
  background: rgba(5,5,7,.70) !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

@media (max-width: 1040px) {
  .why { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; margin-top: -42px !important; }
  .why article:nth-child(2) { border-right: 0 !important; }
  .profiles { grid-template-columns: 1fr !important; align-items: start !important; }
  .profile-grid { grid-template-columns: repeat(3, minmax(160px, 1fr)) !important; }
}

@media (max-width: 640px) {
  .why { width: calc(100% - 36px) !important; grid-template-columns: 1fr !important; margin-top: -16px !important; }
  .why article,
  .why article:nth-child(2) { border-right: 0 !important; border-bottom: 1px solid rgba(241, 90, 154, .14) !important; }
  .why article:last-child { border-bottom: 0 !important; }
  .profiles { padding-left: 18px !important; padding-right: 18px !important; }
  .profile-grid { grid-template-columns: 1fr !important; }
  .slider-next { display: none !important; }
}

/* Hero cleanup pass */
.hero {
  min-height: 96vh !important;
  align-items: flex-start !important;
  padding-top: clamp(190px, 24vh, 250px) !important;
  padding-bottom: 110px !important;
}
.hero-banner {
  object-position: 58% top !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #020203 !important;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.68) 32%, rgba(0,0,0,.16) 66%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.22) 0%, transparent 34%, #020203 82%, #020203 100%) !important;
}
.hero-content {
  width: min(560px, 100%) !important;
  margin-left: clamp(70px, 9vw, 168px) !important;
  transform: none !important;
}
.hero-logo { display: none !important; }
.hero-kicker {
  margin-bottom: 16px !important;
}
.hero h1 {
  max-width: 560px !important;
  font-size: clamp(42px, 5.35vw, 72px) !important;
  line-height: 1.02 !important;
}
.hero-subline {
  display: none !important;
  max-width: 500px !important;
  margin-top: 22px !important;
}
.actions {
  margin-top: 28px !important;
}
.why {
  margin-top: -26px !important;
}
main {
  background:
    linear-gradient(180deg, #020203 0, #020203 13vh, rgba(22, 5, 14, .78) 33vh, #07070a 58vh, #050506 100%) !important;
}

@media (max-width: 640px) {
  .hero {
    padding-top: 112px !important;
    padding-bottom: 78px !important;
  }
  .hero-banner {
    object-position: 68% top !important;
    object-fit: cover !important;
  }
  .hero-logo {
    width: min(340px, 88vw) !important;
  }
  .hero h1 {
    font-size: clamp(38px, 11vw, 54px) !important;
  }
}

/* Black section transition cleanup */
main {
  background: #020203 !important;
}
.hero {
  background: #020203 !important;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.68) 32%, rgba(0,0,0,.16) 66%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, transparent 42%, rgba(2,2,3,.08) 76%, #020203 96%, #020203 100%) !important;
}
.why {
  background: #050509 !important;
}
.why article {
  background: #050509 !important;
}
.ambiente-teaser {
  background:
    linear-gradient(180deg, #020203 0%, #020203 30%, rgba(12, 5, 10, .98) 48%, rgba(23, 5, 15, .82) 72%, #050506 100%) !important;
}
.profiles {
  background:
    linear-gradient(180deg, #050506 0%, #050506 18%, rgba(18, 5, 13, .92) 46%, #07070a 100%) !important;
}
.tenant,
.contact,
.site-footer {
  background-color: #050506 !important;
}

/* Header logo visual scale fix */
.site-header {
  height: 126px !important;
  grid-template-columns: 330px 1fr auto !important;
  gap: 4px !important;
  padding-left: clamp(58px, 6vw, 112px) !important;
}
.brand {
  width: 270px !important;
  height: 112px !important;
  overflow: visible !important;
}
.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(1.85) !important;
  transform-origin: center center !important;
}
.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(20px, 2.2vw, 36px) !important;
}

/* Header logo layout */
.site-header {
  height: 126px !important;
  grid-template-columns: 430px 1fr auto !important;
  gap: 12px !important;
  padding-left: clamp(64px, 7vw, 128px) !important;
  padding-right: clamp(28px, 5vw, 88px) !important;
}
.brand {
  width: 380px !important;
  height: 118px !important;
  margin-top: 4px !important;
  align-self: center !important;
}
.brand img {
  object-fit: contain !important;
}
.hero-banner {
  inset: 126px 0 0 !important;
  height: calc(100% - 126px) !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 300px 1fr !important;
    padding-left: 22px !important;
  }
  .brand {
    width: 260px !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 88px !important;
  }
  .brand {
    width: 132px !important;
    height: 68px !important;
  }
  .hero-banner {
    inset: 88px 0 0 !important;
    height: calc(100% - 88px) !important;
  }
}

/* LAST RULE: reviewed responsive header position */
.site-header {
  height: 136px !important;
  grid-template-columns: 390px 1fr auto !important;
  column-gap: clamp(44px, 5vw, 86px) !important;
  padding-left: clamp(118px, 8.4vw, 160px) !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
}

.brand {
  width: 310px !important;
  height: 112px !important;
  margin-top: 0 !important;
  align-self: center !important;
  overflow: visible !important;
}

.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.34) translateX(-10px) !important;
  transform-origin: left center !important;
}

.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(24px, 2.2vw, 42px) !important;
}

.hero-content {
  margin-left: clamp(118px, 8.4vw, 160px) !important;
  padding-top: clamp(74px, 8vh, 116px) !important;
  max-width: min(560px, 35vw) !important;
}

.hero-banner {
  inset: 136px 0 0 !important;
  height: calc(100% - 136px) !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 1040px) {
  .site-header {
    height: 108px !important;
    grid-template-columns: 230px 1fr auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    column-gap: 18px !important;
  }

  .brand {
    width: 205px !important;
    height: 88px !important;
  }

  .site-header .brand img {
    transform: scale(1.14) translateX(0) !important;
  }

  .site-header nav {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .site-header nav a {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .header-cta {
    display: none !important;
  }

  .hero-banner {
    inset: 108px 0 0 !important;
    height: calc(100% - 108px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: 24px !important;
    padding-top: 76px !important;
    max-width: min(520px, 54vw) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 92px !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 16px !important;
  }

  .brand {
    width: 190px !important;
    height: 78px !important;
  }

  .site-header nav,
  .header-cta {
    display: none !important;
  }

  .hero {
    min-height: 760px !important;
  }

  .hero-banner {
    inset: 92px 0 0 !important;
    height: calc(100% - 92px) !important;
    object-position: 68% top !important;
  }

  .hero-content {
    margin: 0 20px !important;
    padding-top: 98px !important;
    max-width: 430px !important;
  }

  .hero-content h1 {
    font-size: clamp(46px, 13vw, 68px) !important;
  }

  .actions {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
*** End of File

/* RESPONSIVE END FIX */
html, body { max-width: 100% !important; overflow-x: hidden !important; }
@media (min-width: 1240px) {
  .site-header { height: 136px !important; grid-template-columns: 390px 1fr auto !important; padding-left: clamp(118px, 8.4vw, 160px) !important; padding-right: clamp(36px, 5vw, 88px) !important; column-gap: clamp(44px, 5vw, 86px) !important; }
  .brand { width: 310px !important; height: 112px !important; }
  .site-header .brand img { transform: scale(1.34) translateX(-10px) !important; transform-origin: left center !important; }
  .site-header nav { justify-content: flex-start !important; gap: clamp(24px, 2.2vw, 42px) !important; }
  .hero-banner { inset: 136px 0 0 !important; height: calc(100% - 136px) !important; object-position: 62% center !important; }
  .hero-content { margin-left: clamp(118px, 8.4vw, 160px) !important; padding-top: clamp(74px, 8vh, 116px) !important; max-width: min(560px, 35vw) !important; }
}
@media (max-width: 1239px) {
  .site-header { height: 116px !important; grid-template-columns: 250px 1fr auto !important; padding-left: 28px !important; padding-right: 28px !important; column-gap: 24px !important; }
  .brand { width: 220px !important; height: 92px !important; }
  .site-header .brand img { transform: scale(1.16) translateX(0) !important; }
  .site-header nav { gap: 18px !important; }
  .site-header nav a { font-size: 11px !important; letter-spacing: .12em !important; }
  .hero-banner { inset: 116px 0 0 !important; height: calc(100% - 116px) !important; object-position: 62% center !important; }
  .hero-content { margin-left: 28px !important; padding-top: 76px !important; max-width: min(520px, 54vw) !important; }
}
@media (max-width: 760px) {
  .site-header { height: 92px !important; display: flex !important; justify-content: center !important; padding: 0 16px !important; }
  .brand { width: 190px !important; height: 78px !important; }
  .site-header nav, .header-cta { display: none !important; }
  .hero { min-height: 760px !important; }
  .hero-banner { inset: 92px 0 0 !important; height: calc(100% - 92px) !important; object-position: 68% top !important; }
  .hero-content { margin: 0 20px !important; padding-top: 98px !important; max-width: 430px !important; }
  .hero-content h1 { font-size: clamp(46px, 13vw, 68px) !important; }
  .actions { flex-direction: column !important; align-items: flex-start !important; }
}

/* TRUE LAST RESPONSIVE RULES */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

img {
  max-width: 100% !important;
}

@media (min-width: 1240px) {
  .site-header {
    height: 136px !important;
    grid-template-columns: 390px 1fr auto !important;
    padding-left: clamp(118px, 8.4vw, 160px) !important;
    padding-right: clamp(36px, 5vw, 88px) !important;
    column-gap: clamp(44px, 5vw, 86px) !important;
  }

  .brand {
    width: 310px !important;
    height: 112px !important;
  }

  .site-header .brand img {
    transform: scale(1.34) translateX(-10px) !important;
    transform-origin: left center !important;
  }

  .site-header nav {
    justify-content: flex-start !important;
    gap: clamp(24px, 2.2vw, 42px) !important;
  }

  .hero-banner {
    inset: 136px 0 0 !important;
    height: calc(100% - 136px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: clamp(118px, 8.4vw, 160px) !important;
    padding-top: clamp(74px, 8vh, 116px) !important;
    max-width: min(560px, 35vw) !important;
  }
}

@media (min-width: 1041px) and (max-width: 1239px) {
  .site-header {
    height: 126px !important;
    grid-template-columns: 300px 1fr auto !important;
    padding-left: clamp(58px, 6vw, 86px) !important;
    padding-right: 34px !important;
    column-gap: 34px !important;
  }

  .brand {
    width: 250px !important;
    height: 102px !important;
  }

  .site-header .brand img {
    transform: scale(1.24) translateX(-6px) !important;
  }

  .site-header nav {
    gap: clamp(18px, 2vw, 28px) !important;
  }

  .hero-banner {
    inset: 126px 0 0 !important;
    height: calc(100% - 126px) !important;
    object-position: 63% center !important;
  }

  .hero-content {
    margin-left: clamp(58px, 6vw, 86px) !important;
    padding-top: clamp(64px, 7vh, 96px) !important;
    max-width: 520px !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    height: 108px !important;
    grid-template-columns: 230px 1fr auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    column-gap: 18px !important;
  }

  .brand {
    width: 205px !important;
    height: 88px !important;
  }

  .site-header .brand img {
    transform: scale(1.14) translateX(0) !important;
  }

  .site-header nav {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .site-header nav a {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .header-cta {
    display: none !important;
  }

  .hero-banner {
    inset: 108px 0 0 !important;
    height: calc(100% - 108px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: 24px !important;
    padding-top: 76px !important;
    max-width: min(520px, 54vw) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 92px !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 16px !important;
  }

  .brand {
    width: 190px !important;
    height: 78px !important;
  }

  .site-header nav,
  .header-cta {
    display: none !important;
  }

  .hero {
    min-height: 760px !important;
  }

  .hero-banner {
    inset: 92px 0 0 !important;
    height: calc(100% - 92px) !important;
    object-position: 68% top !important;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.15), #020203 92%) !important;
  }

  .hero-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-top: 98px !important;
    max-width: 430px !important;
  }

  .hero-content h1 {
    font-size: clamp(46px, 13vw, 68px) !important;
  }

  .actions {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .home-rooms,
  .profiles,
  .tenant,
  .new-ladies,
  .ladies-section,
  .lady-contact,
  .site-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-rooms-copy,
  .ladies-intro,
  .section-title,
  .tenant > div {
    max-width: 100% !important;
  }

  .home-rooms-copy h2,
  .ladies-intro h2,
  .section-title h2,
  .tenant h2 {
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 112px !important;
  }

  .hero-content h1 {
    font-size: 44px !important;
  }
}

/* Responsive final pass: logo/text axis and stable hero across viewports */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

img {
  max-width: 100% !important;
}

@media (min-width: 1240px) {
  .site-header {
    height: 136px !important;
    grid-template-columns: 390px 1fr auto !important;
    padding-left: clamp(118px, 8.4vw, 160px) !important;
    padding-right: clamp(36px, 5vw, 88px) !important;
    column-gap: clamp(44px, 5vw, 86px) !important;
  }

  .brand {
    width: 310px !important;
    height: 112px !important;
  }

  .site-header .brand img {
    transform: scale(1.34) translateX(-10px) !important;
    transform-origin: left center !important;
  }

  .site-header nav {
    justify-content: flex-start !important;
    gap: clamp(24px, 2.2vw, 42px) !important;
  }

  .hero-banner {
    inset: 136px 0 0 !important;
    height: calc(100% - 136px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: clamp(118px, 8.4vw, 160px) !important;
    padding-top: clamp(74px, 8vh, 116px) !important;
    max-width: min(560px, 35vw) !important;
  }
}

@media (min-width: 1041px) and (max-width: 1239px) {
  .site-header {
    height: 126px !important;
    grid-template-columns: 300px 1fr auto !important;
    padding-left: clamp(58px, 6vw, 86px) !important;
    padding-right: 34px !important;
    column-gap: 34px !important;
  }

  .brand {
    width: 250px !important;
    height: 102px !important;
  }

  .site-header .brand img {
    transform: scale(1.24) translateX(-6px) !important;
  }

  .site-header nav {
    gap: clamp(18px, 2vw, 28px) !important;
  }

  .hero-banner {
    inset: 126px 0 0 !important;
    height: calc(100% - 126px) !important;
    object-position: 63% center !important;
  }

  .hero-content {
    margin-left: clamp(58px, 6vw, 86px) !important;
    padding-top: clamp(64px, 7vh, 96px) !important;
    max-width: 520px !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    height: 108px !important;
    grid-template-columns: 230px 1fr auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    column-gap: 18px !important;
  }

  .brand {
    width: 205px !important;
    height: 88px !important;
  }

  .site-header .brand img {
    transform: scale(1.14) translateX(0) !important;
  }

  .site-header nav {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .site-header nav a {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .header-cta {
    display: none !important;
  }

  .hero-banner {
    inset: 108px 0 0 !important;
    height: calc(100% - 108px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: 24px !important;
    padding-top: 76px !important;
    max-width: min(520px, 54vw) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 92px !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 16px !important;
  }

  .brand {
    width: 190px !important;
    height: 78px !important;
  }

  .site-header nav,
  .header-cta {
    display: none !important;
  }

  .hero {
    min-height: 760px !important;
  }

  .hero-banner {
    inset: 92px 0 0 !important;
    height: calc(100% - 92px) !important;
    object-position: 68% top !important;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.15), #020203 92%) !important;
  }

  .hero-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-top: 98px !important;
    max-width: 430px !important;
  }

  .hero-content h1 {
    font-size: clamp(46px, 13vw, 68px) !important;
  }

  .actions {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .home-rooms,
  .profiles,
  .tenant,
  .new-ladies,
  .ladies-section,
  .lady-contact,
  .site-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-rooms-copy,
  .ladies-intro,
  .section-title,
  .tenant > div {
    max-width: 100% !important;
  }

  .home-rooms-copy h2,
  .ladies-intro h2,
  .section-title h2,
  .tenant h2 {
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 112px !important;
  }

  .hero-content h1 {
    font-size: 44px !important;
  }
}

/* Responsive final pass: logo/text axis and stable hero across viewports */
@media (min-width: 1240px) {
  .site-header {
    height: 136px !important;
    grid-template-columns: 390px 1fr auto !important;
    padding-left: clamp(118px, 8.4vw, 160px) !important;
    padding-right: clamp(36px, 5vw, 88px) !important;
    column-gap: clamp(44px, 5vw, 86px) !important;
  }

  .brand {
    width: 310px !important;
    height: 112px !important;
  }

  .site-header .brand img {
    transform: scale(1.34) translateX(-10px) !important;
  }

  .hero-content {
    margin-left: clamp(118px, 8.4vw, 160px) !important;
    padding-top: clamp(74px, 8vh, 116px) !important;
    max-width: min(560px, 35vw) !important;
  }
}

@media (min-width: 1041px) and (max-width: 1239px) {
  .site-header {
    height: 126px !important;
    grid-template-columns: 300px 1fr auto !important;
    padding-left: clamp(58px, 6vw, 86px) !important;
    padding-right: 34px !important;
    column-gap: 34px !important;
  }

  .brand {
    width: 250px !important;
    height: 102px !important;
  }

  .site-header .brand img {
    transform: scale(1.24) translateX(-6px) !important;
  }

  .site-header nav {
    gap: clamp(18px, 2vw, 28px) !important;
  }

  .hero-content {
    margin-left: clamp(58px, 6vw, 86px) !important;
    padding-top: clamp(64px, 7vh, 96px) !important;
    max-width: 520px !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    height: 108px !important;
    grid-template-columns: 230px 1fr auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    column-gap: 18px !important;
  }

  .brand {
    width: 205px !important;
    height: 88px !important;
  }

  .site-header .brand img {
    transform: scale(1.14) translateX(0) !important;
  }

  .site-header nav {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .site-header nav a {
    font-size: 11px !important;
    letter-spacing: .12em !important;
  }

  .header-cta {
    display: none !important;
  }

  .hero-banner {
    inset: 108px 0 0 !important;
    height: calc(100% - 108px) !important;
    object-position: 62% center !important;
  }

  .hero-content {
    margin-left: 24px !important;
    padding-top: 76px !important;
    max-width: min(520px, 54vw) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 92px !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 16px !important;
  }

  .brand {
    width: 190px !important;
    height: 78px !important;
  }

  .site-header nav,
  .header-cta {
    display: none !important;
  }

  .hero {
    min-height: 760px !important;
  }

  .hero-banner {
    inset: 92px 0 0 !important;
    height: calc(100% - 92px) !important;
    object-position: 68% top !important;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.22) 100%),
      linear-gradient(180deg, rgba(0,0,0,.15), #020203 92%) !important;
  }

  .hero-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-top: 98px !important;
    max-width: 430px !important;
  }

  .hero-content h1 {
    font-size: clamp(46px, 13vw, 68px) !important;
  }

  .actions {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 112px !important;
  }

  .hero-content h1 {
    font-size: 44px !important;
  }
}

/* Global responsive safety */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

img {
  max-width: 100% !important;
}

@media (max-width: 760px) {
  .home-rooms,
  .profiles,
  .tenant,
  .new-ladies,
  .ladies-section,
  .lady-contact,
  .site-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-rooms-copy,
  .ladies-intro,
  .section-title,
  .tenant > div {
    max-width: 100% !important;
  }

  .home-rooms-copy h2,
  .ladies-intro h2,
  .section-title h2,
  .tenant h2 {
    overflow-wrap: anywhere !important;
  }
}

/* Absolute final hero text alignment */
@media (min-width: 1041px) {
  .hero-content {
    margin-left: clamp(118px, 8.4vw, 160px) !important;
  }
}

/* Final hero text alignment: bündig unter dem Logo */
@media (min-width: 1041px) {
  .hero-content {
    margin-left: clamp(118px, 8.4vw, 160px) !important;
  }
}

/* Damen-Unterseite: Neulinge exakt als Startseiten-Karten */
.new-ladies {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 72px) clamp(42px, 5vw, 72px) !important;
  background: linear-gradient(180deg, #050507 0%, #08070a 100%) !important;
}

.new-ladies .section-title {
  margin-bottom: clamp(28px, 3.4vw, 46px) !important;
}

.new-ladies .profile-grid {
  width: min(1450px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

.new-ladies .profile-grid article {
  min-height: clamp(360px, 26vw, 450px) !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  background: #09090d !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44) !important;
}

.new-ladies .profile-photo {
  height: clamp(270px, 20vw, 345px) !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.new-ladies .profile-grid h3 {
  margin: 16px 18px 3px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

.new-ladies .profile-grid p {
  margin: 0 18px 18px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 15px !important;
}

.ladies-section {
  padding-top: clamp(38px, 5vw, 70px) !important;
}

.ladies-section > .ladies-grid {
  display: none !important;
}

.more-ladies-grid {
  width: min(1450px, 100%) !important;
  margin: clamp(30px, 4vw, 52px) auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

.more-lady-card {
  min-height: clamp(360px, 26vw, 450px) !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  background: #09090d !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44) !important;
}

.more-lady-photo {
  min-height: clamp(270px, 20vw, 345px) !important;
  background:
    radial-gradient(circle at 50% 26%, rgba(241, 90, 154, .18), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .015)),
    #111014 !important;
}

.more-lady-card[data-profile="cassandra"] .more-lady-photo {
  background: url("assets/images/photo-Casandra-3-.JPG") center top / cover no-repeat !important;
}

.more-lady-card[data-profile="lorry"] .more-lady-photo {
  background: url("assets/images/photo-06_9C14A20F-9E11-48B5-86AA-F6FA1436B644-12218-000009840A1E6BD3_DSC_5282-Edit-1-.JPG") center top / cover no-repeat !important;
}

.more-lady-card[data-profile="emelie"] .more-lady-photo {
  background: url("assets/images/photo-05_3D57F7D0-B563-4378-9732-CB0C9E970E78-9047-0000031E6A1006B3_Desi-Aston-5-of-6-.JPG") center top / cover no-repeat !important;
}

.more-lady-card[data-profile="siana"] .more-lady-photo {
  background: url("assets/images/photo-08_0DE69220-44E2-4AC6-A83B-5196EECB2AD3-518-0000000DAD71E622_Aston_Siana-2-of-6-.JPG") center top / cover no-repeat !important;
}

.more-lady-card[data-profile="desi"] .more-lady-photo {
  background: url("assets/images/photo-05_3D57F7D0-B563-4378-9732-CB0C9E970E78-9047-0000031E6A1006B3_Desi-Aston-5-of-6-.JPG") center top / cover no-repeat !important;
}

.more-lady-card h3 {
  margin: 16px 18px 3px !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  color: #fff !important;
}

.more-lady-card p {
  margin: 0 18px 18px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 15px !important;
}

.more-lady-card.is-away p {
  color: #f15a9a !important;
}

@media (max-width: 980px) {
  .new-ladies .profile-grid,
  .more-ladies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 580px) {
  .new-ladies .profile-grid,
  .more-ladies-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Profil-Popup mit Galerie und Steckbrief */
.profile-card {
  cursor: pointer !important;
}

.profile-card:focus-visible {
  outline: 2px solid #f15a9a !important;
  outline-offset: 5px !important;
}

.profile-modal-panel {
  width: min(1320px, calc(100% - 34px)) !important;
  max-height: calc(100vh - 48px) !important;
  margin: 24px auto !important;
  padding: clamp(18px, 2.4vw, 34px) !important;
  overflow: auto !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(241, 90, 154, .13), transparent 24rem),
    linear-gradient(135deg, #0d090b 0%, #050506 58%, #12060a 100%) !important;
  border-color: rgba(241, 90, 154, .24) !important;
}

.profile-shop {
  display: grid !important;
  grid-template-columns: minmax(290px, 390px) minmax(520px, 1fr) !important;
  gap: clamp(26px, 3.6vw, 54px) !important;
  align-items: start !important;
}

.profile-gallery {
  display: grid !important;
  gap: 12px !important;
}

.profile-main-image {
  min-height: 0 !important;
  aspect-ratio: 2 / 3 !important;
  background:
    radial-gradient(circle at 50% 30%, rgba(241, 90, 154, .14), transparent 16rem),
    #070609 !important;
  border: 1px solid rgba(241, 90, 154, .18) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
}

.profile-main-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}

.profile-main-image img:not([src]) {
  display: none !important;
}

.profile-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.profile-thumbs button {
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 8px !important;
  background: #08070a !important;
  overflow: hidden !important;
  cursor: pointer !important;
}

.profile-thumbs button.active {
  border-color: #f15a9a !important;
  box-shadow: 0 0 0 2px rgba(241, 90, 154, .18) !important;
}

.profile-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.profile-sheet {
  padding: clamp(4px, 1vw, 12px) 0 !important;
  position: relative !important;
}

.profile-sheet h2 {
  margin: 10px 0 14px !important;
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-size: clamp(58px, 7vw, 104px) !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
}

.profile-letter {
  position: relative !important;
  max-width: 650px !important;
  margin: 0 0 20px !important;
  padding: 22px 26px 22px 30px !important;
  border-left: 3px solid #f15a9a !important;
  border-radius: 0 18px 18px 0 !important;
  background:
    linear-gradient(135deg, rgba(241, 90, 154, .10), rgba(255, 255, 255, .025)) !important;
}

.profile-letter::before {
  content: "“" !important;
  position: absolute !important;
  right: 18px !important;
  top: -8px !important;
  color: rgba(241, 90, 154, .28) !important;
  font-family: Georgia, serif !important;
  font-size: 82px !important;
  line-height: 1 !important;
}

.profile-letter p {
  margin: 0 0 12px !important;
}

.profile-letter p:last-child {
  margin-bottom: 0 !important;
}

.profile-lead {
  max-width: 560px !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
}

.profile-facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 18px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.profile-facts div {
  padding: 12px 15px !important;
  background:
    linear-gradient(135deg, rgba(241, 90, 154, .12), rgba(255, 255, 255, .025)) !important;
  border: 1px solid rgba(241, 90, 154, .16) !important;
  border-radius: 12px !important;
}

.profile-facts dt {
  color: #f15a9a !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.profile-facts dd {
  margin: 7px 0 0 !important;
  color: #fff7fa !important;
  font-size: 17px !important;
}

.profile-prices {
  max-width: 720px !important;
  margin: 18px 0 20px !important;
}

.profile-prices h3 {
  margin: 0 0 12px !important;
  color: #fff7fa !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.price-table {
  display: grid !important;
  overflow: hidden !important;
  border: 1px solid rgba(241, 90, 154, .18) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .035) !important;
}

.price-table div {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1fr 1fr !important;
  gap: 1px !important;
  border-bottom: 1px solid rgba(241, 90, 154, .13) !important;
}

.price-table div:last-child {
  border-bottom: 0 !important;
}

.price-table span,
.price-table strong {
  padding: 11px 13px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

.price-table div:first-child span {
  color: #f15a9a !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.price-table strong {
  color: #fff !important;
}

.profile-visit-cta {
  margin-top: 2px !important;
  width: fit-content !important;
  border-radius: 999px !important;
  padding-inline: 26px !important;
}

@media (max-width: 860px) {
  .profile-shop {
    grid-template-columns: 1fr !important;
  }

  .profile-main-image {
    min-height: 0 !important;
  }

  .profile-facts {
    grid-template-columns: 1fr !important;
  }

  .price-table div {
    grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
  }
}

/* ABSOLUTE LAST RULE: home ladies section correction */
.profiles {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding: clamp(58px, 7vw, 92px) clamp(36px, 6vw, 88px) clamp(70px, 8vw, 112px) !important;
  background:
    radial-gradient(circle at 18% 22%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #08080b 0%, #050507 52%, #020203 100%) !important;
}

.profiles .profile-grid {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

.profiles .ladies-intro {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  max-width: 330px !important;
  margin: 0 !important;
  text-align: left !important;
}

.ladies-intro h2,
.home-rooms-copy h2 {
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.ladies-intro h2 {
  max-width: 330px !important;
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home-rooms-copy h2 {
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
  font-weight: 400 !important;
}

.ladies-intro p {
  max-width: 310px !important;
  margin: 22px 0 28px !important;
  font-size: 15px !important;
}

.profile-grid article {
  min-height: clamp(390px, 31vw, 520px) !important;
  border-radius: 12px !important;
}

.profile-placeholder {
  min-height: clamp(300px, 24vw, 410px) !important;
}

.profile-grid h3 {
  margin-top: 18px !important;
}

.slider-next {
  left: clamp(16px, 3vw, 42px) !important;
  right: auto !important;
}

@media (max-width: 1120px) {
  .profiles {
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-intro,
  .profiles .profile-grid {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .profiles .ladies-intro {
    max-width: 620px !important;
  }

  .profiles .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .profiles {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .profiles .profile-grid {
    grid-template-columns: 1fr !important;
  }
}

/* LAST RULE: home ladies section correction */
.profiles {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding: clamp(58px, 7vw, 92px) clamp(36px, 6vw, 88px) clamp(70px, 8vw, 112px) !important;
  background:
    radial-gradient(circle at 18% 22%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #08080b 0%, #050507 52%, #020203 100%) !important;
}

.profiles .profile-grid {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

.profiles .ladies-intro {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  max-width: 330px !important;
  margin: 0 !important;
  text-align: left !important;
}

.ladies-intro h2,
.home-rooms-copy h2 {
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.ladies-intro h2 {
  max-width: 330px !important;
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home-rooms-copy h2 {
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
  font-weight: 400 !important;
}

.ladies-intro p {
  max-width: 310px !important;
  margin: 22px 0 28px !important;
  font-size: 15px !important;
}

.profile-grid article {
  min-height: clamp(390px, 31vw, 520px) !important;
  border-radius: 12px !important;
}

.profile-placeholder {
  min-height: clamp(300px, 24vw, 410px) !important;
}

.profile-grid h3 {
  margin-top: 18px !important;
}

.slider-next {
  left: clamp(16px, 3vw, 42px) !important;
  right: auto !important;
}

@media (max-width: 1120px) {
  .profiles {
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-intro,
  .profiles .profile-grid {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .profiles .ladies-intro {
    max-width: 620px !important;
  }

  .profiles .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .profiles {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .profiles .profile-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Home rooms section below bullet points */
.home-rooms {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 335px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding: clamp(54px, 7vw, 88px) clamp(36px, 6vw, 88px) clamp(70px, 8vw, 110px) !important;
  background:
    radial-gradient(circle at 76% 12%, rgba(236, 68, 152, .11), transparent 27rem),
    linear-gradient(180deg, #020203 0%, #050507 48%, #08080b 100%) !important;
  border: 0 !important;
}

.home-rooms-copy {
  max-width: 330px !important;
}

.home-rooms-copy > span {
  display: inline-block !important;
  margin-bottom: 18px !important;
  color: #f15a9a !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.home-rooms-copy > span::after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 2px !important;
  margin-top: 12px !important;
  background: #f15a9a !important;
}

.home-rooms-copy h2 {
  margin: 0 !important;
  color: #fff6f7 !important;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif !important;
  font-size: clamp(36px, 4.2vw, 58px) !important;
  line-height: .98 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.home-rooms-copy h2 em {
  color: #f15a9a !important;
  font-style: normal !important;
}

.home-rooms-copy p {
  margin: 24px 0 30px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: clamp(15px, 1.25vw, 18px) !important;
  line-height: 1.75 !important;
}

.home-rooms-copy .button {
  min-width: 230px !important;
  min-height: 58px !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #f15a9a, #c80044) !important;
  box-shadow: 0 18px 42px rgba(218, 13, 89, .22) !important;
}

.home-rooms-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
  min-width: 0 !important;
}

.home-room-card {
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
  min-height: clamp(255px, 23vw, 330px) !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 12px !important;
  background: #08080a !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 22px 50px rgba(0,0,0,.38) !important;
}

.home-room-card img {
  width: 100% !important;
  height: clamp(255px, 23vw, 330px) !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.home-room-card::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 48% !important;
  background: linear-gradient(180deg, transparent, rgba(2,2,3,.86)) !important;
  pointer-events: none !important;
}

.home-room-card div {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 20px !important;
  z-index: 1 !important;
}

.home-room-card span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #f15a9a !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.home-room-card strong {
  display: block !important;
  color: #fff !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.2 !important;
}

.home-room-card:hover img {
  transform: scale(1.045) !important;
  filter: saturate(1.08) brightness(1.05) !important;
}

.rooms-next {
  position: absolute !important;
  right: clamp(16px, 3vw, 42px) !important;
  top: 50% !important;
  width: 58px !important;
  height: 58px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(241, 90, 154, .58) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(7,7,10,.72) !important;
  font-size: 42px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 1120px) {
  .home-rooms {
    grid-template-columns: 1fr !important;
  }

  .home-rooms-copy {
    max-width: 620px !important;
  }
}

@media (max-width: 760px) {
  .home-rooms {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-rooms-grid {
    grid-template-columns: 1fr !important;
  }

  .rooms-next {
    display: none !important;
  }
}

/* Home ladies alternates the rooms layout: cards left, copy right */
.profiles {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding-top: clamp(58px, 7vw, 92px) !important;
  padding-bottom: clamp(70px, 8vw, 112px) !important;
  background:
    radial-gradient(circle at 18% 22%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #08080b 0%, #050507 52%, #020203 100%) !important;
}

.profiles .profile-grid {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.profiles .ladies-intro {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.home-rooms-copy h2,
.ladies-intro h2,
.section-title h2,
.tenant h2,
.welcome-note strong {
  font-family: "Didot", "Bodoni 72", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.home-rooms-copy h2 {
  max-width: 330px !important;
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
}

.ladies-intro h2 {
  max-width: 330px !important;
  font-size: clamp(34px, 3.55vw, 56px) !important;
  line-height: .98 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home-rooms-copy h2 em,
.ladies-intro h2 span {
  color: #f15a9a !important;
}

.profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

.profile-grid article {
  min-height: clamp(390px, 31vw, 520px) !important;
  border-radius: 12px !important;
}

.profile-placeholder {
  min-height: clamp(300px, 24vw, 410px) !important;
}

.profile-photo {
  width: 100% !important;
  height: clamp(300px, 24vw, 410px) !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.slider-next {
  left: clamp(16px, 3vw, 42px) !important;
  right: auto !important;
}

@media (max-width: 1120px) {
  .profiles {
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-intro,
  .profiles .profile-grid {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .profiles .ladies-intro {
    max-width: 620px !important;
  }
}

@media (max-width: 760px) {
  .profiles {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .profile-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Startpage design polish */
.why {
  width: min(1520px, calc(100% - 72px)) !important;
  margin-inline: auto !important;
  transform: translateY(-34px) !important;
  background: rgba(3, 3, 6, .82) !important;
  border-color: rgba(241, 90, 154, .22) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48) !important;
}

.home-rooms,
.profiles {
  width: min(1520px, calc(100% - 72px)) !important;
  margin-inline: auto !important;
  border: 0 !important;
}

.home-rooms {
  padding-top: clamp(52px, 6vw, 86px) !important;
  padding-bottom: clamp(62px, 7vw, 104px) !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(241, 90, 154, .12), transparent 28rem),
    linear-gradient(180deg, #050507 0%, #08080b 58%, #050507 100%) !important;
}

.home-rooms-grid {
  gap: clamp(18px, 2vw, 28px) !important;
}

.home-room-card,
.profile-grid article {
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 13px !important;
  background: #08080c !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45) !important;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease !important;
}

.home-room-card:hover,
.profile-grid article:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(241, 90, 154, .48) !important;
  box-shadow: 0 30px 90px rgba(241, 90, 154, .12), 0 24px 70px rgba(0, 0, 0, .55) !important;
}

.home-room-card img {
  height: clamp(260px, 22vw, 360px) !important;
  object-fit: cover !important;
}

.home-room-card span:empty {
  display: none !important;
}

.ladies-banner {
  display: block !important;
  width: min(1520px, calc(100% - 72px)) !important;
  margin: clamp(20px, 3vw, 42px) auto clamp(44px, 6vw, 86px) !important;
  border: 1px solid rgba(241, 90, 154, .22) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #050507 !important;
  box-shadow: 0 26px 78px rgba(0, 0, 0, .48) !important;
}

.ladies-banner img {
  width: 100% !important;
  height: clamp(260px, 28vw, 430px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.ladies-banner:hover img {
  transform: scale(1.018) !important;
  filter: brightness(1.08) !important;
}

.profile-grid article {
  min-height: clamp(410px, 30vw, 500px) !important;
}

.profile-photo {
  height: clamp(315px, 23vw, 390px) !important;
}

.profiles {
  padding-top: clamp(64px, 7vw, 106px) !important;
  padding-bottom: clamp(76px, 8vw, 118px) !important;
}

.ladies-intro {
  align-self: center !important;
}

.ladies-intro h2 {
  max-width: 360px !important;
  font-size: clamp(34px, 3.1vw, 52px) !important;
}

.ladies-intro p {
  max-width: 330px !important;
  font-size: 15px !important;
}

.tenant {
  width: min(1520px, calc(100% - 72px)) !important;
  margin: 0 auto clamp(58px, 7vw, 108px) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .why,
  .home-rooms,
  .profiles,
  .tenant {
    width: calc(100% - 32px) !important;
  }

  .home-rooms,
  .profiles {
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-intro,
  .profiles .profile-grid {
    grid-column: 1 !important;
  }
}

@media (max-width: 640px) {
  .why,
  .home-rooms,
  .profiles,
  .tenant {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .footer-brand {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 20px !important;
  }

  .footer-brand p {
    font-size: clamp(30px, 10vw, 44px) !important;
  }
}

/* Final logo correction after visual review */
.site-header {
  height: 136px !important;
  grid-template-columns: 430px 1fr auto !important;
  column-gap: clamp(28px, 4vw, 76px) !important;
  padding-left: 36px !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
}

.brand {
  width: 340px !important;
  height: 116px !important;
}

.site-header .brand img {
  transform: scale(1.48) translateX(-22px) !important;
  transform-origin: left center !important;
}

.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(26px, 2.45vw, 44px) !important;
}

.hero-content {
  margin-left: clamp(120px, 8.4vw, 160px) !important;
}

.hero-banner {
  inset: 136px 0 0 !important;
  height: calc(100% - 136px) !important;
}

/* Absolute final header correction */
.site-header {
  height: 136px !important;
  grid-template-columns: 430px 1fr auto !important;
  column-gap: clamp(28px, 4vw, 76px) !important;
  padding-left: 36px !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
}

.brand {
  width: 340px !important;
  height: 116px !important;
  margin-top: 0 !important;
  align-self: center !important;
  overflow: visible !important;
}

.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.48) translateX(-22px) !important;
  transform-origin: left center !important;
}

.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(26px, 2.45vw, 44px) !important;
}

.hero-content {
  margin-left: clamp(120px, 8.4vw, 160px) !important;
}

.hero-banner {
  inset: 136px 0 0 !important;
  height: calc(100% - 136px) !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 260px 1fr !important;
    padding-left: 22px !important;
  }

  .brand {
    width: 220px !important;
  }

  .site-header .brand img {
    transform: scale(1.22) translateX(-6px) !important;
  }

  .hero-content {
    margin-left: 24px !important;
  }
}

/* REAL FINAL: Damen headings higher with soft frame */
.ladies-hero {
  margin-bottom: 0 !important;
}

.new-ladies {
  padding-top: 30px !important;
  padding-bottom: clamp(52px, 5vw, 76px) !important;
}

.ladies-section {
  padding-top: 32px !important;
}

.new-ladies > .section-title,
.ladies-section > .section-title {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(42px, 4vw, 62px) !important;
  padding: clamp(16px, 1.8vw, 24px) clamp(20px, 4vw, 56px) !important;
  text-align: center !important;
  border-top: 1px solid rgba(255, 82, 170, .30) !important;
  border-bottom: 1px solid rgba(255, 82, 170, .26) !important;
  background:
    radial-gradient(ellipse at center, rgba(255, 52, 151, .11) 0%, rgba(255, 52, 151, .045) 42%, transparent 76%) !important;
  box-shadow:
    0 0 22px rgba(255, 52, 151, .10),
    inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.more-ladies-grid {
  margin-top: 0 !important;
}

/* Connect home rooms with tenant section */
.home-rooms {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: clamp(56px, 6vw, 86px) !important;
}

.home-rooms + .tenant {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: clamp(50px, 5vw, 76px) !important;
}

/* Scroll reveal animations */
.scroll-reveal {
  opacity: 1;
  transform: translateY(54px) scale(.985);
  filter: blur(5px);
  transition:
    opacity 1100ms ease,
    transform 1100ms cubic-bezier(.18, .82, .22, 1),
    filter 1100ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.profile-card.scroll-reveal,
.home-room-card.scroll-reveal,
.tenant-benefits article.scroll-reveal,
.home-ambience-grid article.scroll-reveal {
  transform: translateY(46px) scale(.97);
}

.tenant-feature-image.scroll-reveal,
.tenant-checker article:nth-child(even).scroll-reveal {
  transform: translateX(54px) scale(.985);
}

.tenant-feature-card.scroll-reveal,
.tenant-checker article:nth-child(odd).scroll-reveal {
  transform: translateX(-54px) scale(.985);
}

.tenant-feature-image.scroll-reveal.is-visible,
.tenant-feature-card.scroll-reveal.is-visible,
.tenant-checker article.scroll-reveal.is-visible,
.profile-card.scroll-reveal.is-visible,
.home-room-card.scroll-reveal.is-visible,
.tenant-benefits article.scroll-reveal.is-visible,
.home-ambience-grid article.scroll-reveal.is-visible {
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Age gate and cookie banner */
.age-gate-active {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #030303;
}

.age-gate-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  filter: saturate(1.06) contrast(1.05);
}

.age-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.56) 45%, rgba(0,0,0,.26)),
    radial-gradient(circle at 36% 48%, rgba(255, 52, 151, .18), transparent 34rem);
}

.age-gate-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(255, 82, 170, .52);
  background: rgba(5, 4, 7, .76);
  box-shadow:
    0 0 0 1px rgba(255, 82, 170, .16),
    0 0 48px rgba(255, 52, 151, .26),
    0 26px 90px rgba(0,0,0,.60);
  backdrop-filter: blur(12px);
  text-align: center;
}

.age-gate-panel span,
.cookie-banner strong {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.age-gate-panel h2 {
  margin: 16px 0 16px;
  color: var(--text);
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  line-height: .92;
  text-shadow: 0 0 24px rgba(255, 82, 170, .38);
}

.age-gate-panel p {
  margin: 0 auto 28px;
  max-width: 460px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.age-gate-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.age-gate-panel small {
  display: block;
  margin-top: 22px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.cookie-banner {
  position: fixed;
  left: clamp(14px, 2vw, 28px);
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 82, 170, .44);
  background: rgba(5, 4, 7, .90);
  box-shadow: 0 0 34px rgba(255, 52, 151, .18), 0 20px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
}

.cookie-banner p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .cookie-banner {
    display: block;
  }

  .cookie-actions {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .age-gate-actions .button,
  .cookie-actions .button {
    width: 100%;
  }
}

/* Konditionen hero banner */
.conditions-hero {
  width: 100%;
  margin: 0 0 clamp(42px, 5vw, 76px);
  overflow: hidden;
  background: #030303;
}

.conditions-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1000;
  object-fit: cover;
  object-position: center center;
}

/* Legal price lists */
.price-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 34px;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 82, 170, .34);
  background: rgba(255, 52, 151, .055);
  box-shadow: 0 0 18px rgba(255, 52, 151, .08);
}

.price-list span {
  color: var(--text);
  font-weight: 700;
}

.price-list strong {
  color: #ff5caf;
  font-size: 20px;
  white-space: nowrap;
}

.tenant-info-card .button {
  margin-top: 18px;
  width: 100%;
}

/* Mieterinnen email preview cleanup */
.email-visual,
.email-visual::before {
  display: none !important;
  content: none !important;
}

.email-preview {
  transform: translateY(-28px) !important;
}

/* Mieterinnen hero image */
.tenant-landing {
  position: relative !important;
  overflow: hidden !important;
  background: #030303 !important;
}

.tenant-landing::before {
  display: none !important;
}

.tenant-hero-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0 !important;
}

.tenant-landing > :not(.tenant-hero-image) {
  position: relative !important;
  z-index: 2 !important;
}

.tenant-landing::after {
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.54) 34%, rgba(0,0,0,.20) 64%, rgba(0,0,0,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.62)) !important;
}

/* Absolute final: Damen headings visible higher */
.ladies-hero {
  margin-bottom: 0 !important;
}

.new-ladies {
  padding-top: 30px !important;
  padding-bottom: clamp(52px, 5vw, 76px) !important;
}

.ladies-section {
  padding-top: 32px !important;
}

.new-ladies > .section-title,
.ladies-section > .section-title {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(42px, 4vw, 62px) !important;
  padding: clamp(16px, 1.8vw, 24px) clamp(20px, 4vw, 56px) !important;
  text-align: center !important;
  border-top: 1px solid rgba(255, 82, 170, .30) !important;
  border-bottom: 1px solid rgba(255, 82, 170, .26) !important;
  background:
    radial-gradient(ellipse at center, rgba(255, 52, 151, .11) 0%, rgba(255, 52, 151, .045) 42%, transparent 76%) !important;
  box-shadow:
    0 0 22px rgba(255, 52, 151, .10),
    inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.more-ladies-grid {
  margin-top: 0 !important;
}

/* Final Damen headline placement */
.ladies-hero {
  margin-bottom: 0 !important;
}

.new-ladies {
  padding-top: clamp(28px, 3.2vw, 46px) !important;
  padding-bottom: clamp(52px, 5vw, 78px) !important;
}

.ladies-section {
  padding-top: clamp(30px, 3.6vw, 54px) !important;
}

.new-ladies > .section-title,
.ladies-section > .section-title {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(42px, 4vw, 62px) !important;
  padding: clamp(16px, 1.8vw, 24px) clamp(20px, 4vw, 56px) !important;
  text-align: center !important;
  border-top: 1px solid rgba(255, 82, 170, .30) !important;
  border-bottom: 1px solid rgba(255, 82, 170, .26) !important;
  background:
    radial-gradient(ellipse at center, rgba(255, 52, 151, .11) 0%, rgba(255, 52, 151, .045) 42%, transparent 76%) !important;
  box-shadow:
    0 0 22px rgba(255, 52, 151, .10),
    inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.more-ladies-grid {
  margin-top: 0 !important;
}

/* Final Damen section spacing */
.ladies-hero {
  margin-bottom: 0 !important;
}

.new-ladies {
  padding-top: clamp(48px, 5.5vw, 78px) !important;
  padding-bottom: clamp(46px, 5vw, 76px) !important;
}

.ladies-section {
  padding-top: clamp(50px, 5.4vw, 82px) !important;
}

.new-ladies > .section-title,
.ladies-section > .section-title {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(38px, 4vw, 58px) !important;
  padding: 0 !important;
  text-align: center !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.more-ladies-grid {
  margin-top: 0 !important;
}

/* Damen hero banner */
.ladies-hero {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 clamp(42px, 5vw, 76px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #030303 !important;
  box-shadow: none !important;
}

.ladies-hero .sub-hero-image {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2560 / 1024 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}

.ladies-hero::after,
.ladies-hero .sub-hero-copy {
  display: none !important;
}

@media (max-width: 760px) {
  .ladies-hero .sub-hero-image {
    aspect-ratio: 16 / 9 !important;
    object-position: center center !important;
  }
}

/* Damen section headlines */
.new-ladies > .section-title,
.ladies-section > .section-title {
  margin-bottom: clamp(28px, 4vw, 54px) !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  margin: 0 !important;
  color: #fff8fd !important;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif !important;
  font-size: clamp(46px, 6.4vw, 92px) !important;
  font-weight: 500 !important;
  line-height: .94 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow:
    0 0 8px rgba(255, 255, 255, .22),
    0 0 24px rgba(255, 82, 170, .28) !important;
}

@media (max-width: 760px) {
  .new-ladies > .section-title h2,
  .ladies-section > .section-title h2 {
    font-size: clamp(38px, 11vw, 58px) !important;
  }
}

/* Absolute final readable ladies names at file end */
.profile-grid h3,
.new-ladies .profile-grid h3,
.more-lady-card h3,
.lady-card h2 {
  margin: 18px 20px 4px !important;
  color: #fffafd !important;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow:
    0 0 5px rgba(255, 255, 255, .54),
    0 0 16px rgba(255, 82, 170, .46),
    0 0 26px rgba(255, 52, 151, .30) !important;
}

.profile-grid p,
.new-ladies .profile-grid p,
.more-lady-card p,
.lady-card p {
  margin: 0 18px 20px !important;
  color: #ff5caf !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow:
    0 0 10px rgba(255, 82, 170, .55),
    0 0 22px rgba(255, 52, 151, .28) !important;
}

/* Absolute final readable ladies names */
.profile-grid h3,
.new-ladies .profile-grid h3,
.more-lady-card h3,
.lady-card h2 {
  margin: 18px 20px 4px !important;
  color: #fffafd !important;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow:
    0 0 5px rgba(255, 255, 255, .54),
    0 0 16px rgba(255, 82, 170, .46),
    0 0 26px rgba(255, 52, 151, .30) !important;
}

.profile-grid p,
.new-ladies .profile-grid p,
.more-lady-card p,
.lady-card p {
  margin: 0 18px 20px !important;
  color: #ff5caf !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow:
    0 0 10px rgba(255, 82, 170, .55),
    0 0 22px rgba(255, 52, 151, .28) !important;
}

/* Final ladies card typography */
.profile-grid h3,
.more-lady-card h3,
.lady-card h2 {
  margin: 18px 20px 4px !important;
  color: #fffafd !important;
  font-family: "Didot", "Bodoni 72", "Baskerville", Georgia, serif !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow:
    0 0 5px rgba(255, 255, 255, .54),
    0 0 16px rgba(255, 82, 170, .46),
    0 0 26px rgba(255, 52, 151, .30) !important;
}

.profile-grid p,
.more-lady-card p,
.lady-card p {
  margin: 0 18px 20px !important;
  color: #ff5caf !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow:
    0 0 10px rgba(255, 82, 170, .55),
    0 0 22px rgba(255, 52, 151, .28) !important;
}

/* Final neon frame pass */
.profiles {
  width: min(1520px, calc(100% - 72px)) !important;
  margin: clamp(42px, 6vw, 82px) auto !important;
  padding: 0 !important;
  gap: clamp(26px, 4vw, 58px) !important;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr) !important;
  border: 1px solid rgba(255, 82, 170, .62) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 72, 160, .18), transparent 34rem),
    linear-gradient(180deg, rgba(24, 4, 13, .70), rgba(5, 3, 5, .92)) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .05),
    0 0 34px rgba(255, 52, 151, .24),
    0 28px 90px rgba(0, 0, 0, .58) !important;
}

.profiles .ladies-banner {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.profiles .ladies-banner img {
  height: clamp(260px, 28vw, 430px) !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 0 !important;
}

.profiles .ladies-intro {
  grid-column: 1 !important;
  padding: clamp(30px, 4vw, 56px) 0 clamp(34px, 4vw, 56px) clamp(30px, 4vw, 64px) !important;
  align-self: start !important;
}

.profiles .profile-grid {
  grid-column: 2 !important;
  padding: clamp(30px, 4vw, 56px) clamp(30px, 4vw, 64px) clamp(34px, 4vw, 56px) 0 !important;
}

.profile-grid article,
.home-room-card,
.why article,
.footer-action,
.lady-card,
.tenant-feature,
.tenant-benefits,
.rooms-grid article,
.contact-form,
.email-preview {
  border-color: rgba(255, 82, 170, .46) !important;
  box-shadow:
    0 0 22px rgba(255, 52, 151, .14),
    0 24px 70px rgba(0, 0, 0, .46) !important;
}

.profile-grid article:hover,
.home-room-card:hover,
.lady-card:hover {
  border-color: rgba(255, 115, 190, .82) !important;
  box-shadow:
    0 0 34px rgba(255, 52, 151, .28),
    0 30px 92px rgba(0, 0, 0, .56) !important;
}

@media (max-width: 760px) {
  .profiles {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-intro,
  .profiles .profile-grid {
    grid-column: 1 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Absolute final order for home ladies module */
.profiles {
  display: grid !important;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
}

.profiles .ladies-banner {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
}

.profiles .ladies-banner img {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.profiles .ladies-intro {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.profiles .profile-grid {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

@media (max-width: 760px) {
  .profiles {
    grid-template-columns: 1fr !important;
  }

  .profiles .ladies-banner {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .profiles .ladies-intro {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .profiles .profile-grid {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
}

/* Absolute final neon line pass */
.site-header,
.why,
.why article,
.home-rooms,
.home-room-card,
.profiles,
.profile-grid article,
.tenant,
.tenant-feature,
.tenant-feature-card,
.tenant-benefits,
.tenant-benefits article,
.tenant-info,
.tenant-blocks article,
.tenant-checker article,
.rooms-grid article,
.contact-form,
.email-preview,
.lady-contact,
.lady-card,
.new-ladies .profile-grid article,
.more-lady-card,
.footer-grid,
.footer-brand,
.footer-action,
.footer-cta,
.modal-panel,
.profile-main-image,
.profile-thumbs button,
.price-table,
.price-table div,
details,
input,
textarea,
select {
  border-color: rgba(255, 82, 170, .54) !important;
}

.site-footer,
.footer-grid,
.footer-brand,
.footer-bottom,
.section-title,
.profile-prices,
.profile-letter,
.profile-facts,
.price-table div,
.why article,
details {
  border-top-color: rgba(255, 82, 170, .42) !important;
  border-bottom-color: rgba(255, 82, 170, .42) !important;
}

.profile-grid article,
.home-room-card,
.why,
.home-rooms,
.profiles,
.tenant,
.tenant-feature,
.tenant-benefits,
.rooms-grid article,
.contact-form,
.email-preview,
.lady-card,
.more-lady-card,
.footer-action,
.modal-panel {
  box-shadow:
    0 0 24px rgba(255, 52, 151, .16),
    0 24px 78px rgba(0, 0, 0, .48) !important;
}

.button,
.header-cta,
.footer-cta,
.slider-next,
.rooms-next,
.profile-thumbs button.active {
  border-color: rgba(255, 115, 190, .78) !important;
  box-shadow:
    0 0 20px rgba(255, 52, 151, .22),
    0 14px 34px rgba(0, 0, 0, .36) !important;
}

.profile-grid article:hover,
.home-room-card:hover,
.lady-card:hover,
.more-lady-card:hover,
.button:hover,
.header-cta:hover,
.footer-cta:hover {
  border-color: rgba(255, 145, 205, .92) !important;
  box-shadow:
    0 0 36px rgba(255, 52, 151, .30),
    0 30px 92px rgba(0, 0, 0, .56) !important;
}

/* Make major section frames uniformly neon */
.why,
.home-rooms,
.profiles,
.tenant {
  border: 1px solid rgba(255, 82, 170, .62) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .05),
    0 0 34px rgba(255, 52, 151, .24),
    0 28px 90px rgba(0, 0, 0, .58) !important;
}

.home-rooms {
  border-radius: 16px !important;
  overflow: hidden !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 260px 1fr !important;
    padding-left: 22px !important;
  }

  .brand {
    width: 220px !important;
  }

  .site-header .brand img {
    transform: scale(1.22) translateX(-6px) !important;
  }

  .hero-content {
    margin-left: 24px !important;
  }
}

/* Final header logo sizing correction */
.site-header {
  height: 136px !important;
  grid-template-columns: 330px 1fr auto !important;
  gap: 8px !important;
  padding-left: clamp(74px, 7vw, 128px) !important;
}
.brand {
  width: 285px !important;
  height: 118px !important;
  overflow: visible !important;
}
.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.18) translateX(2px) !important;
  transform-origin: center center !important;
}
.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(18px, 2vw, 34px) !important;
}
.hero-banner {
  inset: 136px 0 0 !important;
  height: calc(100% - 136px) !important;
}

/* Final header axis: logo aligned with hero text, navigation pushed right */
.site-header {
  height: 132px !important;
  grid-template-columns: 360px 1fr auto !important;
  column-gap: clamp(42px, 5vw, 92px) !important;
  padding-left: clamp(92px, 9.5vw, 166px) !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
}

.brand {
  width: 300px !important;
  height: 108px !important;
  margin-top: 0 !important;
  align-self: center !important;
  overflow: visible !important;
}

.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.22) translateX(-2px) !important;
  transform-origin: left center !important;
}

.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(24px, 2.35vw, 42px) !important;
}

.hero {
  padding-left: 0 !important;
}

.hero-content {
  margin-left: clamp(92px, 9.5vw, 166px) !important;
}

.hero-banner {
  inset: 132px 0 0 !important;
  height: calc(100% - 132px) !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 250px 1fr !important;
    column-gap: 24px !important;
    padding-left: 22px !important;
  }

  .brand {
    width: 210px !important;
  }

  .site-header .brand img {
    transform: scale(1.18) translateX(0) !important;
  }

  .hero-content {
    margin-left: 24px !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 88px !important;
  }

  .brand {
    width: 142px !important;
    height: 68px !important;
  }

  .hero-banner {
    inset: 88px 0 0 !important;
    height: calc(100% - 88px) !important;
  }
}

/* LAST RULE: reviewed header position */
.site-header {
  height: 136px !important;
  grid-template-columns: 430px 1fr auto !important;
  column-gap: clamp(28px, 4vw, 76px) !important;
  padding-left: 36px !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
}

.brand {
  width: 340px !important;
  height: 116px !important;
  margin-top: 0 !important;
  align-self: center !important;
  overflow: visible !important;
}

.site-header .brand img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.48) translateX(-22px) !important;
  transform-origin: left center !important;
}

.site-header nav {
  justify-content: flex-start !important;
  gap: clamp(26px, 2.45vw, 44px) !important;
}

.hero-content {
  margin-left: clamp(120px, 8.4vw, 160px) !important;
}

.hero-banner {
  inset: 136px 0 0 !important;
  height: calc(100% - 136px) !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 260px 1fr !important;
    padding-left: 22px !important;
  }

  .brand {
    width: 220px !important;
  }

  .site-header .brand img {
    transform: scale(1.22) translateX(-6px) !important;
  }

  .hero-content {
    margin-left: 24px !important;
  }
}

/* REAL FINAL: Damen headings higher with soft frame */
.ladies-hero {
  margin-bottom: 0 !important;
}

.new-ladies {
  padding-top: 30px !important;
  padding-bottom: clamp(52px, 5vw, 76px) !important;
}

.ladies-section {
  padding-top: 32px !important;
}

.new-ladies > .section-title,
.ladies-section > .section-title {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(42px, 4vw, 62px) !important;
  padding: clamp(16px, 1.8vw, 24px) clamp(20px, 4vw, 56px) !important;
  text-align: center !important;
  border-top: 1px solid rgba(255, 82, 170, .30) !important;
  border-bottom: 1px solid rgba(255, 82, 170, .26) !important;
  background:
    radial-gradient(ellipse at center, rgba(255, 52, 151, .11) 0%, rgba(255, 52, 151, .045) 42%, transparent 76%) !important;
  box-shadow:
    0 0 22px rgba(255, 52, 151, .10),
    inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}

.new-ladies > .section-title h2,
.ladies-section > .section-title h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.more-ladies-grid {
  margin-top: 0 !important;
}
