/* 두산위브더제니스 부천 — isolated project presentation */
.apt44-dwbz-active {
  --dwbz-navy: #15283a;
  --dwbz-navy-deep: #0b1824;
  --dwbz-ink: #18212a;
  --dwbz-muted: #5d6872;
  --dwbz-champagne: #b49a73;
  --dwbz-champagne-light: #dac9ad;
  --dwbz-ivory: #f5f1e9;
  --dwbz-paper: #fffdf9;
  --dwbz-line: rgba(21, 40, 58, 0.14);
  --dwbz-shadow: 0 24px 70px rgba(11, 24, 36, 0.14);
  background: var(--dwbz-paper);
  color: var(--dwbz-ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  padding-bottom: 88px;
}

.apt44-dwbz-active.admin-bar .dwbz-header { top: 32px; }
.apt44-dwbz-active .site-header,
.apt44-dwbz-active .site-footer,
.apt44-dwbz-active .nv-single-page-wrap > .nv-page-title-wrap,
.apt44-dwbz-active .nv-single-post-wrap > .nv-title-meta-wrap { display: none !important; }

.dwbz-shell,
.dwbz-shell * { box-sizing: border-box; }
.dwbz-shell { min-height: 100vh; overflow-wrap: anywhere; }
.dwbz-shell a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.dwbz-shell img { display: block; max-width: 100%; height: auto; }
.dwbz-shell button,
.dwbz-shell a { -webkit-tap-highlight-color: transparent; }

.dwbz-skip-link {
  position: fixed;
  z-index: 10010;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  background: #fff;
  color: var(--dwbz-navy-deep);
  border-radius: 6px;
  transform: translateY(-160%);
}
.dwbz-skip-link:focus { transform: translateY(0); }

.dwbz-header {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  left: 0;
  min-height: 76px;
  color: #fff;
  background: rgba(11, 24, 36, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease;
}
.dwbz-header.is-scrolled {
  background: rgba(11, 24, 36, 0.98);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.dwbz-header__inner {
  width: min(1460px, calc(100% - 44px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.dwbz-brand {
  min-width: 235px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none !important;
}
.dwbz-brand__mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 30px;
  color: var(--dwbz-navy-deep);
  background: var(--dwbz-champagne-light);
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  border-radius: 50% 48% 46% 52%;
}
.dwbz-brand__name { display: grid; line-height: 1; }
.dwbz-brand__name strong { font-family: Georgia, "Times New Roman", serif; font-size: 16px; letter-spacing: 0.09em; }
.dwbz-brand__name small { margin-top: 6px; color: rgba(255, 255, 255, 0.62); font-size: 9px; letter-spacing: 0.23em; }

.dwbz-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.25vw, 22px);
}
.dwbz-nav > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.dwbz-nav > a:not(.dwbz-nav__call)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--dwbz-champagne-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.dwbz-nav > a:hover::after,
.dwbz-nav > a:focus-visible::after,
.dwbz-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.dwbz-nav__call {
  min-width: 128px;
  padding: 6px 14px;
  flex-direction: column;
  border: 1px solid rgba(218, 201, 173, 0.65);
  border-radius: 2px;
  color: #fff !important;
  line-height: 1.15;
}
.dwbz-nav__call small { color: var(--dwbz-champagne-light); font-size: 9px; letter-spacing: 0.08em; }
.dwbz-menu-toggle { display: none; }

.dwbz-main { margin-top: 76px; }
.dwbz-main > .wp-block-group,
.dwbz-blog-article > .wp-block-group { margin-block-start: 0; }
.dwbz-main h1,
.dwbz-main h2,
.dwbz-main h3,
.dwbz-main h4 { color: var(--dwbz-navy-deep); line-height: 1.28; text-wrap: balance; }
.dwbz-main p { line-height: 1.86; }

.dwbz-hero {
  position: relative;
  min-height: min(810px, calc(100vh - 76px));
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--dwbz-navy-deep);
  isolation: isolate;
}
.dwbz-hero__media,
.dwbz-hero__media picture,
.dwbz-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.dwbz-hero__media { z-index: -2; margin: 0 !important; }
.dwbz-hero__media img { object-fit: cover; object-position: 50% 44%; }
.dwbz-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 20, 31, 0.84) 0%, rgba(8, 20, 31, 0.38) 46%, rgba(8, 20, 31, 0.06) 72%),
    linear-gradient(0deg, rgba(8, 20, 31, 0.76) 0%, transparent 52%);
}
.dwbz-hero__content {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(92px, 12vw, 170px) 0 clamp(58px, 8vw, 108px);
}
.dwbz-kicker {
  margin: 0 0 18px !important;
  color: var(--dwbz-champagne-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dwbz-hero h1 {
  max-width: 880px;
  margin: 0 !important;
  color: #fff;
  font-family: Georgia, "Times New Roman", "Noto Serif KR", serif;
  font-size: clamp(42px, 6.4vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.dwbz-hero__lead {
  max-width: 710px;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.75 !important;
}
.dwbz-hero__facts {
  margin: 36px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}
.dwbz-hero__facts li {
  min-height: 44px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  font-size: 13px;
}
.dwbz-image-credit { margin-top: 16px !important; color: rgba(255,255,255,.65); font-size: 11px; }

.dwbz-section { padding: clamp(76px, 9vw, 132px) 24px; }
.dwbz-section--ivory { background: var(--dwbz-ivory); }
.dwbz-section--navy { background: var(--dwbz-navy-deep); color: #fff; }
.dwbz-section--navy h2,
.dwbz-section--navy h3,
.dwbz-section--navy h4 { color: #fff; }
.dwbz-section__inner { width: min(1180px, 100%); margin-inline: auto; }
.dwbz-section__inner--narrow { width: min(850px, 100%); }
.dwbz-eyebrow {
  margin: 0 0 14px !important;
  color: #937753;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.dwbz-section--navy .dwbz-eyebrow { color: var(--dwbz-champagne-light); }
.dwbz-section-title {
  margin: 0 !important;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(32px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.dwbz-section-lead {
  max-width: 760px;
  margin: 22px 0 0 !important;
  color: var(--dwbz-muted);
  font-size: clamp(16px, 1.6vw, 20px);
}
.dwbz-section--navy .dwbz-section-lead { color: rgba(255,255,255,.72); }

.dwbz-toc {
  margin-top: 36px;
  padding: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--dwbz-line);
}
.dwbz-toc strong { display: block; margin-bottom: 12px; color: var(--dwbz-navy); }
.dwbz-toc ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px 24px; list-style: none; }
.dwbz-toc a { min-height: 44px; display: flex; align-items: center; color: var(--dwbz-navy); text-decoration: none; border-bottom: 1px solid var(--dwbz-line); }

.dwbz-stat-grid,
.dwbz-card-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.dwbz-stat,
.dwbz-card {
  padding: clamp(24px, 3vw, 40px);
  background: #fff;
  border: 1px solid var(--dwbz-line);
  box-shadow: 0 14px 46px rgba(21,40,58,.06);
}
.dwbz-stat small,
.dwbz-card small { display: block; margin-bottom: 13px; color: #927653; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.dwbz-stat strong { display: block; color: var(--dwbz-navy-deep); font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(28px,3vw,42px); font-weight: 500; }
.dwbz-stat p,
.dwbz-card p { margin: 12px 0 0 !important; color: var(--dwbz-muted); }
.dwbz-card h3 { margin: 0 !important; font-size: clamp(21px,2.1vw,28px); }

.dwbz-split { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(340px,.96fr); gap: clamp(34px,6vw,82px); align-items: center; }
.dwbz-split--reverse .dwbz-split__media { order: 2; }
.dwbz-split__media { margin: 0 !important; }
.dwbz-split__media img { width: 100%; box-shadow: var(--dwbz-shadow); }
.dwbz-split__copy h2 { margin: 0 !important; font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(32px,4vw,52px); font-weight: 500; }
.dwbz-split__copy p { color: var(--dwbz-muted); }
.dwbz-caption { margin: 12px 0 0 !important; color: var(--dwbz-muted); font-size: 12px; line-height: 1.6 !important; }

.dwbz-definition { margin: 34px 0 0; border-top: 1px solid var(--dwbz-line); }
.dwbz-definition > div { min-height: 62px; display: grid; grid-template-columns: minmax(110px,.35fr) 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--dwbz-line); }
.dwbz-definition dt { color: #7c6749; font-size: 13px; font-weight: 700; }
.dwbz-definition dd { margin: 0; color: var(--dwbz-ink); }

.dwbz-check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.dwbz-check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--dwbz-line); line-height: 1.75; }
.dwbz-check-list li::before { content: ""; position: absolute; left: 3px; top: 24px; width: 7px; height: 7px; background: var(--dwbz-champagne); transform: rotate(45deg); }

.dwbz-link-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.dwbz-link-card {
  min-height: 120px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--dwbz-navy-deep) !important;
  background: #fff;
  border: 1px solid var(--dwbz-line);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.dwbz-link-card:hover,
.dwbz-link-card:focus-visible { transform: translateY(-4px); border-color: var(--dwbz-champagne); box-shadow: 0 18px 40px rgba(21,40,58,.1); }
.dwbz-link-card small { color: #927653; }

.dwbz-button-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.dwbz-button {
  min-height: 48px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--dwbz-navy);
  border: 1px solid var(--dwbz-navy);
  text-decoration: none !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.dwbz-button--light { color: var(--dwbz-navy-deep) !important; background: #fff; border-color: rgba(255,255,255,.5); }
.dwbz-button--outline { color: var(--dwbz-navy) !important; background: transparent; }
.dwbz-button:hover,
.dwbz-button:focus-visible { transform: translateY(-2px); background: #263e54; }
.dwbz-button--light:hover,
.dwbz-button--light:focus-visible { color: #fff !important; }

.dwbz-note {
  margin-top: 26px;
  padding: 18px 20px;
  color: #514637;
  background: #f3ecdf;
  border-left: 3px solid var(--dwbz-champagne);
  font-size: 14px;
  line-height: 1.75;
}
.dwbz-source-list { margin-top: 30px; padding-left: 1.25em; }
.dwbz-source-list li { margin: 10px 0; line-height: 1.75; }
.dwbz-source-list a { color: var(--dwbz-navy); }

.dwbz-table-hint { margin: 28px 0 9px !important; color: #78664f; font-size: 13px; font-weight: 700; }
.dwbz-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--dwbz-line);
  background: #fff;
}
.dwbz-table-scroll:focus-visible { outline: 3px solid rgba(180,154,115,.5); outline-offset: 3px; }
.dwbz-table-scroll table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; }
.dwbz-table-scroll th,
.dwbz-table-scroll td { padding: 15px 17px; border: 0; border-bottom: 1px solid var(--dwbz-line); text-align: left; vertical-align: top; white-space: nowrap; }
.dwbz-table-scroll th { color: #fff; background: var(--dwbz-navy); font-size: 13px; }
.dwbz-table-scroll tr:last-child td { border-bottom: 0; }

.dwbz-child-intro {
  position: relative;
  padding: clamp(90px,10vw,145px) 24px clamp(62px,7vw,100px);
  color: #fff;
  background: var(--dwbz-navy-deep);
  overflow: hidden;
}
.dwbz-child-intro::after { content: ""; position: absolute; width: 440px; height: 440px; right: -130px; bottom: -250px; border: 1px solid rgba(218,201,173,.35); border-radius: 50%; box-shadow: 0 0 0 80px rgba(218,201,173,.04),0 0 0 160px rgba(218,201,173,.025); }
.dwbz-child-intro__inner { position: relative; z-index: 1; width: min(1180px,100%); margin: 0 auto; }
.dwbz-child-intro h1 { margin: 0 !important; color: #fff; font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(38px,6vw,72px); font-weight: 500; }
.dwbz-child-intro p:not(.dwbz-kicker) { max-width: 680px; color: rgba(255,255,255,.72); font-size: 18px; }

.dwbz-blog-body { background: var(--dwbz-ivory); }
.dwbz-blog-article { padding-bottom: 80px; }
.dwbz-blog-article > .dwbz-hero { min-height: 650px; }
.dwbz-blog-article .dwbz-section__inner--narrow { width: min(850px,100%); }
.dwbz-blog-article h2 { margin-top: 1.8em; }
.dwbz-blog-article .dwbz-section h2:first-child { margin-top: 0; }
.dwbz-editorial-box { margin-top: 34px; padding: 26px; background: #fff; border: 1px solid var(--dwbz-line); }
.dwbz-editorial-box h3 { margin-top: 0 !important; }
.dwbz-hashtags { color: #715e45; font-weight: 600; word-spacing: .5em; }

.dwbz-footer { padding: 70px 24px 34px; color: rgba(255,255,255,.76); background: #08131d; }
.dwbz-footer__inner { width: min(1260px,100%); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .8fr 1.5fr; gap: 46px; }
.dwbz-footer__eyebrow { margin: 0 0 13px !important; color: var(--dwbz-champagne-light); font-family: Georgia,serif; font-size: 11px; letter-spacing: .18em; }
.dwbz-footer__logo { margin: 0 !important; color: #fff; font-family: Georgia,"Noto Serif KR",serif; font-size: 25px; line-height: 1.45 !important; }
.dwbz-footer address { font-style: normal; line-height: 2; }
.dwbz-footer a { min-height: 36px; color: rgba(255,255,255,.86); }
.dwbz-footer-menu { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px 14px; }
.dwbz-footer-menu a { display: flex; align-items: center; text-decoration: none; transition: transform 180ms ease,color 180ms ease; }
.dwbz-footer-menu a:hover,
.dwbz-footer-menu a:focus-visible { color: var(--dwbz-champagne-light); transform: translateX(3px); }
.dwbz-footer__notice { width: min(1260px,100%); margin: 46px auto 0 !important; padding-top: 22px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.dwbz-floating-call {
  position: fixed;
  z-index: 9980;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  min-width: 198px;
  min-height: 60px;
  padding: 10px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--dwbz-navy-deep);
  border: 1px solid var(--dwbz-champagne);
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
  text-decoration: none !important;
  animation: dwbz-call-nudge 4.8s ease-in-out infinite;
}
.dwbz-floating-call small { color: var(--dwbz-champagne-light); font-size: 10px; }
.dwbz-floating-call strong { font-size: 18px; letter-spacing: .03em; }
@keyframes dwbz-call-nudge { 0%,84%,100% { transform: translateY(0); } 89% { transform: translateY(-5px); } 94% { transform: translateY(0); } 97% { transform: translateY(-2px); } }

.dwbz-js .dwbz-reveal { opacity: 0; transform: translateY(28px); transition: opacity 620ms ease,transform 620ms cubic-bezier(.2,.65,.25,1); }
.dwbz-js .dwbz-reveal.is-visible { opacity: 1; transform: none; }
.dwbz-shell :focus-visible { outline: 3px solid var(--dwbz-champagne-light); outline-offset: 3px; }

@media (max-width: 1180px) {
  .dwbz-header__inner { width: min(100% - 28px, 1000px); }
  .dwbz-menu-toggle {
    margin-left: auto;
    width: 58px;
    min-height: 48px;
    padding: 6px 8px;
    display: grid;
    grid-template-columns: 1fr 18px;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 2px;
    cursor: pointer;
  }
  .dwbz-menu-toggle span { grid-row: 1 / 3; font-size: 11px; }
  .dwbz-menu-toggle i { display: block; width: 16px; height: 1px; background: #fff; transition: transform 180ms ease; }
  .dwbz-menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .dwbz-menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .dwbz-nav {
    position: fixed;
    z-index: 9991;
    top: 76px;
    right: 14px;
    left: 14px;
    max-height: calc(100dvh - 94px);
    margin: 0;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
    overflow-y: auto;
    color: #fff;
    background: rgba(8,19,29,.985);
    border: 1px solid rgba(218,201,173,.24);
    box-shadow: 0 24px 60px rgba(0,0,0,.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease,visibility 180ms ease,transform 180ms ease;
  }
  .dwbz-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .dwbz-nav > a { justify-content: flex-start; min-height: 48px; padding: 6px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .dwbz-nav__call { grid-column: 1 / -1; align-items: center !important; justify-content: center !important; }
}

@media (max-width: 860px) {
  .dwbz-toc ul,
  .dwbz-stat-grid,
  .dwbz-card-grid { grid-template-columns: 1fr 1fr; }
  .dwbz-split { grid-template-columns: 1fr; }
  .dwbz-split--reverse .dwbz-split__media { order: 0; }
  .dwbz-footer__inner { grid-template-columns: 1fr 1fr; }
  .dwbz-footer-menu { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .apt44-dwbz-active { padding-bottom: 82px; }
  .apt44-dwbz-active.admin-bar .dwbz-header { top: 46px; }
  .dwbz-header,
  .dwbz-header__inner { min-height: 68px; }
  .dwbz-main { margin-top: 68px; }
  .dwbz-brand { min-width: 0; gap: 9px; }
  .dwbz-brand__mark { width: 51px; height: 25px; font-size: 12px; }
  .dwbz-brand__name strong { font-size: 13px; }
  .dwbz-brand__name small { font-size: 7px; }
  .dwbz-menu-toggle { min-width: 58px; }
  .dwbz-nav { top: 68px; grid-template-columns: 1fr; }
  .dwbz-hero { min-height: calc(100svh - 68px); }
  .dwbz-hero::before { background: linear-gradient(0deg,rgba(8,20,31,.93) 0%,rgba(8,20,31,.52) 56%,rgba(8,20,31,.14) 100%); }
  .dwbz-hero__media img { object-position: 54% center; }
  .dwbz-hero__content { width: calc(100% - 34px); padding-bottom: 48px; }
  .dwbz-hero h1 { font-size: clamp(39px,13vw,58px); }
  .dwbz-hero__lead { font-size: 16px; }
  .dwbz-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
  .dwbz-hero__facts li { justify-content: center; text-align: center; }
  .dwbz-section { padding: 70px 18px; }
  .dwbz-toc ul,
  .dwbz-stat-grid,
  .dwbz-card-grid,
  .dwbz-link-grid { grid-template-columns: 1fr; }
  .dwbz-definition > div { padding: 12px 0; grid-template-columns: 1fr; gap: 2px; align-items: start; }
  .dwbz-child-intro { padding-right: 18px; padding-left: 18px; }
  .dwbz-footer { padding-right: 18px; padding-left: 18px; }
  .dwbz-footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .dwbz-footer-menu { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .dwbz-footer-menu a { min-height: 44px; }
  .dwbz-floating-call { right: 12px; bottom: max(10px,env(safe-area-inset-bottom)); left: 12px; min-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  .dwbz-shell *,
  .dwbz-shell *::before,
  .dwbz-shell *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation: none !important; }
  .dwbz-js .dwbz-reveal { opacity: 1; transform: none; }
}

@media print {
  .dwbz-header,
  .dwbz-floating-call,
  .dwbz-footer { display: none !important; }
  .dwbz-main { margin-top: 0; }
  .apt44-dwbz-active { padding-bottom: 0; }
}

