/* LuxuryDubai.ae Maktoum production adapter */

:root {
  --ld-tracking-display: 0;
  --ld-tracking-tight: 0;
  --ld-tracking-snug: 0;
  --ld-fs-display: 96px;
  --ld-fs-hero: 64px;
  --ld-fs-h1: 44px;
  --ld-fs-h2: 32px;
}

html {
  background: var(--ld-bg);
  color: var(--ld-ink);
}

body.maktoum-site {
  background: var(--ld-bg);
  color: var(--ld-ink);
  font-family: var(--ld-font-body);
  letter-spacing: 0;
  overflow-x: hidden;
  padding-top: 56px;
}

.maktoum-site main {
  min-height: 60vh;
}

.maktoum-site a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.maktoum-site .ld-wrap {
  max-width: var(--ld-w-wide);
  padding-inline: var(--ld-gutter-desk);
}

.maktoum-site .ld-display,
.maktoum-site .ld-hero,
.maktoum-site .ld-h1,
.maktoum-site .ld-h2,
.maktoum-site .ld-h3 {
  letter-spacing: 0;
}

.maktoum-site .ld-reveal {
  opacity: 1;
  transform: none;
  animation: none;
}

.maktoum-site .site-header.ld-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  height: 56px;
  border: 0;
  border-bottom: 1px solid var(--ld-line);
  background: color-mix(in srgb, var(--ld-bg) 84%, transparent);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
}

.maktoum-site .ld-nav__row {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 28px;
}

.maktoum-site .ld-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: var(--ld-ink);
  font-family: var(--ld-font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.maktoum-site .ld-nav__brand-mark {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: var(--ld-ink);
  color: var(--ld-bg);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.maktoum-site .ld-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  color: var(--ld-ink-2);
  font-size: 14px;
  font-weight: 400;
}

.maktoum-site .ld-nav__links a:hover {
  color: var(--ld-ink);
}

.maktoum-site .ld-nav__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
}

.maktoum-site .site-search {
  display: flex;
  width: 240px;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-pill);
  background: color-mix(in srgb, var(--ld-paper) 88%, transparent);
  color: var(--ld-mute);
  padding: 0 12px;
  box-shadow: none;
}

.maktoum-site .site-search svg {
  width: 14px;
  height: 14px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.maktoum-site .site-search input {
  min-width: 0;
  height: 34px;
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--ld-ink);
  font: inherit;
  font-size: 14px;
  outline: 0;
  padding: 0;
}

.maktoum-site .site-search button {
  display: inline-grid;
  width: auto;
  height: auto;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0;
  padding: 0;
}

.maktoum-site .header-concierge-cta,
.maktoum-site .ld-btn {
  border-radius: var(--ld-r-pill);
  text-transform: none;
  letter-spacing: 0;
}

.maktoum-site .mobile-menu {
  display: none;
  position: relative;
  margin-left: auto;
}

.maktoum-site .mobile-menu summary {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ld-line);
  border-radius: 50%;
  background: var(--ld-paper);
  color: var(--ld-ink);
  cursor: pointer;
  list-style: none;
}

.maktoum-site .mobile-menu summary::-webkit-details-marker {
  display: none;
}

.maktoum-site .mobile-menu svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.maktoum-site .mobile-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  box-shadow: var(--ld-shadow-pop);
}

.maktoum-site .mobile-menu__panel nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  background: var(--ld-line);
}

.maktoum-site .mobile-menu__panel nav a,
.maktoum-site .mobile-menu__cta {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  background: var(--ld-paper);
  color: var(--ld-ink);
  font-size: 14px;
  font-weight: 500;
}

.maktoum-site .mobile-menu__cta {
  justify-content: center;
  margin-top: 14px;
  background: var(--ld-ink);
  color: var(--ld-bg);
}

.maktoum-site .breadcrumbs {
  display: none;
}

.ld-page-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ld-mute);
  font-size: 13px;
  margin-bottom: var(--ld-s-10);
}

.ld-page-crumbs a {
  color: var(--ld-mute);
}

.ld-page-crumbs a:hover {
  color: var(--ld-ink);
}

.ld-page-crumbs span {
  color: color-mix(in srgb, var(--ld-mute) 60%, transparent);
}

.ld-home-hero {
  padding-block: 128px 96px;
}

.ld-home-hero__display {
  max-width: 1040px;
  margin-top: 24px;
}

.ld-home-hero__sub {
  max-width: 760px;
  margin-top: 32px;
}

.ld-home-hero__cta {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.ld-home-hero__strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--ld-line);
}

.maktoum-site .ld-stat__num {
  font-family: var(--ld-font-display);
  font-size: 64px;
  font-weight: var(--ld-w-extralight);
  line-height: 1;
  letter-spacing: 0;
}

.maktoum-site .ld-stat__label {
  margin-top: 14px;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.ld-sec-head__l {
  max-width: 760px;
}

.ld-sec-head__l .ld-eyebrow {
  margin-bottom: 12px;
}

.ld-cats {
  background: var(--ld-dark);
  color: var(--ld-on-dark);
  padding-block: 96px;
}

.ld-cats .ld-h1 {
  color: var(--ld-on-dark);
}

.ld-cats .ld-eyebrow {
  color: var(--ld-on-dark-mute);
}

.ld-cats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ld-line-dark);
  background: var(--ld-line-dark);
}

.ld-cat {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ld-dark);
  color: var(--ld-on-dark);
  padding: 32px;
  transition: background var(--ld-dur-2) var(--ld-ease);
}

.ld-cat:hover {
  background: var(--ld-dark-2);
}

.ld-cat__num {
  color: var(--ld-on-dark-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.ld-cat__title {
  margin-top: 8px;
  font-family: var(--ld-font-display);
  font-size: 28px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.ld-cat__sub {
  max-width: 32ch;
  margin-top: 12px;
  color: var(--ld-on-dark-mute);
  font-size: 13px;
  line-height: 1.45;
}

.ld-cat__arrow {
  color: var(--ld-on-dark-2);
  font-size: 18px;
}

.ld-requested {
  padding-block: 96px;
}

.ld-req__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border-block: 1px solid var(--ld-line);
  background: var(--ld-line);
}

.ld-req__item {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  gap: 12px;
  background: var(--ld-bg);
  padding: 32px 24px;
}

.ld-req__item:first-child {
  padding-left: var(--ld-gutter-desk);
}

.ld-req__item:last-child {
  padding-right: var(--ld-gutter-desk);
}

.ld-req__rank,
.ld-scn__num,
.ld-feat-card__kicker,
.ld-news-item .ld-mute,
.ld-conc__feat-label {
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-req__rank {
  color: var(--ld-mute);
}

.ld-req__title {
  font-family: var(--ld-font-display);
  font-size: 22px;
  font-weight: var(--ld-w-regular);
  line-height: 1.15;
  letter-spacing: 0;
}

.ld-req__cta {
  margin-top: auto;
  color: var(--ld-accent);
  font-size: 14px;
  font-weight: 500;
}

.ld-scn__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ld-scn {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  box-shadow: inset 0 0 0 1px var(--ld-line);
  padding: 32px;
  transition: transform var(--ld-dur-2) var(--ld-ease), box-shadow var(--ld-dur-2) var(--ld-ease);
}

.ld-scn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px var(--ld-line-strong), var(--ld-shadow-card);
}

.ld-scn__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ld-scn__num {
  color: var(--ld-mute);
}

.ld-scn__icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: var(--ld-r-sm);
  background: var(--ld-bg-2);
}

.ld-scn__title {
  font-family: var(--ld-font-display);
  font-size: 24px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.ld-scn__body {
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.55;
}

.ld-scn__cta {
  margin-top: auto;
}

.ld-feat__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

.ld-feat-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ld-feat-card__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--ld-r-md);
  margin-bottom: 16px;
}

