.suite-alba-page {
  --alba-copper: #b7644f;
  --alba-sand: #eee4d6;
}

/* Compact Airbnb-style decision details */
.alba-things {
  padding: clamp(54px, 6vw, 82px) max(24px, calc((100vw - 1390px) / 2));
  border-bottom: 1px solid rgba(20, 35, 59, 0.12);
  background: #fff;
  color: var(--navy);
}

.alba-things > h2 {
  margin: 0 0 clamp(30px, 4vw, 48px);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.alba-things-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 76px);
}

.alba-things-grid article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  align-content: start;
}

.alba-things-grid article > svg {
  width: 27px;
  height: 27px;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.alba-things-grid h3,
.alba-policy-modal-content h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.alba-things-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
}

.alba-things-grid a,
.alba-things-grid button {
  display: inline-block;
  width: auto;
  margin: 9px 0 0;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.alba-things-grid a:hover,
.alba-things-grid button:hover {
  color: var(--alba-copper);
}

.alba-things-grid a:focus-visible,
.alba-things-grid button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.alba-policy-modal-panel {
  width: min(760px, 100%);
  border: 0;
  border-radius: 24px;
  background: #fff;
}

.alba-policy-modal-panel .detail-modal-header {
  margin-bottom: 34px;
}

.alba-policy-modal-panel .detail-modal-header h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.alba-policy-modal-panel .detail-modal-header > div > p:last-child:not(.eyebrow) {
  max-width: 54ch;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
}

.alba-policy-modal-content {
  color: var(--ink);
  font-family: var(--sans);
}

.alba-policy-modal-content section + section {
  margin-top: 34px;
}

.alba-policy-modal-content h3 {
  margin-bottom: 13px;
  font-size: 18px;
}

.alba-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alba-policy-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  min-height: 62px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(20, 35, 59, 0.12);
  align-items: start;
}

.alba-policy-list li:first-child {
  border-top: 1px solid rgba(20, 35, 59, 0.12);
}

.alba-policy-list svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.alba-policy-list li > span {
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.5;
}

.alba-safety-list strong,
.alba-safety-list small {
  display: block;
}

.alba-safety-list strong {
  color: var(--navy);
  font-size: 15px;
}

.alba-safety-list small {
  max-width: 58ch;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.alba-policy-additional {
  padding-top: 2px;
}

.alba-policy-additional p {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
}

.alba-policy-additional p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .alba-things-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .alba-things-grid article {
    padding: 24px 0;
    border-top: 1px solid rgba(20, 35, 59, 0.12);
  }

  .alba-things-grid article:last-child {
    border-bottom: 1px solid rgba(20, 35, 59, 0.12);
  }
}

@media (max-width: 720px) {
  .alba-things {
    padding: 52px 20px 58px;
  }

  .alba-things > h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .alba-policy-modal-panel {
    border-radius: 20px 20px 0 0;
  }

  .alba-policy-modal-panel .detail-modal-header {
    margin-bottom: 28px;
  }

  .alba-policy-modal-panel .detail-modal-header h2 {
    font-size: 42px;
  }
}

.detail-modal-panel.alba-policy-modal-panel {
  width: min(760px, 100%);
  border: 0;
  background: #fff;
}

.suite-alba-page [hidden] {
  display: none !important;
}

.alba-host-band {
  padding: 0 max(24px, calc((100vw - 1390px) / 2));
  border-bottom: 1px solid rgba(20, 35, 59, 0.16);
  background: var(--ivory);
}

.alba-host-card {
  display: flex;
  width: 100%;
  min-height: 116px;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
}

.alba-host-card img {
  width: 68px;
  height: 68px;
  border: 3px solid var(--ivory);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(179, 149, 91, 0.72), 0 8px 22px rgba(20, 35, 59, 0.12);
  object-fit: cover;
}

.alba-host-card h2 {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.alba-host-card h2 span {
  color: #9d7836;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.alba-host-card::after {
  flex: 1 1 auto;
  height: 1px;
  margin-left: clamp(8px, 2vw, 28px);
  background: linear-gradient(90deg, rgba(179, 149, 91, 0.55), rgba(179, 149, 91, 0));
  content: "";
}

@media (min-width: 981px) {
  .alba-host-band {
    width: min(1500px, calc(100% - clamp(72px, 12vw, 160px)));
    margin: 0 auto;
    padding: 0;
  }
}

.suite-alba-page .suite-detail-intro {
  padding-top: clamp(44px, 4vw, 58px);
  padding-bottom: clamp(32px, 3vw, 48px);
}

.suite-alba-page .suite-sleeping {
  padding-top: clamp(48px, 5vw, 72px);
}

.alba-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 720px);
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.alba-hero-facts div {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.alba-hero-facts div:first-child {
  padding-left: 0;
}

.alba-hero-facts div:last-child {
  border-right: 0;
}

.alba-hero-facts dt,
.alba-hero-facts dd {
  margin: 0;
}

.alba-hero-facts dt {
  color: #e8c66d;
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.84;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.alba-hero-facts dd {
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
}

.suite-alba-hero {
  min-height: min(940px, 100svh);
}

.suite-alba-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 15, 26, 0.62) 0%, rgba(8, 15, 26, 0.28) 47%, rgba(8, 15, 26, 0.04) 74%),
    linear-gradient(0deg, rgba(8, 15, 26, 0.5) 0%, rgba(8, 15, 26, 0.03) 58%);
}

.suite-alba-hero .suite-detail-hero-media img {
  object-position: 50% 54%;
  transform: scale(1.015);
  animation: alba-hero-arrive 1800ms var(--ease-luxury) both;
}

.suite-alba-hero .suite-detail-hero-copy {
  max-width: 900px;
}

.alba-photo-section-share {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 4;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  background: var(--navy);
  box-shadow: 0 7px 18px rgba(20, 35, 59, 0.13);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.alba-photo-section-share:hover {
  background: var(--ivory);
  color: var(--navy);
  transform: translateY(-1px);
}

.alba-photo-section-share:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.alba-photo-section-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.suite-alba-hero .hero-title-main {
  letter-spacing: -0.055em;
}

.suite-alba-hero .suite-detail-hero-copy > p:not(.eyebrow) {
  max-width: 48ch;
}

.alba-gallery-intro {
  display: flex;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 72px);
  padding: 26px 0 28px;
}

.alba-gallery-intro h2 {
  max-width: 31ch;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.alba-gallery-intro .alba-photo-section-share {
  position: static;
  flex: 0 0 auto;
}

.suite-alba-page .suite-sleeping-header h2 {
  padding-right: 0.4em;
  overflow: visible;
  clip-path: none;
}

.alba-bedroom-showcase {
  min-width: 0;
}

.alba-bedroom-stage {
  position: relative;
}

.alba-bedroom-stage .suite-sleeping-card[hidden] {
  display: none;
}

.alba-bedroom-stage .suite-sleeping-card.is-active {
  animation: alba-bedroom-enter 620ms var(--ease-luxury) both;
}

.alba-bedroom-stage .suite-sleeping-card figure {
  height: clamp(430px, 42vw, 620px);
}

.alba-bedroom-stage .suite-sleeping-card img {
  object-position: center center;
}

.alba-bedroom-stage .suite-sleeping-card > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 28px;
  padding: 25px 28px 27px;
  align-items: end;
}

.alba-bedroom-stage .suite-sleeping-card span {
  grid-column: 1 / -1;
}

.alba-bedroom-stage .suite-sleeping-card h3,
.alba-bedroom-stage .suite-sleeping-card p {
  margin: 8px 0 0;
}

.alba-bedroom-controls {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  margin-top: 16px;
}

.alba-bedroom-arrow {
  display: grid;
  min-height: 48px;
  padding: 0;
  border: 1px solid rgba(20, 35, 59, 0.28);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  place-items: center;
  transition: background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}

.alba-bedroom-arrow:hover,
.alba-bedroom-arrow:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
}

.alba-bedroom-arrow:focus-visible,
.alba-bedroom-tabs button:focus-visible {
  outline: 2px solid var(--alba-copper);
  outline-offset: 3px;
}

.alba-bedroom-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.alba-bedroom-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(20, 35, 59, 0.18);
  border-bottom: 1px solid rgba(20, 35, 59, 0.18);
}

.alba-bedroom-tabs button {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 8px 14px;
  border: 0;
  border-right: 1px solid rgba(20, 35, 59, 0.12);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  transition: background-color 240ms ease, color 240ms ease;
}

.alba-bedroom-tabs button:last-child {
  border-right: 0;
}

