
.aya-hero{
  --aya-bg:#050505;
  --aya-fg:#f7f7f2;
  --aya-muted:rgba(247,247,242,.68);
  --aya-line:rgba(255,255,255,.12);
  --aya-accent:#a8ff00;
  --aya-purple:#7a2cff;
  --aya-blue:#1ea7ff;
  position:relative;
  min-height:100svh;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 72% 30%, rgba(122,44,255,.18), transparent 32%),
    radial-gradient(circle at 17% 80%, rgba(30,167,255,.11), transparent 30%),
    var(--aya-bg);
  color:var(--aya-fg);
}
.aya-hero *{box-sizing:border-box}
.aya-hero__shell{
  width:min(1540px,100%);
  min-height:100svh;
  margin:0 auto;
  padding:20px clamp(20px,4vw,64px) 24px;
  display:flex;
  flex-direction:column;
  position:relative;
  z-index:4;
}
.aya-hero__top{
  display:flex;justify-content:space-between;gap:16px;align-items:center;
  padding-bottom:18px;border-bottom:1px solid var(--aya-line);
  font-size:12px;letter-spacing:.14em;text-transform:uppercase;
}
.aya-hero__brand{
  color:inherit;text-decoration:none;display:flex;align-items:center;gap:10px;font-weight:900;
}
.aya-hero__brand-dot,.aya-hero__status-dot{
  width:8px;height:8px;border-radius:50%;display:inline-block;background:var(--aya-accent);
  box-shadow:0 0 20px rgba(168,255,0,.72);
}
.aya-hero__status{display:flex;align-items:center;gap:9px;color:var(--aya-muted)}
.aya-hero__content{
  display:flex;flex-direction:column;justify-content:center;
  flex:1;padding:clamp(50px,7vh,100px) 0 50px;
  position:relative;z-index:5;
}
.aya-hero__eyebrow{
  margin:0 0 22px;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.74)
}
.aya-hero__title{
  margin:0;
  font-size:clamp(56px,8.7vw,154px);
  line-height:.82;
  letter-spacing:-.067em;
  font-weight:950;
  max-width:1360px;
}
.aya-hero__line{
  display:block;
  opacity:0;
  transform:translateY(42px);
  filter:blur(10px);
}
.aya-hero.is-ready .aya-hero__line{
  opacity:1;transform:translateY(0);filter:blur(0);
  transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1),filter .9s ease;
}
.aya-hero.is-ready .aya-hero__line:nth-child(2){transition-delay:.13s}
.aya-hero__line--solid{
  color:#f6f6ef;
  text-shadow:0 0 34px rgba(255,255,255,.05);
}
.aya-hero__line--accent{
  color:transparent;
  -webkit-text-stroke:1.6px rgba(255,255,255,.9);
  text-stroke:1.6px rgba(255,255,255,.9);
  text-shadow:
    0 0 36px rgba(122,44,255,.13),
    0 0 60px rgba(30,167,255,.08);
}
.aya-hero__bottom{
  margin-top:clamp(32px,6vh,72px);
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:end;
}
.aya-hero__body{
  margin:0;max-width:720px;
  color:var(--aya-muted);font-size:clamp(16px,1.55vw,22px);line-height:1.48
}
.aya-hero__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.aya-hero__button{
  min-height:60px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;gap:22px;
  text-decoration:none;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.085em;
  transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease
}
.aya-hero__button:hover{transform:translateY(-4px) scale(1.01)}
.aya-hero__button--primary{
  background:var(--aya-accent);color:#070707;
  box-shadow:0 0 0 1px rgba(168,255,0,.25),0 12px 40px rgba(168,255,0,.12)
}
.aya-hero__button--primary:hover{box-shadow:0 0 0 1px rgba(168,255,0,.35),0 16px 54px rgba(168,255,0,.2)}
.aya-hero__button--ghost{
  border:1px solid rgba(255,255,255,.16);color:var(--aya-fg);background:rgba(255,255,255,.025)
}
.aya-hero__button-icon{
  display:grid;place-items:center;width:24px;height:24px;border-radius:50%;
  background:rgba(0,0,0,.08)
}
.aya-hero__marquee{
  border-top:1px solid var(--aya-line);overflow:hidden;white-space:nowrap;padding-top:18px;
  position:relative;z-index:5;
}
.aya-hero__marquee-track{
  display:inline-flex;gap:24px;align-items:center;
  animation:ayaMarquee 19s linear infinite;
  font-size:11px;letter-spacing:.19em;font-weight:800;color:rgba(255,255,255,.48)
}
.aya-hero__marquee-track i{font-style:normal;color:var(--aya-accent)}
@keyframes ayaMarquee{to{transform:translateX(-50%)}}
.aya-hero__grid{
  position:absolute;inset:0;z-index:0;opacity:.18;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),transparent 94%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),transparent 94%);
}
.aya-hero__noise{
  position:absolute;inset:-100%;z-index:1;opacity:.024;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation:ayaNoise .22s steps(2) infinite
}
@keyframes ayaNoise{
  0%{transform:translate(0,0)}
  25%{transform:translate(2%,-1%)}
  50%{transform:translate(-1%,2%)}
  75%{transform:translate(1%,1%)}
  100%{transform:translate(0,0)}
}
.aya-hero__spotlight{
  position:absolute;z-index:2;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.07),rgba(122,44,255,.08) 35%,transparent 70%);
  transform:translate(-50%,-50%);pointer-events:none;opacity:.75;filter:blur(2px)
}
.aya-hero__orb{
  position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none;z-index:1;
  will-change:transform
}
.aya-hero__orb--one{
  width:34vw;height:34vw;min-width:360px;min-height:360px;right:-8vw;top:6%;
  background:
    radial-gradient(circle at 30% 30%,rgba(255,255,255,.16),rgba(122,44,255,.16) 32%,transparent 67%);
}
.aya-hero__orb--two{
  width:28vw;height:28vw;min-width:300px;min-height:300px;left:-9vw;bottom:-12%;
  background:
    radial-gradient(circle at 60% 40%,rgba(168,255,0,.08),rgba(30,167,255,.13) 34%,transparent 70%);
}
.aya-hero__floating{
  position:absolute;z-index:3;
  min-width:188px;padding:13px 14px;border:1px solid rgba(255,255,255,.12);
  border-radius:14px;background:rgba(9,9,12,.46);backdrop-filter:blur(18px);
  color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.18);
  pointer-events:none;
  transform:translate3d(0,0,0);
}
.aya-hero__floating span{display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,255,255,.48)}
.aya-hero__floating strong{display:block;font-size:12px;margin:7px 0 5px;letter-spacing:.08em}
.aya-hero__floating small{display:block;font-size:10px;color:rgba(255,255,255,.55)}
.aya-hero__floating--brand{right:6vw;top:28%}
.aya-hero__floating--web{right:14vw;bottom:23%}
.aya-hero__floating--media{left:5vw;bottom:20%}
.aya-hero__scroll-cue{
  position:absolute;right:clamp(20px,4vw,64px);bottom:72px;z-index:6;
  display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.52);
  text-decoration:none;font-size:10px;letter-spacing:.18em;font-weight:800
}
.aya-hero__scroll-cue i{font-style:normal;color:var(--aya-accent);animation:ayaBounce 1.5s ease-in-out infinite}
@keyframes ayaBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
.aya-hero__cursor-label{
  position:fixed;left:0;top:0;z-index:20;pointer-events:none;
  width:88px;height:88px;border-radius:50%;display:grid;place-items:center;
  background:var(--aya-accent);color:#070707;font-size:10px;font-weight:950;letter-spacing:.12em;
  opacity:0;transform:translate(-50%,-50%) scale(.75);
  transition:opacity .18s ease,transform .18s ease
}
.aya-hero.is-hovering .aya-hero__cursor-label{opacity:1;transform:translate(-50%,-50%) scale(1)}
[data-aya-reveal]{
  opacity:0;transform:translateY(18px);
}
.aya-hero.is-ready [data-aya-reveal]{
  opacity:1;transform:translateY(0);
  transition:opacity .7s ease .32s,transform .7s ease .32s;
}
.aya-hero.is-ready .aya-hero__actions{transition-delay:.43s}
@media (hover:none),(pointer:coarse){
  .aya-hero__cursor-label,.aya-hero__spotlight{display:none}
}
@media(max-width:1100px){
  .aya-hero__floating{display:none}
}
@media(max-width:820px){
  .aya-hero__shell{padding-left:20px;padding-right:20px}
  .aya-hero__status{display:none}
  .aya-hero__content{padding-top:72px}
  .aya-hero__title{font-size:clamp(56px,15vw,104px);line-height:.86}
  .aya-hero__bottom{grid-template-columns:1fr;align-items:start}
  .aya-hero__actions{justify-content:flex-start}
  .aya-hero__scroll-cue{display:none}
}
@media(max-width:520px){
  .aya-hero__top{font-size:10px}
  .aya-hero__title{font-size:clamp(50px,17vw,80px)}
  .aya-hero__button{width:100%;justify-content:space-between}
  .aya-hero__body{font-size:16px}
  .aya-hero__grid{background-size:42px 42px}
}
@media(prefers-reduced-motion:reduce){
  .aya-hero__marquee-track,.aya-hero__noise,.aya-hero__scroll-cue i{animation:none}
  .aya-hero__orb,.aya-hero__floating{transform:none!important}
  .aya-hero__line,[data-aya-reveal]{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
}


/* ===== AYA Hero Experience v1.2 ===== */

/* Pull the hero upward to neutralize the theme/page top gap on the landing page. */
.aya-hero{
  margin-top:-48px!important;
  margin-bottom:0!important;
}

/* More immersive visual layers */
.aya-hero__scan{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.16;
  background:linear-gradient(
    to bottom,
    transparent 0%,
    transparent 47%,
    rgba(168,255,0,.20) 49.7%,
    rgba(255,255,255,.09) 50%,
    transparent 50.4%,
    transparent 100%
  );
  background-size:100% 280px;
  animation:ayaScan 7.5s linear infinite;
  mix-blend-mode:screen;
}
@keyframes ayaScan{
  from{background-position:0 -280px}
  to{background-position:0 100vh}
}

.aya-hero__beam{
  position:absolute;
  z-index:1;
  pointer-events:none;
  width:60vw;
  height:18vw;
  min-height:150px;
  filter:blur(28px);
  opacity:.14;
  transform-origin:center;
}
.aya-hero__beam--one{
  right:-8vw;
  top:24%;
  background:linear-gradient(90deg,transparent,rgba(122,44,255,.54),transparent);
  transform:rotate(-18deg);
  animation:ayaBeamOne 10s ease-in-out infinite alternate;
}
.aya-hero__beam--two{
  left:-10vw;
  bottom:15%;
  background:linear-gradient(90deg,transparent,rgba(30,167,255,.35),rgba(168,255,0,.14),transparent);
  transform:rotate(15deg);
  animation:ayaBeamTwo 12s ease-in-out infinite alternate;
}
@keyframes ayaBeamOne{
  to{transform:translate3d(-5vw,3vh,0) rotate(-11deg);opacity:.22}
}
@keyframes ayaBeamTwo{
  to{transform:translate3d(7vw,-3vh,0) rotate(9deg);opacity:.20}
}

.aya-hero__orbit{
  position:absolute;
  z-index:2;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.055);
  border-radius:50%;
}
.aya-hero__orbit i{
  position:absolute;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--aya-accent);
  box-shadow:0 0 18px rgba(168,255,0,.72);
  left:50%;top:-4px;
}
.aya-hero__orbit--one{
  width:46vw;height:46vw;
  min-width:520px;min-height:520px;
  right:-15vw;top:-8vw;
  animation:ayaOrbit 28s linear infinite;
}
.aya-hero__orbit--two{
  width:31vw;height:31vw;
  min-width:360px;min-height:360px;
  left:-12vw;bottom:-11vw;
  border-color:rgba(30,167,255,.07);
  animation:ayaOrbitReverse 22s linear infinite;
}
@keyframes ayaOrbit{to{transform:rotate(360deg)}}
@keyframes ayaOrbitReverse{to{transform:rotate(-360deg)}}

