:root{--primary:#8d6e63;--primary-light:#bcaaa4;--primary-dark:#5d4037;--secondary:#d7ccc8;--accent:#a1887f;--gold:#c5a880;--white:#fff;--bg-light:#120e0b;--text-main:#fff;--text-muted:#d7ccc8;--video-overlay:#120e0bbf;--card-bg:#120e0bcc;--border-color:#ffffff26;--text-card-main:#fff;--text-card-muted:#d7ccc8;--glass:#ffffff0d;--shadow:0 8px 32px 0 #0000004d;--logo-filter:brightness(0) invert(1)}[data-theme=light]{--card-bg:#f8f4f0f5;--border-color:#8d6e6340;--text-card-main:#4e3629;--text-card-muted:#7e6555;--glass:#8d6e6314;--shadow:0 8px 32px 0 #8d6e6326;--logo-filter:brightness(.25)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-main);font-family:Signika Negative,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .5s,color .5s;overflow-x:hidden}h1,h2,h3,.font-serif{font-family:Playfair Display,serif}h1,h2,h3,p,span,div,a{transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s}.font-script{font-family:Alex Brush,cursive}button{cursor:pointer;border:none;outline:none;transition:all .3s}section{position:relative;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:20px;transition:background-color .5s,border-color .5s,box-shadow .5s;position:relative;overflow:hidden}.card-frame{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.section-padding{padding:80px 0}@media (width<=768px){.section-padding{padding:60px 0}h1{font-size:2.5rem}h2{font-size:2rem}h2.font-script{font-size:3.2rem!important}.flex-mobile-stack{flex-direction:column;gap:40px}.hide-mobile{display:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.App{min-height:100vh}
