/* STARSEEKER light editorial system — Apple-inspired neutrals, scoped to homepage */
body[data-template="index"] .content-for-layout{background:#f5f5f7;color:#1d1d1f;overflow:hidden}
body[data-template="index"] .section-padding{padding-top:0!important;padding-bottom:0!important}
body[data-template="index"] .rte a:not(.ss-btn):not(.ss-text-link):not(.ss-tile):not(.ss-editorial-card):not(.ss-product-mini){text-decoration:none}
.ss-home,.ss-home *{box-sizing:border-box}
.ss-home{font-family:inherit;color:#1d1d1f}
.ss-home a{text-decoration:none!important;color:inherit}
.ss-shell{width:min(1360px,calc(100% - 88px));margin:0 auto}
.ss-eyebrow{margin:0 0 20px;font-size:11px;line-height:1.2;font-weight:600;letter-spacing:.17em;text-transform:uppercase;color:#86868b}
.ss-eyebrow--light{color:#86868b}
.ss-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.ss-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:0;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:0;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.ss-btn:hover{transform:translateY(-1px)}
.ss-btn--light,.ss-btn--dark{background:#0071e3;color:#fff!important;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.ss-btn--light:hover,.ss-btn--dark:hover{background:#0077ed}
.ss-text-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#0066cc!important}
.ss-text-link span{transition:transform .2s ease}.ss-text-link:hover span{transform:translateX(3px)}
.ss-text-link--light{color:#0066cc!important}
.ss-lead{font-size:clamp(18px,1.45vw,22px);line-height:1.52;color:#6e6e73;max-width:660px}

/* Hero — bright page, contained cinematic media */
.ss-hero{height:auto;min-height:0;position:relative;display:flex;flex-direction:column;padding:112px 0 54px;background:#f5f5f7;color:#1d1d1f;isolation:isolate}
.ss-hero__content{order:1;position:relative;z-index:2;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 0 54px}
.ss-hero h1{max-width:980px;margin:0 0 24px;font-size:clamp(58px,7.4vw,108px);line-height:.94;font-weight:600;letter-spacing:-.062em;color:#1d1d1f}
.ss-hero__lead{max-width:680px;margin:0 0 30px;font-size:clamp(18px,1.55vw,22px);line-height:1.5;color:#6e6e73}
.ss-hero .ss-actions{justify-content:center}
.ss-hero__media{order:2;position:relative!important;inset:auto!important;width:min(1440px,calc(100% - 64px));margin:0 auto;aspect-ratio:16/8.8;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04),0 18px 60px rgba(0,0,0,.08)}
.ss-hero__media video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) brightness(1.05) contrast(.98)}
.ss-hero__shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.07))}
.ss-hero__index{display:none}

/* Featured product — white product stage */
.ss-feature{padding:120px 0;background:#fff;color:#1d1d1f}
.ss-feature__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(64px,8vw,130px)}
.ss-feature__copy h2,.ss-section-head h2,.ss-engineering h2,.ss-selected h2{margin:0;letter-spacing:-.052em;font-weight:600;color:#1d1d1f}
.ss-feature__copy h2{font-size:clamp(48px,5.6vw,82px);line-height:.99}
.ss-feature__copy .ss-lead{margin:30px 0 34px}
.ss-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 0 34px;padding:21px 0;border-top:1px solid #d2d2d7;border-bottom:1px solid #d2d2d7}
.ss-specs>div+div{border-left:1px solid #e5e5e7;padding-left:22px}
.ss-specs dt{font-size:20px;font-weight:600;line-height:1.2;color:#1d1d1f}.ss-specs dd{margin:8px 0 0;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#86868b}
.ss-microcopy{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#86868b}
.ss-feature__visual{position:relative;display:block;background:#f5f5f7;aspect-ratio:4/5;overflow:hidden;border-radius:28px}
.ss-feature__visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s cubic-bezier(.2,.75,.2,1)}
.ss-feature__visual:hover img{transform:scale(1.012)}
.ss-visual-tag{position:absolute;left:18px;bottom:18px;padding:8px 12px;border:1px solid rgba(0,0,0,.06);border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font-size:10px;font-weight:600;letter-spacing:.12em;color:#1d1d1f;box-shadow:0 2px 12px rgba(0,0,0,.05)}

/* Ecosystem */
.ss-ecosystem{padding:118px 0 126px;background:#f5f5f7;color:#1d1d1f}
.ss-section-head{display:grid;grid-template-columns:1fr .65fr;gap:30px;align-items:end;margin-bottom:60px}
.ss-section-head .ss-eyebrow{grid-column:1/-1;margin-bottom:-2px}
.ss-section-head h2{font-size:clamp(44px,5.2vw,76px);line-height:1.01}
.ss-section-head>p:last-child{max-width:490px;margin:0 0 7px;font-size:17px;line-height:1.6;color:#6e6e73}
.ss-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ss-tile{display:block;padding:0;background:#fff;border:0;border-radius:26px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}
.ss-tile:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(0,0,0,.07)}
.ss-tile__media{aspect-ratio:1/1;background:#f5f5f7;overflow:hidden}
.ss-tile__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.ss-tile:hover img{transform:scale(1.012)}
.ss-tile__meta{padding:27px 28px 30px}
.ss-tile__meta span,.ss-editorial-card__body>span,.ss-product-mini>span{font-size:10px;font-weight:600;letter-spacing:.12em;color:#86868b}
.ss-tile__meta h3{margin:10px 0 8px;font-size:29px;font-weight:600;letter-spacing:-.035em;color:#1d1d1f}.ss-tile__meta p{min-height:48px;margin:0 0 17px;font-size:14px;line-height:1.58;color:#6e6e73}.ss-tile__meta b,.ss-editorial-card__body b{font-size:13px;font-weight:500;color:#0066cc}.ss-tile__meta i,.ss-editorial-card__body i{font-style:normal;margin-left:5px;transition:margin .2s ease}.ss-tile:hover i,.ss-editorial-card:hover i{margin-left:8px}

/* Engineering — no black block; calm white editorial section */
.ss-engineering{padding:126px 0;background:#fff;color:#1d1d1f}
.ss-engineering__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(60px,9vw,150px)}
.ss-engineering__intro{position:sticky;top:130px;align-self:start}
.ss-engineering h2{max-width:590px;font-size:clamp(46px,5vw,74px);line-height:1.01;color:#1d1d1f}
.ss-engineering__intro>p:last-child{max-width:520px;margin:30px 0 0;font-size:17px;line-height:1.65;color:#6e6e73}
.ss-principles{border-top:1px solid #d2d2d7}
.ss-principles article{display:grid;grid-template-columns:58px 180px 1fr;gap:20px;padding:31px 0;border-bottom:1px solid #d2d2d7}
.ss-principles article>span{font-size:10px;letter-spacing:.12em;color:#86868b}.ss-principles h3{margin:0;font-size:20px;font-weight:600;color:#1d1d1f}.ss-principles p{margin:0;font-size:14px;line-height:1.65;color:#6e6e73}

/* Portable editorial */
.ss-portable{padding:120px 0 128px;background:#f5f5f7;color:#1d1d1f}
.ss-section-head--compact{grid-template-columns:1fr;margin-bottom:56px}.ss-section-head--compact .ss-eyebrow{grid-column:auto}.ss-section-head--compact h2{max-width:920px;font-size:clamp(44px,5vw,72px)}
.ss-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ss-editorial-card{display:grid;grid-template-rows:auto 1fr;background:#fff;min-height:670px;overflow:hidden;border-radius:28px;transition:transform .28s ease,box-shadow .28s ease}
.ss-editorial-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(0,0,0,.07)}
.ss-editorial-card__image{height:420px;overflow:hidden;background:#f5f5f7}.ss-editorial-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.ss-editorial-card:hover img{transform:scale(1.012)}
.ss-editorial-card__body{padding:34px 36px 38px}.ss-editorial-card__body h3{margin:12px 0 12px;font-size:36px;font-weight:600;letter-spacing:-.04em;color:#1d1d1f}.ss-editorial-card__body p{max-width:480px;margin:0 0 22px;font-size:14px;line-height:1.65;color:#6e6e73}
.ss-editorial-card--dark{background:#fff;color:#1d1d1f}.ss-editorial-card--dark .ss-editorial-card__body>span{color:#86868b}.ss-editorial-card--dark .ss-editorial-card__body p{color:#6e6e73}.ss-editorial-card--dark .ss-editorial-card__body b{color:#0066cc}

/* Selected products */
.ss-selected{padding:106px 0 118px;background:#fff;color:#1d1d1f}
.ss-selected__head{display:grid;grid-template-columns:1fr .5fr;align-items:end;gap:30px;margin-bottom:48px}.ss-selected__head h2{font-size:clamp(42px,4.4vw,64px);line-height:1.01}.ss-selected__head>p{max-width:370px;margin:0 0 5px;font-size:15px;line-height:1.6;color:#6e6e73}
.ss-product-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ss-product-mini{display:block;padding:0 0 18px;border:0}.ss-product-mini>div{aspect-ratio:1/1;background:#f5f5f7;margin-bottom:20px;overflow:hidden;border-radius:24px}.ss-product-mini img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.ss-product-mini:hover img{transform:scale(1.012)}.ss-product-mini h3{margin:8px 0 4px;font-size:24px;font-weight:600;letter-spacing:-.025em;color:#1d1d1f}.ss-product-mini p{margin:0;font-size:14px;color:#6e6e73}

/* Native homepage sections */
body[data-template="index"] .logo-list{border:0!important;background:#f5f5f7!important}
body[data-template="index"] .logo-list__item-title{font-weight:600!important;color:#1d1d1f!important}
body[data-template="index"] .blog{background:#fff!important;color:#1d1d1f!important}
body[data-template="index"] .blog .section-header__title,body[data-template="index"] .blog h2{letter-spacing:-.045em;color:#1d1d1f!important}
body[data-template="index"] .blog p,body[data-template="index"] .blog .body3{color:#6e6e73}

/* Homepage header: thin, light, almost glass-like */
body[data-template="index"] .header{background:rgba(255,255,255,.88)!important;color:#1d1d1f!important;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08)!important}
body[data-template="index"] .header__inline-nav-wrapper{background:#fff!important;color:#1d1d1f!important}
body[data-template="index"] .header__menu-drawer .modal__content,body[data-template="index"] .search-modal__content{background:#fff!important;color:#1d1d1f!important}

@media(max-width:990px){
  .ss-shell{width:min(100% - 40px,1360px)}
  .ss-hero{padding:88px 0 42px}.ss-hero__content{padding-bottom:42px}.ss-hero__media{width:calc(100% - 40px);border-radius:24px;aspect-ratio:16/9}
  .ss-feature{padding:90px 0}.ss-feature__grid,.ss-engineering__grid{grid-template-columns:1fr;gap:56px}.ss-feature__visual{max-height:760px}
  .ss-ecosystem,.ss-portable,.ss-selected{padding:90px 0}.ss-section-head,.ss-selected__head{grid-template-columns:1fr}.ss-tiles,.ss-product-row{grid-template-columns:repeat(2,1fr)}.ss-tiles .ss-tile:last-child,.ss-product-row .ss-product-mini:last-child{grid-column:span 2}
  .ss-engineering{padding:94px 0}.ss-engineering__intro{position:static}.ss-principles article{grid-template-columns:46px 150px 1fr}
  .ss-editorial-card{min-height:610px}.ss-editorial-card__image{height:360px}
}
@media(max-width:640px){
  .ss-shell{width:calc(100% - 32px)}
  .ss-hero{padding:68px 0 28px}.ss-hero__content{padding:0 16px 36px}.ss-hero h1{font-size:clamp(48px,14vw,66px)}.ss-hero__lead{font-size:16px;margin-bottom:26px}.ss-hero__media{width:calc(100% - 24px);border-radius:20px;aspect-ratio:4/5}.ss-hero__media video{object-position:center center}
  .ss-feature,.ss-ecosystem,.ss-portable,.ss-selected{padding:72px 0}.ss-feature__copy h2,.ss-section-head h2,.ss-engineering h2,.ss-selected h2{font-size:43px}.ss-feature__copy .ss-lead{margin:24px 0 28px;font-size:16px}.ss-specs{grid-template-columns:1fr;gap:14px;padding:18px 0}.ss-specs>div{display:grid;grid-template-columns:100px 1fr;align-items:baseline}.ss-specs>div+div{border-left:0;padding-left:0}.ss-specs dd{margin:0}.ss-microcopy{width:100%}
  .ss-section-head{margin-bottom:38px;gap:20px}.ss-section-head .ss-eyebrow{margin-bottom:0}.ss-section-head>p:last-child{font-size:15px}
  .ss-tiles,.ss-product-row,.ss-editorial-grid{grid-template-columns:1fr}.ss-tiles .ss-tile:last-child,.ss-product-row .ss-product-mini:last-child{grid-column:auto}.ss-tile{border-radius:22px}.ss-tile__meta{padding:24px 24px 27px}.ss-tile__meta h3{font-size:26px}.ss-tile__meta p{min-height:0}
  .ss-engineering{padding:78px 0}.ss-engineering__grid{gap:44px}.ss-engineering__intro>p:last-child{font-size:15px}.ss-principles article{grid-template-columns:38px 1fr;padding:23px 0}.ss-principles article p{grid-column:2}.ss-principles h3{font-size:18px}
  .ss-editorial-grid{gap:14px}.ss-editorial-card{min-height:0;border-radius:22px}.ss-editorial-card__image{height:auto;aspect-ratio:1/1}.ss-editorial-card__body{padding:27px 24px 30px}.ss-editorial-card__body h3{font-size:30px}
  .ss-selected__head{margin-bottom:36px}.ss-product-row{gap:32px}.ss-product-mini>div{margin-bottom:15px;border-radius:20px}
}


/* 2026-08-20 refinement: text-only hero, E55Pro hero product, Journal spacing */
.ss-hero--text{min-height:560px;padding:138px 0 128px;background:radial-gradient(circle at 50% 5%,#ffffff 0,#f8f8fa 38%,#f5f5f7 72%);display:flex;align-items:center;justify-content:center}
.ss-hero--text .ss-hero__content{padding:0;order:initial}
.ss-hero--text h1{margin-bottom:26px}
.ss-feature--e55{background:#f5f5f7}
.ss-feature__grid--reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
.ss-feature--e55 .ss-feature__visual{background:#fff}
.ss-feature--e55 .ss-feature__visual img{object-fit:contain;padding:7%}
body[data-template="index"] .blogs__main{padding-top:104px}
body[data-template="index"] .stage-blogs-btn{padding-bottom:96px}
@media(max-width:990px){
  .ss-hero--text{min-height:500px;padding:110px 0 98px}
  .ss-feature__grid--reverse{grid-template-columns:1fr}
  .ss-feature__grid--reverse .ss-feature__visual{order:2}
  .ss-feature__grid--reverse .ss-feature__copy{order:1}
  body[data-template="index"] .blogs__main{padding-top:84px}
}
@media(max-width:640px){
  .ss-hero--text{min-height:430px;padding:86px 0 74px}
  .ss-hero--text .ss-hero__content{padding:0 16px}
  body[data-template="index"] .blogs__main{padding-top:68px}
  body[data-template="index"] .stage-blogs-btn{padding-bottom:72px}
}

/* STARSEEKER header logo — true transparent PNG */
.header__heading-logo,
.password-header__heading-logo {
  background: transparent !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* V6 brand refinement — dual-product hero and STARSEEKER signature */
:root{--ss-copper:#98552f;--ss-graphite:#1d1d1f;--ss-gray:#f5f5f7;--ss-line:#d2d2d7}
.ss-dual-hero{position:relative;padding:96px 0 88px;overflow:hidden;background:radial-gradient(circle at 52% 0,#fff 0,#f8f8fa 38%,#f5f5f7 78%);color:var(--ss-graphite)}
.ss-dual-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(29,29,31,.025) 1px,transparent 1px);background-size:12.5% 100%;mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 44%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 44%)}
.ss-dual-hero .ss-shell{position:relative;z-index:1}
.ss-dual-hero__intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);gap:56px;align-items:end;margin-bottom:58px}
.ss-dual-hero__intro .ss-eyebrow{grid-column:1/-1;margin-bottom:-22px;color:var(--ss-copper)}
.ss-dual-hero__intro h1{margin:0;max-width:880px;font-size:clamp(64px,7.5vw,112px);line-height:.92;font-weight:600;letter-spacing:-.066em;color:var(--ss-graphite);overflow-wrap:anywhere}
.ss-dual-hero__intro>p:last-child{max-width:500px;margin:0 0 8px;font-size:17px;line-height:1.65;color:#6e6e73}
.ss-dual-stage{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:18px;align-items:start}
.ss-dual-product{min-width:0;overflow:hidden;border:1px solid rgba(29,29,31,.07);border-radius:30px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03),0 20px 54px rgba(0,0,0,.055)}
.ss-dual-product__media{position:relative;overflow:hidden;background:#f1f1f3}
.ss-dual-product--primary .ss-dual-product__media{aspect-ratio:1.28/1;background:#fff}
.ss-dual-product--secondary .ss-dual-product__media{aspect-ratio:1/1.03;background:#111}
.ss-dual-product__media img{width:100%;height:100%;display:block;transition:transform .7s cubic-bezier(.2,.75,.2,1)}
.ss-dual-product:hover .ss-dual-product__media img{transform:scale(1.015)}
.ss-dual-product__media--contain img{object-fit:contain;padding:4.5%}
.ss-dual-product__media--e64 img{object-fit:cover;object-position:center 46%;filter:saturate(.76) brightness(1.07) contrast(.96)}
.ss-dual-product__code{position:absolute;left:18px;top:18px;padding:8px 11px;border:1px solid rgba(29,29,31,.08);border-radius:999px;background:rgba(255,255,255,.84);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:9px;line-height:1;font-weight:600;letter-spacing:.13em;color:var(--ss-graphite)}
.ss-dual-product--secondary .ss-dual-product__code{border-color:rgba(255,255,255,.16);background:rgba(20,20,20,.68);color:#fff}
.ss-dual-product__body{display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:31px 32px 32px;min-height:330px}
.ss-dual-product--secondary .ss-dual-product__body{min-height:330px;padding:29px 28px 31px}
.ss-dual-product__type{font-size:9px;font-weight:600;letter-spacing:.14em;color:var(--ss-copper)}
.ss-dual-product__body h2{margin:9px 0 12px;font-size:clamp(40px,4.2vw,64px);line-height:.96;font-weight:600;letter-spacing:-.052em;color:var(--ss-graphite);overflow-wrap:anywhere}
.ss-dual-product--secondary .ss-dual-product__body h2{font-size:clamp(38px,3.5vw,54px)}
.ss-dual-product__body p{max-width:610px;margin:0;font-size:14px;line-height:1.65;color:#6e6e73}
.ss-dual-product__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid #e5e5e7}
.ss-dual-product__footer ul{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none}
.ss-dual-product__footer li{font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#86868b}
.ss-dual-product__footer a{flex:none;font-size:13px;font-weight:600;color:var(--ss-copper)!important;text-decoration:none!important;white-space:nowrap}
.ss-dual-product__footer a span{display:inline-block;margin-left:4px;transition:transform .2s ease}
.ss-dual-product__footer a:hover span{transform:translateX(3px)}
.ss-dual-hero__signature{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border-top:1px solid rgba(29,29,31,.12);border-bottom:1px solid rgba(29,29,31,.12)}
.ss-dual-hero__signature span{padding:16px 12px;text-align:center;font-size:9px;font-weight:600;letter-spacing:.14em;color:#86868b}
.ss-dual-hero__signature span+span{border-left:1px solid rgba(29,29,31,.12)}

/* Less Apple imitation, more STARSEEKER: graphite actions + restrained copper links */
body[data-template="index"] .ss-btn--light,body[data-template="index"] .ss-btn--dark{background:var(--ss-graphite);color:#fff!important}
body[data-template="index"] .ss-btn--light:hover,body[data-template="index"] .ss-btn--dark:hover{background:#000}
body[data-template="index"] .ss-text-link,body[data-template="index"] .ss-tile__meta b,body[data-template="index"] .ss-editorial-card__body b{color:var(--ss-copper)!important}

/* Community proof — reuse SHOPLINE image-picker assets, no new external embeds */
body[data-template="index"] .text-columns-with-images{background:#fff;color:var(--ss-graphite)}
body[data-template="index"] .text-columns-with-images__title{margin-bottom:50px!important;font-size:clamp(40px,4.4vw,64px)!important;line-height:1.02;letter-spacing:-.048em;font-weight:600;color:var(--ss-graphite)}
body[data-template="index"] .text-columns-with-images__wrapper{gap:18px}
body[data-template="index"] .text-columns-with-images__inner{min-width:0}
body[data-template="index"] .text-columns-with-images-item__image{border-radius:24px;background:var(--ss-gray)}
body[data-template="index"] .text-columns-with-images-item__link img{object-fit:cover}
body[data-template="index"] .text-columns-with-images-item__title{font-size:21px;font-weight:600;letter-spacing:-.025em;color:var(--ss-graphite)}
body[data-template="index"] .text-columns-with-images-item__text{max-width:380px;margin-right:auto;margin-left:auto;color:#6e6e73}
body[data-template="index"] .text-columns-with-images-item__button{color:var(--ss-copper)!important}

@media(max-width:990px){
  .ss-dual-hero{padding:78px 0 72px}
  .ss-dual-hero__intro{grid-template-columns:1fr;gap:26px;margin-bottom:44px}
  .ss-dual-hero__intro .ss-eyebrow{margin-bottom:0}
  .ss-dual-hero__intro>p:last-child{max-width:680px}
  .ss-dual-stage{grid-template-columns:1fr 1fr}
  .ss-dual-product__body,.ss-dual-product--secondary .ss-dual-product__body{min-height:360px;padding:26px 24px 28px}
  .ss-dual-product__footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .ss-dual-hero{padding:58px 0 58px}
  .ss-dual-hero__intro{margin-bottom:34px}
  .ss-dual-hero__intro h1{font-size:clamp(52px,15vw,70px)}
  .ss-dual-hero__intro>p:last-child{font-size:15px}
  .ss-dual-stage{grid-template-columns:1fr;gap:14px}
  .ss-dual-product{border-radius:22px}
  .ss-dual-product--primary .ss-dual-product__media,.ss-dual-product--secondary .ss-dual-product__media{aspect-ratio:1/1}
  .ss-dual-product__body,.ss-dual-product--secondary .ss-dual-product__body{min-height:0;padding:25px 22px 26px}
  .ss-dual-product__body h2,.ss-dual-product--secondary .ss-dual-product__body h2{font-size:42px}
  .ss-dual-product__footer{gap:18px}
  .ss-dual-product__footer a{white-space:normal}
  .ss-dual-hero__signature{grid-template-columns:1fr;margin-top:14px}
  .ss-dual-hero__signature span{padding:13px 8px}
  .ss-dual-hero__signature span+span{border-top:1px solid rgba(29,29,31,.12);border-left:0}
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:32px!important;font-size:40px!important}
  body[data-template="index"] .text-columns-with-images-item__image{border-radius:20px}
}


/* =========================================================
   V6.1 HOME LAYOUT FIX
   1) Equal dual-product hero
   2) Proper community 3-column layout + intentional Journal
   ========================================================= */

/* --- Dual product hero: equal visual weight on desktop --- */
@media (min-width: 991px){
  .ss-dual-hero__intro{
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);
    gap:64px;
    margin-bottom:52px;
  }
  .ss-dual-hero__intro h1{
    max-width:760px;
    font-size:clamp(62px,6.2vw,96px);
  }
  .ss-dual-stage{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
  }
  .ss-dual-product{
    display:flex;
    flex-direction:column;
    height:100%;
  }
  .ss-dual-product--primary .ss-dual-product__media,
  .ss-dual-product--secondary .ss-dual-product__media{
    aspect-ratio:1.22/1;
    min-height:0;
  }
  .ss-dual-product__media--contain img{
    object-fit:contain;
    padding:5.5%;
  }
  .ss-dual-product__media--e64 img{
    object-fit:cover;
    object-position:center 44%;
  }
  .ss-dual-product__body,
  .ss-dual-product--secondary .ss-dual-product__body{
    flex:1;
    min-height:318px;
    padding:30px 30px 31px;
  }
  .ss-dual-product__body h2,
  .ss-dual-product--secondary .ss-dual-product__body h2{
    font-size:clamp(44px,3.7vw,58px);
  }
  .ss-dual-product__body p{
    max-width:560px;
  }
}

/* --- Community proof: force a real 3-column editorial grid on desktop --- */
@media (min-width: 960px){
  body[data-template="index"] .text-columns-with-images > .page-width{
    width:min(1240px,calc(100% - 64px))!important;
    max-width:1240px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body[data-template="index"] .text-columns-with-images__wrapper{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    align-items:start;
  }
  body[data-template="index"] .text-columns-with-images__wrapper > .text-columns-with-images__inner{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    flex:none!important;
    padding:0!important;
    margin:0!important;
  }
  body[data-template="index"] .text-columns-with-images-item,
  body[data-template="index"] .text-columns-with-images-item__wrapper,
  body[data-template="index"] .text-columns-with-images-item__main{
    width:100%!important;
    max-width:none!important;
  }
  body[data-template="index"] .text-columns-with-images-item__wrapper.no-spacing{
    padding:0!important;
  }
  body[data-template="index"] .text-columns-with-images-item__image{
    display:block!important;
    width:100%!important;
    margin:0 0 22px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  body[data-template="index"] .text-columns-with-images-item__content{
    padding:0 12px 6px!important;
  }
  body[data-template="index"] .text-columns-with-images-item__title{
    margin-bottom:10px!important;
    font-size:22px!important;
    line-height:1.2!important;
  }
  body[data-template="index"] .text-columns-with-images-item__text{
    max-width:330px!important;
    margin:0 auto 13px!important;
    font-size:14px!important;
    line-height:1.55!important;
  }
  body[data-template="index"] .text-columns-with-images-item__button{
    font-size:13px!important;
  }
}

/* --- Journal: if there are two stories, present them as two deliberate cards --- */
@media (min-width: 960px){
  body[data-template="index"] .blogs__head,
  body[data-template="index"] .blogs__list-wrapper{
    width:min(1080px,calc(100% - 64px))!important;
    max-width:1080px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body[data-template="index"] .blogs__head{
    margin-left:auto!important;
    margin-right:auto!important;
    margin-bottom:36px!important;
  }
  body[data-template="index"] .blogs__title{
    font-size:clamp(38px,3.2vw,52px)!important;
    line-height:1.05!important;
    letter-spacing:-.04em!important;
    text-align:center!important;
  }
  body[data-template="index"] .blogs__list{
    margin-left:-10px!important;
    margin-right:-10px!important;
    margin-top:0!important;
  }
  body[data-template="index"] .blogs__item{
    width:50%!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  body[data-template="index"] .simple-blog__image-wrapper{
    margin-bottom:18px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  body[data-template="index"] .simple-blog__title{
    font-size:20px!important;
    line-height:1.35!important;
    letter-spacing:-.02em!important;
  }
  body[data-template="index"] .simple-blog__description{
    font-size:14px!important;
    line-height:1.6!important;
  }
}

@media (max-width: 990px){
  .ss-dual-stage{gap:16px}
  .ss-dual-product--primary .ss-dual-product__media,
  .ss-dual-product--secondary .ss-dual-product__media{aspect-ratio:1.08/1}
}

@media (max-width: 640px){
  body[data-template="index"] .text-columns-with-images__title{
    font-size:36px!important;
    line-height:1.08!important;
  }
  body[data-template="index"] .blogs__title{
    font-size:36px!important;
  }
}


/* =========================================================
   V6.2 OVERVIEW HERO + HOME ANCHOR LINKS
   ========================================================= */
html{scroll-behavior:smooth}
.ss-anchor-target{scroll-margin-top:116px}
.ss-overview-hero{position:relative;padding:118px 0 86px;background-color:#f5f5f7;background-image:url("https://img-va.myshopline.com/image/store/1762478511676/a415f38f3d9a4c478b3f5d9f7d5c7035.jpg?w=1254&h=1254");background-repeat:no-repeat;background-position:center center;background-size:cover;color:var(--ss-graphite);overflow:hidden}
.ss-overview-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(255,255,255,.56) 48%,rgba(255,255,255,.66) 100%)}
.ss-overview-hero .ss-shell{position:relative;z-index:1}
.ss-overview-hero__content{max-width:980px;text-align:center;display:flex;flex-direction:column;align-items:center}
.ss-overview-hero .ss-eyebrow{margin-bottom:18px;color:#86868b}
.ss-overview-hero h1{max-width:980px;margin:0;font-size:clamp(70px,8vw,120px);line-height:.92;font-weight:600;letter-spacing:-.07em;color:var(--ss-graphite);overflow-wrap:anywhere}
.ss-overview-hero__lead{max-width:650px;margin:28px auto 0;font-size:clamp(18px,1.55vw,22px);line-height:1.55;color:#6e6e73}
.ss-overview-hero .ss-actions{justify-content:center;gap:16px;margin-top:28px}
.ss-overview-hero .ss-btn{min-height:42px;padding:0 18px;font-size:12px}
.ss-overview-hero .ss-text-link{font-size:13px;font-weight:600}
@media (max-width:990px){
  .ss-anchor-target{scroll-margin-top:96px}
  .ss-overview-hero{padding:96px 0 70px}
  .ss-overview-hero h1{font-size:clamp(58px,11vw,88px)}
  .ss-overview-hero__lead{max-width:620px;font-size:18px}
}
@media (max-width:640px){
  .ss-anchor-target{scroll-margin-top:86px}
  .ss-overview-hero{padding:74px 0 52px}
  .ss-overview-hero__content{padding:0 12px}
  .ss-overview-hero h1{font-size:clamp(44px,15vw,64px)}
  .ss-overview-hero__lead{margin-top:22px;font-size:16px}
  .ss-overview-hero .ss-actions{gap:14px;margin-top:24px}
}

/* V6.3 HOME hero image background */
@media(max-width:640px){.ss-overview-hero{background-position:center center}}


/* V6.6 Product Collection jump under workflow cards */
.ss-collection-jump{display:flex;justify-content:center;margin-top:34px;text-align:center}
.ss-collection-jump a{display:inline-flex;align-items:center;gap:8px;padding:10px 0;font-size:14px;font-weight:600;line-height:1.5;color:var(--ss-copper,#98552f)!important;text-decoration:none!important;border-bottom:1px solid rgba(152,85,47,.28);transition:border-color .2s ease,color .2s ease}
.ss-collection-jump a span{display:inline-block;transition:transform .2s ease}
.ss-collection-jump a:hover{border-color:currentColor}
.ss-collection-jump a:hover span{transform:translateX(3px)}
@media(max-width:640px){.ss-collection-jump{margin-top:26px;padding:0 12px}.ss-collection-jump a{font-size:13px}}


/* V6.9 HOME polish */
.ss-collection-jump{margin-top:0;padding:28px 0 28px;text-align:center}
.ss-collection-jump a{padding:0 0 10px;font-size:14px;line-height:1.55}
@media(max-width:640px){.ss-collection-jump{padding:22px 0 22px}}

/* Remove stray divider above community section title */
body[data-template="index"] .text-columns-with-images,
body[data-template="index"] .text-columns-with-images > .page-width,
body[data-template="index"] .text-columns-with-images__title{
  border-top:none !important;
  box-shadow:none !important;
}
body[data-template="index"] .text-columns-with-images::before,
body[data-template="index"] .text-columns-with-images::after,
body[data-template="index"] .text-columns-with-images > .page-width::before,
body[data-template="index"] .text-columns-with-images > .page-width::after{
  display:none !important;
  content:none !important;
}


/* V7.0 HOME adjustments */
@media (min-width: 991px){
  .ss-dual-product--primary .ss-dual-product__media{
    aspect-ratio:1.22/1;
    min-height:0;
    background:#f1f1f3;
  }
  .ss-dual-product--primary .ss-dual-product__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    padding:0;
  }
}
@media (max-width: 990px){
  .ss-dual-product--primary .ss-dual-product__media{
    aspect-ratio:1.08/1;
    background:#f1f1f3;
  }
  .ss-dual-product--primary .ss-dual-product__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    padding:0;
  }
}
@media (max-width: 640px){
  .ss-dual-product--primary .ss-dual-product__media img{
    object-position:center top;
  }
}


/* V7.1 HOME spacing refinement */
/* Community: reduce space above title and make it closer to title-to-cards spacing */
body[data-template="index"] .text-columns-with-images{padding-top:44px !important;padding-bottom:76px !important}
body[data-template="index"] .text-columns-with-images__title{margin-top:0 !important;margin-bottom:42px !important}

/* Journal: tighten top whitespace so it feels closer to title-to-cards spacing */
body[data-template="index"] .blogs__main{padding-top:42px !important;padding-bottom:88px !important}
body[data-template="index"] .blogs__head{margin-bottom:34px !important}

@media (max-width: 990px){
  body[data-template="index"] .text-columns-with-images{padding-top:36px !important;padding-bottom:64px !important}
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:34px !important}
  body[data-template="index"] .blogs__main{padding-top:34px !important;padding-bottom:72px !important}
  body[data-template="index"] .blogs__head{margin-bottom:28px !important}
}
@media (max-width: 640px){
  body[data-template="index"] .text-columns-with-images{padding-top:28px !important;padding-bottom:52px !important}
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:26px !important}
  body[data-template="index"] .blogs__main{padding-top:26px !important;padding-bottom:56px !important}
  body[data-template="index"] .blogs__head{margin-bottom:22px !important}
}


/* V7.2 HOME spacing fix — target actual section spacing */
body[data-template="index"] .text-columns-with-images__title{margin-bottom:36px !important}
body[data-template="index"] .blogs__head{margin-bottom:36px !important}
@media (max-width: 990px){
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:30px !important}
  body[data-template="index"] .blogs__head{margin-bottom:30px !important}
}
@media (max-width: 640px){
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:24px !important}
  body[data-template="index"] .blogs__head{margin-bottom:24px !important}
}


/* =========================================================
   V7.3 HOME RHYTHM SYSTEM
   Unified vertical spacing across the homepage
   ========================================================= */
:root{
  --ss-space-major:104px;
  --ss-space-editorial:60px;
  --ss-space-utility:42px;
}

/* First impression keeps a little more breathing room */
body[data-template="index"] .ss-overview-hero{padding:112px 0 96px}

/* Main brand/product storytelling sections share one rhythm */
body[data-template="index"] .ss-dual-hero,
body[data-template="index"] .ss-portable,
body[data-template="index"] .ss-ecosystem,
body[data-template="index"] .ss-engineering{
  padding-top:var(--ss-space-major);
  padding-bottom:var(--ss-space-major);
}

/* Keep internal section-heading spacing consistent */
body[data-template="index"] .ss-section-head,
body[data-template="index"] .ss-section-head--compact{margin-bottom:52px}
body[data-template="index"] .ss-dual-hero__intro{margin-bottom:52px}

/* Utility trust strip is intentionally compact */
body[data-template="index"] .logo-list{
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Community + Journal share an editorial rhythm */
body[data-template="index"] .text-columns-with-images__title{
  margin-top:0!important;
  margin-bottom:40px!important;
}
body[data-template="index"] .blogs__head{margin-bottom:36px!important}

@media(max-width:990px){
  :root{--ss-space-major:82px;--ss-space-editorial:50px;--ss-space-utility:36px}
  body[data-template="index"] .ss-overview-hero{padding:90px 0 78px}
  body[data-template="index"] .ss-section-head,
  body[data-template="index"] .ss-section-head--compact{margin-bottom:42px}
  body[data-template="index"] .ss-dual-hero__intro{margin-bottom:42px}
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:32px!important}
  body[data-template="index"] .blogs__head{margin-bottom:30px!important}
}

@media(max-width:640px){
  :root{--ss-space-major:64px;--ss-space-editorial:42px;--ss-space-utility:28px}
  body[data-template="index"] .ss-overview-hero{padding:68px 0 58px}
  body[data-template="index"] .ss-section-head,
  body[data-template="index"] .ss-section-head--compact{margin-bottom:32px}
  body[data-template="index"] .ss-dual-hero__intro{margin-bottom:32px}
  body[data-template="index"] .text-columns-with-images__title{margin-bottom:26px!important}
  body[data-template="index"] .blogs__head{margin-bottom:24px!important}
}


/* V7.4 HOME hero navigation links */
.ss-overview-hero__links{gap:24px;justify-content:center}
.ss-overview-hero__links .ss-text-link{font-size:13px;font-weight:600}
@media(max-width:640px){
  .ss-overview-hero__links{gap:14px 20px}
}


/* V7.6 HOME mobile menu visual refinement */
@media (max-width: 959px){
  body[data-template="index"] .header__menu-drawer .modal__content{
    background: #ffffff !important;
    color:#1d1d1f !important;
    --color-page-background: 255,255,255 !important;
    --color-text: 29,29,31 !important;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
  }

  body[data-template="index"] .header__menu-drawer details[open] .modal__overlay::after{
    background: rgba(0,0,0,0.44) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body[data-template="index"] .header__menu-drawer .drawer__head,
  body[data-template="index"] .header__menu-drawer .drawer__main,
  body[data-template="index"] .header__menu-drawer .toolbar-wrapper{
    background: transparent !important;
  }
}


/* V7.7 FIX: make HOME mobile drawer use the exact native theme behavior */
/* Root cause: backdrop-filter on .header creates a containing/stacking context
   that changes position:fixed drawer behavior only on the HOME page. */
body[data-template="index"] .header{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

@media (max-width:959px){
  /* Restore the same drawer variables/styles used on non-HOME pages. */
  body[data-template="index"] .header .header__menu-drawer .modal__content{
    background-color:rgb(var(--menu_background_color)) !important;
    color:rgb(var(--menu_text_color)) !important;
    --color-page-background:var(--menu_background_color) !important;
    --color-text:var(--menu_text_color) !important;
    box-shadow:var(--menu-modal-shadow-offset-x) var(--menu-modal-shadow-offset-y) var(--menu-modal-shadow-blur) rgba(var(--color-shadow),var(--menu-modal-shadow-opacity)) !important;
  }

  /* Restore native dark mask exactly as the theme uses elsewhere. */
  body[data-template="index"] .header .header__menu-drawer details[open] .modal__overlay::after{
    background-color:rgba(var(--color-mask),.6) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }

  body[data-template="index"] .header .header__menu-drawer .drawer__head,
  body[data-template="index"] .header .header__menu-drawer .drawer__main,
  body[data-template="index"] .header .header__menu-drawer .toolbar-wrapper{
    background-color:transparent !important;
  }
}


/* V7.8 Clean v4 — original North1 page structure, STARSEEKER light palette only */
body[data-template="policy"] .content-for-layout,
body[data-template="page"][data-page-handle="untitled_9"] .content-for-layout,
body[data-template="page"][data-page-handle="untitled_7"] .content-for-layout{
  background:#F5F5F7 !important;
  color:#1D1D1F !important;
}

/* Shipping policy */
body[data-template="policy"] .stage__policy__page--container{
  max-width:980px;
  margin:48px auto 72px;
  padding:48px 52px;
  background:#FFFFFF;
  border:1px solid #E5E5E7;
  border-radius:24px;
  box-shadow:0 12px 36px rgba(0,0,0,.045);
}
body[data-template="policy"] .stage__policy__page--container h1{
  color:#1D1D1F;
  letter-spacing:-.035em;
}
body[data-template="policy"] .policy-page-render-container,
body[data-template="policy"] .policy-page-render-container .rte{
  color:#6E6E73;
}

/* About STARSEEKER + Contact Us: keep original North1 markup, only recolor */
body[data-template="page"][data-page-handle="untitled_9"] .main-page,
body[data-template="page"][data-page-handle="untitled_7"] .main-page{
  margin-top:40px;
  margin-bottom:64px;
  padding:48px 52px !important;
  background:#FFFFFF;
  border:1px solid #E5E5E7;
  border-radius:24px;
  box-shadow:0 12px 36px rgba(0,0,0,.045);
}
body[data-template="page"][data-page-handle="untitled_9"] .main-page .page-title,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .page-title{
  color:#1D1D1F;
}
body[data-template="page"][data-page-handle="untitled_9"] .main-page .rte,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .rte{
  color:#6E6E73;
}
body[data-template="page"][data-page-handle="untitled_9"] .main-page .rte h1,
body[data-template="page"][data-page-handle="untitled_9"] .main-page .rte h2,
body[data-template="page"][data-page-handle="untitled_9"] .main-page .rte h3,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .rte h1,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .rte h2,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .rte h3{
  color:#1D1D1F;
}
body[data-template="page"][data-page-handle="untitled_9"] .main-page .rte a,
body[data-template="page"][data-page-handle="untitled_7"] .main-page .rte a{
  color:#98552F;
}

/* Contact form, when the Contact page uses the original page.contact template */
body[data-template="page"][data-page-handle="untitled_7"] .contact{
  margin-bottom:72px;
  padding:44px 48px !important;
  background:#FFFFFF;
  border:1px solid #E5E5E7;
  border-radius:24px;
  box-shadow:0 12px 36px rgba(0,0,0,.045);
}
body[data-template="page"][data-page-handle="untitled_7"] .contact .field__input{
  background:#FFFFFF;
  color:#1D1D1F;
  border-color:#D2D2D7;
}
body[data-template="page"][data-page-handle="untitled_7"] .contact .field__label{
  color:#6E6E73;
}

@media(max-width:959px){
  body[data-template="policy"] .stage__policy__page--container{
    margin:24px 16px 48px;
    padding:30px 22px;
    border-radius:20px;
  }
  body[data-template="page"][data-page-handle="untitled_9"] .main-page,
  body[data-template="page"][data-page-handle="untitled_7"] .main-page{
    margin:24px 16px 48px;
    padding:30px 22px !important;
    border-radius:20px;
  }
  body[data-template="page"][data-page-handle="untitled_7"] .contact{
    margin:0 16px 48px;
    padding:28px 22px !important;
    border-radius:20px;
  }
}

/* Mobile hero: allow text to expand beyond the minimum height. */
@media(max-width:640px){
  body[data-template="index"] .ss-overview-hero{
    min-height:450px;
    height:auto;
    box-sizing:border-box;
    display:flex;
    align-items:center;
  }
}
/* Product pagination follows the community carousel on mobile. */
.ss-product-pager{display:none}
@media(max-width:959px){
  #home-grinders .ss-dual-stage,:is(#home-portable,#home-espresso-kits) .ss-editorial-grid{
    display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;
    scrollbar-width:none;align-items:stretch;overscroll-behavior-x:contain;
  }
  #home-grinders .ss-dual-stage::-webkit-scrollbar,:is(#home-portable,#home-espresso-kits) .ss-editorial-grid::-webkit-scrollbar{display:none}
  #home-grinders .ss-dual-stage>.ss-dual-product,:is(#home-portable,#home-espresso-kits) .ss-editorial-grid>.ss-editorial-card{
    flex:0 0 100%;width:100%;min-width:0;height:auto;margin:0;scroll-snap-align:start;scroll-snap-stop:always;
  }
  .ss-product-pager{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:22px;color:#1d1d1f}
  .ss-product-pager button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:inherit;font:32px/1 Arial;cursor:pointer}
  .ss-product-pager button:disabled{opacity:.3;cursor:default}
  .ss-product-pager span{min-width:36px;text-align:center;font-size:16px}
  .ss-product-pager button:focus-visible{outline:2px solid #98552f;outline-offset:2px}
}
/* Join the white community and Journal sections without the theme gap. */
body[data-template="index"] #shopline-section-1763434684239749eda2 + #shopline-section-blog{
  margin-top:0!important;
}
/* Responsive service benefits: show all four without horizontal scrolling. */
@media(max-width:959px){
  body[data-template="index"] #shopline-section-logo-list .logo-list__scroll-wrapper{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 12px;width:100%;margin:0;overflow:visible;
    padding:20px 16px;box-sizing:border-box;
  }
  body[data-template="index"] #shopline-section-logo-list .logo-list__item-wrapper,
  body[data-template="index"] #shopline-section-logo-list .logo-list__item,
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__text-wrapper{
    min-width:0;max-width:100%;box-sizing:border-box;
  }
  body[data-template="index"] #shopline-section-logo-list .logo-list__item{padding:0;gap:8px}
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__logo-wrapper{width:24px;height:24px}
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__title{font-size:12px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__subtitle{font-size:11px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}
  body[data-template="index"] #shopline-section-logo-list .logo-list__scroll-wrapper::after{display:none}
}
@media(max-width:359px){
  body[data-template="index"] #shopline-section-logo-list .logo-list__scroll-wrapper{grid-template-columns:minmax(0,1fr)}
}
/* Reset native flex-grid cell sizing inside the mobile CSS grid. */
@media(max-width:959px){
  body[data-template="index"] #shopline-section-logo-list .logo-list__scroll-wrapper>.logo-list__item-wrapper{
    width:100%;min-width:0;margin:0;padding:0;justify-self:stretch;
  }
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__text-wrapper{width:100%;gap:5px}
  body[data-template="index"] #shopline-section-logo-list .logo-list__item__logo-wrapper svg{display:block;width:100%;height:100%}
}
/* Center a sole coffee-machine card while allowing future cards to use the grid. */
@media(min-width:960px){#home-portable .ss-editorial-grid>.ss-editorial-card:only-child{grid-column:1/-1;width:calc((100% - 18px)/2);justify-self:center}}

/* Homepage destination links: consistent black pill treatment. */
body[data-template="index"] :is(.ss-text-link,.ss-btn,.ss-dual-product__footer a,.ss-tile__meta b,.ss-editorial-card__body b,.ss-collection-jump a,.text-columns-with-images-item__button,.stage-blogs-btn a.button){
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  width:fit-content;max-width:100%;min-height:44px;box-sizing:border-box;
  padding:11px 20px;border:1px solid #111!important;border-radius:999px!important;
  background:#111!important;color:#fff!important;text-decoration:none!important;
  font-size:13px;font-weight:600;line-height:1.4;text-align:center;
  white-space:normal;transition:background-color .2s ease;
}
body[data-template="index"] :is(.ss-text-link,.ss-btn,.ss-dual-product__footer a,.ss-collection-jump a,.text-columns-with-images-item__button,.stage-blogs-btn a.button):hover,
body[data-template="index"] :is(.ss-tile:hover .ss-tile__meta b,.ss-editorial-card:hover .ss-editorial-card__body b){background:#333!important}
body[data-template="index"] :is(.ss-text-link,.ss-btn,.ss-dual-product__footer a,.ss-collection-jump a,.text-columns-with-images-item__button,.stage-blogs-btn a.button):focus-visible{outline:2px solid #98552f;outline-offset:3px}
body[data-template="index"] .ss-dual-product__footer{flex-wrap:wrap}
body[data-template="index"] .ss-overview-hero__links{flex-wrap:wrap;gap:12px}
body[data-template="index"] .text-columns-with-images-item__button--center{margin-left:auto;margin-right:auto}
body[data-template="index"] .ss-editorial-card__body b,
body[data-template="index"] .ss-tile__meta b{justify-self:start;align-self:start}
@media(max-width:640px){
  body[data-template="index"] :is(.ss-text-link,.ss-btn,.ss-dual-product__footer a,.ss-tile__meta b,.ss-editorial-card__body b,.ss-collection-jump a,.text-columns-with-images-item__button,.stage-blogs-btn a.button){padding:10px 16px;font-size:12px}
}
/* Two collection cards, matching widths at every breakpoint. */
.ss-ecosystem .ss-tiles--collection-pair{grid-template-columns:repeat(2,minmax(0,1fr))}
.ss-ecosystem .ss-tiles--collection-pair .ss-tile:last-child{grid-column:auto}
@media(max-width:640px){.ss-ecosystem .ss-tiles--collection-pair{grid-template-columns:minmax(0,1fr)}}

/* Match grinder section labels to the coffee-machine label gray. */
body[data-template="index"] #home-grinders .ss-dual-hero__intro .ss-eyebrow,
body[data-template="index"] #home-grinders .ss-dual-product__type{color:#86868b}
body[data-template="index"] #home-portable .ss-section-head .ss-eyebrow{text-transform:none}
/* Category destinations below the cards and mobile pagination. */
body[data-template="index"] .ss-category-action{display:flex;justify-content:center;align-items:center;margin-top:48px;text-align:center}
body[data-template="index"] .ss-category-action .ss-btn{gap:12px;white-space:normal}
@media(max-width:959px){body[data-template="index"] .ss-category-action{margin-top:28px}}

/* Balance category buttons between the last card and the next section heading. */
body[data-template="index"] :is(#home-grinders,#home-portable,#home-espresso-kits){padding-bottom:24px}
body[data-template="index"] .ss-category-action{margin-top:calc(var(--ss-space-major) + 24px)}
@media(max-width:959px){
  body[data-template="index"] :is(#home-grinders,#home-portable,#home-espresso-kits){padding-bottom:14px}
  body[data-template="index"] .ss-category-action{margin-top:calc(var(--ss-space-major) + 14px)}
}
/* Hero image fits the full width; only vertical cropping is allowed. */
body[data-template="index"] .ss-overview-hero{
  background-size:100% auto;
  background-position:center center;
  background-repeat:no-repeat;
}
/* Dedicated 3:4 artwork for phone portrait; preserve the full image width. */
@media(max-width:640px){
  body[data-template="index"] .ss-overview-hero{
    background-image:url("https://img-va.myshopline.com/image/store/1762478511676/-3-4--1.jpg?w=1086&h=1448");
    background-size:100% auto;
    background-position:center center;
    aspect-ratio:3/4;
    min-height:450px;
    height:auto;
    padding:32px 0;
    display:flex;
    align-items:center;
    box-sizing:border-box;
  }
  body[data-template="index"] .ss-overview-hero h1{
    font-size:clamp(28px,8.6vw,52px);
    line-height:1.02;
    letter-spacing:-.055em;
    overflow-wrap:normal;
  }
  body[data-template="index"] .ss-overview-hero__links{gap:10px}
}
/* Match the collection heading's title-and-introduction arrangement. */
/* Reserve the middle of the phone artwork for the products. */
@media(max-width:640px){
  body[data-template="index"] .ss-overview-hero{padding:24px 0;align-items:stretch}
  body[data-template="index"] .ss-overview-hero__content{
    display:grid;
    grid-template-rows:auto auto auto minmax(60px,1fr) auto;
    justify-items:center;
    align-content:stretch;
    min-height:calc(max(450px,133.333vw) - 48px);
    padding-top:clamp(8px,3vw,18px);
    padding-bottom:0;
    box-sizing:border-box;
  }
  body[data-template="index"] .ss-overview-hero .ss-eyebrow{margin:0 0 14px}
  body[data-template="index"] .ss-overview-hero__lead{margin:16px auto 0;font-size:14px;line-height:1.45}
  body[data-template="index"] .ss-overview-hero__links{
    grid-row:5;
    margin-top:0;
    flex-direction:column;
    align-items:center;
    gap:8px;
    width:100%;
  }
}
body[data-template="index"] :is(#home-portable,#home-espresso-kits) .ss-section-head--with-copy{grid-template-columns:minmax(0,1fr) minmax(0,.65fr)}
body[data-template="index"] :is(#home-portable,#home-espresso-kits) .ss-section-head--with-copy>*{min-width:0}
@media(max-width:990px){
 body[data-template="index"] :is(#home-portable,#home-espresso-kits) .ss-section-head--with-copy{grid-template-columns:minmax(0,1fr)}
}
/* Keep the native button decoration aligned with the homepage pill. */
body[data-template="index"] .stage-blogs-btn .button {
  --btn-border-radius: 999px;
}
body[data-template="index"] .stage-blogs-btn .button::after {
  box-shadow: none !important;
}

/* Anchor the kit badges to their product images. */
#home-espresso-kits .ss-editorial-card__image{position:relative}

/* Avoid rectangular shadow clipping inside the mobile scrolling track. */
@media(max-width:959px){
  #home-grinders .ss-dual-stage>.ss-dual-product{box-shadow:none}
}
#home-grinders .ss-dual-product__code {
    background: #fff;
    color: #1d1d1f;
    border: 1px solid rgba(29, 29, 31, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}