.ld-feat-card--lead {
  grid-row: span 2;
}

.ld-feat-card--lead .ld-feat-card__image {
  aspect-ratio: 4 / 5;
}

.ld-feat-card__kicker {
  color: var(--ld-mute);
  margin-bottom: 12px;
}

.ld-feat-card__title {
  margin: 0 0 12px;
  font-family: var(--ld-font-display);
  font-size: 26px;
  font-weight: var(--ld-w-light);
  line-height: 1.15;
  letter-spacing: 0;
}

.ld-feat-card--lead .ld-feat-card__title {
  font-size: 36px;
}

.ld-feat-card__body {
  color: var(--ld-mute);
  font-size: 15px;
}

.ld-longread {
  border-block: 1px solid var(--ld-line);
  background: var(--ld-bg);
  padding-block: 96px;
}

.ld-longread__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.ld-longread__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: transparent;
  border: 0;
  padding: 0;
}

.ld-news__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.ld-news-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ld-news-item__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--ld-r-md);
  object-fit: cover;
}

.ld-news-item__title {
  font-family: var(--ld-font-display);
  font-size: 20px;
  font-weight: var(--ld-w-regular);
  line-height: 1.25;
}

.ld-conc {
  background: var(--ld-dark);
  color: var(--ld-on-dark);
  padding-block: 96px;
}

.ld-conc .ld-body-lg {
  color: var(--ld-on-dark-2);
}

.ld-conc__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: end;
}

.ld-conc h2 {
  max-width: 14ch;
  color: var(--ld-on-dark);
  font-family: var(--ld-font-display);
  font-size: 64px;
  font-weight: var(--ld-w-light);
  line-height: 1.02;
}

.ld-conc__r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ld-conc__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.ld-conc__feat-label {
  display: block;
  color: var(--ld-on-dark-mute);
}

.ld-conc__feat-val {
  display: block;
  margin-top: 4px;
  color: var(--ld-on-dark-2);
  font-size: 15px;
}

.ld-conc__cta-row {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.ld-listing-hero {
  padding-block: 88px 54px;
  border-bottom: 1px solid var(--ld-line);
}

.commercial-hero.ld-listing-hero {
  display: block;
  min-height: 0;
  border-radius: 0;
  background: var(--ld-bg);
  color: var(--ld-ink);
  margin: 0;
}

.commercial-hero.ld-listing-hero .directory-search-panel {
  display: flex;
  max-width: 720px;
  gap: 12px;
  margin-top: 36px;
}

.commercial-hero.ld-listing-hero .directory-search-panel input {
  min-height: 56px;
  flex: 1;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-pill);
  background: var(--ld-paper);
  color: var(--ld-ink);
  font: inherit;
  padding: 0 22px;
}

.portal-section {
  width: min(var(--ld-w-wide), 100%);
  margin-inline: auto;
  padding: 96px var(--ld-gutter-desk);
}

.section-heading-row,
.intro-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.intro-split {
  align-items: flex-start;
}

.section-title {
  max-width: 760px;
  font-family: var(--ld-font-display);
  font-size: var(--ld-fs-h1);
  font-weight: var(--ld-w-light);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-kicker,
.intro-copy,
.intro-copy p,
.decision-card p,
.guide-card p {
  color: var(--ld-mute);
}

.content-tag {
  display: inline-flex;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-cta {
  color: var(--ld-accent);
  font-size: 14px;
  font-weight: 500;
}

.button,
.button--dark,
.button--light {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ld-ink);
  border-radius: var(--ld-r-pill);
  background: var(--ld-ink);
  color: var(--ld-bg);
  font-weight: 500;
  padding: 0 22px;
  text-transform: none;
  letter-spacing: 0;
}

.button--light {
  border-color: var(--ld-on-dark);
  background: var(--ld-on-dark);
  color: var(--ld-dark);
}

.decision-grid,
.guide-grid,
.quick-entry-grid,
.category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.category-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.decision-card,
.guide-card,
.quick-entry,
.category-tile,
.directory-empty-state,
.commercial-card,
.commercial-service-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  color: var(--ld-ink);
  padding: 28px;
  box-shadow: none;
}

.decision-card h3,
.guide-card h3,
.category-tile span,
.quick-entry small {
  font-family: var(--ld-font-display);
  font-size: 24px;
  font-weight: var(--ld-w-light);
  line-height: 1.12;
  letter-spacing: 0;
}

.quick-entry span,
.category-tile small {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.decision-checklist {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.decision-checklist li {
  border-top: 1px solid var(--ld-line);
  padding-top: 12px;
}

.concierge-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  width: 100%;
  max-width: none;
  background: var(--ld-dark);
  color: var(--ld-on-dark);
}

.concierge-band h2 {
  color: var(--ld-on-dark);
  font-family: var(--ld-font-display);
  font-size: var(--ld-fs-h1);
  font-weight: var(--ld-w-light);
  letter-spacing: 0;
}

.concierge-band p {
  color: var(--ld-on-dark-2);
}

.form-shell {
  padding-block: var(--ld-s-16) var(--ld-s-24);
}

.form-shell__inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--ld-s-16);
  align-items: start;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: var(--ld-s-12);
  border-top: 1px solid var(--ld-line);
  border-bottom: 1px solid var(--ld-line);
  background: var(--ld-line);
}

.signal {
  background: var(--ld-bg);
  padding: var(--ld-s-6);
}

.signal__num {
  font-family: var(--ld-font-display);
  font-size: 38px;
  font-weight: var(--ld-w-extralight);
  line-height: 1;
  letter-spacing: 0;
}

.signal__label {
  margin-top: 8px;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.steps {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: var(--ld-s-2);
  padding-right: var(--ld-s-6);
}

.step {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--ld-line);
  padding: 14px 0;
}

.step:last-child {
  border-bottom: 0;
}

.step__num {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--ld-bg-2);
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 12px;
  font-weight: 500;
}

.step--active .step__num {
  background: var(--ld-ink);
  color: var(--ld-bg);
}

.step--done .step__num {
  background: var(--ld-accent);
  color: #fff;
}

.step__l {
  display: flex;
  flex-direction: column;
}

.step__l-label {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.step__l-title {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
}

.step__l-sub {
  margin-top: 2px;
  color: var(--ld-mute);
  font-size: 13px;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: var(--ld-s-12);
}

.fp__section {
  border-radius: var(--ld-r-xl);
  background: var(--ld-paper);
  box-shadow: inset 0 0 0 1px var(--ld-line);
  padding: var(--ld-s-12);
}

.fp__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: var(--ld-s-8);
}