.aya-hero__particles{
  position:absolute;inset:0;z-index:2;pointer-events:none
}
.aya-hero__particles i{
  position:absolute;
  left:var(--x);top:var(--y);
  width:3px;height:3px;border-radius:50%;
  background:rgba(255,255,255,.66);
  box-shadow:0 0 12px rgba(255,255,255,.45);
  animation:ayaParticle 4.8s ease-in-out infinite;
  animation-delay:var(--d)
}
.aya-hero__particles i:nth-child(2n){background:var(--aya-accent);box-shadow:0 0 12px rgba(168,255,0,.5)}
@keyframes ayaParticle{
  0%,100%{opacity:.18;transform:translateY(0) scale(.8)}
  50%{opacity:.95;transform:translateY(-16px) scale(1.25)}
}

/* Give the title a subtle reactive glow without reducing readability. */
.aya-hero__line--solid{
  filter:drop-shadow(0 0 0 rgba(255,255,255,0));
  animation:ayaTitleGlow 5.5s ease-in-out infinite;
}
@keyframes ayaTitleGlow{
  0%,100%{text-shadow:0 0 34px rgba(255,255,255,.04)}
  50%{text-shadow:0 0 48px rgba(255,255,255,.09),0 0 90px rgba(122,44,255,.05)}
}

