@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg-page:#fcfcfd;--bg-section:#f1f5f9;--bg-warm:#f8fafc;--primary:#2563eb;--primary-hover:#1d4ed8;--accent:#06b6d4;--heading:#111827;--text:#374151;--text-muted:#6b7280;--border-color:#e5e7eb;--white:#fff;--navy:#111827;--navy-deep:#0b1120;--font-serif:"Cormorant Garamond", Georgia, serif;--font-heading:"Cormorant Garamond", Georgia, serif;--font-sans:"Manrope", system-ui, -apple-system, sans-serif;--shadow-sm:0 1px 3px #11182708;--shadow-md:0 4px 16px -4px #1118270f;--shadow-lg:0 12px 32px -8px #11182714;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;position:relative;max-width:100vw!important;overflow-x:hidden!important}#root{width:100%;max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth;font-family:var(--font-sans);color:var(--text-muted);background-color:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--heading);letter-spacing:-.02em;line-height:1.15}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:6px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:7rem 0}.editorial-padding{padding:9rem 0}.mobile-swipe-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.mobile-swipe-row::-webkit-scrollbar{display:none}.mobile-swipe-card{scroll-snap-align:center;flex:0 0 85%;max-width:320px}@media (width<=768px){body{padding-bottom:60px}.container{padding:0 1rem}.section-padding{padding:3.5rem 0}.editorial-padding{padding:4rem 0}}.btn{border-radius:var(--radius-full);letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.96rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 14px -3px #2563eb4d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px -3px #2563eb66}.btn-outline{color:var(--heading);border:1.5px solid var(--border-color);background:0 0}.btn-outline:hover{background:var(--heading);color:var(--white);border-color:var(--heading)}.btn-white-outline{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);background:#ffffff1f;border:1px solid #ffffff4d}.btn-white-outline:hover{background:#ffffff38;border-color:#ffffff80;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-1{animation:.8s cubic-bezier(.16,1,.3,1) .15s both fadeInUp}.animate-fade-2{animation:.8s cubic-bezier(.16,1,.3,1) .35s both fadeInUp}.animate-fade-3{animation:.8s cubic-bezier(.16,1,.3,1) .55s both fadeInUp}.animate-fade-4{animation:.8s cubic-bezier(.16,1,.3,1) .7s both fadeInUp}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:120;background:#111827b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (width<=960px){.hide-mobile{display:none!important}}@media (width>=961px){.hide-desktop{display:none!important}}