.fp__head h2 {
  max-width: 26ch;
  font-family: var(--ld-font-display);
  font-size: 32px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.fp__head .ld-eyebrow {
  display: block;
  margin-bottom: var(--ld-s-3);
}

.fp__row {
  display: grid;
  gap: var(--ld-s-4);
}

.fp__row--2 {
  grid-template-columns: 1fr 1fr;
}

.fp__row--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-check label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--ld-r-pill);
  background: var(--ld-bg-2);
  color: var(--ld-ink-2);
  cursor: pointer;
  font-size: var(--ld-fs-sm);
  font-weight: 500;
  padding: 10px 16px;
  transition: background var(--ld-dur-1) var(--ld-ease), color var(--ld-dur-1) var(--ld-ease);
}

.chip-check input:checked + label {
  background: var(--ld-ink);
  color: var(--ld-bg);
}

.submit-bar {
  margin-top: var(--ld-s-16);
  background: var(--ld-dark);
  color: var(--ld-on-dark);
  padding-block: var(--ld-s-16);
}

.submit-bar__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--ld-s-12);
  align-items: center;
}

.submit-bar h3 {
  max-width: 16ch;
  color: var(--ld-on-dark);
  font-family: var(--ld-font-display);
  font-size: 36px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.submit-bar__terms {
  max-width: 50ch;
  margin-top: 12px;
  color: var(--ld-on-dark-mute);
  font-size: 13px;
}

.submit-bar__cta {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.form-status {
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
  color: var(--ld-ink);
  padding: 14px 16px;
}

.form-intro h2 {
  font-family: var(--ld-font-display);
  font-size: var(--ld-fs-h1);
  font-weight: var(--ld-w-light);
  line-height: 1.08;
  letter-spacing: 0;
  margin-top: 14px;
}

.form-intro p {
  color: var(--ld-mute);
  margin-top: 20px;
}

.concierge-form,
.commercial-intake-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-xl);
  background: var(--ld-paper);
  padding: 32px;
  box-shadow: none;
}

.concierge-form label,
.commercial-intake-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.concierge-form label span,
.commercial-intake-form label span,
.ld-field__label {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concierge-form input,
.concierge-form select,
.concierge-form textarea,
.commercial-intake-form input,
.commercial-intake-form select,
.commercial-intake-form textarea {
  width: 100%;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-md);
  background: var(--ld-bg);
  color: var(--ld-ink);
  font: inherit;
  padding: 14px 16px;
}

.concierge-form .form-wide,
.concierge-form button,
.commercial-intake-form .form-wide,
.commercial-intake-form button {
  grid-column: 1 / -1;
}

.ld-listing-hero .ld-display {
  max-width: 1220px;
  margin-top: 22px;
}

.ld-listing-hero .ld-body-lg {
  max-width: 760px;
  margin-top: 24px;
}

.ld-listing-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--ld-line);
}

.ld-listing-hero__stats div {
  padding-right: 32px;
}

.ld-listing-hero__stats span {
  display: block;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-listing-hero__stats strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}

/* Maktoum zip page classes ported for 1:1 listing/detail/editorial surfaces. */
.ph {
  padding-block: var(--ld-s-20) var(--ld-s-12);
}

.ph__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--ld-s-16);
  align-items: end;
}

.ph__crumbs,
.hero__crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--ld-mute);
  font-size: 13px;
  margin-bottom: var(--ld-s-6);
}

.ph__crumbs a,
.hero__crumbs a {
  color: var(--ld-mute);
}

.ph__crumbs a:hover,
.hero__crumbs a:hover {
  color: var(--ld-ink);
}

.ph__crumb-sep {
  opacity: 0.4;
}

.ph__title {
  max-width: 22ch;
}

.ph__sub {
  max-width: 60ch;
  margin-top: var(--ld-s-6);
  color: var(--ld-mute);
  font-size: 19px;
}

.ph__meta {
  display: flex;
  gap: var(--ld-s-8);
  flex-wrap: wrap;
  margin-top: var(--ld-s-10);
  padding-top: var(--ld-s-6);
  border-top: 1px solid var(--ld-line);
}

.ph__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ph__meta-label,
.filters__label,
.list__count,
.hcard__price-from,
.spec__label,
.hero__meta-label {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph__meta-val {
  color: var(--ld-ink);
  font-size: 15px;
}

.filters,
.subnav {
  position: sticky;
  top: 56px;
  z-index: 60;
  border-top: 1px solid var(--ld-line);
  border-bottom: 1px solid var(--ld-line);
  background: color-mix(in srgb, var(--ld-bg) 88%, transparent);
  backdrop-filter: saturate(180%) blur(20px);
}

.filters__row {
  display: flex;
  align-items: center;
  gap: var(--ld-s-3);
  padding-block: var(--ld-s-3);
  overflow-x: auto;
  scrollbar-width: none;
}

.filters__row::-webkit-scrollbar {
  display: none;
}

.filters__group {
  display: flex;
  gap: 8px;
  padding-right: 16px;
  border-right: 1px solid var(--ld-line);
}

.filters__group:last-child {
  border-right: 0;
}

.filters__label {
  align-self: center;
  flex: none;
}

.districts {
  padding-block: var(--ld-s-16);
  border-top: 1px solid var(--ld-line);
}

.districts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ld-s-4);
  margin-top: var(--ld-s-8);
}

.district {
  position: relative;
  display: flex;
  min-height: 320px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--ld-r-lg);
  background: var(--ld-dark);
  color: var(--ld-on-dark);
  padding: var(--ld-s-6);
  transition: transform var(--ld-dur-2) var(--ld-ease);
}

.district:hover {
  transform: translateY(-2px);
}

.district__bg {
  position: absolute;
  inset: 0;
  background: var(--ld-dark-2);
}

.district__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(0.82) contrast(1.04);
}

.district__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.08), rgba(12, 11, 9, 0.74));
}

.district > *:not(.district__bg) {
  position: relative;
  z-index: 1;
}

.district__eyebrow {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  color: var(--ld-on-dark-mute);
  font-family: var(--ld-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.district__title {
  color: var(--ld-on-dark);
  font-family: var(--ld-font-display);
  font-size: 26px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.district__sub {
  margin-top: var(--ld-s-2);
  color: var(--ld-on-dark-mute);
  font-size: 13px;
}

.list {
  padding-block: var(--ld-s-16) var(--ld-s-24);
}

.list__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: var(--ld-s-10);
}

.list__sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.list__sort select {
  border: 0;
  background: transparent;
  color: var(--ld-ink);
  font: inherit;
}

.list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ld-s-12) var(--ld-s-6);
}

.hcard {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--ld-ink);
  cursor: pointer;
}

.hcard__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
}

.ld-dir-card--featured .hcard__media {
  border: 1px solid color-mix(in srgb, var(--ld-accent) 28%, var(--ld-line));
  box-shadow: 0 18px 50px rgb(25 23 19 / 12%);
}

.hcard__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform var(--ld-dur-2) var(--ld-ease);
}

.hcard:hover .hcard__media img {
  transform: scale(1.025);
}

.ld-dir-card--featured .hcard__tag {
  border-color: color-mix(in srgb, var(--ld-accent) 36%, var(--ld-line));
  background: color-mix(in srgb, var(--ld-accent) 9%, var(--ld-paper));
  color: var(--ld-ink);
}

