/* Four steps, each with a restrained circular icon and a fine copper rule. */
#bauland-living-details .ba-process { align-items: start; }
#bauland-living-details .ba-process-step {
  grid-template-columns: 60px minmax(0, 1fr); gap: 24px; align-items: start;
  padding-block: 28px;
}
#bauland-living-details .ba-process-step::before { left: 84px; width: 24px; }
#bauland-living-details .ba-process-icon {
  display: grid; place-items: center; width: 60px; height: 60px;
  border-radius: 50%; background: #e4a16a1f; border: 1px solid #b78d6d40;
  color: var(--ba-petrol);
}
#bauland-living-details .ba-process-icon svg { width: 26px; height: 26px; stroke-width: 1.6; }
#bauland-living-details .ba-process-copy { min-width: 0; padding-top: 3px; }
#bauland-living-details .ba-process-step h3 { display: flex; align-items: baseline; gap: 12px; line-height: 1.2; font-size: 25px; margin-bottom: 10px; }
#bauland-living-details .ba-process-num {
  font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1.4;
  letter-spacing: .04em; color: #806047; flex-shrink: 0;
}
#bauland-living-details .ba-process-step p { line-height: 1.65; margin: 0; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  #bauland-living-details .ba-process-icon { transition: background-color .25s ease, border-color .25s ease; }
  #bauland-living-details .ba-process-step:hover .ba-process-icon { background: #e4a16a38; border-color: #b78d6d80; }
}
@media (max-width: 640px) {
  #bauland-living-details .ba-process { gap: 40px; }
  #bauland-living-details .ba-process-step { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding-block: 24px; }
  #bauland-living-details .ba-process-step::before { left: 64px; }
  #bauland-living-details .ba-process-icon { width: 48px; height: 48px; }
  #bauland-living-details .ba-process-icon svg { width: 23px; height: 23px; }
  #bauland-living-details .ba-process-step h3 { font-size: 23px; gap: 10px; }
  #bauland-living-details .ba-process-step p { font-size: 16px; }
}

/* Payment plans use the same warm surfaces and fine copper separators. */
#bauland-living-details .ba-payments { background: #e9ede6; }
#bauland-living-details .ba-payment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#bauland-living-details .ba-payment-card { display: flex; flex-direction: column; padding: 32px; border-radius: 6px; background: var(--ba-paper); min-width: 0; }
#bauland-living-details .ba-payment-card h3 { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ba-petrol); font-size: 24px; margin: 0 0 32px; }
#bauland-living-details .ba-payment-count { font-size: 14px; font-weight: 400; color: var(--ba-muted); }
#bauland-living-details .ba-payment-first { font-size: clamp(56px, 5vw, 76px); line-height: 1; font-weight: 700; letter-spacing: -.04em; color: var(--ba-petrol); margin: 0 0 10px; }
#bauland-living-details .ba-payment-first span { font-size: .45em; margin-left: 4px; }
#bauland-living-details .ba-payment-first-label { font-size: 16px; color: var(--ba-muted); margin: 0; }
#bauland-living-details .ba-payment-bar { display: flex; gap: 4px; height: 4px; margin: 28px 0 12px; }
#bauland-living-details .ba-payment-bar span { border-radius: 2px; background: #b9cac3; }
#bauland-living-details .ba-payment-bar span:first-child { background: var(--ba-copper); }
#bauland-living-details .ba-payment-steps { margin: 0 0 32px; }
#bauland-living-details .ba-payment-steps > div { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid #9f6f492b; }
#bauland-living-details .ba-payment-steps dt { font-size: 16px; color: var(--ba-muted); }
#bauland-living-details .ba-payment-steps dd { margin: 0; color: var(--ba-petrol); font-size: 28px; font-weight: 700; }
#bauland-living-details .ba-payment-steps dd span { font-size: 17px; margin-left: 2px; }
#bauland-living-details .ba-payment-ask { margin-top: auto; gap: 12px; font-size: 16px; text-align: left; }
#bauland-living-details .ba-payment-note { margin: 24px 0 0; font-size: 14px; line-height: 1.6; color: var(--ba-muted); max-width: none; }
#bauland-living-details .ba-payment-personal { position: relative; margin-top: 48px; padding-top: 36px; border-top: 1px solid #9f6f4940; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
#bauland-living-details .ba-payment-personal::before { content: ''; position: absolute; top: -1px; left: 0; width: 24px; height: 2px; background: var(--ba-copper); }
#bauland-living-details .ba-payment-personal h3 { font-size: 28px; color: var(--ba-petrol); margin: 0 0 10px; }
#bauland-living-details .ba-payment-personal p { font-size: 16px; color: var(--ba-muted); max-width: 52ch; }
#bauland-living-details .ba-payment-personal .ba-btn { flex-shrink: 0; }
@media (max-width: 999px) {
  #bauland-living-details .ba-payment-grid { gap: 16px; }
  #bauland-living-details .ba-payment-card { padding: 24px; }
  #bauland-living-details .ba-payment-personal { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  #bauland-living-details .ba-payment-grid { grid-template-columns: 1fr; gap: 24px; }
  #bauland-living-details .ba-payment-card { padding: 28px; }
  #bauland-living-details .ba-payment-card h3 { margin-bottom: 24px; }
  #bauland-living-details .ba-payment-personal .ba-btn { white-space: normal; text-align: left; }
}

