/* Conversion sections for LiderDach — scoped and px/clamp based. */
#__nuxt { display: none !important; }
.ld-site-shell { --ldc-ink: #121714; --ldc-forest: #1f4a36; --ldc-accent: #d8f06d; }

.ld-conversion {
  --ldc-ink: #121714;
  --ldc-forest: #1f4a36;
  --ldc-forest-deep: #112c20;
  --ldc-moss: #a7bca6;
  --ldc-sand: #f3f0e8;
  --ldc-paper: #faf9f5;
  --ldc-line: rgba(18, 23, 20, 0.14);
  --ldc-accent: #d8f06d;
  --ldc-ease: cubic-bezier(.2, .78, .25, 1);
  --ldc-gutter: clamp(18px, 4vw, 60px);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--ldc-ink);
  background: var(--ldc-paper);
  overflow: clip;
  -webkit-font-smoothing: antialiased;
}
.ld-conversion::after { content: ""; position: fixed; z-index: 34; inset: 0; opacity: .035; pointer-events: none; background-image: radial-gradient(rgba(16,30,21,.85) .55px, transparent .7px); background-size: 4px 4px; mix-blend-mode: multiply; }

.ld-conversion *, .ld-conversion *::before, .ld-conversion *::after { box-sizing: border-box; }
.ld-conversion img { display: block; width: 100%; max-width: 100%; }
.ld-conversion button, .ld-conversion input { font: inherit; }
.ld-conversion a { color: inherit; text-decoration: none; }
.ld-conversion h1, .ld-conversion h2, .ld-conversion h3, .ld-conversion em, .ld-conversion strong { font-family: Gilroy, Arial, sans-serif; }
.ld-conversion em { font-style: normal; }
.ld-conversion h2, .ld-conversion h3, .ld-conversion p, .ld-conversion dl, .ld-conversion dd { margin-top: 0; }
.ld-container { width: min(calc(100% - (var(--ldc-gutter) * 2)), 1440px); margin-inline: auto; }
.ld-section { position: relative; padding: clamp(88px, 10vw, 154px) 0; }

