/* Premium polish layer. Keeps the restored icon layout and motion. */
:root {
  --nova-polish-panel: rgba(7, 17, 8, .82);
  --nova-polish-panel-strong: rgba(8, 20, 10, .92);
  --nova-polish-border: rgba(var(--nova-gold), .13);
  --nova-polish-border-hover: rgba(var(--nova-gold), .28);
  --nova-polish-shadow: 0 22px 56px rgba(0, 0, 0, .32);
  --nova-polish-glow: 0 0 30px rgba(var(--nova-gold), .065);
  --nova-polish-radius: 1.25rem;
}

html { scroll-padding-top: 6rem; }
body.nova-body { background-attachment: fixed !important; }
.nova-shell { width: min(calc(100% - 2rem), 80rem); }
.component { scroll-margin-top: 6rem; }

/* Background depth without adding extra heavy layers. */
.nova-bg__shade {
  background:
    linear-gradient(180deg, rgba(2,4,2,.02), rgba(2,4,2,.12) 34%, rgba(2,4,2,.44) 78%, rgba(2,4,2,.82)),
    radial-gradient(circle at 50% 38%, transparent 0 38%, rgba(1,3,1,.22) 78%, rgba(1,3,1,.54) 100%) !important;
}
.nova-bg__mesh { opacity: .50 !important; }
.nova-bg__rings { opacity: .24 !important; }

/* Navigation */
.nova-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: .65rem;
  background: linear-gradient(180deg, rgba(2,4,2,.90), rgba(2,4,2,.52) 70%, transparent);
  backdrop-filter: blur(8px);
}
.nova-nav__shell {
  border-radius: 1.2rem !important;
  border-color: rgba(var(--nova-gold), .15) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 38%),
    rgba(5, 14, 7, .88) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.30), 0 0 25px rgba(var(--nova-gold), .045), inset 0 1px 0 rgba(255,255,255,.045) !important;
}
.nova-nav__links a,
.nova-icon-btn,
.nova-cart,
.nova-currency,
.nova-menu-btn {
  transition: border-color .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.nova-nav__links a:hover,
.nova-nav__links a:focus-visible,
.nova-icon-btn:hover,
.nova-cart:hover,
.nova-currency:hover,
.nova-menu-btn:hover {
  border-color: rgba(var(--nova-gold), .22) !important;
  background-color: rgba(var(--nova-gold), .055) !important;
  box-shadow: 0 0 18px rgba(var(--nova-gold), .07);
}

/* Hero */
.nova-hero__grid {
  max-width: 80rem;
  min-height: min(39rem, calc(100vh - 6.5rem));
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(2.2rem, 4.8vw, 4.25rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
}
.nova-hero__copy { position: relative; }
.nova-hero__copy::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -1.3rem;
  width: 2px;
  height: min(15rem, 44%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--nova-gold), .72), rgba(var(--nova-gold), .08), transparent);
  box-shadow: 0 0 18px rgba(var(--nova-gold), .16);
}
.nova-eyebrow {
  border-radius: 999px !important;
  padding: .58rem .85rem !important;
  border-color: rgba(var(--nova-gold), .16) !important;
  background: rgba(var(--nova-gold), .045) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 0 18px rgba(var(--nova-gold), .045);
}
.nova-hero h1 {
  max-width: 11.4ch;
  margin-top: 1.05rem;
  text-wrap: balance;
  text-shadow: 0 0 28px rgba(var(--nova-gold), .055);
}
.nova-hero__subtitle {
  max-width: 38rem;
  margin-top: 1.05rem;
  color: rgba(var(--nova-white), .70) !important;
}
.nova-hero__statusbar {
  gap: .8rem !important;
  margin-top: 1.3rem !important;
}
.nova-hero__statusbar article {
  min-height: 8rem;
  border-radius: 1.05rem !important;
  border-color: rgba(var(--nova-gold), .13) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--nova-gold), .08), transparent 6rem),
    linear-gradient(155deg, rgba(255,255,255,.035), transparent 52%),
    rgba(7,17,8,.82) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.045), 0 0 20px rgba(var(--nova-gold), .045) !important;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.nova-hero__statusbar article:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--nova-gold), .24) !important;
  box-shadow: 0 24px 50px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.05), 0 0 28px rgba(var(--nova-gold), .09) !important;
}
.nova-hero__statusbar i {
  background: linear-gradient(145deg, rgba(var(--nova-gold), .12), rgba(var(--nova-gold), .045)) !important;
  border: 1px solid rgba(var(--nova-gold), .13);
}
.nova-hero__statusbar strong { line-height: 1.35; }
.nova-hero__actions { margin-top: 1.45rem !important; }
.theme-button { border-radius: .95rem !important; min-height: 3.2rem !important; }
.theme-button--primary {
  box-shadow: 0 14px 34px rgba(var(--nova-gold), .16), 0 0 24px rgba(var(--nova-gold), .07) !important;
}

