.lbv-page {
  --lbv-cream:#f0ece4;
  --lbv-cream-soft:#ded5c7;
  --lbv-cream-deep:#c8baa7;
  --lbv-espresso:#17120e;
  --lbv-black:#070706;
  --lbv-line:rgba(229,216,197,.17);
  background:var(--lbv-black);
  color:var(--lbv-cream)
}
.lbv-page::before,.lbv-page::after {
  content:"";
  position:fixed;
  z-index:-1;
  width:48vw;
  height:48vw;
  border-radius:50%;
  filter:blur(110px);
  opacity:.05;
  pointer-events:none;
  animation:lbvDrift 18s ease-in-out infinite alternate
}
.lbv-page::before {
  top:15vh;
  left:-24vw;
  background:#d9c8b1
}
.lbv-page::after {
  right:-25vw;
  top:55vh;
  background:#8d7357;
  animation-delay:-8s
}
.lbv-shell {
  width:min(1480px,calc(100vw - 9vw));
  margin-inline:auto
}
.lbv-grain {
  position:absolute;
  inset:0;
  opacity:.045;
  pointer-events:none;
  mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}
.lbv-hero {
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  isolation:isolate
}
.lbv-hero__image {
  position:absolute;
  inset:-2%;
  z-index:-4;
  background:url('assets/images/lemanja-beach-village.jpg') center/cover no-repeat;
  transform:scale(1.03);
  animation:lbvHero 16s ease-out both
}
.lbv-hero__shade {
  position:absolute;
  inset:0;
  z-index:-3;
  background:linear-gradient(180deg,rgba(4,4,3,.42),rgba(4,4,3,.08) 42%,rgba(4,4,3,.24) 67%,rgba(4,4,3,.94) 100%),linear-gradient(90deg,rgba(5,4,3,.64),rgba(5,4,3,.1) 55%,rgba(5,4,3,.3))
}
.lbv-hero__shell {
  position:relative;
  padding:calc(var(--header-height) + 70px) 0 72px
}
.lbv-hero__glass {
  width:min(740px,68vw);
  padding:clamp(34px,4.4vw,66px);
  border:1px solid rgba(255,255,255,.46);
  background:linear-gradient(135deg,rgba(18,15,12,.64),rgba(53,43,34,.27));
  backdrop-filter:blur(22px) saturate(.9);
  -webkit-backdrop-filter:blur(22px) saturate(.9);
  box-shadow:0 34px 100px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.25);
  opacity:0;
  transform:translateY(35px);
  animation:lbvReveal 1.25s cubic-bezier(.16,1,.3,1) .35s forwards
}
.lbv-kicker {
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 20px;
  color:rgba(245,238,228,.72);
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase
}
.lbv-kicker span {
  font-family:var(--serif);
  font-size:15px;
  letter-spacing:.14em;
  color:#fffaf4
}
.lbv-kicker i {
  width:35px;
  height:1px;
  background:rgba(229,216,197,.48)
}
.lbv-hero h1 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(58px,7.2vw,112px);
  line-height:.86;
  font-weight:400;
  letter-spacing:-.048em
}
.lbv-hero__lead {
  max-width:630px;
  margin:30px 0 34px;
  color:rgba(245,238,228,.77);
  font-size:clamp(15px,1.2vw,18px);
  line-height:1.75
}
.lbv-hero__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.lbv-button {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-height:56px;
  padding:14px 20px;
  border:1px solid rgba(244,237,228,.35);
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  overflow:hidden;
  transition:transform .3s ease,background .3s ease,border-color .3s ease
}
.lbv-button::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.18) 48%,transparent 62%);
  transform:translateX(-140%);
  transition:transform .65s ease
}
.lbv-button:hover::before {
  transform:translateX(140%)
}
.lbv-button:hover {
  transform:translateY(-2px)
}
.lbv-button--light {
  background:linear-gradient(135deg,rgba(244,239,230,.26),rgba(207,190,168,.12));
  color:#fffaf4;
  backdrop-filter:blur(18px)
}
.lbv-button--ghost {
  background:rgba(8,7,6,.12);
  color:#fffaf4
}
.lbv-hero__facts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  width:min(920px,85vw);
  margin-top:26px;
  border-top:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.18);
  background:rgba(7,6,5,.2);
  backdrop-filter:blur(12px)
}
.lbv-hero__facts span {
  padding:17px 22px;
  border-right:1px solid rgba(255,255,255,.14);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(245,238,228,.56)
}
.lbv-hero__facts span:last-child {
  border-right:0
}
.lbv-hero__facts strong {
  display:block;
  margin-bottom:2px;
  color:#f7f0e5;
  font-size:12px;
  letter-spacing:.06em
}
.lbv-scroll {
  position:absolute;
  right:4.5vw;
  bottom:42px;
  display:flex;
  align-items:center;
  gap:16px;
  color:rgba(255,255,255,.65);
  font-size:8px;
  letter-spacing:.2em;
  text-transform:uppercase;
  writing-mode:vertical-rl
}
.lbv-scroll i {
  width:1px;
  height:55px;
  background:linear-gradient(180deg,rgba(255,255,255,.75),transparent)
}
.lbv-chapter-nav {
  position:sticky;
  top:0;
  z-index:20;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.09);
  background:rgba(7,7,6,.9);
  backdrop-filter:blur(18px)
}
.lbv-chapter-nav .lbv-shell {
  display:flex;
  gap:28px;
  overflow-x:auto;
  scrollbar-width:none
}
.lbv-chapter-nav .lbv-shell::-webkit-scrollbar {
  display:none
}
.lbv-chapter-nav a {
  flex:0 0 auto;
  padding:17px 0;
  color:rgba(241,236,228,.58);
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  transition:color .25s ease
}
.lbv-chapter-nav a:hover,.lbv-chapter-nav a.active {
  color:#fffaf4
}
.lbv-overview,.lbv-section {
  position:relative;
  padding:clamp(78px,8vw,125px) 0
}
.lbv-overview {
  background:linear-gradient(180deg,#080706,#0c0a08)
}
.lbv-overview__grid {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(70px,8vw,140px);
  align-items:center
}
.lbv-eyebrow {
  margin:0 0 22px;
  color:#cbb99e;
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase
}
.lbv-eyebrow--dark {
  color:#6a5946
}
.lbv-overview h2,.lbv-section__head h2,.lbv-residences__head h2 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(42px,5.2vw,78px);
  font-weight:400;
  letter-spacing:-.04em;
  line-height:.98
}
.lbv-overview__copy>p:first-child {
  margin:0;
  color:rgba(241,236,228,.82);
  font-size:clamp(17px,1.45vw,22px);
  line-height:1.8
}
.lbv-thesis {
  margin:30px 0;
  padding:26px 28px;
  border:1px solid rgba(255,255,255,.48);
  background:linear-gradient(135deg,rgba(242,237,229,.94),rgba(202,188,170,.84));
  color:#272018;
  font-size:16px;
  line-height:1.7
}
.lbv-signals {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--lbv-line);
  border-bottom:1px solid var(--lbv-line)
}
.lbv-signals span {
  padding:16px;
  text-align:center;
  border-right:1px solid var(--lbv-line);
  color:rgba(241,236,228,.72);
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}
.lbv-signals span:last-child {
  border-right:0
}
.lbv-section__head {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,.75fr);
  gap:clamp(60px,8vw,130px);
  align-items:end;
  margin-bottom:58px
}
.lbv-section__head--wide {
  grid-template-columns:minmax(0,1fr) minmax(360px,.8fr)
}
.lbv-section__head>p:last-child {
  margin:0;
  color:rgba(241,236,228,.62);
  font-size:15px;
  line-height:1.85
}
.lbv-location {
  background:#090807
}
.lbv-location__layout {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(48px,6vw,96px);
  align-items:start
}
.lbv-lead {
  margin:0 0 32px;
  color:rgba(241,236,228,.78);
  font-size:18px;
  line-height:1.85
}
.lbv-fact-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  margin-bottom:34px;
  border-top:1px solid var(--lbv-line);
  border-left:1px solid var(--lbv-line)
}
.lbv-fact-grid article {
  padding:22px;
  border-right:1px solid var(--lbv-line);
  border-bottom:1px solid var(--lbv-line)
}
.lbv-fact-grid strong {
  display:block;
  font-family:var(--serif);
  font-size:28px;
  font-weight:400
}
.lbv-fact-grid span {
  display:block;
  color:rgba(241,236,228,.48);
  font-size:9px;
  letter-spacing:.11em;
  text-transform:uppercase
}
.lbv-detail,.lbv-model {
  border-top:1px solid var(--lbv-line)
}
.lbv-detail:last-child,.lbv-model:last-child {
  border-bottom:1px solid var(--lbv-line)
}
.lbv-detail summary,.lbv-model summary {
  list-style:none;
  cursor:pointer
}
.lbv-detail summary::-webkit-details-marker,.lbv-model summary::-webkit-details-marker {
  display:none
}
.lbv-detail summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0;
  color:#f3ede3;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase
}
.lbv-detail summary span {
  font-size:20px;
  font-weight:300;
  transition:transform .25s
}
.lbv-detail[open] summary span,.lbv-model[open] summary i {
  transform:rotate(45deg)
}
.lbv-detail>div {
  padding:0 0 10px
}
.lbv-detail p {
  color:rgba(241,236,228,.58);
  font-size:14px;
  line-height:1.9
}
.lbv-market {
  background:linear-gradient(180deg,#0e0c0a,#090807)
}
.lbv-market__grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  background:var(--lbv-line);
  border:1px solid var(--lbv-line)
}
.lbv-market__card {
  min-height:325px;
  padding:34px;
  background:linear-gradient(145deg,#11100e,#0c0b09)
}
.lbv-market__card>span,.lbv-audience-grid article>span,.lbv-investor-grid article>span,.lbv-steps__grid article>span {
  color:#c5ad89;
  font-family:var(--serif);
  font-size:32px
}
.lbv-market__card h3,.lbv-product h3,.lbv-audience-grid h3,.lbv-investor-grid h3,.lbv-steps__grid h3 {
  margin:22px 0 14px;
  font-family:var(--serif);
  font-size:clamp(25px,2.3vw,36px);
  font-weight:400;
  line-height:1.12
}
.lbv-market__card p,.lbv-product p,.lbv-audience-grid p,.lbv-investor-grid p,.lbv-steps__grid p {
  margin:0;
  color:rgba(241,236,228,.56);
  font-size:14px;
  line-height:1.85
}
.lbv-market__statement {
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(0,1fr);
  gap:50px;
  margin-top:34px;
  padding:clamp(36px,5vw,68px);
  background:linear-gradient(135deg,#eee8df,#cbbdac);
  color:#201a14
}
.lbv-market__statement h3 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(30px,3.4vw,52px);
  font-weight:400;
  line-height:1.08
}
.lbv-market__statement p:last-child {
  margin:0;
  color:#5d5145;
  line-height:1.8
}
.lbv-concept {
  background:#080706
}
.lbv-product-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.lbv-product {
  padding:32px;
  border:1px solid var(--lbv-line);
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  transition:transform .35s ease,border-color .35s ease
}
.lbv-product:hover {
  transform:translateY(-5px);
  border-color:rgba(229,216,197,.4)
}
.lbv-product>span {
  color:#c5ad89;
  font-family:var(--serif);
  font-size:42px
}
.lbv-parameter-panel {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:50px;
  margin-top:32px;
  padding:clamp(38px,5vw,70px);
  background:linear-gradient(135deg,#eee8df,#cbbdac);
  color:#201a14
}
.lbv-parameter-panel h3 {
  margin:0 0 20px;
  font-family:var(--serif);
  font-size:clamp(31px,3.5vw,52px);
  font-weight:400;
  line-height:1.05
}
.lbv-parameter-panel p {
  color:#625648
}
.lbv-parameter-panel ul {
  margin:0;
  padding:0;
  list-style:none
}
.lbv-parameter-panel li {
  padding:14px 0;
  border-bottom:1px solid rgba(38,30,22,.14);
  font-size:14px
}
.lbv-models {
  background:linear-gradient(180deg,#0b0a08,#12100d)
}
.lbv-models__summary {
  margin:-10px 0 42px;
  padding:18px 22px;
  border-left:2px solid #c5ad89;
  background:rgba(255,255,255,.025);
  color:rgba(241,236,228,.69);
  font-size:14px
}
.lbv-accordion {
  border-bottom:1px solid var(--lbv-line)
}
.lbv-model summary {
  display:grid;
  grid-template-columns:70px 1fr 30px;
  gap:20px;
  align-items:center;
  padding:26px 0
}
.lbv-model summary>span {
  font-family:var(--serif);
  font-size:36px;
  color:#c5ad89
}
.lbv-model summary small {
  color:rgba(241,236,228,.4);
  font-size:8px;
  letter-spacing:.16em
}
.lbv-model summary h3 {
  margin:5px 0 0;
  font-family:var(--serif);
  font-size:clamp(27px,3vw,44px);
  font-weight:400
}
.lbv-model summary i {
  font-style:normal;
  font-size:23px;
  transition:transform .25s
}
.lbv-model__body {
  max-width:860px;
  margin-left:90px;
  padding:0 0 34px
}
.lbv-model__body p {
  color:rgba(241,236,228,.6);
  font-size:14px;
  line-height:1.85
}
.lbv-model__body blockquote {
  margin:24px 0 0;
  padding:20px 24px;
  border-left:1px solid #c5ad89;
  background:rgba(255,255,255,.025);
  color:rgba(241,236,228,.82);
  font-family:var(--serif);
  font-size:20px;
  line-height:1.45
}
.lbv-audiences {
  background:#080706
}
.lbv-audience-grid,.lbv-investor-grid,.lbv-steps__grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--lbv-line);
  border:1px solid var(--lbv-line)
}
.lbv-audience-grid article,.lbv-investor-grid article,.lbv-steps__grid article {
  padding:30px;
  background:#0d0c0a
}
.lbv-services {
  background:linear-gradient(180deg,#0e0c0a,#090807)
}
.lbv-service-tabs {
  border:1px solid var(--lbv-line)
}
.lbv-service-tabs__nav {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-bottom:1px solid var(--lbv-line)
}
.lbv-service-tabs__nav button {
  padding:18px;
  border:0;
  border-right:1px solid var(--lbv-line);
  background:transparent;
  color:rgba(241,236,228,.48);
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer
}
.lbv-service-tabs__nav button:last-child {
  border-right:0
}
.lbv-service-tabs__nav button.active {
  background:linear-gradient(135deg,rgba(238,232,223,.16),rgba(183,164,141,.08));
  color:#fffaf4
}
.lbv-service-tabs__panels>section {
  display:none;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:60px;
  padding:clamp(32px,5vw,64px)
}
.lbv-service-tabs__panels>section.active {
  display:grid
}
.lbv-service-tabs h3 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(30px,3.2vw,49px);
  font-weight:400;
  line-height:1.1
}
.lbv-service-tabs ul {
  margin:0;
  padding:0;
  list-style:none
}
.lbv-service-tabs li {
  padding:12px 0;
  border-bottom:1px solid var(--lbv-line);
  color:rgba(241,236,228,.65);
  font-size:14px
}
.lbv-service-impact {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:55px;
  margin-top:30px;
  padding:clamp(36px,5vw,66px);
  background:linear-gradient(135deg,#eee8df,#cbbdac);
  color:#201a14
}
.lbv-service-impact h3 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(31px,3.5vw,52px);
  font-weight:400;
  line-height:1.05
}
.lbv-service-impact>p {
  margin:0;
  color:#5d5145;
  line-height:1.85
}
.lbv-investors {
  background:#080706
}
.lbv-investor-grid {
  grid-template-columns:repeat(3,1fr)
}
.lbv-card-label {
  color:#c5ad89!important;
  font-size:8px!important;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}
.lbv-governance {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:50px;
  margin-top:32px;
  padding:32px;
  border:1px solid var(--lbv-line);
  background:rgba(255,255,255,.02)
}
.lbv-governance h3 {
  margin:0;
  font-family:var(--serif);
  font-size:34px;
  font-weight:400
}
.lbv-governance p {
  margin:0;
  color:rgba(241,236,228,.58);
  font-size:14px;
  line-height:1.85
}
.lbv-investor-grid>*,.lbv-governance>* {
  min-width:0
}
.lbv-steps {
  background:linear-gradient(180deg,#0d0b09,#080706)
}
.lbv-steps__grid {
  grid-template-columns:repeat(3,1fr)
}
.lbv-contact-panel {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:50px;
  align-items:center;
  margin-top:34px;
  padding:clamp(36px,5vw,68px);
  background:linear-gradient(135deg,#eee8df,#cbbdac);
  color:#201a14
}
.lbv-contact-panel h3 {
  margin:0 0 12px;
  font-family:var(--serif);
  font-size:clamp(36px,4vw,58px);
  font-weight:400
}
.lbv-contact-panel p {
  margin:0;
  color:#625648
}
.lbv-contact-panel__actions {
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:260px
}
.lbv-button--dark {
  background:rgba(31,25,19,.88);
  color:#fffaf4;
  border-color:rgba(31,25,19,.25)
}
.lbv-button--outline-dark {
  color:#241e17;
  border-color:rgba(31,25,19,.28);
  background:rgba(255,255,255,.17)
}
.lbv-residences {
  padding:clamp(74px,8vw,118px) 0;
  background:#0b0a08;
  border-top:1px solid var(--lbv-line)
}
.lbv-residences__head {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:50px;
  margin-bottom:42px
}
.lbv-residences__head>div {
  max-width:780px
}
.lbv-residences__head>a {
  padding-bottom:8px;
  border-bottom:1px solid rgba(229,216,197,.42);
  color:#e9ded0;
  font-size:9px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase
}
.lbv-residence-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.lbv-residence-card {
  position:relative;
  overflow:hidden;
  border:1px solid var(--lbv-line);
  background:#10100e
}
.lbv-residence-card img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  filter:saturate(.75);
  transition:transform .6s ease,filter .6s ease
}
.lbv-residence-card:hover img {
  transform:scale(1.035);
  filter:saturate(.95)
}
.lbv-residence-card div {
  padding:24px
}
.lbv-residence-card p {
  margin:0;
  color:#c5ad89;
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em
}
.lbv-residence-card h3 {
  margin:10px 0 24px;
  font-family:var(--serif);
  font-size:30px;
  font-weight:400
}
.lbv-residence-card span {
  color:rgba(241,236,228,.58);
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase
}
.reveal {
  opacity:0;
  transform:translateY(28px);
  transition:opacity .85s ease,transform .85s cubic-bezier(.16,1,.3,1)
}
.reveal.visible {
  opacity:1;
  transform:none
}
@keyframes lbvReveal {
  to {
    opacity:1;
    transform:none
  }
}
@keyframes lbvHero {
  from {
    transform:scale(1.075)
  }
  to {
    transform:scale(1.03)
  }
}
@keyframes lbvDrift {
  to {
    transform:translate3d(8vw,4vh,0)
  }
}
@media (max-width:1024px) and (orientation:portrait), (max-width:820px) and (orientation:landscape), (max-width:1366px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse), (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .lbv-hero__facts {
    width:100%
  }
  .lbv-overview__grid,.lbv-section__head,.lbv-section__head--wide,.lbv-location__layout,.lbv-market__statement,.lbv-parameter-panel,.lbv-service-impact,.lbv-governance {
    grid-template-columns:1fr
  }
  .lbv-section__head {
    gap:28px
  }
  .lbv-product-grid,.lbv-audience-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .lbv-investor-grid {
    grid-template-columns:1fr
  }
  .lbv-contact-panel {
    grid-template-columns:1fr
  }
  .lbv-contact-panel__actions {
    min-width:0;
    max-width:420px
  }
  .lbv-residence-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .lbv-residence-card:last-child {
    grid-column:1/-1;
    max-width:50%
  }
}
@media(max-width:760px) {
  :root {
    --header-height:76px
  }
  .lbv-page h1,.lbv-hero__facts span {
    overflow-wrap:anywhere
  }
  .lbv-shell {
    width:calc(100% - 40px)
  }
  .lbv-hero__shell {
    padding:110px 0 24px
  }
  .lbv-hero__glass {
    width:100%;
    padding:28px 22px
  }
  .lbv-hero h1 {
    font-size:clamp(48px,15vw,70px)
  }
  .lbv-hero__lead {
    font-size:14px
  }
  .lbv-hero__facts {
    grid-template-columns:repeat(2,1fr);
    margin-top:12px
  }
  .lbv-hero__facts span:nth-child(2) {
    border-right:0
  }
  .lbv-hero__facts span:nth-child(-n+2) {
    border-bottom:1px solid rgba(255,255,255,.14)
  }
  .lbv-scroll {
    display:none
  }
  .lbv-chapter-nav {
    top:68px
  }
  .lbv-overview,.lbv-section,.lbv-residences {
    padding:64px 0
  }
  .lbv-overview__grid {
    gap:38px
  }
  .lbv-overview h2,.lbv-section__head h2,.lbv-residences__head h2 {
    font-size:clamp(38px,12vw,56px)
  }
  .lbv-section__head {
    margin-bottom:36px
  }
  .lbv-signals {
    grid-template-columns:1fr
  }
  .lbv-signals span {
    border-right:0;
    border-bottom:1px solid var(--lbv-line)
  }
  .lbv-signals span:last-child {
    border-bottom:0
  }
  .lbv-market__grid,.lbv-product-grid,.lbv-audience-grid,.lbv-steps__grid,.lbv-residence-grid {
    grid-template-columns:minmax(0,1fr)
  }
  .lbv-investor-grid {
    grid-template-columns:minmax(0,1fr)
  }
  .lbv-market__card {
    min-height:0
  }
  .lbv-market__statement,.lbv-parameter-panel,.lbv-service-impact,.lbv-contact-panel {
    padding:30px 22px
  }
  .lbv-fact-grid {
    grid-template-columns:1fr
  }
  .lbv-model summary {
    grid-template-columns:48px 1fr 24px;
    gap:12px
  }
  .lbv-model summary>* {
    min-width:0
  }
  .lbv-model summary>span {
    font-size:28px
  }
  .lbv-model summary h3 {
    font-size:28px
  }
  .lbv-model__body {
    margin-left:0
  }
  .lbv-service-tabs__nav {
    grid-template-columns:1fr
  }
  .lbv-service-tabs__nav button {
    border-right:0;
    border-bottom:1px solid var(--lbv-line)
  }
  .lbv-service-tabs__panels>section {
    grid-template-columns:1fr;
    gap:28px;
    padding:28px 22px
  }
  .lbv-residences__head {
    display:block
  }
  .lbv-residences__head>a {
    display:inline-block;
    margin-top:22px
  }
  .lbv-residence-card:last-child {
    grid-column:auto;
    max-width:none
  }
  .lbv-contact-panel__actions {
    width:100%
  }
  .lbv-button {
    width:100%
  }
}

/* Keep the location dossier identical to the established light dossier family. */
#location .lbv-location-dossier {
  border-color:rgba(74,57,42,.15);
  background:linear-gradient(135deg,#e4ddd2,#bfb1a0);
  color:#201a14
}
#location .lbv-location-dossier summary {
  color:#201a14;
  text-transform:none
}
#location .lbv-location-dossier summary .lbv-location-dossier__label,
#location .lbv-location-dossier summary .lbv-location-dossier__icon,
#location .lbv-location-dossier summary .lbv-location-dossier__action {
  color:#6f5a34
}
#location .lbv-location-dossier summary .lbv-location-dossier__action {
  font-size:7px;
  letter-spacing:.14em
}
#location .lbv-location-dossier summary .lbv-location-dossier__preview {
  color:rgba(32,26,20,.74);
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.62;
  text-transform:none
}
#location .lbv-location-dossier>div {
  border-left:0
}
#location .lbv-location-dossier>div p {
  color:rgba(32,26,20,.72)
}
@media (min-width:1025px) and (orientation:portrait) and (hover: hover) and (pointer: fine), (min-width:821px) and (orientation:landscape) and (hover:hover) and (pointer:fine), (min-width:821px) and (min-height:821px) and (orientation:landscape) and (hover:none) and (pointer:coarse), (min-width:1367px) {
  #location .lbv-location-dossier:not([open]) {
    align-self:stretch;
    height:calc(100% - 10px);
    margin-top:10px
  }
  #location .lbv-location-dossier:not([open]) summary {
    height:100%;
    grid-template-rows:auto 1fr auto;
    box-sizing:border-box
  }
  #location .lbv-location-dossier:not([open]) .lbv-location-dossier__preview {
    min-height:0;
    -webkit-line-clamp:4
  }
}
#location .lbv-location-dossier[open] summary span {
  transform:none
}
#location .lbv-location-dossier[open] summary .lbv-location-dossier__icon {
  transform:rotate(45deg)
}
/* Location chapter — image-free editorial dossier */
.lbv-location__layout {
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(42px,6vw,88px);
  align-items:start
}
.lbv-location__intro {
  min-width:0
}
#location .lbv-section__head>p:last-child {
  transform:translateY(10px)
}
.lbv-location__intro .lbv-lead {
  max-width:610px
}
.lbv-location__intro .lbv-fact-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0
}
.lbv-location-dossier {
  position:relative;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(74,57,42,.15);
  background:linear-gradient(135deg,#e4ddd2,#bfb1a0);
  color:#201a14;
  box-shadow:0 24px 70px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.28)
}
.lbv-location-dossier::after {
  content:"";
  position:absolute;
  top:-36%;
  right:-14%;
  width:48%;
  aspect-ratio:1;
  border:1px solid rgba(95,76,54,.08);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(95,76,54,.022),0 0 0 85px rgba(95,76,54,.014);
  pointer-events:none
}
.lbv-location-dossier summary {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px 28px;
  align-items:start;
  padding:30px 32px 26px;
  text-transform:none
}
.lbv-location-dossier__label {
  min-width:0;
  color:#6f5a34;
  font-size:8px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
  overflow-wrap:anywhere
}
.lbv-location-dossier__icon {
  grid-column:2;
  grid-row:1;
  color:#6f5a34;
  font-family:Arial,sans-serif;
  font-size:20px;
  line-height:1
}
.lbv-location-dossier__preview {
  display:-webkit-box;
  grid-column:1/-1;
  min-height:3.24em;
  overflow:hidden;
  color:rgba(32,26,20,.74);
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.62;
  text-transform:none;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}