.alba-bedroom-tabs button span {
  color: var(--alba-copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.alba-bedroom-tabs button strong {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alba-bedroom-tabs button.is-active {
  background: var(--navy);
  color: var(--ivory);
}

.alba-bedroom-tabs button.is-active span {
  color: #e2c785;
}

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

.suite-alba-page .alba-sleeping-compact {
  display: block;
  padding: clamp(58px, 6vw, 82px) max(24px, calc((100vw - 1390px) / 2)) clamp(66px, 7vw, 96px);
}

.alba-sleeping-inner {
  width: min(100%, 1080px);
}

.alba-sleeping-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.alba-sleeping-toolbar h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.alba-sleeping-toolbar p {
  margin: 7px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.45;
}

.alba-sleeping-navigation {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.alba-sleeping-navigation > span {
  margin-right: 6px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  white-space: nowrap;
}

.alba-sleeping-navigation b {
  font-weight: 700;
}

.alba-sleeping-navigation button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(20, 35, 59, 0.18);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--navy);
  cursor: pointer;
  place-items: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.alba-sleeping-navigation button:hover,
.alba-sleeping-navigation button:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
}

.alba-sleeping-navigation button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.alba-sleeping-navigation button:disabled {
  opacity: 0.35;
  cursor: default;
}

.alba-sleeping-navigation button:disabled:hover {
  border-color: rgba(20, 35, 59, 0.18);
  background: var(--ivory);
  color: var(--navy);
}

.alba-sleeping-navigation svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.alba-sleeping-track {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 3px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.alba-sleeping-track::-webkit-scrollbar {
  display: none;
}

.alba-sleep-card {
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: 0;
  scroll-snap-align: start;
}

.alba-sleep-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  object-fit: cover;
}

.alba-sleep-card h3 {
  margin: 14px 0 4px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

.alba-sleep-card p {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
}

@media (min-width: 1181px) {
  .suite-alba-page.has-suite-floating-booking .alba-sleeping-inner {
    width: min(760px, calc(100vw - 520px));
  }
}

@media (max-width: 720px) {
  .suite-alba-page .alba-sleeping-compact {
    padding: 46px 18px 62px;
  }

  .alba-sleeping-toolbar {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
  }

  .alba-sleeping-toolbar h2 {
    font-size: 24px;
  }

  .alba-sleeping-toolbar p {
    max-width: 20ch;
  }

  .alba-sleeping-navigation > span {
    display: none;
  }

  .alba-sleeping-navigation button {
    width: 36px;
    height: 36px;
  }

  .alba-sleep-card {
    flex-basis: 84%;
  }
}

.alba-booking-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.suite-alba-page .suite-amenity-preview li {
  position: relative;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
}

.suite-alba-page .suite-amenity-preview svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.35;
}

.suite-alba-page .suite-amenity-preview .is-unavailable {
  color: var(--muted);
}

.suite-alba-page .suite-amenity-preview .is-unavailable span {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.suite-alba-page .alba-amenities-simple {
  display: block;
  padding: clamp(64px, 7vw, 96px) max(24px, calc((100vw - 1390px) / 2));
  border-top: 1px solid rgba(20, 35, 59, 0.1);
  border-bottom: 1px solid rgba(20, 35, 59, 0.1);
  background: var(--ivory);
}

.alba-amenities-inner {
  width: min(100%, 940px);
}

.alba-amenities-inner > h2 {
  margin: 0 0 28px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.alba-amenities-simple .suite-amenity-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 6vw, 78px);
}

.suite-alba-page .alba-amenities-simple .suite-amenity-preview li {
  min-height: 54px;
  border: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
}

.suite-alba-page .alba-amenities-simple .suite-amenity-preview svg {
  width: 27px;
  height: 27px;
}

.alba-amenities-simple .button {
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: rgba(20, 35, 59, 0.07);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
}

.alba-amenities-simple .button:hover,
.alba-amenities-simple .button:focus-visible {
  background: var(--navy);
  color: var(--ivory);
}

.alba-date-check {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 7vw, 96px) max(24px, calc((100vw - 1390px) / 2));
  border-bottom: 1px solid rgba(20, 35, 59, 0.1);
  background: #fff;
}

.alba-date-check-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.alba-date-check-copy > p:not(.eyebrow) {
  max-width: 36ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.65;
}

.alba-date-check > .alba-calendar-connection {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -12px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 35, 59, 0.1);
  color: rgba(20, 35, 59, 0.68);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}

.alba-date-check > .alba-calendar-connection::before {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.alba-calendar {
  min-width: 0;
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--sans);
}

.alba-calendar-toolbar {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: start;
}

.alba-calendar-toolbar > button {
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  place-items: center;
}

.alba-calendar-toolbar > button:hover,
.alba-calendar-toolbar > button:focus-visible {
  background: rgba(20, 35, 59, 0.08);
}

.alba-calendar-toolbar > button:focus-visible,
.alba-calendar-day:focus-visible,
.alba-calendar-footer button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.alba-calendar-toolbar > button:disabled {
  opacity: 0.3;
  cursor: default;
}

.alba-calendar-toolbar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.alba-calendar-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 50px);
}

.alba-calendar-month h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.alba-calendar-weekdays,
.alba-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.alba-calendar-weekdays {
  margin-bottom: 5px;
}

.alba-calendar-weekdays span {
  color: rgba(20, 35, 59, 0.58);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.alba-calendar-day,
.alba-calendar-blank {
  aspect-ratio: 1;
}

.alba-calendar-day {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  place-items: center;
}

.alba-calendar-day:hover:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--navy);
}

.alba-calendar-day.is-in-range {
  border-radius: 0;
  background: rgba(179, 149, 91, 0.16);
}

.alba-calendar-day.is-selected {
  border-radius: 50%;
  background: var(--navy);
  box-shadow: none;
  color: #fff;
}

.alba-calendar-day.is-today:not(.is-selected)::after {
  position: absolute;
  right: 42%;
  bottom: 4px;
  left: 42%;
  height: 2px;
  border-radius: 2px;
  background: var(--alba-copper);
  content: "";
}

.alba-calendar-day:disabled {
  color: rgba(20, 35, 59, 0.24);
  cursor: default;
}

.alba-calendar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 35, 59, 0.1);
}

.alba-calendar-footer p {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.4;
}

.alba-calendar-footer button {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
}

.alba-calendar-footer button:disabled {
  opacity: 0;
  pointer-events: none;
}

.alba-lodgify-widget {
  --ldg-core-fontFamily: var(--sans);
  --ldg-psb-font-family: var(--sans);
  --ldg-psb-color-primary: var(--alba-copper);
  --ldg-psb-color-primary-contrast: #fff;
  --ldg-psb-color-primary-darker: #a63d29;
  --ldg-psb-color-primary-lighter: #f6e2dc;
  --ldg-psb-background: transparent;
  --ldg-psb-input-background: #fff;
  --ldg-psb-border-radius: 12px;
  --ldg-psb-button-border-radius: 10px;
  --ldg-psb-box-shadow: none;
  width: 100%;
  min-width: 0;
  color: var(--navy);
  font-family: var(--sans);
}

.alba-lodgify-widget #lodgify-search-bar {
  width: 100%;
  min-height: 76px;
  font-family: var(--sans);
}

.alba-lodgify-widget #portable-search-bar,
.alba-lodgify-widget #portable-search-bar * {
  font-family: var(--sans) !important;
}

.alba-lodgify-widget-card {
  min-height: 94px;
}

.suite-booking-card .alba-lodgify-widget-card #portable-search-bar {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.suite-booking-card .alba-lodgify-widget-card #portable-search-bar > div:empty {
  display: none !important;
}

.suite-booking-card .alba-lodgify-widget-card #portable-search-bar > button,
.suite-booking-card .alba-lodgify-widget-card #portable-search-bar > a {
  width: 100% !important;
  max-width: none !important;
  min-height: 60px;
  margin: 0 !important;
}

.suite-booking-card .alba-lodgify-widget-card #portable-search-bar > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--alba-copper) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

@media (min-width: 1181px) {
  .suite-alba-page.has-suite-floating-booking .alba-date-check {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-right: calc(clamp(48px, 5vw, 76px) + min(430px, 34vw) + 40px);
  }

  .suite-booking-card.is-suite-floating .alba-lodgify-widget-card {
    min-height: 210px;
  }
}

