:root{--color-cream: #fdfaf5;--color-ivory: #ffffff;--color-lavender: #f4f0ff;--color-dust-blue: #e6ecf2;--color-sage: #f2f5f1;--color-rose-gold: #e2c2b3;--color-amber: #ffefdb;--color-text-primary: #2d2a26;--color-text-secondary: #6b6661;--font-serif: "Cormorant Garamond", serif;--font-sans: "Inter", sans-serif}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:var(--color-rose-gold);z-index:10000;transform-origin:left;transform:scaleX(0)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--color-cream);color:var(--color-text-primary);font-family:var(--font-sans);overflow-x:hidden;line-height:1.6}.app-container{width:100vw;position:relative}h1,h2,h3,h4,.serif{font-family:var(--font-serif);font-weight:500}.canvas-wrapper{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:-1;pointer-events:none}canvas{display:block;width:100%!important;height:100%!important}.content-wrapper{background:#ffffff26;padding:3rem;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #1f26870d;text-align:center;max-width:900px;width:90%;margin:0 auto;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.content-wrapper:hover{background:#ffffff40;box-shadow:0 12px 40px #1f268714}@media(min-width:768px){.content-wrapper{border-radius:24px}}.section{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transform:translateY(30px);transition:all 1.2s cubic-bezier(.165,.84,.44,1)}.section.visible{opacity:1;transform:translateY(0)}.section.hero-section{opacity:1;transform:translateY(0);min-height:100dvh}.main-title{font-size:clamp(3rem,8vw,6rem);margin-bottom:.5rem;letter-spacing:.1em;text-transform:uppercase}.subtitle{font-size:1.1rem;color:var(--color-text-secondary);margin-bottom:1.5rem;letter-spacing:.2em;font-style:italic}.description-small{font-size:.8rem;color:var(--color-text-secondary);letter-spacing:.15em;margin-bottom:2rem;text-transform:uppercase;font-weight:500}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem}.description{font-size:1.1rem;max-width:650px;margin:0 auto;color:var(--color-text-secondary);font-weight:300}.cta-button{background:#111;border:1px solid rgba(0,0,0,.1);padding:1rem 2.5rem;color:#fff;font-family:var(--font-sans);font-weight:400;text-transform:uppercase;letter-spacing:.25em;cursor:pointer;transition:all .6s cubic-bezier(.23,1,.32,1);margin-top:2rem;position:relative;overflow:hidden;border-radius:4px}.cta-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:.5s}.cta-button:hover{background:#000;color:#fff;transform:translateY(-5px);box-shadow:0 15px 35px #0000004d}.cta-button:hover:after{left:100%}.cta-button.large{padding:1.5rem 4.5rem;font-size:1.1rem;letter-spacing:.35em;font-weight:500}.timeline{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.timeline .timeline-item{padding:1rem;border-left:2px solid var(--color-rose-gold);text-align:left;margin-left:50%;transform:translate(-50%);width:fit-content;min-width:250px}.testimonial{font-size:2rem;font-style:italic;margin-bottom:1rem}.contact-section{padding:10rem 2rem}.contact-section .final-cta{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:2rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.footer-info{margin-top:6rem;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;opacity:.5}.footer-content{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.section{padding:6rem 0rem;text-align:center;min-height:auto}.content-wrapper{padding:2rem 1.5rem;width:100%;background-color:#fff9}.section-title{font-size:2rem}.main-title{font-size:3.5rem;letter-spacing:.05em;line-height:1.1}.subtitle{font-size:1rem;letter-spacing:.1em;padding:0 1rem}.description{font-size:1rem;padding:0 1rem}.timeline{margin-top:2rem}.timeline .timeline-item{margin-left:0;transform:none;width:100%;border-left:1px solid var(--color-rose-gold);padding-left:1.5rem;margin-bottom:2rem}.contact-section{padding:6rem 1.5rem}.contact-section .final-cta{font-size:2.5rem;line-height:1.2}.cta-button{width:100%;max-width:320px;font-size:.9rem;padding:1.2rem 2rem}.cta-button.large{padding:1.2rem 2rem;width:100%;max-width:320px;font-size:1rem}}@media(hover:none)and (pointer:coarse){.custom-cursor{display:none}body{cursor:auto}.cta-button:hover{transform:none;box-shadow:none}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:100000;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity 1.2s ease-in-out,visibility 1.2s}.loading-screen .progress-bar-container{position:absolute;bottom:20%;width:200px;height:2px;background:#0000001a;border-radius:2px;overflow:hidden}.loading-screen .progress-bar{height:100%;background:#111;transition:width .2s ease-out}.loading-screen.fade-out{opacity:0;visibility:hidden;pointer-events:none}@keyframes pulse{0%,to{opacity:.8}50%{opacity:.4}}