.lbv-location-dossier__action {
  grid-column:1/-1;
  margin-top:4px;
  padding-top:18px;
  border-top:1px solid rgba(74,57,42,.16);
  color:#6f5a34;
  font-size:8px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase
}
.lbv-location-dossier__preview,.lbv-location-dossier__action {
  min-width:0
}
.lbv-location-dossier>div {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:clamp(38px,5vw,70px);
  padding:0 32px 30px;
  border-left:0
}
.lbv-location-dossier>div p {
  margin:0 0 1.15em;
  color:rgba(32,26,20,.72);
  font-size:13px;
  line-height:1.64
}
.lbv-location-dossier>div p:nth-child(n+4) {
  grid-column:2
}
.lbv-location-dossier>div p:nth-child(4) {
  grid-row:1
}
.lbv-location-dossier>div p:nth-child(5) {
  grid-row:2
}
.lbv-location-dossier[open] summary {
  padding-bottom:22px
}
.lbv-location-dossier[open] .lbv-location-dossier__preview {
  display:none
}
.lbv-location-dossier[open] .lbv-location-dossier__action::before {
  content:"Standortprofil schließen"
}
.lbv-location-dossier[open] .lbv-location-dossier__action {
  font-size:0
}
.lbv-location-dossier[open] .lbv-location-dossier__action::before {
  font-size:7px
}
html[lang="en"] .lbv-location-dossier[open] .lbv-location-dossier__action::before {
  content:"Close location profile"
}