@media (max-width: 820px) {
  .alba-date-check {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (min-width: 1181px) {
  .suite-alba-page.has-suite-floating-booking .alba-amenities-inner {
    width: min(760px, calc(100vw - 520px));
  }
}

@media (max-width: 720px) {
  .suite-alba-page .alba-amenities-simple {
    padding: 54px 18px 62px;
  }

  .alba-date-check {
    padding: 54px 18px 62px;
  }

  .alba-amenities-inner > h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .alba-amenities-simple .suite-amenity-preview {
    grid-template-columns: 1fr;
  }

  .suite-alba-page .alba-amenities-simple .suite-amenity-preview li {
    min-height: 50px;
  }

  .alba-calendar {
    padding: 0;
    border-radius: 0;
  }

  .alba-calendar-toolbar {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 5px;
  }

  .alba-calendar-toolbar > button {
    width: 34px;
    height: 34px;
  }

  .alba-calendar-months {
    grid-template-columns: 1fr;
  }

  .alba-calendar-month:nth-child(2) {
    display: none;
  }

  .alba-calendar-day {
    font-size: 13px;
  }

  .alba-date-check > .alba-calendar-connection {
    margin-top: 0;
    white-space: normal;
  }
}

.alba-amenities-modal {
  width: min(860px, 100%);
}

.alba-amenities-modal .detail-modal-header {
  margin-bottom: clamp(36px, 5vw, 58px);
}

.alba-amenities-modal .amenities-modal-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.alba-amenities-modal .amenities-modal-grid section {
  padding: 0 0 clamp(34px, 5vw, 48px);
}

.alba-amenities-modal .amenities-modal-grid h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.alba-amenities-modal .amenities-modal-grid li {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  min-height: 66px;
  padding: 15px 0;
}

.alba-amenities-modal .amenity-modal-icon {
  width: 27px;
  height: 27px;
  stroke-width: 1.3;
}

.amenity-modal-copy {
  display: grid;
  gap: 4px;
  line-height: 1.4;
}

.amenity-modal-copy small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.alba-amenities-modal .amenities-not-included {
  padding-bottom: 0;
}

.alba-amenities-modal .amenities-not-included del {
  color: var(--muted);
  text-decoration-thickness: 1px;
}

.suite-alba-page .practical-modal-list dd {
  overflow-wrap: anywhere;
}

.suite-intro-show-more {
  display: inline-flex;
  min-height: 48px;
  gap: 12px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(20, 35, 59, 0.07);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  align-items: center;
  transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease;
}

.suite-intro-show-more:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.suite-intro-show-more:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.suite-intro-show-more svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.alba-space-modal-panel {
  width: min(780px, 100%);
  max-height: min(800px, 90svh);
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: var(--ivory);
  scrollbar-width: thin;
}

.alba-space-modal .detail-modal-backdrop {
  background: rgba(20, 27, 39, 0.48);
  backdrop-filter: none;
}

.alba-space-modal-panel .detail-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 68px 34px 24px;
  background: var(--ivory);
}

.alba-space-modal-panel .detail-modal-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.alba-space-modal-panel .detail-modal-close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  border: 0;
}

.alba-space-modal-panel .detail-modal-close span {
  left: 10px;
  width: 18px;
}

.alba-space-story {
  display: block;
  padding: 0 34px 38px;
}

.alba-space-story-lead {
  max-width: none;
  margin: 0 0 26px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

.alba-space-story article {
  padding: 0;
  border: 0;
}

.alba-space-story h3 {
  max-width: none;
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

.alba-space-story article > p {
  max-width: none;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}

.alba-space-story article > p:last-child {
  margin-bottom: 0;
}

.alba-space-story-note {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.alba-space-story-note a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-weight: 700;
}

.alba-registration-details {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.alba-registration-details h3 {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

.alba-registration-details dl,
.alba-registration-details dt,
.alba-registration-details dd {
  margin: 0;
}

.alba-registration-details dl {
  display: grid;
  gap: 20px;
}

.alba-registration-details dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.alba-registration-details dd {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (min-width: 721px) {
  .suite-alba-page .alba-things-modal-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 clamp(24px, 4vw, 48px);
  }
}

.alba-dining {
  display: block;
}

.alba-dining .suite-local-notes-header {
  display: block;
  max-width: 820px;
  margin-bottom: 0;
}

.alba-dining .suite-local-notes-header h2 {
  max-width: none;
  font-family: var(--serif);
  font-size: clamp(54px, 5.6vw, 80px);
  font-weight: 500;
  white-space: normal;
}

.alba-dining .suite-local-notes-header > p:not(.eyebrow) {
  max-width: 60ch;
  font-family: var(--sans);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}

.alba-local-discovery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 100px);
  margin-top: clamp(56px, 6vw, 82px);
}

.alba-local-column,
.alba-local-practical > section {
  min-width: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.alba-local-column-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.alba-local-column-heading svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #e2c785;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.alba-local-column-heading h3,
.alba-local-subheading h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

.alba-local-places {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alba-local-places li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  align-items: baseline;
}

.alba-local-places a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease;
}

.alba-local-places a:hover {
  color: #e2c785;
}

.alba-local-places a:focus-visible {
  outline: 2px solid #d2b16f;
  outline-offset: 4px;
}

.alba-local-places li > span {
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
  white-space: nowrap;
}

.alba-local-restaurants {
  margin-top: clamp(72px, 8vw, 108px);
}

.alba-local-subheading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.alba-local-subheading .eyebrow {
  margin: 0;
  color: #d2b16f;
}

.alba-local-subheading h3 {
  font-size: clamp(36px, 4vw, 58px);
}

.alba-dining .suite-local-notes-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
  margin-top: 34px;
}

.alba-dining .suite-local-notes-list article,
.alba-dining .suite-local-notes-list article:last-child {
  min-height: 0;
  padding: 24px 0 28px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.alba-dining .suite-local-notes-list article:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  transform: none;
}

.alba-dining .suite-local-notes-list h4 {
  max-width: 18ch;
  margin: 10px 0 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.alba-local-practical {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
  margin-top: clamp(76px, 8vw, 112px);
}

.alba-local-practical .alba-local-column-heading h3 {
  font-size: clamp(25px, 2.1vw, 32px);
}

.alba-local-practical .alba-local-places li {
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  padding: 12px 0;
}

.alba-local-practical .alba-local-places li > span {
  text-align: left;
  white-space: normal;
}

.alba-local-distance-note {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 1179px) {
  .suite-mobile-booking.is-hidden-over-guide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 110%, 0);
    transition:
      opacity 220ms ease,
      transform 360ms var(--ease-luxury),
      visibility 0s 360ms;
  }
}

@media (min-width: 1180px) {
  .apartment-detail-page.has-suite-floating-booking .alba-local-guide {
    padding-right: max(24px, calc((100vw - 1390px) / 2));
  }

  .apartment-detail-page.has-suite-floating-booking .alba-local-guide .suite-local-notes-header {
    max-width: 820px;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-local-guide .suite-local-notes-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 44px);
    margin-top: 34px;
  }
}

