﻿:root {
  --artbnb-bg: #050606;
  --artbnb-panel: #11161c;
  --artbnb-line: #2b333b;
  --artbnb-neon: #c8ff1a;
  --artbnb-text: #f5f5f0;
  --artbnb-muted: #b9b9b0;
}

/* Art BnB editorial layout — aligned with the public-site composition. */
.artbnb-page { --artbnb-panel: #12151b; --artbnb-line: rgb(247 246 242 / 18%); --artbnb-neon: var(--color-lime, #c7e600); --artbnb-muted: #c6c7c3; }
.artbnb-page h1, .artbnb-page h2, .artbnb-page h3 { font-family: var(--font-display, Impact, sans-serif); font-weight: 800; text-transform: uppercase; }
.artbnb-hero { min-height: 620px; padding: 170px clamp(24px, 4vw, 64px) 74px; background: linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 67%) 46%, rgb(0 0 0 / 28%) 100%), url('../images/artbnb/gallery/artbnb-2026-10.png') center 46% / cover no-repeat; }
.artbnb-hero__content { max-width: 760px; }
.artbnb-hero h1 { max-width: none; font-size: clamp(76px, 10vw, 152px); line-height: .86; letter-spacing: -.035em; }
.artbnb-hero h1::after { content: ''; display: block; width: 74px; height: 4px; margin-top: 18px; background: var(--artbnb-neon); }
.artbnb-hero .artbnb-hero__tagline { max-width: 660px; margin: 22px 0 0; color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: clamp(27px, 3vw, 42px); font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.artbnb-hero .artbnb-hero__intro { max-width: 680px; margin: 22px 0 0; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.artbnb-highlights { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--artbnb-line); border-bottom: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-highlights article { min-height: 210px; padding: 40px clamp(24px, 3vw, 48px); border-right: 1px solid var(--artbnb-line); }
.artbnb-highlights article:last-child { border-right: 0; }
.artbnb-highlights span { color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: 21px; font-weight: 800; }
.artbnb-highlights h2 { margin: 6px 0 16px; font-size: clamp(29px, 2.7vw, 42px); line-height: 1; }
.artbnb-highlights p { max-width: 330px; margin: 0; color: var(--artbnb-muted); font-size: 17px; line-height: 1.55; }
.artbnb-section { padding: clamp(76px, 9vw, 128px) clamp(24px, 4vw, 64px); }
.artbnb-section h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.025em; }
.artbnb-section__heading { max-width: 900px; margin-bottom: 42px; }
.artbnb-section__heading > p { max-width: 850px; margin: 22px 0 0; color: var(--artbnb-muted); font-size: 18px; line-height: 1.6; }
.artbnb-apartment { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .9fr); gap: clamp(52px, 8vw, 120px); align-items: center; }
.artbnb-apartment__copy p { max-width: 700px; margin: 24px 0 0; color: var(--artbnb-muted); font-size: 18px; line-height: 1.65; }
.artbnb-apartment__facts { margin: 0; padding: 16px 34px; list-style: none; border: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-apartment__facts li { padding: 22px 0; border-bottom: 1px solid var(--artbnb-line); font-size: 17px; line-height: 1.45; }
.artbnb-apartment__facts li:last-child { border-bottom: 0; }
.artbnb-rooms { padding-top: 48px; }
.artbnb-rooms__grid { gap: 18px; }
.artbnb-room { border-color: var(--artbnb-line); background: var(--artbnb-panel); border-radius: 7px; }
.artbnb-room__image { aspect-ratio: 4 / 3; }
.artbnb-room__image img { transition: transform .55s ease; }
.artbnb-room:hover .artbnb-room__image img { transform: scale(1.035); }
.artbnb-room__body { padding: 24px 24px 30px; }
.artbnb-room h3 { margin-bottom: 10px; font-size: clamp(27px, 2.6vw, 39px); }
.artbnb-room p { min-height: 78px; margin-bottom: 20px; color: var(--artbnb-muted); font-size: 15px; line-height: 1.5; }
.artbnb-room a { color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-weight: 800; }
.artbnb-gallery { padding-top: clamp(76px, 9vw, 128px); border-top: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-section__heading--gallery { display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: end; max-width: none; }
.artbnb-section__heading--gallery > span { grid-row: 1 / 3; align-self: start; padding-top: 9px; color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: 18px; font-weight: 800; text-transform: uppercase; writing-mode: vertical-rl; }
.artbnb-section__heading--gallery > p { grid-column: 2; }
.artbnb-gallery__rail { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; overflow: visible; padding: 0; white-space: normal; }
.artbnb-gallery__item { grid-column: span 4; width: auto; height: clamp(260px, 30vw, 440px); border-color: var(--artbnb-line); border-radius: 6px; }
.artbnb-gallery__item:nth-child(5n + 1), .artbnb-gallery__item:nth-child(5n + 2) { grid-column: span 6; }
.artbnb-gallery__item img { transition: transform .55s ease, filter .55s ease; }
.artbnb-gallery__item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.artbnb-gallery__item figcaption { position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: auto; padding: 48px 18px 16px; overflow: visible; clip: auto; color: #fff; background: linear-gradient(transparent, rgb(0 0 0 / 76%)); font-size: 14px; line-height: 1.35; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.artbnb-gallery__item:hover figcaption { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .artbnb-hero { min-height: 620px; padding: 130px 20px 52px; background-position: 58% center; }
  .artbnb-highlights { grid-template-columns: 1fr; }
  .artbnb-highlights article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--artbnb-line); }
  .artbnb-highlights article:last-child { border-bottom: 0; }
  .artbnb-section { padding-right: 20px; padding-left: 20px; }
  .artbnb-apartment { grid-template-columns: 1fr; gap: 42px; }
  .artbnb-room p { min-height: 0; }
  .artbnb-gallery__rail { grid-template-columns: 1fr; }
  .artbnb-gallery__item, .artbnb-gallery__item:nth-child(5n + 1), .artbnb-gallery__item:nth-child(5n + 2) { grid-column: auto; height: min(72vw, 420px); }
  .artbnb-gallery__item figcaption { opacity: 1; transform: none; }
}