@media (max-width:1024px) and (orientation:portrait), (max-width:820px) and (orientation:landscape), (max-width:1366px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse), (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .lbv-location__layout {
    grid-template-columns:1fr;
    gap:26px
  }
  .lbv-page .lbv-location__layout {
    grid-template-columns:minmax(0,1fr)
  }
  .lbv-location__intro,.lbv-location-dossier {
    min-width:0;
    width:100%
  }
  .lbv-location__intro .lbv-lead {
    max-width:none
  }
}

@media(max-width:760px) {
  .lbv-location__layout {
    gap:22px
  }
  .lbv-location__intro .lbv-fact-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .lbv-location-dossier summary {
    gap:15px 18px;
    padding:22px 20px 20px
  }
  .lbv-location-dossier__preview {
    min-height:4.74em;
    font-size:12.5px;
    line-height:1.58;
    -webkit-line-clamp:3
  }
  .lbv-location-dossier__action {
    padding-top:15px
  }
  .lbv-location-dossier>div {
    display:block;
    padding:0 20px 22px
  }
  .lbv-location-dossier>div p {
    font-size:12.5px;
    line-height:1.58
  }
  .lbv-location-dossier::after {
    top:-12%;
    right:-42%;
    width:92%
  }
}

@media(max-width:360px) {
  .lbv-location__intro .lbv-fact-grid {
    grid-template-columns:1fr
  }
}

