/* Lunara Bedding storefront theme
   Original luxury-bedding design for the Laravel demo.
   Scoped to .storefront-shell so the business admin dashboard remains intact. */

:root{
  --lux-ink:#24211d;
  --lux-soft-ink:#625b52;
  --lux-cream:#f7f3ec;
  --lux-ivory:#fffdf9;
  --lux-sand:#e7ddd0;
  --lux-taupe:#b7a794;
  --lux-olive:#6d7661;
  --lux-olive-dark:#4f5846;
  --lux-gold:#b08b58;
  --lux-line:#e8e0d6;
  --lux-white:#ffffff;
  --lux-shadow:0 18px 50px rgba(52,44,35,.10);
  --lux-shadow-soft:0 8px 28px rgba(52,44,35,.08);
  --lux-radius:4px;
}

.storefront-shell{background:var(--lux-ivory);color:var(--lux-ink);font-family:Arial,Helvetica,sans-serif}
.storefront-shell h1,.storefront-shell h2,.storefront-shell h3,.storefront-shell .luxury-product-name,.storefront-shell .luxury-brand-copy strong{font-family:Georgia,'Times New Roman',serif}
.storefront-shell a{color:inherit}
.storefront-shell .container{max-width:1240px}
.storefront-shell .alert-stack{padding-top:14px}