/* Hero image requested for the Art BnB title area. */
.artbnb-page .artbnb-hero {
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 46%) 48%, rgb(0 0 0 / 16%) 100%),
    url('../images/artbnb/gallery/artbnb-2026-10.png');
  background-position: center, center 46%;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .artbnb-page .artbnb-hero {
    background-image:
      linear-gradient(180deg, rgb(0 0 0 / 38%) 0%, rgb(0 0 0 / 38%) 42%, rgb(0 0 0 / 82%) 100%),
      url('../images/artbnb/gallery/artbnb-2026-10.png');
    background-position: center, 58% center;
  }
}

@media (min-width: 1100px) {
  .artbnb-page .artbnb-hero {
    min-height: 675px;
    padding: 132px 72px 72px;
    background-image:
      linear-gradient(90deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 58%) 42%, rgb(0 0 0 / 24%) 72%, rgb(0 0 0 / 32%) 100%),
      url('../images/artbnb/gallery/artbnb-2026-10.png');
    background-position: center, center 44%;
  }

  .artbnb-page .artbnb-hero__content {
    max-width: 820px;
  }

  .artbnb-page .artbnb-hero h1 {
    font-size: clamp(140px, 9.4vw, 180px);
  }

  .artbnb-page .artbnb-hero .artbnb-hero__tagline {
    max-width: 810px;
    font-size: clamp(38px, 2.45vw, 48px);
  }

  .artbnb-page .artbnb-hero .artbnb-hero__intro {
    max-width: 780px;
    font-size: clamp(21px, 1.35vw, 27px);
    line-height: 1.58;
  }

  .artbnb-page .artbnb-highlights article {
    min-height: 214px;
    padding: 46px 7.5vw;
  }
}

/* Horizontal Art BnB photo carousel. */
.artbnb-page .artbnb-gallery__rail {
  display: flex;
  flex-flow: row nowrap;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--artbnb-neon) #20242a;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0 24px;
  white-space: nowrap;
}

.artbnb-page .artbnb-gallery__rail::-webkit-scrollbar {
  height: 9px;
}

.artbnb-page .artbnb-gallery__rail::-webkit-scrollbar-track {
  background: #20242a;
}

.artbnb-page .artbnb-gallery__rail::-webkit-scrollbar-thumb {
  background: var(--artbnb-neon);
  border-radius: 999px;
}

.artbnb-page .artbnb-gallery__item,
.artbnb-page .artbnb-gallery__item:nth-child(5n + 1),
.artbnb-page .artbnb-gallery__item:nth-child(5n + 2) {
  flex: 0 0 clamp(320px, 42vw, 660px);
  width: clamp(320px, 42vw, 660px);
  height: clamp(250px, 31vw, 470px);
  scroll-snap-align: start;
  white-space: normal;
}

@media (max-width: 900px) {
  .artbnb-page .artbnb-gallery__item,
  .artbnb-page .artbnb-gallery__item:nth-child(5n + 1),
  .artbnb-page .artbnb-gallery__item:nth-child(5n + 2) {
    flex-basis: 84vw;
    width: 84vw;
    height: min(64vw, 390px);
  }
}