/* Cards, dossiers and interaction surfaces */
.lbv-page .project-chapter-label {
  color:#a19167
}
.lbv-page .lbv-section-label {
  display:block;
  margin-top:0;
  margin-inline:auto;
  margin-bottom:12px;
  padding-inline:1px;
  color:rgba(255,255,255,.48)!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:rgba(255,255,255,.48)!important;
  line-height:1.5;
  text-align:left
}
#market .lbv-market__statement,
#concept .lbv-parameter-panel,
#services .lbv-service-impact,
#steps .lbv-contact-panel {
  top:25px;
  margin-bottom:25px
}
#services .lbv-service-tabs__panels .lbv-eyebrow {
  color:#a19167!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:#a19167!important
}
#investors .lbv-governance>p {
  transform:translateY(25px)
}
.lbv-chapter-nav a {
  position:relative
}
.lbv-chapter-nav a::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:1px;
  background:#a19167;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease
}
.lbv-chapter-nav a:hover::after,.lbv-chapter-nav a.active::after {
  transform:scaleX(1)
}
.lbv-market__grid,.lbv-audience-grid,.lbv-investor-grid,.lbv-steps__grid {
  border-color:rgba(216,199,176,.14);
  background:rgba(216,199,176,.14)
}
.lbv-market__card,.lbv-audience-grid article,.lbv-investor-grid article,.lbv-steps__grid article {
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#100e0c,#0a0908 74%)
}
.lbv-market__card::after,.lbv-audience-grid article::after,.lbv-investor-grid article::after,.lbv-steps__grid article::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:42%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(161,145,103,.42))
}
.lbv-market__card>span,.lbv-audience-grid article>span,.lbv-investor-grid article>span,.lbv-steps__grid article>span,.lbv-product>span {
  color:#a19167
}
.lbv-product {
  position:relative;
  overflow:hidden;
  border-color:rgba(216,199,176,.15);
  background:linear-gradient(145deg,rgba(216,199,176,.045),rgba(255,255,255,.008))
}
.lbv-product::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:36%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(161,145,103,.42))
}
.lbv-fact-grid {
  border-color:rgba(216,199,176,.14);
  background:rgba(255,255,255,.012)
}
.lbv-fact-grid article {
  border-color:rgba(216,199,176,.14)
}
.lbv-fact-grid strong {
  color:#eee7dc
}
.lbv-detail {
  border-color:rgba(216,199,176,.17)
}
.lbv-detail summary {
  color:#dcd2c4;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}
.lbv-detail summary span {
  color:#a19167;
  font-size:19px;
  font-weight:300
}
.lbv-detail>div {
  border-left:1px solid rgba(161,145,103,.5)
}
.lbv-detail p strong,.lbv-model__body strong {
  color:#e9dfd2
}
.lbv-market__statement,.lbv-parameter-panel,.lbv-service-impact,.lbv-contact-panel {
  position:relative;
  overflow:hidden;
  border:1px solid rgba(74,57,42,.15);
  box-shadow:0 24px 70px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.28)
}
.lbv-market__statement::after,.lbv-parameter-panel::after,.lbv-service-impact::after,.lbv-contact-panel::after {
  content:"";
  position:absolute;
  top:-45%;
  right:-12%;
  width:44%;
  aspect-ratio:1;
  border:1px solid rgba(95,76,54,.08);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(95,76,54,.022),0 0 0 85px rgba(95,76,54,.014);
  pointer-events:none
}
.lbv-market__statement>*,.lbv-parameter-panel>*,.lbv-service-impact>*,.lbv-contact-panel>* {
  position:relative;
  z-index:1
}
.lbv-market__statement .lbv-eyebrow,.lbv-parameter-panel .lbv-eyebrow,.lbv-service-impact .lbv-eyebrow,.lbv-contact-panel .lbv-eyebrow {
  color:#6f5a34
}
.lbv-accordion {
  border-top:1px solid rgba(216,199,176,.17);
  border-bottom-color:rgba(216,199,176,.17)
}
.lbv-model {
  border-color:rgba(216,199,176,.14)
}
.lbv-model summary {
  transition:background .25s ease,padding-inline .25s ease
}
.lbv-model summary:hover {
  padding-inline:14px;
  background:linear-gradient(90deg,rgba(161,145,103,.07),transparent 68%)
}
.lbv-model summary>span,.lbv-model summary i {
  color:#a19167
}
.lbv-model summary small {
  color:rgba(241,236,228,.47)
}
.lbv-model__body blockquote {
  border-left-color:#a19167;
  background:linear-gradient(90deg,rgba(161,145,103,.09),rgba(255,255,255,.012))
}
.lbv-service-tabs {
  border-color:rgba(216,199,176,.15);
  background:#0b0908
}
.lbv-service-tabs__nav {
  border-bottom-color:rgba(216,199,176,.15)
}
.lbv-service-tabs__nav button {
  position:relative;
  border-right-color:rgba(216,199,176,.14)
}
.lbv-service-tabs__nav button::after {
  content:"";
  position:absolute;
  right:20px;
  bottom:0;
  left:20px;
  height:1px;
  background:#a19167;
  transform:scaleX(0);
  transition:transform .25s ease
}
.lbv-service-tabs__nav button.active {
  background:linear-gradient(180deg,rgba(161,145,103,.09),transparent);
  color:#f4eee5
}
.lbv-service-tabs__nav button.active::after {
  transform:scaleX(1)
}
.lbv-service-tabs__panels>section {
  background:linear-gradient(145deg,rgba(255,255,255,.018),transparent)
}
.lbv-service-tabs li {
  position:relative;
  padding-left:17px;
  border-bottom-color:rgba(216,199,176,.13)
}
.lbv-service-tabs li::before {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:6px;
  height:1px;
  background:#a19167
}
.lbv-governance {
  border-color:rgba(216,199,176,.16);
  border-left-color:#a19167;
  background:linear-gradient(90deg,rgba(161,145,103,.07),rgba(255,255,255,.012))
}
.lbv-residence-card {
  border-color:rgba(216,199,176,.15);
  background:linear-gradient(145deg,#100e0c,#0b0a08)
}
.lbv-residence-card span,.lbv-residences__head>a {
  color:#a19167
}

@media(min-width:761px) {
  .lbv-market__statement {
    grid-template-columns:minmax(210px,.52fr) minmax(0,1.48fr);
    align-items:start
  }
  .lbv-market__statement .lbv-eyebrow {
    grid-column:1;
    grid-row:1;
    margin-top:5px
  }
  .lbv-market__statement h3 {
    grid-column:2;
    grid-row:1/3
  }
  .lbv-market__statement>p:last-child {
    grid-column:1;
    grid-row:2;
    padding-top:18px;
    border-top:1px solid rgba(74,57,42,.15)
  }
  .lbv-audience-grid article,.lbv-steps__grid article {
    min-height:210px
  }
  .lbv-investor-grid article {
    min-height:260px
  }
  .lbv-market__card,.lbv-product,.lbv-audience-grid article,.lbv-investor-grid article,.lbv-steps__grid article {
    transition:background .3s ease,border-color .3s ease
  }
  .lbv-market__card:hover,.lbv-audience-grid article:hover,.lbv-investor-grid article:hover,.lbv-steps__grid article:hover {
    background:linear-gradient(145deg,#14110e,#0b0908 74%)
  }
}

@media(max-width:760px) {
  .lbv-chapter-nav a::after {
    display:none
  }
  .lbv-detail summary {
    letter-spacing:.11em
  }
  .lbv-detail>div {
    padding-left:17px
  }
  .lbv-market__statement::after,.lbv-parameter-panel::after,.lbv-service-impact::after,.lbv-contact-panel::after {
    top:-15%;
    right:-38%;
    width:86%
  }
  .lbv-market__statement {
    display:block
  }
  .lbv-market__statement h3 {
    margin:16px 0
  }
  .lbv-market__statement>p:last-child {
    padding-top:16px;
    border-top:1px solid rgba(74,57,42,.14)
  }
  .lbv-model summary:hover {
    padding-inline:0;
    background:transparent
  }
  .lbv-service-tabs__nav button::after {
    right:20px;
    left:20px
  }
  .lbv-service-tabs__nav button:last-child {
    border-bottom:0
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .lbv-page::before,.lbv-page::after,.lbv-hero__image,.lbv-hero__glass {
    animation:none
  }
  .lbv-hero__glass {
    opacity:1;
    transform:none
  }
  .reveal {
    opacity:1;
    transform:none;
    transition:none
  }
}

/* Overview copy alignment on wide desktop layouts. */
@media(min-width:1101px) {
  .lbv-page .lbv-overview__copy {
    transform:translateY(40px)
  }
  html[lang="en"] .lbv-page #overview .lbv-overview__grid > div:first-child h2 {
    transform:translateY(-40px)
  }
}

/* Editorial scale aligned with the Premium Lifestyle Resort */
@media(min-width:761px) {
  .lbv-hero {
    min-height:100svh
  }
  .lbv-hero__shell {
    padding:calc(var(--header-height) + 54px) 0 52px
  }
  .lbv-hero__glass {
    width:min(650px,62vw);
    padding:clamp(32px,3.25vw,48px)
  }
  .lbv-hero h1 {
    font-size:clamp(54px,6vw,88px);
    line-height:.9
  }
  .lbv-hero__lead {
    max-width:570px;
    margin:24px 0 27px;
    font-size:clamp(14px,1vw,16px);
    line-height:1.58
  }
  .lbv-button {
    min-height:50px
  }
  .lbv-hero__facts {
    width:min(840px,80vw);
    margin-top:20px
  }
  .lbv-hero__facts span {
    padding:14px 18px
  }
  .lbv-overview,.lbv-section {
    padding:clamp(68px,6.5vw,98px) 0
  }
  .lbv-page .project-chapter-photo {
    height:clamp(240px,27vw,390px);
    margin-bottom:clamp(40px,4.5vw,62px)
  }
  .lbv-overview__grid {
    gap:clamp(54px,6vw,92px)
  }
  .lbv-overview h2,.lbv-section__head h2,.lbv-residences__head h2 {
    font-size:clamp(42px,4.3vw,64px);
    line-height:1
  }
  .lbv-overview__copy>p:first-child {
    font-size:clamp(16px,1.2vw,19px);
    line-height:1.6
  }
  .lbv-thesis {
    margin:24px 0;
    padding:22px 24px;
    font-size:14px;
    line-height:1.58
  }
  .lbv-signals span {
    padding:13px
  }
  .lbv-section__head {
    gap:clamp(48px,6vw,96px);
    margin-bottom:40px
  }
  .lbv-section__head>p:last-child {
    font-size:14px;
    line-height:1.62
  }
  .lbv-lead {
    margin-bottom:26px;
    font-size:16px;
    line-height:1.62
  }
  .lbv-fact-grid {
    margin-bottom:28px
  }
  .lbv-fact-grid article {
    padding:18px 20px
  }
  .lbv-detail p,.lbv-model__body p {
    line-height:1.62
  }
  .lbv-market__card {
    min-height:260px;
    padding:28px
  }
  .lbv-market__card h3,.lbv-product h3,.lbv-audience-grid h3,.lbv-investor-grid h3,.lbv-steps__grid h3 {
    margin:18px 0 11px;
    font-size:clamp(24px,2vw,31px)
  }
  .lbv-market__card p,.lbv-product p,.lbv-audience-grid p,.lbv-investor-grid p,.lbv-steps__grid p {
    font-size:13px;
    line-height:1.62
  }
  .lbv-market__statement,.lbv-parameter-panel,.lbv-service-impact,.lbv-contact-panel {
    gap:42px;
    margin-top:28px;
    padding:clamp(32px,4vw,48px);
    background:linear-gradient(135deg,#e4ddd2,#bfb1a0)
  }
  .lbv-market__statement h3,.lbv-parameter-panel h3,.lbv-service-impact h3 {
    font-size:clamp(30px,3vw,44px)
  }
  .lbv-market__statement p:last-child,.lbv-service-impact>p {
    font-size:14px;
    line-height:1.62
  }
  .lbv-product-grid {
    gap:14px
  }
  .lbv-product {
    padding:27px
  }
  .lbv-product>span {
    font-size:35px
  }
  .lbv-parameter-panel li {
    padding:11px 0;
    font-size:13px
  }
  .lbv-models__summary {
    margin:0 0 30px;
    padding:15px 19px;
    font-size:13px;
    line-height:1.6
  }
  .lbv-model summary {
    padding:20px 0
  }
  .lbv-model summary h3 {
    font-size:clamp(25px,2.5vw,36px)
  }
  .lbv-model__body {
    padding-bottom:27px
  }
  .lbv-audience-grid article,.lbv-investor-grid article,.lbv-steps__grid article {
    min-height:230px;
    padding:26px
  }
  .lbv-service-tabs__nav button {
    padding:15px
  }
  .lbv-service-tabs__panels>section {
    gap:48px;
    padding:clamp(28px,4vw,48px)
  }
  .lbv-service-tabs h3 {
    font-size:clamp(28px,2.7vw,40px)
  }
  .lbv-service-tabs li {
    padding:10px 0;
    font-size:13px
  }
  .lbv-governance {
    gap:40px;
    margin-top:28px;
    padding:27px 30px
  }
  .lbv-governance h3 {
    font-size:30px
  }
  .lbv-governance p {
    font-size:13px;
    line-height:1.62
  }
  .lbv-contact-panel h3 {
    font-size:clamp(34px,3.4vw,48px)
  }
  .lbv-residences {
    padding:clamp(62px,6.5vw,94px) 0;
    padding-bottom:calc(clamp(62px,6.5vw,94px) + 50px)
  }
  .lbv-residences__head {
    margin-bottom:34px
  }
  .lbv-residence-card div {
    padding:21px
  }
  .lbv-residence-card h3 {
    margin:9px 0 18px;
    font-size:27px
  }
}

@media(max-width:760px) {
  .lbv-hero {
    min-height:100svh
  }
  .lbv-hero__shell {
    padding:100px 0 120px
  }
  .lbv-hero__glass {
    padding:24px 20px
  }
  .lbv-kicker {
    margin-bottom:15px;
    font-size:8px
  }
  .lbv-hero h1 {
    font-size:clamp(40px,11.5vw,46px);
    line-height:.93
  }
  .lbv-hero__lead {
    margin:20px 0 23px;
    font-size:13.5px;
    line-height:1.56
  }
  .lbv-button {
    min-height:46px;
    padding:11px 16px
  }
  .lbv-hero__facts span {
    padding:13px 14px;
    font-size:8px
  }
  .lbv-overview,.lbv-section,.lbv-residences {
    padding:50px 0 42px
  }
  .lbv-page .project-chapter-photo {
    height:clamp(164px,46vw,180px);
    margin-bottom:27px
  }
  .lbv-overview__grid {
    gap:21px
  }
  .lbv-overview h2,.lbv-section__head h2,.lbv-residences__head h2 {
    font-size:clamp(29px,8vw,32px);
    line-height:1.03;
    letter-spacing:-.03em;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none
  }
  .lbv-page h2,.lbv-page h3 {
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none
  }
  .lbv-overview__copy>p:first-child {
    font-size:13px;
    line-height:1.56
  }
  .lbv-thesis {
    margin:18px 0;
    padding:18px;
    font-size:13px;
    line-height:1.54
  }
  .lbv-signals {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .lbv-signals span {
    padding:11px 7px;
    border-right:1px solid var(--lbv-line);
    border-bottom:0;
    font-size:7.5px;
    line-height:1.35
  }
  .lbv-signals span:last-child {
    border-right:0
  }
  .lbv-section__head {
    gap:15px;
    margin-bottom:26px
  }
  .lbv-section__head>p:last-child,.lbv-lead {
    font-size:13px;
    line-height:1.56
  }
  .lbv-lead {
    margin-bottom:21px
  }
  .lbv-location__layout {
    gap:24px
  }
  .lbv-fact-grid article {
    padding:15px 14px
  }
  .lbv-fact-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-bottom:24px
  }
  .lbv-fact-grid strong {
    font-size:23px
  }
  .lbv-fact-grid span {
    margin-top:2px;
    font-size:7.5px;
    line-height:1.35
  }
  .lbv-detail summary {
    padding:16px 0;
    font-size:9px
  }
  #location .lbv-location-dossier summary {
    grid-template-columns:minmax(0,1fr) 20px;
    gap:14px 16px;
    padding:20px 18px 18px
  }
  #location .lbv-location-dossier summary .lbv-location-dossier__label {
    font-size:8px;
    line-height:1.5;
    letter-spacing:.15em;
    overflow-wrap:normal;
    word-break:normal
  }
  #location .lbv-location-dossier summary .lbv-location-dossier__icon {
    font-size:18px;
    line-height:1
  }
  #location .lbv-location-dossier summary .lbv-location-dossier__preview {
    min-height:4.65em;
    font-size:12.5px;
    line-height:1.55
  }
  #location .lbv-location-dossier summary .lbv-location-dossier__action {
    margin-top:1px;
    padding-top:14px;
    font-size:7.5px;
    line-height:1.4
  }
  #location .lbv-location-dossier[open] summary {
    padding-bottom:16px
  }
  #location .lbv-location-dossier[open] summary .lbv-location-dossier__action {
    font-size:0
  }
  #location .lbv-location-dossier[open] summary .lbv-location-dossier__action::before {
    font-size:7.5px
  }
  #location .lbv-location-dossier>div {
    padding:0 18px 20px
  }
  .lbv-detail p,.lbv-model__body p {
    font-size:12.5px;
    line-height:1.56
  }
  .lbv-market__card,.lbv-product,.lbv-audience-grid article,.lbv-investor-grid article,.lbv-steps__grid article {
    min-height:0;
    padding:18px
  }
  .lbv-market__card h3,.lbv-product h3,.lbv-audience-grid h3,.lbv-investor-grid h3,.lbv-steps__grid h3 {
    margin:12px 0 8px;
    font-size:22px;
    line-height:1.1
  }
  .lbv-market__card p,.lbv-product p,.lbv-audience-grid p,.lbv-investor-grid p,.lbv-steps__grid p {
    font-size:12.5px;
    line-height:1.58
  }
  .lbv-market__statement,.lbv-parameter-panel,.lbv-service-impact,.lbv-contact-panel {
    gap:18px;
    margin-top:20px;
    padding:21px 18px;
    background:linear-gradient(135deg,#e4ddd2,#bfb1a0)
  }
  .lbv-market__statement h3,.lbv-parameter-panel h3,.lbv-service-impact h3 {
    font-size:27px;
    line-height:1.08
  }
  .lbv-market__statement p:last-child,.lbv-parameter-panel p,.lbv-service-impact>p {
    font-size:13px;
    line-height:1.58
  }
  .lbv-product-grid {
    gap:10px
  }
  .lbv-product>span {
    font-size:28px
  }
  .lbv-parameter-panel li {
    padding:9px 0;
    font-size:12.5px;
    line-height:1.5
  }
  .lbv-models__summary {
    margin:0 0 20px;
    padding:14px 16px;
    font-size:12.5px;
    line-height:1.54
  }
  .lbv-model summary {
    grid-template-columns:38px minmax(0,1fr) 20px;
    gap:10px;
    padding:15px 0
  }
  .lbv-model summary>span {
    font-size:25px
  }
  .lbv-model summary h3 {
    margin-top:4px;
    font-size:21px;
    line-height:1.12
  }
  .lbv-model summary small {
    font-size:7px;
    letter-spacing:.14em
  }
  .lbv-model__body {
    padding:0 0 20px 48px
  }
  .lbv-model__body blockquote {
    margin-top:18px;
    padding:15px 16px;
    font-size:15px;
    line-height:1.42
  }
  .lbv-service-tabs__nav {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:visible
  }
  .lbv-service-tabs__nav button {
    display:flex;
    min-width:0;
    min-height:52px;
    align-items:center;
    justify-content:center;
    padding:11px 6px;
    border-right:1px solid var(--lbv-line);
    border-bottom:0;
    font-size:7.5px;
    line-height:1.3;
    letter-spacing:.07em;
    white-space:normal
  }
  .lbv-service-tabs__panels>section {
    gap:17px;
    padding:20px 18px
  }
  .lbv-service-tabs h3 {
    font-size:25px;
    line-height:1.1
  }
  .lbv-service-tabs li {
    padding:9px 0;
    font-size:12.5px;
    line-height:1.5
  }
  .lbv-governance {
    gap:15px;
    margin-top:20px;
    padding:20px 18px
  }
  .lbv-governance h3 {
    font-size:24px;
    line-height:1.12
  }
  .lbv-governance p {
    font-size:12.5px;
    line-height:1.58
  }
  #investors .lbv-governance>p {
    transform:none
  }
  .lbv-contact-panel h3 {
    font-size:28px;
    line-height:1.08
  }
  .lbv-contact-panel .lbv-eyebrow {
    font-size:7px;
    transform:translateY(-5px)
  }
  .lbv-contact-panel p {
    font-size:13px;
    line-height:1.58
  }
  .lbv-residences__head {
    margin-bottom:24px
  }
  .lbv-residence-card div {
    padding:18px
  }
  .lbv-residence-card h3 {
    margin:8px 0 15px;
    font-size:23px
  }
  .lbv-residence-grid {
    gap:12px
  }
}