.hcard__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: var(--ld-s-4);
}

.hcard__title {
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: 22px;
  font-weight: var(--ld-w-light);
  line-height: 1.15;
  letter-spacing: 0;
}

.hcard__price {
  color: var(--ld-ink);
  font-family: var(--ld-font-mono);
  font-size: 13px;
  letter-spacing: 0;
}

.hcard__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: var(--ld-s-2);
  color: var(--ld-mute);
  font-size: 13px;
}

.hcard__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: var(--ld-s-3);
}

.hcard__tag {
  border-radius: 6px;
  background: var(--ld-bg-2);
  color: var(--ld-ink-2);
  font-size: 12px;
  padding: 4px 8px;
}

.subnav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  gap: 24px;
}

.subnav__title {
  font-size: 14px;
  font-weight: 500;
}

.subnav__anchors,
.subnav__cta {
  display: flex;
  gap: 20px;
  align-items: center;
}

.subnav__anchors a {
  color: var(--ld-ink-2);
  font-size: 13px;
}

.subnav__anchors a:hover {
  color: var(--ld-ink);
}

.hero {
  padding-block: var(--ld-s-16) var(--ld-s-12);
}

.hero__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--ld-s-12);
  align-items: end;
}

.hero__title {
  max-width: 14ch;
}

.hero__sub {
  max-width: 50ch;
  margin-top: var(--ld-s-6);
  color: var(--ld-mute);
  font-size: 18px;
}

.hero__meta {
  display: flex;
  gap: var(--ld-s-8);
  flex-wrap: wrap;
}

.hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__meta-val {
  font-size: 16px;
}

.hero__media-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: var(--ld-s-3);
  margin-top: var(--ld-s-12);
}

.hero__media-1 {
  grid-row: 1 / 3;
}

.hero__media-grid figure {
  overflow: hidden;
  min-height: 0;
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
}

.hero__media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec {
  padding-block: var(--ld-s-20);
}

.sec--dark {
  background: var(--ld-dark);
  color: var(--ld-on-dark);
}

.sec--bg2 {
  background: var(--ld-bg-2);
}

.sec__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: var(--ld-s-12);
}

.specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--ld-line);
  background: var(--ld-line);
}

.spec {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  gap: 6px;
  background: var(--ld-bg);
  padding: var(--ld-s-8);
}

.spec__val {
  margin-top: 8px;
  font-family: var(--ld-font-display);
  font-size: 28px;
  font-weight: var(--ld-w-light);
  line-height: 1.05;
  letter-spacing: 0;
}

.spec__note {
  margin-top: auto;
  color: var(--ld-mute);
  font-size: 13px;
}

.article-heading {
  width: min(var(--ld-w-wide), 100%);
  margin: 52px auto 0;
  padding-inline: var(--ld-gutter-desk);
}

.article-heading h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: 68px;
  font-weight: var(--ld-w-light);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  color: var(--ld-mute);
  font-size: 14px;
}

.article-lead {
  width: min(var(--ld-w-wide), calc(100% - 48px));
  margin: 42px auto 0;
}

.article-lead img,
.article-lead__image {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: var(--ld-r-lg);
  background: var(--ld-bg-2);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(260px, 340px);
  gap: 74px;
  align-items: start;
  width: min(var(--ld-w-wide), 100%);
  margin: 64px auto 88px;
  padding-inline: var(--ld-gutter-desk);
}

.article-shell--company {
  grid-template-columns: minmax(0, 1fr);
}

.article-shell--company .article-rail {
  display: none;
}

.article-body {
  min-width: 0;
  color: var(--ld-ink-2);
  font-size: 18px;
  line-height: 1.78;
}

.article-body > *:first-child {
  margin-top: 0;
}

.article-body > *:last-child {
  margin-bottom: 0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin: 48px 0 16px;
  color: var(--ld-ink);
  font-family: var(--ld-font-display);
  font-weight: var(--ld-w-light);
  line-height: 1.12;
  letter-spacing: 0;
}

.article-body h1 { font-size: 44px; }
.article-body h2 { font-size: 36px; }
.article-body h3 { font-size: 28px; }
.article-body h4,
.article-body h5,
.article-body h6 { font-size: 22px; }

.article-body p,
.article-body ul,
.article-body ol,
.article-body figure,
.article-body table,
.article-body blockquote {
  margin: 0 0 25px;
}

.article-body ul,
.article-body ol {
  padding-left: 28px;
}

.article-body li {
  margin: 8px 0;
}

.article-body a {
  color: var(--ld-accent);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--ld-accent) 35%, transparent);
  text-underline-offset: 4px;
}

.article-body figure {
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-md);
  background: var(--ld-paper);
}

.article-body img,
.article-body figure img {
  display: block;
  width: 100%;
  height: auto;
}

.article-body figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-body figcaption {
  padding: 12px 14px 14px;
  color: var(--ld-mute);
  font-size: 13px;
  line-height: 1.45;
}

.article-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
}

.article-body th,
.article-body td {
  padding: 11px 13px;
  border: 1px solid var(--ld-line);
  text-align: left;
  vertical-align: top;
}

.article-body th {
  background: var(--ld-bg-2);
  color: var(--ld-ink);
}

.article-rail {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 20px;
}

.rail-box {
  border: 1px solid var(--ld-line);
  background: var(--ld-paper);
  padding: 26px;
}

.rail-box--dark {
  border-color: var(--ld-ink);
  background: var(--ld-ink);
  color: var(--ld-bg);
}

.rail-box h2 {
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: 28px;
  font-weight: var(--ld-w-light);
  line-height: 1.08;
}

.rail-box p {
  margin: 14px 0 0;
  color: var(--ld-mute);
  line-height: 1.58;
}

.rail-box--dark p {
  color: rgb(255 255 255 / 76%);
}

.rail-links {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.rail-links a {
  display: block;
  padding: 15px 0;
  border-top: 1px solid var(--ld-line);
  color: var(--ld-ink);
  font-weight: 500;
  line-height: 1.35;
}

.empty-state {
  max-width: 680px;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  padding: 42px;
}

.ld-filter-row {
  position: sticky;
  top: 56px;
  z-index: 60;
  border-bottom: 1px solid var(--ld-line);
  background: color-mix(in srgb, var(--ld-bg) 88%, transparent);
  backdrop-filter: saturate(180%) blur(18px);
}

.ld-filter-row__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  overflow-x: auto;
}

.ld-filter-row .ld-eyebrow {
  flex: none;
  margin-right: 10px;
}

.ld-section__subhead {
  max-width: 680px;
  margin-bottom: 24px;
}

.ld-directory-grid,
.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ld-dir-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.ld-dir-card__media {
  display: block;
  overflow: hidden;
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
}

.ld-dir-card__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ld-dir-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 26px;
}

.ld-dir-card .content-tag {
  color: var(--ld-mute);
  background: transparent;
  border: 0;
  padding: 0;
}

.ld-dir-card .sponsored-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-pill);
  background: var(--ld-paper);
  color: var(--ld-ink-2);
  font-family: var(--ld-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 0 9px;
  text-transform: uppercase;
}