@media (max-width: 980px) {
  .alba-local-discovery,
  .alba-local-practical {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .alba-dining .suite-local-notes-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .alba-local-subheading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .alba-local-practical {
    margin-top: 72px;
  }
}

@media (max-width: 720px) {
  .alba-dining .suite-local-notes-header h2 {
    font-size: clamp(40px, 11.8vw, 50px);
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .alba-local-discovery {
    margin-top: 48px;
  }

  .alba-local-places li {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .alba-local-places li > span {
    text-align: left;
  }

  .alba-local-restaurants {
    margin-top: 64px;
  }

  .alba-local-subheading h3 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .alba-dining .suite-local-notes-list {
    margin-top: 26px;
  }
}

.alba-entrance-story .suite-detail-cta-media img {
  object-position: center 52%;
}

.suite-alba-page .detail-gallery-track figure:nth-child(4n + 2) img,
.suite-alba-page .detail-gallery-track figure:nth-child(4n + 3) img {
  object-position: center center;
}

/* Airbnb-inspired gallery preview: one decisive image followed by four
   supporting views. The complete, ordered photo tour remains one click away. */
.alba-photo-preview [data-gallery-preview] {
  cursor: pointer;
}

.alba-photo-preview [data-gallery-preview]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.suite-photo-grid-icon {
  display: grid;
  grid-template-columns: repeat(2, 4px);
  gap: 2px;
}

.suite-photo-grid-icon i {
  width: 4px;
  height: 4px;
  border: 1px solid currentColor;
}

@media (min-width: 981px) {
  .alba-photo-preview {
    width: min(1500px, calc(100% - clamp(72px, 12vw, 160px)));
    margin: 0 auto;
    padding: 0;
    border-radius: 14px;
    background: var(--ivory);
  }

  .alba-gallery-intro h2 {
    max-width: none;
    font-size: clamp(30px, 2.7vw, 44px);
    white-space: nowrap;
  }

  .alba-photo-preview .suite-carousel-viewport {
    overflow: visible;
  }

  .alba-photo-preview .suite-carousel-track {
    display: grid;
    width: 100%;
    height: clamp(400px, 31vw, 620px);
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .alba-photo-preview .suite-carousel-slide,
  .alba-photo-preview .suite-carousel-slide-wide {
    width: auto;
    height: auto;
    min-width: 0;
    margin: 0;
    flex: none;
    scroll-snap-align: none;
  }

  .alba-photo-preview .suite-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / -1;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  .alba-photo-preview .suite-carousel-slide:nth-child(n + 6),
  .alba-photo-preview .suite-carousel-meta,
  .alba-photo-preview .suite-carousel-control {
    display: none;
  }

  .alba-photo-preview .suite-carousel-view-all {
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 10px;
  }
}

/* The full gallery follows Airbnb's visual-tour pattern: a vertically
   scrollable sequence with generous images, alternating full-width moments
   and paired supporting angles. */
.alba-photo-tour {
  padding: 0;
  background: var(--ivory);
}

.alba-photo-tour .detail-modal-backdrop {
  display: none;
}

.alba-photo-tour .detail-gallery-panel {
  width: 100%;
  height: 100svh;
  max-height: 100svh;
  padding: 0;
  border: 0;
  background: var(--ivory);
  box-shadow: none;
}

.alba-photo-tour .detail-modal-header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 0;
  background: var(--ivory);
}

.alba-photo-tour-back,
.alba-photo-tour-share {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--navy);
}

.alba-photo-tour-back {
  width: 44px;
  padding: 0;
  border-radius: 50%;
}

.alba-photo-tour-back:hover,
.alba-photo-tour-share:hover {
  background: rgba(20, 35, 59, 0.06);
}

.alba-photo-tour-back svg,
.alba-photo-tour-share svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.alba-photo-tour-share {
  gap: 8px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alba-photo-tour .detail-gallery-viewport {
  min-height: 0;
  padding: 0 20px clamp(52px, 7vw, 96px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-block: contain;
  scroll-snap-type: none;
  scrollbar-width: thin;
  touch-action: pan-y;
}

.alba-photo-tour .detail-gallery-viewport::-webkit-scrollbar {
  display: block;
  width: 8px;
}

.alba-photo-tour .detail-gallery-viewport::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(20, 35, 59, 0.26);
}

.alba-photo-tour .detail-gallery-track {
  display: block;
  width: min(100%, 1120px);
  height: auto;
  margin: 0 auto;
}

.alba-photo-tour-nav {
  display: grid;
  width: min(100%, 1120px);
  margin: 0 auto clamp(52px, 6vw, 82px);
  padding: 22px 0 8px;
  grid-auto-columns: minmax(132px, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.alba-photo-tour-nav::-webkit-scrollbar {
  display: none;
}

.alba-photo-tour-nav button {
  display: grid;
  min-width: 0;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
}

.alba-photo-tour-nav button img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.42 / 1;
  border-radius: 4px;
  object-fit: cover;
  transition: filter 180ms ease, transform 220ms var(--ease-luxury);
}

.alba-photo-tour-nav button:hover img {
  filter: brightness(0.94);
  transform: scale(1.015);
}

.alba-photo-tour-nav button span {
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alba-photo-tour-room + .alba-photo-tour-room {
  margin-top: clamp(62px, 8vw, 106px);
}

.alba-photo-tour-room {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.alba-photo-tour-room h3 {
  position: sticky;
  top: 24px;
  align-self: start;
  margin: 0 0 22px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(30px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.alba-photo-tour-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.alba-photo-tour .detail-gallery-track figure {
  display: block;
  height: auto;
  scroll-snap-align: none;
}

.alba-photo-tour .alba-photo-tour-room-grid figure:nth-child(5n + 1) {
  grid-column: 1 / -1;
}

.alba-photo-tour .detail-gallery-track img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

.alba-photo-tour .detail-gallery-track figcaption {
  display: none;
}

.alba-photo-tour .detail-gallery-track figure[data-image-open]::after {
  display: none;
}

.alba-photo-tour .detail-gallery-footer {
  display: none;
}

.image-viewer.is-suite-gallery-image {
  padding: 0;
  background: var(--navy);
  color: var(--white);
  place-items: stretch;
}

.image-viewer.is-suite-gallery-image .image-viewer-backdrop {
  background: var(--navy);
}

.image-viewer.is-suite-gallery-image .image-viewer-panel {
  width: 100%;
  height: 100svh;
  max-height: none;
  grid-template-rows: auto minmax(0, 1fr);
  background: var(--navy);
  box-shadow: none;
}

.image-viewer.is-suite-gallery-image .image-viewer-header {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 76px;
  padding: 14px clamp(18px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  border-bottom: 0;
  background: var(--navy);
  color: var(--white);
  align-items: center;
}

.image-viewer.is-suite-gallery-image .image-viewer-header .eyebrow,
.image-viewer.is-suite-gallery-image .image-viewer-header h2 {
  display: none;
}

.image-viewer.is-suite-gallery-image .image-viewer-header > div:first-child {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

.image-viewer.is-suite-gallery-image .image-viewer-actions {
  display: contents;
}

.image-viewer-counter {
  margin: 0;
  color: rgba(20, 35, 59, 0.62);
  font: 800 9px/1.2 var(--sans);
  letter-spacing: 0.14em;
}

.image-viewer.is-suite-gallery-image .image-viewer-counter {
  display: block;
  margin: 0;
  color: var(--white);
  font: 700 13px/1 var(--sans);
  letter-spacing: 0.08em;
}

.image-viewer-close strong {
  display: none;
}

.image-viewer.is-suite-gallery-image .image-viewer-zoom,
.image-viewer.is-suite-gallery-image .image-viewer-share,
.image-viewer.is-suite-gallery-image .image-viewer-close {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--white);
}

.image-viewer.is-suite-gallery-image .image-viewer-zoom {
  display: none;
}

.image-viewer.is-suite-gallery-image .image-viewer-close {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-self: start;
  gap: 10px;
  padding: 0 10px;
}

.image-viewer.is-suite-gallery-image .image-viewer-close strong {
  display: inline;
  font: 600 13px/1 var(--sans);
}

.image-viewer.is-suite-gallery-image .image-viewer-close span {
  left: 10px;
  width: 16px;
  background: currentColor;
}

.image-viewer.is-suite-gallery-image .image-viewer-close span:first-of-type {
  transform: rotate(45deg);
}

.image-viewer.is-suite-gallery-image .image-viewer-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.image-viewer.is-suite-gallery-image .image-viewer-close strong {
  margin-left: 20px;
}

.image-viewer.is-suite-gallery-image .image-viewer-share {
  grid-column: 3;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  padding: 0 10px;
  font: 600 13px/1 var(--sans);
}

.image-viewer.is-suite-gallery-image .image-viewer-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.image-viewer.is-suite-gallery-image .image-viewer-share span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.image-viewer.is-suite-gallery-image .image-viewer-share:hover,
.image-viewer.is-suite-gallery-image .image-viewer-close:hover {
  background: rgba(255, 255, 255, 0.08);
}

.image-viewer.is-suite-gallery-image .image-viewer-close:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
}

.image-viewer.is-suite-gallery-image .image-viewer-media {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  cursor: default;
  touch-action: pan-y pinch-zoom;
}

.image-viewer.is-suite-gallery-image .image-viewer-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: clamp(12px, 2vw, 30px) clamp(72px, 7vw, 112px) clamp(18px, 3vw, 42px);
  object-fit: contain;
  cursor: default;
  user-select: none;
}

.image-viewer-carousel-button[hidden] {
  display: none;
}

.image-viewer-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(20, 35, 59, 0.56);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  color: var(--white);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
  place-items: center;
}

.image-viewer-carousel-button.is-previous {
  left: clamp(16px, 2.8vw, 42px);
}

.image-viewer-carousel-button.is-next {
  right: clamp(16px, 2.8vw, 42px);
}

.image-viewer-carousel-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.image-viewer-carousel-button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-50%) scale(1.06);
}

.image-viewer-carousel-button:disabled {
  opacity: 0.26;
  cursor: default;
}

.image-viewer-carousel-button:focus-visible {
  outline: 2px solid #d2b675;
  outline-offset: 4px;
}

.image-viewer.is-suite-gallery-image.is-zoomed .image-viewer-carousel-button {
  opacity: 0;
  pointer-events: none;
}

.image-viewer.is-suite-gallery-image.is-zoomed .image-viewer-media img {
  width: 200%;
  height: auto;
  max-height: none;
  padding: 0;
}

.alba-share-modal[hidden] {
  display: none;
}

.alba-share-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  padding: 24px;
  place-items: center;
}

.alba-share-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(20, 35, 59, 0.48);
  backdrop-filter: blur(3px);
}

.alba-share-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(90svh, 820px);
  padding: clamp(28px, 4vw, 44px);
  overflow-y: auto;
  border: 1px solid rgba(20, 35, 59, 0.12);
  border-radius: 24px;
  background: var(--ivory);
  box-shadow: 0 34px 100px rgba(20, 35, 59, 0.25);
}

.alba-share-panel h2 {
  max-width: calc(100% - 54px);
  margin: 0 0 26px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 500;
  line-height: 0.98;
}

.alba-share-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
}

.alba-share-close:hover {
  background: rgba(20, 35, 59, 0.06);
}

