/* ============================================================
   EVOTEQ theme — design system
   Fonts: Nekst everywhere (headings + body + all UI). Swissra removed.
   Brand: Future red bright #DA3960 · Future red deep #5F0F26
   ============================================================ */

/* ---------- FONTS ---------- */
@font-face{font-family:'Nekst';src:url('../fonts/Nekst-Light.woff2') format('woff2'),url('../fonts/Nekst-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Nekst';src:url('../fonts/Nekst-Medium.woff2') format('woff2'),url('../fonts/Nekst-Medium.woff') format('woff');font-weight:400 500;font-style:normal;font-display:swap;}
@font-face{font-family:'Nekst';src:url('../fonts/Nekst-SemiBold.woff2') format('woff2'),url('../fonts/Nekst-SemiBold.woff') format('woff');font-weight:600 800;font-style:normal;font-display:swap;}

/* ---------- TOKENS ---------- */
:root{
  --red-bright:#da3960;      /* Future red (bright) */
  --red:#c8284e;             /* mid crimson */
  --red-deep:#5f0f26;        /* Future red (deep) / burgundy */
  --red-deeper:#45091b;
  --red-deepest:#36071a;
  --rose:#f4b9c7;
  --pale:#fbecf0;            /* pale pink surface */
  --cream:#faf5f2;           /* off-white page bg */
  --charcoal:#241a1d;
  --grey:#6e5a60;            /* muted body on light */
  --light-grey:#efe9ea;
  --white:#ffffff;

  /* traq vertical (secondary palette) */
  --v-pharma:#1e675d; --v-logistics:#8b6914; --v-luxury:#1a6b3a;
  --v-food:#6d7d1a;  --v-auto:#432c86;

  --fh:'Nekst',system-ui,sans-serif;   /* headings/pills/nav/buttons */
  --fb:'Nekst',system-ui,sans-serif;   /* body — Nekst everywhere now */
  --container:1440px;
  --header-h:82px;
  --ease:cubic-bezier(0.22,0.61,0.36,1);
}

/* ---------- RESET / BASE ---------- */
*,*::before,*::after{box-sizing:border-box;}
/* html carries the page background too, so nothing (overscroll, the moment before the
   body paints, or the gap left as the preloader fades) ever flashes the browser's
   default #fff behind the site's off-white. */
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background:var(--cream);}
body.evoteq{margin:0;font-family:var(--fb);font-weight:400;font-size:18px;color:var(--charcoal);background:var(--cream);line-height:1.65;overflow-x:clip;}
/* Nekst EVERYWHERE — force the brand font over any other declaration, including
   the Elementor-derived subpage partials and inline styles (weights preserved). */
body.evoteq,body.evoteq *,body.evoteq *::before,body.evoteq *::after{font-family:'Nekst',system-ui,sans-serif !important;}
img,svg,video{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
button{font:inherit;cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-family:var(--fh);font-weight:600;line-height:1.08;letter-spacing:-0.01em;margin:0 0 .4em;color:var(--red-deep);}
p{margin:0 0 1em;}
strong,b{font-weight:700;}
.ev-accent{color:var(--red-bright);}

/* ---------- LAYOUT ---------- */
.ev-container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,5vw,64px);}
.ev-section{position:relative;padding-block:clamp(64px,9vw,130px);}
.ev-section--tight{padding-block:clamp(48px,6vw,90px);}

/* ---------- COMPONENTS ---------- */
/* eyebrow pill */
.ev-eyebrow{display:inline-block;font-family:var(--fh);font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:capitalize;padding:11px 24px;border:1px solid currentColor;border-radius:999px;color:var(--red-bright);margin-bottom:24px;line-height:1;}
.ev-eyebrow--light{color:var(--red-bright);}
/* the brand word "traq" is ALWAYS lowercase — opt out of the pill's capitalize */
.ev-eyebrow--lc{text-transform:none;}
.ev-lc{text-transform:lowercase!important;}

