.adu-command {
  min-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 92px) 0;
  background:
    linear-gradient(105deg, rgba(18,17,15,0.92) 0%, rgba(28,25,22,0.74) 44%, rgba(28,25,22,0.34) 100%),
    url("../images/gallery-estate.jpg") center/cover no-repeat;
}

.adu-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.adu-command-copy {
  color: #fff;
}

.adu-command-copy h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 7vw, 6.2rem);
  font-weight: 500;
  line-height: 0.92;
}

.adu-command-lead {
  max-width: 52ch;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.86);
  font-size: 1.08rem;
  line-height: 1.72;
}

.adu-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.adu-intuition {
  max-width: 620px;
  margin-top: 34px;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
}

.adu-intuition p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.65;
}

.adu-intuition p + p {
  margin-top: 10px;
}

.adu-intuition strong {
  color: #fff;
}

.adu-engine {
  padding: clamp(26px, 3vw, 42px);
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: 0 30px 90px rgba(0,0,0,0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.adu-engine.is-pulsing {
  transform: translateY(-6px);
  box-shadow: 0 42px 110px rgba(184,134,46,0.34);
}

.adu-engine-top h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
}

.adu-engine-top p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.adu-engine-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 26px 0 30px;
}

.adu-engine-progress span {
  height: 5px;
  background: rgba(28,25,22,0.12);
}

.adu-engine-progress span.is-current,
.adu-engine-progress span.is-complete {
  background: var(--gold);
}

.adu-engine-step {
  display: none;
}

.adu-engine-step.is-current {
  display: block;
  animation: adu-step-in 0.22s ease-out;
}

.adu-engine-step h3 {
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.08;
}

.adu-next {
  width: 100%;
  margin-top: 20px;
}

.adu-outcome-band {
  padding: 0;
  transform: translateY(-1px);
}

.adu-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
}

.adu-outcome-grid article {
  min-height: 210px;
  padding: clamp(28px, 4vw, 46px);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.adu-outcome-grid article:last-child {
  border-right: 0;
}

.adu-outcome-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.adu-outcome-grid h3 {
  margin: 12px 0 10px;
  font-size: 2rem;
  font-weight: 500;
}

.adu-outcome-grid p {
  margin: 0;
  color: rgba(255,255,255,0.72);
}

.adu-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.adu-section-head .section-title,
.adu-section-head .section-lead {
  margin-bottom: 0;
}

.page-hero--adu {
  background-image:
    linear-gradient(100deg, rgba(28,25,22,0.82), rgba(28,25,22,0.42)),
    url("../images/gallery-estate.jpg");
  background-position: center 45%;
}

.adu-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 40px;
  align-items: end;
}

.adu-hero-panel {
  padding: 32px;
  color: var(--ink);
}

.adu-hero-panel ol {
  margin: 18px 0 24px;
  padding-left: 20px;
  color: var(--muted);
}

.adu-kicker,
.adu-type-badge,
.adu-progress {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.adu-build-scroll {
  min-height: 178vh;
  padding-bottom: 0;
}

.scroll-container.adu-video-scroll {
  height: 400vh;
  padding: 0;
  background: #11100e;
}

.video-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #11100e;
}

.video-container.is-gsap-pinned {
  position: relative;
}

.adu-scroll-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adu-video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 44%, rgba(184,134,46,0.16), transparent 28%),
    linear-gradient(90deg, rgba(17,16,14,0.92), rgba(17,16,14,0.52) 46%, rgba(17,16,14,0.2)),
    linear-gradient(180deg, rgba(17,16,14,0.16), rgba(17,16,14,0.7));
}

.adu-video-copy {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  top: 50%;
  z-index: 2;
  width: min(680px, calc(100vw - 56px));
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 2px 22px rgba(0,0,0,0.34);
}

.adu-video-copy h2 {
  max-width: 14ch;
  margin: 0 0 clamp(28px, 4vw, 42px);
  font-size: clamp(3rem, 5.4vw, 5.2rem);
  font-weight: 500;
  line-height: 0.92;
  color: #fff;
}

.adu-video-step {
  max-width: 470px;
  margin: 0 0 26px;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--gold);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.adu-video-step.is-changing {
  opacity: 0;
  transform: translateY(14px);
}

.adu-video-step span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.adu-video-step h3 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 500;
  color: #fff;
}

.adu-video-step p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  font-size: 1.04rem;
  line-height: 1.65;
}

.adu-scroll-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin: 0 0 28px;
}

