*,:before,:after{box-sizing:border-box;margin:0;padding:0}.skip-link{z-index:10000;background:var(--gold);color:var(--white);border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}:root{--ink:#1a1714;--charcoal:#2d2a26;--warm-dark:#4a4540;--warm-mid:#6e655c;--warm-light:#b8b0a4;--sand:#d4ccc0;--cream:#ede8e1;--pearl:#f7f4f0;--white:#fdfcfa;--gold:#b89650;--gold-muted:#c8a868;--gold-pale:#b896501f;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth}*{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.nav-cta:focus-visible,.btn-primary:focus-visible,.price-btn:focus-visible{outline-offset:2px;border-radius:100px}body{font-family:var(--sans);color:var(--warm-dark);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body:after{content:"";z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px;position:fixed;inset:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}nav{z-index:100;backdrop-filter:blur(20px)saturate(1.2);background:#fdfcfad9;justify-content:space-between;align-items:center;padding:1.5rem 3.5rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{padding:1rem 3.5rem;box-shadow:0 1px #0000000a}.logo{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-size:1.6rem;font-weight:600;text-decoration:none}.logo span{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-muted) 100%);-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}nav ul{align-items:center;gap:2.5rem;list-style:none;display:flex}.hamburger{cursor:pointer;z-index:250;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(3px,3px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.nav-backdrop{display:none}nav a{color:var(--warm-mid);letter-spacing:.02em;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}nav a:not(.nav-cta):after{content:"";background:var(--gold);transform-origin:100%;height:1.5px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}nav a:not(.nav-cta):hover:after{transform-origin:0;transform:scaleX(1)}nav a:hover{color:var(--ink)}.nav-cta{background:var(--ink);letter-spacing:.02em;border-radius:100px;padding:.7rem 1.8rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);color:var(--white)!important}.nav-cta:hover{background:var(--gold);transform:translateY(-1px);box-shadow:0 4px 16px #b896504d}.hero{background:var(--pearl);align-items:center;min-height:100vh;padding:7rem 3.5rem 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0% calc(50% - 300px),#b896500d calc(50% - 300px) calc(50% - 299px),#0000 calc(50% - 299px)),linear-gradient(90deg,#0000 0% calc(50% + 300px),#b896500d calc(50% + 300px) calc(50% + 301px),#0000 calc(50% + 301px)),linear-gradient(0deg,#0000 0% 75%,#b896500a 75% calc(75% + 1px),#0000 calc(75% + 1px));position:absolute;inset:0}.hero:after{content:"";pointer-events:none;border-bottom:1px solid #b896502e;border-right:1px solid #b896502e;width:80px;height:80px;position:absolute;bottom:4rem;right:3.5rem}.hero-inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:5rem;width:100%;max-width:1280px;margin:0 auto;display:grid}.hero-content{animation:1s cubic-bezier(.16,1,.3,1) .2s both slideInLeft}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:flex}.hero-eyebrow:before{content:"";background:var(--gold);transform-origin:0;width:2rem;height:1.5px;animation:.6s cubic-bezier(.16,1,.3,1) .8s both drawLine}.hero h1{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);font-size:4.5rem;font-weight:600;line-height:1.08}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{color:var(--warm-mid);max-width:460px;margin-top:1.75rem;font-size:1.15rem;font-weight:400;line-height:1.75}.hero-buttons{gap:1rem;margin-top:2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) .6s both fadeUp;display:flex}.btn-primary{background:var(--ink);color:var(--cream);letter-spacing:.02em;border-radius:100px;align-items:center;gap:.5rem;padding:1.1rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary:hover{background:var(--gold);transform:translateY(-2px);box-shadow:0 8px 24px #b8965040}.btn-primary .arrow{font-size:1.1rem;transition:transform .3s}.btn-primary:hover .arrow{transform:translate(3px)}.btn-ghost{color:var(--warm-dark);letter-spacing:.02em;background:0 0;align-items:center;gap:.5rem;padding:1.1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.btn-ghost:hover{color:var(--gold)}.hero-visual{animation:1s cubic-bezier(.16,1,.3,1) .4s both scaleIn;position:relative}.hero-frame{border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #1a171424,0 2px 4px #1a17140a}.hero-frame-main{aspect-ratio:4/3;background:#c8c0b2;position:relative;overflow:hidden}.room-before{position:absolute;inset:0}.room-before img{object-fit:cover;width:100%;height:100%}.room-after{z-index:1;position:absolute;inset:0}.room-after img{object-fit:cover;clip-path:inset(0 0 0 75%);width:100%;height:100%}.furniture{display:none}.slider-line{z-index:4;cursor:ew-resize;background:#fff;width:3px;position:absolute;top:0;bottom:0;left:50%;box-shadow:0 0 12px #0000004d}.slider-handle{z-index:5;cursor:ew-resize;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,box-shadow .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 12px #1a171440}.slider-handle:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 4px 20px #1a17144d}.slider-handle svg{width:20px;height:20px;color:var(--warm-mid)}.hero-label{z-index:6;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:.35rem .9rem;font-size:.72rem;font-weight:600;position:absolute}.label-b{color:var(--cream);backdrop-filter:blur(4px);background:#1a171499;top:1.25rem;left:1.25rem}.label-a{background:var(--gold);color:var(--white);top:1.25rem;right:1.25rem}.hero-accent{background:var(--white);z-index:7;border-radius:12px;align-items:center;gap:1rem;padding:1.15rem 1.4rem;animation:.8s cubic-bezier(.16,1,.3,1) 1s both fadeUp;display:flex;position:absolute;bottom:-1.5rem;left:-1.5rem;box-shadow:0 16px 40px #1a17141a,0 0 0 1px #0000000a}.accent-icon{background:var(--gold-pale);width:38px;height:38px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.accent-text{font-size:.78rem}.accent-text strong{color:var(--ink);font-weight:700;line-height:1.3;display:block}.accent-text span{color:var(--warm-mid)}.trust-strip{background:var(--ink);flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:.9rem 3.5rem;display:flex}.trust-item{color:var(--warm-light);letter-spacing:.03em;align-items:center;gap:.6rem;font-size:.85rem;display:flex}.trust-dot{background:var(--gold);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px}.trust-strip .trust-item:first-child .trust-dot{display:none}.stats-wrapper{background:var(--white);border-bottom:1px solid #0000000d}.stats{grid-template-columns:repeat(4,1fr);max-width:1280px;margin:0 auto;display:grid}.stat{text-align:center;border-right:1px solid #0000000d;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.stat:last-child{border-right:none}.stat-label{color:var(--ink);letter-spacing:.01em;max-width:200px;font-size:1.1rem;font-weight:600;line-height:1.45}section{padding:7rem 3.5rem}.section-header{max-width:560px;margin-bottom:4rem}.section-header.centered{text-align:center;margin-left:auto;margin-right:auto}.section-header h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;font-size:3rem;font-weight:600;line-height:1.15}.section-header p{color:var(--warm-mid);margin-top:1rem;font-size:1.1rem;line-height:1.7}.section-tag{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-flex}.section-tag:before{content:"";background:var(--gold);width:1.25rem;height:1.5px}.services{background:var(--white)}.services-inner{grid-template-columns:.8fr 1fr;align-items:start;gap:5rem;max-width:1280px;margin:0 auto;display:grid}.services-grid{background:#0000000a;border-radius:12px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.service-card{background:var(--white);cursor:default;grid-template-columns:48px 1fr;align-items:start;gap:1.25rem;padding:2.25rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid}.service-card:hover{background:var(--pearl)}.service-card:hover .service-num{color:var(--gold)}.service-num{font-family:var(--serif);color:var(--sand);font-size:1.8rem;font-weight:600;line-height:1;transition:color .4s}.service-card h3{color:var(--ink);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.service-card p{color:var(--warm-mid);font-size:1rem;line-height:1.7}.process{background:var(--pearl);position:relative;overflow:hidden}.process:before{content:"";pointer-events:none;border:1px solid #b8965014;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.process-inner{max-width:1280px;margin:0 auto}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(90deg, transparent, var(--sand) 20%, var(--sand) 80%, transparent);height:1px;position:absolute;top:36px;left:10%;right:10%}.step{text-align:center;padding:0 1rem;position:relative}.step-marker{z-index:1;background:var(--white);border:1.5px solid var(--sand);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.75rem;transition:all .4s;display:flex;position:relative}.step:hover .step-marker{border-color:var(--gold);box-shadow:0 0 0 8px var(--gold-pale)}.step-marker .step-num{font-family:var(--serif);color:var(--warm-mid);font-size:1.5rem;font-weight:600;transition:color .4s}.step:hover .step-marker .step-num{color:var(--gold)}.step h3{color:var(--ink);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.step p{color:var(--warm-mid);max-width:260px;margin:0 auto;font-size:.95rem;line-height:1.65}.gallery{background:var(--ink);color:var(--cream);padding:7rem 3.5rem;position:relative}.gallery:before{content:"";pointer-events:none;border-top:1px solid #b8965026;border-right:1px solid #b8965026;width:120px;height:120px;position:absolute;top:3rem;right:3.5rem}.gallery .section-header h2{color:var(--cream)}.gallery .section-header p{color:var(--warm-light)}.gallery-inner{max-width:1280px;margin:0 auto}.gallery-grid{grid-template-rows:auto auto;grid-template-columns:1.2fr 1fr;gap:1.25rem;display:grid}.gallery-item{cursor:pointer;border-radius:10px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.gallery-item:hover{transform:scale(1.015)}.gallery-item:first-child{aspect-ratio:3/4;grid-row:1/3}.gallery-item:nth-child(2),.gallery-item:nth-child(3){aspect-ratio:16/10}.gi-bg{background-position:50%;background-size:cover;transition:opacity .5s;position:absolute;inset:0}.gi-staged{display:none}.portfolio-tabs{gap:.5rem;margin-bottom:2rem;display:flex}.portfolio-tab{cursor:pointer;color:var(--warm-light);letter-spacing:.02em;background:0 0;border:1.5px solid #ffffff26;border-radius:100px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s}.portfolio-tab:hover{border-color:var(--gold-muted);color:var(--cream)}.portfolio-tab.active{background:var(--gold);border-color:var(--gold);color:var(--white)}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;display:grid}.portfolio-item{aspect-ratio:4/3;cursor:pointer;border-radius:12px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.portfolio-item:hover{transform:scale(1.01)}.portfolio-item:first-child{aspect-ratio:16/9;grid-column:1/-1}.portfolio-item img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.portfolio-item img.hidden{visibility:hidden}.portfolio-item-info{z-index:2;background:linear-gradient(#0000 0%,#1a1714b3 100%);padding:2.5rem 1.5rem 1.25rem;position:absolute;bottom:0;left:0;right:0}.pi-room{font-family:var(--serif);color:var(--cream);font-size:1.3rem;font-weight:600}.pi-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-muted);margin-top:.25rem;font-size:.75rem;font-weight:600}.pi-toggle{z-index:3;backdrop-filter:blur(12px);background:#1a1714a6;border:1.5px solid #ffffff1f;border-radius:100px;gap:.35rem;padding:.3rem;display:flex;position:absolute;top:1.25rem;right:1.25rem;overflow:hidden}.pi-toggle button{cursor:pointer;color:#ffffffb3;letter-spacing:.03em;user-select:none;white-space:nowrap;background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;padding:.5rem 1.4rem;font-size:.95rem;font-weight:600;line-height:1;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.pi-toggle button.active{background:var(--gold);color:var(--white);white-space:nowrap;box-shadow:0 2px 8px #b8965066}.pi-toggle button:hover:not(.active){color:var(--white);background:#ffffff1a}.pi-toggle.three-step{gap:.25rem}.pi-toggle.three-step button{padding:.6rem 1.1rem}.gallery-item-info{z-index:2;background:linear-gradient(#0000 0%,#1a1714b3 100%);padding:2rem 1.5rem 1.25rem;position:absolute;bottom:0;left:0;right:0}.gi-room{font-family:var(--serif);color:var(--cream);font-size:1.2rem;font-weight:600}.gi-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-muted);margin-top:.25rem;font-size:.65rem;font-weight:600}.testimonial{background:var(--pearl);position:relative;overflow:hidden}.testimonial:before{content:"“";font-family:var(--serif);color:#b8965012;pointer-events:none;user-select:none;font-size:20rem;font-weight:600;line-height:1;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}.testimonial-inner{text-align:center;z-index:1;max-width:780px;margin:0 auto;position:relative}.stars{justify-content:center;gap:.3rem;margin-bottom:2rem;display:flex}.star{background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:14px;height:14px}.testimonial-quote{font-family:var(--serif);color:var(--ink);font-size:2.1rem;font-style:italic;font-weight:400;line-height:1.5;position:relative}.testimonial-author{flex-direction:column;align-items:center;gap:.25rem;margin-top:2.5rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--sand) 0%, var(--warm-light) 100%);width:48px;height:48px;font-family:var(--serif);color:var(--warm-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.2rem;display:flex}.testimonial-author strong{color:var(--ink);font-size:.9rem;font-weight:700;display:block}.testimonial-author span{color:var(--warm-mid);font-size:.82rem;display:block}.pricing{background:var(--pearl)}.pricing-inner{max-width:760px;margin:0 auto}.flat-price-card{background:var(--white);text-align:center;border:1px solid #0000000f;border-radius:16px;max-width:480px;margin:0 auto;padding:3.5rem 3rem;box-shadow:0 16px 48px #1a17140f}.price-was{color:var(--warm-mid);margin-bottom:.5rem;font-size:.95rem;text-decoration:line-through}.flat-price-amount{font-family:var(--sans);color:var(--ink);letter-spacing:-.02em;font-size:5.5rem;font-weight:700;line-height:1}.flat-price-amount sup{font-family:var(--sans);vertical-align:baseline;color:var(--ink);margin-right:2px;font-size:2rem;font-weight:700;position:relative;top:-2.2rem}.flat-price-tagline{color:var(--warm-mid);margin-top:1rem;margin-bottom:1.75rem;font-size:1.1rem;line-height:1.5}.flat-price-includes{flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-bottom:2rem;list-style:none;display:flex}.price-promo-note{color:var(--warm-mid);margin-top:1.25rem;font-size:.82rem;font-style:italic}.flat-price-includes li{color:var(--warm-dark);align-items:center;gap:.5rem;font-size:1rem;display:flex}.flat-price-includes li:before{content:"";background:var(--gold-pale);background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%23b89650' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;flex-shrink:0;width:16px;height:16px}.price-btn{cursor:pointer;text-align:center;letter-spacing:.02em;border:none;border-radius:100px;width:100%;padding:.9rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.price-btn-outline{color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--sand);background:0 0}.price-btn-outline:hover{box-shadow:inset 0 0 0 1.5px var(--gold);color:var(--gold)}.price-btn-fill{background:var(--ink);color:var(--cream)}.price-btn-fill:hover{background:var(--gold);box-shadow:0 4px 16px #b896504d}.cta{background:var(--ink);text-align:center;padding:6rem 3.5rem;position:relative;overflow:hidden}.cta:before{content:"";pointer-events:none;border:1px solid #b896500f;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:-10%}.cta:after{content:"";pointer-events:none;border:1px solid #b896500f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;right:-5%}.cta h2{font-family:var(--serif);color:var(--cream);letter-spacing:-.02em;z-index:1;font-size:3.2rem;font-weight:600;line-height:1.12;position:relative}.cta h2 em{color:var(--gold-muted);font-style:italic}.cta p{color:var(--warm-light);z-index:1;max-width:480px;margin:1.25rem auto 2.75rem;font-size:1.1rem;line-height:1.7;position:relative}.cta .btn-primary{background:var(--gold);color:var(--ink);z-index:1;position:relative}.cta .btn-primary:hover{background:var(--gold-muted);color:var(--ink);box-shadow:0 8px 32px #b8965059}.cta-note{z-index:1;color:var(--warm-mid);margin-top:1.25rem;font-size:.78rem;position:relative}.modal-overlay{z-index:1000;backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#1a171499;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:all}.modal{background:var(--white);border-radius:16px;width:100%;max-width:520px;padding:1.75rem 2rem 1.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(20px)scale(.97);box-shadow:0 32px 64px #1a171433}.modal-overlay.open .modal{transform:translateY(0)scale(1)}.modal-close{background:var(--pearl);border:1.5px solid var(--sand);cursor:pointer;width:36px;height:36px;color:var(--warm-dark);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--sand);color:var(--ink)}.modal h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.6rem;font-weight:600}.modal .modal-sub{color:var(--warm-mid);margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.form-group{margin-bottom:.85rem}.form-group label{color:var(--ink);margin-bottom:.3rem;font-size:.82rem;font-weight:600;display:block}.form-group label .optional{color:var(--warm-mid);font-size:.8rem;font-weight:400}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--sand);width:100%;font-family:var(--sans);color:var(--ink);background:var(--white);-webkit-appearance:none;border-radius:8px;padding:.6rem .85rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-pale);outline:none}.form-group textarea{resize:vertical;min-height:56px;max-height:80px}.form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a8278' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-honeypot{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.form-verification{min-height:65px;margin:.25rem 0 .75rem}.form-submit{background:var(--ink);width:100%;color:var(--cream);font-family:var(--sans);cursor:pointer;letter-spacing:.02em;border:none;border-radius:100px;margin-top:.25rem;padding:.8rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.form-submit:hover{background:var(--gold);transform:translateY(-1px);box-shadow:0 4px 16px #b896504d}.form-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.form-success{text-align:center;padding:2rem 0}.form-success h3{font-family:var(--serif);color:var(--ink);margin-bottom:.75rem;font-size:1.6rem;font-weight:600}.form-success p{color:var(--warm-mid);font-size:1rem;line-height:1.6}.form-error{color:#c44;text-align:center;margin-top:.75rem;font-size:.85rem}@media (width<=900px){.modal{max-height:90vh;padding:2rem 1.5rem 1.5rem;overflow-y:auto}.form-row{grid-template-columns:1fr}}.upload-page{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.upload-container{background:var(--white);border-radius:16px;width:100%;max-width:600px;padding:2.5rem 3rem 2rem;box-shadow:0 8px 32px #1a171414}.upload-logo{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;text-decoration:none;display:block}.upload-logo span{color:var(--gold)}.upload-page h1{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.8rem;font-weight:600}.upload-sub{color:var(--warm-mid);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}@media (width<=600px){.upload-container{border-radius:12px;padding:1.75rem 1.25rem 1.5rem}.upload-page h1{font-size:1.5rem}}.file-input-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;position:absolute;overflow:hidden}.file-picker-area{border:2px dashed var(--warm-mid);text-align:center;cursor:pointer;border-radius:12px;padding:2rem 1.5rem;transition:border-color .2s,background .2s}.file-picker-area:hover,.file-picker-area.drag-over{border-color:var(--gold);background:var(--gold-pale)}.file-picker-btn{min-height:48px;font-family:var(--sans);color:var(--ink);border:2px solid var(--ink);cursor:pointer;letter-spacing:.02em;background:0 0;border-radius:100px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block}.file-picker-btn:hover{background:var(--ink);color:var(--cream)}.file-picker-hint{color:var(--warm-mid);margin-top:.75rem;font-size:.8rem}.file-list{max-height:180px;margin:.75rem 0 0;padding:0;list-style:none;overflow-y:auto}.file-item{border-bottom:1px solid var(--sand);justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.file-item:last-child{border-bottom:none}.file-item-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.85rem;overflow:hidden}.file-item-remove{width:28px;min-width:28px;height:28px;color:var(--warm-mid);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s,color .2s;display:flex}.file-item-remove:hover{background:var(--sand);color:#c44}.checkbox-group{flex-direction:column;gap:.75rem;margin:1rem 0 .5rem;display:flex}.checkbox-group label{color:var(--ink);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.4;display:flex}.checkbox-group input[type=checkbox]{width:18px;min-width:18px;height:18px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:1px}.checkbox-group a{color:var(--gold);text-decoration:underline}.checkbox-group a:hover{color:var(--ink)}.upload-progress{text-align:center;padding:2rem 0}.upload-progress h3{font-family:var(--serif);color:var(--ink);margin-bottom:1.5rem;font-size:1.4rem;font-weight:600}.progress-bar{background:var(--sand);border-radius:100px;width:100%;height:10px;overflow:hidden}.progress-fill{background:var(--gold);border-radius:100px;width:0%;height:100%;transition:width .3s}.progress-text{color:var(--ink);margin-top:.75rem;font-size:.95rem;font-weight:600}.upload-warning{color:var(--gold);margin-top:1rem;font-size:.85rem;font-weight:500}.success-icon{background:var(--gold-pale);width:56px;height:56px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.6rem;font-weight:700;display:flex}.project-id-display{color:var(--warm-mid);margin-top:1rem;font-size:.85rem}@media (width<=600px){.file-picker-area{padding:1.5rem 1rem}.file-picker-btn{width:100%;min-height:48px;padding:.85rem 1.5rem}.file-list{max-height:140px}.file-item-remove{width:44px;min-width:44px;height:44px}.checkbox-group input[type=checkbox]{width:22px;min-width:22px;height:22px}}footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding:2.5rem 3.5rem;display:flex}footer p{color:var(--warm-mid);font-size:.8rem}footer a{color:var(--gold);text-decoration:none}footer a:hover{text-decoration:underline}.footer-links{flex-wrap:wrap;gap:2rem;display:flex}.footer-links a{color:var(--warm-mid);font-size:.8rem}.footer-links a:hover{color:var(--gold)}.footer-right{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.footer-social{gap:1.25rem;display:flex}.footer-social a{color:var(--warm-mid);display:inline-flex}.footer-social a:hover{color:var(--gold)}.footer-social svg{width:20px;height:20px;display:block}@media (width<=900px){nav{padding:1rem 1.5rem}nav ul{z-index:200;background:#fdfcfa;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:70vw;max-width:300px;padding:5rem 2rem 3rem;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #00000014}nav ul.open{transform:translate(0)}nav ul a{font-size:1.1rem}.hamburger{display:flex}.nav-backdrop{z-index:150;opacity:0;pointer-events:none;background:#1a17144d;transition:opacity .3s;position:fixed;inset:0}.nav-backdrop.open{opacity:1;pointer-events:all}.hero{padding:6rem 1.5rem 3rem}.hero:after{display:none}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero h1{font-size:2.8rem}.hero-accent{display:none}section{padding:5rem 1.5rem}.services-inner{grid-template-columns:1fr;gap:2.5rem}.stats{grid-template-columns:1fr}.stat{border-bottom:1px solid #0000000d;border-right:none;padding:2.5rem 2rem}.stat:last-child{border-bottom:none}.trust-strip{gap:1.25rem;padding:.9rem 1.5rem}.flat-price-card{padding:2.5rem 1.5rem}.flat-price-amount{font-size:4.5rem}.flat-price-amount sup{font-size:1.6rem;top:-1.8rem}.gallery-grid{grid-template-columns:1fr}.gallery-item:first-child{aspect-ratio:16/10;grid-row:auto}.portfolio-grid{grid-template-columns:1fr}.portfolio-item:first-child{aspect-ratio:auto}.portfolio-item{aspect-ratio:auto;border-radius:12px;flex-direction:column;display:flex;overflow:visible}.portfolio-item img{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%;position:relative;inset:auto}.portfolio-item img.hidden{visibility:hidden;position:absolute}.portfolio-item .pi-toggle{background:var(--charcoal);border:none;border-radius:100px;justify-content:center;width:100%;margin-top:.75rem;position:relative;top:auto;right:auto}.portfolio-item .pi-toggle button{flex:1;padding:.55rem 1.2rem;font-size:.85rem}.portfolio-item .pi-toggle.three-step{position:relative;top:auto;right:auto}.portfolio-item .pi-toggle.three-step button{padding:.55rem .8rem;font-size:.82rem}.portfolio-item .portfolio-item-info{background:0 0;padding:.75rem 0 0;position:relative}.portfolio-item .pi-room{color:var(--cream)}.portfolio-item .pi-tag{color:var(--gold-muted)}.steps{grid-template-columns:repeat(2,1fr);gap:2rem}.steps:before{display:none}footer{text-align:center;flex-direction:column;gap:1rem}.footer-right{align-items:center}.footer-links{justify-content:center}.divider-handle{display:none}.cta h2{font-size:2.2rem}}.legal-page{max-width:800px;font-family:var(--sans);color:var(--charcoal);margin:0 auto;padding:4rem 1.5rem;line-height:1.7}.legal-page h1{font-family:var(--serif);margin-bottom:.5rem;font-size:2.5rem}.legal-page h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.3rem}.legal-page a{color:var(--gold)}.legal-page p,.legal-page li{margin-bottom:.75rem;font-size:.95rem}.legal-page ul{margin-bottom:1rem;margin-left:1.5rem}.legal-page .back-link{margin-bottom:2rem;font-size:.9rem;display:inline-block}.portfolio-hero{background:var(--pearl);padding:9rem 1.5rem 3rem;position:relative;overflow:hidden}.portfolio-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--sand), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.portfolio-hero-inner{max-width:960px;margin:0 auto}.portfolio-hero h1{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);margin:.5rem 0 1.5rem;font-size:4rem;font-weight:600;line-height:1.08}.portfolio-hero h1 em{color:var(--gold);font-style:italic}.portfolio-hero-sub{color:var(--warm-dark);max-width:60ch;margin-bottom:1.5rem;font-size:1.1rem}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs ol{color:var(--warm-mid);flex-wrap:wrap;gap:.5rem;font-size:.85rem;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"›";color:var(--warm-light);margin-left:.5rem}.breadcrumbs a{color:var(--warm-mid);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs li[aria-current=page]{color:var(--ink);font-weight:500}.listing-meta{color:var(--warm-dark);flex-wrap:wrap;gap:1.25rem 2rem;margin:1.5rem 0 0;font-size:.9rem;list-style:none;display:flex}.listing-meta li{align-items:baseline;gap:.4rem;display:flex}.listing-meta strong{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;font-size:1.6rem;font-weight:600}.trust-strip{background:var(--white);border-bottom:1px solid var(--cream);padding:3rem 1.5rem}.trust-strip-inner{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1rem;max-width:1080px;margin:0 auto;display:flex}.trust-stat{text-align:center;flex:140px}.trust-num{font-family:var(--serif);color:var(--gold);letter-spacing:-.02em;margin-bottom:.4rem;font-size:3rem;font-weight:600;line-height:1}.trust-label{letter-spacing:.12em;text-transform:uppercase;color:var(--warm-mid);font-size:.78rem;font-weight:600}.trust-divider{background:var(--sand);flex:0 0 1px;width:1px;height:50px}.portfolio-list{background:var(--pearl);padding:5rem 1.5rem}.portfolio-list-inner{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.portfolio-card{background:var(--white);border:1px solid var(--cream);color:inherit;border-radius:6px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.portfolio-card:hover{border-color:var(--gold-pale);transform:translateY(-4px);box-shadow:0 18px 40px #1a171414}picture{display:contents}.portfolio-card-media{aspect-ratio:4/3;background:var(--cream);position:relative;overflow:hidden}.portfolio-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.portfolio-card:hover .portfolio-card-media img{transform:scale(1.04)}.portfolio-card-badge{color:var(--white);letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(4px);background:#1a1714d9;border-radius:3px;padding:.4rem .7rem;font-size:.72rem;font-weight:600;position:absolute;top:1rem;left:1rem}.portfolio-card-body{flex-direction:column;gap:.65rem;padding:1.5rem;display:flex}.portfolio-card-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.75rem;font-weight:600}.portfolio-card-title{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.6rem;font-weight:600}.portfolio-card-blurb{color:var(--warm-dark);margin:0;font-size:.93rem;line-height:1.55}.portfolio-card-meta{color:var(--warm-mid);flex-wrap:wrap;gap:1rem;margin-top:.25rem;font-size:.82rem;display:flex}.portfolio-card-meta span:not(:last-child):after{content:"•";color:var(--warm-light);margin-left:1rem}.portfolio-card-cta{color:var(--gold);align-items:center;gap:.4rem;margin-top:.75rem;font-size:.85rem;font-weight:600;display:flex}.portfolio-card-cta .arrow{transition:transform .2s}.portfolio-card:hover .portfolio-card-cta .arrow{transform:translate(3px)}.featured-projects{text-align:left;max-width:760px;margin:2.2rem auto 0;padding:0 1rem}.featured-projects-label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.08em;color:var(--gold,#b8956a);margin:0 0 .75rem;font-size:.85rem;font-weight:600}.featured-projects ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.featured-projects li{font-family:var(--sans);color:var(--cream);font-size:.98rem}.featured-projects a{color:var(--cream);text-underline-offset:3px;text-decoration:underline #b8965080}.featured-projects a:hover{color:var(--gold,#b8956a);text-decoration-color:var(--gold,#b8956a)}.faq{background:var(--cream,#faf6f1);padding:5rem 1.5rem}.faq-inner{max-width:820px;margin:0 auto}.faq-list{flex-direction:column;gap:.75rem;margin-top:2.5rem;display:flex}.faq-item{background:var(--white,#fff);border:1px solid #00000014;border-radius:10px;padding:1.1rem 1.4rem;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:#0000002e;box-shadow:0 4px 14px #0000000a}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary h3{font-family:var(--sans);color:var(--ink);margin:0;font-size:1.05rem;font-weight:600;line-height:1.4}.faq-item summary:after{content:"+";font-family:var(--sans);color:var(--gold,#b8956a);flex:none;font-size:1.4rem;font-weight:400;line-height:1;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item p{font-family:var(--sans);color:var(--ink);margin:.9rem 0 .2rem;font-size:1rem;line-height:1.65}.faq-item p a{color:var(--gold,#b8956a);text-underline-offset:2px;text-decoration:underline}.faq-item p a:hover{color:var(--ink)}.project-narrative{background:var(--white);padding:3rem 1.5rem 1rem}.project-narrative-inner{max-width:760px;font-family:var(--sans);color:var(--ink);margin:0 auto;font-size:1.0625rem;line-height:1.7}.project-narrative-inner h2{font-family:var(--serif);color:var(--ink);margin:2.4rem 0 1rem;font-size:1.85rem;font-weight:600;line-height:1.2}.project-narrative-inner h3{font-family:var(--sans);color:var(--ink);margin:1.8rem 0 .6rem;font-size:1.15rem;font-weight:600}.project-narrative-inner p{margin:0 0 1rem}.project-narrative-inner ul,.project-narrative-inner ol{margin:0 0 1.25rem 1.25rem;padding:0}.project-narrative-inner li{margin:0 0 .4rem}.project-narrative-inner a{color:var(--gold);text-underline-offset:2px;text-decoration:underline}.project-narrative-inner a:hover{color:var(--ink)}.rooms{background:var(--white);padding:4rem 1.5rem 5rem}.rooms-inner{flex-direction:column;gap:4.5rem;max-width:1100px;margin:0 auto;display:flex}.room-section{flex-direction:column;gap:1.5rem;display:flex}.room-header{align-items:flex-start;gap:1.5rem;display:flex}.room-num{font-family:var(--serif);color:var(--gold);letter-spacing:-.02em;flex:none;padding-top:.2rem;font-size:2rem;font-weight:600;line-height:1}.room-header h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.015em;margin-bottom:.5rem;font-size:2.2rem;font-weight:600;line-height:1.15}.room-header p{color:var(--warm-dark);max-width:70ch;font-size:1rem;line-height:1.6}.room-compare{position:relative}.room-compare-frame{aspect-ratio:16/10;background:var(--cream);border-radius:6px;position:relative;overflow:hidden;box-shadow:0 14px 36px #1a171414}.room-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .35s;position:absolute;inset:0}.room-img.is-active{opacity:1}.room-toggle{backdrop-filter:blur(8px);z-index:2;background:#1a1714d9;border-radius:100px;padding:.3rem;display:inline-flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.room-toggle-btn{font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--warm-light);cursor:pointer;background:0 0;border:none;border-radius:100px;min-width:80px;min-height:36px;padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;transition:color .2s,background .2s}.room-toggle-btn:hover{color:var(--white)}.room-toggle-btn.is-active{background:var(--gold);color:var(--white)}.gallery-cta{text-align:center;margin-top:3rem}.gallery-cta .btn-primary{display:inline-flex}.more-listings{background:var(--pearl);border-top:1px solid var(--cream);padding:5rem 1.5rem 4rem}.more-listings-inner{max-width:1100px;margin:0 auto}.more-listings-header{margin-bottom:2.5rem}.more-listings-header h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.015em;margin:.4rem 0 .5rem;font-size:2.4rem;font-weight:600;line-height:1.15}.more-listings-header p{color:var(--warm-mid);font-size:1rem}.more-listings-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.more-card{background:var(--white);border:1px solid var(--cream);color:inherit;border-radius:6px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.more-card:hover{border-color:var(--gold-pale);transform:translateY(-3px);box-shadow:0 14px 30px #1a171412}.more-card-media{aspect-ratio:4/3;background:var(--cream);overflow:hidden}.more-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.more-card:hover .more-card-media img{transform:scale(1.04)}.more-card-body{flex-direction:column;gap:.3rem;padding:1.1rem 1.2rem 1.25rem;display:flex}.more-card-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:600}.more-card-title{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-size:1.3rem;font-weight:600}.more-card-meta{color:var(--warm-mid);font-size:.82rem}.more-card-meta span{color:var(--warm-light);margin:0 .4rem}.more-listings-cta{text-align:center;margin-top:2.5rem}.more-listings-cta .btn-ghost{align-items:center;gap:.4rem;display:inline-flex}@media (width<=768px){.more-listings{padding:3rem 1rem}.more-listings-header h2{font-size:1.8rem}.more-listings-grid{grid-template-columns:1fr;gap:1rem}.portfolio-hero{padding:7rem 1.25rem 2rem}.portfolio-hero h1{font-size:2.6rem}.portfolio-hero-sub{font-size:1rem}.listing-meta{gap:1rem 1.5rem}.listing-meta strong{font-size:1.3rem}.trust-strip{padding:2rem 1rem}.trust-num{font-size:2.2rem}.trust-divider{display:none}.trust-stat{flex:40%}.portfolio-list{padding:3rem 1rem}.portfolio-list-inner{grid-template-columns:1fr;gap:1.5rem}.rooms{padding:2.5rem 1rem 3.5rem}.rooms-inner{gap:3rem}.room-header{gap:1rem}.room-num{font-size:1.4rem}.room-header h2{font-size:1.6rem}.room-header p{font-size:.95rem}.room-toggle-btn{min-height:40px;padding:.5rem 1rem}}