/* pill + circle CTA button */
.ev-btn{display:inline-flex;align-items:center;gap:0;text-decoration:none;cursor:pointer;transition:transform .35s var(--ease);font-family:var(--fh);}
.ev-btn:hover{transform:translateY(-3px);}
.ev-btn__label{display:inline-flex;align-items:center;height:56px;font-weight:600;font-size:17px;padding:0 30px;border-radius:999px;background:var(--red-bright);color:#fff;transition:background .3s ease;white-space:nowrap;}
.ev-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--red-bright);color:#fff;transition:background .3s ease,transform .35s ease;}
.ev-btn__icon svg{width:18px;height:18px;}
.ev-btn:hover .ev-btn__label,.ev-btn:hover .ev-btn__icon{background:var(--red-deep);}
.ev-btn:hover .ev-btn__icon svg{transform:translate(2px,-2px);}
/* translucent variant (on dark) */
.ev-btn--glass .ev-btn__label{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(4px);}
.ev-btn--glass .ev-btn__icon{background:var(--rose);color:var(--red-deep);}
.ev-btn--glass:hover .ev-btn__label{background:rgba(255,255,255,.22);}
.ev-btn--glass:hover .ev-btn__icon{background:#fff;}
/* dark solid (on light) */
.ev-btn--dark .ev-btn__label,.ev-btn--dark .ev-btn__icon{background:var(--red-deep);}
.ev-btn--dark:hover .ev-btn__label,.ev-btn--dark:hover .ev-btn__icon{background:var(--red-bright);}
/* pink → black on hover (hero CTA) */
.ev-btn--pink .ev-btn__label,.ev-btn--pink .ev-btn__icon{background:var(--red-bright);color:#fff;}
.ev-btn--pink:hover .ev-btn__label,.ev-btn--pink:hover .ev-btn__icon{background:#141013;color:#fff;}

/* simple arrow link */
.ev-arrowlink{display:inline-flex;align-items:center;gap:10px;font-family:var(--fh);font-weight:600;font-size:14px;color:var(--red-deep);}
.ev-arrowlink .dot{width:22px;height:22px;border-radius:50%;background:var(--red-bright);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease;}
.ev-arrowlink .dot svg{width:11px;height:11px;}
.ev-arrowlink:hover .dot{transform:translate(2px,-2px);}

/* card */
.ev-card{background:var(--white);border:1px solid var(--light-grey);border-radius:18px;padding:clamp(24px,2.4vw,34px);transition:transform .45s var(--ease),box-shadow .45s ease,border-color .45s ease;}
.ev-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -30px rgba(95,15,38,.4);border-color:var(--rose);}

/* ---------- FADE-IN ---------- */
/* No will-change here on purpose. It promoted every faded element to its own compositing
   layer and never released it, so a layer whose bounds round inward shaved the top row off
   rounded 1px strokes — the pills lost their lid. Browsers promote on their own for the
   duration of a transform/opacity transition, so the animation is just as smooth without it. */
[data-ev-fade]{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease),transform 1s var(--ease);transition-delay:var(--d,0s);}
[data-ev-fade].is-in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){[data-ev-fade]{opacity:1!important;transform:none!important;}}

/* ---------- SCROLL TEXT REVEAL — whole title starts SOLID pink, fills to
   the heading's own colour (white on dark, burgundy on light) as you scroll ---------- */
.ev-word{color:var(--red-bright);transition:color .4s var(--ease);}
.ev-word.is-lit{color:inherit;}
@media (prefers-reduced-motion:reduce){.ev-word{color:inherit;}}

/* ---------- PRELOADER ---------- */
/* Fully opaque, and the SAME off-white as the page background (--cream, the site's real
   "white" — the brand has no cream, its neutrals are #fff and #e9eaea, but the theme's
   page bg is this warm off-white, so matching it makes the preloader→site reveal seamless
   with no colour shift). opacity:1 stated explicitly so it can never read as translucent. */
