@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{--parchment:#f9f9f9;--parchment-warm:#f2efe8;--burgundy:#630d16;--burgundy-deep:#4a0911;--burgundy-light:#8a1a26;--gold:#d4af37;--gold-light:#e8c96a;--gold-dark:#a88323;--charcoal:#333;--charcoal-soft:#555;--bg-primary:var(--parchment);--bg-secondary:var(--parchment-warm);--bg-card:#fff;--bg-card-hover:#fbf8f1;--bg-dark:#1a1112;--text-primary:var(--charcoal);--text-secondary:var(--charcoal-soft);--text-muted:#777;--text-heading:var(--burgundy);--border:#e5dfd2;--border-gold:#d4af3759;--border-burgundy:#630d162e;--font-display:"Cinzel", "Playfair Display", serif;--font-serif:"Playfair Display", "Cinzel", serif;--font-body:"Montserrat", "Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:64px 0}.section-label{font-family:var(--font-body);letter-spacing:4px;text-transform:uppercase;color:var(--burgundy);align-items:center;gap:10px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.section-label:before{content:"";background:var(--gold);width:24px;height:1px;display:block}.section-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;margin-bottom:12px;padding-bottom:.12em;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.3;overflow:visible}.section-subtitle{font-family:var(--font-body);color:var(--text-secondary);text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;max-width:620px;font-size:1rem;font-weight:400;line-height:1.85}p{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}p.no-justify,.text-center p,.cta-subtitle,.copyright,.legal-note,.form-success p{text-align:center;-webkit-hyphens:none;hyphens:none}.form-group p,.cdi-value,.section-label{text-align:left;-webkit-hyphens:none;hyphens:none}.btn-primary{background:var(--burgundy);color:var(--parchment);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;border:1px solid var(--burgundy);border-radius:50px;align-items:center;gap:8px;padding:15px 34px;font-size:.88rem;font-weight:700;transition:all .35s;display:inline-flex;box-shadow:0 4px 18px #630d162e}.btn-primary:hover{background:var(--burgundy-deep);border-color:var(--gold);color:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 30px #630d1652}.btn-secondary{color:var(--burgundy);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;border:1.5px solid var(--burgundy);background:0 0;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:.88rem;font-weight:700;transition:all .35s;display:inline-flex}.btn-secondary:hover{background:var(--burgundy);color:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #630d1633}.gold-text{color:var(--gold-dark);background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:.05em .08em .18em .04em;font-style:italic;line-height:1.25;display:inline-block}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:32px;transition:all .35s;box-shadow:0 2px 12px #630d160a}.card:hover{border-color:var(--gold);background:var(--bg-card-hover);transform:translateY(-5px);box-shadow:0 18px 50px #630d161f,0 0 0 1px #d4af3726}.divider{background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--parchment-warm)}::-webkit-scrollbar-thumb{background:var(--burgundy);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}::selection{background:var(--burgundy);color:var(--gold-light)}@media (width<=768px){.container{padding:0 18px}.section{padding:50px 0}.section-title{font-size:1.65rem;line-height:1.25}.section-subtitle{font-size:.92rem;line-height:1.7}.section-label{letter-spacing:3px;font-size:10px}.section-label:before{width:18px}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.container{max-width:980px;padding:0 24px}.section{padding:54px 0}.section-label{letter-spacing:3px;margin-bottom:8px;font-size:9px}.section-title{margin-bottom:10px;font-size:clamp(1.8rem,3.7vw,2.6rem);line-height:1.24}.section-subtitle{font-size:.82rem;line-height:1.7}.btn-primary,.btn-secondary{padding:12px 25px;font-size:.74rem}.card{border-radius:12px}}@media (width<=480px){.container{padding:0 16px}.section{padding:44px 0}.section-title{font-size:1.45rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#f9f9f98c;padding:14px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(22px);border-bottom:1px solid var(--border-gold);background:#f9f9f9f5;padding:8px 0;box-shadow:0 6px 30px #630d1614}.navbar-inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.navbar-logo{flex-shrink:0;align-items:center;width:220px;height:78px;transition:transform .35s;display:flex}.navbar-logo:hover{transform:scale(1.04)}.navbar-logo-img{object-fit:contain;filter:drop-shadow(0 2px 6px #630d162e);width:100%;height:100%;transition:width .4s,height .4s;display:block}.navbar.scrolled .navbar-logo{width:180px;height:64px}.navbar-links{align-items:center;gap:4px;display:flex}.nav-link{font-family:var(--font-body);color:var(--charcoal-soft);letter-spacing:1.2px;text-transform:uppercase;border-radius:6px;padding:10px 18px;font-size:.82rem;font-weight:600;transition:color .25s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--gold), var(--burgundy));transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:var(--burgundy)}.nav-link:hover:after,.nav-link.active:after{transform:translate(-50%)scaleX(1)}.nav-link.active{color:var(--burgundy);font-weight:700}.nav-cta{letter-spacing:1.4px;margin-left:14px;padding:11px 24px!important;font-size:.74rem!important}.menu-toggle{color:var(--burgundy);background:#630d1614;border-radius:8px;padding:9px;transition:background .2s;display:none}.menu-toggle:hover{background:#630d1629}.mobile-drawer-header,.mobile-drawer-footer,.mobile-scrim{display:none}@media (width<=900px){.navbar{background:#f9f9f9f5;border-bottom:1px solid #d4af3747;padding:8px 0;box-shadow:0 8px 26px #630d1614}.navbar.scrolled{padding:6px 0}.navbar-inner{gap:12px;min-height:56px;position:relative}.navbar-logo{width:164px;height:58px}.navbar.scrolled .navbar-logo{width:148px;height:52px}.menu-toggle{z-index:1101;background:linear-gradient(135deg, var(--burgundy) 0%, #420810 100%);width:44px;height:44px;color:var(--gold);border:1px solid #d4af378c;border-radius:10px;justify-content:center;align-items:center;padding:0;display:flex;position:relative;box-shadow:0 6px 18px #630d1638}.menu-toggle:hover{color:#fff8ea;background:linear-gradient(135deg,#7a1620 0%,#520a13 100%)}.mobile-scrim{-webkit-backdrop-filter:blur(4px);z-index:1090;opacity:0;pointer-events:none;cursor:pointer;background:#1405088c;border:none;padding:0;transition:opacity .35s;display:block;position:fixed;inset:0}.mobile-scrim.open{opacity:1;pointer-events:auto}.navbar-links{z-index:1100;overscroll-behavior:contain;background:linear-gradient(#fbf6e8 0%,#f9f1de 60%,#f5e9c8 100%),#fbf6e8;border-left:1px solid #d4af3773;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:min(88vw,380px);height:100dvh;min-height:100vh;max-height:100dvh;padding:0;transition:transform .5s cubic-bezier(.22,1,.36,1);position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(105%);box-shadow:-28px 0 60px #14050866}.navbar-links:before{content:"";background:linear-gradient(180deg, var(--gold), var(--burgundy));width:4px;height:100%;position:absolute;top:0;left:0}.navbar-links.open{transform:translate(0)}.mobile-drawer-header{padding:calc(env(safe-area-inset-top,0px) + 14px) 20px 14px;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-bottom:1px solid #d4af3773;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.mobile-drawer-logo{flex:1;align-items:center;min-width:0;height:50px;display:flex}.mobile-drawer-logo img{object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 6px #630d162e);width:auto;max-width:100%;height:100%}.mobile-drawer-close{width:38px;height:38px;color:var(--burgundy);background:#630d1614;border:1px solid #630d1626;border-radius:10px;flex:none;justify-content:center;align-items:center;transition:all .25s;display:flex}.mobile-drawer-close:hover{background:var(--burgundy);color:var(--gold);border-color:var(--gold)}.mobile-drawer-links{flex-direction:column;flex:1;gap:4px;padding:18px 20px 24px;display:flex}.nav-link{text-align:left;letter-spacing:2px;width:100%;color:var(--charcoal);text-transform:uppercase;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;padding:16px 18px;font-size:.95rem;font-weight:700;transition:all .28s;display:flex}.nav-link:after{display:none}.nav-link:before{content:"";background:#630d1640;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:all .28s}.nav-link:hover{color:var(--burgundy);background:#d4af3724;border-color:#d4af3766;padding-left:22px}.nav-link:hover:before{background:var(--gold);box-shadow:0 0 0 4px #d4af372e}.nav-link.active{color:var(--burgundy);border-color:var(--gold);box-shadow:inset 3px 0 0 var(--burgundy);background:linear-gradient(90deg,#d4af3738 0%,#d4af370f 100%)}.nav-link.active:before{background:var(--burgundy);box-shadow:0 0 0 4px #630d161f}.nav-cta{letter-spacing:1.6px;justify-content:center;width:100%;margin:14px 0 0!important;padding:16px 32px!important;font-size:.86rem!important;box-shadow:0 12px 26px #630d1652!important}.mobile-drawer-footer{text-align:center;background:#ffffff59;border-top:1px solid #d4af3759;flex-direction:column;align-items:center;gap:4px;padding:18px 20px 22px;display:flex}.mdf-tag{font-family:var(--font-display);letter-spacing:3px;text-transform:uppercase;color:var(--burgundy);font-size:.78rem;font-weight:700}.mdf-sub{font-family:var(--font-body);color:var(--charcoal-soft);letter-spacing:1px;font-size:.66rem}}@media (width<=480px){.navbar{padding:7px 0}.navbar-inner{min-height:52px}.navbar-logo{width:142px;height:50px}.navbar.scrolled .navbar-logo{width:132px;height:46px}.menu-toggle{border-radius:9px;width:40px;height:40px}.navbar-links{width:100vw;max-width:none}.mobile-drawer-header{padding:calc(env(safe-area-inset-top,0px) + 10px) 16px 10px}.mobile-drawer-logo{max-width:calc(100% - 54px);height:44px}.mobile-drawer-close{width:40px;height:40px}.mobile-drawer-links{gap:6px;padding:14px 16px 18px}.nav-link{letter-spacing:1.3px;border-radius:10px;padding:13px 14px;font-size:.88rem}.nav-link:before{width:5px;height:5px}.nav-cta{min-height:50px;padding:14px 20px!important;font-size:.78rem!important}.mobile-drawer-footer{padding:14px 16px calc(env(safe-area-inset-bottom,0px) + 16px)}.mdf-tag{letter-spacing:2.4px;font-size:.72rem}.mdf-sub{font-size:.62rem}}.footer{border-top:3px solid var(--gold);color:#fff;background:#000;margin-top:auto;position:relative}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);height:3px;position:absolute;top:-3px;left:0;right:0}.footer-top{padding:46px 0 34px}.footer-grid{grid-template-columns:minmax(260px,1.18fr) minmax(126px,.56fr) minmax(238px,.9fr) minmax(286px,1fr);align-items:start;gap:clamp(28px,3.2vw,44px);display:grid}.footer-brand,.footer-col{min-width:0}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{width:320px;max-width:100%;height:116px;margin:0 0 24px;line-height:0;transition:transform .35s;display:block;overflow:hidden}.footer-logo:hover{transform:scale(1.03)}.footer-logo-img{object-fit:contain;filter:drop-shadow(0 4px 14px #d4af3740);width:340px;max-width:none;height:auto;display:block;transform:translate(-14px,-63px)}.footer-tagline{font-family:var(--font-body);color:#ffffffa6;text-align:left;-webkit-hyphens:none;hyphens:none;max-width:360px;margin:0 0 26px;font-size:.88rem;font-weight:300;line-height:1.8}.footer-societies{flex-wrap:wrap;gap:8px;display:flex}.society-badge{font-family:var(--font-body);letter-spacing:1.5px;color:var(--gold);background:#d4af370f;border:1px solid #d4af3766;border-radius:4px;padding:5px 12px;font-size:.7rem;font-weight:700;transition:all .25s}.society-badge:hover{background:var(--gold);color:#000;border-color:var(--gold)}.footer-col-title{font-family:var(--font-display);letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;padding-bottom:12px;font-size:.85rem;font-weight:700;line-height:1.2;position:relative}.footer-col-title:after{content:"";background:var(--gold);width:28px;height:1px;position:absolute;bottom:0;left:0}.footer-list{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-list li a,.footer-list li span{font-family:var(--font-body);color:#ffffffb3;font-size:.88rem;font-weight:400;line-height:1.5;transition:color .25s,padding-left .25s;display:inline-block}.footer-list li a:hover{color:var(--gold);padding-left:6px}.footer-contact-list{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-contact-list li{grid-template-columns:18px minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.contact-icon{color:var(--gold);flex-shrink:0;margin-top:5px}.footer-contact-list li a,.footer-contact-list li span{font-family:var(--font-body);color:#ffffffb3;overflow-wrap:anywhere;font-size:.85rem;font-weight:400;line-height:1.7;transition:color .2s}.footer-contact-list li a:hover{color:var(--gold)}.divider{background:linear-gradient(90deg,#0000,#d4af3766,#0000);height:1px}.footer-bottom{background:#000;padding:14px 0}.footer-bottom-inner{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.copyright{font-family:var(--font-body);color:#ffffff8c;letter-spacing:.5px;font-size:.82rem}.legal-note{font-family:var(--font-body);color:#fff6;font-size:.76rem}.legal-note strong{color:var(--gold);font-weight:600}@media (width<=1024px){.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px 44px}.footer-brand{grid-column:1/-1}.footer-tagline{max-width:520px}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.footer{margin-top:0;box-shadow:0 72px 0 72px #000}.footer-top{padding:38px 0 28px}.footer-grid{grid-template-columns:minmax(210px,1.08fr) minmax(104px,.52fr) minmax(190px,.86fr) minmax(230px,1fr);gap:24px}.footer-brand{grid-column:auto}.footer-logo{width:250px;height:90px;margin-bottom:16px}.footer-logo-img{width:266px;transform:translate(-10px,-49px)}.footer-tagline{max-width:300px;margin-bottom:18px;font-size:.76rem;line-height:1.65}.footer-societies{gap:6px}.society-badge{letter-spacing:1px;padding:4px 8px;font-size:.56rem}.footer-col-title{letter-spacing:2.2px;margin-bottom:12px;padding-bottom:9px;font-size:.7rem}.footer-list{gap:8px}.footer-list li a,.footer-list li span{font-size:.74rem;line-height:1.45}.footer-contact-list{gap:10px}.footer-contact-list li{grid-template-columns:16px minmax(0,1fr);gap:9px}.contact-icon{margin-top:4px}.footer-contact-list li a,.footer-contact-list li span{font-size:.72rem;line-height:1.55}.footer-bottom{padding:12px 0 calc(28px + env(safe-area-inset-bottom,0px))}.copyright{font-size:.7rem}}@media (width<=768px){.footer-top{padding:38px 0 26px}.footer-grid{gap:28px}.footer-tagline{margin-bottom:22px;font-size:.85rem;line-height:1.7}.society-badge{letter-spacing:1.2px;padding:4px 9px;font-size:.62rem}.footer-col-title{letter-spacing:2.4px;margin-bottom:14px;padding-bottom:10px;font-size:.78rem}.footer-list{gap:9px}.footer-list li a,.footer-list li span{font-size:.84rem}.footer-contact-list{gap:14px}.footer-contact-list li a,.footer-contact-list li span{font-size:.8rem;line-height:1.65}.copyright{padding:0 8px;font-size:.74rem;line-height:1.5}}@media (width<=600px){.footer{border-top-width:2px}.footer-grid{grid-template-columns:1fr;gap:0}.footer-brand{text-align:left;grid-column:auto;align-items:flex-start;padding-bottom:24px}.footer-top{padding:34px 0 24px}.footer-logo{width:224px;height:80px;margin:0 0 16px}.footer-logo-img{width:238px;transform:translate(-9px,-44px)}.footer-tagline{text-align:left;max-width:none;margin:0 0 18px;line-height:1.65}.footer-societies{justify-content:flex-start;gap:7px}.footer-col{border-top:1px solid #d4af3733;padding:20px 0}.footer-col:last-child{padding-bottom:0}.footer-col-title{text-align:left;margin-bottom:12px}.footer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;display:grid}.footer-grid>.footer-col:nth-child(3) .footer-list{grid-template-columns:1fr}.footer-list li a,.footer-list li span{line-height:1.45}.footer-contact-list{gap:12px}.footer-contact-list li{grid-template-columns:18px minmax(0,1fr);gap:10px}.footer-contact-list li a,.footer-contact-list li span{line-height:1.55}}@media (width<=420px){.footer-logo{width:198px;height:72px;margin-bottom:14px}.footer-logo-img{width:210px;transform:translate(-8px,-39px)}.footer-tagline{font-size:.82rem}.footer-list{gap:9px 12px}.society-badge{padding:4px 8px;font-size:.58rem}.footer-list li a,.footer-list li span,.footer-contact-list li a,.footer-contact-list li span{font-size:.78rem}.copyright{font-size:.7rem}}.site-skeleton{z-index:9999;background:var(--bg-primary);overscroll-behavior:contain;opacity:1;visibility:visible;transition:opacity .32s,visibility .32s;animation:.22s ease-out both sk-fade-in;position:fixed;inset:0;overflow-y:auto}.site-skeleton.is-hiding{opacity:0;visibility:hidden;pointer-events:none}@keyframes sk-fade-in{0%{opacity:0}to{opacity:1}}.sk-block{isolation:isolate;background:#ece4d3;border-radius:8px;display:block;position:relative;overflow:hidden}.sk-block:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb3 45%,#fff8e6d9 50%,#ffffffb3 55%,#0000 100%);animation:1.4s linear infinite sk-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes sk-shimmer{to{transform:translate(100%)}}.sk-nav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f9f9f9b3;border-bottom:1px solid #d4af372e;justify-content:space-between;align-items:center;padding:18px max(24px,50vw - 576px);display:flex}.sk-nav-logo{border-radius:6px;width:220px;height:64px}.sk-nav-links{align-items:center;gap:14px;display:flex}.sk-nav-link{border-radius:4px;width:72px;height:14px}.sk-nav-cta{background:#e3d4b0;border-radius:30px;width:110px;height:38px}.sk-main{max-width:1200px;margin:0 auto;padding:64px 24px}.sk-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;margin-bottom:80px;padding-top:40px;display:grid}.sk-hero-left{flex-direction:column;gap:16px;display:flex}.sk-pill{border-radius:30px;width:200px;height:30px}.sk-h1{border-radius:8px;width:100%;height:50px}.sk-h1-short{width:70%}.sk-p{border-radius:4px;width:100%;height:14px}.sk-p-short{width:65%}.sk-row{flex-wrap:wrap;gap:14px;margin-top:14px;display:flex}.sk-row-tight{gap:8px;margin-top:8px}.sk-btn{background:#d9c79a;border-radius:30px;width:180px;height:46px}.sk-btn-ghost{background:0 0;border:1px solid #d9c79a}.sk-tag{border-radius:4px;width:64px;height:26px}.sk-hero-visual{aspect-ratio:1;width:100%;max-width:480px;margin-left:auto;position:relative}.sk-image{background:#e0d2ad;border-radius:180px 24px;width:100%;height:100%}.sk-frame .sk-image{border-radius:18px}.sk-section{margin-bottom:80px}.sk-eyebrow{border-radius:3px;width:130px;height:12px;margin-bottom:14px}.sk-h2{border-radius:8px;width:60%;max-width:440px;height:38px;margin-bottom:36px}.sk-cards{grid-template-columns:repeat(var(--sk-cols,3), minmax(0, 1fr));gap:22px;display:grid}.sk-card{background:#fff;border:1px solid #d4af3738;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px #630d160d}.sk-card-img{background:#e3d4b0;border-radius:0;width:100%;height:180px}.sk-card-body{flex-direction:column;gap:10px;padding:22px 22px 26px;display:flex}.sk-card-title{border-radius:4px;width:70%;height:20px}.sk-card-line{border-radius:3px;width:100%;height:12px}.sk-card-line-short{width:75%}.sk-strip{border-top:1px solid #d4af3733;border-bottom:1px solid #d4af3733;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:80px;padding:22px 0;display:flex}.sk-strip-tag{border-radius:4px;width:90px;height:24px}.sk-footer{background:#0c0c0c;border-top:3px solid #b89329;margin-top:40px;padding:50px max(24px,50vw - 576px) 30px}.sk-footer .sk-block{background:#1f1c14}.sk-footer .sk-block:after{background:linear-gradient(90deg,#0000 0%,#d4af3724 45%,#d4af3738 50%,#d4af3724 55%,#0000 100%)}.sk-footer-grid{grid-template-columns:1.18fr .56fr .9fr 1fr;gap:44px;display:grid}.sk-footer-col{flex-direction:column;gap:14px;display:flex}.sk-footer-logo{border-radius:6px;width:240px;height:80px}.sk-footer-title{border-radius:3px;width:110px;height:14px;margin-bottom:6px}.sk-footer-line{border-radius:3px;width:90%;height:12px}@media (width<=1024px){.sk-hero{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.sk-hero-visual{max-width:520px;margin:0 auto}.sk-cards{grid-template-columns:repeat(min(var(--sk-cols,3), 2), minmax(0, 1fr))}.sk-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.sk-footer-col:first-child{grid-column:1/-1}}@media (width<=900px){.sk-nav-links .sk-nav-link{display:none}.sk-nav-cta{border-radius:10px;width:44px;height:44px}}@media (width<=768px){.sk-nav{padding:14px 18px}.sk-nav-logo{width:160px;height:56px}.sk-main{padding:36px 18px}.sk-hero{gap:30px;margin-bottom:50px;padding-top:20px}.sk-h1{height:38px}.sk-h2{width:80%;height:30px;margin-bottom:26px}.sk-image{border-radius:110px 18px}.sk-frame .sk-image{border-radius:14px}.sk-section{margin-bottom:50px}.sk-cards{grid-template-columns:1fr;gap:16px}.sk-card-img{height:180px}.sk-strip{gap:10px;margin-bottom:50px;padding:18px 4px}.sk-strip-tag{width:72px;height:22px}.sk-footer{padding:36px 18px 24px}.sk-footer-grid{grid-template-columns:1fr;gap:22px}.sk-footer-col:first-child{grid-column:auto}.sk-footer-logo{width:200px;height:70px}}@media (width<=480px){.sk-btn{width:100%}.sk-row{flex-direction:column}}@media (prefers-reduced-motion:reduce){.sk-block:after{animation-duration:2.4s}}.hero{background:var(--bg-primary);align-items:center;min-height:100vh;padding:130px 0 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 70%,#630d160f 0%,#0000 60%);width:50%;height:100%;position:absolute;top:0;right:0}.hero-orb-1{pointer-events:none;background:radial-gradient(circle,#d4af3729 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-180px;right:-180px}.hero-orb-2{pointer-events:none;background:radial-gradient(circle,#630d1614 0%,#0000 65%);width:460px;height:460px;position:absolute;bottom:-120px;left:-160px}.hero-grid{pointer-events:none;background-image:linear-gradient(#630d160a 1px,#0000 1px),linear-gradient(90deg,#630d160a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%);mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%)}.hero-content{z-index:1;width:100%;max-width:1200px;position:relative}.hero-left{z-index:2;max-width:620px;position:relative}.hero-visual{z-index:1;width:46%;max-width:560px;height:540px;position:absolute;top:44%;right:0;transform:translateY(-50%)}.hero-shape{pointer-events:none;position:absolute}.hero-shape-blob{filter:blur(2px);z-index:0;background:linear-gradient(135deg,#d4af3759 0%,#630d1640 100%);border-radius:63% 37% 54% 46%/55% 48% 52% 45%;width:380px;height:380px;animation:12s ease-in-out infinite blob-morph;top:-30px;right:-40px}@keyframes blob-morph{0%,to{border-radius:63% 37% 54% 46%/55% 48% 52% 45%;transform:translate(0)rotate(0)}33%{border-radius:42% 58% 38% 62%/60% 42% 58% 40%;transform:translate(-15px,10px)rotate(5deg)}66%{border-radius:55% 45% 65% 35%/40% 60%;transform:translate(10px,-15px)rotate(-3deg)}}.hero-shape-ring{z-index:0;opacity:.7;width:220px;height:220px;animation:30s linear infinite spin;bottom:-60px;left:-50px}@keyframes spin{to{transform:rotate(360deg)}}.hero-shape-square{border:2px solid var(--gold);z-index:0;background:#d4af3714;border-radius:12px;width:80px;height:80px;animation:7s ease-in-out infinite square-float;top:18%;left:-30px;transform:rotate(15deg)}@keyframes square-float{0%,to{transform:rotate(15deg)translateY(0)}50%{transform:rotate(20deg)translateY(-15px)}}.hero-shape-dots{background-image:radial-gradient(circle, var(--burgundy) 1.5px, transparent 1.5px);opacity:.35;z-index:0;background-size:14px 14px;width:120px;height:120px;bottom:30px;right:-20px}.hero-image-wrap{z-index:2;border-radius:180px 24px;width:100%;height:100%;animation:7s ease-in-out infinite image-float;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #630d1666,0 10px 30px -5px #00000026,inset 0 0 0 1px #d4af374d}@keyframes image-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-image{object-fit:cover;width:100%;height:100%;display:block}.hero-image-shine{pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 35% 65%,#d4af372e 100%);position:absolute;inset:0}.hero-badge{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--burgundy);border:1px solid var(--gold);background:#d4af371f;border-radius:50px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--burgundy);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-family:var(--font-display);letter-spacing:.5px;color:var(--charcoal);max-width:620px;margin-bottom:24px;padding-bottom:.15em;font-size:clamp(2rem,4.2vw,3.6rem);font-weight:700;line-height:1.18;overflow:visible}.hero-title-line{white-space:nowrap;margin-bottom:8px;padding-right:.1em;display:block}.hero-title-accent{white-space:nowrap;font-family:var(--font-serif);background:linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-light) 50%, var(--burgundy) 100%);-webkit-text-fill-color:transparent;letter-spacing:0;-webkit-background-clip:text;background-clip:text;padding:.05em .15em .18em .05em;font-size:.92em;font-style:italic;font-weight:700;line-height:1.25;display:block}.hero-subtitle{font-family:var(--font-body);color:var(--charcoal-soft);max-width:620px;margin-bottom:36px;font-size:1.05rem;font-weight:400;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:22px;display:flex}.hero-btn{padding:14px 30px!important;font-size:.85rem!important}.waveform{opacity:.85;justify-content:space-between;align-items:center;gap:4px;width:min(100%,450px);height:44px;margin-bottom:36px;display:flex}.waveform span{width:3px;height:var(--h,20px);background:linear-gradient(180deg, var(--gold) 0%, var(--burgundy) 100%);animation:2s ease-in-out infinite wave;animation-delay:var(--delay,0s);transform-origin:50%;border-radius:2px;display:block}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}.hero-societies{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.societies-label{font-family:var(--font-body);color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;margin-right:6px;font-size:.7rem;font-weight:600}.society-tag{font-family:var(--font-body);letter-spacing:1.5px;color:var(--charcoal-soft);border:1px solid var(--border);background:#fff;border-radius:4px;padding:5px 11px;font-size:.68rem;font-weight:700;transition:all .25s}.society-tag:hover{border-color:var(--gold);color:var(--burgundy);background:#d4af3714}.scroll-hint{color:var(--burgundy);z-index:1;animation:2s infinite bounce;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (width<=1024px){.hero-visual{width:100%;max-width:560px;height:420px;margin:30px auto 0;position:relative;top:auto;right:auto;transform:none}.hero-left{max-width:100%}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.hero{align-items:center;min-height:auto;padding:122px 0 56px}.hero-content{max-width:980px}.hero-left{max-width:55%}.hero-badge{letter-spacing:1.5px;margin-bottom:18px;padding:7px 13px;font-size:.6rem}.hero-title{margin-bottom:16px;font-size:clamp(2rem,4.2vw,2.8rem);line-height:1.15}.hero-subtitle{max-width:520px;margin-bottom:22px;font-size:.82rem;line-height:1.65}.hero-subtitle br{display:none}.hero-actions{gap:12px;margin-bottom:16px}.hero-btn{padding:12px 24px!important;font-size:.72rem!important}.waveform{width:min(100%,390px);height:34px;margin-bottom:18px}.hero-societies{gap:6px;max-width:560px}.societies-label{font-size:.58rem}.society-tag{letter-spacing:1.1px;padding:4px 8px;font-size:.56rem}.hero-visual{width:39%;max-width:380px;height:360px;margin:0;position:absolute;top:55%;right:24px;transform:translateY(-50%)}.hero-image-wrap{border-radius:128px 18px}.hero-shape-blob{width:270px;height:270px;top:-18px;right:-18px}.hero-shape-ring{width:160px;height:160px;bottom:-34px;left:-26px}.hero-shape-square{width:58px;height:58px;left:-18px}.hero-shape-dots{background-size:11px 11px;width:92px;height:92px;bottom:18px;right:-10px}.scroll-hint{display:none}}@media (width<=768px){.hero{min-height:auto;padding:100px 0 60px}.hero:before{opacity:.5;width:100%}.hero-orb-1{width:360px;height:360px;top:-120px;right:-120px}.hero-orb-2{width:300px;height:300px;bottom:-90px;left:-110px}.hero-grid{background-size:40px 40px}.hero-badge{letter-spacing:1.2px;text-align:left;border-radius:30px;align-items:flex-start;max-width:100%;margin-bottom:22px;padding:8px 14px;font-size:.6rem;line-height:1.45}.hero-badge .badge-dot{flex-shrink:0;margin-top:6px}.hero-title{margin-bottom:18px;font-size:clamp(1.7rem,8vw,2.3rem);line-height:1.2}.hero-title-line,.hero-title-accent{white-space:normal}.hero-title-accent{font-size:.9em}.hero-subtitle{margin-bottom:26px;font-size:.92rem;line-height:1.7}.hero-subtitle br{display:none}.hero-actions{flex-direction:column;gap:10px;margin-bottom:24px}.hero-btn{justify-content:center;width:100%;padding:13px 24px!important}.waveform{opacity:.7;height:36px;margin-bottom:28px}.hero-visual{max-width:92%;height:clamp(280px,80vw,360px);margin-top:18px}.hero-image-wrap{border-radius:110px 18px}.hero-shape-blob{width:240px;height:240px;top:-10px;right:-10px}.hero-shape-ring{width:140px;height:140px;bottom:-30px;left:-20px}.hero-shape-square{width:54px;height:54px;top:12%;left:-12px}.hero-shape-dots{background-size:11px 11px;width:90px;height:90px;bottom:10px;right:-8px}.hero-societies{gap:6px}.societies-label{width:100%;margin-bottom:4px;margin-right:0;font-size:.62rem}.society-tag{padding:4px 9px;font-size:.6rem}.scroll-hint{display:none}}@media (width<=480px){.hero{padding:92px 0 50px}.hero-title{font-size:clamp(1.55rem,8.5vw,2rem)}.hero-visual{height:260px}.hero-image-wrap{border-radius:90px 14px}.hero-shape-blob{width:200px;height:200px}.hero-shape-ring{width:120px;height:120px}.waveform{display:none}}.services-overview{background:var(--bg-secondary);position:relative}.services-overview:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:0;left:0;right:0}.services-header{grid-template-columns:1fr 1fr;align-items:start;gap:28px;margin-bottom:34px;display:grid}.services-cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.services-cards .card:nth-child(4){grid-column:span 1}.services-cards .card:nth-child(5){grid-column:span 2}.service-card{cursor:default;isolation:isolate;background:#fff;border-color:#d4af3747;grid-template-rows:176px 1fr;min-height:360px;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #630d1614,inset 0 0 0 1px #ffffffb3}.service-card:before{content:"";background:linear-gradient(90deg, var(--gold), var(--burgundy));opacity:0;z-index:4;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.service-card:hover:before{opacity:1}.service-media{background:var(--burgundy);min-height:176px;position:relative;overflow:hidden}.service-media:before{content:"";z-index:1;background:radial-gradient(circle at 18% 16%,#ffffff47 0%,#0000 34%),linear-gradient(#280f0f1a 0%,#630d1685 100%);position:absolute;inset:0}.service-media:after{content:"";z-index:2;background:linear-gradient(#fff0 0%,#fff 100%);height:46px;position:absolute;bottom:-1px;left:0;right:0}.service-bg{z-index:0;object-fit:cover;object-position:center;opacity:.88;filter:saturate(.94)contrast(1.04)sepia(.04);transform-origin:50%;width:100%;height:100%;transition:transform .55s,opacity .35s,filter .35s;position:absolute;inset:0;transform:scale(1.22)}.service-card:hover .service-bg{opacity:.96;filter:saturate(1.02)contrast(1.06)sepia(.03);transform:scale(1.28)}.service-copy{z-index:2;background:linear-gradient(#fff 0%,#fbf8f1 100%);padding:22px 26px 26px;position:relative}.service-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.3px;margin-bottom:10px;font-size:1.1rem;font-weight:700}.service-desc{font-family:var(--font-body);color:var(--charcoal-soft);text-align:left;-webkit-hyphens:none;hyphens:none;font-size:.88rem;font-weight:400;line-height:1.75}.service-arrow{color:var(--gold-dark);opacity:0;transition:all .3s;position:absolute;bottom:28px;right:28px;transform:translate(-8px)}.service-card:hover .service-arrow{opacity:1;color:var(--burgundy);transform:translate(0)}@media (width<=1024px){.services-header{grid-template-columns:1fr;gap:14px}.services-cards{grid-template-columns:repeat(2,1fr)}.services-cards .card:nth-child(5){grid-column:auto}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.services-overview.section{padding:54px 0}.services-header{grid-template-columns:.92fr 1.08fr;gap:26px;margin-bottom:26px}.services-cards{grid-template-columns:repeat(3,1fr);gap:14px}.services-cards .card:nth-child(5){grid-column:span 2}.service-card{grid-template-rows:138px 1fr;min-height:300px}.service-media{min-height:138px}.service-copy{padding:18px 18px 22px}.service-title{font-size:.92rem;line-height:1.35}.service-desc{font-size:.76rem;line-height:1.65}}@media (width<=768px){.services-header{margin-bottom:26px}.services-cards{gap:14px}.service-card{grid-template-rows:160px 1fr;min-height:320px}.service-media{min-height:160px}.service-copy{padding:20px 20px 22px}.service-title{font-size:1.05rem}.service-desc{font-size:.85rem;line-height:1.7}}@media (width<=640px){.services-cards{grid-template-columns:1fr;gap:16px}.service-card{grid-template-rows:180px 1fr;min-height:300px}.service-media{min-height:180px}.service-copy{padding:22px 22px 26px}.service-arrow{opacity:.55;bottom:22px;right:22px;transform:translate(0)}}@media (width<=420px){.service-card{grid-template-rows:160px 1fr;min-height:280px}.service-media{min-height:160px}.service-copy{padding:18px 18px 22px}.service-title{font-size:1rem}}.awareness-section{background:var(--bg-primary);position:relative;overflow:hidden}.awareness-bg{pointer-events:none;background:radial-gradient(60% 60% at 80%,#d4af371a 0%,#0000 70%),radial-gradient(40% 40% at 10% 20%,#630d160d 0%,#0000 70%);position:absolute;inset:0}.awareness-top{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;margin-bottom:38px;display:grid}.awareness-intro{max-width:540px}.awareness-stats{flex-direction:column;align-items:center;gap:24px;display:flex}.ap-icon{background:linear-gradient(135deg, var(--burgundy) 0%, #420810 100%);border:1px solid var(--gold);width:48px;height:48px;color:var(--gold);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:14px;transition:transform .4s;display:flex;box-shadow:0 8px 20px #630d1638}.ap-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;margin-bottom:10px;font-size:1.05rem;font-weight:700}.ap-desc{font-family:var(--font-body);color:var(--charcoal-soft);font-size:.88rem;line-height:1.75}.awareness-bottom{isolation:isolate;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 40px 90px #630d1638,inset 0 0 0 1px #d4af3766}.awareness-bottom-bg{z-index:0;filter:saturate(1.25)contrast(1.12)brightness(1.05);background:url(/Images/Home%20page/Threepara.webp) 50%/cover no-repeat;position:absolute;inset:0;transform:scale(1.04)}.awareness-bottom-overlay{z-index:1;pointer-events:none;background:linear-gradient(#fff8e673 0%,#fbf4dc47 50%,#fff8e680 100%),radial-gradient(70% 80%,#0000 40%,#630d161f 100%);position:absolute;inset:0}.awareness-bottom-content{z-index:2;padding:42px 38px;position:relative}.awareness-bottom-content:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);border-radius:2px;width:80px;height:3px;position:absolute;top:24px;left:50%;transform:translate(-50%)}.awareness-points-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.awareness-card{-webkit-backdrop-filter:blur(8px);background:linear-gradient(#ffffff8c 0%,#fffbf073 100%);border:1px solid #d4af378c;border-radius:20px;padding:26px 22px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 18px 40px #630d1624,0 2px 8px #0000000f,inset 0 0 0 1px #ffffff80}.awareness-card:before{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--burgundy) 100%);transform-origin:0;width:100%;height:4px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.awareness-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af372e 0%,#0000 70%);width:120px;height:120px;transition:transform .5s;position:absolute;bottom:-40px;right:-40px}.awareness-card:hover{border-color:var(--gold);background:linear-gradient(#ffffffc7 0%,#fffbf0b3 100%);transform:translateY(-8px);box-shadow:0 30px 60px #630d1638,0 6px 14px #00000014,inset 0 0 0 1px #fff9}.awareness-card:hover:before{transform:scaleX(1)}.awareness-card:hover:after{transform:scale(1.4)}.awareness-card:hover .ap-icon{transform:scale(1.08)rotate(-6deg);box-shadow:0 12px 28px #630d1659}.awareness-cta-row{flex-direction:column;align-items:center;gap:14px;display:flex}.awareness-cta-row:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60px;height:1px}.awareness-cta-btn{background:linear-gradient(135deg, var(--burgundy) 0%, #420810 100%)!important;color:var(--gold)!important;border:1px solid var(--gold)!important;padding:18px 40px!important;font-size:.95rem!important;transition:all .4s!important;box-shadow:0 16px 36px #630d1659,inset 0 0 0 1px #d4af374d!important}.awareness-cta-btn:hover{transform:translateY(-3px);box-shadow:0 22px 48px #630d1673,inset 0 0 0 1px #d4af3780!important}.royalty-visual{flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.rv-circle{border-radius:50%;justify-content:center;align-items:center;display:flex}.rv-circle-1{background:#d4af370f;border:1px solid #d4af3733;width:280px;height:280px;animation:20s linear infinite rotateSlow}.rv-circle-2{background:#630d160d;border:1px solid #630d162e;width:210px;height:210px}.rv-circle-3{border:1px solid var(--gold);background:#d4af3726;width:150px;height:150px}.rv-core{background:var(--burgundy);border:2px solid var(--gold);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;animation:2.4s ease-in-out infinite corePulse;display:flex;box-shadow:0 6px 24px #630d1640}.rv-pct{font-family:var(--font-display);color:var(--gold);font-size:1.8rem;font-weight:700;line-height:1;animation:1.8s ease-in-out infinite numberPulse}.rv-note{font-family:var(--font-body);color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px;margin-top:4px;font-size:.65rem}.rv-label-outer{font-family:var(--font-body);color:var(--charcoal-soft);text-align:center;font-size:.85rem;line-height:1.7}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes corePulse{0%,to{box-shadow:0 6px 24px #630d1640}50%{box-shadow:0 8px 30px #630d1652,0 0 0 8px #d4af371f}}@keyframes numberPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.awareness-cards-mini{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}.mini-card{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:22px;transition:all .3s;display:flex;box-shadow:0 2px 10px #630d160a}.mini-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 10px 30px #630d161a}.mini-val{font-family:var(--font-display);color:var(--burgundy);font-size:1.7rem;font-weight:700}.mini-lbl{font-family:var(--font-body);color:var(--charcoal-soft);text-align:center;font-size:.75rem;font-weight:500;line-height:1.4}@media (width<=1024px){.awareness-top{grid-template-columns:1fr;gap:30px;margin-bottom:32px}.awareness-intro{max-width:100%}.awareness-points-grid{grid-template-columns:1fr;gap:18px}.awareness-bottom-content{padding:32px 26px}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.awareness-section.section{padding:54px 0}.awareness-top{grid-template-columns:1.05fr .95fr;align-items:center;gap:28px;margin-bottom:30px}.awareness-intro{max-width:500px}.royalty-visual{gap:18px}.rv-circle-1{width:220px;height:220px}.rv-circle-2{width:168px;height:168px}.rv-circle-3{width:122px;height:122px}.rv-core{width:82px;height:82px}.rv-pct{font-size:1.45rem}.rv-label-outer{font-size:.76rem;line-height:1.55}.awareness-cards-mini{gap:12px}.mini-card{padding:16px 14px}.mini-val{font-size:1.28rem}.mini-lbl{font-size:.66rem}.awareness-bottom{border-radius:24px}.awareness-bottom-content{padding:32px 28px 28px}.awareness-points-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.awareness-card{border-radius:16px;padding:20px 16px}.ap-icon{border-radius:11px;width:40px;height:40px;margin-bottom:10px}.ap-title{font-size:.88rem;line-height:1.35}.ap-desc{font-size:.74rem;line-height:1.6}.awareness-cta-btn{padding:14px 30px!important;font-size:.78rem!important}}@media (width<=768px){.awareness-top{gap:26px;margin-bottom:26px}.awareness-stats{gap:20px}.royalty-visual{gap:18px}.rv-circle-1{width:230px;height:230px}.rv-circle-2{width:175px;height:175px}.rv-circle-3{width:125px;height:125px}.rv-core{width:84px;height:84px}.rv-pct{font-size:1.55rem}.rv-note{letter-spacing:1.2px;font-size:.6rem}.rv-label-outer{max-width:280px;font-size:.8rem}.awareness-cards-mini{gap:12px}.mini-card{padding:18px 14px}.mini-val{font-size:1.4rem}.mini-lbl{font-size:.7rem}.awareness-bottom{border-radius:24px}.awareness-bottom-content{padding:30px 18px 26px}.awareness-bottom-content:before{width:60px;top:18px}.awareness-points-grid{gap:14px;margin-bottom:22px}.awareness-card{border-radius:16px;padding:22px 18px}.ap-icon{border-radius:12px;width:42px;height:42px;margin-bottom:12px}.ap-title{font-size:1rem}.ap-desc{font-size:.84rem;line-height:1.7}.awareness-cta-btn{justify-content:center;width:100%;padding:14px 28px!important;font-size:.85rem!important}}@media (width<=480px){.rv-circle-1{width:200px;height:200px}.rv-circle-2{width:152px;height:152px}.rv-circle-3{width:110px;height:110px}.rv-core{width:74px;height:74px}.rv-pct{font-size:1.35rem}.awareness-cards-mini{grid-template-columns:1fr;gap:10px}.mini-card{flex-direction:row;justify-content:space-between;gap:12px;padding:16px 14px}.mini-val{font-size:1.3rem}.mini-lbl{text-align:right;flex:1}.awareness-bottom-content{padding:26px 14px 22px}.awareness-card{padding:20px 16px}}.home-cta{color:var(--parchment);background:linear-gradient(135deg,#3e070f 0%,#6e111a 42%,#811823 72%,#4e0a13 100%);padding:66px 0;position:relative;overflow:hidden;box-shadow:inset 0 1px #e8c96a47,inset 0 -1px #e8c96a38}.cta-bg{pointer-events:none;background:linear-gradient(90deg,#0000001f 0%,#0000 30% 70%,#0000001f 100%),radial-gradient(68% 58% at 50% 48%,#9a1c268a 0%,#78131c4d 48%,#0000 76%),radial-gradient(54% 42% at 18% 8%,#d4af3729 0%,#0000 58%),radial-gradient(44% 40% at 92% 22%,#d4af371c 0%,#0000 64%),linear-gradient(#ffffff0b 0%,#00000014 100%);position:absolute;inset:0}.cta-bg:before{content:"";opacity:.42;background-image:linear-gradient(#e8c96a09 1px,#0000 1px),linear-gradient(90deg,#e8c96a08 1px,#0000 1px);background-size:92px 92px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(74% 64%,#000 0%,#0000 82%);mask-image:radial-gradient(74% 64%,#000 0%,#0000 82%)}.cta-bg:after{content:"";opacity:.62;background:linear-gradient(115deg,#0000 0%,#e8c96a12 47%,#0000 55%),radial-gradient(90% 18% at 50% 100%,#0000001f 0%,#0000 70%);position:absolute;inset:0}.home-cta:before{content:"";background:linear-gradient(90deg,#0000,#d4af37d6,#0000);height:1px;position:absolute;top:0;left:0;right:0}.home-cta:after{content:"";background:linear-gradient(90deg,#0000,#d4af37b8,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.cta-content{z-index:1;text-align:center;text-shadow:0 1px 22px #00000029;max-width:720px;margin:0 auto;position:relative}.cta-content .section-label{color:#e6c253;letter-spacing:5px;justify-content:center}.cta-content .section-label:before{background:var(--gold)}.cta-title{font-family:var(--font-display);color:#fff8ea;letter-spacing:.5px;margin-bottom:14px;padding-bottom:.15em;font-size:clamp(2.2rem,5vw,4rem);font-weight:700;line-height:1.28;overflow:visible}.cta-title .gold-text,.cta-title em{font-family:var(--font-serif);background:linear-gradient(135deg,#fff0a6 0%,#e0b931 36%,#c99618 68%,#ffe17a 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 26px #0000002e);-webkit-background-clip:text;background-clip:text;font-style:italic}.cta-subtitle{font-family:var(--font-body);color:#fff8ead1;margin-bottom:24px;font-size:1.05rem;font-weight:400;line-height:1.85}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.home-cta .btn-primary{color:#270409;background:linear-gradient(135deg,#f2d45f 0%,#d4af37 54%,#b98518 100%);border-color:#ffe67ee0;box-shadow:0 16px 34px #0000003d,inset 0 0 0 1px #ffffff2e}.home-cta .btn-primary:hover{color:#170307;background:linear-gradient(135deg,#ffe47a 0%,#e0bc3d 58%,#c9971c 100%);border-color:#ffe47a;box-shadow:0 18px 42px #0000004d,0 0 28px #d4af3747}.home-cta .btn-secondary{color:#fff8ea;background:#ffffff09;border-color:#fff8ea61;box-shadow:inset 0 0 0 1px #d4af3714}.home-cta .btn-secondary:hover{color:#2a050b;background:#fff8eaf2;border-color:#fff8eaf2;box-shadow:0 14px 34px #0000003d}.cta-btn{padding:16px 36px!important;font-size:.9rem!important}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.home-cta{padding:56px 0}.cta-content{max-width:650px}.cta-title{margin-bottom:12px;font-size:clamp(2rem,4.4vw,3.2rem)}.cta-subtitle{margin-bottom:22px;font-size:.86rem;line-height:1.7}.cta-btn{padding:14px 30px!important;font-size:.78rem!important}}@media (width<=768px){.home-cta{padding:54px 0}.cta-title{margin-bottom:12px;font-size:clamp(1.7rem,7vw,2.4rem);line-height:1.22}.cta-subtitle{margin-bottom:22px;font-size:.92rem;line-height:1.7}.cta-btn{padding:14px 26px!important;font-size:.84rem!important}}@media (width<=640px){.home-cta{padding:48px 0}.cta-title{font-size:clamp(1.55rem,7.5vw,2rem)}.cta-actions{flex-direction:column;align-items:center;gap:12px}.cta-btn{justify-content:center;width:100%}}.page-wrapper{background:var(--bg-primary)}.page-hero{background:var(--bg-primary);padding:160px 0 100px;position:relative;overflow:hidden}.page-hero-bg{pointer-events:none;background:radial-gradient(50% 80% at 70%,#d4af371f 0%,#0000 65%),radial-gradient(40% 60% at 10% 30%,#630d160f 0%,#0000 70%),linear-gradient(#d4af370a 0%,#0000 100%);position:absolute;inset:0}.page-hero-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;max-width:760px;margin-bottom:24px;padding-bottom:.15em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.22;overflow:visible}.page-hero-subtitle{font-family:var(--font-body);color:var(--charcoal-soft);max-width:600px;font-size:1.05rem;font-weight:400;line-height:1.85}.about-hero{isolation:isolate;background:linear-gradient(90deg, var(--bg-primary) 0%, #f9f9f9fa 40%, #f9f9f9b8 58%, #f9f9f929 76%, #f9f9f900 100%), linear-gradient(180deg, #f9f9f9bd 0%, #f9f9f90a 34%, #f9f9f92e 100%), url(/Images/About%20-%20US/About%20-%20US.webp) right center / cover no-repeat;min-height:650px;padding:190px 0 100px}.about-hero .page-hero-bg{background:linear-gradient(#d4af370d 0%,#0000 42%),linear-gradient(90deg,#630d160f 0%,#0000 36%)}.about-hero-content{z-index:1;display:block;position:relative}.about-hero-copy{z-index:2;max-width:730px;position:relative}.about-hero .page-hero-title{max-width:720px;margin-bottom:26px}.about-hero .page-hero-subtitle{text-align:left;-webkit-hyphens:none;hyphens:none;max-width:650px}.about-story{background:var(--bg-secondary)!important}.about-story-grid{grid-template-columns:1fr 1fr;align-items:start;gap:42px;display:grid}.about-story-left .section-subtitle strong{color:var(--burgundy);font-weight:700}.about-story-title{font-size:clamp(2.25rem,3.4vw,3rem);line-height:1.35}.about-story-title-line{white-space:nowrap;display:block}.about-highlights{border:1px solid var(--border);background:#fff;border-radius:18px;padding:26px;position:relative;box-shadow:0 6px 28px #630d160f}.about-highlights:before{content:"";background:linear-gradient(90deg, var(--gold), var(--burgundy));border-radius:0 0 3px 3px;height:3px;position:absolute;top:0;left:30px;right:30px}.highlights-title{font-family:var(--font-display);color:var(--burgundy);border-bottom:1px solid var(--border-gold);letter-spacing:.5px;margin-bottom:16px;padding-bottom:16px;font-size:1.05rem;font-weight:700}.highlight-item{border-bottom:1px solid var(--border);font-family:var(--font-body);color:var(--charcoal-soft);align-items:center;gap:12px;padding:14px 0;font-size:.9rem;display:flex}.highlight-item:last-child{border-bottom:none}.check-icon{color:var(--gold-dark);flex-shrink:0}.values-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.value-card{text-align:left;background:#fff;border-color:#d4af3747;grid-template-rows:178px 1fr;min-height:338px;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #630d1614,inset 0 0 0 1px #ffffffb8}.value-card:before{content:"";z-index:4;background:linear-gradient(90deg, var(--gold), var(--burgundy));opacity:0;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.value-card:hover:before{opacity:1}.value-media{background:var(--parchment-warm);min-height:178px;position:relative;overflow:hidden}.value-media:before{content:"";z-index:1;background:radial-gradient(circle at 18% 14%,#ffffff47 0%,#0000 34%),linear-gradient(#ffffff0f 0%,#630d1624 100%);position:absolute;inset:0}.value-media:after{content:"";z-index:2;background:linear-gradient(#fff0 0%,#fff 100%);height:46px;position:absolute;bottom:-1px;left:0;right:0}.value-media img{object-fit:cover;object-position:center;filter:saturate(.95)contrast(1.02)sepia(.03);width:100%;height:100%;min-height:178px;transition:transform .55s,filter .35s;display:block;transform:scale(1.02)}.value-card:hover .value-media img{filter:saturate(1.05)contrast(1.04)sepia(.02);transform:scale(1.08)}.value-copy{background:linear-gradient(#fff 0%,#fbf8f1 100%);padding:22px 26px 24px}.value-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.3px;margin-bottom:12px;font-size:1.15rem;font-weight:700}.value-desc{font-family:var(--font-body);color:var(--charcoal-soft);text-align:left;-webkit-hyphens:none;hyphens:none;font-size:.9rem;line-height:1.8}.about-legal{border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);background:linear-gradient(135deg,#d4af3714 0%,#630d160d 100%);padding:46px 0}.legal-box{max-width:720px}.legal-box p{color:var(--charcoal-soft)!important}.text-center{text-align:center}.text-center .section-label{justify-content:center}@media (width<=1024px){.about-hero{background:linear-gradient(90deg, var(--bg-primary) 0%, #f9f9f9fa 40%, #f9f9f9a8 66%, #f9f9f924 100%), linear-gradient(180deg, #f9f9f9c7 0%, #f9f9f914 38%, #f9f9f933 100%), url(/Images/About%20-%20US/About%20-%20US.webp) right center / cover no-repeat;padding:112px 0 76px}.about-hero-copy{max-width:680px}.about-story-grid{grid-template-columns:1fr;gap:28px}.values-grid{grid-template-columns:1fr}.value-card{grid-template-rows:220px 1fr}.value-media,.value-media img{min-height:220px}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.page-hero{padding:132px 0 74px}.page-hero-title{margin-bottom:18px;font-size:clamp(2.25rem,4.5vw,3.45rem);line-height:1.18}.page-hero-subtitle{font-size:.9rem;line-height:1.72}.about-hero{background:linear-gradient(90deg, var(--bg-primary) 0%, #f9f9f9fa 38%, #f9f9f9ad 58%, #f9f9f924 78%, #f9f9f900 100%), linear-gradient(180deg, #f9f9f9b8 0%, #f9f9f90a 34%, #f9f9f92e 100%), url(/Images/About%20-%20US/About%20-%20US.webp) right center / cover no-repeat;min-height:560px;padding:150px 0 78px}.about-hero-copy{max-width:620px}.about-hero .page-hero-title{max-width:600px}.about-hero .page-hero-subtitle{max-width:560px}.about-story-grid{grid-template-columns:1fr .88fr;gap:30px}.about-story-title{font-size:clamp(1.95rem,3.2vw,2.45rem)}.about-story-left .section-subtitle{font-size:.82rem;line-height:1.72}.about-highlights{border-radius:16px;padding:22px}.highlights-title{margin-bottom:12px;padding-bottom:12px;font-size:.94rem}.highlight-item{padding:11px 0;font-size:.78rem;line-height:1.55}.values-grid{grid-template-columns:repeat(3,1fr);gap:16px}.value-card{grid-template-rows:150px 1fr;min-height:300px}.value-media,.value-media img{min-height:150px}.value-copy{padding:18px 18px 20px}.value-title{margin-bottom:8px;font-size:.98rem}.value-desc{font-size:.78rem;line-height:1.65}.about-legal{padding:38px 0}}@media (width<=768px){.about-hero{background:linear-gradient(180deg, #f9f9f9ad 0%, #f9f9f966 38%, #f9f9f9f5 74%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9fa 0%, #f9f9f9c7 48%, #f9f9f947 100%), url(/Images/About%20-%20US/About%20-%20US.webp) 58% center / cover no-repeat;align-items:flex-end;min-height:min(540px,92svh);padding:116px 0 46px;display:flex}.about-hero .page-hero-bg{background:linear-gradient(#d4af371a 0%,#0000 36%),linear-gradient(#0000 58%,#630d1614 100%)}.about-hero-copy{max-width:100%}.about-hero .section-label{margin-bottom:12px}.about-hero .page-hero-title{letter-spacing:.2px;max-width:360px;margin-bottom:16px;font-size:2.18rem;line-height:1.14}.about-hero .gold-text{padding-left:0;display:block}.about-hero .page-hero-subtitle{max-width:360px;color:var(--charcoal);font-size:.94rem;line-height:1.7}.about-story-grid{gap:24px}.about-story-left .section-subtitle{text-align:left;text-justify:auto;-webkit-hyphens:none;hyphens:none;max-width:none;line-height:1.72}.about-story-title{margin-bottom:14px;font-size:1.72rem;line-height:1.22}.about-story-left .btn-primary{justify-content:center;width:100%;min-height:52px;margin-top:22px!important;padding:14px 22px!important}.about-highlights{border-radius:16px;padding:20px;box-shadow:0 16px 38px #630d1614}.about-highlights:before{left:20px;right:20px}.highlights-title{margin-bottom:14px;padding-bottom:14px;font-size:1rem}.highlight-item{align-items:flex-start;gap:10px;padding:12px 0;font-size:.86rem;line-height:1.55}.check-icon{margin-top:2px}.values-grid{gap:16px}.value-card{border-radius:16px;grid-template-rows:160px 1fr;min-height:0;box-shadow:0 14px 34px #630d1614}.value-media,.value-media img{min-height:160px}.value-copy{padding:18px 20px 20px}.value-title{margin-bottom:8px;font-size:1.05rem}.value-desc{font-size:.86rem;line-height:1.65}.about-legal{padding:38px 0}.legal-box{background:#ffffffb8;border:1px solid #d4af3757;border-radius:16px;max-width:none;padding:24px 20px;box-shadow:0 14px 36px #630d1612}.legal-box .section-title{margin-bottom:10px;line-height:1.24;font-size:1.34rem!important}.legal-box p:not(.section-label){text-align:left;-webkit-hyphens:none;hyphens:none;font-size:.86rem!important;line-height:1.65!important}.about-story-title-line{white-space:normal}}@media (width<=480px){.about-hero{background:linear-gradient(180deg, #f9f9f99e 0%, #f9f9f95c 34%, #f9f9f9f7 72%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9fa 0%, #f9f9f9bd 54%, #f9f9f952 100%), url(/Images/About%20-%20US/About%20-%20US.webp) 58% center / cover no-repeat;min-height:min(520px,94svh);padding:108px 0 38px}.about-hero .page-hero-title{max-width:320px;margin-bottom:14px;font-size:1.9rem}.about-hero .page-hero-subtitle{max-width:320px;font-size:.88rem;line-height:1.62}.about-story-title{font-size:1.48rem}.about-story-left .section-subtitle{font-size:.88rem;line-height:1.68}.about-highlights{border-radius:14px;padding:18px}.highlight-item{padding:11px 0;font-size:.82rem}.value-card{border-radius:14px;grid-template-rows:142px 1fr}.value-media,.value-media img{min-height:142px}.value-copy{padding:16px 18px 18px}.legal-box{border-radius:14px;padding:22px 18px}}.artists-hero{isolation:isolate;background:var(--bg-primary);align-items:center;min-height:850px;padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.artists-hero:after{content:"";z-index:0;background:linear-gradient(90deg, var(--bg-primary) 0%, #f9f9f9f5 32%, #f9f9f999 50%, #f9f9f91f 70%, #f9f9f900 100%), linear-gradient(180deg, #f9f9f9b8 0%, #f9f9f90a 34%, #f9f9f92e 100%), url(/Images/Our%20Artists/Our%20Artists.webp) 80% center / cover no-repeat;pointer-events:none;position:absolute;inset:110px 0 0}.artists-hero .container{width:100%;max-width:1200px}.artists-hero .about-hero-copy,.artists-hero>.container>*{text-align:left}.artists-hero .page-hero-title,.artists-hero .page-hero-subtitle,.artists-hero .section-label{margin-left:0}.artists-hero .page-hero-bg{background:linear-gradient(#d4af370d 0%,#0000 42%),linear-gradient(90deg,#630d160f 0%,#0000 36%)}.artists-hero .container{z-index:1;position:relative}.artists-hero .page-hero-subtitle{text-align:left;-webkit-hyphens:none;hyphens:none}.artist-marquee{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);padding:18px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.artist-marquee-track{gap:22px;width:max-content;animation:60s linear infinite marquee-slide;display:flex}.artist-marquee:hover .artist-marquee-track{animation-play-state:paused}@keyframes marquee-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-card{background:var(--burgundy);border:1px solid var(--border-gold);border-radius:18px;flex:none;width:240px;height:320px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 8px 24px #630d162e}.marquee-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #630d1647}.marquee-photo{background:var(--burgundy);position:absolute;inset:0}.marquee-photo img{object-fit:contain;object-position:center;width:100%;height:100%;padding:14px;display:block}.marquee-shade{pointer-events:none;background:linear-gradient(#0000 40%,#1a080c8c 70%,#1a080cf2 100%);position:absolute;inset:0}.marquee-meta{z-index:1;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.marquee-name{font-family:var(--font-display);color:#fff;letter-spacing:.4px;font-size:1rem;font-weight:700;line-height:1.25}.marquee-role{font-family:var(--font-body);color:var(--gold-light);letter-spacing:.4px;font-size:.74rem;font-weight:500}.artists-list-section{background:var(--bg-secondary);padding:60px 0;position:relative;overflow:hidden}.artists-list-section:before{content:"";pointer-events:none;background:radial-gradient(60% 100% at 50% 0,#d4af3714,#0000 70%);height:300px;position:absolute;top:0;left:0;right:0}.artists-list-head{text-align:center;max-width:720px;margin:0 auto 30px;position:relative}.artists-list-head .section-label{justify-content:center}.artists-list-head .section-subtitle{text-align:center;margin:14px auto 0}.artists-accordion{border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);background:linear-gradient(#fff 0%,#fbf8f1 100%);border-radius:20px;flex-direction:column;gap:0;max-width:1080px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 0 0 1px #d4af372e,0 30px 80px #630d161a}.artist-row{border-bottom:1px solid var(--border-gold);background:0 0;transition:all .45s cubic-bezier(.16,1,.3,1);position:relative}.artist-row:last-child{border-bottom:none}.artist-row:before{content:"";background:linear-gradient(180deg, var(--gold), var(--burgundy));transform-origin:top;width:4px;transition:transform .5s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.artist-row:hover:before,.artist-row.open:before{transform:scaleY(1)}.artist-row.open{background:linear-gradient(135deg,#fff 0%,#fcf6e4 60%,#fff 100%)}.artist-row-head{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:none;grid-template-columns:56px 76px 1fr auto;align-items:center;gap:24px;padding:15px 30px;transition:padding .4s;display:grid;position:relative}.artist-row:hover .artist-row-head{padding-left:44px}.artist-row-num{font-family:var(--font-display);color:var(--gold-dark);letter-spacing:2px;font-size:1.4rem;font-weight:700;display:inline-block;position:relative}.artist-row-num:after{content:"";background:var(--gold);width:24px;height:1px;transition:width .4s;position:absolute;bottom:-6px;left:0}.artist-row.open .artist-row-num{color:var(--burgundy)}.artist-row.open .artist-row-num:after{background:var(--burgundy);width:40px}.artist-row-thumb{background:var(--burgundy);border:2px solid var(--gold);border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:transform .45s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 0 0 4px #d4af371f,0 6px 18px #630d162e}.artist-row-thumb img{object-fit:contain;object-position:center;width:100%;height:100%;padding:6px;display:block}.artist-row:hover .artist-row-thumb{transform:scale(1.08)rotate(-3deg)}.artist-row.open .artist-row-thumb{transform:scale(1.12);box-shadow:0 0 0 6px #d4af3738,0 10px 30px #630d1647}.artist-row-title{flex-direction:column;gap:4px;min-width:0;display:flex}.artist-row-name{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.4px;font-size:1.25rem;font-weight:700;line-height:1.3}.artist-row-role{font-family:var(--font-body);color:var(--charcoal-soft);letter-spacing:.3px;font-size:.85rem;font-style:italic;font-weight:500}.artist-row-icon{width:44px;height:44px;color:var(--burgundy);border:1px solid var(--border-gold);background:#d4af3724;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .45s cubic-bezier(.16,1,.3,1);display:flex}.artist-row:hover .artist-row-icon{background:var(--gold);color:var(--burgundy);border-color:var(--gold)}.artist-row.open .artist-row-icon{background:var(--burgundy);color:var(--gold);border-color:var(--burgundy);transform:rotate(180deg);box-shadow:0 8px 22px #630d1652}.artist-row-body{grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.16,1,.3,1);display:grid}.artist-row.open .artist-row-body{grid-template-rows:1fr}.artist-row-body-wrap{min-height:0;overflow:hidden}.artist-row-body-inner{opacity:0;grid-template-columns:280px 1fr;gap:32px;padding:6px 30px 26px 48px;transition:opacity .5s .15s,transform .5s .15s;display:grid;position:relative;transform:translateY(10px)}.artist-row.open .artist-row-body-inner{opacity:1;transform:translateY(0)}.artist-row-left{flex-direction:column;align-items:stretch;gap:18px;padding-top:10px;display:flex}.artist-row-portrait{aspect-ratio:4/5;background:linear-gradient(160deg, var(--burgundy) 0%, var(--burgundy-deep) 100%);border:1px solid var(--gold);border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 0 0 4px #d4af3726,0 18px 40px #630d1640}.artist-row-portrait:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 25%,#d4af372e,#0000 60%);position:absolute;inset:0}.artist-row-portrait img{object-fit:contain;object-position:center;z-index:1;width:100%;height:100%;padding:18px;display:block;position:relative}.artist-row-genre-tag{font-family:var(--font-body);letter-spacing:1.4px;text-transform:uppercase;border:1px solid var(--gold);color:var(--burgundy);text-align:center;background:#d4af371f;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-size:.7rem;font-weight:700;line-height:1.3;display:inline-flex}.artist-row-right{padding-top:10px;position:relative}.artist-row-quote{font-family:var(--font-serif);color:var(--gold);opacity:.55;-webkit-user-select:none;user-select:none;margin-bottom:10px;font-size:5rem;font-style:italic;line-height:.5}.artist-row-bio{font-family:var(--font-body);color:var(--charcoal);margin-bottom:16px;font-size:.98rem;font-weight:400;line-height:1.95}.artist-row-bio:first-letter{font-family:var(--font-display);color:var(--burgundy);font-size:1.4em;font-weight:700}.artist-row-works{border:1px solid var(--border-gold);background:#d4af370f;border-radius:14px;padding:22px 26px;position:relative}.artist-row-works:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:2px;position:absolute;top:-1px;left:22px;right:22px}.artist-row-works-title{font-family:var(--font-display);letter-spacing:2.5px;text-transform:uppercase;color:var(--burgundy);align-items:center;gap:10px;margin-bottom:16px;font-size:.78rem;font-weight:700;display:flex}.artist-row-works-title:after{content:"";background:linear-gradient(90deg, var(--border-gold), transparent);flex:1;height:1px}.artist-row-works ul{grid-template-columns:repeat(2,1fr);gap:10px 18px;list-style:none;display:grid}.artist-row-works li{font-family:var(--font-body);color:var(--charcoal);align-items:center;gap:12px;padding:4px 0;font-size:.9rem;font-weight:500;display:flex}.artist-row-works .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #d4af3738}.artists-cta{text-align:center;background:var(--bg-primary);border-top:1px solid var(--border-gold);padding:50px 0}.artists-cta-inner{max-width:620px;margin:0 auto}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.artists-hero{min-height:650px;padding:132px 0 72px}.artists-hero:after{background:linear-gradient(90deg, var(--bg-primary) 0%, #f9f9f9f5 32%, #f9f9f99e 50%, #f9f9f924 70%, #f9f9f900 100%), linear-gradient(180deg, #f9f9f9b8 0%, #f9f9f90a 34%, #f9f9f92e 100%), url(/Images/Our%20Artists/Our%20Artists.webp) 82% center / cover no-repeat;inset:96px 0 0}.artists-hero .page-hero-title{max-width:580px;margin-bottom:18px;font-size:clamp(2.25rem,4.7vw,3.35rem);line-height:1.16}.artists-hero .page-hero-subtitle{max-width:500px;font-size:.88rem;line-height:1.72}.artist-marquee{padding:14px 0}.artist-marquee-track{gap:16px}.marquee-card{border-radius:16px;width:198px;height:264px}.marquee-meta{bottom:14px;left:14px;right:14px}.marquee-name{font-size:.86rem}.marquee-role{font-size:.66rem}.artists-list-section{padding:54px 0}.artists-list-head{max-width:640px;margin-bottom:24px}.artists-accordion{border-radius:18px;max-width:940px}.artist-row-head{grid-template-columns:44px 60px 1fr auto;gap:18px;padding:13px 24px}.artist-row:hover .artist-row-head{padding-left:34px}.artist-row-num{font-size:1.12rem}.artist-row-thumb{width:56px;height:56px}.artist-row-name{font-size:1.05rem}.artist-row-role{font-size:.74rem}.artist-row-icon{width:38px;height:38px}.artist-row-body-inner{grid-template-columns:220px 1fr;gap:24px;padding:4px 24px 24px 38px}.artist-row-left{gap:14px}.artist-row-portrait img{padding:14px}.artist-row-bio{font-size:.86rem;line-height:1.78}.artist-row-works{padding:18px 20px}.artist-row-works li{font-size:.78rem;line-height:1.45}.artists-cta{padding:44px 0}}@media (width<=900px){.artists-hero{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);align-items:flex-end;min-height:min(620px,92svh);padding:120px 0 64px}.artists-hero:after{background:linear-gradient(180deg, #f9f9f98f 0%, #f9f9f942 38%, #f9f9f9f2 78%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9fa 0%, #f9f9f9b8 48%, #f9f9f947 100%), url(/Images/Our%20Artists/Our%20Artists.webp) right -24px top 34px / auto 74% no-repeat;inset:0}.artists-hero .page-hero-title{max-width:560px;margin-bottom:18px;font-size:clamp(2.2rem,8vw,3.35rem);line-height:1.14}.artists-hero .page-hero-subtitle{max-width:500px;color:var(--charcoal);font-size:.96rem;line-height:1.72}.artists-list-section{padding:52px 0}.artists-list-head{margin-bottom:24px}.artist-row-head{grid-template-columns:40px 56px 1fr auto;gap:12px;padding:14px 20px}.artist-row:hover .artist-row-head{padding-left:28px}.artist-row-num{font-size:1.1rem}.artist-row-thumb{width:52px;height:52px}.artist-row-name{font-size:1.05rem}.artist-row-role{font-size:.78rem}.artist-row-icon{width:36px;height:36px}.artist-row-body-inner{grid-template-columns:1fr;gap:18px;padding:6px 20px 20px}.artist-row-left{flex-direction:row;align-items:stretch;gap:16px}.artist-row-portrait{aspect-ratio:4/5;flex-shrink:0;width:130px}.artist-row-genre-tag{align-self:center}.artist-row-bio{font-size:.92rem}.artist-row-works ul{grid-template-columns:1fr}}@media (width<=600px){.artists-hero{min-height:min(520px,92svh);padding:110px 0 38px}.artists-hero:after{background:linear-gradient(180deg, #f9f9f994 0%, #f9f9f947 34%, #f9f9f9f7 72%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9fa 0%, #f9f9f9b8 54%, #f9f9f947 100%), url(/Images/Our%20Artists/Our%20Artists.webp) right -38px top 40px / auto 70% no-repeat}.artists-hero .section-label{margin-bottom:12px}.artists-hero .page-hero-title{max-width:320px;margin-bottom:14px;font-size:2rem;line-height:1.12}.artists-hero .gold-text{padding-left:0;display:block}.artists-hero .page-hero-subtitle{max-width:330px;font-size:.88rem;line-height:1.62}.artist-marquee{padding:12px 0}.artist-marquee-track{gap:14px;animation-duration:48s}.marquee-card{border-radius:14px;width:156px;height:210px;box-shadow:0 8px 18px #630d1629}.marquee-photo img{padding:10px}.marquee-meta{gap:3px;bottom:12px;left:12px;right:12px}.marquee-name{font-size:.78rem;line-height:1.2}.marquee-role{font-size:.62rem;line-height:1.32}.artists-list-section{padding:44px 0}.artists-list-head{max-width:350px;margin-bottom:22px}.artists-list-head .section-subtitle{-webkit-hyphens:none;hyphens:none;margin-top:10px;font-size:.88rem;line-height:1.62}.artists-accordion{box-shadow:none;background:0 0;border:0;border-radius:0;gap:12px;overflow:visible}.artist-row,.artist-row:last-child{background:linear-gradient(#fff 0%,#fbf8f1 100%);border:1px solid #d4af3752;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px #630d1614}.artist-row.open{background:linear-gradient(135deg,#fff 0%,#fcf6e4 68%,#fff 100%);border-color:#d4af379e;box-shadow:0 18px 42px #630d161f}.artist-row:before{opacity:0;width:3px}.artist-row.open:before{opacity:1}.artist-row-head{grid-template-columns:52px minmax(0,1fr) 34px;gap:12px;min-height:80px;padding:14px}.artist-row:hover .artist-row-head{padding-left:14px}.artist-row-num{z-index:2;letter-spacing:.6px;min-width:24px;height:18px;color:var(--burgundy);background:#ffffffeb;border:1px solid #d4af37b8;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.58rem;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 10px #630d161f}.artist-row-num:after{display:none}.artist-row-thumb{border-width:1px;grid-column:1;width:52px;height:52px;box-shadow:0 0 0 3px #d4af371f,0 6px 16px #630d1629}.artist-row-thumb img{padding:5px}.artist-row.open .artist-row-thumb,.artist-row:hover .artist-row-thumb{transform:none}.artist-row-title{grid-column:2;gap:3px}.artist-row-name{letter-spacing:.2px;overflow-wrap:anywhere;font-size:.96rem;line-height:1.24}.artist-row-role{font-size:.72rem;line-height:1.35}.artist-row-icon{grid-column:3;width:34px;height:34px}.artist-row-body-inner{gap:14px;padding:0 14px 16px}.artist-row-left{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;padding-top:0;display:grid}.artist-row-portrait{aspect-ratio:auto;border-radius:12px;width:76px;height:86px;box-shadow:0 0 0 3px #d4af3721,0 10px 22px #630d1629}.artist-row-portrait img{padding:9px}.artist-row-genre-tag{letter-spacing:.9px;text-align:left;border-radius:12px;justify-content:flex-start;align-self:center;padding:9px 10px;font-size:.62rem;line-height:1.45}.artist-row-right{padding-top:0}.artist-row-quote{display:none}.artist-row-bio{text-align:left;-webkit-hyphens:none;hyphens:none;margin-bottom:14px;font-size:.86rem;line-height:1.72}.artist-row-bio:first-letter{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}.artist-row-works{border-radius:12px;padding:16px}.artist-row-works:before{left:16px;right:16px}.artist-row-works-title{letter-spacing:1.6px;margin-bottom:12px;font-size:.68rem;line-height:1.35;display:block}.artist-row-works-title:after{display:none}.artist-row-works ul{gap:8px}.artist-row-works li{align-items:flex-start;gap:10px;padding:2px 0;font-size:.82rem;line-height:1.5}.artist-row-works .dot{width:6px;height:6px;margin-top:8px}.artists-cta{padding:42px 0}.artists-cta .section-subtitle{text-align:center;-webkit-hyphens:none;hyphens:none;line-height:1.65}.artists-cta .btn-primary{justify-content:center;width:100%;min-height:52px}}@media (width<=420px){.artists-hero{min-height:min(500px,94svh);padding:104px 0 34px}.artists-hero .page-hero-title{max-width:300px;font-size:1.82rem}.artists-hero .page-hero-subtitle{max-width:305px;font-size:.84rem}.artists-hero:after{background:linear-gradient(180deg, #f9f9f99e 0%, #f9f9f94d 34%, #f9f9f9f7 72%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9fa 0%, #f9f9f9b8 54%, #f9f9f94d 100%), url(/Images/Our%20Artists/Our%20Artists.webp) right -48px top 44px / auto 68% no-repeat}.marquee-card{width:144px;height:194px}.artist-row-head{grid-template-columns:46px minmax(0,1fr) 32px;gap:10px;min-height:74px;padding:12px}.artist-row:hover .artist-row-head{padding-left:12px}.artist-row-num{top:8px;left:8px}.artist-row-thumb{width:46px;height:46px}.artist-row-name{font-size:.88rem}.artist-row-role{font-size:.68rem}.artist-row-icon{width:32px;height:32px}.artist-row-body-inner{padding:0 12px 14px}.artist-row-left{grid-template-columns:68px minmax(0,1fr);gap:10px}.artist-row-portrait{width:68px;height:78px}.artist-row-genre-tag{letter-spacing:.7px;padding:8px 9px;font-size:.58rem}.artist-row-bio{font-size:.82rem}.artist-row-works{padding:14px}}.services-hero{isolation:isolate;background:radial-gradient(ellipse 60% 80% at 90% 50%, #d4af3714 0%, transparent 60%), linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);align-items:center;min-height:92vh;padding:160px 0 90px;display:flex;position:relative;overflow:hidden}.services-hero .page-hero-bg{background:radial-gradient(50% 60% at 80%,#d4af371f 0%,#0000 65%),radial-gradient(35% 50% at 10% 30%,#630d160d 0%,#0000 70%)}.services-hero-orb{pointer-events:none;z-index:0;position:absolute}.services-hero-orb-1{background:radial-gradient(circle,#d4af372e 0%,#0000 65%);width:620px;height:620px;top:-200px;right:-180px}.services-hero-orb-2{background:radial-gradient(circle,#630d1617 0%,#0000 65%);width:480px;height:480px;bottom:-160px;left:-180px}.services-hero-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#630d160a 1px,#0000 1px),linear-gradient(90deg,#630d160a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%);mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%)}.services-hero-content{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:80px;width:100%;display:grid;position:relative}.services-hero-right{z-index:2;border-left:2px solid;border-image:linear-gradient(180deg, var(--gold) 0%, var(--burgundy) 100%) 1;max-width:560px;padding-left:18px;position:relative}.services-hero-right .section-label{margin-bottom:18px}.services-hero-right .page-hero-title{margin-bottom:22px}.services-hero-right .page-hero-subtitle{max-width:520px;margin-bottom:32px}.services-hero-stage{aspect-ratio:4/3;z-index:1;width:100%;max-width:640px;margin:0 auto;position:relative}.shv-back-frame{z-index:1;background:linear-gradient(135deg,#d4af370f 0%,#630d160a 100%);border:1.5px solid #d4af378c;border-radius:10px;position:absolute;inset:14% 4% 8% 10%;transform:rotate(-3deg);box-shadow:0 18px 40px #630d1614}.shv-back-grid{background-image:linear-gradient(var(--burgundy) 1px, transparent 1px), linear-gradient(90deg, var(--burgundy) 1px, transparent 1px);opacity:.08;z-index:1;background-size:22px 22px;border-radius:8px;position:absolute;inset:18% 14% 12% 0%;transform:rotate(2deg);-webkit-mask-image:radial-gradient(70% 70%,#000 40%,#0000 90%);mask-image:radial-gradient(70% 70%,#000 40%,#0000 90%)}.shv-orbit{z-index:2;width:106%;height:112%;animation:60s linear infinite shv-spin;position:absolute;inset:-6% -3%}@keyframes shv-spin{to{transform:rotate(360deg)}}.shv-image-frame{z-index:3;background:var(--burgundy);border-radius:18px;width:86%;height:84%;animation:8s ease-in-out infinite shv-frame-float;position:absolute;top:6%;left:3%;overflow:hidden;box-shadow:0 40px 80px -20px #630d168c,0 14px 36px -8px #00000038,inset 0 0 0 1px #d4af3773}@keyframes shv-frame-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(-.4deg)}}.shv-image{object-fit:cover;filter:saturate(1.05)contrast(1.04);width:100%;height:100%;transition:transform .8s;display:block}.shv-image-frame:hover .shv-image{transform:scale(1.06)}.shv-image-shine{pointer-events:none;z-index:2;background:linear-gradient(135deg,#ffffff29 0%,#0000 35% 65%,#d4af373d 100%);position:absolute;inset:0}.shv-corner{border:2px solid var(--gold);z-index:5;pointer-events:none;width:28px;height:28px;position:absolute}.shv-corner-tl{border-bottom:none;border-right:none;border-radius:4px 0 0;top:-8px;left:-8px}.shv-corner-tr{border-bottom:none;border-left:none;border-radius:0 4px 0 0;top:-8px;right:-8px}.shv-corner-bl{border-top:none;border-right:none;border-radius:0 0 0 4px;bottom:-8px;left:-8px}.shv-corner-br{border-top:none;border-left:none;border-radius:0 0 4px;bottom:-8px;right:-8px}.shv-node{font-family:var(--font-body);letter-spacing:1.8px;color:var(--burgundy);white-space:nowrap;z-index:6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #d4af37b3;border-radius:50px;padding:7px 12px;font-size:.62rem;font-weight:800;animation:5s ease-in-out infinite shv-node-bob;position:absolute;box-shadow:0 8px 22px #630d162e,inset 0 0 0 1px #ffffffa6}.shv-node:before{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:-5px;transform:translateY(-50%);box-shadow:0 0 0 3px #d4af3747}.shv-node-1{animation-delay:0s;top:-2%;left:18%}.shv-node-2{animation-delay:.4s;top:14%;right:-3%}.shv-node-3{animation-delay:.8s;bottom:14%;right:-1%}.shv-node-4{animation-delay:1.2s;bottom:-2%;left:28%}.shv-node-5{animation-delay:1.6s;top:42%;left:-4%}@keyframes shv-node-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.shv-spark{background:var(--gold);z-index:5;border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite shv-twinkle;position:absolute;box-shadow:0 0 12px 2px #d4af378c}.shv-spark-1{animation-delay:0s;top:12%;right:28%}.shv-spark-2{width:4px;height:4px;animation-delay:1s;bottom:30%;left:6%}.shv-spark-3{width:5px;height:5px;animation-delay:2s;top:46%;right:18%}@keyframes shv-twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}@media (width<=1024px){.services-hero{min-height:auto;padding:130px 0 70px}.services-hero-content{grid-template-columns:1fr;gap:60px}.services-hero-right{order:1;max-width:100%}.services-hero-stage{order:2;max-width:480px}}@media (width<=768px){.services-hero{min-height:auto;padding:108px 0 44px}.services-hero-content{gap:34px}.services-hero-right{padding-left:14px}.services-hero-right .page-hero-title{margin-bottom:14px;font-size:2.05rem;line-height:1.14}.services-hero-right .page-hero-subtitle{text-align:left;-webkit-hyphens:none;hyphens:none;margin-bottom:0;font-size:.9rem;line-height:1.68}.services-hero-stage{max-width:360px;margin-top:2px}.shv-orbit{opacity:.55}.shv-image-frame{border-radius:16px}.shv-node{letter-spacing:1.2px;padding:5px 10px;font-size:.56rem}.shv-node-1{left:18%}.shv-node-2{right:0}.shv-node-3{right:2%}.shv-node-5{left:0}.shv-corner{width:22px;height:22px}}.societies-banner{border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);background:linear-gradient(135deg,#d4af371a 0%,#630d160d 100%);padding:16px 0}.societies-banner .container{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sb-label{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--burgundy);white-space:nowrap;font-size:.75rem;font-weight:700}.sb-list{flex-wrap:wrap;gap:10px;display:flex}.sb-item{font-family:var(--font-body);letter-spacing:1.5px;color:var(--burgundy);border:1px solid var(--gold);background:#fff;border-radius:4px;padding:6px 12px;font-size:.72rem;font-weight:800;transition:all .25s}.sb-item:hover{background:var(--burgundy);color:var(--gold)}.services-detail-grid{flex-direction:column;gap:24px;display:flex;position:relative}.services-detail-grid:before{content:"";pointer-events:none;background:linear-gradient(#0000,#d4af3761,#0000);width:1px;position:absolute;top:24px;bottom:24px;left:50%;transform:translate(-50%)}.service-detail-card{background:linear-gradient(135deg,#fffffff5 0%,#fbf8f1fa 100%);border:1px solid #d4af3752;border-radius:22px;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);min-height:380px;padding:0;transition:border-color .35s,box-shadow .35s,transform .35s;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 58px #630d161a,inset 0 0 0 1px #ffffffb8}.service-detail-card:hover{border-color:#d4af37ad;transform:translateY(-4px);box-shadow:0 30px 72px #630d1624,inset 0 0 0 1px #ffffffb8}.service-detail-card.highlight{background:linear-gradient(135deg,#fff 0%,#fbf6e7 100%)}.service-detail-card.reverse{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.service-detail-card.reverse .sdc-media{order:2}.service-detail-card.reverse .sdc-body{order:1}.sdc-media{background:var(--burgundy);border-radius:22px 0 0 22px;height:100%;min-height:380px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #d4af3747}.service-detail-card.reverse .sdc-media{border-radius:0 22px 22px 0}.sdc-media:before{content:"";z-index:1;background:radial-gradient(circle at 18% 16%,#ffffff57 0%,#0000 32%),linear-gradient(135deg,#32060a33 0%,#0000 44%,#630d1647 100%);position:absolute;inset:0}.sdc-media:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#00000038 100%),linear-gradient(90deg,#630d1614 0%,#0000 45%);position:absolute;inset:0}.sdc-media img{object-fit:cover;object-position:center;filter:saturate(.98)contrast(1.05)sepia(.03);transform-origin:50%;width:100%;height:100%;transition:transform .6s,filter .35s;display:block;position:absolute;inset:0;transform:scale(1.26)}.service-detail-card:hover .sdc-media img{filter:saturate(1.06)contrast(1.06)sepia(.02);transform:scale(1.32)}.sdc-body{background:radial-gradient(76% 58% at 100% 0,#d4af371f 0%,#0000 68%),linear-gradient(#fff 0%,#fbf8f1 100%);flex-direction:column;justify-content:center;padding:36px 42px;display:flex;position:relative}.sdc-body:before{content:"";background:linear-gradient(180deg, var(--gold), var(--burgundy));border-radius:3px;width:3px;position:absolute;top:32px;bottom:32px;left:0}.service-detail-card.reverse .sdc-body:before{left:auto;right:0}.sdc-eyebrow{color:var(--gold-dark);font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:12px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.sdc-eyebrow:before{content:"";background:var(--gold);width:18px;height:1px}.sdc-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.3px;max-width:560px;margin-bottom:14px;font-size:clamp(1.55rem,2.2vw,2.35rem);font-weight:700;line-height:1.18}.sdc-desc{font-family:var(--font-body);color:var(--charcoal-soft);text-align:left;-webkit-hyphens:none;hyphens:none;max-width:640px;margin-bottom:16px;font-size:.96rem;line-height:1.8}.sdc-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;list-style:none;display:grid}.sdc-list li{min-height:44px;font-family:var(--font-body);color:var(--charcoal-soft);background:#ffffffa3;border:1px solid #d4af373d;border-radius:10px;align-items:flex-start;gap:10px;padding:11px 12px;font-size:.88rem;line-height:1.55;display:flex}.sdc-check{color:var(--gold-dark);flex-shrink:0;margin-top:3px}.process-section{background:radial-gradient(ellipse 58% 44% at 12% 0%, #d4af371c 0%, transparent 68%), var(--bg-secondary)}.process-steps{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:22px;display:grid;position:relative}.process-step{background:var(--burgundy-deep);text-align:left;isolation:isolate;border:1px solid #d4af3747;border-radius:16px;min-height:360px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px #630d1614,inset 0 0 0 1px #ffffffb8}.process-step:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#140a0a14 0%,#1c0b0d57 48%,#1c0b0dc7 100%),linear-gradient(135deg,#ffffff42 0%,#0000 30%,#630d162e 100%);position:absolute;inset:0}.process-step:hover{border-color:#d4af37c7;transform:translateY(-6px);box-shadow:0 24px 58px #630d1624,inset 0 0 0 1px #ffffffb8}.ps-media{border-radius:inherit;background:linear-gradient(135deg, var(--burgundy-deep), var(--burgundy));position:absolute;inset:0;overflow:hidden}.ps-media:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#4a091100 0%,#4a091147 100%),radial-gradient(circle at 16% 14%,#ffffff52 0%,#0000 34%);position:absolute;inset:0}.ps-media img{object-fit:cover;object-position:var(--ps-focus,center);filter:saturate(1.04)contrast(1.04);width:100%;height:100%;transition:transform .65s,filter .35s;display:block;transform:scale(1.01)}.process-step:hover .ps-media img{filter:saturate(1.1)contrast(1.06);transform:scale(1.08)}.ps-num{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:68px;height:52px;font-family:var(--font-display);color:var(--burgundy);background:#ffffffe6;border:1px solid #d4af37b8;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:2.1rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:18px;left:18px;box-shadow:0 10px 24px #4a091129}.process-step:hover .ps-num{color:var(--gold-dark);border-color:var(--gold)}.ps-content{z-index:3;width:100%;min-height:inherit;border-radius:inherit;background:linear-gradient(#0000 0%,#1c0b0d14 40%,#1c0b0dc2 100%);flex-direction:column;justify-content:flex-end;align-self:stretch;padding:122px 22px 24px;display:flex;position:relative}.ps-content:before{content:"";background:linear-gradient(90deg, var(--gold), #ffffff85);border-radius:2px;width:34px;height:2px;margin-bottom:12px}.ps-title{font-family:var(--font-display);color:#fff;letter-spacing:.3px;text-shadow:0 2px 12px #0000006b;margin-bottom:12px;font-size:clamp(1.02rem,1.16vw,1.16rem);font-weight:700;line-height:1.22}.ps-desc{font-family:var(--font-body);color:#ffffffeb;text-align:left;-webkit-hyphens:none;hyphens:none;text-shadow:0 2px 10px #0000006b;font-size:.84rem;line-height:1.72}.ps-arrow{z-index:6;color:var(--burgundy);background:var(--gold);border:3px solid var(--bg-secondary);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:clamp(96px,8.5vw,119px);right:-32px;transform:translateY(-50%);box-shadow:0 8px 20px #630d1629}.services-cta{background:var(--bg-secondary);border-top:1px solid var(--border-gold);padding:58px 0}.services-cta-inner{max-width:700px}@media (width<=1024px){.service-detail-card,.service-detail-card.reverse{grid-template-columns:1fr;min-height:auto}.service-detail-card.reverse .sdc-media,.service-detail-card.reverse .sdc-body{order:initial}.sdc-media,.service-detail-card.reverse .sdc-media{border-radius:22px 22px 0 0}.services-detail-grid:before{display:none}.sdc-media{min-height:280px}.sdc-body{padding:28px 30px}.process-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.process-step{min-height:330px}.ps-arrow{display:none}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.services-hero{min-height:620px;padding:126px 0 64px}.services-hero-content{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:42px}.services-hero-right{order:2;max-width:480px;padding-left:16px}.services-hero-right .page-hero-title{margin-bottom:16px;font-size:clamp(2.15rem,4.4vw,3.2rem);line-height:1.16}.services-hero-right .page-hero-subtitle{max-width:460px;margin-bottom:0;font-size:.86rem;line-height:1.72}.services-hero-stage{order:1;max-width:420px}.shv-node{letter-spacing:1.2px;padding:6px 10px;font-size:.52rem}.shv-node-2{right:0}.shv-node-3{right:1%}.societies-banner{padding:14px 0}.sb-label{font-size:.66rem}.sb-list{gap:8px}.sb-item{padding:5px 9px;font-size:.62rem}.services-detail-grid{gap:20px}.services-detail-grid:before{display:block}.service-detail-card{border-radius:18px;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);min-height:330px}.service-detail-card.reverse{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.service-detail-card.reverse .sdc-media{order:2}.service-detail-card.reverse .sdc-body{order:1}.sdc-media{border-radius:18px 0 0 18px;min-height:330px}.service-detail-card.reverse .sdc-media{border-radius:0 18px 18px 0}.sdc-body{padding:28px 30px}.sdc-title{font-size:clamp(1.35rem,2.2vw,1.9rem)}.sdc-desc{font-size:.82rem;line-height:1.68}.sdc-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.sdc-list li{min-height:38px;padding:9px 10px;font-size:.74rem;line-height:1.42}.process-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.process-step{border-radius:14px;min-height:310px}.ps-num{min-width:54px;height:42px;font-size:1.5rem;top:14px;left:14px}.ps-content{padding:104px 16px 20px}.ps-title{font-size:.94rem}.ps-desc{font-size:.72rem;line-height:1.58}.ps-arrow{border-width:2px;width:26px;height:26px;display:flex;right:-23px}.services-cta{padding:48px 0}}@media (width<=768px){.societies-banner{padding:14px 0}.societies-banner .container{align-items:flex-start;gap:10px}.sb-label{letter-spacing:1.8px;width:100%;font-size:.68rem}.sb-list{gap:8px}.sb-item{letter-spacing:1.1px;padding:5px 9px;font-size:.64rem}.services-detail-grid{gap:16px}.service-detail-card{border-radius:18px;box-shadow:0 14px 34px #630d1614,inset 0 0 0 1px #ffffffb8}.sdc-body{padding:22px 20px 20px}.sdc-body:before{top:22px;bottom:22px}.sdc-list{grid-template-columns:1fr}.sdc-media{min-height:185px}.sdc-media img{transform:scale(1.12)}.service-detail-card:hover .sdc-media img{transform:scale(1.16)}.sdc-media,.service-detail-card.reverse .sdc-media{border-radius:18px 18px 0 0}.sdc-eyebrow{letter-spacing:2.1px;margin-bottom:10px;font-size:.62rem}.sdc-title{margin-bottom:10px;font-size:1.36rem;line-height:1.18}.sdc-desc{margin-bottom:14px;font-size:.86rem;line-height:1.65}.sdc-list{gap:8px}.sdc-list li{border-radius:9px;min-height:0;padding:10px 11px;font-size:.8rem;line-height:1.45}.process-steps{grid-template-columns:1fr;gap:14px}.process-step{min-height:250px;border:1px solid #d4af3747!important;border-radius:15px!important}.ps-num{border-radius:7px;min-width:54px;height:42px;padding:0 11px;font-size:1.56rem;top:16px;left:16px}.ps-content{padding:96px 18px 20px}.ps-title{margin-bottom:8px;font-size:1rem}.ps-desc{font-size:.8rem;line-height:1.6}.services-cta{padding:44px 0}.services-cta-inner{max-width:none}.services-cta .section-title{margin-bottom:10px}.services-cta .section-subtitle{text-align:left;-webkit-hyphens:none;hyphens:none;line-height:1.65}.services-cta-inner>div{width:100%}.services-cta .btn-primary,.services-cta .btn-secondary{justify-content:center;width:100%;min-height:52px;padding:14px 18px!important}}@media (width<=480px){.services-hero{padding:104px 0 38px}.services-hero-content{gap:28px}.services-hero-right{padding-left:12px}.services-hero-right .page-hero-title{font-size:1.82rem}.services-hero-right .page-hero-subtitle{font-size:.84rem}.services-hero-stage{aspect-ratio:1/.82;max-width:312px}.shv-orbit,.shv-back-grid,.shv-spark{display:none}.shv-back-frame{border-radius:8px;inset:11% 3% 7% 8%}.shv-image-frame{border-radius:14px;width:90%;height:86%;animation:none;top:5%;left:2%}.shv-node{letter-spacing:.9px;padding:4px 8px;font-size:.48rem;box-shadow:0 6px 16px #630d1624}.shv-node:before{width:6px;height:6px;left:-4px}.shv-node-1{top:0;left:15%}.shv-node-2{top:12%;right:1%}.shv-node-3{bottom:16%;right:0}.shv-node-4{bottom:0;left:24%}.shv-node-5{top:42%;left:-1%}.societies-banner .container{gap:9px}.sb-list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.sb-item{text-align:center}.service-detail-card{border-radius:16px}.sdc-media{min-height:150px}.sdc-media,.service-detail-card.reverse .sdc-media{border-radius:16px 16px 0 0}.sdc-body{padding:20px 18px 18px}.sdc-body:before{width:2px;top:20px;bottom:20px}.sdc-title{font-size:1.18rem}.sdc-desc{font-size:.82rem}.sdc-list li{font-size:.76rem}.process-step{min-height:220px;border-radius:14px!important}.ps-content{padding:84px 16px 18px}.ps-num{min-width:48px;height:38px;font-size:1.38rem;top:14px;left:14px}.services-cta{padding:40px 0}}.contact-hero{isolation:isolate;background:var(--bg-primary);align-items:center;min-height:100vh;padding:140px 0 60px;display:flex;position:relative;overflow:hidden}.contact-hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.contact-hero-mirror{filter:blur(50px)saturate(.9);opacity:.55;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.15)}.contact-hero-photo{object-fit:cover;object-position:right center;width:70%;height:calc(100% - 110px);display:block;position:absolute;top:110px;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 28% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 28% 100%)}.contact-hero-overlay{background:linear-gradient(90deg, var(--bg-primary) 0%, var(--bg-primary) 28%, #f9f9f9eb 40%, #f9f9f966 55%, transparent 70%);pointer-events:none;position:absolute;inset:0}.contact-hero-frame{pointer-events:none;border:1px solid #d4af37b3;border-left:none;position:absolute;inset:24px 24px 24px 0}.contact-hero-frame-inner{pointer-events:none;border:1px solid #d4af3759;border-left:none;position:absolute;inset:36px 36px 36px 0}.contact-hero-content{z-index:1;width:100%;position:relative}.contact-hero-left{max-width:560px}.contact-hero-left .section-label{margin-bottom:18px}.contact-hero-left .page-hero-title{margin-bottom:24px}.contact-hero-left .page-hero-subtitle{text-align:left;-webkit-hyphens:none;hyphens:none;max-width:480px}@media (width<=1024px){.contact-hero{min-height:600px;padding:150px 0 100px}.contact-hero-image{opacity:.32;width:100%}.contact-hero-overlay{background:linear-gradient(180deg, var(--bg-primary) 0%, #f9f9f9d9 30%, #f9f9f999 100%)}.contact-hero-frame{border-left:1px solid #d4af37b3;inset:24px}.contact-hero-frame-inner{border-left:1px solid #d4af3759;inset:34px}}@media (width<=768px){.contact-hero{align-items:flex-end;min-height:min(560px,92svh);padding:112px 0 46px}.contact-hero-mirror{filter:blur(34px)saturate(.9);opacity:.35;transform:scale(1.08)}.contact-hero-photo{object-position:62% center;opacity:.86;width:100%;height:58%;top:76px;right:0;-webkit-mask-image:linear-gradient(#000 0% 58%,#0000 100%);mask-image:linear-gradient(#000 0% 58%,#0000 100%)}.contact-hero-overlay{background:linear-gradient(180deg, #f9f9f92e 0%, #f9f9f98a 42%, #f9f9f9fa 72%, var(--bg-primary) 100%), linear-gradient(90deg, #f9f9f9f5 0%, #f9f9f9c2 58%, #f9f9f947 100%)}.contact-hero-frame{opacity:.68;border-left:1px solid #d4af3773;inset:84px 16px 18px}.contact-hero-frame-inner{opacity:.7;border-left:1px solid #d4af373d;inset:96px 24px 28px}.contact-hero-left{max-width:390px}.contact-hero-left .section-label{margin-bottom:12px}.contact-hero-left .page-hero-title{margin-bottom:14px;font-size:2.08rem;line-height:1.12}.contact-hero-left .gold-text{padding-left:0;display:block}.contact-hero-left .page-hero-subtitle{max-width:350px;color:var(--charcoal);font-size:.9rem;line-height:1.66}}.contact-section{position:relative;overflow:hidden;background:var(--bg-secondary)!important}.contact-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371f,#0000 65%);width:460px;height:460px;position:absolute;top:-120px;right:-120px}.contact-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#630d1614,#0000 65%);width:460px;height:460px;position:absolute;bottom:-180px;left:-120px}.contact-grid{z-index:1;grid-template-columns:1fr 1.4fr;align-items:start;gap:32px;display:grid;position:relative}.contact-info-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;margin-bottom:8px;padding-bottom:.12em;font-size:2.2rem;font-weight:700;line-height:1.25}.contact-info-lead{font-family:var(--font-body);color:var(--charcoal-soft);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin-bottom:20px;font-size:.95rem;line-height:1.85}.contact-details{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.contact-detail-item{border:1px solid var(--border);color:inherit;cursor:pointer;background:#fff;border-radius:14px;align-items:flex-start;gap:14px;padding:13px 16px;text-decoration:none;transition:all .35s;display:flex;box-shadow:0 2px 10px #630d160a}.contact-detail-item.static{cursor:default}.contact-detail-item:hover:not(.static){border-color:var(--gold);transform:translate(4px);box-shadow:0 10px 28px #630d161a}.cdi-icon{background:var(--burgundy);border:1px solid var(--burgundy);width:46px;height:46px;color:var(--gold);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;transition:all .35s;display:flex;box-shadow:0 4px 14px #630d162e}.contact-detail-item:hover:not(.static) .cdi-icon{background:var(--gold);color:var(--burgundy);transform:rotate(-6deg)}.cdi-meta{flex:1;min-width:0}.cdi-label{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--gold-dark);margin-bottom:5px;font-size:.7rem;font-weight:700}.cdi-value{font-family:var(--font-body);color:var(--charcoal);word-break:break-word;text-align:left;font-size:.94rem;font-weight:600;display:block}.cdi-addr{color:var(--charcoal-soft);font-size:.85rem;font-weight:400;line-height:1.7}.contact-societies{margin-top:8px}.contact-societies-label{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--gold-dark);text-align:left;margin-bottom:14px;font-size:.7rem;font-weight:700}.cs-badges{flex-wrap:wrap;gap:8px;display:flex}.cs-badges .society-badge{border:1px solid var(--border-gold);color:var(--burgundy);background:#fff}.cs-badges .society-badge:hover{background:var(--burgundy);color:var(--gold);border-color:var(--burgundy)}.contact-form-wrapper{border:1px solid var(--border);background:#fff;border-radius:20px;padding:32px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #d4af372e,0 24px 60px #630d161a}.form-decor{background:linear-gradient(90deg, var(--gold), var(--burgundy), var(--gold));height:4px;position:absolute;top:0;left:0;right:0}.form-head{border-bottom:1px solid var(--border-gold);margin-bottom:18px;padding-bottom:14px}.form-head .section-label{margin-bottom:12px}.form-title{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;padding-bottom:.1em;font-size:1.7rem;font-weight:700;line-height:1.25}.form-error{color:#b91c1c;font-size:.85rem;font-family:var(--font-body);background:#dc26260f;border:1px solid #dc262640;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;display:flex}.form-error svg{flex-shrink:0}.contact-form{flex-direction:column;gap:14px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-group{flex-direction:column;gap:9px;display:flex}.form-group label{font-family:var(--font-body);letter-spacing:1.2px;color:var(--burgundy);text-transform:uppercase;font-size:.74rem;font-weight:700}.form-group label .req{color:var(--gold-dark);margin-left:2px}.input-wrap{align-items:center;display:flex;position:relative}.input-icon{color:var(--gold-dark);pointer-events:none;z-index:1;transition:color .25s;position:absolute;left:16px}.textarea-wrap{align-items:flex-start}.textarea-icon{top:16px}.form-group input,.form-group select,.form-group textarea{background:var(--parchment-warm);color:var(--charcoal);font-size:.94rem;font-family:var(--font-body);border:1.5px solid #0000;border-radius:12px;outline:none;width:100%;padding:14px 16px 14px 42px;font-weight:500;transition:all .25s}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A88323' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted);font-weight:400}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:var(--border);background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 4px #d4af372e}.form-group input:focus~.input-icon,.form-group textarea:focus~.input-icon{color:var(--burgundy)}.form-group select option{color:var(--charcoal);background:#fff;padding:8px}.form-group textarea{resize:vertical;min-height:140px;padding-top:14px}.form-submit{justify-content:center;width:100%;margin-top:6px;letter-spacing:1.5px!important;padding:16px!important;font-size:.88rem!important}.form-submit:disabled{opacity:.65;cursor:not-allowed;transform:none!important}.loading-dots:after{content:"...";animation:1.2s steps(3,end) infinite dots}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.form-footnote{font-family:var(--font-body);color:var(--text-muted);text-align:center;-webkit-hyphens:none;hyphens:none;margin-top:4px;font-size:.74rem;line-height:1.6}.form-success{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:50px 20px;display:flex}.success-icon{color:var(--gold-dark);border:2px solid var(--gold);background:#d4af371f;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;animation:.55s cubic-bezier(.34,1.56,.64,1) scaleIn;display:flex;box-shadow:0 10px 28px #d4af3740}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.form-success h3{font-family:var(--font-display);color:var(--burgundy);letter-spacing:.5px;font-size:1.7rem;font-weight:700}.form-success p{font-family:var(--font-body);color:var(--charcoal-soft);text-align:center;-webkit-hyphens:none;hyphens:none;max-width:380px;font-size:.94rem;line-height:1.75}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:28px}.contact-form-wrapper{padding:28px}}@media (hover:none) and (pointer:coarse) and (width>=901px) and (width<=1100px){.contact-hero{min-height:640px;padding:126px 0 64px}.contact-hero-photo{opacity:1;object-position:right center;width:68%;height:calc(100% - 96px);top:96px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 30% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 30% 100%)}.contact-hero-overlay{background:linear-gradient(90deg, var(--bg-primary) 0%, var(--bg-primary) 28%, #f9f9f9eb 42%, #f9f9f970 57%, transparent 72%)}.contact-hero-frame{border-left:none;inset:24px 24px 24px 0}.contact-hero-frame-inner{border-left:none;inset:36px 36px 36px 0}.contact-hero-left{max-width:500px}.contact-hero-left .page-hero-title{margin-bottom:18px;font-size:clamp(2.15rem,4.6vw,3.25rem);line-height:1.16}.contact-hero-left .page-hero-subtitle{max-width:430px;font-size:.88rem;line-height:1.72}.contact-section{padding:54px 0}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:24px}.contact-info-title{font-size:1.82rem}.contact-info-lead{text-align:left;-webkit-hyphens:none;hyphens:none;margin-bottom:16px;font-size:.82rem;line-height:1.68}.contact-details{gap:9px;margin-bottom:16px}.contact-detail-item{border-radius:12px;gap:12px;padding:11px 13px}.cdi-icon{border-radius:10px;width:40px;height:40px}.cdi-label{letter-spacing:1.5px;font-size:.6rem}.cdi-value{font-size:.8rem}.cdi-addr{font-size:.72rem;line-height:1.55}.contact-societies-label{margin-bottom:10px;font-size:.62rem}.cs-badges{gap:7px}.cs-badges .society-badge{padding:5px 8px;font-size:.58rem}.contact-form-wrapper{border-radius:18px;padding:24px}.form-head{margin-bottom:14px;padding-bottom:12px}.form-title{font-size:1.38rem}.contact-form{gap:12px}.form-row{gap:14px}.form-group{gap:7px}.form-group label{font-size:.64rem}.form-group input,.form-group select,.form-group textarea{border-radius:10px;padding:12px 14px 12px 40px;font-size:.84rem}.form-group textarea{min-height:120px}.form-submit{padding:14px!important;font-size:.78rem!important}.form-footnote{font-size:.66rem}}@media (width<=600px){.contact-hero{min-height:min(520px,92svh);padding:106px 0 38px}.contact-hero-photo{object-position:64% center;height:55%;top:74px}.contact-hero-frame{inset:80px 14px 16px}.contact-hero-frame-inner{display:none}.contact-hero-left .page-hero-title{max-width:320px;font-size:1.86rem}.contact-hero-left .page-hero-subtitle{max-width:320px;font-size:.84rem;line-height:1.62}.contact-section{padding-top:42px;padding-bottom:42px}.contact-section:before,.contact-section:after{opacity:.72;width:260px;height:260px}.contact-grid{gap:24px}.contact-info-title{margin-bottom:8px;font-size:1.58rem;line-height:1.2}.contact-info-lead{text-align:left;-webkit-hyphens:none;hyphens:none;margin-bottom:18px;font-size:.86rem;line-height:1.68}.contact-details{gap:9px;margin-bottom:18px}.contact-detail-item{border-radius:12px;gap:12px;padding:12px;box-shadow:0 8px 20px #630d160f}.contact-detail-item:hover:not(.static){transform:none}.cdi-icon{border-radius:10px;width:40px;height:40px}.cdi-label{letter-spacing:1.5px;margin-bottom:3px;font-size:.62rem}.cdi-value{font-size:.86rem;line-height:1.45}.cdi-addr{font-size:.78rem;line-height:1.58}.contact-societies-label{letter-spacing:1.6px;margin-bottom:10px;font-size:.64rem}.cs-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cs-badges .society-badge{text-align:center;padding:5px 8px;font-size:.58rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper{border-radius:16px;padding:24px 18px;box-shadow:0 0 0 1px #d4af3729,0 16px 38px #630d161a}.form-head{margin-bottom:16px;padding-bottom:12px}.form-head .section-label{margin-bottom:10px}.form-title{font-size:1.28rem;line-height:1.22}.contact-form,.form-row{gap:13px}.form-group{gap:7px}.form-group label{letter-spacing:1px;font-size:.66rem}.input-icon{left:14px}.textarea-icon{top:14px}.form-group input,.form-group select,.form-group textarea{border-radius:11px;min-height:50px;padding:13px 14px 13px 40px;font-size:16px}.form-group select{background-position:right 14px center;padding-right:38px}.form-group textarea{min-height:124px;line-height:1.55}.form-submit{min-height:52px;margin-top:2px;font-size:.82rem!important}.form-footnote{font-size:.68rem;line-height:1.5}.form-success{gap:14px;padding:34px 12px}.success-icon{width:76px;height:76px}.form-success h3{font-size:1.34rem}.form-success p{font-size:.84rem;line-height:1.62}}@media (width<=420px){.contact-hero{min-height:min(500px,94svh);padding:102px 0 34px}.contact-hero-photo{object-position:66% center;height:52%;top:72px}.contact-hero-left .page-hero-title{max-width:292px;font-size:1.72rem}.contact-hero-left .page-hero-subtitle{max-width:295px;font-size:.82rem}.contact-detail-item{padding:11px}.cdi-icon{width:38px;height:38px}.contact-form-wrapper{border-radius:14px;padding:22px 16px}.form-title{font-size:1.18rem}}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}
