:root{--bg-cream: #F3F0E9;--color-olive: #9FA087;--color-olive-dk: #8B8C74;--color-brown: #4A332A;--color-clay: #A67B5B;--color-taupe: #D6D0C2;--color-text-dark: #2A2A2A;--color-text-light: #F3F0E9;--font-display: "Mynerve", cursive;--font-ui: "Inter", sans-serif;--gap: 1.2vw;--radius: 12px}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{font-family:var(--font-ui);background:var(--bg-cream);color:var(--color-text-dark);min-height:100vh;overflow-x:hidden;scrollbar-width:none}body::-webkit-scrollbar{display:none}#app{max-width:1800px;margin:0 auto;padding:2vw}.card{border-radius:var(--radius);padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.card-logo:after,.card-brand-info:after,.card-order:after,.card-custom:after,.card-contact:after,.card-footer:after,.modal__info:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.72;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:130px 130px}h1,h2,h3,.serif-display{font-family:var(--font-display);font-weight:400;line-height:1.1;letter-spacing:0}.meta-tag{position:absolute;top:2rem;left:2rem;font-family:var(--font-ui);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.meta-tag.right{left:auto;right:2rem}.ui-label{font-family:var(--font-ui);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:1rem;display:block}.hero{display:grid;grid-template-columns:2fr 3.5fr 2fr;grid-template-rows:minmax(62vh,auto);gap:var(--gap);margin-bottom:var(--gap)}.brand-stack{display:flex;flex-direction:column;gap:var(--gap);min-height:0}.brand-stack>.card{flex:1;min-height:0}.card-logo{background:var(--color-brown);align-items:center;justify-content:center;padding:1.5rem}.brand-logo{width:100%;max-width:300px;max-height:100%;object-fit:contain}.card-brand-info{background:var(--color-clay);color:var(--color-text-light);justify-content:space-between;gap:.85rem;padding:1.5rem;overflow-y:auto;scrollbar-width:none}.card-brand-info::-webkit-scrollbar{display:none}.brand-title{font-family:var(--font-display);font-size:clamp(1.4rem,1.9vw,1.95rem);line-height:1.05;margin-bottom:.5rem}.brand-blurb{font-family:var(--font-ui);font-size:1.02rem;line-height:1.5;opacity:.95}.card-link{display:inline-block;align-self:flex-start;font-family:var(--font-ui);font-size:.92rem;color:var(--color-text-light);text-decoration:underline;text-underline-offset:3px;opacity:.92;transition:opacity .2s;position:relative;z-index:3}.card-link:hover{opacity:1}.brand-text .card-link{margin-top:.4rem}.brand-socials{display:flex;gap:.7rem}.social-link{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff29;color:var(--color-text-light);transition:background .2s,transform .2s}.social-link:hover{background:#ffffff4d;transform:translateY(-2px)}.social-link svg{width:22px;height:22px}.card-stage{background:#e8e6e1;padding:0;cursor:grab;position:relative}.card-stage:active{cursor:grabbing}.card-stage canvas{display:block;width:100%!important;height:100%!important}.stage-overlay{position:absolute;bottom:2rem;left:2rem;pointer-events:none;mix-blend-mode:difference;color:#fff;z-index:10}.stage-overlay__title{font-family:var(--font-display);font-size:clamp(1.8rem,2.5vw,3rem);line-height:1;margin-bottom:.5rem}.stage-overlay__subtitle{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.order-stack{display:flex;flex-direction:column;gap:var(--gap);min-height:0}.order-stack>.card{min-height:0}.order-stack>.card-order,.order-stack>.card-custom{flex:1 1 auto}.order-stack>.card-contact{flex:0 0 auto}.card-order,.card-custom{background:var(--color-olive);color:var(--color-text-light);justify-content:flex-start;gap:.5rem;padding:1.1rem 1.4rem}.card-contact{background:var(--color-olive);color:var(--color-text-light);justify-content:center;padding:1.1rem 1.4rem}.order-title{font-family:var(--font-display);font-size:clamp(1.4rem,1.85vw,1.95rem);line-height:1.05}.order-title--sub{margin-top:.5rem}.order-text{font-family:var(--font-ui);font-size:1.02rem;line-height:1.5;opacity:.95}.order-inline-link{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:opacity .2s}.order-inline-link:hover{opacity:.8}.order-form{display:flex;flex-direction:column;gap:.4rem}.order-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.order-form input,.order-form textarea{font-family:var(--font-ui);font-size:.9rem;padding:.45rem .65rem;border:none;border-radius:8px;background:#ffffffeb;color:var(--color-text-dark);width:100%;min-width:0}.order-form textarea{resize:vertical;min-height:38px}.order-form input::placeholder,.order-form textarea::placeholder{color:#8a8a80}.order-form input:focus,.order-form textarea:focus{outline:2px solid var(--color-brown);outline-offset:0}.order-form button{padding:.7rem 1rem;border:none;border-radius:8px;background:var(--color-brown);color:var(--color-text-light);font-family:var(--font-ui);font-size:.9rem;cursor:pointer;transition:background .2s}.order-form button:hover{background:#3a2820}.order-form button:disabled{opacity:.7;cursor:default}.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0}.order-status{font-family:var(--font-ui);font-size:.85rem;line-height:1.4;background:#ffffffeb;color:#3f6b39;border-radius:8px;padding:.55rem .7rem}.order-status.is-error{color:#9a3b2e}.products-medium{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-bottom:var(--gap)}.products-small{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--gap);margin-bottom:var(--gap)}.product-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.product-card__preview{aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative}.product-card__3d{font-family:var(--font-ui);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:#0003;border:1px solid rgba(0,0,0,.1);padding:.3rem .8rem;border-radius:100px}.product-card__info{padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-card__info>div{min-width:0}.product-card__name,.product-card__material{overflow-wrap:anywhere}.product-card__name{font-family:var(--font-display);font-size:1.15rem;font-weight:400;line-height:1.2;margin-bottom:.15rem}.product-card__material{font-family:var(--font-ui);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#999}.product-card__price{font-family:var(--font-ui);font-size:.85rem;font-weight:500;white-space:nowrap;flex-shrink:0;color:#666}.footer{margin-bottom:0}.card-footer{background:var(--color-clay);color:var(--color-text-light);flex-direction:row;align-items:center;justify-content:space-between}.footer-brand{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05}.footer-location{font-family:var(--font-ui);font-size:.85rem;opacity:.85;margin-top:.35rem}.footer-socials{display:flex;gap:.6rem}.viewer-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:5}.card-stage .viewer-loading{background:#e8e6e1}.spinner{width:32px;height:32px;border:2px solid rgba(0,0,0,.1);border-top:2px solid var(--color-brown);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.viewer-loading p{font-size:.85rem;color:#666;font-family:var(--font-ui)}@media(max-width:1024px){#app{padding:1rem;display:flex;flex-direction:column;gap:1rem}.hero,.brand-stack{display:contents}.hero .card{min-height:auto}.products-medium,.order-stack{display:contents}.card-logo{order:1}.card-stage{order:2}.card-brand-info{order:3}.products-medium>.product-card{order:40}.products-medium>.product-card:nth-child(1){order:10}.card-order{order:15}.products-medium>.product-card:nth-child(2){order:20}.card-custom{order:25}.products-medium>.product-card:nth-child(3){order:30}.card-contact{order:35}.products-small{order:50}.footer{order:60}.products-medium,.products-small{margin-bottom:0}.hero .card-logo{min-height:28vh}.hero .card-brand-info,.hero .card-order{min-height:auto}.hero .card-stage{min-height:calc(1.6*(100vw - 2rem))}.products-medium{grid-template-columns:repeat(2,1fr);gap:1rem}.products-small{grid-template-columns:repeat(3,1fr);gap:1rem}.card-footer{flex-direction:column;align-items:flex-start;gap:2rem}.footer-socials{gap:.7rem}}@media(max-width:600px){.products-medium{grid-template-columns:1fr}.products-small{grid-template-columns:repeat(2,1fr)}}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#1e18148c;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2.5vw;animation:modal-fade .2s ease}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{position:relative;display:flex;flex-direction:column;width:100%;max-width:1100px;max-height:92vh;background:var(--bg-cream);border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 64px #00000059}.modal__close{position:absolute;top:.75rem;right:.75rem;z-index:20;width:40px;height:40px;border:none;border-radius:50%;background:#f3f0e9e6;color:var(--color-brown);font-size:1.5rem;line-height:1;cursor:pointer;backdrop-filter:blur(8px);transition:background .2s}.modal__close:hover{background:#fff}.modal__main{display:flex;flex-direction:column;min-height:0;flex:1}.modal__stage{position:relative;flex:1;min-height:55vh;background:#e8e6e1}body.modal-open{overflow:hidden}.modal__viewer{position:absolute;inset:0;cursor:grab}.modal__viewer:active{cursor:grabbing}.modal__viewer canvas{display:block;width:100%!important;height:100%!important}.modal__viewer .viewer-loading{background:#e8e6e1}.modal__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#e8e6e1;cursor:zoom-in}.modal__thumbs{display:flex;gap:.5rem;padding:.75rem;overflow-x:auto;background:#0000000a;flex-shrink:0}.modal-thumb{width:64px;height:64px;flex-shrink:0;border:2px solid transparent;border-radius:8px;padding:0;cursor:pointer;background-color:var(--color-taupe);background-size:cover;background-position:center;opacity:.65;transition:opacity .2s,border-color .2s}.modal-thumb:hover{opacity:1}.modal-thumb.is-active{opacity:1;border-color:var(--color-clay)}.modal-thumb--splat{display:flex;align-items:center;justify-content:center;background:var(--color-brown);color:var(--color-text-light);font-family:var(--font-ui);font-size:.7rem;letter-spacing:.1em}.modal__info{background:var(--color-brown);color:var(--color-text-light);padding:1.5rem 2rem;overflow-y:auto;flex-shrink:0;position:relative}.modal__info h1{font-family:var(--font-display);font-size:1.5rem;font-weight:400;margin-bottom:.25rem}.modal__avail{font-family:var(--font-ui);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:.75rem}.modal__desc{font-family:var(--font-ui);font-size:.9rem;opacity:.85;line-height:1.5;margin-bottom:.75rem}.modal__price{font-family:var(--font-display);font-size:1.3rem;margin-bottom:1rem}.modal__inquire{font-family:var(--font-display);font-size:1.3rem;line-height:1.1;margin-bottom:.65rem}.modal__info .order-form{margin-bottom:.9rem}.modal__info .order-form button{background:var(--color-clay)}.modal__info .order-form button:hover{background:#b98a64}.modal__or{font-family:var(--font-ui);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.6;margin-bottom:.5rem}.modal__contacts{display:flex;gap:.6rem}@media(min-width:768px){.modal{flex-direction:row;max-height:80vh}.modal__main{flex:1;min-width:0}.modal__info{width:360px;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start}}@media(max-width:767px){.modal__stage{min-height:32vh}.modal__info{max-height:58vh}}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:60vh;color:#666;font-family:var(--font-ui);font-size:.9rem;text-align:center}.stage-overlay-link{position:absolute;inset:0;z-index:11}.lightbox{position:fixed;inset:0;z-index:200;background:#14100eeb;display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:4px}.lightbox__close,.lightbox__nav{position:absolute;border:none;background:#ffffff1f;color:#fff;cursor:pointer;border-radius:50%}.lightbox__close{top:1rem;right:1rem;width:44px;height:44px;font-size:1.6rem;line-height:1}.lightbox__nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2rem;line-height:1}.lightbox__prev{left:1rem}.lightbox__next{right:1rem}.lightbox__close:hover,.lightbox__nav:hover{background:#ffffff40}.story-backdrop{position:fixed;inset:0;z-index:100;background:#1e18149e;backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:4.5vh 4vw;overflow-y:auto;animation:modal-fade .2s ease}.story{position:relative;width:100%;max-width:760px;margin:auto;background:var(--bg-cream);border-radius:var(--radius);box-shadow:0 24px 64px #0006}.story__close{position:fixed;top:1rem;right:1rem;z-index:110;width:44px;height:44px;border:none;border-radius:50%;background:#f3f0e9eb;color:var(--color-brown);font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 4px 16px #00000040;backdrop-filter:blur(8px);transition:background .2s}.story__close:hover{background:#fff}.story__inner{padding:clamp(1.8rem,4.5vw,3.6rem)}.story__title{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.02;color:var(--color-brown);margin-bottom:1.2rem}.story__lead{font-family:var(--font-ui);font-size:1.18rem;line-height:1.6;color:var(--color-clay);margin-bottom:1.5rem}.story p{font-family:var(--font-ui);font-size:1.02rem;line-height:1.75;color:var(--color-text-dark);margin-bottom:1.1rem}.story__h{font-family:var(--font-display);font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1;color:var(--color-brown);margin:2.2rem 0 .8rem}.story__fig{margin:1.9rem 0}.story__fig img{display:block;width:100%;border-radius:10px;aspect-ratio:3 / 2;object-fit:cover}.story__fig figcaption{font-family:var(--font-ui);font-size:.82rem;color:#8a8275;text-align:center;margin-top:.55rem}.lamp-toggle{position:fixed;right:1.2rem;bottom:1.2rem;z-index:90;width:50px;height:50px;border-radius:50%;border:1px solid rgba(74,51,42,.18);background:#ffffffd1;backdrop-filter:blur(8px);color:var(--color-brown);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0000001f;transition:background .25s,color .25s,box-shadow .25s,transform .2s}.lamp-toggle svg{width:24px;height:24px}.lamp-toggle:hover{transform:translateY(-2px)}.lamp-toggle.is-on{background:#2a1f16;color:#ffd9a0;border-color:#ffc87859;box-shadow:0 0 18px #ffb45a8c,0 6px 18px #0000004d}.lamp-canvas{display:none;position:fixed;inset:0;width:100%;height:100%;z-index:40;pointer-events:none;mix-blend-mode:multiply}body.lamp .lamp-canvas{display:block}body.lamp{background:#33271a}body.lamp #app{position:relative;z-index:1}body.lamp .card-stage,body.lamp .card-stage .viewer-loading{background:#33271a}@media(prefers-reduced-motion:reduce){.lamp-glow,.lamp-glow-soft{will-change:auto}}