/* Quiet interaction details; content is never hidden while waiting to animate. */
@media (prefers-reduced-motion: no-preference) {
  #bauland-living-details :is(.ba-btn, .ba-phone-button, .ba-menu-button) {
    transition: transform .2s ease, background-color .2s ease, filter .2s ease;
  }
  #bauland-living-details :is(.ba-btn, .ba-phone-button, .ba-menu-button):active {
    transform: scale(.98);
  }
  #bauland-living-details .ba-portfolio-item .ba-photo {
    transition: transform .65s cubic-bezier(.22, .61, .36, 1);
  }
  #bauland-living-details .ba-nav a {
    transition: color .2s ease;
  }
  #bauland-living-details :is(.ba-mobile-nav:not([hidden]), dialog[open]) {
    animation: ba-soft-open .22s ease-out both;
  }
  #bauland-living-details details[open] > :not(summary) {
    animation: ba-soft-open .2s ease-out both;
  }
  @media (hover: hover) and (pointer: fine) {
    #bauland-living-details :is(.ba-btn, .ba-phone-button, .ba-menu-button):hover {
      transform: translateY(-2px);
    }
    #bauland-living-details .ba-portfolio-item:hover .ba-photo,
    #bauland-living-details .ba-portfolio-item:focus-within .ba-photo {
      transform: scale(1.025);
    }
    #bauland-living-details .ba-nav a:hover { color: var(--ba-copper); }
  }
}
@keyframes ba-soft-open {
  from { opacity: 0; translate: 0 4px; }
  to { opacity: 1; translate: 0 0; }
}

/* The existing hero photograph remains visible until the film starts playing. */
#bauland-living-details .ba-hero { position: relative; isolation: isolate; overflow: hidden; justify-content: flex-end; }
#bauland-living-details .ba-hero-bottom { margin-top: 0; }
#bauland-living-details .ba-hero-film {
  position: absolute; inset: 0; z-index: -2; container-type: size;
  overflow: hidden; opacity: 0; transition: opacity 1s ease; pointer-events: none;
}
#bauland-living-details .ba-hero-film.is-ready,
#bauland-living-details .ba-hero-film.has-poster { opacity: 1; }
#bauland-living-details .ba-hero-film iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: max(100cqw, 177.778cqh); height: max(100cqh, 56.25cqw);
  max-width: none; border: 0;
}
#bauland-living-details .ba-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, #092c2b66 0%, #092c2b0d 40%, #092c2bbf 100%);
}
@media (prefers-reduced-motion: reduce) {
  #bauland-living-details .ba-hero-film { transition: none; }
}

/* Honey border fades over the photograph and settles around the caption. */
#bauland-living-details .ba-portfolio-item { position: relative; }
#bauland-living-details .ba-portfolio-item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(228, 161, 106, 0) 15%,
    rgba(228, 161, 106, .03) 43%,
    rgba(228, 161, 106, .16) 70%,
    rgba(228, 161, 106, .26) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Shared image sizing: an aspect-ratio must never shrink the image's width. */
#bauland-living-details .ba-portfolio-item .ba-photo {
  width: 100%;
  max-height: none;
}
#bauland-living-details :is(.ba-shell, .ba-portfolio-copy, .ba-section-top) > * {
  min-width: 0;
}