/* Floating cards now have autonomous micro-motion as well as cursor parallax. */
.aya-hero__floating--brand{animation:ayaFloatCardA 5.5s ease-in-out infinite}
.aya-hero__floating--web{animation:ayaFloatCardB 6.6s ease-in-out infinite}
.aya-hero__floating--media{animation:ayaFloatCardC 6.1s ease-in-out infinite}
@keyframes ayaFloatCardA{50%{margin-top:-10px}}
@keyframes ayaFloatCardB{50%{margin-bottom:11px}}
@keyframes ayaFloatCardC{50%{margin-left:8px}}

@media(max-width:820px){
  .aya-hero{margin-top:-24px!important}
  .aya-hero__scan{opacity:.09}
  .aya-hero__orbit{opacity:.55}
}
@media(max-width:520px){
  .aya-hero{margin-top:-16px!important}
  .aya-hero__beam{opacity:.08}
  .aya-hero__particles i:nth-child(n+5){display:none}
}
@media(prefers-reduced-motion:reduce){
  .aya-hero__scan,.aya-hero__beam,.aya-hero__orbit,.aya-hero__particles i,
  .aya-hero__line--solid,.aya-hero__floating{
    animation:none!important
  }
}



/* ===== AYA Hero Experience v1.2.1 — mobile typography refinement ===== */

