:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #ffffff;--bg-soft: #f3f4f6;--card: #ffffff;--card-strong: #f8fafc;--line: rgba(17, 17, 17, .14);--primary: #111111;--primary-strong: #2b2b2b;--text: #111111;--muted: rgba(17, 17, 17, .62);--danger: #111111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg-soft);color:var(--text)}#root{min-height:100vh}body,a,button,input,textarea{font:inherit}button,input,textarea{transition:border-color .16s ease,background-color .16s ease,transform .16s ease,opacity .16s ease,filter .16s ease}.page{max-width:1360px;margin:0 auto;min-height:100vh;padding:1rem;display:flex;flex-direction:column}.page__content{flex:1}.site-header{border:1px solid var(--line);border-radius:20px;background:var(--card);padding:.75rem .85rem;box-shadow:0 18px 48px #02061714;margin:0 0 1rem}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.site-header__identity{display:flex;align-items:center;justify-content:center;gap:.65rem;flex:1;min-width:0;flex-wrap:wrap}.site-header__brand{background:transparent;border:0;padding:.3rem .4rem;border-radius:14px;font-weight:900;letter-spacing:.02em;color:var(--text);font-size:1.25rem;text-decoration:none}.site-header__brand:hover,.site-header__brand:focus-visible{background:var(--bg-soft);filter:none;transform:none}.site-header__hours{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.icon-button{width:44px;height:44px;padding:0;border-radius:14px;background:transparent;color:var(--text);border:1px solid var(--line);display:grid;place-items:center}.icon-button:hover:not(:disabled),.icon-button:focus-visible{background:var(--bg-soft);filter:none;transform:none}.hamburger{width:22px;height:14px;position:relative;display:block}.hamburger:before,.hamburger:after,.hamburger{background:transparent}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;right:0;height:2px;border-radius:999px;background:var(--text)}.hamburger:before{top:0;box-shadow:0 6px 0 0 var(--text)}.hamburger:after{bottom:0}.account-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.35rem .65rem .35rem .4rem;border-radius:999px;background:transparent;border:1px solid var(--line);color:var(--text);font-weight:900;text-decoration:none}.account-pill:hover:not(:disabled),.account-pill:focus-visible{background:var(--bg-soft);filter:none;transform:none}.account-pill.is-active{background:var(--text);border-color:var(--text)}.account-pill__icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:var(--text)}.account-pill__icon svg{width:20px;height:20px;fill:var(--bg)}.account-pill__label{color:var(--text);padding-right:.1rem}.account-pill.is-active .account-pill__label{color:var(--bg)}.account-pill.is-active .account-pill__icon{background:var(--bg)}.account-pill.is-active .account-pill__icon svg{fill:var(--text)}.site-nav{display:none;margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--line)}.site-nav__items{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-link{background:transparent;border:1px solid transparent;padding:.45rem .65rem;border-radius:999px;color:var(--text);font-weight:800;text-decoration:none}.nav-link:hover:not(:disabled),.nav-link:focus-visible{background:var(--bg-soft);filter:none;transform:none}.nav-link.is-active{background:var(--text);border-color:var(--text);color:var(--bg)}.nav-indicator{align-self:center;padding:.45rem .65rem;border-radius:999px;border:1px dashed var(--line);color:var(--muted);font-weight:800}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;opacity:0;pointer-events:none;transition:opacity .16s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11111147;border:0;padding:0;border-radius:0}.mobile-menu__panel{position:absolute;top:0;left:0;height:100%;width:min(340px,88vw);background:var(--card);border-right:1px solid var(--line);padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden;transform:translate(-102%);transition:transform .18s ease}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-menu__title{font-weight:900;letter-spacing:.02em}.mobile-menu__close{background:transparent;border:1px solid var(--line);padding:.5rem .7rem;border-radius:14px;font-weight:800;color:var(--text)}.mobile-menu__close:hover:not(:disabled),.mobile-menu__close:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__items{display:grid;gap:.55rem;min-height:0;overflow-y:auto;padding-right:.2rem}.mobile-menu__group{border:0;padding:0;margin:0}.mobile-menu__group>summary{list-style:none}.mobile-menu__group>summary::-webkit-details-marker{display:none}.mobile-menu__sub{display:grid;gap:.5rem;padding-left:.7rem;margin-top:.5rem}.mobile-menu__sub--catalog{max-height:min(50vh,26rem);overflow-y:auto;overscroll-behavior:contain;padding-right:.35rem}.mobile-menu__sublink{background:transparent;border:1px solid var(--line);border-radius:16px;padding:.75rem .85rem;text-align:left;font-weight:850;color:var(--text);text-decoration:none}.mobile-menu__sublink:hover:not(:disabled),.mobile-menu__sublink:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__sublink.is-active{background:var(--bg-soft)}.mobile-menu__hint{color:var(--muted);font-size:.9rem;padding:.2rem .2rem .2rem .4rem}.mobile-menu__link{background:transparent;border:1px solid var(--line);border-radius:18px;padding:.85rem .9rem;text-align:left;font-weight:900;color:var(--text);text-decoration:none}.mobile-menu__link:hover:not(:disabled),.mobile-menu__link:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__link.is-active{background:var(--text);border-color:var(--text);color:var(--bg)}.mobile-menu__indicator{padding:.85rem .9rem;border-radius:18px;border:1px dashed var(--line);color:var(--muted);font-weight:900}.hero__metrics{display:grid;gap:.85rem;grid-template-columns:repeat(1,minmax(0,1fr))}.metric-card,.summary-card{border:1px solid var(--line);border-radius:16px;background:var(--card);padding:1rem}.metric-card span,.summary-card span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.9rem}.metric-card strong,.summary-card strong{font-size:1.25rem}.layout{display:grid;gap:1rem;grid-template-columns:1fr}.layout>*,.sidebar-stack>*,.account-grid>*,.account-entry>*{min-width:0}.products,.cart,.panel{border:1px solid var(--line);background:var(--card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1rem;box-shadow:0 18px 48px #02061738}.sidebar-stack,.account-grid,.account-entry,.summary-grid{display:grid;gap:1rem}.section-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:1rem}.section-head>*{min-width:0}.section-head--wrap{align-items:flex-start;flex-wrap:wrap}.section-head__stack{display:grid;gap:.75rem}.section-head__stack h1,.section-head__stack h2,.section-head__stack p,.section-head h1,.section-head h2,.section-head h3,.section-head h4{margin:0}.section-head span{color:var(--muted);font-size:.9rem;text-align:right;word-break:break-word}.about-tabs,.account-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.about-content h3{margin-top:0}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.15rem}.products-grid--categories{margin-bottom:.25rem}.section-separator{height:1px;background:var(--line);margin:1rem 0;opacity:.7}.products-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.search-field{display:grid;gap:.45rem}.search-field span{color:var(--muted);font-size:.88rem}.search-reset{align-self:flex-start}.category-size-field{width:100%}.product-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--card-strong)}.product-card__media{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--bg-soft)}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{display:grid;gap:.15rem;padding:.8rem}.product-card__meta{display:flex;justify-content:space-between;align-items:center;gap:.15rem;margin-bottom:-2px}.product-card__counter{color:var(--muted);font-size:.82rem}.product-card h3{margin:0;font-size:.98rem;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__description{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.product-card__footer{margin-top:0;margin-bottom:0;display:flex;justify-content:space-between;align-items:flex-end;gap:.15rem}.product-card__size{color:var(--muted);font-size:.82rem;text-align:right}.product-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;color:var(--text);background:var(--bg-soft);border:1px solid var(--line);font-size:.78rem}.chip--status{color:var(--text);background:var(--bg-soft)}button{border:0;border-radius:12px;padding:.75rem 1rem;font-weight:700;background:linear-gradient(120deg,var(--primary),var(--primary-strong));color:var(--bg);cursor:pointer}button:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.product-card__tap{width:100%;display:flex;flex-direction:column;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;text-decoration:none}.product-card__tap:hover:not(:disabled),.product-card__tap:focus-visible{filter:none;transform:none}.product-card__tap:focus-visible{outline:2px solid var(--text);outline-offset:2px}.button--ghost{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem 1rem;border-radius:12px;font-weight:700;background:transparent;color:var(--text);border:1px solid var(--line);cursor:pointer;text-decoration:none}.button--ghost.is-active{border-color:var(--text);background:var(--text);color:var(--bg)}.button--ghost:hover:not(:disabled),.button--ghost:focus-visible{background:var(--bg-soft);filter:none;transform:none}.button--ghost.is-active:hover:not(:disabled),.button--ghost.is-active:focus-visible{background:var(--text);color:var(--bg)}.button--back{justify-self:start;padding-inline:.9rem}.auth-box,.account-preview,.last-order,.product-purchase{display:grid;gap:.9rem}.account-preview__logout{background:none;border:0;border-radius:0;padding:0;margin:-.25rem 0 .5rem;color:var(--danger);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;cursor:pointer;align-self:flex-start}.account-preview__logout:hover,.account-preview__logout:focus-visible{opacity:.75;filter:none;transform:none}.auth-tabs{display:flex;flex-wrap:wrap;gap:.6rem}.auth-tabs button{flex:1 1 140px;min-width:0}.preview-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.preview-stats div,.product-meta div{border:1px solid var(--line);border-radius:14px;padding:.85rem;background:var(--card-strong)}.preview-stats span,.product-meta span{display:block;color:var(--muted);font-size:.84rem;margin-bottom:.35rem}.form-grid{display:grid;gap:.85rem}.form-grid--compact{gap:.7rem}.form-grid--profile{grid-template-columns:repeat(1,minmax(0,1fr))}.field{display:grid;gap:.45rem}.field span{color:var(--muted);font-size:.88rem}.field input,.field textarea,.field select,.search-field input{width:100%;border:1px solid var(--line);border-radius:12px;padding:.85rem .9rem;background:var(--bg-soft);color:var(--text)}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.search-field input:focus{outline:none;border-color:var(--text)}.field-preview{display:grid;gap:.75rem;padding:.85rem .9rem;border:1px solid var(--line);border-radius:12px;background:var(--card-strong)}.field-preview__text{margin:0;line-height:1.6;color:var(--muted);white-space:pre-wrap;word-break:break-word}.field-preview__toggle{justify-self:start}.field--wide{grid-column:1 / -1}.toggle-list{display:grid;gap:.75rem;margin-top:1rem}.toggle-row{display:flex;justify-content:space-between;align-items:start;gap:1rem;border:1px solid var(--line);border-radius:16px;padding:.95rem;background:var(--card-strong)}.toggle-row strong{display:block;margin-bottom:.25rem}.toggle-row>div{min-width:0}.toggle-row input{width:1.2rem;height:1.2rem;margin-top:.2rem}.checkout-delivery-mode__hint{display:block;color:var(--muted);line-height:1.5}.form-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:.9rem}.cart-list,.orders-list,.order-items,.steps-list{margin:0;padding:0}.cart-list,.orders-list{list-style:none;display:grid;gap:.8rem}.cart-list li,.order-card{border:1px solid var(--line);border-radius:14px;padding:.85rem;background:var(--card-strong)}.cart-list li{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.cart-list li>div,.order-card__head>div{min-width:0}.cart-list p{margin:0;font-size:.95rem}.cart-list small,.muted,.status{color:var(--muted)}.qty-controls{display:flex;align-items:center;gap:.45rem}.qty-controls button{width:1.9rem;height:1.9rem;border-radius:.55rem;padding:0}.qty-controls__input{width:3.8rem;min-width:0;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;border:1px solid var(--line);border-radius:.65rem;padding:.45rem .35rem;background:var(--bg-soft);color:var(--text)}.qty-controls__input:focus{outline:none;border-color:var(--text)}.qty-controls__input::-webkit-outer-spin-button,.qty-controls__input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.cart-total{margin:1rem 0 .8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-note{margin:1rem 0 0;color:#f59e0b}.cart-note--muted{color:var(--muted)}.cart-summary{margin:1rem 0 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted)}.cart-total__amount{display:flex;align-items:baseline;justify-content:flex-end;gap:.6rem;text-align:right}.cart-total__amount s{color:var(--muted)}.pay-btn{width:100%;padding:.85rem 1rem}.product-detail{display:grid}.product-detail__grid{display:grid;gap:1rem;grid-template-columns:1fr}.product-gallery,.product-copy{border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.product-gallery{display:grid;gap:.9rem}.product-gallery__main{position:relative;overflow:hidden;min-height:320px;border-radius:16px;background:var(--bg-soft)}.product-gallery__main img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.product-gallery__empty{min-height:320px;display:grid;place-items:center;color:var(--muted);text-align:center}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.8rem;height:2.8rem;padding:0;border-radius:999px;background:var(--card);color:var(--text);border:1px solid var(--line)}.slider-nav:hover:not(:disabled){background:var(--bg-soft)}.slider-nav--prev{left:.85rem}.slider-nav--next{right:.85rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.75rem}.product-gallery__thumb{padding:0;overflow:hidden;border-radius:14px;border:1px solid var(--line);background:var(--card)}.product-gallery__thumb img{width:100%;height:88px;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:var(--text);box-shadow:0 0 0 1px #1111112e}.product-copy{display:grid;gap:1.2rem}.product-copy__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.product-copy__price,.product-purchase__price{font-size:clamp(1.5rem,4vw,2rem);line-height:1}.product-description,.product-specs{display:grid;gap:.75rem}.product-description h3,.product-specs h3{margin:0}.product-description p{margin:0;color:var(--muted);line-height:1.7}.specs-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;margin:0}.spec-item{margin:0;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--line);background:var(--card-strong)}.spec-item dt{color:var(--muted);font-size:.85rem;margin-bottom:.35rem}.spec-item dd{margin:0;font-size:1rem}.product-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.contacts-grid{display:grid;grid-template-columns:1fr;gap:1rem}.contact-card{display:grid;gap:1rem;border:1px solid var(--line);border-radius:18px;padding:1rem;background:var(--card-strong)}.contact-card__head{display:grid;gap:.45rem}.contact-card__head h3,.contact-card__head p{margin:0}.contact-card__list{display:grid;gap:.85rem;margin:0}.contact-row{display:grid;gap:.28rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.contact-row:last-child{padding-bottom:0;border-bottom:0}.contact-row dt{color:var(--muted);font-size:.84rem}.contact-row dd{margin:0;line-height:1.6;word-break:break-word}.order-card__head{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.7rem}.order-card__head h4{margin:0 0 .25rem;word-break:break-word}.order-card__meta{text-align:right;display:grid;gap:.4rem;justify-items:end}.order-card__actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:1rem;flex-wrap:wrap}.order-card__pay{background:linear-gradient(135deg,#0f5f74,#0b3d4a 52%,#111);color:#fff;border-color:transparent;box-shadow:0 14px 34px #0f5f7438}.order-card__pay:hover:not(:disabled),.order-card__pay:focus-visible{filter:brightness(1.02);transform:translateY(-1px)}.order-items{list-style:none;display:grid;gap:.55rem;margin-top:.9rem}.order-items li{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem}.order-items li span{word-break:break-word}.conversation-modal,.password-modal,.checkout-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;padding:1rem;background:#11111147;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center}.conversation-modal__dialog,.password-modal__dialog,.checkout-modal__dialog{width:min(1240px,100%);max-height:calc(100vh - 2rem);overflow:auto;border-radius:24px;border:1px solid var(--line);background:var(--card);padding:1rem;box-shadow:0 28px 80px #0206172e}.conversation-modal__head,.password-modal__head,.checkout-modal__head,.password-modal__head-actions,.conversation-modal__head-actions,.conversation-main,.conversation-composer,.checkout-modal__grid,.checkout-summary,.checkout-main,.checkout-form-grid,.checkout-steps{display:grid;gap:1rem}.conversation-modal__head{margin-bottom:1rem}.conversation-modal__head h3,.password-modal__head h3,.checkout-modal__head h3,.conversation-composer h4{margin:0}.conversation-modal__head p,.password-modal__head p,.checkout-modal__head p{margin:.35rem 0 0}.checkout-modal__head{margin-bottom:1rem;align-items:start}.checkout-summary__card,.checkout-payment-card,.checkout-widget-shell,.checkout-step{border:1px solid var(--line);border-radius:18px;background:var(--card-strong)}.checkout-summary__card,.checkout-payment-card,.checkout-step{padding:1rem}.checkout-summary__card{display:flex;justify-content:space-between;align-items:center;gap:1rem}.checkout-step{display:grid;gap:.3rem;color:var(--muted)}.checkout-step.is-active{border-color:#0f5f7466;background:linear-gradient(180deg,#0f5f7414,#0f5f7405);color:var(--text)}.checkout-widget-shell{overflow:hidden}.checkout-widget-shell__mount{min-height:680px}.checkout-widget-shell iframe{display:block;width:100%;min-height:680px}.checkout-widget-shell__fallback{padding:1rem;display:grid;gap:.45rem;color:var(--muted)}.checkout-widget-shell__fallback p,.checkout-payment-card p{margin:0}.checkout-widget-shell__fallback p,.checkout-payment-card p{color:var(--muted)}.checkout-payment-card{display:grid;gap:.8rem;padding:1rem}.password-modal__body{display:grid;gap:1rem;border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.conversation-stream,.conversation-composer{border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.conversation-stream{max-height:440px;overflow:auto}.conversation-stream,.conversation-upload-list,.conversation-attachments{display:grid;gap:.9rem}.conversation-message{display:grid;gap:.8rem;border-radius:16px;padding:1rem;background:var(--bg-soft);border:1px solid var(--line)}.conversation-message--client{border-color:var(--text)}.conversation-message--manager{border-color:var(--line);background:var(--card-strong)}.conversation-message--system{border-style:dashed}.conversation-message__head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.conversation-message__head strong,.conversation-message__head span,.conversation-message p{margin:0}.conversation-message__head span{color:var(--muted);font-size:.84rem;text-align:right}.conversation-message p{white-space:pre-wrap;line-height:1.6}.conversation-attachments{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.conversation-attachment{display:grid;gap:.55rem;padding:.75rem;border-radius:14px;border:1px solid var(--line);background:var(--card);color:var(--text);text-decoration:none}.conversation-attachment img{width:100%;height:120px;object-fit:cover;border-radius:12px}.conversation-attachment strong,.conversation-attachment__file{word-break:break-word}.conversation-attachment__file{display:grid;place-items:center;min-height:80px;border-radius:12px;background:var(--bg-soft);color:var(--muted);font-weight:700}.conversation-upload-list{margin:0;padding-left:1.1rem;color:var(--muted)}@media (max-width: 699px){.page{padding:.75rem}.section-head,.order-card__head,.cart-list li,.order-items li,.cart-total,.toggle-row,.product-card__footer,.product-card__meta,.conversation-message__head{flex-direction:column;align-items:flex-start}.order-card__meta,.conversation-message__head span,.section-head span{text-align:left;justify-items:start}.qty-controls{align-self:flex-start}.conversation-modal,.checkout-modal{padding:.5rem}.conversation-modal__dialog,.checkout-modal__dialog{padding:.75rem;max-height:calc(100vh - 1rem)}.conversation-modal__head-actions,.checkout-modal__head{grid-template-columns:1fr}}.steps-list{list-style-position:inside;display:grid;gap:.8rem;color:var(--muted);line-height:1.55}.summary-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.account-main,.account-entry{display:grid;gap:1rem}.site-footer{margin-top:1.25rem;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--card)}.site-footer p{margin:0}.site-footer__upper,.site-footer__lower{padding:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.site-footer__upper{color:var(--muted);background:var(--card);justify-content:center}.site-footer__lower{background:#000;color:#ffffffd6}.site-footer__meta{display:grid;gap:.25rem;text-align:right}.site-footer__social{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.social-badge{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;text-decoration:none;color:var(--text);border:1px solid var(--line);background:#00000005}.social-badge img{width:22px;height:22px;object-fit:contain}.social-badge__text{font-size:.74rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.social-badge:hover{filter:brightness(.98)}.social-badge:active{transform:translateY(1px)}.site-footer__yandex{display:inline-flex;align-items:center;text-decoration:none}.site-footer__yandex img{display:block;border-radius:8px}.site-footer__copyright{font-weight:600}.payment-badges{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:end}.payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;font-size:.85rem;font-weight:600;color:#ffffffeb}.payment-badge img{height:40px;width:auto;max-width:90px;object-fit:contain;display:block}.error{color:var(--danger)}@media (min-width: 700px){.hero__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--profile{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contacts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card--wide{grid-column:1 / -1}.products-toolbar{flex-direction:row;align-items:end}.search-field{flex:1}.category-size-field{width:auto;min-width:11rem}.specs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.page{padding:1.2rem}.products-grid,.account-entry{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.site-nav{display:block}.site-header__burger,.mobile-menu{display:none}.site-header__brand{font-size:1.4rem}}@media (max-width: 899px){.site-header{position:sticky;top:0;z-index:50}.site-header__identity{justify-content:flex-start}.site-header__hours{font-size:.74rem}}@media (min-width: 980px){.product-detail__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}.checkout-modal__grid{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);align-items:start}.checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1080px){.page{padding:1.5rem}.layout--shop{grid-template-columns:2fr minmax(340px,1fr);align-items:start}.layout--product{grid-template-columns:minmax(0,2fr) minmax(340px,1fr);align-items:start}.layout--account{grid-template-columns:minmax(0,1fr);align-items:start}.sidebar-stack{position:sticky;top:1rem}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.conversation-modal__head,.checkout-modal__head{grid-template-columns:minmax(0,1fr) auto;align-items:start}}@media (max-width: 767px){.checkout-widget-shell__mount,.checkout-widget-shell iframe{min-height:560px}}:root{--store-ink: #171715;--store-muted: #716c66;--store-line: #ded8d1;--store-ivory: #f6efe5;--store-paper: #faf7f3;--store-stone: #e9e5df;--bg: #faf7f3;--bg-soft: #efeae4;--card: #fffdf9;--card-strong: #f8f4ef;--line: #ded8d1;--text: #171715;--muted: #716c66}body{background:#0d0d0d;color:var(--store-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{width:min(100%,1280px);max-width:1280px;min-height:100vh;margin:0 auto;padding:0;overflow:clip;border-radius:28px;background:var(--store-paper);box-shadow:0 0 0 1px #ffffff0f}.page__content{min-height:45vh}.store-container{width:min(calc(100% - 112px),1172px);margin-inline:auto}.store-header{position:relative;z-index:40;background:var(--store-ivory);border:0}.store-header__inner{min-height:96px;display:grid;grid-template-columns:230px minmax(0,1fr) auto;align-items:center;gap:30px}.store-brand{color:var(--store-ink);text-decoration:none;display:inline-grid;gap:3px;width:max-content}.store-brand strong,.store-footer__brand>strong{font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400;letter-spacing:-.04em}.store-brand small{font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#5e5953}.store-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.8vw,28px)}.store-nav a,.store-nav summary{max-width:130px;overflow:hidden;color:var(--store-ink);text-decoration:none;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1;transition:opacity .16s ease}.store-nav a:hover,.store-nav a:focus-visible,.store-nav a.is-active,.store-nav summary:hover,.store-nav summary:focus-visible,.store-nav summary.is-active{opacity:.52}.store-nav__stones{position:relative}.store-nav__stones summary{cursor:pointer;list-style:none}.store-nav__stones summary::-webkit-details-marker{display:none}.store-nav__stones summary:after{content:"⌄";margin-left:5px;font-size:10px}.store-nav__stone-menu{position:absolute;top:calc(100% + 16px);left:50%;z-index:50;width:220px;max-height:360px;padding:10px;overflow-y:auto;transform:translate(-50%);border:1px solid var(--store-line);border-radius:12px;background:#fffdf9;box-shadow:0 18px 45px #17171529}.store-nav__stone-menu a,.store-nav__stone-menu span{max-width:none;padding:10px 12px;display:block;border-radius:8px;font-size:13px}.store-nav__stone-menu a:hover,.store-nav__stone-menu a:focus-visible{background:var(--store-ivory);opacity:1}.store-header__actions{display:flex;align-items:center;gap:12px}.store-icon-link{position:relative;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--store-ink);background:transparent;text-decoration:none}.store-icon-link:hover,.store-icon-link:focus-visible,.store-icon-link.is-active{background:#17171512}.store-icon-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.store-icon-link>span{position:absolute;top:-4px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:var(--store-ink);color:#fff;font-size:9px;font-weight:700}.store-header__burger,.store-mobile-menu{display:none}.home-hero{position:relative;min-height:670px;overflow:hidden;background:var(--store-ivory)}.home-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-hero__inner{position:relative;z-index:1;min-height:670px;display:flex;align-items:center}.home-hero__copy{width:430px;padding-bottom:10px}.home-hero h1{margin:0 0 24px;display:grid;font-family:Georgia,Times New Roman,serif;font-size:clamp(72px,7.35vw,94px);font-weight:400;line-height:.92;letter-spacing:-.055em}.home-hero__lead{margin:0 0 26px;font-size:24px;line-height:1.35}.home-hero__categories{margin:0 0 24px;color:#4d4944;font-size:16px;line-height:1.6}.home-search{max-width:410px;margin-bottom:26px}.home-search>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.home-search__control{min-height:54px;display:flex;overflow:hidden;border:1px solid rgba(23,23,21,.55);background:#fffdf9e6}.home-search__control input{min-width:0;flex:1;padding:0 16px;border:0;outline:0;color:var(--store-ink);background:transparent;font:inherit}.home-search__control button{padding:0 18px;border:0;color:#fff;background:var(--store-ink);text-transform:uppercase;font-size:10px;font-weight:700;cursor:pointer}.home-search__control:focus-within{outline:2px solid var(--store-ink);outline-offset:2px}.home-search-results{padding:38px 0 10px}.home-search-results .store-section-head button{border:0;color:var(--store-muted);background:transparent;text-decoration:underline;cursor:pointer}.home-hero__actions{display:flex;flex-wrap:wrap;gap:20px}.store-button{min-height:62px;padding:0 34px;border:1px solid var(--store-ink);display:inline-flex;align-items:center;justify-content:center;color:var(--store-ink);background:transparent;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.025em;transition:background .16s ease,color .16s ease}.store-button--dark{background:var(--store-ink);color:#fff}.store-button:hover,.store-button:focus-visible{background:#34332f;color:#fff}.home-section{background:var(--store-paper)}.home-section--catalog{padding:38px 0 44px}.store-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.store-section-head h2,.home-stones h2,.inspiration-section h2{margin:0;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.01em;text-transform:uppercase}.store-section-head>a{color:var(--store-muted);text-decoration:none;font-size:11px}.home-category-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5 * 20px) / 6);gap:20px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.home-category-rail::-webkit-scrollbar,.stone-rail::-webkit-scrollbar{display:none}.home-category-card{min-width:0;scroll-snap-align:start;background:#f3eee7}.home-category-card__link{display:grid;color:var(--store-ink);text-decoration:none}.home-category-card img{width:100%;aspect-ratio:1.08 / 1;display:block;object-fit:cover;background:#e7e0d7;transition:transform .3s ease}.home-category-card:hover img{transform:scale(1.025)}.home-category-card__label{min-height:54px;padding:12px 10px;display:flex;align-items:center;color:#383531;font-size:11px;font-weight:600;line-height:1.25;text-transform:uppercase}.store-section-head--arrivals{margin-top:50px}.arrival-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.arrival-card{min-width:0;background:#fffefa;border:1px solid #ece6de}.arrival-card__media{position:relative;overflow:hidden;background:#eee8e0}.arrival-card__image-link{display:block}.arrival-card__media img{width:100%;aspect-ratio:1 / 1;display:block;object-fit:cover;transition:transform .3s ease}.arrival-card:hover .arrival-card__media img{transform:scale(1.025)}.arrival-card__new{position:absolute;top:9px;left:9px;padding:4px 6px;background:#fffdf9d1;color:#6c665f;font-size:8px;letter-spacing:.08em}.arrival-card__heart{position:absolute;top:7px;right:7px;width:31px;height:31px;padding:6px;border:0;border-radius:50%;display:grid;place-items:center;color:#5b5752;background:#fffdf9db}.arrival-card__heart svg{width:18px;fill:transparent;stroke:currentColor;stroke-width:1.8}.arrival-card__heart.is-active svg{fill:currentColor}.arrival-card__body{min-height:106px;padding:14px 11px 16px;display:flex;flex-direction:column;align-items:flex-start}.arrival-card__body a{color:inherit;text-decoration:none}.arrival-card__body h3{min-height:34px;margin:0 0 5px;display:-webkit-box;overflow:hidden;font-size:13px;font-weight:500;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.arrival-card__body p{width:100%;margin:0 0 10px;overflow:hidden;color:var(--store-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.arrival-card__body strong{margin-top:auto;font-size:13px;font-weight:600}.home-stones{padding:52px 0 48px;background:var(--store-stone)}.home-stones__heading{margin-bottom:24px;text-align:center}.home-stones__heading p{margin:10px 0 0;color:#615d57;font-size:12px}.stone-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5 * 14px) / 6);grid-template-columns:none;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.stone-tile{min-width:0;display:grid;gap:8px;color:var(--store-ink);text-align:center;text-decoration:none;scroll-snap-align:start}.stone-tile__image{position:relative;aspect-ratio:1 / 1.05;overflow:hidden;display:block}.stone-tile img{width:100%;height:100%;display:block;object-fit:cover;object-position:61% center;mix-blend-mode:multiply;transition:transform .25s ease}.stone-tile:hover img{transform:translateY(-3px) scale(1.02)}.stone-tile strong{font-size:10px;font-weight:600;text-transform:uppercase}.home-stones__dots{min-height:24px;margin-top:26px;display:flex;align-items:center;justify-content:center;gap:2px}.home-stones__dots button{position:relative;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.home-stones__dots button:before{position:absolute;inset:50% auto auto 50%;width:7px;height:7px;border-radius:50%;background:#a9a59f;content:"";transform:translate(-50%,-50%);transition:background-color .16s ease,transform .16s ease}.home-stones__dots button:hover:before,.home-stones__dots button:focus-visible:before{transform:translate(-50%,-50%) scale(1.35)}.home-stones__dots button:focus-visible{outline:1px solid var(--store-ink);outline-offset:3px}.home-stones__dots button.is-active:before{background:var(--store-ink)}.benefits-strip{padding:42px 0;border-bottom:1px solid var(--store-line);background:#fbf8f4}.benefits-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.benefit{min-width:0;display:flex;align-items:center;gap:12px}.benefit svg{width:36px;height:36px;flex:0 0 auto;padding:5px;border:1px solid #85807a;border-radius:50%;fill:none;stroke:#4d4944;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.benefit span{min-width:0;display:grid;gap:4px}.benefit strong{overflow:hidden;font-size:10px;font-weight:650;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.benefit small{color:var(--store-muted);font-size:9px}.inspiration-section{padding:38px 0;background:#fbf8f4}.inspiration-section__grid{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:stretch;gap:18px}.inspiration-section__copy{padding:10px 0}.inspiration-section__copy p{margin:12px 0 28px;color:var(--store-muted);font-size:10px}.inspiration-section__copy a{color:var(--store-ink);text-decoration:none;font-size:12px}.inspiration-section__image{width:100%;height:154px;display:block;object-fit:cover}.store-footer{margin:0;border:0;border-radius:0;overflow:hidden;background:#171717;color:#ffffffb8}.store-footer__grid{padding-top:42px;padding-bottom:36px;display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));gap:42px}.store-footer__grid>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.store-footer__brand>strong{color:#fff;font-size:25px}.store-footer__brand p{margin:5px 0 12px;color:#ffffff9e;font-size:11px;line-height:1.45}.store-footer h2{margin:3px 0 8px;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase}.store-footer a,.store-footer span{max-width:100%;overflow:hidden;color:#ffffff9e;text-decoration:none;text-overflow:ellipsis;font-size:10px;line-height:1.35}.store-footer a:hover,.store-footer a:focus-visible{color:#fff}.store-footer__socials{display:flex;gap:10px}.store-footer__socials a{width:25px;height:25px;display:grid;place-items:center}.store-footer__socials svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.store-footer__socials span{color:#fff;font-size:9px;font-weight:700}.store-footer__bottom{min-height:54px;border-top:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}.store-footer__bottom>:nth-child(2){text-align:center}.store-footer__bottom>:last-child{text-align:right}.home-skeleton{display:block;border-radius:2px;background:linear-gradient(90deg,#eee7de 25%,#f8f3ed,#eee7de 75%);background-size:200% 100%;animation:store-shimmer 1.2s linear infinite}.home-skeleton--category{min-height:210px}.home-skeleton--product{min-height:310px}.home-skeleton--stone{min-height:190px;border-radius:50% 50% 12px 12px}@keyframes store-shimmer{to{background-position:-200% 0}}.store-message{padding:14px 16px;border:1px solid var(--store-line);background:#ffffff80;color:var(--store-muted);font-size:13px}.store-message--error{color:#6f382e}.storefront-catalog,.store-category-page,.stone-page{padding:54px 0 70px;background:var(--store-paper)}.store-category-page__inner{border:0!important;padding:0!important;background:transparent!important}.store-category-page .section-head h1{font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:400;letter-spacing:-.035em}.store-category-page .products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.store-category-page .product-card{border-radius:0;border-color:#e6ded5;background:#fffdf9}.storefront-catalog__head{max-width:720px;margin-bottom:38px}.storefront-catalog__head>span,.stone-products .store-section-head>div>span,.stone-banner__copy>span{display:block;margin-bottom:10px;color:var(--store-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.storefront-catalog__head h1,.stone-banner h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:64px;font-weight:400;line-height:1;letter-spacing:-.045em}.storefront-catalog__head p{margin:18px 0 0;color:var(--store-muted);line-height:1.6}.catalog-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.catalog-category-card{min-width:0;border:1px solid #e6ded5;background:#fff}.catalog-category-card__link{display:block;color:var(--store-ink);text-decoration:none}.catalog-category-card__media{aspect-ratio:1.28 / 1;overflow:hidden;background:#e9e2da}.catalog-category-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.catalog-category-card:hover img{transform:scale(1.025)}.catalog-category-card__body{min-height:82px;padding:16px;display:flex;align-items:start;justify-content:space-between;gap:16px}.catalog-category-card__body h3{margin:0;font-size:16px;font-weight:550;line-height:1.3}.catalog-category-card__body span{flex:0 0 auto;color:var(--store-muted);font-size:10px}.stone-page__back{margin-bottom:22px;display:inline-block;color:var(--store-muted);text-decoration:none;font-size:12px}.stone-banner{min-height:455px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);overflow:hidden;background:var(--store-ivory)}.stone-banner__copy{padding:58px 26px 58px 58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.stone-banner h1{font-size:clamp(54px,6vw,76px)}.stone-banner__copy p{max-width:460px;margin:24px 0 34px;color:#5d5852;font-size:16px;line-height:1.65}.stone-banner img{width:100%;height:100%;min-height:455px;display:block;object-fit:cover;object-position:60% center}.stone-products{padding-top:52px}.stone-products .store-section-head{align-items:end}.stone-products .store-section-head h2{font-size:24px;text-transform:none}.stone-products .store-section-head>span{color:var(--store-muted);font-size:11px}.stone-products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stone-products__empty,.stone-page__loading{padding:50px;border:1px solid var(--store-line);background:#fffdf9;text-align:center}.stone-products__empty h3{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.stone-products__empty p{margin:0;color:var(--store-muted)}.page__content>.layout{width:min(calc(100% - 64px),1216px);margin:34px auto}.page__content .products,.page__content .panel,.page__content .cart{border-color:var(--store-line);border-radius:2px;box-shadow:none}.spec-item--stone{grid-column:1 / -1;background:#f2ece5}.spec-item--stone a{color:var(--store-ink);font-weight:650}@media (max-width: 1120px){.store-header__inner{grid-template-columns:190px minmax(0,1fr) auto;gap:18px}.store-nav{gap:14px}.store-nav a{max-width:90px;font-size:11px}.home-hero__copy{width:390px}.home-category-rail{grid-auto-columns:calc((100% - 54px)/4);gap:18px}.arrival-grid{gap:14px}.store-footer__grid{gap:24px}}@media (max-width: 899px){.page{border-radius:0}.store-container{width:min(calc(100% - 40px),1172px)}.store-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(120,110,100,.16)}.store-header__inner{min-height:74px;grid-template-columns:40px 1fr auto;gap:12px}.store-brand{justify-self:center}.store-brand strong{font-size:22px}.store-brand small,.store-nav,.store-header__actions .store-icon-link:first-child{display:none}.store-header__burger{width:38px;height:38px;padding:9px;border:0;display:grid;align-content:center;gap:5px;background:transparent}.store-header__burger span{width:20px;height:1.5px;display:block;background:var(--store-ink)}.store-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:block;opacity:0;pointer-events:none;transition:opacity .18s ease}.store-mobile-menu.is-open{opacity:1;pointer-events:auto}.store-mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:0;background:#00000059}.store-mobile-menu__panel{position:relative;width:min(86vw,360px);height:100%;padding:24px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;background:var(--store-paper);transform:translate(-102%);transition:transform .2s ease}.store-mobile-menu.is-open .store-mobile-menu__panel{transform:translate(0)}.store-mobile-menu__head{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;font-family:Georgia,Times New Roman,serif;font-size:26px}.store-mobile-menu__head button{padding:0;border:0;background:transparent;font-size:32px;font-weight:300}.store-mobile-menu__panel>a,.store-mobile-menu__panel>button{width:100%;padding:13px 0;border:0;border-bottom:1px solid var(--store-line);border-radius:0;color:var(--store-ink);background:transparent;text-align:left;text-decoration:none;font-size:14px}.home-hero{min-height:650px}.home-hero__image{inset:auto 0 0;height:48%;object-position:66% center}.home-hero__inner{min-height:650px;align-items:flex-start}.home-hero__copy{width:100%;padding-top:60px}.home-hero h1{margin-bottom:18px;font-size:62px}.home-hero__lead{margin-bottom:14px;font-size:20px}.home-hero__categories{margin-bottom:24px;font-size:13px}.store-button{min-height:50px;padding:0 20px;font-size:9px}.arrival-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stone-rail{grid-auto-flow:column;grid-auto-columns:31%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none}.stone-tile{scroll-snap-align:start}.benefits-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspiration-section__grid{grid-template-columns:170px minmax(0,1fr)}.store-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-footer__brand{grid-column:1 / -1}.catalog-category-grid,.store-category-page .products-grid,.stone-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stone-banner{grid-template-columns:1fr}.stone-banner__copy{padding:42px}.stone-banner img{min-height:340px;height:340px}}@media (max-width: 599px){.store-container{width:calc(100% - 32px)}.store-header__actions{gap:4px}.home-hero,.home-hero__inner{min-height:760px}.home-hero__image{height:40%}.home-hero__copy{padding-top:44px}.home-hero h1{font-size:56px}.home-hero__actions{gap:10px}.home-hero__actions .store-button{flex:1 1 145px;padding-inline:12px}.home-section--catalog{padding-top:30px}.store-section-head h2,.home-stones h2,.inspiration-section h2{font-size:16px}.home-category-rail{grid-auto-columns:44%;gap:12px}.home-category-card__label{min-height:50px;font-size:9px}.arrival-grid{gap:10px}.arrival-card__body{min-height:112px;padding:12px 9px}.arrival-card__body h3{font-size:12px}.stone-rail{grid-auto-columns:42%}.benefits-strip{padding:28px 0}.benefits-strip__grid{gap:24px 14px}.benefit{align-items:flex-start}.benefit strong{white-space:normal}.inspiration-section__grid{grid-template-columns:1fr}.inspiration-section__copy p{margin-bottom:14px}.inspiration-section__image{height:145px}.store-footer__grid{padding-top:34px;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.store-footer__bottom{padding:16px 0;grid-template-columns:1fr;gap:8px}.store-footer__bottom>*,.store-footer__bottom>:nth-child(2),.store-footer__bottom>:last-child{text-align:left}.storefront-catalog,.store-category-page,.stone-page{padding:34px 0 50px}.storefront-catalog__head h1,.stone-banner h1{font-size:44px}.catalog-category-grid,.stone-products__grid{gap:10px}.catalog-category-card__body{min-height:94px;padding:12px;display:block}.catalog-category-card__body h3{margin-bottom:8px;font-size:13px}.stone-banner__copy{padding:34px 24px}.stone-banner__copy p{margin:18px 0 24px;font-size:14px}.stone-banner img{min-height:250px;height:250px}.stone-products__empty{padding:34px 20px}.page__content>.layout{width:calc(100% - 24px);margin:16px auto}}@media (prefers-reduced-motion: reduce){.home-skeleton,.home-category-card img,.arrival-card__media img,.stone-tile img,.home-stones__dots button:before{animation:none;transition:none}}
