.shop-page{background:#f4f0e9;color:#171512}
.shop-hero{min-height:590px;display:grid;grid-template-columns:1.12fr .88fr;align-items:end;gap:80px;padding-block:105px 85px;border-bottom:1px solid #cfc6bb}
.shop-hero h1{font-family:var(--serif);font-size:clamp(110px,13vw,208px);font-weight:400;line-height:.68;letter-spacing:-.075em;margin:42px 0 0}
.shop-coming{display:inline-block;margin-left:18px;padding:8px 11px;border:1px solid #9f9285;color:#655c53;font-size:8px;font-weight:700;letter-spacing:.16em;vertical-align:middle}
.shop-hero-copy{max-width:560px;padding-bottom:10px}
.shop-hero-copy>p{font-family:var(--serif);font-size:clamp(29px,3vw,46px);line-height:1.05;letter-spacing:-.035em;margin:0 0 52px}
.shop-principles{display:grid;gap:0;border-top:1px solid #bfb5aa}
.shop-principles span{padding:15px 0;border-bottom:1px solid #bfb5aa;font-size:9px;font-weight:700;letter-spacing:.17em}
.shop-categories,.shop-catalog{padding-block:100px}
.shop-catalog{border-top:1px solid #cfc6bb}
.shop-section-head{display:grid;grid-template-columns:1fr minmax(280px,430px);gap:70px;align-items:end;margin-bottom:52px}
.shop-section-head h2,.shop-system h2{font-family:var(--serif);font-size:clamp(55px,6vw,88px);font-weight:400;line-height:.9;letter-spacing:-.055em;margin:18px 0 0}
.shop-section-head>p{font-size:15px;line-height:1.65;color:#625b54;margin:0}
.shop-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.shop-category-card{position:relative;min-height:540px;overflow:hidden;background:#292622;color:#fff;display:flex;align-items:flex-end}
.shop-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.shop-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,16,14,.05) 25%,rgba(18,16,14,.82) 100%)}
.shop-category-card:hover img{transform:scale(1.025)}
.shop-category-card.is-inactive{cursor:default}
.shop-category-card.is-inactive:hover img{transform:none}
.shop-category-card.is-inactive .shop-category-copy b{color:#ead8b7}
.shop-category-copy{position:relative;z-index:2;padding:42px;max-width:620px}
.shop-category-copy small{display:block;font-size:8px;font-weight:700;letter-spacing:.17em;margin-bottom:17px}
.shop-category-copy h3{font-family:var(--serif);font-size:clamp(45px,4.8vw,72px);font-weight:400;line-height:.9;letter-spacing:-.045em;margin:0 0 18px}
.shop-category-copy p{font-size:14px;line-height:1.55;margin:0 0 22px;max-width:460px;color:rgba(255,255,255,.8)}
.shop-category-copy b{font-size:9px;letter-spacing:.14em}
.shop-image-credit{position:absolute;z-index:3;right:14px;top:14px;background:rgba(17,15,13,.72);padding:7px 9px;font-size:7px;letter-spacing:.14em}
.shop-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}
.shop-filters button{appearance:none;border:1px solid #bdb4aa;background:transparent;padding:12px 18px;font:700 9px/1 var(--sans);letter-spacing:.12em;cursor:pointer}
.shop-filters button.active,.shop-filters button:hover{background:#171512;color:#fff;border-color:#171512}
.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;min-height:220px}
.shop-product-card{display:block;border-top:1px solid #bdb4aa;padding-top:12px}
.shop-product-card figure{aspect-ratio:4/5;background:#e7e0d7;margin:0 0 18px;overflow:hidden}
.shop-product-card img{width:100%;height:100%;object-fit:cover}
.shop-product-card small{font-size:8px;font-weight:700;letter-spacing:.14em;color:#7a7067}
.shop-product-card h3{font-family:var(--serif);font-size:29px;font-weight:400;line-height:1;margin:9px 0}
.shop-product-card p{font-size:12px;line-height:1.45;color:#655d56;margin:0}
.shop-status{grid-column:1/-1;margin:0;padding:65px;border:1px solid #c7beb3;background:#eee8df;font-family:var(--serif);font-size:clamp(26px,3vw,43px);line-height:1.1;letter-spacing:-.025em}
.shop-status strong{display:block;font:700 9px/1 var(--sans);letter-spacing:.16em;margin-bottom:18px}
.shop-status span{display:block;max-width:780px}
.shop-system{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding-block:110px;background:#1c1a18;color:#f7f2eb;box-shadow:0 0 0 100vmax #1c1a18;clip-path:inset(0 -100vmax)}
.shop-system ol{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.25)}
.shop-system li{display:grid;grid-template-columns:70px 1fr;gap:20px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.25)}
.shop-system li>b{font-family:var(--serif);font-size:28px;font-weight:400;color:#9d2744}
.shop-system h3{font-family:var(--serif);font-size:34px;font-weight:400;margin:0 0 8px}
.shop-system li p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.7);margin:0;max-width:580px}
.shop-disclosure{display:grid;grid-template-columns:260px 1fr auto;gap:45px;align-items:start;padding-block:60px;border-bottom:1px solid #cfc6bb}
.shop-disclosure strong{font-size:9px;line-height:1.4;letter-spacing:.15em}
.shop-disclosure p{font-size:13px;line-height:1.65;margin:0;color:#5f5851}
.shop-disclosure a{font-size:9px;font-weight:700;letter-spacing:.13em;white-space:nowrap}
.product-page{background:#f4f0e9}
.product-loading,.product-unavailable{min-height:580px;padding-block:120px}
.product-unavailable h1{font-family:var(--serif);font-size:clamp(60px,8vw,110px);font-weight:400;line-height:.88;letter-spacing:-.055em;max-width:900px}
.product-unavailable p{font-size:16px;line-height:1.65;max-width:650px}
.product-unavailable a{display:inline-block;margin-top:30px;border:1px solid #171512;padding:16px 24px;font-size:9px;font-weight:700;letter-spacing:.14em}
.product-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:720px}
.product-hero figure{margin:0;background:#e5ddd3;min-height:720px}
.product-hero figure img{width:100%;height:100%;object-fit:cover}
.product-intro{padding:90px clamp(35px,6vw,95px);display:flex;flex-direction:column;justify-content:center;background:#e9e1d8}
.product-intro h1{font-family:var(--serif);font-size:clamp(58px,6vw,95px);font-weight:400;line-height:.9;letter-spacing:-.055em;margin:26px 0}
.product-brand{font-size:9px;font-weight:700;letter-spacing:.16em}
.product-price{font-family:var(--serif);font-size:38px;margin:0 0 14px}
.product-meta{font-size:11px;line-height:1.6;color:#6b625a}
.product-intro>a{display:inline-flex;justify-content:center;margin-top:35px;padding:19px 25px;background:#171512;color:#fff;font-size:9px;font-weight:700;letter-spacing:.14em}
.product-intro>a[hidden]{display:none}
.product-content{display:grid;grid-template-columns:1fr 380px;gap:90px;padding-block:90px}
.product-copy h2{font-family:var(--serif);font-size:55px;font-weight:400;line-height:.95;letter-spacing:-.04em;margin:0 0 22px}
.product-copy p{font-size:17px;line-height:1.72;max-width:780px}
.product-specs{border-top:1px solid #bbb1a6}
.product-specs div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid #bbb1a6;font-size:11px;line-height:1.5}
.product-specs dt{font-weight:700;letter-spacing:.1em}.product-specs dd{margin:0}
.product-partner-note{margin-top:30px;padding:24px;background:#e5ddd3;font-size:12px;line-height:1.6}
@media(max-width:900px){
  .shop-hero{grid-template-columns:1fr;gap:45px;min-height:auto}.shop-category-card{min-height:460px}.shop-section-head,.shop-system,.shop-disclosure,.product-content{grid-template-columns:1fr;gap:40px}.shop-product-grid{grid-template-columns:repeat(2,1fr)}.product-hero{grid-template-columns:1fr}.product-hero figure{min-height:540px}.product-content{padding-inline:25px}
}
@media(max-width:520px){
  .shop-hero{padding:70px 20px 55px}.shop-hero h1{font-size:96px}.shop-hero-copy>p{font-size:30px}.shop-categories,.shop-catalog{padding:70px 20px}.shop-section-head{margin-bottom:35px}.shop-category-grid{grid-template-columns:1fr;gap:14px}.shop-category-card{min-height:430px}.shop-category-copy{padding:28px}.shop-product-grid{grid-template-columns:1fr 1fr;gap:14px}.shop-status{padding:35px 25px}.shop-system{padding:70px 20px}.shop-system li{grid-template-columns:50px 1fr}.shop-disclosure{padding:45px 20px}.product-hero figure{min-height:430px}.product-intro{padding:55px 22px}.product-intro h1{font-size:58px}.product-content{padding:60px 20px}.product-copy h2{font-size:43px}
}


/* 2026-08-14 headroom hotfix: shop and product imagery crop from the top. */
.shop-category-card img,
.shop-product-card img,
.product-hero figure img{object-position:center top !important;}


/* 2026-08-14 TOP CROP HOTFIX */

.shop-category-card img,
.shop-product-card img,
.product-hero figure img{
  object-position:center top !important;
}

/* SHOP demo programming layer — 2026-08-14 */
.shop-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.shop-category-card{min-height:420px}
.shop-category-copy{padding:30px}
.shop-category-copy h3{font-size:clamp(38px,3.7vw,58px)}
.shop-filters{display:block;margin-bottom:40px}
.shop-filter-categories{display:flex;gap:7px;overflow-x:auto;padding-bottom:13px;scrollbar-width:none}
.shop-filter-categories::-webkit-scrollbar{display:none}
.shop-filter-categories button{flex:0 0 auto;appearance:none;border:1px solid #bdb4aa;background:transparent;padding:11px 15px;font:700 8px/1 var(--sans);letter-spacing:.1em;cursor:pointer}
.shop-filter-categories button.active,.shop-filter-categories button:hover{background:#171512;color:#fff;border-color:#171512}
.shop-filter-advanced{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding-top:16px;border-top:1px solid #cfc6bb}
.shop-filter-control{display:grid;gap:7px}
.shop-filter-control>span{font:700 7px/1 var(--sans);letter-spacing:.14em;color:#756b62}
.shop-filter-control select{width:100%;min-height:42px;border:1px solid #bdb4aa;background:#f4f0e9;padding:0 12px;font:700 9px/1 var(--sans);letter-spacing:.06em;color:#171512}
.shop-product-card{position:relative}
.shop-product-link{display:block}
.shop-product-card figure{position:relative}
.shop-product-card figure em{position:absolute;left:9px;top:9px;padding:7px 9px;background:rgba(20,18,16,.88);color:#fff;font:700 7px/1 var(--sans);font-style:normal;letter-spacing:.12em}
.shop-save{position:absolute;right:10px;top:22px;z-index:3;width:34px;height:34px;border:1px solid rgba(20,18,16,.18);border-radius:50%;background:rgba(244,240,233,.92);font-size:19px;line-height:1;cursor:pointer}
.shop-product-card img{object-position:center 28% !important}
.product-hero figure img{object-position:center 28% !important}
@media(max-width:1050px){.shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filter-advanced{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.shop-category-grid{grid-template-columns:1fr}.shop-filter-advanced{grid-template-columns:1fr 1fr}.shop-product-grid{grid-template-columns:1fr 1fr}}
.product-partner-cta{display:inline-flex;justify-content:center;margin-top:35px;padding:19px 25px;border:0;background:#171512;color:#fff;font:700 9px/1 var(--sans);letter-spacing:.14em}
.product-partner-cta:disabled{background:#8f867d;cursor:not-allowed}
.product-save{align-self:flex-start;margin-top:12px;border:1px solid #9f958b;background:transparent;padding:12px 16px;font:700 8px/1 var(--sans);letter-spacing:.12em;cursor:pointer}
.product-save.active{background:#171512;color:#fff}
.product-related{padding-block:0 100px;border-top:1px solid #cfc6bb;padding-top:65px}
.product-related>h2{font-family:var(--serif);font-size:clamp(38px,4.5vw,66px);font-weight:400;letter-spacing:-.04em;margin:0 0 35px}

/* SHOP programmed v3 — active demo catalogue and editorial commerce layout */
.shop-catalog-tools{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:24px;align-items:end;margin:-10px 0 24px;padding:18px 0 20px;border-top:1px solid #cfc6bb;border-bottom:1px solid #cfc6bb}
.shop-search-field{display:grid;grid-template-columns:auto minmax(180px,420px);gap:18px;align-items:center}
.shop-search-field>span,.shop-result-meta span{font:700 7px/1 var(--sans);letter-spacing:.15em;color:#746a60}
.shop-search-field input{width:100%;height:44px;border:0;border-bottom:1px solid #8e8378;background:transparent;padding:0 34px 0 0;border-radius:0;font:400 16px/1 var(--sans);color:#171512;outline:none}
.shop-search-field input:focus{border-bottom-color:#171512}
.shop-result-meta{display:flex;align-items:center;gap:10px;white-space:nowrap}
.shop-result-meta strong{font-family:var(--serif);font-size:28px;font-weight:400;line-height:1}
.shop-result-meta button{margin-left:12px;border:0;border-bottom:1px solid #91867b;background:transparent;padding:4px 0;font:700 7px/1 var(--sans);letter-spacing:.12em;cursor:pointer;color:#5e574f}
.shop-result-meta button:hover{color:#171512;border-color:#171512}
.shop-category-card{cursor:pointer}
.shop-coming{background:#171512;color:#fff;border-color:#171512}
.shop-product-card.is-lead{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(210px,.65fr);gap:20px;align-items:start}
.shop-product-card.is-lead .shop-product-link{display:contents}
.shop-product-card.is-lead figure{grid-row:1/span 4;aspect-ratio:16/11;margin:0}
.shop-product-card.is-lead small,.shop-product-card.is-lead h3,.shop-product-card.is-lead p{grid-column:2}
.shop-product-card.is-lead small{align-self:end;margin-top:22px}
.shop-product-card.is-lead h3{font-size:clamp(34px,3.2vw,48px);margin:2px 0 0}
.shop-product-card.is-lead p{align-self:start}
.shop-product-card.is-lead .shop-save{right:10px;top:22px}
.shop-product-card figure{background:#e8e1d8}
.shop-product-card img{transition:transform .55s ease,filter .55s ease;filter:saturate(.86) contrast(.98)}
.shop-product-card:hover img{transform:scale(1.025);filter:saturate(.96)}
.shop-product-card h3{letter-spacing:-.025em}
.product-partner-cta:disabled{opacity:.78}
@media(max-width:900px){.shop-catalog-tools{grid-template-columns:1fr}.shop-result-meta{justify-content:space-between}.shop-product-card.is-lead{grid-column:1/-1}}
@media(max-width:650px){.shop-search-field{grid-template-columns:1fr;gap:8px}.shop-result-meta{flex-wrap:wrap}.shop-result-meta button{margin-left:auto}.shop-product-card.is-lead{display:block}.shop-product-card.is-lead figure{aspect-ratio:4/5;margin:0 0 18px}.shop-product-card.is-lead small{margin-top:0}.shop-product-card.is-lead h3{font-size:29px}}

/* Product gallery v3 */
.product-gallery{display:grid;grid-template-rows:minmax(0,1fr) auto;background:#e5ddd3;min-width:0}
.product-gallery-main{margin:0;min-height:640px;overflow:hidden;background:#e5ddd3}
.product-gallery-main img{width:100%;height:100%;object-fit:cover;object-position:center 28% !important}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:10px;background:#f0e9e0;border-top:1px solid #c9bfb4}
.product-gallery-thumb{aspect-ratio:1;border:1px solid transparent;padding:0;background:#ddd4ca;overflow:hidden;cursor:pointer}
.product-gallery-thumb.active{border-color:#171512}
.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.product-category{margin:0 0 14px;font:700 8px/1.4 var(--sans);letter-spacing:.13em;color:#776e65;text-transform:uppercase}
@media(max-width:900px){.product-gallery-main{min-height:540px}}
@media(max-width:520px){.product-gallery-main{min-height:430px}.product-gallery-thumbs{grid-template-columns:repeat(3,1fr)}}
