@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes revealLine{0%{transform:scaleX(0);transform-origin:left center}to{transform:scaleX(1);transform-origin:left center}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%0}to{background-position:200%0}}@keyframes imageReveal{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes imageScale{0%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 var(--gold-glow)}50%{box-shadow:0 0 20px 10px transparent}}@keyframes splitTextReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes borderRotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes textGradient{0%,to{background-position:0 center}50%{background-position:100%center}}@keyframes pulseSoft{0%,to{box-shadow:0 0 0 0 rgba(82,199,225,.4)}50%{box-shadow:0 0 20px 5px transparent}}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,10px,0);filter:blur(10px)}60%{opacity:1;filter:blur(0)}to{opacity:1;transform:none;filter:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,34px,0);filter:blur(12px)}55%{opacity:1;filter:blur(0)}to{opacity:1;transform:none;filter:none}}@keyframes auroraDrift{0%{transform:translate3d(-2%,-1%,0) scale(1)}to{transform:translate3d(2%,1%,0) scale(1.03)}}@keyframes shineSweep{0%{transform:translateX(-160%) skewX(-12deg);opacity:0}35%{opacity:.75}to{transform:translateX(160%) skewX(-12deg);opacity:0}}@keyframes heroKenBurns{0%{transform:scale(1.03) translate3d(0,0,0)}to{transform:scale(1.08) translate3d(-16px,-10px,0)}}@keyframes heroCircleDrift{0%{transform:translate3d(0,0,0)}to{transform:translate3d(0,-18px,0)}}@font-face{font-family:"TT Norms Pro";src:url(/fonts/TT_Norms_Pro_Regular.woff2)format("woff2"),url(/fonts/TT_Norms_Pro_Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"TT Norms Pro";src:url(/fonts/TT_Norms_Pro_Bold.woff2)format("woff2"),url(/fonts/TT_Norms_Pro_Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"TT Norms Pro";src:url(/fonts/TT_Norms_Pro_Black.woff2)format("woff2"),url(/fonts/TT_Norms_Pro_Black.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}:root{--forest:#114755;--forest-deep:#0d3640;--forest-light:#15737A;--sage:#3294A3;--sage-light:#52C7E1;--cream:#faf8f5;--cream-dark:#f3f0eb;--charcoal:#1A1A1A;--white:#ffffff;--gray-50:#f8fafb;--gray-100:#f1f5f7;--gray-600:#475569;--gold:#52C7E1;--gold-light:#7ED4E6;--gold-glow:rgba(82, 199, 225, 0.3);--cvc-forest:var(--forest);--cvc-forest-dark:var(--forest-deep);--cvc-gold:var(--gold);--cvc-gold-light:var(--gold-light);--cvc-ivory:var(--cream);--cvc-sand:var(--cream-dark);--cvc-ink:var(--charcoal);--cvc-moss:var(--sage);--cvc-bark:#15737A;--cvc-fog:rgba(17, 71, 85, 0.12);--cvc-line:rgba(17, 71, 85, 0.12);--cvc-shadow:0 24px 60px rgba(17, 71, 85, 0.18);--cvc-shadow-tight:0 16px 36px rgba(17, 71, 85, 0.12);--shadow-elevated:0 15px 40px rgba(17, 71, 85, 0.25);--ease-out-expo:cubic-bezier(0.16, 1, 0.3, 1);--ease-out-back:cubic-bezier(0.34, 1.56, 0.64, 1);--ease-spring:cubic-bezier(0.175, 0.885, 0.32, 1.275);--ease-smooth:cubic-bezier(0.4, 0, 0.2, 1);--font-display:'TT Norms Pro', 'Helvetica Neue', Arial, sans-serif;--font-body:'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body.cvc-editorial{font-family:var(--font-body);color:var(--charcoal);background:var(--cream);position:relative;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}@media (hover:none),(pointer:coarse),(max-width:768px){body.cvc-editorial{text-rendering:auto}body.cvc-editorial::after,body.cvc-editorial::before{content:none}.cvc-editorial .ef-header,.cvc-editorial .ef-topbar{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(255,255,255,.98)}}body.cvc-editorial>:not(.ef-header):not(.ef-topbar):not(header):not(.skip-link){position:relative;z-index:1}body.cvc-editorial>.ef-header,body.cvc-editorial>.ef-topbar,body.cvc-editorial>header{position:relative;z-index:100}body.cvc-editorial ::selection{background:var(--gold);color:var(--forest-deep)}body.cvc-editorial ::-moz-selection{background:var(--gold);color:var(--forest-deep)}#scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--forest),var(--gold));z-index:9999;transform:scaleX(0);transform-origin:left center;will-change:transform}.cvc-editorial .font-display,.cvc-editorial h1{font-family:var(--font-display);letter-spacing:-.02em;font-weight:300}.cvc-editorial h1{line-height:1.2;color:var(--forest);font-size:clamp(3rem,5.5vw,4.5rem);letter-spacing:-.03em}.cvc-editorial .font-body{font-family:var(--font-body)}.cvc-editorial h2,.cvc-editorial h3,.cvc-editorial h4,.cvc-editorial h5,.cvc-editorial h6{font-family:var(--font-display);font-weight:300;letter-spacing:-.02em;line-height:1.2;color:var(--forest)}.cvc-editorial h4{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400}.cvc-editorial h2{font-size:clamp(2.5rem,4vw,3.5rem)}.cvc-editorial h3{font-size:clamp(1.75rem,3vw,2.25rem)}:where(.cvc-editorial) :where(main) :where(p,li){color:var(--charcoal);font-size:1.15rem;line-height:1.75}.cvc-editorial a{transition:color .2s ease-out}.cvc-editorial .ef-topbar{border-bottom:1px solid var(--cvc-line);background:var(--forest-deep)}.cvc-editorial .ef-header{border-bottom:1px solid var(--cvc-line);background:rgba(255,255,255,.98);transition:background-color .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out;overflow:visible}.cvc-editorial .ef-header nav,.cvc-editorial .ef-nav{overflow:visible}.cvc-editorial .ef-header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 1px 0 var(--cream-dark)}.cvc-editorial .ef-brand-title{letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;color:var(--sage)}.cvc-editorial .ef-nav a{letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:500;color:var(--charcoal);position:relative;white-space:nowrap}.cvc-editorial .ef-nav a::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:right center;transition:transform .2s ease-out}.cvc-editorial .ef-nav a:focus::after,.cvc-editorial .ef-nav a:hover::after{transform:scaleX(1);transform-origin:left center}.cvc-editorial .ef-nav a:focus,.cvc-editorial .ef-nav a:hover{color:var(--forest)}.cvc-editorial .ef-dropdown{border:1px solid var(--cvc-line);box-shadow:var(--cvc-shadow);background:var(--white);border-radius:12px}.cvc-editorial .nav-dropdown{position:relative;z-index:100}.cvc-editorial .nav-dropdown.active,.cvc-editorial .nav-dropdown:hover{z-index:1000}.cvc-editorial .nav-trigger{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 0;font-size:.7rem;font-weight:500;color:var(--charcoal);letter-spacing:.05em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .3s ease;white-space:nowrap}.cvc-editorial .nav-dropdown.active .nav-trigger,.cvc-editorial .nav-dropdown:hover .nav-trigger,.cvc-editorial .nav-trigger:hover{color:var(--forest)}.cvc-editorial .dropdown-arrow{width:1rem;height:1rem;transition:transform .3s ease;flex-shrink:0}.cvc-editorial .nav-dropdown.active .dropdown-arrow,.cvc-editorial .nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.cvc-editorial .nav-dropdown .dropdown-menu{position:absolute;top:100%;left:0;padding-top:.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:9999;pointer-events:none}.cvc-editorial .nav-dropdown-right .dropdown-menu{left:auto;right:0}.cvc-editorial .nav-dropdown.active .dropdown-menu,.cvc-editorial .nav-dropdown:focus-within .dropdown-menu,.cvc-editorial .nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.cvc-editorial .nav-dropdown .dropdown-menu .ef-dropdown{min-width:260px;padding:.75rem 0;max-height:80vh;overflow-y:auto;overflow-x:hidden;background:var(--white);border-radius:12px;border:1px solid rgba(26,48,40,.08);box-shadow:0 10px 40px rgba(26,48,40,.18),0 4px 12px rgba(26,48,40,.08)}.cvc-editorial .dropdown-menu .ef-dropdown a{display:block;padding:.625rem 1.25rem;font-size:.875rem;font-weight:400;color:var(--charcoal);text-transform:none;letter-spacing:normal;text-decoration:none;background:0 0;transition:background-color .2s ease,color .2s ease}.cvc-editorial .dropdown-menu .ef-dropdown a:focus,.cvc-editorial .dropdown-menu .ef-dropdown a:hover{background-color:rgba(26,48,40,.05);color:var(--forest)}.cvc-editorial .dropdown-menu .ef-dropdown a::after,.cvc-editorial .dropdown-menu .ef-dropdown a::before{display:none!important;content:none!important}.cvc-editorial .dropdown-menu .ef-dropdown>div:not(:empty){padding:.5rem 1.25rem .25rem;font-size:.7rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.1em}.cvc-editorial .dropdown-menu .ef-dropdown a:last-child{color:var(--forest);font-weight:500}.cvc-editorial .dropdown-menu .ef-dropdown a span{display:block}.cvc-editorial .dropdown-menu .ef-dropdown a span.font-medium{font-weight:500}.cvc-editorial .dropdown-menu .ef-dropdown a span.text-xs{font-size:.75rem;color:#6b7280;margin-top:.125rem}.cvc-editorial #mobile-menu{background:var(--white);border-top:1px solid var(--cvc-line);overflow-y:auto;max-height:calc(100vh - 80px);transition:max-height .35s ease-out,opacity .25s ease-out}.cvc-editorial #mobile-menu.hidden{display:none}.cvc-editorial #mobile-menu.open{display:block;max-height:calc(100vh - 80px);overflow-y:auto}.cvc-editorial #mobile-menu.open.hidden{display:block!important}.cvc-editorial #mobile-menu-btn{position:relative;z-index:100}.cvc-editorial #mobile-menu-btn svg{transition:transform .3s ease}.cvc-editorial #mobile-menu-btn.active svg{transform:rotate(90deg)}.cvc-editorial .mobile-accordion{border-bottom:1px solid var(--cvc-line)}.cvc-editorial .accordion-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:500;color:var(--charcoal);background:0 0;border:0;cursor:pointer;text-align:left;font-size:1rem;transition:color .2s ease}.cvc-editorial .accordion-content a:focus,.cvc-editorial .accordion-content a:hover,.cvc-editorial .accordion-toggle:focus,.cvc-editorial .accordion-toggle:hover{color:var(--forest)}.cvc-editorial .accordion-toggle .accordion-icon{transition:transform .3s ease;flex-shrink:0}.cvc-editorial .accordion-toggle.active .accordion-icon{transform:rotate(180deg)}.cvc-editorial .accordion-content{overflow:hidden;padding-left:1rem;padding-bottom:1rem}.cvc-editorial .accordion-content.hidden{display:none}.cvc-editorial .accordion-content.open{display:block;padding-bottom:1rem}.cvc-editorial .accordion-content a{display:block;padding:.625rem 0;font-size:.9rem;color:#525252;transition:color .2s ease}.cvc-editorial .accordion-content .category-header{display:block;padding:.75rem 0 .25rem;font-size:.7rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.cvc-editorial .accordion-content a.mobile-cta{color:var(--forest);font-weight:500}.cvc-editorial #mobile-menu .direct-link{display:block;padding:1rem 0;font-weight:500;color:var(--charcoal);border-bottom:1px solid var(--cvc-line);transition:color .2s ease}.cvc-editorial #mobile-menu .direct-link:hover{color:var(--forest)}.cvc-editorial #mobile-menu .mobile-contact{padding-top:1.5rem;margin-top:.5rem;border-top:2px solid var(--cvc-line)}.cvc-editorial #mobile-menu .mobile-contact a{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--forest);font-weight:500;transition:color .2s ease}.cvc-editorial #mobile-menu .mobile-contact a:hover{color:var(--gold)}.cvc-editorial #mobile-menu .mobile-cta-btn{display:block;width:100%;padding:1rem;margin-top:1rem;background:var(--forest);color:var(--white);text-align:center;font-weight:600;border-radius:8px;transition:background-color .2s ease}.cvc-editorial #mobile-menu .mobile-cta-btn:hover{background:var(--forest-deep)}.cvc-editorial .logo-icon{transition:transform .2s ease-out,background-color .4s var(--ease-out-expo)}.cvc-editorial .logo-icon:hover{transform:rotate(180deg)}.cvc-editorial .logo-icon:hover .logo-inner{background:var(--gold)}.cvc-editorial .btn-primary,.cvc-editorial .ef-btn-outline,.cvc-editorial .ef-cta{justify-content:center;border-radius:100px;font-family:var(--font-body);letter-spacing:.08em;cursor:pointer;overflow:hidden}.cvc-editorial .btn-primary,.cvc-editorial .ef-cta{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:1.125rem 2rem;background:var(--forest);color:var(--white);border:0;font-size:.9rem;font-weight:600;text-transform:uppercase;text-decoration:none;transition:transform .2s ease-out,box-shadow .4s var(--ease-out-expo);z-index:1}.cvc-editorial .btn-primary::before,.cvc-editorial .ef-btn-outline::before,.cvc-editorial .ef-cta::before{content:"";position:absolute;inset:0;transform:translateY(100%);transition:transform .2s ease-out;z-index:-1}.cvc-editorial .btn-primary::before,.cvc-editorial .ef-cta::before{background:linear-gradient(135deg,var(--gold),var(--gold-light))}.cvc-editorial .btn-primary:hover,.cvc-editorial .ef-cta:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);color:var(--forest-deep)}.cvc-editorial .btn-primary:hover::before,.cvc-editorial .ef-btn-outline:hover::before,.cvc-editorial .ef-cta:hover::before{transform:translateY(0)}.cvc-editorial .btn-primary:active,.cvc-editorial .ef-btn-outline:active,.cvc-editorial .ef-cta:active{transform:translateY(-1px) scale(.99)}.cvc-editorial .btn-primary.btn-sm,.cvc-editorial .ef-cta.btn-sm{padding:.625rem 1.25rem;font-size:.7rem;letter-spacing:.05em;white-space:nowrap}.cvc-editorial .ef-btn-outline{padding:1rem 1.75rem;background:0 0;border:2px solid var(--forest);transition:color .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo),transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.cvc-editorial .ef-btn-outline::before{background:var(--forest)}.cvc-editorial .ef-btn-outline:hover{color:var(--white);border-color:var(--forest);transform:translateY(-3px);box-shadow:var(--shadow-elevated)}.cvc-editorial .btn-secondary,.cvc-editorial .btn-text,.cvc-editorial .ef-btn-outline{position:relative;display:inline-flex;align-items:center;gap:.5rem;color:var(--forest);font-size:.9rem;font-weight:600;text-transform:uppercase;text-decoration:none}.cvc-editorial .btn-text{letter-spacing:.05em;padding-bottom:2px;transition:color .4s var(--ease-out-expo)}.cvc-editorial .btn-text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:right center;transition:transform .2s ease-out}.cvc-editorial .btn-text:hover,.cvc-editorial .service-card li svg{color:var(--gold)}.cvc-editorial .btn-text:hover::after{transform:scaleX(1);transform-origin:left center}.cvc-editorial .btn-secondary{justify-content:center;padding:1rem 1.75rem;background:0 0;border:2px solid var(--forest);border-radius:100px;font-family:var(--font-body);letter-spacing:.08em;cursor:pointer;overflow:hidden;transition:color .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo),transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.cvc-editorial .btn-secondary::before{content:"";position:absolute;inset:0;background:var(--forest);transform:translateY(100%);transition:transform .2s ease-out;z-index:-1}.cvc-editorial .btn-secondary:hover{color:var(--white);border-color:var(--forest);transform:translateY(-3px);box-shadow:var(--shadow-elevated)}.cvc-editorial .btn-secondary:hover::before{transform:translateY(0)}.cvc-editorial .btn-secondary:active{transform:translateY(-1px) scale(.99)}.cvc-editorial .magnetic{display:inline-flex;transition:transform .2s ease-out}.cvc-editorial .hero-gradient{position:relative;min-height:100vh;background:radial-gradient(circle at 12% 20%,rgba(82,199,225,.15),transparent 55%),radial-gradient(circle at 80% 35%,rgba(26,48,40,.1),transparent 55%),linear-gradient(135deg,var(--cream) 0%,var(--cream-dark) 100%);padding:var(--space-xl) var(--space-lg)}.cvc-editorial .hero-gradient::after{content:"";position:absolute;inset:0;background-image:linear-gradient(120deg,rgba(255,255,255,.55),rgba(255,255,255,0));pointer-events:none}.cvc-editorial .hero-circle{position:absolute;border-radius:50%;border:1px solid rgba(26,48,40,.1);pointer-events:none}.cvc-editorial .hero-circle.rotating{animation:rotateCircle 60s linear infinite}.cvc-editorial .line-reveal{overflow:hidden;display:block}.cvc-editorial .line-reveal span{display:block;animation:splitTextReveal 1s var(--ease-out-expo) forwards;animation-delay:inherit}.cvc-editorial .line-reveal:nth-child(1){animation-delay:.3s}.cvc-editorial .line-reveal:nth-child(2){animation-delay:.45s}.cvc-editorial .line-reveal:nth-child(3){animation-delay:.6s}.cvc-editorial .floating-badge{animation:floatBadge 4s ease-in-out infinite}.cvc-editorial .service-card{position:relative;background:var(--forest);color:var(--cream);border:0;border-radius:20px;padding:2.5rem;overflow:hidden;box-shadow:0 10px 40px rgba(26,48,40,.2);transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo)}.cvc-editorial .service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));transform:scaleX(0);transform-origin:left center;transition:transform .5s var(--ease-out-expo)}.cvc-editorial .service-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(26,48,40,.3)}.cvc-editorial .service-card:hover::before{transform:scaleX(1)}.cvc-editorial .service-card h3,.cvc-editorial .service-card h4{color:var(--cream)}@media (min-width:1024px){.cvc-editorial .service-card h3{font-size:clamp(.938rem,1.3vw,1.25rem);line-height:1.3}}.cvc-editorial .service-card li,.cvc-editorial .service-card p,.cvc-editorial .service-card ul{color:var(--sage-light)}.cvc-editorial .service-card a:not(.service-link){color:var(--gold);transition:color .3s var(--ease-out-expo)}.cvc-editorial .service-card a:not(.service-link):hover{color:var(--gold-light)}.cvc-editorial .service-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(82,199,225,.15);border:1px solid rgba(82,199,225,.3);border-radius:16px;color:var(--gold);margin-bottom:1.5rem;transition:background-color .4s var(--ease-out-expo),color .4s var(--ease-out-expo),transform .4s var(--ease-out-expo)}.cvc-editorial .service-card:hover .service-icon{background:var(--gold);color:var(--forest-deep);transform:rotate(-10deg) scale(1.1)}.cvc-editorial .service-card .service-link{color:var(--gold);opacity:0;transform:translateY(10px);transition:color .3s var(--ease-out-expo),opacity .4s var(--ease-out-expo),transform .4s var(--ease-out-expo)}.cvc-editorial .service-card:hover .service-link{opacity:1;transform:translateY(0)}.cvc-editorial .service-card .service-link:hover{color:var(--gold-light)}.cvc-editorial .tilt-card{transform-style:preserve-3d;transition:transform .2s ease-out}.cvc-editorial .tilt-card-inner{transform:translateZ(20px)}.cvc-editorial .ef-section.is-gold,.cvc-editorial .testimonial-section{background:var(--gold);color:var(--forest-deep);position:relative;padding:var(--space-xl) var(--space-lg)}.cvc-editorial .ef-section.is-gold h2,.cvc-editorial .testimonial-section h2{color:var(--forest-deep)}.cvc-editorial .ef-section.is-gold p,.cvc-editorial .testimonial-section p{color:var(--forest)}.cvc-editorial .testimonial-card::before,.cvc-editorial .testimonial-section::before{content:'"';position:absolute;font-family:var(--font-display);line-height:1;pointer-events:none}.cvc-editorial .testimonial-section::before{top:2rem;left:2rem;font-size:20rem;color:rgba(26,48,40,.08)}.cvc-editorial .location-card,.cvc-editorial .testimonial-card{background:var(--white);transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo)}.cvc-editorial .testimonial-card{position:relative;padding:2.5rem}.cvc-editorial .testimonial-card::before{top:-10px;left:20px;font-size:6rem;color:var(--gold);opacity:.6}.cvc-editorial .location-card:hover,.cvc-editorial .testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--cvc-shadow)}.cvc-editorial .location-card{border:1px solid var(--cvc-line);border-radius:20px;padding:3rem}.cvc-editorial .location-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,48,40,.03),rgba(82,199,225,.05));opacity:0;transition:opacity .5s var(--ease-out-expo)}.cvc-editorial .eyewear-card:hover .overlay,.cvc-editorial .location-card:hover::before{opacity:1}.cvc-editorial .location-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--forest),var(--gold));transform:scaleX(0);transform-origin:left center;transition:transform .5s var(--ease-out-expo)}.cvc-editorial .ef-divider.animated.is-visible,.cvc-editorial .location-card:hover::after{transform:scaleX(1)}.cvc-editorial .image-reveal,.cvc-editorial .location-card{position:relative;overflow:hidden}.cvc-editorial .image-reveal::before{content:"";position:absolute;inset:0;background:var(--forest);z-index:20;pointer-events:none;transform:scaleX(1);transform-origin:right center;animation:imageReveal 1s var(--ease-out-expo) forwards;animation-delay:.2s}.cvc-editorial .image-reveal img:not(.ef-hero-kenburns){transform:scale(1.3);animation:imageScale 1.2s var(--ease-out-expo) forwards;animation-delay:.2s}.cvc-editorial .image-reveal img.ef-hero-kenburns{transform:scale(1.03)}.cvc-editorial .eyewear-section{background:var(--cream-dark);position:relative}.cvc-editorial .eyewear-section .bg-text{position:absolute;font-family:var(--font-display);font-size:18vw;font-weight:300;color:var(--forest);opacity:.06;letter-spacing:-.05em;pointer-events:none;white-space:nowrap}.cvc-editorial .eyewear-card{position:relative;border-radius:20px;overflow:hidden;background:var(--white)}.cvc-editorial .eyewear-card img{transition:transform .3s ease-out}.cvc-editorial .eyewear-card:hover img{transform:scale(1.1)}.cvc-editorial .eyewear-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,48,40,.9),transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:opacity .5s var(--ease-out-expo)}.cvc-editorial .stat-item{text-align:center}.cvc-editorial .stat-number{font-family:var(--font-display);font-size:clamp(3rem,5vw,4.5rem);font-weight:300;color:var(--forest);line-height:1;margin-bottom:.5rem}.cvc-editorial .stat-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--sage)}.cvc-editorial .about-section{background:var(--forest);color:var(--cream)}.cvc-editorial .about-section h2,.cvc-editorial .about-section h3,.cvc-editorial .ef-section.is-forest h2,.cvc-editorial .ef-section.is-forest h3{color:var(--cream)}.cvc-editorial .about-section p,.cvc-editorial .ef-footer p,.cvc-editorial .ef-section.is-forest p{color:var(--sage-light)}.cvc-editorial .about-tag{display:inline-block;padding:.5rem 1rem;border:1px solid var(--gold);border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.cvc-editorial .gold-underline{position:relative;display:inline-block}.cvc-editorial .gold-underline::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--gold)}.cvc-editorial .ef-card,.cvc-editorial .glass-card,.cvc-editorial .testimonial-card{border:1px solid var(--cvc-line);box-shadow:var(--cvc-shadow-tight);border-radius:20px}.cvc-editorial .bg-cvc-cream{background:#faf8f5}.cvc-editorial .ef-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:600;color:#0c7a8a}.cvc-editorial .about-section .ef-kicker{color:var(--gold)}.cvc-editorial .ef-divider{height:1px;background:var(--cvc-line)}.cvc-editorial .ef-divider.animated{transform:scaleX(0);transform-origin:left center;transition:transform 1s var(--ease-out-expo)}.cvc-editorial .ef-pill{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--cvc-line);padding:.5rem 1rem;border-radius:100px;letter-spacing:.08em;font-size:.7rem;font-weight:600;text-transform:uppercase;background:var(--white);transition:background-color .3s var(--ease-out-expo),color .3s var(--ease-out-expo),border-color .3s var(--ease-out-expo)}.cvc-editorial .ef-pill:hover{background:var(--forest);color:var(--white);border-color:var(--forest)}.cvc-editorial .ef-footer{border-top:1px solid var(--cvc-line);background:var(--forest-deep);color:var(--cream)}.cvc-editorial .ef-footer h3,.cvc-editorial .ef-footer h4{color:var(--cream);font-weight:500}.cvc-editorial .ef-footer a{transition:color .3s var(--ease-out-expo)}.cvc-editorial input,.cvc-editorial select,.cvc-editorial textarea{border:1px solid rgba(26,48,40,.2);background:var(--white);border-radius:12px;padding:1rem 1.25rem;font-family:var(--font-body);font-size:1rem;transition:border-color .25s var(--ease-out-expo),box-shadow .25s var(--ease-out-expo),background-color .25s var(--ease-out-expo)}.cvc-editorial input:focus,.cvc-editorial select:focus,.cvc-editorial textarea:focus{outline:0;border-color:var(--forest);box-shadow:0 0 0 3px rgba(26,48,40,.1)}.cvc-editorial input::placeholder,.cvc-editorial textarea::placeholder{color:var(--sage)}.cvc-editorial [data-parallax]{transition:none}.cvc-editorial .ef-magnetic-active,.cvc-editorial .ef-parallax-active,.cvc-editorial .ef-tilt-active{will-change:transform;transition:none!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.cvc-editorial .split-char{display:inline-block}.cvc-editorial .reveal{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out}.cvc-editorial .reveal.active{opacity:1;transform:translateY(0)}.cvc-editorial .reveal[style*="animation-delay: 0.1s"]{transition-delay:.1s}.cvc-editorial .reveal[style*="animation-delay: 0.2s"]{transition-delay:.2s}.cvc-editorial .reveal[style*="animation-delay: 0.3s"]{transition-delay:.3s}.cvc-editorial .reveal[style*="animation-delay: 0.4s"]{transition-delay:.4s}.cvc-editorial .reveal[style*="animation-delay: 0.5s"]{transition-delay:.5s}.cvc-editorial .fade-slide-up{animation:fadeSlideUp .8s var(--ease-out-expo) forwards}.cvc-editorial .decorative-circle{position:absolute;border-radius:50%;border:1px solid rgba(26,48,40,.15);background:radial-gradient(circle,rgba(82,199,225,.1),transparent 65%);pointer-events:none}.cvc-editorial .gold-line::after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin-top:1rem}.cvc-editorial .gold-line-center::after{margin-left:auto;margin-right:auto}.cvc-editorial section{position:relative;padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.cvc-editorial section::before{content:"";position:absolute;inset:0;border-top:1px solid rgba(26,48,40,.06);pointer-events:none}.cvc-editorial .ef-section{background:rgba(255,255,255,.7);border:1px solid var(--cvc-line);border-left:4px solid var(--gold);border-radius:16px;padding:2rem}.cvc-editorial .ef-section.is-forest{background:var(--forest);color:var(--cream);border-left-color:var(--gold)}.cvc-editorial .hover\:text-cvc-teal-500:hover,.cvc-editorial .hover\:text-cvc-teal-600:hover,.cvc-editorial .text-cvc-teal-500,.cvc-editorial .text-cvc-teal-600{color:var(--forest)}.cvc-editorial .bg-cvc-teal-500{background:var(--forest)}.cvc-editorial .bg-cvc-teal-600{background:var(--forest-deep)}.cvc-editorial .bg-cvc-charcoal a:hover,.cvc-editorial .ef-footer a:hover,.cvc-editorial .text-cvc-gold,.cvc-editorial main .about-section .text-cvc-gold{color:var(--gold)}.cvc-editorial .text-gray-600{color:var(--gray-600)}.cvc-editorial .text-gray-500{color:#64748b}.cvc-editorial .text-gray-400{color:var(--sage)}.cvc-editorial .bg-cvc-charcoal{background:var(--forest-deep)}.cvc-editorial .hover\:bg-cvc-teal-50:hover{background:rgba(17,71,85,.05)}.cvc-editorial .border-cvc-teal-500{border-color:var(--forest)}.cvc-editorial .shadow-sm{box-shadow:0 2px 8px rgba(26,48,40,.08)}.cvc-editorial .shadow-xl{box-shadow:var(--cvc-shadow-tight)}.cvc-editorial .shadow-2xl{box-shadow:var(--cvc-shadow)}.cvc-editorial .ef-shadow-soft{box-shadow:0 18px 50px rgba(26,48,40,.12)}.cvc-editorial .rounded{border-radius:12px}.cvc-editorial .rounded-xl{border-radius:16px}.cvc-editorial .rounded-2xl{border-radius:20px}.cvc-editorial .ef-grid{display:grid;gap:1.5rem}.cvc-editorial .ef-grid-3{grid-template-columns:repeat(3,1fr)}.cvc-editorial .ef-grid-4{grid-template-columns:repeat(4,1fr)}@media (prefers-reduced-motion:reduce){.cvc-editorial *,.cvc-editorial ::after,.cvc-editorial ::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cvc-editorial .reveal{opacity:1;transform:none}.cvc-editorial .parallax,.cvc-editorial [data-parallax]{transform:none!important}}.cvc-editorial main .text-cvc-gold{color:#0c7a8a}@media (max-width:1100px){.cvc-editorial .ef-grid-3,.cvc-editorial .ef-grid-4{grid-template-columns:repeat(2,1fr)}.cvc-editorial .hero-gradient{padding:var(--space-lg) var(--space-md)}}@media (max-width:768px){:root{--space-lg:3rem;--space-xl:5rem}.cvc-editorial .ef-nav a{font-size:.85rem}.cvc-editorial .ef-grid-3,.cvc-editorial .ef-grid-4{grid-template-columns:1fr}.cvc-editorial .hero-gradient{min-height:auto;padding:var(--space-lg) 1.5rem}.cvc-editorial .service-card{padding:2rem}.cvc-editorial .testimonial-section::before{font-size:10rem}.cvc-editorial h1{font-size:clamp(2.25rem,8vw,3rem)}.cvc-editorial h2{font-size:clamp(1.75rem,6vw,2.5rem)}:where(.cvc-editorial) :where(main) :where(p,li){font-size:1rem}.cvc-editorial .btn-primary,.cvc-editorial .ef-cta{padding:1rem 1.5rem;font-size:.85rem}}@media (max-width:480px){.cvc-editorial .service-card{padding:1.5rem}.cvc-editorial .location-card{padding:2rem}.cvc-editorial .testimonial-card{padding:1.5rem}.cvc-editorial .stat-number{font-size:2.5rem}}.cvc-editorial .skip-link{position:absolute;top:-100%;left:0;background:var(--forest);color:var(--white);padding:.75rem 1.5rem;z-index:10000;transition:top .3s;border-radius:0 0 8px 0}.cvc-editorial .skip-link:focus{top:0}.cvc-editorial a:focus-visible,.cvc-editorial button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.cvc-editorial .header-scrolled{background:rgba(255,255,255,.995);box-shadow:0 2px 20px rgba(26,48,40,.08)}.cvc-editorial .img-placeholder,.cvc-editorial img:not([src]),.cvc-editorial img[src=""]{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-light) 50%,var(--forest-deep) 100%);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.cvc-editorial .img-placeholder::before,.cvc-editorial img[src=""]::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%2352C7E1' opacity='0.08'%3E%3Cpath d='M50 30C35 30 22.5 40 15 50c7.5 10 20 20 35 20s27.5-10 35-20c-7.5-10-20-20-35-20zm0 30c-5.5 0-10-4.5-10-10s4.5-10 10-10 10 4.5 10 10-4.5 10-10 10z'/%3E%3C/svg%3E");background-size:80px;background-position:center;opacity:.15}.cvc-editorial .img-placeholder::after{content:"";width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2352C7E1'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.3;z-index:1}.cvc-editorial .hero-placeholder{background:linear-gradient(135deg,var(--forest) 0%,#2d5a4e 30%,var(--forest-light) 60%,var(--forest) 100%);min-height:400px}.cvc-editorial .doctor-placeholder{background:linear-gradient(180deg,var(--cream-dark) 0%,var(--sage-light) 100%)}.cvc-editorial .doctor-placeholder::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a3028'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");opacity:.15}.cvc-editorial .location-placeholder,.cvc-editorial .service-placeholder{background:linear-gradient(135deg,var(--sage) 0%,var(--forest) 100%)}.cvc-editorial .location-placeholder::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2352C7E1'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")}.cvc-editorial .glow-border{position:relative}.cvc-editorial .glow-border::after{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,var(--gold),var(--forest),var(--gold));border-radius:inherit;z-index:-1;opacity:0;transition:opacity .4s var(--ease-out-expo)}.cvc-editorial .glow-border:hover::after{opacity:1;animation:borderRotate 3s linear infinite}.cvc-editorial .card-lift{transition:transform .2s ease-out,box-shadow .4s var(--ease-out-expo)}.cvc-editorial .card-lift:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(26,48,40,.15)}.cvc-editorial .btn-magnetic{transition:transform .2s var(--ease-out-expo)}.cvc-editorial .btn-magnetic:hover{transform:scale(1.05)}.cvc-editorial .btn-magnetic:active{transform:scale(.98)}.cvc-editorial .text-gradient{background:linear-gradient(135deg,var(--forest) 0%,var(--gold) 50%,var(--forest) 100%)}.cvc-editorial .link-underline{position:relative;text-decoration:none}.cvc-editorial .link-underline::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),var(--forest));transform:scaleX(0);transform-origin:right;transition:transform .2s ease-out}.cvc-editorial .link-underline:hover::after{transform:scaleX(1);transform-origin:left}.cvc-editorial .badge-float{animation:floatBadge 3s ease-in-out infinite}.cvc-editorial .pulse-subtle{animation:pulseSoft 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){.cvc-editorial .badge-float,.cvc-editorial .hero-gradient .decorative-circle,.cvc-editorial .pulse-subtle,.cvc-editorial .text-gradient{animation:none!important}}.cvc-editorial .reveal-up{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out}.cvc-editorial .reveal-up.visible{opacity:1;transform:translateY(0)}.cvc-editorial .reveal-scale{opacity:0;transform:scale(.95);transition:opacity .3s ease-out,transform .3s ease-out}.cvc-editorial .reveal-scale.visible{opacity:1;transform:scale(1)}.cvc-editorial .stagger-children>*{opacity:0;transform:translateY(15px);transition:opacity .3s ease-out,transform .3s ease-out}.cvc-editorial .stagger-children.visible>:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.cvc-editorial .stagger-children.visible>:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.cvc-editorial .stagger-children.visible>:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.cvc-editorial .stagger-children.visible>:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.cvc-editorial .stagger-children.visible>:nth-child(5){transition-delay:.5s;opacity:1;transform:translateY(0)}.cvc-editorial .stagger-children.visible>:nth-child(6){transition-delay:.6s;opacity:1;transform:translateY(0)}.cvc-editorial .gold-accent-line{position:relative}.cvc-editorial .gold-accent-line::after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px}.cvc-editorial .gold-accent-line.center::after{left:50%;transform:translateX(-50%)}.cvc-editorial .icon-spin:hover svg{transform:rotate(360deg);transition:transform .6s var(--ease-out-expo)}.cvc-editorial .glass-card{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(26,48,40,.1)}@media (max-width:768px){.cvc-editorial .ef-header,.cvc-editorial .ef-topbar,.cvc-editorial .glass-card,.cvc-editorial .header-scrolled{backdrop-filter:none;-webkit-backdrop-filter:none}}.cvc-editorial .grain::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.04;pointer-events:none;z-index:1}.cvc-editorial .corner-flourish{position:relative}.cvc-editorial .corner-flourish::after,.cvc-editorial .corner-flourish::before{content:"";position:absolute;width:40px;height:40px;border:2px solid var(--gold);opacity:.3}.cvc-editorial .corner-flourish::before{top:-10px;left:-10px;border-right:none;border-bottom:none}.cvc-editorial .corner-flourish::after{bottom:-10px;right:-10px;border-left:none;border-top:none}.cvc-editorial .star-glow{filter:drop-shadow(0 0 4px rgba(250,204,21,.6))}.cvc-editorial .divider-icon{display:flex;align-items:center;gap:1rem}.cvc-editorial .divider-icon::after,.cvc-editorial .divider-icon::before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.cvc-editorial img{opacity:1;transition:opacity .4s ease;max-width:100%;height:auto}.cvc-editorial img[data-src]{opacity:0}.cvc-editorial .ef-header.scrolled::after,.cvc-editorial img.loaded{opacity:1}.cvc-editorial section.py-16{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.cvc-editorial section.py-20{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.cvc-editorial .hero-gradient{padding-top:clamp(4rem,8vw,6rem);padding-bottom:clamp(5rem,10vw,8rem);min-height:auto}.cvc-editorial .hero-gradient .grid{overflow:visible}.cvc-editorial .hero-gradient [class*=absolute][class*=bottom]{z-index:20}@media (min-width:1024px){.cvc-editorial .hero-gradient{min-height:700px}}.cvc-editorial section h2{margin-bottom:1rem}.cvc-editorial section h2+p{margin-bottom:3rem}.cvc-editorial .grid.gap-8{gap:2rem}.cvc-editorial .grid.gap-12{gap:3rem}.cvc-editorial .location-card,.cvc-editorial .testimonial-card{padding:clamp(1.5rem,4vw,2.5rem)}.cvc-editorial .service-card{padding:clamp(1.5rem,4vw,2.5rem) clamp(2rem,5vw,3rem)}.cvc-editorial .flex.gap-4{gap:1rem}.cvc-editorial .flex.gap-6{gap:1.5rem}.cvc-editorial #mobile-menu{scrollbar-width:thin;scrollbar-color:var(--sage) transparent}.cvc-editorial #mobile-menu::-webkit-scrollbar{width:6px}.cvc-editorial #mobile-menu::-webkit-scrollbar-track{background:0 0}.cvc-editorial #mobile-menu::-webkit-scrollbar-thumb{background:var(--sage);border-radius:3px}.cvc-editorial .corner-flourish{overflow:visible;z-index:1}.cvc-editorial .bg-cvc-charcoal a,.cvc-editorial .ef-footer a{color:var(--sage-light)}.cvc-editorial .text-gradient{background:linear-gradient(135deg,var(--forest) 0%,var(--gold) 38%,var(--gold-light) 50%,var(--forest) 100%);background-size:220% 220%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:textGradient 12s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.cvc-editorial .text-gradient{animation:none;background-position:0 center}}.cvc-editorial .stat-item{padding:1.5rem 1rem}.cvc-editorial .max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}@media (max-width:768px){.cvc-editorial section{padding-top:3rem;padding-bottom:3rem}.cvc-editorial .hero-gradient{padding-top:2rem;padding-bottom:3rem;min-height:auto}.cvc-editorial section h2+p{margin-bottom:2rem}.cvc-editorial .grid.gap-12,.cvc-editorial .grid.gap-8{gap:1.5rem}}body.cvc-editorial{overflow-x:hidden;width:100%;transition:opacity 220ms var(--ease-out-expo),transform 220ms var(--ease-out-expo)}.cvc-editorial h1,.cvc-editorial h2,.cvc-editorial h3{font-display:swap}.cvc-editorial .nav-link{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:500}@media (prefers-reduced-motion:reduce){.cvc-editorial .animate-fade-in,.cvc-editorial .animate-fade-in-up{animation:none!important}}.cvc-editorial .hero-gradient{isolation:isolate}.cvc-editorial .hero-gradient::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 22%,rgba(82,199,225,.12),transparent 50%),radial-gradient(circle at 78% 18%,rgba(122,155,138,.1),transparent 55%),radial-gradient(circle at 66% 82%,rgba(26,48,40,.08),transparent 50%);opacity:1;pointer-events:none;z-index:0}.cvc-editorial .hero-gradient .max-w-7xl{position:relative;z-index:2}@media (prefers-reduced-motion:reduce){.cvc-editorial .hero-gradient::before{animation:none}}.cvc-editorial .ef-header{position:relative}.cvc-editorial .ef-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(82,199,225,.65),transparent);opacity:0;pointer-events:none;transition:opacity .45s var(--ease-out-expo)}.cvc-editorial #mobile-menu a[aria-current=page],.cvc-editorial .ef-nav a[aria-current=page],.cvc-editorial .nav-link.is-active{color:var(--forest)}.cvc-editorial .ef-nav a[aria-current=page]::after,.cvc-editorial .nav-link.is-active::after{transform:scaleX(1);transform-origin:left center}.cvc-editorial .dropdown-menu .ef-dropdown a[aria-current=page]{background:linear-gradient(90deg,rgba(82,199,225,.16),rgba(82,199,225,0));color:var(--forest);font-weight:600}.cvc-editorial .btn-primary>*,.cvc-editorial .ef-btn-outline>*,.cvc-editorial .ef-cta>*{position:relative;z-index:2}.cvc-editorial .btn-primary::after,.cvc-editorial .ef-btn-outline::after,.cvc-editorial .ef-cta::after{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.55) 45%,transparent 70%);opacity:0;pointer-events:none;z-index:1;transform:translateX(-160%) skewX(-12deg)}.cvc-editorial .btn-primary:hover::after,.cvc-editorial .ef-btn-outline:hover::after,.cvc-editorial .ef-cta:hover::after{animation:shineSweep 1.2s var(--ease-out-expo) forwards}@media (prefers-reduced-motion:reduce){.cvc-editorial .btn-primary:hover::after,.cvc-editorial .ef-btn-outline:hover::after,.cvc-editorial .ef-cta:hover::after{animation:none;opacity:0}}.cvc-editorial .ef-trustbar{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;padding:.75rem 1rem;border-radius:999px}.cvc-editorial .ef-trust-item{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;color:rgba(42,42,42,.9)}.cvc-editorial a.ef-trust-item{text-decoration:none;transition:transform .35s var(--ease-out-expo),color .35s var(--ease-out-expo)}.cvc-editorial a.ef-trust-item:hover{transform:translateY(-2px);color:var(--forest)}.cvc-editorial .ef-trust-item strong{color:var(--forest-deep);font-weight:700}.cvc-editorial .ef-trust-divider{width:1px;height:1.1rem;background:rgba(26,48,40,.18)}.cvc-editorial .ef-stars{display:inline-flex;gap:.15rem;color:#facc15;filter:drop-shadow(0 0 6px rgba(250,204,21,.4))}@media (max-width:520px){.cvc-editorial .ef-trustbar{border-radius:18px;padding:.85rem 1rem}.cvc-editorial .ef-trust-divider{display:none}}html.ef-page-leave body.cvc-editorial{opacity:0;transform:translateY(6px)}@media (prefers-reduced-motion:reduce){body.cvc-editorial{transition:none}html.ef-page-leave body.cvc-editorial{opacity:1;transform:none}}.cvc-editorial .ef-pressable{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cvc-editorial .ef-pressable.is-pressed{transform:translateY(-1px) scale(.99)!important}.cvc-editorial img.ef-img-fade{opacity:0;will-change:opacity}.cvc-editorial img.ef-img-fade.ef-img-loaded,.cvc-editorial img.ef-img-loaded{opacity:1}.cvc-editorial .ef-hero-kenburns{will-change:transform;transform-origin:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translate3d(0,0,0);animation:heroKenBurns 24s linear infinite alternate}.cvc-editorial .hero-gradient .decorative-circle{animation:none}.cvc-editorial .hero-gradient .decorative-circle:nth-child(2){animation-duration:12s;animation-delay:-2s}@media (prefers-reduced-motion:reduce){.cvc-editorial .ef-hero-kenburns,.cvc-editorial .hero-gradient .decorative-circle{animation:none!important;transform:none!important}}