/* Desktop composition, with full-width backgrounds and aligned content. */
@media (min-width: 1000px) {
  #bauland-living-details {
    --ba-desktop-gutter: max(40px, calc(50% - 620px));
    font-size: 18px;
    line-height: 1.6;
  }
  #bauland-living-details :is(.ba-shell, .ba-header, .ba-footer, .ba-backbar,
    .ba-project-jumps, .ba-hero, .ba-project-page-hero, .ba-land) {
    padding-inline: var(--ba-desktop-gutter);
  }
  #bauland-living-details .ba-shell { padding-block: 112px; }
  #bauland-living-details h2 {
    font-size: clamp(40px, 3.6vw, 52px);
    line-height: 1.12;
    letter-spacing: -.025em;
    text-wrap: balance;
  }
  #bauland-living-details .ba-header { min-height: 100px; gap: 36px; }
  #bauland-living-details .ba-brand { font-size: 38px; }
  #bauland-living-details .ba-nav { font-size: 16px; gap: 30px; }
  #bauland-living-details .ba-header-actions { gap: 10px; }
  #bauland-living-details .ba-header-actions :is(.ba-phone-button, .ba-menu-button) {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  #bauland-living-details .ba-header-actions .ba-phone-button {
    background: #e4a16a20;
    color: #f1c49f;
  }
  #bauland-living-details .ba-header-actions .ba-menu-button {
    background: var(--ba-copper);
    color: var(--ba-petrol);
  }
  #bauland-living-details .ba-mobile-nav {
    padding: 20px var(--ba-desktop-gutter) 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 36px;
  }
  #bauland-living-details .ba-hero {
    min-height: 660px;
    min-height: clamp(600px, 72vh, 780px);
    padding-block: 36px 64px;
    background-position: center 55%;
  }
  #bauland-living-details .ba-hero-top { font-size: 12px; letter-spacing: 1.5px; }
  #bauland-living-details .ba-hero-bottom {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 80px;
    margin-top: 0;
  }
  #bauland-living-details .ba-hero h1 {
    max-width: 780px;
    font-size: clamp(54px, 4.7vw, 70px);
    line-height: 1.06;
  }
  #bauland-living-details .ba-hero-actions { max-width: 320px; margin: 0; gap: 24px; }
  #bauland-living-details .ba-hero-actions p { font-size: 18px; line-height: 1.6; }
  #bauland-living-details .ba-btn { font-size: 16px; padding: 16px 22px; }
  #bauland-living-details .ba-section-top { gap: 64px; margin-bottom: 48px; }
  #bauland-living-details .ba-section-top > p { max-width: 380px; font-size: 18px; }

  /* Two projects per row, with the image above each compact caption. */
  #bauland-living-details .ba-portfolio > h2 { margin-bottom: 56px; }
  #bauland-living-details .ba-portfolio-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 32px;
  }
  #bauland-living-details .ba-portfolio-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #e9ede6;
  }
  #bauland-living-details .ba-portfolio-item figure,
  #bauland-living-details .ba-portfolio-item .ba-project-image {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #bauland-living-details .ba-portfolio-item .ba-project-image { border-radius: 6px 6px 0 0; }
  #bauland-living-details .ba-portfolio-item .ba-photo {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    max-height: none;
    background-size: cover;
    background-position: center;
  }
  #bauland-living-details .ba-portfolio-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding: 28px 30px 30px;
  }
  #bauland-living-details .ba-portfolio-copy h3 {
    font-size: clamp(27px, 2.2vw, 32px);
    line-height: 1.16;
    margin: 0 0 14px;
    text-wrap: balance;
  }
  #bauland-living-details .ba-project-phase { display: inline; margin: 0; font-size: 17px; }
  #bauland-living-details .ba-portfolio-copy p { font-size: 17px; line-height: 1.6; max-width: 48ch; margin-bottom: 24px; }
  #bauland-living-details .ba-portfolio-copy .ba-text-btn {
    margin: auto 0 0;
    font-size: 16px;
    gap: 14px;
    white-space: normal;
    text-align: left;
  }
  #bauland-living-details .ba-project-image .ba-project-status { top: 22px; left: 22px; }

  #bauland-living-details .ba-reveal-section {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr);
    column-gap: 72px;
    padding-top: 24px;
    padding-bottom: 112px;
    align-items: center;
  }
  #bauland-living-details .ba-reveal-section .ba-section-top {
    display: block;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  #bauland-living-details .ba-reveal-section .ba-section-top > p { margin-top: 28px; }
  #bauland-living-details .ba-reveal-stage {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  #bauland-living-details .ba-reveal-caption {
    grid-column: 2;
    width: 100%;
    max-width: none;
    margin-top: 22px;
  }
  #bauland-living-details .ba-future-standalone {
    margin: 0 var(--ba-desktop-gutter) 112px;
    padding: 60px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
  }
  #bauland-living-details .ba-future h3 { font-size: 44px; }
  #bauland-living-details .ba-future p { max-width: 43ch; }

  #bauland-living-details .ba-material-grid { gap: 44px 36px; margin-top: 56px; }
  #bauland-living-details .ba-material-grid h3 { font-size: 25px; }
  #bauland-living-details .ba-material-grid p { font-size: 17px; }
  #bauland-living-details .ba-material-benefits { gap: 80px; margin-top: 80px; }
  #bauland-living-details .ba-film-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 32px;
  }
  #bauland-living-details .ba-film-poster .ba-material-photo { aspect-ratio: 16 / 10; }
  #bauland-living-details .ba-film-copy h3 { font-size: 26px; }
  #bauland-living-details .ba-film-copy p { font-size: 17px; }
  #bauland-living-details .ba-review-layout { gap: 80px; margin-top: 56px; }
  #bauland-living-details .ba-review blockquote { font-size: 31px; max-width: 30ch; }
  #bauland-living-details .ba-review details p { font-size: 16px; }
  #bauland-living-details :is(.ba-process, .ba-faq-layout, .ba-contact) {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 96px;
  }
  #bauland-living-details .ba-process-step { padding-block: 28px; }
  #bauland-living-details .ba-process-step p,
  #bauland-living-details .ba-faq-layout details p { font-size: 17px; }
  #bauland-living-details .ba-contact h2 { font-size: 52px; }
  #bauland-living-details .ba-contact-copy > p { max-width: 40ch; }
  #bauland-living-details .ba-contact-form { max-width: 560px; width: 100%; justify-self: end; }

  #bauland-living-details .ba-project-page-hero { min-height: 610px; padding-block: 72px; }
  #bauland-living-details .ba-project-page-hero h1 { font-size: 64px; }
  #bauland-living-details .ba-project-intro { gap: 80px; }
  #bauland-living-details .ba-gallery .ba-photo { width: 100%; height: auto; }
  #bauland-living-details .ba-spec-grid { gap: 48px; }
  #bauland-living-details .ba-catalog-head { padding-bottom: 36px; }
  #bauland-living-details .ba-catalog-body { padding-top: 0; }
  #bauland-living-details .ba-footer { padding-block: 30px; }
}

