.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.aro-icon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-0.15em}
.aro-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.4rem;border:1px solid transparent;border-radius:2px;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.aro-btn--primary{background:linear-gradient(135deg,#8A2BE2,#B04CFF);color:#fff}
.aro-btn--primary:hover{transform:translateY(-1px);color:#fff}
.aro-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.aro-btn--ghost:hover{border-color:#B04CFF;color:#fff}
.aro-section-head{text-align:center;margin:0 auto 2rem;max-width:42rem}
.aro-section-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;margin:0 0 .6rem;color:#fff}
.aro-empty{text-align:center;padding:3rem 1rem;color:#B8B8B8}

.aro-hero{position:relative;height:var(--aro-hero-height,600px);overflow:hidden;background:#050505;color:#fff}
.aro-hero__track,.aro-hero__slide{height:100%}
.aro-hero__slide{position:absolute;inset:0;opacity:0;background:#111 center/cover no-repeat;transition:opacity .6s ease}
.aro-hero__slide.is-active{opacity:1;z-index:1}
.aro-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.78),rgba(5,5,5,.25))}
.aro-hero__content{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:4rem 1.25rem;height:100%;display:flex;flex-direction:column;justify-content:center}
.aro-hero__label{letter-spacing:.28em;font-size:.72rem;color:#B04CFF;margin:0 0 .8rem}
.aro-hero__heading{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.92;font-weight:500;margin:0 0 .7rem;white-space:normal}
.aro-hero__text{max-width:32rem;color:#B8B8B8;margin:0 0 1.5rem}
.aro-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}
.aro-hero__nav{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.35);color:#fff;cursor:pointer}
.aro-hero__nav--prev{left:1rem}
.aro-hero__nav--next{right:1rem}
.aro-hero__dots{position:absolute;left:0;right:0;bottom:1.2rem;z-index:3;display:flex;justify-content:center;gap:.45rem}
.aro-hero__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer}
.aro-hero__dots button.is-active{background:#B04CFF}

.aro-benefits{background:#0B0B0B;border-top:1px solid #1c1c1c;border-bottom:1px solid #1c1c1c}
.aro-benefits__grid{max-width:1240px;margin:0 auto;padding:1.4rem 1.25rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.aro-benefits__item{display:flex;gap:.8rem;align-items:center;color:#fff}
.aro-benefits__icon{color:#B04CFF;font-size:1.4rem}
.aro-benefits__item span{display:block;color:#B8B8B8;font-size:.85rem}

.aro-categories{padding:3rem 1.25rem;max-width:1240px;margin:0 auto}
.aro-categories__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.aro-categories__card{min-height:320px;min-width:0;background:#111 center/cover no-repeat;position:relative;overflow:hidden}
.aro-categories__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.8rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));color:#fff}
.aro-categories__overlay h2{font-family:Georgia,"Times New Roman",serif;margin:0 0 .4rem}

.aro-products{padding:2.5rem 1.25rem;max-width:1240px;margin:0 auto}
.aro-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.aro-products__grid ul.products{display:contents}

.aro-paypromo{max-width:1240px;margin:0 auto 2.5rem;padding:0 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.aro-paypromo__card{background:#111;border:1px solid #222;padding:2rem;color:#fff}
.aro-paypromo__card span{color:#B04CFF;font-size:1.6rem}
.aro-paypromo__card h3{font-family:Georgia,"Times New Roman",serif;margin:.6rem 0}

.aro-insta{max-width:1240px;margin:0 auto 3rem;padding:0 1.25rem}
.aro-insta__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}
.aro-insta__grid img{display:block;width:100%;height:220px;object-fit:cover}

.aro-newsletter{max-width:36rem;margin:0 auto 2rem;text-align:center;color:#fff}
.aro-newsletter__row{display:flex;gap:.5rem;margin-top:1rem}
.aro-newsletter input[type="email"],
.aro-contact input,
.aro-contact textarea,
.aro-track input{
	width:100%;
	background:#111;
	border:1px solid #2a2a2a;
	color:#fff;
	padding:.8rem .9rem;
	border-radius:2px
}
.aro-contact{max-width:none;width:100%;margin:0 auto;padding:0;display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);gap:2rem;color:#fff}
.aro-contact__meta ul{list-style:none;padding:0}
.aro-contact__meta a{color:#B04CFF}
.aro-form-msg{margin-top:.75rem;color:#B04CFF}
.aro-form-msg.is-error{color:#E83E9F}
.aro-wishlist{max-width:1240px;margin:0 auto;padding:2rem 1.25rem;color:#fff}
.aro-wishlist-btn{background:transparent;border:0;color:#fff;padding:.35rem;cursor:pointer}
.aro-wishlist-btn.is-active{color:#E83E9F}
.aro-bank-details{background:#111;border:1px solid #2a2a2a;padding:1rem 1.2rem;margin:.8rem 0}
.aro-bank-details ul{list-style:none;padding:0;margin:.6rem 0}
.aro-track{max-width:640px;margin:0 auto;padding:2rem 1.25rem;color:#fff}

@media (max-width:1024px){
	.aro-products__grid,.aro-insta__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:768px){
	.aro-benefits__grid,.aro-categories__grid,.aro-paypromo,.aro-contact,.aro-newsletter__row{grid-template-columns:1fr;display:grid}
	.aro-newsletter__row{display:flex;flex-direction:column}
	.aro-products__grid,.aro-insta__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.aro-hero{height:auto;min-height:0}
	.aro-hero__track{height:auto}
	.aro-hero__slide{position:absolute;inset:0;opacity:0;min-height:min(72vh,540px);pointer-events:none}
	.aro-hero__slide.is-active{position:relative;opacity:1;pointer-events:auto}
	.aro-hero__heading{font-size:1.85rem;line-height:.92}
}
