.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-position:center;
  background-size:cover;
  background-repeat: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 {
  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-card-label {
  color:#c5ad89!important;
  font-size:8px!important;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}
.lbv-steps {
  background:linear-gradient(180deg,#0d0b09,#080706)
}
.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)
}
.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-contact-panel {
    grid-template-columns:1fr
  }
  .lbv-contact-panel__actions {
    min-width:0;
    max-width:420px
  }
}
@media(max-width:760px) {
/* Premium Lifestyle Resort: standalone page foundation. */
:root {
    --header-height:76px
  }
  .lbv-page h1,.lbv-page h2,.lbv-page h3,.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 {
    padding:64px 0
  }
  .lbv-overview__grid {
    gap:38px
  }
  .lbv-overview h2 {
    font-size:clamp(38px,12vw,56px)
  }
  .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-contact-panel {
    padding:30px 22px
  }
  .lbv-contact-panel__actions,.lbv-button {
    width:100%
  }
}
@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
  }
}

/* Premium Lifestyle Resort — project-specific visual system */
.resort-page {
  --resort-project-accent:#d8c7b0
}

/* Hero */
.resort-page .lbv-hero__image {
  background-image:url('assets/images/perbra_hero.jpg');
  background-position:center 48%;
  filter:saturate(.82) contrast(1.03)
}
.resort-page .lbv-hero__shade {
  background:linear-gradient(180deg,rgba(4,4,3,.42),rgba(4,4,3,.05) 38%,rgba(4,4,3,.32) 68%,rgba(4,4,3,.96) 100%),linear-gradient(90deg,rgba(5,4,3,.72),rgba(5,4,3,.08) 60%,rgba(5,4,3,.28))
}
.resort-page .lbv-hero__glass {
  width:min(790px,70vw);
  background:linear-gradient(135deg,rgba(18,15,12,.62),rgba(74,57,42,.24));
  border-color:rgba(255,250,242,.43)
}
.resort-page .lbv-hero h1 {
  font-size:clamp(54px,6.6vw,104px);
  line-height:.88
}
.resort-page .lbv-hero h1 span {
  color:var(--resort-project-accent)
}

/* Shared project framing */
.resort-page .lbv-overview h2 {
  font-size:clamp(40px,4.5vw,68px)
}
.resort-page .lbv-section {
  overflow:hidden
}

/* Contact panel — light champagne-gold glass */
.resort-page .lbv-contact-panel {
  color:#2b2114;
  border-color:rgba(255,242,205,.58);
  background:
    linear-gradient(132deg,rgba(244,222,169,.94),rgba(184,151,87,.88)),
    radial-gradient(circle at 9% 0%,rgba(255,250,229,.34),transparent 42%);
  box-shadow:0 34px 100px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,249,229,.64),inset 0 -1px 0 rgba(112,82,35,.22);
  backdrop-filter:blur(22px) saturate(.9)
}
.resort-page .lbv-contact-panel h3 {
  color:#241a0f;
  text-shadow:0 2px 24px rgba(25,17,8,.12)
}
.resort-page .lbv-contact-panel p {
  color:#4f3d25
}
.resort-page .lbv-contact-panel .lbv-eyebrow--dark {
  color:#66502d
}
.resort-page .lbv-contact-panel .lbv-button--dark {
  color:#342616;
  border-color:rgba(66,47,22,.3);
  background:linear-gradient(135deg,rgba(104,75,34,.08),rgba(255,248,226,.22));
  box-shadow:inset 0 1px 0 rgba(255,250,232,.36)
}
.resort-page .lbv-contact-panel .lbv-button--outline-dark {
  color:#342616;
  border-color:rgba(66,47,22,.3);
  background:linear-gradient(135deg,rgba(255,248,226,.22),rgba(104,75,34,.08));
  box-shadow:inset 0 1px 0 rgba(255,250,232,.36)
}
.resort-page .lbv-contact-panel .lbv-button--dark:hover {
  color:#21170c;
  border-color:rgba(62,43,19,.5);
  background:linear-gradient(135deg,rgba(112,80,34,.13),rgba(255,250,234,.38))
}
.resort-page .lbv-contact-panel .lbv-button--outline-dark:hover {
  color:#21170c;
  border-color:rgba(62,43,19,.5);
  background:linear-gradient(135deg,rgba(255,250,234,.38),rgba(112,80,34,.13))
}

/* Closing project-access section */
.resort-back {
  padding:64px 0;
  background:#0b0a08;
  border-top:1px solid var(--lbv-line)
}
.resort-back__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px
}
.resort-back h2 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(34px,4vw,54px);
  line-height:1.10;
  font-weight:400
}
.resort-back .lbv-eyebrow {
  margin:0 0 22px;
  color:#a19167
}
.resort-back .resort-back-spacer {
  margin:26px 0 0;
  visibility:hidden;
  pointer-events:none
}
html[lang="de"] .resort-back .resort-back-spacer::before {
  content:"Zurück zur Übersicht mit allen aktuellen Entwicklungs- und Investmentprojekten."
}
html[lang="en"] .resort-back .resort-back-spacer::before {
  content:"Return to the overview of all current development and investment projects."
}
.resort-back__actions {
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  width:min(312px,100%);
  gap:12px
}
.resort-back .lbv-button {
  width:100%;
  color:#a19167;
  border-color:rgba(161,145,103,.62);
  background:transparent;
  box-shadow:none
}
.resort-back .lbv-button:hover {
  color:#c1ae7e;
  border-color:rgba(193,174,126,.82);
  background:rgba(161,145,103,.07)
}

@media (min-width:1367px) and (hover:hover) and (pointer:fine) {
  .resort-back .lbv-eyebrow {
    translate:0 -5px
  }
  .resort-back h2 {
    translate:0 -15px
  }
  .resort-back__actions {
    translate:0 30px
  }
}

@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) {
  .resort-back__inner {
    align-items:flex-start;
    flex-direction:column
  }
}