.ld-dir-card h3 {
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: 28px;
  font-weight: var(--ld-w-light);
  line-height: 1.1;
  letter-spacing: 0;
}

.ld-dir-card__area {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-dir-card p:not(.directory-card__area) {
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.55;
}

.ld-dir-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: auto;
}

.ld-pagination {
  margin-top: 48px;
}

.directory-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--ld-line);
  padding-top: 24px;
}

.directory-pagination__link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-pill);
  background: var(--ld-paper);
  color: var(--ld-ink);
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
}

.directory-pagination__link.is-disabled {
  color: var(--ld-mute);
  opacity: 0.45;
}

.directory-pagination__status {
  color: var(--ld-ink);
  font-size: 14px;
  text-align: center;
}

.directory-pagination__status span {
  display: block;
  margin-top: 4px;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-hero.ld-detail-hero {
  display: block;
  margin-top: 0;
  border: 0;
  color: var(--ld-ink);
}

.ld-detail-hero {
  background: var(--ld-bg);
  padding-block: 64px 80px;
}

.ld-detail-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 72px;
  align-items: end;
}

.company-hero.ld-detail-hero .ld-display {
  color: var(--ld-ink);
  font-family: var(--ld-font-display);
  font-size: var(--ld-fs-display);
  font-weight: var(--ld-w-light);
  line-height: var(--ld-lh-display);
  max-width: 800px;
  margin-top: 22px;
}

.company-hero.ld-detail-hero .ld-body-lg {
  color: var(--ld-ink-2);
  max-width: 680px;
  margin-top: 24px;
}

.ld-detail-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
  margin: 0;
}

.ld-detail-hero__facts dt,
.ld-booking-bar span {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-detail-hero__facts dd {
  color: var(--ld-ink);
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.35;
}

.company-commercial-badges {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.company-commercial-badges span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-pill);
  background: var(--ld-paper);
  color: var(--ld-ink-2);
  font-family: var(--ld-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 0 10px;
  text-transform: uppercase;
}

.ld-detail-gallery {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 12px;
  margin-top: 48px;
}

.ld-detail-gallery__item {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
}

.ld-detail-gallery__item--lead {
  grid-row: span 2;
  min-height: 500px;
}

.ld-detail-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.ld-detail-gallery__item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  border-radius: 6px;
  background: color-mix(in srgb, var(--ld-bg) 86%, transparent);
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 7px 9px;
  text-transform: uppercase;
}

.ld-booking-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 64px;
  border-radius: var(--ld-r-xl);
  background: var(--ld-paper);
  box-shadow: var(--ld-shadow-pop);
  padding: 28px 32px;
}

.ld-booking-bar strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.ld-detail-nav.company-jump-nav {
  position: sticky;
  top: 56px;
  z-index: 50;
  display: flex;
  justify-content: center;
  gap: 28px;
  overflow-x: auto;
  border-block: 1px solid var(--ld-line);
  background: color-mix(in srgb, var(--ld-bg) 88%, transparent);
  backdrop-filter: saturate(180%) blur(18px);
  padding: 14px var(--ld-gutter-desk);
}

.ld-detail-nav a {
  flex: none;
  color: var(--ld-ink-2);
  font-size: 14px;
}

.ld-detail-nav a:hover {
  color: var(--ld-ink);
}

.company-profile-v2 .company-profile-main {
  padding-top: 80px;
}

.company-profile-v2 .article-body {
  max-width: 1180px;
}

.company-profile-v2 .article-body h2 {
  font-family: var(--ld-font-display);
  font-size: var(--ld-fs-h1);
  font-weight: var(--ld-w-light);
  line-height: 1.08;
  letter-spacing: 0;
}

.company-profile-v2 .article-body h3 {
  font-family: var(--ld-font-display);
  font-weight: var(--ld-w-regular);
  letter-spacing: 0;
}

.company-profile-v2 .company-section {
  margin-block: 0 96px;
  scroll-margin-top: 150px;
}

.company-profile-v2 .mobile-collapse > summary {
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
  padding-right: 58px;
}

.company-profile-v2 .mobile-collapse > summary::-webkit-details-marker {
  display: none;
}

.company-profile-v2 .mobile-collapse > summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ld-line);
  border-radius: 50%;
  background: var(--ld-paper);
}

.company-profile-v2 .mobile-collapse > summary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ld-ink);
  border-bottom: 2px solid var(--ld-ink);
  transform: rotate(45deg);
  transition: transform var(--ld-dur-1) var(--ld-ease), top var(--ld-dur-1) var(--ld-ease);
}

.company-profile-v2 .mobile-collapse[open] > summary::before {
  top: 18px;
  transform: rotate(225deg);
}

.company-profile-v2 .company-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 32px;
}

.company-profile-v2 .company-section-heading p {
  color: var(--ld-mute);
  font-size: 17px;
  line-height: 1.6;
}

.company-profile-v2 .company-decision-panel,
.company-profile-v2 .company-audience-card,
.company-profile-v2 .company-figure-card,
.company-profile-v2 .company-room-card,
.company-profile-v2 .company-venue-card,
.company-profile-v2 .company-map-card,
.company-profile-v2 .company-access-card,
.company-profile-v2 .company-nearby-section,
.company-profile-v2 .company-public-fact-card,
.company-profile-v2 .company-review-video,
.company-profile-v2 .directory-channel-card,
.company-profile-v2 .company-verification-box {
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  box-shadow: none;
}

.company-profile-v2 .company-decision-layout,
.company-profile-v2 .company-audience-grid,
.company-profile-v2 .company-figure-groups,
.company-profile-v2 .company-room-grid,
.company-profile-v2 .company-venue-list,
.company-profile-v2 .company-dual-panel,
.company-profile-v2 .company-access-layout,
.company-profile-v2 .company-nearby-grid,
.company-profile-v2 .directory-channel-grid,
.company-profile-v2 .company-video-grid {
  gap: 24px;
}

.company-profile-v2 .company-map-card iframe {
  border-radius: var(--ld-r-lg) var(--ld-r-lg) 0 0;
}

.floating-mobile-cta {
  display: none;
}

.company-profile-v2 {
  --profile-paper: var(--ld-bg-2);
  --profile-ink: var(--ld-ink);
  --profile-muted: var(--ld-mute);
  --profile-line: var(--ld-line);
  --profile-accent: var(--ld-accent);
}

.company-profile-v2 .company-commercial-note {
  margin: 0 0 24px;
  border: 1px solid color-mix(in srgb, var(--ld-accent) 28%, transparent);
  border-radius: var(--ld-r-md);
  background: var(--ld-accent-soft);
  color: var(--ld-ink-2);
  line-height: 1.58;
  padding: 18px 20px;
}

.company-profile-v2 .company-decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.company-profile-v2 .company-decision-panel {
  min-width: 0;
  padding: 30px;
}

.company-profile-v2 .company-decision-panel--fit {
  background: color-mix(in srgb, var(--ld-accent-soft) 68%, var(--ld-paper));
}

.company-profile-v2 .company-decision-panel--checks {
  background: color-mix(in srgb, var(--ld-bg-2) 78%, var(--ld-paper));
}

.company-profile-v2 .company-feature-list,
.company-profile-v2 .company-check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
}

