:root{--ldg-background:#050c18;--ldg-surface:#fffdf8;--ldg-text:#1f2933;--ldg-accent:#a6844a;--ldg-accent-dark:#7d4a28;--ldg-border:#e7dccb;--ldg-max-width:1360px;--ldg-content-max-width:calc(var(--ldg-max-width) + 2.35rem);--ldg-content-padding-x:clamp(0.75rem, 2vw, 1.5rem);--ldg-section-max-width:calc(var(--ldg-max-width) + 5.5rem);--ldg-section-padding-x:0.02rem;--ldg-site-header-offset:8.5rem;--ldg-shadow:0 18px 50px rgba(31, 41, 51, 0.08);--ldg-font-display:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--ldg-font-body:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--ldg-font-serif:"Playfair Display", Georgia, serif;--ldg-brand-gold:#a6844a;--ldg-brand-white:#f1f2f4}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip;overscroll-behavior-x:none}body{margin:0;font-family:var(--ldg-font-body);background:var(--ldg-background);color:var(--ldg-text);line-height:1.6;overflow-x:clip;width:100%}h1,h2,h3,h4,h5,h6{font-weight:500}a{color:var(--ldg-accent-dark);text-decoration:none}a:hover,a:focus{color:var(--ldg-accent)}img{max-width:100%;height:auto;display:block}.ldg-shell{width:min(100% - (2 * var(--ldg-content-padding-x)), var(--ldg-content-max-width));margin:0 auto}.ldg-shell--content{--ldg-content-max-width:calc(var(--ldg-max-width) + 2.35rem);--ldg-content-padding-x:clamp(0.75rem, 2vw, 1.5rem)}.ldg-shell--section{--ldg-content-max-width:calc(var(--ldg-max-width) + 5.5rem);--ldg-content-padding-x:0.02rem}.site-main{padding-bottom:4rem}.site-page-section{padding:0 0 4rem}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ldg-empty-page{position:relative;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 7rem);padding-bottom:0;overflow:hidden}.ldg-empty-page__media,.ldg-empty-page__overlay{position:absolute;inset:0}.ldg-empty-page__media img{width:100%;height:100%;object-fit:cover;filter:brightness(.34) saturate(.78)}.ldg-empty-page__overlay{background:linear-gradient(180deg,rgb(5 12 24 / .22) 0%,rgb(5 12 24 / .78) 100%),linear-gradient(120deg,rgb(5 12 24 / .74) 0%,rgb(5 12 24 / .24) 48%,rgb(5 12 24 / .68) 100%)}.ldg-empty-page__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center}.ldg-empty-page__copy{max-width:42rem}.ldg-empty-page__eyebrow{margin:0 0 .9rem;font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ldg-brand-gold)}.ldg-empty-page__title{margin:0;max-width:18ch;font-family:var(--ldg-font-serif);font-size:clamp(2rem, 5vw, 3.5rem);line-height:1.05;color:var(--ldg-brand-white)}.ldg-empty-page__description{margin:1rem auto 0;max-width:34rem;font-size:1rem;line-height:1.8;color:rgb(241 242 244 / .78)}@media (max-width:780px){:root{--ldg-content-padding-x:clamp(1rem, 5vw, 1.35rem)}.ldg-shell--content,.ldg-shell--section{--ldg-content-padding-x:clamp(1rem, 5vw, 1.35rem)}}@media (min-width:781px) and (max-width:1280px){:root,.ldg-shell--content,.ldg-shell--section{--ldg-content-padding-x:clamp(1.5rem, 3vw, 2.5rem)}}.site-header-wrap{position:fixed;top:0;left:0;right:0;z-index:10;backdrop-filter:blur(0);background:#fff0;border-bottom:1px solid #fff0;transition:background 220ms ease,border-color 220ms ease,backdrop-filter 220ms ease}.site-header-wrap.is-scrolled{background:rgb(5 12 24 / .42);border-bottom-color:rgb(166 132 74 / .2);backdrop-filter:blur(14px)}.site-header{width:100%;margin:0;display:flex;align-items:center;justify-content:space-between;padding:1.4rem clamp(1.5rem, 5vw, 4.5rem);transition:padding 220ms ease}.site-header-wrap.is-scrolled .site-header{padding:.8rem clamp(1.5rem, 5vw, 4.5rem)}.site-branding{display:flex;align-items:center}.site-logo-link{display:inline-flex;align-items:center;transform:translateX(3.9rem)}.site-logo-image{width:clamp(180px, 18vw, 250px);height:auto;transition:width 220ms ease,transform 220ms ease}.site-header-wrap.is-scrolled .site-logo-image{width:clamp(150px, 15vw, 210px)}.site-nav-toggle{display:none;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgb(166 132 74 / .36);border-radius:999px;background:rgb(5 12 24 / .14);padding:0;cursor:pointer;backdrop-filter:blur(10px);transition:background 180ms ease,border-color 180ms ease,transform 180ms ease,box-shadow 180ms ease}.site-nav-toggle:hover,.site-nav-toggle:focus-visible{background:rgb(5 12 24 / .26);border-color:rgb(166 132 74 / .7);box-shadow:0 0 0 4px rgb(166 132 74 / .08)}.site-nav-toggle-icon{position:relative;width:1.3rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center}.site-nav-toggle-line{position:absolute;left:0;width:100%;height:1px;margin:0;background:var(--ldg-brand-white);transform-origin:center;transition:transform 220ms ease,opacity 160ms ease,background 180ms ease}.site-nav-toggle-line:nth-child(1){top:0}.site-nav-toggle-line:nth-child(2){top:50%;transform:translateY(-50%)}.site-nav-toggle-line:nth-child(3){bottom:0}.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(2){opacity:0;transform:translateY(-50%) scaleX(.4)}.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.site-header-wrap.is-menu-open .site-nav-toggle{background:rgb(166 132 74 / .16);border-color:rgb(166 132 74 / .85)}.site-navigation>ul{list-style:none;display:flex;align-items:center;gap:1.25rem;margin:0;padding:0}.site-navigation li{position:relative}.site-navigation a{font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;font-family:var(--ldg-font-body);color:var(--ldg-brand-white)}.site-navigation a:hover,.site-navigation a:focus{color:var(--ldg-brand-gold)}.site-navigation .menu-item-has-children>a{display:inline-flex;align-items:center;min-height:2.75rem;position:relative;z-index:1}.site-navigation__submenu-toggle{display:none;position:absolute;top:50%;right:0;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;padding:0;border:0;background:#fff0;appearance:none;-webkit-appearance:none;color:var(--ldg-brand-white);cursor:pointer;line-height:1;-webkit-tap-highlight-color:#fff0;touch-action:manipulation;z-index:2;transform:translateY(-50%);transition:color 180ms ease}.site-navigation__submenu-toggle::before{content:'';display:block;width:.42rem;height:.42rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform-origin:center;transform:rotate(45deg) translateY(-1px);transition:transform 180ms ease}.site-navigation__submenu-toggle:focus{outline:none}.site-navigation__submenu-toggle:hover,.site-navigation__submenu-toggle:focus-visible,.site-navigation .menu-item-has-children.is-open>.site-navigation__submenu-toggle{color:var(--ldg-brand-gold)}.site-navigation .menu-item-has-children.is-open>.site-navigation__submenu-toggle{transform:translateY(-50%)}.site-navigation .menu-item-has-children.is-open>.site-navigation__submenu-toggle::before{transform:rotate(-135deg) translateY(1px)}.site-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:25;display:none;min-width:13rem;margin:0;padding:.65rem;list-style:none;border:1px solid rgb(166 132 74 / .22);border-radius:1rem;background:rgb(5 12 24 / .94);box-shadow:0 1.25rem 2.5rem rgb(0 0 0 / .3);backdrop-filter:blur(14px)}.site-navigation .sub-menu li{width:100%}.site-navigation .sub-menu li+li{margin-top:.2rem}.site-navigation .sub-menu a{display:block;padding:.8rem .9rem;border-radius:.7rem;font-size:.8rem;letter-spacing:.08em;white-space:nowrap}.site-navigation .sub-menu a:hover,.site-navigation .sub-menu a:focus{background:rgb(166 132 74 / .12)}.site-navigation .menu-item-has-children:hover>.sub-menu,.site-navigation .menu-item-has-children:focus-within>.sub-menu,.site-navigation .menu-item-has-children.is-open>.sub-menu{display:block}.site-navigation .sub-menu .sub-menu{top:-.65rem;left:calc(100% + 0.6rem)}.hero{height:100vh;min-height:100svh}.hero-card{width:100%;height:100%;min-height:100svh;display:grid;grid-template-columns:minmax(220px,0.7fr) minmax(0,1.7fr);margin:0}.hero-stripe{display:flex;flex-direction:column;justify-content:center;padding:4rem clamp(1.5rem, 5vw, 4.5rem);background:#050c18;color:#f8f5ef;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;gap:1rem;width:min(74rem, calc(100% + 42rem));max-width:none;margin-right:-34rem;position:relative;z-index:3}.hero-media{position:relative;min-height:100%;overflow:hidden}.hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#050c18 0%,rgb(5 12 24 / .78) 18%,rgb(5 12 24 / .32) 38%,#fff0 62%);pointer-events:none}.hero-media__picture,.hero-media__image{display:block;width:100%;height:100%}.hero-media__image{object-fit:cover;opacity:1;visibility:visible;transform:none}.hero-small-text,.hero-title,.hero-mid-text,.hero-copy{opacity:1;visibility:visible;transform:none;animation:none}.hero-small-text{margin:0 0 0 -.1em;color:var(--ldg-brand-gold);font-family:var(--ldg-font-body);font-size:.85rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.hero-title{margin:0 0 0 -.07em;max-width:18ch;color:rgb(241 242 244 / .65);font-family:var(--ldg-font-display);font-size:clamp(3rem, 5.8vw, 6.3rem);font-weight:500;line-height:.9}.hero-mid-text{width:100%;max-width:none;margin:0 0 0 -.05em;color:var(--ldg-brand-gold);font-family:var(--ldg-font-serif);font-size:clamp(1.2rem, 2vw, 1.8rem);font-weight:400;line-height:1.25}.hero-copy{width:100%;max-width:56rem;margin:0;color:var(--ldg-brand-white);font-family:var(--ldg-font-body);font-size:1rem}.hero-copy>*{width:100%;max-width:none}.hero-copy p{max-width:none;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.section-quick-path-selector{height:100svh;min-height:100svh;background:#050c18;position:relative}.section-quick-path-selector__stage{position:relative;height:calc(100svh - 8rem);min-height:calc(100svh - 8rem);padding:6.5rem 0 3.5rem;z-index:1}.section-quick-path-selector.is-fixed .section-quick-path-selector__stage{position:fixed;top:0;left:0;right:0;z-index:4;transform:translate3d(0,var(--quick-path-push,0),0)}.section-quick-path-selector__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;height:100%;min-height:100%;width:100%;padding:0 .75rem;position:relative;z-index:1}.quick-path-panel{position:relative;height:100%;min-height:100%;overflow:hidden;border-radius:.35rem;cursor:pointer;transform:translate3d(0,112%,0);opacity:0;will-change:transform,opacity;transition:transform 900ms cubic-bezier(.22,1,.36,1),opacity 760ms ease}.quick-path-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgb(0 0 0 / .64) 0%,rgb(0 0 0 / .24) 36%,#fff0 72%);pointer-events:none}.quick-path-panel__image{width:100%;height:100%;object-fit:cover;transition:transform 700ms cubic-bezier(.22,1,.36,1)}.quick-path-panel__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:.9rem;padding:1.25rem 1.15rem 1rem;z-index:1}.quick-path-panel__title{margin:0;font-family:var(--ldg-font-display);max-width:11ch;font-size:clamp(1.15rem, 1.7vw, 1.85rem);line-height:1.02;letter-spacing:.03em;color:var(--ldg-brand-white)}.quick-path-panel__cta{align-self:flex-end;display:inline-flex;align-items:center;gap:.5rem;color:var(--ldg-brand-white);transition:transform 240ms ease,opacity 240ms ease}.quick-path-panel__cta-label,.quick-path-panel__cta-icon{font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ldg-brand-white);transition:transform 240ms ease,opacity 240ms ease}.quick-path-panel__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:.95rem;height:.95rem;background-color:currentColor;-webkit-mask-image:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.quick-path-panel:hover .quick-path-panel__cta,.quick-path-panel:focus-within .quick-path-panel__cta{transform:translateX(.3rem)}.quick-path-panel:hover .quick-path-panel__image,.quick-path-panel:focus-within .quick-path-panel__image{transform:scale(1.06)}.quick-path-panel:hover .quick-path-panel__cta-label,.quick-path-panel:focus-within .quick-path-panel__cta-label{opacity:.86}.quick-path-panel:hover .quick-path-panel__cta-icon,.quick-path-panel:focus-within .quick-path-panel__cta-icon{transform:translateX(.12rem) scale(1.06)}.section-quick-path-selector.is-visible .quick-path-panel{transform:translate3d(0,0,0);opacity:1}.quick-path-panel--delay-1{transition-delay:0.06s}.quick-path-panel--delay-2{transition-delay:0.18s}.quick-path-panel--delay-3{transition-delay:0.3s}.quick-path-panel--delay-4{transition-delay:0.42s}.section-quick-path-selector.is-returning .quick-path-panel{transition-duration:1200ms,980ms}.section-quick-path-selector.is-returning .quick-path-panel--delay-1{transition-delay:0.12s}.section-quick-path-selector.is-returning .quick-path-panel--delay-2{transition-delay:0.28s}.section-quick-path-selector.is-returning .quick-path-panel--delay-3{transition-delay:0.44s}.section-quick-path-selector.is-returning .quick-path-panel--delay-4{transition-delay:0.6s}.quick-path-scroll-indicator{position:fixed;left:50%;bottom:-3.2rem;transform:translate(-50%,0);display:inline-flex;align-items:center;gap:.9rem;z-index:5;opacity:0;padding:.75rem 1rem;background:rgb(5 12 24 / .34);border-radius:999px;backdrop-filter:blur(10px);box-shadow:0 12px 30px rgb(0 0 0 / .18);transition:opacity 520ms ease,transform 520ms cubic-bezier(.22,1,.36,1),background 260ms ease;pointer-events:none}.section-quick-path-selector.is-visible.is-fixed:not(.is-pushed) .quick-path-scroll-indicator{opacity:1;transform:translate(-50%,0)}.section-quick-path-selector.is-pushed .quick-path-scroll-indicator{opacity:0;transform:translate(-50%,-.55rem)}.section-quick-path-selector:not(.is-visible) .quick-path-scroll-indicator,.section-quick-path-selector:not(.is-fixed) .quick-path-scroll-indicator{opacity:0;transform:translate(-50%,-.55rem)}.quick-path-scroll-indicator__label{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:rgb(241 242 244 / .86);white-space:nowrap}.quick-path-scroll-indicator__line{display:block;width:2.8rem;height:1px;background:linear-gradient(90deg,rgb(241 242 244 / .16) 0%,rgb(241 242 244 / .9) 100%)}.quick-path-scroll-indicator__line--leading{background:linear-gradient(90deg,rgb(241 242 244 / .9) 0%,rgb(241 242 244 / .16) 100%)}.section-why-ldg{background:#050c18;padding:6rem 0}.section-why-ldg__inner{display:grid;grid-template-columns:minmax(0,0.86fr) minmax(0,1.14fr);column-gap:5rem;row-gap:3rem;align-items:start}.section-why-ldg__intro{display:flex;flex-direction:column;gap:1.4rem;padding-top:.25rem}.section-why-ldg__heading{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2.5rem, 4vw, 4.1rem);line-height:.94;color:var(--ldg-brand-white);margin-left:-.05em}.section-why-ldg__description{margin:0;max-width:28rem;font-size:1rem;line-height:1.75;color:rgb(241 242 244 / .82);margin-left:-.03em}.section-why-ldg__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.why-ldg-card{display:grid;grid-template-columns:6px minmax(0,1fr);min-height:10.5rem;background:#172033;border:1px solid rgb(166 132 74 / .18);overflow:hidden}.why-ldg-card__stripe{background:var(--ldg-brand-gold);transform-origin:top;transition:transform 780ms cubic-bezier(.22,1,.36,1)}.why-ldg-card.ldg-reveal .why-ldg-card__stripe{transform:scaleY(.2)}.why-ldg-card.ldg-reveal.is-visible .why-ldg-card__stripe{transform:scaleY(1)}.why-ldg-card__content{display:flex;flex-direction:column;justify-content:flex-end;gap:.65rem;padding:1.1rem 1.2rem 1rem}.why-ldg-card__value{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2.2rem, 3vw, 3.3rem);line-height:.92;color:var(--ldg-brand-white);transition:transform 700ms cubic-bezier(.22,1,.36,1),opacity 700ms ease}.why-ldg-card__label{margin:0;font-size:.95rem;line-height:1.6;color:var(--ldg-brand-white);transition:transform 760ms cubic-bezier(.22,1,.36,1),opacity 760ms ease}.why-ldg-card.ldg-reveal .why-ldg-card__value,.why-ldg-card.ldg-reveal .why-ldg-card__label{opacity:0;transform:translate3d(0,1rem,0)}.why-ldg-card.ldg-reveal.is-visible .why-ldg-card__value,.why-ldg-card.ldg-reveal.is-visible .why-ldg-card__label{opacity:1;transform:translate3d(0,0,0)}.why-ldg-card.ldg-reveal.is-visible .why-ldg-card__label{transition-delay:80ms}.why-ldg-card--compact .why-ldg-card__value{font-size:clamp(1.55rem, 2vw, 2rem)}.why-ldg-card--compact .why-ldg-card__label{color:#ccc}.section-background-story{position:relative;background:#050c18}.section-background-story__media{position:sticky;top:0;height:100svh;overflow:hidden}.section-background-story__media::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .5);pointer-events:none}.section-background-story__image{width:100%;height:100%;object-fit:cover}.section-background-story__content{position:relative;z-index:1;margin-top:-100svh}.background-story-panel{min-height:100svh;width:min(100% - 1.5rem, calc(var(--ldg-max-width) + 2rem));margin:0 auto}.background-story-panel--intro,.background-story-panel--middle{display:flex;align-items:center;justify-content:center}.background-story-panel__inner{width:100%}.background-story-panel__inner--testimonials{padding:8rem 0 5rem}.background-story-panel__inner--residential-commercial{padding:7rem 0 5rem}.section-design-story{position:relative;background:#f1f2f4}.section-design-story__media{position:sticky;top:0;height:100svh;overflow:hidden}.section-design-story__media::after{content:"";position:absolute;inset:0;background:rgb(241 242 244 / .02);pointer-events:none}.section-design-story__image{width:100%;height:100%;object-fit:cover;opacity:.08}.section-design-story__content{position:relative;z-index:1;margin-top:-100svh}.design-story-panel{min-height:100svh;width:min(100% - 1.5rem, calc(var(--ldg-max-width) + 2rem));margin:0 auto;display:flex;align-items:center;justify-content:center}.design-story-panel__inner{width:100%;padding:7rem 0 5.5rem}.design-story-panel--design,.design-story-panel--projects{min-height:auto;align-items:flex-start}.design-story-panel--design .design-story-panel__inner{padding:12rem 0 8rem}.design-story-panel--projects .design-story-panel__inner{padding:4rem 0 4rem}.design-story-panel--projects{display:none}@media (max-width:780px){.design-story-panel--design .design-story-panel__inner{padding:4.5rem 0 4rem}}.section-design{position:relative}.section-design__inner{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);align-items:center;gap:3.5rem}.section-design__content{max-width:33rem}.section-design__content-reveal{transform:translate3d(-2.1rem,.75rem,0);transition:opacity 760ms ease,transform 980ms cubic-bezier(.16,1,.3,1)}.section-design__content-reveal.is-visible{transform:translate3d(0,0,0)}.section-design__heading-row{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;margin-bottom:1.25rem}.section-design__title{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.8vw, 4rem);line-height:.96;color:#1c1c1c;margin-left:-.05em}.section-design__title-reveal{transform:translate3d(0,1rem,0);transition:opacity 720ms ease,transform 920ms cubic-bezier(.22,1,.36,1)}.section-design__title-reveal.is-visible{transform:translate3d(0,0,0)}.section-design__logo{display:block;width:auto;height:clamp(4.4rem, 7vw, 6.6rem);object-fit:contain;margin-left:-.05rem}.section-design__logo-reveal{transform:translate3d(1rem,-.65rem,0) rotate(-7deg) scale(.92);transform-origin:center center;transition:opacity 720ms ease,transform 1040ms cubic-bezier(.16,1,.3,1);transition-delay:90ms}.section-design__logo-reveal.is-visible{transform:translate3d(0,0,0) rotate(0deg) scale(1)}.section-design__copy{margin:0;font-family:var(--ldg-font-body);font-size:clamp(1rem, 1.45vw, 1.22rem);line-height:1.7;color:rgb(28 28 28 / .74);margin-left:-.03em}.section-design__copy-reveal{transform:translate3d(0,1.35rem,0);transition:opacity 760ms ease,transform 980ms cubic-bezier(.22,1,.36,1);transition-delay:140ms}.section-design__copy-reveal.is-visible{transform:translate3d(0,0,0)}.section-design__media{position:relative;width:100%;overflow:hidden;border-radius:.55rem;box-shadow:0 1.7rem 4.2rem rgb(5 12 24 / .24)}.section-design__media::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(135deg,rgb(5 12 24 / .28) 0%,rgb(5 12 24 / .06) 42%,#fff0 100%);pointer-events:none;transition:opacity 820ms ease}.section-design__media-reveal{transform:translate3d(2.5rem,1.1rem,0) scale(.96) rotate(1.2deg);transform-origin:center center;clip-path:inset(0 0 100% 0 round .55rem);transition:opacity 760ms ease,transform 1180ms cubic-bezier(.16,1,.3,1),clip-path 1180ms cubic-bezier(.22,1,.36,1)}.section-design__media-reveal.is-visible{transform:translate3d(0,0,0) scale(1) rotate(0deg);clip-path:inset(0 0 0 0 round .55rem)}.section-design__media-reveal.is-visible::before{opacity:.65}.section-design__image{display:block;width:100%;height:auto;object-fit:cover;transform:scale(1.08);transition:transform 1260ms cubic-bezier(.16,1,.3,1)}.section-design__media-reveal.is-visible .section-design__image{transform:scale(1)}@media (max-width:780px){.section-design__inner{grid-template-columns:1fr;gap:2rem}.section-design__content{max-width:none}.section-design__heading-row{gap:.8rem;margin-bottom:1rem}.section-design__title{font-size:clamp(1.75rem, 8vw, 2.6rem)}.section-design__logo{height:3.8rem}.section-design__content-reveal,.section-design__title-reveal,.section-design__copy-reveal{transform:translate3d(0,1rem,0)}.section-design__logo-reveal{transform:translate3d(.6rem,-.2rem,0) rotate(-4deg) scale(.94)}.section-design__media-reveal{transform:translate3d(0,1.5rem,0) scale(.98);clip-path:inset(0 0 100% 0 round .5rem)}}.section-social-proof{padding:4.5rem 0 4rem;background:#f1f2f4}.section-social-proof__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:1.15rem;align-items:stretch}.section-social-proof__stack{display:grid;grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:1.15rem}.section-social-proof__panel{border-radius:.9rem;border:1px solid rgb(241 242 244 / .12);box-shadow:0 1.25rem 3rem rgb(5 12 24 / .18)}.section-social-proof__panel--primary{min-height:33rem;background:#efefef;padding:1.7rem 1.7rem 1.55rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.section-social-proof__panel--secondary{min-height:15.9rem}.section-social-proof__stack .section-social-proof__panel--secondary:first-child{background:#a6844a;border-color:rgb(166 132 74 / .45)}.section-social-proof__stack .section-social-proof__panel--secondary:last-child{background:#172033;border-color:rgb(241 242 244 / .08)}.section-social-proof__panel--stat{padding:1.35rem 1.35rem 1.25rem;display:flex;flex-direction:column;justify-content:space-between}.section-social-proof__quote-icon{width:3.25rem;height:3.25rem;background-color:#1c1c1c;mask:url(/wp-content/themes/LDG-theme/assets/icons/quote.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/quote.svg) center / contain no-repeat;align-self:flex-start}.section-social-proof__review{margin:1.4rem 0 2rem;max-width:36rem;font-family:var(--ldg-font-body);font-size:clamp(1.1rem, 1.6vw, 1.5rem);line-height:1.65;color:#1c1c1c;text-align:left}.section-social-proof__person{display:flex;align-items:center;gap:.95rem;width:100%;max-width:36rem}.section-social-proof__person-image{width:3.55rem;height:3.55rem;border-radius:999px;object-fit:cover;flex:0 0 auto}.section-social-proof__person-meta{display:flex;flex-direction:column;gap:.18rem}.section-social-proof__person-name{margin:0;font-family:var(--ldg-font-display);font-size:1rem;line-height:1.2;color:#1c1c1c}.section-social-proof__person-role{margin:0;font-size:.72rem;font-weight:500;letter-spacing:.16em;color:rgb(28 28 28 / .62);text-transform:uppercase}.section-social-proof__trend-icon{width:2.3rem;height:2.3rem;background-color:#f1f2f4;mask:url(/wp-content/themes/LDG-theme/assets/icons/trend.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/trend.svg) center / contain no-repeat}.section-social-proof__stat-copy{display:flex;flex-direction:column;gap:.2rem}.section-social-proof__stat-value{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2.6rem, 4vw, 4.2rem);line-height:.92;color:#f1f2f4}.section-social-proof__stat-label{margin:0;font-size:.78rem;font-weight:500;letter-spacing:.15em;line-height:1.5;color:rgb(241 242 244 / .86);text-transform:uppercase;white-space:nowrap}.section-social-proof__panel--featured{padding:1.35rem 1.35rem 1.25rem;display:flex;align-items:center;justify-content:center}.section-social-proof__featured-inner{width:100%;max-width:18rem;display:flex;flex-direction:column;align-items:center;text-align:center}.section-social-proof__featured-title{margin:0;font-family:var(--ldg-font-display);font-size:.84rem;font-weight:500;letter-spacing:.18em;color:#f1f2f4;text-transform:uppercase}.section-social-proof__featured-line{width:5.25rem;height:1px;margin:.9rem 0 1.1rem;background:rgb(241 242 244 / .54)}.section-social-proof__featured-logos{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.2rem}.section-social-proof__featured-logo{display:inline-flex;align-items:center;justify-content:center;max-width:8.25rem}.section-social-proof__featured-logo a{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.section-social-proof__featured-logo img{display:block;width:auto;max-width:100%;max-height:2.35rem;object-fit:contain}.section-social-proof__featured-empty{font-size:.84rem;line-height:1.5;color:rgb(241 242 244 / .7)}@media (max-width:780px){.section-social-proof{padding:3rem 0 2.7rem}.section-social-proof__grid{grid-template-columns:1fr;gap:.95rem}.section-social-proof__stack{grid-template-rows:none;gap:.95rem}.section-social-proof__panel{border-radius:.75rem}.section-social-proof__panel--primary{min-height:auto;padding:1.3rem 1.15rem 1.15rem;align-items:stretch}.section-social-proof__panel--secondary{min-height:12.5rem}.section-social-proof__panel--stat,.section-social-proof__panel--featured{padding:1.1rem 1rem 1rem}.section-social-proof__quote-icon{width:2.5rem;height:2.5rem}.section-social-proof__review{margin:1rem 0 1.4rem;max-width:none;font-size:1rem;line-height:1.6}.section-social-proof__person{max-width:none;gap:.8rem}.section-social-proof__person-image{width:3rem;height:3rem}.section-social-proof__person-name{font-size:.95rem}.section-social-proof__person-role{font-size:.64rem;letter-spacing:.14em}.section-social-proof__trend-icon{width:2rem;height:2rem}.section-social-proof__stat-value{font-size:clamp(2.15rem, 11vw, 3.2rem)}.section-social-proof__stat-label{font-size:.68rem;letter-spacing:.1em}.section-social-proof__featured-inner{max-width:none}.section-social-proof__featured-title{font-size:.76rem;letter-spacing:.16em}.section-social-proof__featured-line{margin:.75rem 0 .95rem}.section-social-proof__featured-logos{gap:.85rem 1rem}.section-social-proof__featured-logo{max-width:7rem}.section-social-proof__featured-logo img{max-height:2rem}}.testimonials-story{display:flex;flex-direction:column;gap:2rem}.testimonials-story__heading{margin:0;max-width:14ch;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.2vw, 3.3rem);line-height:.94;color:var(--ldg-brand-white);text-align:center;align-self:center}.testimonials-story__carousel{display:flex;flex-direction:column;gap:1.35rem}.testimonials-story__embed{width:100%}.testimonials-story__fallback{margin:0;text-align:center;color:rgb(241 242 244 / .82);font-size:1rem;line-height:1.6}.testimonials-story__frame{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem}.testimonials-story__viewport{overflow:hidden}.testimonials-story__track{--testimonial-columns:3;display:flex;gap:1.2rem;transition:transform 420ms ease;will-change:transform}.testimonials-story__slide{flex:0 0 calc((100% - (1.2rem * (var(--testimonial-columns) - 1))) / var(--testimonial-columns))}.testimonial-card{display:grid;grid-template-rows:auto 1fr auto;gap:1.1rem;padding:1.3rem 1.3rem 1.2rem;background:rgb(241 242 244 / .74);border:1px solid rgb(241 242 244 / .16);border-radius:1.1rem;backdrop-filter:blur(10px)}.testimonials-story__nav-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border:1px solid rgb(241 242 244 / .28);border-radius:999px;background:rgb(241 242 244 / .08);color:var(--ldg-brand-white);backdrop-filter:blur(10px);cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,transform 220ms ease,opacity 220ms ease}.testimonials-story__nav-button:hover,.testimonials-story__nav-button:focus-visible{background:rgb(241 242 244 / .16);border-color:rgb(241 242 244 / .44);transform:translateY(-1px) scale(1.02)}.testimonials-story__nav-icon{display:inline-block;width:1rem;height:1rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat}.testimonials-story__nav-button--back .testimonials-story__nav-icon{transform:rotate(180deg)}.testimonials-story__nav-button:disabled{opacity:.42;cursor:default;transform:none}.testimonial-card__header{display:flex;align-items:center;gap:.8rem}.testimonial-card__profile{width:3rem;height:3rem;border-radius:999px;object-fit:cover;flex:0 0 auto}.testimonial-card__person{display:flex;flex-direction:column;gap:.15rem;min-width:0}.testimonial-card__name{margin:0;font-size:1rem;font-weight:500;line-height:1.2;color:#1c1c1c}.testimonial-card__time{margin:0;font-size:.82rem;line-height:1.4;color:rgb(28 28 28 / .64)}.testimonial-card__body{display:flex;align-items:flex-start}.testimonial-card__quote{margin:0;font-size:1rem;line-height:1.7;color:rgb(28 28 28 / .92)}.testimonial-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.testimonial-card__stars{display:inline-flex;align-items:center;gap:.16rem;color:var(--ldg-brand-gold);font-size:.96rem;line-height:1}.testimonial-card__brand{width:auto;height:1.1rem;object-fit:contain}@media (max-width:780px){.testimonials-story{gap:1.4rem}.testimonials-story__heading{font-size:clamp(1.8rem, 7vw, 2.5rem);max-width:11ch}.testimonials-story__frame{grid-template-columns:1fr;gap:1rem}.testimonials-story__track{--testimonial-columns:1}.testimonial-card{padding:1.15rem 1rem 1.05rem}.testimonial-card__quote{font-size:.95rem;line-height:1.6}.testimonials-story__viewport{order:1}.testimonials-story__nav-button{width:3.1rem;height:3.1rem}.testimonials-story__nav-button--back{order:2;justify-self:start}.testimonials-story__nav-button--next{order:3;justify-self:end}}@media (min-width:781px) and (max-width:1080px){.testimonials-story__track{--testimonial-columns:2}}.home-get-in-touch-cta{margin-top:2.5rem}.home-get-in-touch-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding-inline:clamp(0.6rem, 1.6vw, 1.35rem)}.home-get-in-touch-cta__content{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}.home-get-in-touch-cta__eyebrow{margin:0;font-family:var(--ldg-font-body);font-size:.76rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ldg-brand-white)}.home-get-in-touch-cta__heading{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3vw, 3rem);line-height:.96;color:#f1f2f4}.home-get-in-touch-cta__description{margin:0;max-width:35rem;font-family:var(--ldg-font-body);font-size:1rem;line-height:1.7;color:rgb(241 242 244 / .76)}.home-get-in-touch-cta__action{display:flex;justify-content:flex-end}.home-get-in-touch-cta__button{min-width:18.5rem}@media (max-width:780px){.home-get-in-touch-cta{margin-top:1.8rem}.home-get-in-touch-cta__inner{grid-template-columns:1fr;gap:1.35rem;padding-inline:.6rem}.home-get-in-touch-cta__content{align-items:flex-start}.home-get-in-touch-cta__heading{font-size:clamp(1.75rem, 8vw, 2.4rem)}.home-get-in-touch-cta__description{font-size:.95rem;line-height:1.64}.home-get-in-touch-cta__action{justify-content:flex-start}.home-get-in-touch-cta__button{min-width:0}}.residential-commercial{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:4.25rem;min-height:100%}.residential-commercial__intro{display:flex;flex-direction:column;align-items:center;gap:1.2rem;max-width:72rem;margin:0 auto;text-align:center}.residential-commercial__title{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2.35rem, 4.4vw, 4.8rem);line-height:.94;color:var(--ldg-brand-white)}.residential-commercial__copy{margin:0;max-width:72rem;font-family:var(--ldg-font-body);font-size:clamp(1rem, 1.5vw, 1.3rem);line-height:1.55;color:rgb(241 242 244 / .88)}.residential-commercial__feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:3.5rem}.residential-commercial__feature--reverse{margin-top:3rem}.residential-commercial__media{position:relative;width:100%;max-width:34rem;aspect-ratio:1 / 1;justify-self:start}.residential-commercial__media.ldg-reveal{transform:translate3d(-3rem,0,0) rotate(-1.8deg);transition:opacity 820ms ease,transform 980ms cubic-bezier(.16,1,.3,1)}.residential-commercial__media.ldg-reveal.is-visible{transform:translate3d(0,0,0) rotate(0deg)}.residential-commercial__media--reverse.ldg-reveal{transform:translate3d(3rem,0,0) rotate(1.8deg)}.residential-commercial__media--reverse.ldg-reveal.is-visible{transform:translate3d(0,0,0) rotate(0deg)}.residential-commercial__frame{position:absolute;inset:0;transform:translate3d(1.35rem,1.35rem,0);border:1px solid rgb(241 242 244 / .28);border-radius:.3rem;background:linear-gradient(180deg,rgb(241 242 244 / .28) 0%,rgb(241 242 244 / .18) 100%);backdrop-filter:blur(14px);box-shadow:0 1.2rem 2.6rem rgb(5 12 24 / .16);opacity:.55;transition:transform 950ms cubic-bezier(.22,1,.36,1),opacity 950ms ease}.residential-commercial__frame--reverse{transform:translate3d(-1.35rem,1.35rem,0)}.residential-commercial__image{position:relative;z-index:1;display:block;width:100%;height:100%;border-radius:.3rem;object-fit:cover;transform:scale(1.035);transform-origin:center center;transition:transform 1200ms cubic-bezier(.16,1,.3,1)}.residential-commercial__card{width:100%;max-width:44rem;justify-self:end;padding:2rem 2.15rem;border:1px solid rgb(241 242 244 / .16);border-radius:1.2rem;background:rgb(241 242 244 / .08);backdrop-filter:blur(18px);box-shadow:0 1.6rem 4rem rgb(5 12 24 / .22);transform-origin:left center;transition:box-shadow 360ms ease,border-color 360ms ease}.residential-commercial__card.ldg-reveal{transform:translate3d(3.4rem,0,0) rotate(1.4deg);transition:opacity 860ms ease,transform 1040ms cubic-bezier(.16,1,.3,1),box-shadow 360ms ease,border-color 360ms ease}.residential-commercial__card.ldg-reveal.is-visible{transform:translate3d(0,0,0) rotate(0deg)}.residential-commercial__card--commercial.ldg-reveal{transform:translate3d(-3.4rem,0,0) rotate(-1.4deg);transform-origin:right center}.residential-commercial__feature--reverse .residential-commercial__card{justify-self:start}.residential-commercial__feature--reverse .residential-commercial__media{justify-self:end;margin-left:auto}.residential-commercial__card--commercial.ldg-reveal.is-visible{transform:translate3d(0,0,0) rotate(0deg)}.residential-commercial__media.is-visible .residential-commercial__frame{transform:translate3d(2rem,1.85rem,0);opacity:1}.residential-commercial__media--reverse.is-visible .residential-commercial__frame--reverse{transform:translate3d(-2rem,1.85rem,0);opacity:1}.residential-commercial__media.is-visible .residential-commercial__image{transform:scale(1)}.residential-commercial__card.is-visible{box-shadow:0 2rem 4.8rem rgb(5 12 24 / .28);border-color:rgb(241 242 244 / .24)}.residential-commercial__eyebrow{margin:0 0 .85rem;font-family:"Playfair Display",Georgia,serif;font-size:1rem;font-weight:500;letter-spacing:.12em;color:var(--ldg-brand-gold)}.residential-commercial__headline{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3vw, 3rem);font-weight:400;line-height:.98;color:var(--ldg-brand-white)}.residential-commercial__options{display:flex;flex-direction:column;margin-top:1.65rem}.residential-commercial-option{display:block;padding:1.15rem 0;cursor:pointer;text-decoration:none;transition:transform 240ms ease,opacity 240ms ease}.residential-commercial-option+.residential-commercial-option{border-top:1px solid rgb(241 242 244 / .18)}.residential-commercial-option__head{display:flex;align-items:center;gap:.9rem;margin-bottom:.85rem}.residential-commercial-option__icon{display:inline-block;width:1.5rem;height:1.5rem;flex:0 0 auto;background-color:var(--ldg-brand-gold);mask:var(--residential-commercial-icon) center / contain no-repeat;-webkit-mask:var(--residential-commercial-icon) center / contain no-repeat;transition:transform 240ms ease,filter 240ms ease}.residential-commercial-option__title{margin:0;font-family:var(--ldg-font-display);font-size:1.5rem;font-weight:500;line-height:1.2;color:var(--ldg-brand-white);transition:color 240ms ease,transform 240ms ease}.residential-commercial-option__arrow{display:inline-block;width:1.5rem;height:1.5rem;margin-left:auto;flex:0 0 auto;background-color:var(--ldg-brand-gold);mask:url(/wp-content/themes/LDG-theme/assets/icons/arrow.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/arrow.svg) center / contain no-repeat;transition:transform 240ms ease,filter 240ms ease}.residential-commercial-option__description{margin:0;max-width:none;width:100%;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.6;color:rgb(241 242 244 / .76);transition:color 240ms ease}.residential-commercial-option:hover,.residential-commercial-option:focus-within{transform:translateX(.35rem)}.residential-commercial-option:hover .residential-commercial-option__icon,.residential-commercial-option:focus-within .residential-commercial-option__icon{transform:scale(1.08);filter:brightness(1.08)}.residential-commercial-option:hover .residential-commercial-option__arrow,.residential-commercial-option:focus-within .residential-commercial-option__arrow{transform:translateX(.2rem);filter:brightness(1.08)}.residential-commercial-option:hover .residential-commercial-option__title,.residential-commercial-option:focus-within .residential-commercial-option__title{color:#fff;transform:translateX(.12rem)}.residential-commercial-option:hover .residential-commercial-option__description,.residential-commercial-option:focus-within .residential-commercial-option__description{color:rgb(241 242 244 / .92)}@media (max-width:780px){.residential-commercial{gap:2.6rem;overflow-x:clip}.residential-commercial__feature{grid-template-columns:1fr;gap:2.4rem;overflow-x:clip}.residential-commercial__feature--reverse{margin-top:0}.residential-commercial__media{max-width:none;justify-self:stretch}.residential-commercial__frame{transform:translate3d(.8rem,.8rem,0)}.residential-commercial__frame--reverse{transform:translate3d(-.8rem,.8rem,0)}.residential-commercial__media.is-visible .residential-commercial__frame{transform:translate3d(1.2rem,1.1rem,0)}.residential-commercial__media--reverse.is-visible .residential-commercial__frame--reverse{transform:translate3d(-1.2rem,1.1rem,0)}.residential-commercial__media.ldg-reveal{transform:translate3d(0,1.1rem,0)}.residential-commercial__media--reverse.ldg-reveal{transform:translate3d(0,1.1rem,0)}.residential-commercial__card.ldg-reveal{transform:translate3d(0,1.1rem,0)}.residential-commercial__card--commercial.ldg-reveal{transform:translate3d(0,1.1rem,0)}.residential-commercial__card{max-width:none;justify-self:stretch;padding:1.5rem 1.3rem}.residential-commercial__eyebrow{font-size:.92rem}.residential-commercial__headline{font-size:clamp(1.75rem, 8vw, 2.4rem)}.residential-commercial__options{margin-top:1.35rem}.residential-commercial-option{padding:1rem 0}.residential-commercial-option__title{font-size:1.65rem}.residential-commercial-option__description{font-size:.94rem}}.button-link{display:inline-flex;align-items:center;justify-content:center;min-width:18rem;padding:1rem 1.75rem;border-radius:0;border:1px solid var(--ldg-brand-gold);background:var(--ldg-brand-gold);color:var(--ldg-brand-white);font-weight:500;font-family:var(--ldg-font-body);letter-spacing:.04em;text-transform:uppercase;position:relative;overflow:hidden;transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease,box-shadow 180ms ease}.button-link::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#fff0 15%,rgb(255 255 255 / .18) 50%,#fff0 85%);transform:translateX(-130%);transition:transform 260ms ease;pointer-events:none}.button-link:hover,.button-link:focus-visible{background:#b89558;border-color:#b89558;color:var(--ldg-brand-white);transform:translateY(-1px);box-shadow:0 16px 32px rgb(166 132 74 / .24)}.button-link:hover::before,.button-link:focus-visible::before{transform:translateX(130%)}.button-link:focus-visible{outline:2px solid rgb(241 242 244 / .8);outline-offset:2px}.button-link.is-secondary{background:#fff0;color:var(--ldg-brand-white);border-color:var(--ldg-brand-gold)}.button-link.is-secondary:hover,.button-link.is-secondary:focus-visible{background:rgb(166 132 74 / .12);border-color:#b89558;color:var(--ldg-brand-white);box-shadow:0 12px 24px rgb(5 12 24 / .14)}.ldg-form-panel{position:relative;border-radius:1.4rem;overflow:hidden}.ldg-form-panel::before{content:"";position:absolute;inset:0 auto 0 0;width:.22rem;background:linear-gradient(180deg,rgb(166 132 74 / .12) 0%,rgb(166 132 74 / .94) 26%,rgb(166 132 74 / .22) 74%,rgb(166 132 74 / .06) 100%);opacity:.95;pointer-events:none}.dark-form{padding:1.5rem;border:1px solid rgb(166 132 74 / .18);background:linear-gradient(180deg,rgb(255 255 255 / .06),rgb(255 255 255 / .015)),rgb(9 18 31 / .94);box-shadow:0 26px 54px rgb(0 0 0 / .24),inset 0 1px 0 rgb(255 255 255 / .04);backdrop-filter:blur(18px) saturate(110%);-webkit-backdrop-filter:blur(18px) saturate(110%)}.ldg-form{display:flex;flex-direction:column;gap:1.1rem}.ldg-form__row{display:grid;gap:1rem}.ldg-form__row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.ldg-form__field{display:flex;flex-direction:column;gap:.5rem}.ldg-form__label{margin:0;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase;color:rgb(241 242 244 / .66)}.ldg-form__control{width:100%;min-height:3.45rem;padding:.96rem 1rem;border:1px solid rgb(241 242 244 / .12);border-radius:.9rem;background:rgb(241 242 244 / .06);box-shadow:inset 0 1px 0 rgb(255 255 255 / .02),0 0 0 #fff0;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.45;color:#f1f2f4;transition:border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.ldg-form__control::placeholder{color:rgb(241 242 244 / .4)}.ldg-form__control:hover{border-color:rgb(166 132 74 / .3);background:rgb(241 242 244 / .08)}.ldg-form__control:focus-visible{outline:none;border-color:rgb(166 132 74 / .74);background:rgb(241 242 244 / .09);box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .02)}.ldg-form.is-submitted .ldg-form__control:invalid:not(:focus):not(:placeholder-shown),.ldg-form.is-submitted .ldg-form__control--select:invalid{border-color:rgb(215 97 97 / .88);background:rgb(215 97 97 / .08);box-shadow:0 0 0 .18rem rgb(215 97 97 / .14)}.ldg-form__control--select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgb(241 242 244 / .72) 50%),linear-gradient(135deg,rgb(241 242 244 / .72) 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - 0.15rem),calc(100% - 0.75rem) calc(50% - 0.15rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat;padding-right:2.25rem}.ldg-form__control--textarea{min-height:8.9rem;resize:vertical}.ldg-form__submit{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:3.35rem;padding:.92rem 1.6rem;border:1px solid rgb(166 132 74 / .78);border-radius:999px;background:linear-gradient(180deg,#b49355 0%,#a6844a 100%);box-shadow:0 1rem 2rem rgb(5 12 24 / .18);font-family:var(--ldg-font-body);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:#050c18;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease}.ldg-form__submit:hover,.ldg-form__submit:focus-visible{transform:translateY(-.08rem);filter:brightness(1.04);box-shadow:0 1.15rem 2.15rem rgb(5 12 24 / .24)}.ldg-form__submit:focus-visible{outline:none}.ldg-form__footer{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}.ldg-form__agreement-field{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:.7rem;cursor:pointer}.ldg-form__agreement-checkbox{appearance:none;-webkit-appearance:none;width:1.05rem;height:1.05rem;margin:.14rem 0 0;border:1px solid rgb(226 201 152 / .58);border-radius:.22rem;background:rgb(241 242 244 / .04);box-shadow:inset 0 1px 0 rgb(255 255 255 / .03);cursor:pointer;position:relative;transition:border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease}.ldg-form__agreement-checkbox::after{content:"";position:absolute;left:.31rem;top:.12rem;width:.28rem;height:.52rem;border-right:2px solid #050c18;border-bottom:2px solid #050c18;opacity:0;transform:rotate(45deg) scale(.7);transform-origin:center;transition:opacity 160ms ease,transform 160ms ease}.ldg-form__agreement-checkbox:hover{border-color:rgb(226 201 152 / .82)}.ldg-form__agreement-checkbox:focus-visible{outline:none;border-color:rgb(166 132 74 / .86);box-shadow:0 0 0 .18rem rgb(166 132 74 / .16)}.ldg-form__agreement-checkbox:checked{border-color:#e2c998;background:#e2c998}.ldg-form__agreement-checkbox:checked::after{opacity:1;transform:rotate(45deg) scale(1)}.ldg-form__agreement{margin:0;max-width:42rem;font-size:.82rem;line-height:1.6;color:rgb(241 242 244 / .72)}@media (max-width:780px){.dark-form{padding:1rem;border-radius:1.15rem}.ldg-form__row--two{grid-template-columns:1fr}.ldg-form__control{min-height:3.25rem;padding:.88rem .92rem;font-size:.95rem}.ldg-form__control--textarea{min-height:8rem}.ldg-form__submit{width:100%}.ldg-form__agreement{font-size:.8rem}}.dark-form .fluentform{display:flex;flex-direction:column;gap:1.1rem}.dark-form form.frm-fluent-form{display:flex;flex-direction:column;gap:1.1rem}.dark-form form:not(.ldg-form){display:flex;flex-direction:column;gap:1.1rem}.dark-form .fluentform .ff-el-group{margin-bottom:1rem}.dark-form form.frm-fluent-form .ff-el-group{margin-bottom:1rem}.dark-form form:not(.ldg-form) .ff-el-group{margin-bottom:1rem}.dark-form .fluentform .ff-t-container{gap:1rem}.dark-form form.frm-fluent-form .ff-t-container{gap:1rem}.dark-form form:not(.ldg-form) .ff-t-container{gap:1rem}.dark-form .fluentform .ff-t-cell{padding:0}.dark-form form.frm-fluent-form .ff-t-cell{padding:0}.dark-form form:not(.ldg-form) .ff-t-cell{padding:0}.dark-form .fluentform .ff-el-group.ff-el-form-left .ff-el-input--label,.dark-form .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label,.dark-form .fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{float:none;width:auto;padding:0;text-align:left}.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-left .ff-el-input--label,.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-right .ff-el-input--label,.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-top .ff-el-input--label{float:none;width:auto;padding:0;text-align:left}.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-left .ff-el-input--label,.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-right .ff-el-input--label,.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-top .ff-el-input--label{float:none;width:auto;padding:0;text-align:left}.dark-form .fluentform .ff-el-group.ff-el-form-left .ff-el-input--content,.dark-form .fluentform .ff-el-group.ff-el-form-right .ff-el-input--content,.dark-form .fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-left:0}.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-left .ff-el-input--content,.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-right .ff-el-input--content,.dark-form form.frm-fluent-form .ff-el-group.ff-el-form-top .ff-el-input--content{margin-left:0}.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-left .ff-el-input--content,.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-right .ff-el-input--content,.dark-form form:not(.ldg-form) .ff-el-group.ff-el-form-top .ff-el-input--content{margin-left:0}.dark-form .fluentform .ff-el-input--label{display:block;margin:0 0 .5rem;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase;color:rgb(241 242 244 / .66)}.dark-form form.frm-fluent-form .ff-el-input--label{display:block;margin:0 0 .5rem;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase;color:rgb(241 242 244 / .66)}.dark-form form:not(.ldg-form) .ff-el-input--label{display:block;margin:0 0 .5rem;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase;color:rgb(241 242 244 / .66)}.dark-form .fluentform .ff-el-input--label label{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.dark-form form.frm-fluent-form .ff-el-input--label label{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.dark-form form:not(.ldg-form) .ff-el-input--label label{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.dark-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label::before,.dark-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after{color:inherit}.dark-form form.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-left label::before,.dark-form form.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label::after{color:inherit}.dark-form form:not(.ldg-form) .ff-el-input--label.ff-el-is-required.asterisk-left label::before,.dark-form form:not(.ldg-form) .ff-el-input--label.ff-el-is-required.asterisk-right label::after{color:inherit}.dark-form .fluentform .ff-el-form-control,.dark-form .fluentform input[type="text"],.dark-form .fluentform input[type="email"],.dark-form .fluentform input[type="tel"],.dark-form .fluentform input[type="number"],.dark-form .fluentform input[type="url"],.dark-form .fluentform textarea,.dark-form .fluentform select{width:100%;min-height:3.45rem;padding:.96rem 1rem;border:1px solid rgb(241 242 244 / .12);border-radius:.9rem;background:rgb(241 242 244 / .06);box-shadow:inset 0 1px 0 rgb(255 255 255 / .02),0 0 0 #fff0;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.45;color:#f1f2f4;transition:border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease;-webkit-text-fill-color:#f1f2f4;caret-color:#f1f2f4}.dark-form form.frm-fluent-form .ff-el-form-control,.dark-form form.frm-fluent-form input[type="text"],.dark-form form.frm-fluent-form input[type="email"],.dark-form form.frm-fluent-form input[type="tel"],.dark-form form.frm-fluent-form input[type="number"],.dark-form form.frm-fluent-form input[type="url"],.dark-form form.frm-fluent-form textarea,.dark-form form.frm-fluent-form select{width:100%;min-height:3.45rem;padding:.96rem 1rem;border:1px solid rgb(241 242 244 / .12);border-radius:.9rem;background:rgb(241 242 244 / .06);box-shadow:inset 0 1px 0 rgb(255 255 255 / .02),0 0 0 #fff0;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.45;color:#f1f2f4;transition:border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease;-webkit-text-fill-color:#f1f2f4;caret-color:#f1f2f4}.dark-form form:not(.ldg-form) .ff-el-form-control,.dark-form form:not(.ldg-form) input[type="text"],.dark-form form:not(.ldg-form) input[type="email"],.dark-form form:not(.ldg-form) input[type="tel"],.dark-form form:not(.ldg-form) input[type="number"],.dark-form form:not(.ldg-form) input[type="url"],.dark-form form:not(.ldg-form) textarea,.dark-form form:not(.ldg-form) select{width:100%;min-height:3.45rem;padding:.96rem 1rem;border:1px solid rgb(241 242 244 / .12);border-radius:.9rem;background:rgb(241 242 244 / .06);box-shadow:inset 0 1px 0 rgb(255 255 255 / .02),0 0 0 #fff0;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.45;color:#f1f2f4;transition:border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease;-webkit-text-fill-color:#f1f2f4;caret-color:#f1f2f4}.dark-form .fluentform textarea{min-height:8.9rem;resize:vertical}.dark-form form.frm-fluent-form textarea{min-height:8.9rem;resize:vertical}.dark-form form:not(.ldg-form) textarea{min-height:8.9rem;resize:vertical}.dark-form .fluentform .ff-el-form-control::placeholder,.dark-form .fluentform input::placeholder,.dark-form .fluentform textarea::placeholder{color:rgb(241 242 244 / .4);-webkit-text-fill-color:rgb(241 242 244 / .4)}.dark-form form.frm-fluent-form .ff-el-form-control::placeholder,.dark-form form.frm-fluent-form input::placeholder,.dark-form form.frm-fluent-form textarea::placeholder{color:rgb(241 242 244 / .4);-webkit-text-fill-color:rgb(241 242 244 / .4)}.dark-form form:not(.ldg-form) .ff-el-form-control::placeholder,.dark-form form:not(.ldg-form) input::placeholder,.dark-form form:not(.ldg-form) textarea::placeholder{color:rgb(241 242 244 / .4);-webkit-text-fill-color:rgb(241 242 244 / .4)}.dark-form .fluentform input:-webkit-autofill,.dark-form .fluentform input:-webkit-autofill:hover,.dark-form .fluentform input:-webkit-autofill:focus,.dark-form .fluentform textarea:-webkit-autofill,.dark-form .fluentform textarea:-webkit-autofill:hover,.dark-form .fluentform textarea:-webkit-autofill:focus,.dark-form .fluentform select:-webkit-autofill,.dark-form .fluentform select:-webkit-autofill:hover,.dark-form .fluentform select:-webkit-autofill:focus{-webkit-text-fill-color:#f1f2f4;caret-color:#f1f2f4;-webkit-box-shadow:0 0 0 1000px rgb(241 242 244 / .06) inset;transition:background-color 9999s ease-out 0s}.dark-form form.frm-fluent-form input:-webkit-autofill,.dark-form form.frm-fluent-form input:-webkit-autofill:hover,.dark-form form.frm-fluent-form input:-webkit-autofill:focus,.dark-form form.frm-fluent-form textarea:-webkit-autofill,.dark-form form.frm-fluent-form textarea:-webkit-autofill:hover,.dark-form form.frm-fluent-form textarea:-webkit-autofill:focus,.dark-form form.frm-fluent-form select:-webkit-autofill,.dark-form form.frm-fluent-form select:-webkit-autofill:hover,.dark-form form.frm-fluent-form select:-webkit-autofill:focus{-webkit-text-fill-color:#f1f2f4;caret-color:#f1f2f4;-webkit-box-shadow:0 0 0 1000px rgb(241 242 244 / .06) inset;transition:background-color 9999s ease-out 0s}.dark-form .fluentform .ff-el-form-control:hover,.dark-form .fluentform input:hover,.dark-form .fluentform textarea:hover,.dark-form .fluentform select:hover{border-color:rgb(166 132 74 / .3);background:rgb(241 242 244 / .08)}.dark-form form.frm-fluent-form .ff-el-form-control:hover,.dark-form form.frm-fluent-form input:hover,.dark-form form.frm-fluent-form textarea:hover,.dark-form form.frm-fluent-form select:hover{border-color:rgb(166 132 74 / .3);background:rgb(241 242 244 / .08)}.dark-form form:not(.ldg-form) .ff-el-form-control:hover,.dark-form form:not(.ldg-form) input:hover,.dark-form form:not(.ldg-form) textarea:hover,.dark-form form:not(.ldg-form) select:hover{border-color:rgb(166 132 74 / .3);background:rgb(241 242 244 / .08)}.dark-form .fluentform .ff-el-form-control:focus-visible,.dark-form .fluentform input:focus-visible,.dark-form .fluentform textarea:focus-visible,.dark-form .fluentform select:focus-visible{outline:none;border-color:rgb(166 132 74 / .74);background:rgb(241 242 244 / .09);box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .02)}.dark-form form.frm-fluent-form .ff-el-form-control:focus-visible,.dark-form form.frm-fluent-form input:focus-visible,.dark-form form.frm-fluent-form textarea:focus-visible,.dark-form form.frm-fluent-form select:focus-visible{outline:none;border-color:rgb(166 132 74 / .74);background:rgb(241 242 244 / .09);box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .02)}.dark-form form:not(.ldg-form) .ff-el-form-control:focus-visible,.dark-form form:not(.ldg-form) input:focus-visible,.dark-form form:not(.ldg-form) textarea:focus-visible,.dark-form form:not(.ldg-form) select:focus-visible{outline:none;border-color:rgb(166 132 74 / .74);background:rgb(241 242 244 / .09);box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .02)}.dark-form .fluentform select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgb(241 242 244 / .72) 50%),linear-gradient(135deg,rgb(241 242 244 / .72) 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - 0.15rem),calc(100% - 0.75rem) calc(50% - 0.15rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat;padding-right:2.25rem}.dark-form form.frm-fluent-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgb(241 242 244 / .72) 50%),linear-gradient(135deg,rgb(241 242 244 / .72) 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - 0.15rem),calc(100% - 0.75rem) calc(50% - 0.15rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat;padding-right:2.25rem}.dark-form form:not(.ldg-form) select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgb(241 242 244 / .72) 50%),linear-gradient(135deg,rgb(241 242 244 / .72) 50%,transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - 0.15rem),calc(100% - 0.75rem) calc(50% - 0.15rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat;padding-right:2.25rem}.dark-form .fluentform .text-danger{margin-top:.35rem;font-size:.82rem;line-height:1.4;color:rgb(255 141 141 / .92)}.dark-form form.frm-fluent-form .text-danger{margin-top:.35rem;font-size:.82rem;line-height:1.4;color:rgb(255 141 141 / .92)}.dark-form form:not(.ldg-form) .text-danger{margin-top:.35rem;font-size:.82rem;line-height:1.4;color:rgb(255 141 141 / .92)}.dark-form .fluentform .ff-el-form-check,.dark-form .fluentform .ff-el-tc,.dark-form .fluentform .ff_t_c,.dark-form .fluentform .ff_t_c p{font-family:var(--ldg-font-body);font-size:.82rem;line-height:1.6;color:rgb(241 242 244 / .78)}.dark-form form.frm-fluent-form .ff-el-form-check,.dark-form form.frm-fluent-form .ff-el-tc,.dark-form form.frm-fluent-form .ff_t_c,.dark-form form.frm-fluent-form .ff_t_c p{font-family:var(--ldg-font-body);font-size:.82rem;line-height:1.6;color:rgb(241 242 244 / .78)}.dark-form form:not(.ldg-form) .ff-el-form-check,.dark-form form:not(.ldg-form) .ff-el-tc,.dark-form form:not(.ldg-form) .ff_t_c,.dark-form form:not(.ldg-form) .ff_t_c p{font-family:var(--ldg-font-body);font-size:.82rem;line-height:1.6;color:rgb(241 242 244 / .78)}.dark-form .fluentform .ff_t_c a,.dark-form .fluentform .ff-el-tc a{color:#e2c998;text-decoration-color:rgb(226 201 152 / .72)}.dark-form form.frm-fluent-form .ff_t_c a,.dark-form form.frm-fluent-form .ff-el-tc a{color:#e2c998;text-decoration-color:rgb(226 201 152 / .72)}.dark-form form:not(.ldg-form) .ff_t_c a,.dark-form form:not(.ldg-form) .ff-el-tc a{color:#e2c998;text-decoration-color:rgb(226 201 152 / .72)}.dark-form .fluentform .ff_t_c a:hover,.dark-form .fluentform .ff_t_c a:focus-visible,.dark-form .fluentform .ff-el-tc a:hover,.dark-form .fluentform .ff-el-tc a:focus-visible{color:#f1e2b8;outline:none}.dark-form form.frm-fluent-form .ff_t_c a:hover,.dark-form form.frm-fluent-form .ff_t_c a:focus-visible,.dark-form form.frm-fluent-form .ff-el-tc a:hover,.dark-form form.frm-fluent-form .ff-el-tc a:focus-visible{color:#f1e2b8;outline:none}.dark-form form:not(.ldg-form) .ff_t_c a:hover,.dark-form form:not(.ldg-form) .ff_t_c a:focus-visible,.dark-form form:not(.ldg-form) .ff-el-tc a:hover,.dark-form form:not(.ldg-form) .ff-el-tc a:focus-visible{color:#f1e2b8;outline:none}.section-contact__form-panel--shortcode>.ldg-form__agreement{margin-top:.9rem;font-family:var(--ldg-font-body);font-size:.82rem;line-height:1.65;color:rgb(241 242 244 / .78)}.dark-form .fluentform .ff-message-success,.dark-form .fluentform .ff-message-success p{font-family:var(--ldg-font-body);font-size:.95rem;line-height:1.65;color:#f1f2f4}.dark-form form.frm-fluent-form .ff-message-success,.dark-form form.frm-fluent-form .ff-message-success p{font-family:var(--ldg-font-body);font-size:.95rem;line-height:1.65;color:#f1f2f4}.dark-form form:not(.ldg-form) .ff-message-success,.dark-form form:not(.ldg-form) .ff-message-success p{font-family:var(--ldg-font-body);font-size:.95rem;line-height:1.65;color:#f1f2f4}.dark-form .fluentform .ff-message-success{margin:0;padding:1.05rem 1.15rem;border:0;border-radius:1rem;background:linear-gradient(180deg,rgb(255 255 255 / .05),rgb(255 255 255 / .02)),rgb(9 18 31 / .78);box-shadow:none;outline:none}.dark-form form.frm-fluent-form .ff-message-success{margin:0;padding:1.05rem 1.15rem;border:0;border-radius:1rem;background:linear-gradient(180deg,rgb(255 255 255 / .05),rgb(255 255 255 / .02)),rgb(9 18 31 / .78);box-shadow:none;outline:none}.dark-form form:not(.ldg-form) .ff-message-success{margin:0;padding:1.05rem 1.15rem;border:0;border-radius:1rem;background:linear-gradient(180deg,rgb(255 255 255 / .05),rgb(255 255 255 / .02)),rgb(9 18 31 / .78);box-shadow:none;outline:none}.dark-form .fluentform .ff-message-success:focus,.dark-form .fluentform .ff-message-success:focus-visible,.dark-form .fluentform .ff-message-success *:focus,.dark-form .fluentform .ff-message-success *:focus-visible{outline:none;box-shadow:none}.dark-form form.frm-fluent-form .ff-message-success:focus,.dark-form form.frm-fluent-form .ff-message-success:focus-visible,.dark-form form.frm-fluent-form .ff-message-success *:focus,.dark-form form.frm-fluent-form .ff-message-success *:focus-visible{outline:none;box-shadow:none}.dark-form form:not(.ldg-form) .ff-message-success:focus,.dark-form form:not(.ldg-form) .ff-message-success:focus-visible,.dark-form form:not(.ldg-form) .ff-message-success *:focus,.dark-form form:not(.ldg-form) .ff-message-success *:focus-visible{outline:none;box-shadow:none}.dark-form .fluentform .ff_submit_btn_wrapper,.dark-form .fluentform .ff_submit_btn_wrapper_custom{margin-top:.2rem}.dark-form form.frm-fluent-form .ff_submit_btn_wrapper,.dark-form form.frm-fluent-form .ff_submit_btn_wrapper_custom{margin-top:.2rem}.dark-form form:not(.ldg-form) .ff_submit_btn_wrapper,.dark-form form:not(.ldg-form) .ff_submit_btn_wrapper_custom{margin-top:.2rem}.dark-form .fluentform .ff-btn,.dark-form .fluentform .ff-btn-submit,.dark-form .fluentform .ff_submit_btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:3.35rem;padding:.92rem 1.6rem;border:1px solid rgb(166 132 74 / .78);border-radius:999px;background:linear-gradient(180deg,#b49355 0%,#a6844a 100%);box-shadow:0 1rem 2rem rgb(5 12 24 / .18);font-family:var(--ldg-font-body);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:#050c18;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease}.dark-form form.frm-fluent-form .ff-btn,.dark-form form.frm-fluent-form .ff-btn-submit,.dark-form form.frm-fluent-form .ff_submit_btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:3.35rem;padding:.92rem 1.6rem;border:1px solid rgb(166 132 74 / .78);border-radius:999px;background:linear-gradient(180deg,#b49355 0%,#a6844a 100%);box-shadow:0 1rem 2rem rgb(5 12 24 / .18);font-family:var(--ldg-font-body);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:#050c18;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease}.dark-form form:not(.ldg-form) .ff-btn,.dark-form form:not(.ldg-form) .ff-btn-submit,.dark-form form:not(.ldg-form) .ff_submit_btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:3.35rem;padding:.92rem 1.6rem;border:1px solid rgb(166 132 74 / .78);border-radius:999px;background:linear-gradient(180deg,#b49355 0%,#a6844a 100%);box-shadow:0 1rem 2rem rgb(5 12 24 / .18);font-family:var(--ldg-font-body);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:#050c18;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease}.dark-form .fluentform .ff-btn:hover,.dark-form .fluentform .ff-btn:focus-visible,.dark-form .fluentform .ff-btn-submit:hover,.dark-form .fluentform .ff-btn-submit:focus-visible,.dark-form .fluentform .ff_submit_btn:hover,.dark-form .fluentform .ff_submit_btn:focus-visible{outline:none;transform:translateY(-.08rem);filter:brightness(1.04);box-shadow:0 1.15rem 2.15rem rgb(5 12 24 / .24)}.dark-form form.frm-fluent-form .ff-btn:hover,.dark-form form.frm-fluent-form .ff-btn:focus-visible,.dark-form form.frm-fluent-form .ff-btn-submit:hover,.dark-form form.frm-fluent-form .ff-btn-submit:focus-visible,.dark-form form.frm-fluent-form .ff_submit_btn:hover,.dark-form form.frm-fluent-form .ff_submit_btn:focus-visible{outline:none;transform:translateY(-.08rem);filter:brightness(1.04);box-shadow:0 1.15rem 2.15rem rgb(5 12 24 / .24)}.dark-form form:not(.ldg-form) .ff-btn:hover,.dark-form form:not(.ldg-form) .ff-btn:focus-visible,.dark-form form:not(.ldg-form) .ff-btn-submit:hover,.dark-form form:not(.ldg-form) .ff-btn-submit:focus-visible,.dark-form form:not(.ldg-form) .ff_submit_btn:hover,.dark-form form:not(.ldg-form) .ff_submit_btn:focus-visible{outline:none;transform:translateY(-.08rem);filter:brightness(1.04);box-shadow:0 1.15rem 2.15rem rgb(5 12 24 / .24)}@media (max-width:780px){.dark-form .fluentform .ff-t-container{display:block}.dark-form form.frm-fluent-form .ff-t-container{display:block}.dark-form form:not(.ldg-form) .ff-t-container{display:block}.dark-form .fluentform .ff-t-cell+.ff-t-cell{margin-top:1rem}.dark-form form.frm-fluent-form .ff-t-cell+.ff-t-cell{margin-top:1rem}.dark-form form:not(.ldg-form) .ff-t-cell+.ff-t-cell{margin-top:1rem}.dark-form .fluentform .ff-el-form-control,.dark-form .fluentform input[type="text"],.dark-form .fluentform input[type="email"],.dark-form .fluentform input[type="tel"],.dark-form .fluentform input[type="number"],.dark-form .fluentform input[type="url"],.dark-form .fluentform textarea,.dark-form .fluentform select{min-height:3.25rem;padding:.88rem .92rem;font-size:.95rem}.dark-form form.frm-fluent-form .ff-el-form-control,.dark-form form.frm-fluent-form input[type="text"],.dark-form form.frm-fluent-form input[type="email"],.dark-form form.frm-fluent-form input[type="tel"],.dark-form form.frm-fluent-form input[type="number"],.dark-form form.frm-fluent-form input[type="url"],.dark-form form.frm-fluent-form textarea,.dark-form form.frm-fluent-form select{min-height:3.25rem;padding:.88rem .92rem;font-size:.95rem}.dark-form form:not(.ldg-form) .ff-el-form-control,.dark-form form:not(.ldg-form) input[type="text"],.dark-form form:not(.ldg-form) input[type="email"],.dark-form form:not(.ldg-form) input[type="tel"],.dark-form form:not(.ldg-form) input[type="number"],.dark-form form:not(.ldg-form) input[type="url"],.dark-form form:not(.ldg-form) textarea,.dark-form form:not(.ldg-form) select{min-height:3.25rem;padding:.88rem .92rem;font-size:.95rem}.dark-form .fluentform textarea{min-height:8rem}.dark-form form.frm-fluent-form textarea{min-height:8rem}.dark-form form:not(.ldg-form) textarea{min-height:8rem}.dark-form .fluentform .ff-btn,.dark-form .fluentform .ff-btn-submit,.dark-form .fluentform .ff_submit_btn{width:100%}.dark-form form.frm-fluent-form .ff-btn,.dark-form form.frm-fluent-form .ff-btn-submit,.dark-form form.frm-fluent-form .ff_submit_btn{width:100%}.dark-form form:not(.ldg-form) .ff-btn,.dark-form form:not(.ldg-form) .ff-btn-submit,.dark-form form:not(.ldg-form) .ff_submit_btn{width:100%}}.light-form{padding:1.5rem;border:1px solid rgb(166 132 74 / .14);background:linear-gradient(180deg,rgb(255 255 255 / .72),rgb(255 255 255 / .92)),#fffdf8;box-shadow:0 26px 54px rgb(28 28 28 / .08),inset 0 1px 0 rgb(255 255 255 / .7)}.light-form .ldg-form__label{color:rgb(28 28 28 / .5)}.light-form .ldg-form__control{border:1px solid rgb(166 132 74 / .18);background-color:#f8f5ef;box-shadow:inset 0 1px 0 rgb(255 255 255 / .5),0 0 0 #fff0;color:#1c1c1c}.light-form .ldg-form__control::placeholder{color:rgb(28 28 28 / .44)}.light-form .ldg-form__control:hover{border-color:rgb(166 132 74 / .3);background-color:#f4efe5}.light-form .ldg-form__control:focus-visible{border-color:rgb(166 132 74 / .74);background-color:#f8f5ef;box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .5)}.light-form .ldg-form__control--select{background-color:#f8f5ef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-size:.72rem auto;background-repeat:no-repeat}.light-form .ldg-form__control--select:hover{background-color:#f4efe5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-size:.72rem auto;background-repeat:no-repeat}.light-form .ldg-form__control--select:focus-visible{background-color:#f8f5ef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-size:.72rem auto;background-repeat:no-repeat;border-color:rgb(166 132 74 / .18);box-shadow:inset 0 1px 0 rgb(255 255 255 / .5)}.light-form .ldg-form__submit{color:#f1f2f4;box-shadow:0 1rem 2rem rgb(28 28 28 / .12)}.light-form .ldg-form__submit:hover,.light-form .ldg-form__submit:focus-visible{box-shadow:0 1.15rem 2.15rem rgb(28 28 28 / .18)}.light-form .fluentform{display:flex;flex-direction:column;gap:1.1rem}.light-form .fluentform .ff-el-group{margin-bottom:1rem}.light-form .fluentform .ff-t-container{gap:1rem}.light-form .fluentform .ff-t-cell{padding:0}.light-form .fluentform .ff-el-group.ff-el-form-left .ff-el-input--label,.light-form .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label,.light-form .fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{float:none;width:auto;padding:0;text-align:left}.light-form .fluentform .ff-el-group.ff-el-form-left .ff-el-input--content,.light-form .fluentform .ff-el-group.ff-el-form-right .ff-el-input--content,.light-form .fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-left:0}.light-form .fluentform .ff-el-input--label{display:block;margin:0 0 .5rem;font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.4;text-transform:uppercase;color:rgb(28 28 28 / .5)}.light-form .fluentform .ff-el-input--label label{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.light-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label::before,.light-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after{color:inherit}.light-form .fluentform .ff-el-form-control,.light-form .fluentform input[type="text"],.light-form .fluentform input[type="email"],.light-form .fluentform input[type="tel"],.light-form .fluentform input[type="number"],.light-form .fluentform input[type="url"],.light-form .fluentform input[type="date"],.light-form .fluentform textarea,.light-form .fluentform select{width:100%;min-height:3.45rem;padding:.96rem 1rem;border:1px solid rgb(166 132 74 / .18);border-radius:.9rem;background-color:#f8f5ef;box-shadow:inset 0 1px 0 rgb(255 255 255 / .5),0 0 0 #fff0;font-family:var(--ldg-font-body);font-size:.98rem;line-height:1.45;color:#1c1c1c}.light-form .fluentform .ff-el-form-control::placeholder,.light-form .fluentform input::placeholder,.light-form .fluentform textarea::placeholder{color:rgb(28 28 28 / .44)}.light-form .fluentform .ff-el-form-control:hover,.light-form .fluentform input:hover,.light-form .fluentform textarea:hover,.light-form .fluentform select:hover{border-color:rgb(166 132 74 / .3);background-color:#f4efe5}.light-form .fluentform .ff-el-form-control:focus-visible,.light-form .fluentform input:focus-visible,.light-form .fluentform textarea:focus-visible,.light-form .fluentform select:focus-visible{outline:none;border-color:rgb(166 132 74 / .74);background-color:#f8f5ef;box-shadow:0 0 0 .2rem rgb(166 132 74 / .14),inset 0 1px 0 rgb(255 255 255 / .5)}.light-form .fluentform textarea{min-height:8rem;resize:vertical}.light-form .fluentform select{appearance:none;background-color:#f8f5ef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-size:.72rem auto;background-repeat:no-repeat;padding-right:2.25rem}.light-form .fluentform .ff-btn,.light-form .fluentform .ff-btn-submit,.light-form .fluentform .ff_submit_btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:3.35rem;padding:.92rem 1.6rem;border:1px solid rgb(166 132 74 / .78)!important;border-radius:999px;background:linear-gradient(180deg,#b49355 0%,#a6844a 100%)!important;font-family:var(--ldg-font-body);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:#f1f2f4!important;cursor:pointer;box-shadow:0 1rem 2rem rgb(28 28 28 / .12);transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease}.light-form .fluentform .ff-btn:hover,.light-form .fluentform .ff-btn:focus-visible,.light-form .fluentform .ff-btn-submit:hover,.light-form .fluentform .ff-btn-submit:focus-visible,.light-form .fluentform .ff_submit_btn:hover,.light-form .fluentform .ff_submit_btn:focus-visible{outline:none;transform:translateY(-.08rem);filter:brightness(1.04);box-shadow:0 1.15rem 2.15rem rgb(28 28 28 / .18)}.light-form .fluentform .ff-message-success,.light-form .fluentform .ff-message-success p{font-family:var(--ldg-font-body);font-size:.95rem;line-height:1.65;color:#1c1c1c}.light-form .fluentform .ff-message-success{margin:0;padding:1.05rem 1.15rem;border:0;border-radius:1rem;background:linear-gradient(180deg,rgb(255 255 255 / .78),rgb(255 255 255 / .92)),#fffdf8;box-shadow:none;outline:none}.light-form .fluentform .ff-message-success:focus,.light-form .fluentform .ff-message-success:focus-visible,.light-form .fluentform .ff-message-success *:focus,.light-form .fluentform .ff-message-success *:focus-visible{outline:none;box-shadow:none}@media (max-width:780px){.light-form{padding:1rem;border-radius:1.15rem}.light-form .fluentform .ff-t-container{display:block}.light-form .fluentform .ff-t-cell+.ff-t-cell{margin-top:1rem}.light-form .fluentform .ff-btn,.light-form .fluentform .ff-btn-submit,.light-form .fluentform .ff_submit_btn{width:100%}}.section-contact{position:relative;padding:6rem 0 5rem;background:#050c18;overflow:clip}.section-contact__bg-word{position:absolute;left:50%;top:2.75rem;transform:translateX(-50%);font-family:var(--ldg-font-body);font-size:clamp(6.5rem, 22vw, 18rem);font-weight:500;letter-spacing:.08em;line-height:.82;text-transform:uppercase;color:rgb(241 242 244 / .035);white-space:nowrap;pointer-events:none;user-select:none}.section-contact__inner{position:relative;z-index:1}.section-contact__content{position:relative;display:grid;grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr);gap:clamp(1.5rem, 5vw, 4rem);align-items:start}.section-contact__info{max-width:48rem;display:flex;flex-direction:column;align-items:flex-start}.section-contact__title{margin:0;font-family:var(--ldg-font-body);font-size:clamp(2.4rem, 4vw, 4.8rem);line-height:.94;color:var(--ldg-brand-white);margin-left:-.05em}.section-contact__line{width:4.5rem;height:2px;margin:1.2rem 0 1.25rem;background:var(--ldg-brand-gold)}.section-contact__description{margin:0;max-width:43rem;font-size:1.08rem;line-height:1.8;color:rgb(241 242 244 / .82);margin-left:-.03em}.section-contact__details{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.section-contact__detail{display:flex;align-items:center;gap:.9rem}.section-contact__detail-icon{display:inline-block;width:1.35rem;height:1.35rem;flex:0 0 auto;background-color:var(--ldg-brand-gold)}.section-contact__detail-icon--location{mask:url(/wp-content/themes/LDG-theme/assets/icons/location.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/location.svg) center / contain no-repeat}.section-contact__detail-icon--phone{mask:url(/wp-content/themes/LDG-theme/assets/icons/phone.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/phone.svg) center / contain no-repeat}.section-contact__detail-icon--mail{mask:url(/wp-content/themes/LDG-theme/assets/icons/mail.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/mail.svg) center / contain no-repeat}.section-contact__detail-text{font-size:1.08rem;line-height:1.5;color:var(--ldg-brand-white)}.section-contact__form-panel{box-shadow:0 24px 60px rgb(5 12 24 / .24)}.section-contact__form .ldg-form__submit{align-self:stretch}@media (max-width:980px){.section-contact__content{grid-template-columns:1fr}}@media (max-width:780px){.section-contact{padding:4rem 0 3.5rem}.section-contact__bg-word{font-size:clamp(5rem, 30vw, 8.5rem);top:2rem;letter-spacing:.05em}.section-contact__title{font-size:clamp(2rem, 10vw, 3rem)}.section-contact__content{grid-template-columns:1fr;gap:2rem}.section-contact__line{margin:.95rem 0 1rem}.section-contact__description{max-width:none;font-size:.95rem;line-height:1.7}.section-contact__details{margin-top:1.6rem;gap:.9rem}.section-contact__detail{align-items:flex-start}.section-contact__detail-text{font-size:.92rem}.section-contact__form-panel{box-shadow:0 20px 40px rgb(5 12 24 / .2)}}.section-projects{padding:.9rem 0 1.4rem;background:#fff0}.section-projects__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem}.section-projects__content{max-width:36rem}.section-projects__title{margin:0 0 1rem;font-family:var(--ldg-font-display);font-size:clamp(2.15rem, 4vw, 4.4rem);line-height:.96;color:#1c1c1c}.section-projects__copy{margin:0;font-family:var(--ldg-font-body);font-size:clamp(1rem, 1.35vw, 1.16rem);line-height:1.7;color:rgb(28 28 28 / .72)}.section-projects__action{display:flex;justify-content:flex-end;align-self:center}.section-projects__link{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:0 0 .55rem;background:#fff0;border:0;color:#1c1c1c;text-decoration:none;cursor:pointer}.section-projects__link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgb(28 28 28 / .28);transform-origin:left center;transition:background-color 240ms ease,transform 240ms ease}.section-projects__link-label{font-size:.86rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:inherit}.section-projects__link-icon{display:inline-block;width:1rem;height:1rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;transition:transform 240ms ease,opacity 240ms ease}.section-projects__link:hover::after,.section-projects__link:focus-visible::after{background:var(--ldg-brand-gold);transform:scaleX(1.03)}.section-projects__link:hover .section-projects__link-icon,.section-projects__link:focus-visible .section-projects__link-icon{transform:translateX(.2rem)}.section-projects__carousel{margin-top:2.4rem}.section-projects__carousel-head{display:flex;justify-content:flex-end;margin-bottom:1rem}.section-projects__nav{display:inline-flex;align-items:center;gap:.7rem}.section-projects__nav-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(28 28 28 / .12);border-radius:999px;background:rgb(28 28 28 / .04);color:#1c1c1c;backdrop-filter:blur(8px);cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,transform 220ms ease,opacity 220ms ease}.section-projects__nav-button:hover,.section-projects__nav-button:focus-visible{background:rgb(28 28 28 / .08);border-color:rgb(28 28 28 / .22);transform:translateY(-1px)}.section-projects__nav-icon{display:inline-block;width:.95rem;height:.95rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat}.section-projects__nav-button--back .section-projects__nav-icon{transform:rotate(180deg)}.section-projects__viewport{overflow-x:hidden;overflow-y:visible;padding-bottom:1.1rem}.section-projects__cards{--projects-visible:3;display:flex;gap:1.1rem;transition:transform 520ms cubic-bezier(.22,1,.36,1);will-change:transform}.section-projects__card-slide{flex:0 0 calc((100% - (1.1rem * (var(--projects-visible) - 1))) / var(--projects-visible))}.project-card{display:flex;flex-direction:column;gap:.9rem;transition:transform 240ms ease}.project-card:hover,.project-card:focus-within{transform:translateY(.85rem)}.project-card__media{position:relative;overflow:hidden;border-radius:.45rem;background:rgb(5 12 24 / .08)}.project-card__image-nav{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgb(28 28 28 / .12);border-radius:999px;background:rgb(241 242 244 / .62);color:#1c1c1c;backdrop-filter:blur(8px);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity 220ms ease,background-color 220ms ease,border-color 220ms ease,transform 220ms ease}.project-card__image-nav--prev{left:.7rem}.project-card__image-nav--next{right:.7rem}.project-card__image-nav-icon{display:inline-block;width:.9rem;height:.9rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat}.project-card__image-nav--prev .project-card__image-nav-icon{transform:rotate(180deg)}.project-card:hover .project-card__image-nav,.project-card:focus-within .project-card__image-nav{opacity:1;pointer-events:auto}.project-card__image-nav:hover,.project-card__image-nav:focus-visible{background:rgb(241 242 244 / .9);border-color:rgb(28 28 28 / .24)}.project-card__track{display:flex;width:100%;transition:transform 700ms cubic-bezier(.22,1,.36,1);will-change:transform}.project-card__slide{flex:0 0 100%}.project-card__image-link{display:block;color:inherit}.project-card__image{display:block;width:100%;height:14.5rem;object-fit:cover}.project-card__meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.85rem}.project-card__title{margin:0 0 .45rem;font-family:var(--ldg-font-display);font-size:clamp(1rem, 1.4vw, 1.35rem);line-height:1.05;color:#1c1c1c}.project-card__title-link{color:inherit;text-decoration:none;transition:color 220ms ease}.project-card__title-link:hover,.project-card__title-link:focus-visible{color:var(--ldg-brand-gold)}.project-card__address{margin:0;font-family:var(--ldg-font-body);font-size:.84rem;line-height:1.5;color:rgb(28 28 28 / .62)}.project-card__tag{display:inline-flex;align-items:center;justify-content:center;padding:.42rem .8rem;border:1px solid rgb(166 132 74 / .8);border-radius:999px;font-size:.67rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ldg-brand-gold);white-space:nowrap}.project-single__gallery{margin-top:1.5rem}.project-single__gallery-shell{position:relative;width:100%;margin:0 auto}.project-single__gallery-nav{position:absolute;top:50%;left:0;right:0;z-index:2;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.project-single__gallery-button{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(28 28 28 / .12);border-radius:999px;background:rgb(241 242 244 / .78);color:#1c1c1c;backdrop-filter:blur(8px);cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,transform 220ms ease}.project-single__gallery-button:hover,.project-single__gallery-button:focus-visible{background:rgb(241 242 244 / .94);border-color:rgb(28 28 28 / .24);transform:translateY(-1px)}.project-single{padding-top:clamp(5.5rem, 8vw, 7.5rem)}.project-single__gallery-button-icon{display:inline-block;width:.95rem;height:.95rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat}.project-single__gallery-button--prev .project-single__gallery-button-icon{transform:rotate(180deg)}.project-single__grid{display:flex;gap:1rem;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}.project-single__grid--centered{flex-wrap:nowrap;justify-content:center;overflow-x:visible;scroll-snap-type:none}.project-single__grid .project-single__item{flex:0 0 calc((100% - 2rem) / 2.5)}.project-single__grid--centered .project-single__item{flex:0 1 min(34rem, calc((100% - 1rem) / 2));max-width:34rem}.project-single__grid::-webkit-scrollbar{display:none}.project-single__item{min-width:0;scroll-snap-align:start}.project-single__item .project-card{width:100%;height:100%;gap:0}.project-single__item .project-card:hover,.project-single__item .project-card:focus-within{transform:none}.project-single__item .project-card__media{width:100%;aspect-ratio:5 / 4;min-height:clamp(22rem, 34vw, 32rem);background:rgb(5 12 24 / .08)}.project-single__item .project-card__image{width:100%;height:100%;object-fit:cover}.project-single__details{padding:clamp(3rem, 5vw, 4.5rem) 0 0;background:#fff;margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.project-single__details-shell{padding:0}.project-single__details-card{display:grid;gap:clamp(1.5rem, 3vw, 2.2rem);background:#fff;border:0;border-radius:0;box-shadow:none}.project-single__details-top{display:grid;grid-template-columns:minmax(18rem,0.9fr) minmax(0,1.4fr);gap:clamp(1.25rem, 3vw, 2rem);align-items:stretch}.project-single__project-intro{display:grid;align-content:start;gap:.65rem;padding:0}.project-single__project-name{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.6vw, 3.7rem);line-height:.94;letter-spacing:-.05em;color:#18130f;text-wrap:balance}.project-single__project-address{margin:0;font-size:1rem;line-height:1.65;color:rgb(24 19 15 / .66)}.project-single__project-tag{display:inline-flex;align-items:center;justify-self:center;margin:.55rem 0 0;padding:.42rem .85rem .4rem;border:1px solid rgb(166 132 74 / .32);border-radius:999px;background:rgb(166 132 74 / .12);color:#b8a27b;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgb(255 255 255 / .42)}.project-single__detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgb(24 19 15 / .12);border-bottom:1px solid rgb(24 19 15 / .12)}.project-single__detail-block{position:relative;padding:1.5rem 1.25rem 1.6rem 0;background:#fff0;border:0;border-radius:0}.project-single__detail-block--story{display:grid;align-content:end;min-height:0;padding:0;background:#fff0;border:0;border-radius:0;box-shadow:none}.project-single__detail-eyebrow{margin:0 0 .65rem;font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgb(28 28 28 / .52)}.project-single__detail-title{margin:0 0 .65rem;font-family:var(--ldg-font-display);font-size:clamp(1.1rem, 1.5vw, 1.35rem);line-height:1.05;color:#18130f}.project-single__detail-copy{margin:0;font-size:.98rem;line-height:1.78;color:rgb(24 19 15 / .74)}.project-single__detail-block--story .project-single__detail-copy{font-family:var(--ldg-font-body);font-size:clamp(1.18rem, 1.8vw, 1.6rem);line-height:1.72;color:#18130f;max-width:48rem}.project-single__quote{margin:0;display:grid;gap:.9rem;padding:0 0 1.5rem;padding-top:1.75rem;border-top:0;position:relative}.project-single__quote-text{margin:0;font-family:var(--ldg-font-body);font-size:clamp(1.45rem, 2.5vw, 2.1rem);line-height:1.45;color:#18130f;max-width:46rem}.project-single__quote-cite{display:block;font-style:normal;font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgb(28 28 28 / .52)}.project-single__detail-block--story .project-single__detail-eyebrow,.project-single__quote-cite{color:var(--ldg-brand-gold)}.project-single__detail-grid>.project-single__detail-block:not(:last-child){border-right:1px solid rgb(24 19 15 / .12);padding-right:1.5rem}.project-single__detail-grid>.project-single__detail-block:not(:first-child){padding-left:1.5rem}.project-single__other{padding:clamp(3.25rem, 6vw, 5rem) 0 0}.available-home-single__details{padding:clamp(3rem, 5vw, 4.5rem) 0 0;background:#fff;margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.available-home-single__details-shell{padding:0}.available-home-single__details-layout{display:grid;grid-template-columns:minmax(18rem,0.95fr) minmax(0,1.35fr);gap:clamp(1.5rem, 4vw, 4rem);align-items:start}.available-home-single__identity{display:grid;align-content:start;gap:.7rem;margin-bottom:1.25rem}.available-home-single__name{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.8vw, 3.8rem);line-height:.94;letter-spacing:-.05em;color:#18130f;text-wrap:balance}.available-home-single__address{margin:0;max-width:28rem;font-size:1rem;line-height:1.68;color:rgb(24 19 15 / .66)}.available-home-single__tags{display:flex;flex-wrap:wrap;gap:.65rem;padding-top:.35rem}.available-home-single__tag{display:inline-flex;align-items:center;justify-content:center;padding:.44rem .88rem .42rem;border:1px solid rgb(24 19 15 / .12);border-radius:999px;background:rgb(24 19 15 / .04);color:#18130f;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.available-home-single__tag--gold{border-color:rgb(166 132 74 / .34);background:rgb(166 132 74 / .12);color:rgb(166 132 74 / .68);box-shadow:inset 0 1px 0 rgb(255 255 255 / .4)}.available-home-single__tag--contract{border-color:rgb(44 102 173 / .22);background:rgb(44 102 173 / .12);color:#2c66ad}.available-home-single__property-story{display:grid;align-content:start;gap:.7rem}.available-home-single__eyebrow{margin:0;font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ldg-brand-gold)}.available-home-single__property-copy{margin:0;max-width:52rem;font-family:var(--ldg-font-body);font-size:clamp(1.18rem, 1.8vw, 1.6rem);line-height:1.72;color:#18130f}.available-home-single__floor-plan{padding:clamp(2.5rem, 4vw, 4rem) 0 0;background:#fff;margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.available-home-single__floor-plan-shell{padding:0}.available-home-single__floor-plan-layout{display:grid;grid-template-columns:minmax(18rem,0.9fr) minmax(0,1.1fr);gap:clamp(1.5rem, 4vw, 3.5rem);align-items:start}.available-home-single__specs{padding-top:1.1rem}.available-home-single__floor-plan-media-wrap{display:grid;gap:1rem;align-content:start;justify-items:center}.available-home-single__floor-switch{display:inline-flex;flex-wrap:wrap;gap:0;align-items:stretch;justify-self:center;padding:.18rem;border:1px solid rgb(166 132 74 / .32);border-radius:999px;overflow:hidden;background:rgb(166 132 74 / .12)}.available-home-single__floor-switch-button{display:inline-flex;flex:1 1 0%;position:relative;align-items:center;justify-content:center;min-width:8.5rem;padding:.6rem .95rem;border:0;border-radius:999px;background:#fff0;color:rgb(166 132 74 / .56);font:inherit;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,color 220ms ease}.available-home-single__floor-switch-button:hover,.available-home-single__floor-switch-button:focus-visible{color:#8a6d3b}.available-home-single__floor-switch-button.is-active{background:linear-gradient(180deg,rgb(250 252 255 / .82) 0%,rgb(223 231 240 / .42) 100%);border:1px solid rgb(255 255 255 / .9);border-radius:999px;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);box-shadow:inset 0 1px 0 rgb(255 255 255 / .96),inset 0 -1px 0 rgb(199 214 231 / .3),0 10px 22px rgb(112 140 176 / .16);color:rgb(52 66 84 / .92);z-index:1}.available-home-single__spec-table{border-top:1px solid rgb(24 19 15 / .12)}.available-home-single__spec-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid rgb(24 19 15 / .12)}.available-home-single__spec-label,.available-home-single__spec-value{margin:0;font-size:.98rem;line-height:1.6}.available-home-single__spec-label{color:rgb(24 19 15 / .66)}.available-home-single__spec-value{font-weight:500;color:#18130f;text-align:right}.available-home-single__floor-plan-media{display:flex;align-items:center;justify-content:center;min-height:clamp(20rem, 34vw, 32rem);padding:0;background:#fff0}.available-home-single__floor-plan-image{display:none;width:100%;height:auto;max-height:100%;object-fit:contain}.available-home-single__floor-plan-image.is-active{display:block}.available-home-single__floor-plan-story{padding:clamp(2.5rem, 4vw, 4rem) 0 0;background:#fff;margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.available-home-single__floor-plan-story-shell{padding:0 0 clamp(3rem, 5vw, 4.5rem)}.available-home-single__floor-plan-story-layout{display:grid;grid-template-columns:minmax(18rem,0.95fr) minmax(0,1.05fr);gap:clamp(1.5rem, 4vw, 4rem);align-items:start}.available-home-single__floor-plan-copy-wrap{display:grid;gap:1rem;align-content:start}.available-home-single__floor-plan-title{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.6vw, 3.6rem);line-height:.96;letter-spacing:-.05em;color:#18130f}.available-home-single__floor-plan-title span{display:block}.available-home-single__floor-plan-copy{margin:0;max-width:38rem;font-family:var(--ldg-font-body);font-size:clamp(1.08rem, 1.5vw, 1.3rem);line-height:1.78;color:rgb(24 19 15 / .76)}.available-home-single__viewing-form-card{padding:clamp(1.2rem, 2.5vw, 2rem);border:1px solid rgb(166 132 74 / .14);background:#fffdf8}.available-home-single__viewing-form{display:grid;gap:1rem}.available-home-single__viewing-form-title{margin:0;font-family:var(--ldg-font-display);font-size:clamp(1.4rem, 2vw, 1.85rem);line-height:1.02;color:#18130f}.available-home-single__viewing-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.available-home-single__viewing-field{display:grid;gap:.45rem}.available-home-single__viewing-field span{font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgb(28 28 28 / .5)}.available-home-single__viewing-field input,.available-home-single__viewing-field textarea{width:100%;min-height:3.1rem;padding:.9rem 1rem;border:1px solid rgb(166 132 74 / .18);border-radius:0;background:#f8f5ef;color:#1c1c1c;font:inherit}.available-home-single__viewing-field textarea{min-height:8.5rem;resize:vertical}.available-home-single__viewing-field input::placeholder,.available-home-single__viewing-field textarea::placeholder{color:rgb(28 28 28 / .44)}.available-home-single__viewing-submit{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:3rem;padding:.9rem 1.35rem;border:1px solid #a6844a;background:#a6844a;color:#f1f2f4;font:inherit;font-size:.8rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.available-home-single__viewing-submit:hover,.available-home-single__viewing-submit:focus-visible{background:#8f6f3e;border-color:#8f6f3e}.available-home-single__other{padding:clamp(3rem, 5vw, 4.75rem) 0 0;background:#050c18;margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.available-home-single__other .project-single__other-head{margin-bottom:1.4rem}.available-home-single__other .project-single__other-title{color:#f1f2f4}.available-home-single__other .project-single__other-button{border-color:rgb(241 242 244 / .18);background:rgb(241 242 244 / .08);color:#f1f2f4}.available-home-single__other .project-single__other-button:hover,.available-home-single__other .project-single__other-button:focus-visible{background:rgb(241 242 244 / .16);border-color:rgb(241 242 244 / .32)}.available-home-single__other .project-single__other-track{padding-bottom:1.75rem}.available-home-single__other-item .available-home-card{height:100%;background:rgb(241 242 244 / .06);border-color:rgb(241 242 244 / .14);box-shadow:none}.available-home-single__other-item .available-home-card__media{background:rgb(241 242 244 / .04)}.available-home-single__other-item .available-home-card__title,.available-home-single__other-item .available-home-card__title-link{color:#f1f2f4}.available-home-single__other-item .available-home-card__title-link:hover,.available-home-single__other-item .available-home-card__title-link:focus-visible{color:#fff}.available-home-single__other-item .available-home-card__location{color:rgb(241 242 244 / .68)}.available-home-single__other-item .available-home-card__type{background:rgb(166 132 74 / .18);border-color:rgb(166 132 74 / .28);color:#f3dfb5}.available-home-single__other-item .available-home-card__detail{color:#f1f2f4}.available-home-single__other-item .available-home-card__value-line{color:rgb(241 242 244 / .74);border-left-color:rgb(166 132 74 / .52)}.available-home-single__other-item .available-home-card__button--secondary{border-color:rgb(241 242 244 / .18);color:#f1f2f4}.available-home-single__other-item .available-home-card__button--secondary:hover,.available-home-single__other-item .available-home-card__button--secondary:focus-visible{color:#f1f2f4;border-color:rgb(241 242 244 / .3);background:rgb(241 242 244 / .08)}.project-single__other-head{display:grid;gap:1rem;margin-bottom:1.75rem}.project-single__other-head-main{display:flex;align-items:end;justify-content:space-between;gap:1rem}.project-single__other-eyebrow{margin:0;font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ldg-brand-gold)}.project-single__other-title{margin:0;font-family:var(--ldg-font-display);font-size:clamp(2rem, 3.4vw, 3.2rem);line-height:.96;letter-spacing:-.04em;color:#f1f2f4}.project-single__other-link{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.25rem;border:1px solid rgb(166 132 74 / .5);border-radius:999px;background:rgb(166 132 74 / .12);color:#f3dfb5;font-size:.76rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:background-color 220ms ease,border-color 220ms ease,color 220ms ease,transform 220ms ease}.project-single__other-link:hover,.project-single__other-link:focus-visible{background:rgb(166 132 74 / .2);border-color:rgb(166 132 74 / .72);color:#fff7e8;transform:translateY(-1px)}.project-single__other-nav{display:inline-flex;justify-self:end;gap:.75rem}.project-single__other-button{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(241 242 244 / .18);border-radius:999px;background:rgb(241 242 244 / .08);color:#f1f2f4;backdrop-filter:blur(8px);cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,transform 220ms ease}.project-single__other-button:hover,.project-single__other-button:focus-visible{background:rgb(241 242 244 / .16);border-color:rgb(241 242 244 / .32);transform:translateY(-1px)}.project-single__other-button:disabled{opacity:.38;cursor:default;transform:none}.project-single__other-button-icon{display:inline-block;width:.95rem;height:.95rem;background-color:currentColor;mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/LDG-theme/assets/icons/explore.svg) center / contain no-repeat}.project-single__other-button--prev .project-single__other-button-icon{transform:rotate(180deg)}.project-single__other-viewport{overflow:hidden}.project-single__other-track{--other-projects-visible:3;display:flex;gap:1.25rem;padding-bottom:1.25rem;transition:transform 420ms ease;will-change:transform}.project-single__other-item .project-card{height:100%}.project-single__other-item{flex:0 0 calc((100% - (1.25rem * (var(--other-projects-visible) - 1))) / var(--other-projects-visible))}.project-single__other-item .project-card{height:100%}.project-single__other-item .project-card__title,.project-single__other-item .project-card__title-link{color:#f1f2f4}.project-single__other-item .project-card__title-link:hover,.project-single__other-item .project-card__title-link:focus-visible{color:#fff}.project-single__other-item .project-card__address{display:block;color:rgb(241 242 244 / .72)}@media (max-width:1080px){.project-single__other-track{--other-projects-visible:2}}@media (max-width:780px){.section-projects{padding:.75rem 0 1.25rem}.section-projects__inner{grid-template-columns:1fr;gap:1.4rem}.section-projects__content{max-width:none}.section-projects__title{font-size:clamp(1.95rem, 10vw, 3rem)}.section-projects__action{justify-content:flex-start}.section-projects__carousel{margin-top:1.75rem}.section-projects__carousel-head{justify-content:flex-start}.section-projects__cards{--projects-visible:1}.project-card__image{height:18.5rem}.project-card__meta{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem}.project-card__tag{padding:.34rem .62rem;font-size:.58rem;letter-spacing:.12em}.project-single__grid{grid-auto-columns:86%}body.single-ldg_floor_plan .project-single__grid .project-single__item,body.single-ldg_floor_plan .project-single__grid--centered .project-single__item{flex:0 0 100%;max-width:100%}body.single-ldg_floor_plan .available-home-single__floor-plan{padding-top:.35rem}body.single-ldg_floor_plan .available-home-single__identity{gap:.45rem;margin-bottom:.4rem}body.single-ldg_floor_plan .available-home-single__tags{padding-top:0}body.single-ldg_floor_plan .available-home-single__name{font-size:clamp(1.6rem, 8vw, 2.2rem)}.project-single__gallery-nav{padding:0}.project-single__gallery-button{width:2.7rem;height:2.7rem}.project-single__item .project-card__image{height:100%}.project-single__details{padding-top:2.25rem}.project-single__details-top{grid-template-columns:1fr}.available-home-single__details-layout{grid-template-columns:1fr}.available-home-single__floor-plan-layout{grid-template-columns:1fr}.available-home-single__floor-plan-story-layout{grid-template-columns:1fr}.available-home-single__viewing-form-grid{grid-template-columns:1fr}.project-single__detail-grid{grid-template-columns:1fr;border-bottom:0}.project-single__other-head-main{align-items:start;flex-direction:column}.project-single__other-nav{justify-self:start}.project-single__other-track{--other-projects-visible:1;gap:1.5rem}.project-single__project-name{font-size:clamp(1.85rem, 9vw, 2.85rem)}.project-single__detail-grid>.project-single__detail-block:not(:last-child){border-right:0;border-bottom:1px solid rgb(24 19 15 / .12);padding-right:0}.project-single__detail-grid>.project-single__detail-block:not(:first-child){padding-left:0}}.content-card{background:var(--ldg-surface);border:1px solid var(--ldg-border);border-radius:28px;box-shadow:var(--ldg-shadow);padding:2rem}.site-footer-wrap{padding:2rem 0 3rem;background:var(--ldg-background)}.site-footer__inner{--ldg-content-max-width:calc(var(--ldg-max-width) + 2.35rem);--ldg-content-padding-x:clamp(0.75rem, 2vw, 1.5rem)}.site-footer-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;align-items:start;padding-top:2rem;padding-bottom:2rem;border-top:1px solid rgb(166 106 63 / .16)}.site-footer-top>*{width:100%;min-width:0}.site-footer-top__brand{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.1rem;max-width:none;min-width:0}.site-footer-top__logo-link{display:inline-flex;align-items:center}.site-footer-top__logo{width:clamp(150px, 14vw, 210px);height:auto}.site-footer-top__brand-copy{margin:0;font-size:.98rem;line-height:1.8;color:rgb(241 242 244 / .74);text-align:center}.site-footer-top__memberships{display:flex;flex-direction:column;align-items:center;gap:.95rem;width:100%;padding-top:.4rem}.site-footer-top__memberships-label{margin:0;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(241 242 244 / .68);text-align:center}.site-footer-top__memberships-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:100%}.site-footer-top__membership-link{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;transition:opacity 180ms ease,transform 180ms ease}.site-footer-top__membership-link:hover,.site-footer-top__membership-link:focus-visible{opacity:.82;transform:translateY(-1px)}.site-footer-top__membership-logo{display:block;width:auto;height:2rem;max-width:7rem;object-fit:contain}.site-footer-top__column{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;min-width:0;width:fit-content;justify-self:center;text-align:left}.site-footer-top__heading{margin:0;font-family:var(--ldg-font-body);font-size:.88rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ldg-brand-white)}.site-footer-top__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.site-footer-top__menu a,.site-footer-top__contact-link,.site-footer-top__contact-copy{font-size:.95rem;line-height:1.6;color:rgb(241 242 244 / .72)}.site-footer-top__menu a:hover,.site-footer-top__menu a:focus-visible,.site-footer-top__contact-link:hover,.site-footer-top__contact-link:focus-visible{color:var(--ldg-brand-gold)}.site-footer-top__column--contact{gap:.95rem}.site-footer-top__contact-block{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left}.site-footer-top__contact-label{margin:0 0 .2rem;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ldg-brand-gold)}.site-footer-top__contact-copy{margin:0;line-height:1.35}.site-footer-top__socials{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:.65rem;padding-top:.1rem;align-items:center}.site-footer-top__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid rgb(166 132 74 / .24);border-radius:999px;background:rgb(241 242 244 / .04);color:var(--ldg-brand-white);font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:border-color 180ms ease,background-color 180ms ease,color 180ms ease,transform 180ms ease}.site-footer-top__social-icon{display:block;width:1rem;height:1rem;object-fit:contain;filter:brightness(0) saturate(100%) invert(95%) sepia(7%) saturate(119%) hue-rotate(187deg) brightness(102%) contrast(95%);transition:filter 180ms ease,transform 180ms ease}.site-footer-top__social-link:hover,.site-footer-top__social-link:focus-visible{border-color:rgb(166 132 74 / .7);background:rgb(166 132 74 / .12);color:var(--ldg-brand-gold);transform:translateY(-1px)}.site-footer-top__social-link:hover .site-footer-top__social-icon,.site-footer-top__social-link:focus-visible .site-footer-top__social-icon{filter:brightness(0) saturate(100%) invert(63%) sepia(25%) saturate(590%) hue-rotate(358deg) brightness(90%) contrast(89%);transform:scale(1.04)}.site-footer{padding-top:1.5rem;border-top:1px solid rgb(166 106 63 / .16);color:#5d6874;font-size:.95rem}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-footer__legal,.site-footer__credit{margin:0;line-height:1.6;color:#5d6874}.site-footer__legal a,.site-footer__credit a{color:rgb(241 242 244 / .78)}.site-footer__legal a:hover,.site-footer__legal a:focus-visible,.site-footer__credit a:hover,.site-footer__credit a:focus-visible{color:var(--ldg-brand-gold)}@media (max-width:900px){.site-footer-top{grid-template-columns:1fr;gap:2.25rem}.site-footer-top__column{justify-self:start}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.ldg-reveal{opacity:0;transform:translate3d(0,2rem,0);transition:opacity 720ms ease,transform 720ms cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.ldg-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}.ldg-reveal--text{transform:translate3d(0,1.6rem,0)}.ldg-reveal--card{transform:translate3d(0,2.4rem,0) scale(.985);transition-duration:820ms}.ldg-reveal--card.is-visible{transform:translate3d(0,0,0) scale(1)}.ldg-reveal--delay-1{transition-delay:90ms}.ldg-reveal--delay-2{transition-delay:170ms}.ldg-reveal--delay-3{transition-delay:250ms}.ldg-reveal--delay-4{transition-delay:330ms}@media (max-width:800px){.ldg-reveal{transition-duration:520ms}.ldg-reveal--card{transition-duration:600ms}.ldg-reveal--delay-1{transition-delay:45ms}.ldg-reveal--delay-2{transition-delay:90ms}.ldg-reveal--delay-3{transition-delay:135ms}.ldg-reveal--delay-4{transition-delay:180ms}}@media (prefers-reduced-motion:reduce){.ldg-reveal,.ldg-reveal--text,.ldg-reveal--card,.why-ldg-card__stripe,.why-ldg-card__value,.why-ldg-card__label{transition:none;transform:none;opacity:1}}@media (max-width:1280px){:root{--ldg-site-header-offset:6.75rem}.hero,.section-why-ldg,.section-quick-path-selector,.section-background-story,.section-design-story{overflow-x:clip}.site-header-wrap{background:rgb(5 12 24 / .92);border-bottom-color:rgb(166 132 74 / .18);backdrop-filter:blur(14px)}.site-header{flex-direction:row;align-items:center;gap:.75rem;padding:.85rem 1rem}.site-header-wrap.is-scrolled .site-header{padding:.75rem 1rem}.site-branding{flex:0 0 auto}.site-navigation{position:absolute;top:100%;left:0;right:0;padding:0 1rem 1rem;background:linear-gradient(180deg,rgb(5 12 24 / .98) 0%,rgb(8 15 27 / .98) 100%);border-top:1px solid rgb(166 132 74 / .14);box-shadow:0 24px 40px rgb(0 0 0 / .22);opacity:0;visibility:hidden;transform:translateY(-.65rem);transform-origin:top center;transition:opacity 180ms ease,transform 180ms ease,visibility 180ms ease;pointer-events:none}.site-header-wrap.is-menu-open .site-navigation{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-navigation>ul{padding-top:.75rem;flex-direction:column;align-items:stretch;gap:.2rem}.site-navigation li{width:100%}.site-navigation a{display:block;width:100%;padding:1rem .2rem;font-size:.8rem;letter-spacing:.14em;color:rgb(241 242 244 / .92);border-bottom:1px solid rgb(166 132 74 / .08)}.site-navigation .menu-item-has-children>a{padding-right:2.4rem}.site-navigation__submenu-toggle{display:inline-flex;top:1.2rem;right:.2rem;width:2rem;height:2rem;transform:none}.site-navigation .menu-item-has-children.is-open>.site-navigation__submenu-toggle{transform:none}.site-navigation .sub-menu{display:none;position:static;min-width:0;margin-top:.2rem;padding:.2rem 0 .25rem .85rem;border:0;border-left:1px solid rgb(166 132 74 / .16);border-radius:0;background:#fff0;box-shadow:none;backdrop-filter:none}.site-navigation .menu-item-has-children:hover>.sub-menu,.site-navigation .menu-item-has-children:focus-within>.sub-menu{display:none}.site-navigation .menu-item-has-children.is-open>.sub-menu{display:block}.site-navigation .sub-menu a{padding:.85rem .2rem;font-size:.75rem;border-bottom:1px solid rgb(166 132 74 / .06);white-space:normal}.site-navigation .sub-menu li:last-child a{border-bottom:0}.site-navigation .sub-menu .sub-menu{top:auto;left:auto}.site-navigation li:last-child a{border-bottom:0}.site-navigation .current-menu-item>a,.site-navigation .current_page_item>a{color:var(--ldg-brand-gold)}.site-nav-toggle{display:inline-flex;margin-left:auto}.site-logo-link{transform:none}.site-main{padding-bottom:0}.site-page-section{padding-bottom:2.5rem}.section-why-ldg{padding:3.4rem 0 3.1rem}.section-why-ldg__inner{grid-template-columns:1fr;gap:1.6rem}.section-why-ldg__intro{gap:1rem;padding-top:0}.section-why-ldg__heading{font-size:clamp(2rem, 9vw, 2.9rem);line-height:.98;max-width:8ch;padding-left:.4rem}.section-why-ldg__description{max-width:100%;padding:0 .4rem;font-size:.95rem;line-height:1.65}.section-why-ldg__grid{grid-template-columns:1fr;gap:.85rem}.section-quick-path-selector{height:auto;min-height:0;padding:5.9rem 0 1rem}.section-quick-path-selector__stage{position:static;height:auto;min-height:auto;padding:0}.section-quick-path-selector.is-fixed .section-quick-path-selector__stage{position:static;inset:auto;transform:none}.section-quick-path-selector__track{grid-template-columns:1fr;height:auto;min-height:auto;width:min(100% - (2 * var(--ldg-content-padding-x)), var(--ldg-content-max-width));margin-inline:auto;padding-inline:0}.quick-path-panel{height:44svh;transform:none;opacity:1;min-height:44svh;border-radius:.35rem;transition:none}.quick-path-scroll-indicator{display:none}.quick-path-panel__content{padding:1rem .95rem .95rem}.quick-path-panel__title{font-size:clamp(1.15rem, 5vw, 1.6rem);max-width:13ch}.why-ldg-card,.why-ldg-card--compact{min-height:8.75rem;grid-template-columns:5px minmax(0,1fr)}.why-ldg-card__content{gap:.45rem;padding:.95rem .95rem .9rem}.why-ldg-card__value{font-size:clamp(1.55rem, 7vw, 2.15rem)}.why-ldg-card--compact .why-ldg-card__value{font-size:clamp(1.2rem, 5.2vw, 1.55rem)}.why-ldg-card__label{font-size:.82rem;line-height:1.45}.content-card{padding:1.5rem;border-radius:22px}.section-background-story__media{display:block;position:sticky;top:0;height:100svh}.section-background-story__content{margin-top:-100svh}.background-story-panel{min-height:100svh;width:min(100% - (2 * var(--ldg-content-padding-x)), var(--ldg-content-max-width))}.design-story-panel,.commercial-services__intro{width:min(100% - (2 * var(--ldg-content-padding-x)), var(--ldg-content-max-width))}.background-story-panel__inner--testimonials{padding:4.5rem 0 2rem}}@media (min-width:781px) and (max-width:1280px){.ldg-shell.ldg-shell--section{width:min(100% - (2 * var(--ldg-content-padding-x)), var(--ldg-content-max-width));max-width:calc(100% - (2 * var(--ldg-content-padding-x)));align-self:center}.careers-page__opportunities-inner,.careers-page__process-inner{--ldg-content-padding-x:clamp(1.5rem, 3vw, 2.5rem)}}[class$="hero__title"],[class$="final-form-section__title"],[class$="final-form__title"],[class$="section__title"],[class$="__heading"],[class*="audience__title"],[class*="benefits__title"],[class*="build-management__title"],[class*="confidence__title"],[class*="coordination__title"],[class*="core-positioning__title"],[class*="expertise__title"],[class*="explainer__title"],[class*="final-path__title"],[class*="intro__title"],[class*="loan-options__title"],[class*="offer__title"],[class*="overview__title"],[class*="portfolio__title"],[class*="prebuild__title"],[class*="process__title"],[class*="project-types__title"],[class*="promise__title"],[class*="reviews__title"],[class*="rewards__title"],[class*="story__title"],[class*="team__title"],[class*="tracks__title"],[class*="trust__title"],[class*="two-ways__title"],[class*="why-ldg__title"]{line-height:1.08}@media (max-width:767px){.hero{height:auto;min-height:100svh}.hero-card{grid-template-columns:1fr;height:auto;min-height:100svh;position:relative}.hero-media{position:absolute;inset:0;min-height:100%;z-index:0}.hero-media::before{background:linear-gradient(180deg,rgb(5 12 24 / .72) 0%,rgb(5 12 24 / .64) 30%,rgb(5 12 24 / .84) 100%)}.hero-stripe{min-height:100svh;padding:7.1rem 1.25rem 1.35rem;background:#fff0;justify-content:center;z-index:1}.hero-content{width:100%;margin-right:0;gap:.85rem}.hero-small-text{font-size:.74rem;letter-spacing:.18em}.hero-title{width:100%;max-width:min(100%, 16ch);font-size:clamp(2.15rem, 9.2vw, 2.85rem);line-height:1.02}.hero-mid-text{font-size:clamp(1.1rem, 4.8vw, 1.45rem)}.hero-copy{max-width:24rem;width:100%;font-size:.92rem}.hero-actions{flex-direction:column;align-items:stretch;gap:.65rem}.button-link{width:100%;min-width:0;padding:.88rem 1rem;font-size:.82rem}.commercial-hero__title{max-width:100%;font-size:clamp(2.05rem, 8.8vw, 2.75rem);line-height:1.02}.commercial-hero__mid-text{max-width:100%;font-size:clamp(1rem, 4.2vw, 1.2rem);line-height:1.48}.floor-plans-page__title{max-width:min(100%, 18ch);font-size:clamp(2.05rem, 8.8vw, 2.65rem);line-height:1.04}.floor-plans-page__hero-description{max-width:22rem}.available-homes-hero__title{max-width:15ch;font-size:clamp(2.1rem, 8.6vw, 2.8rem);line-height:1.04}.realtor-hero__title{max-width:22rem;font-size:clamp(1.8rem, 7.8vw, 2.35rem);letter-spacing:.025em;line-height:1.03}.design-build-hero__title{font-size:clamp(2rem, 9vw, 2.65rem);line-height:1.04}.custom-homes-hero__title,.general-contracting-hero .custom-homes-hero__title,.construction-management-hero .custom-homes-hero__title{font-size:clamp(1.95rem, 8.4vw, 2.75rem);line-height:1.04}.financing-hero__inner.ldg-shell{width:calc(100% - 2rem);max-width:calc(100% - 2rem);margin-inline:auto}}@media (min-width:768px) and (max-width:1024px){.hero{height:100vh;min-height:100svh}.hero-card{grid-template-columns:minmax(220px,0.7fr) minmax(0,1.7fr);height:100%;min-height:100svh;position:static}.hero-media{position:relative;inset:auto;min-height:100%;z-index:auto}.hero-media::before{background:linear-gradient(90deg,#050c18 0%,rgb(5 12 24 / .78) 18%,rgb(5 12 24 / .32) 38%,#fff0 62%)}.hero-stripe{min-height:100svh;padding:4rem clamp(1.5rem, 5vw, 4.5rem);background:#050c18;justify-content:center;z-index:2}.hero-content{width:min(74rem, calc(100% + 42rem));margin-right:-34rem;gap:1rem}.hero-small-text{font-size:.85rem;letter-spacing:.16em}.hero-title{width:auto;max-width:18ch;font-size:clamp(3rem, 5.8vw, 6.3rem);line-height:.9}.hero-mid-text{font-size:clamp(1.2rem, 2vw, 1.8rem)}.hero-copy{max-width:56rem;width:100%;font-size:1rem}.hero-actions{flex-direction:row;align-items:center;gap:1rem}.button-link{width:auto;min-width:0;padding:.95rem 1.3rem;font-size:.84rem}}@media (min-width:781px) and (max-width:1024px){.residential-hero{height:100vh;min-height:100svh}.residential-hero .hero-card.residential-hero__card{grid-template-columns:minmax(260px,0.82fr) minmax(0,1.58fr);height:100%;min-height:100svh;position:relative}.residential-hero .hero-stripe.residential-hero__stripe{min-height:auto;padding:4rem clamp(1.5rem, 5vw, 4.5rem);background:#fff0}.residential-hero .hero-stripe.residential-hero__stripe::before{inset:0 -28% 0 -6.5rem}.residential-hero .hero-content.residential-hero__content{width:min(74rem, calc(100% + 42rem));margin-right:-30rem;gap:1rem}.residential-hero .hero-title.residential-hero__title{max-width:22ch;font-size:clamp(2.55rem, 4.4vw, 4.45rem);line-height:.96}.residential-hero .hero-mid-text.residential-hero__mid-text{max-width:30rem}.residential-hero .hero-copy.residential-hero__copy{max-width:38rem;width:auto}.residential-hero .hero-actions.residential-hero__actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:1rem}.residential-hero .hero-media.residential-hero__media{position:relative;inset:auto;min-height:100%;z-index:auto}.residential-hero .hero-media.residential-hero__media::before{background:linear-gradient(90deg,#050c18 0%,rgb(5 12 24 / .82) 20%,rgb(5 12 24 / .38) 40%,#fff0 64%)}}