@media(max-width:760px) {
  .resort-page .lbv-hero__glass {
    width:100%
  }
  .resort-page .lbv-hero h1 {
    font-size:clamp(44px,13vw,64px)
  }
  .resort-back {
    padding:48px 0
  }
}

/* Premium Lifestyle Resort — editorial chapter system */
.plr-section {
  position: relative;
  padding: clamp(85px, calc(10vw - 20px), 140px) 0
    clamp(25px, calc(10vw - 80px), 80px);
  overflow: hidden;
  background: #090807;
  color: #f1ece3;
  isolation: isolate;
}
.plr-section:nth-of-type(even) {
  background: #0c0a08;
}
.plr-section[id] {
  scroll-margin-top: 42px;
}
.plr-section--warm {
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(176, 143, 103, 0.08),
      transparent 32%
    ),
    #0d0b09;
}
.plr-section--ink {
  background:
    radial-gradient(
      circle at 10% 100%,
      rgba(193, 170, 139, 0.055),
      transparent 31%
    ),
    #070706;
}
.plr-section--smoke {
  background: linear-gradient(180deg, #0d0c0a, #080706);
}
.plr-photo {
  height: clamp(300px, 35vw, 520px);
  margin-bottom: clamp(58px, 7vw, 105px);
  border-color: rgba(216, 199, 176, 0.28);
}
.plr-photo img {
  object-position: center;
}
.plr-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: start;
}
.plr-head > * {
  min-width: 0;
}
.plr-head h2 {
  margin: 0;
  color: #f5efe6;
  font-family: var(--serif);
  font-size: clamp(45px, 5.4vw, 82px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}
.plr-copy {
  padding-top: 16px;
  color: rgba(241, 236, 227, 0.64);
  font-size: 15px;
  line-height: 1.58;
}
.plr-copy p {
  margin: 0 0 20px;
}
.plr-copy p:first-child {
  color: #eee8df;
  font-size: clamp(18px, 1.4vw, 22px);
}
.plr-lead-note {
  margin-top: 55px;
  padding: 28px clamp(28px, 4vw, 54px);
  border-left: 1px solid #d8c7b0;
  background: linear-gradient(90deg, rgba(216, 199, 176, 0.09), transparent);
  color: rgba(244, 238, 230, 0.8);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.75;
}

/* Sections 2-8: tighter explanatory copy while preserving its lower rhythm. */
.resort-page .lbv-overview__copy > p:first-child {
  padding-top: 17px;
  line-height: 1.55;
}
.resort-page .lbv-thesis {
  line-height: 1.5;
}

/* Overview copy alignment on wide desktop layouts. */
@media (min-width: 1101px) {
  .resort-page .lbv-overview__copy {
    transform: translateY(40px);
  }
  .resort-page .lbv-contact-panel .lbv-eyebrow {
    transform: translateY(-20px);
  }
  .resort-page .lbv-contact-panel h3 {
    transform: translateY(-30px);
  }
  .resort-page .lbv-contact-panel__actions {
    transform: translateY(40px);
  }
}
.plr-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-block: 1px solid rgba(216, 199, 176, 0.24);
}
.plr-facts article {
  padding: 28px 26px;
  border-right: 1px solid rgba(216, 199, 176, 0.17);
}
.plr-facts article:last-child {
  border: 0;
}
.plr-facts strong {
  display: block;
  margin-bottom: 7px;
  color: #f5efe6;
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 400;
}
.plr-facts span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.plr-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: rgba(216, 199, 176, 0.2);
}
.plr-location-grid article {
  padding: 32px;
  background: #0b0907;
}
.plr-location-grid small,
.plr-card small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.plr-location-grid h3 {
  margin: 15px 0 10px;
  color: #eee7dc;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.plr-location-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.75;
}
.plr-location-more {
  display: flex;
  flex-direction: column;
}
.plr-location-more > small {
  display: block;
  margin-top: calc(1em + 15px);
}
.plr-location-more__trigger {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.plr-location-more__preview {
  display: -webkit-box;
  min-height: 3.3em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.plr-location-more__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(216, 199, 176, 0.16);
  color: #a19167;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plr-location-more__icon {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}
.plr-location-more__trigger[aria-expanded="true"] .plr-location-more__icon {
  transform: rotate(45deg);
}
.plr-location-more__panel {
  grid-column: 1/-1;
  padding: clamp(34px, 4.5vw, 64px);
  background: linear-gradient(145deg, #17130f, #0d0b09 72%);
  animation: plr-location-panel-in 0.32s ease both;
}
.plr-location-more__panel[hidden] {
  display: none;
}
.plr-location-more__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(216, 199, 176, 0.2);
}
.plr-location-more__close {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.plr-location-more__close span {
  margin-left: 8px;
  color: #d8c7b0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: -2px;
}
.plr-location-more__body {
  max-width: 1260px;
  margin: clamp(28px, 3vw, 42px) auto 0;
  column-count: 2;
  column-gap: clamp(45px, 6vw, 90px);
  column-rule: 1px solid rgba(216, 199, 176, 0.12);
}
.plr-location-more__body p {
  break-inside: avoid;
  margin: 0 0 1.35em;
  color: rgba(245, 239, 230, 0.7);
  font-size: 14px;
  line-height: 1.68;
}
.plr-location-more__body strong {
  color: #f0e8dc;
  font-weight: 600;
}
.plr-location-more__trigger:focus-visible,
.plr-location-more__close:focus-visible {
  outline: 1px solid #d8c7b0;
  outline-offset: 7px;
}
@keyframes plr-location-panel-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.plr-core {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 72px;
  border: 1px solid rgba(216, 199, 176, 0.22);
}
.plr-core article {
  min-height: 275px;
  padding: 28px 24px;
  border-right: 1px solid rgba(216, 199, 176, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent);
}
.plr-core article:last-child {
  border: 0;
}
.plr-core span {
  color: #a19167;
  font-family: var(--serif);
  font-size: 34px;
}
.plr-core h3 {
  margin: 45px 0 12px;
  color: #f0e9df;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}
.plr-core p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.7;
}
.plr-flex-note {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  margin-top: 55px;
  padding: 42px;
  border: 1px solid rgba(216, 199, 176, 0.22);
  background: rgba(255, 255, 255, 0.025);
}
.plr-flex-note h3 {
  margin: 8px 0 0;
  color: #eee6db;
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 1;
}
.plr-flex-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
}
.plr-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
}
.plr-card {
  padding: 34px;
  border: 1px solid rgba(216, 199, 176, 0.2);
  background: linear-gradient(
    145deg,
    rgba(216, 199, 176, 0.055),
    rgba(255, 255, 255, 0.012)
  );
}
.plr-card h3 {
  margin: 17px 0 14px;
  color: #f1eadf;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}
.plr-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.78;
}
.plr-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.plr-formats span {
  padding: 10px 13px;
  border: 1px solid rgba(216, 199, 176, 0.18);
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.plr-curation {
  margin-top: 55px;
  padding: clamp(38px, 5vw, 68px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: linear-gradient(135deg, #eee7dd, #c7b8a6);
  color: #17130f;
}
.plr-curation h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  line-height: 0.96;
}
.plr-curation p {
  margin: 0;
  line-height: 1.85;
}
#entertainment .plr-curation p {
  line-height: 1.6;
}
.plr-tech-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-block: 1px solid rgba(216, 199, 176, 0.22);
}
.plr-tech-levels article {
  padding: 32px;
  border-right: 1px solid rgba(216, 199, 176, 0.18);
}
.plr-tech-levels article:last-child {
  border: 0;
}
.plr-tech-levels span {
  color: #a19167;
  font-family: var(--serif);
  font-size: 34px;
}
.plr-tech-levels h3 {
  margin: 23px 0 12px;
  color: #eee8df;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}
.plr-tech-levels p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.75;
}
.plr-platform {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 1px;
  margin-top: 60px;
  background: rgba(159, 185, 184, 0.18);
  border: 1px solid rgba(159, 185, 184, 0.18);
}
.plr-platform > div {
  padding: clamp(34px, 5vw, 66px);
  background: #0b0d0c;
}
.plr-platform h3 {
  margin: 8px 0 20px;
  color: #f0ebe3;
  font-family: var(--serif);
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
}
.plr-platform p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.plr-capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.plr-capabilities article {
  padding: 30px;
  border: solid rgba(159, 185, 184, 0.16);
  border-width: 0 0 1px 1px;
  background: #0e1110;
}
.plr-capabilities h4 {
  margin: 0 0 9px;
  color: #ebe7df;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}
.plr-capabilities p {
  margin: 0;
  font-size: 12px;
}
.plr-silent {
  margin-top: 45px;
  color: #a19167;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.25;
  text-align: center;
}
.plr-audiences {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 72px;
  background: rgba(216, 199, 176, 0.2);
  border: 1px solid rgba(216, 199, 176, 0.2);
}
.plr-audiences article {
  position: relative;
  min-height: 280px;
  padding: 35px;
  background: #0b0908;
}
.plr-audiences article::before {
  content: attr(data-index);
  position: absolute;
  right: 25px;
  top: 18px;
  color: rgba(161, 145, 103, 0.08);
  font-family: var(--serif);
  font-size: 72px;
}
.plr-audiences h3 {
  position: relative;
  margin: 42px 0 14px;
  color: #eee7dd;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}
.plr-audiences p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.78;
}
.plr-audiences small {
  position: relative;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.plr-investor-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 64px;
  padding: 42px;
  border: 1px solid rgba(216, 199, 176, 0.2);
  background: rgba(255, 255, 255, 0.02);
}
.plr-investor-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
}
.plr-investor-intro strong {
  color: #f0e9df;
}
.plr-investors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: rgba(216, 199, 176, 0.2);
}
.plr-investors article {
  min-height: 335px;
  padding: 32px;
  background: #0c0a08;
}
.plr-investors span {
  color: #a19167;
  font-family: var(--serif);
  font-size: 31px;
}
.plr-investors h3 {
  margin: 32px 0 13px;
  color: #f0e9df;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}
.plr-investors p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.75;
}
.plr-governance {
  margin-top: 55px;
  padding: 35px clamp(32px, 5vw, 70px);
  border-left: 1px solid #d8c7b0;
  background: linear-gradient(90deg, rgba(216, 199, 176, 0.09), transparent);
}
.plr-governance h3 {
  margin: 0 0 12px;
  color: #eee7dd;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}
.plr-governance p {
  max-width: 1000px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}
.plr-watermark::before {
  position: absolute;
  z-index: -1;
  color: rgba(216, 199, 176, 0.021);
  font-family: var(--serif);
  font-size: clamp(150px, 20vw, 320px);
  letter-spacing: -0.07em;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}
.plr-reposition::before {
  content: "REPOSITION";
  right: -0.04em;
  bottom: 8%;
}
.plr-create::before {
  content: "CREATE";
  left: -0.04em;
  top: 43%;
  font-style: italic;
}
.plr-connected::before {
  content: "CONNECTED";
  right: -0.06em;
  bottom: 11%;
  color: rgba(216, 199, 176, 0.021);
}
@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) {
  .plr-head,
  .plr-flex-note,
  .plr-curation,
  .plr-platform,
  .plr-investor-intro {
    grid-template-columns: 1fr;
  }
  .plr-copy {
    padding-top: 20px;
    line-height: 1.62;
  }
  .plr-facts,
  .plr-core {
    grid-template-columns: repeat(2, 1fr);
  }
  .plr-facts article:nth-child(2),
  .plr-core article:nth-child(2),
  .plr-core article:nth-child(4) {
    border-right: 0;
  }
  .plr-core article {
    border-bottom: 1px solid rgba(216, 199, 176, 0.18);
  }
  .plr-pillars,
  .plr-tech-levels,
  .plr-investors {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .plr-location-more__body {
    column-count: 1;
  }
  .plr-location-more__panel {
    padding: 30px 28px;
  }
}
.plr-location-more > small {
  margin-top: 10px;
}
.plr-location-more__preview {
  min-height: 4.95em;
  -webkit-line-clamp: 3;
}
.plr-location-grid article:not(.plr-location-more) h3 {
  margin-top: -1px;
}
.plr-revitalisation-more__trigger {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.plr-revitalisation-more__preview {
  display: -webkit-box;
  min-height: 3.36em;
  overflow: hidden;
  color: rgba(241, 236, 227, 0.66);
  font-size: 15px;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.plr-revitalisation-more__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 199, 176, 0.17);
  color: #a19167;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plr-revitalisation-more__icon {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}
.plr-revitalisation-more__trigger[aria-expanded="true"]
  .plr-revitalisation-more__icon {
  transform: rotate(45deg);
}
.plr-revitalisation-more__panel {
  grid-column: 1/-1;
  margin-top: -30px;
  padding-top: 34px;
  border-top: 1px solid rgba(216, 199, 176, 0.2);
  animation: plr-location-panel-in 0.32s ease both;
}
.plr-revitalisation-more__panel[hidden] {
  display: none;
}
.plr-revitalisation-more__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
}
.plr-revitalisation-more__panel-head small {
  color: #a19167;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plr-revitalisation-more__panel-head button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.plr-revitalisation-more__panel-head button span {
  margin-left: 8px;
  color: #a19167;
  font-size: 18px;
  font-weight: 300;
  vertical-align: -2px;
}
.plr-revitalisation-more__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 6vw, 90px);
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(216, 199, 176, 0.16);
  background: linear-gradient(
    145deg,
    rgba(216, 199, 176, 0.07),
    rgba(255, 255, 255, 0.012)
  );
}
.plr-revitalisation-more__body > div + div {
  padding-left: clamp(45px, 6vw, 90px);
  border-left: 1px solid rgba(216, 199, 176, 0.12);
}
.plr-revitalisation-more__body p {
  margin: 0 0 1.35em;
  color: rgba(245, 239, 230, 0.69);
  font-size: 14px;
  line-height: 1.68;
}
.plr-revitalisation-more__body h4 {
  margin: 32px 0 15px;
  color: #f0e8dc;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.plr-revitalisation-more__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(216, 199, 176, 0.16);
}
.plr-revitalisation-more__body li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgba(216, 199, 176, 0.12);
  color: rgba(245, 239, 230, 0.66);
  font-size: 12px;
  line-height: 1.55;
}
.plr-revitalisation-more__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 1px;
  background: #a19167;
}
.plr-revitalisation-more__trigger:focus-visible,
.plr-revitalisation-more__panel-head button:focus-visible {
  outline: 1px solid #a19167;
  outline-offset: 7px;
}
@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) {
  .plr-revitalisation-more__panel {
    margin-top: 0;
  }
  .plr-revitalisation-more__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .plr-revitalisation-more__body > div + div {
    margin-top: 6px;
    padding: 0;
    border-left: 0;
  }
}
.plr-curation-more__trigger {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.plr-curation-more__preview {
  display: -webkit-box;
  min-height: 5.1em;
  overflow: hidden;
  color: rgba(23, 19, 15, 0.76);
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.plr-curation-more__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 19, 15, 0.18);
  color: #6f5a34;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plr-curation-more__icon {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}
.plr-curation-more__trigger[aria-expanded="true"] .plr-curation-more__icon {
  transform: rotate(45deg);
}
.plr-curation-more__panel {
  grid-column: 1/-1;
  margin-top: -35px;
  padding-top: 34px;
  border-top: 1px solid rgba(23, 19, 15, 0.2);
  animation: plr-location-panel-in 0.32s ease both;
}
.plr-curation-more__panel[hidden] {
  display: none;
}
.plr-curation-more__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
}
.plr-curation-more__panel-head small {
  color: #6f5a34;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plr-curation-more__panel-head button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(23, 19, 15, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.plr-curation-more__panel-head button span {
  margin-left: 8px;
  color: #6f5a34;
  font-size: 18px;
  font-weight: 300;
  vertical-align: -2px;
}
.plr-curation-more__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 6vw, 90px);
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(23, 19, 15, 0.14);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.28),
    rgba(74, 57, 42, 0.055)
  );
}
.plr-curation-more__body > div + div {
  padding-left: clamp(45px, 6vw, 90px);
  border-left: 1px solid rgba(23, 19, 15, 0.13);
}
#entertainment .plr-curation-more__body p {
  margin: 0 0 1.35em;
  color: rgba(23, 19, 15, 0.75);
  font-size: 14px;
  line-height: 1.68;
}
.plr-curation-more__body strong {
  color: #251c12;
  font-weight: 700;
}
.plr-curation-more__trigger:focus-visible,
.plr-curation-more__panel-head button:focus-visible {
  outline: 1px solid #6f5a34;
  outline-offset: 7px;
}
@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) {
  .plr-curation-more__panel {
    margin-top: 0;
  }
  .plr-curation-more__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .plr-curation-more__body > div + div {
    margin-top: 6px;
    padding: 0;
    border-left: 0;
  }
}
.plr-platform__intro {
  display: flex;
  flex-direction: column;
}
.plr-technology-more__trigger {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.plr-technology-more__preview {
  display: -webkit-box;
  min-height: 5.25em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.plr-technology-more__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(159, 185, 184, 0.18);
  color: #9fb9b8;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plr-technology-more__icon {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}
.plr-technology-more__trigger[aria-expanded="true"] .plr-technology-more__icon {
  transform: rotate(45deg);
}
.plr-platform > .plr-technology-more__panel {
  grid-column: 1/-1;
  background: linear-gradient(145deg, #0b100f, #090b0a);
}
.plr-technology-more__panel[hidden] {
  display: none;
}
.plr-technology-more__panel {
  animation: plr-location-panel-in 0.32s ease both;
}
.plr-technology-more__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(159, 185, 184, 0.18);
}
.plr-technology-more__panel-head small {
  color: #9fb9b8;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plr-technology-more__panel-head button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.plr-technology-more__panel-head button span {
  margin-left: 8px;
  color: #9fb9b8;
  font-size: 18px;
  font-weight: 300;
  vertical-align: -2px;
}
.plr-technology-more__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 6vw, 90px);
  margin-top: clamp(30px, 4vw, 52px);
}
.plr-technology-more__body > div + div {
  padding-left: clamp(45px, 6vw, 90px);
  border-left: 1px solid rgba(159, 185, 184, 0.13);
}
.plr-technology-more__body p {
  margin: 0 0 1.35em;
  color: rgba(245, 239, 230, 0.68);
  font-size: 14px;
  line-height: 1.68;
}
.plr-technology-more__body h4 {
  margin: 30px 0 12px;
  color: #dbe5e2;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}
.plr-technology-more__body strong {
  color: #edf3f1;
  font-weight: 700;
}
.plr-technology-more__trigger:focus-visible,
.plr-technology-more__panel-head button:focus-visible {
  outline: 1px solid #9fb9b8;
  outline-offset: 7px;
}
.plr-platform > .plr-platform__intro,
.plr-platform > .plr-capabilities {
  padding-top: clamp(20px, calc(5vw - 25px), 41px);
}
.plr-platform.is-expanded {
  grid-template-columns: 1fr;
}
.plr-platform.is-expanded > .plr-platform__intro {
  order: 1;
}
.plr-platform.is-expanded > .plr-technology-more__panel {
  order: 2;
}
.plr-platform.is-expanded > .plr-capabilities {
  order: 3;
}
@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) {
  .plr-technology-more__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .plr-technology-more__body > div + div {
    margin-top: 6px;
    padding: 0;
    border-left: 0;
  }
}
.plr-demand-more {
  display: flex;
  flex-direction: column;
}
.plr-demand-more__trigger {
  position: relative;
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.plr-demand-more__preview {
  display: -webkit-box;
  min-height: 5.04em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.plr-demand-more__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 199, 176, 0.16);
  color: #a19167;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plr-demand-more__icon {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}
.plr-demand-more__trigger[aria-expanded="true"] .plr-demand-more__icon {
  transform: rotate(45deg);
}
.plr-demand-more__panel {
  grid-column: 1/-1;
  padding: clamp(34px, 4.5vw, 64px);
  background: linear-gradient(145deg, #14110e, #0b0908 72%);
  animation: plr-location-panel-in 0.32s ease both;
}
.plr-demand-more__panel[hidden] {
  display: none;
}
.plr-demand-more__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(216, 199, 176, 0.2);
}
.plr-demand-more__panel-head small {
  color: #a19167;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plr-demand-more__panel-head button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.plr-demand-more__panel-head button span {
  margin-left: 8px;
  color: #a19167;
  font-size: 18px;
  font-weight: 300;
  vertical-align: -2px;
}
.plr-audiences .plr-demand-more__lead {
  max-width: 1080px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(245, 239, 230, 0.76);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.68;
}
.plr-demand-more__segments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(216, 199, 176, 0.16);
  background: rgba(216, 199, 176, 0.16);
}
.plr-demand-more__segments > div {
  position: relative;
  min-height: 260px;
  padding: clamp(26px, 3vw, 38px);
  background: #0d0b09;
}
.plr-demand-more__segments span {
  display: block;
  color: #a19167;
  font-family: var(--serif);
  font-size: 30px;
}
.plr-demand-more__segments h4 {
  max-width: 26ch;
  margin: 26px 0 13px;
  color: #f0e9df;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.06;
}
.plr-audiences .plr-demand-more__segments p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
  line-height: 1.72;
}
.plr-demand-more__trigger:focus-visible,
.plr-demand-more__panel-head button:focus-visible {
  outline: 1px solid #a19167;
  outline-offset: 7px;
}
.plr-audiences > article {
  min-height: 255px;
}
.plr-audiences > article:not(.plr-demand-more) h3 {
  margin-top: 17px;
}
.plr-demand-more__action {
  margin-top: 16px;
  padding-top: 16px;
}
#asset .plr-lead-note {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}
.plr-investor-intro {
  margin-top: 48px;
  padding: 34px;
  gap: 52px;
}
.plr-investor-intro p {
  line-height: 1.7;
}
.plr-investors article {
  min-height: 260px;
  padding: 26px 28px;
}
.plr-investors h3 {
  margin: 22px 0 10px;
}
.plr-investors p {
  line-height: 1.62;
}
.plr-governance {
  margin-top: 38px;
  padding-block: 28px;
}
.plr-governance p {
  line-height: 1.68;
}
@media (min-width: 621px) {
  #technology {
    padding-bottom: clamp(0px, calc(10vw - 115px), 45px);
  }
  #investors {
    padding-top: clamp(65px, calc(10vw - 40px), 120px);
    padding-bottom: clamp(20px, calc(10vw - 110px), 50px);
  }
}
@media (max-width: 760px) {
  .plr-demand-more__segments {
    grid-template-columns: 1fr;
  }
  .plr-demand-more__panel {
    padding: 30px 28px;
  }
  .plr-demand-more__segments > div {
    min-height: 0;
  }
}
/* Shared structural foundations for the single-column phone layout. */
@media (max-width: 620px) {
  .plr-section[id] {
    scroll-margin-top: 64px;
  }
  .plr-facts,
  .plr-core,
  .plr-location-grid,
  .plr-pillars,
  .plr-tech-levels,
  .plr-audiences,
  .plr-investors {
    grid-template-columns: 1fr;
  }
  .plr-location-more > small {
    margin-top: 0;
  }
  .plr-location-grid article:not(.plr-location-more) h3 {
    margin-top: 15px;
  }
  .plr-location-more__panel-head {
    align-items: flex-start;
    gap: 20px;
  }
  .plr-facts article,
  .plr-core article,
  .plr-tech-levels article {
    border-right: 0;
    border-bottom: 1px solid rgba(216, 199, 176, 0.17);
  }
  .plr-capabilities {
    grid-template-columns: 1fr;
  }
  .plr-capabilities article {
    border-left: 0;
  }
  .plr-watermark::before {
    font-size: 32vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .plr-location-more__panel,
  .plr-revitalisation-more__panel,
  .plr-curation-more__panel,
  .plr-technology-more__panel,
  .plr-demand-more__panel {
    animation: none;
  }
  .plr-location-more__icon,
  .plr-revitalisation-more__icon,
  .plr-curation-more__icon,
  .plr-technology-more__icon,
  .plr-demand-more__icon {
    transition: none;
  }
}

/* Shared refinements for every tuned iPad viewport. */
@media (min-width: 641px) 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 (min-height: 821px) and (orientation: landscape) and (hover: none) and (pointer: coarse),
       (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .resort-page #asset .plr-head > h2,
  .resort-page #revitalisation .plr-head > h2,
  .resort-page #entertainment .plr-head > h2,
  .resort-page #technology .plr-head > h2,
  .resort-page #demand .plr-head > h2,
  .resort-page #investors .plr-head > h2 {
    translate: 0 10px;
  }

  .resort-page #revitalisation .plr-core article,
  .resort-page #investors .plr-investors article {
    min-height: 220px;
    padding: 18px 20px;
  }

  .resort-page #revitalisation .plr-core h3 {
    margin: 25px 0 8px;
  }

  .resort-page #technology .plr-tech-levels article {
    padding: 22px;
  }

  .resort-page #technology .plr-tech-levels h3 {
    margin: 13px 0 8px;
  }

  .resort-page #demand .plr-audiences > article {
    min-height: 220px;
    padding: 25px;
  }

  .resort-page #demand .plr-audiences > article::before {
    top: 12px;
    right: 18px;
  }

  .resort-page #demand .plr-audiences > article:not(.plr-demand-more) h3 {
    margin: 10px 0 8px;
  }

  .resort-page #demand .plr-demand-more__trigger {
    margin-top: 12px;
  }

  .resort-page #demand .plr-demand-more__action {
    padding-top: 14px;
  }

  .resort-page #investors .plr-investors h3 {
    margin: 12px 0 8px;
  }

  .resort-page .lbv-contact-panel h3 {
    line-height: 1.05;
    padding-block: 0.35em;
  }

  .resort-page .resort-back h2 {
    translate: 0 -5px;
  }
}