.company-profile-v2 .company-feature-list {
  list-style: none;
}

.company-profile-v2 .company-feature-list li,
.company-profile-v2 .company-check-list li {
  position: relative;
  color: var(--ld-ink-2);
  font-size: 16px;
  line-height: 1.5;
}

.company-profile-v2 .company-feature-list li {
  padding-left: 24px;
}

.company-profile-v2 .company-feature-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ld-accent);
  content: "";
}

.company-profile-v2 .company-check-list {
  list-style: decimal;
  padding-left: 22px;
}

.company-profile-v2 .company-check-list li {
  padding-left: 8px;
}

.company-profile-v2 .company-check-list li::before {
  content: none;
}

.company-profile-v2 .company-media-grid,
.company-profile-v2 .company-audience-grid,
.company-profile-v2 .company-figure-groups,
.company-profile-v2 .company-room-grid,
.company-profile-v2 .company-venue-list,
.company-profile-v2 .company-dual-panel,
.company-profile-v2 .company-public-fact-board,
.company-profile-v2 .company-video-grid,
.company-profile-v2 .directory-channel-grid {
  display: grid;
}

.company-profile-v2 .company-media-grid,
.company-profile-v2 .company-video-grid,
.company-profile-v2 .directory-channel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-profile-v2 .company-audience-grid,
.company-profile-v2 .company-figure-groups,
.company-profile-v2 .company-room-grid,
.company-profile-v2 .company-venue-list,
.company-profile-v2 .company-dual-panel,
.company-profile-v2 .company-public-fact-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-profile-v2 .company-media-grid figure,
.company-profile-v2 .company-audience-card,
.company-profile-v2 .company-figure-card,
.company-profile-v2 .company-room-card,
.company-profile-v2 .company-benefit-board section,
.company-profile-v2 .company-venue-card,
.company-profile-v2 .company-public-fact-card,
.company-profile-v2 .company-review-video,
.company-profile-v2 .company-video-embed,
.company-profile-v2 .company-map-card,
.company-profile-v2 .company-nearby-card,
.company-profile-v2 .directory-channel-card {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: var(--ld-paper);
}

.company-profile-v2 .company-media-grid img,
.company-profile-v2 .company-public-fact-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.company-profile-v2 .company-media-grid figcaption {
  color: var(--ld-mute);
  font-size: 13px;
  line-height: 1.45;
  padding: 14px 16px 16px;
}

.company-profile-v2 .company-audience-card > div,
.company-profile-v2 .company-figure-card__body,
.company-profile-v2 .company-room-card > div,
.company-profile-v2 .company-venue-card__body,
.company-profile-v2 .company-public-fact-card > div {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.company-profile-v2 .company-audience-card p,
.company-profile-v2 .company-audience-card li,
.company-profile-v2 .company-figure-card__body p,
.company-profile-v2 .company-room-card p,
.company-profile-v2 .company-venue-card small,
.company-profile-v2 .company-public-fact-card p {
  color: var(--ld-mute);
  font-size: 15px;
  line-height: 1.55;
}

.company-profile-v2 .company-audience-card ul,
.company-profile-v2 .company-benefit-board ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.company-profile-v2 .company-mini-metrics,
.company-profile-v2 .company-rating-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.company-profile-v2 .company-rating-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-profile-v2 .company-mini-metrics div,
.company-profile-v2 .company-rating-row div {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  padding: 12px;
}

.company-profile-v2 .company-mini-metrics dt,
.company-profile-v2 .company-rating-row dt,
.company-profile-v2 .company-room-card span,
.company-profile-v2 .company-venue-card p,
.company-profile-v2 .company-public-fact-card span {
  margin: 0;
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.company-profile-v2 .company-mini-metrics dd,
.company-profile-v2 .company-rating-row dd,
.company-profile-v2 .company-room-card strong {
  margin: 0;
  color: var(--ld-ink);
  font-family: var(--ld-font-display);
  font-size: 24px;
  font-weight: var(--ld-w-light);
  line-height: 1.08;
}

.company-profile-v2 .company-mini-metrics small {
  color: var(--ld-mute);
  font-size: 12px;
  line-height: 1.35;
}

.company-profile-v2 .company-stay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.52fr);
  gap: 24px;
  align-items: start;
}

.company-profile-v2 .company-benefit-board {
  display: grid;
  gap: 16px;
}

.company-profile-v2 .company-benefit-board section {
  padding: 24px;
}

.company-profile-v2 .company-benefit-board h3,
.company-profile-v2 .company-benefit-board p,
.company-profile-v2 .company-benefit-board ul {
  margin: 0;
}

.company-profile-v2 .company-benefit-board h3,
.company-profile-v2 .company-venue-card h3,
.company-profile-v2 .company-public-fact-card h4 {
  color: var(--ld-ink);
  font-family: var(--ld-font-display);
  font-weight: var(--ld-w-light);
  line-height: 1.14;
}

.company-profile-v2 .company-venue-card h3 {
  font-size: 24px;
}

.company-profile-v2 .company-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-profile-v2 .company-feature-pills li {
  border-radius: 6px;
  background: var(--ld-bg-2);
  color: var(--ld-ink-2);
  font-size: 12px;
  padding: 5px 8px;
}