/* Live graphic. Position remains unchanged, only surface quality improves. */
.nova-core { filter: drop-shadow(0 0 36px rgba(var(--nova-gold), .06)); }
.nova-core::before { box-shadow: inset 0 0 90px rgba(var(--nova-gold), .035), 0 0 42px rgba(var(--nova-gold), .035) !important; }
.nova-core__center {
  background:
    radial-gradient(circle at 34% 22%, rgba(var(--nova-gold), .14), transparent 46%),
    rgba(6,16,8,.93) !important;
  border-color: rgba(var(--nova-gold), .18) !important;
}
.nova-core__metric {
  border-color: rgba(var(--nova-gold), .14) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 45%), rgba(6,16,8,.91) !important;
}

/* Consistent section rhythm */
.component:not(.nova-hero) > .nova-shell {
  position: relative;
  padding-top: clamp(2rem, 4vw, 3.25rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.25rem) !important;
}
.component:not(.nova-hero) > .nova-shell::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--nova-gold), .11), transparent);
}
.nova-section-heading {
  align-items: end !important;
  gap: 1rem 2rem !important;
  margin-bottom: 1.45rem !important;
}
.nova-section-heading h2 { text-wrap: balance; }
.nova-section-heading p { color: rgba(var(--nova-white), .62) !important; }

/* Quick access */
.nova-quick-access__grid { gap: .85rem !important; }
.nova-quick-access__card {
  min-height: 6.25rem;
  border-radius: 1.05rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  background:
    linear-gradient(150deg, rgba(var(--nova-gold), .055), transparent 46%),
    rgba(7,17,8,.80) !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04), 0 0 18px rgba(var(--nova-gold), .035) !important;
}
.nova-quick-access__card:hover,
.nova-quick-access__card:focus-visible {
  border-color: rgba(var(--nova-gold), .24) !important;
  box-shadow: 0 24px 50px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.05), 0 0 26px rgba(var(--nova-gold), .08) !important;
}
.nova-quick-access__icon { border-color: rgba(var(--nova-gold), .15) !important; }

/* Payment */
.nova-payment-grid { gap: .85rem !important; }
.nova-payment-card {
  min-height: 7rem !important;
  border-radius: 1.05rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  background:
    linear-gradient(145deg, rgba(var(--nova-gold), .05), transparent 52%),
    rgba(7,17,8,.80) !important;
}
.nova-payment-card h3 { font-size: .96rem !important; }
.nova-payment-card b {
  border: 1px solid rgba(var(--nova-gold), .12);
  border-radius: 999px;
  padding: .32rem .55rem;
  background: rgba(var(--nova-gold), .045);
}
.nova-payment-note {
  border-radius: 1rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035) !important;
}

