.app-root,.lr-root{--noir:#17130e;--noir-2:#211b14;--noir-3:#2c241b;--ivory:#f2eadb;--paper:#fbf6ec;--paper-2:#f6efe0;--champagne:#b68b43;--champagne-lt:#d9bb80;--champagne-deep:#8c6a2e;--rose:#6e2436;--rose-2:#8e3147;--blush:#e7cfc7;--stone:#6f6657;--stone-lt:#9a9082;--line:rgba(23,19,14,.14);--line-soft:rgba(23,19,14,.08);--line-light:hsla(40,65%,95%,.16);--ff-display:var(--font-fraunces,Georgia,serif);--ff-body:var(--font-jost,system-ui,sans-serif);--shadow-s:0 2px 14px rgba(23,19,14,.07);--shadow-m:0 18px 44px -22px rgba(23,19,14,.34);--shadow-l:0 40px 90px -38px rgba(23,19,14,.5);--r-s:4px;--r-m:10px;--r-l:20px;--ease:cubic-bezier(0.22,0.61,0.36,1);--maxw:1280px;--nav-h:84px;--surface-0:251 246 236;--surface-50:246 239 224;--surface-100:238 230 215;--surface-200:227 218 201;--surface-300:205 197 182;--surface-400:154 144 130;--surface-500:111 102 87;--surface-600:75 67 54;--surface-700:51 44 33;--surface-800:35 30 22;--surface-900:23 19 14;--brand-50:250 246 238;--brand-100:242 233 214;--brand-200:231 211 171;--brand-300:217 187 128;--brand-400:201 162 92;--brand-500:182 139 67;--brand-600:156 116 56;--brand-700:140 106 46;--brand-800:111 85 38;--brand-900:90 69 32;background:var(--paper);color:var(--noir);font-family:var(--ff-body);line-height:1.6;-webkit-font-smoothing:antialiased}.app-root.lr-midnight,.dark .app-root,.dark .lr-root,.lr-root.lr-midnight{--noir:#eef1f6;--noir-2:#dbe0ea;--noir-3:#c3cad8;--ivory:#0b0d13;--paper:#10131b;--paper-2:#161a23;--champagne:#d9bb80;--champagne-lt:#ecd6a6;--champagne-deep:#c9a25c;--stone:#98a1b2;--stone-lt:#6b7484;--line:rgba(226,232,240,.14);--line-soft:rgba(226,232,240,.07);--line-light:rgba(226,232,240,.16);--surface-0:16 19 27;--surface-50:22 26 35;--surface-100:30 35 46;--surface-200:42 49 63;--surface-300:58 66 82;--surface-400:107 116 132;--surface-500:143 152 168;--surface-600:178 186 200;--surface-700:205 212 224;--surface-800:228 233 241;--surface-900:240 244 250;--brand-50:40 32 18;--brand-100:55 44 24;--brand-200:75 60 32;--brand-300:140 106 46;--brand-400:182 139 67;--brand-500:209 180 120;--brand-600:217 187 128;--brand-700:201 162 92;--brand-800:182 139 67;--brand-900:233 218 186}.lr-root h1,.lr-root h2,.lr-root h3,.lr-root h4{font-family:var(--ff-display);font-weight:300;color:var(--noir);line-height:1.08}.lr-root .display{font-size:clamp(2.9rem,7.4vw,6.6rem);font-weight:300}.lr-root h2{font-size:clamp(2.1rem,4.4vw,3.7rem)}.lr-root h3{font-size:clamp(1.4rem,2.4vw,2rem)}.lr-root .it,.lr-root em{font-style:italic}.lr-root p{color:var(--stone);font-size:1.02rem}.lr-root strong{font-weight:600;color:var(--noir)}.lr-root a{color:inherit;text-decoration:none}.lr-root .wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(20px,5vw,64px)}.lr-root .section{padding-block:clamp(64px,9vw,140px);position:relative}.lr-root .section--tight{padding-block:clamp(48px,6vw,84px)}.lr-root .grid{display:grid;gap:clamp(20px,2.4vw,34px)}.lr-root .g-2{grid-template-columns:repeat(2,1fr)}.lr-root .g-3{grid-template-columns:repeat(3,1fr)}.lr-root .g-4{grid-template-columns:repeat(4,1fr)}@media (max-width:860px){.lr-root .g-2,.lr-root .g-3,.lr-root .g-4{grid-template-columns:1fr}}.lr-root .eyebrow{display:inline-flex;align-items:center;gap:.7em;font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;font-weight:500;color:var(--champagne-deep)}.lr-root .eyebrow:before{content:"";width:30px;height:1px;background:var(--champagne)}.lr-root .eyebrow--light{color:var(--champagne-lt)}.lr-root .section-head{max-width:64ch}.lr-root .section-head h2{margin-top:.32em}.lr-root .section-head p{margin-top:1.1em;font-size:1.08rem;max-width:52ch}.lr-root .center{text-align:center}.lr-root .center .section-head{margin-inline:auto}.lr-root .center .eyebrow{justify-content:center}.lr-root .mt-s{margin-top:clamp(18px,2vw,28px)}.lr-root .rule{height:1px;background:var(--line);width:100%}.lr-root .btn{--bg:var(--noir);--fg:var(--paper);display:inline-flex;align-items:center;gap:.7em;padding:1.02em 1.9em;font-size:.82rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;background:var(--bg);color:var(--fg);border-radius:100px;position:relative;overflow:hidden;cursor:pointer;border:0;transition:transform .5s var(--ease),box-shadow .5s var(--ease),color .4s var(--ease);isolation:isolate}.lr-root .btn:before{content:"";position:absolute;inset:0;z-index:-1;background:var(--champagne);transform:scaleX(0);transform-origin:right;transition:transform .55s var(--ease)}.lr-root .btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-m);color:var(--noir)}.lr-root .btn:hover:before{transform:scaleX(1);transform-origin:left}.lr-root .btn--ghost{--bg:transparent;--fg:var(--noir);border:1px solid var(--line)}.lr-root .btn--gold{--bg:var(--champagne);--fg:#201a11}.lr-root .btn--gold:before{background:var(--noir)}.lr-root .btn--gold:hover{color:var(--paper)}.lr-root .btn--light{--bg:var(--paper);--fg:var(--noir)}.lr-root .btn--sm{padding:.78em 1.4em;font-size:.74rem}.lr-root .btn .ar{transition:transform .45s var(--ease)}.lr-root .btn:hover .ar{transform:translateX(5px)}.lr-root .btn svg{width:1.05em;height:1.05em;flex-shrink:0}.lr-root .txt-link{display:inline-flex;align-items:center;gap:.6em;font-size:.8rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--noir)}.lr-root .txt-link .ar{transition:transform .45s var(--ease)}.lr-root .txt-link:hover .ar{transform:translateX(5px)}.lr-root .lr-hero{position:relative;color:#fbf6ec;overflow:hidden;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:calc(var(--nav-h) + clamp(40px, 6vw, 72px));padding-bottom:clamp(40px,6vw,72px)}.lr-root .lr-hero__bg{position:absolute;inset:0;z-index:0}.lr-root .lr-hero__bg img{width:100%;height:100%;object-fit:cover}.lr-root .lr-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,19,14,.74),rgba(23,19,14,.4) 40%,rgba(23,19,14,.9))}.lr-root .lr-hero .wrap{position:relative;z-index:1}.lr-root .lr-hero h1{font-size:clamp(2.4rem,5vw,4.2rem);font-family:var(--font-cormorant,var(--ff-display));font-weight:400;color:#fbf6ec;margin:.14em 0;max-width:18ch}.lr-root .lr-hero__eyebrow{color:var(--champagne-lt)}.lr-root .lr-hero__sub{color:hsla(40,65%,95%,.82);font-size:clamp(1rem,1.5vw,1.18rem);max-width:46ch;margin-top:.5em}.lr-root .lr-hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:clamp(22px,3vw,34px)}.lr-root .browse-hero{position:relative;overflow:hidden;color:#fbf6ec;display:flex;flex-direction:column;min-height:clamp(380px,56vw,680px);padding:calc(var(--nav-h) + clamp(20px, 4vw, 44px)) clamp(16px,4vw,20px) clamp(36px,6vw,88px);background:linear-gradient(135deg,#1f1810,#4a3a22 55%,#6e5526)}.lr-root .browse-hero__bg{position:absolute;inset:0;z-index:0}.lr-root .browse-hero__bg img{width:100%;height:100%;object-fit:cover}.lr-root .browse-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,19,14,.5),rgba(23,19,14,.66))}.lr-root .browse-hero__inner{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:40ch;margin:0 auto}.lr-root .browse-hero__search{position:relative;z-index:1;width:100%;margin-top:clamp(24px,4vw,40px)}.lr-root .browse-hero__title{font-family:var(--font-cormorant,var(--ff-display));font-weight:400;font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.04;margin:0;color:#fbf6ec;text-shadow:0 2px 24px rgba(23,19,14,.55)}.lr-root .browse-hero__sub{margin-top:.5em;font-size:clamp(.98rem,1.4vw,1.18rem);color:hsla(40,65%,95%,.9);text-shadow:0 1px 14px rgba(23,19,14,.3)}.lr-root .browse-filters-float{margin-top:clamp(-130px,-13vw,-50px);position:relative;z-index:2}.lr-root .browse-filters-card{background:#fff;border:1px solid var(--line-soft)}.dark .lr-root .browse-filters-card{background:#211b14}.lr-root .crumb{display:flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.04em;color:hsla(40,65%,95%,.66)}.lr-root .proj-facts{display:flex;flex-wrap:wrap;gap:18px 40px;margin-top:clamp(28px,4vw,44px);padding-top:22px;border-top:1px solid hsla(40,65%,95%,.16)}.lr-root .proj-facts__item{display:flex;flex-direction:column;gap:4px}.lr-root .proj-facts__item small{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--champagne-lt)}.lr-root .proj-facts__item b{font-family:var(--ff-display);font-size:1.4rem;font-weight:300}.lr-root .marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}.lr-root .marquee__track{display:flex;gap:0;width:max-content;animation:lrSlide 38s linear infinite}.lr-root .marquee:hover .marquee__track{animation-play-state:paused}@keyframes lrSlide{to{transform:translateX(-50%)}}.lr-root .marquee__item{display:flex;align-items:center;gap:.6em;padding:0 clamp(28px,4vw,58px);font-family:var(--ff-display);font-size:clamp(1.3rem,2.4vw,2rem);white-space:nowrap;color:var(--noir)}.lr-root .marquee__item:before{content:"\2726";color:var(--champagne);font-size:.7em}.lr-root .marquee--dark .marquee__item{color:var(--paper)}.lr-root .proj-texture{position:relative;isolation:isolate}.lr-root .proj-texture:after,.lr-root .proj-texture:before{content:"";position:absolute;top:0;bottom:0;width:30%;max-width:460px;background:url(/bg-contours.svg) 50%/cover no-repeat;opacity:.4;pointer-events:none;z-index:-1}.lr-root .proj-texture:before{left:0}.lr-root .proj-texture:after,.lr-root .proj-texture:before{-webkit-mask-image:linear-gradient(90deg,#000,transparent);mask-image:linear-gradient(90deg,#000,transparent)}.lr-root .proj-texture:after{right:0;transform:scaleX(-1)}.lr-root .proj-ov__top{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(36px,5vw,80px);align-items:start}@media (max-width:860px){.lr-root .proj-ov__top{grid-template-columns:1fr}}.lr-root .proj-ov__left{position:sticky;top:108px}.lr-root .proj-ov__kicker{display:flex;align-items:center;gap:18px;font-family:var(--ff-display);font-style:italic;font-size:clamp(1.3rem,2vw,1.75rem);color:var(--champagne-deep)}.lr-root .proj-ov__kicker:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--champagne),transparent);opacity:.55}.lr-root .proj-ov__title{font-family:var(--ff-display);font-weight:300;font-size:clamp(2.2rem,3.7vw,3.5rem);line-height:1.04;letter-spacing:-.01em;margin-top:.42em}.lr-root .proj-ov__orn{display:flex;align-items:center;gap:12px;width:170px;max-width:60%;margin:clamp(24px,3vw,38px) 0}.lr-root .proj-ov__orn:after,.lr-root .proj-ov__orn:before{content:"";flex:1;height:1px;background:var(--champagne);opacity:.5}.lr-root .proj-ov__orn i{flex:none;width:7px;height:7px;transform:rotate(45deg);border:1px solid var(--champagne)}.lr-root .proj-ov__summary{font-family:var(--ff-display);font-style:italic;font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.5;color:var(--champagne-deep);max-width:34ch}.lr-root .proj-ov__card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);padding:clamp(24px,3vw,42px) clamp(24px,3vw,46px);box-shadow:var(--shadow-m)}.lr-root .proj-ov__card p+p{margin-top:1.1em}.lr-root .proj-ov__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 28px;margin-top:clamp(28px,4vw,44px)}.lr-root .proj-ov__fact{display:flex;align-items:center;gap:16px}.lr-root .proj-ov__fic{flex:none;width:52px;height:52px;border-radius:50%;border:1px solid var(--champagne);display:grid;place-items:center;color:var(--champagne-deep)}.lr-root .proj-ov__fic svg{width:22px;height:22px}.lr-root .proj-ov__fact b{font-family:var(--ff-display);font-size:1.2rem;font-weight:400;color:var(--noir);display:block}.lr-root .proj-ov__fact small{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-lt)}.lr-root .proj-amen{background:var(--noir);color:var(--paper);padding:clamp(64px,9vw,120px) 0}.lr-root .proj-amen__inner{display:grid;grid-template-columns:1fr 1.75fr;gap:clamp(40px,6vw,100px);align-items:start}@media (max-width:860px){.lr-root .proj-amen__inner{grid-template-columns:1fr}}.lr-root .proj-amen__hd{position:sticky;top:108px}.lr-root .proj-amen__title{font-family:var(--font-cormorant,"Cormorant Garamond",Georgia,serif);font-size:clamp(2.6rem,4.4vw,4rem);font-weight:400;line-height:1.06;color:var(--paper);margin:.5em 0 .6em;letter-spacing:-.01em}.lr-root .proj-amen__count{font-size:.82rem;letter-spacing:.06em;color:hsla(40,65%,95%,.44);margin:0 0 2em}.lr-root .proj-amen__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr}@media (max-width:620px){.lr-root .proj-amen__list{grid-template-columns:1fr}}.lr-root .proj-amen__item{display:flex;align-items:baseline;gap:1.1em;padding:clamp(18px,2.2vw,26px) 0;border-top:1px solid hsla(40,54%,68%,.14);transition:background .2s var(--ease)}.lr-root .proj-amen__item:hover .proj-amen__label{color:var(--champagne-lt)}.lr-root .proj-amen__n{font-family:var(--ff-body);font-size:.68rem;letter-spacing:.14em;color:var(--champagne-deep);flex:none;min-width:2ch;user-select:none}.lr-root .proj-amen__label{font-family:var(--font-cormorant,"Cormorant Garamond",Georgia,serif);font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.3;color:var(--paper);transition:color .2s var(--ease)}.lr-root .amen{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 40px;list-style:none;margin:0;padding:0}@media (max-width:620px){.lr-root .amen{grid-template-columns:1fr}}.lr-root .amen li{display:flex;align-items:center;gap:12px;font-size:1rem;padding:17px 0;border-bottom:1px solid var(--line-soft)}.lr-root .amen svg{width:18px;height:18px;color:var(--champagne-deep);flex:none}.lr-root .proj-tbl{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);box-shadow:var(--shadow-m);overflow:hidden}.lr-root .proj-tbl__row{display:grid;align-items:center;gap:clamp(14px,1.8vw,28px);padding:clamp(16px,1.7vw,22px) clamp(22px,2.4vw,38px);border-top:1px solid var(--line-soft);font-size:.98rem;color:var(--stone)}.lr-root .proj-tbl__row--pay{grid-template-columns:auto 1fr auto}.lr-root .proj-tbl__row--head{border-top:0;padding-top:clamp(20px,2.1vw,28px);padding-bottom:clamp(16px,1.7vw,20px)}.lr-root .proj-tbl__th{display:inline-flex;align-items:center;gap:.7em;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:var(--champagne-deep)}.lr-root .proj-tbl__th svg{width:20px;height:20px;color:var(--champagne-deep);flex:none}.lr-root .proj-tbl__th--right{justify-content:flex-end}.lr-root .proj-tbl__num{width:42px;height:42px;place-items:center;font-family:var(--ff-display);font-size:.95rem;color:var(--champagne-deep);flex:none}.lr-root .proj-tbl__num,.lr-root .proj-tbl__pic{border-radius:50%;border:1px solid var(--champagne);display:grid}.lr-root .proj-tbl__pic{width:46px;height:46px;place-items:center;color:var(--champagne-deep);flex:none}.lr-root .proj-tbl__pic svg{width:22px;height:22px}.lr-root .proj-tbl__name{font-family:var(--ff-display);font-size:1.12rem;font-weight:400;color:var(--noir)}.lr-root .proj-tbl__from{font-weight:500;color:var(--noir)}.lr-root .proj-tbl__arrow{display:inline-flex;justify-content:flex-end;color:var(--champagne)}.lr-root .proj-tbl__arrow svg{width:22px;height:22px}.lr-root .proj-tbl__pct{justify-self:end;font-family:var(--ff-display);font-weight:300;font-size:clamp(1.4rem,2vw,1.9rem);color:var(--champagne-deep)}@media (max-width:540px){.lr-root .proj-tbl__num{width:36px;height:36px;font-size:.85rem}}.lr-root .lr-twocol{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,2.4vw,34px)}@media (max-width:860px){.lr-root .lr-twocol{grid-template-columns:1fr}}.lr-root .lr-col-card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);padding:clamp(28px,3.4vw,44px);box-shadow:var(--shadow-s)}.lr-root .lr-col-card h3{margin:.3em 0 .7em}.lr-root .lr-col-card ul{list-style:none;margin:0 0 1.4em;padding:0}.lr-root .lr-col-card li{display:flex;align-items:flex-start;gap:.7em;padding:10px 0;border-top:1px solid var(--line-soft);color:var(--stone)}.lr-root .lr-col-card li:first-child{border-top:0}.lr-root .lr-col-card li svg{width:18px;height:18px;color:var(--champagne-deep);flex:none;margin-top:3px}.lr-root .mapframe{border-radius:var(--r-l);overflow:hidden;border:1px solid var(--line);min-height:300px}.lr-root .mapframe iframe{width:100%;height:100%;min-height:clamp(360px,50vw,520px);border:0;filter:grayscale(.3) contrast(1.05)}.lr-root .proj-enquiry-foot{background:var(--ivory)}.lr-root .proj-enquiry-foot__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(40px,6vw,80px);align-items:start}@media (max-width:860px){.lr-root .proj-enquiry-foot__grid{grid-template-columns:1fr}}.lr-root .proj-enquiry-foot__h{font-family:var(--ff-display);font-size:clamp(2rem,3.4vw,2.9rem);font-weight:300;line-height:1.18;color:var(--noir);margin:.32em 0 .6em}.lr-root .proj-enquiry-foot__sub{color:var(--stone);max-width:44ch;margin-bottom:1.6em;line-height:1.65}.lr-root .lr-form{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);padding:clamp(24px,3vw,40px);box-shadow:var(--shadow-m)}.lr-root .lr-field{margin-bottom:16px}.lr-root .lr-field label{display:block;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--champagne-deep);margin-bottom:6px}.lr-root .lr-field input,.lr-root .lr-field select,.lr-root .lr-field textarea{width:100%;padding:.85em 1em;font-family:var(--ff-body);font-size:.96rem;color:var(--noir);background:var(--paper-2);border:1px solid var(--line);border-radius:var(--r-m);outline:none;transition:border-color .3s var(--ease)}.lr-root .lr-field input:focus,.lr-root .lr-field select:focus,.lr-root .lr-field textarea:focus{border-color:var(--champagne)}.lr-root .lr-consent{display:flex;align-items:flex-start;gap:.6em;font-size:.82rem;color:var(--stone);line-height:1.5;margin:6px 0 16px}.lr-root .lr-consent a{text-decoration:underline}.lr-root .lr-meter{margin:4px 0 18px}.lr-root .lr-meter__bar{height:8px;border-radius:100px;background:var(--paper-2);border:1px solid var(--line-soft);overflow:hidden}.lr-root .lr-meter__fill{height:100%;background:var(--champagne);transition:width .8s var(--ease)}.lr-root .lr-meter__label{margin-top:8px;font-size:.8rem;letter-spacing:.04em;color:var(--champagne-deep)}.lr-root .lr-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,48px)}@media (max-width:760px){.lr-root .lr-stats{grid-template-columns:repeat(2,1fr)}}.lr-root .lr-stat b{display:block;font-family:var(--ff-display);font-weight:300;font-size:clamp(2.4rem,4vw,3.4rem);color:var(--champagne-deep)}.lr-root .lr-stat small{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone-lt)}.lr-root [data-img-zoom]{overflow:hidden}.lr-root [data-img-zoom] img{transform:scale(1.12);transition:transform 6s var(--ease);will-change:transform}.lr-root [data-img-zoom].in img{transform:scale(1)}.lr-root [data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease);transition-delay:var(--d,0s)}.lr-root [data-reveal=fade]{transform:none}.lr-root [data-reveal=left]{transform:translateX(-44px)}.lr-root [data-reveal=right]{transform:translateX(44px)}.lr-root [data-reveal=scale]{transform:scale(.92)}.lr-root [data-reveal].in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.lr-root [data-img-zoom] img,.lr-root [data-reveal]{transition:none;opacity:1;transform:none}}.lr-root .pd-gallery{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;height:clamp(320px,46vw,560px)}@media (max-width:760px){.lr-root .pd-gallery{grid-template-columns:1fr;height:auto}}.lr-root .pd-gallery figure{margin:0;border-radius:var(--r-l);overflow:hidden;cursor:pointer;position:relative;height:100%}.lr-root .pd-gallery__side{display:grid;grid-template-rows:1fr 1fr;gap:14px}.lr-root .pd-gallery img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.lr-root .pd-gallery figure:hover img{transform:scale(1.06)}.lr-root .pd-gallery__more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(23,19,14,.55);color:var(--paper);font-family:var(--ff-display);font-size:1.1rem}.lr-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(23,19,14,.92);padding:4vw}.lr-lightbox img{max-width:92vw;max-height:86vh;object-fit:contain;border-radius:var(--r-m)}.lr-lightbox__btn{position:absolute;background:hsla(40,65%,95%,.12);color:var(--paper);border:1px solid hsla(40,65%,95%,.2);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:1.4rem}.lr-lightbox__btn--close{top:4vw;right:4vw}.lr-lightbox__btn--prev{left:3vw}.lr-lightbox__btn--next{right:3vw}.lr-header{position:absolute;top:0;left:0;right:0;z-index:40;height:var(--nav-h);display:flex;align-items:center}.lr-header--solid{position:sticky;background:var(--paper);border-bottom:1px solid var(--line-soft)}.lr-header .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.lr-header__brand{font-family:var(--ff-display);font-size:1.4rem;letter-spacing:.02em;color:#fbf6ec}.lr-header__nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,34px)}.lr-header__nav a{font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;color:hsla(40,65%,95%,.82);transition:color .3s var(--ease)}.lr-header__nav a:hover{color:var(--champagne-lt)}.lr-header--solid .lr-header__brand{color:var(--noir)}.lr-header--solid .lr-header__nav a{color:var(--stone)}.lr-header--solid .lr-header__nav a:hover{color:var(--champagne-deep)}.lr-header__links{display:flex;gap:inherit;align-items:center}@media (max-width:760px){.lr-header__links{display:none}}.lr-footer{background:#17130e;color:#fbf6ec;padding:clamp(48px,6vw,84px) 0 clamp(28px,3vw,40px)}.lr-footer__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;align-items:flex-start}.lr-footer__brand{font-family:var(--ff-display);font-size:1.5rem}.lr-footer__links{display:flex;flex-wrap:wrap;gap:14px 28px}.lr-footer__links a{font-size:.82rem;color:hsla(40,65%,95%,.7);transition:color .3s var(--ease)}.lr-footer__links a:hover{color:var(--champagne-lt)}.lr-footer__legal{margin-top:clamp(28px,3vw,40px);padding-top:20px;border-top:1px solid hsla(40,65%,95%,.14);font-size:.78rem;color:hsla(40,65%,95%,.5)}.lr-root .lr-build{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,3vw,48px);align-items:start}@media (max-width:900px){.lr-root .lr-build{grid-template-columns:1fr}}.lr-root .lr-build__col{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);padding:clamp(22px,2.6vw,38px);box-shadow:var(--shadow-m)}.lr-root .lr-step{display:inline-flex;align-items:center;gap:.6em;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--champagne-deep);font-weight:500;margin-bottom:.6em}.lr-root .lr-step b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid var(--champagne);font-family:var(--ff-display);font-weight:400;color:var(--champagne-deep)}.lr-root .lr-typecard{display:block;width:100%;text-align:left;border:1px solid var(--line);border-radius:var(--r-m);padding:16px 18px;cursor:pointer;background:var(--paper);transition:border-color .3s var(--ease),background .3s var(--ease)}.lr-root .lr-typecard+.lr-typecard{margin-top:10px}.lr-root .lr-typecard--on{border-color:var(--champagne);background:var(--paper-2)}.lr-root .lr-typecard b{font-family:var(--ff-display);font-weight:400;font-size:1.05rem;color:var(--noir);display:block}.lr-root .lr-typecard span{font-size:.86rem;color:var(--stone)}.lr-root .lr-chips{display:flex;flex-wrap:wrap;gap:8px}.lr-root .lr-chip{padding:.5em 1em;border-radius:100px;border:1px solid var(--line);background:var(--paper);font-size:.84rem;color:var(--stone);cursor:pointer;transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}.lr-root .lr-chip--on{background:var(--champagne);color:var(--noir);border-color:var(--champagne)}.lr-root .lr-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:560px){.lr-root .lr-grid-2{grid-template-columns:1fr}}.lr-root .lr-field__err{color:var(--rose);font-size:.8rem;margin-top:4px}.lr-root .lr-notice{background:var(--paper-2);border:1px solid var(--line-soft);border-radius:var(--r-m);padding:16px 18px}.lr-root .lr-board-head{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(20px,4vw,48px);justify-content:space-between}.lr-root .lr-ring{--pct:0%;width:116px;height:116px;border-radius:50%;flex:none;display:grid;place-items:center;background:radial-gradient(closest-side,var(--paper) 72%,transparent 73%),conic-gradient(var(--champagne) var(--pct),var(--line) 0deg)}.lr-root .lr-ring b{font-family:var(--ff-display);font-weight:300;font-size:1.7rem;color:var(--champagne-deep);line-height:1}.lr-root .lr-ring small{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone-lt)}.lr-root .lr-statuspill{display:inline-flex;align-items:center;gap:.5em;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.4em .9em;border-radius:100px;border:1px solid var(--line);color:var(--stone)}.lr-root .lr-stage{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--r-l);box-shadow:var(--shadow-s);overflow:hidden}.lr-root .lr-stage__head{display:flex;align-items:center;gap:.8em;padding:clamp(16px,2vw,22px) clamp(20px,2.4vw,30px);border-bottom:1px solid var(--line-soft)}.lr-root .lr-stage__ic{width:40px;height:40px;flex:none;border-radius:50%;border:1px solid var(--champagne);display:grid;place-items:center;color:var(--champagne-deep)}.lr-root .lr-stage__ic svg{width:20px;height:20px}.lr-root .lr-stage__title{font-family:var(--ff-display);font-weight:400;font-size:1.15rem;color:var(--noir)}.lr-root .lr-slot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:clamp(12px,1.5vw,16px) clamp(20px,2.4vw,30px);border-top:1px solid var(--line-soft)}.lr-root .lr-slot:first-child{border-top:0}.lr-root .lr-slot--done{opacity:.6}.lr-root .lr-slot__main{display:flex;align-items:center;gap:.8em;min-width:0}.lr-root .lr-slot__ic{width:30px;height:30px;flex:none;color:var(--champagne-deep)}.lr-root .lr-slot__ic svg{width:20px;height:20px}.lr-root .lr-slot__name{font-size:.98rem;color:var(--noir)}.lr-root .lr-slot__type{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-lt)}.lr-root .lr-seg{display:inline-flex;border:1px solid var(--line);border-radius:100px;overflow:hidden;background:var(--paper-2)}.lr-root .lr-seg button{border:0;background:transparent;cursor:pointer;font-size:.74rem;letter-spacing:.04em;padding:.5em .9em;color:var(--stone);transition:background .25s var(--ease),color .25s var(--ease)}.lr-root .lr-seg button+button{border-left:1px solid var(--line)}.lr-root .lr-seg button[aria-pressed=true]{background:var(--champagne);color:var(--noir)}.lr-grain{position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.4;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.lr-root .lr-hero2{position:relative;overflow:hidden;padding:clamp(48px,7vw,104px) 0 clamp(56px,8vw,112px);background:radial-gradient(1000px 560px at 76% 34%,hsla(40,54%,68%,.13),transparent 64%),var(--ivory)}.lr-root .lr-hero2__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(36px,5vw,80px);align-items:center}.lr-root .lr-hero2__grid>*{min-width:0}.lr-root .lr-hero2__copy h1{margin:18px 0 0;color:var(--noir);font-size:clamp(36px,4vw,56px);line-height:1.08;text-wrap:balance}.lr-root .lr-hero2__sub{margin:20px 0 0;max-width:34ch;color:var(--stone);font-size:clamp(15.5px,1.2vw,17.5px);line-height:1.62}.lr-root .lr-hero2__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.lr-root .lr-hero2__facts{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,48px);margin-top:38px;padding-top:24px;border-top:1px solid var(--line-soft)}.lr-root .lr-hero2__fact b{display:block;color:var(--noir);font-family:var(--ff-display);font-size:27px;font-variant-numeric:tabular-nums}.lr-root .lr-hero2__fact small{display:block;margin-top:3px;color:var(--stone-lt);font-size:12.5px;letter-spacing:.04em}.lr-root .hero-shot{position:relative;--shot-paper:#fbf6ec;--shot-line:#e3dac9;--shot-ink:#231e16;--shot-muted:#6f6657;--shot-gold:#b68b43;--shot-gold-deep:#8c6a2e}.lr-root .hero-shot__tilt{position:relative;transform:perspective(2400px) rotateY(-7deg) rotateX(1.5deg)}.lr-root .hero-shot__floor{position:absolute;left:5%;right:-5%;bottom:-34px;height:190px;background:radial-gradient(58% 100% at 52% 0,hsla(40,54%,68%,.2),transparent 72%),linear-gradient(180deg,rgba(238,241,246,.05),transparent 62%);filter:blur(20px);pointer-events:none}.lr-root .hero-shot__link{display:inline-flex;align-items:center;gap:10px;max-width:100%;margin-bottom:14px;padding:9px 9px 9px 15px;border:1px solid var(--line);border-radius:999px;background:rgba(226,232,240,.08);box-shadow:0 12px 30px -12px rgba(0,0,0,.6)}.lr-root .hero-shot__link svg{width:14px;height:14px;flex:none;stroke:var(--champagne)}.lr-root .hero-shot__link code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--noir);font-size:13.5px}.lr-root .hero-shot__copy{flex:none;padding:6px 13px;border-radius:999px;background:var(--champagne);color:#201a11;font-size:12.5px;font-weight:600}.lr-root .hero-shot__win{width:min(100%,620px);overflow:hidden;border-radius:14px;background:var(--shot-paper);color:var(--shot-ink);box-shadow:0 46px 90px -22px rgba(0,0,0,.72),0 0 0 1px rgba(226,232,240,.09)}.lr-root .hero-shot__bar{padding:10px 14px;background:#1c2130;border-bottom:1px solid #262d3d}.lr-root .hero-shot__url{display:block;overflow:hidden;padding:5px 11px;border-radius:6px;background:rgba(226,232,240,.08);color:#b9c2d2;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.lr-root .hero-shot__body{padding:20px clamp(16px,2vw,24px)}.lr-root .hero-shot__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--shot-line)}.lr-root .hero-shot__brand{display:flex;align-items:center;gap:9px;color:var(--shot-ink);font-size:15px;font-weight:650;letter-spacing:-.01em}.lr-root .hero-shot__mark{display:grid;flex:none;place-items:center;width:26px;height:26px;border-radius:7px;background:linear-gradient(160deg,var(--shot-gold),var(--shot-gold-deep));color:#fff;font-size:10.5px;font-weight:700}.lr-root .hero-shot__for{display:flex;flex-direction:column;gap:1px;min-width:0;text-align:right}.lr-root .hero-shot__forlb{color:var(--shot-muted);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.lr-root .hero-shot__client{color:var(--shot-ink);font-size:13px;font-weight:650;line-height:1.3}.lr-root .hero-shot__contact{color:var(--shot-muted);font-size:12px;line-height:1.3}.lr-root .hero-shot__title{margin:15px 0 0;color:var(--shot-ink);font-family:var(--ff-display);font-size:clamp(18px,1.9vw,23px)}.lr-root .hero-shot__tiers{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:16px}.lr-root .hero-shot__tier{position:relative;display:flex;flex-direction:column;overflow:hidden;padding:14px 14px 13px;border:1px solid var(--shot-line);border-radius:13px;background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.42));transition:border-color .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease),transform .45s var(--ease)}.lr-root .hero-shot__tier:before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(90deg,var(--shot-gold-deep),var(--shot-gold));transform:scaleX(0);transform-origin:left;transition:transform .55s var(--ease)}.lr-root .hero-shot__tierlb{color:var(--shot-muted);font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:color .45s var(--ease)}.lr-root .hero-shot__amt{margin-top:5px;color:var(--shot-ink);font-size:22px;font-weight:650;font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1.1}.lr-root .hero-shot__amt sup{margin-left:2px;color:var(--shot-muted);font-size:10px;font-weight:600;letter-spacing:0;vertical-align:7px}.lr-root .hero-shot__inc{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding-top:10px;border-top:1px solid var(--shot-line)}.lr-root .hero-shot__inc i{display:flex;align-items:flex-start;gap:6px;color:var(--shot-muted);font-size:10.5px;font-style:normal;line-height:1.35}.lr-root .hero-shot__inc i:before{content:"\2713";flex:none;color:var(--shot-gold-deep);font-size:9px;font-weight:700;line-height:1.5;opacity:.85}.lr-root .hero-shot__badge{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:linear-gradient(160deg,var(--shot-gold),var(--shot-gold-deep));box-shadow:0 2px 6px -1px rgba(140,106,46,.55);color:#fff;transition:transform .45s var(--ease)}.lr-root .hero-shot__badge svg{width:9px;height:9px;stroke:#fff}.lr-root .hero-shot__chosen{margin-top:10px;color:var(--shot-gold-deep);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:opacity .4s var(--ease) .18s,transform .4s var(--ease) .18s}.lr-root .hero-shot__shine{background:linear-gradient(105deg,transparent 38%,hsla(0,0%,100%,.85) 50%,transparent 62%)}.lr-root .hero-shot__ripple,.lr-root .hero-shot__shine{position:absolute;inset:0;opacity:0;pointer-events:none}.lr-root .hero-shot__ripple{background:radial-gradient(circle at 50% 50%,rgba(215,169,78,.32),transparent 62%)}.lr-root .hero-shot__tier--sel{border-color:rgba(215,169,78,.75);background:linear-gradient(180deg,#fff,#fffcf6);box-shadow:0 1px 2px rgba(140,106,46,.1),0 14px 30px -12px rgba(140,106,46,.45);transform:translateY(-3px)}.lr-root .hero-shot__tier--sel:before{transform:scaleX(1)}.lr-root .hero-shot__tier--sel .hero-shot__tierlb{color:var(--shot-gold-deep)}.lr-root .hero-shot__rail{position:relative;margin-top:20px}.lr-root .hero-shot__track{position:absolute;top:12px;right:12%;left:12%;height:2px;border-radius:2px;background:var(--shot-line)}.lr-root .hero-shot__fill{display:block;width:100%;height:100%;border-radius:2px;background:linear-gradient(90deg,var(--shot-gold-deep),var(--shot-gold));transition:width .75s var(--ease)}.lr-root .hero-shot__steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr)}.lr-root .hero-shot__step{text-align:center}.lr-root .hero-shot__step b{display:block;color:var(--shot-muted);font-size:12.5px;font-weight:600;transition:color .4s var(--ease)}.lr-root .hero-shot__dot{position:relative;z-index:1;display:grid;place-items:center;width:26px;height:26px;margin:0 auto 8px;border:2px solid var(--shot-line);border-radius:50%;background:var(--shot-paper);transition:border-color .4s var(--ease),background .4s var(--ease),transform .4s var(--ease)}.lr-root .hero-shot__dot svg{width:12px;height:12px;stroke:transparent;transition:stroke .4s var(--ease)}.lr-root .hero-shot__step.is-done .hero-shot__dot{border-color:var(--shot-gold-deep);background:linear-gradient(160deg,var(--shot-gold),var(--shot-gold-deep))}.lr-root .hero-shot__step.is-done .hero-shot__dot svg{stroke:#fff}.lr-root .hero-shot__step.is-done b{color:var(--shot-ink)}.lr-root .hero-shot__step.is-pop .hero-shot__dot{animation:lrShotPop .5s var(--ease) 1}@keyframes lrShotPop{0%{transform:scale(1)}45%{transform:scale(1.22)}to{transform:scale(1)}}.lr-root .hero-shot__strip{display:flex;align-items:center;gap:11px;margin-top:20px;padding:12px 14px;border:1px solid rgba(63,125,82,.32);border-radius:11px;background:#eef4ec;transition:background .45s var(--ease),border-color .45s var(--ease)}.lr-root .hero-shot__striptxt{min-width:0}.lr-root .hero-shot__tick{display:grid;flex:none;place-items:center;width:22px;height:22px;border-radius:50%;background:#3f7d52;transition:background .45s var(--ease)}.lr-root .hero-shot__tick svg{width:12px;height:12px;stroke:#fff}.lr-root .hero-shot__strip b{display:block;color:var(--shot-ink);font-size:13.5px}.lr-root .hero-shot__strip small{display:block;margin-top:1px;color:var(--shot-muted);font-size:12.5px;font-variant-numeric:tabular-nums}@media (max-width:980px){.lr-root .lr-hero2__grid{grid-template-columns:1fr}.lr-root .lr-hero2__sub{max-width:48ch}.lr-root .hero-shot{margin-top:40px}.lr-root .hero-shot__tilt{transform:none}.lr-root .hero-shot__win{width:100%}}@media (max-width:600px){.lr-root .hero-shot__tiers{gap:8px}.lr-root .hero-shot__tier{padding:11px 11px 10px;border-radius:11px}.lr-root .hero-shot__amt{font-size:18px}.lr-root .hero-shot__amt sup{font-size:8.5px;vertical-align:5px}.lr-root .hero-shot__inc{margin-top:8px;padding-top:8px}.lr-root .hero-shot__inc i{font-size:9.5px}.lr-root .hero-shot__badge{width:16px;height:16px;top:7px;right:7px}.lr-root .hero-shot__chosen{font-size:9px;letter-spacing:.06em}.lr-root .hero-shot__step b{font-size:10.5px}.lr-root .hero-shot__dot{width:22px;height:22px}.lr-root .hero-shot__track{top:10px}.lr-root .hero-shot__forlb{font-size:8px}.lr-root .hero-shot__client{font-size:12px}.lr-root .hero-shot__contact{font-size:11px}}.lr-root .proj-tbl__row--step{grid-template-columns:auto auto 1fr auto}.lr-root .proj-tbl__step{display:flex;flex-direction:column;gap:3px;min-width:0}.lr-root .proj-tbl__body{color:var(--stone);font-size:.94rem;line-height:1.55}@media (max-width:760px){.lr-root .proj-tbl__row--step{grid-template-columns:auto 1fr}.lr-root .proj-tbl__row--step>.proj-tbl__arrow,.lr-root .proj-tbl__row--step>.proj-tbl__pic{display:none}}.lr-root .proj-tbl__row--compare{grid-template-columns:1.6fr 1fr 1fr}.lr-root .proj-tbl__name--row{font-size:1rem}.lr-root .proj-tbl__pct--row{font-size:1.1rem}@media (max-width:620px){.lr-root .proj-tbl__row--compare{grid-template-columns:1fr auto auto;gap:10px}.lr-root .proj-tbl__name--row{font-size:.94rem}.lr-root .proj-tbl__pct--row{font-size:.95rem;min-width:62px}.lr-root .proj-tbl__th{font-size:.62rem;letter-spacing:.1em}}@media (max-width:700px){.lr-root .lr-hero2{padding:40px 0 48px}.lr-root .lr-hero2__grid{gap:28px}.lr-root .hero-shot{margin-top:0}.lr-root .lr-hero2__copy h1{margin-top:14px}.lr-root .lr-hero2__sub{margin-top:16px;max-width:none}.lr-root .lr-hero2__cta{margin-top:24px;gap:10px}.lr-root .lr-hero2__cta .btn{flex:1 1 auto;justify-content:center}.lr-root .lr-hero2__facts{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px;margin-top:28px;padding-top:20px}.lr-root .lr-hero2__fact b{font-size:22px}.lr-root .lr-hero2__fact small{font-size:11.5px}.lr-root .section{padding-block:56px}.lr-root .section--tight{padding-block:40px}.lr-root .proj-tbl__row{padding:14px 16px}.lr-root .amen li{padding:13px 0;font-size:.94rem}.lr-root .lr-footer{padding:40px 0 24px}}@media (max-width:760px){.lr-root{--nav-h:60px}.lr-header__brand{font-size:1.2rem}.lr-header__nav{gap:14px}.lr-header__nav a{font-size:.72rem;letter-spacing:.08em}}.lr-root.lr-daylight{--noir:#12161f;--noir-2:#3a4350;--noir-3:#6b7280;--ivory:#fff;--paper:#fff;--paper-2:#f7f7f9;--champagne:#d7a94e;--champagne-lt:#ecca85;--champagne-deep:#a97e2f;--navy:#1e2c4a;--navy-lift:#26365a;--navy-deep:#141f36;--stone:#3a4350;--stone-lt:#6b7280;--line:#e8e8ec;--line-soft:rgba(18,22,31,.07);--line-light:#d6d6db;--ff-display:var(--font-body,Inter,system-ui,sans-serif);--ff-body:var(--font-body,Inter,system-ui,sans-serif);--shadow-s:0 1px 2px rgba(18,22,31,.04),0 6px 20px rgba(18,22,31,.06);--shadow-m:0 10px 24px rgba(18,22,31,.09),0 28px 64px -12px rgba(18,22,31,.14);--shadow-l:0 30px 80px -22px rgba(18,22,31,.28);--surface-0:250 249 247;--surface-50:255 255 255;--surface-100:244 242 238;--surface-200:234 230 222;--surface-300:207 201 189;--surface-400:107 114 128;--surface-500:58 67 80;--surface-600:45 53 64;--surface-700:30 44 74;--surface-800:20 31 54;--surface-900:18 22 31;--brand-50:253 250 243;--brand-100:250 243 228;--brand-200:244 229 197;--brand-300:236 202 133;--brand-400:215 169 78;--brand-500:190 143 60;--brand-600:169 126 47;--brand-700:140 104 39;--brand-800:110 82 31;--brand-900:84 63 24;background:var(--paper);color:var(--noir)}.lr-root.lr-daylight h1,.lr-root.lr-daylight h2,.lr-root.lr-daylight h3,.lr-root.lr-daylight h4{font-weight:650;letter-spacing:-.02em;line-height:1.1}.lr-root.lr-daylight h3,.lr-root.lr-daylight h4{letter-spacing:-.01em;line-height:1.3}.lr-root.lr-daylight h2{font-size:clamp(30px,3.6vw,46px)}.lr-root.lr-daylight p{font-size:15px;line-height:1.6}.lr-root.lr-daylight .lr-footer__brand,.lr-root.lr-daylight .lr-header__brand,.lr-root.lr-daylight .lr-hero2__fact b,.lr-root.lr-daylight .lr-stat b,.lr-root.lr-daylight .proj-tbl__name,.lr-root.lr-daylight .proj-tbl__num,.lr-root.lr-daylight .proj-tbl__pct{font-weight:650;letter-spacing:-.01em}.lr-root.lr-daylight .marquee__item{font-weight:600;letter-spacing:-.01em}.lr-root.lr-daylight .it,.lr-root.lr-daylight em{font-style:normal;color:var(--champagne-deep)}.lr-root.lr-daylight .lr-grain{display:none}.lr-root.lr-daylight .eyebrow{font-size:11.5px;font-weight:650;letter-spacing:.16em;color:var(--champagne-deep)}.lr-root.lr-daylight .eyebrow:before{display:none}.lr-root.lr-daylight .eyebrow--light{color:var(--champagne-deep)}.lr-root.lr-daylight .lr-header{background:hsla(40,23%,97%,.86);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid var(--line)}.lr-root.lr-daylight .lr-header__brand{color:var(--noir)}.lr-root.lr-daylight .lr-header__nav a{color:var(--noir-2);text-transform:none;letter-spacing:.01em;font-size:13.5px;font-weight:500}.lr-root.lr-daylight .lr-header__nav a:hover{color:var(--noir)}.lr-root.lr-daylight .lr-header__nav .btn{color:#fff}.lr-root.lr-daylight .btn{padding:12px 24px;font-size:13.5px;font-weight:600;letter-spacing:.01em;text-transform:none;border-radius:8px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease)}.lr-root.lr-daylight .btn:before{display:none}.lr-root.lr-daylight .btn:hover{transform:translateY(-1px);color:var(--fg);box-shadow:0 10px 26px -6px rgba(30,44,74,.35)}.lr-root.lr-daylight .btn--gold{--fg:#fff;background:linear-gradient(180deg,var(--navy-lift),var(--navy) 55%,var(--navy-deep));box-shadow:0 1px 2px rgba(18,22,31,.2),inset 0 1px 0 hsla(0,0%,100%,.09)}.lr-root.lr-daylight .btn--gold:hover{color:#fff;box-shadow:0 10px 26px -6px rgba(30,44,74,.5),inset 0 1px 0 hsla(0,0%,100%,.09)}.lr-root.lr-daylight .btn--ghost{--bg:hsla(0,0%,100%,.7);--fg:var(--noir);border:1px solid var(--line-light)}.lr-root.lr-daylight .btn--ghost:hover{border-color:var(--champagne-deep);color:var(--champagne-deep);box-shadow:none}.lr-root.lr-daylight .btn--sm{padding:9px 18px;font-size:13px;border-radius:7px}.lr-root.lr-daylight .lr-hero2{background:radial-gradient(720px 520px at 88% 12%,rgba(215,169,78,.16),transparent 62%),linear-gradient(180deg,#fff 0,var(--paper) 100%)}.lr-root.lr-daylight .lr-hero2__copy h1{line-height:1.06;font-size:clamp(38px,4.4vw,58px)}.lr-root.lr-daylight .lr-hero2__sub{font-size:15.5px;color:var(--noir-2)}.lr-root.lr-daylight .proj-tbl{background:var(--paper-2);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-s)}.lr-root.lr-daylight .proj-tbl__row{border-top:1px solid var(--line)}.lr-root.lr-daylight .proj-tbl__num,.lr-root.lr-daylight .proj-tbl__pic{border-color:rgba(215,169,78,.55)}.lr-root.lr-daylight .amen li{border-bottom:1px solid var(--line)}.lr-root.lr-daylight .lr-footer{background:var(--navy-deep);border-top:1px solid rgba(215,169,78,.22)}.lr-root.lr-daylight .marquee--dark{background:var(--navy-deep)}.lr-root .hero-shot.is-armed .hero-shot__tier--sel{border-color:var(--shot-line);background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.42));box-shadow:none;transform:none;transition:none}.lr-root .hero-shot.is-armed .hero-shot__tier--sel:before{transform:scaleX(0);transition:none}.lr-root .hero-shot.is-armed .hero-shot__tier--sel .hero-shot__tierlb{color:var(--shot-muted)}.lr-root .hero-shot.is-armed .hero-shot__badge{transform:scale(0);transition:none}.lr-root .hero-shot.is-armed .hero-shot__chosen{opacity:0;transform:translateY(3px);transition:none}.lr-root .hero-shot.at-approved .hero-shot__tier--sel,.lr-root .hero-shot.at-paid .hero-shot__tier--sel,.lr-root .hero-shot.at-scoped .hero-shot__tier--sel{border-color:rgba(215,169,78,.75);background:linear-gradient(180deg,#fff,#fffcf6);box-shadow:0 1px 2px rgba(140,106,46,.1),0 14px 30px -12px rgba(140,106,46,.45);transform:translateY(-3px);transition:border-color .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease),transform .45s var(--ease)}.lr-root .hero-shot.at-approved .hero-shot__tier--sel:before,.lr-root .hero-shot.at-paid .hero-shot__tier--sel:before,.lr-root .hero-shot.at-scoped .hero-shot__tier--sel:before{transform:scaleX(1);transition:transform .55s var(--ease)}.lr-root .hero-shot.at-approved .hero-shot__tier--sel .hero-shot__tierlb,.lr-root .hero-shot.at-paid .hero-shot__tier--sel .hero-shot__tierlb,.lr-root .hero-shot.at-scoped .hero-shot__tier--sel .hero-shot__tierlb{color:var(--shot-gold-deep)}.lr-root .hero-shot.at-approved .hero-shot__badge,.lr-root .hero-shot.at-paid .hero-shot__badge,.lr-root .hero-shot.at-scoped .hero-shot__badge{transform:scale(1);transition:transform .45s var(--ease)}.lr-root .hero-shot.at-approved .hero-shot__chosen,.lr-root .hero-shot.at-paid .hero-shot__chosen,.lr-root .hero-shot.at-scoped .hero-shot__chosen{opacity:1;transform:none;transition:opacity .4s var(--ease) .18s,transform .4s var(--ease) .18s}.lr-root .hero-shot.at-scoped .hero-shot__shine{animation:lrShotShine .9s var(--ease) .1s 1}@keyframes lrShotShine{0%{opacity:1;transform:translateX(-115%)}to{opacity:0;transform:translateX(115%)}}.lr-root .hero-shot.at-approved .hero-shot__tier:not(.hero-shot__tier--sel),.lr-root .hero-shot.at-paid .hero-shot__tier:not(.hero-shot__tier--sel),.lr-root .hero-shot.at-scoped .hero-shot__tier:not(.hero-shot__tier--sel){background:rgba(246,246,248,.7);transform:translateY(2px) scale(.985)}.lr-root .hero-shot.at-approved .hero-shot__tier:not(.hero-shot__tier--sel) .hero-shot__amt,.lr-root .hero-shot.at-paid .hero-shot__tier:not(.hero-shot__tier--sel) .hero-shot__amt,.lr-root .hero-shot.at-scoped .hero-shot__tier:not(.hero-shot__tier--sel) .hero-shot__amt{color:var(--shot-muted)}.lr-root .hero-shot__tier.is-pressed{transform:translateY(-1px) scale(.985);transition-duration:.12s}.lr-root .hero-shot__tier.is-pressed .hero-shot__ripple{animation:lrShotRipple .55s var(--ease) 1}@keyframes lrShotRipple{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.05)}}.lr-root .hero-shot.is-armed:not(.at-paid) .hero-shot__strip{border-color:var(--shot-line);background:hsla(0,0%,100%,.6)}.lr-root .hero-shot.is-armed:not(.at-paid) .hero-shot__tick{background:var(--shot-line)}.lr-root .hero-shot.is-armed:not(.at-paid) .hero-shot__tick svg{stroke:var(--shot-muted)}.lr-root .hero-shot.at-approved .hero-shot__strip,.lr-root .hero-shot.at-paid .hero-shot__strip,.lr-root .hero-shot.at-scoped .hero-shot__strip,.lr-root .hero-shot.at-sent .hero-shot__strip{animation:lrShotSwap .5s var(--ease) 1}@keyframes lrShotSwap{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.lr-root .hero-shot__pulse{position:absolute;inset:-3px;border:2px solid var(--champagne);border-radius:999px;opacity:0;pointer-events:none}.lr-root .hero-shot__link{position:relative}.lr-root .hero-shot__copy{transition:background .25s var(--ease),color .25s var(--ease)}.lr-root .hero-shot.is-copied .hero-shot__copy{background:#d8ebdd;color:#275e39}.lr-root .hero-shot.is-copied .hero-shot__pulse{animation:lrShotRing .7s var(--ease) 1}@keyframes lrShotRing{0%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(1.12)}}.lr-root .hero-shot__cursor{position:absolute;top:0;left:0;z-index:6;display:block;width:17px;height:17px;opacity:0;filter:drop-shadow(0 2px 4px rgba(18,22,31,.35));pointer-events:none;transition:transform .85s var(--ease),opacity .3s var(--ease)}.lr-root .hero-shot__cursor svg{display:block;width:100%;height:100%;transition:transform .14s var(--ease)}.lr-root .hero-shot.cursor-in .hero-shot__cursor{opacity:1}.lr-root .hero-shot.cursor-press .hero-shot__cursor svg{transform:scale(.76)}@media (prefers-reduced-motion:reduce){.lr-root .hero-shot__cursor{display:none}.lr-root .hero-shot__badge,.lr-root .hero-shot__chosen,.lr-root .hero-shot__dot,.lr-root .hero-shot__fill,.lr-root .hero-shot__strip,.lr-root .hero-shot__tier,.lr-root .hero-shot__tier:before{transition:none}}.lr-root.lr-daylight .hero-shot{--shot-paper:#fff;--shot-line:#e7e7ea;--shot-ink:#12161f;--shot-muted:#6b7280;--shot-gold:#d7a94e;--shot-gold-deep:#a97e2f}.lr-root.lr-daylight .hero-shot__win{border:1px solid var(--shot-line);box-shadow:0 1px 2px rgba(18,22,31,.06),0 30px 70px -24px rgba(18,22,31,.3)}.lr-root.lr-daylight .hero-shot__link{background:#fff;border-color:var(--line);box-shadow:0 1px 2px rgba(18,22,31,.04),0 6px 20px rgba(18,22,31,.07)}.lr-root.lr-daylight .hero-shot__link code{color:var(--noir-2)}.lr-root.lr-daylight .hero-shot__floor{background:radial-gradient(58% 100% at 52% 0,rgba(18,22,31,.13),transparent 72%);opacity:.5}