.artbnb-page #artbnb-rooms-title {
  max-width: 100%;
  font-size: clamp(22px, 5vw, 80px);
  letter-spacing: -.04em;
  white-space: nowrap;
}

.artbnb-page {
  background: var(--artbnb-bg);
  color: var(--artbnb-text);
  overflow-x: hidden;
}

.artbnb-hero {
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(22px, 5vw, 84px) 76px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .58), rgba(0, 0, 0, .25)),
    url('../images/artbnb/cards/chambre-el-mootmoot.png') center/cover no-repeat;
}

.artbnb-hero__content {
  max-width: 760px;
}

.artbnb-hero h1 {
  margin: 0;
  max-width: 780px;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(58px, 10vw, 150px);
  line-height: .86;
  text-transform: uppercase;
  letter-spacing: 0;
}

.artbnb-hero p {
  max-width: 620px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.artbnb-section {
  padding: 74px clamp(22px, 5vw, 84px);
}

.artbnb-section h2 {
  margin: 0 0 28px;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(38px, 5vw, 76px);
  text-transform: uppercase;
  letter-spacing: 0;
}

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

.artbnb-room {
  overflow: hidden;
  border: 1px solid var(--artbnb-line);
  background: var(--artbnb-panel);
  border-radius: 8px;
}

.artbnb-room__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #080a0d;
}

.artbnb-room__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artbnb-room__body {
  padding: 26px 26px 32px;
}

