:root{--bg:#0f1115;--card:#15181e;--muted:#9aa4b5;--accent:#f1c27d;--accent-strong:#f59e0b;--border:#1f2430;--text:#e7ecf5;--shadow:0 10px 40px rgba(0,0,0,.35)}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 20% 20%,rgba(245,158,11,.07),transparent 25%),radial-gradient(circle at 80% 0,hsla(36,81%,72%,.08),transparent 20%),var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}main{width:100%}.container{width:100%;max-width:none;margin:0 auto;padding:2.5rem 2.5rem 3rem}header .container{padding:1rem 1.5rem;max-width:1400px;margin:0 auto}.shell{min-height:100vh;display:flex;flex-direction:column}header{position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(15,17,21,.75);border-bottom:1px solid var(--border);z-index:10}.nav{display:flex;justify-content:space-between;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:1rem 1.5rem}.brand,.nav{align-items:center}.brand{font-weight:700;letter-spacing:.02em;display:inline-flex;gap:.4rem}.badge{font-size:.75rem;color:var(--accent)}.nav-links{display:flex;align-items:center;gap:1rem}.nav-links a{padding:.4rem .75rem;border-radius:999px;transition:background .15s ease,color .15s ease}.nav-links a:hover{background:hsla(36,81%,72%,.12);color:#fff}.profile-circle{width:36px;height:36px;border-radius:50%;background:linear-gradient(120deg,#f1c27d,#f59e0b);color:#0c0c0f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.profile-circle.large{width:56px;height:56px;font-size:1.4rem}.nav-button{background:transparent;border:1px solid var(--border);color:var(--text);padding:.4rem .75rem;border-radius:999px;cursor:pointer;font-size:.9rem;transition:background .15s ease,color .15s ease}.nav-button:hover{background:hsla(36,81%,72%,.12);color:#fff}.mobile-nav{display:none;align-items:center;gap:1rem}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:var(--text);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-profile{margin-left:auto}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:320px;height:100vh;background:var(--card);border-left:1px solid var(--border);box-shadow:-4px 0 20px rgba(0,0,0,.3);display:flex;flex-direction:column;animation:slideIn .3s ease;overflow-y:auto}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-header{padding:1.5rem;border-bottom:1px solid var(--border)}.mobile-profile-section{display:flex;align-items:center;gap:1rem}.profile-info{flex:1 1}.profile-name{font-weight:700;font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.profile-email{font-size:.85rem;color:var(--muted)}.mobile-menu-title{font-weight:700;font-size:1.2rem;color:var(--text)}.mobile-menu-links{display:flex;flex-direction:column;padding:1rem 0}.mobile-menu-links a,.mobile-signout{padding:1rem 1.5rem;color:var(--text);text-decoration:none;border:none;background:transparent;text-align:left;font-size:1rem;cursor:pointer;transition:background .15s ease;display:flex;align-items:center}.mobile-menu-links a:hover,.mobile-signout:hover{background:hsla(36,81%,72%,.12)}.mobile-signout{color:#fca5a5;border-top:1px solid var(--border);margin-top:.5rem;padding-top:1.25rem}.hero-full{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(245,158,11,.12),transparent 40%),radial-gradient(circle at 70% 70%,hsla(36,81%,72%,.08),transparent 35%),radial-gradient(circle at 50% 50%,rgba(245,158,11,.03),transparent 60%);z-index:0;animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.hero-full .container{max-width:1400px;padding:2.5rem;position:relative;z-index:1;display:flex;justify-content:center}.hero-full .container,.hero-wrapper{width:100%;margin:0 auto;align-items:center}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;justify-items:center}.hero-title-mobile{display:none}.hero-content{order:1;text-align:left}.hero-image-wrapper{order:2}.hero-content{max-width:100%;width:100%;padding:0;animation:fadeInUp .8s ease-out}.hero-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:fadeInUp .8s ease-out .4s both}.hero-image{width:100%;height:auto;max-width:500px;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(241,194,125,.15))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,hsla(36,81%,72%,.15),rgba(245,158,11,.1));border:1px solid hsla(36,81%,72%,.3);border-radius:50px;color:var(--accent);font-size:.875rem;font-weight:600;letter-spacing:.02em;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px hsla(36,81%,72%,.1)}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e7ecf5 50%,#f1c27d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out .1s both}.hero-subtitle{display:block;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400;color:var(--muted);margin-top:.5rem;letter-spacing:-.01em}.hero-description{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8;color:var(--muted);margin:0 0 2.5rem;max-width:600px;animation:fadeInUp .8s ease-out .2s both}.hero-cta{animation:fadeInUp .8s ease-out .3s both}.button-hero{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:50px;background:linear-gradient(135deg,#f1c27d,#f59e0b);color:#0c0c0f;border:none;box-shadow:0 8px 30px rgba(245,158,11,.3);transition:all .3s ease;text-decoration:none}.button-hero:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(245,158,11,.4)}.button-hero:active{transform:translateY(0)}.button-hero svg{transition:transform .3s ease}.button-hero:hover svg{transform:translateX(4px)}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;align-items:center;padding:3rem 0 2rem}.hero-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.8rem;box-shadow:var(--shadow)}.pill{gap:.35rem;padding:.25rem .75rem;background:hsla(36,81%,72%,.12);border:1px solid hsla(36,81%,72%,.25);border-radius:999px;color:var(--accent);font-size:.85rem;font-weight:600}.button,.pill{display:inline-flex;align-items:center}.button{justify-content:center;gap:.4rem;padding:.7rem 1.1rem;border-radius:12px;border:1px solid var(--border);background:linear-gradient(120deg,#f1c27d,#f59e0b);color:#0c0c0f;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.button.secondary{background:transparent;color:var(--text);border-color:var(--border)}.button:hover{transform:translateY(-1px);box-shadow:0 8px 30px rgba(0,0,0,.35)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.featured-section{margin:4rem 0;padding:0}.section-header{margin-bottom:2.5rem}.section-heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin:.75rem 0 0;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e7ecf5 50%,#f1c27d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:768px){.featured-grid{grid-template-columns:repeat(3,1fr)}}.signature-section{margin:5rem 0 3rem}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.65rem}.product-card{padding:0;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.product-image-container{width:100%;aspect-ratio:2/3;overflow:hidden;background:rgba(15,17,21,.3);position:relative}.product-image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.1rem;display:flex;flex-direction:column;flex:1 1}.product-card-modern{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;cursor:pointer;position:relative}.product-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,hsla(36,81%,72%,.05));opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.product-card-modern:hover{transform:translateY(-12px);box-shadow:0 24px 64px rgba(0,0,0,.6),0 0 0 1px hsla(36,81%,72%,.2);border-color:hsla(36,81%,72%,.4)}.product-card-modern:hover:before{opacity:1}.featured-card{border-radius:24px}.featured-card:hover{transform:translateY(-16px);box-shadow:0 32px 80px rgba(0,0,0,.7),0 0 0 1px hsla(36,81%,72%,.3)}.product-image-wrapper{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden;background:rgba(15,17,21,.5)}.product-image-wrapper .product-image-container{width:100%;height:100%;position:relative}.product-image-wrapper .product-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.product-card-modern:hover .product-image-wrapper .product-image{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.6));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);z-index:2}.product-card-modern:hover .product-overlay{opacity:1}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:1rem}@media (max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}}.product-detail-images{width:100%;position:-webkit-sticky;position:sticky;top:2rem;align-self:start}@media (max-width:768px){.product-detail-images{position:static}}.product-gallery{width:100%}.product-gallery-main{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--card);margin-bottom:1rem;touch-action:pan-y}.product-gallery-main-image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-gallery-image{width:100%;height:100%;object-fit:contain;border-radius:16px}.product-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;padding:0}.product-gallery-nav:hover:not(:disabled){background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.product-gallery-nav:disabled{opacity:.3;cursor:not-allowed}.product-gallery-nav-prev{left:1rem}.product-gallery-nav-next{right:1rem}.product-gallery-indicator{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:10}.product-gallery-thumbnails{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent) transparent;padding-bottom:.5rem}.product-gallery-thumbnails::-webkit-scrollbar{height:6px}.product-gallery-thumbnails::-webkit-scrollbar-track{background:transparent}.product-gallery-thumbnails::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.product-gallery-thumbnails-scroll{display:flex;gap:.75rem;padding:.25rem}.product-gallery-thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:var(--card);cursor:pointer;padding:0;transition:all .2s ease;position:relative}.product-gallery-thumbnail:hover{border-color:var(--accent);transform:scale(1.05)}.product-gallery-thumbnail.active{border-color:var(--accent);box-shadow:0 0 0 2px hsla(36,81%,72%,.3)}.product-gallery-thumbnail-image{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.product-gallery-main{aspect-ratio:1;border-radius:12px}.product-gallery-nav{width:40px;height:40px}.product-gallery-nav-prev{left:.5rem}.product-gallery-nav-next{right:.5rem}.product-gallery-thumbnail{width:70px;height:70px}.product-gallery-thumbnails-scroll{gap:.5rem}}.category-filter{margin:2rem 0 1.5rem;padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.category-filter::-webkit-scrollbar{height:6px}.category-filter::-webkit-scrollbar-track{background:transparent}.category-filter::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.category-filter-scroll{display:flex;gap:1rem;padding:.5rem 0;min-width:max-content}.category-filter-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;min-width:100px;background:var(--card);border:2px solid var(--border);border-radius:16px;color:var(--text);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.category-filter-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(36,81%,72%,.1),rgba(245,158,11,.05));opacity:0;transition:opacity .3s ease}.category-filter-btn:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 8px 24px hsla(36,81%,72%,.15)}.category-filter-btn:hover:before{opacity:1}.category-filter-btn.active{background:linear-gradient(135deg,hsla(36,81%,72%,.15),rgba(245,158,11,.1));border-color:var(--accent);box-shadow:0 4px 16px hsla(36,81%,72%,.2);transform:translateY(-2px)}.category-filter-btn.active:before{opacity:1}.category-filter-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:hsla(36,81%,72%,.1);border-radius:12px;transition:all .3s ease;position:relative;z-index:1}.category-filter-btn.active .category-filter-icon{background:hsla(36,81%,72%,.2);transform:scale(1.1)}.category-filter-btn:hover .category-filter-icon{background:hsla(36,81%,72%,.2);transform:scale(1.05)}.category-filter-label{font-size:.85rem;font-weight:600;color:var(--text);transition:color .3s ease;position:relative;z-index:1;text-align:center}.category-filter-btn.active .category-filter-label{color:var(--accent);font-weight:700}@media (max-width:768px){.category-filter{margin:1.5rem -1.25rem 1rem;padding-left:1.25rem;padding-right:1.25rem}.category-filter-scroll{gap:.75rem}.category-filter-btn{min-width:85px;padding:.75rem 1rem;gap:.4rem}.category-filter-icon{width:40px;height:40px}.category-filter-label{font-size:.75rem}}.quick-view-btn{padding:.875rem 2rem;background:linear-gradient(135deg,hsla(36,81%,72%,.98),rgba(245,158,11,.95));color:#0c0c0f;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(15px) scale(.95);pointer-events:none;box-shadow:0 8px 24px hsla(36,81%,72%,.3);letter-spacing:.02em}.product-card-modern:hover .quick-view-btn{transform:translateY(0) scale(1);box-shadow:0 12px 32px hsla(36,81%,72%,.4)}.sale-badge{left:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px rgba(239,68,68,.4)}.featured-badge,.sale-badge{position:absolute;top:12px;padding:.4rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;z-index:2}.featured-badge{right:12px;background:linear-gradient(135deg,#f1c27d,#f59e0b);color:#0c0c0f;box-shadow:0 2px 8px hsla(36,81%,72%,.4)}.product-details{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1;background:var(--card)}.product-category{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-name{font-size:1.1rem;font-weight:700;margin:0;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-weave{font-size:.85rem;color:var(--accent);font-weight:500}.product-price-section{display:flex;align-items:baseline;gap:.75rem;margin-top:.5rem}.product-price{font-size:1.25rem;font-weight:800;color:var(--accent)}.product-price-original{font-size:.9rem;color:var(--muted);text-decoration:line-through;font-weight:500}.stock-indicator{font-size:.8rem;color:#f59e0b;font-weight:600;margin-top:.25rem}.stock-indicator.out-of-stock{color:#ef4444}.hero-card .card:hover{background:hsla(36,81%,72%,.05);border-color:hsla(36,81%,72%,.2)}.card small{color:var(--muted)}.price{font-weight:700;color:var(--accent)}.pill-list{display:flex;flex-wrap:wrap;gap:.4rem}.section-title{display:flex;justify-content:space-between;align-items:center;margin:2.5rem 0 1rem}footer{margin-top:auto;padding:2rem 0 3rem;color:var(--muted)}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 0}.auth-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow);width:100%;max-width:450px}.auth-form{gap:1.25rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:600;font-size:.9rem;color:var(--text)}.form-group input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--border);background:rgba(15,17,21,.5);color:var(--text);font-size:1rem;transition:border-color .15s ease,background .15s ease}.form-group input:focus{outline:none;border-color:var(--accent);background:rgba(15,17,21,.7)}.form-group input::placeholder{color:var(--muted)}.login-method-toggle{display:flex;gap:.75rem;margin-bottom:2rem;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.25rem}.method-toggle-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;color:var(--muted);border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}.method-toggle-btn:hover{color:var(--text);background:hsla(36,81%,72%,.1)}.method-toggle-btn.active{background:linear-gradient(135deg,hsla(36,81%,72%,.2),rgba(245,158,11,.15));color:var(--accent);border:1px solid hsla(36,81%,72%,.3)}.method-toggle-btn svg{width:20px;height:20px}.error-message{padding:.75rem 1rem;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#fca5a5;font-size:.9rem}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:720px){.nav{flex-direction:row;align-items:center;justify-content:space-between}.desktop-nav{display:none}.mobile-nav{display:flex}.nav{padding-left:1rem;padding-right:1rem}header .container{padding:1rem}.container{padding:1.75rem 1.25rem 2.5rem}.hero-full{min-height:100vh}.hero-full .container{padding:2rem 1.25rem}.hero-wrapper{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title-mobile{display:block;order:1;font-size:clamp(2rem,6vw,3rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e7ecf5 50%,#f1c27d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out}.hero-title{display:none}.hero-content{order:3;max-width:100%;text-align:center}.hero-image-wrapper{order:2;max-height:400px;margin:1rem 0}.hero-image{max-width:280px}.hero-badge{margin:0 auto 1.5rem}.hero-title{font-size:2.5rem}.button-hero,.hero-description{font-size:1rem}.button-hero{width:100%;justify-content:center;padding:1rem 2rem}.hero{grid-template-columns:1fr;padding:2.25rem 0 1.5rem}.section-title{flex-direction:column;align-items:flex-start;gap:.75rem}.button{width:100%;justify-content:center}.grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.featured-grid{grid-template-columns:1fr;gap:1.5rem}.featured-section{margin:3rem 0}.signature-section{margin:3rem 0 2rem}.checkout-grid,.order-detail-grid{grid-template-columns:1fr!important}.auth-card{padding:2rem 1.5rem}.auth-container{min-height:calc(100vh - 150px);padding:1.5rem 0}}