/* Product section */
.nova-products-toolbar--simple {
  margin-bottom: 1.15rem !important;
  padding: .75rem !important;
  border-radius: 1.05rem !important;
  border: 1px solid rgba(var(--nova-gold), .11) !important;
  background: rgba(7,17,8,.72) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035) !important;
}
.nova-products-search {
  min-height: 3.15rem;
  border-radius: .85rem !important;
  border-color: rgba(var(--nova-gold), .13) !important;
  background: rgba(255,255,255,.025) !important;
}
.nova-products-search:focus-within {
  border-color: rgba(var(--nova-gold), .28) !important;
  box-shadow: 0 0 0 3px rgba(var(--nova-gold), .055), 0 0 20px rgba(var(--nova-gold), .06);
}
.nova-products-grid { gap: 1rem !important; align-items: stretch; }
.nova-products-grid > * { height: 100%; }
.nova-product-card {
  height: 100%;
  border-radius: 1.2rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  background:
    linear-gradient(150deg, rgba(255,255,255,.03), transparent 38%),
    rgba(7,17,8,.84) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04), 0 0 20px rgba(var(--nova-gold), .04) !important;
}
.nova-product-card:hover,
.nova-product-card:focus-visible {
  border-color: rgba(var(--nova-gold), .26) !important;
  box-shadow: 0 28px 62px rgba(0,0,0,.37), inset 0 1px 0 rgba(255,255,255,.05), 0 0 32px rgba(var(--nova-gold), .10) !important;
}
.nova-product-card__media { overflow: hidden; }
.nova-product-card__media img { transition: transform .5s cubic-bezier(.22,.61,.36,1), filter .5s ease; }
.nova-product-card:hover .nova-product-card__media img { transform: scale(1.025); filter: brightness(1.04); }
.nova-product-card__body { display: flex; min-height: 10.6rem; flex-direction: column; }
.nova-product-card__footer { margin-top: auto; }
.nova-product-card__cta { border-radius: .75rem; }

/* Why choose us */
.nova-feature-grid--original { gap: .9rem !important; }
.nova-feature-grid--original .nova-feature-card {
  min-height: 13.25rem !important;
  border-radius: 1.1rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--nova-gold), .07), transparent 8rem),
    rgba(7,17,8,.82) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.04), 0 0 18px rgba(var(--nova-gold), .035) !important;
}
.nova-feature-grid--original .nova-feature-card:hover {
  border-color: rgba(var(--nova-gold), .25) !important;
  box-shadow: 0 27px 58px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05), 0 0 28px rgba(var(--nova-gold), .085) !important;
}
.nova-feature-card__line { height: 2px !important; border-radius: 999px; }

/* About */
.nova-about-original {
  border-radius: 1.25rem !important;
  border-color: rgba(var(--nova-gold), .13) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--nova-gold), .09), transparent 17rem),
    linear-gradient(145deg, rgba(255,255,255,.03), transparent 42%),
    rgba(7,17,8,.84) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.045), 0 0 24px rgba(var(--nova-gold), .045) !important;
}
.nova-about-original__icon {
  border-color: rgba(var(--nova-gold), .16) !important;
  background: linear-gradient(145deg, rgba(var(--nova-gold), .12), rgba(var(--nova-gold), .04)) !important;
}
.nova-about-original p { color: rgba(var(--nova-white), .76) !important; line-height: 1.78 !important; }

/* Contact */
.nova-contact__panel {
  border-radius: 1.2rem !important;
  border-color: rgba(var(--nova-gold), .12) !important;
  background:
    linear-gradient(145deg, rgba(var(--nova-gold), .045), transparent 48%),
    rgba(7,17,8,.82) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.29), inset 0 1px 0 rgba(255,255,255,.04), 0 0 22px rgba(var(--nova-gold), .04) !important;
}
.nova-contact__socials a {
  border-radius: .85rem !important;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.nova-contact__socials a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(var(--nova-gold), .07);
}

/* Reviews */
.nova-feedback__summary { gap: .8rem !important; margin-bottom: 1rem !important; }
.nova-feedback__summary article {
  border-radius: 1rem !important;
  border-color: rgba(var(--nova-gold), .11) !important;
  background: rgba(7,17,8,.78) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035), 0 0 16px rgba(var(--nova-gold), .03) !important;
}
.nova-review-stage {
  border-radius: 1.25rem !important;
  border-color: rgba(var(--nova-gold), .12) !important;
  background: rgba(6,15,8,.78) !important;
  box-shadow: 0 22px 56px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.04), 0 0 24px rgba(var(--nova-gold), .045) !important;
}
.nova-review-card {
  border-radius: 1.05rem !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--nova-gold), .075), transparent 11rem),
    rgba(8,20,10,.83) !important;
}
.nova-review-stage__controls button:hover { border-color: rgba(var(--nova-gold), .25) !important; background: rgba(var(--nova-gold), .07) !important; }

