.faq-item:not(.open) p {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--mint);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, filter .2s ease;
}

.header-booking:hover {
  filter: brightness(.97);
  transform: translateY(-1px);
}

.apartments-section {
  background: #f7f4ee;
}

.apartment-grid,
.story-grid {
  display: grid;
  gap: 22px;
}

.apartment-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31vw);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.apartment-grid::-webkit-scrollbar { display: none; }

.apartment-heading { align-items: end; }

.portfolio-arrows { display: flex; gap: 10px; }
.portfolio-arrows button { width: 48px; height: 48px; border: 1px solid #17231c; border-radius: 50%; background: transparent; font-size: 22px; cursor: pointer; }
.portfolio-arrows button:last-child { background: #17231c; color: #fff; }

.apartment-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #17231c;
  border-radius: 22px;
  scroll-snap-align: start;
  cursor: pointer;
}

.apartment-card > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.apartment-card:hover > img {
  transform: scale(1.025);
}

.apartment-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,18,13,.02) 30%, rgba(10,18,13,.92) 100%); }

.apartment-overlay { position: absolute; z-index: 1; inset: auto 22px 22px; color: #fff; }
.apartment-overlay span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}
.apartment-overlay h3 { margin: 7px 0 14px; font-size: 25px; line-height: 1.08; }
.apartment-overlay button { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 9px 13px; color: #fff; background: rgba(255,255,255,.12); font-weight: 700; cursor: pointer; }

.apartment-copy > p,
.story-label {
  margin: 0 0 10px;
  color: #8a6b3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 0;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.case-modal[hidden] { display: none; }
.case-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(8,13,10,.8); }
.case-modal-inner { position: relative; width: min(1160px, 96vw); max-height: 92vh; overflow: auto; display: grid; grid-template-columns: 1.15fr .85fr; border-radius: 26px; background: #fff; }
.case-close { position: fixed; z-index: 2; top: 28px; right: 30px; width: 54px; height: 54px; border: 0; border-radius: 50%; background: #fff; font-size: 34px; cursor: pointer; box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.case-gallery { min-width: 0; background: #eeeae2; }
.case-main-photo { position: relative; aspect-ratio: 4 / 3; }
.case-main-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.case-main-photo button { position: absolute; top: 50%; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(18,27,21,.75); color: #fff; font-size: 20px; cursor: pointer; }
.case-main-photo [data-case-photo-prev] { left: 16px; }
.case-main-photo [data-case-photo-next] { right: 16px; }
.case-main-photo span { position: absolute; top: 16px; right: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(18,27,21,.8); color: #fff; font-size: 12px; }
.case-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 10px; }
.case-thumbs button { padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: none; cursor: pointer; }
.case-thumbs button.active { border-color: #17231c; }
.case-thumbs img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.case-info { padding: 48px 42px 36px; }
.case-number { display: inline-flex; margin: 0 8px 12px 0; padding: 7px 11px; border-radius: 999px; background: #f5f2ec; color: #48604f; font-size: 12px; font-weight: 800; }
.case-location { color: #8a6b3d; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-info h2 { margin: 13px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: -.05em; }
.case-info > p { color: var(--muted); line-height: 1.65; }
.case-work { margin: 28px 0; padding: 22px; border-radius: 18px; background: #f5f2ec; }
.case-work ul { display: grid; gap: 10px; margin: 15px 0 0; padding: 0; list-style: none; color: var(--muted); }
.case-work li::before { content: "✓"; margin-right: 9px; color: #63816c; font-weight: 900; }
.case-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.case-actions .button { display: grid; place-items: center; text-align: center; }
.case-next { min-height: 54px; padding: 12px 16px; border: 1px solid #d8d5ce; border-radius: 14px; background: #fff; color: #17231c; font: inherit; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.case-next:hover { background: #f5f2ec; transform: translateX(2px); }
.case-next span { margin-left: 7px; font-size: 20px; }
body.modal-open { overflow: hidden; }

.portfolio-note,
.stories-note {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.owner-stories {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 2fr);
  gap: 42px;
  padding: 92px clamp(20px, 5vw, 76px);
  background: #19271f;
  color: #fff;
}

.stories-heading h2 {
  margin: 14px 0 22px;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -.05em;
}

.stories-heading > p {
  max-width: 520px;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.owner-stories .story-grid {
  grid-column: 2;
}

.story-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.story-card.featured-story {
  background: #f0b45a;
  color: #17231c;
  border-color: transparent;
}

.story-card h3 {
  min-height: 86px;
  font-size: 24px;
}

.story-card > p {
  min-height: 104px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.6;
}

.featured-story > p {
  color: rgba(23,35,28,.7);
}

.story-card dl,
.story-card dl div {
  display: grid;
  gap: 7px;
}

.story-card dl {
  gap: 18px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.featured-story dl {
  border-top-color: rgba(23,35,28,.18);
}

.story-card dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .62;
}

.story-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.owner-stories .stories-note {
  grid-column: 2;
  color: rgba(255,255,255,.52);
}

@media (width > 720px) and (width <= 1120px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owner-stories {
    grid-template-columns: 1fr;
  }

  .owner-stories .story-grid,
  .owner-stories .stories-note {
    grid-column: 1;
  }
}

.content-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 32px 110px;
}

.breadcrumbs {
  color: var(--muted);
  margin-bottom: 34px;
  font-size: 13px;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-page h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(44px, 6vw, 72px);
}

.content-lead {
  color: var(--muted);
  max-width: 760px;
  margin-bottom: 58px;
  font-size: 20px;
  line-height: 1.65;
}

.content-section {
  border-top: 1px solid var(--line);
  padding: 42px 0;
}

.content-section h2 {
  letter-spacing: -.04em;
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.content-section h3 {
  margin: 26px 0 10px;
  font-size: 21px;
}

.content-section p,
.content-section li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.content-section ul,
.content-section ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.content-section ul {
  list-style: disc;
}

.content-section ol {
  list-style: decimal;
}

.content-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.content-links a {
  background: var(--cream);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 750;
}

.booking-page {
  min-height: 100vh;
  background: #f7f4ee;
}

.booking-page .site-header {
  max-width: 1320px;
}

.booking-nav-back {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.booking-nav-back:hover {
  color: var(--ink);
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  max-width: 1256px;
  margin: 0 auto;
  padding: 68px 0 38px;
}

.booking-hero h1 {
  max-width: 900px;
  margin: 18px 0 18px;
  font-size: clamp(46px, 6vw, 76px);
}

.booking-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.booking-support {
  min-width: 240px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
}

.booking-support span,
.booking-support small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.booking-support a {
  display: block;
  margin: 5px 0 4px;
  font-size: 20px;
  font-weight: 800;
}

.booking-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1256px;
  margin: 0 auto 22px;
}

.booking-benefits div {
  padding: 18px 20px;
  border: 1px solid rgba(19,46,42,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 750;
}

.booking-module-shell {
  max-width: 1256px;
  min-height: 760px;
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid rgba(19,46,42,.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(19,46,42,.08);
}

.booking-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  color: var(--muted);
  font-size: 13px;
}

.booking-frame {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: #fff;
}

.booking-module-shell.is-ready .booking-loading {
  display: none;
}

.booking-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1256px;
  margin: 0 auto 70px;
  padding: 22px 24px;
  border-radius: 16px;
  background: var(--forest);
  color: #fff;
}

.booking-help p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
}

.booking-help a {
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.booking-page footer {
  margin-bottom: 0;
}

@media (width <= 720px) {
  .header-actions { gap: 8px; }
  .header-booking { min-height: 38px; padding: 0 12px; }

  .apartment-grid { grid-auto-columns: 82vw; }
  .apartment-card { min-height: 360px; }
  .case-modal { padding: 10px; }
  .case-modal-inner { grid-template-columns: 1fr; max-height: 96vh; }
  .case-close { top: 16px; right: 16px; }
  .case-info { padding: 28px 22px; }
  .case-actions { grid-template-columns: 1fr; }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .owner-stories {
    grid-template-columns: 1fr;
    padding: 68px 20px;
  }

  .owner-stories .story-grid,
  .owner-stories .stories-note {
    grid-column: 1;
  }

  .story-card h3,
  .story-card > p {
    min-height: 0;
  }

  .content-page {
    padding: 45px 20px 85px;
  }

  .content-page h1 {
    font-size: 43px;
  }

  .content-lead {
    font-size: 17px;
  }

  .booking-page .site-header {
    padding: 0 14px;
  }

  .booking-page .brand > span:last-child,
  .booking-page .header-phone {
    display: none;
  }

  .booking-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 46px 18px 28px;
  }

  .booking-hero h1 {
    font-size: 43px;
  }

  .booking-hero p {
    font-size: 16px;
  }

  .booking-support {
    min-width: 0;
  }

  .booking-benefits {
    grid-template-columns: 1fr;
    margin: 0 14px 18px;
  }

  .booking-module-shell {
    min-height: 720px;
    margin: 0 8px 24px;
    border-radius: 16px;
  }

  .booking-frame {
    min-height: 720px;
  }

  .booking-help {
    align-items: stretch;
    flex-direction: column;
    margin: 0 14px 34px;
  }

  .booking-help a {
    text-align: center;
  }
}


/* LONG-SERVICES-HEADING */
.services .section-heading { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: start; gap: 56px; }
.services .section-heading h2 { max-width: 790px; font-size: clamp(38px, 3.75vw, 56px); line-height: 1.04; }
.services .section-heading > p { padding-top: 24px; }
@media (max-width: 720px) {
  .services .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .services .section-heading h2 { font-size: 40px; }
  .services .section-heading > p { padding-top: 0; }
}
