/* Scoped Aurelis layout styles — scope: .aurelis-root */
.aurelis-root .hero{padding-top:clamp(72px,9vw,138px);padding-bottom:clamp(72px,8vw,122px);min-height:min(100svh,920px);display:flex;align-items:center;overflow:hidden}
.aurelis-root .hero-grid{display:grid;grid-template-columns:0.94fr 1.06fr;gap:clamp(56px,7vw,108px);align-items:center}
.aurelis-root .hero-title{font-family:var(--font-display);font-size:var(--fs-hero);font-weight:700;line-height:1.02;letter-spacing:-.017em;max-width:11.2ch}
.aurelis-root .hero-title .accent{background:linear-gradient(100deg,var(--accent-1),var(--accent-2) 60%,var(--highlight));-webkit-background-clip:text;background-clip:text;color:transparent}
.aurelis-root .hero-sub{margin-top:30px;font-size:1.1875rem;color:var(--text-secondary);max-width:560px;line-height:1.72}
.aurelis-root .hero-cta{margin-top:46px;display:flex;flex-wrap:wrap;gap:18px}
.aurelis-root .trust-row{margin-top:62px;display:grid;grid-template-columns:repeat(4,auto);gap:clamp(22px,3.2vw,40px)}
.aurelis-root .trust-item{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:var(--fs-small);font-weight:500}

/* hero visual stage */
.aurelis-root .hero-stage{position:relative;height:clamp(520px,48vw,740px);display:flex;align-items:center;justify-content:center}
.aurelis-root .stage-glow{position:absolute;inset:-10%;background:var(--grad-glow);filter:blur(10px);pointer-events:none}
.aurelis-root .stage-ring{position:absolute;width:min(88%,560px);aspect-ratio:1/1;border:1px solid var(--border);border-radius:50%}
.aurelis-root .stage-ring.r2{width:min(66%,420px)}

.aurelis-root .glass-card{position:absolute;background:linear-gradient(155deg,rgba(255,255,255,0.09),rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius-md);backdrop-filter:blur(14px);box-shadow:0 20px 40px -16px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px}
.aurelis-root .glass-card svg{width:28px;height:28px;color:var(--text-primary)}
.aurelis-root .glass-card span{font-size:.6875rem;font-weight:600;color:var(--text-secondary);letter-spacing:.02em}
.aurelis-root .gc1{width:126px;height:126px;top:7%;left:7%;animation-delay:0s}
.aurelis-root .gc2{width:164px;height:164px;top:0%;right:3%;animation-delay:1.1s}
.aurelis-root .gc3{width:112px;height:112px;top:38%;left:-1%;animation-delay:2.3s}
.aurelis-root .gc4{width:222px;height:222px;top:31%;left:50%;transform:translateX(-50%);animation-delay:0.6s;background:linear-gradient(155deg,rgba(94,107,255,0.28),rgba(122,110,255,0.06))}
.aurelis-root .gc5{width:122px;height:122px;bottom:16%;right:2%;animation-delay:1.7s}
.aurelis-root .gc6{width:142px;height:142px;bottom:1%;left:10%;animation-delay:2.9s}
.aurelis-root .gc7{width:102px;height:102px;bottom:8%;right:25%;animation-delay:0.9s}

.aurelis-root .featured-categories-feature{position:relative;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,5vw,64px);padding-top:clamp(88px,9vw,132px);padding-bottom:clamp(82px,8vw,126px);margin-top:clamp(-56px,-4vw,-24px);z-index:2}
.aurelis-root .featured-categories-feature::before{content:"";position:absolute;left:0;right:0;top:clamp(-92px,-8vw,-64px);height:clamp(120px,12vw,168px);pointer-events:none;background:linear-gradient(180deg,rgba(7,24,38,0) 0%,rgba(7,24,38,0.62) 55%,rgba(7,24,38,1) 100%)}
.aurelis-root .featured-categories-feature .section-head{margin-bottom:clamp(44px,5.5vw,76px)}

.aurelis-root .section + .section{padding-top:clamp(64px,6vw,108px)}

/* GRIDS */
.aurelis-root .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.aurelis-root .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.aurelis-root .brand-strip{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.aurelis-root .bs-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:22px}
.aurelis-root .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.aurelis-root .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.aurelis-root .scroll-row{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}

.aurelis-root .cat-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 26px;overflow:hidden;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}
.aurelis-root .brand-cell{padding:34px 16px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);border-bottom:1px solid var(--border);font-family:var(--font-display);font-weight:600;font-size:1.0625rem;color:var(--text-secondary);letter-spacing:.01em;transition:color .4s var(--ease),background .4s var(--ease)}
/* End scoped layout.css */