.ld-eyebrow {
  margin: 0 0 18px;
  color: var(--ldc-forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ld-eyebrow--light { color: var(--ldc-accent); }

.ld-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
  align-items: end;
  gap: clamp(32px, 7vw, 100px);
  margin-bottom: clamp(42px, 7vw, 84px);
}
.ld-section-head h2, .ld-quiz__intro h2, .ld-process__sticky h2, .ld-mortgage__copy h2, .ld-faq__intro h2, .ld-lead__copy h2, .ld-contacts__head h2 {
  margin: 0;
  font-size: clamp(42px, 6.3vw, 92px);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.055em;
}
.ld-section-head h2 em, .ld-quiz__intro h2 em, .ld-process__sticky h2 em, .ld-mortgage__copy h2 em, .ld-faq__intro h2 em, .ld-lead__copy h2 em, .ld-contacts__head h2 em {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
}
.ld-section-head__copy { margin: 0 0 6px; color: #5e675f; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; }

.ld-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .35s var(--ldc-ease), color .35s, background .35s, border-color .35s;
}
.ld-button:hover { transform: translateY(-3px); }
.ld-button--dark { background: var(--ldc-ink); color: #fff !important; }
.ld-button--light { background: #fff; color: var(--ldc-ink) !important; }
.ld-button--accent { background: var(--ldc-accent); color: var(--ldc-ink) !important; }
.ld-button--outline { border-color: var(--ldc-ink); }
.ld-button--outline:hover { background: var(--ldc-ink); color: #fff; }

.ld-text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.ld-text-link span { transition: transform .3s var(--ldc-ease); }
.ld-text-link:hover span { transform: translate(4px, -4px); }

.ld-reveal { opacity: 0; filter: blur(7px); transform: translateY(42px) scale(.985); transition: opacity .9s var(--ldc-ease), transform .9s var(--ldc-ease), filter .9s var(--ldc-ease); }
.ld-reveal.is-visible { opacity: 1; filter: none; transform: none; }

/* Global motion language */
body.ld-is-loading { overflow: hidden; }
.ld-preloader {
  position: fixed;
  z-index: 11000;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  animation: ld-preloader-failsafe 0s 7s forwards;
}
@keyframes ld-preloader-failsafe { to { visibility: hidden; pointer-events: none; } }
.ld-preloader__panel { position: absolute; z-index: -3; top: 0; bottom: 0; width: 50.1%; background: #10271c; transition: transform 1.05s cubic-bezier(.74,0,.2,1); will-change: transform; }
.ld-preloader__panel--left { left: 0; }
.ld-preloader__panel--right { right: 0; }
.ld-preloader__grid { position: absolute; z-index: -2; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at center, #000, transparent 78%); transition: opacity .5s; }
.ld-preloader__grid::before, .ld-preloader__grid::after { content: ""; position: absolute; background: var(--ldc-accent); opacity: .45; }
.ld-preloader__grid::before { top: 50%; left: 0; width: 100%; height: 1px; transform: scaleX(0); transform-origin: left; animation: ld-blueprint-x 1.35s .2s var(--ldc-ease) forwards; }
.ld-preloader__grid::after { top: 0; left: 50%; width: 1px; height: 100%; transform: scaleY(0); transform-origin: top; animation: ld-blueprint-y 1.35s .32s var(--ldc-ease) forwards; }
@keyframes ld-blueprint-x { to { transform: scaleX(1); } }
@keyframes ld-blueprint-y { to { transform: scaleY(1); } }
.ld-preloader__corner { position: absolute; z-index: 3; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.ld-preloader__corner--top { top: 26px; left: 28px; }
.ld-preloader__corner--side { right: 24px; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); }
.ld-preloader__mark { width: min(480px, 64vw); display: flex; flex-direction: column; align-items: center; gap: 28px; transition: opacity .36s, transform .65s var(--ldc-ease), filter .5s; }
.ld-preloader__mark svg { width: min(320px, 54vw); overflow: visible; }
.ld-preloader__draw { stroke: #fff; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; stroke-dasharray: 900; stroke-dashoffset: 900; }
.ld-preloader__draw--main { animation: ld-draw-house 1.55s .1s var(--ldc-ease) forwards; }
.ld-preloader__draw--detail { stroke: var(--ldc-accent); stroke-width: .9; animation: ld-draw-house 1.15s .65s var(--ldc-ease) forwards; }
.ld-preloader__ghost { stroke: rgba(255,255,255,.18); stroke-width: .7; stroke-dasharray: 4 7; opacity: 0; animation: ld-ghost-lines .6s 1s forwards; }
@keyframes ld-draw-house { to { stroke-dashoffset: 0; } }
@keyframes ld-ghost-lines { to { opacity: 1; } }
.ld-preloader__mark img { width: 156px; opacity: 0; transform: translateY(10px); animation: ld-logo-in .75s .85s var(--ldc-ease) forwards; }
@keyframes ld-logo-in { to { opacity: 1; transform: none; } }
.ld-preloader__meter { position: absolute; z-index: 3; left: clamp(24px, 5vw, 72px); right: clamp(24px, 5vw, 72px); bottom: clamp(24px, 5vh, 54px); display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; gap: clamp(16px, 3vw, 36px); align-items: end; }
.ld-preloader__value { min-width: 92px; display: flex; align-items: flex-start; font-size: clamp(38px, 5vw, 66px); font-weight: 500; line-height: .8; font-variant-numeric: tabular-nums; letter-spacing: -.05em; }
.ld-preloader__value small { margin: 2px 0 0 5px; color: var(--ldc-accent); font-size: 11px; letter-spacing: 0; }
.ld-preloader__line { height: 1px; margin-bottom: 3px; background: rgba(255,255,255,.18); overflow: hidden; }
.ld-preloader__line i { display: block; width: 0%; height: 100%; background: var(--ldc-accent); box-shadow: 0 0 18px rgba(216,240,109,.65); transition: width .18s linear; }
.ld-preloader__meter p { min-width: 170px; margin: 0; color: rgba(255,255,255,.5); font-size: 10px; text-align: right; text-transform: uppercase; letter-spacing: .12em; }
.ld-preloader.is-ready .ld-preloader__mark { opacity: 0; filter: blur(10px); transform: scale(1.08); }
.ld-preloader.is-ready .ld-preloader__grid { opacity: 0; }
.ld-preloader.is-ready .ld-preloader__meter, .ld-preloader.is-ready .ld-preloader__corner { opacity: 0; transition: opacity .3s; }
.ld-preloader.is-ready .ld-preloader__panel--left { transform: translateX(-101%); }
.ld-preloader.is-ready .ld-preloader__panel--right { transform: translateX(101%); }
.ld-preloader.is-done { visibility: hidden; pointer-events: none; }

.ld-art-cursor {
  position: fixed;
  z-index: 10020;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,240,109,.9);
  border-radius: 50%;
  color: var(--ldc-ink);
  background: rgba(216,240,109,.12);
  backdrop-filter: blur(4px);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: width .35s var(--ldc-ease), height .35s var(--ldc-ease), opacity .25s, background .35s;
  mix-blend-mode: difference;
}
.ld-art-cursor span { max-width: 0; overflow: hidden; color: #000; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: max-width .3s, opacity .3s; }
.ld-art-cursor.is-visible { opacity: 1; }
.ld-art-cursor.is-active { width: 74px; height: 74px; border-color: var(--ldc-accent); background: var(--ldc-accent); mix-blend-mode: normal; }
.ld-art-cursor.is-active span { max-width: 52px; opacity: 1; }
.ld-scroll-rail {
  position: fixed;
  z-index: 40;
  top: 50%;
  right: 18px;
  display: grid;
  grid-template-columns: 26px 1px;
  grid-template-rows: auto 140px auto;
  gap: 10px 9px;
  align-items: start;
  color: var(--ldc-ink);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%) translateX(20px);
  transition: opacity .4s, transform .4s var(--ldc-ease), color .35s;
}
.ld-scroll-rail.is-visible { opacity: 1; transform: translateY(-50%); }
.ld-scroll-rail.is-light { color: #fff; }
.ld-scroll-rail__index { grid-column: 1; font-size: 10px; font-weight: 700; }
.ld-scroll-rail__line { grid-column: 2; grid-row: 1 / 3; width: 1px; height: 174px; background: currentColor; opacity: .24; }
.ld-scroll-rail__line i { display: block; width: 1px; height: var(--rail-progress, 0%); background: var(--ldc-accent); transition: height .12s linear; }
.ld-scroll-rail__label { grid-column: 1 / 3; grid-row: 3; writing-mode: vertical-rl; color: currentColor; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.ld-kinetic { overflow: hidden; color: #fff; background: var(--ldc-forest); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transform: rotate(-1.2deg) scale(1.02); transform-origin: center; }
.ld-kinetic__track { width: max-content; display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); padding: 19px 0; animation: ld-marquee 22s linear infinite; }
.ld-kinetic span { font-family: Gilroy, Arial, sans-serif; font-size: clamp(24px, 3.3vw, 48px); font-style: normal; font-weight: 700; white-space: nowrap; }
.ld-kinetic i { color: var(--ldc-accent); font-style: normal; }
@keyframes ld-marquee { to { transform: translateX(-50%); } }

#ld-hero-top .hero__media { will-change: transform; }
#ld-hero-top .hero__content { will-change: transform, opacity; }
#ld-about .about__media.ld-scroll-driven { transition: none !important; will-change: clip-path; }
#ld-about .about__media.ld-scroll-driven img { transition: none !important; will-change: transform; }
#ld-hero-top .hero__brand { max-width: none; margin-bottom: 22px; font-size: clamp(11px, 1vw, 14px); line-height: 1; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ldc-accent); }
#ld-hero-top .hero__headline { max-width: 15ch; margin-bottom: 24px; font-size: clamp(48px, 6.4vw, 92px); line-height: .91; letter-spacing: -.055em; text-wrap: balance; }
#ld-hero-top .hero__lead { max-width: 57ch; margin-bottom: 30px; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.45; color: rgba(255,255,255,.78); }
#ld-hero-top .btn-group .btn:first-child { color: var(--ldc-ink); background: var(--ldc-accent); border-color: var(--ldc-accent); }
#ld-hero-top .btn-group .btn:first-child:hover { color: #fff; background: var(--ldc-forest); border-color: var(--ldc-forest); }
.ld-hero-proof { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 19px 0 0; color: rgba(255,255,255,.64); font-size: 10px; letter-spacing: .04em; }
.ld-hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.ld-hero-proof span::before { content: "✓"; width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid rgba(216,240,109,.6); border-radius: 50%; color: var(--ldc-accent); font-size: 8px; }
.ld-hero-live { position: absolute; z-index: 5; right: clamp(18px, 4vw, 60px); bottom: clamp(22px, 4vw, 48px); display: flex; align-items: center; gap: 13px; min-width: 245px; padding: 12px 16px; color: #fff; background: rgba(13,28,19,.58); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); }
.ld-hero-live__pulse { position: relative; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #d8f06d; box-shadow: 0 0 0 0 rgba(216,240,109,.5); animation: ld-pulse 2.1s infinite; }
@keyframes ld-pulse { 70% { box-shadow: 0 0 0 9px rgba(216,240,109,0); } 100% { box-shadow: 0 0 0 0 rgba(216,240,109,0); } }
.ld-hero-live__copy { min-width: 0; display: flex; flex-direction: column; }
.ld-hero-live__copy small { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.ld-hero-live__copy strong { display: block; margin-top: 2px; font-size: 12px; font-weight: 600; transition: opacity .2s, transform .3s var(--ldc-ease); }
.ld-hero-live__copy strong.is-changing { opacity: 0; transform: translateY(7px); }

/* Proof strip */
.ld-proofbar { position: relative; z-index: 2; color: #fff; background: var(--ldc-forest-deep); border-top: 1px solid rgba(255,255,255,.12); }
.ld-proofbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ld-proofbar__item { min-height: 138px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 25px clamp(16px, 3vw, 36px); border-left: 1px solid rgba(255,255,255,.12); }
.ld-proofbar__item:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.ld-proofbar__item strong { font-size: clamp(28px, 3vw, 44px); line-height: 1; font-weight: 500; }
.ld-proofbar__item span { color: rgba(255,255,255,.62); font-size: 13px; }

/* Projects */
.ld-projects { background: var(--ldc-paper); }
.ld-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 26px); }
.ld-project-card { --tilt-x: 0deg; --tilt-y: 0deg; --spot-x: 50%; --spot-y: 50%; position: relative; min-width: 0; background: #fff; border: 1px solid var(--ldc-line); transform-style: preserve-3d; transition: transform .55s var(--ldc-ease), box-shadow .55s var(--ldc-ease); }
.ld-project-card::after { content: ""; position: absolute; z-index: 3; inset: 0; background: radial-gradient(440px circle at var(--spot-x) var(--spot-y), rgba(216,240,109,.16), transparent 38%); opacity: 0; pointer-events: none; transition: opacity .35s; }
.ld-project-card:hover::after { opacity: 1; }
.ld-project-card:hover { transform: translateY(-8px); box-shadow: 0 28px 80px rgba(18,23,20,.1); }
.ld-project-card__media { position: relative; aspect-ratio: 1.32; overflow: hidden; background: #e7e4da; }
.ld-project-card__media img { --parallax-y: 0px; height: calc(100% + 30px); margin-top: -15px; object-fit: cover; transform: translate3d(0, var(--parallax-y), 0) scale(1.04); transition: transform .2s linear; will-change: transform; }
.ld-project-card:hover .ld-project-card__media img { filter: saturate(1.08); }
.ld-chip { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ld-project-card__plus { position: absolute; right: 14px; bottom: 14px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: rgba(18,23,20,.86); font-size: 25px; font-weight: 300; cursor: pointer; transition: transform .4s var(--ldc-ease), background .3s; }
.ld-project-card:hover .ld-project-card__plus { transform: rotate(90deg); background: var(--ldc-forest); }
.ld-project-card__body { padding: clamp(20px, 2.3vw, 30px); }
.ld-project-card__type { margin-bottom: 4px; color: #7c847d; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.ld-project-card h3 { margin-bottom: 22px; font-size: clamp(26px, 2.4vw, 36px); line-height: 1; letter-spacing: -.035em; }
.ld-project-card__facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 0; border-top: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); }
.ld-project-card__facts div + div { border-left: 1px solid var(--ldc-line); padding-left: 15px; }
.ld-project-card__facts dt { color: #818981; font-size: 11px; }
.ld-project-card__facts dd { margin: 3px 0 0; font-weight: 700; }
.ld-project-card__price { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 20px 0; }
.ld-project-card__price span { font-size: clamp(18px, 1.8vw, 24px); font-weight: 700; }
.ld-project-card__price small { color: var(--ldc-forest); font-size: 12px; white-space: nowrap; }
.ld-project-card__body .ld-text-link { font-size: 13px; }
.ld-project-card--dark { color: #fff; background: var(--ldc-forest-deep); border-color: var(--ldc-forest-deep); }
.ld-project-card__discover { min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(28px, 4vw, 48px); background: radial-gradient(circle at 90% 10%, rgba(216,240,109,.15), transparent 35%); }
.ld-project-card__discover h3 { margin: 0 0 16px; font-size: clamp(38px, 4vw, 58px); }
.ld-project-card__discover > p:not(.ld-eyebrow) { max-width: 29ch; color: rgba(255,255,255,.66); margin-bottom: 32px; }

/* Interactive project catalog */
.ld-catalog { --catalog-accent: #d8f06d; overflow: clip; background: #f2f0e9; }
.ld-catalog .ld-section-head { margin-bottom: 34px; }
.ld-catalog__quick { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 24px; border: 1px solid #cbc9c0; background: #fff; }
.ld-catalog__quick button { position: relative; min-height: 104px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 13px; padding: 18px 20px; text-align: left; color: var(--ldc-ink); background: transparent; border: 0; border-right: 1px solid #dedbd2; cursor: pointer; overflow: hidden; transition: color .35s, background .35s; }
.ld-catalog__quick button:last-child { border-right: 0; }
.ld-catalog__quick button::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--catalog-accent); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ldc-ease); }
.ld-catalog__quick button:hover,.ld-catalog__quick button.is-active { color: #fff; background: var(--ldc-forest); }
.ld-catalog__quick button:hover::after,.ld-catalog__quick button.is-active::after { transform: scaleX(1); }
.ld-catalog__quick span { grid-row: 1/3; align-self: center; color: #8c928c; font-size: 11px; }
.ld-catalog__quick button:hover span,.ld-catalog__quick button.is-active span { color: var(--catalog-accent); }
.ld-catalog__quick b { font-size: 14px; }
.ld-catalog__quick small { margin-top: 3px; color: #7a817a; font-size: 10px; }
.ld-catalog__quick button:hover small,.ld-catalog__quick button.is-active small { color: rgba(255,255,255,.58); }
.ld-catalog__shell { display: grid; grid-template-columns: 282px minmax(0,1fr); gap: 24px; align-items: start; }
.ld-catalog-filter { position: sticky; top: 22px; padding: 24px; background: var(--ldc-forest-deep); color: #fff; box-shadow: 0 24px 70px rgba(7,20,13,.12); }
.ld-catalog-filter__head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.ld-catalog-filter__head div { display: grid; gap: 3px; }
.ld-catalog-filter__head small { color: var(--catalog-accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.ld-catalog-filter__head strong { font-size: 21px; }
.ld-catalog-filter__head button { display: none; width: 38px; height: 38px; color: #fff; background: rgba(255,255,255,.1); border: 0; border-radius: 50%; font-size: 23px; }
.ld-catalog-search { display: block; }
.ld-catalog-search > span,.ld-catalog-filter legend,.ld-catalog-budget > span b { display: block; margin-bottom: 9px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.ld-catalog-search div { position: relative; }
.ld-catalog-search input { width: 100%; height: 44px; padding: 0 38px 0 13px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); outline: 0; }
.ld-catalog-search input:focus { border-color: var(--catalog-accent); }
.ld-catalog-search input::placeholder { color: rgba(255,255,255,.34); }
.ld-catalog-search i { position: absolute; top: 50%; right: 13px; color: var(--catalog-accent); font-size: 21px; font-style: normal; transform: translateY(-50%); }
.ld-catalog-filter fieldset { padding: 19px 0 0; margin: 0; border: 0; }
.ld-catalog-filter legend { width: 100%; }
.ld-catalog-segments { display: flex; flex-wrap: wrap; gap: 6px; }
.ld-catalog-segments input { position: absolute; opacity: 0; }
.ld-catalog-segments span { min-height: 32px; display: grid; place-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); font-size: 10px; cursor: pointer; transition: .25s; }
.ld-catalog-segments input:checked + span { color: var(--ldc-ink); background: var(--catalog-accent); border-color: var(--catalog-accent); }
.ld-catalog-budget { display: block; padding-top: 21px; }
.ld-catalog-budget > span { display: flex; justify-content: space-between; align-items: baseline; }
.ld-catalog-budget > span b { margin: 0; }
.ld-catalog-budget output { color: var(--catalog-accent); font-size: 11px; font-weight: 700; }
.ld-catalog-budget input { width: 100%; accent-color: var(--catalog-accent); }
.ld-catalog-budget > i { display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-style: normal; }
.ld-catalog-toggles { display: grid; gap: 10px; padding: 18px 0; margin-top: 16px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.ld-catalog-toggles label { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 11px; cursor: pointer; }
.ld-catalog-toggles input { position: absolute; opacity: 0; }
.ld-catalog-toggles label span { width: 31px; height: 17px; position: relative; border-radius: 20px; background: rgba(255,255,255,.16); transition: .25s; }
.ld-catalog-toggles label span::after { content:""; position:absolute; top:3px; left:3px; width:11px; height:11px; border-radius:50%; background:#fff; transition:.25s; }
.ld-catalog-toggles input:checked + span { background: var(--catalog-accent); }
.ld-catalog-toggles input:checked + span::after { background: var(--ldc-ink); transform: translateX(14px); }
.ld-catalog-reset { width: 100%; display: flex; justify-content: space-between; padding: 17px 0 0; color: rgba(255,255,255,.5); background: transparent; border: 0; font-size: 10px; cursor: pointer; }
.ld-catalog-toolbar { min-height: 52px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.ld-catalog-toolbar > div { display: flex; align-items: center; gap: 12px; }
.ld-catalog-toolbar p { margin: 0; color: #777e77; font-size: 11px; }
.ld-catalog-toolbar p strong { color: var(--ldc-ink); }
.ld-catalog-toolbar label { color: #777e77; font-size: 11px; }
.ld-catalog-toolbar select { padding: 8px 27px 8px 9px; color: var(--ldc-ink); background: transparent; border: 0; border-bottom: 1px solid #bbb9b1; font-weight: 700; outline: 0; cursor: pointer; }
.ld-catalog-filter-open { display: none; min-height: 40px; padding: 0 13px; color: #fff; background: var(--ldc-forest); border: 0; font-size: 11px; font-weight: 700; }
.ld-catalog-filter-open span { min-width: 19px; height: 19px; display: inline-grid; place-items: center; margin-left: 5px; color: var(--ldc-ink); background: var(--catalog-accent); border-radius: 50%; font-size: 9px; }
.ld-catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.ld-catalog-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #ddd9ce; animation: ld-catalog-in .55s var(--ldc-ease) both; transition: transform .45s var(--ldc-ease), box-shadow .45s; }
@keyframes ld-catalog-in { from { opacity:0; transform: translateY(25px) scale(.985); } }
.ld-catalog-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: 0 24px 65px rgba(14,27,18,.13); }
.ld-catalog-card__media { position: relative; aspect-ratio: 1.42; overflow: hidden; background: linear-gradient(145deg,#d5d8ce,#9ca99c); cursor: pointer; }
.ld-catalog-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ldc-ease),filter .5s; }
.ld-catalog-card:hover .ld-catalog-card__media img { transform: scale(1.055); filter:saturate(1.08); }
.ld-catalog-card__placeholder { position:absolute; inset:0; display:grid; place-items:center; color:rgba(255,255,255,.88); background: radial-gradient(circle at 85% 5%,rgba(216,240,109,.32),transparent 38%),linear-gradient(145deg,#50675a,#173626); }
.ld-catalog-card__placeholder::before { content:""; width:44%; aspect-ratio:1.4; border:1px solid currentColor; border-top:0; transform:skewY(-8deg); opacity:.45; }
.ld-catalog-card__placeholder::after { content:attr(data-letter); position:absolute; right:15px; bottom:-10px; font-size:76px; font-weight:700; opacity:.08; }
.ld-catalog-card__badges { position:absolute; z-index:2; top:11px; left:11px; right:11px; display:flex; flex-wrap:wrap; gap:5px; pointer-events:none; }
.ld-catalog-card__badges span { padding:6px 8px; color:var(--ldc-ink); background:rgba(255,255,255,.9); backdrop-filter:blur(8px); font-size:8px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.ld-catalog-card__open { position:absolute; right:11px; bottom:11px; width:38px; height:38px; display:grid; place-items:center; color:#fff; background:rgba(11,28,18,.86); border:0; border-radius:50%; font-size:18px; cursor:pointer; transition:.35s; }
.ld-catalog-card:hover .ld-catalog-card__open { color:var(--ldc-ink); background:var(--catalog-accent); transform:rotate(45deg); }
.ld-catalog-card__body { flex:1; display:flex; flex-direction:column; padding:17px; }
.ld-catalog-card__top { display:flex; justify-content:space-between; gap:8px; align-items:start; }
.ld-catalog-card__type { margin:0 0 4px; color:#858b85; font-size:8px; letter-spacing:.09em; text-transform:uppercase; }
.ld-catalog-card h3 { margin:0; font-size:clamp(22px,2vw,29px); line-height:1; letter-spacing:-.035em; }
.ld-catalog-card__area { color:var(--ldc-forest); font-size:12px; font-weight:700; white-space:nowrap; }
.ld-catalog-card__facts { display:flex; gap:13px; padding:13px 0; margin:14px 0 0; border-top:1px solid #e3e0d7; border-bottom:1px solid #e3e0d7; color:#676f68; font-size:9px; }
.ld-catalog-card__facts span { display:flex; align-items:center; gap:4px; }
.ld-catalog-card__facts i { color:var(--ldc-forest); font-size:11px; font-style:normal; }
.ld-catalog-card__price { display:flex; justify-content:space-between; align-items:end; gap:7px; padding:15px 0 13px; }
.ld-catalog-card__price strong { font-size:17px; }
.ld-catalog-card__price small { color:#758078; font-size:8px; text-align:right; }
.ld-catalog-card__actions { display:grid; grid-template-columns:1fr auto; gap:6px; margin-top:auto; }
.ld-catalog-card__actions button { min-height:38px; padding:0 12px; border:1px solid var(--ldc-forest); background:transparent; color:var(--ldc-forest); font-size:9px; font-weight:700; cursor:pointer; }
.ld-catalog-card__actions button:first-child { color:#fff; background:var(--ldc-forest); }
.ld-catalog-card__actions button:hover { color:var(--ldc-ink); background:var(--catalog-accent); border-color:var(--catalog-accent); }
.ld-catalog-more { display:grid; place-items:center; gap:8px; padding-top:28px; }
.ld-catalog-more button { width:68px; height:68px; display:grid; place-items:center; align-content:center; gap:2px; color:#fff; background:var(--ldc-forest); border:0; border-radius:50%; cursor:pointer; transition:.4s; }
.ld-catalog-more button:hover { color:var(--ldc-ink); background:var(--catalog-accent); transform:scale(1.08); }
.ld-catalog-more button span { font-size:7px; text-transform:uppercase; }
.ld-catalog-more button i { font-size:18px; font-style:normal; }
.ld-catalog-more small { color:#858b85; font-size:9px; }
.ld-catalog-empty { padding:70px 20px; text-align:center; background:#fff; border:1px solid #dedbd1; }
.ld-catalog-empty > span { color:#d9ddd7; font-size:80px; line-height:1; }
.ld-catalog-empty h3 { margin:7px 0; font-size:28px; }
.ld-catalog-empty p { margin:0 auto 22px; max-width:38ch; color:#757d76; }
.ld-catalog-empty .ld-button { margin:auto; }
.ld-catalog-filter-shade { display:none; }

/* Quiz */
.ld-quiz { min-height: 900px; color: #fff; background: var(--ldc-forest-deep); overflow: hidden; }
.ld-quiz__glow { position: absolute; width: 700px; height: 700px; top: -360px; right: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(216,240,109,.15), transparent 66%); pointer-events: none; }
.ld-quiz__layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(500px, 1.1fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.ld-quiz__intro { padding-top: 20px; }
.ld-quiz__intro h2 { font-size: clamp(44px, 5vw, 74px); }
.ld-quiz__intro > p:not(.ld-eyebrow) { max-width: 48ch; margin: 28px 0 42px; color: rgba(255,255,255,.62); font-size: 17px; }
.ld-quiz__benefit { display: flex; gap: 16px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.ld-quiz__benefit span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: var(--ldc-accent); font-size: 10px; }
.ld-quiz__benefit p { margin: 0; }
.ld-quizbox { min-height: 760px; padding: clamp(25px, 4vw, 48px); color: var(--ldc-ink); background: #f8f6f0; position: relative; }
.ld-quizbox__top { display: flex; justify-content: space-between; color: #757c75; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.ld-quizbox__track { height: 2px; margin: 15px 0 clamp(38px, 5vw, 65px); background: #dedbd1; overflow: hidden; }
.ld-quizbox__track span { display: block; width: 25%; height: 100%; background: var(--ldc-forest); transition: width .55s var(--ldc-ease); }
.ld-quiz-step { min-width: 0; padding: 0; border: 0; display: none; animation: ld-step-in .5s var(--ldc-ease) both; }
.ld-quiz-step.is-active { display: block; }
@keyframes ld-step-in { from { opacity: 0; transform: translateX(25px); } to { opacity: 1; transform: none; } }
.ld-quiz-step legend { width: 100%; margin-bottom: 30px; font-size: clamp(27px, 3vw, 40px); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; }
.ld-choice { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 19px; margin-bottom: 10px; border: 1px solid var(--ldc-line); background: #fff; cursor: pointer; transition: transform .25s, border-color .25s, background .25s; }
.ld-choice:hover { transform: translateX(5px); border-color: var(--ldc-forest); }
.ld-choice:has(input:checked) { color: #fff; background: var(--ldc-forest); border-color: var(--ldc-forest); }
.ld-choice input { position: absolute; opacity: 0; pointer-events: none; }
.ld-choice span { display: flex; flex-direction: column; gap: 3px; }
.ld-choice b { font-size: 16px; }
.ld-choice small { color: #788078; font-size: 12px; }
.ld-choice:has(input:checked) small { color: rgba(255,255,255,.65); }
.ld-choice i { font-style: normal; }
.ld-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ld-choice--tile { min-height: 130px; margin: 0; align-items: flex-end; }
.ld-choice--tile:hover { transform: translateY(-4px); }
.ld-quizbox__nav { position: absolute; left: clamp(25px, 4vw, 48px); right: clamp(25px, 4vw, 48px); bottom: 30px; display: flex; justify-content: space-between; }
.ld-quizbox__nav button { border: 0; background: transparent; font-weight: 700; cursor: pointer; }
.ld-quizbox__nav button:disabled { opacity: .25; cursor: default; }
.ld-quiz-result .ld-field { margin-bottom: 18px; }
.ld-quiz-result .ld-button { width: 100%; margin-top: 5px; }
.ld-quiz-result .ld-form-note { display: block; margin-top: 13px; color: #7c837c; }

/* Cases */
.ld-cases { background: var(--ldc-sand); }
.ld-case-showcase { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(3, 270px); gap: clamp(12px, 1.7vw, 24px); }
.ld-case { position: relative; overflow: hidden; background: #d9d8d0; }
.ld-case[data-gallery] { cursor: pointer; }
.ld-case[data-gallery]:focus-visible { outline: 3px solid var(--ldc-forest); outline-offset: 4px; }
.ld-case--hero { grid-row: 1 / 4; }
.ld-case img { --parallax-y: 0px; height: calc(100% + 46px); margin-top: -23px; object-fit: cover; transform: translate3d(0, var(--parallax-y), 0) scale(1.035); transition: filter .6s; will-change: transform; }
.ld-case:hover img { filter: saturate(1.1) contrast(1.03); }
.ld-case__overlay { position: absolute; inset: auto 0 0; padding: clamp(22px, 3vw, 42px); color: #fff; background: linear-gradient(transparent, rgba(8,16,11,.8)); transform: translateY(14px); transition: transform .5s var(--ldc-ease); }
.ld-case:hover .ld-case__overlay { transform: none; }
.ld-case__overlay p { margin: 0 0 5px; color: rgba(255,255,255,.63); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.ld-case__overlay h3 { margin: 0 0 5px; font-size: clamp(22px, 2.5vw, 38px); }
.ld-case__overlay span { color: rgba(255,255,255,.72); font-size: 13px; }
.ld-case--compare { isolation: isolate; }
.ld-compare { position: absolute; inset: 0; --split: 52%; }
.ld-compare img { width: 100%; height: 100%; margin: 0; object-fit: cover; transform: none !important; }
.ld-compare__real, .ld-compare__render { position: absolute; inset: 0; }
.ld-compare__render { clip-path: inset(0 calc(100% - var(--split)) 0 0); will-change: clip-path; }
.ld-compare__handle { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--split); width: 1px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.ld-compare__handle i { position: absolute; top: 34%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--ldc-ink); background: var(--ldc-accent); box-shadow: 0 10px 30px rgba(0,0,0,.25); font-style: normal; transform: translate(-50%, -50%); }
.ld-compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.ld-compare__label { position: absolute; z-index: 3; top: 18px; padding: 8px 11px; color: #fff; background: rgba(16,23,19,.66); backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.ld-compare__label--render { left: 18px; }
.ld-compare__label--real { right: 18px; }
.ld-cases__footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 34px; }
.ld-cases__footer p { margin: 0; color: #657066; }
.ld-cases__footer strong { margin-right: 10px; color: var(--ldc-ink); font-size: 28px; }

/* Packages */
.ld-packages { background: var(--ldc-paper); }
.ld-package-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ldc-line); border-left: 1px solid var(--ldc-line); }
.ld-package-tabs button { min-height: 82px; padding: 16px; border: 0; border-right: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); background: transparent; cursor: pointer; font-weight: 700; transition: background .35s, color .35s; }
.ld-package-tabs button.is-active { color: #fff; background: var(--ldc-forest); }
.ld-package-panel { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 590px; border: 1px solid var(--ldc-line); border-top: 0; }
.ld-package-panel__visual { position: relative; min-height: 500px; overflow: hidden; }
.ld-package-panel__visual img { height: 100%; object-fit: cover; transition: opacity .35s, transform 1s var(--ldc-ease); }
.ld-package-panel__badge { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 12px 17px; color: #fff; background: rgba(18,23,20,.86); backdrop-filter: blur(8px); }
.ld-package-panel__badge span { color: var(--ldc-accent); font-size: 11px; }
.ld-package-panel__badge p { margin: 0; font-weight: 700; }
.ld-package-panel__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.ld-package-panel__lead { font-size: clamp(20px, 2vw, 27px); line-height: 1.35; letter-spacing: -.02em; }
.ld-package-list { width: 100%; margin: 22px 0 38px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
.ld-package-list li { position: relative; padding: 13px 0 13px 24px; border-top: 1px solid var(--ldc-line); font-size: 13px; }
.ld-package-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ldc-forest); font-weight: 700; }
.ld-package-compare { border: 1px solid var(--ldc-line); background: #fff; box-shadow: 0 30px 80px rgba(25,45,32,.08); }
.ld-package-compare__top { display: grid; grid-template-columns: 1.15fr 1fr 1fr; color: #fff; background: var(--ldc-forest-deep); }
.ld-package-compare__top > div { min-height: 132px; padding: 28px clamp(20px,3vw,38px); display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(255,255,255,.13); }
.ld-package-compare__top small { margin-bottom: 7px; color: rgba(255,255,255,.52); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.ld-package-compare__top strong { font-size: clamp(20px,2.2vw,32px); line-height: 1; }
.ld-package-compare__top > div:last-child strong { color: var(--ldc-accent); }
.ld-package-compare__scroll { overflow-x: auto; }
.ld-package-compare table { width: 100%; min-width: 820px; border-collapse: collapse; }
.ld-package-compare th, .ld-package-compare td { padding: 17px clamp(16px,2vw,28px); border-right: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); text-align: left; }
.ld-package-compare th { color: #777f78; background: #f3f1ea; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.ld-package-compare td { font-size: 12px; }
.ld-package-compare td:first-child { width: 20%; font-weight: 700; }
.ld-package-compare td:nth-child(2) { width: 36%; color: #657066; }
.ld-package-compare td:nth-child(n+3) { color: var(--ldc-forest); font-weight: 700; }
.ld-package-compare td:nth-child(n+3)::before { content: "✓ "; color: #7fa21e; }
.ld-package-compare__bottom { padding: 28px clamp(20px,3vw,38px); display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ld-package-compare__bottom p { max-width: 65ch; margin: 0; color: #687068; font-size: 12px; }

/* Process */
.ld-process { color: #fff; background: #131a16; }
.ld-process__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.ld-process__sticky { position: sticky; top: 120px; }
.ld-process__sticky h2 { font-size: clamp(44px, 5vw, 72px); }
.ld-process__sticky > p:not(.ld-eyebrow) { max-width: 38ch; margin: 28px 0 34px; color: rgba(255,255,255,.56); }
.ld-process-list { --process-progress: 0%; position: relative; margin: 0; padding: 0; list-style: none; }
.ld-process-list::before, .ld-process-list::after { content: ""; position: absolute; z-index: 2; left: 23px; top: 56px; width: 1px; height: calc(100% - 112px); pointer-events: none; }
.ld-process-list::before { background: rgba(255,255,255,.13); }
.ld-process-list::after { height: var(--process-progress); max-height: calc(100% - 112px); background: var(--ldc-accent); transition: height .2s linear; }
.ld-process-step { display: grid; grid-template-columns: 58px 1fr auto; gap: 22px; align-items: start; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.14); }
.ld-process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.ld-process-step > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--ldc-accent); font-size: 11px; transition: background .35s, color .35s, transform .35s; }
.ld-process-step.is-current > span { color: var(--ldc-ink); background: var(--ldc-accent); transform: scale(1.12); box-shadow: 0 0 0 8px rgba(216,240,109,.08); }
.ld-process-step.is-current h3 { color: var(--ldc-accent); }
.ld-process-step:hover > span { color: var(--ldc-ink); background: var(--ldc-accent); transform: rotate(8deg); }
.ld-process-step h3 { margin: 2px 0 8px; font-size: clamp(22px, 2vw, 30px); }
.ld-process-step p { max-width: 48ch; margin: 0; color: rgba(255,255,255,.55); }
.ld-process-step i { padding-top: 7px; color: rgba(255,255,255,.42); font-style: normal; font-size: 12px; white-space: nowrap; }

/* Guarantees */
.ld-guarantees { background: var(--ldc-paper); }
.ld-guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ldc-line); border-left: 1px solid var(--ldc-line); }
.ld-guarantee-card { min-height: 360px; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 38px); border-right: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(31,74,54,.09), transparent 42%); transition: color .4s, background-color .4s; }
.ld-guarantee-card:hover { color: #fff; background-color: var(--ldc-forest); }
.ld-guarantee-card > span { color: var(--ldc-forest); font-size: 11px; }
.ld-guarantee-card:hover > span { color: var(--ldc-accent); }
.ld-guarantee-card h3 { margin: auto 0 17px; font-size: clamp(22px, 2vw, 30px); line-height: 1.08; }
.ld-guarantee-card p { color: #687168; }
.ld-guarantee-card:hover p { color: rgba(255,255,255,.65); }
.ld-guarantee-card i { margin-top: 25px; padding-top: 16px; border-top: 1px solid var(--ldc-line); font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.ld-guarantee-card:hover i { border-color: rgba(255,255,255,.18); }
.ld-document-callout { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 28px; padding: clamp(28px, 4vw, 48px); background: var(--ldc-sand); }
.ld-document-callout h3 { margin: 0; font-size: clamp(22px, 3vw, 38px); }

/* Mortgage */
.ld-mortgage { color: #fff; background: var(--ldc-forest); }
.ld-mortgage::before { content: "6%"; position: absolute; right: -1vw; top: -2vw; color: rgba(255,255,255,.035); font-size: 36vw; font-weight: 700; line-height: .8; pointer-events: none; }
.ld-mortgage__layout { position: relative; display: grid; grid-template-columns: 1fr .86fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.ld-mortgage__copy h2 { font-size: clamp(44px, 5vw, 76px); }
.ld-mortgage__copy > p:not(.ld-eyebrow) { max-width: 50ch; margin: 28px 0; color: rgba(255,255,255,.62); }
.ld-mortgage__copy ul { margin: 0 0 32px; padding: 0; list-style: none; }
.ld-mortgage__copy li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.ld-specialist { display: inline-flex; align-items: center; gap: 13px; }
.ld-specialist img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.ld-specialist div { display: flex; flex-direction: column; }
.ld-specialist span { color: rgba(255,255,255,.5); font-size: 12px; }
.ld-mortgage-calc { padding: clamp(28px, 4vw, 48px); color: var(--ldc-ink); background: #f8f6ef; box-shadow: 0 50px 100px rgba(5,18,11,.2); }
.ld-mortgage-calc__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.ld-mortgage-calc__head p { margin: 0; font-size: 21px; font-weight: 700; }
.ld-mortgage-calc__head span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ldc-accent); }
.ld-mortgage-calc label { display: block; margin-bottom: 25px; }
.ld-mortgage-calc label > span { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 12px; color: #687168; font-size: 12px; }
.ld-mortgage-calc output { color: var(--ldc-ink); font-weight: 700; }
.ld-mortgage-calc input[type="range"] { width: 100%; accent-color: var(--ldc-forest); }
.ld-mortgage-calc__result { margin: 34px 0 22px; padding: 22px; color: #fff; background: var(--ldc-forest-deep); }
.ld-mortgage-calc__result span { display: block; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.ld-mortgage-calc__result strong { display: block; margin-top: 4px; font-size: clamp(28px, 3vw, 42px); }
.ld-mortgage-calc .ld-button { width: 100%; }
.ld-mortgage-calc > small { display: block; margin-top: 15px; color: #858b85; font-size: 10px; line-height: 1.45; }

/* Friends — scroll-driven recreation of the original orbit composition */
.ld-friends {
  --friends-progress: 0;
  position: relative;
  height: 240vh;
  min-height: 1500px;
  color: #fff;
  background: #101713;
}
.ld-friends__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}
.ld-friends__ambient {
  position: absolute;
  z-index: -1;
  inset: -20%;
  background:
    radial-gradient(circle at 50% 48%, rgba(216,240,109,.09), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(63,116,84,.18), transparent 32%);
  transform: scale(calc(.8 + var(--friends-progress) * .32));
}
.ld-friends__head {
  position: absolute;
  z-index: 5;
  top: clamp(28px, 5vh, 62px);
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transform: translateX(-50%);
}
.ld-friends__head > span { color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.5; text-align: right; text-transform: uppercase; letter-spacing: .1em; }
.ld-friends__center {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(760px, 74vw);
  text-align: center;
  transform: translate(-50%, -48%) scale(calc(1 - var(--friends-progress) * .05));
}
.ld-friends__center > p { margin: 0 0 20px; color: rgba(255,255,255,.5); font-size: 13px; }
.ld-friends__center h2 { margin: 0; font-size: clamp(48px, 7vw, 106px); font-weight: 700; line-height: .88; letter-spacing: -.06em; }
.ld-friends__center h2 em { color: var(--ldc-accent); font-family: Gilroy, Arial, sans-serif; font-weight: 400; }
.ld-friends__rating { display: inline-flex; align-items: center; gap: 15px; margin-top: clamp(26px, 5vh, 48px); padding: 10px 15px; border: 1px solid rgba(255,255,255,.14); background: rgba(16,23,19,.62); backdrop-filter: blur(10px); }
.ld-friends__rating strong { font-size: 34px; line-height: 1; }
.ld-friends__rating > span { color: var(--ldc-accent); font-size: 11px; letter-spacing: .12em; }
.ld-friends__rating small { display: block; margin-top: 2px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .02em; }
.ld-friends__orbit { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.ld-friend-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(92px, 10vw, 168px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: #26332b;
  box-shadow: 0 18px 54px rgba(0,0,0,.34);
  opacity: 0;
  will-change: transform, opacity;
}
.ld-friend-card:nth-child(3n + 2) { width: clamp(80px, 8.5vw, 140px); aspect-ratio: 1; }
.ld-friend-card:nth-child(4n) { width: clamp(104px, 11.5vw, 190px); }
.ld-friend-card img { height: 100%; object-fit: cover; filter: saturate(.88); transform: scale(1.04); }
.ld-friends__names {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(28px, 5vh, 56px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  transform: translateX(-50%);
}
.ld-friends__names span { display: flex; gap: 10px; color: rgba(255,255,255,.54); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.ld-friends__names b { color: var(--ldc-accent); font-weight: 500; }
.ld-friends__progress { position: absolute; z-index: 6; top: 28%; right: clamp(12px, 2vw, 28px); width: 1px; height: 44%; background: rgba(255,255,255,.16); }
.ld-friends__progress span { display: block; width: 100%; height: calc(var(--friends-progress) * 100%); background: var(--ldc-accent); }

/* FAQ */
.ld-faq { background: var(--ldc-paper); }
.ld-faq__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.ld-faq__intro { position: sticky; top: 120px; }
.ld-faq__intro h2 { font-size: clamp(43px, 5vw, 70px); }
.ld-faq__intro > p:not(.ld-eyebrow) { max-width: 38ch; margin: 26px 0 32px; color: #667067; }
.ld-faq-item { border-top: 1px solid var(--ldc-line); }
.ld-faq-item:last-child { border-bottom: 1px solid var(--ldc-line); }
.ld-faq-item button { width: 100%; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: clamp(17px, 1.7vw, 23px); font-weight: 700; }
.ld-faq-item button i { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--ldc-line); border-radius: 50%; font-style: normal; font-weight: 400; transition: transform .35s var(--ldc-ease), color .3s, background .3s; }
.ld-faq-item.is-open button i { transform: rotate(45deg); color: #fff; background: var(--ldc-forest); }
.ld-faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ldc-ease); }
.ld-faq-item > div p { min-height: 0; overflow: hidden; margin: 0; max-width: 64ch; color: #677068; }
.ld-faq-item.is-open > div { grid-template-rows: 1fr; }
.ld-faq-item.is-open > div p { padding-bottom: 28px; }

/* Lead */
.ld-lead { min-height: 820px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.ld-lead__media, .ld-lead__veil { position: absolute; inset: 0; }
.ld-lead__media img { height: 100%; object-fit: cover; transform: scale(1.08); }
.ld-lead__veil { background: linear-gradient(90deg, rgba(8,18,12,.9) 0%, rgba(8,18,12,.64) 54%, rgba(8,18,12,.28) 100%); }
.ld-lead__content { position: relative; display: grid; grid-template-columns: 1.12fr .65fr; gap: clamp(45px, 10vw, 150px); align-items: end; }
.ld-lead__copy h2 { font-size: clamp(43px, 5.8vw, 82px); }
.ld-lead__copy > p:not(.ld-eyebrow) { max-width: 48ch; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; }
.ld-lead-form { padding: clamp(26px, 4vw, 42px); background: rgba(15,35,24,.76); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.ld-lead-form .ld-button { width: 100%; margin-top: 5px; }
.ld-lead-form .ld-form-note { color: rgba(255,255,255,.45); }

.ld-field { display: block; }
.ld-field > span { display: block; margin-bottom: 7px; color: #6f786f; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.ld-field input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--ldc-line); border-radius: 0; color: var(--ldc-ink); background: #fff; outline: none; }
.ld-field input:focus { border-color: var(--ldc-forest); }
.ld-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #737b74; font-size: 9px; line-height: 1.35; cursor: pointer; }
.ld-consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--ldc-forest); }
.ld-consent a { text-decoration: underline; text-underline-offset: 2px; }
.ld-consent--optional { opacity: .8; }
.ld-consent--light { color: rgba(255,255,255,.58); }
.ld-field--light { margin-bottom: 17px; }
.ld-field--light > span { color: rgba(255,255,255,.55); }
.ld-field--light input { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.24); }
.ld-field--light input::placeholder { color: rgba(255,255,255,.45); }
.ld-form-note { display: block; margin-top: 14px; font-size: 9px; line-height: 1.45; }
.ld-form-status { display: none; margin: 14px 0 0; color: var(--ldc-accent); font-size: 12px; }
.ld-form-status.is-visible { display: block; }

/* Contacts & footer */
.ld-contacts { padding: clamp(80px, 9vw, 130px) 0; background: var(--ldc-sand); }
.ld-contacts__head { margin-bottom: 60px; }
.ld-contacts__head h2 { font-size: clamp(42px, 6vw, 84px); }
.ld-contacts__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ldc-line); border-left: 1px solid var(--ldc-line); }
.ld-contacts__grid article { min-height: 250px; padding: clamp(22px, 3vw, 34px); border-right: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); }
.ld-contacts__grid article[data-map-query] { cursor: pointer; transition: color .35s, background .35s, transform .45s var(--ldc-ease); }
.ld-contacts__grid article[data-map-query]:hover { color: #fff; background: var(--ldc-forest); transform: translateY(-5px); }
.ld-contacts__grid article[data-map-query]:hover p { color: rgba(255,255,255,.62); }
.ld-contacts__grid article b { display: block; margin-top: 24px; color: var(--ldc-forest); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.ld-contacts__grid article:hover b { color: var(--ldc-accent); }
.ld-contacts__grid article > span { color: var(--ldc-forest); font-size: 11px; }
.ld-contacts__grid h3 { margin: 55px 0 14px; font-size: 22px; }
.ld-contacts__grid p { margin: 0; color: #677067; font-size: 13px; }
.ld-contacts__bottom { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 25px; align-items: center; padding: 30px 0; }
.ld-contacts__bottom > a:not(.ld-button) { font-size: clamp(16px, 1.8vw, 24px); font-weight: 700; }
.ld-contacts__bottom > span { color: #6f786f; }
.ld-footer { padding: 64px 0 24px; color: #fff; background: var(--ldc-ink); }
.ld-footer__top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; padding-bottom: 70px; }
.ld-footer__logo img { width: 150px; filter: invert(1); }
.ld-footer__top > p { color: rgba(255,255,255,.58); }
.ld-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 25px; }
.ld-footer__legal { padding: 28px 0; display: flex !important; flex-wrap: wrap; gap: 12px 25px !important; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: 10px; }
.ld-footer__legal a:hover { color: #fff; }
.ld-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 11px; }
.ld-project-drawer { position: fixed; z-index: 10500; inset: 0; visibility: hidden; pointer-events: none; }
.ld-project-drawer.is-open { visibility: visible; pointer-events: auto; }
.ld-project-drawer__backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,14,10,.64); backdrop-filter: blur(5px); opacity: 0; transition: opacity .45s; cursor: pointer; }
.ld-project-drawer.is-open .ld-project-drawer__backdrop { opacity: 1; }
.ld-project-drawer__panel { position: absolute; top: 0; right: 0; width: min(900px, 88vw); height: 100%; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--ldc-ink); background: var(--ldc-paper); box-shadow: -30px 0 80px rgba(0,0,0,.18); transform: translateX(102%); transition: transform .72s var(--ldc-ease); overflow: auto; }
.ld-project-drawer.is-open .ld-project-drawer__panel { transform: none; }
.ld-project-drawer__close { position: absolute; z-index: 4; top: 20px; right: 20px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: rgba(18,23,20,.84); font-size: 28px; font-weight: 300; cursor: pointer; }
.ld-project-drawer__media { position: relative; min-height: 100%; overflow: hidden; background: #dcdad2; }
.ld-project-drawer__media img { height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ldc-ease); }
.ld-project-drawer.is-open .ld-project-drawer__media img { transform: scale(1); }
.ld-project-drawer__media span { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; color: #fff; background: rgba(18,23,20,.72); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.ld-project-drawer__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.ld-project-drawer__content h2 { margin: 0 0 30px; font-size: clamp(44px, 5vw, 76px); line-height: .9; letter-spacing: -.055em; }
.ld-project-drawer__facts { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 26px; border-top: 1px solid var(--ldc-line); border-bottom: 1px solid var(--ldc-line); }
.ld-project-drawer__facts div { padding: 14px 8px 14px 0; }
.ld-project-drawer__facts div + div { padding-left: 13px; border-left: 1px solid var(--ldc-line); }
.ld-project-drawer__facts small { display: block; color: #7b837c; font-size: 10px; }
.ld-project-drawer__facts strong { display: block; margin-top: 3px; font-size: 15px; }
.ld-project-drawer__price { margin-bottom: 24px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; }
.ld-project-drawer__content > p:not(.ld-eyebrow) { color: #677068; }
.ld-project-drawer__content .ld-button { margin-top: 18px; }
body.ld-drawer-open { overflow: hidden; }

/* One contextual lead form for every conversion CTA. */
.ld-lead-modal { position: fixed; z-index: 11000; inset: 0; display: grid; place-items: center; visibility: hidden; pointer-events: none; }
.ld-lead-modal.is-open { visibility: visible; pointer-events: auto; }
.ld-lead-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(6,13,9,.72); backdrop-filter: blur(7px); opacity: 0; transition: opacity .45s; cursor: pointer; }
.ld-lead-modal.is-open .ld-lead-modal__backdrop { opacity: 1; }
.ld-lead-modal__dialog { position: relative; width: min(980px, calc(100vw - 48px)); max-height: min(760px, calc(100vh - 48px)); display: grid; grid-template-columns: .88fr 1.12fr; color: var(--ldc-ink); background: var(--ldc-paper); box-shadow: 0 35px 110px rgba(0,0,0,.36); opacity: 0; overflow: auto; transform: translateY(42px) scale(.965); transition: opacity .45s, transform .65s var(--ldc-ease); }
.ld-lead-modal.is-open .ld-lead-modal__dialog { opacity: 1; transform: none; }
.ld-lead-modal__close { position: absolute; z-index: 4; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(18,23,20,.14); border-radius: 50%; color: var(--ldc-ink); background: rgba(250,249,245,.86); font-size: 25px; font-weight: 300; cursor: pointer; backdrop-filter: blur(8px); transition: color .3s, background .3s, transform .35s; }
.ld-lead-modal__close:hover { color: #fff; background: var(--ldc-forest); transform: rotate(90deg); }
.ld-lead-modal__visual { position: relative; min-height: 620px; overflow: hidden; background: #1a261e; }
.ld-lead-modal__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,12,.72), transparent 62%); }
.ld-lead-modal__visual img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transition: transform 1.1s var(--ldc-ease); }
.ld-lead-modal.is-open .ld-lead-modal__visual img { transform: scale(1); }
.ld-lead-modal__visual > div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; align-items: flex-end; gap: 14px; color: #fff; }
.ld-lead-modal__visual span { font-size: clamp(58px, 6vw, 88px); line-height: .75; font-weight: 700; letter-spacing: -.07em; }
.ld-lead-modal__visual small { max-width: 12ch; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.2; }
.ld-lead-modal__content { padding: clamp(42px, 5.5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.ld-lead-modal__content h2 { max-width: 12ch; margin: 16px 0 18px; font-size: clamp(39px, 4.6vw, 66px); line-height: .9; letter-spacing: -.06em; }
.ld-lead-modal__content > p:not(.ld-eyebrow) { max-width: 47ch; margin: 0 0 28px; color: #687068; font-size: 13px; }
.ld-lead-modal form { display: grid; gap: 15px; }
.ld-lead-modal form .ld-button { width: 100%; margin-top: 3px; }
.ld-lead-modal .ld-form-note { margin-top: 0; color: #8a908b; }
body.ld-modal-open { overflow: hidden; }

.ld-gallery-modal, .ld-map-modal { position: fixed; z-index: 10900; inset: 0; display: grid; place-items: center; visibility: hidden; pointer-events: none; }
.ld-gallery-modal.is-open, .ld-map-modal.is-open { visibility: visible; pointer-events: auto; }
.ld-gallery-modal__backdrop, .ld-map-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(5,12,8,.8); backdrop-filter: blur(8px); opacity: 0; transition: opacity .45s; }
.ld-gallery-modal.is-open .ld-gallery-modal__backdrop, .ld-map-modal.is-open .ld-map-modal__backdrop { opacity: 1; }
.ld-gallery-modal__dialog { position: relative; width: min(1180px,calc(100vw - 48px)); max-height: calc(100vh - 48px); display: grid; grid-template-columns: 1.45fr .55fr; color: var(--ldc-ink); background: var(--ldc-paper); opacity: 0; overflow: auto; transform: translateY(35px) scale(.97); transition: opacity .45s, transform .65s var(--ldc-ease); }
.ld-gallery-modal.is-open .ld-gallery-modal__dialog, .ld-map-modal.is-open .ld-map-modal__dialog { opacity: 1; transform: none; }
.ld-gallery-modal__close, .ld-map-modal__close { position: absolute; z-index: 5; top: 16px; right: 16px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: rgba(12,24,16,.82); font-size: 27px; cursor: pointer; }
.ld-gallery-modal__stage { position: relative; min-height: 700px; overflow: hidden; background: #18231b; }
.ld-gallery-modal__stage > img { width: 100%; height: 100%; object-fit: cover; }
.ld-gallery-modal__stage button { position: absolute; z-index: 2; bottom: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(8,17,11,.58); cursor: pointer; }
.ld-gallery-modal__stage [data-gallery-prev] { right: 82px; }
.ld-gallery-modal__stage [data-gallery-next] { right: 24px; }
.ld-gallery-modal__stage > span { position: absolute; left: 24px; bottom: 30px; padding: 8px 12px; color: #fff; background: rgba(8,17,11,.58); font-size: 10px; }
.ld-gallery-modal__info { padding: clamp(38px,5vw,70px); display: flex; flex-direction: column; justify-content: center; }
.ld-gallery-modal__info h2 { margin: 12px 0; font-size: clamp(44px,5vw,72px); line-height: .9; letter-spacing: -.055em; }
.ld-gallery-modal__info > p:not(.ld-eyebrow) { color: #657066; }
.ld-gallery-modal__info [data-gallery-thumbs] { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 26px 0 32px; }
.ld-gallery-modal__info [data-gallery-thumbs] button { aspect-ratio: 1; padding: 0; border: 2px solid transparent; background: #ddd; overflow: hidden; cursor: pointer; }
.ld-gallery-modal__info [data-gallery-thumbs] button.is-active { border-color: var(--ldc-forest); }
.ld-gallery-modal__info [data-gallery-thumbs] img { width: 100%; height: 100%; object-fit: cover; }
.ld-map-modal__dialog { position: relative; width: min(1100px,calc(100vw - 48px)); height: min(720px,calc(100vh - 48px)); display: grid; grid-template-rows: auto 1fr; background: var(--ldc-paper); opacity: 0; transform: translateY(35px) scale(.97); transition: opacity .45s, transform .65s var(--ldc-ease); }
.ld-map-modal__head { padding: 30px clamp(24px,4vw,52px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.ld-map-modal__head .ld-eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.ld-map-modal__head h2 { margin: 0; font-size: clamp(35px,4vw,56px); letter-spacing: -.05em; }
.ld-map-modal__head a { font-size: 12px; color: var(--ldc-forest); font-weight: 700; }
.ld-map-modal iframe { width: 100%; height: 100%; border: 0; background: #e4e2da; }
body.ld-gallery-open, body.ld-map-open { overflow: hidden; }

/* Personal route: the first deliberate choice turns browsing into a guided visit. */
.ld-route { position: relative; padding: clamp(95px, 11vw, 170px) 0 0; color: #fff; background: #101712; overflow: hidden; }
.ld-route__noise { position: absolute; inset: 0; opacity: .16; pointer-events: none; background: radial-gradient(circle at 20% 15%, rgba(216,240,109,.2), transparent 28%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.035) 45.2%, transparent 45.4%); background-size: auto, 70px 70px; }
.ld-route__head { position: relative; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 50px; margin-bottom: clamp(55px, 7vw, 95px); }
.ld-route__head .ld-eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.ld-route__head h2 { margin: 0; font-size: clamp(50px, 7vw, 104px); line-height: .88; letter-spacing: -.065em; }
.ld-route__head h2 em { color: var(--ldc-accent); font-weight: inherit; }
.ld-route__head > p:last-child { max-width: 40ch; margin: 0 0 8px; color: rgba(255,255,255,.58); }
.ld-route__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); height: min(660px, 64vw); border-top: 1px solid rgba(255,255,255,.16); }
.ld-route__grid:has(.ld-route-card:nth-child(1):hover) { grid-template-columns: 1.35fr .825fr .825fr; }
.ld-route__grid:has(.ld-route-card:nth-child(2):hover) { grid-template-columns: .825fr 1.35fr .825fr; }
.ld-route__grid:has(.ld-route-card:nth-child(3):hover) { grid-template-columns: .825fr .825fr 1.35fr; }
.ld-route-card { position: relative; min-width: 0; padding: clamp(24px, 3vw, 46px); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; overflow: hidden; border: 0; border-right: 1px solid rgba(255,255,255,.16); color: #fff; background: #172019; text-align: left; cursor: pointer; isolation: isolate; transition: flex .8s var(--ldc-ease), filter .6s, opacity .6s; }
.ld-route-card img, .ld-route-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.ld-route-card img { z-index: -2; object-fit: cover; filter: saturate(.75); transform: scale(1.08); transition: transform 1.2s var(--ldc-ease), filter .8s; }
.ld-route-card__veil { z-index: -1; background: linear-gradient(180deg, rgba(7,14,9,.32), rgba(7,14,9,.88)); transition: background .6s; }
.ld-route-card small { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.ld-route-card strong { font-size: clamp(31px, 3.7vw, 58px); line-height: .92; letter-spacing: -.055em; }
.ld-route-card > i { width: 100%; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.7); font-size: 12px; font-style: normal; }
.ld-route-card > i b { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; font-size: 20px; transition: color .4s, background .4s, transform .5s; }
.ld-route-card:hover img, .ld-route-card.is-active img { transform: scale(1); filter: saturate(1.08); }
.ld-route-card:hover .ld-route-card__veil, .ld-route-card.is-active .ld-route-card__veil { background: linear-gradient(180deg, rgba(7,14,9,.12), rgba(7,14,9,.74)); }
.ld-route-card:hover > i b, .ld-route-card.is-active > i b { color: var(--ldc-ink); background: var(--ldc-accent); border-color: var(--ldc-accent); transform: rotate(45deg); }
.ld-route__grid:has(.ld-route-card:hover) .ld-route-card:not(:hover), .ld-route__grid:has(.ld-route-card.is-active) .ld-route-card:not(.is-active) { opacity: .58; filter: grayscale(.45); }
.ld-route__status { position: relative; min-height: 74px; padding: 0 var(--ldc-gutter); display: flex; justify-content: center; align-items: center; gap: 16px; color: rgba(255,255,255,.54); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.ld-route__status i { width: 90px; height: 1px; background: rgba(255,255,255,.2); }
.ld-route__status b { color: var(--ldc-accent); font-weight: 500; }

/* 60-day scroll film. */
.ld-journey { position: relative; height: 400vh; color: #fff; background: #0d1510; }
.ld-journey__sticky { position: sticky; top: 0; height: 100vh; min-height: 650px; overflow: hidden; }
.ld-journey__media, .ld-journey__shade, .ld-journey__blueprint { position: absolute; inset: 0; }
.ld-journey__media figure { position: absolute; inset: 0; margin: 0; opacity: 0; clip-path: inset(100% 0 0); transition: opacity .7s, clip-path 1s var(--ldc-ease); }
.ld-journey__media figure.is-active { opacity: 1; clip-path: inset(0); }
.ld-journey__media figure.is-past { opacity: 0; clip-path: inset(0 0 100%); }
.ld-journey__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transform: scale(1.08); transition: transform 2s var(--ldc-ease); }
.ld-journey__media figure.is-active img { transform: scale(1); }
.ld-journey__shade { background: linear-gradient(90deg, rgba(5,12,8,.92) 0%, rgba(5,12,8,.62) 48%, rgba(5,12,8,.25) 100%), linear-gradient(0deg, rgba(5,12,8,.48), transparent 42%); }
.ld-journey__blueprint { left: auto; right: -8vw; width: min(58vw, 860px); display: grid; place-items: center; opacity: calc(.1 + var(--journey-progress, 0) * .18); transform: rotate(calc(-7deg + var(--journey-progress, 0) * 14deg)) scale(calc(.86 + var(--journey-progress, 0) * .18)); }
.ld-journey__blueprint svg { width: 100%; stroke: var(--ldc-accent); stroke-width: 1; stroke-dasharray: 7 7; }
.ld-journey__ui { position: relative; height: 100%; padding-top: 32px; padding-bottom: 34px; display: grid; grid-template-rows: auto 1fr auto; }
.ld-journey__ui header { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.ld-journey__ui header p { margin: 0; }
.ld-journey__ui header > span { height: 1px; background: rgba(255,255,255,.25); overflow: hidden; }
.ld-journey__ui header > span i { display: block; width: calc(var(--journey-progress, 0) * 100%); height: 100%; background: var(--ldc-accent); }
.ld-journey__day { position: absolute; top: 11vh; right: 3vw; display: flex; align-items: flex-start; color: rgba(255,255,255,.88); font-variant-numeric: tabular-nums; }
.ld-journey__day span { font-size: clamp(130px, 23vw, 340px); line-height: .75; font-weight: 700; letter-spacing: -.09em; }
.ld-journey__day small { margin: 4px 0 0 12px; color: var(--ldc-accent); text-transform: uppercase; }
.ld-journey__stories { position: relative; width: min(640px, 55vw); align-self: end; margin-bottom: 4vh; }
.ld-journey__stories article { position: absolute; left: 0; bottom: 0; width: 100%; visibility: hidden; opacity: 0; transform: translateY(60px); transition: opacity .65s, transform .8s var(--ldc-ease), visibility .65s; }
.ld-journey__stories article.is-active { position: relative; visibility: visible; opacity: 1; transform: none; }
.ld-journey__stories small { color: var(--ldc-accent); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.ld-journey__stories h2 { margin: 17px 0 22px; font-size: clamp(55px, 7.7vw, 116px); line-height: .82; letter-spacing: -.07em; }
.ld-journey__stories h2 em { color: var(--ldc-accent); font-weight: inherit; }
.ld-journey__stories p { max-width: 50ch; margin: 0; color: rgba(255,255,255,.66); }
.ld-journey__stories .ld-button { margin-top: 25px; }
.ld-journey__hint { display: flex; gap: 10px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.ld-journey__hint span { color: var(--ldc-accent); animation: ld-journey-hint 1.5s ease-in-out infinite; }
@keyframes ld-journey-hint { 50% { transform: translateY(7px); } }

/* Interactive technical X-ray. */
.ld-anatomy { color: var(--ldc-ink); background: #efede5; overflow: hidden; }
.ld-anatomy__layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .62fr); min-height: 690px; border: 1px solid #cbc9c0; background: var(--ldc-paper); }
.ld-anatomy__stage { position: relative; min-height: 690px; overflow: hidden; background: #1b251e; transform-style: preserve-3d; }
.ld-anatomy__stage > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.66); transform: scale(1.035); transition: transform .8s var(--ldc-ease), filter .5s; }
.ld-anatomy__stage:hover > img { filter: saturate(.92) brightness(.78); transform: scale(1.015); }
.ld-anatomy__scan { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle 180px at var(--lens-x,50%) var(--lens-y,50%), rgba(216,240,109,.22), transparent 72%); pointer-events: none; mix-blend-mode: screen; }
.ld-anatomy__scan svg { width: 86%; stroke: rgba(216,240,109,.8); stroke-width: 1.25; stroke-dasharray: 620; stroke-dashoffset: calc(620 - var(--anatomy-viewed, .25) * 620); transition: stroke-dashoffset 1.1s var(--ldc-ease); filter: drop-shadow(0 0 8px rgba(216,240,109,.4)); }
.ld-anatomy__beam { position: absolute; width: 360px; height: 360px; left: var(--lens-x,50%); top: var(--lens-y,50%); border: 1px solid rgba(216,240,109,.35); border-radius: 50%; background: radial-gradient(circle, transparent 45%, rgba(216,240,109,.06) 46%, transparent 70%); transform: translate(-50%,-50%) scale(.9); opacity: 0; pointer-events: none; transition: opacity .3s, transform .5s var(--ldc-ease); }
.ld-anatomy__stage:hover .ld-anatomy__beam { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.ld-hotspot { position: absolute; z-index: 3; left: var(--x); top: var(--y); display: flex; align-items: center; gap: 9px; border: 0; color: #fff; background: none; cursor: pointer; transform: translate(-50%,-50%); }
.ld-hotspot i { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(9,18,12,.66); font-size: 9px; font-style: normal; backdrop-filter: blur(5px); transition: color .35s, background .35s, transform .4s; }
.ld-hotspot i::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(216,240,109,.3); border-radius: inherit; animation: ld-hotspot 2s ease-out infinite; }
@keyframes ld-hotspot { 70%,100% { opacity: 0; transform: scale(1.65); } }
.ld-hotspot span { padding: 6px 8px; color: rgba(255,255,255,.8); background: rgba(8,16,11,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(4px); opacity: 0; transform: translateX(-8px); transition: opacity .35s, transform .35s; }
.ld-hotspot:hover span, .ld-hotspot.is-active span { opacity: 1; transform: none; }
.ld-hotspot:hover i, .ld-hotspot.is-active i { color: var(--ldc-ink); background: var(--ldc-accent); border-color: var(--ldc-accent); transform: scale(1.14); }
.ld-anatomy__drag { position: absolute; left: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.ld-anatomy__drag i { width: 17px; height: 27px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; }
.ld-anatomy__drag i::after { content: ""; display: block; width: 2px; height: 5px; margin: 5px auto; background: var(--ldc-accent); animation: ld-mouse 1.4s infinite; }
@keyframes ld-mouse { 50% { transform: translateY(7px); opacity: .3; } }
.ld-anatomy__info { position: relative; padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #cbc9c0; }
.ld-anatomy__count { position: absolute; top: 30px; right: 34px; display: flex; align-items: flex-start; color: #c8c6bd; }
.ld-anatomy__count span { font-size: 70px; line-height: .8; font-weight: 700; letter-spacing: -.07em; }
.ld-anatomy__count small { margin: 4px 0 0 5px; }
.ld-anatomy__info h3 { margin: 17px 0 20px; font-size: clamp(35px, 4vw, 58px); line-height: .92; letter-spacing: -.055em; }
.ld-anatomy__info > p:not(.ld-eyebrow) { min-height: 92px; margin: 0 0 28px; color: #667067; }
.ld-anatomy__info dl { margin: 0 0 35px; border-top: 1px solid var(--ldc-line); }
.ld-anatomy__info dl div { padding: 13px 0; display: grid; grid-template-columns: 86px 1fr; border-bottom: 1px solid var(--ldc-line); }
.ld-anatomy__info dt { color: #8b918b; font-size: 10px; }
.ld-anatomy__info dd { margin: 0; font-size: 12px; font-weight: 700; }
.ld-anatomy__progress { margin-bottom: 24px; }
.ld-anatomy__progress > span { display: block; height: 3px; margin-bottom: 9px; background: #d9d7ce; }
.ld-anatomy__progress i { display: block; width: 25%; height: 100%; background: var(--ldc-forest); transition: width .7s var(--ldc-ease); }
.ld-anatomy__progress small { color: #7c847d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.ld-anatomy__info.is-changing [data-anatomy-title], .ld-anatomy__info.is-changing [data-anatomy-copy] { animation: ld-anatomy-copy .45s var(--ldc-ease); }
@keyframes ld-anatomy-copy { 0% { opacity: 0; transform: translateY(18px); } }
.ld-anatomy__layout.is-complete { box-shadow: 0 28px 80px rgba(23,38,28,.13); }
.ld-anatomy__layout.is-complete .ld-anatomy__progress i { background: var(--ldc-accent); }

/* Timed, dismissible conversion checkpoint. */
.ld-promo-dock { position: fixed; z-index: 48; right: 24px; bottom: 24px; width: min(390px, calc(100vw - 48px)); min-height: 112px; padding: 22px 76px 22px 48px; display: flex; align-items: center; color: #fff; background: rgba(15,28,20,.94); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 24px 70px rgba(0,0,0,.3); backdrop-filter: blur(18px); opacity: 0; pointer-events: none; transform: translateY(35px) scale(.96); transition: opacity .5s, transform .6s var(--ldc-ease); }
.ld-promo-dock.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.ld-promo-dock__close { position: absolute; top: 7px; right: 9px; border: 0; color: rgba(255,255,255,.5); background: none; font-size: 20px; cursor: pointer; }
.ld-promo-dock__pulse { position: absolute; left: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(--ldc-accent); box-shadow: 0 0 0 7px rgba(216,240,109,.12); animation: ld-dock-pulse 2s infinite; }
@keyframes ld-dock-pulse { 50% { box-shadow: 0 0 0 13px rgba(216,240,109,0); } }
.ld-promo-dock small, .ld-promo-dock strong { display: block; }
.ld-promo-dock small { margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.ld-promo-dock strong { font-size: 18px; line-height: 1.12; }
.ld-promo-dock > a { position: absolute; right: 18px; bottom: 17px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--ldc-ink); background: var(--ldc-accent); font-size: 22px; }
.ld-mobile-actions { display: none; }

@media (max-width: 1100px) {
  .ld-project-grid { grid-template-columns: 1fr 1fr; }
  .ld-quiz__layout, .ld-mortgage__layout { grid-template-columns: 1fr 1fr; gap: 45px; }
  .ld-guarantee-grid { grid-template-columns: 1fr 1fr; }
  .ld-contacts__grid { grid-template-columns: 1fr 1fr; }
  .ld-contacts__bottom { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .ld-conversion { --ldc-gutter: 18px; }
  .ld-section { padding: 78px 0; }
  .ld-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .ld-section-head h2, .ld-quiz__intro h2, .ld-process__sticky h2, .ld-mortgage__copy h2, .ld-faq__intro h2, .ld-lead__copy h2, .ld-contacts__head h2 { font-size: clamp(38px, 12vw, 54px); }
  .ld-proofbar__grid { grid-template-columns: 1fr 1fr; }
  .ld-preloader__mark { width: 78vw; }
  .ld-preloader__meter { grid-template-columns: auto 1fr; }
  .ld-preloader__meter p { display: none; }
  .ld-preloader__corner--side { display: none; }
  .ld-hero-live { right: 18px; bottom: 18px; min-width: 210px; }
  #ld-hero-top .hero__content { padding-bottom: 112px; }
  #ld-hero-top .hero__brand { margin-bottom: 16px; font-size: 9px; }
  #ld-hero-top .hero__headline { max-width: 12ch; margin-bottom: 18px; font-size: clamp(42px, 13vw, 62px); }
  #ld-hero-top .hero__lead { max-width: 34ch; margin-bottom: 22px; font-size: 14px; }
  #ld-hero-top .btn-group { gap: 8px; }
  #ld-hero-top .btn-group .btn { width: 100%; min-height: 47px; padding-inline: 16px; font-size: 12px; }
  .ld-hero-proof { display: none; }
  .ld-art-cursor, .ld-scroll-rail { display: none; }
  .ld-kinetic__track { animation-duration: 16s; }
  .ld-proofbar__item { min-height: 112px; padding: 20px 13px; }
  .ld-proofbar__item:nth-child(3), .ld-proofbar__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .ld-project-grid { grid-template-columns: 1fr; }
  .ld-route { padding-top: 82px; }
  .ld-route__head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 44px; }
  .ld-route__head .ld-eyebrow { grid-column: auto; margin-bottom: 0; }
  .ld-route__head h2 { font-size: clamp(46px, 14vw, 65px); }
  .ld-route__grid { height: auto; grid-template-columns: 1fr; }
  .ld-route__grid:has(.ld-route-card:nth-child(1):hover), .ld-route__grid:has(.ld-route-card:nth-child(2):hover), .ld-route__grid:has(.ld-route-card:nth-child(3):hover) { grid-template-columns: 1fr; }
  .ld-route-card { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .ld-route-card strong { font-size: 42px; }
  .ld-route__status { min-height: 64px; }
  .ld-route__status i { width: 30px; }
  .ld-journey { height: 350vh; }
  .ld-journey__sticky { min-height: 600px; }
  .ld-journey__shade { background: linear-gradient(0deg, rgba(5,12,8,.94) 4%, rgba(5,12,8,.5) 65%, rgba(5,12,8,.38)); }
  .ld-journey__blueprint { right: -32vw; width: 110vw; }
  .ld-journey__day { top: 15vh; right: 16px; }
  .ld-journey__day span { font-size: 36vw; }
  .ld-journey__stories { width: 100%; margin-bottom: 3vh; }
  .ld-journey__stories h2 { font-size: clamp(50px, 15vw, 70px); }
  .ld-journey__stories p { font-size: 13px; }
  .ld-journey__ui header { grid-template-columns: auto 1fr; }
  .ld-journey__ui header b { display: none; }
  .ld-anatomy__layout { grid-template-columns: 1fr; min-height: 0; }
  .ld-anatomy__stage { min-height: 520px; }
  .ld-anatomy__info { min-height: 510px; padding: 42px 22px 32px; border-left: 0; border-top: 1px solid #cbc9c0; }
  .ld-anatomy__count { top: 26px; right: 22px; }
  .ld-anatomy__count span { font-size: 55px; }
  .ld-anatomy__info > p:not(.ld-eyebrow) { min-height: 110px; }
  .ld-anatomy__drag { display: none; }
  .ld-hotspot span { opacity: 1; transform: none; }
  .ld-promo-dock { display: none; }
  .ld-project-card__media { aspect-ratio: 1.4; }
  .ld-quiz { min-height: 0; }
  .ld-quiz__layout { grid-template-columns: 1fr; }
  .ld-quizbox { min-height: 760px; padding: 24px 18px; }
  .ld-quizbox__nav { left: 18px; right: 18px; }
  .ld-choice-grid { grid-template-columns: 1fr 1fr; }
  .ld-choice--tile { min-height: 105px; }
  .ld-case-showcase { grid-template-columns: 1fr; grid-template-rows: none; }
  .ld-case, .ld-case--hero { grid-row: auto; min-height: 310px; }
  .ld-case--hero { min-height: 470px; }
  .ld-cases__footer { align-items: flex-start; flex-direction: column; }
  .ld-package-tabs { grid-template-columns: 1fr; }
  .ld-package-tabs button { min-height: 60px; }
  .ld-package-panel { grid-template-columns: 1fr; }
  .ld-package-panel__visual { min-height: 330px; }
  .ld-package-list { grid-template-columns: 1fr; }
  .ld-package-compare__top { grid-template-columns: 1fr 1fr; }
  .ld-package-compare__top > div { min-height: 105px; padding: 20px 17px; }
  .ld-package-compare__top > div:first-child { grid-column: 1 / -1; min-height: 80px; }
  .ld-package-compare__top strong { font-size: 20px; }
  .ld-package-compare__bottom { align-items: flex-start; flex-direction: column; }
  .ld-process__layout { grid-template-columns: 1fr; }
  .ld-process__sticky, .ld-faq__intro { position: relative; top: auto; }
  .ld-process-step { grid-template-columns: 48px 1fr; gap: 15px; }
  .ld-process-step i { grid-column: 2; }
  .ld-guarantee-grid { grid-template-columns: 1fr; }
  .ld-guarantee-card { min-height: 280px; }
  .ld-document-callout { align-items: flex-start; flex-direction: column; }
  .ld-mortgage__layout { grid-template-columns: 1fr; }
  .ld-mortgage-calc { padding: 26px 18px; }
  .ld-friends { height: 210vh; min-height: 1250px; }
  .ld-friends__sticky { min-height: 620px; }
  .ld-friends__head > span { display: none; }
  .ld-friends__center { width: 84vw; }
  .ld-friends__center > p { font-size: 11px; }
  .ld-friends__center h2 { font-size: clamp(42px, 13vw, 62px); }
  .ld-friends__names { justify-content: center; }
  .ld-friends__names span:not(:first-child) { display: none; }
  .ld-faq__layout { grid-template-columns: 1fr; gap: 45px; }
  .ld-lead { min-height: 940px; }
  .ld-lead__content { grid-template-columns: 1fr; align-items: center; }
  .ld-lead__veil { background: rgba(8,18,12,.72); }
  .ld-contacts__grid { grid-template-columns: 1fr; }
  .ld-contacts__grid article { min-height: 210px; }
  .ld-contacts__bottom { grid-template-columns: 1fr; }
  .ld-footer__top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 45px; }
  .ld-footer__bottom { flex-direction: column; padding-bottom: 76px; }
  .ld-footer__legal { display: grid !important; grid-template-columns: 1fr !important; }
  .ld-gallery-modal, .ld-map-modal { place-items: end center; }
  .ld-gallery-modal__dialog { width: 100%; max-height: 94dvh; grid-template-columns: 1fr; grid-template-rows: 52vh auto; border-radius: 18px 18px 0 0; }
  .ld-gallery-modal__stage { min-height: 0; }
  .ld-gallery-modal__info { padding: 28px 20px 35px; }
  .ld-gallery-modal__info h2 { font-size: 42px; }
  .ld-map-modal__dialog { width: 100%; height: 92dvh; border-radius: 18px 18px 0 0; }
  .ld-map-modal__head { grid-template-columns: 1fr; padding: 28px 20px 20px; }
  .ld-project-drawer__panel { top: auto; bottom: 0; width: 100%; height: min(88vh, 760px); grid-template-columns: 1fr; grid-template-rows: 42% 58%; transform: translateY(102%); }
  .ld-lead-modal { place-items: end center; }
  .ld-lead-modal__dialog { width: 100%; max-height: 92dvh; grid-template-columns: 1fr; transform: translateY(100%); border-radius: 20px 20px 0 0; }
  .ld-lead-modal__visual { min-height: 180px; max-height: 180px; }
  .ld-lead-modal__visual > div { left: 20px; bottom: 18px; }
  .ld-lead-modal__visual span { font-size: 58px; }
  .ld-lead-modal__content { padding: 30px 20px 34px; }
  .ld-lead-modal__content h2 { margin: 12px 0 14px; font-size: 40px; }
  .ld-lead-modal__content > p:not(.ld-eyebrow) { margin-bottom: 20px; }
  .ld-project-drawer__media { min-height: 0; }
  .ld-project-drawer__content { justify-content: flex-start; padding: 25px 20px 40px; }
  .ld-project-drawer__content h2 { margin-bottom: 18px; font-size: 44px; }
  .ld-project-drawer__facts { margin-bottom: 16px; }
  .ld-project-drawer__price { margin-bottom: 12px; }
  .ld-project-drawer__content > p:not(.ld-eyebrow) { display: none; }
  .ld-project-drawer__content .ld-button { margin-top: 8px; }
  .ld-mobile-actions { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7px; padding: 7px; border-radius: 999px; background: rgba(18,23,20,.9); backdrop-filter: blur(12px); box-shadow: 0 12px 35px rgba(0,0,0,.22); transform: translateY(140%); transition: transform .5s var(--ldc-ease); }
  .ld-mobile-actions.is-visible { transform: none; }
  .ld-mobile-actions a { min-height: 46px; display: grid; place-items: center; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; }
  .ld-mobile-actions a:last-child { color: var(--ldc-ink); background: var(--ldc-accent); }
}

@media (max-width: 1100px) {
  .ld-catalog__shell { grid-template-columns: 250px minmax(0,1fr); gap:16px; }
  .ld-catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ld-catalog__quick button { padding:16px 13px; }
}
@media (max-width: 760px) {
  .ld-catalog .ld-section-head { margin-bottom:24px; }
  .ld-catalog__quick { grid-template-columns:1fr 1fr; }
  .ld-catalog__quick button { min-height:84px; border-bottom:1px solid #dedbd2; }
  .ld-catalog__quick button:nth-child(2) { border-right:0; }
  .ld-catalog__quick button:nth-child(n+3) { border-bottom:0; }
  .ld-catalog__shell { display:block; }
  .ld-catalog-filter { position:fixed; z-index:12020; top:0; left:0; width:min(88vw,360px); height:100dvh; padding:24px; overflow:auto; visibility:hidden; transform:translateX(-105%); transition:transform .48s var(--ldc-ease),visibility .48s; }
  .ld-catalog-filter.is-open { visibility:visible; transform:none; }
  .ld-catalog-filter__head button,.ld-catalog-filter-open { display:grid; place-items:center; }
  .ld-catalog-toolbar { align-items:flex-end; }
  .ld-catalog-toolbar > div { align-items:flex-start; flex-direction:column; gap:7px; }
  .ld-catalog-toolbar label { display:grid; gap:3px; text-align:right; }
  .ld-catalog-toolbar select { max-width:140px; padding-left:0; font-size:11px; }
  .ld-catalog-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .ld-catalog-card__body { padding:13px; }
  .ld-catalog-card h3 { font-size:21px; }
  .ld-catalog-card__facts { gap:8px; flex-wrap:wrap; }
  .ld-catalog-card__facts span:nth-child(3) { display:none; }
  .ld-catalog-card__price { display:grid; }
  .ld-catalog-card__price strong { font-size:14px; }
  .ld-catalog-card__price small { text-align:left; }
  .ld-catalog-card__actions { grid-template-columns:1fr; }
  .ld-catalog-card__actions button:last-child { display:none; }
  .ld-catalog-card__badges span:not(:first-child) { display:none; }
  body.ld-catalog-filter-opened { overflow:hidden; }
  body.ld-catalog-filter-opened::after { content:""; position:fixed; z-index:12010; inset:0; background:rgba(4,12,7,.62); backdrop-filter:blur(3px); }
}
@media (max-width: 430px) {
  .ld-catalog-grid { grid-template-columns:1fr; gap:12px; }
  .ld-catalog-card__media { aspect-ratio:1.65; }
  .ld-catalog-card__actions { grid-template-columns:1fr auto; }
  .ld-catalog-card__actions button:last-child { display:block; }
}

@media (prefers-reduced-motion: reduce) {
  .ld-conversion *, .ld-conversion *::before, .ld-conversion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .ld-reveal { opacity: 1; filter: none; transform: none; }
  .ld-art-cursor, .ld-scroll-rail { display: none; }
  .ld-kinetic__track { animation: none; }
  .ld-preloader__grid::before, .ld-preloader__grid::after, .ld-preloader__draw, .ld-preloader__ghost, .ld-preloader__mark img { animation-duration: .01ms !important; animation-delay: 0ms !important; }
  .ld-preloader__panel { transition-duration: .2s; }
  #ld-about .about__media { clip-path: inset(0) !important; }
  #ld-about .about__media img { transform: none !important; }
}