.alba-share-close span {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.alba-share-close span:first-child {
  transform: rotate(45deg);
}

.alba-share-close span:last-child {
  transform: rotate(-45deg);
}

.alba-share-property {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}

.alba-share-property img {
  width: 92px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.alba-share-property p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.alba-share-property strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.alba-share-property span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.alba-share-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.alba-share-grid a,
.alba-share-grid button {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  border: 1px solid rgba(20, 35, 59, 0.2);
  border-radius: 10px;
  background: transparent;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.alba-share-grid a:hover,
.alba-share-grid button:hover {
  border-color: var(--navy);
  background: rgba(20, 35, 59, 0.04);
}

.alba-share-grid svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.alba-share-grid svg.alba-share-brand-icon {
  fill: currentColor;
  stroke: none;
}

.alba-share-status {
  min-height: 18px;
  margin: 16px 0 0;
  color: var(--sage);
  font-size: 12px;
  font-weight: 650;
}

@keyframes alba-hero-arrive {
  from {
    opacity: 0.72;
    transform: scale(1.055);
  }
  to {
    opacity: 1;
    transform: scale(1.015);
  }
}

@keyframes alba-bedroom-enter {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1181px) and (max-width: 1680px) {
  .suite-alba-page.has-suite-floating-booking .suite-sleeping {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(44px, 5vw, 64px);
  }

  .suite-alba-page.has-suite-floating-booking .suite-sleeping-header {
    max-width: none;
  }

  .suite-alba-page.has-suite-floating-booking .suite-sleeping-header h2 {
    max-width: none;
    padding-right: 0;
    font-size: clamp(40px, 4vw, 56px);
    line-height: 1;
    white-space: nowrap;
  }

  .suite-alba-page.has-suite-floating-booking .alba-bedroom-stage .suite-sleeping-card figure {
    height: clamp(420px, 41vw, 560px);
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .suite-alba-page .suite-sleeping-header {
    max-width: none;
  }

  .suite-alba-page .suite-sleeping-header h2 {
    max-width: none;
    padding-right: 0;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1;
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .suite-alba-hero {
    min-height: 820px;
  }

  .suite-alba-hero::before {
    background:
      linear-gradient(0deg, rgba(8, 15, 26, 0.7) 0%, rgba(8, 15, 26, 0.28) 55%, rgba(8, 15, 26, 0.1) 100%),
      linear-gradient(90deg, rgba(8, 15, 26, 0.44), rgba(8, 15, 26, 0.03));
  }

  .suite-alba-hero .suite-detail-hero-media img {
    object-position: 46% center;
  }

}

@media (max-width: 980px) {
  .alba-photo-preview {
    padding-top: 0;
  }

  .alba-photo-section-share {
    right: 18px;
  }
}

@media (max-width: 720px) {
  .suite-alba-hero {
    min-height: 760px;
  }

  .suite-alba-page .suite-sleeping-header {
    padding-right: 12px;
  }

  .suite-alba-page .suite-sleeping-header h2 {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 58px);
  }

  .alba-photo-preview {
    padding: 0;
    overflow: hidden;
    background: var(--ivory);
  }

  .alba-photo-preview .suite-carousel-track {
    gap: 0;
  }

  .alba-photo-preview .suite-carousel-viewport {
    scroll-behavior: auto;
  }

  .alba-gallery-intro {
    flex-direction: column;
    min-height: 0;
    align-items: stretch;
    gap: 14px;
    padding: 24px 18px 18px;
  }

  .alba-gallery-intro h2 {
    max-width: none;
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.02;
    white-space: normal;
  }

  .alba-gallery-intro .alba-photo-section-share {
    align-self: flex-end;
    min-height: 40px;
    padding: 0 13px;
    border-color: rgba(20, 35, 59, 0.34);
    background: transparent;
    box-shadow: none;
    color: var(--navy);
  }

  .alba-photo-preview .suite-carousel-slide,
  .alba-photo-preview .suite-carousel-slide-wide {
    height: min(78vw, 520px);
    flex-basis: 100vw;
    background: var(--ivory);
    scroll-snap-stop: always;
  }

  .alba-photo-preview .suite-carousel-slide img,
  .alba-photo-preview .suite-carousel-slide:hover img {
    filter: saturate(0.9) contrast(1.015) brightness(0.995);
    transform: none;
    transition: none;
  }

  .alba-photo-preview .suite-carousel-control {
    display: none;
  }

  .alba-photo-preview .suite-carousel-meta {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 5;
    width: auto;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(20, 35, 59, 0.82);
    color: var(--white);
    pointer-events: none;
  }

  .alba-photo-preview .suite-carousel-count {
    color: var(--white);
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
  }

  .alba-photo-preview .suite-carousel-label {
    display: none;
  }

  .alba-photo-preview .suite-carousel-view-all {
    position: absolute;
    right: auto;
    bottom: 14px;
    left: 14px;
    z-index: 5;
    width: auto;
    min-height: 36px;
    margin: 0;
    gap: 8px;
    border-radius: 8px;
  }

  .alba-photo-tour .detail-modal-header {
    min-height: 64px;
    padding: calc(10px + env(safe-area-inset-top)) 12px 10px;
  }

  .alba-photo-tour .detail-gallery-viewport {
    padding: 0 12px calc(56px + env(safe-area-inset-bottom));
  }

  .alba-photo-tour-nav {
    margin-bottom: 42px;
    padding-top: 12px;
    grid-auto-columns: 128px;
    gap: 10px;
  }

  .alba-photo-tour-nav button span {
    font-size: 11px;
  }

  .alba-photo-tour-room + .alba-photo-tour-room {
    margin-top: 58px;
  }

  .alba-photo-tour-room {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .alba-photo-tour-room h3 {
    position: static;
    margin-bottom: 16px;
    font-size: 30px;
  }

  .alba-photo-tour-room-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .alba-photo-tour .alba-photo-tour-room-grid figure:nth-child(5n + 1) {
    grid-column: auto;
  }

  .alba-photo-tour .detail-gallery-track figure[data-image-open]::after {
    display: none;
  }

  .alba-share-modal {
    align-items: end;
    padding: 0;
  }

  .alba-share-panel {
    width: 100%;
    max-height: 92svh;
    padding: 28px 20px calc(22px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
  }

  .alba-share-close {
    top: 14px;
    right: 14px;
  }

  .alba-share-panel h2 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .alba-share-property {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 13px;
  }

  .alba-share-property img {
    width: 74px;
    height: 62px;
  }

  .alba-share-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .alba-share-grid a,
  .alba-share-grid button {
    min-height: 56px;
  }

  .image-viewer-actions {
    gap: 6px;
  }

  .image-viewer-zoom {
    min-height: 40px;
    padding: 0 10px;
    font-size: 8px;
  }

  .image-viewer.is-suite-gallery-image {
    align-items: stretch;
    padding: 0;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-panel {
    height: 100svh;
    max-height: none;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-header {
    min-height: calc(66px + env(safe-area-inset-top));
    padding: calc(10px + env(safe-area-inset-top)) 8px 10px;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-header h2 {
    max-width: 17ch;
    font-size: 23px;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-header .eyebrow {
    font-size: 8px;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-media img {
    padding: 8px 10px calc(68px + env(safe-area-inset-bottom));
  }

  .image-viewer.is-suite-gallery-image .image-viewer-close {
    width: auto;
    height: 44px;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-close span {
    left: 10px;
  }

  .image-viewer.is-suite-gallery-image .image-viewer-share,
  .image-viewer.is-suite-gallery-image .image-viewer-close {
    padding-inline: 8px;
  }

  .image-viewer-carousel-button {
    top: auto;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
    transform: none;
  }

  .image-viewer-carousel-button.is-previous {
    left: 14px;
  }

  .image-viewer-carousel-button.is-next {
    right: 14px;
  }

  .image-viewer-carousel-button:hover:not(:disabled) {
    transform: scale(1.04);
  }

  .suite-alba-hero .suite-detail-hero-media img {
    object-position: 42% center;
  }

  .alba-bedroom-stage .suite-sleeping-card figure {
    height: min(72vw, 430px);
  }

  .alba-bedroom-stage .suite-sleeping-card > div {
    display: block;
    padding: 22px 20px 24px;
  }

  .alba-bedroom-tabs button {
    padding: 8px;
  }

  .alba-bedroom-tabs button strong {
    font-size: 15px;
  }

  .alba-dining .suite-local-notes-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 42px;
  }

  .alba-dining .suite-local-notes-list article,
  .alba-dining .suite-local-notes-list article:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .alba-space-modal {
    padding: 0;
  }

  .alba-space-modal-panel {
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    border-radius: 0;
  }

  .alba-space-modal-panel .detail-modal-header {
    padding: calc(66px + env(safe-area-inset-top)) 20px 20px;
  }

  .alba-space-modal-panel .detail-modal-header h2 {
    font-size: 27px;
  }

  .alba-space-modal-panel .detail-modal-close {
    top: calc(12px + env(safe-area-inset-top));
    left: 12px;
  }

  .alba-space-story {
    padding: 0 20px calc(40px + env(safe-area-inset-bottom));
  }

  .alba-space-story-lead,
  .alba-space-story article > p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .suite-alba-hero .suite-detail-hero-media img {
    animation: none;
  }

  .alba-bedroom-stage .suite-sleeping-card.is-active {
    animation: none;
  }
}

/* Suite Alba conversion layer ---------------------------------------------- */

.suite-alba-hero .hero-title-location {
  max-width: 19ch;
  font-size: clamp(30px, 0.37em, 46px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.alba-booking-assurance {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(20, 35, 59, 0.13);
  list-style: none;
}

.suite-alba-page .suite-widget-placeholder button {
  border-color: var(--alba-copper);
  background: var(--alba-copper);
}

.suite-detail-intro-copy h2 span {
  display: block;
}

.alba-booking-assurance li {
  position: relative;
  padding-left: 20px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.alba-booking-assurance li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--alba-copper);
  font-weight: 800;
}

.alba-booking-policy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.alba-booking-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.alba-booking-actions a,
.alba-booking-actions button {
  display: grid;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 35, 59, 0.25);
  background: transparent;
  color: var(--navy);
  font: 700 9px/1.35 var(--sans);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  place-items: center;
}

.alba-booking-actions a:hover,
.alba-booking-actions button:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
}

.alba-booking-actions a:focus-visible,
.alba-booking-actions button:focus-visible,
.alba-faq summary:focus-visible,
.alba-final-actions a:focus-visible,
.alba-final-actions button:focus-visible {
  outline: 2px solid var(--alba-copper);
  outline-offset: 3px;
}

.alba-conversion-section {
  padding: clamp(84px, 10vw, 148px) max(24px, calc((100vw - 1390px) / 2));
}

.alba-conversion-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(260px, 0.62fr);
  column-gap: clamp(48px, 8vw, 128px);
  align-items: end;
}

.alba-conversion-heading .eyebrow {
  grid-column: 1 / -1;
}

.alba-conversion-heading h2 {
  max-width: 13ch;
  margin: 12px 0 0;
  padding-bottom: 0.08em;
  color: var(--navy);
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.alba-conversion-heading > p:not(.eyebrow) {
  max-width: 49ch;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.alba-why {
  border-top: 1px solid rgba(20, 35, 59, 0.08);
  background: var(--ivory);
}

.alba-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(58px, 7vw, 92px);
  border-top: 1px solid rgba(20, 35, 59, 0.18);
  border-bottom: 1px solid rgba(20, 35, 59, 0.18);
}

.alba-why-grid article {
  min-height: 250px;
  padding: 26px clamp(20px, 2vw, 34px) 30px;
  border-right: 1px solid rgba(20, 35, 59, 0.16);
}

.alba-why-grid article:last-child {
  border-right: 0;
}

.alba-why-grid span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.alba-why-grid h3 {
  margin: 34px 0 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 0.98;
}

.alba-why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.alba-at-a-glance {
  border-top: 1px solid rgba(20, 35, 59, 0.08);
  background: #eee5d9;
}

.alba-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(56px, 7vw, 88px) 0 0;
  border-top: 1px solid rgba(20, 35, 59, 0.18);
}

.alba-glance-grid div {
  min-height: 178px;
  padding: 26px clamp(20px, 2.2vw, 36px) 30px 0;
  border-bottom: 1px solid rgba(20, 35, 59, 0.16);
}

.alba-glance-grid div:not(:nth-child(3n + 1)) {
  padding-left: clamp(20px, 2.2vw, 36px);
  border-left: 1px solid rgba(20, 35, 59, 0.16);
}

.alba-glance-grid dt,
.alba-glance-grid dd {
  margin: 0;
}

.alba-glance-grid dt {
  color: var(--alba-copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.alba-glance-grid dd {
  margin-top: 18px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.18;
}

.alba-amenity-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(30px, 4vw, 62px);
  border-top: 1px solid rgba(20, 35, 59, 0.14);
}

.alba-amenity-groups section {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  min-height: 150px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(20, 35, 59, 0.14);
}

.alba-amenity-groups svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.alba-amenity-groups h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.alba-amenity-groups p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.alba-location-lead,
.suite-location-copy > p:not(.eyebrow):not(.suite-location-address):not(.alba-location-lead) {
  max-width: 54ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.suite-location-copy > p.alba-location-lead {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.65;
}

.suite-location-copy > p:not(.eyebrow):not(.suite-location-address):not(.alba-location-lead) {
  margin: 0 0 30px;
}

.alba-peace .suite-practical-list div {
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
}

.alba-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1fr);
  gap: clamp(64px, 9vw, 140px);
  border-top: 1px solid rgba(20, 35, 59, 0.1);
  background: var(--ivory);
}

.alba-faq .alba-conversion-heading {
  display: block;
  align-self: start;
}

.alba-faq .alba-conversion-heading h2 {
  max-width: 8ch;
}

.alba-faq .alba-conversion-heading > p:not(.eyebrow) {
  margin-top: 26px;
}

.alba-faq-list {
  border-top: 1px solid rgba(20, 35, 59, 0.2);
}

.alba-faq details {
  border-bottom: 1px solid rgba(20, 35, 59, 0.16);
}

.alba-faq summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.alba-faq summary::-webkit-details-marker {
  display: none;
}

.alba-faq summary::before,
.alba-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1px;
  background: var(--navy);
  transition: transform 240ms ease;
}

.alba-faq summary::after {
  transform: rotate(90deg);
}

.alba-faq details[open] summary::after {
  transform: rotate(0deg);
}

.alba-faq details p {
  max-width: 66ch;
  margin: -4px 0 24px;
  padding-right: 52px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.alba-final-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(82px, 9vw, 132px) max(24px, calc((100vw - 1390px) / 2));
  background: var(--navy);
  color: var(--white);
  align-items: end;
}

.alba-final-booking h2 {
  margin: 12px 0 24px;
  color: var(--white);
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.alba-final-booking > div > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.alba-final-actions {
  display: grid;
  gap: 12px;
  min-width: min(310px, 100%);
}

.alba-final-actions a,
.alba-final-actions button {
  display: grid;
  min-height: 58px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--white);
  font: 800 10px/1.35 var(--sans);
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  place-items: center;
}

.alba-final-actions .alba-final-primary {
  border-color: var(--alba-copper);
  background: var(--alba-copper);
}

.alba-final-actions a:hover,
.alba-final-actions button:hover {
  border-color: #d2b675;
  background: #d2b675;
  color: var(--navy);
}

@media (min-width: 1180px) {
  .suite-alba-page .suite-booking-card.is-suite-floating.is-over-hero {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .suite-booking-card.is-suite-floating.is-over-hero .alba-booking-note,
  .suite-booking-card.is-suite-floating.is-over-hero .alba-booking-assurance,
  .suite-booking-card.is-suite-floating.is-over-hero .alba-booking-policy,
  .suite-booking-card.is-suite-floating.is-over-hero .alba-booking-actions {
    display: none;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-conversion-section,
  .apartment-detail-page.has-suite-floating-booking .alba-final-booking {
    padding-right: clamp(520px, 39vw, 610px);
  }

  .apartment-detail-page.has-suite-floating-booking .alba-conversion-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-why-grid,
  .apartment-detail-page.has-suite-floating-booking .alba-glance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apartment-detail-page.has-suite-floating-booking .alba-why-grid article:nth-child(2) {
    border-right: 0;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-why-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(20, 35, 59, 0.16);
  }

  .apartment-detail-page.has-suite-floating-booking .alba-glance-grid div:not(:nth-child(3n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-glance-grid div:nth-child(even) {
    padding-left: clamp(20px, 2.2vw, 36px);
    border-left: 1px solid rgba(20, 35, 59, 0.16);
  }

  .apartment-detail-page.has-suite-floating-booking .alba-faq {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .apartment-detail-page.has-suite-floating-booking .alba-final-booking {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1179px) {
  .alba-conversion-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .alba-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alba-why-grid article:nth-child(2) {
    border-right: 0;
  }

  .alba-why-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(20, 35, 59, 0.16);
  }

  .alba-glance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alba-glance-grid div:not(:nth-child(3n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .alba-glance-grid div:nth-child(even) {
    padding-left: clamp(20px, 3vw, 36px);
    border-left: 1px solid rgba(20, 35, 59, 0.16);
  }

  .alba-faq {
    grid-template-columns: minmax(240px, 0.65fr) minmax(360px, 1fr);
    gap: clamp(42px, 7vw, 80px);
  }
}

@media (max-width: 720px) {
  .alba-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 310px);
    margin-top: 16px;
  }

  .alba-hero-facts div {
    min-height: 44px;
    justify-content: flex-start;
    padding: 7px 12px;
  }

  .alba-hero-facts div:first-child,
  .alba-hero-facts div:nth-child(3) {
    padding-left: 0;
  }

  .alba-hero-facts div:nth-child(2) {
    border-right: 0;
  }

  .alba-hero-facts dt {
    font-size: 34px;
  }

  .alba-hero-facts dd {
    font-size: 10.5px;
  }

  .suite-alba-hero {
    min-height: max(820px, 100svh);
  }

  .suite-alba-hero .hero-title-location {
    max-width: 18ch;
    font-size: 0.42em;
    line-height: 1.06;
  }

  .suite-alba-hero .suite-detail-hero-copy > p:not(.eyebrow) {
    display: block;
    max-width: 34ch;
    margin: -8px 0 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .alba-booking-actions,
  .alba-why-grid,
  .alba-glance-grid,
  .alba-amenity-groups,
  .alba-faq,
  .alba-final-booking {
    grid-template-columns: 1fr;
  }

  .alba-host-band {
    padding: 0 20px;
  }

  .alba-host-card {
    min-height: 92px;
    gap: 14px;
    padding: 14px 0;
  }

  .alba-host-card img {
    width: 56px;
    height: 56px;
  }

  .alba-host-card h2 {
    display: block;
    font-size: 23px;
    line-height: 1.05;
  }

  .alba-host-card h2 span {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
  }

  .alba-bedroom-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alba-bedroom-tabs button:nth-child(2) {
    border-right: 0;
  }

  .alba-bedroom-tabs button:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(20, 35, 59, 0.12);
  }

  .alba-conversion-section {
    padding: 76px 20px;
  }

  .alba-conversion-heading h2,
  .alba-faq .alba-conversion-heading h2 {
    max-width: 100%;
    font-size: clamp(46px, 14vw, 62px);
  }

  .alba-conversion-heading > p:not(.eyebrow) {
    font-size: 14px;
  }

  .alba-why-grid article,
  .alba-why-grid article:nth-child(2),
  .alba-why-grid article:last-child {
    min-height: 0;
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 35, 59, 0.16);
  }

  .alba-why-grid article:last-child {
    border-bottom: 0;
  }

  .alba-why-grid h3 {
    margin-top: 20px;
    font-size: 31px;
  }

  .alba-glance-grid div,
  .alba-glance-grid div:not(:nth-child(3n + 1)),
  .alba-glance-grid div:nth-child(even) {
    min-height: 0;
    padding: 22px 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 35, 59, 0.16);
    border-left: 0;
  }

  .alba-glance-grid dd {
    font-size: 23px;
  }

  .alba-amenity-groups section {
    min-height: 0;
  }

  .alba-peace .suite-practical-list div {
    grid-template-columns: 1fr;
  }

  .alba-faq {
    gap: 44px;
  }

  .alba-faq summary {
    padding: 22px 42px 22px 0;
    font-size: 23px;
  }

  .alba-faq details p {
    padding-right: 0;
  }

  .alba-final-booking {
    gap: 38px;
    padding: 76px 20px;
  }

  .alba-final-booking h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .alba-final-actions {
    min-width: 0;
  }

  .alba-mobile-booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 42%);
    gap: 10px;
    align-items: center;
  }

  .alba-mobile-booking > span {
    min-width: 0;
    color: var(--navy);
  }

  .alba-mobile-booking strong,
  .alba-mobile-booking small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .alba-mobile-booking strong {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
  }

  .alba-mobile-booking small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}

/* Local guide carousel: all content remains in the HTML for search engines,
   while visitors read one larger, calmer panel at a time. */
.alba-local-carousel {
  margin-top: clamp(48px, 5vw, 68px);
  overflow-anchor: none;
}

.alba-local-carousel-controls {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.alba-local-carousel-tabs {
  display: flex;
  min-width: 0;
  gap: clamp(22px, 4vw, 58px);
}

.alba-local-carousel-tabs button {
  display: inline-flex;
  gap: 9px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--sans);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
}

.alba-local-carousel-tabs button span {
  color: #d2b16f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.alba-local-carousel-tabs button[aria-selected="true"] {
  border-bottom-color: #d2b16f;
  color: var(--white);
}

.alba-local-carousel-tabs button:hover {
  color: var(--white);
}

.alba-local-carousel-tabs button:focus-visible,
.alba-local-carousel-arrows button:focus-visible {
  outline: 2px solid #d2b16f;
  outline-offset: 5px;
}

.alba-local-carousel-arrows {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
}

.alba-local-carousel-arrows > span {
  min-width: 45px;
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--sans);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.alba-local-carousel-arrows button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  place-items: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.alba-local-carousel-arrows button:hover {
  border-color: #d2b16f;
  background: #d2b16f;
  color: var(--navy);
}

.alba-local-carousel-arrows svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.alba-local-carousel-viewport {
  overflow: hidden;
  overflow-anchor: none;
}

.alba-local-carousel-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms var(--ease-luxury);
  will-change: transform;
}

.alba-local-carousel-track.is-jumping {
  transition: none;
}

.alba-local-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: clamp(30px, 4vw, 48px) 1px 8px;
  overflow-anchor: none;
}

.alba-local-slide .alba-local-discovery,
.alba-local-slide .alba-local-restaurants,
.alba-local-slide .alba-local-practical {
  margin-top: 0;
}

.alba-local-slide .alba-local-column,
.alba-local-slide .alba-local-practical > section,
.alba-local-slide .suite-local-notes-list article,
.alba-local-slide .suite-local-notes-list article:last-child {
  padding-top: 0;
  border-top: 0;
}

.alba-local-slide .alba-local-column-heading {
  margin-bottom: 22px;
}

.alba-local-slide .alba-local-column-heading h3 {
  font-size: clamp(30px, 2.6vw, 39px);
}

.alba-local-slide .alba-local-places li {
  padding: 16px 0;
}

.alba-local-slide .alba-local-places a {
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.5;
}

.alba-local-slide .alba-local-places li > span {
  font-size: 12px;
  line-height: 1.5;
}

.alba-local-slide .alba-local-subheading {
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 1.44fr);
}

.alba-local-slide .alba-local-subheading h3 {
  font-size: clamp(41px, 4vw, 60px);
}

.alba-local-slide .suite-local-notes-list {
  margin-top: 28px;
}

.alba-local-slide .suite-local-notes-list article,
.alba-local-slide .suite-local-notes-list article:last-child {
  padding: 22px 0 26px;
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.alba-local-slide .suite-local-notes-list article > span {
  font-size: 11px;
}

.alba-local-slide .suite-local-notes-list h4 {
  font-size: clamp(34px, 3.2vw, 46px);
}

.alba-local-slide .suite-local-notes-list p {
  max-width: 37ch;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.62;
}

.alba-local-slide .suite-local-notes-list a {
  font-size: 12px;
}

.alba-local-slide .alba-local-practical {
  gap: clamp(34px, 5vw, 72px);
}

.alba-local-slide .alba-local-distance-note {
  margin-top: 22px;
  font-size: 11px;
}

@media (prefers-reduced-motion: reduce) {
  .alba-local-carousel-track,
  .alba-local-carousel-viewport {
    transition: none;
  }
}

@media (max-width: 820px) {
  .alba-local-carousel-controls {
    display: block;
  }

  .alba-local-carousel-tabs {
    width: 100%;
    gap: 28px;
    padding: 4px 2px 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .alba-local-carousel-tabs::-webkit-scrollbar {
    display: none;
  }

  .alba-local-carousel-arrows {
    justify-content: flex-end;
    margin-top: 16px;
  }

  .alba-local-slide {
    padding-top: 32px;
  }
}

@media (max-width: 720px) {
  .alba-local-carousel {
    margin-top: 38px;
  }

  .alba-local-carousel-tabs button {
    font-size: 15px;
  }

  .alba-local-slide .alba-local-discovery,
  .alba-local-slide .alba-local-practical,
  .alba-local-slide .suite-local-notes-list {
    gap: 32px;
  }

  .alba-local-slide .alba-local-column-heading h3 {
    font-size: 32px;
  }

  .alba-local-slide .alba-local-subheading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .alba-local-slide .alba-local-subheading h3 {
    font-size: 42px;
  }

  .alba-local-slide .suite-local-notes-list h4 {
    font-size: 37px;
  }
}

/* Mobile listing opening: lead with the real photo carousel, then present the
   property identity and practical facts in a compact booking summary. Desktop
   and tablet retain the cinematic hero. */
.alba-mobile-property-type {
  display: none;
}

.alba-mobile-summary-share {
  display: none;
}

@media (max-width: 720px) {
  .suite-alba-page main#top {
    display: flex;
    flex-direction: column;
  }

  /* Keep the controls used most often on a phone comfortably tappable. */
  .suite-alba-page .nav-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .suite-alba-hero .alba-mobile-summary-share {
    min-height: 44px;
  }

  .suite-alba-page .alba-photo-preview .suite-carousel-view-all {
    min-height: 44px;
  }

  .suite-alba-page .alba-calendar-toolbar {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .suite-alba-page .alba-calendar-toolbar > button {
    width: 44px;
    height: 44px;
  }

  .suite-alba-page .alba-local-carousel-tabs button {
    min-height: 44px;
    align-items: center;
  }

  .suite-alba-page #gallery {
    order: -2;
  }

  .suite-alba-page .suite-alba-hero {
    display: block;
    order: -1;
    min-height: 0;
    padding: 0;
    background: var(--ivory);
    color: var(--navy);
  }

  .suite-alba-hero::before,
  .suite-alba-hero::after,
  .suite-alba-hero .suite-detail-hero-media,
  .suite-alba-hero .hero-scroll-cue {
    display: none;
  }

  .suite-alba-hero .suite-detail-hero-copy {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 25px 20px 30px;
    color: var(--navy);
    text-align: left;
  }

  .suite-alba-hero .suite-hero-folio {
    display: none;
  }

  .suite-alba-hero .suite-detail-hero-copy h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(38px, 11vw, 44px);
    line-height: 0.96;
    text-shadow: none;
  }

  .suite-alba-hero .hero-title-main,
  .suite-alba-hero .hero-title-location {
    color: var(--navy);
  }

  .suite-alba-hero .hero-title-location {
    max-width: none;
    margin-top: 7px;
    font-family: var(--sans);
    font-size: clamp(12px, 3.55vw, 14px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
  }

  .suite-alba-hero .alba-mobile-summary-share {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid rgba(20, 35, 59, 0.22);
    border-radius: 999px;
    background: transparent;
    color: var(--navy);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .suite-alba-hero .alba-mobile-summary-share svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }

  .suite-alba-hero .suite-detail-hero-copy > p.alba-mobile-property-type {
    display: block;
    max-width: none;
    margin: 20px 0 0;
    color: var(--navy);
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
  }

  .suite-alba-hero .alba-hero-facts {
    display: flex;
    width: auto;
    max-width: none;
    margin: 9px 0 0;
    justify-content: flex-start;
    gap: 0;
  }

  .suite-alba-hero .alba-hero-facts div,
  .suite-alba-hero .alba-hero-facts div:first-child,
  .suite-alba-hero .alba-hero-facts div:nth-child(2),
  .suite-alba-hero .alba-hero-facts div:nth-child(3),
  .suite-alba-hero .alba-hero-facts div:nth-child(4) {
    position: relative;
    display: inline-flex;
    min-height: 0;
    align-items: baseline;
    gap: 3px;
    padding: 0 8px;
    border: 0;
  }

  .suite-alba-hero .alba-hero-facts div:first-child {
    padding-left: 0;
  }

  .suite-alba-hero .alba-hero-facts div:last-child {
    padding-right: 0;
  }

  .suite-alba-hero .alba-hero-facts div:not(:last-child)::after {
    content: "\00b7";
    position: absolute;
    top: 0;
    right: -2px;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.4;
  }

  .suite-alba-hero .alba-hero-facts dt,
  .suite-alba-hero .alba-hero-facts div:nth-child(3) dt {
    color: var(--navy);
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: none;
  }

  .suite-alba-hero .alba-hero-facts dd {
    color: var(--muted);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: none;
    text-transform: none;
  }

  .suite-alba-page .alba-photo-preview {
    position: relative;
  }

  .suite-alba-page .alba-gallery-intro {
    display: contents;
  }

  .suite-alba-page .alba-gallery-intro h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .suite-alba-page .alba-gallery-intro .alba-photo-section-share {
    display: none;
  }

  .suite-alba-page .alba-gallery-intro .alba-photo-section-share span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .suite-alba-page .alba-gallery-intro .alba-photo-section-share svg {
    width: 20px;
    height: 20px;
  }

  .suite-alba-page .alba-photo-preview .suite-carousel-slide,
  .suite-alba-page .alba-photo-preview .suite-carousel-slide-wide {
    height: min(92vw, 460px);
  }
}

@media (max-width: 360px) {
  .suite-alba-hero .suite-detail-hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .suite-alba-hero .suite-detail-hero-copy h1 {
    padding-right: 48px;
    font-size: 36px;
    letter-spacing: -0.025em;
  }

  .suite-alba-hero .alba-mobile-summary-share {
    right: 16px;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .suite-alba-hero .alba-mobile-summary-share span {
    display: none;
  }

  .suite-alba-hero .alba-hero-facts div,
  .suite-alba-hero .alba-hero-facts div:first-child,
  .suite-alba-hero .alba-hero-facts div:nth-child(2),
  .suite-alba-hero .alba-hero-facts div:nth-child(3),
  .suite-alba-hero .alba-hero-facts div:nth-child(4) {
    padding-right: 5px;
    padding-left: 5px;
  }

  .suite-alba-hero .alba-hero-facts div:first-child {
    padding-left: 0;
  }

  .suite-alba-hero .alba-hero-facts div:last-child {
    padding-right: 0;
  }

  .suite-alba-hero .alba-hero-facts dt,
  .suite-alba-hero .alba-hero-facts div:nth-child(3) dt {
    font-size: 12px;
  }

  .suite-alba-hero .alba-hero-facts dd {
    font-size: 10px;
  }

  .alba-mobile-booking {
    grid-template-columns: minmax(0, 1fr) 126px;
  }
}

/* Desktop listing opening: let the photography do the selling. The identity
   and practical facts form a restrained introduction, followed immediately
   by the Airbnb-style five-image preview. Mobile keeps its dedicated swipe
   gallery and summary unchanged. */
@media (min-width: 900px) {
  .suite-alba-page .site-header {
    border-bottom: 1px solid rgba(20, 35, 59, 0.1);
    background: rgba(251, 248, 241, 0.97);
    box-shadow: none;
    color: var(--navy);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .suite-alba-page .site-header .nav-cta {
    padding: 11px 18px;
    border: 1px solid var(--cta-terracotta);
    border-color: var(--cta-terracotta);
    background: var(--cta-terracotta);
    color: var(--white);
    white-space: nowrap;
  }

  .suite-alba-page .suite-alba-hero {
    display: block;
    min-height: 0;
    padding: 116px 0 28px;
    overflow: visible;
    background: var(--ivory);
    color: var(--navy);
  }

  .suite-alba-page .suite-alba-hero::before,
  .suite-alba-page .suite-alba-hero::after,
  .suite-alba-page .suite-alba-hero .suite-detail-hero-media,
  .suite-alba-page .suite-alba-hero .hero-scroll-cue {
    display: none;
  }

  .suite-alba-page .suite-alba-hero .suite-detail-hero-copy {
    display: grid;
    width: min(1500px, calc(100% - clamp(72px, 12vw, 160px)));
    max-width: none;
    margin: 0 auto;
    grid-template-areas:
      "folio facts"
      "title facts";
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(54px, 7vw, 112px);
    align-items: end;
  }

  .suite-alba-page .suite-alba-hero .suite-hero-folio {
    grid-area: folio;
    margin-bottom: 10px;
  }

  .suite-alba-page .suite-alba-hero .suite-hero-folio::after {
    background: rgba(179, 149, 91, 0.58);
  }

  .suite-alba-page .suite-alba-hero .suite-detail-hero-copy h1 {
    grid-area: title;
    max-width: none;
    margin: 0;
    color: var(--navy);
    font-size: clamp(48px, 4.5vw, 68px);
    line-height: 0.95;
    text-shadow: none;
  }

  .suite-alba-page .suite-alba-hero .hero-title-main {
    display: block;
    color: var(--navy);
    letter-spacing: -0.045em;
  }

  .suite-alba-page .suite-alba-hero .hero-title-location {
    display: block;
    max-width: none;
    margin-top: 9px;
    color: var(--muted);
    font-family: var(--sans);
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
  }

  .suite-alba-page .suite-alba-hero .alba-hero-facts {
    grid-area: facts;
    display: grid;
    width: auto;
    min-width: min(540px, 42vw);
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .suite-alba-page .suite-alba-hero .alba-hero-facts div {
    min-height: 60px;
    gap: 8px;
    padding: 0 clamp(14px, 1.4vw, 22px);
    border-right-color: rgba(20, 35, 59, 0.18);
  }

  .suite-alba-page .suite-alba-hero .alba-hero-facts dt {
    color: #a77e32;
    font-size: clamp(30px, 2.5vw, 38px);
    font-weight: 600;
    text-shadow: none;
  }

  .suite-alba-page .suite-alba-hero .alba-hero-facts dd {
    color: var(--navy);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-shadow: none;
  }

  .suite-alba-page .alba-photo-preview {
    margin-top: 0;
  }

  .suite-alba-page .alba-gallery-intro {
    min-height: 102px;
    padding: 18px 0 22px;
  }

  .suite-alba-page .alba-gallery-intro h2 {
    font-size: clamp(30px, 2.45vw, 42px);
  }

  .suite-alba-page .suite-location-copy > p.alba-location-lead,
  .suite-alba-page .suite-location-copy > p:not(.eyebrow):not(.suite-location-address):not(.alba-location-lead) {
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.65;
  }
}

@media (min-width: 1180px) {
  .suite-alba-page.has-suite-floating-booking .suite-related {
    padding-right: max(24px, calc((100vw - 1390px) / 2));
  }

  .suite-alba-page .suite-related-viewport {
    width: 100%;
    container-type: inline-size;
  }

  .suite-alba-page .suite-related-grid {
    grid-auto-columns: calc((100cqi - 32px) / 3);
  }
}