/* Portrait and short landscape: single-column editorial flow. */
@media (min-width: 641px) 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) {
  .resort-page #overview .lbv-overview__grid > div:first-child h2 {
    translate: 0 10px;
  }

  .resort-page #asset .plr-copy,
  .resort-page #revitalisation .plr-copy,
  .resort-page #entertainment .plr-copy,
  .resort-page #technology .plr-copy,
  .resort-page #demand .plr-copy,
  .resort-page #investors .plr-copy {
    translate: 0 -30px;
  }

  .resort-page #asset .plr-facts {
    margin-top: 10px;
  }

  .resort-page #asset .plr-facts article {
    padding: 18px 20px;
  }

  .resort-page #asset .plr-facts strong {
    margin-bottom: 4px;
  }

  .resort-page #revitalisation .plr-core {
    margin-top: 12px;
  }

  .resort-page #entertainment .plr-pillars {
    gap: 10px;
    margin-top: 10px;
  }

  .resort-page #entertainment .plr-card {
    padding: 24px;
  }

  .resort-page #entertainment .plr-card h3 {
    margin: 10px 0 8px;
  }

  .resort-page #technology .plr-tech-levels {
    margin-top: 10px;
    border: 1px solid rgba(216, 199, 176, 0.22);
  }

  .resort-page #technology .plr-tech-levels article {
    border: 0;
  }

  .resort-page #technology .plr-tech-levels article:nth-child(1) {
    border-right: 1px solid rgba(216, 199, 176, 0.18);
    border-bottom: 1px solid rgba(216, 199, 176, 0.18);
  }

  .resort-page #technology .plr-tech-levels article:nth-child(2) {
    border-bottom: 1px solid rgba(216, 199, 176, 0.18);
  }

  .resort-page #technology .plr-tech-levels article:nth-child(3) {
    grid-column: 1 / -1;
  }

  .resort-page #demand .plr-audiences {
    margin-top: 12px;
  }

  .resort-page #investors .plr-investor-intro {
    margin-top: 0;
  }
}