/* Footer */
.nova-footer { margin-top: 3rem !important; }
.nova-footer > .nova-shell {
  border-radius: 1.35rem !important;
  border-color: rgba(var(--nova-gold), .13) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--nova-gold), .07), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.03), transparent 40%),
    rgba(6,15,8,.88) !important;
  box-shadow: 0 26px 66px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.045), 0 0 26px rgba(var(--nova-gold), .045) !important;
}
.nova-footer__logo { max-width: 11rem; max-height: 3.25rem; object-fit: contain; object-position: left center; }
.nova-footer__links > div:not(:first-child) { border-left: 1px solid rgba(var(--nova-gold), .07); padding-left: 1rem; }
.nova-footer__links a { transition: color .2s ease, transform .2s ease; }
.nova-footer__links a:hover { transform: translateX(3px); }

/* Focus visibility */
a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 2px solid rgba(var(--nova-gold), .72);
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .nova-shell { width: min(calc(100% - 1.5rem), 80rem); }
  .nova-hero__copy::after { display: none; }
  .nova-hero__grid { min-height: auto; gap: 1.8rem; }
  .nova-footer__links > div:not(:first-child) { border-left: 0; padding-left: 0; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 5rem; }
  .nova-shell { width: min(calc(100% - 1.15rem), 80rem); }
  .nova-nav { padding-top: .45rem; }
  .nova-nav__shell { border-radius: 1rem !important; }
  .nova-hero__grid {
    gap: 1.1rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.4rem !important;
  }
  .nova-hero h1 { font-size: clamp(2.35rem, 12vw, 3.45rem) !important; line-height: .96 !important; }
  .nova-hero__subtitle { font-size: .91rem !important; line-height: 1.62 !important; }
  .nova-hero__statusbar { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: .55rem !important; }
  .nova-hero__statusbar article { min-height: 7.25rem; padding: .72rem .66rem !important; }
  .nova-hero__statusbar i { width: 2rem !important; height: 2rem !important; }
  .nova-hero__statusbar span { font-size: .58rem !important; }
  .nova-hero__statusbar strong { font-size: .82rem !important; }
  .nova-core { width: min(100%, 18rem) !important; margin-top: .2rem; }
  .component:not(.nova-hero) > .nova-shell { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
  .nova-section-heading { margin-bottom: 1.15rem !important; }
  .nova-products-grid,
  .nova-payment-grid,
  .nova-feature-grid--original,
  .nova-quick-access__grid { gap: .75rem !important; }
  .nova-product-card__body { min-height: 9.5rem; }
  .nova-about-original { padding: 1.1rem !important; }
  .nova-about-original p { font-size: .88rem !important; line-height: 1.7 !important; }
  .nova-footer { margin-inline: .55rem !important; }
  .nova-footer > .nova-shell { width: 100%; }
}

