html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}/*!
 * Photo Sphere Viewer 5.14.3
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2026 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-core-loaded: true;container-name:psv-container;container-type:size;width:100%;height:100%;margin:0;padding:0;position:relative;background:radial-gradient(#fff,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf);overflow:hidden}.psv-container *{box-sizing:content-box}.psv-canvas-container{position:absolute;top:0;left:0;z-index:0;transition:opacity linear .1s}.psv-fullscreen-emulation{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:9999}.psv-loader-container{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:80}.psv-loader{--psv-loader-border: 3px;--psv-loader-tickness: 10px;position:relative;display:flex;justify-content:center;align-items:center;color:#ffffffb3;width:150px;height:150px}.psv-loader-canvas{position:absolute;top:0;left:0;width:100%;height:100%;color:#3d3d3d80;z-index:-1}.psv-loader-text{font:600 16px sans-serif;text-align:center}.psv-loader--undefined .psv-loader-canvas{animation:psv-loader 2s cubic-bezier(.75,.25,.25,.75) infinite}@keyframes psv-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.psv-navbar{display:flex;position:absolute;z-index:90;bottom:-40px;left:0;width:100%;height:40px;background:#3d3d3d80;transition:bottom ease-in-out .1s;font:16px sans-serif;cursor:default}.psv-navbar--open{bottom:0}.psv-navbar,.psv-navbar *{box-sizing:content-box}.psv-button{flex:0 0 auto;padding:10px;position:relative;cursor:pointer;height:20px;width:20px;background:transparent;color:#ffffffb3}.psv-button--active{background:#fff3}.psv-button--disabled{pointer-events:none;opacity:.5}.psv-button-svg{width:100%;transform:scale(1);transition:transform .2s ease;vertical-align:initial}.psv-button:not(.psv-button--disabled):focus-visible{outline:2px solid #007cff;outline-offset:-2px}.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg{transform:scale(1.2)}.psv-move-button+.psv-move-button{margin-left:-10px}.psv-download-button{color:#ffffffb3!important;text-decoration:none!important}.psv-download-button:before,.psv-download-button:after{display:none!important}.psv-custom-button{width:auto;min-width:20px}.psv-custom-button--no-padding{padding:0;height:100%}.psv-caption{flex:1 1 100%;color:#ffffffb3;overflow:hidden;text-align:center;cursor:unset;padding:unset;height:unset;width:unset}.psv-caption-content{display:inline-block;padding:10px;white-space:nowrap}.psv-zoom-range.psv-button{width:80px;height:1px;margin:10px 0;padding:9.5px 0;max-width:600px}.psv-zoom-range-line{position:relative;width:80px;height:1px;background:#ffffffb3;transition:all .3s ease}.psv-zoom-range-handle{position:absolute;border-radius:50%;top:-3px;width:7px;height:7px;background:#ffffffb3;transform:scale(1);transition:transform .3s ease}.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line{box-shadow:0 0 2px #ffffffb3}.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle{transform:scale(1.3)}.psv-notification{position:absolute;z-index:100;bottom:-40px;display:flex;justify-content:center;box-sizing:border-box;width:100%;padding:0 2em;opacity:0;transition-property:opacity,bottom;transition-timing-function:ease-in-out;transition-duration:.2s}.psv-notification-content{max-width:50em;background:#3d3d3dcc;border-radius:4px;padding:.5em 1em;font:14px sans-serif;color:#fff}.psv-notification--visible{opacity:100;bottom:80px}.psv-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;z-index:110;top:0;right:0;bottom:0;left:0;background:radial-gradient(#fff,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf);opacity:.8;cursor:default}.psv-overlay-image{width:100%;text-align:center;color:#303030}.psv-overlay-image svg{width:50%}@container psv-container (orientation: landscape){.psv-overlay-image svg{width:33%}}.psv-overlay-title{color:#000;margin-top:1em;font:30px sans-serif;text-align:center}.psv-overlay-text{color:#000c;font:20px sans-serif;opacity:.8;text-align:center}.psv-panel{position:absolute;z-index:90;right:0;height:100%;width:400px;max-width:calc(100% - 9px);background:#0a0a0ab3;transform:translate3d(100%,0,0);opacity:0;transition-property:opacity,transform;transition-timing-function:ease-in-out;transition-duration:.1s;cursor:default;margin-left:9px}.psv--has-navbar .psv-panel{height:calc(100% - 40px)}.psv-panel-close-button{display:none;position:absolute;top:-1px;right:0;width:19.2px;height:19.2px;padding:6.4px;background:transparent;color:#fff;transition:background .3s ease-in-out;cursor:pointer}.psv-panel-close-button svg{transition:transform .3s ease-in-out}.psv-panel-close-button:hover{background:#000000e6}.psv-panel-close-button:hover svg{transform:scale(-1)}.psv-panel-resizer{display:none;position:absolute;top:0;left:-9px;width:9px;height:100%;background-color:#000000e6;cursor:col-resize}.psv-panel-resizer:before{content:"";position:absolute;top:50%;left:5.5px;margin-top:-14.5px;width:1px;height:1px;box-shadow:1px 0 #fff,3px 0 #fff,5px 0 #fff,1px 2px #fff,3px 2px #fff,5px 2px #fff,1px 4px #fff,3px 4px #fff,5px 4px #fff,1px 6px #fff,3px 6px #fff,5px 6px #fff,1px 8px #fff,3px 8px #fff,5px 8px #fff,1px 10px #fff,3px 10px #fff,5px 10px #fff,1px 12px #fff,3px 12px #fff,5px 12px #fff,1px 14px #fff,3px 14px #fff,5px 14px #fff,1px 16px #fff,3px 16px #fff,5px 16px #fff,1px 18px #fff,3px 18px #fff,5px 18px #fff,1px 20px #fff,3px 20px #fff,5px 20px #fff,1px 22px #fff,3px 22px #fff,5px 22px #fff,1px 24px #fff,3px 24px #fff,5px 24px #fff,1px 26px #fff,3px 26px #fff,5px 26px #fff,1px 28px #fff,3px 28px #fff,5px 28px #fff;background:transparent}.psv-panel-content{width:100%;height:100%;box-sizing:border-box;color:#dcdcdc;font:16px sans-serif;overflow:auto}.psv-panel-content:not(.psv-panel-content--no-margin){padding:1em}.psv-panel-content--no-interaction{-webkit-user-select:none;user-select:none;pointer-events:none}.psv-panel--open{transform:translateZ(0);opacity:1;transition-duration:.2s}.psv-panel--open .psv-panel-close-button,.psv-panel--open .psv-panel-resizer{display:block}@container psv-container (max-width: 400px){.psv-panel{width:100%!important;max-width:none}.psv-panel-resizer{display:none!important}}.psv-panel-menu{height:100%;display:flex;flex-direction:column}.psv-panel-menu-title{flex:none;display:flex;align-items:center;font:24px sans-serif;margin:24px 12px}.psv-panel-menu-title svg{width:24px;height:24px;margin-right:12px}.psv-panel-menu-list{flex:1;list-style:none;margin:0;padding:0;overflow-x:hidden}.psv-panel-menu-item{min-height:1.5em;padding:.5em 1em;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;transition:background .1s ease-in-out}.psv-panel-menu-item--active{outline:1px solid currentcolor;outline-offset:-1px}.psv-panel-menu-item-icon{flex:none;height:1.5em;width:1.5em;margin-right:.5em}.psv-panel-menu-item-icon img{max-width:100%;max-height:100%}.psv-panel-menu-item-icon svg{width:100%;height:100%}.psv-panel-menu-item:focus-visible{outline:2px solid #007cff;outline-offset:-2px}.psv-panel-menu--stripped .psv-panel-menu-item:hover{background:#fff3}.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd),.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd):before{background:#ffffff1a}.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n),.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n):before{background:transparent}.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover{background:#fff3}.psv-tooltip{position:absolute;z-index:50;box-sizing:border-box;max-width:200px;background:#3d3d3dcc;border-radius:4px;opacity:0;transition-property:opacity,transform;transition-timing-function:ease-in-out;transition-duration:.1s;cursor:default}.psv-tooltip-content{color:#fff;font:14px sans-serif;text-shadow:0 1px #000;padding:.5em 1em}.psv-tooltip-arrow{position:absolute;height:0;width:0;border:7px solid transparent}.psv-tooltip--top-left,.psv-tooltip--top-center,.psv-tooltip--top-right{transform:translate3d(0,5px,0)}.psv-tooltip--top-left .psv-tooltip-arrow,.psv-tooltip--top-center .psv-tooltip-arrow,.psv-tooltip--top-right .psv-tooltip-arrow{border-top-color:#3d3d3dcc}.psv-tooltip--bottom-left,.psv-tooltip--bottom-center,.psv-tooltip--bottom-right{transform:translate3d(0,-5px,0)}.psv-tooltip--bottom-left .psv-tooltip-arrow,.psv-tooltip--bottom-center .psv-tooltip-arrow,.psv-tooltip--bottom-right .psv-tooltip-arrow{border-bottom-color:#3d3d3dcc}.psv-tooltip--left-top,.psv-tooltip--center-left,.psv-tooltip--left-bottom{transform:translate3d(5px,0,0)}.psv-tooltip--left-top .psv-tooltip-arrow,.psv-tooltip--center-left .psv-tooltip-arrow,.psv-tooltip--left-bottom .psv-tooltip-arrow{border-left-color:#3d3d3dcc}.psv-tooltip--right-top,.psv-tooltip--center-right,.psv-tooltip--right-bottom{transform:translate3d(-5px,0,0)}.psv-tooltip--right-top .psv-tooltip-arrow,.psv-tooltip--center-right .psv-tooltip-arrow,.psv-tooltip--right-bottom .psv-tooltip-arrow{border-right-color:#3d3d3dcc}.psv-tooltip--left-top,.psv-tooltip--top-left{box-shadow:-3px -3px #5a5a5ab3}.psv-tooltip--top-center{box-shadow:0 -3px #5a5a5ab3}.psv-tooltip--right-top,.psv-tooltip--top-right{box-shadow:3px -3px #5a5a5ab3}.psv-tooltip--left-bottom,.psv-tooltip--bottom-left{box-shadow:-3px 3px #5a5a5ab3}.psv-tooltip--bottom-center{box-shadow:0 3px #5a5a5ab3}.psv-tooltip--right-bottom,.psv-tooltip--bottom-right{box-shadow:3px 3px #5a5a5ab3}.psv-tooltip--center-left{box-shadow:-3px 0 #5a5a5ab3}.psv-tooltip--center-right{box-shadow:3px 0 #5a5a5ab3}.psv-tooltip--visible{transform:translateZ(0);opacity:1}:root{color-scheme:light;--font-display: "Noto Serif SC", "DM Serif Display", "Noto Sans SC", ui-serif, serif;--font-body: "Noto Sans SC", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--color-paper: #f8f4ef;--color-paper-2: #ede3d6;--color-ink: #2f2a25;--color-ink-2: #4a4037;--color-muted: #75695e;--color-rule: #d7cbbd;--color-rule-dark: #5a5148;--color-accent: #4d8656;--color-accent-2: #b87956;--color-accent-3: #7aa195;--color-accent-ink: #fffaf1;--color-deep: #24231d;--color-deep-2: #323028;--color-glass: rgb(255 255 255 / .72);--color-dark-glass: rgb(36 35 29 / .72);--color-focus: #b87956;--color-grid-line: rgb(47 42 37 / .045);--color-nav-border: rgb(255 255 255 / .54);--color-nav-link: rgb(47 42 37 / .72);--color-hero-copy: rgb(255 250 241 / .84);--color-hero-fade: rgb(36 35 29 / .48);--color-hero-panel: rgb(255 255 255 / .72);--color-hero-panel-border: rgb(255 255 255 / .5);--color-hero-panel-muted: rgb(47 42 37 / .56);--color-subtle-glass: rgb(255 255 255 / .11);--color-subtle-glass-strong: rgb(255 255 255 / .22);--color-subtle-border: rgb(255 255 255 / .18);--color-subtle-border-strong: rgb(255 255 255 / .34);--color-panorama-active: rgb(77 134 86 / .32);--color-dark-muted: rgb(255 250 241 / .72);--space-3xs: .125rem;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 4rem;--space-3xl: 6rem;--space-4xl: 9rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.5rem;--text-xl: 2rem;--text-2xl: clamp(2.35rem, 4vw + .4rem, 4.6rem);--text-hero: clamp(3.6rem, 8vw, 8.5rem);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 34px;--radius-pill: 999px;--shadow-soft: 0 18px 54px rgb(47 42 37 / .1);--shadow-image: 0 28px 80px rgb(47 42 37 / .2);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.7, 0, .84, 0);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--dur-micro: .12s;--dur-short: .22s;--dur-long: .52s}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}html,body{min-width:320px;margin:0;overflow-x:clip}:root{--scrollbar-size: .5rem;--scrollbar-track: rgb(255 255 255 / .04);--scrollbar-thumb: rgb(255 255 255 / .2);--scrollbar-thumb-hover: rgb(255 255 255 / .34)}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--scrollbar-thumb);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}html{background:#11110f}body{color:var(--color-accent-ink);background:radial-gradient(circle at 76% 18%,rgb(88 125 80 / .16),transparent 30rem),radial-gradient(circle at 18% 82%,rgb(184 121 86 / .1),transparent 28rem),linear-gradient(135deg,#1d1d19,#11110f);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{border:0}img{display:block;max-width:100%}:focus{outline:none}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.prototype-page{min-height:100vh}.hidden-preview-image{display:none}.showcase-shell,.home-prototype{min-height:100vh;padding:0}.dark-panel,.home-panel{position:relative;width:100%;min-height:100vh;margin:0;overflow:hidden;border:0;border-radius:0;background:radial-gradient(circle at 76% 18%,rgb(88 125 80 / .2),transparent 30rem),radial-gradient(circle at 18% 82%,rgb(184 121 86 / .14),transparent 28rem),linear-gradient(135deg,#1d1d19,#11110f);box-shadow:none}.home-panel{min-height:100vh}.brand{display:inline-flex;align-items:center;gap:.72rem;min-width:0}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;color:#f8f4ed;background:#5b8054ad;box-shadow:inset 0 0 0 1px #ffffff21;font-family:var(--font-display);font-size:.82rem;font-weight:900}.brand strong{color:#fff9ef;font-family:var(--font-display);font-size:1.1rem}.brand em{padding-inline-start:.8rem;border-left:1px solid rgb(255 255 255 / .16);color:#fffaf1b8;font-style:normal;font-size:.9rem}.nav-shell{position:relative;display:inline-grid;justify-items:end}.nav-toggle{display:none;align-items:center;justify-content:center;gap:.55rem;min-height:2.7rem;padding-inline:1rem;border:1px solid rgb(255 255 255 / .12);border-radius:999px;color:#fffaf0;background:#ffffff0f;font-weight:900;cursor:pointer}.top-nav{display:inline-flex;align-items:center;gap:.25rem;padding:.38rem;border:1px solid rgb(255 255 255 / .1);border-radius:999px;background:#ffffff0e;color:#fffaf1bd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.top-nav a{display:inline-flex;align-items:center;justify-content:center;min-width:4.8rem;min-height:2.45rem;padding-inline:1rem;border-radius:999px;font-weight:800;white-space:nowrap}.top-nav a[aria-current=page]{color:#fffaf2;background:#ffffff1a;box-shadow:inset 0 -2px #70ae74e6}.home-header,.panel-top{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-header{padding:1.45rem clamp(1.25rem,3vw,3rem) 1rem}.hero-card{position:relative;min-height:clamp(36rem,64vw,48rem);margin:0 clamp(.8rem,2vw,1.6rem) 1rem;overflow:hidden;border-radius:28px}.hero-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#10100ef0,#10100ec7 31%,#10100e29 66%,#10100e0a),linear-gradient(0deg,rgb(16 16 14 / .28),transparent 40%)}.hero-content{position:relative;z-index:2;width:min(35rem,92%);padding:clamp(4.5rem,9vw,7rem) 0 0 clamp(1rem,3vw,3.2rem)}.kicker{margin:0 0 1.35rem;color:#c58b5d;font-family:var(--font-mono);font-size:.78rem;font-weight:800;letter-spacing:.12em}.hero-content h1,.side-copy h1,.plan-title h1,.compare-title h1,.gallery-title h1{margin:0;color:#fff8eb;font-family:var(--font-display);font-weight:900;letter-spacing:0}.hero-content h1{max-width:5.5ch;font-size:clamp(4.3rem,9vw,7.7rem);line-height:.98}.hero-subtitle{margin:1.4rem 0 0;color:#fff8ec;font-size:clamp(1.35rem,1.4vw,1.75rem)}.hero-copy{max-width:29rem;margin:1.1rem 0 0;color:#fffaf1b8;font-size:1.05rem;line-height:1.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-block-start:2rem}.button-primary,.button-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:3.5rem;padding-inline:2rem;border-radius:999px;font-weight:900;white-space:nowrap}.button-primary{background:linear-gradient(135deg,#5a9f62,#74b378);color:#fffaf0;box-shadow:0 18px 42px #49844f52}.button-ghost{border:1px solid rgb(255 255 255 / .2);color:#fffaf0;background:#ffffff0b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-features{display:flex;flex-wrap:wrap;gap:clamp(1rem,3vw,3.2rem);margin-block-start:2.4rem;color:#fffaf18f;font-size:.92rem}.hero-proof{position:absolute;right:clamp(1rem,4vw,4.5rem);bottom:2rem;z-index:2;display:grid;padding:.9rem 1.5rem;border:1px solid rgb(255 255 255 / .12);border-radius:999px;background:#14141285;color:#fffaf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-proof small{color:#fffaf19e}.quick-entry{padding:0 clamp(1.25rem,3vw,3.2rem) 1.7rem}.section-title{display:flex;gap:1.2rem;align-items:baseline;margin-block:1.2rem;color:#fffaf1}.section-title span{color:#fffaf185}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.entry-tile{position:relative;min-height:16.8rem;overflow:hidden;border:1px solid rgb(255 255 255 / .14);border-radius:22px;color:#fffaf0;background:#222}.entry-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c0c0bd1,#0c0c0b2e)}.entry-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tile-icon,.entry-tile strong,.entry-tile p,.tile-arrow{position:relative;z-index:1}.tile-icon{display:grid;width:3.3rem;height:3.3rem;margin:2rem 0 1.5rem 1.55rem;place-items:center;border-radius:999px;background:#58975ddb}.entry-tile strong{display:block;margin-inline:1.55rem;font-family:var(--font-display);font-size:1.85rem}.entry-tile p{max-width:16rem;margin:.75rem 1.55rem;color:#fffaf1b3;line-height:1.65}.tile-arrow{display:grid;width:3rem;height:3rem;margin:1.2rem 1.55rem;place-items:center;border-radius:999px;background:#ffffff21}.home-footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1rem clamp(1.25rem,3vw,3rem) 1.5rem;border-top:1px solid rgb(255 255 255 / .08);color:#fffaf17a;text-align:center}.panel-top{min-height:4.6rem;padding:1.25rem 1.65rem;border-bottom:1px solid rgb(255 255 255 / .07)}.panel-actions{display:flex;flex-wrap:wrap;gap:.9rem;color:#fffaf1d1}.panel-actions button,.share-pill,.back-link{display:inline-flex;align-items:center;gap:.5rem;min-height:2.55rem;border-radius:999px;color:inherit;background:transparent;font-weight:800;cursor:pointer}.panel-actions button{padding-inline:.2rem}.back-link{color:#fffaf1c7}.media-panel{display:grid;grid-template-columns:18rem minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;min-height:100vh}.media-panel .panel-top{grid-column:1 / -1}.side-copy{grid-row:2 / 4;display:grid;align-content:start;gap:1.45rem;padding:clamp(1.35rem,2.4vw,2.25rem)}.side-copy h1{font-size:clamp(2.6rem,3.8vw,4.2rem);line-height:1.08}.side-copy p{margin:0;color:#fffaf19e;line-height:1.75}.side-menu,.panorama-sidebar{display:grid;gap:.75rem}.side-facts{display:grid;gap:.6rem;padding:1rem;border:1px solid rgb(255 255 255 / .08);border-radius:14px;background:#ffffff0e;color:#fffaf1b8}.side-facts span{font-size:.82rem;font-weight:900}.side-facts strong{color:#fffaf0;font-size:1.05rem}.side-facts small{line-height:1.7}.side-menu button,.floor-toggle button,.panorama-sidebar button,.space-list-panel button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;min-height:3.7rem;padding:.8rem 1rem;border:1px solid rgb(255 255 255 / .06);border-radius:12px;color:#fffaf1c2;background:#ffffff0e;cursor:pointer}.side-menu button[aria-pressed=true],.floor-toggle button[aria-pressed=true],.panorama-sidebar button[aria-pressed=true],.space-list-panel button[aria-pressed=true]{color:#fffaf0;background:#5f8b5842;box-shadow:inset 0 0 0 1px #7ab26f3d}.side-menu small{color:#fffaf1a3}.floor-toggle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.floor-toggle button{display:inline-flex;justify-content:center;min-height:2.6rem;padding:0 .7rem}.plan-peek{display:grid;grid-template-columns:6.4rem minmax(0,1fr) auto;gap:.85rem;align-items:center;margin-block-start:auto;padding:1rem;border:1px solid rgb(255 255 255 / .08);border-radius:16px;color:#fffaf0;background:#ffffff0e}.plan-peek img{width:100%;aspect-ratio:4 / 3;border-radius:10px;object-fit:cover}.plan-peek span{min-width:0;font-weight:900;line-height:1.35}.media-stage{position:relative;display:grid;min-height:0;min-width:0;place-items:center;padding:1.65rem 1.65rem 0 0}.main-image{display:grid;width:auto;max-width:100%;height:var(--media-height);min-height:0;aspect-ratio:var(--media-ratio, 16 / 9);justify-self:center;place-items:center;overflow:visible;border-radius:22px;background:transparent;cursor:zoom-in;--media-height: clamp(28rem, calc(100vh - 15.5rem) , 58rem)}.main-image img{width:100%;height:100%;border-radius:inherit;background:#222;object-fit:contain;box-shadow:0 22px 56px #00000047}.stage-arrows,.floating-controls,.tour-controls{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:.5rem;padding:.45rem;border-radius:999px;background:#1615128f;color:#fffaf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stage-arrows{right:2.7rem;bottom:1.2rem}.floating-controls{left:50%;bottom:1.2rem;transform:translate(-50%)}.stage-arrows button,.floating-controls button,.tour-controls button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border-radius:999px;color:inherit;background:#ffffff1a;cursor:pointer}.floating-controls a{display:inline-flex;min-height:2.75rem;align-items:center;padding-inline:1.2rem;border-radius:999px;background:#ffffff1a;font-weight:900}.thumbnail-rail{grid-column:2;display:grid;grid-auto-columns:clamp(10rem,12vw,13.5rem);grid-auto-flow:column;gap:1rem;padding:1.4rem 1.65rem 1.8rem 0;overflow-x:auto;scrollbar-gutter:stable}.thumbnail-rail button{position:relative;height:7.3rem;min-width:0;min-height:7.3rem;overflow:hidden;border:2px solid transparent;border-radius:14px;color:#fffaf0;background:#222;cursor:pointer}.thumbnail-rail button[aria-pressed=true]{border-color:#fffaf0}.thumbnail-rail img{width:100%;height:100%;object-fit:cover;opacity:.82}.thumbnail-rail span{position:absolute;left:.8rem;bottom:.65rem;font-weight:900;text-shadow:0 2px 16px rgb(0 0 0 / .7)}.panorama-panel{display:grid;grid-template-columns:18rem minmax(0,1fr);grid-template-rows:auto minmax(38rem,calc(100vh - 4.6rem));min-height:100vh}.panorama-panel .panel-top{grid-column:1 / -1}.panorama-sidebar{min-height:0;max-height:calc(100vh - 4.6rem);padding:1.4rem 1.25rem 1.6rem;align-content:start;overflow-y:auto;scrollbar-gutter:stable}.panorama-sidebar h2,.space-list-panel h2{margin:0;font-size:1.2rem}.panorama-sidebar p{margin:-.2rem 0 .9rem;color:#fffaf18a;line-height:1.45}.panorama-space-strip{display:grid;gap:.75rem}.panorama-sidebar button{grid-template-columns:5rem minmax(0,1fr);min-height:4.65rem;padding:.62rem .8rem;border-radius:14px;text-align:left}.panorama-sidebar button img{width:5rem;height:3.35rem;border-radius:10px;object-fit:cover}.panorama-sidebar button span{min-width:0}.panorama-sidebar strong,.panorama-sidebar small,.space-list-panel strong,.space-list-panel small{display:block}.panorama-sidebar strong,.panorama-sidebar small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panorama-sidebar strong{color:#fffaf0;font-size:1.06rem;line-height:1.25}.panorama-sidebar small,.space-list-panel small{color:#fffaf18f}.panorama-stage-prototype{position:relative;min-height:0;margin:1.5rem 1.5rem 1.5rem 0;overflow:hidden;border-radius:18px;background:#222}.panorama-viewer{width:100%;height:100%;min-height:28rem}.panorama-viewer .psv-navbar{display:none!important}.tour-controls{left:50%;bottom:1.9rem;transform:translate(-50%)}.tour-controls button[aria-pressed=true]{background:#5ea665b8}.space-badge{position:absolute;right:1.5rem;bottom:1.5rem;z-index:5;display:inline-flex;gap:.8rem;align-items:center;padding:1rem 1.35rem;border-radius:999px;color:#fffaf0;background:#16151285;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.space-badge small{display:block;color:#fffaf1a8}.panorama-info-panel{position:absolute;right:1.5rem;top:1.5rem;z-index:5;display:grid;width:min(24rem,calc(100% - 3rem));gap:.7rem;padding:1rem 1.2rem;border:1px solid rgb(255 255 255 / .14);border-radius:16px;color:#fffaf0;background:#161512b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.panorama-info-panel p{margin:0;color:#fffaf1b8;line-height:1.65}.panorama-info-panel span{color:#fffaf194}.plan-prototype-panel{display:grid;grid-template-areas:"top top top" "floor title list" "floor plan list" "floor cta list";grid-template-columns:12rem minmax(0,1fr) 20rem;grid-template-rows:auto min-content minmax(0,1fr) auto;min-height:100vh}.plan-prototype-panel .panel-top{grid-area:top}.plan-title{grid-area:title;align-self:end;padding:1.45rem 0 1rem}.plan-title h1{font-size:clamp(2.75rem,4.6vw,4.4rem);line-height:1}.plan-title p,.compare-title p,.gallery-title p{margin:.6rem 0 0;color:#fffaf1a3;font-size:1.1rem}.floor-stack{grid-area:floor;align-self:center;justify-self:center;display:grid;width:6.8rem;overflow:hidden;border:1px solid rgb(255 255 255 / .12);border-radius:28px}.floor-stack button{min-height:5.5rem;color:#fffaf1d1;background:transparent;border-bottom:1px solid rgb(255 255 255 / .08);font-family:var(--font-display);font-size:1.8rem;cursor:pointer}.floor-stack button[aria-pressed=true]{color:#9ed390;background:#5ea6651f}.plan-axon{position:relative;grid-area:plan;align-self:center;min-height:0;margin:0}.plan-axon img{width:100%;max-height:min(58rem,calc(100vh - 14rem));object-fit:contain;filter:drop-shadow(0 26px 50px rgb(0 0 0 / .35))}.hotspot{position:absolute;width:1.5rem;height:1.5rem;border:.35rem solid rgb(255 250 241 / .9);border-radius:999px;background:#8abd78;box-shadow:0 0 0 .4rem #fffaf133;cursor:pointer}.hotspot-1{left:47%;top:26%}.hotspot-2{left:34%;top:38%}.hotspot-3{left:60%;top:43%}.hotspot-4{left:43%;top:52%}.hotspot-5{left:53%;top:60%}.hotspot-6{left:66%;top:55%}.hotspot-7{left:32%;top:62%}.hotspot-8{left:58%;top:72%}.plan-cta{grid-area:cta;align-self:end;justify-self:center;margin-block:.65rem 1.4rem;display:inline-flex;gap:.8rem;align-items:center;min-height:4rem;padding-inline:3.2rem;border:1px solid rgb(224 210 161 / .7);border-radius:999px;color:#fff5d8;background:linear-gradient(135deg,#3e633f99,#55462673);font-family:var(--font-display);font-size:1.35rem;font-weight:900}.space-list-panel{grid-area:list;align-self:center;display:grid;gap:.8rem;max-height:calc(100vh - 8rem);margin-inline-end:2.2rem;padding:1.35rem;overflow-y:auto;border:1px solid rgb(255 255 255 / .12);border-radius:22px;background:#ffffff0e}.space-list-panel button{grid-template-columns:auto minmax(0,1fr) auto;min-height:4.7rem;text-align:left}.compare-prototype-panel{min-height:100vh;padding:0 clamp(1rem,4vw,4.6rem) 3rem}.compare-title{display:grid;gap:.5rem;padding-block:1.2rem 1.8rem}.compare-title h1{max-width:16ch;font-size:clamp(2.9rem,5vw,5.1rem)}.share-pill{padding-inline:1.2rem;border:1px solid rgb(255 255 255 / .16);color:#fffaf0;background:#ffffff0e}.compare-segments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(38rem,100%);margin:0 auto 1.6rem;overflow:hidden;border:1px solid rgb(255 255 255 / .12);border-radius:999px;background:#ffffff0a}.compare-segments button{min-height:3.15rem;color:#fffaf1a3;background:transparent;font-weight:900;cursor:pointer}.compare-segments button[aria-pressed=true]{color:#fffaf0;background:linear-gradient(135deg,#5a9f62,#74b378)}.before-after-stage{position:relative;display:block;min-height:32rem;overflow:hidden;border-radius:24px;background:#222}.before-after-stage figure{position:absolute;top:0;right:0;bottom:0;left:0;margin:0}.before-after-stage img{width:100%;height:100%;object-fit:cover}.compare-after{clip-path:inset(0 0 0 var(--split, 50%))}.before-after-stage figcaption{position:absolute;top:1.25rem;padding:.55rem 1rem;border-radius:999px;color:#fffaf0;background:#1615129e;font-weight:900}.before-after-stage figure:first-child figcaption{left:1.25rem}.compare-after figcaption{right:1.25rem}.split-handle{position:absolute;left:var(--split, 50%);top:50%;z-index:4;display:grid;width:4rem;height:4rem;place-items:center;border-radius:999px;color:#2a2925;background:#fffaf0;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #ffffff3d;pointer-events:none}.compare-range input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;opacity:0;cursor:ew-resize}.change-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-block-start:1.4rem;padding:1.1rem;border:1px solid rgb(255 255 255 / .1);border-radius:18px;background:#ffffff0a}.change-summary span{color:#fffaf1b8;line-height:1.55}.gallery-panel{min-height:100vh;padding-bottom:2rem}.gallery-title{padding:2rem 2.4rem}.gallery-title h1{font-size:clamp(3rem,5vw,5rem)}.gallery-bands{display:grid;gap:2rem;padding-inline:2.4rem}.gallery-bands h2{color:#fffaf0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));gap:1rem}.gallery-grid button{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:16px;color:#fffaf0;background:#222;cursor:pointer}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-grid span{position:absolute;left:.8rem;bottom:.8rem;font-weight:900;text-shadow:0 2px 16px rgb(0 0 0 / .72)}@media(hover:hover)and (pointer:fine){.button-primary:hover,.button-ghost:hover,.entry-tile:hover,.side-menu button:hover,.thumbnail-rail button:hover,.panorama-sidebar button:hover,.space-list-panel button:hover,.gallery-grid button:hover{transform:translateY(-2px)}.entry-tile:hover img,.main-image:hover img,.thumbnail-rail button:hover img,.gallery-grid button:hover img{filter:saturate(1.05) contrast(1.04);transform:scale(1.025)}}@media(max-width:64rem){.showcase-shell,.home-prototype{padding:0}.home-header{align-items:center;padding:1rem}.panel-top{align-items:center;flex-direction:row;padding:1rem}.nav-toggle{display:inline-flex}.top-nav{position:absolute;top:calc(100% + .55rem);right:0;z-index:20;display:grid;width:min(13rem,calc(100vw - 2rem));padding:.45rem;border-radius:18px;background:#1a1b17f0;box-shadow:0 18px 46px #00000052;opacity:0;pointer-events:none;transform:translateY(-.35rem);visibility:hidden}.nav-shell[data-open=true] .top-nav{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.top-nav a{justify-content:flex-start;min-width:0;padding-inline:.9rem}.hero-card{min-height:44rem;margin-inline:.7rem}.hero-shade{background:linear-gradient(0deg,#10100ed1,#10100e1f)}.hero-content{width:auto;padding:4rem 1.2rem 0}.hero-content h1{font-size:clamp(3.2rem,16vw,5.2rem)}.hero-proof{position:relative;right:auto;bottom:auto;z-index:3;width:fit-content;margin:1.5rem 1.2rem}.quick-grid,.home-footer,.change-summary{grid-template-columns:1fr}.media-panel,.panorama-panel,.plan-prototype-panel{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.side-copy,.media-stage,.thumbnail-rail,.panorama-sidebar,.panorama-stage-prototype,.plan-title,.plan-axon,.plan-cta,.space-list-panel,.floor-stack{grid-area:auto;grid-column:1;grid-row:auto}.media-stage{padding:0 1rem}.main-image{width:100%;height:auto;aspect-ratio:auto;min-height:0;overflow:hidden}.main-image img{width:100%;height:auto;max-height:none}.thumbnail-rail{grid-auto-columns:10rem;padding:1rem}.side-copy{padding:1.2rem}.stage-arrows,.floating-controls{position:static;width:fit-content;margin:1rem auto 0;transform:none}.panorama-stage-prototype{margin:1rem}.panorama-sidebar{max-height:none;padding:1rem;overflow:visible}.panorama-sidebar p{margin-block-end:.7rem}.panorama-space-strip{grid-auto-columns:minmax(10rem,11.5rem);grid-auto-flow:column;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-block-end:.35rem;scrollbar-gutter:stable}.panorama-sidebar button{grid-template-columns:4.8rem minmax(0,1fr);gap:.7rem;min-height:5.1rem;padding:.55rem}.panorama-sidebar button img{width:4.8rem;height:3.4rem}.panorama-sidebar strong{font-size:.95rem}.tour-controls{bottom:1rem}.space-badge{display:none}.floor-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:auto;margin:1rem}.floor-stack button{min-height:3.6rem;border-bottom:0;border-right:1px solid rgb(255 255 255 / .08)}.plan-title{padding:1.4rem}.plan-axon{padding:0 1rem}.plan-cta{margin:1rem;padding-inline:1.4rem;font-size:1rem}.space-list-panel{margin:1rem}.compare-prototype-panel{padding:0 1rem 1rem}.compare-segments{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px}.before-after-stage{min-height:24rem}}@media(max-width:30rem){.showcase-shell,.home-prototype{padding:0}.dark-panel,.home-panel{min-height:100vh;border-radius:0}.brand em,.panel-actions{display:none}.hero-card{min-height:42rem;margin:0;border-radius:0}.hero-buttons{display:grid}.entry-tile{min-height:14rem}.side-copy h1,.plan-title h1,.compare-title h1,.gallery-title h1{font-size:2.8rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.12s!important;animation-duration:.12s!important;animation-iteration-count:1!important}}
