:root{--ink:#0d0d0d;--ink-2:#1c1c1c;--ink-muted:#6b6b6b;--ink-faint:#b0b0b0;--paper:#f8f6f2;--paper-2:#f0ede8;--paper-3:#e8e4de;--obsidian:#0a0f18;--obsidian-2:#111823;--obsidian-3:#18212f;--gold:#c8a96e;--gold-light:#e8d4a8;--gold-dim:#8a7050;--sapphire:#3b82f6;--sapphire-dim:#2563eb;--white-alpha-10:#ffffff1a;--white-alpha-20:#fff3;--white-alpha-5:#ffffff0d;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", sans-serif;--mono:"DM Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;font-size:16px;overflow-x:hidden}body{font-family:var(--sans);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;max-width:100vw;overflow-x:hidden}::selection{background:var(--gold);color:var(--ink)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:3px}#loader{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .9s,visibility .9s;display:flex;position:fixed;inset:0}#loader.out{opacity:0;visibility:hidden;pointer-events:none}.loader-wordmark{font-family:var(--serif);color:#fff;letter-spacing:.25em;font-size:clamp(3rem,10vw,6rem);font-weight:300;overflow:hidden}.loader-wordmark span,.loader-wordmark img{animation:.9s cubic-bezier(.16,1,.3,1) forwards liftUp;display:inline-block;transform:translateY(110%)}@keyframes liftUp{to{transform:translateY(0)}}.loader-bar{background:#0000001a;width:160px;height:1px;margin-top:2rem;overflow:hidden}.loader-bar:after{content:"";background:var(--gold);height:100%;animation:1.6s .4s forwards barSlide;display:block;transform:translate(-100%)}@keyframes barSlide{to{transform:translate(0)}}nav{z-index:100;background:#fefeff;border-bottom:1px solid #0d0d0d14;transition:all .3s;position:fixed;top:0;left:0;right:0}nav.scrolled{background:#fefeff;box-shadow:0 4px 20px #0000000d}.nav-inner{justify-content:space-between;align-items:center;max-width:1440px;height:96px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{cursor:pointer;align-items:center;text-decoration:none;display:flex}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.04em;color:var(--ink-muted);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--obsidian);color:#fff;font-family:var(--sans);letter-spacing:.04em;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--sapphire);transform:translateY(-1px)}.btn-ghost{color:var(--ink);border:1px solid var(--paper-3);font-family:var(--sans);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:8px;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--sapphire);color:var(--sapphire)}.btn-white{color:var(--obsidian);background:#fff}.btn-white:hover{background:var(--paper-2);color:var(--obsidian);transform:translateY(-1px)}.btn-dark{background:var(--obsidian-2);color:#fff;border:1px solid var(--white-alpha-10)}.btn-dark:hover{background:var(--sapphire);color:#fff;border-color:var(--sapphire);transform:translateY(-1px)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--ink);width:22px;height:1.5px;transition:all .3s;display:block}.hero{background:var(--obsidian);align-items:flex-end;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.45;background-image:url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;animation:20s ease-out forwards heroZoom;position:absolute;inset:0;transform:scale(1.04)}@keyframes heroZoom{to{transform:scale(1)}}.hero-overlay{background:linear-gradient(#0a0f1833 0%,#0a0f1880 60%,#0a0f18f2 100%);position:absolute;inset:0}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:end;gap:4rem;width:100%;max-width:1440px;margin:0 auto;padding:0 2rem 5rem;display:grid;position:relative}.hero-badge{border:1px solid var(--white-alpha-20);background:var(--white-alpha-5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:10px;margin-bottom:2rem;padding:6px 16px;display:inline-flex}.hero-badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-badge span{color:#ffffffb3;letter-spacing:.18em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.hero-title{font-family:var(--serif);color:#fff;margin-bottom:1.5rem;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:300;line-height:1}.hero-title em{color:var(--gold-light);font-style:italic}.hero-sub{color:#fffc;max-width:480px;margin-bottom:2.5rem;font-size:1.0625rem;font-weight:300;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats-row{z-index:2;flex-wrap:nowrap;gap:.5rem;margin-top:auto;display:flex;position:relative}.hero-stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--white-alpha-10);text-align:center;background:#0a0f18a6;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;padding:.75rem .5rem;display:flex}.hero-stat-num{font-family:var(--serif);color:#fff;font-size:clamp(1.25rem,3vw,2.5rem);font-weight:400;line-height:1}.hero-stat-label{letter-spacing:.05em;text-transform:uppercase;color:#ffffffa6;white-space:pre-wrap;font-size:clamp(.45rem,.8vw,.75rem);font-weight:500}.project-bar{z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f8f6f2eb;border-bottom:1px solid #0d0d0d12;position:sticky;top:72px}.project-bar-inner{justify-content:space-between;align-items:center;gap:1rem;min-width:0;max-width:1440px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.proj-bar-label{letter-spacing:.1em;color:var(--ink-muted);white-space:nowrap;font-size:.6875rem;font-weight:600}.project-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;gap:.5rem;min-width:0;display:flex;overflow-x:auto}.project-tabs::-webkit-scrollbar{display:none}.proj-tab{letter-spacing:.02em;color:var(--ink-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:50px;flex-shrink:0;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;transition:all .25s}.proj-tab:hover{color:var(--ink);border-color:var(--paper-3)}.proj-tab.active{background:var(--obsidian);color:#fff;border-color:var(--obsidian)}.proj-tab-count{color:var(--ink-muted);background:#0d0d0d1a;border-radius:50px;margin-left:6px;padding:1px 7px;font-size:.6875rem;font-weight:500;display:inline-block}.proj-tab.active .proj-tab-count{color:#ffffffb3;background:#ffffff26}.proj-bar-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap;flex-shrink:0;font-size:.6875rem}.section{padding:6rem 0}.section-inner{max-width:1440px;margin:0 auto;padding:0 2rem}.section-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--sapphire);align-items:center;gap:12px;margin-bottom:1rem;font-size:.6875rem;font-weight:600;display:flex}.section-eyebrow:before{content:"";background:var(--sapphire);width:32px;height:1px;display:block}.section-title{font-family:var(--serif);color:var(--obsidian);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.1}.section-title em{color:var(--ink-muted);font-style:italic}.section-body{color:var(--ink-muted);font-size:1.0625rem;font-weight:300;line-height:1.75}.exterior-section{background:#fff;padding:6rem 0 0}.exterior-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:3rem;max-width:1440px;margin:0 auto;padding:0 2rem 4rem;display:flex}.exterior-header-left{max-width:500px}.exterior-header-right{max-width:380px}.exterior-viewport{grid-template-columns:1fr 1fr;gap:2rem;max-width:1440px;margin:0 auto;padding:0 2rem 6rem;display:grid}.exterior-left{flex-direction:column;gap:1rem;display:flex}.building-main-img{background:var(--paper-2);aspect-ratio:4/5;border-radius:20px;flex:1;position:relative;overflow:hidden}.building-main-img img{object-fit:cover;width:100%;height:100%;transition:opacity .5s}.building-label{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#0a0f18bf;border-radius:50px;padding:6px 14px;font-size:.75rem;font-weight:500;position:absolute;top:1.25rem;left:1.25rem}.view-type-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.08em;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.6875rem;font-weight:500;display:flex;position:absolute;bottom:1.25rem;right:1.25rem}.view-type-badge i{font-size:10px}.exterior-thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.625rem;padding-bottom:4px;display:flex;overflow-x:auto}.exterior-thumbs::-webkit-scrollbar{display:none}.ext-thumb{cursor:pointer;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:90px;height:68px;transition:all .25s;position:relative;overflow:hidden}.ext-thumb img{object-fit:cover;width:100%;height:100%}.ext-thumb.active{border-color:var(--sapphire)}.ext-thumb .thumb-label{letter-spacing:.06em;text-transform:uppercase;color:#fff;opacity:0;background:#0a0f188c;align-items:flex-end;padding:5px 6px;font-size:.5625rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.ext-thumb:hover .thumb-label,.ext-thumb.active .thumb-label{opacity:1}.exterior-right{flex-direction:column;gap:1.5rem;display:flex}.ext-detail-card{background:var(--obsidian);border-radius:20px;flex-direction:column;flex:1;display:flex;overflow:hidden}.ext-detail-img{aspect-ratio:16/9;background:var(--obsidian-2);width:100%;position:relative}.ext-detail-img video{object-fit:cover;width:100%;height:100%}.ext-detail-content{color:#fff;background:var(--obsidian);flex-direction:column;flex:1;padding:2rem;display:flex}.ext-detail-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--sapphire);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.ext-detail-title{font-family:var(--serif);margin-bottom:.75rem;font-size:2rem;font-weight:400;line-height:1.2}.ext-detail-desc{color:#fff9;max-width:400px;font-size:.9375rem;font-weight:300;line-height:1.6}.view-categories{flex-wrap:wrap;grid-column:1/-1;gap:.5rem;display:flex}.ext-detail-overlay{display:none}.view-cat-btn{border:1px solid var(--paper-3);letter-spacing:.03em;color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:50px;padding:.4375rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s}.view-cat-btn:hover{color:var(--ink);border-color:var(--ink-faint)}.view-cat-btn.active{background:var(--sapphire);color:#fff;border-color:var(--sapphire)}.interior-section{background:var(--obsidian);padding:6rem 0}.interior-section .section-eyebrow{color:var(--gold)}.interior-section .section-eyebrow:before{background:var(--gold)}.interior-section .section-title{color:#fff}.interior-section .section-body{color:#ffffff73}.fp-selector{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;margin:2.5rem 0;padding-bottom:8px;display:flex;overflow-x:auto}.fp-selector::-webkit-scrollbar{display:none}.fp-tab-btn{color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:50px;flex-shrink:0;align-items:center;gap:8px;padding:.5625rem 1.375rem;font-size:.8125rem;font-weight:500;transition:all .25s;display:flex}.fp-tab-btn:hover{color:#fff;border-color:#ffffff4d}.fp-tab-btn.active{background:var(--gold);color:var(--obsidian);border-color:var(--gold);font-weight:600}.fp-tab-btn .fp-area-pill{background:#00000026;border-radius:50px;padding:1px 8px;font-size:.6875rem;font-weight:400}.fp-tab-btn.active .fp-area-pill{background:#0003}.interior-split{grid-template-columns:1fr 380px;align-items:stretch;gap:2rem;display:grid}.exterior-viewport>div,.interior-split>div{min-width:0}.fp-stage{background:var(--obsidian-2);cursor:grab;border:1px solid #ffffff0f;border-radius:20px;justify-content:center;align-items:center;min-height:550px;display:flex;position:relative;overflow:hidden}.fp-stage:active{cursor:grabbing}.fp-grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.fp-perspective-floor{transform-origin:bottom;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 40px),repeating-linear-gradient(#ffffff05 0 1px,#0000 1px 40px);height:50%;position:absolute;bottom:0;left:0;right:0;transform:perspective(400px)rotateX(30deg)}.fp-model{z-index:2;flex-direction:column;align-items:center;gap:1rem;transition:all .6s cubic-bezier(.16,1,.3,1);animation:6s ease-in-out infinite floatModel;display:flex;position:relative}@keyframes floatModel{0%,to{transform:translateY(0)rotateX(8deg)}50%{transform:translateY(-12px)rotateX(8deg)}}.fp-model-visual{perspective:1000px;width:280px;height:380px;position:relative}.fp-box{width:100%;height:100%;transform-style:preserve-3d;border:1.5px solid;border-radius:12px;justify-content:center;align-items:center;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:rotateX(15deg)rotateY(-20deg)}.fp-blueprint-img{object-fit:contain;width:100%;height:100%;padding:10px;transition:all .3s}.fp-blueprint-img.dark{filter:invert()sepia()saturate(3)hue-rotate(185deg)brightness(1.2)contrast(1.2);opacity:.9}.fp-blueprint-img.light{filter:none;opacity:1}.fp-box:hover .fp-blueprint-img.dark{opacity:1;filter:invert()sepia()saturate(4)hue-rotate(185deg)brightness(1.3)contrast(1.25)}.fp-stage-header{z-index:10;pointer-events:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.fp-overlay-controls-left{pointer-events:auto;display:flex}.fp-segmented-control{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ad9;border:1px solid #ffffff26;border-radius:50px;gap:4px;padding:4px;display:inline-flex}.fp-overlay-controls-right{pointer-events:auto;flex-wrap:wrap;gap:.5rem;display:flex}.fp-overlay-zoom-controls{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;bottom:4rem;right:1rem}.fp-ctrl-toggle{color:#ffffffb3;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:6px;padding:.4rem .8rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.fp-ctrl-toggle:hover{color:#fff;background:#ffffff1a}.fp-ctrl-toggle.active{background:var(--gold);color:var(--obsidian);font-weight:600}.fp-ctrl-btn-round{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffe6;cursor:pointer;background:#0f172ad9;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.fp-ctrl-btn-round:hover{color:#fff;background:#0f172a;border-color:#ffffff4d;transform:scale(1.05)}.fp-ctrl-zoom-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffe6;cursor:pointer;background:#0f172ad9;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.fp-ctrl-zoom-btn:hover{color:#fff;background:#0f172a;border-color:#ffffff4d;transform:scale(1.05)}.fp-fullscreen-overlay{z-index:10000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050508fa;flex-direction:column;display:flex;position:fixed;inset:0}.fp-fullscreen-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.fp-fs-title{font-family:var(--serif);color:#fff;font-size:1.75rem;font-weight:300}.fp-fs-subtitle{color:#fff6;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.fp-fs-ctrl-btn{color:#ffffffe6;cursor:pointer;background:#0f172ad9;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:8px;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.fp-fs-ctrl-btn:hover{background:#0f172a;border-color:#ffffff40}.fp-fs-ctrl-btn.close{color:#f87171;background:#dc262626;border-color:#dc262640;border-radius:50%;justify-content:center;width:40px;height:40px;padding:0}.fp-fs-ctrl-btn.close:hover{color:#fff;background:#dc26264d;border-color:#dc262680}.fp-fullscreen-body{-webkit-user-select:none;user-select:none;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.fp-fullscreen-canvas{transform-origin:50%;border:1px solid #ffffff14;border-radius:16px;width:90%;max-width:900px;height:85%;max-height:800px;overflow:hidden}.fp-blueprint-img-fullscreen{object-fit:contain;width:100%;height:100%;padding:1.5rem}.fp-blueprint-img-fullscreen.dark{filter:invert()sepia()saturate(3)hue-rotate(185deg)brightness(1.2)contrast(1.2)}.fp-blueprint-img-fullscreen.light{filter:none}.fp-fs-zoom-controls{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:2rem;right:2rem}.fp-fs-zoom-btn{color:#ffffffe6;cursor:pointer;background:#0f172ad9;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9375rem;text-decoration:none;transition:all .2s;display:flex}.fp-fs-zoom-btn:hover{background:#0f172a;border-color:#ffffff4d;transform:scale(1.05)}.fp-fs-zoom-btn.download{background:var(--gold);color:var(--obsidian);border-color:var(--gold)}.fp-fs-zoom-btn.download:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--obsidian)}.fp-fs-hint{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:6px;padding:.625rem 1.5rem;font-size:.75rem;font-weight:500;display:inline-flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=768px){.fp-fullscreen-header{padding:1rem}.fp-fs-title{font-size:1.25rem}.fp-fullscreen-canvas{width:95%;height:75%}.fp-fs-zoom-controls{bottom:1rem;right:1rem}.fp-fs-zoom-btn{width:38px;height:38px;font-size:.8125rem}.fp-fs-hint{display:none}}.fp-model-label{font-family:var(--serif);color:#fff;letter-spacing:.05em;font-size:2rem;font-weight:300;transition:all .3s}.fp-model-area{letter-spacing:.1em;text-transform:uppercase;color:#fff6;font-size:.75rem;font-weight:400}.fp-rotate-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff6;letter-spacing:.08em;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:8px;padding:6px 14px;font-size:.6875rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.fp-rotate-hint i{font-size:10px}.fp-info-panel{background:var(--obsidian-2);border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;gap:1.5rem;height:fit-content;padding:2rem;display:flex}.fp-info-header{border-bottom:1px solid #ffffff0f;padding-bottom:1.5rem}.fp-info-type{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.6875rem;font-weight:500}.fp-info-title{font-family:var(--serif);color:#fff;margin-bottom:.75rem;font-size:1.75rem;font-weight:400;line-height:1.2}.fp-info-area{color:var(--gold);background:#c8a96e1f;border-radius:50px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.fp-info-desc{color:#ffffff80;font-size:.9375rem;font-weight:300;line-height:1.65}.fp-specs{flex-direction:column;gap:1rem;display:flex}.fp-spec{border-bottom:1px solid #ffffff0a;align-items:center;gap:.875rem;padding:.75rem 0;display:flex}.fp-spec:last-child{border-bottom:none;padding-bottom:0}.fp-spec-icon{width:36px;height:36px;color:var(--gold);background:#ffffff0d;border:1px solid #ffffff12;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.fp-spec-main{color:#fff;font-size:.9375rem;font-weight:500}.fp-spec-sub{color:#ffffff59;margin-top:1px;font-size:.75rem}.fp-download-btn{width:100%;color:var(--obsidian);cursor:pointer;font-family:var(--sans);letter-spacing:.03em;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:.875rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.fp-download-btn:hover{background:var(--gold)}.neighborhood-section{background:var(--paper);padding:6rem 0 10rem}.nh-grid{grid-template-columns:1fr;align-items:start;gap:4rem;margin-top:6rem;display:grid}.nh-map{background:var(--paper-2);border:1px solid var(--paper-3);border-radius:20px;height:500px;margin-bottom:2rem;position:relative}.nh-map-overlay{pointer-events:none;border-radius:20px;position:absolute;inset:0;overflow:hidden}.nh-map-dots{background-image:radial-gradient(#0d0d0d12 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.nh-center-pin{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nh-pin-ring{border:1px solid var(--sapphire);opacity:.3;border-radius:50%;width:80px;height:80px;animation:2.5s ease-out infinite ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nh-pin-ring:nth-child(2){animation-delay:.8s}.nh-pin-ring:nth-child(3){animation-delay:1.6s}@keyframes ringPulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.nh-center-circle{background:var(--obsidian);width:56px;height:56px;font-family:var(--serif);color:#fff;z-index:2;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #0000004d}.nh-poi{z-index:5;pointer-events:auto;position:absolute;transform:translate(-50%,-50%)}.nh-poi-card{border:1px solid var(--paper-3);white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;transition:transform .3s;display:flex;box-shadow:0 4px 24px #0000001f}.nh-poi-card:hover{transform:scale(1.05)}.nh-poi-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:flex}.nh-poi-name{color:var(--ink);font-size:.75rem;font-weight:600}.nh-poi-dist{color:var(--ink-muted);font-size:.625rem}.nh-connect-svg{pointer-events:none;position:absolute;inset:0}.nh-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.nh-card{border:1px solid var(--paper-3);cursor:default;background:#fff;border-radius:16px;padding:1.5rem;transition:all .25s}.nh-card:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.nh-card-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:18px;display:flex}.nh-card-cat{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.375rem;font-size:.6875rem;font-weight:500}.nh-card-name{color:var(--ink);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.nh-card-places{color:var(--ink-muted);margin-bottom:.875rem;font-size:.8125rem;line-height:1.4}.nh-card-time{background:var(--paper-2);color:var(--ink);letter-spacing:.05em;border-radius:50px;align-items:center;gap:6px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.nh-card-time i{color:var(--sapphire);font-size:10px}.legacy-section{background:var(--obsidian);padding:6rem 0}.legacy-section .section-eyebrow{color:var(--gold)}.legacy-section .section-eyebrow:before{background:var(--gold)}.legacy-section .section-title{color:#fff}.legacy-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-top:4rem;display:grid}.legacy-nums{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.legacy-num-val{font-family:var(--serif);color:var(--gold);font-size:3.5rem;font-weight:300;line-height:1}.legacy-num-label{letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-top:.5rem;font-size:.6875rem}.legacy-img-wrap{position:relative}.legacy-img-frame{border:1px solid #c8a96e33;border-radius:24px;position:absolute;inset:-16px 0 0 -16px}.legacy-img{object-fit:cover;filter:grayscale(30%);border-radius:20px;width:100%;height:420px;transition:filter .5s}.legacy-img:hover{filter:grayscale(0%)}.legacy-caption{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0f18d9;border:1px solid #c8a96e33;border-radius:12px;padding:1rem 1.25rem;position:absolute;bottom:1.5rem;right:1.5rem}.legacy-cap-label{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:.625rem;font-weight:500}.legacy-cap-name{font-family:var(--serif);color:#fff;font-size:1.0625rem;font-weight:500}.legacy-controls{gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.legacy-controls button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0a0f18b3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.legacy-controls button:hover{background:var(--sapphire);border-color:var(--sapphire)}.register-section{background:var(--paper);padding:6rem 0}.register-card{background:#fff;border-radius:28px;grid-template-columns:380px 1fr;max-width:900px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 20px 80px #00000014}.register-left{background:var(--obsidian);flex-direction:column;justify-content:space-between;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.register-left:before{content:"";opacity:.08;background-image:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=600&q=60);background-position:50%;background-size:cover;position:absolute;inset:0}.register-left-top{z-index:1;position:relative}.register-left-mark{width:44px;height:44px;font-family:var(--serif);color:var(--gold);border:1px solid #c8a96e4d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.125rem;font-weight:600;display:flex}.register-left-title{font-family:var(--serif);color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:300;line-height:1.3}.register-left-body{color:#ffffff73;font-size:.9375rem;font-weight:300;line-height:1.65}.register-left-bottom{z-index:1;position:relative}.register-contact-label{letter-spacing:.16em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.5rem;font-size:.625rem}.register-contact-num{font-family:var(--serif);color:#fff;align-items:center;gap:8px;font-size:1.25rem;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.register-contact-num:hover{color:var(--gold)}.register-right{padding:3rem}.register-form-title{font-family:var(--serif);color:var(--obsidian);margin-bottom:2rem;font-size:1.5rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;gap:.375rem;margin-bottom:1rem;display:flex}.form-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:.6875rem;font-weight:600}.form-input{background:var(--paper);border:1px solid var(--paper-3);font-family:var(--sans);color:var(--ink);-webkit-appearance:none;border-radius:10px;outline:none;padding:.6875rem 1rem;font-size:.9375rem;transition:all .2s}.form-input:focus{border-color:var(--sapphire);background:#fff;box-shadow:0 0 0 3px #2563eb14}.form-input::placeholder{color:var(--ink-faint)}.select-wrapper{width:100%;position:relative}.select-wrapper select{cursor:pointer;background-image:none;width:100%;padding-right:2.5rem}.select-arrow{pointer-events:none;color:var(--ink-muted);justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.form-submit{background:var(--obsidian);color:#fff;width:100%;font-family:var(--sans);cursor:pointer;letter-spacing:.03em;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:.5rem;padding:.875rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.form-submit:hover{background:var(--sapphire)}.form-success{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:1rem;padding:1.5rem;display:none}.form-success i{color:#16a34a;margin-bottom:.5rem;font-size:1.5rem;display:block}.form-success-title{color:#15803d;margin-bottom:.25rem;font-weight:600}.form-success-body{color:#166534;font-size:.875rem}footer{border-top:1px solid var(--paper-3);background:#fff;padding:2.5rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.footer-logo{align-items:center;gap:10px;display:flex}.footer-logo-mark{background:var(--obsidian);width:30px;height:30px;font-family:var(--serif);color:#fff;border-radius:7px;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.footer-logo-text{font-family:var(--serif);letter-spacing:.12em;color:var(--obsidian);font-size:1rem;font-weight:600}.footer-copy{color:var(--ink-muted);font-size:.8125rem}.footer-socials{gap:.75rem;display:flex}.social-btn{border:1px solid var(--paper-3);width:36px;height:36px;color:var(--ink-muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.social-btn:hover{background:var(--obsidian);color:#fff;border-color:var(--obsidian)}.mobile-sticky{z-index:80;border-top:1px solid var(--paper-3);background:#fff;transition:transform .4s cubic-bezier(.16,1,.3,1);display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000014}.mobile-sticky.visible{transform:translateY(0)}.mobile-sticky-inner{display:flex}.mobile-sticky a{flex:1;justify-content:center;align-items:center;gap:8px;padding:1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-sticky-call{color:var(--ink);border-right:1px solid var(--paper-3)}.mobile-sticky-register{background:var(--obsidian);color:#fff}.fade-content{transition:opacity .35s}.fade-content.fading{opacity:0;pointer-events:none}@media (width<=1024px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-right{flex-flow:wrap;justify-content:flex-start;align-items:flex-start}.exterior-viewport,.interior-split,.nh-grid{grid-template-columns:1fr}.legacy-inner{grid-template-columns:1fr;gap:3rem}.register-card{grid-template-columns:1fr}.register-left{padding:2.5rem 2rem}.nav-links,.nav-cta .btn-ghost{display:none}.hamburger{display:flex}.mobile-sticky{display:block}body{padding-bottom:60px}}@media (width<=640px){.nav-cta{display:none}.hero{align-items:stretch;padding-top:120px}.hero-content{flex-direction:column;justify-content:flex-end;gap:0;padding:0 1.25rem 3rem;display:flex}.hero-badge{margin-bottom:.75rem;padding:3px 8px}.hero-badge span{font-size:.45rem}.hero-title{margin-bottom:.5rem;font-size:1.875rem;line-height:1.1}.hero-sub{max-width:100%;margin-bottom:1.25rem;font-size:.75rem;line-height:1.5}.hero-actions{flex-flow:row;gap:.5rem;width:100%;margin-bottom:2rem;display:flex}.hero-actions .btn-primary{white-space:normal;text-align:center;flex:1;justify-content:center;min-width:0;padding:.625rem .5rem;font-size:.625rem}.hero-stat-card{min-width:0;padding:.75rem .25rem}.hero-stat-num{font-size:1.25rem}.hero-stat-label{white-space:normal;font-size:.45rem;line-height:1.4}.hero-stats-row{flex-direction:row;gap:.5rem;width:100%;display:flex}.section-title{font-size:2rem}.form-row,.nh-cards{grid-template-columns:1fr}.legacy-nums{grid-template-columns:1fr 1fr;gap:1.5rem}.section{padding:4rem 0}.exterior-section{padding:4rem 0 0}.exterior-header{padding-bottom:2.5rem}.exterior-viewport{padding-bottom:4rem}.project-bar-inner{padding:.625rem 1rem}.section-inner,.nav-inner{padding:0 1.25rem}}#mobile-nav-overlay{z-index:95;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#f8f6f2fa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}#mobile-nav-overlay.open{display:flex}#mobile-nav-overlay a{font-family:var(--serif);color:var(--obsidian);letter-spacing:.08em;font-size:2rem;font-weight:300;text-decoration:none}.mob-close{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:1.5rem}.reveal-video-section{background:#050508;padding:5rem 0 6rem;position:relative;overflow:hidden}.reveal-video-section:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0009,#0000);height:120px;position:absolute;top:0;left:0;right:0}.reveal-video-inner{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.reveal-video-header{margin-bottom:2.5rem}.reveal-video-wrapper{aspect-ratio:16/9;background:#111;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 80px #0009,0 0 0 1px #ffffff0d}.reveal-video-wrapper video{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.reveal-play-overlay{cursor:pointer;z-index:3;background:#00000059;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:background .3s;display:flex;position:absolute;inset:0}.reveal-play-overlay:hover{background:#00000040}.reveal-play-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;padding-left:4px;font-size:1.5rem;transition:all .3s;display:flex}.reveal-play-overlay:hover .reveal-play-btn{background:#ffffff40;border-color:#ffffff80;transform:scale(1.1)}.reveal-play-text{color:#ffffffb3;letter-spacing:.15em;text-transform:uppercase;font-size:.8125rem;font-weight:500}.reveal-video-controls{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1rem;right:1rem}.reveal-sound-toggle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffc;cursor:pointer;background:#00000080;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.reveal-sound-toggle:hover{color:#fff;background:#000000b3;border-color:#ffffff4d}@media (width<=768px){.reveal-video-section{padding:3rem 0 4rem}.reveal-video-wrapper{aspect-ratio:9/16;border-radius:14px}.reveal-play-btn{width:64px;height:64px;font-size:1.25rem}.reveal-video-inner{padding:0 1rem}}.masterplan-section{background:var(--paper);padding:6rem 0;position:relative}.masterplan-viewer{border:1px solid var(--paper-3);background:#1a1a1a;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000014}.masterplan-canvas{aspect-ratio:16/10;-webkit-user-select:none;user-select:none;width:100%;position:relative;overflow:hidden}.masterplan-img{object-fit:contain;transform-origin:50%;pointer-events:none;width:100%;height:100%;display:block}.masterplan-controls{z-index:5;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.mp-ctrl-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;width:40px;height:40px;color:var(--ink);background:#ffffffe6;border:1px solid #00000014;border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.mp-ctrl-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.masterplan-hint{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffc;z-index:5;background:#0009;border-radius:50px;align-items:center;gap:6px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;animation:.4s fadeInUp;display:inline-flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.masterplan-section{padding:4rem 0}.masterplan-canvas{aspect-ratio:4/3}.mp-ctrl-btn{width:36px;height:36px;font-size:.8125rem}}@media (width>=1025px){.ext-detail-card{aspect-ratio:4/5;flex:1;display:block;position:relative}.ext-detail-img{aspect-ratio:auto;width:100%;height:100%;position:absolute;inset:0}.ext-detail-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#07090e73 50%,#07090ef2 100%);display:block;position:absolute;inset:0}.ext-detail-content{z-index:2;background:0 0;padding:2.5rem;position:absolute;bottom:0;left:0;right:0}.ext-detail-desc{max-width:100%}}.form-download-prompt{animation:.3s fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
