.cart-page{padding:3rem 0 5rem}.cart-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media (max-width: 900px){.cart-page__layout{grid-template-columns:1fr}}.cart-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.cart-list__item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);transition:border-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.cart-list__item:hover{border-color:var(--gold);box-shadow:var(--shadow-gold)}@media (max-width: 640px){.cart-list__item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}}.cart-list__image{width:100px;height:80px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-gold)}.cart-list__body{display:flex;flex-direction:column;gap:.25rem}.cart-list__name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text)}.cart-list__price{font-size:.875rem;color:var(--text-muted)}.cart-list__controls{display:flex;align-items:center;gap:.75rem}.cart-list__qty-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cart-list__qty-input{width:64px;background:var(--surface-2);border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text);font-size:.9375rem;padding:.4rem .5rem;text-align:center;outline:none;transition:border-color var(--duration) var(--ease)}.cart-list__qty-input:focus{border-color:var(--gold)}.cart-list__line-total{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--gold);min-width:80px;text-align:right}.cart-summary{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);padding:1.75rem;position:sticky;top:90px}.cart-summary__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gold)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;font-size:.9375rem;color:var(--text-muted);border-bottom:1px solid var(--border)}.cart-summary__row--total{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold);border-bottom:none;padding-top:1rem;margin-top:.25rem}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.home-page{overflow-x:hidden}.home-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:6rem 0}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://loremflickr.com/800/600/online-business,-business-training,-online-marketing?lock=2199540010);background-size:cover;background-position:center;filter:brightness(.2) saturate(.5);transform:scale(1.05);transition:transform 8s ease}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d0b07f7,#0d0b07d9,#1a1610e6)}.home-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:repeating-linear-gradient(45deg,var(--gold) 0,var(--gold) 1px,transparent 0,transparent 50%);background-size:20px 20px}.home-hero__content{position:relative;z-index:2;max-width:720px;animation:fadeSlideUp .9s var(--ease) both}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border-gold-bright);border-radius:2px;padding:.4rem 1rem;margin-bottom:1.75rem;background:#c9a84c0f}.home-hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1;color:var(--text);margin-bottom:1.5rem}.home-hero__title em{font-style:normal;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero__subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.home-hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border-gold);flex-wrap:wrap}.home-hero__stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.home-hero__stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem;letter-spacing:.05em}.home-departments{padding:6rem 0;background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-departments__header{text-align:center;margin-bottom:3.5rem;animation:fadeSlideUp .7s var(--ease) both}.home-departments__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:var(--text);margin:.75rem 0}.home-departments__subtitle{color:var(--text-muted);max-width:520px;margin:.75rem auto 0}.home-departments__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.home-departments__grid{grid-template-columns:1fr}}.dept-card{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease);animation:fadeSlideUp .7s var(--ease) both}.dept-card:nth-child(2){animation-delay:.1s}.dept-card:nth-child(3){animation-delay:.2s}.dept-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--gold)}.dept-card__image{width:100%;height:220px;object-fit:cover;filter:brightness(.7) saturate(.8);transition:filter var(--duration) var(--ease),transform .4s var(--ease)}.dept-card:hover .dept-card__image{filter:brightness(.85) saturate(1);transform:scale(1.03)}.dept-card__body{padding:1.75rem}.dept-card__icon{font-size:2rem;margin-bottom:1rem}.dept-card__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold);margin-bottom:.75rem}.dept-card__desc{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem}.dept-card__link{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.4rem;transition:gap var(--duration) var(--ease),color var(--duration) var(--ease)}.dept-card__link:hover{gap:.75rem;color:var(--gold-light)}.home-featured{padding:6rem 0}.home-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.home-featured__heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--text);margin-top:.5rem}.home-featured__view-all{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border-gold);padding:.5rem 1.25rem;border-radius:var(--radius);transition:border-color var(--duration) var(--ease),background var(--duration) var(--ease),transform var(--duration) var(--ease)}.home-featured__view-all:hover{border-color:var(--gold);background:#c9a84c1a;transform:translateY(-1px);color:var(--gold-light)}.home-trust{padding:3rem 0;background:var(--surface);border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold)}.home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media (max-width: 700px){.home-trust__grid{grid-template-columns:repeat(2,1fr)}}.home-trust__icon{font-size:1.75rem;margin-bottom:.5rem}.home-trust__label{font-size:.8125rem;font-weight:600;color:var(--text-muted);letter-spacing:.05em}.home-trust__value{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold)}.home-cta-banner{padding:5rem 0;text-align:center;position:relative;overflow:hidden}.home-cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--surface) 0%,var(--surface-2) 100%);border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold)}.home-cta-banner__content{position:relative;z-index:1}.home-cta-banner__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:var(--text);margin:.75rem 0 1rem}.home-cta-banner__title em{font-style:normal;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-cta-banner__sub{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.home-cta-banner__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.auth-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.06) 0%,transparent 70%);pointer-events:none}.auth-card{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:440px;animation:fadeSlideUp .6s var(--ease) both;box-shadow:var(--shadow-card)}.auth-card__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.auth-card__title{font-family:var(--font-display);font-size:1.875rem;font-weight:900;color:var(--text);margin-bottom:.5rem}.auth-card__subtitle{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.auth-card__footer{font-size:.875rem;color:var(--text-muted);text-align:center;padding-top:1.25rem;border-top:1px solid var(--border)}.auth-card__footer a{color:var(--gold);font-weight:600}.auth-card__footer a:hover{color:var(--gold-light)}.auth-divider{width:40px;height:2px;background:var(--grad-gold);margin:0 0 1.5rem}.catalog-page{padding:3rem 0 5rem}.catalog-page__header{text-align:center;padding:3rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.catalog-page__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.75rem 0}.catalog-page__subtitle{color:var(--text-muted);font-size:1rem}.catalog-filters{max-width:480px;margin:0 auto 2.5rem}.product-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.product-grid__item{animation:fadeSlideUp .5s var(--ease) both}.product-grid__item:nth-child(2){animation-delay:.05s}.product-grid__item:nth-child(3){animation-delay:.1s}.product-grid__item:nth-child(4){animation-delay:.15s}.product-grid__item:nth-child(5){animation-delay:.2s}.product-grid__item:nth-child(6){animation-delay:.25s}.product-card{display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--gold)}.product-card__media{display:block;overflow:hidden;aspect-ratio:4/3;position:relative}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--grad-gold);color:#0d0b07;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .625rem;border-radius:2px;z-index:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease),filter .4s var(--ease);filter:brightness(.85)}.product-card:hover .product-card__image{transform:scale(1.06);filter:brightness(1)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card__category{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.product-card__name{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:var(--text);line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color var(--duration) var(--ease)}.product-card__name a:hover{color:var(--gold)}.product-card__title{font-size:.875rem;color:var(--text-muted);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__stars{color:var(--gold);font-size:.8125rem;letter-spacing:.05em}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.product-card__price{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold)}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:2rem;border-top:1px solid var(--border)}.catalog-page__page-indicator{font-size:.875rem;color:var(--text-muted);min-width:80px;text-align:center}.product-detail-page{padding:3rem 0 5rem}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);overflow:hidden;padding:0}@media (max-width: 768px){.product-detail{grid-template-columns:1fr}}.product-detail__image-wrap{overflow:hidden;aspect-ratio:1}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-detail__image:hover{transform:scale(1.04)}.product-detail__body{padding:2.5rem;display:flex;flex-direction:column;gap:1rem}.product-detail__category{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.product-detail__name{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;color:var(--text);line-height:1.2}.product-detail__title{font-size:1rem;color:var(--text-muted);line-height:1.65}.product-detail__price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold);padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.product-detail__qty input{width:80px;background:var(--surface-2);border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text);font-size:1rem;padding:.5rem .75rem;text-align:center;outline:none;transition:border-color var(--duration) var(--ease)}.product-detail__qty input:focus{border-color:var(--gold)}.product-detail__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem;transition:color var(--duration) var(--ease)}.product-detail__back:hover{color:var(--gold)}.checkout-page{padding:3rem 0 5rem}.checkout-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.checkout-page__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}@media (max-width: 900px){.checkout-page__grid{grid-template-columns:1fr}}.order-summary{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);padding:1.75rem}.order-summary__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gold)}.order-summary__items{list-style:none;display:flex;flex-direction:column;gap:0}.order-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.9375rem;color:var(--text-muted)}.order-summary__qty{color:var(--text-dim);font-size:.875rem}.order-summary__price{color:var(--gold);font-weight:600}.order-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold)}.checkout-payment{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);padding:1.75rem;position:sticky;top:90px}.checkout-payment__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gold)}.order-success-page{padding:5rem 0;display:flex;justify-content:center}.order-success-card{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);padding:3rem;max-width:560px;width:100%;text-align:center;animation:fadeSlideUp .7s var(--ease) both}.order-success-card__icon{font-size:4rem;margin-bottom:1.5rem;animation:fadeIn .5s var(--ease) .3s both}.order-success-card__title{font-family:var(--font-display);font-size:2rem;font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.order-success-card__message{color:var(--text-muted);font-size:1rem;line-height:1.65;margin-bottom:1rem}.order-success-card__ref{font-size:.875rem;color:var(--text-dim);margin-bottom:2rem}.order-success-card__ref strong{color:var(--gold)}.order-success-card__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-page{padding:3rem 0 5rem;max-width:720px}.profile-page__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.profile-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:var(--text);margin-bottom:2rem}.profile-card{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);padding:2rem;animation:fadeSlideUp .6s var(--ease) both}.profile-card__list{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.profile-card__row{display:grid;grid-template-columns:160px 1fr;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);align-items:center}.profile-card__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.profile-card__value{font-size:.9375rem;color:var(--text)}.profile-card__actions{display:flex;gap:1rem;padding-top:1.5rem}.shopiva-header{position:sticky;top:0;z-index:100;background:#0d0b07f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-gold);box-shadow:0 2px 20px #00000080}.shopiva-header__inner{display:flex;align-items:center;gap:2rem;height:72px}.shopiva-brand{display:flex;flex-direction:column;line-height:1;text-decoration:none;flex-shrink:0}.shopiva-brand__name{font-family:var(--font-display);font-size:1.625rem;font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.04em}.shopiva-brand__tagline{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);margin-top:1px}.shopiva-nav{display:flex;align-items:center;gap:.25rem;flex:1}.shopiva-nav__link{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:.5rem .875rem;border-radius:var(--radius);transition:color var(--duration) var(--ease),background var(--duration) var(--ease);text-decoration:none}.shopiva-nav__link:hover,.shopiva-nav__link.active{color:var(--gold);background:#c9a84c14}.shopiva-header__actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.shopiva-cart{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);border:1px solid var(--border-gold);color:var(--gold);text-decoration:none;transition:border-color var(--duration) var(--ease),background var(--duration) var(--ease),transform var(--duration) var(--ease)}.shopiva-cart:hover{border-color:var(--gold);background:#c9a84c1a;transform:translateY(-1px);color:var(--gold-light)}.shopiva-cart__icon{font-size:1.125rem;line-height:1}.shopiva-cart__badge{position:absolute;top:-6px;right:-6px;background:var(--grad-gold);color:#0d0b07;font-size:.625rem;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.shopiva-user-link{font-size:.8125rem;font-weight:600;letter-spacing:.06em;color:var(--gold);padding:.5rem 1rem;border:1px solid var(--border-gold);border-radius:var(--radius);text-decoration:none;transition:border-color var(--duration) var(--ease),background var(--duration) var(--ease),transform var(--duration) var(--ease)}.shopiva-user-link:hover{border-color:var(--gold);background:#c9a84c1a;color:var(--gold-light);transform:translateY(-1px)}.shopiva-header__user-slot{width:80px;height:36px}.app-content{min-height:calc(100vh - 72px)}.shopiva-footer{background:var(--bg-2);border-top:1px solid var(--border-gold);padding:4rem 0 0;margin-top:5rem}.shopiva-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}@media (max-width: 900px){.shopiva-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 560px){.shopiva-footer__grid{grid-template-columns:1fr;gap:2rem}.shopiva-nav{display:none}.shopiva-header__inner{gap:1rem}}.footer-brand__name{font-family:var(--font-display);font-size:2rem;font-weight:900;background:var(--grad-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer-brand__tagline{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem;max-width:280px}.footer-brand__synex{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--border-gold);border-radius:var(--radius);padding:.35rem .75rem;display:inline-block;margin-bottom:1.25rem}.footer-brand__synex span{color:var(--gold)}.footer-col__title{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-col__links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col__links a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color var(--duration) var(--ease),transform var(--duration) var(--ease);display:inline-block}.footer-col__links a:hover{color:var(--gold);transform:translate(4px)}.footer-contact__item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact__icon{font-size:1rem;color:var(--gold);flex-shrink:0;margin-top:2px}.footer-contact__text{font-size:.875rem;color:var(--text-muted);line-height:1.5}.footer-contact__text a{color:var(--text-muted)}.footer-contact__text a:hover{color:var(--gold)}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text-muted);transition:border-color var(--duration) var(--ease),color var(--duration) var(--ease),transform var(--duration) var(--ease),background var(--duration) var(--ease);text-decoration:none}.footer-social__link:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c1a;transform:translateY(-2px)}.shopiva-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0}.shopiva-footer__copy{font-size:.8125rem;color:var(--text-dim)}.shopiva-footer__copy span{color:var(--gold)}.shopiva-footer__partner{font-size:.75rem;color:var(--text-dim);letter-spacing:.08em}.shopiva-footer__partner a{color:var(--gold);font-weight:600}.legal-page{padding:4rem 0 6rem;max-width:800px;margin:0 auto}.legal-page__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.legal-page__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:900;color:var(--text);margin-bottom:.75rem}.legal-page__updated{font-size:.875rem;color:var(--text-dim);margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-gold)}.legal-section{margin-bottom:2.5rem}.legal-section__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.legal-section p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem;font-size:.9375rem}.legal-section ul,.legal-section ol{color:var(--text-muted);line-height:1.75;padding-left:1.5rem;font-size:.9375rem}.legal-section li{margin-bottom:.5rem}.legal-section strong{color:var(--text);font-weight:600}:root{--bg: #0d0b07;--bg-2: #13100a;--surface: #1a1610;--surface-2: #221d14;--surface-3: #2a2418;--gold: #c9a84c;--gold-light: #e8c96a;--gold-pale: #f5e6b8;--gold-dark: #8a6a1f;--gold-muted: #6b5218;--beige: #e8dcc8;--beige-2: #d4c4a0;--beige-3: #b8a880;--text: #f0e8d8;--text-muted: #a89878;--text-dim: #6b5e48;--accent: #c9a84c;--accent-2: #e8c96a;--accent-hover: #f5e6b8;--border: #2e2618;--border-gold: #4a3a1a;--border-gold-bright: #c9a84c;--shadow-gold: 0 0 30px rgba(201, 168, 76, .15);--shadow-card: 0 8px 40px rgba(0, 0, 0, .6);--shadow-hover: 0 16px 60px rgba(201, 168, 76, .25);--grad-gold: linear-gradient(135deg, #c9a84c 0%, #e8c96a 50%, #c9a84c 100%);--grad-dark: linear-gradient(180deg, #0d0b07 0%, #13100a 100%);--grad-surface: linear-gradient(135deg, #1a1610 0%, #221d14 100%);--grad-hero: linear-gradient(135deg, #0d0b07 0%, #1a1610 40%, #221d14 100%);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--radius: 4px;--radius-md: 8px;--radius-lg: 16px;--ease: cubic-bezier(.4, 0, .2, 1);--duration: .24s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.5rem}a{color:var(--gold);text-decoration:none;transition:color var(--duration) var(--ease)}a:hover{color:var(--gold-light)}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;padding:.75rem 1.75rem;min-height:44px;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),background var(--duration) var(--ease),opacity var(--duration) var(--ease);text-decoration:none;white-space:nowrap}.btn--primary{background:var(--grad-gold);color:#0d0b07;box-shadow:0 4px 20px #c9a84c4d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c9a84c80;color:#0d0b07}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:transparent;color:var(--gold);border:1px solid var(--gold)}.btn--secondary:hover{background:#c9a84c1a;border-color:var(--gold-light);color:var(--gold-light);transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn--ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.btn--danger{background:transparent;color:#e05252;border:1px solid #e05252}.btn--danger:hover{background:#e052521a}.btn--loading{opacity:.7;cursor:not-allowed;pointer-events:none}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.card{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease)}.card:hover{border-color:var(--gold);box-shadow:var(--shadow-hover)}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.field__input{background:var(--surface-2);border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text);font-family:var(--font-body);font-size:.9375rem;padding:.75rem 1rem;min-height:44px;transition:border-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease);outline:none;width:100%}.field__input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.field__input::placeholder{color:var(--text-dim)}.field--invalid .field__input{border-color:#e05252}.field__error{font-size:.8125rem;color:#e05252}.field__hint{font-size:.8125rem;color:var(--text-muted)}.spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-muted)}.spinner__indicator{display:block;width:40px;height:40px;border:3px solid var(--border-gold);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.spinner--sm .spinner__indicator{width:24px;height:24px}.spinner--lg .spinner__indicator{width:56px;height:56px}.spinner__label{font-size:.875rem;color:var(--text-muted);letter-spacing:.05em}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#e0525214;border:1px solid rgba(224,82,82,.3);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.error-banner__title{color:#e05252;font-size:.9375rem}.error-banner__message{color:var(--text-muted);font-size:.875rem}.error-banner__actions{display:flex;gap:.75rem;margin-top:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center}.empty-state__title{font-family:var(--font-display);font-size:1.5rem;color:var(--gold)}.empty-state__description{color:var(--text-muted);max-width:400px}.empty-state__action{margin-top:.5rem}.gold-divider{width:60px;height:2px;background:var(--grad-gold);margin:0 auto}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.payment-loading,.payment-unavailable{padding:2rem;display:flex;justify-content:center}