.adu-scroll-timeline span {
  position: relative;
  padding-top: 14px;
  color: rgba(255,255,255,0.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.adu-scroll-timeline span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255,255,255,0.2);
}

.adu-scroll-timeline span.is-active,
.adu-scroll-timeline span.is-complete {
  color: #fff;
}

.adu-scroll-timeline span.is-active::before,
.adu-scroll-timeline span.is-complete::before {
  background: var(--gold);
}

.adu-video-copy .btn {
  box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}

.adu-scroll-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
}

.adu-scroll-copy {
  position: sticky;
  top: 96px;
  align-self: start;
}

.adu-step-list {
  display: grid;
  gap: 14px;
}

.adu-step {
  padding: 20px 22px;
  border-left: 3px solid rgba(184, 134, 46, 0.2);
  background: rgba(255, 255, 255, 0.64);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.adu-step.is-active {
  border-left-color: var(--gold);
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(8px);
}

.adu-step span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
}

.adu-step h3 {
  margin: 4px 0 6px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.adu-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.adu-house-stage {
  position: sticky;
  top: 92px;
  min-height: 620px;
  padding: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,244,239,0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.adu-sun {
  position: absolute;
  top: 42px;
  right: 48px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, #f3c967, #b8862e 70%);
  box-shadow: 0 0 42px rgba(184, 134, 46, 0.28);
}

.adu-lot {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 72px;
  height: 410px;
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(143,168,154,0.26), rgba(184,134,46,0.14)),
    repeating-linear-gradient(90deg, rgba(28,25,22,0.05), rgba(28,25,22,0.05) 1px, transparent 1px, transparent 44px);
  border: 1px solid rgba(28,25,22,0.1);
  transform: perspective(900px) rotateX(55deg) rotateZ(-8deg);
  transform-origin: center bottom;
}

.adu-main-house,
.adu-unit {
  position: absolute;
  transform: rotateZ(8deg) rotateX(-55deg);
  transform-origin: center bottom;
}

.adu-main-house {
  left: 56px;
  top: 72px;
  width: 190px;
  height: 132px;
  background: #d8d0c4;
  border: 4px solid #1c1916;
  box-shadow: 0 18px 38px rgba(28,25,22,0.16);
}

.adu-main-house::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -58px;
  border-left: 107px solid transparent;
  border-right: 107px solid transparent;
  border-bottom: 58px solid #1c1916;
}

