/*
 * GENERATED FILE - do not edit directly.
 * Source: php tools/build_storefront_css.php
 */

/* === theme: public/assets/storefront/theme/pro-commerce.css === */
/* Storefront professional commerce theme v20260514pro08-premium-typography */
:root{
  --sf-pro-bg:#f7f3ea;
  --sf-pro-paper:#fffdf8;
  --sf-pro-paper-2:#eee5d6;
  --sf-pro-ink:#14120f;
  --sf-pro-ink-2:#2a251f;
  --sf-pro-muted:#665b4f;
  --sf-pro-line:rgba(30,27,24,.13);
  --sf-pro-line-strong:rgba(128,97,41,.28);
  --sf-pro-gold:#b8944f;
  --sf-pro-gold-dark:#7a6137;
  --sf-pro-brown:#272019;
  --sf-pro-dark:#14120f;
  --sf-pro-green:#1f3a2e;
  --sf-pro-red:#9a2134;
  --sf-pro-wine:#1f3a2e;
  --sf-pro-shadow:0 22px 62px rgba(17,16,14,.13);
  --sf-pro-shadow-soft:0 12px 30px rgba(17,16,14,.075);
  --sf-font-sans:"Aptos","Segoe UI Variable","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --sf-font-display:"Aptos Display","Segoe UI Variable Display","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --sf-font-label:"Aptos","Segoe UI Variable","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

html{background:var(--sf-pro-bg)}
body{
  margin:0;
  background:
    radial-gradient(circle at 10% -16%, rgba(198,163,93,.16), transparent 27rem),
    radial-gradient(circle at 92% 0%, rgba(31,58,46,.08), transparent 24rem),
    linear-gradient(180deg,#fbfaf6 0%,var(--sf-pro-bg) 54%,#eee5d6 100%);
  color:var(--sf-pro-ink);
  font-family:var(--sf-font-sans);
  font-size:15px;
  line-height:1.56;
  letter-spacing:-.006em;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body :where(a){text-decoration-thickness:.08em;text-underline-offset:.18em}

:where(.sf-wrap,.sf-pro-commerce-home,.sf-pro-header,.sf-footer){
  font-family:var(--sf-font-sans);
}

:where(.sf-pro-commerce-home h1,.sf-pro-commerce-home h2,.sf-pro-commerce-home h3,.sf-hero h1,.sf-hero h2,.sf-section__head h2,.sf-card h2,.sf-card h3){
  font-family:var(--sf-font-display);
  font-weight:720;
  letter-spacing:-.045em;
  text-wrap:balance;
}

:where(.sf-home-kicker,.sf-product-card__status,.sf-home-product-card__badge,.sf-pro-nav__link,.sf-pro-header__notice,.sf-pro-search-trigger,.sf-pro-account,.sf-button,.sf-home-btn){
  font-family:var(--sf-font-label);
  letter-spacing:.01em;
}

:where(.sf-price,.sf-home-product-card__price,.sf-home-spotlight__price,.sf-home-hero-product__price,.sf-mini-cart__totals strong){
  font-variant-numeric:tabular-nums lining-nums;
}

.sf-wrap{width:min(1200px,100%)}

.sf-footer{
  width:min(1200px,calc(100% - 28px));
  margin:42px auto 20px;
  padding:13px 16px;
  border:1px solid rgba(25,20,16,.10);
  border-radius:16px;
  background:rgba(255,253,248,.94);
  color:rgba(43,37,32,.66);
  box-shadow:0 10px 26px rgba(18,13,8,.06);
  backdrop-filter:blur(12px);
}

.sf-footer img{max-height:16px;width:auto;vertical-align:middle}
.sf-footer__brand{color:inherit;text-decoration:none}

.sf-button,
.sf-button--primary,
.sf-button--ghost{
  border-radius:999px!important;
  font-weight:680!important;
}

.sf-button--primary{
  border-color:var(--sf-pro-dark)!important;
  background:linear-gradient(135deg,var(--sf-pro-dark),#2f171d)!important;
  color:#fff8ea!important;
}

@media (max-width:760px){
  .sf-footer{
    width:calc(100% - 24px);
    margin-top:30px;
    border-radius:15px;
    text-align:center;
  }
}

/* === header: public/assets/storefront/components/header.css === */
/* Storefront retail header v20260514header11-premium-typography */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.sf-pro-header{
  position:sticky;
  font-family:var(--sf-font-sans,"Aptos","Segoe UI",Arial,sans-serif);
  top:0;
  z-index:80;
  width:100%;
  color:var(--sf-pro-ink,#12100d);
  isolation:isolate;
}

.sf-pro-header__notice{
  width:100%;
  background:linear-gradient(90deg,#14120f 0%,#21140f 58%,#1f3a2e 100%);
  color:#fff8ea;
  border-bottom:1px solid rgba(255,248,234,.10);
}

.sf-pro-header__notice-inner{
  width:min(1280px,100%);
  margin:0 auto;
  min-height:28px;
  padding:0 clamp(12px,2.4vw,28px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  font-size:11px;
  letter-spacing:.01em;
}

.sf-pro-header__notice p{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:rgba(255,248,234,.72);
}

.sf-pro-header__notice strong{
  color:#fff8ea;
  font-weight:720;
  white-space:nowrap;
}

.sf-pro-header__notice nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex:0 0 auto;
}

.sf-pro-header__notice a{
  color:rgba(255,248,234,.82);
  text-decoration:none;
  font-weight:650;
}

.sf-pro-header__notice a:hover,
.sf-pro-header__notice a:focus-visible{color:#fff}

.sf-pro-header__main{
  width:100%;
  background:rgba(255,253,248,.98);
  border-bottom:1px solid rgba(128,97,41,.18);
  box-shadow:0 12px 30px rgba(17,16,14,.09);
  backdrop-filter:blur(14px);
}

.sf-pro-header__main-inner{
  width:min(1280px,100%);
  margin:0 auto;
  min-height:60px;
  padding:0 clamp(12px,2.4vw,28px);
  display:grid;
  grid-template-columns:minmax(155px,220px) minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(12px,2vw,24px);
}

.sf-pro-brand{
  display:inline-flex;
  align-items:center;
  min-width:0;
  width:max-content;
  max-width:100%;
  color:var(--sf-pro-ink,#12100d);
  text-decoration:none;
  font-family:var(--sf-font-display,"Aptos Display","Segoe UI",Arial,sans-serif);
  font-weight:760;
  letter-spacing:-.045em;
  font-size:clamp(20px,1.6vw,25px);
}

.sf-pro-brand img{
  display:block;
  max-width:min(190px,100%);
  max-height:38px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.sf-pro-brand span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.sf-pro-brand span::before{
  content:"";
  width:26px;
  height:26px;
  border-radius:9px;
  background:linear-gradient(135deg,#14120f 0%,#1f3a2e 54%,#b8944f 100%);
  box-shadow:0 8px 18px rgba(17,16,14,.13);
}

.sf-pro-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sf-pro-nav__inner{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
}

.sf-pro-nav__link{
  position:relative;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border-radius:999px;
  color:rgba(30,27,24,.78);
  text-decoration:none;
  white-space:nowrap;
  font-size:12px;
  font-weight:660;
  letter-spacing:-.004em;
  transition:background .16s ease,color .16s ease;
}

.sf-pro-nav__link:hover,
.sf-pro-nav__link:focus-visible,
.sf-pro-nav__link.is-active{
  background:rgba(198,163,93,.16);
  color:#14120f;
}

.sf-pro-nav__link.is-active::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:4px;
  height:2px;
  border-radius:999px;
  background:#b8944f;
}

.sf-pro-header__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  min-width:0;
}

.sf-pro-search-trigger,
.sf-pro-account{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 10px;
  border:1px solid rgba(128,97,41,.20);
  border-radius:999px;
  background:#fffdf8;
  color:#1b1511;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:none;
  transition:border-color .16s ease,background .16s ease,color .16s ease;
}

.sf-pro-search-trigger{
  font:inherit;
  cursor:pointer;
}

.sf-pro-search-trigger:hover,
.sf-pro-account:hover{
  border-color:rgba(198,163,93,.48);
  background:#efe7d9;
}

.sf-pro-search-trigger span,
.sf-pro-account span{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:transparent;
  color:#7a6137;
  font-size:12px;
  line-height:1;
}

.sf-pro-search-trigger strong,
.sf-pro-account strong{
  font-size:12px;
  font-weight:720;
}

.sf-pro-account--logged span{background:#1f3a2e;color:#fff8ea}

.sf-pro-header .sf-mini-cart{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:4px;
}

.sf-pro-header .sf-cart-link{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 11px;
  border:1px solid #14120f;
  border-radius:999px;
  background:linear-gradient(135deg,#14120f,#1f3a2e);
  color:#fff8ea;
  text-decoration:none;
  font-weight:720;
  font-size:12px;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(17,16,14,.18);
}

.sf-pro-header .sf-cart-link span{
  min-width:19px;
  height:19px;
  padding:0 6px;
  border-radius:999px;
  background:#fff8ea;
  color:#14120f;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  line-height:1;
}

.sf-pro-header .sf-mini-cart__toggle{
  width:30px;
  height:30px;
  border:1px solid rgba(128,97,41,.20);
  border-radius:999px;
  background:#fffdf8;
  color:#14120f;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.sf-pro-header .sf-mini-cart__toggle svg{width:17px;height:17px;display:block}

.sf-pro-header .sf-mini-cart__panel{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  z-index:90;
  width:min(390px,calc(100vw - 24px));
  max-height:min(76vh,680px);
  overflow:auto;
  padding:15px;
  border:1px solid rgba(25,20,16,.13);
  border-radius:18px;
  background:#fffdf8;
  color:var(--sf-pro-ink,#12100d);
  box-shadow:0 22px 60px rgba(17,16,14,.16);
}

.sf-pro-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:34px;
  padding:0 10px;
  border:1px solid rgba(128,97,41,.20);
  border-radius:999px;
  background:#fffdf8;
  color:#14120f;
  font:inherit;
  font-size:12px;
  font-weight:720;
  cursor:pointer;
}

.sf-pro-menu-toggle i{
  position:relative;
  width:16px;
  height:11px;
  display:inline-block;
}
.sf-pro-menu-toggle i::before,
.sf-pro-menu-toggle i::after{
  content:"";
  position:absolute;
  left:0;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:top .16s ease,transform .16s ease;
}
.sf-pro-menu-toggle i::before{top:1px}
.sf-pro-menu-toggle i::after{top:8px}
.sf-pro-header[data-menu-open="true"] .sf-pro-menu-toggle i::before{top:5px;transform:rotate(42deg)}
.sf-pro-header[data-menu-open="true"] .sf-pro-menu-toggle i::after{top:5px;transform:rotate(-42deg)}

.sf-pro-search-trigger:focus-visible,
.sf-pro-account:focus-visible,
.sf-pro-menu-toggle:focus-visible,
.sf-pro-nav__link:focus-visible,
.sf-login-modal__close:focus-visible,
.sf-login-modal__submit:focus-visible,
.sf-search-modal__close:focus-visible,
.sf-search-modal__form input:focus-visible,
.sf-search-modal__form button:focus-visible{
  outline:2px solid rgba(198,163,93,.34);
  outline-offset:2px;
}

.sf-login-modal,
.sf-search-modal{
  width:min(480px,calc(100vw - 26px));
  border:0;
  padding:0;
  background:transparent;
  color:#12100d;
}

.sf-search-modal{width:min(560px,calc(100vw - 26px))}
.sf-login-modal::backdrop,
.sf-search-modal::backdrop{background:rgba(15,11,8,.54);backdrop-filter:blur(7px)}
body.sf-login-modal-open,
body.sf-search-modal-open{overflow:hidden}

.sf-login-modal__panel,
.sf-search-modal__panel{
  position:relative;
  padding:24px;
  border:1px solid rgba(25,20,16,.13);
  border-radius:20px;
  background:linear-gradient(180deg,#fffdf8,#f0e2cc);
  box-shadow:0 28px 76px rgba(0,0,0,.22);
}

.sf-login-modal__close,
.sf-search-modal__close{
  position:absolute;
  top:11px;
  right:11px;
  width:32px;
  height:32px;
  border:1px solid rgba(128,97,41,.20);
  border-radius:999px;
  background:#fffdf8;
  color:#14120f;
  font-size:19px;
  line-height:1;
  cursor:pointer;
}

.sf-login-modal__eyebrow,
.sf-search-modal__intro span{
  display:inline-flex;
  margin-bottom:8px;
  color:#7a6137;
  font-size:10px;
  font-weight:740;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.sf-login-modal__intro h2,
.sf-search-modal__intro h2{
  margin:0;
  color:#14120f;
  font-size:clamp(24px,3.2vw,32px);
  line-height:1;
  letter-spacing:-.05em;
}

.sf-login-modal__intro p,
.sf-search-modal__intro p{
  margin:10px 0 0;
  color:#665b4f;
  font-size:14px;
  line-height:1.55;
}

.sf-login-modal__form,
.sf-search-modal__form{display:grid;gap:12px;margin-top:18px}
.sf-login-modal__form label{display:grid;gap:6px;color:#262019;font-size:12px;font-weight:700}
.sf-login-modal__form input,
.sf-search-modal__form input{
  width:100%;
  min-height:44px;
  border:1px solid rgba(25,20,16,.14);
  border-radius:12px;
  background:#fffdf8;
  color:#14120f;
  padding:0 12px;
  font:inherit;
  outline:none;
}
.sf-search-modal__form{grid-template-columns:minmax(0,1fr) auto;gap:8px}
.sf-search-modal__form input{min-height:46px;border-radius:999px;padding-inline:15px}
.sf-login-modal__form input:focus,
.sf-search-modal__form input:focus{box-shadow:0 0 0 3px rgba(198,163,93,.16);border-color:rgba(198,163,93,.38)}
.sf-login-modal__submit,
.sf-search-modal__form button{
  min-height:44px;
  padding:0 17px;
  border:1px solid #14120f;
  border-radius:999px;
  background:linear-gradient(90deg,#14120f 0%,#21140f 58%,#1f3a2e 100%);
  color:#fff8ea;
  font:inherit;
  font-size:12px;
  font-weight:720;
  cursor:pointer;
}
.sf-login-modal__submit{width:100%;margin-top:2px}
.sf-search-modal__form button{min-height:46px}
.sf-login-modal__links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:14px;font-size:12px;font-weight:700}
.sf-login-modal__links a{color:#7a6137;text-decoration:none}

@media (max-width:1180px){
  .sf-pro-header__main-inner{grid-template-columns:minmax(145px,200px) minmax(0,1fr) auto;gap:10px}
  .sf-pro-nav__link{padding-inline:8px;font-size:11.5px}
  .sf-pro-search-trigger strong,
  .sf-pro-account strong{display:none}
}

@media (max-width:940px){
  .sf-pro-header__notice-inner{justify-content:center;text-align:center;min-height:26px}
  .sf-pro-header__notice p span,
  .sf-pro-header__notice nav{display:none}
  .sf-pro-header__main-inner{
    min-height:56px;
    grid-template-columns:1fr auto;
    gap:10px;
  }
  .sf-pro-brand img{max-height:34px;max-width:170px}
  .sf-pro-menu-toggle{display:inline-flex}
  .sf-pro-nav{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:12px;
    right:12px;
    width:auto;
    border:1px solid rgba(25,20,16,.13);
    border-radius:16px;
    background:#fffdf8;
    box-shadow:0 22px 56px rgba(17,16,14,.16);
    overflow:hidden;
  }
  .sf-pro-nav[data-open="true"]{display:block}
  .sf-pro-nav__inner{
    width:100%;
    min-height:0;
    padding:9px;
    display:grid;
    gap:4px;
    overflow:visible;
  }
  .sf-pro-nav__link{
    justify-content:flex-start;
    min-height:36px;
    padding:0 11px;
    border-radius:11px;
    font-size:12px;
  }
  .sf-pro-nav__link.is-active::after{display:none}
}

@media (max-width:560px){
  .sf-pro-header__main-inner{padding:0 10px}
  .sf-pro-brand{font-size:20px}
  .sf-pro-search-trigger{min-width:34px;padding:0;border-radius:999px}
  .sf-pro-search-trigger strong{display:none}
  .sf-pro-account{display:none}
  .sf-pro-header .sf-cart-link{min-height:34px;padding:0 9px;font-size:11px}
  .sf-pro-header .sf-mini-cart__toggle{width:30px;height:30px}
  .sf-pro-menu-toggle{min-height:34px;padding:0 10px}
  .sf-pro-header .sf-mini-cart__panel{right:-42px;top:calc(100% + 10px)}
  .sf-login-modal__panel,
  .sf-search-modal__panel{padding:22px 16px;border-radius:18px}
  .sf-search-modal__form{grid-template-columns:1fr}
  .sf-search-modal__form button{width:100%}
}

/* Mega menu + mobile quick nav v20260514 */
.sf-pro-nav__item{position:relative;display:inline-flex;align-items:center}
.sf-pro-nav__link--mega span{margin-left:4px;color:#7a6137;font-size:11px;line-height:1;transition:transform .16s ease}
.sf-pro-nav__item--mega:hover .sf-pro-nav__link--mega span,
.sf-pro-nav__item--mega:focus-within .sf-pro-nav__link--mega span{transform:translateY(1px)}
.sf-pro-mega{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  width:min(720px,calc(100vw - 44px));
  padding:14px;
  border:1px solid rgba(25,20,16,.14);
  border-radius:18px;
  background:rgba(255,253,248,.98);
  color:#12100d;
  box-shadow:0 28px 72px rgba(17,16,14,.18);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,8px);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  backdrop-filter:blur(14px);
}
.sf-pro-nav__item--mega:hover .sf-pro-mega,
.sf-pro-nav__item--mega:focus-within .sf-pro-mega{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
  pointer-events:auto;
}
.sf-pro-mega::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.sf-pro-mega__intro{display:grid;gap:4px;margin-bottom:10px;padding:4px 4px 11px;border-bottom:1px solid rgba(30,27,24,.11)}
.sf-pro-mega__intro strong{font-size:15px;line-height:1.1;letter-spacing:-.025em;color:#12100d}
.sf-pro-mega__intro span{color:#665b4f;font-size:12px;line-height:1.45}
.sf-pro-mega__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.sf-pro-mega__link{display:grid;gap:3px;min-height:62px;padding:10px;border:1px solid rgba(30,27,24,.10);border-radius:13px;background:linear-gradient(135deg,#fffdf8,#f4ead8);color:#12100d;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.sf-pro-mega__link strong{font-size:12.5px;line-height:1.15;color:#12100d}
.sf-pro-mega__link span{color:#665b4f;font-size:11px;line-height:1.35}
.sf-pro-mega__link:hover,.sf-pro-mega__link:focus-visible{border-color:rgba(198,163,93,.36);background:#fffdf8;transform:translateY(-1px)}

.sf-pro-mobile-bottom{display:none}
.sf-pro-mobile-bottom button{font:inherit}

@media (max-width:940px){
  .sf-pro-nav__item{display:block;width:100%}
  .sf-pro-nav__item--mega{display:grid;gap:6px}
  .sf-pro-nav__link--mega span{margin-left:auto}
  .sf-pro-mega{position:static;width:100%;padding:8px;border:0;border-radius:13px;background:rgba(244,234,216,.68);box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;backdrop-filter:none}
  .sf-pro-mega::before{display:none}
  .sf-pro-nav__item--mega:hover .sf-pro-mega,
  .sf-pro-nav__item--mega:focus-within .sf-pro-mega{transform:none}
  .sf-pro-mega__intro{display:none}
  .sf-pro-mega__grid{grid-template-columns:1fr;gap:5px}
  .sf-pro-mega__link{min-height:44px;padding:8px 10px;border-radius:10px;background:#fffdf8}
}

@media (max-width:760px){
  body{padding-bottom:66px}
  .sf-pro-mobile-bottom{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:78;
    min-height:52px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:center;
    gap:4px;
    padding:5px;
    border:1px solid rgba(25,20,16,.14);
    border-radius:18px;
    background:rgba(255,253,248,.96);
    box-shadow:0 18px 54px rgba(17,16,14,.18);
    backdrop-filter:blur(14px);
  }
  .sf-pro-mobile-bottom a,
  .sf-pro-mobile-bottom button{
    min-width:0;
    min-height:42px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    border:0;
    border-radius:13px;
    background:transparent;
    color:#17110d;
    text-decoration:none;
    cursor:pointer;
  }
  .sf-pro-mobile-bottom span{font-size:15px;line-height:1}
  .sf-pro-mobile-bottom strong{font-size:10.5px;line-height:1;font-weight:720;letter-spacing:-.01em}
  .sf-pro-mobile-bottom a:hover,
  .sf-pro-mobile-bottom a:focus-visible,
  .sf-pro-mobile-bottom button:hover,
  .sf-pro-mobile-bottom button:focus-visible{background:rgba(198,163,93,.16);outline:none}
}

/* === home: public/assets/storefront/pages/home.css === */
/* Storefront home compact premium colors v20260517-4Bv4 */
.sf-pro-commerce-home{
  --home-ink:#14120f;
  --home-ink-2:#2a251f;
  --home-muted:#665b4f;
  --home-bg:#f7f3ea;
  --home-card:#fffdf8;
  --home-card-2:#eee5d6;
  --home-line:rgba(39,34,28,.12);
  --home-line-strong:rgba(122,97,55,.24);
  --home-gold:#b8944f;
  --home-gold-dark:#7a6137;
  --home-dark:#14120f;
  --home-green:#1f3a2e;
  --home-red:#9a2134;
  --home-wine:#1f3a2e;
  --home-shadow:0 18px 48px rgba(20,18,15,.10);
  --home-shadow-soft:0 10px 24px rgba(20,18,15,.06);
  --home-font-sans:var(--sf-font-sans,"Aptos","Segoe UI",Arial,sans-serif);
  --home-font-display:var(--sf-font-display,"Aptos Display","Segoe UI",Arial,sans-serif);
  --home-font-label:var(--sf-font-label,"Aptos","Segoe UI",Arial,sans-serif);
  width:min(1240px,100%);
  margin:0 auto;
  padding:clamp(14px,2vw,24px) clamp(12px,2.4vw,28px) 56px;
  color:var(--home-ink);
  font-family:var(--home-font-sans);
}

.sf-pro-commerce-home :where(a){color:inherit;text-decoration:none}

.sf-home-kicker{
  width:max-content;
  max-width:100%;
  min-height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 9px;
  border:1px solid rgba(198,163,93,.24);
  border-radius:999px;
  background:rgba(255,250,240,.92);
  color:var(--home-gold-dark);
  font-family:var(--home-font-label);
  font-size:10px;
  font-weight:720;
  letter-spacing:.13em;
  line-height:1.2;
  text-transform:uppercase;
}

.sf-home-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  align-items:stretch;
  gap:clamp(16px,2.4vw,28px);
  height:380px;
  min-height:380px;
  max-height:380px;
  overflow:hidden;
  padding:clamp(18px,2.6vw,28px);
  border:1px solid rgba(128,97,41,.28);
  border-radius:24px;
  background:
    radial-gradient(circle at 82% 16%, rgba(198,163,93,.26), transparent 22rem),
    radial-gradient(circle at 10% 108%, rgba(31,58,46,.10), transparent 21rem),
    linear-gradient(135deg,#fffdf8 0%,#fbf7ef 48%,#eee5d6 100%);
  box-shadow:0 24px 70px rgba(17,16,14,.14);
}

.sf-home-hero::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:18px;
  pointer-events:none;
  z-index:-1;
}

.sf-home-hero::after{
  content:"";
  position:absolute;
  right:-170px;
  bottom:-190px;
  width:420px;
  height:420px;
  border-radius:999px;
  background:rgba(31,58,46,.10);
  pointer-events:none;
  z-index:-2;
}

.sf-home-hero__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.sf-home-hero h1{
  max-width:760px;
  margin:14px 0 0;
  color:var(--home-ink);
  font-family:var(--home-font-display);
  font-size:clamp(34px,5vw,62px);
  font-weight:740;
  line-height:.98;
  letter-spacing:-.062em;
  text-wrap:balance;
}

.sf-home-hero__lead{
  max-width:620px;
  margin:16px 0 0;
  color:rgba(43,37,32,.74);
  font-size:clamp(15px,1.25vw,17px);
  font-weight:430;
  letter-spacing:-.006em;
  line-height:1.66;
}

.sf-home-search{
  width:min(620px,100%);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
  margin-top:22px;
  padding:6px;
  border:1px solid rgba(38,30,22,.16);
  border-radius:999px;
  background:#fffdf8;
  box-shadow:0 10px 28px rgba(17,16,14,.075);
}

.sf-home-search input{
  min-width:0;
  height:42px;
  border:0;
  border-radius:999px;
  padding:0 15px;
  background:transparent;
  color:var(--home-ink);
  font:inherit;
  outline:none;
}

.sf-home-search input::placeholder{color:rgba(111,103,95,.76)}
.sf-home-search input:focus{box-shadow:0 0 0 3px rgba(198,163,93,.16)}
.sf-home-search button,
.sf-home-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid var(--home-line-strong);
  border-radius:999px;
  background:#fffdf8;
  color:var(--home-ink);
  font:inherit;
  font-size:13px;
  font-weight:680;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(17,16,14,.045);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease;
}
.sf-home-search button,
.sf-home-btn--dark{border-color:var(--home-dark);background:linear-gradient(135deg,var(--home-dark),var(--home-green));color:#fff8ea}
.sf-home-btn--quiet{background:transparent;box-shadow:none}
.sf-home-btn:hover,.sf-home-search button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(17,16,14,.08)}
.sf-home-btn:focus-visible,.sf-home-search button:focus-visible,.sf-pro-commerce-home a:focus-visible{outline:3px solid rgba(198,163,93,.38);outline-offset:3px}

.sf-home-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}

.sf-home-hero__visual{min-width:0;display:flex;align-items:stretch}

.sf-home-hero-product{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:0;
  height:100%;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  gap:14px;
  padding:14px;
  border:1px solid rgba(38,30,22,.14);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,250,240,.94),rgba(239,224,201,.90));
  box-shadow:0 18px 46px rgba(17,16,14,.13);
  backdrop-filter:blur(12px);
}

.sf-home-hero-product__tag{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  min-height:25px;
  padding:5px 9px;
  border-radius:999px;
  background:linear-gradient(135deg,#14120f,#20352c);
  color:#fff8ea;
  font-size:10px;
  font-weight:720;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sf-home-hero-product__media{
  position:relative;
  display:grid;
  place-items:center;
  min-height:0;
  overflow:hidden;
  border-radius:17px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.98), transparent 43%),
    radial-gradient(circle at 82% 12%, rgba(198,163,93,.24), transparent 16rem),
    linear-gradient(145deg,#f4ede2 0%,#fffdf8 74%);
}

.sf-home-hero-product__media img,
.sf-home-media-placeholder{
  display:block;
  width:100%;
  height:100%;
  max-height:220px;
  object-fit:contain;
}

.sf-home-media-placeholder{
  min-height:180px;
  display:grid;
  place-items:center;
  color:rgba(43,37,32,.44);
  font-size:12px;
  font-weight:680;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sf-home-hero-product__content{
  display:grid;
  gap:8px;
  padding:0 2px 1px;
}
.sf-home-hero-product__content strong{font-family:var(--home-font-display);font-size:clamp(21px,1.8vw,28px);font-weight:700;line-height:1.08;letter-spacing:-.04em;color:var(--home-ink);text-wrap:balance}
.sf-home-hero-product__content small{color:var(--home-muted);font-size:13px;line-height:1.5}
.sf-home-hero-product__price{display:flex;align-items:baseline;gap:9px;color:var(--home-ink);font-size:20px;font-weight:780}
.sf-home-hero-product__price em{color:rgba(111,103,95,.72);font-size:13px;font-style:normal;text-decoration:line-through;font-weight:760}

.sf-home-hero-empty{
  width:100%;
  min-height:0;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:22px;
  border:1px solid rgba(38,30,22,.14);
  border-radius:22px;
  background:linear-gradient(135deg,#fffdf8,#e5d5b9);
  box-shadow:0 16px 42px rgba(17,16,14,.09);
}
.sf-home-hero-empty span{color:#7a6137;font-size:10px;font-weight:720;letter-spacing:.10em;text-transform:uppercase}
.sf-home-hero-empty strong{font-size:clamp(23px,2.5vw,34px);line-height:1;letter-spacing:-.05em}
.sf-home-hero-empty p{margin:0;color:var(--home-muted);line-height:1.55}


.sf-home-collection-rail{
  width:100%;
  max-width:1120px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:10px;
  margin:14px auto 0;
}

.sf-home-collection-rail a{
  position:relative;
  overflow:hidden;
  flex:0 1 260px;
  min-width:180px;
  min-height:62px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:7px 16px;
  border:1px solid rgba(38,30,22,.12);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,253,248,.96),rgba(248,245,239,.94));
  box-shadow:0 10px 26px rgba(17,16,14,.05);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}

.sf-home-collection-rail a::after{
  content:"";
  position:absolute;
  left:68px;
  bottom:10px;
  width:34px;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(198,163,93,.24),rgba(198,163,93,0));
  transition:width .18s ease,opacity .18s ease;
  opacity:.9;
}

.sf-home-collection-rail__icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(38,30,22,.10);
  border-radius:50%;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,242,233,.95));
  color:rgba(104,79,36,.96);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 16px rgba(17,16,14,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease;
}

.sf-home-collection-rail__icon svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  stroke-width:1.5;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sf-home-collection-rail__icon.is-promotions{color:rgba(120,39,52,.96)}
.sf-home-collection-rail__icon.is-bestsellers{color:rgba(104,79,36,.96)}
.sf-home-collection-rail__icon.is-new{color:rgba(35,78,64,.96)}

.sf-home-collection-rail__text{display:grid;gap:5px;min-width:0}
.sf-home-collection-rail strong{font-size:14px;line-height:1;color:var(--home-ink);letter-spacing:-.02em}
.sf-home-collection-rail__text > span{color:var(--home-muted);font-size:12px;line-height:1.25}
.sf-home-collection-rail a:hover{transform:translateY(-2px);border-color:rgba(128,97,41,.22);box-shadow:0 16px 34px rgba(17,16,14,.08);background:#fffdf9}
.sf-home-collection-rail a:hover::after{width:52px;opacity:1}
.sf-home-collection-rail a:hover .sf-home-collection-rail__icon{transform:translateY(-1px);border-color:rgba(128,97,41,.20);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 12px 22px rgba(17,16,14,.07)}


.sf-home-trust-strip{
  width:min(1120px,100%);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:12px auto 0;
  padding:8px;
  border:1px solid rgba(38,30,22,.10);
  border-radius:18px;
  background:rgba(255,253,248,.62);
  box-shadow:0 10px 26px rgba(17,16,14,.045);
  backdrop-filter:blur(12px);
}

.sf-home-trust-strip__item{
  flex:1 1 220px;
  min-width:205px;
  max-width:265px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-height:50px;
  padding:6px 9px;
  border:1px solid rgba(38,30,22,.08);
  border-radius:14px;
  background:rgba(255,255,255,.50);
  color:var(--home-ink);
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}

.sf-home-trust-strip a.sf-home-trust-strip__item:hover{
  transform:translateY(-1px);
  border-color:rgba(128,97,41,.20);
  background:#fffdf8;
  box-shadow:0 12px 24px rgba(17,16,14,.065);
}

.sf-home-trust-strip__icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(128,97,41,.16);
  border-radius:50%;
  color:rgba(104,79,36,.96);
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(246,239,226,.90));
}

.sf-home-trust-strip__icon svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  stroke-width:1.55;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sf-home-trust-strip__text{display:grid;gap:2px;min-width:0}
.sf-home-trust-strip__text strong{font-family:var(--home-font-display);font-size:13px;font-weight:680;line-height:1.05;letter-spacing:-.018em;color:var(--home-ink)}
.sf-home-trust-strip__text small{font-size:11px;font-weight:430;line-height:1.25;color:var(--home-muted)}

.sf-home-spotlight{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(300px,.88fr) minmax(0,1fr);
  gap:0;
  border:1px solid rgba(198,163,93,.24);
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 18%, rgba(198,163,93,.18), transparent 22rem),
    linear-gradient(135deg,#14120f 0%,#182820 48%,#1f3a2e 100%);
  color:#fff8ea;
  box-shadow:0 24px 64px rgba(17,16,14,.18);
}

.sf-home-spotlight::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,248,234,.11);
  border-radius:16px;
  pointer-events:none;
  z-index:-1;
}

.sf-home-spotlight__media{
  position:relative;
  min-height:340px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,253,248,.98),rgba(235,226,211,.92)),
    radial-gradient(circle at 50% 50%, rgba(198,163,93,.36), transparent 19rem);
}

.sf-home-spotlight__media::before{
  content:"";
  position:absolute;
  inset:22px;
  border-radius:30px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.96), transparent 42%),
    linear-gradient(145deg,rgba(198,163,93,.30),rgba(255,253,248,.48));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.62),
    0 24px 55px rgba(17,16,14,.12);
  transform:rotate(-2deg);
}

.sf-home-spotlight__glow{
  position:absolute;
  inset:auto auto 18px 50%;
  width:min(66%,330px);
  height:52px;
  border-radius:999px;
  background:rgba(17,16,14,.16);
  filter:blur(18px);
  transform:translateX(-50%);
  pointer-events:none;
}

.sf-home-spotlight__image-frame{
  position:relative;
  z-index:1;
  width:min(84%,430px);
  min-height:250px;
  display:grid;
  place-items:center;
  transform:translateY(-2px);
}

.sf-home-spotlight__image-frame img,
.sf-home-spotlight__image-frame .sf-home-media-placeholder{
  display:block;
  width:100%;
  height:auto;
  max-height:365px;
  object-fit:contain;
  padding:0;
  filter:drop-shadow(0 22px 28px rgba(17,16,14,.18));
  transition:transform .28s ease,filter .28s ease;
}

.sf-home-spotlight:hover .sf-home-spotlight__image-frame img{
  transform:scale(1.035) translateY(-3px);
  filter:drop-shadow(0 26px 34px rgba(17,16,14,.22));
}

.sf-home-spotlight__discount{
  position:absolute;
  top:15px;
  left:15px;
  z-index:3;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#9a2134;
  color:#fff8ea;
  font-size:11px;
  font-weight:780;
  letter-spacing:.08em;
  box-shadow:0 12px 24px rgba(154,33,52,.20);
}

.sf-home-spotlight__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(24px,4vw,46px);
}

.sf-home-spotlight__copy .sf-home-kicker{background:rgba(255,248,234,.08);border-color:rgba(198,163,93,.30);color:#d7b66e}
.sf-home-spotlight__copy h2{max-width:720px;margin:14px 0 0;color:#fff8ea;font-size:clamp(28px,4vw,48px);line-height:1;letter-spacing:-.058em}
.sf-home-spotlight__copy p{max-width:600px;margin:12px 0 0;color:rgba(255,248,234,.78);font-size:14px;line-height:1.62}
.sf-home-spotlight__price{display:flex;align-items:baseline;gap:10px;margin-top:16px}
.sf-home-spotlight__price span{color:rgba(255,248,234,.55);font-size:13px;text-decoration:line-through;font-weight:760}
.sf-home-spotlight__price strong{color:#fff8ea;font-size:24px;font-weight:790;letter-spacing:-.03em}
.sf-home-spotlight__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.sf-home-spotlight__actions .sf-home-btn:not(.sf-home-btn--dark){background:rgba(255,248,234,.08);border-color:rgba(255,248,234,.22);color:#fff8ea}
.sf-home-spotlight__actions .sf-home-btn--dark{background:#fff8ea;color:#14120f;border-color:#fff8ea}


.sf-home-section{margin-top:clamp(24px,4vw,42px)}
.sf-home-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}
.sf-home-section__head h2{margin:8px 0 0;color:var(--home-ink);font-size:clamp(25px,3.4vw,40px);line-height:1;letter-spacing:-.055em}
.sf-home-section__head p{max-width:650px;margin:8px 0 0;color:var(--home-muted);font-size:14px;line-height:1.55}
.sf-home-section__head>a{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid var(--home-line);border-radius:999px;background:#fffdf8;color:var(--home-ink);font-size:12px;font-weight:680}
.sf-home-section__head--center{display:grid;place-items:center;text-align:center;justify-content:center;margin-inline:auto;margin-bottom:14px}
.sf-home-section__head--center > div{display:grid;place-items:center}

.sf-home-category-grid{
  width:min(1120px,100%);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:12px;
  margin:0 auto;
}
.sf-home-category-card{
  flex:0 1 calc((100% - 48px) / 5);
  max-width:210px;
  min-width:180px;
  overflow:hidden;
  border:1px solid var(--home-line);
  border-radius:18px;
  background:#fffdf8;
  box-shadow:var(--home-shadow-soft);
  text-align:center;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.sf-home-category-card__media{display:grid;place-items:center;height:132px;background:linear-gradient(135deg,#f0e7d8,#fffdf8);overflow:hidden}
.sf-home-category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.sf-home-category-card:hover{transform:translateY(-2px);border-color:rgba(128,97,41,.28);box-shadow:0 18px 42px rgba(17,16,14,.10)}
.sf-home-category-card:hover img{transform:scale(1.035)}
.sf-home-category-card__body{min-height:48px;padding:10px 10px;display:grid;place-items:center}
.sf-home-category-card__body h3{margin:0;color:var(--home-ink);font-size:14px;line-height:1.14;letter-spacing:-.025em}


.sf-home-values{
  margin-top:clamp(22px,3.6vw,36px);
}

.sf-home-values .sf-home-section__head{
  margin-bottom:12px;
}

.sf-home-values__grid{
  width:min(1040px,100%);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 auto;
}

.sf-home-value-card{
  position:relative;
  overflow:hidden;
  min-height:145px;
  padding:16px 16px 15px;
  border:1px solid rgba(38,30,22,.11);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,253,248,.96),rgba(246,241,232,.88));
  box-shadow:var(--home-shadow-soft);
}

.sf-home-value-card::after{
  content:"";
  position:absolute;
  right:-38px;
  bottom:-46px;
  width:120px;
  height:120px;
  border-radius:999px;
  background:rgba(198,163,93,.10);
  pointer-events:none;
}

.sf-home-value-card span{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  color:var(--home-gold-dark);
  font-size:10px;
  font-weight:720;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.sf-home-value-card h3{
  margin:8px 0 0;
  color:var(--home-ink);
  font-family:var(--home-font-display);
  font-size:clamp(18px,1.6vw,23px);
  font-weight:700;
  line-height:1.04;
  letter-spacing:-.04em;
}

.sf-home-value-card p{
  position:relative;
  z-index:1;
  margin:9px 0 0;
  color:var(--home-muted);
  font-size:12px;
  font-weight:430;
  line-height:1.55;
}

.sf-home-products-stack{margin-top:clamp(16px,3vw,32px);display:grid;gap:clamp(20px,3.4vw,36px)}
.sf-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.sf-home-product-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%;border:1px solid var(--home-line);border-radius:20px;background:#fffdf8;box-shadow:var(--home-shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.sf-home-product-card__media{position:relative;display:grid;place-items:center;height:205px;overflow:hidden;background:linear-gradient(135deg,#eee5d6,#fffdf8)}
.sf-home-product-card__media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .22s ease}
.sf-home-product-card:hover{transform:translateY(-2px);border-color:rgba(128,97,41,.28);box-shadow:0 18px 42px rgba(17,16,14,.10)}
.sf-home-product-card:hover .sf-home-product-card__media img{transform:scale(1.035)}
.sf-home-product-card__badge{position:absolute;top:10px;left:10px;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,#14120f,#20352c);color:#fff8ea;font-size:10px;font-weight:720;letter-spacing:.08em;text-transform:uppercase}
.sf-home-products--sale .sf-home-product-card__badge{background:var(--home-red)}
.sf-home-products--bestseller .sf-home-product-card__badge{background:var(--home-green)}
.sf-home-product-card__body{display:grid;gap:8px;padding:14px 14px 5px;flex:1 1 auto}
.sf-home-product-card__body h3{margin:0;color:var(--home-ink);font-family:var(--home-font-display);font-size:15px;font-weight:680;line-height:1.24;letter-spacing:-.026em}
.sf-home-product-card__body p{margin:0;color:var(--home-muted);font-size:12px;line-height:1.45}
.sf-home-product-card__price{display:flex;align-items:baseline;gap:7px;margin-top:1px}
.sf-home-product-card__price span{color:rgba(111,103,95,.72);font-size:11px;text-decoration:line-through;font-weight:760}
.sf-home-product-card__price strong{color:var(--home-ink);font-size:16px;font-weight:780}
.sf-home-product-card__cta{margin:10px 14px 14px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#14120f,#20352c);color:#fff8ea;font-size:12px;font-weight:680}

.sf-home-empty{padding:26px;border:1px solid var(--home-line);border-radius:20px;background:#fffdf8;box-shadow:var(--home-shadow-soft)}
.sf-home-empty h2{margin:8px 0 0;font-size:clamp(25px,3.4vw,38px);line-height:1;letter-spacing:-.052em}
.sf-home-empty p{max-width:620px;margin:10px 0 16px;color:var(--home-muted);line-height:1.55}

.sf-home-final-cta{display:grid;gap:12px;place-items:center;text-align:center;margin-top:clamp(30px,4vw,48px);padding:clamp(24px,4vw,40px);border:1px solid var(--home-line-strong);border-radius:22px;background:linear-gradient(135deg,#14120f 0%,#1d2f27 58%,#1f3a2e 100%);color:#fff8ea;box-shadow:var(--home-shadow)}
.sf-home-final-cta span{color:#d7b66e;font-size:10px;font-weight:720;letter-spacing:.10em;text-transform:uppercase}
.sf-home-final-cta h2{max-width:740px;margin:0;font-family:var(--home-font-display);font-size:clamp(25px,3.6vw,42px);font-weight:720;line-height:1.02;letter-spacing:-.052em;color:#fff8ea;text-wrap:balance}
.sf-home-final-cta div{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.sf-home-final-cta .sf-home-btn:not(.sf-home-btn--dark){background:rgba(255,246,230,.08);border-color:rgba(255,246,230,.22);color:#fff8ea}
.sf-home-final-cta .sf-home-btn--dark{background:#fff8ea;color:#14120f;border-color:#fff8ea}

@media (max-width:1120px){
  .sf-home-hero{grid-template-columns:1fr;height:340px;min-height:340px;max-height:340px;overflow:hidden}
  .sf-home-hero-product{min-height:0;height:auto}
  .sf-home-collection-rail a{flex-basis:min(260px,calc((100% - 10px)/2))}
  .sf-home-spotlight{grid-template-columns:1fr}
  .sf-home-spotlight__media{min-height:290px}
  .sf-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sf-home-category-card{flex-basis:calc((100% - 24px) / 3);max-width:240px}
  .sf-home-values__grid{grid-template-columns:1fr 1fr}
  .sf-home-trust-strip__item{flex-basis:calc((100% - 8px)/2);max-width:none}
}

@media (max-width:760px){
  .sf-pro-commerce-home{padding:12px 10px 42px}
  .sf-home-hero{height:260px;min-height:260px;max-height:260px;overflow:hidden;padding:14px;border-radius:17px;gap:14px}
  .sf-home-hero::before{inset:8px;border-radius:15px}
  .sf-home-hero h1{font-size:clamp(31px,10vw,46px)}
  .sf-home-hero__lead{font-size:14px;line-height:1.58}
  .sf-home-search{grid-template-columns:1fr;border-radius:18px;padding:5px}
  .sf-home-search input{height:40px;padding-inline:12px}
  .sf-home-search button{min-height:40px}
  .sf-home-actions{width:100%}
  .sf-home-btn{width:100%;min-height:40px}
  .sf-home-hero-product{border-radius:18px;padding:10px;grid-template-rows:auto auto}
  .sf-home-hero-product__media{min-height:0;max-height:170px;border-radius:15px}
  .sf-home-hero-product__content strong{font-size:22px}
  .sf-home-product-grid{grid-template-columns:1fr}
  .sf-home-category-card{flex-basis:calc((100% - 12px) / 2);max-width:260px;min-width:0}
  .sf-home-collection-rail{display:grid;grid-template-columns:1fr}
  .sf-home-section__head{display:grid;align-items:start}
  .sf-home-section__head>a{width:max-content}
  .sf-home-collection-rail a{width:100%;min-width:0;min-height:58px;border-radius:16px;padding:6px 14px;flex-basis:auto}
  .sf-home-trust-strip{display:grid;grid-template-columns:1fr;padding:7px}
  .sf-home-trust-strip__item{width:100%;min-width:0;max-width:none;min-height:48px;padding:6px 8px}
  .sf-home-values__grid{grid-template-columns:1fr}
  .sf-home-value-card{min-height:auto;padding:15px}
  .sf-home-spotlight{border-radius:20px}
  .sf-home-spotlight__media{min-height:245px}
  .sf-home-spotlight__image-frame{width:min(88%,390px);min-height:220px}
  .sf-home-spotlight__copy{padding:22px 18px}
  .sf-home-spotlight__copy h2{font-size:clamp(26px,8vw,38px)}
  .sf-home-spotlight__actions{width:100%}
  .sf-home-category-card,.sf-home-product-card{border-radius:18px}
  .sf-home-category-card__media{height:132px}
  .sf-home-product-card__media{height:215px}
  .sf-home-final-cta{border-radius:20px;padding:24px 16px}
}

@media (max-width:420px){
  .sf-home-category-card{flex-basis:100%;max-width:420px}
  .sf-home-hero{height:260px;min-height:260px;max-height:260px;overflow:hidden;padding:14px}
  .sf-home-hero h1{letter-spacing:-.06em}
  .sf-home-product-card__media{height:205px}
}


@media (prefers-reduced-motion:reduce){
  .sf-pro-commerce-home *,
  .sf-pro-commerce-home *::before,
  .sf-pro-commerce-home *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
  }
}

/* Premium product feature grid v20260514 */
.sf-home-section{scroll-margin-top:110px}
.sf-home-product-grid--feature{grid-template-columns:minmax(320px,1.12fr) repeat(2,minmax(0,.74fr));align-items:stretch}
.sf-home-product-card--featured{grid-row:span 2;min-height:100%;background:linear-gradient(180deg,#fffdf8,#f5efe4);box-shadow:0 22px 62px rgba(17,16,14,.13)}
.sf-home-product-card--featured .sf-home-product-card__media{height:360px;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.98),rgba(236,225,204,.78) 48%,rgba(122,97,55,.10) 78%)}
.sf-home-product-card--featured .sf-home-product-card__body{padding:18px 18px 6px;gap:9px}
.sf-home-product-card--featured .sf-home-product-card__body h3{font-size:clamp(20px,2vw,27px);line-height:1.05;letter-spacing:-.042em}
.sf-home-product-card--featured .sf-home-product-card__body p{font-size:13px;line-height:1.55}
.sf-home-product-card--featured .sf-home-product-card__price strong{font-size:21px}
.sf-home-product-card--featured .sf-home-product-card__cta{margin:12px 18px 18px;min-height:40px}

@media (max-width:1120px){
  .sf-home-product-grid--feature{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sf-home-product-card--featured{grid-row:auto}
  .sf-home-product-card--featured .sf-home-product-card__media{height:275px}
}

@media (max-width:760px){
  .sf-home-section{scroll-margin-top:86px}
  .sf-home-product-grid--feature{grid-template-columns:1fr}
  .sf-home-product-card--featured .sf-home-product-card__media{height:230px}
  .sf-home-product-card--featured .sf-home-product-card__body h3{font-size:21px}
}

/* v20260514home24 — premium typography details */
.sf-home-product-card__price,.sf-home-spotlight__price,.sf-home-hero-product__price{font-variant-numeric:tabular-nums lining-nums}
.sf-home-collection-rail strong{font-family:var(--home-font-display);font-weight:680}
.sf-home-collection-rail__text > span,.sf-home-section__head p,.sf-home-product-card__body p,.sf-home-category-card__body span{font-weight:430}

/* Etap 4B Premium polish v20260517 */
.sf-pro-commerce-home{
  width:min(1280px,100%);
  padding:clamp(12px,1.8vw,22px) clamp(12px,2.5vw,30px) 64px;
}

.sf-home-hero{
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
  gap:clamp(18px,3vw,34px);
  height:380px;
  min-height:380px;
  max-height:380px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 83% 10%, rgba(198,163,93,.30), transparent 23rem),
    radial-gradient(circle at 7% 105%, rgba(100,24,38,.14), transparent 25rem),
    linear-gradient(132deg,#fffdf8 0%,#fbf7ef 45%,#e9dcc5 100%);
  box-shadow:0 28px 78px rgba(17,16,14,.15);
}

.sf-home-hero::before{inset:12px;border-radius:20px;border-color:rgba(255,255,255,.72)}
.sf-home-hero h1{max-width:780px;font-size:clamp(36px,5.2vw,66px);line-height:.97;letter-spacing:-.066em}
.sf-home-hero__lead{max-width:650px;color:rgba(38,34,28,.76);font-size:clamp(15px,1.18vw,17px)}

.sf-home-search{
  margin-top:24px;
  border-color:rgba(128,97,41,.24);
  background:rgba(255,253,248,.96);
  box-shadow:0 16px 34px rgba(17,16,14,.085), inset 0 1px 0 rgba(255,255,255,.92);
}

.sf-home-search input{height:44px;font-weight:520}
.sf-home-search button{min-width:98px}

.sf-home-hero-stats{
  width:min(560px,100%);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:18px 0 0;
  padding:0;
}

.sf-home-hero-stats div{
  min-width:0;
  padding:12px 13px;
  border:1px solid rgba(128,97,41,.16);
  border-radius:17px;
  background:rgba(255,253,248,.62);
  box-shadow:0 10px 22px rgba(17,16,14,.045);
  backdrop-filter:blur(10px);
}

.sf-home-hero-stats dt{
  margin:5px 0 0;
  color:rgba(93,87,80,.82);
  font-size:11px;
  font-weight:620;
  line-height:1.25;
}

.sf-home-hero-stats dd{
  margin:0;
  color:var(--home-ink);
  font-family:var(--home-font-display);
  font-size:clamp(21px,2.2vw,30px);
  font-weight:760;
  line-height:1;
  letter-spacing:-.05em;
}

.sf-home-hero-product{
  border-radius:26px;
  padding:16px;
  background:
    linear-gradient(180deg,rgba(255,253,248,.98),rgba(239,229,211,.94));
  box-shadow:0 24px 58px rgba(17,16,14,.16), inset 0 1px 0 rgba(255,255,255,.92);
}

.sf-home-hero-product__media{
  border-radius:21px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.99), transparent 45%),
    radial-gradient(circle at 76% 16%, rgba(198,163,93,.26), transparent 17rem),
    linear-gradient(145deg,#f0e7d8 0%,#fffdf8 78%);
}

.sf-home-hero-product__eyebrow,
.sf-home-product-card__overline{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  color:var(--home-gold-dark);
  font-size:10px;
  font-weight:760;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.sf-home-hero-product__cta{
  width:max-content;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#14120f;
  color:#fff8ea;
  font-size:12px;
  font-weight:720;
}

.sf-home-collection-rail{margin-top:16px;gap:10px}
.sf-home-collection-rail a{border-radius:20px;background:rgba(255,253,248,.84);backdrop-filter:blur(12px)}

.sf-home-section{
  margin-top:clamp(26px,4vw,48px);
}

.sf-home-section__head{
  align-items:flex-end;
  gap:18px;
  margin-bottom:16px;
}

.sf-home-section__head h2{
  max-width:760px;
  font-size:clamp(25px,3vw,42px);
  line-height:1.02;
  letter-spacing:-.058em;
}

.sf-home-section__head p{max-width:660px;color:rgba(93,87,80,.84)}
.sf-home-section__link,
.sf-home-section__head > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border:1px solid rgba(128,97,41,.22);
  border-radius:999px;
  background:#fffdf8;
  color:#1b1511;
  font-size:12px;
  font-weight:720;
  box-shadow:0 10px 22px rgba(17,16,14,.055);
}

.sf-home-category-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
  justify-content:center;
  gap:12px;
}

.sf-home-category-card{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(128,97,41,.18);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(248,243,234,.94));
  box-shadow:0 16px 36px rgba(17,16,14,.075);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.sf-home-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(128,97,41,.30);
  box-shadow:0 22px 48px rgba(17,16,14,.105);
}

.sf-home-category-card__media{
  position:relative;
  height:152px;
  display:grid;
  place-items:center;
  margin:10px 10px 0;
  overflow:hidden;
  border-radius:19px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.98), transparent 48%),
    linear-gradient(135deg,#f0e7d8,#fffdf8);
}

.sf-home-category-card__media img,
.sf-home-category-card__media .sf-home-media-placeholder{
  width:100%;
  height:100%;
  object-fit:contain;
}

.sf-home-category-card__number{
  position:absolute;
  right:10px;
  bottom:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.64);
  border-radius:999px;
  background:rgba(17,16,14,.86);
  color:#fff8ea;
  font-size:11px;
  font-weight:760;
}

.sf-home-category-card__body{
  display:grid;
  gap:8px;
  padding:13px 14px 16px;
}

.sf-home-category-card h3{margin:0;font-size:clamp(16px,1.4vw,20px);line-height:1.08;letter-spacing:-.04em}
.sf-home-category-card p{margin:0;color:var(--home-muted);font-size:12px;line-height:1.45}
.sf-home-category-card__link{width:max-content;color:var(--home-gold-dark);font-size:12px;font-weight:760}

.sf-home-product-grid{gap:14px}
.sf-home-product-card{
  overflow:hidden;
  border:1px solid rgba(128,97,41,.16);
  border-radius:24px;
  background:linear-gradient(180deg,#fffdf8,#fbf7ef);
  box-shadow:0 16px 36px rgba(17,16,14,.075);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.sf-home-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(128,97,41,.30);
  box-shadow:0 24px 52px rgba(17,16,14,.11);
}

.sf-home-product-card__media{
  margin:10px 10px 0;
  border-radius:19px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.99), transparent 45%),
    linear-gradient(135deg,#f0e7d8,#fffdf8);
}

.sf-home-product-card__badge{
  top:11px;
  left:11px;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  background:linear-gradient(135deg,#14120f,#1f3a2e);
  color:#fff8ea;
  box-shadow:0 10px 20px rgba(17,16,14,.14);
}

.sf-home-product-card__body{gap:9px;padding:15px 15px 12px}
.sf-home-product-card h3{font-size:clamp(16px,1.34vw,21px);line-height:1.13}
.sf-home-product-card p{font-size:12.5px;line-height:1.5;color:rgba(93,87,80,.84)}
.sf-home-product-card__price{margin-top:auto}
.sf-home-product-card__price strong{font-size:clamp(17px,1.5vw,22px)}
.sf-home-product-card__cta{
  min-height:40px;
  margin:0 15px 15px;
  border:1px solid rgba(17,16,14,.92);
  border-radius:999px;
  background:#14120f;
  color:#fff8ea;
  font-size:12px;
  font-weight:760;
  box-shadow:0 12px 24px rgba(17,16,14,.10);
}

.sf-home-values__grid{gap:14px}
.sf-home-value-card{
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(246,239,226,.94));
  box-shadow:0 16px 36px rgba(17,16,14,.065);
}

.sf-home-final-cta{
  border-radius:28px;
  background:
    radial-gradient(circle at 16% 12%, rgba(198,163,93,.24), transparent 20rem),
    linear-gradient(135deg,#14120f,#182820 52%,#1f3a2e);
  box-shadow:0 28px 78px rgba(17,16,14,.18);
}

@media (max-width:1080px){
  .sf-home-hero{grid-template-columns:1fr;height:340px;min-height:340px;max-height:340px;overflow:hidden}
  .sf-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
  .sf-pro-commerce-home{padding-inline:12px;padding-bottom:88px;overflow:hidden}
  .sf-home-hero{height:260px;min-height:260px;max-height:260px;overflow:hidden;padding:14px;border-radius:17px}
  .sf-home-hero h1{font-size:clamp(31px,11vw,44px)}
  .sf-home-search{grid-template-columns:1fr;border-radius:20px;padding:7px}
  .sf-home-search input{height:42px;text-align:left}
  .sf-home-search button{width:100%}
  .sf-home-actions{width:100%}
  .sf-home-actions .sf-home-btn{flex:1 1 100%}
  .sf-home-hero-stats{grid-template-columns:1fr;gap:7px}
  .sf-home-hero-stats div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}
  .sf-home-hero-stats dt{margin:0;text-align:right}
  .sf-home-hero-product{min-height:0;height:auto;border-radius:22px}
  .sf-home-hero-product__media{min-height:0;max-height:150px}
  .sf-home-section__head{align-items:flex-start;flex-direction:column}
  .sf-home-section__link,.sf-home-section__head > a{width:100%}
  .sf-home-category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .sf-home-category-card__media{height:122px;margin:8px 8px 0;border-radius:17px}
  .sf-home-category-card__body{padding:11px 11px 13px}
  .sf-home-category-card p{display:none}
  .sf-home-product-grid,.sf-home-product-grid--feature{grid-template-columns:1fr!important;gap:12px}
  .sf-home-product-card--featured{grid-column:auto!important;grid-row:auto!important}
  .sf-home-product-card__media{min-height:190px}
}

@media (max-width:430px){
  .sf-home-category-grid{grid-template-columns:1fr}
  .sf-home-category-card__media{height:150px}
}

/* Etap 4B v2 — compact premium proportions v20260517 */
.sf-pro-commerce-home{
  width:min(1180px,100%);
  padding:10px clamp(10px,2vw,22px) 42px;
}

.sf-home-kicker{
  min-height:20px;
  padding:3px 8px;
  font-size:9px;
  letter-spacing:.105em;
}

.sf-home-hero{
  grid-template-columns:minmax(0,1.06fr) minmax(280px,.74fr);
  gap:clamp(14px,2vw,24px);
  height:380px;
  min-height:380px;
  max-height:380px;
  overflow:hidden;
  padding:clamp(18px,2.6vw,28px);
  border-radius:22px;
  box-shadow:0 16px 42px rgba(17,16,14,.105);
}

.sf-home-hero::before{inset:8px;border-radius:15px}
.sf-home-hero::after{width:300px;height:300px;right:-130px;bottom:-145px}

.sf-home-hero h1{
  max-width:680px;
  margin-top:10px;
  font-size:clamp(30px,3.9vw,48px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.sf-home-hero__lead{
  max-width:560px;
  margin-top:12px;
  font-size:clamp(13px,1.02vw,15px);
  line-height:1.52;
}

.sf-home-search{
  width:min(540px,100%);
  margin-top:16px;
  padding:4px;
  gap:5px;
  box-shadow:0 9px 22px rgba(17,16,14,.06);
}

.sf-home-search input{height:38px;padding-inline:13px;font-size:13px}
.sf-home-search button,.sf-home-btn{
  min-height:38px;
  padding-inline:13px;
  font-size:12px;
  box-shadow:0 6px 14px rgba(17,16,14,.04);
}

.sf-home-actions{gap:7px;margin-top:12px}

.sf-home-hero-stats{
  width:min(500px,100%);
  gap:6px;
  margin-top:13px;
}

.sf-home-hero-stats div{
  padding:8px 10px;
  border-radius:13px;
  box-shadow:0 6px 14px rgba(17,16,14,.035);
}

.sf-home-hero-stats dd{font-size:clamp(17px,1.65vw,23px)}
.sf-home-hero-stats dt{font-size:10px;margin-top:3px}

.sf-home-hero-product{
  grid-template-rows:minmax(170px,220px) auto;
  gap:10px;
  padding:10px;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(17,16,14,.10);
}

.sf-home-hero-product__tag{
  top:10px;
  left:10px;
  min-height:21px;
  padding:4px 8px;
  font-size:9px;
}

.sf-home-hero-product__media{
  min-height:190px;
  border-radius:14px;
}

.sf-home-hero-product__media img,
.sf-home-media-placeholder{max-height:230px}

.sf-home-hero-product__content{gap:6px}
.sf-home-hero-product__content strong{font-size:clamp(17px,1.35vw,22px);line-height:1.12}
.sf-home-hero-product__content small{font-size:12px;line-height:1.38}
.sf-home-hero-product__price{font-size:17px;gap:7px}
.sf-home-hero-product__price em{font-size:12px}
.sf-home-hero-product__cta{min-height:28px;padding-inline:10px;font-size:11px}

.sf-home-collection-rail{
  max-width:1040px;
  gap:8px;
  margin-top:12px;
}
.sf-home-collection-rail a{
  flex-basis:220px;
  min-width:160px;
  min-height:52px;
  grid-template-columns:34px minmax(0,1fr);
  gap:9px;
  padding:6px 12px;
  border-radius:15px;
  box-shadow:0 7px 16px rgba(17,16,14,.04);
}
.sf-home-collection-rail__icon{width:34px;height:34px;border-radius:13px}
.sf-home-collection-rail__icon svg{width:16px;height:16px}
.sf-home-collection-rail strong{font-size:13px}
.sf-home-collection-rail__text > span{font-size:11px}

.sf-home-section{margin-top:clamp(22px,3vw,34px)}
.sf-home-section__head{gap:12px;margin-bottom:12px}
.sf-home-section__head h2{
  max-width:660px;
  font-size:clamp(22px,2.35vw,32px);
  line-height:1.08;
  letter-spacing:-.05em;
}
.sf-home-section__head p{max-width:580px;font-size:13px;line-height:1.48}
.sf-home-section__link,.sf-home-section__head > a{
  min-height:32px;
  padding-inline:12px;
  font-size:11px;
  box-shadow:0 7px 16px rgba(17,16,14,.04);
}

.sf-home-category-grid{
  gap:10px;
}
.sf-home-category-card{
  border-radius:16px;
  box-shadow:0 8px 20px rgba(17,16,14,.055);
}
.sf-home-category-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,16,14,.08)}
.sf-home-category-card__media{
  height:106px;
  margin:7px 7px 0;
  border-radius:13px;
}
.sf-home-category-card__number{
  width:27px;
  height:27px;
  right:7px;
  bottom:7px;
  font-size:10px;
}
.sf-home-category-card__body{
  gap:5px;
  padding:10px 11px 12px;
}
.sf-home-category-card h3{font-size:15px;line-height:1.12}
.sf-home-category-card p{font-size:11.5px;line-height:1.35}
.sf-home-category-card__link{font-size:11px}

.sf-home-product-grid,
.sf-home-product-grid--feature{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.sf-home-product-card--featured{grid-row:auto;grid-column:auto;min-height:0}
.sf-home-product-card,
.sf-home-product-card--featured{
  border-radius:16px;
  box-shadow:0 8px 20px rgba(17,16,14,.055);
}
.sf-home-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,16,14,.085)}
.sf-home-product-card__media,
.sf-home-product-card--featured .sf-home-product-card__media{
  height:156px;
  min-height:156px;
  margin:7px 7px 0;
  border-radius:13px;
}
.sf-home-product-card__media img{padding:9px}
.sf-home-product-card__badge{
  top:8px;
  left:8px;
  min-height:21px;
  padding:3px 7px;
  font-size:9px;
}
.sf-home-product-card__body,
.sf-home-product-card--featured .sf-home-product-card__body{
  gap:6px;
  padding:10px 11px 8px;
}
.sf-home-product-card__overline{font-size:9px}
.sf-home-product-card__body h3,
.sf-home-product-card--featured .sf-home-product-card__body h3{
  font-size:14px;
  line-height:1.22;
  letter-spacing:-.026em;
}
.sf-home-product-card__body p,
.sf-home-product-card--featured .sf-home-product-card__body p{
  display:none;
}
.sf-home-product-card__price strong,
.sf-home-product-card--featured .sf-home-product-card__price strong{font-size:15px}
.sf-home-product-card__price span{font-size:10px}
.sf-home-product-card__cta,
.sf-home-product-card--featured .sf-home-product-card__cta{
  min-height:32px;
  margin:0 11px 11px;
  font-size:11px;
  box-shadow:none;
}

.sf-home-values__grid{gap:10px}
.sf-home-value-card{
  min-height:auto;
  padding:14px;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(17,16,14,.045);
}
.sf-home-value-card h3{font-size:15px}
.sf-home-value-card p{font-size:12px;line-height:1.45}

.sf-home-final-cta{
  gap:9px;
  margin-top:clamp(24px,3vw,34px);
  padding:clamp(18px,3vw,28px);
  border-radius:20px;
  box-shadow:0 16px 42px rgba(17,16,14,.13);
}
.sf-home-final-cta h2{font-size:clamp(22px,2.8vw,34px);line-height:1.08}
.sf-home-final-cta span{font-size:9px}

@media (max-width:1080px){
  .sf-home-hero{grid-template-columns:1fr;height:340px;min-height:340px;max-height:340px;overflow:hidden}
  .sf-home-product-grid,.sf-home-product-grid--feature{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sf-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
  .sf-pro-commerce-home{padding:8px 10px 74px;overflow:hidden}
  .sf-home-hero{height:260px;min-height:260px;max-height:260px;overflow:hidden;padding:14px;border-radius:17px;gap:14px}
  .sf-home-hero h1{font-size:clamp(28px,8.6vw,38px);line-height:1.04}
  .sf-home-hero__lead{font-size:13px;line-height:1.46}
  .sf-home-search{border-radius:15px;padding:4px}
  .sf-home-search input{height:38px}
  .sf-home-search button,.sf-home-btn{min-height:37px}
  .sf-home-hero-stats{grid-template-columns:1fr;gap:6px;margin-top:11px}
  .sf-home-hero-stats div{padding:8px 10px;border-radius:12px}
  .sf-home-hero-product{border-radius:16px;padding:8px;grid-template-rows:auto auto}
  .sf-home-hero-product__media{min-height:0;max-height:140px}
  .sf-home-hero-product__content strong{font-size:18px}
  .sf-home-collection-rail a{min-height:48px;border-radius:14px}
  .sf-home-section{margin-top:24px}
  .sf-home-section__head{margin-bottom:10px}
  .sf-home-section__head h2{font-size:clamp(21px,6vw,28px)}
  .sf-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .sf-home-category-card__media{height:92px}
  .sf-home-category-card p{display:none}
  .sf-home-product-grid,.sf-home-product-grid--feature{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
  .sf-home-product-card__media,.sf-home-product-card--featured .sf-home-product-card__media{height:132px;min-height:132px}
  .sf-home-product-card__body h3,.sf-home-product-card--featured .sf-home-product-card__body h3{font-size:13px;line-height:1.22}
  .sf-home-product-card__body{padding:9px 9px 7px}
  .sf-home-product-card__cta{min-height:31px;margin:0 9px 9px;font-size:10.5px}
  .sf-home-final-cta{border-radius:17px;padding:18px 14px}
}

@media (max-width:430px){
  .sf-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sf-home-category-card__media{height:86px}
  .sf-home-product-card__media,.sf-home-product-card--featured .sf-home-product-card__media{height:122px;min-height:122px}
  .sf-home-product-card__price strong{font-size:14px}
}


/* etap 3 PSI — sekcje pod hero renderują się dopiero, gdy są potrzebne */
@supports (content-visibility:auto){
  .sf-home-final-cta{
    content-visibility:auto;
    contain-intrinsic-size:1px 560px;
  }
}