@media (min-width: 1100px) {
  #bauland-living-details .ba-crew-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
  }
  #bauland-living-details .ba-crew-card,
  #bauland-living-details .ba-crew-card:nth-last-child(2),
  #bauland-living-details .ba-crew-card:last-child { grid-column: auto; }
  #bauland-living-details .ba-crew-copy h3 { font-size: 23px; }
  #bauland-living-details .ba-crew-copy p { font-size: 15px; }
}

/* Tablet cards keep the approved image-and-caption composition. */
@media (min-width: 641px) and (max-width: 999px) {
  #bauland-living-details .ba-portfolio-item .ba-photo { width: 100%; aspect-ratio: 16 / 10; }
}

/* Keep section navigation readable and switch to the full menu before it crowds. */
#bauland-living-details .ba-nav a { white-space: nowrap; }
#bauland-living-details .ba-mobile-nav a { min-height: 44px; font-size: 16px; }
#bauland-living-details :is(.ba-nav, .ba-mobile-nav) a:focus-visible {
  outline: 2px solid var(--ba-copper); outline-offset: 5px; border-radius: 4px;
}
@media (max-width: 1099px) {
  #bauland-living-details .ba-nav { display: none; }
}
@media (min-width: 1100px) {
  #bauland-living-details .ba-header { gap: 28px; }
  #bauland-living-details .ba-nav { gap: 24px; }
}

/* A warm yellow underline reveals beneath desktop navigation links. */
@media (min-width: 1100px) {
  #bauland-living-details .ba-nav a { position: relative; }
  #bauland-living-details .ba-nav a::after {
    content: ''; position: absolute; inset-inline: 0; bottom: 2px;
    height: 2px; border-radius: 2px; background: #e9bd6b;
    transform: scaleX(0); transform-origin: left center;
    pointer-events: none;
  }
  #bauland-living-details .ba-nav a:focus-visible::after { transform: scaleX(1); }
  @media (hover: hover) and (pointer: fine) {
    #bauland-living-details .ba-nav a:hover { color: var(--ba-paper); }
    #bauland-living-details .ba-nav a:hover::after { transform: scaleX(1); }
  }
  @media (prefers-reduced-motion: no-preference) {
    #bauland-living-details .ba-nav a::after { transition: transform .22s ease-out; }
  }
}