/* Taller landscape: multi-column editorial flow. */
@media (min-width: 1025px) and (min-height: 821px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .resort-page #overview .lbv-overview__grid > div:first-child h2 {
    translate: 0 -30px;
  }

  .resort-page #asset .plr-copy,
  .resort-page #revitalisation .plr-copy,
  .resort-page #entertainment .plr-copy,
  .resort-page #technology .plr-copy,
  .resort-page #demand .plr-copy,
  .resort-page #investors .plr-copy {
    translate: 0 30px;
  }

  .resort-page .lbv-contact-panel__actions {
    translate: 0 20px;
  }

  .resort-page .resort-back__actions {
    translate: 0 50px;
  }
}

/* Selected single-column landscape sizes: raise both closing-panel actions. */
@media (width: 1180px) and (height: 820px) and (orientation: landscape),
  (width: 1200px) and (height: 800px) and (orientation: landscape) {
  .resort-page .lbv-contact-panel__actions {
    translate: 0 -20px;
  }
}

/* Final phone values. The hero intentionally retains its established design. */
@media (max-width: 620px) {
  .resort-page .lbv-chapter-nav {
    display: none;
  }
  .resort-page .lbv-chapter-nav + .lbv-overview {
    margin-top: -1px;
  }
  .resort-page .lbv-hero__shell {
    padding-bottom: 98.5px;
    translate: 0 50px;
  }
  .resort-page .lbv-overview {
    padding: 52px 0 48px;
  }
  .resort-page .lbv-overview .project-chapter-photo {
    height: clamp(168px, 49vw, 190px);
    margin-bottom: 32px;
  }
  .resort-page .lbv-overview__grid {
    gap: 22px;
  }
  .resort-page .lbv-overview h2 {
    font-size: clamp(30px, 8.7vw, 34px);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }
  .resort-page .lbv-overview__copy > p:first-child {
    padding-top: 0;
    font-size: 13px;
    line-height: 1.58;
  }
  .resort-page .lbv-thesis {
    margin: 20px 0;
    padding: 19px 18px;
    font-size: 13px;
    line-height: 1.55;
  }
  .resort-page .lbv-signals span {
    padding: 12px 9px;
    font-size: 8px;
  }

  .resort-page .plr-section {
    padding: 52px 0 36px;
  }
  .resort-page .plr-photo {
    height: clamp(168px, 49vw, 190px);
    margin-bottom: 28px;
  }
  .resort-page .plr-head {
    gap: 18px;
  }
  .resort-page .plr-head h2 {
    font-size: clamp(30px, 8.7vw, 34px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .resort-page .plr-copy {
    padding-top: 0;
    font-size: 13px;
    line-height: 1.58;
  }
  .resort-page .plr-copy p {
    margin-bottom: 14px;
  }
  .resort-page .plr-copy p:first-child {
    font-size: 14px;
  }

  .resort-page .plr-facts {
    margin-top: 34px;
  }
  .resort-page .plr-facts article {
    padding: 18px 16px;
  }
  .resort-page .plr-facts strong {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .resort-page .plr-lead-note {
    margin-top: 26px;
    padding: 19px 18px;
    font-size: 13px;
    line-height: 1.55;
  }

  .resort-page .plr-location-grid article {
    padding: 20px;
  }
  .resort-page #asset .plr-location-grid {
    margin-top: 16px;
  }
  .resort-page #asset .plr-location-grid > article:nth-of-type(1),
  .resort-page #asset .plr-location-grid > article:nth-of-type(3) {
    padding-bottom: 10px;
  }
  .resort-page #asset .plr-location-grid > article:nth-of-type(1) > small,
  .resort-page #asset .plr-location-grid > article:nth-of-type(3) > small {
    display: block;
    transform: translateY(-2px);
  }
  .resort-page #asset .plr-location-grid > article:nth-of-type(1) > :is(h3, p),
  .resort-page #asset .plr-location-grid > article:nth-of-type(3) > :is(h3, p) {
    transform: translateY(-15px);
  }
  .resort-page #asset .plr-location-grid > article:nth-of-type(2) {
    order: 3;
  }
  .resort-page #asset .plr-location-grid > article:nth-of-type(3) {
    order: 2;
  }
  .resort-page #asset .plr-location-more__panel {
    order: 4;
  }
  .resort-page .plr-location-grid h3 {
    margin: 12px 0 8px;
    font-size: 25px;
  }
  .resort-page .plr-location-grid p,
  .resort-page .plr-location-more__preview {
    font-size: 12.5px;
    line-height: 1.6;
  }
  .resort-page .plr-location-more__preview {
    min-height: 4.8em;
  }
  .resort-page .plr-location-more__action {
    margin-top: 12px;
    padding-top: 16px;
  }
  .resort-page .plr-location-more__panel {
    padding: 22px 20px;
  }
  .resort-page .plr-location-more__body {
    margin-top: 22px;
  }
  .resort-page .plr-location-more__body p {
    font-size: 12.5px;
    line-height: 1.58;
  }

  .resort-page .plr-core {
    margin-top: 34px;
  }
  .resort-page .plr-core article {
    min-height: 0;
    padding: 20px 20px 10px;
  }
  .resort-page .plr-core span {
    font-size: 25px;
  }
  .resort-page #revitalisation .plr-core article > span {
    display: block;
    transform: translateY(-5px);
  }
  .resort-page #revitalisation .plr-core article > :is(h3, p) {
    transform: translateY(-15px);
  }
  .resort-page .plr-core h3 {
    margin: 18px 0 9px;
    font-size: 23px;
  }
  .resort-page .plr-core p {
    font-size: 12px;
    line-height: 1.58;
  }
  .resort-page .plr-flex-note {
    margin-top: 30px;
    padding: 17px 18px;
    gap: 14px;
  }
  .resort-page .plr-flex-note h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1.02;
  }
  .resort-page .plr-revitalisation-more__preview {
    min-height: 0;
    font-size: 13px;
    line-height: 1.58;
  }
  .resort-page .plr-revitalisation-more__action {
    margin-top: 12px;
    padding-top: 16px;
  }
  .resort-page .plr-revitalisation-more__body {
    padding: 20px;
  }
  .resort-page .plr-revitalisation-more__body p {
    font-size: 12.5px;
    line-height: 1.58;
  }
  .resort-page .plr-revitalisation-more__body h4 {
    margin: 24px 0 12px;
    font-size: 25px;
  }

  .resort-page .plr-pillars {
    gap: 10px;
    margin-top: 34px;
  }
  .resort-page .plr-card {
    padding: 20px;
  }
  .resort-page .plr-card h3 {
    margin: 12px 0 9px;
    font-size: 25px;
  }
  .resort-page .plr-card p {
    font-size: 12px;
    line-height: 1.6;
  }
  .resort-page #entertainment .plr-card {
    padding-bottom: 10px;
  }
  .resort-page #entertainment .plr-card > small {
    display: block;
    transform: translateY(-5px);
  }
  .resort-page #entertainment .plr-card > :is(h3, p) {
    transform: translateY(-15px);
  }
  .resort-page .plr-formats {
    gap: 6px;
    margin-top: 22px;
  }
  .resort-page .plr-formats span {
    padding: 8px 10px;
    font-size: 7.5px;
  }
  .resort-page .plr-curation {
    margin-top: 30px;
    padding: 18px;
    gap: 14px;
  }
  .resort-page #entertainment .plr-curation {
    margin-top: 45px;
  }
  .resort-page .plr-curation h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.02;
  }
  .resort-page .plr-curation-more__preview {
    min-height: 0;
    font-size: 13px;
    line-height: 1.58;
  }
  .resort-page .plr-curation-more__action {
    margin-top: 12px;
    padding-top: 16px;
  }
  .resort-page .plr-curation-more__body {
    padding: 20px;
  }
  .resort-page #entertainment .plr-curation-more__body p {
    font-size: 12.5px;
    line-height: 1.58;
  }

  .resort-page .plr-tech-levels {
    margin-top: 34px;
  }
  .resort-page .plr-tech-levels article {
    padding: 0 20px;
  }
  .resort-page .plr-tech-levels span {
    font-size: 25px;
  }
  .resort-page #technology .plr-tech-levels article > span {
    display: block;
    transform: translateY(10px);
  }
  .resort-page #technology .plr-tech-levels article > :is(h3, p) {
    transform: translateY(-10px);
  }
  .resort-page .plr-tech-levels h3 {
    margin: 18px 0 9px;
    font-size: 24px;
  }
  .resort-page .plr-tech-levels p {
    font-size: 12px;
    line-height: 1.58;
  }
  .resort-page .plr-platform {
    margin-top: 30px;
  }
  .resort-page .plr-platform > div {
    padding: 17px;
  }
  .resort-page .plr-platform h3 {
    margin: 0 0 11px;
    font-size: 28px;
    line-height: 1.03;
  }
  .resort-page .plr-platform p {
    font-size: 12.5px;
    line-height: 1.58;
  }
  .resort-page .plr-technology-more__trigger {
    margin-top: 12px;
  }
  .resort-page .plr-technology-more__preview {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.58;
  }
  .resort-page .plr-technology-more__action {
    margin-top: 10px;
    padding-top: 13px;
  }
  .resort-page .plr-capabilities article {
    padding: 15px;
  }
  .resort-page .plr-capabilities h4 {
    margin-bottom: 7px;
    font-size: 20px;
  }
  .resort-page .plr-technology-more__body p {
    font-size: 12.5px;
    line-height: 1.58;
  }
  .resort-page .plr-silent {
    margin-top: 28px;
    font-size: 24px;
  }

  .resort-page .plr-audiences {
    margin-top: 34px;
  }
  .resort-page .plr-audiences article {
    min-height: 0;
    padding: 20px;
  }
  .resort-page .plr-audiences article::before {
    right: 16px;
    top: 12px;
    font-size: 52px;
  }
  .resort-page #demand .plr-audiences > article:not(.plr-demand-more) {
    padding-bottom: 5px;
  }
  .resort-page #demand .plr-audiences > article:not(.plr-demand-more)::before {
    top: -8px;
  }
  .resort-page #demand .plr-audiences > .plr-demand-more::before {
    top: -8px;
  }
  .resort-page #demand .plr-audiences > article:not(.plr-demand-more) > small {
    display: block;
    transform: translateY(-7px);
  }
  .resort-page
    #demand
    .plr-audiences
    > article:not(.plr-demand-more)
    > :is(h3, p) {
    transform: translateY(-20px);
  }
  .resort-page .plr-audiences h3 {
    margin: 25px 0 9px;
    font-size: 25px;
  }
  .resort-page .plr-audiences p {
    font-size: 12px;
    line-height: 1.6;
  }
  .resort-page .plr-demand-more__trigger {
    margin-top: 14px;
  }
  .resort-page .plr-demand-more__preview {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.58;
  }
  .resort-page .plr-demand-more__action {
    margin-top: 14px;
    padding-top: 14px;
  }
  .resort-page .plr-demand-more__panel {
    padding: 22px 20px;
  }
  .resort-page .plr-demand-more__segments {
    margin-top: 24px;
  }
  .resort-page .plr-demand-more__segments > div {
    padding: 20px;
  }
  .resort-page .plr-demand-more__segments h4 {
    margin: 18px 0 10px;
    font-size: 23px;
  }

  .resort-page .plr-investor-intro {
    margin-top: 30px;
    padding: 17px 18px;
    gap: 11px;
  }
  .resort-page .plr-investor-intro p {
    font-size: 13px;
    line-height: 1.58;
  }
  .resort-page .plr-investors article {
    min-height: 0;
    padding: 20px 20px 5px;
  }
  .resort-page .plr-investors span {
    font-size: 25px;
  }
  .resort-page #investors .plr-investors article > span {
    display: block;
    transform: translateY(-5px);
  }
  .resort-page #investors .plr-investors article > :is(h3, p) {
    transform: translateY(-20px);
  }
  .resort-page .plr-investors h3 {
    margin: 18px 0 9px;
    font-size: 24px;
  }
  .resort-page .plr-investors p {
    font-size: 12px;
    line-height: 1.58;
  }
  .resort-page .plr-governance {
    margin-top: 28px;
    padding: 17px 18px;
  }
  .resort-page .plr-governance h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.04;
  }
  .resort-page .plr-governance p {
    font-size: 12.5px;
    line-height: 1.58;
  }

  .resort-page .lbv-steps {
    padding: 50px 0 66px;
  }
  .resort-page .lbv-contact-panel {
    gap: 22px;
    margin-top: 0;
    padding: 22px 20px;
  }
  .resort-page .lbv-contact-panel h3 {
    font-size: 30px;
    line-height: 1.03;
  }
  .resort-page .lbv-contact-panel p {
    font-size: 13px;
    line-height: 1.55;
  }
  .resort-page .lbv-contact-panel .lbv-eyebrow,
  .resort-page .resort-back .lbv-eyebrow {
    font-size: 7px;
  }
  .resort-page .lbv-contact-panel .lbv-eyebrow {
    transform: translateY(-5px);
  }
  .resort-page .resort-back {
    padding: 52px 0 64px;
  }
  .resort-page .resort-back__inner {
    gap: 24px;
    translate: 0 -20px;
  }
  .resort-page .resort-back h2 {
    font-size: 31px;
  }
  .resort-page .resort-back .resort-back-spacer {
    font-size: 13px;
    line-height: 1.55;
  }
}