@media (max-width: 410px) {
  .nova-shell { width: min(calc(100% - .9rem), 80rem); }
  .nova-hero__statusbar article { min-height: 7rem; padding-inline: .5rem !important; }
  .nova-hero__statusbar strong { font-size: .76rem !important; }
  .nova-core { width: min(100%, 16.75rem) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .nova-product-card__media img,
  .nova-footer__links a,
  .nova-contact__socials a,
  .nova-hero__statusbar article { transition: none !important; }
}


/* Mobile icon-position hotfix: restore centered action icons like the earlier layout */
@media (max-width: 860px) {
  .nova-nav__actions {
    gap: .55rem;
  }

  .nova-currency,
  .nova-cart {
    position: relative;
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    justify-content: center;
  }

  .nova-currency i,
  .nova-cart i {
    margin: 0;
  }

  .nova-currency select {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    opacity: 0;
    cursor: pointer;
  }

  .nova-cart span {
    display: none !important;
  }

  .nova-cart b {
    position: absolute;
    top: -.3rem;
    right: -.3rem;
  }
}

/* Service cards refinement */
.nova-hero__statusbar {
  gap: 1rem;
  margin-top: 1.35rem;
}
.nova-hero__statusbar article {
  border-radius: 1.4rem;
  min-height: 150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:1rem;
  overflow:hidden;
}
.nova-hero__statusbar article i {
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 .8rem;
  font-size:1.1rem;
  color:#86ff86;
  background:rgba(134,255,134,.08);
  border:1px solid rgba(134,255,134,.22);
  box-shadow:0 0 22px rgba(134,255,134,.18);
}
.nova-hero__statusbar article::before {
  content:"";
  position:absolute;
  width:70px;
  height:70px;
  border-radius:50%;
  border:1px solid rgba(134,255,134,.12);
  animation:novaAtomPulse 4s ease-in-out infinite;
}
.nova-hero__statusbar article span {
  margin-top:.25rem;
}
.nova-hero__statusbar strong {
  text-align:center;
}
@keyframes novaAtomPulse {
  0%,100% { transform:scale(.85); opacity:.35; }
  50% { transform:scale(1.15); opacity:.8; }
}
@media(max-width:767px){
 .nova-hero__statusbar{
   grid-template-columns:1fr;
 }
 .nova-hero__statusbar article{
   min-height:130px;
 }
}


/* Service cards + live-store orbit dot alignment fix */
.nova-hero__statusbar {
  align-items: stretch;
}

.nova-hero__statusbar article {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 1rem .85rem !important;
  gap: .22rem;
}

.nova-hero__statusbar article i {
  position: relative;
  z-index: 2;
  width: 2.35rem !important;
  height: 2.35rem !important;
  min-width: 2.35rem;
  min-height: 2.35rem;
  margin: 0 0 .65rem !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
}

.nova-hero__statusbar article::before {
  content: "";
  position: absolute;
  top: .84rem;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1.6rem;
  border-radius: 50% !important;
  border: 1px solid rgba(134,255,134,.14);
  background: radial-gradient(circle, rgba(134,255,134,.04), transparent 68%);
  animation: novaAtomCircle 3.8s ease-in-out infinite;
  pointer-events: none;
}

.nova-hero__statusbar article span {
  margin-top: 0 !important;
  text-align: center !important;
}

.nova-hero__statusbar article strong {
  margin-top: .16rem;
  min-height: 2.6em;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  text-align: center !important;
}

@keyframes novaAtomCircle {
  0%, 100% { opacity: .42; box-shadow: 0 0 0 0 rgba(134,255,134,.08); }
  50% { opacity: .82; box-shadow: 0 0 0 8px rgba(134,255,134,.02); }
}

.nova-core__orbit i {
  width: .62rem !important;
  height: .62rem !important;
  margin-top: -.31rem;
  margin-left: -.31rem;
  left: 0 !important;
  border-radius: 50% !important;
  background: #86ff86 !important;
  box-shadow: 0 0 0 3px rgba(134,255,134,.10), 0 0 10px rgba(134,255,134,.34) !important;
}

@media (max-width: 767px) {
  .nova-hero__statusbar article {
    min-height: 7.25rem !important;
    padding: .82rem .55rem .7rem !important;
  }

  .nova-hero__statusbar article::before {
    top: .72rem;
    width: 2.7rem;
    height: 2.7rem;
    margin-left: -1.35rem;
  }

  .nova-hero__statusbar article i {
    width: 1.95rem !important;
    height: 1.95rem !important;
    min-width: 1.95rem;
    min-height: 1.95rem;
    margin-bottom: .56rem !important;
    font-size: .92rem !important;
  }

  .nova-hero__statusbar article strong {
    min-height: 2.55em;
    font-size: .8rem !important;
    line-height: 1.26 !important;
  }
}

@media (max-width: 410px) {
  .nova-hero__statusbar {
    gap: .46rem !important;
  }

  .nova-hero__statusbar article {
    min-height: 6.9rem !important;
    border-radius: 1.1rem !important;
    padding-inline: .45rem !important;
  }

  .nova-hero__statusbar article strong {
    font-size: .76rem !important;
  }
}
