:root{--color-primary: #1b4332;--color-primary-light: #2d6a4f;--color-secondary: #d4a373;--color-secondary-light: #faedcd;--color-background: #fefae0;--color-surface: #ffffff;--color-text: #2b2d42;--color-text-light: #6d6875;--color-border: #e9edc9;--color-danger: #e74c3c;--color-success: #27ae60;--shell-page-bg: #fefae0;--shell-page-overlay: rgba(255, 255, 255, .5);--shell-announcement-bg: linear-gradient(90deg, rgba(27, 67, 50, .98) 0%, rgba(45, 106, 79, .98) 52%, rgba(27, 67, 50, .98) 100%);--shell-announcement-text: #fffdf7;--shell-announcement-border: rgba(250, 237, 205, .22);--shell-header-bg: rgba(255, 255, 255, .95);--shell-header-hover-bg: #faedcd;--shell-header-hover-text: #d4a373;--shell-footer-bg: linear-gradient(180deg, rgba(27, 67, 50, .98) 0%, rgba(19, 49, 37, 1) 100%);--shell-footer-heading: #d4a373;--shell-footer-text: #dfe6e9;--shell-footer-bottom-text: rgba(255, 255, 255, .6);--shell-footer-divider: rgba(255, 255, 255, .12);--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 3rem;--spacing-xl: 6rem;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 8px 24px rgba(27, 67, 50, .08);--shadow-lg: 0 16px 48px rgba(27, 67, 50, .12);--glass: rgba(255, 255, 255, .8);--header-announcement-height: 42px;--header-nav-height: 80px;--header-total-height: 122px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--shell-page-bg);background-image:linear-gradient(var(--shell-page-overlay),var(--shell-page-overlay)),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.theme-storefront-shell-alt{background-color:var(--shell-page-bg);background-image:linear-gradient(var(--shell-page-overlay),var(--shell-page-overlay)),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.58' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E")}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);line-height:1.25;margin-bottom:var(--spacing-md);letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}img{max-width:100%;display:block}svg,video,canvas,iframe{max-width:100%}input,select,textarea{font:inherit;max-width:100%}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1300px;margin:0 auto;padding:0 var(--spacing-lg);width:100%}.main-content{padding-top:var(--header-total-height);min-height:calc(100vh - var(--header-total-height) - 300px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--radius-full);font-weight:600;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 15px #1b43324d}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 8px 25px #1b433266}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{background-color:var(--color-secondary-light)}.btn-outline{border:2px solid white;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline:hover{background-color:#fff;color:var(--color-primary)}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-lg{margin-top:var(--spacing-lg)}.mb-lg{margin-bottom:var(--spacing-lg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media(max-width:768px){:root{--header-announcement-height: 36px;--header-nav-height: 72px;--header-total-height: 108px}body{line-height:1.6}.container{padding:0 1rem}.main-content{padding-top:var(--header-total-height);padding-bottom:calc(84px + env(safe-area-inset-bottom));min-height:auto}.btn{width:100%;min-height:48px;padding:.9rem 1.25rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media(max-width:480px){h1{font-size:clamp(2rem,8vw,2.5rem)}h2{font-size:clamp(1.65rem,7vw,2rem)}h3{font-size:clamp(1.25rem,5.5vw,1.5rem)}.products-grid{grid-template-columns:1fr;gap:1rem}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--color-primary) 55%,transparent)}.title-center-container{text-align:center}.title-center-container:after{content:"";display:block;width:44px;height:3px;background:linear-gradient(90deg,var(--color-secondary),color-mix(in srgb,var(--color-secondary) 45%,white));border-radius:99px;margin:.45rem auto 0}.btn,.add-to-cart-btn,.qty-confirm-btn{position:relative;overflow:hidden}.btn-ripple{position:absolute;border-radius:50%;width:100px;height:100px;transform:translate(-50%,-50%) scale(0);background:#ffffff47;pointer-events:none;animation:ripple-expand .52s cubic-bezier(.4,0,.2,1) forwards}@keyframes ripple-expand{to{transform:translate(-50%,-50%) scale(5);opacity:0}}body.js-reveal-ready .best-sellers-section,body.js-reveal-ready .featured-categories,body.js-reveal-ready .curated-picks-section,body.js-reveal-ready .trust-bar,body.js-reveal-ready .similar-products-section,body.js-reveal-ready .recently-viewed-section{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.cart-fly-bubble{position:fixed;width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid rgba(212,163,115,.6);box-shadow:0 8px 24px #1b433240;background:#f8fafc;transform:translate(-50%,-50%) scale(1);z-index:9999;pointer-events:none;animation:fly-to-cart .72s cubic-bezier(.4,0,.2,1) forwards}.cart-fly-bubble img{width:100%;height:100%;object-fit:cover}@keyframes fly-to-cart{0%{transform:translate(-50%,-50%) scale(1);opacity:1}35%{transform:translate(calc(-50% + var(--fly-dx) * .3),calc(-50% + var(--fly-dy) * .3 - 60px)) scale(.85);opacity:1}80%{transform:translate(calc(-50% + var(--fly-dx) * .88),calc(-50% + var(--fly-dy) * .88)) scale(.42);opacity:.7}to{transform:translate(calc(-50% + var(--fly-dx)),calc(-50% + var(--fly-dy))) scale(.15);opacity:0}}@keyframes cart-land{0%{transform:scale(1)}35%{transform:scale(1.4)}60%{transform:scale(.88)}80%{transform:scale(1.16)}to{transform:scale(1)}}.cart-icon--land{animation:cart-land .4s cubic-bezier(.36,.07,.19,.97)}body.js-reveal-ready .best-sellers-section.is-visible,body.js-reveal-ready .featured-categories.is-visible,body.js-reveal-ready .curated-picks-section.is-visible,body.js-reveal-ready .trust-bar.is-visible,body.js-reveal-ready .similar-products-section.is-visible,body.js-reveal-ready .recently-viewed-section.is-visible{opacity:1;transform:none}.app-error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top,rgba(250,204,21,.14),transparent 28%),linear-gradient(180deg,#fffef6,#f8fafc)}.app-error-boundary__card{width:min(100%,620px);padding:2rem;border-radius:24px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 60px #0f172a1f}.app-error-boundary__eyebrow{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.app-error-boundary__card h1{margin:1rem 0 .75rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.1;color:#0f172a}.app-error-boundary__card p{margin:0;color:#475569;line-height:1.7;font-size:1rem}.app-error-boundary__message{margin-top:1.25rem;padding:1rem 1.1rem;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.95rem;word-break:break-word}.app-error-boundary__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.app-error-boundary__actions button{border:none;border-radius:12px;padding:.85rem 1.25rem;background:#0f172a;color:#fff;font-weight:700;cursor:pointer}.app-error-boundary__actions button.secondary{background:#e2e8f0;color:#0f172a}.header{position:fixed;top:0;left:0;width:100%;z-index:1400;background:var(--shell-header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px #d4a3732e,0 4px 16px #0f172a0f;transition:all .3s ease}.header-announcement-bar{min-height:var(--header-announcement-height);display:flex;align-items:center;justify-content:center;padding:.55rem 1rem;background:var(--shell-announcement-bg);border-bottom:1px solid var(--shell-announcement-border)}.header-announcement-bar__inner{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:center;text-align:center}.header-announcement-bar__text{color:var(--shell-announcement-text);font-size:.94rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;text-wrap:balance}.header--shell-alt{background:#fffffffa;box-shadow:0 1px #0f0f0f1a}.header--shell-alt .nav-links a:hover,.header--shell-alt .icon-btn:hover{color:var(--shell-header-hover-text)}.header--shell-alt .icon-btn:hover{background-color:var(--shell-header-hover-bg)}.header--shell-alt .cart-badge{background-color:var(--color-primary)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:var(--header-nav-height);gap:1rem;display:flex;align-items:center}.logo{display:flex;justify-content:flex-start;flex-shrink:0;min-width:160px}.logo a{text-decoration:none;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.site-logo{display:block;height:72px;max-width:168px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;flex:1}.nav-links a{text-decoration:none;color:var(--color-text);font-weight:600;font-size:.9rem;letter-spacing:.015em;transition:color .2s;position:relative;padding-bottom:3px}.nav-links a:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:0;height:1.5px;background:var(--color-secondary, #d4a373);border-radius:99px;transition:width .28s ease}.nav-links a:hover{color:var(--color-primary)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--color-primary);font-weight:700}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions--left{display:none}.header-actions--right{justify-content:flex-end;flex-shrink:0;margin-left:1.25rem}.icon-btn{background:none;border:none;cursor:pointer;color:var(--color-text);padding:.5rem;border-radius:10px;transition:all .2s;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}.icon-btn:hover{background-color:var(--shell-header-hover-bg, rgba(212, 163, 115, .12));color:var(--color-primary);transform:translateY(-1px)}.cart-badge{position:absolute;top:0;right:0;background-color:#047857;color:#fff;font-size:.7rem;font-weight:700;height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(25%,-25%)}.mobile-menu-btn,.mobile-search-btn,.mobile-favorites-btn{display:none}.desktop-profile-btn{display:inline-flex}.header-mobile-backdrop,.header-mobile-drawer{display:none}.search-overlay{position:absolute;top:100%;left:0;width:100%;background:#fff;padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .3s ease-out;border-top:1px solid #f0f0f0}.search-form{max-width:600px;margin:0 auto;padding:0 1rem}.search-input-wrapper{position:relative;display:flex;gap:1rem}.search-form input{flex:1;padding:.8rem 1.2rem;border:1px solid #e2e8f0;border-radius:50px;font-size:1rem;outline:none;transition:all .2s}.search-form input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.search-form button{padding:0 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(180deg,#fffffffa,#faf8f3f5);border-bottom:1px solid rgba(27,67,50,.08)}.header-announcement-bar{padding:.42rem .75rem}.header-announcement-bar__text{font-size:.76rem;letter-spacing:.03em}.header--shell-alt{background:#fffffffc;border-bottom:1px solid rgba(15,15,15,.08)}.header-container{height:var(--header-nav-height);padding:0 .9rem;gap:.4rem;display:grid;grid-template-columns:auto 1fr auto}.nav-links,.desktop-search-btn,.desktop-favorites-btn,.desktop-profile-btn{display:none}.mobile-menu-btn,.mobile-search-btn,.mobile-favorites-btn{display:flex}.header-actions--left{display:flex;justify-content:flex-start;position:relative;z-index:1404}.header-actions{gap:.2rem}.header-actions--right .icon-btn,.header-actions--left .icon-btn{width:40px;height:40px;padding:0;border-radius:14px}.header-actions--left .icon-btn,.header-actions--right .icon-btn{color:var(--color-primary)}.header-actions--right .icon-btn:hover,.header-actions--left .icon-btn:hover{background:#d4a37329;color:var(--color-primary)}.logo{justify-content:center;min-width:0}.site-logo{height:60px;max-width:188px}.cart-badge{top:4px;right:3px;height:16px;width:16px;font-size:.62rem;transform:none}.header-mobile-backdrop.is-open{display:block;position:fixed;inset:var(--header-total-height) 0 0;background:#0f172a47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:0;z-index:1401}.header-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:var(--header-total-height);left:0;right:0;bottom:0;width:100%;background:#fff;border-top:1px solid rgba(27,67,50,.08);box-shadow:0 20px 40px #0f172a24;transform:translateY(-14px);transition:transform .22s ease,opacity .22s ease,visibility .22s ease;z-index:1402;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none}.header-mobile-drawer.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.header-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .85rem;color:var(--color-primary);background:linear-gradient(180deg,color-mix(in srgb,var(--color-secondary-light) 82%,white 18%),#fffffff5);border-bottom:1px solid rgba(27,67,50,.08)}.header-mobile-drawer-title{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:.01em}.header-mobile-drawer-close{width:36px;height:36px;border-radius:12px;background:color-mix(in srgb,var(--color-primary) 8%,white 92%);color:var(--color-primary)}.header-mobile-drawer-body{flex:1;min-height:0;overflow-y:auto;background:#fff;padding:0 0 calc(6.5rem + env(safe-area-inset-bottom))}.header-mobile-drawer-categories{border-top:1px solid rgba(15,23,42,.06);background:#fff}.header-mobile-drawer-group{border-top:1px solid rgba(15,23,42,.06)}.header-mobile-drawer-group:last-child{border-bottom:1px solid rgba(15,23,42,.06)}.header-mobile-drawer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.header-mobile-drawer-link,.header-mobile-sublink{display:flex;align-items:center;width:100%;min-height:56px;padding:1rem;color:var(--color-text);font-weight:600;font-size:1rem;background:#fff;text-decoration:none}.header-mobile-drawer-link.is-active,.header-mobile-sublink.is-active{color:var(--color-primary);background:color-mix(in srgb,var(--color-secondary-light) 55%,white 45%)}.header-mobile-drawer-toggle{width:52px;height:52px;margin-right:.35rem;border-radius:14px;background:transparent;color:#1b4332b8}.header-mobile-drawer-toggle.is-open{color:var(--color-primary)}.header-mobile-submenu{padding:.2rem 0 .65rem;background:color-mix(in srgb,var(--color-secondary-light) 20%,white 80%)}.header-mobile-sublink{min-height:46px;padding:.72rem 1rem .72rem 1.85rem;font-size:.94rem;font-weight:500}.search-overlay{position:fixed;inset:var(--header-total-height) 0 auto 0;width:100%;padding:.85rem 0 1rem;background:#fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 22px 42px #0f172a1f;z-index:1000}.search-input-wrapper{flex-direction:column;gap:.75rem}.search-form{max-width:100%;padding:0 .9rem}.search-form input{border-radius:18px;min-height:48px;font-size:.95rem;box-shadow:0 10px 24px #0f172a0d}.search-form button{width:100%;min-height:48px;border-radius:16px;box-shadow:0 14px 28px #1b43322e}}@media(max-width:480px){.header-announcement-bar__text{font-size:.7rem}.header-container{padding:0 .7rem}.site-logo{height:56px;max-width:172px}.header-actions--right .icon-btn,.header-actions--left .icon-btn{width:38px;height:38px}.search-form{padding:0 .75rem}}.cookie-consent-banner{position:fixed;right:20px;bottom:20px;z-index:1200}.cookie-consent-banner__card,.cookie-consent-modal__card{background:#fffffffa;border:1px solid rgba(20,83,45,.12);box-shadow:0 24px 60px #0f172a2e}.cookie-consent-banner__card{width:min(420px,calc(100vw - 40px));padding:1rem 1rem .95rem;border-radius:22px;display:grid;gap:.85rem}.cookie-consent-banner__content h3,.cookie-consent-modal__header h3{margin:.2rem 0 .5rem;color:#14213d}.cookie-consent-banner__content h3{font-size:1.3rem;line-height:1.2}.cookie-consent-banner__content p,.cookie-consent-modal__row p{margin:0;line-height:1.55;color:#475569}.cookie-consent-banner__content p{font-size:.95rem}.cookie-consent-banner__eyebrow{display:inline-block;padding:.35rem .7rem;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cookie-consent-banner__actions,.cookie-consent-modal__footer{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-banner__actions{justify-content:flex-end}.cookie-btn{border:0;border-radius:14px;padding:.82rem 1rem;font-weight:700;cursor:pointer}.cookie-btn--primary{background:#143f2a;color:#fff}.cookie-btn--soft{background:#eef2ff;color:#3730a3}.cookie-btn--ghost{background:#f8fafc;color:#0f172a;border:1px solid #dbe4dc}.cookie-consent-modal{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:1rem}.cookie-consent-modal__backdrop{position:absolute;inset:0;background:#0f172a6b}.cookie-consent-modal__card{position:relative;width:min(720px,100%);border-radius:28px;padding:1.4rem;display:grid;gap:1rem}.cookie-consent-modal__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cookie-consent-modal__close{border:0;background:#f8fafc;border-radius:12px;padding:.7rem .95rem;font-weight:700;color:#0f172a;cursor:pointer}.cookie-consent-modal__section{display:grid;gap:.9rem}.cookie-consent-modal__row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid #dbe4dc;background:#fbfffc}.cookie-consent-modal__row strong{display:block;margin-bottom:.25rem;color:#143f2a}.cookie-consent-modal__toggle input{width:20px;height:20px;margin-top:.25rem}.cookie-consent-badge{white-space:nowrap;border-radius:999px;padding:.4rem .65rem;background:#ecfdf5;color:#15803d;font-size:.78rem;font-weight:800}@media(max-width:700px){.cookie-consent-banner{right:12px;left:12px;bottom:12px}.cookie-consent-banner__card{width:100%;padding:1rem}.cookie-consent-banner__content h3{font-size:1.15rem}.cookie-consent-banner__actions{justify-content:stretch}.cookie-consent-banner__actions .cookie-btn{flex:1 1 100%}.cookie-consent-modal__header,.cookie-consent-modal__row{display:grid}.cookie-consent-modal__toggle input{justify-self:start}}.hero-showcase{--hero-rail-gap: 1rem;--hero-rail-card-height: 222px;padding:1.3rem 0 .5rem}.hero-showcase__shell{width:min(1340px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 .3rem}.hero-showcase__grid{display:grid;grid-template-columns:395px minmax(0,820px);gap:var(--hero-rail-gap);align-items:stretch;justify-content:center}.hero-showcase__rail{display:grid;gap:var(--hero-rail-gap)}.hero-showcase__main{min-width:0}.hero-promo-card,.hero-main-banner{position:relative;display:block;overflow:hidden;border-radius:18px;border:1px solid rgba(212,163,115,.22);box-shadow:0 14px 40px #0f172a1f,0 2px 8px #d4a37314;background:#f8fafc;transition:box-shadow .3s ease,transform .3s ease}.hero-promo-card:hover{box-shadow:0 20px 50px #0f172a29,0 4px 16px #d4a3732e;transform:translateY(-2px)}.hero-main-banner:hover{box-shadow:0 24px 60px #0f172a2e,0 4px 20px #d4a37333}.hero-skeleton{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(110deg,#eef2f7 8%,#f8fafc 18%,#eef2f7 33%);background-size:200% 100%;animation:heroSkeletonPulse 1.25s linear infinite}.hero-skeleton--promo{height:var(--hero-rail-card-height)}.hero-skeleton--main{height:calc((var(--hero-rail-card-height) * 2) + var(--hero-rail-gap))}.hero-promo-card{height:var(--hero-rail-card-height)}.hero-main-banner{height:calc((var(--hero-rail-card-height) * 2) + var(--hero-rail-gap))}.hero-banner-backdrop{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(18px) saturate(1.05);transform:scale(1.08);opacity:.42}.hero-banner-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1a,#fff3)}.hero-banner-backdrop--main{opacity:.34}.hero-promo-card__image,.hero-main-banner__image{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center}.hero-main-banner:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,transparent 40%,rgba(10,20,15,.18) 100%);pointer-events:none;border-radius:inherit}.hero-promo-card:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,transparent 55%,rgba(10,20,15,.22) 100%);pointer-events:none;border-radius:inherit}.hero-promo-card__image{transition:opacity .7s ease-in-out,transform .55s ease;will-change:opacity,transform}.hero-main-banner__image{transition:transform .35s ease;padding:0}.hero-promo-card:hover .hero-promo-card__image,.hero-main-banner:hover .hero-main-banner__image{transform:scale(1.015)}.hero-promo-card--slider .hero-banner-backdrop{animation:heroPromoBackdropIn 1.05s ease-out both}.hero-promo-card--slider .hero-promo-card__image{animation:heroPromoFadeIn 1.05s ease-in-out both}@keyframes heroPromoFadeIn{0%{opacity:.22;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}@keyframes heroPromoBackdropIn{0%{opacity:.16;transform:scale(1.11)}to{opacity:.42;transform:scale(1.08)}}@keyframes heroSkeletonPulse{to{background-position-x:-200%}}@media(prefers-reduced-motion:reduce){.hero-promo-card__image,.hero-main-banner__image,.hero-banner-backdrop,.hero-skeleton{transition:none!important;animation:none!important}}@media(max-width:1100px){.hero-showcase{--hero-rail-card-height: 188px;--hero-rail-gap: .85rem}.hero-showcase__shell{width:min(1140px,calc(100% - 1rem))}.hero-showcase__grid{grid-template-columns:330px minmax(0,690px)}}@media(max-width:768px){.hero-showcase{--hero-rail-card-height: auto;padding-top:.4rem}.hero-showcase__shell{width:min(100%,calc(100% - .7rem));padding-top:.25rem}.hero-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;align-items:start}.hero-showcase__rail{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.hero-showcase__main{grid-column:1 / -1;grid-row:1}.hero-showcase__rail--left{grid-row:2}.hero-promo-card,.hero-main-banner,.hero-skeleton{border-radius:14px;aspect-ratio:16 / 9;height:auto}}@media(max-width:480px){.hero-showcase__shell{width:min(100%,calc(100% - .6rem))}.hero-showcase__grid{gap:.65rem}.hero-promo-card,.hero-main-banner,.hero-skeleton{border-radius:12px}}.footer{background:var(--shell-footer-bg);color:var(--color-surface);padding:var(--spacing-xl) 0 var(--spacing-md);margin-top:auto}.footer--shell-alt .footer-content{margin-bottom:1.25rem}.footer--shell-alt .footer-main-grid{gap:2.4rem}.footer--shell-alt .footer-column h3{color:var(--shell-footer-heading)}.footer--shell-alt .footer-column{position:relative}.footer--shell-alt .footer-column p,.footer--shell-alt .footer-column a,.footer--shell-alt .footer-text-button{color:var(--shell-footer-text)}.footer--shell-alt .footer-column:not(.footer-column--brand):before{content:"";position:absolute;left:-1.2rem;top:.3rem;bottom:.3rem;width:1px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--shell-footer-divider) 18%,var(--shell-footer-divider) 82%,rgba(255,255,255,0) 100%)}.footer--shell-alt .footer-column a:hover,.footer--shell-alt .footer-text-button:hover{color:#fff}.footer--shell-alt .footer-contact-inline,.footer--shell-alt .footer-bottom{border-top-color:var(--shell-footer-divider)}.footer--shell-alt .footer-bottom{color:var(--shell-footer-bottom-text)}.footer--shell-alt .footer-signature__badge{border-color:var(--shell-footer-divider);background:linear-gradient(135deg,#ffffff0d,#ffffff05);color:var(--shell-footer-text)}.footer--shell-alt .footer-signature__badge:hover{border-color:#fff3;background:linear-gradient(135deg,#ffffff14,#ffffff0a)}.footer--shell-alt .footer-signature__mark{color:#ffffffeb}.footer--shell-alt .footer-column--brand{padding-right:1.1rem}.footer--shell-alt .footer-category-link.level-0{color:color-mix(in srgb,var(--shell-footer-text) 84%,white 16%)}.footer-content{margin-bottom:var(--spacing-lg)}.footer-main-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.footer-contact-inline{margin-top:var(--spacing-md);padding-top:var(--spacing-sm);border-top:1px solid var(--shell-footer-divider)}.footer-social-links{display:flex;gap:.75rem;margin-top:var(--spacing-md);padding-top:var(--spacing-sm);border-top:1px solid var(--shell-footer-divider)}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--shell-footer-divider);color:var(--shell-footer-text);transition:opacity .2s}.footer-social-link:hover{opacity:.7}.footer-column h3{color:var(--shell-footer-heading);font-size:1.25rem;margin-bottom:var(--spacing-md)}.footer-column p,.footer-column a{color:var(--shell-footer-text);font-size:.95rem;margin-bottom:var(--spacing-sm);display:block;text-decoration:none}.footer-text-button{display:block;margin-bottom:var(--spacing-sm);padding:0;border:0;background:transparent;color:var(--shell-footer-text);font-size:.95rem;text-align:left;cursor:pointer}.footer-column a:hover,.footer-text-button:hover{color:var(--color-secondary);text-decoration:underline}.footer-category-link.level-0{font-weight:600;margin-top:.15rem}.footer-category-link.level-1{padding-left:.9rem;font-size:.9rem;opacity:.92}.footer-category-link.level-2{padding-left:1.7rem;font-size:.88rem;opacity:.85}.footer-category-link.level-3{padding-left:2.4rem;font-size:.86rem;opacity:.78}.footer-category-grid{display:grid;grid-template-columns:1fr;gap:.25rem;max-width:none;margin:0}.footer-bottom{text-align:center;border-top:1px solid var(--shell-footer-divider);padding-top:var(--spacing-md);font-size:.85rem;color:var(--shell-footer-bottom-text)}.footer-signature{margin-top:.38rem;display:flex;justify-content:center;text-align:center}.footer-signature__badge{display:inline-flex;align-items:center;gap:.42rem;padding:.32rem .62rem;border:1px solid rgba(234,224,201,.14);border-radius:999px;background:linear-gradient(135deg,#ffffff0f,#d2e6d908);box-shadow:inset 0 1px #ffffff0d;color:#f1eadde0;text-decoration:none;cursor:pointer;pointer-events:auto;position:relative;z-index:2;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.footer-signature__badge:hover{transform:translateY(-1px);border-color:#eae0c93d;background:linear-gradient(135deg,#ffffff14,#d2e6d90d)}.footer-signature__mark{display:inline-flex;align-items:center;justify-content:center;width:.82rem;height:.82rem;color:#ece5d6f5;opacity:.92}.footer-signature__mark svg{display:block;width:100%;height:100%}.footer-signature__text{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:none;font-variant-ligatures:none;white-space:nowrap}.mobile-bottom-nav{display:none}@media(max-width:900px){.footer{padding:1.2rem 0 calc(5.5rem + env(safe-area-inset-bottom));border-top-left-radius:26px;border-top-right-radius:26px;overflow:hidden}.footer-content{margin-bottom:.5rem}.footer-main-grid{grid-template-columns:1fr;gap:.9rem;margin-bottom:0}.footer-column{padding:1rem 1rem .95rem;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.footer-column--brand{background:linear-gradient(135deg,#d4a37333,#ffffff12)}.footer--shell-alt .footer-column{background:#ffffff0a;border-color:#ffffff14}.footer--shell-alt .footer-column:before{display:none}.footer--shell-alt .footer-column--brand{background:linear-gradient(135deg,#ffffff14,#ffffff0a);padding-right:1rem}.footer-category-grid{gap:.35rem}.footer-column h3{margin-bottom:.5rem;font-size:1.1rem}.footer-column p,.footer-column a,.footer-text-button{margin-bottom:.4rem;font-size:.92rem}.footer-contact-inline{margin-top:.65rem;padding-top:.55rem}.footer-bottom{padding-top:.8rem;padding-bottom:.15rem;font-size:.78rem}.footer-signature{margin-top:.32rem}.footer-signature__badge{gap:.34rem;padding:.28rem .54rem}.footer-signature__mark{width:.74rem;height:.74rem}.footer-signature__text{font-size:.62rem;letter-spacing:.05em}.mobile-bottom-nav{position:fixed;left:.65rem;right:.65rem;bottom:calc(.45rem + env(safe-area-inset-bottom));z-index:995;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:.35rem;padding:.48rem .52rem;background:#ffffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(27,67,50,.08);border-radius:24px;box-shadow:0 18px 34px #0f172a1f}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;min-height:54px;padding:.35rem .15rem;border-radius:16px;color:#0f172ab8;transition:transform .18s ease,background-color .18s ease,color .18s ease}.mobile-bottom-nav__item.is-active{color:var(--color-primary);background:linear-gradient(180deg,#faedcdeb,#fff8ebe6);box-shadow:inset 0 1px #ffffffa6}.mobile-bottom-nav__item:hover{transform:translateY(-1px)}.mobile-bottom-nav__icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-bottom-nav__item:nth-child(3){background:#1b43320f}.mobile-bottom-nav__item:nth-child(3).is-active{background:linear-gradient(180deg,#1b433224,#faedcdf2)}.mobile-bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 .2rem;border-radius:999px;background:var(--color-secondary);color:#fff;font-size:.62rem;font-weight:700;line-height:16px;text-align:center}.mobile-bottom-nav__label{font-size:.68rem;font-weight:600;line-height:1.1;text-align:center}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:999;animation:fadeIn .3s ease}.scroll-to-top:hover{background:var(--color-secondary);transform:translateY(-4px);box-shadow:0 6px 20px #0003}.scroll-to-top:active{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.scroll-to-top{bottom:calc(5.4rem + env(safe-area-inset-bottom));right:1rem;width:45px;height:45px;box-shadow:0 10px 22px #0f172a2e}}.assistant-widget-shell{position:fixed;right:2rem;bottom:5rem;z-index:998;display:flex;flex-direction:column;align-items:flex-end}.assistant-panel{width:min(380px,calc(100vw - 2rem));max-height:min(78vh,820px);margin-bottom:1rem;border-radius:26px;background:#fff;border:1px solid rgba(203,213,225,.85);box-shadow:0 30px 70px #0f172a2e;overflow:hidden}.assistant-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .95rem;background:radial-gradient(circle at top left,rgba(254,240,138,.38),transparent 52%),linear-gradient(180deg,#fffbeb,#fff);border-bottom:1px solid rgba(226,232,240,.9)}.assistant-panel-header strong{display:block;color:#854d0e}.assistant-panel-header p{margin:.3rem 0 0;color:#57534e;font-size:.84rem;line-height:1.45}.assistant-panel-actions{display:flex;align-items:center;gap:.45rem}.assistant-panel-reset,.assistant-panel-close{width:34px;height:34px;border-radius:50%;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.assistant-chat{display:grid;gap:.9rem;padding:1rem;max-height:calc(min(78vh,820px) - 82px);overflow-y:auto;background:linear-gradient(180deg,#f8fafc8c,#fffffff5)}.assistant-message{display:flex;align-items:flex-start;gap:.7rem;max-width:92%;border-radius:20px;padding:.9rem 1rem}.assistant-message strong{display:block;margin-bottom:.22rem;color:#0f172a;font-size:.9rem}.assistant-message p{margin:0;color:#475569;font-size:.86rem;line-height:1.5}.assistant-message--bot{background:#f8fafc;border:1px solid #e2e8f0;justify-self:start}.assistant-message--user{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;justify-self:end;margin-left:auto}.assistant-message--user p,.assistant-message--user strong{color:#fff}.assistant-message--result{display:grid;gap:.8rem;width:100%;max-width:100%}.assistant-context-action{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:16px;padding:.8rem .95rem;text-align:left;cursor:pointer;font-weight:600}.assistant-choice-row{display:flex;flex-wrap:wrap;gap:.55rem}.assistant-choice-row--soft{margin-top:-.2rem}.assistant-chip{border:1px solid #dbeafe;background:#fff;color:#1e293b;border-radius:999px;padding:.62rem .82rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.assistant-chip:hover{transform:translateY(-1px);border-color:#93c5fd}.assistant-chip:disabled,.assistant-primary-btn:disabled,.assistant-secondary-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.assistant-chip.active{background:#eff6ff;border-color:#60a5fa;color:#1d4ed8;box-shadow:0 10px 22px #2563eb1f}.assistant-chip--soft{background:#f8fafc;border-color:#e2e8f0;color:#334155}.assistant-composer{display:grid;gap:.7rem}.assistant-composer-input{display:flex;align-items:center;gap:.6rem;border:1px solid #cbd5e1;border-radius:18px;background:#fff;padding:.85rem .95rem;color:#64748b}.assistant-composer-input input{width:100%;border:none;outline:none;background:transparent;color:#0f172a;font-size:.92rem}.assistant-composer-actions,.assistant-footer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.assistant-primary-btn,.assistant-secondary-btn{border-radius:16px;padding:.82rem .95rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.assistant-primary-btn:hover,.assistant-secondary-btn:hover,.assistant-result-card:hover{transform:translateY(-1px)}.assistant-primary-btn{border:none;background:linear-gradient(135deg,#a16207,#f59e0b);color:#fff;box-shadow:0 14px 28px #a1620729}.assistant-secondary-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a}.assistant-result-list{display:grid;gap:.72rem}.assistant-difference-note{border-radius:18px;border:1px solid #fde68a;background:#fffbeb;padding:.8rem .95rem}.assistant-difference-note strong{display:block;margin-bottom:.22rem;color:#92400e;font-size:.86rem}.assistant-difference-note p{margin:0;color:#78350f;font-size:.82rem;line-height:1.5}.assistant-result-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:.8rem;align-items:center;width:100%;border:1px solid #e2e8f0;background:#fff;padding:.75rem;border-radius:18px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.assistant-result-card:hover{border-color:#99f6e4;box-shadow:0 16px 30px #0f172a14}.assistant-loading-icon{animation:assistant-spin .9s linear infinite}@keyframes assistant-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.assistant-result-card img{width:64px;height:64px;object-fit:cover;border-radius:14px;background:#f1f5f9}.assistant-result-content{min-width:0;display:grid;gap:.26rem}.assistant-result-content strong{color:#0f172a;font-size:.9rem;line-height:1.35}.assistant-result-content span{color:#64748b;font-size:.78rem;line-height:1.45}.assistant-result-reason{color:#0f172a;font-weight:600}.assistant-result-description{color:#64748b}.assistant-result-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.15rem}.assistant-result-meta span{display:inline-flex;align-items:center;border-radius:999px;padding:.16rem .5rem;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:.73rem;font-weight:700}.assistant-result-meta .in-stock{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.assistant-result-meta .out-of-stock{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.assistant-empty-state{border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;padding:.9rem 1rem}.assistant-empty-state p{margin:0;color:#475569;font-size:.84rem;line-height:1.5}.assistant-widget{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 30px #0f766e47;animation:assistantPulse 2.4s infinite}.assistant-widget:hover{box-shadow:0 20px 36px #0f766e57}@keyframes assistantPulse{0%,to{box-shadow:0 16px 30px #0f766e47}50%{box-shadow:0 16px 38px #0f766e6b}}@media(max-width:768px){.assistant-widget-shell{right:1rem;bottom:4.5rem}.assistant-panel{width:min(100vw - 1rem,380px);max-height:min(80vh,820px)}.assistant-chat{max-height:calc(min(80vh,820px) - 82px)}.assistant-composer-actions,.assistant-footer-actions{grid-template-columns:1fr}.assistant-widget{width:56px;height:56px}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:1rem;pointer-events:none}.toast-message{pointer-events:auto;min-width:300px;padding:1rem 1.25rem;border-radius:12px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;gap:.75rem;animation:slideInToast .3s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.toast-message.success{background-color:#059669;color:#fff;border-color:#047857}.toast-message.error,.toast-message.wishlist{background-color:#ef4444;color:#fff;border-color:#dc2626}.toast-message.warning{background-color:#d97706;color:#fff;border-color:#b45309}.toast-message.info{background-color:#2563eb;color:#fff;border-color:#1d4ed8}.toast-icon{display:flex;align-items:center;justify-content:center}.toast-close{margin-left:auto;background:transparent;border:none;color:currentColor;opacity:.8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.toast-close:hover{background:#fff3;opacity:1}@keyframes slideInToast{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.toast-container{left:50%;transform:translate(-50%);right:auto;bottom:1.5rem;width:90%;max-width:400px}.toast-message{width:100%;min-width:auto}}.confirm-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem}.confirm-dialog{width:min(100%,420px);background:linear-gradient(180deg,#fffdfa,#fffaf4);border-radius:24px;border:1px solid rgba(234,88,12,.18);box-shadow:0 28px 70px #0f172a38;padding:1.45rem}.confirm-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.confirm-dialog__header-copy{display:grid;gap:.45rem}.confirm-dialog__eyebrow{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;padding:.34rem .62rem;border-radius:999px;background:#fed7aab3;color:#b45309;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.confirm-dialog__header h3{margin:0;font-size:1.28rem;line-height:1.25;color:#1f2937}.confirm-dialog__close{width:34px;height:34px;border:none;border-radius:999px;background:#ffffffd1;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(226,232,240,.9)}.confirm-dialog__message-box{border-radius:18px;padding:1rem 1rem .95rem;background:linear-gradient(135deg,#ffedd5e6,#fff7edf5);border:1px solid rgba(251,146,60,.2);box-shadow:inset 0 1px #ffffff80}.confirm-dialog p{margin:0;color:#4b5563;line-height:1.7;font-size:1rem;white-space:pre-line}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.15rem}.confirm-dialog__btn{border:none;border-radius:14px;padding:.86rem 1.22rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.confirm-dialog__btn:hover{transform:translateY(-1px)}.confirm-dialog__btn--secondary{background:#eef2f7;color:#475569}.confirm-dialog__btn--danger{background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;box-shadow:0 12px 24px #dc262638}.confirm-dialog__btn--primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.holding-screen{position:fixed;inset:0;z-index:9000;display:grid;place-items:center;padding:2rem 1.5rem;background:#fff}.holding-screen__inner{width:min(100%,540px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.holding-screen__eyebrow{display:inline-flex;align-items:center;color:#9ca3af;font-size:.74rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;padding-left:.42em}.holding-screen__eyebrow:before,.holding-screen__eyebrow:after{content:"";width:26px;height:1px;background:#d4d4d8;margin:0 .9rem 0 0}.holding-screen__eyebrow:after{margin:0 0 0 .9rem}.holding-screen__title{margin:0;color:#0a0a0a;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,6vw,3.4rem);line-height:1.06;letter-spacing:-.035em;font-weight:700}.holding-screen__description{margin:0;max-width:38ch;color:#6b7280;font-size:1.02rem;line-height:1.7}.holding-screen__store{color:#111827;font-size:.86rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.holding-screen__signature{margin-top:1.25rem;padding-top:1.5rem;border-top:1px solid #ececec;width:100%;max-width:240px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;text-decoration:none;transition:opacity .2s ease}.holding-screen__signature:hover{opacity:.6}.holding-screen__mark{height:22px;width:auto;object-fit:contain}.holding-screen__signature-text{color:#111;font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}@media(max-width:540px){.holding-screen__inner{gap:1.25rem}}
