.es-team-card,.es-hours,.es-timeline-card,.es-content-toggle{background:#fff;border:1px solid #e8e8ee;border-radius:18px;box-shadow:0 12px 36px rgba(20,20,40,.08)}
.es-team-card{--es-accent:#6c5ce7;overflow:hidden}.es-team-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.es-team-body{padding:24px}.es-team-name{margin:0 0 4px}.es-team-role{color:var(--es-accent);font-weight:700;margin:0 0 14px}.es-team-bio{margin:0 0 16px}.es-team-links{display:flex;gap:10px}.es-team-links a{color:var(--es-accent);font-weight:700}
.es-hours{--es-accent:#6c5ce7;padding:24px}.es-hours h3{border-left:4px solid var(--es-accent);margin:0 0 18px;padding-left:12px}.es-hours ul{list-style:none;margin:0;padding:0}.es-hours li{align-items:center;border-bottom:1px solid #ececf2;display:flex;gap:20px;justify-content:space-between;padding:12px 0}.es-hours li:last-child{border:0}.es-hours .is-closed span{color:#d63031}
.es-timeline{--es-accent:#6c5ce7;position:relative}.es-timeline:before{background:#dedee8;bottom:0;content:"";left:10px;position:absolute;top:0;width:2px}.es-timeline-item{padding:0 0 24px 40px;position:relative}.es-timeline-dot{background:var(--es-accent);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px var(--es-accent);height:18px;left:2px;position:absolute;top:24px;width:18px}.es-timeline-card{padding:22px}.es-timeline-card h3{margin:5px 0}.es-timeline-card p{margin:0}.es-timeline-date{color:var(--es-accent);font-size:.82em;font-weight:800;text-transform:uppercase}
.es-table-wrap{overflow-x:auto}.es-table{border-collapse:collapse;min-width:540px;width:100%}.es-table caption{font-size:1.1em;font-weight:700;padding:12px;text-align:left}.es-table th,.es-table td{border:1px solid #dedee8;padding:14px;text-align:left}.es-table th{background:#27273a;color:#fff}.es-table.is-striped tbody tr:nth-child(even){background:#f7f7fa}
.es-content-toggle{padding:24px}.es-toggle-tabs{background:#f0f0f5;border-radius:999px;display:flex;margin:0 auto 24px;max-width:360px;padding:5px}.es-toggle-tabs button{background:transparent;border:0;border-radius:999px;cursor:pointer;flex:1;padding:11px 16px}.es-toggle-tabs button.is-active{background:#27273a;color:#fff}.es-toggle-panel:not(.is-active){display:none}
.es-before-after{--es-position:50%;border-radius:18px;overflow:hidden;position:relative;touch-action:none}.es-before-after img{display:block;height:auto;width:100%}.es-ba-after{bottom:0;clip-path:inset(0 calc(100% - var(--es-position)) 0 0);left:0;position:absolute;right:0;top:0}.es-ba-after img{height:100%;object-fit:cover}.es-ba-divider{background:#fff;bottom:0;box-shadow:0 0 8px rgba(0,0,0,.35);left:var(--es-position);position:absolute;top:0;width:3px}.es-ba-label{background:rgba(0,0,0,.68);border-radius:6px;color:#fff;padding:6px 10px;position:absolute;top:14px}.es-ba-label-before{left:14px}.es-ba-label-after{right:14px}.es-before-after input{cursor:ew-resize;height:100%;inset:0;opacity:0;position:absolute;width:100%}
@media(max-width:767px){.es-team-body,.es-hours,.es-content-toggle{padding:18px}.es-timeline-item{padding-left:34px}.es-hours li{align-items:flex-start;flex-direction:column;gap:4px}}

/* Batch 1: heading */
.es-heading-title{--es-heading-primary:#171726;--es-heading-accent:#6c5ce7;--es-heading-gradient:#00cec9;color:var(--es-heading-primary);font-size:clamp(2rem,5vw,4.5rem);line-height:1.05;margin:.15em 0}.es-heading-title>span{display:inline}.es-heading-accent{color:var(--es-heading-accent)}.es-heading-subtitle{color:var(--es-heading-accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.es-heading-description{color:#626276;font-size:1.05rem;margin:.8rem 0 0}.es-heading-gradient .es-heading-accent{background:linear-gradient(90deg,var(--es-heading-accent),var(--es-heading-gradient));-webkit-background-clip:text;background-clip:text;color:transparent}.es-heading-outline .es-heading-accent{-webkit-text-stroke:2px var(--es-heading-accent);color:transparent}.es-heading-glass{backdrop-filter:blur(14px);background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,255,255,.25));border:1px solid rgba(255,255,255,.55);border-radius:20px;padding:24px}.es-heading-marquee{overflow:hidden}.es-heading-marquee .es-heading-title{animation:es-marquee 14s linear infinite;white-space:nowrap;width:max-content}.es-typing:after{animation:es-blink .8s steps(1) infinite;content:"|";margin-left:3px}@keyframes es-marquee{to{transform:translateX(-50%)}}@keyframes es-blink{50%{opacity:0}}

/* Batch 1: info box and button */
.es-info-box{--es-accent:#6c5ce7;background:#fff;border:1px solid #e8e8ee;border-radius:18px;box-shadow:0 12px 36px rgba(20,20,40,.08);overflow:hidden;padding:26px;transition:transform .25s ease,box-shadow .25s ease}.es-info-box:hover{box-shadow:0 18px 46px rgba(20,20,40,.14);transform:translateY(-4px)}.es-info-media{align-items:center;background:color-mix(in srgb,var(--es-accent) 12%,white);border-radius:14px;color:var(--es-accent);display:flex;font-size:30px;height:64px;justify-content:center;margin-bottom:20px;overflow:hidden;width:64px}.es-info-media img{height:100%;object-fit:cover;width:100%}.es-info-title{margin:0 0 10px}.es-info-content p{color:#626276;margin:0 0 16px}.es-info-link{color:var(--es-accent);font-weight:800}.es-info-horizontal{align-items:center;display:flex;gap:22px}.es-info-horizontal .es-info-media{flex:0 0 84px;height:84px;margin:0;width:84px}.es-info-overlay{min-height:280px;position:relative}.es-info-overlay .es-info-media{inset:0;height:100%;margin:0;opacity:.28;position:absolute;width:100%}.es-info-overlay .es-info-content{margin-top:120px;position:relative}.es-info-glass{backdrop-filter:blur(16px);background:rgba(255,255,255,.55)}.es-info-minimal{border:0;box-shadow:none;padding:4px}.es-info-minimal:hover{box-shadow:none}
.es-advanced-button{--es-button:#6c5ce7;--es-button-end:#00cec9;align-items:center;border:2px solid transparent;border-radius:999px;display:inline-flex;font-weight:800;gap:10px;padding:13px 22px;transition:transform .2s ease,box-shadow .2s ease}.es-button-solid{background:var(--es-button);color:#fff}.es-button-outline{border-color:var(--es-button);color:var(--es-button)}.es-button-gradient{background:linear-gradient(90deg,var(--es-button),var(--es-button-end));color:#fff}.es-button-glass{backdrop-filter:blur(12px);background:rgba(255,255,255,.55);border-color:rgba(255,255,255,.7);color:#1c1c2c}.es-button-magnetic{background:#171726;color:#fff}.es-advanced-button:hover{box-shadow:0 10px 26px color-mix(in srgb,var(--es-button) 30%,transparent);transform:translateY(-2px)}

/* Batch 1: accordion and tabs */
.es-accordion{--es-accent:#6c5ce7}.es-accordion-item{border-bottom:1px solid #e5e5ec}.es-accordion-title{align-items:center;background:transparent;border:0;color:#1c1c2c;cursor:pointer;display:flex;font-size:1.05rem;font-weight:800;justify-content:space-between;padding:18px 4px;text-align:left;width:100%}.es-accordion-icon{color:var(--es-accent);font-size:1.5rem;transition:transform .2s ease}.es-accordion-item.is-open .es-accordion-icon{transform:rotate(45deg)}.es-accordion-content{color:#626276;padding:0 4px 20px}.es-accordion-content>:first-child{margin-top:0}.es-accordion-content>:last-child{margin-bottom:0}
.es-tabs{--es-accent:#6c5ce7}.es-tabs-nav{border-bottom:1px solid #e5e5ec;display:flex;gap:8px}.es-tabs-nav button{background:transparent;border:0;border-bottom:3px solid transparent;color:#626276;cursor:pointer;font-weight:800;padding:13px 17px}.es-tabs-nav button.is-active{border-color:var(--es-accent);color:var(--es-accent)}.es-tab-panel{padding:24px 4px}.es-tab-panel>:first-child{margin-top:0}.es-tabs-vertical{display:grid;gap:24px;grid-template-columns:minmax(150px,30%) 1fr}.es-tabs-vertical .es-tabs-nav{border-bottom:0;border-right:1px solid #e5e5ec;display:flex;flex-direction:column}.es-tabs-vertical .es-tabs-nav button{border-bottom:0;border-right:3px solid transparent;text-align:left}.es-tabs-vertical .es-tabs-nav button.is-active{border-right-color:var(--es-accent)}
@media(max-width:767px){.es-info-horizontal{align-items:flex-start;flex-direction:column}.es-tabs-vertical{display:block}.es-tabs-vertical .es-tabs-nav{border-bottom:1px solid #e5e5ec;border-right:0;flex-direction:row;overflow-x:auto}.es-tabs-vertical .es-tabs-nav button{border-bottom:3px solid transparent;border-right:0;white-space:nowrap}.es-tabs-vertical .es-tabs-nav button.is-active{border-bottom-color:var(--es-accent)}}

/* Batch 2: gallery */
.es-gallery-grid{--es-columns:3;display:grid;gap:18px;grid-template-columns:repeat(var(--es-columns),minmax(0,1fr))}.es-gallery-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.es-gallery-filters button{background:#f1f1f5;border:0;border-radius:999px;color:#555568;cursor:pointer;font-weight:700;padding:9px 15px}.es-gallery-filters button.is-active{background:#171726;color:#fff}.es-gallery-item{border-radius:16px;min-width:0;overflow:hidden;position:relative}.es-gallery-item[hidden]{display:none}.es-gallery-item a{display:block;height:100%;position:relative}.es-gallery-item img{display:block;height:100%;min-height:240px;object-fit:cover;transition:transform .4s ease;width:100%}.es-gallery-overlay{background:linear-gradient(transparent,rgba(0,0,0,.82));bottom:0;color:#fff;display:flex;flex-direction:column;left:0;padding:50px 18px 18px;position:absolute;right:0;transform:translateY(10px);transition:transform .3s ease}.es-gallery-item:hover img{transform:scale(1.06)}.es-gallery-item:hover .es-gallery-overlay{transform:none}.es-gallery-overlay small{opacity:.75}.es-gallery-masonry{align-items:start}.es-gallery-masonry .es-gallery-item:nth-child(3n+2) img{min-height:330px}.es-gallery-metro .es-gallery-item:first-child{grid-column:span 2;grid-row:span 2}.es-gallery-metro .es-gallery-item:first-child img{min-height:498px}.es-lightbox{align-items:center;background:rgba(10,10,18,.92);display:flex;inset:0;justify-content:center;padding:30px;position:fixed;z-index:999999}.es-lightbox img{max-height:90vh;max-width:92vw}.es-lightbox button{background:#fff;border:0;border-radius:50%;cursor:pointer;font-size:24px;height:42px;position:absolute;right:20px;top:20px;width:42px}

/* Batch 2: slider */
.es-slider{border-radius:20px;min-height:480px;overflow:hidden;position:relative}.es-slider-track,.es-slide{height:100%;min-height:480px}.es-slide{inset:0;opacity:0;position:absolute;transition:opacity .5s ease;visibility:hidden}.es-slide.is-active{opacity:1;position:relative;visibility:visible}.es-slide>img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.es-slide:after{background:linear-gradient(90deg,rgba(12,12,22,.86),rgba(12,12,22,.15));content:"";inset:0;position:absolute}.es-slide-overlay{color:#fff;max-width:620px;padding:clamp(36px,7vw,90px);position:relative;z-index:1}.es-slide-overlay small{font-weight:800;letter-spacing:.14em;text-transform:uppercase}.es-slide-overlay h2{color:#fff;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.02;margin:.2em 0}.es-slide-overlay p{font-size:1.05rem;opacity:.85}.es-slide-overlay a{background:#fff;border-radius:999px;color:#171726;display:inline-block;font-weight:800;margin-top:12px;padding:12px 20px}.es-slider-prev,.es-slider-next{background:rgba(255,255,255,.85);border:0;border-radius:50%;cursor:pointer;font-size:30px;height:46px;position:absolute;top:50%;transform:translateY(-50%);width:46px;z-index:3}.es-slider-prev{left:16px}.es-slider-next{right:16px}.es-slider-dots{bottom:18px;display:flex;gap:7px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.es-slider-dots button{background:rgba(255,255,255,.5);border:0;border-radius:50%;cursor:pointer;height:9px;padding:0;width:9px}.es-slider-dots button.is-active{background:#fff;transform:scale(1.35)}.es-slider-cards{background:#efeff5;padding:22px}.es-slider-cards .es-slide{border-radius:16px;overflow:hidden}.es-slider-fade .es-slide:after{background:rgba(12,12,22,.5)}

/* Batch 2: posts */
.es-posts{--es-post-columns:3;display:grid;gap:24px;grid-template-columns:repeat(var(--es-post-columns),minmax(0,1fr))}.es-post-card{background:#fff;border:1px solid #e7e7ee;border-radius:17px;box-shadow:0 10px 30px rgba(20,20,40,.06);overflow:hidden}.es-post-image{display:block;overflow:hidden}.es-post-image img{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;transition:transform .35s ease;width:100%}.es-post-card:hover .es-post-image img{transform:scale(1.045)}.es-post-body{padding:21px}.es-post-body h3{font-size:1.25rem;margin:7px 0 10px}.es-post-body h3 a{color:#191928}.es-post-body p{color:#656578}.es-post-meta{color:#8a8a9b;font-size:.78rem;text-transform:uppercase}.es-post-more{color:#6c5ce7;font-weight:800}.es-posts-list{display:block}.es-posts-list .es-post-card{align-items:center;display:grid;grid-template-columns:minmax(220px,34%) 1fr;margin-bottom:20px}.es-posts-list .es-post-image,.es-posts-list .es-post-image img{height:100%}.es-posts-timeline{display:block;padding-left:28px;position:relative}.es-posts-timeline:before{background:#dcdce5;bottom:0;content:"";left:7px;position:absolute;top:0;width:2px}.es-posts-timeline .es-post-card{margin-bottom:22px;overflow:visible;position:relative}.es-posts-timeline .es-post-card:before{background:#6c5ce7;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #6c5ce7;content:"";height:14px;left:-28px;position:absolute;top:25px;width:14px}.es-posts-magazine .es-post-card:first-child{grid-column:span 2;grid-row:span 2}

/* Batch 2: counters and charts */
.es-counter{--es-accent:#6c5ce7;text-align:center}.es-counter-number{color:#191928;font-size:clamp(2.2rem,5vw,4rem);font-weight:900;line-height:1}.es-counter-title{color:#67677a;font-weight:700;margin-top:10px}.es-counter-icon{color:var(--es-accent);font-size:38px;margin-bottom:14px}.es-counter-bar{background:#ececf2;border-radius:999px;height:12px;margin:18px auto 0;max-width:520px;overflow:hidden}.es-counter-bar span{background:linear-gradient(90deg,var(--es-accent),#00cec9);display:block;height:100%;transform:scaleX(0);transform-origin:left;transition:transform 1.2s ease;width:var(--es-progress)}.es-counter.is-visible .es-counter-bar span{transform:scaleX(1)}.es-counter-circle{align-items:center;background:conic-gradient(var(--es-accent) var(--es-progress),#ececf2 0);border-radius:50%;display:flex;height:180px;justify-content:center;margin:auto;position:relative;width:180px}.es-counter-circle:before{background:#fff;border-radius:50%;content:"";inset:13px;position:absolute}.es-counter-circle .es-counter-number{font-size:2.3rem;position:relative}.es-chart{background:#fff;border:1px solid #e7e7ee;border-radius:18px;padding:22px}.es-chart h3{margin:0 0 18px}.es-chart canvas{display:block;height:auto;max-width:100%;width:100%}.es-chart-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:15px}.es-chart-legend span{align-items:center;color:#666678;display:flex;font-size:.83rem;gap:6px}.es-chart-legend i{border-radius:50%;height:9px;width:9px}
@media(max-width:767px){.es-gallery-grid,.es-posts{--es-columns:1!important}.es-gallery-metro .es-gallery-item:first-child{grid-column:auto;grid-row:auto}.es-gallery-metro .es-gallery-item:first-child img{min-height:240px}.es-slider,.es-slider-track,.es-slide{min-height:420px}.es-slider-prev,.es-slider-next{height:38px;width:38px}.es-posts-list .es-post-card{display:block}.es-posts-magazine .es-post-card:first-child{grid-column:auto;grid-row:auto}}

/* Batch 3: registration */
.es-registration,.es-order-tracking{background:#fff;border:1px solid #e7e7ee;border-radius:18px;box-shadow:0 12px 36px rgba(20,20,40,.08);padding:clamp(22px,4vw,38px)}.es-registration h3,.es-order-tracking h3{margin:0 0 8px}.es-registration>p,.es-order-tracking>p{color:#67677a;margin:0 0 22px}.es-registration form{display:grid;gap:15px}.es-registration label{color:#323243;font-size:.88rem;font-weight:800}.es-registration input,.es-order-tracking input{background:#fafafd;border:1px solid #dcdce5;border-radius:10px;display:block;margin-top:7px;padding:12px 14px;width:100%}.es-registration button,.es-order-tracking button{background:linear-gradient(90deg,#6c5ce7,#00cec9);border:0;border-radius:999px;color:#fff;cursor:pointer;font-weight:800;padding:13px 20px}.es-registration-login{display:inline-block;font-weight:700;margin-top:18px}.es-registration-message{font-weight:700;min-height:1.3em}.es-registration-message.is-error{color:#d63031}.es-registration-message.is-success{color:#00866a}.es-form-notice{background:#fff8e5;border:1px solid #f4d98b;border-radius:10px;padding:14px}

/* Batch 3: WooCommerce */
.es-products{--es-product-columns:4;display:grid;gap:20px;grid-template-columns:repeat(var(--es-product-columns),minmax(0,1fr))}.es-product{background:#fff;border:1px solid #e7e7ee;border-radius:16px;overflow:hidden}.es-product-image{display:block;position:relative}.es-product-image img{display:block;height:auto;width:100%}.es-product-image>span{background:#e84393;border-radius:999px;color:#fff;font-size:.72rem;font-weight:800;left:12px;padding:5px 9px;position:absolute;top:12px}.es-product-body{padding:17px}.es-product-body h3{font-size:1rem;margin:0 0 8px}.es-product-body h3 a{color:#1c1c2c}.es-product-price{font-weight:800;margin-bottom:14px}.es-product-price del{color:#999;font-weight:400}.es-product-button{background:#171726;border-radius:999px;color:#fff;display:inline-block;font-size:.82rem;font-weight:800;padding:9px 14px}.es-products-list{display:block}.es-products-list .es-product{align-items:center;display:grid;grid-template-columns:minmax(150px,25%) 1fr;margin-bottom:16px}.es-products-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.es-products-carousel .es-product{flex:0 0:calc((100% - 60px)/4);scroll-snap-align:start}.es-compare-wrap{overflow-x:auto}.es-compare{border-collapse:collapse;min-width:760px;width:100%}.es-compare th,.es-compare td{border:1px solid #e0e0e8;padding:15px;text-align:left;vertical-align:top}.es-compare thead th{background:#f6f6fa}.es-compare thead th:not(:first-child){min-width:190px}.es-compare thead img{display:block;height:auto;margin-bottom:10px;max-width:150px}.es-compare .star-rating{float:none}.es-order-tracking .woocommerce-form-track-order{margin:0}.es-order-tracking .form-row{float:none;width:100%}

/* Batch 3: back to top */
.es-back-to-top{--es-accent:#6c5ce7;align-items:center;background:var(--es-accent);border:0;border-radius:50%;bottom:24px;box-shadow:0 10px 25px color-mix(in srgb,var(--es-accent) 35%,transparent);color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;opacity:0;pointer-events:none;position:fixed;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease;width:48px;z-index:9999}.es-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}.es-back-left{left:24px}.es-back-right{right:24px}
@media(max-width:767px){.es-products{--es-product-columns:1!important}.es-products-list .es-product{display:block}.es-products-carousel .es-product{flex-basis:82%}.es-back-to-top{bottom:16px}.es-back-left{left:16px}.es-back-right{right:16px}}