/* Residence-card geometry and closing rhythm */
.lbv-page .lbv-residences .lbv-residence-card img {
  width:100%;
  height:280px!important;
  aspect-ratio:auto;
  object-fit:cover
}
@media(max-width:760px) {
  .lbv-page .lbv-hero__shell {
    translate:0 50px
  }
  .lbv-page .lbv-residences {
    padding-bottom:102px
  }
  .lbv-page .lbv-residences .lbv-residence-card img {
    height:auto!important;
    aspect-ratio:5/3
  }

  /* Final card rhythm for the completed phone layout. */
  .lbv-page :is(
    #market .lbv-market__card,
    #concept .lbv-product,
    #audiences .lbv-audience-grid article,
    #steps .lbv-steps__grid article
  ) {
    padding:16px 18px 0
  }
  .lbv-page :is(
    #market .lbv-market__card,
    #concept .lbv-product,
    #audiences .lbv-audience-grid article,
    #steps .lbv-steps__grid article
  )>span {
    display:block;
    transform:translateY(-8px)
  }
  .lbv-page :is(
    #market .lbv-market__card,
    #concept .lbv-product,
    #audiences .lbv-audience-grid article,
    #steps .lbv-steps__grid article
  )>:is(h3,p) {
    transform:translateY(-18px)
  }
  .lbv-page :is(
    #market .lbv-market__statement,
    #concept .lbv-parameter-panel,
    #services .lbv-service-impact
  ) h3 {
    transform:translateY(-15px)
  }
  .lbv-page #investors .lbv-investor-grid article {
    padding-bottom:8px
  }
  .lbv-page #investors .lbv-investor-grid article>span {
    display:block
  }
  .lbv-page #investors .lbv-investor-grid article>* {
    transform:translateY(-10px)
  }
  .lbv-page .lbv-residences .lbv-residence-grid {
    gap:50px
  }
  .lbv-page .lbv-residences .lbv-residence-card h3 {
    transform:translateY(10px)
  }
  .lbv-page .lbv-residences .lbv-residence-card div>p {
    transform:translateY(-5px)
  }
  .lbv-page .lbv-residences .lbv-residence-card div>span {
    display:block;
    transform:translateY(-5px)
  }
}

