:root{--navy:#0D1F3C;--navy-dark:#080f17;--navy-mid:#1a3050;--gold:#C9A96E;--gold-light:#dbbe8e;--gold-dark:#b08d52;--surface:#F7F3EE;--surface2:#f0ece4;--text:#1a1a1a;--muted:#606060;--border:#DDD8D0;--radius:10px;--shadow-sm:0 2px 8px rgba(0,0,0,.07);--shadow-md:0 8px 28px rgba(0,0,0,.12);--shadow-lg:0 16px 48px rgba(0,0,0,.16);--header-h:56px}@media(min-width:1024px){:root{--header-h:68px}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden;margin:0;padding:0;width:100%}body{font-family:'Inter',-apple-system,sans-serif;font-size:16px;line-height:1.7;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;padding-top:var(--header-h);overflow-x:hidden;margin:0;padding-left:0;padding-right:0;width:100%;min-width:0}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}body.drawer-open{overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.container{padding:0 32px}}h1,h2,h3,h4,h5{font-family:'Playfair Display',serif;color:var(--navy);line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(1.9rem,5vw,3.4rem)}h2{font-size:clamp(1.5rem,3.5vw,2.3rem)}h3{font-size:clamp(1.05rem,2.5vw,1.4rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}section{padding:56px 0}@media(min-width:768px){section{padding:80px 0}}@media(min-width:1024px){section{padding:100px 0}}.section-header{text-align:center;margin-bottom:48px}.section-header h2{margin-bottom:12px}.section-header p{color:var(--muted);max-width:560px;margin:0 auto 16px}.section-divider{width:60px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin:0 auto;border-radius:2px;display:block}.section-bg-surface{background:var(--surface)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:6px;font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:all .25s;min-height:48px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;box-shadow:0 4px 16px rgb(201 169 110 / .35)}.btn-primary:hover{background:linear-gradient(135deg,var(--gold-dark),var(--gold));transform:translateY(-2px);color:#fff}.btn-outline-white{border:2px solid rgb(255 255 255 / .75);color:#fff}.btn-outline-white:hover{background:rgb(255 255 255 / .12);color:#fff}.btn-outline-navy{border:2px solid var(--navy);color:var(--navy)}.btn-outline-navy:hover{background:var(--navy);color:#fff}.btn-white{background:#fff;color:var(--navy)}.btn-white:hover{background:var(--surface);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--navy)}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);z-index:1000;background:rgb(255 255 255 / .98);box-shadow:0 1px 0 var(--border),0 4px 24px rgb(0 0 0 / .08);border-bottom:1px solid var(--gold);transition:background .4s ease,box-shadow .4s ease,border-color .4s ease,height .3s ease}.site-header.scrolled{background:rgb(255 255 255 / .98);box-shadow:0 1px 0 var(--border),0 4px 24px rgb(0 0 0 / .08);border-bottom-color:var(--gold)}body.home .site-header:not(.scrolled){background:linear-gradient(to bottom,rgb(8 15 23 / .28) 0%,#fff0 100%);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-shadow:none;border-bottom:1px solid rgb(255 255 255 / .05)}.sh-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}@media(min-width:768px){.sh-inner{padding:0 32px}}.sh-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;z-index:2}.sh-logo-text{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:-.3px;line-height:1;transition:color .3s}@media(min-width:1024px){.sh-logo-text{font-size:1.35rem}}.sh-logo-text em{font-style:normal;color:var(--gold)}.site-header.scrolled .sh-logo-text{color:var(--navy)}.sh-logo-img{height:37px;width:auto;display:block;transition:opacity .3s;margin-top:6px;filter:none;background:#fff0}@media(min-width:768px){.sh-logo-img{height:41px}}@media(min-width:1024px){.sh-logo-img{height:45px}}.sh-logo{position:relative}.sh-logo-light{opacity:1;transition:opacity .25s}.sh-logo-dark{opacity:0;position:absolute;top:0;left:0;transition:opacity .25s;pointer-events:none}.site-header.scrolled .sh-logo-light{opacity:0;pointer-events:none}.site-header.scrolled .sh-logo-dark{opacity:1;pointer-events:auto}body:not(.home) .sh-logo-light{opacity:0;pointer-events:none}body:not(.home) .sh-logo-dark{opacity:1;pointer-events:auto}.sh-logo-img--white{height:32px;margin-top:0;filter:brightness(0) invert(1)}.sh-nav{display:none;flex:1;justify-content:center}@media(min-width:1024px){.sh-nav{display:flex}}.sh-nav ul{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.sh-nav ul li a{display:block;padding:8px 14px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);border-radius:5px;transition:color .2s;white-space:nowrap;text-decoration:none}.sh-nav ul li a:hover,.sh-nav ul li a[aria-current="page"]{color:var(--gold)}.site-header.scrolled .sh-nav ul li a{color:var(--navy)}.site-header.scrolled .sh-nav ul li a:hover{color:var(--gold)}body.home .site-header:not(.scrolled) .sh-nav ul li a{color:rgb(255 255 255 / .88)}body.home .site-header:not(.scrolled) .sh-nav ul li a:hover{color:var(--gold)}.sh-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.sh-cta-btn{display:none;padding:8px 18px;background:#fff0;color:#fff;border-radius:6px;border:1.5px solid rgb(255 255 255 / .7);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;transition:all .2s;align-items:center;text-decoration:none}@media(min-width:480px){.sh-cta-btn{display:flex}}.sh-cta-btn:hover{background:rgb(255 255 255 / .15);color:#fff;border-color:#fff}.site-header.scrolled .sh-cta-btn,body:not(.home) .sh-cta-btn{color:var(--navy);border-color:rgb(13 27 42 / .35)}.site-header.scrolled .sh-cta-btn:hover,body:not(.home) .sh-cta-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.sh-burger{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;width:40px;height:40px;background:#fff0;border:none;border-radius:0;cursor:pointer;transition:opacity .2s;padding:8px;flex-shrink:0}@media(min-width:1024px){.sh-burger{display:none}}.sh-burger:hover{opacity:.75}.site-header.scrolled .sh-burger{background:#fff0;border:none}.sh-burger-bar{display:block;height:2px;border-radius:2px;background:var(--navy);transition:all .35s cubic-bezier(.4,0,.2,1);transform-origin:center}.sh-burger-bar--top{width:22px}.sh-burger-bar--mid{width:16px}.sh-burger-bar--bot{width:22px}.site-header.scrolled .sh-burger-bar{background:var(--navy)}body.home .site-header:not(.scrolled) .sh-burger{background:#fff0;border:none}body.home .site-header:not(.scrolled) .sh-burger:hover{background:#fff0;opacity:.75}body.home .site-header:not(.scrolled) .sh-burger-bar{background:#fff}.sh-burger.open .sh-burger-bar--top{transform:translateY(8px) rotate(45deg);width:22px}.sh-burger.open .sh-burger-bar--mid{opacity:0;transform:scaleX(0)}.sh-burger.open .sh-burger-bar--bot{transform:translateY(-8px) rotate(-45deg);width:22px}.sh-drawer{position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--navy-dark);z-index:1100;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sh-drawer.open{transform:translateX(0)}@media(min-width:1024px){.sh-drawer{display:none}}.sh-drawer-inner{display:flex;flex-direction:column;min-height:100%;padding-bottom:env(safe-area-inset-bottom,16px)}.sh-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgb(255 255 255 / .07);flex-shrink:0}.sh-drawer-close{width:38px;height:38px;background:rgb(255 255 255 / .07);border:1px solid rgb(255 255 255 / .1);border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(255 255 255 / .65);transition:background .2s,color .2s;flex-shrink:0}.sh-drawer-close:hover{background:rgb(255 255 255 / .14);color:#fff}.sh-drawer-close svg{display:block;stroke:currentColor;fill:none;width:16px;height:16px;stroke-width:2.5}.sh-drawer-nav{display:flex;flex-direction:column;padding:6px 0;flex:1}.sh-drawer-link{display:flex;align-items:center;gap:12px;padding:15px 20px;color:rgb(255 255 255 / .68);font-size:.92rem;font-weight:500;text-decoration:none;border-left:3px solid #fff0;transition:all .2s;min-height:54px}.sh-drawer-link svg{flex-shrink:0;fill:rgb(255 255 255 / .3);transition:fill .2s;width:16px;height:16px}.sh-drawer-link:hover{color:#fff;background:rgb(255 255 255 / .04);border-left-color:var(--gold)}.sh-drawer-link:hover svg{fill:var(--gold)}.sh-drawer-link.sh-drawer-link--cta{margin:16px 16px 8px;padding:14px 20px;border-radius:10px;background:#fff!important;color:var(--navy)!important;font-weight:700;font-size:.95rem;letter-spacing:.02em;text-align:center;justify-content:center;border:none!important;border-left:none!important;box-shadow:0 2px 12px rgb(0 0 0 / .15);transition:background .2s,box-shadow .2s;min-height:auto}.sh-drawer-link.sh-drawer-link--cta svg{display:none}.sh-drawer-link.sh-drawer-link--cta:hover{background:rgb(255 255 255 / .9)!important;color:var(--navy)!important;border-left:none!important;box-shadow:0 4px 18px rgb(0 0 0 / .2);border-left:none!important}.sh-drawer-footer{padding:14px 16px 18px;border-top:1px solid rgb(255 255 255 / .07);display:flex;flex-direction:column;gap:9px;flex-shrink:0}.sh-drawer-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px;border-radius:9px;font-size:.88rem;font-weight:600;text-decoration:none;min-height:50px;transition:all .2s}.sh-drawer-contact-btn--call{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff}.sh-drawer-contact-btn--call svg{fill:#fff;width:16px;height:16px}.sh-drawer-contact-btn--call:hover{transform:translateY(-1px);color:#fff;box-shadow:0 4px 16px rgb(201 169 110 / .4)}.sh-drawer-contact-btn--email{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09);color:rgb(255 255 255 / .6)}.sh-drawer-contact-btn--email svg{fill:rgb(255 255 255 / .4);width:16px;height:16px}.sh-drawer-contact-btn--email:hover{background:rgb(255 255 255 / .1);color:#fff}.sh-backdrop{position:fixed;inset:0;background:rgb(8 15 23 / .6);z-index:1050;opacity:0;visibility:hidden;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .32s,visibility .32s}.sh-backdrop.open{opacity:1;visibility:visible}.hero{position:relative;min-height:100svh;min-height:100vh;display:flex;align-items:flex-end;background:linear-gradient(135deg,var(--navy-dark),var(--navy-mid));overflow:hidden;margin-top:calc(-1 * var(--header-h));padding-top:var(--header-h)}@supports(min-height:100dvh){.hero{min-height:100dvh}}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(8 15 23 / .92) 0%,rgb(8 15 23 / .5) 40%,rgb(8 15 23 / .15) 100%)}.hero-content{position:relative;z-index:2;color:#fff;max-width:580px;padding:0 0 52px}@media(min-width:1024px){.hero-content{padding-bottom:28px}}@media(min-width:1440px){.hero-content{padding-bottom:20px}}.hero>.container{padding-left:20px;padding-right:20px;margin-left:0;max-width:none;width:auto}@media(min-width:768px){.hero>.container{padding-left:48px}}@media(min-width:1200px){.hero>.container{padding-left:72px}}.hero-tag{display:inline-block;background:rgb(201 169 110 / .2);border:1px solid rgb(201 169 110 / .4);color:var(--gold-light);padding:5px 14px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.hero-content h1{color:#fff;margin-bottom:18px;text-shadow:0 2px 20px rgb(0 0 0 / .3)}.hero-content p{font-size:1rem;color:rgb(255 255 255 / .82);margin-bottom:32px;line-height:1.8;max-width:38ch}@media(min-width:768px){.hero-content p{font-size:1.08rem}}@media(max-width:767px){.hero-content p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:24px}.hero-tag{margin-bottom:12px;font-size:.7rem}.hero-content h1{margin-bottom:12px;font-size:clamp(1.6rem,6vw,2.2rem)}}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:767px){.hero-buttons{gap:10px}.hero-buttons .btn-outline-white{display:none}}.hero-scroll{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:2;color:rgb(255 255 255 / .4);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:7px;animation:bounce 2s infinite}@media(max-width:1023px){.hero-scroll{display:none}}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.hero-scroll::after{content:'';width:1px;height:32px;background:linear-gradient(to bottom,rgb(255 255 255 / .35),transparent)}.stats-bar{background:var(--navy);padding:40px 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;text-align:center}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-number{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--gold);line-height:1;margin-bottom:6px}.stat-label{font-size:.75rem;color:rgb(255 255 255 / .52);letter-spacing:.08em;text-transform:uppercase}.portfolio-grid,.homes-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.portfolio-grid,.homes-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.portfolio-grid,.homes-grid{grid-template-columns:repeat(3,1fr)}}.portfolio-card,.home-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgb(0 0 0 / .06);transition:transform .25s,box-shadow .25s}.portfolio-card:hover,.home-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#fff0}.portfolio-card a,.home-card a{display:block;color:inherit}.card-img{position:relative;aspect-ratio:4/3;background:var(--surface2)}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;overflow:hidden;display:block;border-radius:var(--radius) var(--radius) 0 0}.portfolio-card:hover .card-img img,.home-card:hover .card-img img{transform:scale(1.05)}.card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--muted)}.card-body{padding:18px}.card-body h3{font-size:1rem;margin-bottom:5px;color:var(--navy)}.card-location{font-size:.8rem;color:var(--muted);margin-bottom:8px}.card-specs{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px}.spec-tag{font-size:.75rem;color:var(--muted);background:var(--surface);padding:3px 9px;border-radius:4px}.card-link{display:inline-flex;align-items:center;gap:4px;color:var(--navy);font-size:.83rem;font-weight:600;margin-top:12px;transition:gap .2s}.card-link:hover{gap:8px}.style-badge{position:absolute;top:11px;left:11px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;padding:4px 11px;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.style-badge.traditional{background:linear-gradient(135deg,#5a4a3a,#7a6a58)}.status-badge{position:absolute;top:11px;right:11px;padding:4px 11px;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase}.status-available{background:#16a34a;color:#fff}.status-under_contract{background:#ea580c;color:#fff}.status-sold{background:#dc2626;color:#fff}.status-coming_soon{background:#2563eb;color:#fff}.price-badge{position:absolute;bottom:11px;left:11px;background:rgb(13 27 42 / .92);color:#fff;padding:5px 13px;border-radius:6px;font-size:.92rem;font-weight:700}.services-section{background:var(--surface)}.services-grid{display:grid;grid-template-columns:1fr;gap:22px}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.process-strip{background:var(--navy);padding:40px 0}.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgb(255 255 255 / .08)}@media(min-width:768px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-step{background:var(--navy);padding:28px 24px;position:relative}.process-step::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgb(255 255 255 / .08)}@media(min-width:768px){.process-step:last-child::after{display:none}}.process-num{display:block;font-size:2.2rem;font-weight:800;color:var(--gold);opacity:.9;line-height:1;margin-bottom:10px;font-family:'Playfair Display',serif}.process-title{display:block;font-size:.95rem;font-weight:700;color:#fff;letter-spacing:.04em;margin-bottom:7px;text-transform:uppercase}.process-desc{font-size:.82rem;color:rgb(255 255 255 / .55);line-height:1.65;margin:0}.why-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:640px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:#fff;border-radius:var(--radius);padding:36px 28px;border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column;align-items:flex-start}.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--gold)}.why-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}.why-icon svg{width:26px;height:26px;fill:#fff}.why-card h3{font-size:1.05rem;color:var(--navy);margin-bottom:10px}.why-card p{font-size:.88rem;color:var(--muted);line-height:1.75;margin:0}.service-card{background:#fff;border-radius:var(--radius);padding:28px 24px;border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gold)}.service-icon{width:50px;height:50px;background:var(--surface);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:16px}.service-card h3{font-size:1rem;margin-bottom:9px}.service-card p{font-size:.86rem;color:var(--muted);line-height:1.7}.service-tag{font-size:.75rem;color:var(--navy);font-weight:600;margin-top:14px;display:block}.about-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-img-outer{position:relative;display:block}.about-img-wrap{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--surface2);min-height:340px}.about-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:var(--radius)}.about-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.about-badge{position:absolute;bottom:22px;right:16px;background:var(--gold);color:#fff;padding:12px 16px;border-radius:10px;text-align:center;box-shadow:var(--shadow-md);z-index:2;white-space:nowrap}@media(min-width:768px){.about-badge{right:-14px}}.about-badge .num{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;line-height:1}.about-badge .lbl{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;opacity:.9}.about-text h2{margin-bottom:14px}.about-text p{color:var(--muted);margin-bottom:12px}.about-bullets{list-style:none;padding:0;margin:18px 0 26px;display:flex;flex-direction:column;gap:9px}.about-bullets li{display:flex;align-items:center;gap:10px;font-size:.9rem}.about-bullets li::before{content:'✓';width:20px;height:20px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;flex-shrink:0}.testimonials-section{background:linear-gradient(135deg,var(--navy-dark),var(--navy))}.testimonials-section .section-header h2{color:#fff}.testimonials-section .section-header p{color:rgb(255 255 255 / .5)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .07);border-radius:var(--radius);padding:26px;transition:background .25s,border-color .25s}.testimonial-card:hover{background:rgb(255 255 255 / .07);border-color:rgb(201 169 110 / .28)}.stars{color:var(--gold);font-size:.95rem;letter-spacing:2px;margin-bottom:13px}.testimonial-card blockquote{color:rgb(255 255 255 / .75);font-size:.88rem;line-height:1.8;margin-bottom:18px;font-style:italic}.testimonial-author{border-top:1px solid rgb(255 255 255 / .07);padding-top:14px}.testimonial-author strong{color:#fff;font-size:.88rem;display:block}.testimonial-author span{color:rgb(255 255 255 / .38);font-size:.78rem}.cta-banner{background:linear-gradient(135deg,var(--gold-dark),var(--gold) 50%,var(--gold-light));text-align:center;padding:68px 0}.cta-banner h2{color:#fff;margin-bottom:13px;text-shadow:0 2px 8px rgb(0 0 0 / .15)}.cta-banner p{color:rgb(255 255 255 / .88);margin:0 auto 30px;max-width:500px}.contact-strip{background:var(--surface);border-top:1px solid var(--border);padding:36px 0}.contact-strip-grid{display:grid;grid-template-columns:1fr;gap:22px}@media(min-width:640px){.contact-strip-grid{grid-template-columns:repeat(3,1fr)}}.contact-item{display:flex;align-items:center;gap:14px}.contact-icon{width:46px;height:46px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:19px;height:19px;fill:var(--gold)}.contact-item strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:2px}.contact-item a,.contact-item span{color:var(--navy);font-weight:600;font-size:.92rem}.contact-item a:hover{color:var(--gold)}footer{background:linear-gradient(180deg,var(--navy),var(--navy-dark));border-top:3px solid var(--gold);color:rgb(255 255 255 / .55);padding:68px 0 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:36px;margin-bottom:44px}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}}.footer-logo-img{height:44px;width:auto;display:block;margin-bottom:16px;object-fit:contain}.footer-brand p{font-size:.86rem;line-height:1.8;color:rgb(255 255 255 / .55);margin-bottom:22px}.social-links{display:flex;gap:9px}.social-links a{width:38px;height:38px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09);border-radius:7px;display:flex;align-items:center;justify-content:center;transition:all .25s}.social-links a:hover{background:var(--gold);border-color:var(--gold)}.social-links svg{width:15px;height:15px;fill:rgb(255 255 255 / .6)}.social-links a:hover svg{fill:#fff}.social-links .social-link-whatsapp{background:#fff0;border:1px solid rgb(37 211 102 / .35)}.social-links .social-link-whatsapp svg{fill:rgb(37 211 102 / .7)}.social-links .social-link-whatsapp:hover{background:rgb(37 211 102 / .1);border-color:rgb(37 211 102 / .7)}.social-links .social-link-whatsapp:hover svg{fill:#25d366}.wa-contact-btn{display:inline-flex;align-items:center;gap:10px;background:#fff0;color:rgb(37 211 102 / .9);border:1.5px solid rgb(37 211 102 / .4);padding:13px 22px;border-radius:10px;font-weight:600;font-size:.92rem;text-decoration:none;transition:all .2s;width:100%;justify-content:center;box-sizing:border-box}.wa-contact-btn:hover{background:rgb(37 211 102 / .08);border-color:rgb(37 211 102 / .7);color:#25d366}.footer-col h4{font-family:'Inter',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:9px}.footer-col ul li a{color:rgb(255 255 255 / .48);font-size:.86rem;transition:color .25s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .06);padding:22px 0;display:flex;flex-wrap:wrap;gap:11px;justify-content:space-between;align-items:center;font-size:.78rem;color:rgb(255 255 255 / .28)}.footer-bottom a{color:rgb(255 255 255 / .28)}.footer-bottom a:hover{color:var(--gold)}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);display:flex;z-index:990;box-shadow:0 -2px 12px rgb(0 0 0 / .07);padding-bottom:env(safe-area-inset-bottom,0)}@media(min-width:1024px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 4px;font-size:.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#999;transition:color .25s;min-height:54px;justify-content:center;text-decoration:none}.mobile-bottom-nav a:hover,.mobile-bottom-nav a.active{color:var(--gold)}.mobile-bottom-nav svg{width:21px;height:21px;fill:currentColor}@media(max-width:1023px){body{padding-bottom:calc(54px + env(safe-area-inset-bottom,0px))}}.float-call{position:fixed;bottom:calc(62px + env(safe-area-inset-bottom,0px));right:14px;width:52px;height:52px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgb(201 169 110 / .48);z-index:980;animation:pulse-gold 2.5s infinite}@media(max-width:1023px){.float-call{display:none!important}}.float-call svg{width:22px;height:22px;fill:#fff}@keyframes pulse-gold{0%,100%{box-shadow:0 4px 18px rgb(201 169 110 / .48)}50%{box-shadow:0 4px 26px rgb(201 169 110 / .72),0 0 0 8px rgb(201 169 110 / .1)}}.mobile-cta-strip{display:none!important}@media(min-width:1024px){.mobile-cta-strip{display:none}}.mobile-cta-strip a{width:100%;max-width:320px;display:flex;align-items:center;justify-content:center;gap:9px;padding:15px;border-radius:9px;font-weight:700;font-size:.9rem;min-height:54px;text-decoration:none}.mobile-cta-strip .call-btn{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff}.mobile-cta-strip .whatsapp-btn{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .11);color:rgb(255 255 255 / .65)}.page-hero{background:linear-gradient(135deg,var(--navy-dark),var(--navy-mid));padding:52px 0 36px;text-align:center}.page-hero h1{color:#fff;margin-bottom:11px}.page-hero p{color:rgb(255 255 255 / .68);font-size:1rem;max-width:520px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:7px;justify-content:center;font-size:.78rem;color:rgb(255 255 255 / .48);margin-bottom:14px;flex-wrap:wrap}.breadcrumb a{color:var(--gold)}.breadcrumb span{color:rgb(255 255 255 / .35)}.breadcrumb span::before{content:'/';margin-right:7px}.filter-bar{background:#fff;border-bottom:1px solid var(--border);padding:10px 0;position:sticky;top:var(--header-h);z-index:100}.portfolio-grid-wrap{padding-top:0}.filter-btn{padding:8px 20px;border-radius:50px;border:1.5px solid #d0cec9;color:#555;font-size:.82rem;font-weight:600;transition:all .18s;min-height:36px;display:inline-flex;align-items:center;cursor:pointer;text-decoration:none;background:#fff;white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.filter-btn:hover{border-color:var(--navy);color:var(--navy);background:#f5f7fa}.filter-btn.active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 2px 8px rgb(13 27 42 / .2)}.filter-btn-disabled{opacity:.35;cursor:not-allowed;pointer-events:none;border-style:solid}@media(max-width:767px){.filter-bar{padding:10px 0}.filter-btn{padding:7px 16px;font-size:.78rem;min-height:34px}}.archive-section{padding:32px 0}.contact-form-section{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr;gap:44px;align-items:start}@media(min-width:768px){.contact-grid{grid-template-columns:3fr 2fr}}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:.78rem;font-weight:700;color:var(--navy);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea,.form-group select{width:100%;padding:13px 15px;font-size:16px;font-family:'Inter',sans-serif;border:1.5px solid var(--border);border-radius:6px;background:#fff;color:var(--text);transition:border-color .2s,box-shadow .2s;min-height:48px;-webkit-appearance:none;appearance:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgb(201 169 110 / .12);outline:none}.form-group textarea{min-height:130px;resize:vertical}.contact-info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.contact-info-card h3{font-family:'Playfair Display',serif;color:var(--navy);margin-bottom:22px}.info-item{display:flex;gap:14px;margin-bottom:18px;align-items:flex-start}.info-icon{width:42px;height:42px;background:var(--navy);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:17px;height:17px;fill:var(--gold)}.info-item strong{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:3px}.info-item a,.info-item span{color:var(--navy);font-weight:600;font-size:.92rem}.info-item a:hover{color:var(--gold)}.project-hero{position:relative;min-height:52vh;background-size:cover;background-position:center;background-color:var(--navy);display:flex;align-items:flex-end}.project-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgb(8 15 23 / .95) 0%,rgb(8 15 23 / .6) 45%,rgb(8 15 23 / .2) 100%);z-index:0}.project-hero-overlay{width:100%;position:relative;z-index:1;padding:52px 0 44px;color:#fff}.project-hero-overlay .breadcrumb{margin-bottom:16px;justify-content:flex-start}.project-hero-badge{display:inline-block;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:14px}.project-hero-overlay h1{color:#fff;font-size:clamp(1.8rem,4vw,3rem);margin:0 0 18px;line-height:1.15}.project-hero-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.project-hero-meta-item{display:flex;align-items:center;gap:6px;color:rgb(255 255 255 / .75);font-size:.88rem;font-weight:500}.project-hero-meta-item svg{opacity:.7;flex-shrink:0}.project-hero-price{color:#fff;font-size:1.3rem;font-weight:700}.project-hero-price svg{opacity:1}.project-detail{padding:60px 0}.project-detail-grid{display:grid;grid-template-columns:1fr;gap:36px}@media(min-width:900px){.project-detail-grid{grid-template-columns:1fr 300px;gap:52px}}.project-content h2{margin-bottom:14px}.project-content p{color:var(--muted)}.specs-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px}@media(min-width:900px){.specs-card{position:sticky;top:calc(var(--header-h) + 20px)}}.specs-card h3{font-family:'Playfair Display',serif;color:var(--navy);margin-bottom:18px;font-size:1.15rem}.specs-list{list-style:none;padding:0;margin:0}.specs-list li{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border);font-size:.86rem}.specs-list li:last-child{border-bottom:none}.specs-list li span:first-child{color:var(--muted)}.specs-list li span:last-child{font-weight:600;color:var(--navy)}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:36px}@media(min-width:768px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{text-align:center;padding:26px 18px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.value-icon{font-size:1.9rem;margin-bottom:11px}.value-card h4{color:var(--navy);font-size:.92rem}.value-card p{font-size:.8rem;color:var(--muted);margin-top:7px}.pagination{margin-top:44px;display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.pagination a,.pagination span{min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;font-size:.86rem;color:var(--text);padding:0 11px;text-decoration:none;transition:all .2s}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);border-color:var(--gold);color:#fff}.no-results{text-align:center;padding:72px 20px;color:var(--muted)}.no-results a{color:var(--gold)}.sticky-tour-bar{display:none}.single-ch_home .sticky-tour-bar{display:flex;position:fixed;bottom:calc(54px + env(safe-area-inset-bottom,0px));left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:9px 14px;gap:9px;z-index:970}@media(min-width:1024px){.single-ch_home .sticky-tour-bar{display:none!important}}.sticky-tour-bar a{flex:1;text-align:center;padding:11px;border-radius:7px;font-weight:700;font-size:.86rem;min-height:46px;display:flex;align-items:center;justify-content:center;text-decoration:none}.wp-block-gallery figcaption,.wp-block-image figcaption,.gallery-caption,.wp-caption-text{display:none!important}.project-hero-zoom{position:absolute;bottom:44px;right:24px;z-index:2;background:rgb(255 255 255 / .12);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .25);border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:7px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:all .2s;cursor:pointer;text-decoration:none}.project-hero-zoom::after{content:'Expand'}.project-hero-zoom:hover{background:rgb(255 255 255 / .22);border-color:rgb(255 255 255 / .45);color:#fff}.wp-block-gallery a.glightbox img,.project-gallery a.glightbox img{cursor:zoom-in}.build-steps{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto}.build-step{display:flex;gap:24px;align-items:flex-start;padding:32px 0;border-bottom:1px solid var(--border)}.build-step:last-child{border-bottom:none}.build-step-num{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;margin-top:2px}.build-step-body h3{font-size:1.1rem;font-weight:600;color:var(--navy);margin:0 0 8px}.build-step-body p{color:var(--muted);font-size:.95rem;line-height:1.7;margin:0}@media(min-width:768px){.build-step{gap:32px}.build-step-num{width:60px;height:60px;font-size:1.25rem}.build-step-body h3{font-size:1.2rem}}.filter-bar-inner{display:flex;align-items:center;flex-wrap:nowrap;gap:0}.filter-group{display:flex;align-items:center;gap:8px;flex-shrink:0}.filter-group+.filter-group{margin-left:20px;padding-left:20px;border-left:1px solid var(--border)}.filter-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#bbb;flex-shrink:0;white-space:nowrap;margin-right:4px}.filter-buttons{display:flex;gap:6px;flex-wrap:nowrap;align-items:center}@media(max-width:767px){.filter-bar{padding:8px 0}.filter-bar-inner{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,black 88%,transparent 100%);mask-image:linear-gradient(to right,black 88%,transparent 100%)}.filter-bar-inner::-webkit-scrollbar{display:none}.filter-group{flex-shrink:0;gap:6px;padding:0}.filter-group+.filter-group{padding-left:8px;border-left:1px solid var(--border);margin-left:6px;border-top:none;padding-top:0}.filter-label{display:none}.filter-buttons{flex-wrap:nowrap;gap:6px;overflow-x:visible;-webkit-mask-image:none;mask-image:none}.filter-btn{padding:6px 14px;font-size:.75rem;min-height:32px}.page-hero{padding:28px 0 20px!important}.archive-section{padding:16px 0}}.about-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.about-hero{background:var(--navy);padding:80px 0 64px;color:#fff}.about-hero-inner{display:flex;flex-direction:column;gap:48px}.about-hero-text h1{color:#fff;font-size:clamp(2rem,5vw,3.2rem);line-height:1.15;margin:0 0 18px}.about-hero-text p{color:rgb(255 255 255 / .75);font-size:1.05rem;line-height:1.7;max-width:520px;margin-bottom:28px}.about-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgb(255 255 255 / .12);border-radius:12px;overflow:hidden}.ah-stat{background:rgb(255 255 255 / .06);padding:24px 20px;display:flex;flex-direction:column;gap:4px}.ah-num{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.ah-lbl{font-size:.78rem;color:rgb(255 255 255 / .6);font-weight:500;letter-spacing:.02em}@media(min-width:768px){.about-hero-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:64px}.about-hero-text{flex:1}.about-hero-stats{flex-shrink:0;width:340px;grid-template-columns:repeat(2,1fr)}}.about-story{padding:80px 0}.about-story-grid{display:flex;flex-direction:column;gap:48px}.about-story-img-block{position:relative;border-radius:16px;overflow:visible}.about-story-img-inner{background:var(--surface);border-radius:16px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.about-story-badge{position:absolute;bottom:-20px;right:-16px;background:var(--navy);color:#fff;border-radius:12px;padding:16px 20px;text-align:center;box-shadow:0 8px 24px rgb(13 31 60 / .25)}.asb-year{display:block;font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--gold);line-height:1}.asb-label{display:block;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(255 255 255 / .6);margin-top:2px}.about-story-body h2{margin:12px 0 16px;font-size:clamp(1.6rem,3vw,2.2rem)}.about-story-body p{color:var(--muted);line-height:1.75;margin-bottom:16px}.about-story-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.about-story-pills span{background:var(--surface);border:1px solid var(--border);border-radius:50px;padding:6px 16px;font-size:.78rem;font-weight:600;color:var(--navy)}@media(min-width:768px){.about-story-grid{flex-direction:row;align-items:flex-start;gap:64px}.about-story-img{flex:0 0 380px}.about-story-body{flex:1;padding-top:8px}}.about-values{background:var(--surface);padding:80px 0}.values-modern-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:8px}.value-modern-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:box-shadow .2s,transform .2s}.value-modern-card:hover{box-shadow:0 8px 32px rgb(13 31 60 / .1);transform:translateY(-3px)}.vmc-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--navy),#1a3a6e);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--gold)}.value-modern-card h4{font-size:1.1rem;font-weight:700;color:var(--navy);margin:0 0 10px}.value-modern-card p{font-size:.9rem;color:var(--muted);line-height:1.7;margin:0}@media(min-width:640px){.values-modern-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-modern-grid{grid-template-columns:repeat(4,1fr)}}.about-process{padding:80px 0}.process-timeline{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto}.pt-step{display:flex;gap:20px;align-items:flex-start}.pt-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.pt-num{width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;flex-shrink:0}.pt-line{width:2px;background:var(--border);flex:1;min-height:32px;margin:4px 0}.pt-body{padding:4px 0 36px}.pt-body h4{font-size:1rem;font-weight:700;color:var(--navy);margin:8px 0 8px}.pt-body p{font-size:.9rem;color:var(--muted);line-height:1.7;margin:0}@media(min-width:768px){.pt-num{width:54px;height:54px;font-size:1rem}.pt-body{padding:4px 0 44px}}.process-page-hero{background:var(--navy);padding:80px 0 72px;color:#fff}.process-page-hero .breadcrumb a,.process-page-hero .breadcrumb span{color:rgb(255 255 255 / .5)}.process-page-hero .breadcrumb{margin-bottom:20px}.process-page-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.2rem);line-height:1.15;margin:12px 0 18px;max-width:600px}.process-page-hero p{color:rgb(255 255 255 / .7);font-size:1.05rem;line-height:1.7;max-width:520px;margin-bottom:32px}.process-hero-pills{display:flex;flex-wrap:wrap;gap:10px}.process-hero-pills span{display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);border-radius:50px;padding:7px 16px;font-size:.8rem;font-weight:600;color:rgb(255 255 255 / .85)}.process-hero-pills svg{color:var(--gold);flex-shrink:0}.process-steps-section{padding:80px 0}.process-step-row{display:flex;flex-direction:column;gap:32px;padding:56px 0;border-bottom:1px solid var(--border)}.process-step-row:last-child{border-bottom:none}.psr-visual{display:flex;flex-direction:row;align-items:flex-start;gap:20px}.psr-icon-wrap{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,var(--navy),#1a3a6e);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.psr-num{font-family:'Playfair Display',serif;font-size:3.5rem;font-weight:700;color:var(--border);line-height:1;align-self:center}.psr-connector{display:none}.psr-phase{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.psr-content h2{font-size:clamp(1.4rem,3vw,1.9rem);color:var(--navy);margin:0 0 10px}.psr-time{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:600;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:50px;padding:4px 12px;margin-bottom:16px}.psr-time svg{flex-shrink:0}.psr-content p{color:var(--muted);line-height:1.75;margin:0 0 20px;font-size:.95rem}.psr-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.psr-list li{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:500;color:var(--navy)}.psr-list svg{color:var(--gold);flex-shrink:0}@media(min-width:768px){.process-step-row{flex-direction:row;align-items:flex-start;gap:0}.psr-visual{flex-direction:column;align-items:center;flex-shrink:0;width:120px;padding-top:4px}.psr-icon-wrap{margin-bottom:8px}.psr-num{font-size:2rem;color:var(--border)}.psr-connector{display:block;width:2px;flex:1;background:var(--border);min-height:40px;margin-top:8px}.process-step-row:last-child .psr-connector{display:none}.psr-content{flex:1;padding:0 0 0 32px}.row-reverse{flex-direction:row}}.process-promise{background:var(--navy);padding:72px 0;text-align:center;color:#fff}.process-promise h2{color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:16px}.process-promise p{color:rgb(255 255 255 / .75);max-width:600px;margin:0 auto 32px;line-height:1.75;font-size:1rem}.process-faq{padding:80px 0;background:var(--surface)}.faq-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:8px}.faq-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px;transition:box-shadow .2s}.faq-card:hover{box-shadow:0 4px 20px rgb(13 31 60 / .08)}.faq-card h4{font-size:1rem;font-weight:700;color:var(--navy);margin:0 0 10px}.faq-card p{font-size:.88rem;color:var(--muted);line-height:1.7;margin:0}@media(min-width:640px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.faq-grid{grid-template-columns:repeat(3,1fr)}}.homes-coming-soon{text-align:center;padding:64px 24px 80px;max-width:500px;margin:0 auto}.hcs-icon{width:96px;height:96px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 32px;color:var(--gold)}.homes-coming-soon h3{font-size:1.6rem;color:var(--navy);margin:0 0 12px}.homes-coming-soon p{color:var(--muted);line-height:1.7;margin:0 0 28px}@media(max-width:767px){.homes-coming-soon{padding:48px 20px 64px}.hcs-icon{width:80px;height:80px;margin-bottom:24px}.homes-coming-soon h3{font-size:1.3rem}}.filter-btn-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.form-row-2{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:640px){.form-row-2{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:639px){.about-hero{padding:60px 0 48px}.about-story{padding:56px 0}.about-values{padding:56px 0}.about-process{padding:56px 0}.process-page-hero{padding:60px 0 52px}.process-steps-section{padding:48px 0}.process-promise{padding:52px 0}.process-faq{padding:52px 0}.psr-visual{flex-direction:row;gap:16px;margin-bottom:12px}.psr-num{font-size:2rem;color:var(--border)}.psr-body{padding-bottom:28px}.pt-body{padding:4px 0 28px}.ah-num{font-size:1.6rem}.build-step{gap:16px;padding:24px 0}.build-step-num{width:44px;height:44px;font-size:1rem}}.wp-block-gallery{gap:8px!important}@media(max-width:639px){.wp-block-gallery .wp-block-image{flex-basis:calc(50% - 4px)!important}.wp-block-gallery{flex-wrap:wrap!important}}@media(max-width:639px){.project-hero{min-height:44vh}.project-hero-overlay{padding:40px 0 32px}.project-hero-meta{gap:14px}.project-hero-meta-item{font-size:.82rem}.project-hero-zoom{bottom:32px;right:16px;padding:8px 12px;font-size:.7rem}}@media(max-width:767px){.filter-bar::after{content:'';position:absolute;right:0;top:0;bottom:0;width:32px;background:linear-gradient(to right,transparent,#fff);pointer-events:none;z-index:1}.filter-bar{position:relative}}