.rental { overflow: hidden; }
html, body, a, button, input, textarea, select, summary { cursor: url('../images/favicon-32x32.png') 16 16, auto; }
.top-bar { position: fixed; top: 0; right: 0; left: 0; width: 100%; z-index: 60; }
.header,
.header.sticky { position: fixed; top: 64px; z-index: 50; }
.main,
.footer { position: relative; z-index: 1; }
.rental__intro, .rental-request__heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
.rental__intro h2, .studio-booking h2, .rental-request h2 { margin: 0; }
.rental__eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.rental__lead { max-width: 650px; margin: 16px 0 0; font-size: 20px; line-height: 1.35; }
.home-intro { max-width: 680px; font-size: 15px; line-height: 1.5; }
.residents { margin-top: 100px; }
.residents__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.residents__heading h2 { margin: 0; }
.residents__heading > p { max-width: 520px; margin: 0; font-size: 18px; }
.residents__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid #000; border-left: 4px solid #000; }
.resident-card { display: flex; min-width: 0; flex-direction: column; border-right: 4px solid #000; border-bottom: 4px solid #000; background: #fff; }
.resident-card__visual { position: relative; height: 270px; overflow: hidden; border-bottom: 4px solid #000; background: #000; }
.resident-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.resident-card__visual > span { position: absolute; right: 14px; bottom: 12px; left: 14px; color: #fff; font-size: clamp(24px, 2.8vw, 43px); font-weight: 600; line-height: .88; letter-spacing: -.05em; text-transform: uppercase; text-shadow: 0 2px 12px #000; }
.resident-card__visual--type { display: grid; place-items: center; background: #000; }
.resident-card__visual--type > span { position: static; padding: 20px; font-size: clamp(44px, 5vw, 76px); text-shadow: none; }
.resident-card__visual--acid { background: #d7ff37; }
.resident-card__visual--acid > span { color: #000; }
.resident-card__body { display: flex; min-height: 105px; flex: 1; flex-direction: column; padding: 20px; }
.resident-card__body h3 { margin: 4px 0 0; font-size: 30px; line-height: .95; }
.resident-card__body > p:not(.resident-card__meta):not(.resident-card__slot) { font-size: 14px; line-height: 1.45; }
.resident-card__meta { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.resident-card__slot { margin: auto 0 13px; padding-top: 22px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.resident-card__body a { width: max-content; border-bottom: 2px solid currentColor; text-decoration: none; font-size: 13px; }
.rental__book-top { flex: 0 0 auto; }
.rental-carousel { position: relative; }
.rental-carousel__controls { display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-bottom: 16px; }
.rental-carousel__arrow { width: 42px; height: 42px; padding: 0; border: 4px solid #000; border-radius: 50%; background: transparent; color: #000; font: inherit; cursor: pointer; }
.rental-carousel__arrow:hover, .rental-carousel__arrow:focus-visible { background: #000; color: #fff; }
.rental-carousel__count { min-width: 60px; text-align: center; font-size: 13px; }
.rental-carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 31%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 14px; }
.rental-carousel__track::-webkit-scrollbar { display: none; }
.rental-card { position: relative; display: flex; flex-direction: column; min-height: 520px; border: 4px solid #000; scroll-snap-align: start; background: #fff; }
.rental-card__image { display: grid; place-items: center; height: 300px; overflow: hidden; border-bottom: 4px solid #000; background: #f3f3f0; }
.rental-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.rental-card__image--cutout img { width: 90%; height: 90%; mix-blend-mode: normal; }
.rental-card__image--type { background: #000; color: #fff; }
.rental-card__image--type span { font-size: clamp(38px, 5vw, 72px); font-weight: 600; line-height: .77; letter-spacing: -.06em; }
.rental-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.rental-card__body h3 { margin: 3px 0 0; font-size: 27px; line-height: 1; }
.rental-card__quantity, .rental-card__brand { margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.rental-card__brand { margin-top: 7px; opacity: .65; }
.rental-card__price { margin: auto 0 14px; padding-top: 28px; font-size: 29px; font-weight: 600; }
.rental-card__price span { font-size: 12px; font-weight: 400; text-transform: uppercase; }
.rental-card__link { width: max-content; border-bottom: 1px solid currentColor; text-decoration: none; }
.rental-card__badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 7px 10px; background: #000; color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.rental-card--soon { opacity: .72; }
.studio-booking { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 48px; }
.studio-booking__price { margin: 38px 0 0; font-size: 18px; }
.studio-booking__price strong { font-size: 48px; line-height: 1; }
.studio-booking__deal { width: max-content; margin: 10px 0 26px; padding: 9px 12px; background: #000; color: #fff; }
.studio-booking__copy .button { margin-top: 12px; }
.studio-booking__visual { position: relative; height: 660px; margin: 0; overflow: hidden; border: 4px solid #000; background: #fff; }
.studio-booking__slides { position: absolute; inset: 0; }
.studio-booking__slides img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 28px; object-fit: contain; opacity: 0; transition: opacity .35s ease; }
.studio-booking__slides img.is-active { opacity: 1; }
.studio-booking__gallery-controls { position: absolute; z-index: 3; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 12px; padding: 7px; background: #fff; color: #000; }
.studio-booking__gallery-controls button { width: 36px; height: 36px; padding: 0; border: 4px solid #000; border-radius: 50%; background: #fff; color: #000; }
.studio-booking__gallery-controls button:hover, .studio-booking__gallery-controls button:focus-visible { background: #000; color: #fff; }
.studio-booking__gallery-controls span { min-width: 58px; text-align: center; font-size: 12px; }
.rental-request { margin-top: 100px; padding: 60px 0 0; border-top: 4px solid #000; }
.rental-request__heading > p { max-width: 440px; margin: 0; }
.events-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 45px; }
.events-heading h2, .community-gallery h2 { margin: 0; }
.events-heading > p { max-width: 500px; margin: 0; font-size: 18px; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid #000; border-left: 4px solid #000; }
.event-card { display: flex; min-height: 570px; flex-direction: column; border-right: 4px solid #000; border-bottom: 4px solid #000; background: #fff; }
.event-card__art { position: relative; display: flex; height: 310px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; border-bottom: 4px solid #000; background: #e8e8e3; }
.event-card__art::after { position: absolute; width: 180px; height: 180px; right: -50px; bottom: -70px; border: 30px solid #000; border-radius: 50%; content: ''; }
.event-card:nth-child(3n+2) .event-card__art { background: #000; color: #fff; }
.event-card:nth-child(3n+2) .event-card__art::after { border-color: #fff; }
.event-card:nth-child(3n) .event-card__art { background: #d7ff37; }
.event-card__art span { position: relative; z-index: 1; font-size: clamp(30px, 3.2vw, 48px); font-weight: 600; line-height: .78; letter-spacing: -.06em; }
.event-card__art b { position: relative; z-index: 1; font-size: 13px; letter-spacing: .12em; }
.event-card__art--poster { height: auto; min-height: 0; aspect-ratio: 4 / 5; padding: 0; background: #fff !important; }
.event-card__art--poster::after { display: none; }
.event-card__art--poster img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.event-card__art--cover img { object-fit: cover; }
.event-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.event-card__date { margin: 0 0 24px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.event-card h3 { margin: 0; font-size: 25px; line-height: 1.05; }
.event-card p:not(.event-card__date) { margin: 12px 0 25px; }
.event-card__lineup { font-size: 15px; line-height: 1.5; }
.event-card a { width: max-content; margin-top: auto; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 0; }
.event-card a::before { content: "View event \2192"; font-size: 16px; }
.community-gallery { display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; align-items: stretch; margin-top: 100px; padding-top: 60px; border-top: 4px solid #000; }
.community-gallery__track { display: grid; grid-auto-columns: minmax(260px, 72%); grid-auto-flow: column; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
.community-gallery__track figure { height: 500px; margin: 0; overflow: hidden; scroll-snap-align: start; border: 4px solid #000; background: #ecece8; }
.community-gallery__track img { display: block; width: 100%; height: 100%; object-fit: cover; }
.footer__partners img[alt="Sobrino Studios"],
.footer__partners img[alt="Atelier Zeven"] { filter: brightness(0) invert(1); opacity: 1; }
.footer__partners img[alt="Atelier Zeven"] {
  width: 180px;
  max-width: 38vw;
  filter: brightness(0) invert(1) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}
.footer__partners img[alt="Daily Dubstep"] {
  width: 180px;
  max-width: 38vw;
  height: auto;
  opacity: 1;
}
.contact-copy { max-width: 590px; padding-right: clamp(0px, 4vw, 60px); }
.contact-copy__lead { font-size: clamp(22px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.025em; }
.contact-faq { margin-top: 44px; border-top: 4px solid #000; }
.contact-faq__eyebrow { margin: 14px 0 22px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-faq details { border-bottom: 4px solid #000; }
.contact-faq summary { position: relative; padding: 16px 32px 16px 0; cursor: pointer; font-weight: 600; list-style: none; }
.contact-faq summary::-webkit-details-marker { display: none; }
.contact-faq summary::after { content: "+"; position: absolute; top: 16px; right: 0; font-size: 22px; font-weight: 400; line-height: 1; }
.contact-faq details[open] summary::after { content: "−"; }
.contact-faq details p { max-width: 52ch; margin: 0; padding: 0 28px 18px 0; font-size: 15px; line-height: 1.45; }
@media (max-width: 900px) {
  .residents__grid { grid-template-columns: repeat(2, 1fr); }
  .rental-carousel__track { grid-auto-columns: minmax(275px, 72%); }
  .studio-booking { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .community-gallery { grid-template-columns: 1fr; }
  .community-gallery__track { grid-auto-columns: minmax(250px, 62%); }
}
@media (max-width: 640px) {
  .residents { margin-top: 70px; }
  .residents__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .residents__grid { grid-template-columns: 1fr; }
  .rental__intro, .rental-request__heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .rental-carousel__controls { justify-content: space-between; }
  .rental-carousel__track { grid-auto-columns: 88%; }
  .rental-card { min-height: 480px; }
  .rental-card__image { height: 270px; }
  .studio-booking { margin-top: 70px; padding-top: 42px; gap: 30px; }
  .studio-booking__visual { height: 600px; }
  .rental-request { margin-top: 70px; padding-top: 42px; }
  .events-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .events-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 540px; }
  .community-gallery { margin-top: 70px; padding-top: 42px; }
  .community-gallery__track { grid-auto-columns: 84%; }
  .community-gallery__track figure { height: 430px; }
}
