:root{--noir-foret: #0D0F0A;--vert-bois: #1C2B1A;--vert-chasseur: #2E4A28;--vert-mousse: #4A6741;--or-aristocrate: #B8973A;--or-clair: #D4AF6A;--creme-parchemin: #F2EBD9;--blanc-brume: #FAF6EF;--bordeaux: #6B1F2A;--brun-ecorce: #5C3D2E;--gradient-foret: linear-gradient(160deg, #0D0F0A 0%, #1C2B1A 40%, #2E4A28 100%);--gradient-or: linear-gradient(90deg, #B8973A, #D4AF6A, #B8973A);--shadow-lux: 0 20px 60px rgba(0, 0, 0, .5);--shadow-soft: 0 4px 20px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0;padding:0;overflow:hidden;font-family:Cormorant Garamond,Georgia,serif;cursor:none;height:100%;width:100%;color:var(--noir-foret)}a,button,[role=button]{cursor:none}#custom-cursor{position:fixed;width:20px;height:20px;border-radius:50%;background-color:var(--or-aristocrate);border:2px solid var(--or-clair);pointer-events:none;z-index:10000;transform:translate(-50%,-50%);display:block;transition:background-color .2s ease,border-color .2s ease}#custom-cursor.hover{background-color:var(--or-clair);border-color:var(--or-aristocrate);animation:cursor-pulse 1.2s ease-in-out infinite}@keyframes cursor-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.25);opacity:.85}}.intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:var(--gradient-foret);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px;opacity:1;transition:opacity .8s ease;pointer-events:none}.intro-overlay.is-hidden{opacity:0;pointer-events:none}.intro-title{font-family:Cinzel,serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:700;letter-spacing:.25em;color:var(--creme-parchemin);text-transform:uppercase;margin:0;text-align:center}.intro-subtitle{font-family:Cormorant Garamond,serif;font-size:clamp(1rem,2.5vw,1.35rem);font-style:italic;font-weight:300;color:#f2ebd9cc;margin:0;text-align:center}.tutorial-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background:#0d0f0ad9;display:flex;align-items:center;justify-content:center;padding:24px;opacity:1;transition:opacity .4s ease;pointer-events:auto}.tutorial-overlay.is-hidden{opacity:0;pointer-events:none}.tutorial-card{background:var(--vert-bois);border:1px solid var(--or-aristocrate);border-radius:8px;padding:clamp(24px,4vw,40px);max-width:420px;box-shadow:var(--shadow-lux)}.tutorial-title{font-family:Cinzel,serif;font-size:1em;font-weight:600;color:var(--creme-parchemin);margin:0 0 1em;text-align:center;letter-spacing:.05em}.tutorial-text{font-size:1em;line-height:1.5;color:var(--blanc-brume);margin:0 0 .75em}.tutorial-text:last-of-type{margin-bottom:1.25em}.tutorial-btn{display:block;width:100%;font-family:Cormorant Garamond,serif;font-size:1em;font-weight:600;color:var(--noir-foret);background:var(--or-aristocrate);border:none;border-radius:4px;padding:.6em 1.2em;cursor:none;transition:background .2s ease,color .2s ease}.tutorial-btn:hover{background:var(--or-clair);color:var(--noir-foret)}@media (max-width: 768px){#tutorial-overlay .tutorial-text:nth-of-type(2),#tutorial-start{display:none}}#loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--gradient-foret);display:flex;justify-content:center;align-items:center;z-index:1004;color:var(--creme-parchemin);flex-direction:column}.loader-content{text-align:center;width:100%;max-width:320px;padding:0 24px}.loader-label{font-family:Cormorant Garamond,serif;font-size:1.1rem;margin:0 0 20px;color:var(--creme-parchemin)}.loader-bar{height:6px;background:#f2ebd933;border-radius:3px;overflow:hidden}.loader-bar-fill{height:100%;width:0%;background:var(--gradient-or);border-radius:3px;transition:width .15s linear}.loader-bar-fill.animating{animation:loader-fill 4s linear forwards}@keyframes loader-fill{0%{width:0%}to{width:100%}}#threejs-container{width:100%;height:100%;position:absolute;top:0;left:0;cursor:none;transition:left .3s ease,width .3s ease}body.menu-open #threejs-container{left:350px;width:calc(100% - 350px)}@media (max-width: 768px){body.menu-open #threejs-container{left:0;width:100%}}#threejs-container canvas{cursor:none!important}.scene-label{color:var(--creme-parchemin);font-family:Cormorant Garamond,Georgia,serif;font-size:1em;padding:4px 8px;background:#0009;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}#hamburger-menu{position:fixed;top:24px;left:24px;z-index:1002;background:var(--vert-bois);border:1px solid rgba(184,151,58,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;padding:12px;cursor:none;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}#hamburger-menu:hover{transform:scale(1.05);box-shadow:var(--shadow-lux);border-color:var(--or-aristocrate)}.hamburger-icon{width:24px;height:24px;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;height:3px;width:100%;background:var(--gradient-or);border-radius:2px;transition:all .3s ease}#hamburger-menu.active .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}#hamburger-menu.active .hamburger-icon span:nth-child(2){opacity:0}#hamburger-menu.active .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}#sidebar-menu{position:fixed;top:0;left:-400px;width:350px;max-width:85vw;height:100vh;background:var(--gradient-foret);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1003;transition:left .3s ease;overflow-y:auto;box-shadow:4px 0 20px #0006}#sidebar-menu.active{left:0}.menu-header{padding:24px;border-bottom:1px solid rgba(184,151,58,.2);color:var(--creme-parchemin)}.menu-header h2{font-family:Cinzel,serif;font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.35em;margin:0;color:var(--creme-parchemin)}.menu-content{padding:16px}.menu-section{margin-bottom:24px}.menu-section-title{font-family:Cormorant SC,serif;font-size:10px;letter-spacing:.4em;color:var(--or-aristocrate);text-transform:uppercase;margin-bottom:12px;font-weight:600}.menu-item{padding:12px 16px;margin-bottom:8px;background:#f2ebd90f;border-radius:4px;color:var(--creme-parchemin);cursor:none;transition:all .2s ease;border:1px solid rgba(184,151,58,.15)}.menu-item:hover{background:#b8973a1f;transform:translate(4px);border-color:#b8973a59}.menu-item.active{background:#b8973a33;border-color:var(--or-aristocrate)}.menu-item-name{font-family:Cinzel,serif;font-weight:600;font-size:.95rem;margin-bottom:4px;letter-spacing:.05em}.menu-item-description{font-family:Cormorant Garamond,serif;font-size:.9rem;font-style:italic;opacity:.85;color:#f2ebd9e6}#info-panel{position:absolute;top:50%;right:24px;transform:translateY(-50%);width:25vw;max-width:420px;min-width:290px;padding:24px 28px;font-family:Cormorant Garamond,serif;background:var(--vert-bois);border:1px solid rgba(184,151,58,.25);color:var(--creme-parchemin);border-radius:4px;box-shadow:var(--shadow-lux);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;flex-direction:column;gap:16px;opacity:0;transition:opacity .3s ease}#info-panel.visible{display:flex;opacity:1}#info-left{display:flex;flex-direction:column;justify-content:space-between}#info-title{font-family:Cinzel,serif;margin:0 0 6px;font-size:1.4rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--creme-parchemin)}#info-subtitle{font-family:Cormorant Garamond,serif;margin:0 0 16px;font-size:1rem;font-style:italic;font-weight:300;opacity:.9;line-height:1.5;color:#f2ebd9e6}#info-helper{font-family:Cormorant Garamond,serif;margin:0;font-size:.9rem;opacity:.8;color:#f2ebd9d9}#info-cta{align-self:flex-start;margin-top:16px;padding:14px 32px;border-radius:0;border:none;background:var(--gradient-or);color:var(--noir-foret);font-family:Cormorant SC,serif;font-size:11px;font-weight:600;letter-spacing:.35em;text-transform:uppercase;text-decoration:none;cursor:none;display:inline-flex;align-items:center;gap:8px;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}#info-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lux);filter:brightness(1.08)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:18px;color:inherit}#info-panel .material-symbols-outlined,#sidebar-menu .material-symbols-outlined,.subpage-back-btn .material-symbols-outlined{color:var(--or-aristocrate)}#help-hud{position:absolute;left:50%;bottom:24px;transform:translate(-50%);max-width:100%;padding:10px 20px;font-family:Cormorant SC,serif;font-size:10px;letter-spacing:.2em;background:var(--vert-bois);border:1px solid rgba(184,151,58,.2);color:var(--creme-parchemin);border-radius:4px;box-shadow:var(--shadow-soft);z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;gap:6px;opacity:1;transition:opacity .4s ease,transform .4s ease}#help-hud.help-hidden{opacity:0;transform:translate(-50%,8px);pointer-events:none}.hud-line{display:flex;align-items:center;justify-content:flex-start;gap:8px}.hud-icon{width:20px;height:20px}@media (max-width: 768px){#hamburger-menu{top:16px;left:16px;padding:10px}#sidebar-menu{width:100%;max-width:100%;left:-100%}#info-panel{top:auto;left:12px;right:12px;bottom:0;transform:none;width:auto;max-width:none;margin:0;border-radius:12px 12px 0 0}#help-hud{max-width:92%;bottom:16px;font-size:.55rem}.menu-content{padding:12px}.menu-item{padding:10px 12px}}#sidebar-menu::-webkit-scrollbar{width:8px}#sidebar-menu::-webkit-scrollbar-track{background:#0d0f0a4d}#sidebar-menu::-webkit-scrollbar-thumb{background:#b8973a66;border-radius:4px}#sidebar-menu::-webkit-scrollbar-thumb:hover{background:var(--or-aristocrate)}.subpage-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0d0f0a99;overflow:hidden;display:none;flex-direction:column;align-items:stretch;padding:15px}.subpage-view.is-visible{display:flex}.subpage-back-bar{width:100%;margin:0 0 12px;flex-shrink:0}.subpage-back-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;color:var(--creme-parchemin);border:1.5px solid var(--or-aristocrate);border-radius:0;font-family:Cormorant SC,serif;font-size:11px;letter-spacing:.35em;text-transform:uppercase;cursor:none;transition:all .3s ease}.subpage-back-btn:hover{background:var(--vert-chasseur);border-color:var(--or-clair);color:var(--creme-parchemin)}.subpage-card{position:relative;flex:1;min-height:0;width:100%;margin:0;padding:40px 120px 40px 48px;background:linear-gradient(160deg,#0d0f0a,#1c2b1a 40%,#2e4a28)!important;border:1px solid rgba(184,151,58,.25);border-radius:4px;box-shadow:var(--shadow-lux);color:var(--creme-parchemin);overflow-y:auto}.subpage-card{display:flex;flex-direction:column;overflow:hidden;padding:24px 32px}.subpage-top{height:33.333%;min-height:140px;max-height:280px;display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:10px;flex-shrink:0}.subpage-top-left{min-width:0;min-height:0;overflow-y:auto;padding-right:8px}.subpage-title{font-family:Cinzel,serif;margin:0 0 6px;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--creme-parchemin)}.subpage-subtitle{font-family:Cormorant Garamond,serif;margin:0 0 12px;font-size:1rem;font-style:italic;font-weight:300;color:#f2ebd9d9}.subpage-description{font-family:Cormorant Garamond,serif;font-size:.95rem;line-height:1.6;color:#f2ebd9e6}.subpage-description::-webkit-scrollbar{width:6px}.subpage-description::-webkit-scrollbar-track{background:#f2ebd91a;border-radius:3px}.subpage-description::-webkit-scrollbar-thumb{background:#b8973a80;border-radius:3px}.subpage-top-right{min-width:0;min-height:0;display:flex;align-items:stretch}.subpage-illustration-wrap{position:relative;width:100%;max-height:100%;min-height:0;background:#f2ebd914;border-radius:4px;border:1px solid rgba(184,151,58,.25);overflow:hidden;display:flex;align-items:center;justify-content:center}.subpage-illustration{width:100%;height:100%;max-height:100%;object-fit:cover}.subpage-illustration-wrap:not([data-has-image=true]) .subpage-illustration,.subpage-illustration-wrap:not([data-has-image=true]) .subpage-illustration-icon{display:none}.subpage-illustration-icon{position:absolute;top:8px;right:8px;font-size:20px;color:var(--or-aristocrate);pointer-events:none}.subpage-bottom{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.subpage-tabs{display:flex;gap:0;flex-shrink:0;border-bottom:1px solid rgba(184,151,58,.3);margin-bottom:12px}.subpage-tab{padding:10px 20px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#f2ebd9b3;font-family:Cormorant SC,serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;cursor:none;transition:color .2s ease,border-color .2s ease}.subpage-tab:hover{color:var(--creme-parchemin)}.subpage-tab.is-active{color:var(--or-aristocrate);border-bottom-color:var(--or-aristocrate)}.subpage-tab-panel{flex:1;min-height:10vh;max-height:60vh;overflow:auto;display:none}.subpage-tab-panel.is-visible{display:flex;flex-direction:row}.subpage-rosace-inline-wrap{position:relative;flex:1;min-height:200px;display:flex;align-items:center;justify-content:center;background:#f2ebd9;border-radius:4px;border:1px solid rgba(184,151,58,.25)}.subpage-rosace-inline{max-width:100%;max-height:100%;object-fit:contain}.subpage-rosace-fullscreen-btn{position:absolute;top:8px;right:8px;padding:8px;background:#0d0f0acc;border:1px solid rgba(184,151,58,.4);border-radius:4px;color:var(--or-aristocrate);cursor:none;transition:background .2s ease,border-color .2s ease}.subpage-rosace-fullscreen-btn:hover{background:#b8973a26;border-color:var(--or-aristocrate)}.subpage-plans-gallery{display:grid;gap:18px;width:90%;height:100%;margin:0 auto;align-items:stretch;justify-items:stretch}.subpage-plan-item{display:flex;flex-direction:column;gap:8px}.subpage-plans-gallery[data-count="1"]{grid-template-columns:minmax(0,70%);justify-content:center;grid-auto-rows:1fr}.subpage-plans-gallery[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}.subpage-plans-gallery[data-count="3"],.subpage-plans-gallery[data-count="4"]{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr}.subpage-plans-gallery[data-count="4"] .subpage-plan-item:nth-child(4){grid-column:1 / -1;max-width:50%;justify-self:center}.subpage-plan-title{font-family:Cinzel,serif;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--creme-parchemin)}.subpage-plan-thumb{background:#f2ebd914;border-radius:4px;border:1px solid rgba(184,151,58,.25);cursor:none;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;height:100%;aspect-ratio:4 / 3;transition:background .2s ease,transform .2s ease,border-color .2s ease}.subpage-plan-thumb:hover{background:#b8973a1a;border-color:var(--or-aristocrate);transform:scale(1.02)}.subpage-plan-thumb img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.subpage-matterport-wrap{flex:1;min-height:200px;background:#f2ebd914;border-radius:4px;overflow:hidden;border:1px solid rgba(184,151,58,.25)}.subpage-matterport-iframe{width:100%;height:100%;min-height:300px;border:none}@media (max-width: 768px){.subpage-view{padding:15px}.subpage-card{padding:16px}.subpage-top{grid-template-columns:1fr;max-height:none}.subpage-top-right{display:none}.subpage-plans-gallery{width:100%;gap:14px;grid-template-columns:1fr!important}.subpage-plans-gallery .subpage-plan-item{max-width:100%}}.fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:var(--noir-foret);display:none;align-items:center;justify-content:center;padding:5px}#fullscreen-rosace{background:#f2ebd9}.fullscreen-overlay.is-visible{display:flex}.fullscreen-margin-5{margin:5px;max-width:calc(100vw - 10px);max-height:calc(100vh - 10px);object-fit:contain}.fullscreen-overlay img{max-width:100%;max-height:calc(100vh - 10px);width:auto;height:auto;object-fit:contain}.fullscreen-close{position:absolute;top:16px;right:16px;z-index:3001;width:48px;height:48px;border:1px solid rgba(184,151,58,.4);border-radius:0;background:#1c2b1acc;color:var(--creme-parchemin);cursor:none;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.fullscreen-close:hover{background:var(--vert-chasseur);border-color:var(--or-aristocrate)}.fullscreen-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}*,*:before,*:after{cursor:none!important}@media (pointer: coarse),(hover: none){#custom-cursor{display:none!important}*,*:before,*:after{cursor:auto!important}}
