:root{--gold:#c6a96c;--gold-light:#e8d5a8;--gold-pale:#f3ebd8;--gold-dark:#8b7340;--navy:#0b1829;--navy-mid:#122240;--navy-light:#1a3055;--navy-surface:#0f1e35;--cream:#faf7f2;--cream-mid:#f0ebe2;--cream-dark:#e4ddd2;--charcoal:#1e1e1e;--slate:#6b7b8d;--white:#fff;--warm:#d4956a;--teal:#4a8b7f;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Outfit",system-ui,sans-serif;--font-heading:var(--font-display);--font-accent:var(--font-display);--color-primary:var(--navy);--color-primary-dark:#071020;--color-primary-light:var(--cream);--color-gold:var(--gold);--color-white:var(--white);--color-gray-900:var(--charcoal);--color-gray-800:#2d2d2d;--color-gray-700:#444;--color-gray-600:#555;--color-gray-500:var(--slate);--color-gray-400:#999;--color-gray-300:#bbb;--color-gray-200:var(--cream-dark);--color-gray-100:var(--cream-mid);--color-gray-50:var(--cream);--color-black:#0a0a0a;--r-sm:8px;--r-md:14px;--r-lg:22px;--r-xl:32px;--radius-sm:var(--r-sm);--radius:10px;--radius-md:var(--r-md);--radius-lg:var(--r-lg);--radius-xl:var(--r-xl);--radius-2xl:40px;--radius-full:9999px;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:8rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.7;--leading-loose:1.8;--shadow-sm:0 1px 2px #0000000a;--shadow:0 1px 3px #0000000f;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 10px 30px #00000014;--shadow-xl:0 20px 50px #0000001a;--transition-fast:.15s ease-out;--transition:.3s ease;--transition-slow:.5s ease-in-out;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:400;--z-modal:500;--z-tooltip:600}.modern-website{font-family:var(--font-body);color:var(--charcoal);line-height:var(--leading-relaxed);background-color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.modern-website *{box-sizing:border-box}.modern-website h1,.modern-website h2,.modern-website h3,.modern-website h4,.modern-website h5,.modern-website h6{font-family:var(--font-display);font-weight:400;line-height:var(--leading-tight);color:inherit;margin:0}.modern-website .text-accent{font-family:var(--font-display);color:var(--gold-dark);font-style:italic}.modern-website .text-body{font-size:var(--text-base);color:var(--slate);white-space:pre-line;font-weight:300}.modern-website .text-body-lg{font-size:var(--text-lg);color:var(--slate);white-space:pre-line;font-weight:300}.modern-website section p,.modern-website .card-text,.modern-website .feature-text{white-space:pre-line}.modern-website .section{padding:56px 24px}@media (min-width:768px){.modern-website .section{padding:80px 40px}}.modern-website .section-dark{background:var(--navy);color:var(--white)}.modern-website .section-cream{background:var(--cream)}.modern-website .section-cream-gradient{background:linear-gradient(180deg,var(--cream)0%,var(--cream-mid)100%)}.modern-website .container{max-width:1280px;margin:0 auto;padding:0 24px}.dmc-eyebrow{text-align:center;font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:500}.dmc-eyebrow.light{color:var(--gold)}.dmc-eyebrow.dark{color:var(--gold-dark)}.dmc-section-title{font-family:var(--font-display);text-align:center;margin-bottom:12px;font-size:28px;font-weight:400;line-height:1.2}@media (min-width:640px){.dmc-section-title{font-size:32px}}@media (min-width:768px){.dmc-section-title{font-size:36px}}.dmc-section-title em{font-style:italic}.dmc-section-title.light{color:var(--white)}.dmc-section-title.light em{color:var(--gold)}.dmc-section-title.dark{color:var(--charcoal)}.dmc-section-title.dark em{color:var(--gold-dark)}.dmc-section-desc{text-align:center;max-width:360px;margin:0 auto;font-size:13px;font-weight:300;line-height:1.7}.dmc-section-desc.light{color:#fff6}.dmc-section-desc.dark{color:var(--slate)}.dmc-btn-primary{background:var(--gold);color:var(--navy);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:16px 32px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.dmc-btn-primary:hover{background:var(--gold-light)}.dmc-btn-outline{color:var(--gold-light);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-md);cursor:pointer;background:0 0;border:1px solid #c6a96c40;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:15px 32px;font-size:13px;font-weight:400;transition:all .3s;display:flex}.dmc-btn-outline:hover{border-color:var(--gold);background:#c6a96c0f}.modern-website .btn{font-family:var(--font-body);border-radius:var(--r-md);cursor:pointer;letter-spacing:.5px;text-transform:uppercase;border:none;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:14px 28px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.modern-website .btn-primary{background:var(--gold);color:var(--navy)}.modern-website .btn-primary:hover{background:var(--gold-light)}.modern-website .btn-secondary{color:var(--gold-light);background:0 0;border:1px solid #c6a96c40}.modern-website .btn-secondary:hover{border-color:var(--gold);background:#c6a96c0f}.modern-website .btn-gold{background:var(--gold);color:var(--navy);font-weight:600}.modern-website .btn-gold:hover{background:var(--gold-light)}.modern-website .btn-lg{padding:16px 32px;font-size:13px}.modern-website .navbar{z-index:var(--z-sticky);padding:16px 20px;transition:all .4s;position:fixed;top:0;left:0;right:0}@media (min-width:768px){.modern-website .navbar{padding:20px 32px}}.modern-website .navbar.transparent{background:0 0}.modern-website .navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#0b1829f2;border-bottom:1px solid #c6a96c1a;padding:12px 20px}.modern-website .hero{background:var(--navy);flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-texture{opacity:.035;background-image:repeating-linear-gradient(90deg,var(--gold)0px,transparent 1px,transparent 80px),repeating-linear-gradient(0deg,var(--gold)0px,transparent 1px,transparent 80px);pointer-events:none;position:absolute;inset:0}.hero-orb{pointer-events:none;border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,#c6a96c1a 0%,#0000 70%);width:400px;height:400px;top:-120px;right:-100px}.hero-orb-2{background:radial-gradient(circle,#4a8b7f14 0%,#0000 70%);width:300px;height:300px;bottom:-60px;left:-80px}.modern-website .hero-background{z-index:0;position:absolute;inset:0}.modern-website .hero-background img{object-fit:cover;width:100%;height:100%}.modern-website .hero-overlay{z-index:1;background:linear-gradient(135deg,#0b1829eb 0%,#0b1829cc 50%,#0b1829e6 100%);position:absolute;inset:0}.modern-website .hero-content{text-align:center;color:var(--white);z-index:5;width:100%;padding:48px 24px 0;position:relative}@media (min-width:640px){.modern-website .hero-content{padding:48px 40px 0}}.modern-website .hero-badge{color:var(--gold-light);letter-spacing:2px;text-transform:uppercase;opacity:0;background:#c6a96c14;border:1px solid #c6a96c2e;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:7px 18px;font-size:10px;font-weight:400;animation:.6s ease-out .1s both fadeUp;display:inline-flex}.hero-badge-dot{background:var(--gold);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.modern-website .hero-title{font-family:var(--font-display);letter-spacing:-.5px;opacity:0;margin-bottom:24px;font-size:36px;font-weight:300;line-height:1.15;animation:.6s ease-out .2s both fadeUp;color:var(--white)!important}.modern-website .hero-title strong{font-weight:600;display:block}.modern-website .hero-title em{color:var(--gold);font-style:italic;font-weight:400}@media (min-width:640px){.modern-website .hero-title{font-size:42px}}@media (min-width:768px){.modern-website .hero-title{font-size:52px}}.hero-divider{background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;width:40px;height:1.5px;margin:0 auto 24px;animation:.6s ease-out .3s both fadeUp}.modern-website .hero-subtitle{color:#ffffff73;opacity:0;max-width:320px;margin:0 auto 40px;font-size:14px;font-weight:300;line-height:1.8;animation:.6s ease-out .4s both fadeUp}@media (min-width:640px){.modern-website .hero-subtitle{max-width:400px;font-size:15px}}.modern-website .hero-buttons{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0 8px;animation:.6s ease-out .5s both fadeUp;display:flex}@media (min-width:640px){.modern-website .hero-buttons{flex-direction:row;padding:0}}.hero-stats{opacity:0;background:#c6a96c1f;border-top:1px solid #c6a96c1f;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:48px;animation:.6s ease-out .6s both fadeUp;display:grid}.hero-stat{text-align:center;background:var(--navy);padding:20px 12px}.hero-stat-num{font-family:var(--font-display);color:var(--gold);margin-bottom:4px;font-size:28px;font-weight:500;line-height:1}.hero-stat-label{color:#ffffff59;text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:300}.modern-website .scroll-indicator{color:var(--gold);opacity:.4;z-index:5;animation:2s ease-in-out infinite scrollBounce;display:none;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (min-width:768px){.modern-website .scroll-indicator{display:block}}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-stagger>:first-child{transition-delay:0s}.scroll-stagger>:nth-child(2){transition-delay:80ms}.scroll-stagger>:nth-child(3){transition-delay:.16s}.scroll-stagger>:nth-child(4){transition-delay:.24s}.scroll-stagger>:nth-child(5){transition-delay:.32s}.scroll-stagger>:nth-child(6){transition-delay:.4s}.modern-website .stagger-1{animation-delay:.1s}.modern-website .stagger-2{animation-delay:.2s}.modern-website .stagger-3{animation-delay:.3s}.modern-website .stagger-4{animation-delay:.4s}.modern-website .stagger-5{animation-delay:.5s}.modern-website .card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-md);border:1px solid var(--cream-dark);transition:all .3s;overflow:hidden}.modern-website .card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.modern-website .grid{gap:var(--space-lg);display:grid}.modern-website .grid-2,.modern-website .grid-3,.modern-website .grid-4{grid-template-columns:1fr}@media (min-width:640px){.modern-website .grid-2,.modern-website .grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.modern-website .grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.modern-website .grid-4{grid-template-columns:repeat(4,1fr)}}.modern-website .footer{background:var(--navy);color:var(--white);padding:40px 24px 32px;position:relative;overflow:hidden}.modern-website .text-center{text-align:center}.modern-website .text-left{text-align:left}.modern-website .hidden{display:none}.modern-website .visible{display:block}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:768px){.modern-website .hide-mobile,.desktop-nav{display:none!important}}@media (min-width:769px){.modern-website .hide-desktop{display:none}.desktop-nav{display:flex!important}}.loading-overlay{z-index:9999;background:var(--navy);justify-content:center;align-items:center;transition:opacity .6s ease-out,visibility .6s ease-out;display:flex;position:fixed;inset:0}.loading-overlay.fade-out{opacity:0;visibility:hidden}.loading-content{text-align:center;color:var(--white);animation:.8s ease-out fadeUp}.loading-icon{width:100px;height:100px;color:var(--gold);margin:0 auto 24px;animation:2s ease-in-out infinite gentlePulse}.loading-icon svg{filter:drop-shadow(0 4px 20px #c6a96c4d);width:100%;height:100%}@keyframes gentlePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.loading-title{font-family:var(--font-display);letter-spacing:1px;color:var(--white);margin-bottom:4px;font-size:32px;font-weight:600}.loading-subtitle{font-family:var(--font-body);color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:32px;font-size:12px;font-weight:300}.loading-spinner{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.spinner-dot{background:var(--gold);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite dotBounce}.spinner-dot:first-child{animation-delay:0s}.spinner-dot:nth-child(2){animation-delay:.2s}.spinner-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-text{color:#ffffff4d;text-transform:uppercase;letter-spacing:2px;font-size:10px}.modern-website input:focus,.modern-website textarea:focus,.modern-website select:focus{outline:none;border-color:var(--gold)!important;box-shadow:0 0 0 3px #c6a96c1f!important}
