@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@400;500;600;700&display=swap');
:root{
  --ink:#0a2f33;--teal:#15616b;--teal-2:#318f9b;--pale:#deeced;--blue:#b0e0e6;
  --cream:#ffdead;--marquee:#ebdacb;--pink:#ffe4e1;--green:#98fb98;--white:#fff;
  --line:#deeced;--muted:#667272;--max:1500px;--header-h:76px;--radius:37px;
  --body:Montserrat,Arial,sans-serif;--serif:'Libre Baskerville',Georgia,serif
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#000;background:#fff;font-family:var(--body);font-size:14px}body.nav-open,body.search-open,body.cart-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{color:inherit}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.announcement{min-height:31px;padding:7px 20px;display:flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;font-size:10px;font-weight:600;letter-spacing:.13em;text-align:center}
.site-header{height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px;border-bottom:1px solid rgba(222,236,237,.72);position:sticky;top:0;background:rgba(255,228,225,.97);backdrop-filter:blur(14px);z-index:50;transition:background .25s,color .25s,box-shadow .25s}.home-header{position:absolute;top:31px;left:0;right:0;background:transparent;border:0;color:#fff}.home-header.scrolled{position:fixed;top:0;background:rgba(255,228,225,.97);color:#000;border-bottom:1px solid rgba(222,236,237,.8);box-shadow:0 5px 24px rgba(0,0,0,.04)}
.brand{justify-self:start;font-family:var(--serif);font-weight:700;letter-spacing:.035em;font-size:18px}.desktop-nav{display:flex;gap:27px;align-items:center;justify-content:center}.desktop-nav a{font-family:var(--serif);font-size:13px;position:relative;padding:8px 0}.desktop-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:3px;height:1px;background:currentColor;transition:right .25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current='page']:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:4px}.icon-button{border:0;background:none;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 8px;cursor:pointer;border-radius:50%;transition:background .2s}.icon-button:hover{background:rgba(255,255,255,.25)}.site-header:not(.home-header) .icon-button:hover,.home-header.scrolled .icon-button:hover{background:rgba(21,97,107,.09)}.icon-button svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}.bag-button{gap:4px;width:auto;border-radius:24px}.cart-count{display:inline-flex;min-width:20px;height:20px;padding:0 5px;align-items:center;justify-content:center;border-radius:50%;background:currentColor;color:var(--pink);font-size:10px;font-weight:700}.home-header:not(.scrolled) .cart-count{background:#fff;color:#3d0600}.mobile-menu-button{display:none}
.status-box{max-width:var(--max);margin:14px auto 0;padding:14px 18px;border:1px solid #dce4e4;background:#f7fbfb;display:none}.status-box.show{display:block}.status-box.error{background:#fff3f3;border-color:#efcccc}
/* hero */
.hero-slider{height:min(78vw,780px);min-height:650px;position:relative;overflow:hidden;background:#aaa}.hero-track{height:100%;position:relative}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .65s ease}.hero-slide.active{opacity:1;pointer-events:auto;z-index:1}.hero-slide:before{content:'';position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.04) 52%,rgba(0,0,0,.06)),var(--bg),var(--fallback);background-size:cover;background-position:center}.hero-content{position:relative;z-index:2;height:100%;max-width:var(--max);margin:auto;padding:96px 48px 70px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.hero-content.center{align-items:center;text-align:center}.hero-content h1{font-family:var(--serif);font-size:clamp(58px,7.3vw,118px);line-height:.95;letter-spacing:-.055em;margin:0 0 22px;max-width:890px;text-wrap:balance;text-shadow:0 2px 22px rgba(0,0,0,.12)}.hero-content p{font-size:clamp(14px,1.25vw,18px);line-height:1.65;max-width:600px;margin:0 0 28px;text-shadow:0 1px 16px rgba(0,0,0,.18)}.hero-controls{position:absolute;z-index:5;bottom:26px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:11px}.hero-dot{width:8px;height:8px;border:1px solid #fff;background:transparent;border-radius:50%;padding:0;cursor:pointer}.hero-dot.active{background:#fff}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;width:55px;height:55px;cursor:pointer;opacity:.75;transition:.2s}.hero-arrow:hover{opacity:1}.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}.hero-arrow svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.2}
.primary,.secondary,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 26px;border-radius:var(--radius);cursor:pointer;transition:background .2s,color .2s,border .2s,transform .2s}.primary{border:0;background:var(--teal);color:var(--pale)}.primary:hover{background:#000;transform:translateY(-1px)}.secondary{border:1px solid var(--ink);background:transparent;color:var(--ink)}.secondary:hover{background:var(--teal-2)}.hero-content .primary{background:#3d2500;color:var(--cream)}.hero-content .primary:hover{background:#804c00;color:#fff}.text-link{padding:0;min-height:auto;border:0;border-radius:0;background:none;text-decoration:underline;text-underline-offset:5px}.primary:disabled,.secondary:disabled{opacity:.45;cursor:not-allowed;transform:none}.wide{width:100%}
.marquee{white-space:nowrap;overflow:hidden;padding:12px 0;background:var(--marquee);font-weight:600;font-size:13px;letter-spacing:.02em}.marquee-track{display:flex;width:max-content;animation:marquee 22s linear infinite}.marquee-item{display:flex;gap:24px;align-items:center;padding-right:24px}.marquee-sep{opacity:.55}@keyframes marquee{to{transform:translateX(-50%)}}
.shipping-policy{background:var(--cream);padding:48px 34px}.shipping-policy-inner{max-width:900px;margin:auto;text-align:center}.shipping-policy h2{font-family:var(--serif);font-size:clamp(28px,3vw,44px);margin:0 0 26px}.shipping-rules{display:flex;justify-content:center;gap:12px 34px;flex-wrap:wrap;font-size:16px}.shipping-rules strong{font-weight:700}
.media-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);min-height:60svh;background:var(--pink)}.media-section.reverse{grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);background:var(--cream)}.media-section.reverse .media-visual{order:2}.media-visual{min-height:520px;background-image:var(--image),var(--fallback);background-size:cover;background-position:center}.media-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:70px clamp(34px,6vw,100px)}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:700;margin:0 0 14px}.media-copy h2,.section-title,.shop-title,.info-section h2,.faq h2{font-family:var(--serif);font-size:clamp(38px,4.2vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 25px;text-wrap:balance}.media-copy p:not(.eyebrow){line-height:1.75;margin:0 0 28px;max-width:520px}
/* sections and carousels */
.content-section{max-width:var(--max);margin:auto;padding:48px 34px}.content-section.loose{padding-top:82px;padding-bottom:82px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.section-head h2{font-family:var(--serif);font-size:clamp(30px,3.2vw,52px);letter-spacing:-.035em;margin:0}.carousel-wrap{position:relative}.product-carousel,.collection-carousel,.blog-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/4);gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.product-carousel::-webkit-scrollbar,.collection-carousel::-webkit-scrollbar,.blog-carousel::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start}.carousel-button{position:absolute;top:42%;width:42px;height:42px;border:1px solid #dbe4e4;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;box-shadow:0 5px 16px rgba(0,0,0,.06);transition:.2s}.carousel-button:hover{background:#fff;transform:scale(1.04)}.carousel-button.prev{left:-17px}.carousel-button.next{right:-17px}.carousel-button svg{width:17px;height:17px;stroke:#000;fill:none;stroke-width:1.4}
.product-card{min-width:0}.product-image{aspect-ratio:1/1.12;background:#f6f7f7;display:block;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-image img{transform:scale(1.035)}.sale{position:absolute;top:12px;left:12px;background:var(--green);color:#003d00;border-radius:40px;padding:6px 10px;font-size:9px;font-weight:700;letter-spacing:.1em}.product-meta{padding:11px 2px 4px}.product-meta h3{font-family:var(--body);font-size:13px;line-height:1.45;margin:0 0 6px;font-weight:500}.price,.pdp-price{display:flex;gap:8px;align-items:center}.price strong,.pdp-price strong{font-weight:600}.price del,.pdp-price del{color:#8b9696;font-size:12px}.quick-add{position:absolute;left:10px;right:10px;bottom:10px;transform:translateY(calc(100% + 20px));opacity:0;transition:.25s}.product-image:hover .quick-add,.product-card:focus-within .quick-add{transform:none;opacity:1}
.collection-section{background:var(--pink);padding:24px max(34px,calc((100vw - var(--max))/2 + 34px))}.collection-section .section-head{margin-bottom:18px}.collection-card{position:relative;aspect-ratio:16/13;overflow:hidden;background:#f5d8d5}.collection-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.collection-card:hover img{transform:scale(1.04)}.collection-card .collection-label{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 15px;background:linear-gradient(transparent,rgba(0,0,0,.46));color:#fff;text-align:center;font-family:var(--serif);font-size:clamp(18px,2vw,28px)}
.blog-section{padding:42px 34px 56px;max-width:var(--max);margin:auto}.blog-section .section-head{justify-content:center;text-align:center}.blog-carousel{grid-auto-columns:calc((100% - 90px)/3);gap:45px}.blog-card{border:10px solid var(--pink);border-radius:3px;overflow:hidden;background:#fff}.blog-image{aspect-ratio:4/3;background:linear-gradient(135deg,var(--pale),var(--pink));display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:42px}.blog-copy{padding:22px;text-align:center}.blog-copy h3{font-family:var(--serif);font-size:23px;margin:0 0 10px}.blog-copy p{line-height:1.65;color:#4d5657;margin:0}
/* shop */
.shop-top{background:var(--pink);padding:30px 34px 22px}.shop-top-inner{max-width:var(--max);margin:auto}.shop-title{font-size:clamp(50px,7vw,100px);margin:0}.collection-marquee{background:var(--blue)}.filter-bar{position:sticky;top:var(--header-h);z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid #eef1f1;padding:14px 24px}.filter-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center;gap:12px}.filter-search{display:flex;align-items:center;border:1px solid #dfe6e6;min-height:44px;padding:0 13px}.filter-search input{border:0;outline:0;width:100%;background:transparent}.filter-bar select{height:44px;border:1px solid #dfe6e6;background:#fff;padding:0 36px 0 12px}.results-count{font-size:12px;color:var(--muted);white-space:nowrap}.shop-page{max-width:var(--max);margin:auto;padding:22px 10px 70px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:10px;row-gap:28px}.empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:60px 20px}.loading-card{min-height:400px;background:#f5f7f7;display:flex;align-items:center;justify-content:center;color:var(--muted)}
/* PDP */
.product-page{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:48px;padding:0 34px}.pdp-gallery{padding:25px 0;min-width:0}.pdp-main{aspect-ratio:1/1;max-height:calc(100vh - 150px);background:#f6f7f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.pdp-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:7px;margin-top:8px;overflow-x:auto}.thumb{width:70px;height:70px;border:1px solid transparent;background:#f5f5f5;padding:0;cursor:pointer;flex:0 0 auto}.thumb.active{border-color:#000}.thumb img{width:100%;height:100%;object-fit:cover}.pdp-copy{padding:100px 0;align-self:start;position:sticky;top:var(--header-h)}.pdp-copy h1{font-family:var(--serif);font-size:clamp(38px,4.6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}.pdp-price{font-size:17px;margin-bottom:24px}.pdp-price del{font-size:14px}.pdp-description{line-height:1.75;color:#394445}.stock{font-size:12px;padding:15px 0;border-top:1px solid #e8eded;border-bottom:1px solid #e8eded;margin:24px 0}.buy-row{display:grid;grid-template-columns:126px 1fr;gap:10px}.quantity{height:48px;border:1px solid #dce4e4;border-radius:var(--radius);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;text-align:center}.quantity button{border:0;background:none;height:100%;cursor:pointer}.pdp-meta{margin-top:22px;display:grid;gap:9px;color:#667272;font-size:12px}.pdp-meta span{display:flex;gap:9px;align-items:center}.info-section{background:var(--pink);padding:48px max(34px,calc((100vw - var(--max))/2 + 34px))}.info-section h2{font-size:32px}.info-grid{max-width:1050px;line-height:1.8}.recommend-section{max-width:var(--max);margin:auto;padding:48px 34px}.faq{max-width:var(--max);margin:auto;padding:48px 34px 90px}.faq h2{font-size:40px}.faq details{border-top:1px solid #dde5e5;padding:18px 0}.faq details:last-child{border-bottom:1px solid #dde5e5}.faq summary{cursor:pointer;font-family:var(--serif);font-size:18px}.faq p{line-height:1.7;color:#526061;max-width:850px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid #e2e9e9;z-index:42;padding:10px 24px;transform:translateY(110%);transition:.25s}.sticky-atc.show{transform:none}.sticky-atc-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}.sticky-title{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-price{font-weight:600}.sticky-atc .primary{min-height:42px}
/* overlays */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.34);z-index:70}.drawer{position:fixed;top:0;right:-470px;width:min(450px,94vw);height:100dvh;background:#fff;z-index:71;transition:right .32s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.15)}.drawer.open{right:0}.drawer-head{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #e7ecec}.drawer-head h3{font-family:var(--serif);font-size:26px;margin:0}.drawer-head button,.remove{border:0;background:none;font-size:28px;cursor:pointer}.drawer-items{padding:10px 24px;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:72px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid #edf0f0}.cart-row img{width:72px;height:82px;object-fit:cover;background:#f2f4f4}.cart-row strong{display:block;font-size:13px;line-height:1.4}.cart-row small{display:block;margin-top:7px}.qty{display:flex;align-items:center;gap:11px;margin-top:10px}.qty button{width:26px;height:26px;border:1px solid #d9dfdf;background:#fff;border-radius:50%;cursor:pointer}.drawer-foot{padding:22px 24px 28px;border-top:1px solid #e7ecec}.drawer-foot small{display:block;color:#667272;margin:8px 0 16px}.total{display:flex;justify-content:space-between;font-size:16px}.muted{color:var(--muted)}
.mobile-nav{position:fixed;inset:0 auto 0 -100%;width:min(390px,92vw);background:var(--pink);z-index:82;transition:left .3s;padding:24px;display:flex;flex-direction:column}.mobile-nav.open{left:0}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.mobile-nav-links{display:grid;gap:8px}.mobile-nav-links a{font-family:var(--serif);font-size:34px;padding:7px 0}.mobile-nav-foot{margin-top:auto;border-top:1px solid rgba(0,0,0,.12);padding-top:20px;display:flex;gap:18px;font-size:12px}
.search-panel{position:fixed;inset:0;background:rgba(255,255,255,.98);z-index:90;opacity:0;visibility:hidden;transition:.2s;overflow:auto}.search-panel.open{opacity:1;visibility:visible}.search-inner{max-width:1000px;margin:auto;padding:80px 28px}.search-close{position:absolute;top:22px;right:26px}.search-form{display:grid;grid-template-columns:1fr auto;border-bottom:2px solid #000}.search-form input{border:0;outline:0;font-family:var(--serif);font-size:clamp(32px,6vw,70px);padding:12px 0;background:transparent}.search-form button{border:0;background:none;cursor:pointer}.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.search-result img{width:100%;aspect-ratio:1;object-fit:cover;background:#f3f5f5}.search-result h3{font-size:13px;font-weight:500}
/* footer */
.footer-main{background:var(--pink);padding:34px max(24px,calc((100vw - var(--max))/2 + 34px));display:grid;grid-template-columns:1fr minmax(300px,.55fr);gap:40px;align-items:center}.footer-main h3{font-family:var(--serif);font-size:28px;margin:0 0 10px}.footer-main p{margin:0;line-height:1.6}.newsletter-form{display:grid;grid-template-columns:1fr auto;border:1px solid rgba(0,0,0,.16);border-radius:100px;overflow:hidden;background:#fff}.newsletter-form input{border:0;outline:0;background:transparent;padding:0 18px;min-height:48px}.newsletter-form button{border:0;background:var(--teal);color:#fff;min-width:110px;cursor:pointer}.newsletter-note{font-size:11px;margin-top:8px!important;min-height:16px}.footer-utils{background:var(--pink);border-top:1px solid rgba(0,0,0,.1);padding:20px max(24px,calc((100vw - var(--max))/2 + 34px));display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:11px}.socials{display:flex;gap:16px}.socials a{text-decoration:underline;text-underline-offset:4px}
/* misc */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.admin{max-width:1100px;margin:auto;padding:70px 34px 100px}.admin h1{font-family:var(--serif);font-size:60px}.admin-login{max-width:520px;display:grid;gap:12px}.admin-login input{min-height:46px;padding:0 14px;border:1px solid #ccd6d6}.admin-table{margin-top:30px;border-top:1px solid #dce4e4}.tr{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:20px;padding:14px 0;border-bottom:1px solid #e6ecec;align-items:center;font-size:13px}.tr.head{font-weight:700}
@media(max-width:980px){
  :root{--header-h:66px}.site-header{height:66px;padding:0 18px;grid-template-columns:1fr auto}.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.header-actions{gap:0}.header-actions .search-label{display:none}.brand{position:absolute;left:50%;transform:translateX(-50%)}
  .hero-slider{height:80svh;min-height:620px}.hero-content{padding:100px 24px 70px;align-items:center;text-align:center}.hero-content h1{font-size:clamp(48px,14vw,78px)}.hero-arrow{display:none}
  .media-section,.media-section.reverse{grid-template-columns:1fr}.media-section.reverse .media-visual{order:0}.media-visual{min-height:50svh}.media-copy{padding:55px 24px}.product-carousel,.collection-carousel{grid-auto-columns:60cqw}.blog-carousel{grid-auto-columns:70cqw;gap:16px}.carousel-button{display:none}
  .products-grid{grid-template-columns:repeat(2,1fr)}.filter-bar{top:66px}.filter-inner{grid-template-columns:1fr auto}.filter-inner select:nth-of-type(1){grid-column:1/2}.results-count{justify-self:end}.product-page{grid-template-columns:1fr;gap:0;padding:0 18px}.pdp-gallery{padding-top:18px}.pdp-main{max-height:none}.pdp-copy{position:static;padding:35px 0 60px}.buy-row{grid-template-columns:110px 1fr}.sticky-atc-inner{grid-template-columns:1fr auto}.sticky-atc .sticky-price{display:none}.footer-main{grid-template-columns:1fr}.search-results{grid-template-columns:repeat(2,1fr)}.quick-add{transform:none;opacity:1}.shop-page{padding-left:10px;padding-right:10px}
}
@media(max-width:560px){
  .announcement{font-size:9px}.hero-slider{min-height:590px}.hero-content{padding-left:20px;padding-right:20px}.hero-content p{font-size:13px}.shipping-policy{padding:38px 20px}.shipping-rules{display:grid;gap:10px}.content-section{padding:42px 18px}.collection-section{padding-left:18px;padding-right:18px}.product-carousel,.collection-carousel{grid-auto-columns:76vw}.blog-carousel{grid-auto-columns:84cqw}.products-grid{gap:8px;row-gap:24px}.product-meta h3{font-size:12px}.filter-bar{padding:10px}.filter-inner{grid-template-columns:1fr}.filter-inner select,.results-count{width:100%;grid-column:auto!important}.results-count{justify-self:start}.shop-top{padding:24px 18px 18px}.shop-title{font-size:52px}.search-inner{padding:70px 18px}.search-results{grid-template-columns:1fr 1fr;gap:10px}.footer-utils{align-items:flex-start;flex-direction:column}.footer-main{padding:34px 22px}.newsletter-form button{min-width:86px}.sticky-title{display:none}.sticky-atc-inner{grid-template-columns:1fr}.sticky-atc .primary{width:100%}.info-section{padding-left:20px;padding-right:20px}.recommend-section,.faq{padding-left:18px;padding-right:18px}
}

/* v4 collection / journey / legal pages */
.page-intro{max-width:760px;margin:10px 0 0;color:#526061;line-height:1.75;font-size:15px}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{text-decoration:underline;text-underline-offset:4px}
.collection-section .collection-carousel{grid-auto-columns:calc((100% - 12px)/2);gap:12px}
.collection-card small{position:absolute;right:16px;top:14px;background:rgba(255,255,255,.88);padding:6px 10px;border-radius:30px;font-size:10px;font-weight:700}
.collection-page-section{max-width:var(--max);margin:auto;padding:18px 34px 90px}.collections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.collection-list-card{display:grid;grid-template-rows:minmax(320px,48vw) auto;background:#f7f8f8;overflow:hidden}.collection-list-card>img,.collection-list-card>.collection-placeholder{width:100%;height:100%;object-fit:cover;max-height:640px}.collection-list-copy{padding:28px 30px 32px}.collection-list-copy h2{font-family:var(--serif);font-size:clamp(30px,3.3vw,52px);letter-spacing:-.04em;line-height:1;margin:0 0 14px}.collection-list-copy p{max-width:620px;line-height:1.7;color:#516061}.collection-list-copy span{display:inline-block;margin-top:12px;font-weight:600;font-size:12px}.collection-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--pink),var(--blue));font-family:var(--serif);font-size:42px}.collection-placeholder.large{min-height:420px}
.collection-detail-hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);min-height:520px;background:var(--pink)}.collection-detail-copy{padding:74px max(34px,calc((100vw - var(--max))/2 + 34px));padding-right:60px;display:flex;flex-direction:column;justify-content:center}.collection-detail-copy h1{font-family:var(--serif);font-size:clamp(48px,6vw,92px);line-height:.95;letter-spacing:-.055em;margin:8px 0 24px}.collection-detail-copy>p:last-child{line-height:1.8;max-width:560px}.collection-detail-image{min-height:520px;background:#f5f6f6}.collection-detail-image img{width:100%;height:100%;object-fit:cover}.collection-products-section{max-width:var(--max);margin:auto;padding:52px 34px 90px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:10px;letter-spacing:.04em;color:#677374;margin-bottom:18px}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.pdp-breadcrumbs{margin-bottom:16px}.pdp-collections{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:20px 0}.pdp-collections>span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.pdp-collections a{border:1px solid #d5dddd;border-radius:999px;padding:8px 12px;font-size:11px}.pdp-collections a:hover{background:var(--pink)}
.journey-hero{background:var(--cream);padding:100px max(34px,calc((100vw - var(--max))/2 + 34px));min-height:66svh;display:flex;align-items:center}.journey-hero>div{max-width:980px}.journey-hero h1{font-family:var(--serif);font-size:clamp(62px,8vw,126px);letter-spacing:-.06em;line-height:.92;margin:0 0 30px}.journey-hero p:not(.eyebrow){max-width:720px;line-height:1.8;font-size:17px}.journey-story{max-width:var(--max);margin:auto;padding:78px 34px;display:grid;grid-template-columns:110px minmax(0,780px);gap:46px;border-bottom:1px solid #e7ecec}.journey-story.alt{justify-content:end;background:linear-gradient(90deg,transparent 0,transparent 17%,rgba(255,228,225,.36) 17%,rgba(255,228,225,.36) 100%)}.journey-kicker{font-family:var(--serif);font-size:48px;color:var(--teal-2)}.journey-story h2{font-family:var(--serif);font-size:clamp(34px,4vw,60px);letter-spacing:-.045em;line-height:1;margin:0 0 20px}.journey-story p{font-size:16px;line-height:1.85;color:#435152;margin:0 0 22px}
.legal-page{max-width:940px;margin:auto;padding:28px 34px 100px}.legal-page>p:first-child{font-size:17px;line-height:1.85;margin-bottom:46px}.legal-page h2{font-family:var(--serif);font-size:28px;margin:38px 0 10px}.legal-page p{line-height:1.8;color:#3f4c4d}
.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
@media(max-width:980px){.collection-section .collection-carousel{grid-auto-columns:74cqw}.collections-grid{grid-template-columns:1fr}.collection-list-card{grid-template-rows:minmax(300px,70vw) auto}.collection-detail-hero{grid-template-columns:1fr}.collection-detail-copy{padding:55px 24px}.collection-detail-image{min-height:55svh}.journey-hero{padding:74px 24px}.journey-story,.journey-story.alt{grid-template-columns:70px 1fr;padding:54px 24px;background:none}.footer-links{order:2}}
@media(max-width:560px){.collection-page-section,.collection-products-section{padding-left:18px;padding-right:18px}.collection-section .collection-carousel{grid-auto-columns:84cqw}.collection-list-copy{padding:22px 20px 26px}.collection-detail-copy h1{font-size:54px}.journey-hero{min-height:58svh}.journey-hero h1{font-size:58px}.journey-story,.journey-story.alt{grid-template-columns:1fr;gap:16px;padding:46px 18px}.journey-kicker{font-size:34px}.legal-page{padding:20px 18px 80px}.footer-links{gap:12px}}


/* v4.2 — visual system polish */
:root{
  --space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:72px;--space-7:96px;
  --reading:800px;--shadow-soft:0 18px 50px rgba(10,47,51,.07);--radius-card:22px
}
body{font-size:15px;line-height:1.6;color:#111;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
p{margin-top:0}.brand{font-size:20px;letter-spacing:.02em}.desktop-nav{gap:30px}.desktop-nav a{font-family:var(--body);font-size:12px;font-weight:600;letter-spacing:.035em;text-transform:none}.announcement{min-height:33px;font-size:9.5px;letter-spacing:.16em}
.primary,.secondary{min-height:50px;padding:0 28px;font-weight:600;font-size:13px}.text-link{font-size:13px;font-weight:600}.eyebrow{font-size:10px;letter-spacing:.18em;margin-bottom:16px}
.hero-slider{height:min(76vw,800px);min-height:650px}.hero-content{padding-top:112px}.hero-content h1{font-size:clamp(58px,6.8vw,104px);line-height:.98;letter-spacing:-.045em;max-width:960px;margin-bottom:24px}.hero-content p{font-size:clamp(15px,1.1vw,17px);line-height:1.7;max-width:620px;margin-bottom:30px}
.marquee{padding:11px 0;font-size:12px}
.shipping-policy{padding:34px 34px}.shipping-policy-inner{max-width:1000px}.shipping-policy h2{font-size:clamp(24px,2.3vw,34px);margin-bottom:18px}.shipping-rules{gap:12px 46px;font-size:14px}
.media-section{min-height:58svh}.media-visual{min-height:500px}.media-copy{padding:var(--space-6) clamp(34px,6vw,92px)}.media-copy h2,.section-title,.shop-title,.info-section h2,.faq h2{font-size:clamp(38px,3.8vw,60px);line-height:1.06;letter-spacing:-.038em;margin-bottom:24px}.media-copy p:not(.eyebrow){font-size:15px;line-height:1.8}
.content-section{padding:var(--space-6) 34px}.content-section.loose{padding-top:var(--space-7);padding-bottom:var(--space-7)}.section-head{margin-bottom:var(--space-4)}.section-head h2{font-size:clamp(34px,3vw,48px);line-height:1.08}.product-carousel{gap:14px;grid-auto-columns:calc((100% - 42px)/4)}
.product-image{aspect-ratio:1/1.08;border-radius:16px}.product-meta{padding:14px 4px 4px}.product-meta h3{font-size:13px;line-height:1.5;margin-bottom:7px}.price{font-size:13px}.quick-add{left:12px;right:12px;bottom:12px}.sale{top:13px;left:13px}
/* Two collections are a destination, not a carousel. */
.collection-section{padding:var(--space-6) max(34px,calc((100vw - var(--max))/2 + 34px));background:#fff}.collection-section .section-head{margin-bottom:var(--space-4)}.collection-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.collection-feature{position:relative;min-height:560px;overflow:hidden;border-radius:var(--radius-card);background:linear-gradient(145deg,var(--pink),var(--blue));isolation:isolate}.collection-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-feature:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 28%,rgba(0,0,0,.56) 100%);z-index:1}.collection-feature:hover img{transform:scale(1.035)}.collection-feature-copy{position:absolute;z-index:2;left:34px;right:34px;bottom:32px;color:#fff}.collection-feature-copy .eyebrow{margin-bottom:8px}.collection-feature-copy h3{font-family:var(--serif);font-size:clamp(34px,3.2vw,54px);line-height:1;margin:0 0 12px;letter-spacing:-.04em}.collection-feature-copy p{max-width:520px;margin:0 0 16px;font-size:14px;line-height:1.65}.collection-feature-copy span{font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:5px}.collection-feature .collection-count-badge{position:absolute;z-index:3;right:20px;top:20px;background:rgba(255,255,255,.91);color:#111;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700}
/* no placeholder blog section in production polish */
.blog-section{display:none!important}
/* collection pages */
.shop-top{padding-top:var(--space-6);padding-bottom:var(--space-4)}.shop-top-inner{max-width:var(--max);margin:auto;padding:0 34px}.shop-title{font-size:clamp(52px,5.5vw,78px);margin-bottom:14px}.page-intro{font-size:16px;max-width:720px;color:#465556;line-height:1.8}.collection-page-section{padding:var(--space-4) 34px var(--space-7)}.collections-grid{gap:20px}.collection-list-card{border-radius:var(--radius-card);box-shadow:var(--shadow-soft);background:#fafafa}.collection-list-card>img,.collection-list-card>.collection-placeholder{max-height:620px}.collection-list-copy{padding:30px 32px 34px}.collection-list-copy h2{font-size:clamp(34px,3.2vw,50px)}.collection-list-copy p{font-size:15px}.collection-detail-hero{min-height:560px}.collection-detail-copy{padding-top:var(--space-6);padding-bottom:var(--space-6)}.collection-detail-copy h1{font-size:clamp(50px,5.4vw,82px);line-height:.98}.collection-detail-image{min-height:560px}.collection-products-section{padding-top:var(--space-6);padding-bottom:var(--space-7)}
/* PDP */
.product-page{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:clamp(36px,5vw,84px);padding:30px 34px var(--space-6)}.pdp-gallery{min-width:0}.pdp-main{background:#f7f8f8;border-radius:18px;overflow:hidden}.pdp-main img{display:block;width:100%;height:100%;object-fit:contain}.pdp-copy{padding:48px 0 56px;align-self:start}.pdp-copy h1{font-family:var(--serif);font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.04em;margin:0 0 18px;text-wrap:balance}.pdp-price{font-size:18px;margin-bottom:24px}.pdp-description{font-size:15px;line-height:1.85;color:#394748;max-width:590px}.pdp-collections{margin:22px 0 20px}.pdp-collections a{background:#fff}.stock{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#365253;margin:4px 0 22px}.stock:before{content:'';width:8px;height:8px;border-radius:50%;background:#5aa675;box-shadow:0 0 0 4px rgba(90,166,117,.12)}.buy-row{margin-top:0}.pdp-meta{margin-top:22px;display:grid;gap:8px;font-size:12px;color:#526061}.pdp-meta span{display:flex;align-items:center;gap:8px}.pdp-meta span:before{content:'✓';font-weight:700;color:var(--teal)}.thumbs{gap:10px;margin-top:12px}.thumb{border-radius:12px;overflow:hidden}.breadcrumbs{margin-bottom:20px;color:#596869}
.info-section{background:var(--pink);padding:var(--space-6) max(24px,calc((100vw - var(--max))/2 + 34px))}.info-grid{max-width:var(--max);margin:auto}.info-grid>h2{max-width:760px;margin-bottom:var(--space-4)}.order-info-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1100px}.order-info-card{background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.72);border-radius:18px;padding:24px 26px;min-height:150px}.order-info-icon{font-size:20px;display:block;margin-bottom:14px}.order-info-card h3{font-size:13px;margin:0 0 8px;font-weight:700}.order-info-card p{font-size:13px;line-height:1.7;color:#3e4a4b;margin:0}.recommend-section,.faq{max-width:var(--max);margin:auto;padding:var(--space-6) 34px}.faq{padding-top:var(--space-5);padding-bottom:var(--space-7)}.faq h2{font-size:clamp(34px,3.4vw,50px)}
/* Journey editorial */
.journey-hero{min-height:58svh;padding:var(--space-7) max(34px,calc((100vw - var(--max))/2 + 34px));background:var(--cream)}.journey-hero>div{max-width:980px}.journey-hero h1{font-size:clamp(58px,7vw,104px);line-height:.94;letter-spacing:-.045em;margin-bottom:30px}.journey-hero p:not(.eyebrow){font-size:17px;line-height:1.85;max-width:760px}.journey-editorial{max-width:var(--max);margin:auto;padding:var(--space-6) 34px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(40px,6vw,90px);align-items:center}.journey-editorial.alt{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)}.journey-editorial.alt .journey-visual{order:2}.journey-visual{min-height:560px;border-radius:var(--radius-card);overflow:hidden;background-image:var(--image),var(--fallback);background-size:cover;background-position:center;box-shadow:var(--shadow-soft)}.journey-copy{max-width:620px}.journey-number{font-family:var(--serif);font-size:22px;color:var(--teal);margin-bottom:22px}.journey-copy h2{font-family:var(--serif);font-size:clamp(36px,3.8vw,58px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px}.journey-copy p{font-size:16px;line-height:1.85;color:#405052;margin-bottom:24px}.journey-editorial:nth-of-type(even){background:linear-gradient(90deg,transparent,rgba(255,228,225,.22))}
/* Legal page: reading-first */
.legal-page{max-width:var(--reading);padding:var(--space-4) 24px var(--space-7)}.legal-page>p:first-child{font-size:17px;line-height:1.9;margin-bottom:var(--space-5)}.legal-page h2{font-size:25px;line-height:1.3;margin:42px 0 12px;letter-spacing:-.02em}.legal-page p{font-size:15.5px;line-height:1.85;color:#374546}
/* footer */
.footer-main{padding:58px max(24px,calc((100vw - var(--max))/2 + 34px));gap:var(--space-5)}.footer-main h3{font-size:30px;margin-bottom:12px}.footer-main p{max-width:590px;font-size:14px;line-height:1.75}.newsletter-form input{min-height:52px}.footer-utils{padding:25px max(24px,calc((100vw - var(--max))/2 + 34px));font-size:11px}
/* focus + reduced motion */
:focus-visible{outline:2px solid var(--teal);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:980px){
  body{font-size:14.5px}.hero-slider{min-height:620px}.hero-content h1{font-size:clamp(48px,13vw,76px)}.shipping-policy{padding:30px 24px}.content-section{padding:var(--space-5) 24px}.collection-section{padding:var(--space-5) 24px}.collection-duo{grid-template-columns:1fr}.collection-feature{min-height:520px}.product-page{grid-template-columns:1fr;gap:0;padding:20px 20px var(--space-5)}.pdp-copy{padding:34px 0 50px}.order-info-cards{grid-template-columns:1fr 1fr}.journey-editorial,.journey-editorial.alt{grid-template-columns:1fr;padding:var(--space-5) 24px;gap:var(--space-4)}.journey-editorial.alt .journey-visual{order:0}.journey-visual{min-height:52svh}.journey-copy{max-width:760px}.journey-hero{padding:var(--space-6) 24px;min-height:52svh}.footer-main{padding:48px 24px}
}
@media(max-width:560px){
  .hero-slider{min-height:570px}.hero-content h1{font-size:clamp(44px,14vw,64px)}.hero-content p{font-size:13.5px}.shipping-policy{padding:28px 18px}.shipping-policy h2{font-size:26px}.shipping-rules{font-size:13px}.content-section,.collection-section{padding:42px 18px}.section-head{margin-bottom:24px}.section-head h2{font-size:34px}.collection-feature{min-height:430px;border-radius:18px}.collection-feature-copy{left:22px;right:22px;bottom:22px}.collection-feature-copy h3{font-size:36px}.shop-top{padding-top:42px}.shop-top-inner{padding:0 18px}.shop-title{font-size:48px}.page-intro{font-size:14.5px}.collection-page-section{padding-top:22px;padding-bottom:64px}.collection-list-card{border-radius:18px}.collection-list-copy{padding:24px 22px 28px}.collection-detail-copy h1{font-size:50px}.product-page{padding-left:16px;padding-right:16px}.pdp-copy h1{font-size:38px}.pdp-description{font-size:14px}.order-info-cards{grid-template-columns:1fr}.info-section{padding:46px 18px}.order-info-card{min-height:auto;padding:22px}.recommend-section,.faq{padding-left:18px;padding-right:18px}.journey-hero{padding:54px 18px;min-height:48svh}.journey-hero h1{font-size:52px}.journey-hero p:not(.eyebrow){font-size:15px}.journey-editorial,.journey-editorial.alt{padding:42px 18px}.journey-visual{min-height:420px;border-radius:18px}.journey-copy h2{font-size:38px}.journey-copy p{font-size:14.5px}.legal-page{padding:20px 18px 70px}.legal-page>p:first-child{font-size:15.5px}.legal-page p{font-size:14.5px}.legal-page h2{font-size:22px}.footer-main{padding:44px 22px}.footer-utils{padding:24px 22px}
}
/* v4.2 mobile carousel correction: preserve browseable peek on narrow screens */
@media(max-width:980px){.product-carousel{grid-auto-columns:44vw;gap:14px}}
@media(max-width:560px){.product-carousel{grid-auto-columns:76vw;gap:12px}}

/* DXI v4.8.3: discoverable customer/staff sign-in on all storefront pages. */
.shop-account-link {font-size:12px;letter-spacing:.04em;font-weight:700;text-decoration:none;white-space:nowrap;}
.shop-account-link:hover {text-decoration:underline;text-underline-offset:4px;}
@media(max-width:570px){.shop-account-link{font-size:11px;letter-spacing:0;}}

/* v4.9.5: Carousel controls align to the product IMAGE, never to the entire section. */
.live-exclusive .carousel-wrap{--live-card-gap:14px;--live-control:38px;position:relative;}
.live-exclusive .product-carousel{grid-auto-columns:calc((100% - 3*var(--live-card-gap))/4);gap:var(--live-card-gap);align-items:start;}
.live-exclusive .product-carousel .product-card{min-width:0;width:100%;}
.live-exclusive .product-image{width:100%;aspect-ratio:1/1.08;border-radius:16px;display:block;overflow:hidden;position:relative;}
.live-exclusive .product-image img{display:block;width:100%;height:100%;object-fit:cover;}
.live-exclusive .carousel-button{width:var(--live-control);height:var(--live-control);top:var(--live-control-top,120px);transform:translateY(-50%);box-shadow:0 3px 12px rgba(15,45,38,.11);border:1px solid #dde5e4;z-index:3;}
.live-exclusive .carousel-button:hover{transform:translateY(-50%);}
.live-exclusive .carousel-button.prev{left:6px}.live-exclusive .carousel-button.next{right:6px}
.live-exclusive .quick-add{left:10px;right:10px;bottom:10px;width:calc(100% - 20px);max-width:none;box-sizing:border-box;min-height:43px;border-radius:11px;}
@media(min-width:981px){.live-exclusive .carousel-wrap:has(.product-card:nth-child(4):last-child) .carousel-button{display:none;}}
@media(max-width:980px){.live-exclusive .product-carousel{grid-auto-columns:44vw;}.live-exclusive .carousel-button.prev{left:3px}.live-exclusive .carousel-button.next{right:3px}}
@media(max-width:560px){.live-exclusive .product-carousel{grid-auto-columns:76vw;gap:12px;}.live-exclusive .carousel-button{width:34px;height:34px;}.live-exclusive .quick-add{opacity:1;transform:none;}}

/* v4.9.6: four-up Collection listing; adjust covers and typography to card width. */
@media (min-width: 1101px) {
  .collection-page-section .collections-grid {grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;}
}
@media (min-width: 641px) and (max-width: 1100px) {
  .collection-page-section .collections-grid {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;}
}
@media (max-width: 640px) {
  .collection-page-section .collections-grid {grid-template-columns: minmax(0, 1fr); gap: 18px;}
}
.collection-page-section .collection-list-card {min-width: 0; grid-template-rows: auto 1fr; align-content: start;}
.collection-page-section .collection-list-card > img,
.collection-page-section .collection-list-card > .collection-placeholder {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 4.35; max-height: none; min-height: 0; object-fit: cover;
}
.collection-page-section .collection-list-card > .collection-placeholder {display:grid;place-items:center;}
.collection-page-section .collection-list-copy {padding: 20px 19px 24px; min-width:0;}
.collection-page-section .collection-list-copy h2 {font-size: clamp(23px, 2.2vw, 32px); line-height: 1.12; overflow-wrap: anywhere; margin-bottom: 10px;}
.collection-page-section .collection-list-copy p {font-size: 13px; line-height: 1.6;}
.collection-page-section .collection-list-copy span {margin-top: 10px;}
@media (max-width: 640px) {
  .collection-page-section .collection-list-copy {padding: 23px 22px 26px;}
  .collection-page-section .collection-list-copy h2 {font-size: 31px;}
}

/* Secure checkout: destination selector, consistent with store aesthetics. */
.checkout-country-label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;margin:12px 0 5px}.checkout-country-label select{width:100%;padding:12px;border:1px solid #d5dedb;border-radius:8px;background:#fff;color:#203734;font:inherit}

/* DXI 4.9.8 — contrast-first homepage and readable navigation. */
:root{--dxi-header-ink:#163a39;--dxi-header-paper:#fffaf7}
.site-header{padding-inline:clamp(18px,3vw,52px)}
.home-header,.home-header.scrolled{
  position:sticky;top:0;left:auto;right:auto;
  background:rgba(255,250,247,.98);color:var(--dxi-header-ink);
  border-bottom:1px solid #e7e9e5;box-shadow:0 4px 20px rgba(15,44,46,.035);
  backdrop-filter:blur(14px);
}
.brand{font-size:clamp(19px,1.65vw,25px);line-height:1.2}
.desktop-nav{gap:clamp(14px,1.8vw,32px)}
.desktop-nav a{font-size:clamp(13.5px,.96vw,16px);font-weight:600;letter-spacing:.005em;white-space:nowrap}
.shop-account-link{font-size:14px;font-weight:600;letter-spacing:0}
.header-actions{gap:6px}
.icon-button{min-width:44px;height:44px}
.icon-button svg{width:21px;height:21px}
.home-header:not(.scrolled) .cart-count{background:var(--dxi-header-ink);color:#fff}
.home-header .icon-button:hover{background:rgba(21,97,107,.09)}
/* Background photographs can be pale, blocked, or unavailable. Every slide stays legible. */
.hero-slider{background:#173d43;min-height:min(720px,76svh);height:clamp(570px,69svh,780px)}
.hero-slide{background:#173d43}
.hero-slide::before{
  background-image:linear-gradient(105deg,rgba(7,32,37,.90) 0%,rgba(9,47,53,.72) 53%,rgba(8,38,43,.66) 100%),var(--bg),linear-gradient(128deg,#153e46,#46767a 62%,#294e53);
  background-position:center;background-size:cover;
}
.hero-content{color:#fff;padding-top:65px;padding-bottom:78px}
.hero-content h1{text-shadow:0 3px 24px rgba(0,0,0,.3)}
.hero-content p{color:#f4faf8;text-shadow:0 2px 12px rgba(0,0,0,.3);font-weight:500}
.hero-content .primary{background:#fffaf3;color:#163638;border:1px solid rgba(255,255,255,.8);font-weight:700}
.hero-content .primary:hover{background:#fae6d9;color:#142f35}
.hero-arrow,.hero-dot{color:#fff}
.hero-dot{width:10px;height:10px}
.section-head h2{line-height:1.14}
.site-header a:focus-visible,.hero-content a:focus-visible{outline:3px solid #e0a496;outline-offset:5px}
@media(max-width:1180px) and (min-width:981px){.desktop-nav{gap:13px}.desktop-nav a{font-size:13px}.site-header{padding-inline:20px}.header-actions{gap:1px}.brand{font-size:20px}}
@media(max-width:980px){
  .site-header,.home-header,.home-header.scrolled{height:68px;grid-template-columns:1fr auto;padding-inline:18px}
  .hero-slider{height:71svh;min-height:550px}
  .hero-content{padding:64px 32px 78px}
  .brand{font-size:20px}
  .shop-account-link{font-size:13px}
}
@media(max-width:560px){
  .site-header,.home-header,.home-header.scrolled{height:64px;padding-inline:12px}
  .brand{font-size:17px}
  .header-actions{gap:0}
  .icon-button{min-width:34px;padding:0 5px}
  .shop-account-link{font-size:12px}
  .hero-slider{height:68svh;min-height:520px}
  .hero-content{padding:50px 26px 70px}
  .hero-content h1{font-size:clamp(41px,11.5vw,60px)}
  .hero-content p{font-size:14px;line-height:1.7}
}

/* Checkout: distinct receipt, with status that comes ONLY from verified server data. */
body.checkout-result-page{background:#faf8f6;color:#193634;min-height:100svh}
.receipt-top{height:82px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:0 clamp(20px,5vw,78px);border-bottom:1px solid #e8e4df;background:#fffdfb}
.receipt-top .brand{font-size:clamp(20px,2vw,27px)}
.receipt-top a:last-child{font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:5px}
.receipt-main{max-width:1040px;margin:auto;padding:clamp(46px,7vw,92px) 20px 100px}
.receipt-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}
.receipt-panel{background:#fff;border:1px solid #e7e7e2;border-radius:25px;padding:clamp(26px,5vw,62px);box-shadow:0 22px 50px rgba(21,57,53,.055)}
.receipt-eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;color:#51716c;margin-bottom:22px}
.receipt-icon{display:grid;place-items:center;width:68px;height:68px;margin-bottom:25px;background:#e8f5ed;color:#1f6b50;border-radius:50%;font-size:33px;font-weight:700}
.receipt-icon[data-state="checking"]{background:#f0f3f2;color:#40615b;font-size:30px}
.receipt-icon[data-state="error"]{background:#fff1ed;color:#a04837}
.receipt-panel h1{font-family:var(--serif);font-size:clamp(35px,4vw,57px);line-height:1.13;letter-spacing:-.04em;margin:0 0 18px}
.receipt-message{font-size:15px;line-height:1.8;color:#53625e;max-width:630px;margin:0 0 26px}
.receipt-detail{border-top:1px solid #eaece8;padding:20px 0;display:grid;grid-template-columns:140px 1fr;gap:12px;font-size:13px}
.receipt-detail span:first-child{color:#6e7773}
.receipt-detail strong{overflow-wrap:anywhere;font-weight:600;color:#203d39}
.receipt-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.receipt-actions a,.receipt-actions button{min-height:48px;border-radius:99px;padding:0 22px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.receipt-actions .receipt-primary{border:1px solid #153e3c;background:#153e3c;color:white}
.receipt-actions .receipt-secondary{border:1px solid #b6c6c2;background:#fff;color:#153e3c}
.receipt-side{background:#f1e7e4;border-radius:23px;padding:32px 27px;color:#254a47}
.receipt-side .receipt-eyebrow{color:#45635d}
.receipt-side h2{font-family:var(--serif);font-size:28px;line-height:1.17;margin:0 0 19px}
.receipt-side p{font-size:13px;line-height:1.85;margin:0 0 17px}
.receipt-side .receipt-test-pill{display:inline-flex;border:1px solid #bdcfc9;border-radius:99px;background:#fffaf8;font-size:11px;padding:7px 12px;font-weight:700;margin-bottom:22px}
.receipt-feedback{font-size:12px;color:#61736e;margin-top:15px;min-height:20px}
@media(max-width:780px){.receipt-shell{grid-template-columns:1fr}.receipt-side{padding:26px}.receipt-main{padding-top:40px}.receipt-top{height:70px}.receipt-panel{border-radius:19px}}
@media(max-width:480px){.receipt-panel{padding:28px 23px}.receipt-detail{grid-template-columns:1fr;gap:4px}.receipt-actions a,.receipt-actions button{width:100%}}

.receipt-actions [hidden]{display:none!important}

/* v4.9.10: restore the ORIGINAL hero image color grading from v4.9.5.
   Only the hero imagery/button are reverted; high-contrast navigation stays. */
.hero-slider{background:#aaa;}
.hero-slide{background:transparent;}
.hero-slide::before{
  background-image:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.04) 52%,rgba(0,0,0,.06)),var(--bg),var(--fallback);
  background-size:cover;background-position:center;filter:none;
}
.hero-content{color:#fff;}
.hero-content h1{text-shadow:0 2px 22px rgba(0,0,0,.12);}
.hero-content p{color:#fff;text-shadow:0 1px 16px rgba(0,0,0,.18);font-weight:400;}
.hero-content .primary{background:#3d2500;color:var(--cream);border:0;font-weight:600;}
.hero-content .primary:hover{background:#804c00;color:#fff;}

/* v4.9.11: stable bag-counter contrast at every scroll state and viewport. */
.site-header .bag-button{position:relative;isolation:isolate;padding-right:16px;gap:0;overflow:visible;flex-shrink:0;min-width:50px;}
.site-header .bag-button .cart-count,.home-header:not(.scrolled) .bag-button .cart-count{position:absolute;top:-2px;right:-4px;min-width:23px;height:23px;padding:0 5px;border:2px solid #fff;z-index:2;display:flex;align-items:center;justify-content:center;background:#173e37;color:#fff;font-family:Arial,sans-serif;font-size:11px;font-weight:800;line-height:1;letter-spacing:0;box-shadow:0 1px 3px rgba(0,0,0,.18);font-variant-numeric:tabular-nums;}
.home-header:not(.scrolled) .bag-button .cart-count{border-color:#fff;}
.cart-checkout-message{font-size:12px;color:#a23b31;background:#fff5f2;border:1px solid #efc7c1;border-radius:9px;padding:10px 12px;line-height:1.5;margin:8px 0;}
.cart-checkout-message[hidden],#cart-split-checkout[hidden]{display:none!important}
#cart-split-checkout{display:grid;gap:9px;margin:10px 0;}#cart-split-checkout button{width:100%;border:1px solid #25483e;border-radius:9px;padding:12px 10px;background:#fff;color:#25483e;cursor:pointer;font-weight:700;font-size:13px}#cart-split-checkout button:hover{background:#eaf2ed}

/* 4.9.12: returns information is visible before entering payment details. */
.cart-return-notice,.pdp-return-notice{font-size:12px;line-height:1.55;color:#354846;background:#f4f8f5;border:1px solid #dce9e3;border-radius:10px;padding:11px 13px;margin:10px 0 14px;}
.cart-return-notice a,.pdp-return-notice a,.returns-policy a,.receipt-policy-link a{color:#174f4b;text-decoration:underline;text-underline-offset:3px;}
.cart-return-notice a:focus-visible,.pdp-return-notice a:focus-visible,.returns-policy a:focus-visible{outline:2px solid #174f4b;outline-offset:3px;}
.pdp-return-notice{font-size:13px;margin:14px 0 5px;}
.returns-policy .policy-lead{border-left:4px solid #315b53;padding:16px 20px;background:#f3f7f5;margin:10px 0 30px;}
.returns-policy .policy-rights{padding:14px 16px;border:1px solid #e5eae7;border-radius:10px;margin-top:38px;}
.receipt-policy-link{font-size:12px;line-height:1.6;color:#526061;margin:18px 0 0;}
@media(max-width:560px){.cart-return-notice{font-size:11.5px;padding:10px 11px}.pdp-return-notice{font-size:12px}}

/* Production navigation: restore the soft frosted-glass menu bar. Hero photography is unchanged. */
.site-header,.home-header,.home-header.scrolled {
  background:rgba(255,247,244,.72);
  border-bottom:1px solid rgba(255,255,255,.55);
  -webkit-backdrop-filter:blur(25px) saturate(1.25);
  backdrop-filter:blur(25px) saturate(1.25);
  box-shadow:0 7px 28px rgba(64,43,39,.055);
}
.mobile-nav {
  background:rgba(255,245,241,.79);
  -webkit-backdrop-filter:blur(32px) saturate(1.16);
  backdrop-filter:blur(32px) saturate(1.16);
  border-right:1px solid rgba(255,255,255,.67);
  box-shadow:16px 0 50px rgba(75,53,48,.09);
}
.site-header .bag-button .cart-count,.home-header:not(.scrolled) .bag-button .cart-count {background:#173e37;color:#fff;border-color:#fff;isolation:isolate;}
#cart-guest-checkout[hidden] {display:none!important;}
#cart-guest-checkout {padding:10px 4px;border:0;background:transparent;color:#20483b;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-weight:600;font-size:12px;}
#cart-split-checkout button:disabled {opacity:.55;cursor:not-allowed;}

/* v5.1.3 — collection product cards: intentional one/two-item layout and
   an accessible standalone quick-add action below the picture and price. */
.product-visual{position:relative;min-width:0}
.product-visual>.product-image{width:100%}
.product-visual:hover>.quick-add,.product-card:focus-within .product-visual>.quick-add{transform:none;opacity:1}
.collection-products-section .products-grid{align-items:start}
.collection-products-section .products-grid.collection-products-single{
  display:grid;
  grid-template-columns:minmax(0,340px);
  justify-content:center;
}
.collection-products-section .products-grid.collection-products-pair{
  grid-template-columns:repeat(2,minmax(0,340px));
  justify-content:center;
  column-gap:clamp(16px,2.4vw,32px);
}
.collection-product-card{width:100%;max-width:100%;min-width:0;align-self:start}
.collection-product-card .product-visual{border-radius:16px;overflow:hidden}
.collection-product-card .product-image{display:block;aspect-ratio:1 / 1.08;border-radius:16px}
.collection-product-card .product-meta{padding:13px 3px 2px}
.collection-product-card .product-meta h3{font-size:14px;line-height:1.48;margin-bottom:7px}
.collection-product-card .quick-add,
.collection-products-section .collection-product-card .quick-add{
  position:static;left:auto;right:auto;bottom:auto;
  width:100%;max-width:none;min-height:44px;
  display:flex;align-items:center;justify-content:center;
  margin-top:15px;padding:0 16px;
  transform:none;opacity:1;border-radius:12px;
  font-size:13px;font-weight:650;letter-spacing:.012em;
  box-shadow:none;
}
.collection-product-card .quick-add:disabled{cursor:not-allowed;opacity:.55}
.collection-product-card .product-image:focus-visible,
.collection-product-card .quick-add:focus-visible{outline:3px solid #15616b;outline-offset:4px}
@media(max-width:560px){
  .collection-products-section .products-grid.collection-products-single{
    grid-template-columns:minmax(0,min(100%,340px));
  }
  .collection-products-section .products-grid.collection-products-pair{
    grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;
  }
  .collection-product-card .product-meta h3{font-size:12.5px}
  .collection-product-card .quick-add{min-height:43px;padding:0 9px;font-size:12px;margin-top:11px}
}