@media(max-width:620px) {
  .lbv-page .lbv-chapter-nav {
    display:none
  }
  .lbv-page .lbv-chapter-nav + .lbv-overview {
    margin-top:-1px
  }
}

/* Shared refinements for portrait and single-column landscape iPads. */
@media (min-width:761px) and (max-width:1024px) and (orientation:portrait),
  (min-width:821px) and (max-width:1200px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse),
       (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .lbv-page #market .lbv-market__card {
    padding-top:8px
  }
  .lbv-page #concept .lbv-product {
    padding-top:7px
  }
  .lbv-page #market .lbv-market__card h3,
  .lbv-page #concept .lbv-product h3,
  .lbv-page #audiences .lbv-audience-grid h3,
  .lbv-page #steps .lbv-steps__grid h3 {
    margin-top:3px
  }
  .lbv-page #audiences .lbv-audience-grid article,
  .lbv-page #steps .lbv-steps__grid article,
  .lbv-page #investors .lbv-investor-grid article {
    padding-top:10px
  }
  .lbv-page #market .lbv-market__statement {
    grid-template-columns:minmax(0,1fr);
    row-gap:0
  }
  .lbv-page #market .lbv-market__statement .lbv-eyebrow,
  .lbv-page #market .lbv-market__statement h3,
  .lbv-page #market .lbv-market__statement>p:last-child {
    grid-column:1;
    grid-row:auto
  }
  .lbv-page #market .lbv-market__statement h3 {
    margin-top:-8px;
    margin-bottom:42px
  }
  .lbv-page #investors .lbv-governance>p {
    transform:none
  }
  .lbv-page #investors .lbv-governance h3 {
    line-height:1.12
  }
  .lbv-page #steps .lbv-contact-panel h3 {
    line-height:1.12
  }
}