.artbnb-room h3 {
  margin: 0 0 14px;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.artbnb-room p {
  margin: 0 0 24px;
  color: var(--artbnb-muted);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: .05em;
}

.artbnb-room a {
  color: var(--artbnb-neon);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .04em;
}

.artbnb-booking {
  border-top: 1px solid var(--artbnb-line);
  border-bottom: 1px solid var(--artbnb-line);
  background: #090b0d;
}

.artbnb-booking__box {
  max-width: 1100px;
}

.artbnb-gallery {
  padding-top: 70px;
}

.artbnb-gallery__rail {
  display: flex;
  flex-direction: row;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 22px;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.artbnb-gallery__rail::-webkit-scrollbar {
  height: 10px;
}

.artbnb-gallery__rail::-webkit-scrollbar-track {
  background: #15191d;
}

.artbnb-gallery__rail::-webkit-scrollbar-thumb {
  background: var(--artbnb-neon);
  border-radius: 999px;
}

.artbnb-gallery__item {
  position: relative;
  flex: 0 0 clamp(280px, 36vw, 560px);
  height: clamp(210px, 28vw, 380px);
  margin: 0;
  border: 1px solid var(--artbnb-line);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  scroll-snap-align: start;
  white-space: normal;
}

.artbnb-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.artbnb-gallery__item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .artbnb-hero {
    min-height: 62vh;
    padding-top: 120px;
  }

  .artbnb-rooms__grid {
    grid-template-columns: 1fr;
  }

  .artbnb-gallery__item {
    flex-basis: 82vw;
    height: 62vw;
    max-height: 360px;
  }
}

/* Final cascade for the redesigned Art BnB page. */
.artbnb-page { --artbnb-panel: #12151b; --artbnb-line: rgb(247 246 242 / 18%); --artbnb-neon: var(--color-lime, #c7e600); --artbnb-muted: #c6c7c3; }
.artbnb-page h1, .artbnb-page h2, .artbnb-page h3 { font-family: var(--font-display, Impact, sans-serif); font-weight: 800; text-transform: uppercase; }
.artbnb-hero { min-height: 620px; padding: 170px clamp(24px, 4vw, 64px) 74px; background: linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 67%) 46%, rgb(0 0 0 / 28%) 100%), url('../images/artbnb/gallery/artbnb-2026-10.png') center 46% / cover no-repeat; }
.artbnb-hero__content { max-width: 760px; }
.artbnb-hero h1 { max-width: none; font-size: clamp(76px, 10vw, 152px); line-height: .86; letter-spacing: -.035em; }
.artbnb-hero h1::after { content: ''; display: block; width: 74px; height: 4px; margin-top: 18px; background: var(--artbnb-neon); }
.artbnb-hero .artbnb-hero__tagline { max-width: 660px; margin: 22px 0 0; color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: clamp(27px, 3vw, 42px); font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.artbnb-hero .artbnb-hero__intro { max-width: 680px; margin: 22px 0 0; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.artbnb-highlights { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--artbnb-line); border-bottom: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-highlights article { min-height: 210px; padding: 40px clamp(24px, 3vw, 48px); border-right: 1px solid var(--artbnb-line); }
.artbnb-highlights article:last-child { border-right: 0; }
.artbnb-highlights span { color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: 21px; font-weight: 800; }
.artbnb-highlights h2 { margin: 6px 0 16px; font-size: clamp(29px, 2.7vw, 42px); line-height: 1; }
.artbnb-highlights p { max-width: 330px; margin: 0; color: var(--artbnb-muted); font-size: 17px; line-height: 1.55; }
.artbnb-section { padding: clamp(76px, 9vw, 128px) clamp(24px, 4vw, 64px); }
.artbnb-section h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.025em; }
.artbnb-section__heading { max-width: 900px; margin-bottom: 42px; }
.artbnb-section__heading > p { max-width: 850px; margin: 22px 0 0; color: var(--artbnb-muted); font-size: 18px; line-height: 1.6; }
.artbnb-apartment { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .9fr); gap: clamp(52px, 8vw, 120px); align-items: center; }
.artbnb-apartment__copy p { max-width: 700px; margin: 24px 0 0; color: var(--artbnb-muted); font-size: 18px; line-height: 1.65; }
.artbnb-apartment__facts { margin: 0; padding: 16px 34px; list-style: none; border: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-apartment__facts li { padding: 22px 0; border-bottom: 1px solid var(--artbnb-line); font-size: 17px; line-height: 1.45; }
.artbnb-apartment__facts li:last-child { border-bottom: 0; }
.artbnb-rooms { padding-top: 48px; }
.artbnb-rooms__grid { gap: 18px; }
.artbnb-room { border-color: var(--artbnb-line); background: var(--artbnb-panel); border-radius: 7px; }
.artbnb-room__image { aspect-ratio: 4 / 3; }
.artbnb-room__image img { transition: transform .55s ease; }
.artbnb-room:hover .artbnb-room__image img { transform: scale(1.035); }
.artbnb-room__body { padding: 24px 24px 30px; }
.artbnb-room h3 { margin-bottom: 10px; font-size: clamp(27px, 2.6vw, 39px); }
.artbnb-room p { min-height: 78px; margin-bottom: 20px; color: var(--artbnb-muted); font-size: 15px; line-height: 1.5; }
.artbnb-room a { color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-weight: 800; }
.artbnb-gallery { padding-top: clamp(76px, 9vw, 128px); border-top: 1px solid var(--artbnb-line); background: var(--artbnb-panel); }
.artbnb-section__heading--gallery { display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: end; max-width: none; }
.artbnb-section__heading--gallery > span { grid-row: 1 / 3; align-self: start; padding-top: 9px; color: var(--artbnb-neon); font-family: var(--font-display, Impact, sans-serif); font-size: 18px; font-weight: 800; text-transform: uppercase; writing-mode: vertical-rl; }
.artbnb-section__heading--gallery > p { grid-column: 2; }
.artbnb-gallery__rail { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; overflow: visible; padding: 0; white-space: normal; }
.artbnb-gallery__item { grid-column: span 4; flex: initial; width: auto; height: clamp(260px, 30vw, 440px); border-color: var(--artbnb-line); border-radius: 6px; }
.artbnb-gallery__item:nth-child(5n + 1), .artbnb-gallery__item:nth-child(5n + 2) { grid-column: span 6; }
.artbnb-gallery__item img { transition: transform .55s ease, filter .55s ease; }
.artbnb-gallery__item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.artbnb-gallery__item figcaption { position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: auto; padding: 48px 18px 16px; overflow: visible; clip: auto; color: #fff; background: linear-gradient(transparent, rgb(0 0 0 / 76%)); font-size: 14px; line-height: 1.35; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.artbnb-gallery__item:hover figcaption { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .artbnb-hero { min-height: 620px; padding: 130px 20px 52px; background-position: 58% center; }
  .artbnb-highlights { grid-template-columns: 1fr; }
  .artbnb-highlights article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--artbnb-line); }
  .artbnb-highlights article:last-child { border-bottom: 0; }
  .artbnb-section { padding-right: 20px; padding-left: 20px; }
  .artbnb-apartment { grid-template-columns: 1fr; gap: 42px; }
  .artbnb-room p { min-height: 0; }
  .artbnb-gallery__rail { grid-template-columns: 1fr; }
  .artbnb-gallery__item, .artbnb-gallery__item:nth-child(5n + 1), .artbnb-gallery__item:nth-child(5n + 2) { grid-column: auto; height: min(72vw, 420px); }
  .artbnb-gallery__item figcaption { opacity: 1; transform: none; }
}
