.cart-page{padding:3rem 0 5rem}.cart-page--empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.cart-page__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--text);margin-bottom:2rem;letter-spacing:-.02em}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-list__item{display:grid;grid-template-columns:90px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;transition:box-shadow var(--transition)}.cart-list__item:hover{box-shadow:var(--shadow-md)}.cart-list__image{width:90px;height:90px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-list__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-list__name{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text);line-height:1.3}.cart-list__price{font-size:.88rem;color:var(--muted)}.cart-list__controls{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cart-list__qty-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.cart-list__qty-input{width:64px;padding:.4rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;text-align:center;color:var(--text);background:var(--surface);transition:border-color var(--transition)}.cart-list__qty-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #8b69141f}.cart-list__line-total{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text);text-align:right;min-width:80px}.cart-summary{padding:1.75rem;position:sticky;top:90px;display:flex;flex-direction:column;gap:.85rem}.cart-summary__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-2)}.cart-summary__row--total{font-size:1.1rem;font-weight:700;color:var(--text);padding-top:.75rem;border-top:1px solid var(--border-light);margin-top:.25rem}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.cart-summary__actions .btn{width:100%;justify-content:center}@media (max-width: 768px){.cart-page__layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-list__item{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cart-list__controls{flex-direction:row;align-items:center}.cart-list__line-total{grid-column:2;text-align:left}}@media (max-width: 480px){.cart-list__image{width:72px;height:72px}}.home-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:#1a1612}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-hero__bg img{width:100%;height:100%;object-fit:cover;animation:heroScale 8s ease-out forwards;opacity:.55}.home-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#1a1612d1,#1a161273 55%,#8b69142e)}.home-hero__content{position:relative;z-index:1;max-width:680px;animation:fadeSlideUp .9s cubic-bezier(.4,0,.2,1) both}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-light);margin-bottom:1.25rem}.home-hero__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--accent-light)}.home-hero__title{font-family:var(--font-display);font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700;color:#fff;line-height:1.12;margin-bottom:1.25rem;letter-spacing:-.02em}.home-hero__title em{font-style:italic;color:var(--accent-light)}.home-hero__subtitle{font-size:1.05rem;color:#ffffffb8;line-height:1.65;margin-bottom:2.25rem;max-width:520px}.home-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__stats{position:absolute;bottom:2.5rem;right:0;z-index:1;display:flex;gap:0;animation:fadeIn 1.2s .4s both}.home-hero__stat{padding:1.25rem 2rem;background:#ffffff12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);text-align:center}.home-hero__stat:first-child{border-radius:var(--radius-md) 0 0 var(--radius-md)}.home-hero__stat:last-child{border-radius:0 var(--radius-md) var(--radius-md) 0}.home-hero__stat-num{display:block;font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--accent-light);line-height:1}.home-hero__stat-label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-top:.3rem}@media (max-width: 768px){.home-hero{min-height:70vh}.home-hero__stats{position:static;margin-top:2rem;flex-wrap:wrap}.home-hero__stat{flex:1;min-width:100px;border-radius:0!important}}.home-trust{background:var(--surface);border-bottom:1px solid var(--border-light);padding:1.25rem 0}.home-trust__inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.home-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--text-2);letter-spacing:.03em}.home-trust__item svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.home-categories{padding:5rem 0}.home-categories__header{text-align:center;margin-bottom:3rem}.section-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--text);line-height:1.2;letter-spacing:-.02em}.section-subtitle{margin-top:.75rem;font-size:1rem;color:var(--muted);max-width:520px;margin-left:auto;margin-right:auto}.home-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.category-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;cursor:pointer;text-decoration:none;display:block}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.category-card:hover img{transform:scale(1.06)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1a1612c7,#1a16121a 60%);transition:background var(--transition)}.category-card:hover .category-card__overlay{background:linear-gradient(to top,#1a1612e0,#1a161233 60%)}.category-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.category-card__label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.35rem}.category-card__name{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#fff;line-height:1.2}.category-card__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.6rem;font-size:.78rem;font-weight:600;color:#ffffffa6;letter-spacing:.06em;text-transform:uppercase;transition:color var(--transition)}.category-card:hover .category-card__cta{color:var(--accent-light)}@media (max-width: 900px){.home-categories__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.home-categories__grid{grid-template-columns:1fr 1fr;gap:.75rem}.category-card{aspect-ratio:2/3}}.home-featured{padding:5rem 0;background:var(--bg-alt)}.home-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.home-featured__link{font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none;display:flex;align-items:center;gap:.3rem;transition:gap var(--transition),color var(--transition)}.home-featured__link:hover{gap:.6rem;color:var(--accent-dark)}.home-why{padding:5rem 0}.home-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.why-card{padding:2rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-light);transition:box-shadow var(--transition),transform var(--transition)}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.why-card__icon{width:52px;height:52px;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.4rem}.why-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.why-card__desc{font-size:.88rem;color:var(--muted);line-height:1.6}@media (max-width: 768px){.home-why__grid{grid-template-columns:1fr}}.home-inspiration{position:relative;overflow:hidden;border-radius:var(--radius-xl);margin:0 1.5rem 5rem;min-height:380px;display:flex;align-items:center}.home-inspiration__bg{position:absolute;top:0;right:0;bottom:0;left:0}.home-inspiration__bg img{width:100%;height:100%;object-fit:cover}.home-inspiration__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1a1612e0,#1a16124d)}.home-inspiration__content{position:relative;z-index:1;max-width:520px;padding:3rem}.home-inspiration__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.2}.home-inspiration__text{font-size:.95rem;color:#ffffffb8;margin-bottom:1.75rem;line-height:1.6}@media (max-width: 600px){.home-inspiration{margin:0 0 4rem;border-radius:0}.home-inspiration__content{padding:2rem 1.5rem}}.catalog-page{padding:3rem 0 5rem}.catalog-page__header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-light)}.catalog-page__header h1{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:.4rem}.catalog-page__subtitle{color:var(--muted);font-size:1rem}.catalog-filters{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-end;flex-wrap:wrap}.catalog-filters .field{flex:1;min-width:220px;max-width:420px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding:0;margin:0}.product-grid--featured{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-grid__item{animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.product-grid__item:nth-child(1){animation-delay:.05s}.product-grid__item:nth-child(2){animation-delay:.1s}.product-grid__item:nth-child(3){animation-delay:.15s}.product-grid__item:nth-child(4){animation-delay:.2s}.product-grid__item:nth-child(5){animation-delay:.25s}.product-grid__item:nth-child(6){animation-delay:.3s}.product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-md);transition:box-shadow var(--transition),transform var(--transition);height:100%}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--bg-alt);flex-shrink:0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.07)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem;gap:.4rem}.product-card__category{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.product-card__name{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text);line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color var(--transition)}.product-card__name a:hover{color:var(--accent)}.product-card__title{font-size:.82rem;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__stars{display:flex;gap:2px;color:#e8a020;font-size:.75rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border-light)}.product-card__price{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text)}.product-card__footer .btn{padding:.5rem .9rem;font-size:.75rem;min-height:36px}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.catalog-page__page-indicator{font-size:.88rem;font-weight:600;color:var(--muted);min-width:60px;text-align:center}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__body{padding:.85rem}.product-card__footer{flex-direction:column;align-items:stretch}.product-card__footer .btn{width:100%}}.auth-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,var(--bg) 0%,var(--bg-alt) 100%)}.auth-card{width:100%;max-width:440px;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.auth-card__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.auth-card__title{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--text);margin-bottom:.35rem;letter-spacing:-.02em}.auth-card__subtitle{font-size:.9rem;color:var(--muted);margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-form .btn{margin-top:.5rem;width:100%;justify-content:center}.auth-card__footer{margin-top:1.5rem;text-align:center;font-size:.88rem;color:var(--muted)}.auth-card__footer a{color:var(--accent);font-weight:600}.auth-card__footer a:hover{color:var(--accent-dark)}.auth-card__divider{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:var(--muted);font-size:.8rem}.auth-card__divider:before,.auth-card__divider:after{content:"";flex:1;height:1px;background:var(--border-light)}.product-detail-page{padding:2.5rem 0 5rem}.product-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-bottom:2rem}.product-detail-breadcrumb a{color:var(--muted);text-decoration:none;transition:color var(--transition)}.product-detail-breadcrumb a:hover{color:var(--accent)}.product-detail-breadcrumb span{color:var(--border)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start;padding:0;background:none;box-shadow:none;border:none}.product-detail__gallery{position:sticky;top:90px}.product-detail__image-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--bg-alt);box-shadow:var(--shadow-lg)}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-detail__image-wrap:hover .product-detail__image{transform:scale(1.03)}.product-detail__body{display:flex;flex-direction:column;gap:1.25rem}.product-detail__category{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.product-detail__name{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--text);line-height:1.15;letter-spacing:-.02em}.product-detail__stars{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted)}.product-detail__stars-icons{display:flex;gap:2px;color:#e8a020;font-size:.9rem}.product-detail__title{font-size:.95rem;color:var(--text-2);line-height:1.65;padding:1.25rem;background:var(--bg-alt);border-radius:var(--radius-md);border-left:3px solid var(--accent)}.product-detail__price-row{display:flex;align-items:baseline;gap:1rem}.product-detail__price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--text)}.product-detail__price-unit{font-size:.82rem;color:var(--muted)}.product-detail__divider{height:1px;background:var(--border-light)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);white-space:nowrap}.product-detail__qty input{width:80px;padding:.6rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-weight:600;text-align:center;color:var(--text);background:var(--surface);transition:border-color var(--transition)}.product-detail__qty input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #8b691426}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__actions .btn{flex:1;min-width:160px}.product-detail__badges{display:flex;gap:.75rem;flex-wrap:wrap}.product-detail__badge{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--text-2);background:var(--bg-alt);border:1px solid var(--border-light);border-radius:100px;padding:.35rem .85rem}.product-detail__badge svg{width:14px;height:14px;color:var(--accent);flex-shrink:0}@media (max-width: 900px){.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail__gallery{position:static}}.checkout-page{padding:3rem 0 5rem}.checkout-page__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--text);margin-bottom:2rem;letter-spacing:-.02em}.checkout-page__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}.order-summary{padding:1.75rem}.order-summary__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.order-summary__items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.order-summary__row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.9rem;color:var(--text-2)}.order-summary__name{flex:1}.order-summary__qty{color:var(--muted);font-size:.85rem}.order-summary__price{font-weight:600;color:var(--text);white-space:nowrap}.order-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-light);font-size:1rem;font-weight:700;color:var(--text)}.checkout-payment{padding:1.75rem;position:sticky;top:90px}.checkout-payment__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}@media (max-width: 900px){.checkout-page__grid{grid-template-columns:1fr}.checkout-payment{position:static}}.order-success-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.order-success-card{width:100%;max-width:520px;padding:3rem 2.5rem;text-align:center;animation:fadeSlideUp .6s cubic-bezier(.4,0,.2,1) both}.order-success-card__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent-2) 0%,var(--accent-2-light) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem;font-size:2rem;box-shadow:0 8px 24px #2d5a3d4d;animation:fadeSlideUp .5s .1s both}.order-success-card h1{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--text);margin-bottom:.75rem;letter-spacing:-.02em}.order-success-card p{font-size:.95rem;color:var(--muted);line-height:1.6;margin-bottom:.5rem}.order-success-card__ref{display:inline-block;margin:.75rem 0 1.5rem;padding:.5rem 1.25rem;background:var(--bg-alt);border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--text-2);border:1px solid var(--border-light)}.order-success-card__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.profile-page{padding:3rem 0 5rem;max-width:720px}.profile-page__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--text);margin-bottom:2rem;letter-spacing:-.02em}.profile-card{padding:2rem;animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.profile-card__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;flex-shrink:0}.profile-card__list{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.profile-card__row{display:grid;grid-template-columns:160px 1fr;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border-light);align-items:baseline}.profile-card__row:first-child{border-top:1px solid var(--border-light)}.profile-card__label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.profile-card__value{font-size:.95rem;color:var(--text);font-weight:500}.profile-card__actions{display:flex;gap:1rem;flex-wrap:wrap;padding-top:1rem}@media (max-width: 480px){.profile-card__row{grid-template-columns:1fr;gap:.25rem}}.header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);box-shadow:0 2px 12px #1a16120f}.header__inner{display:flex;align-items:center;gap:2rem;height:72px}.header__brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.header__brand-mark{width:36px;height:36px;background:var(--accent);border-radius:4px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;padding:5px;flex-shrink:0}.header__brand-mark span{background:#ffffffe6;border-radius:1px;display:block}.header__brand-mark span:nth-child(2){background:#ffffff80}.header__brand-mark span:nth-child(3){background:#ffffff80}.header__brand-text{display:flex;flex-direction:column;line-height:1.1}.header__brand-name{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.header__brand-sub{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.header__nav a{padding:.5rem .85rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:var(--text-2);text-decoration:none;transition:color var(--transition),background var(--transition);white-space:nowrap}.header__nav a:hover{color:var(--accent);background:var(--bg-alt)}.header__nav a.active{color:var(--accent);font-weight:600}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cart-badge{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:var(--bg-alt);border:1.5px solid var(--border);color:var(--text);text-decoration:none;transition:background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.cart-badge:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #8b69144d}.cart-badge__icon{font-size:1.1rem;line-height:1}.cart-badge__count{position:absolute;top:-6px;right:-6px;background:var(--accent-2);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--surface)}.header__user-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--accent);border:1.5px solid var(--accent);text-decoration:none;transition:background var(--transition),color var(--transition),transform var(--transition);min-height:44px}.header__user-link:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.header__user-slot{width:80px;height:36px;display:inline-block}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text);font-size:1.4rem;min-height:44px;min-width:44px;align-items:center;justify-content:center}@media (max-width: 768px){.header__nav{display:none}.header__mobile-toggle{display:flex}.header__brand-sub{display:none}}.app-content{min-height:calc(100vh - 72px)}.footer{background:#1a1612;color:#c8bfb0;padding:5rem 0 0;margin-top:6rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand-mark{width:44px;height:44px;background:var(--accent);border-radius:4px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;padding:6px;margin-bottom:1rem}.footer__brand-mark span{background:#ffffffe6;border-radius:1px;display:block}.footer__brand-mark span:nth-child(2){background:#ffffff73}.footer__brand-mark span:nth-child(3){background:#ffffff73}.footer__brand-name{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.35rem}.footer__tagline{font-size:.85rem;color:#8a8078;line-height:1.5;max-width:260px;margin-bottom:1.5rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:38px;height:38px;border-radius:var(--radius-sm);background:#ffffff12;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#c8bfb0;transition:background var(--transition),color var(--transition),transform var(--transition);text-decoration:none}.footer__social-link:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px)}.footer__social-link svg{width:16px;height:16px;fill:currentColor}.footer__col-title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem}.footer__nav-list{display:flex;flex-direction:column;gap:.65rem}.footer__nav-list a{font-size:.88rem;color:#8a8078;text-decoration:none;transition:color var(--transition)}.footer__nav-list a:hover{color:var(--accent-light)}.footer__contact-list{display:flex;flex-direction:column;gap:.85rem}.footer__contact-item{display:flex;gap:.65rem;align-items:flex-start}.footer__contact-icon{flex-shrink:0;width:18px;height:18px;margin-top:2px;color:var(--accent-light)}.footer__contact-icon svg{width:100%;height:100%;fill:currentColor}.footer__contact-text{font-size:.85rem;color:#8a8078;line-height:1.5}.footer__contact-text a{color:#8a8078;text-decoration:none;transition:color var(--transition)}.footer__contact-text a:hover{color:var(--accent-light)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;gap:1rem;flex-wrap:wrap}.footer__copy{font-size:.8rem;color:#5a5248}.footer__legal-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__legal-links a{font-size:.78rem;color:#5a5248;text-decoration:none;transition:color var(--transition)}.footer__legal-links a:hover{color:var(--accent-light)}@media (max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 600px){.footer{padding-top:3rem;margin-top:4rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;align-items:flex-start}}.legal-page{padding:3rem 0 6rem;max-width:800px}.legal-page__hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-light)}.legal-page__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.legal-page__title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:.5rem}.legal-page__updated{font-size:.82rem;color:var(--muted)}.legal-page__body{display:flex;flex-direction:column;gap:2.5rem}.legal-section h2{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.75rem;padding-left:1rem;border-left:3px solid var(--accent)}.legal-section p{font-size:.92rem;color:var(--text-2);line-height:1.75;margin-bottom:.5rem}.legal-section ul{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.4rem}.legal-section ul li{font-size:.92rem;color:var(--text-2);line-height:1.65}.legal-contact-box{background:var(--bg-alt);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.legal-contact-box__title{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.25rem}.legal-contact-box p{font-size:.88rem;color:var(--text-2);margin:0}.legal-contact-box a{color:var(--accent);font-weight:600}:root{--bg: #f8f5f0;--bg-alt: #f0ebe2;--surface: #ffffff;--surface-2: #faf8f5;--text: #1a1612;--text-2: #4a4540;--muted: #7a7268;--accent: #8b6914;--accent-dark: #6b5010;--accent-light: #c9a84c;--accent-2: #2d5a3d;--accent-2-light: #4a8a5e;--border: #ddd5c8;--border-light: #ede8e0;--shadow-sm: 0 1px 3px rgba(26,22,18,.08), 0 1px 2px rgba(26,22,18,.06);--shadow-md: 0 4px 16px rgba(26,22,18,.1), 0 2px 6px rgba(26,22,18,.07);--shadow-lg: 0 12px 40px rgba(26,22,18,.14), 0 4px 12px rgba(26,22,18,.08);--shadow-xl: 0 24px 64px rgba(26,22,18,.18);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--transition: .22s cubic-bezier(.4, 0, .2, 1);--transition-slow: .36s cubic-bezier(.4, 0, .2, 1);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", "Segoe UI", sans-serif}*,*: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;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-dark)}img{display:block;max-width:100%}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:2px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);min-height:44px;white-space:nowrap}.btn:focus-visible{outline:3px solid var(--accent-light);outline-offset:3px}.btn:active{transform:scale(.97)}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);box-shadow:0 4px 16px #8b691459;transform:translateY(-1px);color:#fff}.btn--secondary{background:transparent;color:var(--accent);border-color:var(--accent)}.btn--secondary:hover{background:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #8b691440}.btn--ghost{background:transparent;color:var(--text-2);border-color:var(--border)}.btn--ghost:hover{background:var(--bg-alt);border-color:var(--accent);color:var(--accent)}.btn--danger{background:#c0392b;color:#fff;border-color:#c0392b}.btn--danger:hover{background:#a93226;border-color:#a93226;transform:translateY(-1px)}.btn--loading{opacity:.7;pointer-events:none}.btn:disabled{opacity:.45;pointer-events:none}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2)}.field__input{padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;color:var(--text);background:var(--surface);transition:border-color var(--transition),box-shadow var(--transition);min-height:44px}.field__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #8b691426}.field--invalid .field__input{border-color:#c0392b}.field__error{font-size:.8rem;color:#c0392b;font-weight:500}.field__hint{font-size:.8rem;color:var(--muted)}.card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:box-shadow var(--transition),transform var(--transition)}.spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}.spinner__indicator{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);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:.9rem;color:var(--muted);font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fdf2f2;border:1.5px solid #f5c6c6;border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.error-banner__title{color:#c0392b;font-size:.95rem}.error-banner__message{color:#7b2d2d;font-size:.9rem}.error-banner__actions{display:flex;gap:.75rem;margin-top:.25rem}.empty-state{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state__title{font-family:var(--font-display);font-size:1.5rem;color:var(--text)}.empty-state__description{color:var(--muted);max-width:400px}.empty-state__action{margin-top:.5rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroScale{0%{transform:scale(1.06)}to{transform:scale(1)}}.payment-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.payment-unavailable{padding:1.5rem 0}
