/* TOTA v6.29 — Apple-inspired premium storefront
   Presentation layer only. Existing PHP data, admin controls, products,
   cart/wishlist and database integration remain unchanged. */

body.home-premium{
  --home-max:1320px;
  --page-gutter:28px;
  --ink:#1d1d1f;
  --ink-soft:#424245;
  --muted:#6e6e73;
  --muted-2:#86868b;
  --canvas:#f5f5f7;
  --card:#ffffff;
  --line:rgba(29,29,31,.09);
  --orange:#ff7a1a;
  --radius-xl:36px;
  --radius-lg:30px;
  --radius-md:22px;
  background:var(--canvas);
  color:var(--ink);
  font-family:var(--sf-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
  font-size:var(--sf-base-size,16px);
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.home-premium *{box-sizing:border-box}
body.home-premium a{text-decoration:none;color:inherit}
body.home-premium img{display:block;max-width:100%}
body.home-premium button,body.home-premium input{font:inherit}
body.home-premium main{overflow:hidden;padding:0 0 54px}
body.home-premium [hidden]{display:none!important}
body.home-premium .home-shell-v626{padding-top:0}

/* ---------- Header ---------- */
body.home-premium .site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(245,245,247,.82);
  border:0;border-bottom:1px solid rgba(0,0,0,.055);
  box-shadow:none;
  backdrop-filter:saturate(180%) blur(24px);
  -webkit-backdrop-filter:saturate(180%) blur(24px);
  transition:background .25s ease,box-shadow .25s ease;
}
body.home-premium .site-header.is-scrolled{background:rgba(250,250,252,.92);box-shadow:0 8px 26px rgba(0,0,0,.045)}
body.home-premium .header-inner{
  width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));
  height:72px;margin:0 auto;
  display:grid;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:28px;
}
body.home-premium .brand{width:68px;height:48px;display:flex;align-items:center;justify-content:flex-start}
body.home-premium .brand img{width:100%;height:100%;object-fit:contain}
body.home-premium .main-nav{display:flex;align-items:center;justify-content:center;gap:28px;min-width:0}
body.home-premium .main-nav a{
  position:relative;padding:26px 0 24px;
  color:#353537;font-size:12px;font-weight:560;line-height:1;letter-spacing:-.005em;white-space:nowrap;
  text-transform:none;
}
body.home-premium .main-nav a::after{
  content:"";position:absolute;left:50%;bottom:16px;width:0;height:2px;border-radius:99px;
  background:#1d1d1f;transform:translateX(-50%);transition:width .2s ease;
}
body.home-premium .main-nav a:hover::after,body.home-premium .main-nav a.is-active::after{width:18px}
body.home-premium .header-actions{display:flex;align-items:center;gap:4px}
body.home-premium .product-search{
  width:220px;height:38px;margin-right:3px;display:flex;align-items:center;
  border:1px solid rgba(29,29,31,.08);border-radius:999px;background:rgba(255,255,255,.74);overflow:hidden;
  transition:background .2s,border-color .2s,box-shadow .2s;
}
body.home-premium .product-search:focus-within{background:#fff;border-color:rgba(29,29,31,.16);box-shadow:0 0 0 4px rgba(0,0,0,.035)}
body.home-premium .product-search input{width:100%;height:100%;min-width:0;padding:0 8px 0 15px;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}
body.home-premium .product-search input::placeholder{color:#99999d}
body.home-premium .product-search button{width:40px;height:38px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#2c2c2e;cursor:pointer}
body.home-premium .product-search button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
body.home-premium .header-icon{position:relative;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:transparent;color:#1d1d1f;transition:background .2s ease}
body.home-premium .header-icon:hover{background:rgba(0,0,0,.055)}
body.home-premium .header-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
body.home-premium .cart-count{position:absolute;right:-1px;top:0;min-width:15px;height:15px;padding:0 4px;border-radius:99px;display:grid;place-items:center;background:#1d1d1f;color:#fff;font-size:8px;font-weight:700}
body.home-premium .menu-toggle{display:none;width:38px;height:38px;border:0;border-radius:50%;background:transparent;cursor:pointer;padding:9px}
body.home-premium .menu-toggle span{display:block;width:18px;height:1.5px;margin:4px auto;background:#1d1d1f;border-radius:2px}
body.home-premium .mobile-nav{background:rgba(250,250,252,.98);border-top:1px solid rgba(0,0,0,.06);padding:18px var(--page-gutter) 24px;box-shadow:0 18px 32px rgba(0,0,0,.07)}
body.home-premium .mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:15px;font-weight:570;text-transform:none}
body.home-premium .mobile-search{display:flex;height:44px;margin-bottom:8px;border-radius:14px;background:#fff;overflow:hidden;border:1px solid rgba(0,0,0,.07)}
body.home-premium .mobile-search input{flex:1;min-width:0;border:0;outline:0;padding:0 14px;background:transparent}
body.home-premium .mobile-search button{width:44px;border:0;background:transparent;display:grid;place-items:center}
body.home-premium .mobile-search svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7}
body.home-premium .mobile-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:14px}
body.home-premium .mobile-account-actions a{display:flex;align-items:center;gap:8px;padding:12px;border:0;border-radius:14px;background:#fff;font-size:12px}
body.home-premium .mobile-account-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}

/* ---------- Shared editorial language ---------- */
body.home-premium .home-eyebrow,
body.home-premium .hero-editorial-kicker{
  display:inline-block;color:#6e6e73;font-size:11px;font-weight:650;line-height:1.2;letter-spacing:.02em;text-transform:none;
}
body.home-premium .section-heading-v626{
  display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin:0 0 28px;padding:0 2px;
}
body.home-premium .section-heading-v626>div{max-width:820px}
body.home-premium .section-heading-v626 h2{
  margin:8px 0 8px;color:#1d1d1f;font-size:clamp(40px,4.65vw,64px);line-height:.99;letter-spacing:-.052em;font-weight:620;
}
body.home-premium .section-heading-v626 h2 span{color:#6e6e73!important}
body.home-premium .section-heading-v626 p{margin:0;max-width:660px;color:#77777c;font-size:15px;line-height:1.6}
body.home-premium .section-heading-v626>a{flex:none;display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;color:#1d1d1f;font-size:13px;font-weight:600}
body.home-premium .section-heading-v626>a:hover span{transform:translate(2px,-2px)}
body.home-premium .section-heading-v626>a span{transition:transform .2s ease}
body.home-premium .compact-heading h2{font-size:clamp(38px,4vw,56px)}
body.home-premium .home-primary-action,
body.home-premium .hero-cta{
  min-height:46px;padding:0 20px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:#1d1d1f;color:#fff!important;font-size:12px;font-weight:650;line-height:1;cursor:pointer;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
body.home-premium .home-primary-action:hover,body.home-premium .hero-cta:hover{transform:translateY(-1px);background:#000;box-shadow:0 8px 20px rgba(0,0,0,.12)}
body.home-premium .home-secondary-action{color:#1d1d1f;font-size:12px;font-weight:600}

/* ---------- Hero: premium equal-third category-coded layout ---------- */
body.home-premium .hero-module{
  width:calc(100% - 32px);max-width:1760px;margin:0 auto 96px;padding-top:22px;
}
body.home-premium .hero-shell{
  overflow:hidden;border:1px solid rgba(29,29,31,.075);border-radius:32px;background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.055);
}
body.home-premium .hero-tabs-connected{
  display:grid;grid-template-columns:repeat(var(--hero-tab-count,4),minmax(0,1fr));gap:0;width:100%;margin:0;padding:0;
  background:#fff;border-bottom:1px solid rgba(29,29,31,.075);
}
body.home-premium .hero-tabs-connected .category-tab{
  --tab:#ff9015;position:relative;height:60px;min-width:0;padding:0 16px;border:0;border-right:1px solid rgba(29,29,31,.075);border-radius:0;
  display:flex;align-items:center;justify-content:center;gap:9px;background:#fff;color:#606066;
  font-size:11px;font-weight:650;white-space:nowrap;cursor:pointer;
  transition:background .2s ease,color .2s ease;
}
body.home-premium .hero-tabs-connected .category-tab:last-child{border-right:0}
body.home-premium .hero-tabs-connected .category-tab::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--tab);opacity:.42;transition:height .2s ease,opacity .2s ease;
}
body.home-premium .hero-tabs-connected .category-tab:hover{color:#1d1d1f;background:color-mix(in srgb,var(--tab) 3.5%,#fff)}
body.home-premium .hero-tabs-connected .category-tab.is-active{
  color:var(--tab);background:color-mix(in srgb,var(--tab) 5.5%,#fff);box-shadow:none;
}
body.home-premium .hero-tabs-connected .category-tab.is-active::after{height:5px;opacity:1}
body.home-premium .hero-tabs-connected .tab-dot{width:8px;height:8px;border-radius:50%;background:var(--tab);opacity:1;box-shadow:none}
body.home-premium .hero-tabs-connected .category-tab.is-active .tab-dot{background:var(--tab)}

body.home-premium .hero-card{
  --hero:#ff9015;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  min-height:620px;background:#fff;overflow:hidden;
}
body.home-premium .hero-left{
  position:relative;z-index:2;min-width:0;padding:58px clamp(34px,3vw,52px) 48px;
  display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--hero) 3%,#fff) 145%);
  border-right:1px solid rgba(29,29,31,.065);overflow:hidden;
}
body.home-premium .hero-left::before{
  content:"";position:absolute;right:-92px;top:42px;width:225px;height:225px;border-radius:50%;
  border:1px solid color-mix(in srgb,var(--hero) 17%,transparent);pointer-events:none;
}
body.home-premium .family-eyebrow{
  display:flex;align-items:center;gap:9px;margin:0 0 16px;color:var(--hero);font-size:10px;font-weight:720;line-height:1.2;
  letter-spacing:.16em;text-transform:uppercase;
}
body.home-premium .eyebrow-mark{width:25px;height:3px;border-radius:99px;background:var(--hero)}
body.home-premium .hero-kicker{margin-bottom:8px;color:#737378;font-size:min(var(--hero-kicker-size,11px),12px);font-weight:620}
body.home-premium .hero-title-lockup{
  margin:0;max-width:440px;color:#1d1d1f;font-size:min(var(--hero-title-size,48px),52px);line-height:.97;letter-spacing:-.055em;font-weight:680;
}
body.home-premium .hero-title-lockup>span{display:block}
body.home-premium .hero-title-lockup>em{
  display:block;margin-top:10px;color:#77777c;font-style:normal;font-size:min(var(--hero-tagline-size,33px),35px);line-height:1.04;font-weight:620;letter-spacing:-.045em;
}
body.home-premium .hero-story{
  max-width:380px;margin:21px 0 0;color:#6e6e73;font-size:min(var(--hero-story-size,14px),15px);line-height:1.62;letter-spacing:-.01em;
}
body.home-premium .hero-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px;max-width:390px}
body.home-premium .hero-benefit{
  min-height:36px;padding:5px 11px 5px 7px;border:1px solid rgba(29,29,31,.085);border-radius:999px;
  display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.88);color:#454549;
}
body.home-premium .benefit-icon{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--hero) 10%,#fff);color:var(--hero)}
body.home-premium .benefit-icon svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
body.home-premium .benefit-icon .custom-icon{width:13px;height:13px;object-fit:contain}
body.home-premium .hero-benefit strong{font-size:min(var(--hero-benefit-size,10px),11px);line-height:1.12;font-weight:650;white-space:nowrap}
body.home-premium .hero-cta-row{display:flex;align-items:center;gap:10px;margin-top:28px;flex-wrap:wrap}
body.home-premium .hero-cta{background:var(--hero);font-size:min(var(--hero-button-size,11px),12px);box-shadow:0 9px 20px color-mix(in srgb,var(--hero) 20%,transparent)}
body.home-premium .hero-cta:hover{background:color-mix(in srgb,var(--hero) 88%,#000)}
body.home-premium .hero-cta b{font-size:16px;font-weight:500}
body.home-premium .hero-secondary-link{min-height:44px;padding:0 16px;border:1px solid rgba(29,29,31,.1);border-radius:999px;display:inline-flex;align-items:center;gap:6px;color:#343438;background:#fff;font-size:10.5px;font-weight:620}
body.home-premium .hero-secondary-link:hover{color:var(--hero);border-color:color-mix(in srgb,var(--hero) 35%,#ddd)}
body.home-premium .hero-assurance{position:absolute;left:clamp(34px,3vw,52px);bottom:24px;display:flex;align-items:center;gap:9px;color:#9b9ba0;font-size:8px;font-weight:650;letter-spacing:.16em;text-transform:uppercase}
body.home-premium .hero-assurance i{width:22px;height:1px;background:color-mix(in srgb,var(--hero) 50%,transparent)}

body.home-premium .hero-showcase{position:relative;min-width:0;min-height:620px;overflow:hidden;background:#e8ddd2;isolation:isolate;border-right:1px solid rgba(29,29,31,.065)}
body.home-premium .hero-photo{position:absolute;inset:0;z-index:0;overflow:hidden;background:#e8ddd2}
body.home-premium .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9) contrast(.97) brightness(.98);transform:scale(1.01)}
body.home-premium .hero-showcase-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.01) 45%,rgba(0,0,0,.4) 100%)}
body.home-premium .hero-life-tag{
  position:absolute;left:24px;top:24px;z-index:2;min-height:36px;padding:0 14px;border-radius:999px;display:flex;align-items:center;gap:7px;
  background:rgba(255,255,255,.87);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#403a35;font-size:9px;font-weight:720;letter-spacing:.11em;text-transform:uppercase;
}
body.home-premium .hero-life-tag::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hero)}
body.home-premium .hero-life-copy{position:absolute;left:30px;right:30px;bottom:28px;z-index:2;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.16)}
body.home-premium .hero-life-copy strong{display:block;max-width:390px;font-size:clamp(25px,2.1vw,31px);line-height:1.02;letter-spacing:-.045em;font-weight:650}
body.home-premium .hero-life-copy span{display:block;max-width:390px;margin-top:8px;font-size:11px;line-height:1.45;opacity:.9}

body.home-premium .hero-products-column{
  min-width:0;min-height:620px;padding:16px 16px 12px;display:flex;flex-direction:column;background:#f5f5f7;
}
body.home-premium .featured-panel-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:0 3px 8px}
body.home-premium .featured-panel-top>div:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}
body.home-premium .featured-label{color:#4a4a4f;font-size:10px;font-weight:720;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.home-premium .featured-label b{font-weight:720;color:#1d1d1f}
body.home-premium .featured-subtitle{color:#98989d;font-size:8px;font-weight:520}
body.home-premium .featured-auto-status{display:flex;align-items:center;gap:7px;flex:none;color:#96989d;font-size:8.5px;font-weight:650;white-space:nowrap}
body.home-premium .featured-auto-status i{width:6px;height:6px;border-radius:50%;background:var(--hero);box-shadow:0 0 0 4px color-mix(in srgb,var(--hero) 12%,transparent)}
body.home-premium .featured-auto-status.is-paused i{box-shadow:none;opacity:.5}
body.home-premium .featured-rail-viewport{position:relative;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain;outline:none}
body.home-premium .featured-rail-viewport::-webkit-scrollbar{display:none}
body.home-premium .featured-rail-viewport:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--hero) 35%,transparent);border-radius:18px}
body.home-premium .featured-grid{display:flex;flex-direction:column;gap:9px;padding:0 1px 3px}
body.home-premium .featured-card{
  position:relative;overflow:hidden;flex:0 0 126px;height:126px;padding:9px;border:1px solid rgba(29,29,31,.075);border-radius:19px;
  display:grid;grid-template-columns:105px minmax(0,1fr) 38px;gap:11px;align-items:center;background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.025);scroll-snap-align:start;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
body.home-premium .featured-card::before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:0 4px 4px 0;background:var(--hero);opacity:.75}
body.home-premium .featured-card.is-active{border-color:color-mix(in srgb,var(--hero) 35%,#ddd);box-shadow:0 7px 19px rgba(0,0,0,.04)}
body.home-premium .featured-card:hover{border-color:color-mix(in srgb,var(--hero) 38%,#ddd);box-shadow:0 8px 22px rgba(0,0,0,.05)}
body.home-premium .featured-product-image{width:105px;height:106px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--hero) 10%,#fff),#f4f4f6)}
body.home-premium .featured-product-image img{width:100%;height:100%;object-fit:contain;padding:7px;filter:drop-shadow(0 8px 11px rgba(0,0,0,.09));transition:transform .25s ease}
body.home-premium .featured-card:hover .featured-product-image img{transform:scale(1.025)}
body.home-premium .featured-card-copy{min-width:0;padding:1px 0}
body.home-premium .featured-card-badge{display:block;margin-bottom:5px;color:var(--hero);font-size:7px;font-weight:760;letter-spacing:.13em;text-transform:uppercase}
body.home-premium .featured-card-copy h3{margin:0 0 6px;color:#1d1d1f;font-size:min(var(--hero-featured-title-size,13px),14px);line-height:1.18;letter-spacing:-.015em;font-weight:650;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.home-premium .featured-card-copy h3 a{color:inherit}
body.home-premium .featured-price{display:block;color:#1d1d1f;font-size:18px;line-height:1;font-weight:680;letter-spacing:-.025em}
body.home-premium .featured-bag-icon{align-self:end;margin-bottom:4px;width:38px;height:38px;padding:0;border:1px solid rgba(29,29,31,.1);border-radius:50%;display:grid;place-items:center;background:#fff;color:#2f3034;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s}
body.home-premium .featured-bag-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
body.home-premium .featured-bag-icon:hover{border-color:var(--hero);color:var(--hero);transform:translateY(-1px)}
body.home-premium .featured-bag-icon.is-loading{opacity:.58;cursor:wait;transform:none}
body.home-premium .featured-bag-icon.is-added{background:var(--hero);border-color:var(--hero);color:#fff}
body.home-premium .featured-pause-hint{min-height:18px;padding-top:7px;text-align:center;color:#a0a0a5;font-size:8px;font-weight:560;letter-spacing:.02em}

/* ---------- Spotlight ---------- */
body.home-premium .product-spotlight{
  width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 104px;min-height:560px;
  display:grid;grid-template-columns:minmax(0,55%) minmax(0,45%);overflow:hidden;border-radius:var(--radius-xl);background:#fff;
  box-shadow:0 2px 0 rgba(0,0,0,.015),0 18px 56px rgba(0,0,0,.045);
}
body.home-premium .spotlight-visual{position:relative;min-height:560px;display:grid;place-items:center;overflow:hidden;background:#f0f0f2}
body.home-premium .spotlight-visual::after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(0,0,0,.035));pointer-events:none}
body.home-premium .spotlight-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:color-mix(in srgb,var(--spotlight-accent) 8%,#fff);filter:blur(1px)}
body.home-premium .spotlight-image{position:relative;z-index:2;width:78%;height:430px;display:grid;place-items:center}
body.home-premium .spotlight-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(0,0,0,.10))}
body.home-premium .spotlight-badge{position:absolute;left:28px;top:28px;z-index:3;padding:8px 12px;border:0;border-radius:999px;background:rgba(255,255,255,.8);backdrop-filter:blur(14px);color:#5f5f64;font-size:9.5px;font-weight:650;letter-spacing:.02em;text-transform:none}
body.home-premium .spotlight-copy{padding:62px 56px;display:flex;flex-direction:column;justify-content:center;background:#fff}
body.home-premium .spotlight-copy h2{margin:9px 0 26px;color:#1d1d1f;font-size:clamp(42px,4.5vw,64px);line-height:.98;letter-spacing:-.052em;font-weight:620}
body.home-premium .spotlight-copy h2 span{color:#6e6e73!important}
body.home-premium .spotlight-copy h3{margin:0 0 10px;color:#242426;font-size:20px;line-height:1.25;font-weight:620;letter-spacing:-.02em}
body.home-premium .spotlight-copy>p{margin:0;max-width:470px;color:#77777c;font-size:14px;line-height:1.68}
body.home-premium .spotlight-price-row{display:flex;align-items:baseline;gap:10px;margin:22px 0 26px}
body.home-premium .spotlight-price-row strong{font-size:28px;line-height:1;font-weight:650;letter-spacing:-.035em}
body.home-premium .spotlight-price-row s{font-size:12px;color:#a0a0a5}
body.home-premium .spotlight-actions{display:flex;align-items:center;gap:19px;flex-wrap:wrap}

/* ---------- Category rail ---------- */
body.home-premium .editorial-categories{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 104px}
body.home-premium .editorial-category-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
}
body.home-premium .editorial-category-card{
  position:relative;min-height:350px;display:grid;grid-template-columns:minmax(0,51%) minmax(0,49%);overflow:hidden;border-radius:var(--radius-lg);
  background:#fff;color:#1d1d1f;box-shadow:0 2px 0 rgba(0,0,0,.012),0 14px 44px rgba(0,0,0,.035);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease;
}
body.home-premium .editorial-category-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(0,0,0,.07)}
body.home-premium .editorial-category-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--cat);opacity:.92}
body.home-premium .editorial-category-copy{position:relative;z-index:2;padding:34px 20px 30px 34px;display:flex;flex-direction:column;align-items:flex-start}
body.home-premium .category-index{color:#a1a1a6;font-size:9px;font-weight:650;letter-spacing:.08em}
body.home-premium .editorial-category-copy h3{margin:14px 0 9px;font-size:32px;line-height:1.04;letter-spacing:-.045em;font-weight:630}
body.home-premium .editorial-category-copy p{margin:0;color:#7a7a7f;font-size:12px;line-height:1.55}
body.home-premium .category-arrow{margin-top:auto;padding-top:26px;color:#333336;font-size:11px;font-weight:620}
body.home-premium .category-arrow b{display:inline-block;margin-left:4px;transition:transform .2s ease}
body.home-premium .editorial-category-card:hover .category-arrow b{transform:translateX(4px)}
body.home-premium .editorial-category-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--cat) 5%,#f4f4f5)}
body.home-premium .editorial-category-visual::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:color-mix(in srgb,var(--cat) 7%,#fff)}
body.home-premium .editorial-category-visual img{position:relative;z-index:2;width:88%;height:82%;object-fit:contain;transition:transform .32s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 18px 20px rgba(0,0,0,.10))}
body.home-premium .editorial-category-card:hover img{transform:scale(1.035)}
body.home-premium .category-placeholder{position:relative;z-index:2;color:var(--cat);font-size:34px;font-weight:720;letter-spacing:-.05em}

/* ---------- Best sellers / Apple-style horizontal product cards ---------- */
body.home-premium .best-sellers-v626{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 104px}
body.home-premium .rail-actions{display:flex;gap:8px;margin-bottom:2px}
body.home-premium .rail-actions button{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#e8e8ed;color:#4b4b4f;font-size:17px;cursor:pointer;transition:background .2s,color .2s}
body.home-premium .rail-actions button:hover{background:#dcdce1;color:#1d1d1f}
body.home-premium .product-rail-v626{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:none;scroll-behavior:smooth}
body.home-premium .product-rail-v626::-webkit-scrollbar{display:none}
body.home-premium .minimal-product-card{flex:0 0 318px;max-width:318px;overflow:hidden;border-radius:28px;background:#fff;scroll-snap-align:start;box-shadow:0 2px 0 rgba(0,0,0,.012),0 14px 38px rgba(0,0,0,.035);transition:transform .25s ease,box-shadow .25s ease}
body.home-premium .minimal-product-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(0,0,0,.07)}
body.home-premium .minimal-product-visual{position:relative;height:300px;display:grid;place-items:center;overflow:hidden;background:#f2f2f4}
body.home-premium .minimal-product-visual::after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(transparent,rgba(0,0,0,.025));pointer-events:none}
body.home-premium .minimal-product-visual>a{width:100%;height:100%;display:grid;place-items:center}
body.home-premium .minimal-product-visual img{width:88%;height:88%;object-fit:contain;padding:8px;filter:drop-shadow(0 16px 20px rgba(0,0,0,.09));transition:transform .3s ease}
body.home-premium .minimal-product-card:hover .minimal-product-visual img{transform:scale(1.025)}
body.home-premium .minimal-wishlist{position:absolute;right:14px;top:14px;z-index:4;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);color:#5c5c60;font-size:16px;cursor:pointer}
body.home-premium .minimal-wishlist.is-active{color:#d82929;background:#fff1f1}
body.home-premium .minimal-product-copy{padding:20px 20px 22px}
body.home-premium .minimal-product-copy>span{display:block;margin-bottom:6px;color:var(--product-accent);font-size:9px;font-weight:670;letter-spacing:.02em}
body.home-premium .minimal-product-copy h3{min-height:42px;margin:0;color:#1d1d1f;font-size:16px;line-height:1.3;font-weight:610;letter-spacing:-.018em}
body.home-premium .minimal-product-copy h3 a{color:inherit}
body.home-premium .minimal-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:17px}
body.home-premium .minimal-product-bottom>div{display:flex;align-items:baseline;gap:7px}
body.home-premium .minimal-product-bottom strong{font-size:18px;font-weight:650;letter-spacing:-.025em}
body.home-premium .minimal-product-bottom s{font-size:10px;color:#a2a2a7}
body.home-premium .minimal-product-bottom>a,body.home-premium .minimal-product-bottom>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:#1d1d1f;color:#fff;font-size:17px;cursor:pointer;transition:transform .2s ease,background .2s ease}
body.home-premium .minimal-product-bottom>a:hover,body.home-premium .minimal-product-bottom>button:hover{transform:scale(1.05);background:#000}

/* ---------- Large Hing feature ---------- */
body.home-premium .category-feature-v626{
  width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));min-height:610px;margin:0 auto 104px;
  display:grid;grid-template-columns:minmax(0,43%) minmax(0,57%);overflow:hidden;border-radius:var(--radius-xl);background:#fff;
  box-shadow:0 2px 0 rgba(0,0,0,.012),0 18px 55px rgba(0,0,0,.045);
}
body.home-premium .category-feature-copy{padding:64px 56px;display:flex;flex-direction:column;justify-content:center;background:#fff}
body.home-premium .category-feature-copy h2{margin:9px 0 18px;color:#1d1d1f;font-size:clamp(52px,5.5vw,78px);line-height:.92;letter-spacing:-.06em;font-weight:630}
body.home-premium .category-feature-copy p{max-width:440px;margin:0 0 27px;color:#77777c;font-size:14px;line-height:1.68}
body.home-premium .category-feature-visual{position:relative;min-height:610px;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--feature-accent) 7%,#f2f2f4)}
body.home-premium .feature-orbit{position:absolute;width:470px;height:470px;border-radius:50%;border:1px solid color-mix(in srgb,var(--feature-accent) 18%,transparent);box-shadow:0 0 0 70px color-mix(in srgb,var(--feature-accent) 3%,transparent),0 0 0 140px color-mix(in srgb,var(--feature-accent) 2%,transparent)}
body.home-premium .category-feature-visual img{position:relative;z-index:2;width:72%;height:440px;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(0,0,0,.12))}

/* ---------- Collection stories ---------- */
body.home-premium .story-grid-section{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 104px}
body.home-premium .story-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.home-premium .story-card-v626{position:relative;min-height:480px;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);background:#fff;box-shadow:0 2px 0 rgba(0,0,0,.012),0 14px 40px rgba(0,0,0,.035);transition:transform .25s ease,box-shadow .25s ease}
body.home-premium .story-card-v626:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.07)}
body.home-premium .story-card-copy{position:relative;z-index:3;padding:28px 27px 18px}
body.home-premium .story-card-copy>span{color:var(--story-accent);font-size:10px;font-weight:680}
body.home-premium .story-card-copy h3{margin:9px 0 15px;color:#1d1d1f;font-size:24px;line-height:1.12;letter-spacing:-.038em;font-weight:610}
body.home-premium .story-card-copy b{color:#4d4d51;font-size:10px;font-weight:610}
body.home-premium .story-card-visual{position:relative;flex:1;min-height:250px;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--story-accent) 5%,#f2f2f4)}
body.home-premium .story-card-visual::before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:color-mix(in srgb,var(--story-accent) 7%,#fff)}
body.home-premium .story-card-visual img{position:relative;z-index:2;width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.10));transition:transform .3s ease}
body.home-premium .story-card-v626:hover img{transform:scale(1.035)}
body.home-premium .story-card-visual>span{position:relative;z-index:2;color:var(--story-accent);font-size:32px;font-weight:720}

/* ---------- Brand story ---------- */
body.home-premium .brand-story-v626{
  width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));min-height:600px;margin:0 auto 104px;
  display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);overflow:hidden;border-radius:var(--radius-xl);background:#fff;
  box-shadow:0 2px 0 rgba(0,0,0,.012),0 18px 55px rgba(0,0,0,.045);
}
body.home-premium .brand-story-image{position:relative;min-height:600px;overflow:hidden;background:#eee}
body.home-premium .brand-story-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,rgba(255,255,255,.16))}
body.home-premium .brand-story-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(.97)}
body.home-premium .brand-story-copy{padding:62px 52px;display:flex;flex-direction:column;justify-content:center}
body.home-premium .brand-story-copy h2{margin:9px 0 18px;color:#1d1d1f;font-size:clamp(48px,5vw,72px);line-height:.94;letter-spacing:-.058em;font-weight:630}
body.home-premium .brand-story-copy>p{margin:0;color:#77777c;font-size:14px;line-height:1.68}
body.home-premium .brand-story-link{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:24px;color:#1d1d1f;font-size:11px;font-weight:650}
body.home-premium .brand-story-link span{transition:transform .2s ease}
body.home-premium .brand-story-link:hover span{transform:translateX(4px)}
body.home-premium .brand-story-points{display:grid;grid-template-columns:1fr;gap:0;margin-top:33px;border-top:1px solid rgba(0,0,0,.06)}
body.home-premium .brand-story-points>div{padding:15px 0;border-bottom:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:135px 1fr;gap:12px;align-items:start}
body.home-premium .brand-story-points strong{font-size:10px;font-weight:650;color:#343438}
body.home-premium .brand-story-points span{color:#909095;font-size:10px;line-height:1.45}

/* ---------- Social / reels ---------- */
body.home-premium .reels-v626{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 104px}
body.home-premium .reel-grid-v626{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:none}
body.home-premium .reel-grid-v626::-webkit-scrollbar{display:none}
body.home-premium .reel-card-v626{position:relative;flex:0 0 270px;height:410px;overflow:hidden;border-radius:28px;background:#e8e8eb;scroll-snap-align:start;box-shadow:0 12px 34px rgba(0,0,0,.04)}
body.home-premium .reel-card-v626 img,body.home-premium .reel-fallback{width:100%;height:100%;object-fit:cover}
body.home-premium .reel-card-v626::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.58) 100%)}
body.home-premium .reel-fallback{display:grid;place-items:center;padding:25px;background:linear-gradient(145deg,color-mix(in srgb,var(--reel-accent) 75%,#fff),var(--reel-accent));color:#fff;font-size:28px;font-weight:650;text-align:center}
body.home-premium .reel-play-v626{position:absolute;left:18px;top:18px;z-index:3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);color:#1d1d1f;font-size:10px;padding-left:2px}
body.home-premium .reel-card-v626>strong{position:absolute;left:20px;right:20px;bottom:20px;z-index:3;color:#fff;font-size:17px;line-height:1.2;font-weight:600;letter-spacing:-.022em}

/* ---------- Newsletter ---------- */
body.home-premium .newsletter-section{
  width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 20px;padding:42px 46px;border:0;border-radius:var(--radius-lg);
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;gap:46px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(0,0,0,.035);
}
body.home-premium .newsletter-kicker{color:#77777c;font-size:10px;font-weight:650;letter-spacing:0;text-transform:none}
body.home-premium .newsletter-copy h2{margin:7px 0 8px;color:#1d1d1f;font-size:34px;line-height:1.04;letter-spacing:-.045em;font-weight:620}
body.home-premium .newsletter-copy h2 span{color:#1d1d1f!important}
body.home-premium .newsletter-copy p{margin:0;max-width:520px;color:#86868b;font-size:11px;line-height:1.55}
body.home-premium .newsletter-form{min-width:0}
body.home-premium .newsletter-field{height:52px;border:1px solid rgba(0,0,0,.08);border-radius:999px;display:flex;align-items:center;padding:5px 5px 5px 17px;background:#f5f5f7;box-shadow:none;transition:border-color .2s,background .2s}
body.home-premium .newsletter-field:focus-within{background:#fff;border-color:rgba(0,0,0,.18);box-shadow:none;transform:none}
body.home-premium .newsletter-field>span{color:#8a8a8f;margin-right:8px;font-size:13px}
body.home-premium .newsletter-field input{flex:1;min-width:0;height:40px;border:0;outline:0;background:transparent;color:#1d1d1f;font-size:11px}
body.home-premium .newsletter-field button{height:42px;margin:0;padding:0 20px;border:0;border-radius:999px;background:#1d1d1f;color:#fff;font-size:10px;font-weight:650;cursor:pointer}
body.home-premium .newsletter-status{margin:7px 0 0 18px;font-size:10px;min-height:14px;color:#1f8f4e}
body.home-premium .newsletter-status.is-error{color:#c53b2f}
body.home-premium .newsletter-art{display:none}

/* ---------- Service strip + light premium footer ---------- */
body.home-premium .footer-features{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;padding:26px 2px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:transparent;border:0}
body.home-premium .footer-feature{display:flex;align-items:center;justify-content:center;gap:11px;padding:5px 18px;border-right:1px solid rgba(0,0,0,.07)}
body.home-premium .footer-feature:last-child{border-right:0}
body.home-premium .footer-feature-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4f4f54;font-size:13px}
body.home-premium .footer-feature-icon .custom-icon{width:18px;height:18px;object-fit:contain}
body.home-premium .footer-feature strong{display:block;color:#343438;font-size:10px;font-weight:650}
body.home-premium .footer-feature small{display:block;margin-top:2px;color:#919196;font-size:8.5px;line-height:1.3}

body.home-premium .site-footer{position:relative;margin-top:0;background:#ececee;color:#444448;border:0}
body.home-premium .footer-main{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;padding:42px 0 32px;display:grid;grid-template-columns:1.35fr repeat(3,1fr) 1.05fr;gap:34px}
body.home-premium .footer-logo{width:88px;height:auto;filter:none}
body.home-premium .footer-tagline{margin:10px 0 0;color:#444448;font-size:10px;font-weight:650}
body.home-premium .footer-about{margin:10px 0 0;max-width:310px;color:#86868b;font-size:9.5px;line-height:1.65}
body.home-premium .footer-social{display:flex;gap:7px;margin-top:17px}
body.home-premium .footer-social a{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#dedee1;color:#55555a;font-size:10px}
body.home-premium .footer-col h3{margin:0 0 13px;color:#343438;font-size:10px;font-weight:680}
body.home-premium .footer-col a{display:block;margin:0 0 9px;color:#737378;font-size:9.5px;transition:color .2s}
body.home-premium .footer-col a:hover{color:#1d1d1f}
body.home-premium .footer-contact p{display:flex;gap:7px;align-items:flex-start;color:#7b7b80;font-size:9.5px;line-height:1.5}
body.home-premium .payments{margin-top:15px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08)}
body.home-premium .payments strong{display:block;margin-bottom:8px;color:#55555a;font-size:9px}
body.home-premium .payments div{display:flex;gap:5px;flex-wrap:wrap}
body.home-premium .payments span{padding:4px 6px;border-radius:5px;background:#fff;color:#525257;font-size:7px;font-weight:750}
body.home-premium .footer-bottom{width:min(var(--home-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;padding:15px 0 20px;border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;color:#8b8b90;font-size:8.5px}
body.home-premium .to-top{position:absolute;right:26px;bottom:15px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dcdce0;color:#55555a;font-size:14px}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion:no-preference){
  body.home-premium .hero-card,body.home-premium .product-spotlight,body.home-premium .editorial-categories,body.home-premium .best-sellers-v626,body.home-premium .category-feature-v626,body.home-premium .story-grid-section,body.home-premium .brand-story-v626,body.home-premium .reels-v626{animation:premiumFade .55s both}
  @keyframes premiumFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
}

/* ---------- Tablet ---------- */
@media(max-width:1120px){
  body.home-premium{--page-gutter:22px}
  body.home-premium .header-inner{grid-template-columns:78px minmax(0,1fr) auto;gap:18px}
  body.home-premium .main-nav{gap:18px}
  body.home-premium .main-nav a{font-size:10.5px}
  body.home-premium .product-search{width:190px}
  body.home-premium .spotlight-copy{padding:52px 42px}
  body.home-premium .category-feature-copy{padding:54px 42px}
  body.home-premium .brand-story-copy{padding:52px 40px}
  body.home-premium .footer-main{grid-template-columns:1.3fr repeat(3,1fr);gap:26px}
  body.home-premium .footer-contact{display:none}
}

@media(max-width:900px){
  body.home-premium .main-nav{display:none}
  body.home-premium .header-inner{height:68px;grid-template-columns:74px 1fr auto}
  body.home-premium .header-actions .product-search{width:min(300px,42vw)}
  body.home-premium .menu-toggle{display:block}
  body.home-premium .product-spotlight{grid-template-columns:1fr;margin-bottom:78px}
  body.home-premium .spotlight-visual{min-height:470px}
  body.home-premium .spotlight-image{height:370px}
  body.home-premium .spotlight-copy{padding:48px 42px 54px}
  body.home-premium .editorial-categories,body.home-premium .best-sellers-v626,body.home-premium .story-grid-section,body.home-premium .brand-story-v626,body.home-premium .reels-v626{margin-bottom:78px}
  body.home-premium .editorial-category-grid{display:flex;gap:12px;overflow-x:auto;margin-right:calc(var(--page-gutter) * -1);padding-right:var(--page-gutter);scroll-snap-type:x mandatory;scrollbar-width:none}
  body.home-premium .editorial-category-grid::-webkit-scrollbar{display:none}
  body.home-premium .editorial-category-card{flex:0 0 74vw;max-width:560px;min-height:360px;scroll-snap-align:start}
  body.home-premium .category-feature-v626{grid-template-columns:1fr;margin-bottom:78px}
  body.home-premium .category-feature-copy{padding:48px 42px 44px}
  body.home-premium .category-feature-visual{min-height:470px}
  body.home-premium .story-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-premium .story-card-v626:last-child{grid-column:1/-1;display:grid;grid-template-columns:42% 58%;min-height:340px}
  body.home-premium .story-card-v626:last-child .story-card-visual{min-height:340px}
  body.home-premium .brand-story-v626{grid-template-columns:1fr}
  body.home-premium .brand-story-image{min-height:470px}
  body.home-premium .brand-story-copy{padding:48px 42px 52px}
  body.home-premium .newsletter-section{grid-template-columns:1fr;gap:24px;padding:36px 34px}
  body.home-premium .footer-features{grid-template-columns:1fr 1fr;gap:18px 0}
  body.home-premium .footer-feature:nth-child(2){border-right:0}
  body.home-premium .footer-main{grid-template-columns:1.25fr 1fr 1fr;gap:28px}
  body.home-premium .footer-col:nth-of-type(n+3){display:none}
}

/* ---------- Mobile ---------- */
@media(max-width:640px){
  body.home-premium{--page-gutter:16px;--radius-xl:28px;--radius-lg:24px}
  body.home-premium main{padding-bottom:28px}
  body.home-premium .header-inner{width:calc(100% - 24px);height:62px;grid-template-columns:65px 1fr auto;gap:10px}
  body.home-premium .brand{width:58px;height:42px}
  body.home-premium .header-actions{justify-content:flex-end}
  body.home-premium .header-actions .product-search{display:none}
  body.home-premium .header-icon{width:36px;height:36px}
  body.home-premium .menu-toggle{width:36px;height:36px}
  body.home-premium .mobile-nav{padding-left:16px;padding-right:16px}


  body.home-premium .section-heading-v626{display:block;margin-bottom:22px;padding:0 4px}
  body.home-premium .section-heading-v626 h2,body.home-premium .compact-heading h2{margin-top:7px;font-size:clamp(38px,11vw,51px);line-height:.98}
  body.home-premium .section-heading-v626 p{font-size:12px;line-height:1.55}
  body.home-premium .section-heading-v626>a{margin-top:12px;font-size:11px}
  body.home-premium .rail-actions{display:none}

  body.home-premium .product-spotlight{width:calc(100% - 24px);margin-bottom:66px;border-radius:26px}
  body.home-premium .spotlight-visual{min-height:390px}
  body.home-premium .spotlight-image{width:86%;height:320px}
  body.home-premium .spotlight-halo{width:350px;height:350px}
  body.home-premium .spotlight-badge{left:18px;top:18px;font-size:8.5px}
  body.home-premium .spotlight-copy{padding:34px 24px 38px}
  body.home-premium .spotlight-copy h2{margin:7px 0 20px;font-size:43px}
  body.home-premium .spotlight-copy h3{font-size:18px}
  body.home-premium .spotlight-copy>p{font-size:12px;line-height:1.58}
  body.home-premium .spotlight-price-row{margin:18px 0 22px}

  body.home-premium .editorial-categories,body.home-premium .best-sellers-v626,body.home-premium .story-grid-section,body.home-premium .brand-story-v626,body.home-premium .reels-v626{width:calc(100% - 24px);margin-bottom:66px}
  body.home-premium .editorial-category-grid{margin-right:-12px;padding-right:12px}
  body.home-premium .editorial-category-card{flex-basis:86vw;max-width:370px;min-height:420px;display:flex;flex-direction:column}
  body.home-premium .editorial-category-copy{padding:27px 24px 21px;min-height:185px}
  body.home-premium .editorial-category-copy h3{font-size:30px}
  body.home-premium .editorial-category-visual{flex:1;min-height:230px}
  body.home-premium .editorial-category-visual img{height:90%;width:90%}

  body.home-premium .product-rail-v626{gap:10px;margin-right:-12px;padding-right:12px}
  body.home-premium .minimal-product-card{flex-basis:78vw;max-width:300px;border-radius:24px}
  body.home-premium .minimal-product-visual{height:285px}
  body.home-premium .minimal-product-copy{padding:18px 18px 20px}

  body.home-premium .category-feature-v626{width:calc(100% - 24px);margin-bottom:66px;border-radius:26px}
  body.home-premium .category-feature-copy{padding:35px 25px 32px}
  body.home-premium .category-feature-copy h2{font-size:50px;line-height:.94}
  body.home-premium .category-feature-copy p{font-size:12px}
  body.home-premium .category-feature-visual{min-height:380px}
  body.home-premium .category-feature-visual img{width:82%;height:315px}
  body.home-premium .feature-orbit{width:310px;height:310px;box-shadow:0 0 0 45px color-mix(in srgb,var(--feature-accent) 3%,transparent),0 0 0 90px color-mix(in srgb,var(--feature-accent) 2%,transparent)}

  body.home-premium .story-card-grid{display:flex;gap:10px;overflow-x:auto;margin-right:-12px;padding:0 12px 14px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.home-premium .story-card-grid::-webkit-scrollbar{display:none}
  body.home-premium .story-card-v626,body.home-premium .story-card-v626:last-child{flex:0 0 82vw;max-width:310px;min-height:430px;display:flex;scroll-snap-align:start;border-radius:24px}
  body.home-premium .story-card-v626:last-child .story-card-visual{min-height:250px}
  body.home-premium .story-card-copy{padding:24px 22px 16px}
  body.home-premium .story-card-copy h3{font-size:22px}

  body.home-premium .brand-story-v626{border-radius:26px}
  body.home-premium .brand-story-image{min-height:330px}
  body.home-premium .brand-story-copy{padding:35px 25px 38px}
  body.home-premium .brand-story-copy h2{font-size:49px}
  body.home-premium .brand-story-copy>p{font-size:12px}
  body.home-premium .brand-story-points>div{grid-template-columns:1fr;gap:3px;padding:12px 0}

  body.home-premium .reel-grid-v626{gap:10px;margin-right:-12px;padding-right:12px}
  body.home-premium .reel-card-v626{flex-basis:74vw;max-width:280px;height:405px;border-radius:24px}

  body.home-premium .newsletter-section{width:calc(100% - 24px);padding:28px 22px;border-radius:24px;gap:20px}
  body.home-premium .newsletter-copy h2{font-size:30px}
  body.home-premium .newsletter-field{height:auto;min-height:50px;flex-wrap:wrap;border-radius:18px;padding:6px}
  body.home-premium .newsletter-field>span{display:none}
  body.home-premium .newsletter-field input{width:100%;flex-basis:100%;padding:0 9px;height:40px}
  body.home-premium .newsletter-field button{width:100%;height:42px}
  body.home-premium .newsletter-status{margin-left:8px}

  body.home-premium .footer-features{width:calc(100% - 24px);grid-template-columns:1fr 1fr;padding:22px 0;gap:18px 0}
  body.home-premium .footer-feature{justify-content:flex-start;padding:0 10px}
  body.home-premium .footer-feature:nth-child(odd){border-right:1px solid rgba(0,0,0,.07)}
  body.home-premium .footer-feature:nth-child(even){border-right:0}
  body.home-premium .footer-main{width:calc(100% - 32px);grid-template-columns:1fr 1fr;padding:32px 0 24px;gap:28px 18px}
  body.home-premium .footer-brand-col{grid-column:1/-1}
  body.home-premium .footer-col:nth-of-type(n+3){display:none}
  body.home-premium .footer-bottom{width:calc(100% - 32px);flex-direction:column;align-items:flex-start;gap:5px;padding-bottom:22px}
  body.home-premium .to-top{right:15px;bottom:17px}
}

@media(max-width:390px){
  body.home-premium .editorial-category-card{flex-basis:88vw}
  body.home-premium .minimal-product-card{flex-basis:82vw}
}

/* ---------- v6.31 hero responsiveness ---------- */
@media(max-width:1180px){
  body.home-premium .hero-module{width:calc(100% - 28px)}
  body.home-premium .hero-card{grid-template-columns:repeat(3,minmax(0,1fr));min-height:600px}
  body.home-premium .hero-left{padding:54px 32px 45px}
  body.home-premium .hero-title-lockup{font-size:min(var(--hero-title-size,46px),50px)}
  body.home-premium .hero-title-lockup>em{font-size:min(var(--hero-tagline-size,28px),31px)}
  body.home-premium .hero-showcase,body.home-premium .hero-products-column{min-height:600px}
  body.home-premium .featured-card{grid-template-columns:92px minmax(0,1fr) 34px;gap:8px;height:120px;flex-basis:120px;padding:8px}
  body.home-premium .featured-product-image{width:92px;height:102px}
  body.home-premium .featured-bag-icon{width:34px;height:34px}
  body.home-premium .featured-card-copy h3{font-size:min(var(--hero-featured-title-size,12px),13px)}
}

@media(max-width:960px){
  body.home-premium .hero-module{width:calc(100% - 28px);margin-bottom:78px;padding-top:18px}
  body.home-premium .hero-shell{border-radius:28px}
  body.home-premium .hero-card{grid-template-columns:1fr 1fr;min-height:0}
  body.home-premium .hero-left{min-height:520px;padding:50px 42px 48px}
  body.home-premium .hero-showcase{min-height:520px}
  body.home-premium .hero-products-column{grid-column:1/-1;min-height:0;border-left:0;border-top:1px solid rgba(29,29,31,.065);padding:18px}
  body.home-premium .featured-rail-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}
  body.home-premium .featured-grid{flex-direction:row;gap:12px;padding-bottom:3px}
  body.home-premium .featured-card{width:330px;min-height:150px;grid-template-columns:112px minmax(0,1fr);scroll-snap-align:start}
  body.home-premium .featured-product-image{width:112px;height:128px}
  body.home-premium .featured-pause-hint{padding-top:9px}
}

@media(max-width:640px){
  body.home-premium .hero-module{width:calc(100% - 24px);margin-bottom:66px;padding-top:12px}
  body.home-premium .hero-shell{border-radius:25px}
  body.home-premium .hero-tabs-connected{display:flex;gap:0;padding:0;overflow-x:auto;scrollbar-width:none}
  body.home-premium .hero-tabs-connected::-webkit-scrollbar{display:none}
  body.home-premium .hero-tabs-connected .category-tab{height:46px;min-width:132px;padding:0 12px;border-radius:0;font-size:9.5px}
  body.home-premium .hero-card{grid-template-columns:1fr}
  body.home-premium .hero-left{min-height:0;padding:38px 24px 54px;border-right:0;border-bottom:1px solid rgba(29,29,31,.065)}
  body.home-premium .hero-left::before{width:170px;height:170px;right:-70px;top:26px}
  body.home-premium .family-eyebrow{margin-bottom:12px;font-size:8.5px}
  body.home-premium .hero-kicker{font-size:min(var(--hero-kicker-size,9.5px),10px)}
  body.home-premium .hero-title-lockup{font-size:min(var(--hero-title-size,42px),45px);line-height:.99}
  body.home-premium .hero-title-lockup>em{margin-top:7px;font-size:min(var(--hero-tagline-size,25px),28px);line-height:1.05}
  body.home-premium .hero-story{margin-top:17px;font-size:min(var(--hero-story-size,12.5px),13px);line-height:1.58}
  body.home-premium .hero-benefits{gap:6px;margin-top:22px}
  body.home-premium .hero-benefit{min-height:34px;padding:5px 9px 5px 6px}
  body.home-premium .benefit-icon{width:23px;height:23px}
  body.home-premium .hero-benefit strong{font-size:8.5px}
  body.home-premium .hero-cta-row{margin-top:23px;gap:8px}
  body.home-premium .hero-cta,body.home-premium .hero-secondary-link{min-height:42px;padding:0 15px;font-size:9.5px}
  body.home-premium .hero-assurance{left:24px;bottom:19px;font-size:7.5px}
  body.home-premium .hero-showcase{min-height:455px}
  body.home-premium .hero-life-tag{left:16px;top:16px}
  body.home-premium .hero-life-copy{left:20px;right:20px;bottom:20px}
  body.home-premium .hero-life-copy strong{font-size:27px}
  body.home-premium .hero-products-column{grid-column:auto;padding:15px 12px 13px}
  body.home-premium .featured-panel-top{padding:1px 2px 11px}
  body.home-premium .featured-auto-status{display:none}
  body.home-premium .featured-card{width:290px;height:126px;flex-basis:126px;padding:9px;grid-template-columns:100px minmax(0,1fr) 36px;gap:9px;border-radius:19px}
  body.home-premium .featured-product-image{width:100px;height:108px;border-radius:14px}
  body.home-premium .featured-card-copy{padding:2px 0}
  body.home-premium .featured-card-copy h3{font-size:min(var(--hero-featured-title-size,12px),13px)}
  body.home-premium .featured-bag-icon{width:36px;height:36px}
}

@media(max-width:390px){
  body.home-premium .hero-title-lockup{font-size:min(var(--hero-title-size,38px),40px)}
  body.home-premium .hero-title-lockup>em{font-size:min(var(--hero-tagline-size,23px),25px)}
  body.home-premium .featured-card{width:276px}
}

/* ==========================================================
   v6.32 — HERO STRUCTURAL FIX
   Remove legacy v6.x absolute/percentage sizing so the three
   desktop hero columns are genuinely equal visible thirds.
   ========================================================== */
@media (min-width:961px){
  body.home-premium .hero-card{
    --hero-row-height:clamp(600px,42vw,660px);
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    width:100%!important;
    height:var(--hero-row-height)!important;
    min-height:var(--hero-row-height)!important;
    overflow:hidden!important;
  }

  body.home-premium .hero-left{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:100%!important;
    margin:0!important;
    clip-path:none!important;
    transform:none!important;
  }

  body.home-premium .hero-showcase{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    transform:none!important;
  }

  body.home-premium .hero-products-column.featured-panel{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    z-index:2!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:16px 16px 12px!important;
    border:0!important;
    border-left:1px solid rgba(29,29,31,.065)!important;
    border-radius:0!important;
    background:#f5f5f7!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    transform:none!important;
  }

  body.home-premium .hero-products-column.featured-panel:hover{
    transform:none!important;
    box-shadow:none!important;
  }

  body.home-premium .featured-panel-top{
    flex:0 0 auto;
  }

  body.home-premium .featured-rail-viewport{
    flex:1 1 auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scroll-snap-type:y mandatory!important;
    scroll-behavior:smooth;
  }

  body.home-premium .featured-grid{
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
    padding:0 1px 3px!important;
  }

  body.home-premium .featured-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}