/* Secondary land inquiry beside the hero's primary project action. */
#bauland-living-details .ba-hero-buttons { display: grid; gap: 10px; max-width: 100%; }
#bauland-living-details .ba-hero-buttons .ba-btn { width: 100%; }
#bauland-living-details .ba-hero-land {
  background: rgba(16, 61, 59, .35); border-color: rgba(228, 161, 106, .55);
  color: var(--ba-paper);
}
#bauland-living-details .ba-hero-land svg { color: var(--ba-copper); }
#bauland-living-details .ba-hero-land:focus-visible { outline: 2px solid var(--ba-copper); outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  #bauland-living-details .ba-hero-land:hover {
    background: rgba(16, 61, 59, .7); border-color: var(--ba-copper);
  }
}

/* Desktop contact strip; compact navigation retains its menu on smaller screens. */
#bauland-living-details .ba-contact-bar { display: none; }
@media (min-width: 1100px) {
  #bauland-living-details .ba-header-actions .ba-menu-button,
  #bauland-living-details .ba-mobile-nav { display: none; }
  #bauland-living-details .ba-contact-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 16px 24px;
    min-height: 46px; padding: 4px var(--ba-desktop-gutter);
    background: #0c302f; color: var(--ba-sage);
    border-bottom: 1px solid rgba(228, 161, 106, .18);
    font-size: 14px; line-height: 1.4;
  }
  #bauland-living-details .ba-contact-bar-links {
    display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px;
  }
  #bauland-living-details .ba-contact-bar :is(a, span) {
    display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  }
  #bauland-living-details .ba-contact-bar a { min-height: 36px; }
  #bauland-living-details .ba-contact-bar svg { width: 15px; height: 15px; flex-shrink: 0; stroke-width: 1.7; }
  #bauland-living-details .ba-contact-bar .ba-contact-bar-phone { color: #e9bd6b; }
  #bauland-living-details .ba-contact-bar-social { display: flex; gap: 16px; flex-shrink: 0; }
  #bauland-living-details .ba-contact-bar a:hover { color: var(--ba-copper); }
  #bauland-living-details .ba-contact-bar a:focus-visible { outline: 2px solid var(--ba-copper); outline-offset: 3px; border-radius: 3px; }
}

/* Original partner marks share a quiet monochrome treatment. */
#bauland-living-details .ba-partners { background: var(--ba-paper); }
#bauland-living-details .ba-partners-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 20px; list-style: none; padding: 0; margin: 0;
}
#bauland-living-details .ba-partner {
  min-width: 0; text-align: center; padding: 20px 8px 12px;
  border-top: 1px solid rgba(228, 161, 106, .22);
}
#bauland-living-details .ba-partner-logo { height: 100px; display: grid; place-items: center; margin-bottom: 14px; }
#bauland-living-details .ba-partner-logo img {
  display: block; width: 100%; max-width: 170px; height: 100%; object-fit: contain;
  filter: grayscale(1); mix-blend-mode: multiply; opacity: .85;
}
#bauland-living-details .ba-partner h3 { font-size: 16px; line-height: 1.3; margin: 0 0 7px; letter-spacing: 0; overflow-wrap: anywhere; }
#bauland-living-details .ba-partner p { font-size: 14px; line-height: 1.5; color: var(--ba-muted); margin: 0; }
#bauland-living-details .ba-faq-layout > div { min-width: 0; }
@media (min-width: 700px) { #bauland-living-details .ba-partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { #bauland-living-details .ba-partners-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 40px 24px; } }

/* Recognizable social icons keep the desktop contact strip compact. */
@media (min-width: 1100px) {
  #bauland-living-details .ba-contact-bar-social { gap: 6px; }
  #bauland-living-details .ba-contact-bar-social a {
    width: 36px; min-height: 36px; justify-content: center; border-radius: 50%;
  }
  #bauland-living-details .ba-contact-bar-social svg { width: 19px; height: 19px; stroke-width: 0; }
  #bauland-living-details .ba-contact-bar-social a:hover { background: rgba(228, 161, 106, .1); }
}