.ev-preloader{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;background:var(--cream);opacity:1;transition:opacity .6s ease,visibility .6s ease;}
.ev-preloader.is-hidden{opacity:0;visibility:hidden;}
.ev-preloader__stage{position:relative;width:150px;height:180px;display:grid;place-items:end center;}
.ev-preloader__mark{width:96px;height:auto;transform-origin:center;animation:ev-bounce 1.4s cubic-bezier(.5,.05,.5,.95) infinite alternate;}
.ev-preloader__mark img{width:100%;animation:ev-spin 2.8s linear infinite;}
.ev-preloader__shadow{position:absolute;bottom:6px;left:50%;width:96px;height:15px;border-radius:50%;background:rgba(36,7,20,.18);filter:blur(2px);transform:translateX(-50%);animation:ev-shadow 1.4s cubic-bezier(.5,.05,.5,.95) infinite alternate;}
@keyframes ev-bounce{from{transform:translateY(-46px);}to{transform:translateY(0);}}
@keyframes ev-spin{to{transform:rotate(360deg);}}
@keyframes ev-shadow{from{transform:translateX(-50%) scale(.6);opacity:.25;}to{transform:translateX(-50%) scale(1);opacity:.55;}}
@media (prefers-reduced-motion:reduce){.ev-preloader__mark,.ev-preloader__mark img,.ev-preloader__shadow{animation:none;}}

/* ---------- HEADER / NAV ---------- */
.ev-header{position:sticky;top:0;z-index:900;background:rgba(250,245,242,.9);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:box-shadow .3s ease,background .3s ease;}
.ev-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 6px 24px -18px rgba(36,7,20,.5);}
.ev-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--header-h);}
.ev-header__logo img{height:66px;width:auto;display:block;}
@media (max-width:600px){.ev-header__logo img{height:50px;}}
.ev-nav__list{list-style:none;display:flex;align-items:center;gap:clamp(18px,2.4vw,40px);margin:0;padding:0;}
.ev-nav__list a{font-family:var(--fh);font-weight:500;font-size:17px;color:var(--red-deep);position:relative;padding:6px 0;transition:color .25s ease;}
.ev-nav__list a:hover{color:var(--red-bright);}
.ev-nav .menu-item-has-children{position:relative;}
.ev-nav .menu-item-has-children>a::after{content:"";display:inline-block;width:7px;height:7px;margin-left:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);}
.ev-nav .sub-menu{list-style:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);min-width:230px;background:#fff;border:1px solid var(--light-grey);border-radius:14px;box-shadow:0 24px 50px -24px rgba(36,7,20,.35);padding:10px;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease;}
.ev-nav .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.ev-nav .sub-menu li a{display:block;padding:10px 14px;border-radius:9px;font-size:14px;}
.ev-nav .sub-menu li a:hover{background:var(--pale);}

