@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--sans:"Space Grotesk", sans-serif;--serif:"Playfair Display", serif;--mono:"Space Mono", monospace;--bg:#07080a;--bg-light:#0d0f12;--bg-card:#ffffff14;--border:#ffffff14;--gold:#c9a84c;--orange:#e8a838;--text-dark:#fff;--text-muted:#fff9;--r:8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background-color:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;overflow-x:hidden}.canvas-container{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.section{justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:5vw;display:flex;position:relative}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.h-xl{font-family:var(--serif);margin-bottom:1rem;font-size:clamp(3rem,8vw,8rem);font-weight:700;line-height:1.1}.h-lg{font-family:var(--serif);margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.15}.t-mono{font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-size:.875rem}.t-body{color:var(--text-muted);max-width:600px;font-size:1.125rem;line-height:1.6}.nav-logo{mix-blend-mode:difference}.nav-logo img{height:40px}.nav-btn{color:#fff;font-family:var(--mono);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:.75rem 1.5rem;font-size:.875rem;transition:all .3s}.nav-btn:hover{color:#000;background:#fff}.btn-primary{color:#000;font-family:var(--mono);cursor:pointer;background:#fff;border:1px solid #fff;border-radius:4px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s}.btn-primary:hover{background:var(--gold);border-color:var(--gold);color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #c9a84c4d}.horizontal-wrap{width:100%;height:100vh;position:relative;overflow:hidden}.horizontal-container{flex-wrap:nowrap;width:fit-content;height:100%;display:flex}.panel{flex-shrink:0;justify-content:flex-start;align-items:center;width:100vw;height:100vh;padding-left:10vw;display:flex;position:relative}.panel-content{z-index:20;max-width:500px;position:relative}.panel-title{text-shadow:0 4px 20px #000;font-family:var(--serif);margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700}.panel-desc{color:#a0a0a0;text-shadow:0 4px 20px #000,0 0 10px #000;z-index:20;margin-bottom:2rem;font-size:1.125rem;line-height:1.6;position:relative}.hover-target{border:1px solid var(--gold);color:var(--gold);cursor:pointer;font-family:var(--mono);text-transform:uppercase;z-index:10;border-radius:4px;padding:1rem 2rem;font-size:.875rem;transition:all .3s;display:inline-block;position:relative}.hover-target:hover{background:#c9a84c1a}.contact-form{flex-direction:column;gap:1rem;width:100%;max-width:500px;margin-top:2rem;display:flex}.contact-form input,.contact-form textarea{background:var(--bg-card);border:1px solid var(--border);color:#fff;width:100%;font-family:var(--sans);border-radius:4px;padding:1rem}.contact-form button{background:var(--gold);color:var(--bg);cursor:pointer;font-weight:700;font-family:var(--mono);border:none;border-radius:4px;padding:1rem}details{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}summary{font-family:var(--serif);cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.25rem;font-weight:700;display:flex}summary::marker{display:none}summary::-webkit-details-marker{display:none}details[open] summary{border-bottom:1px solid var(--border)}.faq-answer{color:var(--text-muted);padding:1.5rem;line-height:1.6}.product-selection-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.product-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:1.25rem;transition:all .2s}.product-card:hover{background:#ffffff1f}.product-card.active{border-color:var(--gold);background:#c9a84c1a}.form-row{gap:1rem;margin-bottom:1.5rem;display:flex}.form-row .form-group{flex:1;margin-bottom:0}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:#fff;width:100%;font-family:var(--sans);background:#0000004d;border-radius:4px;outline:none;padding:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold)}.form-group input.input-error,.form-group textarea.input-error,.form-group select.input-error{border-color:#f87171}.form-error{color:#f87171;margin-top:.35rem;font-size:.75rem}.form-error-banner,.form-success{border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.form-error-banner{color:#fca5a5;background:#f871711a;border:1px solid #f871714d}.form-success{color:#86efac;background:#4ade801a;border:1px solid #4ade804d}.checkbox-group{align-items:flex-start;gap:.75rem;margin-bottom:2rem;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;margin-top:.25rem}.checkbox-group label{color:var(--text-muted);font-size:.75rem;line-height:1.5}.chatbot-fab{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);cursor:pointer;z-index:1000;width:60px;height:60px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 0 20px #c9a84c26}.chatbot-fab:hover{border-color:var(--gold);background:#c9a84c1a;transform:scale(1.1);box-shadow:0 0 30px #c9a84c4d}.chatbot-fab svg{width:28px;height:28px}.notification-dot{background:var(--gold);width:12px;height:12px;box-shadow:0 0 10px var(--gold);border:none;border-radius:50%;animation:2s infinite pulse;position:absolute;top:0;right:0}@keyframes pulse{0%{box-shadow:0 0 #c9a84cb3}70%{box-shadow:0 0 0 10px #c9a84c00}to{box-shadow:0 0 #c9a84c00}}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--r);padding:2rem}.quote-title{font-family:var(--serif);margin:0 0 1rem;font-size:1.5rem}.text-link{color:var(--gold);font-family:var(--mono);font-size:.875rem;text-decoration:none}.text-link:hover{text-decoration:underline}footer a:hover{color:var(--gold)}.about-page{min-height:100vh}.about-page main{padding-top:6rem}.page-section{max-width:1200px;margin:0 auto;padding:clamp(3rem,8vw,6rem) max(1.5rem,5vw)}.about-hero{padding-top:clamp(4rem,10vw,7rem)}.about-hero-grid{flex-direction:column;align-items:center;gap:2.5rem;display:flex}@media (width>=768px){.about-hero-grid{flex-direction:row;align-items:center;gap:4rem}}.about-hero-img{object-fit:cover;object-position:top;border:2px solid var(--gold);border-radius:50%;flex-shrink:0;width:clamp(12rem,28vw,16rem);height:clamp(12rem,28vw,16rem);box-shadow:0 0 40px #c9a84c26}.about-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.about-grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.about-heading{font-family:var(--serif);margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.about-card-title{font-family:var(--serif);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.about-prose{flex-direction:column;gap:1rem;display:flex}.about-prose p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.65}.about-prose strong{color:var(--text-dark)}.about-callout{border-left:2px solid var(--gold);border-radius:0 var(--r) var(--r) 0;background:#c9a84c0f;margin-top:1.5rem;padding:1.25rem 1.5rem}.about-callout-title{font-family:var(--serif);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.about-path-card{flex-direction:column;display:flex}.about-path-card--accent{border-color:#c9a84c59}.about-cta{padding-bottom:2rem}@media (width<=640px){.nav-logo{top:1.25rem!important;left:1.5rem!important}.btn-primary{padding:.6rem 1rem!important;font-size:.75rem!important;top:1.25rem!important;right:1.5rem!important}}