.company-profile-v2 .company-source-link,
.company-profile-v2 .company-text-link {
  color: var(--ld-accent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.company-profile-v2 .company-dual-panel > section,
.company-profile-v2 .company-access-card {
  min-width: 0;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  padding: 28px;
}

.company-profile-v2 .company-access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.company-profile-v2 .company-map-card {
  display: grid;
  margin: 0;
}

.company-profile-v2 .company-map-card iframe,
.company-profile-v2 .company-video-embed iframe,
.company-profile-v2 .company-review-video iframe {
  width: 100%;
  border: 0;
  background: var(--ld-bg-2);
}

.company-profile-v2 .company-map-card iframe {
  min-height: 380px;
}

.company-profile-v2 .company-video-embed iframe,
.company-profile-v2 .company-review-video iframe {
  aspect-ratio: 16 / 9;
}

.company-profile-v2 .company-map-card figcaption,
.company-profile-v2 .company-video-embed figcaption,
.company-profile-v2 .company-review-video figcaption {
  display: grid;
  gap: 6px;
  color: var(--ld-mute);
  font-size: 13px;
  line-height: 1.45;
  padding: 16px 18px;
}

.company-profile-v2 .company-compact-list {
  display: grid;
  margin: 0;
}

.company-profile-v2 .company-compact-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid var(--ld-line);
  padding: 16px 0;
}

.company-profile-v2 .company-compact-list dt,
.company-profile-v2 .company-compact-list dd {
  margin: 0;
}

.company-profile-v2 .company-compact-list dd {
  display: grid;
  gap: 4px;
}

.company-profile-v2 .company-compact-list strong {
  color: var(--ld-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.company-profile-v2 .company-compact-list span {
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.48;
}

.company-profile-v2 .company-access-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.company-profile-v2 .company-nearby-section {
  margin-top: 22px;
  padding: 24px;
}

.company-profile-v2 .company-nearby-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.company-profile-v2 .company-nearby-section__heading h3,
.company-profile-v2 .company-nearby-section__heading p {
  margin: 0;
}

.company-profile-v2 .company-nearby-section__heading p {
  max-width: 520px;
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.5;
}

.company-profile-v2 .company-nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.company-profile-v2 .company-nearby-card {
  display: grid;
  gap: 7px;
  color: var(--ld-ink);
  padding: 16px;
}

.company-profile-v2 .company-nearby-card span,
.company-profile-v2 .company-nearby-card small {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.company-profile-v2 .company-nearby-card strong {
  color: var(--ld-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}

.company-profile-v2 .company-award-list,
.company-profile-v2 .company-rich-grid {
  display: grid;
  margin: 0 0 28px;
  border-top: 1px solid var(--ld-line);
}

.company-profile-v2 .company-award-list section,
.company-profile-v2 .company-rich-grid section {
  display: grid;
  min-width: 0;
  gap: 8px 28px;
  border-bottom: 1px solid var(--ld-line);
  padding: 18px 0;
}

.company-profile-v2 .company-award-list section {
  grid-template-columns: minmax(88px, 0.16fr) minmax(0, 1fr);
}

.company-profile-v2 .company-rich-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.company-profile-v2 .company-rich-grid span,
.company-profile-v2 .company-award-list span,
.company-profile-v2 .company-compact-list dt {
  color: var(--ld-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.company-profile-v2 .company-rich-grid strong,
.company-profile-v2 .company-award-list h3 {
  color: var(--ld-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.company-profile-v2 .company-rich-grid small,
.company-profile-v2 .company-award-list p {
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.5;
}

.company-profile-v2 .company-visible-detail {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--ld-line);
}

.company-profile-v2 .company-visible-detail > h3 {
  margin-bottom: 18px;
}

.company-profile-v2 .company-public-fact-card ul,
.company-profile-v2 .company-source-review-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-profile-v2 .company-public-fact-card li {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--ld-line);
  padding-top: 8px;
}

.company-profile-v2 .company-source-review-list a {
  color: var(--ld-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.company-profile-v2 .company-instagram-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-md);
  background: var(--ld-bg-2);
  color: var(--ld-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 14px;
}

.company-profile-v2 .company-instagram-strip {
  display: grid;
  grid-auto-columns: minmax(320px, calc((100% - 32px) / 3));
  grid-auto-flow: column;
  gap: 16px;
  align-items: start;
  overflow-x: auto;
  padding: 2px 2px 28px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.company-profile-v2 .company-instagram-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--ld-line);
  border-radius: var(--ld-r-lg);
  background: var(--ld-paper);
  scroll-snap-align: start;
}

.company-profile-v2 .company-instagram-card iframe {
  width: 100%;
  height: 680px;
  border: 0;
  background: var(--ld-paper);
}

.company-profile-v2 .company-review-video strong,
.company-profile-v2 .company-review-video span,
.company-profile-v2 .company-review-video small,
.company-profile-v2 .company-review-video a {
  display: block;
}

.company-profile-v2 .company-review-video strong {
  color: var(--ld-ink);
  font-size: 17px;
  line-height: 1.3;
}

.company-profile-v2 .company-review-video span,
.company-profile-v2 .company-review-video small {
  color: var(--ld-mute);
  font-size: 14px;
  line-height: 1.5;
}

.company-profile-v2 .company-review-video a {
  color: var(--ld-accent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.company-profile-v2 .directory-channel-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--ld-ink);
  padding: 14px;
}

.company-profile-v2 .directory-channel-card__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--ld-bg-2);
  color: var(--ld-ink);
  font-weight: 600;
}

.company-profile-v2 .directory-channel-card span:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.company-profile-v2 .directory-channel-card strong {
  color: var(--ld-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.company-profile-v2 .directory-channel-card small {
  color: var(--ld-mute);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.company-profile-v2 .company-verification-box {
  padding: 32px;
}

.site-footer.ld-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--ld-dark);
  color: var(--ld-on-dark-2);
  padding: 64px var(--ld-gutter-desk);
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 64px;
}

.ld-footer__brand p {
  max-width: 36ch;
  margin-top: 18px;
  color: var(--ld-on-dark-mute);
  font-size: 14px;
}

.ld-footer .ld-nav__brand {
  color: var(--ld-on-dark);
}

.ld-footer .ld-nav__brand-mark {
  background: var(--ld-on-dark);
  color: var(--ld-dark);
}

.ld-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ld-footer__cols div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ld-footer__cols span {
  color: var(--ld-on-dark-mute);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ld-footer__cols a {
  color: var(--ld-on-dark-2);
  font-size: 14px;
}

.ld-footer__cols a:hover {
  color: var(--ld-on-dark);
}

.maktoum-site .ld-tabbar {
  display: none;
}

@media (max-width: 1180px) {
  :root {
    --ld-fs-display: 72px;
    --ld-fs-h1: 38px;
  }

  .maktoum-site .ld-nav__links {
    gap: 16px;
  }

  .maktoum-site .site-search {
    width: 200px;
  }

  .ld-cats__grid,
  .ld-directory-grid,
  .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-req__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .ld-detail-hero__top,
  .ld-longread__inner,
  .form-shell__inner,
  .intro-split,
  .concierge-band {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .company-profile-v2 .company-decision-layout,
  .company-profile-v2 .company-stay-layout,
  .company-profile-v2 .company-access-layout {
    grid-template-columns: 1fr;
  }

  .ld-booking-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --ld-fs-display: 44px;
    --ld-fs-hero: 38px;
    --ld-fs-h1: 32px;
    --ld-fs-h2: 26px;
  }

  .maktoum-site {
    padding-bottom: 76px;
    padding-top: 62px;
    max-width: 100%;
    overflow-x: clip;
  }

  .maktoum-site .ld-wrap {
    padding-inline: var(--ld-gutter-mobile);
  }

  .article-shell {
    padding-inline: var(--ld-gutter-mobile);
  }

  .ph {
    padding-block: 48px 40px;
  }

  .ph__title {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ph__sub {
    max-width: 28ch;
    font-size: 17px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-wrap: auto;
  }

  .ph__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .ph__meta-item,
  .ph__meta-val {
    min-width: 0;
  }

  .ph__meta-val {
    overflow-wrap: anywhere;
  }

  .districts > .ld-wrap > div:first-child {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: start !important;
    gap: 14px !important;
  }

  .districts > .ld-wrap > div:first-child .ld-link {
    justify-self: start;
  }

  .districts .ld-h1 {
    max-width: 18ch !important;
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: auto;
  }

  .maktoum-site .site-header.ld-nav {
    height: 62px;
  }

  .maktoum-site .ld-nav__row {
    min-height: 62px;
    gap: 10px;
    padding-inline: 20px;
  }

  .maktoum-site .ld-nav__links,
  .maktoum-site .ld-nav__cta {
    display: none;
  }

  .maktoum-site .mobile-menu {
    display: block;
  }

  .maktoum-site .mobile-menu__panel .site-search {
    display: flex;
    width: 100%;
  }

  .ld-home-hero,
  .ld-listing-hero,
  .ld-detail-hero {
    padding-block: 32px 40px;
  }

  .ld-home-hero__display,
  .ld-listing-hero .ld-display,
  .ld-detail-hero .ld-display {
    margin-top: 16px;
  }

  .ld-home-hero__sub,
  .ld-listing-hero .ld-body-lg,
  .ld-detail-hero .ld-body-lg {
    margin-top: 20px;
    font-size: 16px;
  }

  .ld-home-hero__cta,
  .ld-conc__cta-row {
    flex-direction: column;
  }

  .ld-home-hero__cta .ld-btn,
  .ld-conc__cta-row .ld-btn,
  .ld-booking-bar .ld-btn {
    width: min(100%, calc(100vw - 40px));
    min-width: 0;
    white-space: normal;
  }

  .company-hero.ld-detail-hero .ld-display {
    font-size: 38px;
    text-wrap: pretty;
  }

  .ld-home-hero__strip,
  .ld-listing-hero__stats,
  .ld-conc__features,
  .ld-detail-hero__facts,
  .site-footer.ld-footer,
  .ld-footer__cols {
    grid-template-columns: 1fr;
  }

  .ld-home-hero__strip {
    gap: 0;
    margin-top: 32px;
  }

  .ld-home-hero__strip > div {
    display: block;
    border-bottom: 1px solid var(--ld-line);
    padding: 18px 0;
  }

  .maktoum-site .ld-stat__num {
    font-size: 36px;
  }

  .maktoum-site .ld-stat__label {
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }

  .ld-sec-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .ld-cats {
    padding-block: 36px;
  }

  .ld-cats__grid {
    display: flex;
    flex-direction: column;
    border-inline: 0;
  }

  .ld-cat {
    min-height: 0;
    padding: 22px 20px;
    gap: 20px;
  }

  .ld-cat__title {
    font-size: 24px;
  }

  .ld-requested,
  .ld-section,
  .ld-longread,
  .ld-conc {
    padding-block: 48px;
  }

  .ld-req__list,
  .ld-scn__grid,
  .ld-feat__grid,
  .ld-news__list,
  .ld-directory-grid,
  .directory-grid,
  .list__grid,
  .districts__grid,
  .specs,
  .company-profile-v2 .company-media-grid,
  .company-profile-v2 .company-audience-grid,
  .company-profile-v2 .company-figure-groups,
  .company-profile-v2 .company-room-grid,
  .company-profile-v2 .company-venue-list,
  .company-profile-v2 .company-dual-panel,
  .company-profile-v2 .company-public-fact-board,
  .company-profile-v2 .company-video-grid,
  .company-profile-v2 .directory-channel-grid,
  .company-profile-v2 .company-nearby-grid {
    grid-template-columns: 1fr;
  }

  .ld-req__item,
  .ld-req__item:first-child,
  .ld-req__item:last-child {
    min-height: 170px;
    padding: 24px 20px;
  }

  .ld-feat-card--lead {
    grid-row: auto;
  }

  .ld-filter-row {
    top: 62px;
  }

  .ld-filter-row__inner {
    min-height: 64px;
  }

  .filters {
    position: static;
    background: var(--ld-bg);
    backdrop-filter: none;
  }

  .filters__row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    padding-block: 14px;
  }

  .filters__group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    min-width: 0;
    width: 100%;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid var(--ld-line);
  }

  .filters__group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .filters__label {
    align-self: auto;
  }

  .filters .ld-chip {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 38px;
    min-width: 0;
    padding-block: 9px;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .portal-section {
    padding: 48px 20px;
  }

  .section-heading-row,
  .intro-split {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .decision-grid,
  .guide-grid,
  .quick-entry-grid,
  .category-strip {
    grid-template-columns: 1fr;
  }

  .decision-card,
  .guide-card,
  .quick-entry,
  .category-tile {
    min-height: 0;
    padding: 22px;
  }

  .concierge-form,
  .commercial-intake-form {
    grid-template-columns: 1fr;
    border-radius: var(--ld-r-lg);
    padding: 20px;
  }

  .ld-detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    gap: 12px;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .ld-detail-gallery::-webkit-scrollbar,
  .ld-detail-nav.company-jump-nav::-webkit-scrollbar,
  .company-profile-v2 .company-instagram-strip::-webkit-scrollbar {
    display: none;
  }

  .ld-detail-gallery__item,
  .ld-detail-gallery__item--lead {
    width: 100%;
    min-width: 0;
    min-height: 220px;
    aspect-ratio: 1 / 1.18;
  }

  .ld-detail-gallery__item--lead {
    grid-column: 1 / -1;
    min-height: 340px;
    aspect-ratio: 4 / 5;
  }

  .company-hero.ld-detail-hero .ld-display,
  .company-hero.ld-detail-hero .ld-body-lg {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ld-booking-bar {
    grid-template-columns: 1fr;
    border-radius: var(--ld-r-lg);
    padding: 20px;
    margin-top: 32px;
  }

  .ld-detail-nav.company-jump-nav {
    top: 62px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    max-width: 100vw;
    overflow: visible;
    background: var(--ld-bg);
    padding: 10px 20px;
    scrollbar-width: none;
  }

  .ld-detail-nav a {
    border: 1px solid var(--ld-line);
    border-radius: var(--ld-r-pill);
    background: var(--ld-paper);
    font-size: 13px;
    padding: 8px 11px;
  }

  .company-profile-v2 .company-profile-main {
    padding-top: 48px;
  }

  .company-profile-v2 .company-section {
    margin-bottom: 56px;
    scroll-margin-top: 174px;
  }

  .company-profile-v2 .company-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-profile-v2 .company-compact-list div,
  .company-profile-v2 .company-award-list section,
  .company-profile-v2 .company-rich-grid,
  .company-profile-v2 .company-mini-metrics,
  .company-profile-v2 .company-rating-row {
    grid-template-columns: 1fr;
  }

  .company-profile-v2 .company-access-card,
  .company-profile-v2 .company-map-card,
  .company-profile-v2 .company-nearby-section {
    min-width: 0;
  }

  .company-profile-v2 .company-map-card iframe {
    min-height: 280px;
  }

  .company-profile-v2 .company-map-card figcaption span,
  .company-profile-v2 .company-compact-list strong,
  .company-profile-v2 .company-compact-list span {
    overflow-wrap: anywhere;
  }

  .company-profile-v2 .company-access-card__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .company-profile-v2 .company-access-card__actions .button,
  .company-profile-v2 .company-access-card__actions .company-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .company-profile-v2 .company-instagram-strip {
    grid-auto-columns: minmax(280px, 86vw);
    scrollbar-width: none;
  }

  .company-profile-v2 .company-instagram-card iframe {
    height: 620px;
  }

  .site-footer.ld-footer {
    padding: 42px 20px 96px;
    gap: 32px;
  }

  .maktoum-site .ld-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: grid;
    width: auto;
    max-width: none;
    transform: none;
    grid-template-columns: repeat(5, 1fr);
    border: 0;
    border-top: 1px solid var(--ld-line);
    border-bottom: 0;
    background: color-mix(in srgb, var(--ld-bg) 84%, transparent);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .maktoum-site .ld-tabbar__item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: var(--ld-mute);
    font-size: 10px;
  }

  .maktoum-site .ld-tabbar__item span:last-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .maktoum-site .ld-tabbar__icon svg {
    width: 20px;
    height: 20px;
  }
}