.aya-hero__mobile-title{
  display:none;
}

/* Keep desktop exactly as designed. */
.aya-hero__desktop-title{
  display:block;
}

/* Mobile gets intentional line breaks instead of browser-generated orphan letters. */
@media(max-width:820px){
  .aya-hero__desktop-title{
    display:none!important;
  }

  .aya-hero__mobile-title{
    display:block!important;
  }

  .aya-hero__mobile-title .aya-hero__line{
    width:100%;
  }

  .aya-hero__mobile-title .aya-hero__line > span{
    display:block;
    white-space:nowrap;
  }

  .aya-hero__title{
    max-width:100%!important;
    font-size:clamp(48px,13.2vw,72px)!important;
    line-height:.88!important;
    letter-spacing:-.06em!important;
  }

  .aya-hero__mobile-title .aya-hero__line--solid{
    margin-bottom:12px;
  }

  .aya-hero__mobile-title .aya-hero__line--accent{
    font-size:.90em;
    line-height:.92;
    -webkit-text-stroke:1.25px rgba(255,255,255,.92);
  }

  .aya-hero__content{
    padding-top:54px!important;
  }

  .aya-hero__eyebrow{
    margin-bottom:18px!important;
  }
}

@media(max-width:520px){
  .aya-hero__shell{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .aya-hero__title{
    font-size:clamp(45px,12.8vw,61px)!important;
    line-height:.89!important;
  }

  .aya-hero__mobile-title .aya-hero__line--accent{
    font-size:.84em!important;
    line-height:.96!important;
  }

  .aya-hero__mobile-title .aya-hero__line--solid{
    margin-bottom:10px!important;
  }

  .aya-hero__bottom{
    margin-top:26px!important;
    gap:20px!important;
  }

  .aya-hero__body{
    font-size:15px!important;
    line-height:1.5!important;
  }
}

/* Very narrow phones: preserve the intended composition without overflow. */
@media(max-width:390px){
  .aya-hero__title{
    font-size:clamp(42px,12.2vw,51px)!important;
  }

  .aya-hero__mobile-title .aya-hero__line--accent{
    font-size:.80em!important;
  }
}