/* ---- traq MEGA MENU ---- */
.ev-has-mega{position:static;}
.ev-nav .ev-has-mega>a{display:inline-flex;align-items:center;}
.ev-nav .ev-has-mega>a::after{content:"";display:inline-block;width:8px;height:8px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transform-origin:66% 66%;transition:transform .3s ease;}
.ev-has-mega:hover>a::after,.ev-has-mega.is-open>a::after{transform:rotate(-135deg);}
.ev-mega{position:absolute;left:0;right:0;top:100%;padding:0 clamp(20px,4vw,48px) clamp(16px,2vw,28px);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s;z-index:40;pointer-events:none;}
.ev-has-mega:hover .ev-mega,.ev-has-mega:focus-within .ev-mega,.ev-has-mega.is-open .ev-mega{opacity:1;visibility:visible;transform:none;pointer-events:auto;}
.ev-has-mega.is-open>a::after{transform:rotate(225deg) translateY(2px);}
.ev-mega__inner{max-width:var(--container);margin-inline:auto;background:#fff;border-radius:26px;box-shadow:0 40px 80px -34px rgba(36,7,20,.4);padding:clamp(20px,2.2vw,32px);}
.ev-mega__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:clamp(18px,2vw,34px);align-items:start;}
/* intro card (tall, burgundy, with Q watermark) */
.ev-nav__list .ev-mega__intro{grid-row:1/3;position:relative;overflow:hidden;background:var(--red-deep);border-radius:18px;padding:clamp(26px,2.2vw,38px);min-height:clamp(300px,24vw,380px);display:block;text-decoration:none;}
.ev-mega__introtitle{font-family:var(--fh);font-weight:600;font-size:clamp(21px,1.7vw,28px);line-height:1.18;color:#fff;position:relative;z-index:1;}
.ev-mega__introtitle b{color:var(--red-bright);font-weight:600;}
.ev-mega__q{position:absolute;right:-2%;bottom:4%;width:52%;height:auto;z-index:0;opacity:.95;pointer-events:none;}
/* text entries */
.ev-nav__list .ev-megaitem{display:flex;flex-direction:column;gap:12px;padding:0;text-decoration:none;}
/* single colour per vertical (name + sector + learn more all use the accent) */
.ev-megaitem__name{font-family:var(--fh);font-weight:600;font-size:clamp(23px,1.9vw,32px);line-height:1;color:var(--mc);}
.ev-megaitem__name b{color:inherit;font-weight:600;}
.ev-megaitem__sector{font-family:var(--fh);font-weight:600;font-size:clamp(16px,1.4vw,20px);line-height:1.4;margin-top:4px;color:var(--mc-t);}
.ev-megaitem__go{display:inline-flex;align-items:center;gap:9px;font-family:var(--fh);font-weight:600;font-size:14px;color:var(--mc-t);margin-top:2px;}
.ev-megaitem__go .ic{width:26px;height:26px;border-radius:50%;background:var(--mc-t);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;}
.ev-megaitem__go .ic svg{width:12px;height:12px;}
.ev-nav__list .ev-megaitem:hover .ev-megaitem__go .ic{transform:translate(2px,-2px);}
/* topo panel in the last cell */
.ev-mega__topo{background:url(../img/pattern-topo.png) center/cover no-repeat;min-height:clamp(170px,15vw,230px);}
@media (max-width:1180px){
  .ev-mega__grid{grid-template-columns:1.1fr 1fr 1fr;}
  .ev-mega__topo{display:none;}
}
@media (max-width:960px){
  .ev-has-mega{position:relative;}
  /* traq → a plain collapsible dropdown inside the drawer (no mega grid / intro / topo) */
  .ev-mega{position:static;opacity:1;visibility:visible;transform:none;pointer-events:auto;padding:0;max-height:0;overflow:hidden;transition:max-height .4s var(--ease);}
  .ev-has-mega.is-open .ev-mega{max-height:520px;}
  .ev-mega__inner{box-shadow:none;border:0;border-radius:0;padding:0;max-width:none;background:rgba(95,15,38,.04);}
  .ev-mega__grid{display:block;gap:0;}
  .ev-nav__list .ev-mega__intro,.ev-mega__topo,.ev-megaitem__sector,.ev-megaitem__go{display:none!important;}
  .ev-nav__list .ev-megaitem{flex-direction:row;align-items:center;gap:0;padding:13px clamp(34px,9vw,52px);border-top:1px solid var(--light-grey);}
  .ev-megaitem__name{font-size:18px;}
}

.ev-header__cta{display:inline-flex;}

/* ---- language toggle (EN | ع) ---- */
.ev-nav__list .ev-lang-li{display:flex;align-items:center;}
.ev-langtoggle{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--red-deep);border-radius:999px;padding:3px;font-family:var(--fh);}
.ev-langtoggle .ev-lang{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 11px;border-radius:999px;font-size:13px;font-weight:700;line-height:1;color:var(--red-deep);transition:background .25s var(--ease),color .25s ease;}
.ev-langtoggle .ev-lang.is-active{background:var(--red-deep);color:#fff;}
.ev-langtoggle .ev-lang:not(.is-active):hover{color:var(--red-bright);}
@media (max-width:960px){
  .ev-nav__list .ev-lang-li{justify-content:flex-start;padding:16px clamp(34px,9vw,52px);border-top:1px solid var(--light-grey);}
}
.ev-nav__toggle{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:0;}
.ev-nav__toggle span{width:24px;height:2px;background:var(--red-deep);transition:transform .3s ease,opacity .3s ease;}
.ev-nav__toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.ev-nav__toggle.is-open span:nth-child(2){opacity:0;}
.ev-nav__toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* backdrop behind the mobile drawer (created by JS; hidden on desktop) */
.ev-navscrim{display:none;}

@media (max-width:960px){
  .ev-nav__toggle{display:flex;position:relative;z-index:2;}
  /* slide-in sidebar from the right */
  .ev-nav{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(380px,86vw);height:100dvh;background:#fff;border-bottom:0;box-shadow:-26px 0 64px -26px rgba(36,7,20,.55);transform:translateX(100%);transition:transform .42s var(--ease);padding:calc(var(--header-h) + 10px) 0 32px;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:890;}
  .ev-nav.is-open{transform:translateX(0);}
  .ev-nav__list{flex-direction:column;align-items:stretch;gap:0;}
  .ev-nav__list>li{border-top:1px solid var(--light-grey);}
  .ev-nav__list>li:last-child{border-bottom:1px solid var(--light-grey);}
  .ev-nav__list a{display:block;padding:16px clamp(22px,6vw,34px);font-size:17px;}
  /* sub-menu + traq caret float right and rotate when open */
  .ev-nav .sub-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:0;padding:0 0 8px clamp(24px,7vw,42px);min-width:0;}
  .ev-nav .menu-item-has-children>a::after,.ev-nav .ev-has-mega>a::after{float:right;margin-top:5px;}
  .ev-header__cta{display:none;}
  /* scrim */
  .ev-navscrim{display:block;position:fixed;inset:0;background:rgba(36,7,20,.45);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;z-index:880;}
  .ev-navscrim.is-on{opacity:1;visibility:visible;}
  body.ev-nav-lock{overflow:hidden;}
}

/* ---------- NEWSLETTER BAR ---------- */
.ev-newsletter{background:linear-gradient(150deg,var(--red-deep),var(--red-deepest));color:#fff;}
.ev-newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,4vw,50px);padding-block:clamp(28px,3.4vw,40px);flex-wrap:wrap;}
.ev-newsletter__copy{font-family:var(--fh);font-weight:600;font-size:clamp(17px,1.5vw,22px);line-height:1.3;margin:0;max-width:30ch;}
.ev-newsletter__form{display:flex;align-items:center;gap:10px;flex:1;min-width:280px;max-width:440px;background:#fff;border-radius:999px;padding:6px 6px 6px 22px;}
.ev-newsletter__form input{flex:1;border:0;background:none;font-family:var(--fb);font-size:15px;color:var(--charcoal);padding:10px 0;}
.ev-newsletter__form input:focus{outline:0;}
.ev-newsletter__form button{flex:0 0 auto;width:46px;height:46px;border-radius:50%;border:0;background:var(--red-bright);color:#fff;display:grid;place-items:center;transition:background .3s ease,transform .3s ease;}
.ev-newsletter__form button:hover{background:var(--red-deep);transform:translate(1px,-1px);}
.ev-newsletter__form button svg{width:17px;height:17px;}
@media (max-width:640px){.ev-newsletter__form{max-width:none;}}

/* ---------- FOOTER (light) ---------- */
.ev-footer{background:var(--cream);color:var(--grey);position:relative;font-family:var(--fh);}
.ev-footer__inner{display:grid;grid-template-columns:2.3fr 1fr 1fr 1.3fr;gap:clamp(24px,3vw,44px);padding-block:clamp(32px,4vw,54px);}
.ev-footer__brand p{font-family:var(--fb);font-size:17px;line-height:1.65;max-width:none;margin:22px 0 28px;}
.ev-footer__logo img{height:76px;width:auto;display:block;}
.ev-footer h4{color:var(--red-bright);font-family:var(--fh);font-weight:600;font-size:24px;letter-spacing:0;text-transform:none;margin-bottom:24px;}
.ev-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:17px;}
.ev-footer a{color:var(--red-deep);font-size:18px;transition:color .25s ease;}
.ev-footer a:hover{color:var(--red-bright);}
.ev-footer__contact dt{font-family:var(--fh);font-weight:600;font-size:18px;color:var(--red-deep);margin-bottom:6px;}
.ev-footer__contact dd{margin:0 0 22px;font-size:18px;}
.ev-footer__contact dd a{text-decoration:underline;text-underline-offset:3px;}
.ev-footer__bar{border-top:1px solid var(--light-grey);padding-block:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px;letter-spacing:.03em;text-transform:uppercase;font-family:var(--fh);color:var(--grey);}
.ev-footer__social{display:flex;gap:10px;}
.ev-footer__social{display:flex;gap:12px;}
.ev-footer__social a{width:48px;height:48px;border-radius:50%;background:var(--red-bright);color:#fff;display:grid;place-items:center;transition:background .3s ease,transform .3s ease;}
.ev-footer__social a:hover{background:var(--red-deep);transform:translateY(-2px);}
.ev-footer__social svg{width:21px;height:21px;}
@media (max-width:860px){.ev-footer__inner{grid-template-columns:1fr 1fr;}.ev-footer__brand{grid-column:1/-1;}}
@media (max-width:520px){.ev-footer__inner{grid-template-columns:1fr;}.ev-footer__bar{flex-direction:column;align-items:flex-start;}}

/* ---------- BACK TO TOP ---------- */
.ev-totop{position:fixed;right:22px;bottom:22px;z-index:800;width:54px;height:54px;border-radius:50%;background:var(--red-deep);color:#fff;border:0;display:grid;place-items:center;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,background .3s ease;}
.ev-totop.is-visible{opacity:1;pointer-events:auto;transform:none;}
.ev-totop:hover{background:var(--red-bright);}
.ev-totop__arrow{position:relative;z-index:1;width:18px;height:18px;}
/* white progress ring that fills as you scroll to the bottom */
.ev-totop__ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);pointer-events:none;}
.ev-totop__ring circle{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:157.08;stroke-dashoffset:157.08;transition:stroke-dashoffset .12s linear;}

/* ---------- CUSTOM CURSOR (pink ring follows, crimson dot leads) ---------- */
.ev-cursor,.ev-cursor__dot{position:fixed;top:0;left:0;pointer-events:none;border-radius:50%;display:none;z-index:100000;will-change:transform;}
.ev-cursor{width:38px;height:38px;background:rgba(233,140,163,.9);transition:width .25s var(--ease),height .25s var(--ease),background .25s ease;}
.ev-cursor__dot{width:9px;height:9px;background:var(--red-bright);z-index:100001;}
.ev-cursor.is-hover{width:58px;height:58px;background:rgba(233,140,163,.55);}
.ev-cursor.is-down{width:30px;height:30px;}
/* only on precise-pointer devices; hide the native cursor there (incl. links/buttons/inputs) */
@media (hover:hover) and (pointer:fine){
  .ev-cursor,.ev-cursor__dot{display:block;}
  body.evoteq,body.evoteq *{cursor:none !important;}
}
@media (prefers-reduced-motion:reduce){.ev-cursor{transition:none;}}
