
/* Final responsive tuning: tablet landscape / small laptop */
@media (max-width:1180px) and (min-width:981px){
    .sth-shell{width:min(100% - 30px,1120px)}
    .sth-hero-grid{grid-template-columns:1.08fr .92fr}
    .sth-hero-main{min-height:520px}
    .sth-promo-card{min-height:252px}
    .sth-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
    .sth-category-card{min-height:220px}
    .sth-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
    .sth-product-body h3{font-size:13px}
}

/* Final responsive tuning: tablets */
@media (max-width:980px) and (min-width:641px){
    .sth-shell{width:min(100% - 28px,920px)}
    .sth-hero-main{min-height:500px}
    .sth-hero-title{font-size:58px}
    .sth-hero-side{grid-template-columns:1fr 1fr}
    .sth-category-grid{grid-template-columns:repeat(3,1fr)}
    .sth-category-card{min-height:250px}
    .sth-category-card:nth-child(4),
    .sth-category-card:nth-child(5){min-height:220px}
    .sth-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
    .sth-omega-head{align-items:flex-start}
    .sth-explore-grid{grid-template-columns:1fr 1fr}
    .sth-football-card{grid-column:1/-1}
    .sth-support{grid-template-columns:1fr;gap:24px}
}


/* September Spring campaign layer */
.sth-home{
    --spring-sage:#dfe9df;
    --spring-leaf:#294f37;
    --spring-cream:#fbf8ef;
    --spring-sand:#e9dfcf;
    --spring-sky:#e8f2f5;
}
.sth-spring-strip{
    background:var(--spring-leaf);
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.12)
}
.sth-spring-strip .sth-shell{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    text-align:center;
    font-size:11px;
    letter-spacing:.02em
}
.sth-spring-strip strong{
    font-size:10px;
    letter-spacing:.16em
}
.sth-hero-main:not([style]){
    background-image:
      radial-gradient(circle at 76% 18%,rgba(214,236,211,.95) 0,transparent 34%),
      linear-gradient(135deg,#1d2d23 0,#56705c 52%,#18221b 100%)
}
.sth-promo-card:not([style]){
    background-image:linear-gradient(135deg,#9f8466,#4a3628)
}
.sth-promo-sneakers:not([style]){
    background-image:linear-gradient(135deg,#8ba1a8,#33454b)
}
.sth-trust-item{
    background:linear-gradient(180deg,#fbfcfb,#f3f7f2)
}
.sth-section:nth-of-type(4){
    background:linear-gradient(180deg,#fff 0,#fbf8ef 100%)
}
.sth-omega-wrap{
    background:linear-gradient(135deg,#203429,#142119)
}
.sth-support{
    background:linear-gradient(135deg,#f3f7f2,#fbf8ef)
}
.sth-fallback-omega:not([style]){
    background-image:linear-gradient(165deg,#9aa991,#304133)
}
.sth-fallback-dakotas:not([style]){
    background-image:linear-gradient(165deg,#b89572,#5a402d)
}
.sth-fallback-jonathan:not([style]){
    background-image:linear-gradient(165deg,#98aeb4,#405a61)
}
.sth-fallback-cat:not([style]){
    background-image:linear-gradient(165deg,#d8bd62,#5d501e)
}
@media(max-width:640px){
    .sth-spring-strip .sth-shell{
        min-height:42px;
        flex-direction:column;
        gap:1px;
        padding:5px 0
    }
}


.sth-homepage-page main .entry-title,
.sth-homepage-page .page-title,
.sth-homepage-page .entry-header .entry-title{display:none!important}

.sth-breakout{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw)
}
.sth-home{
    --black:#111214;
    --text:#15171a;
    --muted:#6f747c;
    --line:#e7e8eb;
    --soft:#f6f7f8;
    --warm:#efede7;
    color:var(--text);
    background:#fff;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    line-height:1.45;
    overflow:hidden
}
.sth-home *{box-sizing:border-box}
.sth-home a{text-decoration:none}
.sth-shell{width:min(1220px,calc(100% - 36px));margin-inline:auto}
.sth-kicker{display:block;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.sth-dark-kicker{color:#656b73}
.sth-hero{padding:22px 0 14px}
.sth-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);gap:16px}
.sth-hero-main,.sth-promo-card,.sth-football-card{
    background-color:#222;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}
.sth-hero-main{
    min-height:570px;
    border-radius:28px;
    position:relative;
    overflow:hidden;
    color:#fff!important;
    display:flex;
    align-items:flex-end
}
.sth-hero-main:not([style]){
    background-image:radial-gradient(circle at 74% 25%,#916e4e 0,transparent 38%),linear-gradient(135deg,#161616 0,#35271d 60%,#0c0c0c 100%)
}
.sth-hero-copy{padding:clamp(28px,5vw,62px);max-width:690px;display:block}
.sth-hero-title{
    display:block;
    color:#fff;
    font-size:clamp(43px,6vw,76px);
    line-height:.98;
    letter-spacing:-.045em;
    margin:12px 0 18px;
    font-weight:850
}
.sth-hero-text{display:block;color:rgba(255,255,255,.87);font-size:clamp(16px,1.7vw,19px);max-width:595px;margin:0 0 26px}
.sth-hero-actions,.sth-support-actions{display:flex;flex-wrap:wrap;gap:10px}
.sth-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:11px 18px;
    border-radius:999px;
    font-size:13px;
    line-height:1;
    font-weight:850;
    letter-spacing:.01em;
    transition:transform .18s ease,opacity .18s ease,background .18s ease
}
.sth-btn:hover{transform:translateY(-1px);opacity:.94}
.sth-btn-light{background:#fff;color:#111!important;border:1px solid #fff}
.sth-btn-outline-light{background:rgba(0,0,0,.12);color:#fff!important;border:1px solid rgba(255,255,255,.78);backdrop-filter:blur(5px)}
.sth-btn-dark{background:#111;color:#fff!important;border:1px solid #111}
.sth-btn-outline-dark{background:#fff;color:#111!important;border:1px solid #c9cdd2}
.sth-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.sth-promo-card{
    min-height:277px;
    border-radius:28px;
    position:relative;
    overflow:hidden;
    color:#fff!important;
    display:flex;
    align-items:flex-end
}
.sth-promo-card:not([style]){background-image:linear-gradient(135deg,#71523a,#18110c)}
.sth-promo-sneakers:not([style]){background-image:linear-gradient(135deg,#29334b,#0d1017)}
.sth-promo-copy{padding:25px;display:flex;flex-direction:column;gap:5px}
.sth-promo-copy small{font-size:10px;font-weight:900;letter-spacing:.16em}
.sth-promo-copy strong{font-size:28px;letter-spacing:-.03em;line-height:1.08;color:#fff}
.sth-promo-copy span{font-size:13px;color:rgba(255,255,255,.86)}
.sth-trust-wrap{padding:8px 0 18px}
.sth-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.sth-trust-item{background:var(--soft);border:1px solid #f0f0f1;border-radius:18px;padding:17px;display:flex;align-items:flex-start;gap:11px;min-height:82px}
.sth-trust-item .sth-icon{width:27px;height:27px;display:grid;place-items:center;background:#fff;border-radius:50%;font-size:13px;flex:0 0 auto;box-shadow:0 1px 8px rgba(0,0,0,.05)}
.sth-trust-item strong{display:block;font-size:13px;line-height:1.3;margin:1px 0 4px}
.sth-trust-item small{display:block;color:var(--muted);font-size:11px;line-height:1.3}
.sth-section{padding:50px 0}
.sth-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.sth-section-head h2,.sth-omega-head h2,.sth-support h2{
    font-size:clamp(30px,4.2vw,47px);
    line-height:1.02;
    letter-spacing:-.04em;
    margin:8px 0 0;
    color:var(--text)
}
.sth-section-head p{margin:10px 0 0;color:var(--muted);max-width:720px;font-size:14px}
.sth-text-link{font-size:13px;font-weight:850;color:#111!important;white-space:nowrap}
.sth-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.sth-category-card{
    aspect-ratio:.83;
    min-height:245px;
    display:flex;
    align-items:flex-end;
    position:relative;
    overflow:hidden;
    border-radius:22px;
    background-size:cover;
    background-position:center;
    color:#fff!important;
    transition:transform .2s ease,box-shadow .2s ease
}
.sth-category-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(20,20,20,.10)}
.sth-category-card:not([style]){background-image:linear-gradient(165deg,#514235,#15110e)}
.sth-fallback-omega:not([style]){background-image:linear-gradient(165deg,#81715f,#231e18)}
.sth-fallback-dakotas:not([style]){background-image:linear-gradient(165deg,#8a603c,#23150c)}
.sth-fallback-jonathan:not([style]){background-image:linear-gradient(165deg,#415a69,#111b21)}
.sth-fallback-cat:not([style]){background-image:linear-gradient(165deg,#d4a61f,#342900)}
.sth-fallback-kids:not([style]){background-image:linear-gradient(165deg,#d5a63c,#604200)}
.sth-category-copy{padding:18px;position:relative;z-index:2}
.sth-category-copy strong{display:block;color:#fff;font-size:19px;line-height:1.1;margin-bottom:5px;letter-spacing:-.02em}
.sth-category-copy small{display:block;color:rgba(255,255,255,.84);font-size:11px}
.sth-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.sth-product-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;min-width:0;transition:box-shadow .18s ease,transform .18s ease}
.sth-product-card:hover{box-shadow:0 14px 36px rgba(20,23,28,.08);transform:translateY(-2px)}
.sth-product-image{aspect-ratio:1/1;display:block;background:#f5f5f6;position:relative;overflow:hidden}
.sth-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.sth-product-card:hover .sth-product-image img{transform:scale(1.025)}
.sth-badge{position:absolute;z-index:3;left:11px;top:11px;border-radius:999px;background:#111;color:#fff;padding:6px 9px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.08em}
.sth-product-body{padding:14px 14px 15px}
.sth-product-body h3{font-size:14px;line-height:1.32;font-weight:760;letter-spacing:-.01em;margin:0 0 8px;min-height:37px}
.sth-product-body h3 a{color:#1a1c20!important}
.sth-price{font-size:15px;font-weight:850;color:#111;min-height:24px}
.sth-price del{font-size:11px;color:#989da5;font-weight:600;margin-right:4px}
.sth-price ins{text-decoration:none}
.sth-product-link{display:inline-block;margin-top:9px;color:#61666f!important;font-size:11px;font-weight:760}
.sth-empty{background:var(--soft);padding:20px;border-radius:16px;color:var(--muted)}
.sth-omega-wrap{margin:24px 0;padding:54px 0 58px;background:#161616;color:#fff}
.sth-omega-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px}
.sth-omega-head h2{color:#fff}
.sth-omega-head p{color:#bfc1c5;max-width:700px;margin:13px 0 0}
.sth-omega-products .sth-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sth-omega-products .sth-product-card{border-color:#313236}
.sth-explore-grid{display:grid;grid-template-columns:1fr 1fr .78fr;gap:12px}
.sth-explore-grid .sth-category-card{aspect-ratio:1.35;min-height:300px}
.sth-football-card{
    min-height:300px;
    border-radius:22px;
    padding:22px;
    display:flex;
    align-items:flex-end;
    color:#fff!important;
    overflow:hidden
}
.sth-football-card:not([style]){background-image:linear-gradient(145deg,#31553c,#101b13)}
.sth-football-card span{display:block}
.sth-football-card small{display:block;font-size:9px;font-weight:900;letter-spacing:.15em;margin-bottom:7px}
.sth-football-card strong{display:block;color:#fff;font-size:23px;line-height:1.05;letter-spacing:-.03em}
.sth-football-card em{display:block;font-style:normal;color:rgba(255,255,255,.82);font-size:11px;margin-top:7px}
.sth-support{margin-top:28px;margin-bottom:60px;background:#f3f5f8;border-radius:30px;padding:clamp(30px,5vw,56px);display:grid;grid-template-columns:1.12fr .88fr;gap:50px;align-items:center}
.sth-support-copy p{color:var(--muted);max-width:620px;margin:15px 0 23px}
.sth-support-points{display:grid;gap:9px}
.sth-support-points>div{background:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:38px 1fr;column-gap:9px}
.sth-support-points span{grid-row:1/3;width:31px;height:31px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}
.sth-support-points strong{font-size:13px}
.sth-support-points small{font-size:11px;color:var(--muted)}
.sth-seo-strip{border-top:1px solid var(--line);padding:34px 0 44px}
.sth-seo-strip h2{font-size:15px;margin:0 0 8px}
.sth-seo-strip p{max-width:920px;margin:0;color:#777b82;font-size:12px;line-height:1.6}

@media(max-width:980px){
    .sth-hero-grid{grid-template-columns:1fr}
    .sth-hero-main{min-height:530px}
    .sth-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
    .sth-promo-card{min-height:240px}
    .sth-trust-grid{grid-template-columns:repeat(2,1fr)}
    .sth-category-grid{grid-template-columns:repeat(3,1fr)}
    .sth-product-grid{grid-template-columns:repeat(2,1fr)}
    .sth-explore-grid{grid-template-columns:1fr 1fr}
    .sth-football-card{grid-column:1/-1;min-height:230px}
    .sth-support{grid-template-columns:1fr}
}
@media(max-width:640px){
    .sth-shell{width:min(100% - 24px,1220px)}
    .sth-hero{padding-top:12px}
    .sth-hero-main{min-height:500px;border-radius:22px}
    .sth-hero-copy{padding:27px 22px}
    .sth-hero-title{font-size:43px}
    .sth-hero-side{grid-template-columns:1fr}
    .sth-promo-card{min-height:215px;border-radius:22px}
    .sth-trust-grid{grid-template-columns:1fr 1fr;gap:7px}
    .sth-trust-item{padding:13px;display:block;min-height:115px}
    .sth-trust-item .sth-icon{margin-bottom:9px}
    .sth-section{padding:37px 0}
    .sth-section-head{display:block}
    .sth-section-head .sth-text-link{display:inline-block;margin-top:13px}
    .sth-category-grid{grid-template-columns:repeat(2,1fr);gap:8px}
    .sth-category-card{min-height:220px;border-radius:18px}
    .sth-category-card:nth-child(5){grid-column:1/-1;aspect-ratio:1.8;min-height:190px}
    .sth-category-copy{padding:14px}
    .sth-category-copy strong{font-size:16px}
    .sth-product-grid{gap:8px}
    .sth-product-card{border-radius:15px}
    .sth-product-body{padding:10px}
    .sth-product-body h3{font-size:12px;min-height:48px}
    .sth-price{font-size:13px}
    .sth-omega-wrap{padding:40px 0}
    .sth-omega-head{display:block}
    .sth-omega-head .sth-btn{margin-top:18px}
    .sth-explore-grid{grid-template-columns:1fr}
    .sth-explore-grid .sth-category-card{min-height:235px;aspect-ratio:1.25}
    .sth-football-card{grid-column:auto;min-height:185px}
    .sth-support{margin-bottom:40px;border-radius:22px;padding:27px 20px}
}


@media (pointer:coarse){
    .sth-btn{min-height:48px}
    .sth-product-link{padding:6px 0}
    .sth-category-card,.sth-promo-card,.sth-football-card{touch-action:manipulation}
}

/* v3.3 visual refinements after live-store preview */
.sth-hero-main{background-position:center center}
.sth-hero-main:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 34%);
}
.sth-hero-copy{position:relative;z-index:2}
@media(max-width:980px){
    .sth-omega-products .sth-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
    .sth-omega-products .sth-product-grid{grid-template-columns:1fr}
}


/* v3.8 lifestyle Spring hero crop */
.sth-hero-main{
    background-position:center bottom!important;
}
@media(max-width:980px){
    .sth-hero-main{
        background-position:center bottom!important;
    }
}
@media(max-width:640px){
    .sth-hero-main{
        background-position:58% bottom!important;
    }
}


/* v3.9 Cutty Sark Spring campaign tile */
.sth-promo-cutty{
    background:#f2ede3!important;
    padding:0!important;
}
.sth-promo-cutty img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
@media(max-width:980px){
    .sth-promo-cutty img{
        object-position:center;
    }
}
@media(max-width:640px){
    .sth-promo-cutty{
        min-height:215px;
    }
    .sth-promo-cutty img{
        object-position:center;
    }
}


/* v4.1 Dakotas Spring lifestyle tile */
.sth-hero-side .sth-promo-card:first-child{
    background-position:center 66%!important;
}
@media(max-width:980px){
    .sth-hero-side .sth-promo-card:first-child{
        background-position:center 64%!important;
    }
}
@media(max-width:640px){
    .sth-hero-side .sth-promo-card:first-child{
        background-position:center 68%!important;
    }
}




.sth-fallback-cutty:not([style]){
    background-image:linear-gradient(165deg,#6f4a33,#24160e);
}
.sth-fallback-sneakers:not([style]){
    background-image:linear-gradient(165deg,#70848c,#243038);
}
