/* BLOMDAHL interactive homepage. Deliberately scoped; no shop/checkout overrides. */
.bd-home{--bd-ink:#172e36;--bd-gold:#866939;--bd-paper:#f7f5ef;--bd-line:#d6d3c9;--bd-ease:cubic-bezier(.22,1,.36,1);background:var(--bd-paper);color:var(--bd-ink);font-family:Arial,Helvetica,sans-serif;overflow:clip;isolation:isolate}
.bd-home *{box-sizing:border-box}
.bd-home h1,.bd-home h2,.bd-home h3,.bd-home p,.bd-home figure{margin:0}
.bd-home h1,.bd-home h2,.bd-home h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:inherit;letter-spacing:-.045em;text-transform:none}
.bd-home h2{font-size:clamp(42px,4.6vw,76px);line-height:1.08}
.bd-home em{font-weight:400;color:var(--bd-gold)}
.bd-home a{color:inherit;text-decoration:none}
.bd-home button{font:inherit;border-radius:0}
.bd-home :is(a,button,[tabindex]):focus-visible{outline:3px solid #866939;outline-offset:6px}
.bd-home [hidden]{display:none!important}
.bd-section{padding:105px max(5vw,24px)}
.bd-kicker,.bd-hero-top{font-size:10px;line-height:1.6;letter-spacing:.16em;font-weight:600}
.bd-kicker{margin-bottom:26px!important}
.bd-link{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;font-size:12px;line-height:1.5;border-bottom:1px solid currentColor;padding:13px 0;min-height:44px}
.bd-link span,.bd-button span{display:inline-block;font-size:21px;transition:transform .35s var(--bd-ease)}
.bd-link:hover span,.bd-button:hover span{transform:translate(3px,-3px)}
.bd-hero{padding-top:24px}
.bd-hero-top{display:flex;justify-content:space-between;margin:0 5vw;padding:0 0 20px;border-bottom:1px solid var(--bd-line)}
.bd-hero-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:38px 8vw 40px 5vw;gap:40px;position:relative;z-index:2}
.bd-home h1{font-size:clamp(66px,8.5vw,148px);line-height:.94;letter-spacing:-.063em}
.bd-line{display:block;overflow:hidden;padding:0 .1em .09em 0}
.bd-line>span{display:block}
.bd-line-gold{color:var(--bd-gold);font-style:italic;padding-inline-start:1.15em}
.bd-hero-copy{max-width:270px;padding-bottom:20px}
.bd-hero-copy p{font-size:14px;line-height:1.8;margin-bottom:18px}
.bd-hero-photo{position:relative;height:clamp(340px,38vw,610px);margin:0 2vw;overflow:hidden;background:#bdac9b}
.bd-hero-photo>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%;transform:translateY(var(--bd-y,0px)) scale(var(--bd-scale,1.02))}
.bd-photo-note{position:absolute;bottom:32px;inset-inline-start:3vw;background:var(--bd-paper);color:var(--bd-ink);padding:10px 15px;font-size:11px;letter-spacing:.02em}
.bd-scroll{position:absolute;bottom:26px;inset-inline-end:3vw;width:58px;height:58px;border:1px solid #fff9;border-radius:50%;display:grid;place-items:center;color:white!important;font-size:26px;background:#172e3633;transition:background .3s,transform .3s}
.bd-scroll:hover{background:var(--bd-ink);transform:translateY(4px)}
.bd-hero-foot{display:flex;justify-content:space-between;padding:19px 5vw;font-size:10px;letter-spacing:.06em;border-bottom:1px solid var(--bd-line)}
.bd-section-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:60px;gap:30px}
.bd-section-head h2{width:57%}
.bd-explorer{display:grid;grid-template-columns:43% 57%;align-items:stretch;gap:0}
.bd-category-list{padding-inline-end:5vw}
.bd-category{display:grid;grid-template-columns:32px 1fr;gap:14px;padding:28px 0;border-top:1px solid var(--bd-line);position:relative}
.bd-category:last-child{border-bottom:1px solid var(--bd-line)}
.bd-category::before{content:'';position:absolute;inset:0 auto auto 0;width:100%;height:2px;background:var(--bd-gold);transform:scaleX(0);transform-origin:left;transition:transform .65s var(--bd-ease)}
.bd-category.is-active::before{transform:scaleX(1)}
.bd-category-number{font-size:11px;padding-top:12px;color:var(--bd-gold)}
.bd-category-select{background:none;border:0;color:inherit;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(27px,3.1vw,49px)!important;letter-spacing:-.04em;padding:0;min-height:44px;cursor:pointer;text-align:start;transition:color .25s,transform .5s var(--bd-ease)}
.bd-category.is-active .bd-category-select{color:var(--bd-gold);transform:translateX(7px)}
.bd-category p{font-size:12px;line-height:1.6;padding-top:8px}
.bd-category .bd-link{font-size:10px;padding-block:8px;margin-top:4px;gap:25px}
.bd-category-stage{min-width:0;position:relative;background:#e5dfd5;min-height:570px;overflow:hidden}
.bd-category-image{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s var(--bd-ease),visibility .65s}
.bd-category-image.is-active{opacity:1;visibility:visible;z-index:1}
.bd-category-image img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.07);transition:transform 1.2s var(--bd-ease)}
.bd-category-image.is-active img{transform:scale(1)}
.bd-category-image[data-bd-category-image="0"] img{object-position:25% center}
.bd-category-image[data-bd-category-image="1"] img{object-position:80% center}
.bd-category-image figcaption{position:absolute;bottom:0;inset-inline:0;display:flex;justify-content:space-between;padding:22px 28px;color:var(--bd-ink);background:var(--bd-paper);font-size:12px;margin:20px}
.bd-products{background:#eeebe3;border-block:1px solid var(--bd-line);padding-inline:0}
.bd-products-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;padding:0 5vw 45px}
.bd-products-heading h2{max-width:780px}
.bd-products-heading>.bd-link{flex-shrink:0}
.bd-product-rail{list-style:none;margin:0!important;padding:0 5vw 26px!important;display:flex;gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:5vw;scrollbar-width:thin;scrollbar-color:#94876c #ded9cf;cursor:grab}
.bd-product-rail.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.bd-product{flex:0 0 calc((90vw - 48px)/3);min-width:0;scroll-snap-align:start;list-style:none}
.bd-product a{display:block;-webkit-user-drag:none}
.bd-product-art{aspect-ratio:1/1.12;position:relative;background:#f8f7f2;overflow:hidden}
.bd-product-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;display:block;padding:24px;transition:transform .8s var(--bd-ease),opacity .5s;user-select:none;-webkit-user-drag:none}
.bd-product-alternate{position:absolute;inset:0;opacity:0}
.bd-product-arrow{width:44px;height:44px;position:absolute;bottom:16px;inset-inline-end:16px;background:white;border-radius:50%;display:grid;place-items:center;font-size:23px;transition:transform .4s var(--bd-ease),background .4s}
.bd-product a:hover .bd-product-arrow,.bd-product a:focus-visible .bd-product-arrow{transform:rotate(45deg);background:#e4d7bb}
@media(hover:hover){.bd-product a:hover img{transform:scale(1.055)}.bd-product a:hover .has-alternate .bd-product-primary{opacity:0}.bd-product a:hover .bd-product-alternate{opacity:1}}
.bd-product a:focus-visible .has-alternate .bd-product-primary{opacity:0}
.bd-product a:focus-visible .bd-product-alternate{opacity:1}
.bd-product-meta{display:flex;justify-content:space-between;gap:18px;padding:20px 1px}
.bd-home .bd-product h3{font:14px/1.5 Arial,Helvetica,sans-serif;letter-spacing:0}
.bd-product-price{font-size:12px;line-height:1.8;text-align:end;flex-shrink:0;max-width:48%}
.bd-product-price del{opacity:.6;display:block}
.bd-rail-footer{margin:0 5vw;display:flex;justify-content:space-between;align-items:center;padding-top:20px}
.bd-rail-hint{font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.bd-rail-controls{display:flex;align-items:center;gap:10px}
.bd-rail-controls button{width:44px;height:44px;border:1px solid #b0a797;border-radius:50%;background:transparent;cursor:pointer;font-size:20px;transition:background .25s}
.bd-rail-controls button:hover{background:#e0d6c5}
.bd-rail-controls button:disabled{opacity:.3;cursor:default}
.bd-rail-status{font-size:11px;min-width:44px;margin-inline-end:10px}
.bd-story{background:var(--bd-ink);color:#f7f5ef;display:grid;grid-template-columns:1fr 1fr;gap:9vw;position:relative;overflow:visible}
.bd-story em{color:#cdb784}
.bd-story-sticky{align-self:start;position:sticky;top:150px}
.bd-story h2{font-size:clamp(42px,4.4vw,70px)}
.bd-story-orbit{width:230px;height:230px;margin:45px 0;position:relative;display:grid;place-items:center}
.bd-orbit-ring{position:absolute;inset:0;border:1px solid #cdb78466;border-radius:50%;transform:scale(var(--bd-orbit-scale,1))}
.bd-orbit-ring::before{content:'';position:absolute;inset:18px;border:1px solid #cdb78433;border-radius:50%}
.bd-story-digit{font:italic 86px Georgia,serif;color:#cdb784}
.bd-orbit-dot{position:absolute;inset:0;transform:rotate(var(--bd-orbit,0deg));transition:transform .7s var(--bd-ease)}
.bd-orbit-dot::after{content:'';position:absolute;width:10px;height:10px;background:#cdb784;top:-4px;left:calc(50% - 5px);border-radius:50%}
.bd-chapter{min-height:430px;padding:65px 0;display:flex;flex-direction:column;justify-content:center;border-top:1px solid #ffffff30;position:relative}
.bd-chapter:last-child{border-bottom:1px solid #ffffff30}
.bd-chapter-number{font-size:11px;color:#cdb784;margin-bottom:26px}
.bd-home .bd-chapter h3{font-size:clamp(31px,3.1vw,50px);line-height:1.1;margin-bottom:23px}
.bd-chapter p{max-width:390px;font-size:14px;line-height:1.9;color:#d8dfde}
.bd-chapter::before{content:'';position:absolute;top:-1px;left:0;width:100%;height:2px;background:#cdb784;transform:scaleX(0);transform-origin:left;transition:transform .8s var(--bd-ease)}
.bd-chapter.is-active::before{transform:scaleX(1)}
.bd-editorial{position:relative;min-height:760px;display:grid;grid-template-columns:1fr 1fr;background:#e6e0d6;padding:90px 5vw;align-items:center;gap:6vw}
.bd-editorial-image{height:580px;overflow:hidden;position:relative}
.bd-editorial-image img{width:100%;height:100%;object-fit:cover;object-position:56%;transform:translateY(var(--bd-y,0px)) scale(1.1)}
.bd-editorial-copy{position:relative;z-index:1;margin-inline-start:-11vw}
.bd-editorial-copy h2{font-size:clamp(44px,5.4vw,88px);line-height:1.1;background:var(--bd-paper);padding:35px 40px;margin-bottom:26px}
.bd-editorial-copy .bd-kicker,.bd-editorial-copy>.bd-link{margin-inline-start:11vw}
.bd-closing{text-align:center;padding-top:110px;padding-bottom:0}
.bd-closing h2{font-size:clamp(55px,7vw,110px)}
.bd-button{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;padding:17px 26px;margin-top:35px;border:1px solid var(--bd-ink);background:var(--bd-ink);color:white!important;font-size:12px;min-height:52px;transition:background .3s}
.bd-button:hover{background:#385059}
.bd-assurances{display:grid;grid-template-columns:repeat(3,1fr);margin-top:90px;border-top:1px solid var(--bd-line);text-align:start}
.bd-assurances a{display:flex;justify-content:space-between;align-items:center;padding:29px 25px;font-size:12px;border-inline-end:1px solid var(--bd-line);gap:12px}
.bd-assurances a:first-child{padding-inline-start:0}
.bd-assurances a:last-child{border:0;padding-inline-end:0}
.bd-assurances a:hover{color:var(--bd-gold)}
/* Header refinements use :has so this bundle cannot affect another route. */
body:has(.bd-home) .blomdahl-site-header{transition:box-shadow .35s,background-color .35s;background:#f7f5ef}
body:has(.bd-home) .blomdahl-site-header.bd-header-scrolled{background:#fff;box-shadow:0 4px 20px #172e360d}
body:has(.bd-home) .blomdahl-desktop-navigation a{position:relative}
body:has(.bd-home) .blomdahl-desktop-navigation a::after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}
body:has(.bd-home) .blomdahl-desktop-navigation a:hover::after,body:has(.bd-home) .blomdahl-desktop-navigation a:focus-visible::after{transform:scaleX(1)}
body:has(.bd-home) .blomdahl-cart-count.bd-cart-pulse{animation:bd-cart-pulse .45s ease-out}
@keyframes bd-cart-pulse{50%{transform:scale(1.35)}}
@keyframes bd-line-in{from{transform:translateY(110%) rotate(2deg)}to{transform:translateY(0) rotate(0)}}
@keyframes bd-reveal-in{from{clip-path:inset(0 0 100%);transform:translateY(24px)}to{clip-path:inset(0);transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.bd-home.is-ready .bd-line>span{animation:bd-line-in 1.1s var(--bd-ease) both}.bd-home.is-ready .bd-line-gold>span{animation-delay:.14s}.bd-home [data-bd-reveal].is-revealed{animation:bd-reveal-in .85s var(--bd-ease) both}}
@media(min-width:1700px){.bd-section{padding-inline:max(5vw,calc((100vw - 1600px)/2))}}
@media(max-width:1024px){.bd-section{padding-top:75px;padding-bottom:75px}.bd-hero-heading{padding-right:5vw}.bd-home h1{font-size:10vw}.bd-hero-copy{max-width:240px}.bd-explorer{grid-template-columns:46% 54%}.bd-category-stage{min-height:540px}.bd-category{padding:24px 0;gap:8px;grid-template-columns:23px 1fr}.bd-category-list{padding-inline-end:28px}.bd-product{flex-basis:42vw}.bd-products-heading{align-items:flex-start}.bd-products-heading h2{max-width:500px}.bd-story{gap:6vw}.bd-story-sticky{top:120px}.bd-story-orbit{width:190px;height:190px}.bd-chapter{min-height:375px}.bd-editorial{min-height:640px;padding-block:65px}.bd-editorial-image{height:500px}.bd-editorial-copy h2{padding:27px}.bd-closing{padding-bottom:0}.bd-products{padding-inline:0}}
@media(max-width:700px){.bd-section{padding:65px 22px}.bd-home h2{font-size:42px}.bd-hero-top{margin:0 22px;font-size:8px;letter-spacing:.1em;padding-bottom:16px}.bd-hero-location{display:none}.bd-hero-heading{display:block;padding:28px 22px}.bd-home h1{font-size:clamp(60px,14vw,98px);line-height:1}.bd-line-gold{padding-inline-start:.8em}.bd-hero-copy{max-width:none;display:flex;gap:22px;justify-content:space-between;align-items:center;padding:22px 0 0}.bd-hero-copy p{font-size:11px;max-width:160px;margin:0;line-height:1.7}.bd-hero-copy .bd-link{font-size:10px;gap:12px;max-width:150px}.bd-hero-photo{height:400px;margin:0 10px}.bd-hero-photo>img{object-position:55% center}.bd-photo-note{bottom:19px;left:14px;max-width:calc(100% - 95px);font-size:9px;padding:9px}.bd-scroll{width:44px;height:44px;bottom:17px;right:15px}.bd-hero-foot{font-size:8px;padding:16px 22px;gap:20px}.bd-section-head{display:block;margin-bottom:30px}.bd-section-head h2{width:auto}.bd-kicker{font-size:9px;margin-bottom:22px!important}.bd-explorer{display:flex;flex-direction:column}.bd-category-list{padding:0;order:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:23px}.bd-category{display:block;padding:15px 0;border-bottom:0!important}.bd-category-number{font-size:9px;display:block;padding:0 0 8px}.bd-category-select{font-size:clamp(17px,4.2vw,25px)!important;min-height:48px;line-height:1.12}.bd-category.is-active .bd-category-select{transform:none}.bd-category p{font-size:10px;min-height:45px;padding-top:8px}.bd-category .bd-link{font-size:9px;line-height:1.4;gap:5px;margin-top:8px;width:100%;justify-content:space-between}.bd-category .bd-link span{font-size:16px}.bd-category-stage{min-height:0;height:390px;order:1}.bd-category-image figcaption{margin:13px;padding:17px;font-size:10px}.bd-products{padding-inline:0}.bd-products-heading{display:block;padding:0 22px 26px}.bd-products-heading>.bd-link{margin-top:15px}.bd-product-rail{padding-inline:22px!important;scroll-padding-inline:22px;gap:14px}.bd-product{flex-basis:78vw}.bd-product-meta{gap:10px}.bd-home .bd-product h3{font-size:12px}.bd-product-price{font-size:11px}.bd-rail-footer{margin:0 22px}.bd-rail-hint{font-size:8px;max-width:100px;line-height:1.7}.bd-rail-status{margin:0;min-width:32px}.bd-story{display:block}.bd-story-sticky{position:relative;top:auto;padding-bottom:35px}.bd-story-orbit{position:absolute;width:76px;height:76px;inset-inline-end:0;bottom:15px;margin:0}.bd-story-digit{font-size:30px}.bd-orbit-ring::before{inset:7px}.bd-orbit-dot::after{width:6px;height:6px;top:-2px}.bd-story h2{font-size:41px}.bd-story .bd-link{margin-top:23px}.bd-chapter{min-height:270px;padding:42px 0}.bd-home .bd-chapter h3{font-size:34px}.bd-chapter p{font-size:13px;max-width:390px}.bd-chapter-number{margin-bottom:18px}.bd-editorial{display:block;padding:45px 22px 55px;min-height:0}.bd-editorial-image{height:430px;margin-inline-end:30px}.bd-editorial-copy{margin:-70px 0 0 20px}.bd-editorial-copy .bd-kicker{position:relative;background:var(--bd-paper);padding:17px 22px 0;margin:0!important;font-size:8px}.bd-editorial-copy h2{font-size:37px;padding:20px 22px 28px}.bd-editorial-copy>.bd-link{margin-inline-start:22px}.bd-closing{padding-bottom:0}.bd-closing h2{font-size:52px}.bd-assurances{grid-template-columns:1fr;margin-top:60px}.bd-assurances a{padding:21px 0;border-inline:0;border-bottom:1px solid var(--bd-line)}.bd-button{gap:35px}}
@media(max-width:360px){.bd-hero-copy{gap:12px}.bd-hero-photo{height:340px}.bd-category-stage{height:320px}.bd-category-list{gap:9px}.bd-category p{min-height:60px}.bd-category .bd-link{min-height:53px}.bd-home h2{font-size:37px}.bd-story h2{font-size:37px}.bd-editorial-copy h2{font-size:31px}.bd-closing h2{font-size:45px}.bd-rail-controls{gap:6px}}
@media(prefers-reduced-motion:reduce){.bd-home *,.bd-home *::before,.bd-home *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.bd-hero-photo>img,.bd-editorial-image img{transform:none}.bd-story-sticky{position:relative;top:auto}.bd-story-orbit .bd-orbit-dot{transform:none}body:has(.bd-home) .blomdahl-cart-count{animation:none!important}}
@media print{.bd-home *{animation:none!important;transform:none!important}.bd-story-sticky{position:static}.bd-product-rail{flex-wrap:wrap;overflow:visible}.bd-product{flex-basis:30%}.bd-rail-controls{display:none!important}}
/* Outrank the existing theme's global image sizing without altering it. */
.bd-home :is(.bd-hero-photo,.bd-category-image,.bd-product-art,.bd-editorial-image) img{height:100%}
body:has(.bd-home) .blomdahl-site-header{position:sticky;top:0}
body.admin-bar:has(.bd-home) .blomdahl-site-header{top:32px}
#bd-collections{scroll-margin-top:160px}
@media(max-width:782px){body.admin-bar:has(.bd-home) .blomdahl-site-header{top:46px}}
@media(max-width:600px){body.admin-bar:has(.bd-home) .blomdahl-site-header{top:0}}
@media(prefers-reduced-motion:reduce){html:has(.bd-home){scroll-behavior:auto}}
/* Keep the signature headline and category text stable at narrow widths. */
.bd-hero-heading h1{flex:1;min-width:0}
.bd-hero-copy{flex:0 0 270px}
.bd-line{white-space:nowrap}
.bd-category{display:flex}
.bd-category-number{flex:0 0 32px}
.bd-category>div{flex:1;min-width:0}
@media(min-width:701px) and (max-width:1024px){.bd-hero-copy{flex-basis:220px}.bd-category-number{flex-basis:23px}.bd-home h1{font-size:8.2vw}}
@media(max-width:700px){.bd-home h1{font-size:clamp(49px,13.6vw,95px)}.bd-category{display:block}.bd-hero-copy{max-width:none}.bd-line-gold{padding-inline-start:.75em}}
@media(prefers-reduced-motion:reduce){body:has(.bd-home) .blomdahl-site-header,body:has(.bd-home) .blomdahl-desktop-navigation a::after{transition:none}}

/* 1.23.1: image-specific framing only. Existing layout and motion are unchanged. */
.bd-category-image[data-bd-category-image="0"] img{object-position:42% 55%}
.bd-category-image[data-bd-category-image="1"] img{object-fit:contain;object-position:50% 40%;padding:32px 20px 90px;background:#e8dfd0}
.bd-category-image[data-bd-category-image="2"] img{object-position:50% 40%}
.bd-editorial-image img{object-position:55% 25%}
@media(max-width:700px){
 .bd-category-image[data-bd-category-image="0"] img{object-position:42% 55%}
 .bd-category-image[data-bd-category-image="1"] img{padding:20px 12px 76px}
 .bd-category-image[data-bd-category-image="2"] img{object-position:50% 35%}
 .bd-editorial-image img{object-position:60% 25%}
}