/* Compact mobile header and paired hero actions. Crop the player's title strip. */
#bauland-living-details .ba-hero-film iframe{width:max(120cqw,213.334cqh);height:max(120cqh,67.5cqw);pointer-events:none}
@media(max-width:900px){
#bauland-living-details .ba-header-actions{gap:8px}
#bauland-living-details .ba-header-actions :is(.ba-phone-button,.ba-menu-button){width:42px;height:42px;min-width:42px;padding:10px}
#bauland-living-details .ba-header-actions :is(svg,[data-lucide]){width:22px;height:22px;stroke-width:2}
#bauland-living-details .ba-hero-actions{max-width:none;width:100%}
#bauland-living-details .ba-hero-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}
#bauland-living-details .ba-hero-buttons .ba-btn{min-width:0;min-height:46px;padding:12px 8px;font-size:14px;gap:6px;justify-content:center;white-space:nowrap}
#bauland-living-details .ba-hero-buttons .ba-btn svg{width:17px;height:17px;flex-shrink:0}
}

/* Keep both hero calls to action together on desktop as well as mobile. */
@media(min-width:901px){
 #bauland-living-details .ba-hero-bottom{grid-template-columns:minmax(0,1fr) 410px;gap:48px}
 #bauland-living-details .ba-hero-actions{width:100%;max-width:none;margin:0}
 #bauland-living-details .ba-hero-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
 #bauland-living-details .ba-hero-buttons .ba-btn{min-width:0;min-height:56px;padding:16px 18px;justify-content:center;white-space:nowrap}
}
@media(min-width:901px) and (max-width:1099px){
 #bauland-living-details .ba-hero-bottom{grid-template-columns:minmax(0,1fr);gap:28px}
 #bauland-living-details .ba-hero-actions{max-width:410px}
}
@media(min-width:1100px){
 #bauland-living-details .ba-hero-actions{align-self:center}
}

/* Full-width navigation backing keeps the menu readable on every page. */
#bauland-living-details .ba-header{
 position:relative;z-index:30;background:linear-gradient(180deg,rgba(9,44,43,.97),rgba(9,44,43,.88));color:var(--ba-paper);border-bottom:0;box-shadow:0 18px 32px -12px rgba(9,44,43,.6);
 -webkit-backdrop-filter:none;backdrop-filter:none;
}
#bauland-living-details[data-ba-active-screen="home"] .ba-header,
#bauland-living-details[data-ba-active-screen="project"] .ba-header{
 margin-bottom:calc(-1 * var(--ba-header-height,100px));color:var(--ba-paper);
}
#bauland-living-details[data-ba-active-screen="home"] .ba-hero{
 padding-top:calc(var(--ba-header-height,100px) + 36px)
}
#bauland-living-details[data-ba-active-screen="catalog"] .ba-header,
#bauland-living-details[data-ba-active-screen="editorial"] .ba-header{color:var(--ba-paper)}
#bauland-living-details[data-ba-active-screen="catalog"] .ba-header-actions .ba-phone-button,
#bauland-living-details[data-ba-active-screen="editorial"] .ba-header-actions .ba-phone-button{
 color:var(--ba-copper);background:rgba(228,161,106,.16)
}
#bauland-living-details[data-ba-active-screen="project"] #ba-project-page{position:relative}
#bauland-living-details[data-ba-active-screen="project"] #ba-project-page>.ba-backbar{
 position:absolute;z-index:20;top:var(--ba-header-height,100px);left:0;right:0;
 color:var(--ba-paper);background:transparent;border:0;
}
#bauland-living-details[data-ba-active-screen="project"] .ba-project-page-hero{
 padding-top:calc(var(--ba-header-height,100px) + 96px)
}
#bauland-living-details[data-ba-active-screen="catalog"] .ba-backbar{
 background:transparent;border-bottom:1px solid rgba(159,111,73,.16)
}
@media (hover:hover) and (pointer:fine){
 #bauland-living-details[data-ba-active-screen="catalog"] .ba-nav a:hover,
 #bauland-living-details[data-ba-active-screen="editorial"] .ba-nav a:hover{color:var(--ba-copper)}
}
@media(max-width:640px){
 #bauland-living-details[data-ba-active-screen="project"] #ba-project-page>.ba-backbar{top:var(--ba-header-height,76px)}
 #bauland-living-details[data-ba-active-screen="project"] .ba-project-page-hero{padding-top:calc(var(--ba-header-height,76px) + 84px)}
}