.adu-main-house span {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: #fff;
  background: rgba(28,25,22,0.72);
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.adu-unit {
  right: 92px;
  bottom: 56px;
  width: 210px;
  height: 170px;
}

.adu-unit span {
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.adu-foundation {
  left: -14px;
  bottom: 0;
  width: 238px;
  height: 18px;
  background: #6f665b;
  transform: translateY(24px);
}

.adu-walls {
  left: 0;
  bottom: 18px;
  width: 210px;
  height: 104px;
  background: linear-gradient(90deg, #f2eee8, #d8cbb8);
  border: 4px solid #1c1916;
  transform: translateY(34px);
}

.adu-roof {
  left: -18px;
  bottom: 122px;
  width: 246px;
  height: 64px;
  background: #1c1916;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translateY(-28px);
}

.adu-door {
  left: 92px;
  bottom: 18px;
  width: 38px;
  height: 72px;
  background: #8b6434;
  border: 3px solid #1c1916;
  transform: scaleY(0.2);
  transform-origin: bottom;
}

.adu-window {
  bottom: 66px;
  width: 38px;
  height: 32px;
  background: #9dc6d7;
  border: 3px solid #1c1916;
  transform: scale(0.4);
}

.adu-window-a { left: 32px; }
.adu-window-b { right: 32px; }

.adu-path {
  left: 90px;
  bottom: -72px;
  width: 54px;
  height: 96px;
  background: repeating-linear-gradient(180deg, #c9bea9, #c9bea9 12px, #f3eee5 12px, #f3eee5 18px);
  transform: translateY(32px);
}

.adu-landscape {
  bottom: -8px;
  width: 42px;
  height: 28px;
  border-radius: 50% 50% 12px 12px;
  background: #6f8a57;
  transform: scale(0.4);
}

.adu-landscape-a { left: -34px; }
.adu-landscape-b { right: -28px; }

.adu-page[data-adu-progress="1"] .adu-foundation,
.adu-page[data-adu-progress="2"] .adu-foundation,
.adu-page[data-adu-progress="3"] .adu-foundation,
.adu-page[data-adu-progress="4"] .adu-foundation,
.adu-page[data-adu-progress="5"] .adu-foundation,
.adu-page[data-adu-progress="2"] .adu-walls,
.adu-page[data-adu-progress="3"] .adu-walls,
.adu-page[data-adu-progress="4"] .adu-walls,
.adu-page[data-adu-progress="5"] .adu-walls,
.adu-page[data-adu-progress="3"] .adu-roof,
.adu-page[data-adu-progress="4"] .adu-roof,
.adu-page[data-adu-progress="5"] .adu-roof,
.adu-page[data-adu-progress="4"] .adu-door,
.adu-page[data-adu-progress="4"] .adu-window,
.adu-page[data-adu-progress="5"] .adu-door,
.adu-page[data-adu-progress="5"] .adu-window,
.adu-page[data-adu-progress="5"] .adu-path,
.adu-page[data-adu-progress="5"] .adu-landscape {
  opacity: 1;
  transform: none;
}

.adu-stage-caption {
  position: absolute;
  left: 36px;
  bottom: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.adu-product-stage {
  position: sticky;
  top: 92px;
  overflow: hidden;
  min-height: 680px;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(184,134,46,0.16), transparent 32%),
    linear-gradient(180deg, #fdfbf7, #efe9df);
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(28,25,22,0.12);
}

.adu-product-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.adu-product-header span {
  color: var(--gold);
}

.adu-site-model {
  position: relative;
  height: 390px;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(143,168,154,0.3), rgba(184,134,46,0.12)),
    #efe8dc;
  border: 1px solid rgba(28,25,22,0.1);
}

.adu-model-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(28,25,22,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,25,22,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.18));
}

.adu-model-house,
.adu-model-garage,
.adu-model-adu,
.adu-model-finish,
.adu-model-setback,
.adu-model-utility,
.adu-model-yard {
  position: absolute;
  transition: opacity 0.45s ease, transform 0.55s ease, box-shadow 0.35s ease;
}

.adu-model-house {
  left: 46px;
  top: 86px;
  width: 190px;
  height: 132px;
  background: #2a2926;
  box-shadow: 0 18px 48px rgba(28,25,22,0.18);
}

.adu-model-house::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto;
  height: 36px;
  background: linear-gradient(90deg, #c9a86a 0 28%, transparent 28% 38%, #c9a86a 38% 66%, transparent 66% 76%, #c9a86a 76%);
  opacity: 0.8;
}

.adu-model-house span,
.adu-model-garage span,
.adu-model-adu span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.adu-model-garage {
  left: 70px;
  bottom: 52px;
  width: 130px;
  height: 76px;
  background: #6f665b;
}

.adu-model-yard {
  right: 40px;
  top: 58px;
  width: 260px;
  height: 248px;
  border: 2px dashed rgba(184,134,46,0.55);
  background: rgba(255,255,255,0.22);
}

.adu-model-setback {
  opacity: 0;
  background: rgba(184,134,46,0.16);
  border: 1px solid rgba(184,134,46,0.3);
}

.setback-a {
  right: 40px;
  top: 58px;
  width: 260px;
  height: 34px;
  transform: translateY(-14px);
}

.setback-b {
  right: 40px;
  bottom: 84px;
  width: 260px;
  height: 34px;
  transform: translateY(14px);
}

.adu-model-utility {
  opacity: 0;
  height: 4px;
  border-radius: 99px;
  transform-origin: left center;
}

.water-line {
  left: 184px;
  top: 244px;
  width: 260px;
  background: #4b8bbf;
  transform: rotate(-18deg) scaleX(0.2);
}

.power-line {
  left: 210px;
  top: 190px;
  width: 230px;
  background: #d0a32a;
  transform: rotate(12deg) scaleX(0.2);
}

.adu-model-adu {
  opacity: 0;
  background: #fff;
  border: 3px solid var(--ink);
  box-shadow: 0 18px 44px rgba(28,25,22,0.14);
}

.detached-option {
  right: 92px;
  top: 112px;
  width: 148px;
  height: 104px;
  transform: translateY(26px) scale(0.94);
}

.attached-option {
  left: 236px;
  top: 118px;
  width: 112px;
  height: 92px;
  transform: translateX(-22px) scale(0.94);
}

.garage-option {
  left: 70px;
  bottom: 52px;
  width: 130px;
  height: 76px;
  transform: scale(0.9);
}

.adu-model-adu span {
  color: var(--ink);
  background: rgba(255,255,255,0.86);
  padding: 4px 6px;
}

.adu-model-finish {
  opacity: 0;
  bottom: 20px;
  width: 110px;
  padding: 8px 12px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c1916;
  border-radius: 999px;
  transform: translateY(18px);
}

.finish-bronze {
  right: 170px;
  background: linear-gradient(180deg, #dfc089, #9a6f22);
}

.finish-gold {
  right: 44px;
  background: linear-gradient(180deg, #f7d97d, #d99a28);
}

.adu-model-panel {
  margin-top: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.adu-model-eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.adu-model-panel h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 500;
}

.adu-model-panel p:not(.adu-model-eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
}

.adu-page[data-adu-progress="1"] .adu-model-yard,
.adu-page[data-adu-progress="1"] .adu-model-setback,
.adu-page[data-adu-progress="2"] .adu-model-yard,
.adu-page[data-adu-progress="2"] .adu-model-setback,
.adu-page[data-adu-progress="3"] .adu-model-yard,
.adu-page[data-adu-progress="3"] .adu-model-setback,
.adu-page[data-adu-progress="4"] .adu-model-yard,
.adu-page[data-adu-progress="4"] .adu-model-setback,
.adu-page[data-adu-progress="5"] .adu-model-yard,
.adu-page[data-adu-progress="5"] .adu-model-setback {
  opacity: 1;
  transform: none;
}

.adu-page[data-adu-progress="2"] .adu-model-utility,
.adu-page[data-adu-progress="3"] .adu-model-utility,
.adu-page[data-adu-progress="4"] .adu-model-utility,
.adu-page[data-adu-progress="5"] .adu-model-utility {
  opacity: 1;
  transform: rotate(var(--line-rotation, 0deg)) scaleX(1);
}

.water-line { --line-rotation: -18deg; }
.power-line { --line-rotation: 12deg; }

.adu-page[data-adu-progress="3"] .adu-model-adu,
.adu-page[data-adu-progress="4"] .adu-model-adu,
.adu-page[data-adu-progress="5"] .adu-model-adu {
  opacity: 1;
  transform: none;
}

.adu-page[data-adu-progress="3"] .detached-option,
.adu-page[data-adu-progress="4"] .detached-option,
.adu-page[data-adu-progress="5"] .detached-option {
  box-shadow: 0 0 0 6px rgba(184,134,46,0.16), 0 18px 44px rgba(28,25,22,0.14);
}

.adu-page[data-adu-progress="4"] .adu-model-finish,
.adu-page[data-adu-progress="5"] .adu-model-finish {
  opacity: 1;
  transform: none;
}

.adu-page[data-adu-progress="5"] .adu-site-model {
  box-shadow: inset 0 0 0 4px rgba(184,134,46,0.22);
}

.adu-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.adu-type-card {
  min-height: 250px;
}

.adu-type-card p {
  margin-top: 0;
}

.adu-recent-projects {
  padding: clamp(68px, 8vw, 112px) 0;
  background: #f8f4ed;
}

.adu-recent-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(12px, 1.8vw, 24px);
}

.adu-recent-photo {
  grid-column: span 4;
  position: relative;
  min-height: clamp(260px, 30vw, 430px);
  margin: 0;
  overflow: hidden;
  background: #e8dfd2;
  border: 1px solid rgba(28,25,22,0.08);
  box-shadow: 0 20px 55px rgba(28,25,22,0.14);
}

.adu-recent-photo--hero {
  grid-column: span 8;
  grid-row: span 2;
  min-height: clamp(560px, 58vw, 820px);
}

.adu-recent-photo--wide {
  grid-column: span 8;
  min-height: clamp(320px, 36vw, 520px);
}

.adu-recent-photo--portrait {
  grid-column: span 4;
  grid-row: span 2;
  min-height: clamp(560px, 58vw, 820px);
}

.adu-recent-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.adu-recent-photo:hover img {
  transform: scale(1.035);
}

.adu-packages {
  padding-top: 0;
}

.adu-package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.adu-package {
  padding: 30px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.adu-package span {
  display: inline-flex;
  min-width: 112px;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 999px;
  color: #1c1916;
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(180deg, #dfc089, #9a6f22);
}

.adu-package.silver span { background: linear-gradient(180deg, #f1f1f4, #9d9da3); }
.adu-package.gold span { background: linear-gradient(180deg, #f7d97d, #d99a28); }
.adu-package.custom span { background: linear-gradient(180deg, #e2a484, #a95e45); }

.adu-package h3 {
  margin: 20px 0 12px;
  font-size: 1.45rem;
  font-weight: 500;
}

.adu-package p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.adu-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}

.adu-chip-cloud span {
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0cf7e, #b8862e);
  color: #1c1916;
  font-size: 0.9rem;
  font-weight: 800;
  font-style: italic;
  box-shadow: 0 8px 18px rgba(28,25,22,0.1);
}

.adu-popup {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(28,25,22,0.62);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.adu-popup.open {
  opacity: 1;
  visibility: visible;
}

.adu-popup__dialog {
  position: relative;
  width: min(960px, 100%);
  max-height: 92vh;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: auto;
  background: #fff;
}

.adu-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-card);
  font-size: 24px;
  cursor: pointer;
}

.adu-popup__visual {
  min-height: 520px;
  padding: 46px 36px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(28,25,22,0.2), rgba(28,25,22,0.82)),
    url("../images/ba-estate-after.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.adu-popup__visual .adu-kicker { color: #fff; }

.adu-popup__visual h2 {
  margin: 0 0 12px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.05;
}

.adu-popup__visual p {
  margin: 0;
  color: rgba(255,255,255,0.84);
}

.adu-wizard-form {
  padding: 46px 40px;
}

.adu-wizard-step {
  display: none;
}

.adu-wizard-step.is-current {
  display: block;
  animation: adu-step-in 0.25s ease-out;
}

.adu-wizard-step h3 {
  margin: 0 0 22px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.08;
}

.adu-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.adu-choice-grid button {
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fdfcfa;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.adu-choice-grid button:hover,
.adu-choice-grid button.is-selected {
  border-color: var(--gold);
  background: rgba(184,134,46,0.1);
  transform: translateY(-2px);
}

body.adu-popup-lock {
  overflow: hidden;
}

@keyframes adu-step-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .adu-command {
    min-height: auto;
    padding: 56px 0;
  }

  .adu-command-grid,
  .adu-hero-grid,
  .adu-scroll-grid,
  .adu-type-grid,
  .adu-outcome-grid,
  .adu-package-grid {
    grid-template-columns: 1fr;
  }

  .adu-recent-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .adu-recent-photo,
  .adu-recent-photo--wide {
    grid-column: span 3;
  }

  .adu-recent-photo--hero,
  .adu-recent-photo--portrait {
    grid-column: span 6;
    grid-row: auto;
    min-height: clamp(360px, 72vw, 620px);
  }

  .adu-command-copy h1 {
    max-width: 12ch;
  }

  .adu-section-head {
    display: block;
  }

  .adu-section-head .btn {
    margin-top: 18px;
  }

  .adu-outcome-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .adu-build-scroll {
    min-height: auto;
  }

  .video-container {
    min-height: 100svh;
  }

  .adu-video-copy {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 28px;
    width: auto;
    transform: none;
  }

  .adu-video-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .adu-scroll-timeline span {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .adu-scroll-copy,
  .adu-product-stage {
    position: static;
  }

  .adu-product-stage {
    min-height: auto;
  }

  .adu-site-model {
    height: 340px;
  }

  .adu-package-grid { gap: 14px; }
}

@media (max-width: 620px) {
  .adu-command-copy h1 {
    font-size: 3.1rem;
  }

  .adu-command-actions,
  .adu-command-actions .btn {
    width: 100%;
  }

  .video-container {
    min-height: 100svh;
  }

  .adu-video-copy {
    left: 16px;
    right: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .adu-video-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .adu-video-step {
    margin-bottom: 18px;
  }

  .adu-video-step p {
    font-size: 0.96rem;
  }

  .adu-scroll-timeline {
    gap: 5px;
    margin-bottom: 20px;
  }

  .adu-scroll-timeline span {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .adu-recent-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .adu-recent-photo,
  .adu-recent-photo--wide,
  .adu-recent-photo--hero,
  .adu-recent-photo--portrait {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .adu-recent-photo {
    aspect-ratio: 4 / 3;
  }

  .adu-recent-photo--hero,
  .adu-recent-photo--portrait {
    aspect-ratio: 3 / 4;
  }

  .adu-engine {
    padding: 24px 18px;
  }

  .adu-product-stage {
    padding: 18px;
  }

  .adu-site-model {
    height: 300px;
  }

  .adu-model-house {
    left: 22px;
    top: 74px;
    width: 144px;
    height: 110px;
  }

  .adu-model-garage {
    left: 32px;
    width: 104px;
  }

  .adu-model-yard,
  .setback-a,
  .setback-b {
    right: 18px;
    width: 168px;
  }

  .detached-option {
    right: 44px;
    width: 112px;
  }

  .attached-option {
    left: 148px;
    width: 88px;
  }

  .adu-choice-grid {
    grid-template-columns: 1fr;
  }
}