/* Header */
.storefront-shell .luxury-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--lux-line)}
.storefront-shell .luxury-utility{background:#2b2a26;color:#eee8df;font-size:12px;letter-spacing:.02em}
.storefront-shell .luxury-utility .utility-inner{min-height:34px}
.storefront-shell .luxury-utility .utility-links{gap:24px;color:#d7d0c7}
.storefront-shell .luxury-main-nav{background:transparent;box-shadow:none}
.storefront-shell .luxury-nav-row{min-height:88px;gap:28px}
.storefront-shell .luxury-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;min-width:190px}
.storefront-shell .luxury-brand-mark{width:42px;height:42px;border:1px solid var(--lux-ink);display:grid;place-items:center;font-family:Georgia,serif;font-size:23px;color:var(--lux-ink);background:#fff}
.storefront-shell .luxury-brand-copy{display:flex;flex-direction:column;line-height:1}
.storefront-shell .luxury-brand-copy strong{font-size:22px;letter-spacing:.12em;font-weight:500}
.storefront-shell .luxury-brand-copy small{font-size:9px;letter-spacing:.22em;margin-top:6px;color:#82786c}
.storefront-shell .luxury-search{height:46px;border:1px solid #d9d0c5;border-radius:0;background:#fff;box-shadow:none;max-width:520px}
.storefront-shell .luxury-search:focus-within{border-color:#8a7d6d;box-shadow:0 0 0 3px rgba(176,139,88,.08)}
.storefront-shell .luxury-search svg{stroke:#7c7369}
.storefront-shell .luxury-search input{font-size:13px;background:transparent}
.storefront-shell .luxury-search button{background:var(--lux-ink);border-radius:0;padding:0 22px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.storefront-shell .luxury-actions .icon-link{color:#5c554d}
.storefront-shell .luxury-actions .icon-link:hover{color:var(--lux-ink)}
.storefront-shell .luxury-actions .icon-link svg{stroke:currentColor}
.storefront-shell .auth-outline,.storefront-shell .ghost-auth{border-color:#cfc4b8;color:#4c463f;border-radius:0}
.storefront-shell .auth-solid,.storefront-shell .admin-pill{background:var(--lux-olive-dark);border-radius:0;color:white}
.storefront-shell .cart-count{background:var(--lux-gold)}
.storefront-shell .luxury-category-nav{border-top:1px solid #eee7de;background:#fffdf9}
.storefront-shell .luxury-category-inner{display:flex;align-items:center;gap:28px;height:47px;overflow:auto;white-space:nowrap;font-size:12px;color:#5a534b}
.storefront-shell .luxury-category-inner>a{text-decoration:none;letter-spacing:.03em}
.storefront-shell .luxury-category-inner>a:hover{color:#000}
.storefront-shell .nav-home-link{font-weight:700;color:var(--lux-olive-dark)!important}
.storefront-shell .category-spacer{flex:1}
.storefront-shell .luxury-delivery{border:0;background:transparent;padding:0;color:#6f675f;flex:none}
.storefront-shell .luxury-delivery svg{stroke:var(--lux-olive)}

/* Buttons and common */
.storefront-shell .btn{border-radius:0;font-weight:700;letter-spacing:.02em;box-shadow:none;transition:.2s ease}
.storefront-shell .luxury-primary{background:var(--lux-ink);border:1px solid var(--lux-ink);color:#fff!important}
.storefront-shell .luxury-primary:hover{background:var(--lux-olive-dark);border-color:var(--lux-olive-dark);transform:translateY(-1px)}
.storefront-shell .luxury-secondary{background:transparent;border:1px solid #a99d90;color:var(--lux-ink)!important}
.storefront-shell .luxury-secondary:hover{background:#f2ede6;border-color:#7d7063}
.storefront-shell .luxury-kicker,.storefront-shell .luxury-section-head>div>span,.storefront-shell .summary-kicker,.storefront-shell .buy-kicker{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--lux-gold)}
.storefront-shell .notice{border-radius:0}

/* Hero */
.storefront-shell .bedding-hero{background:linear-gradient(90deg,#f4eee5 0%,#f7f3ec 48%,#ece5dc 100%);overflow:hidden}
.storefront-shell .bedding-hero-grid{display:grid;grid-template-columns:46% 54%;min-height:590px;align-items:center}
.storefront-shell .bedding-hero-copy{padding:74px 54px 74px 4px;position:relative;z-index:2}
.storefront-shell .bedding-hero-copy h1{font-size:58px;line-height:1.03;font-weight:400;margin:16px 0 23px;letter-spacing:-.035em}
.storefront-shell .bedding-hero-copy h1 em{font-weight:400;color:var(--lux-olive-dark)}
.storefront-shell .bedding-hero-copy>p{font-size:16px;line-height:1.8;color:#665e55;max-width:570px}
.storefront-shell .luxury-hero-actions{display:flex;gap:12px;margin-top:32px}
.storefront-shell .luxury-hero-actions .btn{padding:14px 24px;font-size:13px}
.storefront-shell .luxury-proof-row{display:flex;gap:22px;margin-top:42px;padding-top:24px;border-top:1px solid #d9cfc3;color:#6b6259;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.storefront-shell .luxury-proof-row span{display:flex;gap:8px;align-items:center}
.storefront-shell .luxury-proof-row b{color:var(--lux-gold);font-size:10px}
.storefront-shell .bedding-hero-art{height:590px;position:relative;display:flex;align-items:stretch}
.storefront-shell .bedding-hero-art>img{width:100%;height:100%;object-fit:cover;display:block}
.storefront-shell .hero-floating-card{position:absolute;background:rgba(255,253,249,.94);box-shadow:var(--lux-shadow-soft);padding:14px 17px;display:flex;flex-direction:column;gap:4px;min-width:210px}
.storefront-shell .hero-floating-card small{font-size:9px;letter-spacing:.14em;color:#8c8175}
.storefront-shell .hero-floating-card strong{font-family:Georgia,serif;font-size:14px;font-weight:500}
.storefront-shell .hero-floating-card.top-card{top:56px;right:34px}
.storefront-shell .hero-floating-card.bottom-card{bottom:44px;left:28px;flex-direction:row;align-items:center;gap:12px}
.storefront-shell .hero-floating-card.bottom-card>span{font-size:22px;color:var(--lux-gold)}
.storefront-shell .hero-floating-card.bottom-card>div{display:flex;flex-direction:column;gap:4px}

/* Service strip */
.storefront-shell .luxury-service-strip{border-bottom:1px solid var(--lux-line);background:#fff}
.storefront-shell .luxury-service-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}
.storefront-shell .luxury-service-grid>div{display:flex;align-items:center;gap:13px;padding:4px 24px;border-right:1px solid var(--lux-line)}
.storefront-shell .luxury-service-grid>div:first-child{padding-left:0}
.storefront-shell .luxury-service-grid>div:last-child{border-right:0}
.storefront-shell .luxury-service-grid>div>span{font-family:Georgia,serif;font-size:23px;color:var(--lux-gold)}
.storefront-shell .luxury-service-grid p{margin:0;display:flex;flex-direction:column;gap:3px}
.storefront-shell .luxury-service-grid strong{font-size:12px}
.storefront-shell .luxury-service-grid small{font-size:10px;color:#8b8177}

/* Sections */
.storefront-shell .luxury-content-wrap{padding-top:68px;padding-bottom:72px}
.storefront-shell .luxury-category-section,.storefront-shell .luxury-products{margin-bottom:78px}
.storefront-shell .luxury-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.storefront-shell .luxury-section-head h2{font-size:34px;font-weight:400;margin:7px 0 0;letter-spacing:-.02em}
.storefront-shell .luxury-section-head p{max-width:470px;color:#7b7166;line-height:1.7;margin:0;font-size:13px}
.storefront-shell .luxury-section-head>a{font-size:12px;text-decoration:none;border-bottom:1px solid #867869;padding-bottom:4px}
.storefront-shell .luxury-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.storefront-shell .luxury-category-card{position:relative;background:#f4efe8;text-decoration:none;overflow:hidden;min-height:325px}
.storefront-shell .category-photo{height:245px;overflow:hidden;background:#e9e0d5}
.storefront-shell .category-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.storefront-shell .luxury-category-card:hover .category-photo img{transform:scale(1.025)}
.storefront-shell .category-card-copy{min-height:80px;background:#fff;display:grid;grid-template-columns:38px 1fr auto;align-items:center;padding:13px 17px;border:1px solid var(--lux-line);border-top:0}
.storefront-shell .category-card-copy>small{color:#b19a7d;font-size:10px}
.storefront-shell .category-card-copy>strong{font-family:Georgia,serif;font-size:16px;font-weight:500}
.storefront-shell .category-card-copy>span{font-size:10px;color:#8b8177}
.storefront-shell .active-category{outline:2px solid var(--lux-gold);outline-offset:-2px}

/* Editorial */
.storefront-shell .editorial-banner{display:grid;grid-template-columns:58% 42%;min-height:410px;margin:8px 0 78px;background:#25241f;color:#f5efe6}
.storefront-shell .editorial-photo{min-height:410px;overflow:hidden}
.storefront-shell .editorial-photo img{width:100%;height:100%;object-fit:cover;display:block}
.storefront-shell .editorial-copy{padding:62px 54px;display:flex;flex-direction:column;justify-content:center}
.storefront-shell .editorial-copy>span,.storefront-shell .brand-story-copy>span{font-size:10px;letter-spacing:.2em;color:#c8aa7e;font-weight:800}
.storefront-shell .editorial-copy h2{font-size:38px;line-height:1.13;font-weight:400;margin:12px 0 18px}
.storefront-shell .editorial-copy p{color:#cbc4bb;line-height:1.75;font-size:14px}
.storefront-shell .editorial-copy a{margin-top:12px;color:#fff;text-decoration:none;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.storefront-shell .editorial-copy a b{color:#c8aa7e;margin-left:8px}

/* Product grid */
.storefront-shell .luxury-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 17px}
.storefront-shell .luxury-product-card{background:#fff;min-width:0}
.storefront-shell .luxury-product-image{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:#eee7de}
.storefront-shell .luxury-product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.storefront-shell .luxury-product-card:hover .luxury-product-image img{transform:scale(1.025)}
.storefront-shell .luxury-product-badge{position:absolute;left:12px;top:12px;background:#2d2b27;color:#fff;padding:7px 9px;font-size:8px;letter-spacing:.13em;font-weight:800}
.storefront-shell .luxury-product-badge.subtle{background:#f5f0e9;color:#61574b}
.storefront-shell .quick-look{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,253,249,.95);text-align:center;padding:10px;opacity:0;transform:translateY(7px);transition:.2s ease;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.storefront-shell .luxury-product-card:hover .quick-look{opacity:1;transform:none}
.storefront-shell .luxury-product-copy{padding:15px 2px 2px}
.storefront-shell .luxury-category-label{display:inline-block;text-decoration:none;color:#9a8365;font-size:9px;letter-spacing:.14em;font-weight:800;margin-bottom:7px}
.storefront-shell .luxury-product-name{display:block;text-decoration:none;font-size:17px;line-height:1.35;font-weight:400;min-height:46px}
.storefront-shell .luxury-product-name:hover{text-decoration:underline;text-decoration-color:#b8a284;text-underline-offset:4px}
.storefront-shell .luxury-product-meta{display:flex;align-items:center;gap:7px;margin-top:9px;color:#9d8770}
.storefront-shell .luxury-product-meta>span{font-size:10px;letter-spacing:1px}
.storefront-shell .luxury-product-meta small{font-size:10px;color:#8c8379}
.storefront-shell .luxury-product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #eee7df}
.storefront-shell .luxury-product-footer strong{font-size:15px}
.storefront-shell .luxury-product-footer span{font-size:9px;color:#8b8177;text-transform:uppercase;letter-spacing:.07em}
.storefront-shell .luxury-pager{border-color:var(--lux-line);border-radius:0}

/* Brand story */
.storefront-shell .brand-story-section{display:grid;grid-template-columns:48% 52%;background:#f3eee6;margin-top:12px}
.storefront-shell .brand-story-copy{padding:60px 56px}
.storefront-shell .brand-story-copy h2{font-size:37px;line-height:1.18;font-weight:400;margin:12px 0 18px}
.storefront-shell .brand-story-copy>p{font-size:14px;color:#746a60;line-height:1.8}
.storefront-shell .story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid #d9cec1;margin-top:30px;padding-top:24px}
.storefront-shell .story-stats div{display:flex;flex-direction:column;gap:4px}
.storefront-shell .story-stats strong{font-family:Georgia,serif;font-weight:400;font-size:20px}
.storefront-shell .story-stats small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#81766a}
.storefront-shell .brand-story-photo img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}

/* Product detail */
.storefront-shell .luxury-product-detail{padding-top:34px;padding-bottom:72px}
.storefront-shell .luxury-breadcrumb{display:flex;gap:9px;align-items:center;font-size:11px;color:#81786f;margin-bottom:24px;overflow:hidden;white-space:nowrap}
.storefront-shell .luxury-breadcrumb a{text-decoration:none}.storefront-shell .luxury-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}
.storefront-shell .luxury-detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.85fr) 310px;gap:38px;align-items:start}
.storefront-shell .luxury-main-image{background:#eee8df;aspect-ratio:4/4.7;overflow:hidden}
.storefront-shell .luxury-main-image img{width:100%;height:100%;object-fit:cover;display:block}
.storefront-shell .luxury-thumbnail-row{display:flex;gap:14px;align-items:center;margin-top:14px}
.storefront-shell .luxury-thumb{width:74px;height:74px;padding:0;border:1px solid #8b7e70;background:white}
.storefront-shell .luxury-thumb img{width:100%;height:100%;object-fit:cover}
.storefront-shell .luxury-gallery-note{display:flex;flex-direction:column;gap:3px;color:#72685d}.storefront-shell .luxury-gallery-note strong{font-size:11px}.storefront-shell .luxury-gallery-note small{font-size:10px}
.storefront-shell .luxury-detail-info{padding-top:7px}
.storefront-shell .luxury-detail-category{font-size:10px;letter-spacing:.16em;color:#9b815f;text-decoration:none;font-weight:800}
.storefront-shell .luxury-detail-info h1{font-size:38px;line-height:1.14;font-weight:400;margin:13px 0 14px}
.storefront-shell .luxury-rating-line{display:flex;align-items:center;gap:8px;font-size:11px}.storefront-shell .luxury-rating-line>span:first-child{color:#a98b63;letter-spacing:1px}.storefront-shell .luxury-rating-line i{height:12px;border-left:1px solid #cfc4b8}
.storefront-shell .luxury-detail-price{font-family:Georgia,serif;font-size:28px;margin:22px 0;color:#2a2824}
.storefront-shell .luxury-value-note{display:flex;align-items:center;gap:13px;background:#f4efe8;padding:14px 16px}.storefront-shell .luxury-value-note>span{font-size:19px;color:#ad8b5d}.storefront-shell .luxury-value-note p{display:flex;flex-direction:column;margin:0;gap:3px}.storefront-shell .luxury-value-note strong{font-size:11px}.storefront-shell .luxury-value-note small{font-size:10px;color:#7e746a}
.storefront-shell .luxury-detail-divider{height:1px;background:var(--lux-line);margin:25px 0}
.storefront-shell .luxury-description-block>span{font-size:9px;letter-spacing:.16em;color:#9b815f;font-weight:800}.storefront-shell .luxury-description-block p{line-height:1.8;color:#655d55;font-size:14px}
.storefront-shell .luxury-spec-list{margin:22px 0;border-top:1px solid var(--lux-line)}.storefront-shell .luxury-spec-list>div{display:grid;grid-template-columns:120px 1fr;padding:12px 0;border-bottom:1px solid var(--lux-line);font-size:12px}.storefront-shell .luxury-spec-list dt{color:#8a8076}.storefront-shell .luxury-spec-list dd{margin:0;font-weight:700}
.storefront-shell .luxury-care-card{background:#282722;color:#ede8e1;padding:18px 19px}.storefront-shell .luxury-care-card strong{font-size:9px;letter-spacing:.16em;color:#c9ac83}.storefront-shell .luxury-care-card p{font-size:11px;line-height:1.65;margin:8px 0 0;color:#d4cdc4}
.storefront-shell .luxury-buy-box{position:sticky;top:190px;border:1px solid #ded4c8;padding:24px;background:#fff;box-shadow:0 12px 36px rgba(55,46,37,.06)}
.storefront-shell .luxury-buy-box h3{font-size:23px;font-weight:400;margin:7px 0 9px}.storefront-shell .buy-box-stock{font-size:11px;color:#766d64;border-bottom:1px solid var(--lux-line);padding-bottom:17px}
.storefront-shell .luxury-qty-label{font-size:11px;font-weight:700}.storefront-shell .luxury-qty-label input{margin-top:7px;border-radius:0}
.storefront-shell .luxury-buy-total{display:flex;justify-content:space-between;align-items:center;padding:6px 0 2px}.storefront-shell .luxury-buy-total span{font-size:11px;color:#766d64}.storefront-shell .luxury-buy-total strong{font-size:15px}
.storefront-shell .luxury-buy-benefits{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--lux-line);margin-top:17px;padding-top:17px;font-size:10px;color:#756a60}
.storefront-shell .detail-editorial-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ded4c8;margin-top:68px;border:1px solid #ded4c8}.storefront-shell .detail-editorial-row>div{background:#f7f2eb;padding:27px}.storefront-shell .detail-editorial-row span{font-size:9px;letter-spacing:.15em;color:#a1845e;font-weight:800}.storefront-shell .detail-editorial-row strong{display:block;font-family:Georgia,serif;font-size:18px;font-weight:400;margin:8px 0}.storefront-shell .detail-editorial-row p{font-size:11px;line-height:1.7;color:#776d63;margin:0}

/* Commerce */
.storefront-shell .luxury-commerce-page{padding-top:38px;padding-bottom:72px}
.storefront-shell .luxury-page-title small{color:#a1845e;letter-spacing:.17em}.storefront-shell .luxury-page-title h1{font-weight:400;font-size:34px}.storefront-shell .luxury-page-title p{color:#80766c}
.storefront-shell .luxury-panel,.storefront-shell .luxury-summary-card,.storefront-shell .luxury-order-card,.storefront-shell .luxury-detail-card{border:1px solid #e2d9ce;border-radius:0;box-shadow:none;background:#fff}
.storefront-shell .luxury-shop-avatar,.storefront-shell .luxury-order-icon,.storefront-shell .luxury-order-prod{background:#2c2b27!important;color:#fff!important;border-radius:0!important;font-family:Georgia,serif}
.storefront-shell .luxury-official{background:#eee7de;color:#6c5f51;border-radius:0}
.storefront-shell .luxury-cart-item>img,.storefront-shell .luxury-checkout-product>img{border-radius:0;object-fit:cover;background:#eee7de}
.storefront-shell .luxury-summary-card{padding:25px}.storefront-shell .luxury-summary-card h2{font-size:24px;font-weight:400;margin:7px 0 20px}
.storefront-shell .luxury-secure-note{background:#f5f0e9;border-radius:0}.storefront-shell .luxury-secure-note>span{color:#9d805c}
.storefront-shell .luxury-checkout-progress .active span,.storefront-shell .luxury-checkout-progress .done span{background:var(--lux-olive-dark)}
.storefront-shell .luxury-panel-title .round-icon{border-radius:0;background:#f0e9df;color:#746554}
.storefront-shell .luxury-postal-form input,.storefront-shell .luxury-checkout-block input,.storefront-shell .luxury-checkout-block textarea,.storefront-shell .luxury-auth-card input{border-radius:0;border-color:#d8cdc1;background:#fff}
.storefront-shell .luxury-postal-chip{border-radius:0;background:#eee7dd;color:#5c5145}
.storefront-shell .luxury-shipping-option{border-radius:0;border-color:#ddd2c6}.storefront-shell .luxury-shipping-option:has(input:checked){border-color:#7f725f;background:#faf7f2;box-shadow:0 0 0 1px #7f725f inset}.storefront-shell .luxury-shipping-option .radio-dot{border-color:#8c7f70}.storefront-shell .luxury-shipping-option input:checked+.radio-dot{border-color:#665b4e}.storefront-shell .luxury-shipping-option input:checked+.radio-dot:after{background:#665b4e}
.storefront-shell .luxury-info-card{border-radius:0;background:#f4efe8;border-color:#e0d6ca}.storefront-shell .luxury-info-card>span{background:#8b7a65}
.storefront-shell .luxury-order-card{overflow:hidden}.storefront-shell .luxury-order-card .order-card-head{background:#faf7f2}.storefront-shell .luxury-status-hero{border-radius:0;background:#f6f1ea;border-color:#e1d7cc}.storefront-shell .luxury-status-hero .status-step.active span{background:var(--lux-olive-dark)}.storefront-shell .luxury-status-hero>i.active{background:var(--lux-olive-dark)}
.storefront-shell .track-event>span{background:var(--lux-gold)}

/* Authentication */
.storefront-shell .luxury-auth-page{background:linear-gradient(90deg,#f2ece3 0 50%,#fff 50%)}
.storefront-shell .luxury-auth-layout{min-height:650px;align-items:stretch}
.storefront-shell .luxury-auth-promo{padding:58px 56px 58px 0;color:var(--lux-ink)}
.storefront-shell .luxury-auth-promo h1{font-size:43px;font-weight:400;line-height:1.12;max-width:520px}.storefront-shell .luxury-auth-promo>p{color:#71675d;line-height:1.75;max-width:520px}.storefront-shell .luxury-auth-promo .auth-benefits span{color:#61584f}
.storefront-shell .auth-bedroom{height:265px;overflow:hidden;margin-bottom:30px;box-shadow:var(--lux-shadow-soft)}.storefront-shell .auth-bedroom img{width:100%;height:100%;object-fit:cover;display:block}
.storefront-shell .luxury-auth-card{align-self:center;border-radius:0;border:1px solid #e3d9ce;box-shadow:var(--lux-shadow-soft);padding:36px}.storefront-shell .luxury-auth-card h2{font-size:30px;font-weight:400}.storefront-shell .luxury-demo-box{border-radius:0;background:#f5f0e9;border-color:#e1d6c9}

/* Footer */
.storefront-shell .luxury-footer{background:#272621;color:#dcd5cc;margin-top:0;border-top:0;padding-top:0}
.storefront-shell .luxury-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px;padding:54px 0 42px}
.storefront-shell .luxury-footer-top>div{display:flex;flex-direction:column;gap:10px}.storefront-shell .luxury-footer-top strong{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#fff}.storefront-shell .luxury-footer-top a,.storefront-shell .luxury-footer-top span,.storefront-shell .luxury-footer-top p{font-size:11px;color:#bfb8ae;text-decoration:none;line-height:1.65}
.storefront-shell .footer-luxury-brand .luxury-brand-mark{border-color:#e7dfd5;color:#e7dfd5;background:transparent}.storefront-shell .footer-luxury-brand .luxury-brand-copy strong{color:#fff}.storefront-shell .footer-brand-block p{max-width:360px}
.storefront-shell .newsletter-strip{border-top:1px solid #47443e;border-bottom:1px solid #47443e;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.storefront-shell .newsletter-strip>div{display:flex;flex-direction:column;gap:4px}.storefront-shell .newsletter-strip small{font-size:9px;letter-spacing:.16em;color:#b8976b}.storefront-shell .newsletter-strip strong{font-family:Georgia,serif;font-weight:400;color:#fff;font-size:18px}.storefront-shell .newsletter-strip form{display:flex}.storefront-shell .newsletter-strip input{background:#31302b;border:1px solid #555149;color:#fff;height:42px;padding:0 14px;width:240px}.storefront-shell .newsletter-strip button{height:42px;border:0;background:#b08b58;color:#fff;padding:0 16px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.storefront-shell .footer-bottom{color:#8f8980;padding:18px 0;font-size:10px}

/* Admin brand compatibility: retain dashboard styling, only update neutral brand mark */
.admin-shell .luxury-brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#0ead69;color:white;font-family:Georgia,serif;font-size:18px}
.admin-shell .luxury-brand-copy{display:flex;flex-direction:column;line-height:1}.admin-shell .luxury-brand-copy strong{font-family:Arial,sans-serif;font-size:17px}.admin-shell .luxury-brand-copy small{font-size:8px;letter-spacing:.08em;color:#718096;margin-top:2px}
.admin-shell .luxury-category-nav{display:none}

@media(max-width:1100px){
  .storefront-shell .luxury-search{max-width:380px}.storefront-shell .luxury-category-inner{gap:19px}
  .storefront-shell .bedding-hero-copy h1{font-size:48px}.storefront-shell .bedding-hero-grid{grid-template-columns:48% 52%}
  .storefront-shell .luxury-detail-grid{grid-template-columns:1fr 1fr}.storefront-shell .luxury-buy-box{grid-column:2;position:static}.storefront-shell .luxury-gallery{grid-row:span 2}
  .storefront-shell .luxury-footer-top{grid-template-columns:2fr 1fr 1fr}
  .storefront-shell .luxury-footer-top>div:last-child{display:none}
}

@media(max-width:820px){
  .storefront-shell .luxury-utility{display:none}.storefront-shell .luxury-nav-row{min-height:auto;padding-top:14px;padding-bottom:14px;flex-wrap:wrap;gap:12px}.storefront-shell .luxury-brand{min-width:auto}.storefront-shell .luxury-search{order:3;max-width:none;width:100%}.storefront-shell .luxury-actions{margin-left:auto}.storefront-shell .luxury-category-inner{height:42px}
  .storefront-shell .bedding-hero-grid{grid-template-columns:1fr}.storefront-shell .bedding-hero-copy{padding:52px 0 38px}.storefront-shell .bedding-hero-copy h1{font-size:46px}.storefront-shell .bedding-hero-art{height:420px}.storefront-shell .luxury-proof-row{flex-wrap:wrap}
  .storefront-shell .luxury-service-grid{grid-template-columns:repeat(2,1fr)}.storefront-shell .luxury-service-grid>div:nth-child(2){border-right:0}.storefront-shell .luxury-service-grid>div{padding:12px 16px}.storefront-shell .luxury-service-grid>div:first-child{padding-left:16px}
  .storefront-shell .luxury-category-grid{grid-template-columns:repeat(2,1fr)}.storefront-shell .luxury-product-grid{grid-template-columns:repeat(2,1fr)}
  .storefront-shell .editorial-banner,.storefront-shell .brand-story-section{grid-template-columns:1fr}.storefront-shell .editorial-photo{min-height:330px}.storefront-shell .brand-story-photo{order:-1}.storefront-shell .brand-story-photo img{min-height:320px}
  .storefront-shell .luxury-detail-grid{grid-template-columns:1fr}.storefront-shell .luxury-gallery{grid-row:auto}.storefront-shell .luxury-buy-box{grid-column:auto}.storefront-shell .detail-editorial-row{grid-template-columns:1fr}
  .storefront-shell .luxury-footer-top{grid-template-columns:1fr 1fr}.storefront-shell .newsletter-strip{align-items:flex-start;flex-direction:column}
  .storefront-shell .luxury-auth-page{background:#f2ece3}.storefront-shell .luxury-auth-layout{grid-template-columns:1fr;min-height:auto}.storefront-shell .luxury-auth-promo{padding:42px 0 22px}.storefront-shell .luxury-auth-card{margin:0 0 50px;width:100%}
}

@media(max-width:560px){
  .storefront-shell .luxury-brand-copy small{display:none}.storefront-shell .luxury-brand-copy strong{font-size:18px}.storefront-shell .luxury-brand-mark{width:36px;height:36px}.storefront-shell .luxury-actions .icon-label{display:none}.storefront-shell .auth-outline{display:none}
  .storefront-shell .bedding-hero-copy h1{font-size:39px}.storefront-shell .bedding-hero-copy>p{font-size:14px}.storefront-shell .bedding-hero-art{height:320px}.storefront-shell .hero-floating-card{display:none}.storefront-shell .luxury-hero-actions{flex-direction:column}.storefront-shell .luxury-proof-row{gap:11px;flex-direction:column}
  .storefront-shell .luxury-service-grid{grid-template-columns:1fr}.storefront-shell .luxury-service-grid>div{border-right:0;border-bottom:1px solid var(--lux-line)}.storefront-shell .luxury-service-grid>div:last-child{border-bottom:0}
  .storefront-shell .luxury-content-wrap{padding-top:45px}.storefront-shell .luxury-section-head{align-items:flex-start;flex-direction:column}.storefront-shell .luxury-section-head h2{font-size:29px}.storefront-shell .luxury-category-grid{grid-template-columns:1fr}.storefront-shell .luxury-category-card{min-height:auto}.storefront-shell .category-photo{height:240px}
  .storefront-shell .editorial-copy{padding:40px 28px}.storefront-shell .editorial-copy h2{font-size:31px}.storefront-shell .luxury-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.storefront-shell .luxury-product-name{font-size:14px}.storefront-shell .luxury-product-footer{align-items:flex-start;flex-direction:column;gap:5px}.storefront-shell .quick-look{display:none}
  .storefront-shell .brand-story-copy{padding:40px 28px}.storefront-shell .brand-story-copy h2{font-size:31px}.storefront-shell .story-stats{grid-template-columns:1fr}
  .storefront-shell .luxury-detail-info h1{font-size:31px}.storefront-shell .luxury-main-image{aspect-ratio:1/1.12}
  .storefront-shell .luxury-footer-top{grid-template-columns:1fr}.storefront-shell .newsletter-strip form{width:100%}.storefront-shell .newsletter-strip input{width:100%}
}
