
:root{
  --ink:#151411;--soft-ink:#29251f;--muted:#6d675f;--line:#e8e1d8;--paper:#fffdf8;--bg:#f5f2ea;--wash:#eef0e8;--cream:#f7efe3;--sage:#dfe6d7;--moss:#7b856c;--clay:#a06d51;--gold:#ffcd2f;--plum:#6b4350;--shadow:0 20px 55px rgba(27,23,16,.12);--r:18px;--max:1380px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.top-promos{height:30px;background:#111;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;text-align:center;font-size:13px;text-decoration:underline}.top-promos a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 14px}.header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);box-shadow:0 2px 18px rgba(0,0,0,.08)}.nav{height:54px;max-width:var(--max);margin:auto;display:grid;grid-template-columns:260px 1fr 190px;align-items:center;padding:0 28px;gap:18px}.brand-left{display:flex;align-items:center;gap:14px}.hamburger{border:0;background:transparent;padding:8px;cursor:pointer;display:flex;align-items:center}.hamburger i,.hamburger i:before,.hamburger i:after{display:block;width:22px;height:1.5px;background:#292521;content:""}.hamburger i:before{transform:translateY(-7px)}.hamburger i:after{transform:translateY(5.5px)}.logo img{height:34px;width:auto}.main-links{display:flex;justify-content:center;align-items:center;gap:42px;font-size:14px;letter-spacing:.08em}.nav-item{position:relative;height:54px;display:flex;align-items:center}.nav-link{border:0;background:transparent;display:flex;align-items:center;gap:6px;cursor:pointer;letter-spacing:.08em}.nav-link:after{content:'⌄';font-size:12px;transform:translateY(-1px)}.nav-link.no-caret:after{content:''}.mega{position:absolute;top:54px;left:50%;transform:translateX(-50%) translateY(8px);min-width:360px;background:#fff;box-shadow:0 22px 35px rgba(0,0,0,.22);padding:24px 34px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:60}.nav-item:hover .mega,.nav-item:focus-within .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mega a{display:block;font-size:17px;line-height:1.9;letter-spacing:0;color:#28231f}.mega small{display:block;color:var(--muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.16em}.nav-icons{display:flex;justify-content:flex-end;align-items:center;gap:18px}.icon-btn{border:0;background:transparent;cursor:pointer;padding:7px;display:inline-flex;align-items:center;gap:4px}.icon{width:23px;height:23px;display:inline-block;stroke:currentColor;fill:none;stroke-width:1.7}.cart-count{font-size:12px;background:var(--gold);border-radius:50%;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-left:-7px;margin-top:-12px}.mobile-logo{display:none}.hero-slider{position:relative;background:#ddd;min-height:650px;height:calc(100vh - 84px);overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58) 72%,rgba(0,0,0,.72))}.hero-copy{position:absolute;z-index:3;left:50%;bottom:88px;transform:translateX(-50%);width:min(900px,92vw);text-align:center;color:#fff}.hero-copy .kicker{font-size:16px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:10px}.hero-copy h1{font-size:72px;line-height:.95;letter-spacing:.02em;font-weight:600;margin:0 0 18px;text-transform:uppercase}.hero-copy p{font-size:19px;line-height:1.55;margin:0 auto 28px;max-width:720px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#fff;border:0;border-radius:999px;padding:19px 58px;font-weight:900;font-size:26px;box-shadow:0 10px 25px rgba(0,0,0,.2);text-transform:uppercase}.hero-dots{position:absolute;z-index:5;left:0;right:0;bottom:24px;display:flex;gap:13px;justify-content:center}.hero-dot{width:8px;height:8px;border-radius:50%;border:0;background:#aaa;cursor:pointer;padding:0}.hero-dot.is-active{background:#fff}.section{max-width:var(--max);margin:78px auto;padding:0 24px}.section-title{text-align:center;margin-bottom:28px}.section-title h2{margin:0;font-size:26px;line-height:1.1;font-weight:700}.section-title p{margin:6px 0 0;color:#26211d}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cat-card{background:#fff;position:relative;overflow:hidden;min-height:410px;border:1px solid #eee}.cat-card img{height:350px;width:100%;object-fit:cover;transition:.35s}.cat-card:hover img{transform:scale(1.04)}.cat-title{height:60px;display:flex;align-items:center;justify-content:center;font-weight:700}.cat-arrow{position:absolute;right:28px;bottom:76px;width:58px;height:58px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;box-shadow:0 5px 14px rgba(0,0,0,.12)}.launch-grid{display:grid;grid-template-columns:1.05fr 1fr 1.05fr;gap:18px}.story-banner{margin:85px auto;max-width:950px;min-height:310px;position:relative;overflow:hidden}.story-banner img{height:310px;width:100%;object-fit:cover}.story-banner:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.24)}.story-banner .story-text{position:absolute;inset:0;z-index:2;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.story-text h2{font-family:Georgia,serif;font-size:112px;line-height:.8;margin:0 0 20px;font-weight:500}.story-text p{font-size:28px;margin:0 0 24px}.story-text b{font-size:36px;letter-spacing:.04em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid #e8e8e8;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}.product-card:hover{box-shadow:var(--shadow)}.pc-img{position:relative;aspect-ratio:1/1;background:#f3eee5;overflow:hidden}.pc-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.3s}.pc-img img+img{opacity:0}.product-card:hover .pc-img img:first-child{opacity:0}.product-card:hover .pc-img img+img{opacity:1}.badge{position:absolute;right:7px;top:7px;background:#111;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;z-index:2;text-transform:uppercase}.discount{position:absolute;right:0;bottom:72px;background:var(--gold);font-size:13px;font-weight:900;padding:8px 9px}.pc-body{padding:14px 12px 16px;display:flex;flex-direction:column;gap:10px;flex:1}.pc-body h3{font-size:16px;line-height:1.28;margin:0;font-weight:600;min-height:42px}.price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price b{font-size:16px}.price s{color:#888;font-size:12px}.stars{font-size:13px;color:#333}.stars i{color:#f5a600;font-style:normal}.add{margin-top:auto;border:0;background:#242321;color:#fff;border-radius:999px;padding:12px;font-size:12px;font-weight:900;cursor:pointer;text-transform:uppercase}.promise{background:#fff;padding:70px 24px}.promise-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1px 1fr;gap:70px;align-items:center}.promise-line{background:#777;height:420px}.promise-copy{text-align:center}.promise-copy h2,.standard h2{font-size:40px;letter-spacing:.18em;margin:0 0 70px;text-transform:uppercase}.promise-copy p{font-size:28px;line-height:1.32;margin:0 0 24px}.standard{text-align:center}.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px 46px}.standard-item svg{width:58px;height:58px;stroke:#111;fill:none;stroke-width:1.5;margin:auto auto 18px;display:block}.standard-item b{font-size:22px;line-height:1.05;font-weight:500;display:block}.newsletter{background:var(--wash);padding:80px 24px 55px;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;left:-10%;top:-60px;width:120%;height:120px;background:rgba(255,255,255,.78);border-radius:0 0 50% 50%;transform:rotate(4deg)}.newsletter-inner{max-width:950px;margin:auto;text-align:center;position:relative}.newsletter h2{font-size:28px;margin:0 0 8px}.email-box{margin:18px auto 55px;width:min(320px,90%);height:48px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);display:flex;align-items:center}.email-box input{flex:1;height:100%;border:0;padding:0 18px;background:transparent}.email-box button{width:54px;height:100%;border:0;background:transparent;cursor:pointer}.footer-links{max-width:980px;margin:0 auto 70px;display:grid;grid-template-columns:repeat(4,1fr);text-align:left;gap:52px}.footer-links h4{margin:0 0 16px}.footer-links a{display:block;line-height:1.9}.footer-logo img{width:250px;margin:0 auto}.footer-bottom{max-width:980px;margin:60px auto 0;display:flex;justify-content:space-between;font-size:13px}.socials{display:flex;gap:18px}.drawer-shell{position:fixed;inset:0;z-index:100;pointer-events:none}.drawer-bg{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:.24s}.side-drawer,.search-drawer,.cart-panel{position:absolute;top:0;height:100%;background:#fff;transition:.28s ease;box-shadow:20px 0 50px rgba(0,0,0,.18);overflow:auto}.side-drawer{left:0;width:min(410px,92vw);transform:translateX(-105%);padding:22px}.search-drawer{left:0;width:min(430px,94vw);transform:translateX(-105%);padding:18px 12px}.cart-panel{right:0;width:min(440px,92vw);transform:translateX(105%);padding:22px;background:var(--paper);box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column}.menu-open .menu-shell,.search-open .search-shell,.cart-open .cart-shell{pointer-events:auto}.menu-open .menu-shell .drawer-bg,.search-open .search-shell .drawer-bg,.cart-open .cart-shell .drawer-bg{opacity:1}.menu-open .side-drawer,.search-open .search-drawer,.cart-open .cart-panel{transform:none}.x{border:0;background:transparent;font-size:28px;cursor:pointer}.range-title{font-size:26px;margin:38px 0 28px}.drawer-tabs{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;font-size:13px;text-decoration:underline;margin-bottom:28px}.drawer-range{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center;font-size:12px;margin-bottom:30px}.drawer-range img{aspect-ratio:1/1;object-fit:cover;margin-bottom:8px}.drawer-dots{display:flex;justify-content:center;gap:14px;margin:6px 0 34px}.drawer-dots i{width:6px;height:6px;border-radius:50%;background:#bdbdbd}.drawer-menu a,.drawer-menu button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 10px;border:0;border-bottom:1px solid transparent;background:transparent;text-align:left;cursor:pointer}.drawer-menu a:hover,.drawer-menu button:hover{background:#f7f4ef}.search-box{height:56px;border:2px solid #3067ff;border-radius:8px;display:flex;align-items:center;padding:0 12px;margin:10px 0 28px}.search-box input{flex:1;border:0;outline:0;height:100%;text-transform:uppercase}.search-drawer h3{font-size:22px;margin:26px 0}.search-list{display:grid;gap:22px;text-transform:uppercase;font-size:13px}.search-rule{height:1px;background:#ddd;margin:30px 0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:82px;height:82px;border-radius:6px;object-fit:cover}.cart-line strong{display:block;font-size:14px;line-height:1.35}.cart-line span{display:block;font-size:12px;color:var(--muted);margin:5px 0}.qty button{width:26px;height:26px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer}.qty b{margin:0 8px}.cart-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:16px}.ship-bar{height:8px;background:#eadfd4;border-radius:99px;overflow:hidden;margin:10px 0}.ship-bar i{display:block;height:100%;width:0;background:var(--moss)}.subtotal{display:flex;justify-content:space-between;font-weight:800;font-size:18px;margin:14px 0}.checkout{display:block;text-align:center;background:var(--ink);color:#fff;border-radius:999px;padding:15px;font-weight:800}.mini-note{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}.float-help{position:fixed;right:24px;bottom:26px;z-index:40;width:52px;height:52px;border-radius:50%;background:#20b45b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.2)}.collection-banner{height:390px;position:relative;overflow:hidden;background:#ddd}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.12))}.collection-banner-text{position:absolute;z-index:2;left:8%;top:50%;transform:translateY(-50%);color:#fff}.collection-banner-text h1{font-size:72px;line-height:.9;margin:0 0 14px;font-family:Georgia,serif;font-weight:500}.collection-banner-text p{font-size:20px;max-width:560px;line-height:1.55}.shop-layout{max-width:var(--max);margin:32px auto 80px;padding:0 24px;display:grid;grid-template-columns:250px 1fr;gap:30px}.toolbar{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:18px}.toolbar-actions{display:flex;align-items:center;gap:12px}.select{border:1px solid #ddd;background:#fff;padding:10px 14px}.filter-panel{background:#fff;border:1px solid #e8e8e8;padding:20px;height:max-content;position:sticky;top:86px}.filter-block{border-top:1px solid #e8e8e8;padding:18px 0}.filter-block b{display:block;margin-bottom:10px}.check{display:block;color:#4d4a45;margin:10px 0}.check input{margin-right:9px}.mobile-filter-btn{display:none;border:1px solid #ddd;background:#fff;padding:10px 14px}.product-page{max-width:var(--max);margin:54px auto 90px;padding:0 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:44px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gallery img{background:#f3eee5;border:1px solid #e8e8e8}.product-info{position:sticky;top:94px;height:max-content}.product-info h1{font-size:42px;line-height:1.08;margin:10px 0 14px}.pdesc{color:var(--muted);line-height:1.7}.option-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 24px}.pill{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 13px}.full-add{width:100%;padding:15px;border:0;border-radius:999px;background:#222;color:#fff;font-weight:900}.accordion{margin-top:24px;border-top:1px solid #ddd}.acc{padding:18px 0;border-bottom:1px solid #ddd}.acc p{color:var(--muted);line-height:1.6}.filter-panel-mobile{display:none}.no-scroll{overflow:hidden}
@media(max-width:1050px){.nav{grid-template-columns:210px 1fr 150px}.main-links{gap:22px}.hero-copy h1{font-size:54px}.category-row,.product-grid{grid-template-columns:repeat(2,1fr)}.launch-grid{grid-template-columns:1fr 1fr}.promise-inner{grid-template-columns:1fr;gap:35px}.promise-line{display:none}.promise-copy h2,.standard h2{margin-bottom:32px}.promise-copy p{font-size:21px}.footer-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.top-promos{grid-template-columns:1fr;height:32px}.top-promos a:nth-child(n+2){display:none}.nav{height:58px;grid-template-columns:48px 1fr 96px;padding:0 14px}.brand-left .logo{display:none}.mobile-logo{display:block;justify-self:center}.mobile-logo img{height:32px;margin:auto}.main-links{display:none}.nav-icons{gap:8px}.nav-icons .account{display:none}.hero-slider{height:560px;min-height:520px}.hero-copy{bottom:60px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-btn{font-size:18px;padding:15px 34px}.section{margin:54px auto;padding:0 12px}.category-row,.product-grid,.launch-grid{grid-template-columns:1fr}.cat-card{min-height:320px}.cat-card img{height:270px}.story-text h2{font-size:64px}.story-text p{font-size:22px}.story-text b{font-size:26px}.standard-grid{grid-template-columns:repeat(2,1fr);gap:36px 22px}.promise{padding:52px 12px}.promise-copy h2,.standard h2{font-size:25px}.footer-links{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{display:block;text-align:center}.socials{justify-content:center;margin-bottom:20px}.collection-banner{height:320px}.collection-banner-text{left:24px;right:24px}.collection-banner-text h1{font-size:46px}.shop-layout{display:block;padding:0 12px}.filter-panel{display:none}.mobile-filter-btn{display:inline-block}.toolbar{gap:12px}.product-page{display:block;padding:0 12px}.gallery{grid-template-columns:1fr}.product-info{position:static;margin-top:26px}.filter-panel-mobile{display:block;position:fixed;inset:0 0 0 auto;width:min(360px,90vw);background:#fff;z-index:120;padding:22px;transform:translateX(105%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.15);overflow:auto}.filter-open .filter-panel-mobile{transform:none}.filter-open .filter-shell{pointer-events:auto}.filter-shell{position:fixed;inset:0;z-index:110;pointer-events:none}.filter-shell .drawer-bg{opacity:0}.filter-open .filter-shell .drawer-bg{opacity:1}.float-help{right:14px;bottom:18px}}
@media(max-width:460px){.logo img{height:28px}.nav-icons{font-size:0}.hero-copy h1{font-size:36px}.section-title h2{font-size:23px}.footer-links{grid-template-columns:1fr}.standard-grid{grid-template-columns:1fr}.drawer-range{grid-template-columns:repeat(2,1fr)}.collection-banner-text h1{font-size:38px}.pc-body h3{min-height:0}}

/* ===== Cozeline V3 refinements ===== */
.nav-link.no-caret::after{display:none!important}.top-promos a{letter-spacing:.02em}.refined-hero .hero-copy{max-width:780px}.refined-hero .hero-copy h1{letter-spacing:.015em}.editorial-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f3f0e7;padding:42px 48px;border-radius:2px}.editorial-strip h2{font-size:30px;margin:0 0 10px}.editorial-strip p{max-width:740px;line-height:1.65;color:var(--muted);margin:0}.editorial-strip a{background:#262320;color:#fff;text-decoration:none;border-radius:999px;padding:14px 28px;white-space:nowrap}.card-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 2px;color:#756d61;font-size:13px}.card-meta-row span{border:1px solid #e3dbcf;border-radius:999px;padding:4px 9px;background:#fbfaf7}.swatches{display:flex;gap:7px;margin:8px 0}.swatches i{width:15px;height:15px;border-radius:50%;background:var(--sw);border:1px solid rgba(0,0,0,.12);display:inline-block}.product-swatches i{width:24px;height:24px}.card-tags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}.card-tags span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#eee8dd;color:#514a42;padding:5px 7px;border-radius:2px}.quick-note{font-size:12px;color:#8a8175;margin:6px 0 9px}.filter-note{background:#f5f1e8;padding:14px;margin-top:20px;display:grid;gap:5px;color:#6d655b}.collection-intro{max-width:1240px;margin:42px auto 24px;padding:0 20px;display:flex;justify-content:space-between;align-items:end;gap:20px}.collection-intro h2{font-size:32px;margin:0 0 8px}.collection-intro p{margin:0;color:var(--muted);line-height:1.55;max-width:760px}.collection-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.collection-chips a{border:1px solid #e3dbcf;border-radius:999px;padding:8px 13px;background:#fff;color:#554d43;text-decoration:none;font-size:13px}.breadcrumb{font-size:12px;color:#8a8175;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px}.bundle-box{background:#f3f0e7;border-left:3px solid #6f5a48;padding:14px 16px;display:grid;gap:4px;margin:18px 0}.bundle-box b{font-size:15px}.bundle-box span{color:#6f675d;font-size:14px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.product-trust span{font-size:12px;border:1px solid #e4ded2;background:#fff;padding:9px;text-align:center;color:#5f574c}.product-deep-dive{margin-top:50px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-card{background:#f7f5ef;padding:24px}.detail-card h3{margin:0 0 10px;font-size:20px}.detail-card p{margin:0;line-height:1.6;color:var(--muted)}.product-recs{margin-top:35px}.shopify-mini-row{font-size:12px;color:#5d554c;text-align:center;background:#f3f0e7;padding:9px;margin-bottom:12px}.cart-line small{display:block;color:#8a8175;font-size:11px;margin-top:4px}.checkout{letter-spacing:.04em}.mini-note b{font-weight:600}.badge{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-text h2{font-family:Georgia,serif}.standard-item svg{stroke-width:2.6}.pc-body h3 a{text-decoration:none;color:inherit}.apply-filter{width:100%;border:0;background:#252321;color:#fff;padding:14px;margin-top:16px;text-transform:uppercase;font-weight:700}@media(max-width:760px){.editorial-strip{display:block;padding:30px 24px}.editorial-strip h2{font-size:24px}.editorial-strip a{display:inline-block;margin-top:20px}.collection-intro{display:block;margin-top:28px}.detail-grid,.product-trust{grid-template-columns:1fr}.collection-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.collection-chips a{white-space:nowrap}.refined-hero .hero-copy{bottom:72px}.refined-hero .hero-copy h1{font-size:37px}.refined-hero .hero-copy p{font-size:15px}.badge{max-width:72%}}

/* ===== Cozeline V3 refinements ===== */
.nav-link.no-caret::after{display:none!important}.top-promos a{letter-spacing:.02em}.refined-hero .hero-copy{max-width:780px}.refined-hero .hero-copy h1{letter-spacing:.015em}.editorial-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f3f0e7;padding:42px 48px;border-radius:2px}.editorial-strip h2{font-size:30px;margin:0 0 10px}.editorial-strip p{max-width:740px;line-height:1.65;color:var(--muted);margin:0}.editorial-strip a{background:#262320;color:#fff;text-decoration:none;border-radius:999px;padding:14px 28px;white-space:nowrap}.card-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 2px;color:#756d61;font-size:13px}.card-meta-row span{border:1px solid #e3dbcf;border-radius:999px;padding:4px 9px;background:#fbfaf7}.swatches{display:flex;gap:7px;margin:8px 0}.swatches i{width:15px;height:15px;border-radius:50%;background:var(--sw);border:1px solid rgba(0,0,0,.12);display:inline-block}.product-swatches i{width:24px;height:24px}.card-tags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}.card-tags span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#eee8dd;color:#514a42;padding:5px 7px;border-radius:2px}.quick-note{font-size:12px;color:#8a8175;margin:6px 0 9px}.filter-note{background:#f5f1e8;padding:14px;margin-top:20px;display:grid;gap:5px;color:#6d655b}.collection-intro{max-width:1240px;margin:42px auto 24px;padding:0 20px;display:flex;justify-content:space-between;align-items:end;gap:20px}.collection-intro h2{font-size:32px;margin:0 0 8px}.collection-intro p{margin:0;color:var(--muted);line-height:1.55;max-width:760px}.collection-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.collection-chips a{border:1px solid #e3dbcf;border-radius:999px;padding:8px 13px;background:#fff;color:#554d43;text-decoration:none;font-size:13px}.breadcrumb{font-size:12px;color:#8a8175;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px}.bundle-box{background:#f3f0e7;border-left:3px solid #6f5a48;padding:14px 16px;display:grid;gap:4px;margin:18px 0}.bundle-box b{font-size:15px}.bundle-box span{color:#6f675d;font-size:14px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.product-trust span{font-size:12px;border:1px solid #e4ded2;background:#fff;padding:9px;text-align:center;color:#5f574c}.product-deep-dive{margin-top:50px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-card{background:#f7f5ef;padding:24px}.detail-card h3{margin:0 0 10px;font-size:20px}.detail-card p{margin:0;line-height:1.6;color:var(--muted)}.product-recs{margin-top:35px}.shopify-mini-row{font-size:12px;color:#5d554c;text-align:center;background:#f3f0e7;padding:9px;margin-bottom:12px}.cart-line small{display:block;color:#8a8175;font-size:11px;margin-top:4px}.checkout{letter-spacing:.04em}.mini-note b{font-weight:600}.badge{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-text h2{font-family:Georgia,serif}.standard-item svg{stroke-width:2.6}.pc-body h3 a{text-decoration:none;color:inherit}.apply-filter{width:100%;border:0;background:#252321;color:#fff;padding:14px;margin-top:16px;text-transform:uppercase;font-weight:700}@media(max-width:760px){.editorial-strip{display:block;padding:30px 24px}.editorial-strip h2{font-size:24px}.editorial-strip a{display:inline-block;margin-top:20px}.collection-intro{display:block;margin-top:28px}.detail-grid,.product-trust{grid-template-columns:1fr}.collection-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.collection-chips a{white-space:nowrap}.refined-hero .hero-copy{bottom:72px}.refined-hero .hero-copy h1{font-size:37px}.refined-hero .hero-copy p{font-size:15px}.badge{max-width:72%}}


/* --- V4 real Cozeline assets + expanded category refinements --- */
.logo img,.mobile-logo img,.footer-logo img{object-fit:contain;max-height:42px}.footer-logo img{max-height:72px}.hero-slide picture,.hero-slide picture img{width:100%;height:100%;display:block}.hero-slide picture img{object-fit:cover}.product-card .pc-img img{object-fit:cover}.cat-card img{object-fit:cover}.collection-chips button{border:0;background:#f4efe7;border-radius:999px;padding:10px 16px;cursor:pointer;letter-spacing:.04em}.collection-chips button.is-active{background:#222;color:#fff}.mini-collection-note{font-size:12px;color:#71685f;margin-top:6px}.story-asset{max-width:1240px;margin:0 auto 68px;border-radius:0;overflow:hidden;background:#f3eee7}.story-asset img{width:100%;display:block}.dual-feature{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature-tile{min-height:430px;position:relative;overflow:hidden;background:#eee}.feature-tile img{width:100%;height:100%;object-fit:cover;display:block}.feature-tile div{position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.82);padding:18px 22px;max-width:360px}.feature-tile h3{margin:0 0 6px}.shopify-mini-row{background:#f7f2eb;border:1px solid #eadfd2;padding:10px 12px;border-radius:12px;margin-bottom:10px}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;margin:0 auto 60px;max-width:1300px}.trust-bar div{background:#fff;padding:24px;text-align:center}.trust-bar b{display:block;margin-bottom:6px}.product-info .option-row{flex-wrap:wrap}.product-info .badge-line{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.badge-soft{background:#f3eee7;border:1px solid #e4d9cc;border-radius:999px;padding:7px 11px;font-size:12px}.gallery img{object-fit:cover}.collection-banner img{object-fit:cover}.nav-link.active-page{font-weight:700}.product-page .gallery{align-content:start}.quick-note.is-throw{color:#5d5349}.standard-item svg{stroke-width:2}.mobile-only{display:none}
@media(max-width:760px){.dual-feature{grid-template-columns:1fr}.feature-tile{min-height:340px}.trust-bar{grid-template-columns:1fr 1fr;margin-bottom:38px}.hero-copy h1{font-size:38px}.hero-copy{max-width:88%}.desktop-only{display:none}.mobile-only{display:block}.footer-logo img{max-height:58px}}


/* ===== Cozeline V5 updates ===== */
.logo img,.mobile-logo img{height:auto;max-height:46px;width:auto}.footer-logo img{width:min(340px,80vw);max-height:none}.hero-copy-minimal{bottom:34px!important;width:100%!important;display:flex;justify-content:center;align-items:center;left:0!important;transform:none!important;text-align:center}.hero-copy-minimal .hero-btn{padding:16px 40px;font-size:18px;box-shadow:0 12px 26px rgba(0,0,0,.20)}.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18) 50%,rgba(0,0,0,.32) 100%)}
.promo-carousel{max-width:var(--max);padding:0 24px;margin:82px auto}.promo-track{position:relative;overflow:hidden;border-radius:16px;box-shadow:var(--shadow)}.promo-slide{display:none}.promo-slide.is-active{display:block}.promo-slide img{display:block;width:100%;height:auto;aspect-ratio:3.25/1;object-fit:cover}.promo-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px}.promo-dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.55);cursor:pointer}.promo-dots button.is-active{background:#fff}
.editorial-gallery-section .section-title{text-align:left;max-width:var(--max);margin:0 0 22px}.editorial-gallery{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.editorial-gallery a{display:block;overflow:hidden;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.editorial-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.editorial-gallery a:hover img{transform:scale(1.03)}.editorial-gallery .gallery-main{grid-row:1 / span 2;min-height:540px}.editorial-gallery .gallery-side{min-height:260px}
.page-banner{position:relative;overflow:hidden}.page-banner img{width:100%;height:320px;object-fit:cover;display:block}.page-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,13,12,.46),rgba(14,13,12,.18),rgba(14,13,12,.04))}.page-banner-copy{position:absolute;z-index:2;left:min(8vw,110px);bottom:50px;max-width:680px;color:#fff}.page-banner-kicker{display:block;font-size:14px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}.page-banner-title{font-family:Georgia,serif;font-size:56px;line-height:1;margin-bottom:14px}.page-banner-copy p{font-size:18px;line-height:1.55;margin:0;max-width:560px}
.journal-section{margin-top:72px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card{background:#fff;border:1px solid #ebe3d6;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.05)}.journal-thumb img{width:100%;height:270px;object-fit:cover;display:block}.journal-body{padding:18px 20px 24px}.journal-date{display:inline-block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7a7166;margin-bottom:10px}.journal-card h3{font-size:26px;line-height:1.15;font-weight:500;margin:0 0 10px}.journal-card p{margin:0;color:#665e55;line-height:1.65}.journal-viewall{text-align:center;margin-top:18px}.journal-viewall a{font-weight:600;text-decoration:underline}
.cookie-pop{position:fixed;right:24px;bottom:24px;z-index:120}.cookie-card{width:min(440px,calc(100vw - 32px));background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.18);border-radius:18px;padding:20px 20px 18px;position:relative}.cookie-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px;cursor:pointer;color:#7d7469}.cookie-card h3{font-size:22px;margin:0 0 10px}.cookie-card p{font-size:14px;line-height:1.6;color:#544c44;margin:0 0 14px}.cookie-options{display:grid;gap:10px;margin:0 0 12px}.cookie-options label{display:flex;gap:10px;align-items:center;font-size:14px;color:#27231f}.cookie-links{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:14px}.cookie-links a{text-decoration:underline;font-size:13px;color:#6b4350}.cookie-actions{display:flex;gap:10px}.cookie-btn{flex:1;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer}.cookie-btn.ghost{border:1px solid #d8cec0;background:#fff}.cookie-btn.solid{border:1px solid #6b4350;background:#6b4350;color:#fff}
.info-hero{position:relative}.info-hero img{width:100%;height:340px;object-fit:cover;display:block}.info-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,18,.45),rgba(18,18,18,.1))}.info-hero-copy{position:absolute;z-index:2;left:min(8vw,100px);bottom:48px;color:#fff;max-width:650px}.info-hero-copy span{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:14px;margin-bottom:12px}.info-hero-copy h1{font-family:Georgia,serif;font-size:58px;line-height:.98;margin:0 0 14px;font-weight:500}.info-hero-copy p{margin:0;font-size:18px;line-height:1.6}.info-page{max-width:var(--max);margin:64px auto;padding:0 24px}.info-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.info-layout article,.faq-item,.track-box,.returns-panel{background:#fff;border:1px solid #eadfce;box-shadow:0 10px 26px rgba(0,0,0,.05)}.info-layout article{padding:28px}.info-layout h2{margin:0 0 12px;font-size:28px;font-family:Georgia,serif;font-weight:500}.info-layout p{margin:0 0 12px;line-height:1.7;color:#5e564b}.info-list{padding-left:18px;line-height:1.8;color:#5e564b}.standard-grid-page{max-width:var(--max);margin:0 auto;padding:0 24px 40px}.standard-grid-page .standard-item{background:#fff;border:1px solid #e9dfd1;padding:28px;box-shadow:0 10px 24px rgba(0,0,0,.05)}.standard-grid-page .standard-item h3{margin:0 0 10px;font-size:24px;font-family:Georgia,serif;font-weight:500}.standard-grid-page .standard-item p{margin:0;line-height:1.6;color:#60564e}
.returns-page{max-width:var(--max);margin:44px auto 80px;padding:0 24px}.returns-brand{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.returns-brand img{width:min(320px,55vw)}.back-link{text-decoration:underline;color:#6a4e58}.returns-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:0}.returns-copy,.returns-form{padding:36px}.returns-copy h1{font-family:Georgia,serif;font-size:54px;line-height:.98;font-weight:500;margin:0 0 18px;color:#4d3340}.returns-copy p{line-height:1.75;color:#5c544c}.returns-form{display:grid;gap:16px}.returns-form label,.track-form label{display:grid;gap:8px;font-weight:600;color:#473d35}.returns-form input,.returns-form select,.track-form input{height:48px;border:0;border-bottom:1px solid #c8bba9;padding:0 4px;background:transparent}.cta-wide{height:50px;border:0;background:#6b4350;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.returns-form small{color:#6c6258;line-height:1.6}
.faq-page{display:grid;gap:16px}.faq-item{padding:24px}.faq-item h3{margin:0 0 10px;font-size:24px;font-family:Georgia,serif;font-weight:500}.faq-item p{margin:0;color:#60584f;line-height:1.7}.track-box{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.track-form,.track-note{padding:28px}.track-form{display:grid;gap:16px;background:#fbf8f2}.track-note h3{font-family:Georgia,serif;font-size:32px;font-weight:500;margin:0 0 12px}.track-note p{margin:0;color:#61584f;line-height:1.75}
.article-page{max-width:980px;margin:0 auto 80px}.article-hero img{width:100%;height:420px;object-fit:cover;display:block}.article-shell{background:#fff;padding:36px 42px;box-shadow:0 16px 38px rgba(0,0,0,.08);margin-top:-36px;position:relative}.article-shell h1{font-family:Georgia,serif;font-size:52px;line-height:1.02;font-weight:500;margin:0 0 12px}.article-dek{font-size:18px;color:#5b544d;line-height:1.7;margin:0 0 24px}.article-content{font-size:17px;line-height:1.9;color:#4d463f}.article-content h2{font-family:Georgia,serif;font-size:32px;font-weight:500;margin:28px 0 10px}.article-content p{margin:0 0 16px}
.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .6s ease, transform .6s ease;will-change:opacity,transform}.reveal-ready.is-visible{opacity:1;transform:none}
@media(max-width:980px){.journal-grid,.info-layout,.returns-panel,.track-box{grid-template-columns:1fr}.page-banner-title{font-size:42px}.info-hero-copy h1{font-size:42px}.article-shell h1{font-size:38px}.returns-copy h1{font-size:40px}.editorial-gallery{grid-template-columns:1fr}.editorial-gallery .gallery-main{grid-row:auto;min-height:380px}.editorial-gallery .gallery-side{min-height:220px}}
@media(max-width:760px){.logo img,.mobile-logo img{max-height:34px}.promo-carousel{padding:0 16px;margin:56px auto}.promo-slide img{aspect-ratio:2.2/1}.page-banner img,.info-hero img{height:250px}.page-banner-copy,.info-hero-copy{left:22px;right:22px;bottom:24px}.page-banner-title{font-size:34px}.page-banner-copy p,.info-hero-copy p{font-size:15px}.info-hero-copy h1{font-size:34px}.journal-grid{grid-template-columns:1fr}.journal-thumb img{height:220px}.cookie-pop{right:12px;bottom:12px}.cookie-card{padding:16px}.cookie-actions{flex-direction:column}.returns-brand{display:block}.returns-brand img{margin-top:12px}.returns-copy,.returns-form,.track-form,.track-note,.article-shell{padding:22px}.article-hero img{height:260px}.article-shell{margin-top:0}.hero-copy-minimal .hero-btn{font-size:16px;padding:14px 26px}}

/* ===== V6 refinements ===== */
.logo img,.mobile-logo img{max-height:38px!important;width:auto!important}
.footer-logo img{width:min(230px,68vw)!important;max-height:none!important}

.hero-slider{height:calc(100vh - 84px);min-height:620px}
.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.14) 42%,rgba(0,0,0,.32) 100%)!important}
.hero-overlay{position:absolute;inset:0;z-index:3;color:#fff;pointer-events:none}
.hero-text-box{position:absolute;left:min(6vw,84px);bottom:128px;max-width:min(540px,56vw);text-align:left;text-shadow:0 8px 20px rgba(0,0,0,.28)}
.hero-kicker{display:block;margin-bottom:10px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.hero-text-box h2{margin:0 0 12px;font-family:Georgia,serif;font-size:54px;line-height:1.02;font-weight:500;letter-spacing:.01em}
.hero-text-box p{margin:0;max-width:520px;font-size:17px;line-height:1.6;color:rgba(255,255,255,.96)}
.hero-cta-center{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);pointer-events:auto}
.hero-cta-center .hero-btn{min-width:170px;padding:14px 36px;font-size:17px;letter-spacing:.04em;text-transform:none;border-radius:999px}

.editorial-gallery{grid-template-columns:1.42fr 1fr;grid-template-rows:1fr 1fr;align-items:stretch}
.editorial-gallery a{background:#f5efe7}
.editorial-gallery img{object-fit:contain!important;background:#f5efe7}
.editorial-gallery .gallery-main{min-height:540px}
.editorial-gallery .gallery-side{min-height:260px}

.page-banner img,.info-hero img{object-position:center center}
.page-banner:after{background:linear-gradient(90deg,rgba(18,16,14,.30),rgba(18,16,14,.16),rgba(18,16,14,.05))}
.info-hero:after{background:linear-gradient(90deg,rgba(18,16,14,.34),rgba(18,16,14,.12),rgba(18,16,14,.04))}
.page-banner-copy,.info-hero-copy{background:rgba(32,25,20,.12);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:18px 22px;border-radius:18px;max-width:min(660px,calc(100% - 48px))}
.page-banner-title{font-size:50px}
.page-banner-copy p,.info-hero-copy p{max-width:560px}
.info-hero-copy h1{font-size:52px}

@media(max-width:980px){
  .hero-text-box{max-width:min(520px,70vw)}
  .hero-text-box h2{font-size:46px}
  .page-banner-title{font-size:40px}
  .info-hero-copy h1{font-size:40px}
}

@media(max-width:760px){
  .logo img,.mobile-logo img{max-height:30px!important}
  .footer-logo img{width:min(190px,70vw)!important}
  .hero-slider{height:580px;min-height:560px}
  .hero-text-box{left:22px;right:22px;bottom:108px;max-width:none}
  .hero-kicker{font-size:11px;margin-bottom:8px}
  .hero-text-box h2{font-size:28px;line-height:1.08;margin-bottom:10px}
  .hero-text-box p{font-size:14px;line-height:1.55;max-width:92%}
  .hero-cta-center{bottom:20px}
  .hero-cta-center .hero-btn{padding:12px 28px;font-size:15px;min-width:148px}
  .editorial-gallery{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:14px}
  .editorial-gallery .gallery-main,.editorial-gallery .gallery-side{min-height:unset;height:auto}
  .editorial-gallery img{width:100%;height:auto!important;max-height:none}
  .page-banner img,.info-hero img{height:260px!important}
  .page-banner-copy,.info-hero-copy{left:18px!important;right:18px!important;bottom:18px!important;padding:14px 16px;border-radius:14px}
  .page-banner-title,.info-hero-copy h1{font-size:30px!important}
  .page-banner-kicker,.info-hero-copy span{font-size:11px}
  .page-banner-copy p,.info-hero-copy p{font-size:14px!important;line-height:1.5}
}


/* ===== Cozeline V7 final tuning ===== */
.logo img,.mobile-logo img{max-height:32px!important;width:auto!important;object-fit:contain!important}
.footer-logo img{width:min(205px,62vw)!important;max-height:none!important;object-fit:contain!important}
.nav{grid-template-columns:230px 1fr 170px}
.brand-left{gap:12px}

/* Keep hero copy premium but compact; restore shop button at centered bottom */
.hero-text-box{bottom:124px;max-width:430px;padding:0;text-shadow:0 6px 18px rgba(0,0,0,.30)}
.hero-kicker{font-size:12px;letter-spacing:.18em;margin-bottom:8px}
.hero-text-box h2{font-size:42px;line-height:1.03;margin-bottom:10px;font-weight:500}
.hero-text-box p{font-size:15.5px;line-height:1.58;max-width:410px}
.hero-cta-center{bottom:28px}
.hero-cta-center .hero-btn{min-width:145px;padding:12px 31px;font-size:15px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.28) 100%)!important}

/* Product detail top banner: image-only, no text overlay, cleaner brand feel */
.clean-product-banner{height:auto;background:#f5efe7}
.clean-product-banner img{height:auto!important;max-height:420px;width:100%;object-fit:contain!important;background:#f5efe7}
.clean-product-banner:after{display:none!important}
.clean-product-banner + .product-page{margin-top:42px}

/* Collection / policy banners remain readable but less intrusive */
.page-banner:not(.clean-product-banner):after{background:linear-gradient(90deg,rgba(18,16,14,.22),rgba(18,16,14,.12),rgba(18,16,14,.02))!important}
.page-banner-copy,.info-hero-copy{background:rgba(28,23,19,.08)!important;box-shadow:none!important;padding:14px 18px!important;border-radius:14px!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important}
.page-banner-title{font-size:42px!important;line-height:1.06!important}
.page-banner-copy p,.info-hero-copy p{font-size:16px!important;line-height:1.55!important}
.info-hero-copy h1{font-size:42px!important;line-height:1.05!important}
.about-hero-soft .info-hero-copy,.journal-hero-soft .info-hero-copy{max-width:560px!important}

/* Editorial three-image module: keep full image content visible on both PC and mobile */
.editorial-gallery{grid-template-columns:1.42fr 1fr!important;grid-template-rows:auto auto!important;gap:18px!important}
.editorial-gallery a{border-radius:16px!important;background:#f7f1e9!important;display:flex!important;align-items:center!important;justify-content:center!important}
.editorial-gallery img{width:100%!important;height:auto!important;object-fit:contain!important;background:#f7f1e9!important;transform:none!important}
.editorial-gallery .gallery-main{grid-row:1 / span 2!important;min-height:0!important;aspect-ratio:1541/1021!important}
.editorial-gallery .gallery-side{min-height:0!important;aspect-ratio:560/270!important}
.editorial-gallery a:hover img{transform:none!important}

/* Slightly calmer scroll reveal; avoid motion jank */
.reveal-ready{transform:translateY(16px);transition:opacity .48s ease, transform .48s ease}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hero-slide,.reveal-ready,.product-card,.cat-card img,.pc-img img{transition:none!important}.reveal-ready{opacity:1!important;transform:none!important}}

@media(max-width:1120px){
  .nav{grid-template-columns:190px 1fr 150px;gap:12px}.main-links{gap:26px}.hero-text-box{max-width:390px}.hero-text-box h2{font-size:38px}
}
@media(max-width:760px){
  .nav{grid-template-columns:48px 1fr 92px}.logo img,.mobile-logo img{max-height:26px!important}.footer-logo img{width:min(170px,58vw)!important}
  .hero-slider{height:560px!important;min-height:540px!important}.hero-slide picture img{object-position:center center!important}
  .hero-text-box{left:18px!important;right:18px!important;bottom:92px!important;max-width:86%!important;text-shadow:0 6px 16px rgba(0,0,0,.32)}
  .hero-kicker{font-size:10.5px!important;letter-spacing:.16em!important}.hero-text-box h2{font-size:25px!important;line-height:1.08!important;margin-bottom:8px!important}.hero-text-box p{font-size:13.2px!important;line-height:1.48!important;max-width:280px!important}
  .hero-cta-center{bottom:18px!important}.hero-cta-center .hero-btn{font-size:13px!important;min-width:118px!important;padding:10px 22px!important}
  .editorial-gallery{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:12px!important}.editorial-gallery .gallery-main,.editorial-gallery .gallery-side{grid-row:auto!important;aspect-ratio:auto!important}.editorial-gallery img{height:auto!important;width:100%!important}
  .clean-product-banner img{max-height:none!important;width:100%!important;height:auto!important}.clean-product-banner + .product-page{margin-top:28px!important}
  .page-banner:not(.clean-product-banner) img,.info-hero img{height:236px!important;object-fit:cover!important}.page-banner-copy,.info-hero-copy{left:16px!important;right:16px!important;bottom:14px!important;padding:12px 14px!important;max-width:calc(100% - 32px)!important}.page-banner-title,.info-hero-copy h1{font-size:26px!important}.page-banner-copy p,.info-hero-copy p{font-size:13.5px!important;line-height:1.45!important}
}
@media(max-width:420px){.hero-text-box{max-width:90%!important}.hero-text-box h2{font-size:23px!important}.hero-text-box p{max-width:250px!important}.top-promos{font-size:12px}}


/* ===== Cozeline V8 fixes: hero button/dots spacing + clickable product cards ===== */
.product-card[data-product-url]{cursor:pointer}
.product-card[data-product-url]:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.product-card .add,.product-card a{cursor:pointer}

.hero-text-box{bottom:150px!important;max-width:470px!important}
.hero-text-box h2{font-size:46px!important;line-height:1.03!important}
.hero-text-box p{font-size:16.5px!important;line-height:1.58!important;max-width:440px!important}
.hero-kicker{font-size:13px!important}
.hero-cta-center{bottom:48px!important;z-index:6!important}
.hero-cta-center .hero-btn{min-width:178px!important;padding:15px 42px!important;font-size:17px!important;letter-spacing:.09em!important}
.hero-dots{bottom:17px!important;z-index:7!important}
.hero-dot{width:9px!important;height:9px!important;background:rgba(255,255,255,.65)!important;box-shadow:0 1px 4px rgba(0,0,0,.22)}
.hero-dot.is-active{background:#fff!important}

@media(max-width:760px){
  .hero-slider{height:590px!important;min-height:560px!important}
  .hero-text-box{bottom:116px!important;max-width:88%!important}
  .hero-text-box h2{font-size:28px!important;line-height:1.08!important}
  .hero-text-box p{font-size:14px!important;max-width:300px!important}
  .hero-kicker{font-size:11px!important}
  .hero-cta-center{bottom:44px!important}
  .hero-cta-center .hero-btn{min-width:150px!important;padding:12px 34px!important;font-size:14px!important}
  .hero-dots{bottom:16px!important}
  .hero-dot{width:8px!important;height:8px!important}
}
@media(max-width:420px){
  .hero-text-box{bottom:112px!important;max-width:90%!important}
  .hero-text-box h2{font-size:26px!important}
  .hero-text-box p{font-size:13.5px!important;max-width:280px!important}
  .hero-cta-center .hero-btn{min-width:142px!important;padding:11px 30px!important}
}


/* ===== Cozeline V10 QA polish: page transitions, back-home, scroll controls ===== */
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{opacity:0;transition:opacity .34s ease;background:var(--bg)}
body.page-loaded{opacity:1}
body.page-leaving{opacity:0}
.back-home-bar{position:sticky;top:84px;z-index:45;background:rgba(255,253,248,.86);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(90,77,63,.10);padding:9px 28px}
.back-home-link{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid rgba(94,76,58,.18);border-radius:999px;background:rgba(255,255,255,.72);font-size:13px;letter-spacing:.04em;color:#4c4036;transition:transform .18s ease, background .18s ease, border-color .18s ease}
.back-home-link:hover{transform:translateX(-2px);background:#fff;border-color:rgba(94,76,58,.35)}
.footer-logo a{display:inline-flex;align-items:center;justify-content:center}.footer-logo a:hover{opacity:.86}
.scroll-controls{pointer-events:none}.section-dots{position:fixed;left:22px;top:50%;transform:translateY(-50%);z-index:48;display:flex;flex-direction:column;gap:14px;pointer-events:auto}.section-dots button{width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.72);box-shadow:0 2px 10px rgba(0,0,0,.20);cursor:pointer;padding:0;transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease}.section-dots button.is-active{background:linear-gradient(135deg,#b15c86,#f4c431);border-color:#fff;transform:scale(1.18);box-shadow:0 4px 14px rgba(0,0,0,.28)}.section-dots button:hover{transform:scale(1.18)}
.back-top{position:fixed;right:26px;bottom:26px;z-index:65;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(20,18,16,.46);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-top:hover{background:rgba(20,18,16,.68);transform:translateY(-2px)}
.page-enter-soft main > section,.page-enter-soft .product-page,.page-enter-soft .collection-wrap,.page-enter-soft .info-page,.page-enter-soft .article-page{animation:cozelineRise .48s ease both}@keyframes cozelineRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.hero-dots{bottom:12px!important}.hero-cta-center{bottom:58px!important}.hero-cta-center .hero-btn{min-width:188px!important;padding:16px 46px!important;font-size:18px!important}.hero-text-box h2{font-size:48px!important}.hero-text-box p{font-size:17px!important}.hero-text-box{bottom:154px!important}
@media(max-width:760px){html{scroll-padding-top:88px}.back-home-bar{top:90px;padding:8px 14px}.back-home-link{font-size:12px;padding:7px 12px}.section-dots{display:none}.back-top{width:44px;height:44px;right:16px;bottom:18px;font-size:22px}.hero-cta-center{bottom:48px!important}.hero-dots{bottom:18px!important}.hero-cta-center .hero-btn{min-width:156px!important;padding:12px 36px!important;font-size:14px!important}.hero-text-box{bottom:120px!important}.hero-text-box h2{font-size:29px!important}.hero-text-box p{font-size:14.2px!important}}
@media(prefers-reduced-motion:reduce){body{transition:none!important}.page-enter-soft main > section,.page-enter-soft .product-page,.page-enter-soft .collection-wrap,.page-enter-soft .info-page,.page-enter-soft .article-page{animation:none!important}.back-home-link,.back-top,.section-dots button{transition:none!important}}


/* ===== Cozeline V11 targeted refinements ===== */
/* Campaign restored to original visual style; only the left logo icon has been updated in the image asset. */
img{content-visibility:auto}
.hero-slider{background:#ece7dd}
.hero-slider::before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:82px;background:linear-gradient(to bottom,rgba(246,242,235,0),var(--bg) 88%);z-index:5;pointer-events:none}
.hero-cta-center,.hero-dots{z-index:8!important}
#new-launch,.section.featured-section{position:relative}
@media(max-width:760px){
  .hero-slider::before{height:118px;background:linear-gradient(to bottom,rgba(246,242,235,0),rgba(246,242,235,.68) 58%,var(--bg) 100%)}
  .hero-slider + .trust-bar,.hero-slider + .section,#new-launch{margin-top:30px!important}
  .hero-slide{transition:opacity .62s ease, filter .62s ease}
  .hero-slide.is-active{filter:saturate(1.02)}
}
/* Product detail gallery image preview only; homepage/collection cards remain normal navigation. */
.product-page .gallery img.js-product-preview{cursor:zoom-in;transition:transform .22s ease, box-shadow .22s ease}
.product-page .gallery img.js-product-preview:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(44,34,24,.12)}
.product-lightbox[hidden]{display:none!important}
.product-lightbox{position:fixed;inset:0;z-index:220;background:rgba(16,14,12,.82);display:flex;align-items:center;justify-content:center;padding:34px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-lightbox img{max-width:min(92vw,1280px);max-height:86vh;object-fit:contain;border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.36);background:#f7f1e9}
.product-lightbox-close,.product-lightbox-prev,.product-lightbox-next{position:absolute;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-lightbox-close{right:26px;top:22px;width:44px;height:44px;border-radius:50%;font-size:28px;line-height:1}
.product-lightbox-prev,.product-lightbox-next{top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;font-size:40px;line-height:1}
.product-lightbox-prev{left:28px}.product-lightbox-next{right:28px}
.product-lightbox-close:hover,.product-lightbox-prev:hover,.product-lightbox-next:hover{background:rgba(255,255,255,.22)}
@media(max-width:760px){
  .product-lightbox{padding:18px}.product-lightbox img{max-width:94vw;max-height:78vh;border-radius:14px}.product-lightbox-close{right:14px;top:12px;width:40px;height:40px}.product-lightbox-prev,.product-lightbox-next{width:42px;height:42px;font-size:32px}.product-lightbox-prev{left:12px}.product-lightbox-next{right:12px}
}


/* ===== Cozeline V12: DTC content, variants, reviews and forms ===== */
:root{--cozeline-wine:#6b4350;--cozeline-ink:#221e1a;--cozeline-cream:#f7f3eb;--cozeline-border:#e4d9ca;--cozeline-green:#55715a;--cozeline-muted:#756b61}
.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}.form-honeypot{display:none!important}
.top-promos a{white-space:nowrap}.main-links{gap:22px}.nav-link{font-size:14px}.footer-email{display:block;color:#625a52;font-size:14px;margin-top:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom p{margin:0}.float-help{text-decoration:none;display:grid;place-items:center;font-size:20px}
.real-stars{text-decoration:none;color:#5b5148}.real-stars i,.review-stars{color:#e59b18;font-style:normal;letter-spacing:.08em}.no-review{color:#7a7168}.product-card .real-stars{display:block;font-size:12px;line-height:1.4}.product-card .no-review{font-size:12px}
.card-variant-swatches,.product-swatches{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.card-swatch,.variant-swatch{position:relative;width:20px;height:20px;border-radius:50%;border:1px solid #a99e91;background:var(--sw);padding:0;cursor:pointer;box-shadow:0 0 0 2px transparent}.variant-swatch{width:28px;height:28px}.card-swatch.is-selected,.variant-swatch.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--cozeline-wine)}.card-swatch.is-sold-out:after,.variant-swatch.is-sold-out:after{content:"";position:absolute;left:1px;right:1px;top:50%;height:1px;background:#4a4038;transform:rotate(-45deg)}.card-stock{font-size:12px;font-weight:700;margin-top:8px}.is-in-stock{color:var(--cozeline-green)}.is-sold-out{color:#9b493f}.add:disabled,.full-add:disabled{background:#b8b0a6!important;color:#fff!important;cursor:not-allowed!important}.variant-choice{padding:16px 0;border-top:1px solid var(--cozeline-border);border-bottom:1px solid var(--cozeline-border);margin:16px 0}.variant-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}.variant-heading span{color:var(--cozeline-muted)}.variant-availability{font-size:13px;font-weight:700;margin-top:10px}.notify-wrap{margin-top:16px;padding:18px;background:#f7f2eb;border:1px solid var(--cozeline-border);border-radius:14px}.notify-wrap p{margin:0 0 12px;line-height:1.55}.notify-wrap form{display:flex;gap:10px;align-items:end}.notify-wrap label{display:grid;gap:6px;flex:1;font-size:13px}.notify-wrap input{height:44px;border:1px solid #cabdad;border-radius:10px;padding:0 12px}.notify-wrap button{height:44px;border:0;border-radius:10px;background:var(--cozeline-wine);color:#fff;padding:0 16px;font-weight:700}
.checkout-disabled{border:0;cursor:not-allowed;opacity:.72}.dtc-form{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--cozeline-border);padding:28px;border-radius:18px;box-shadow:0 14px 34px rgba(39,30,23,.06);display:grid;gap:18px}.dtc-form label{display:grid;gap:8px;font-weight:700}.dtc-form input,.dtc-form select,.dtc-form textarea{width:100%;border:1px solid #cfc1b2;border-radius:10px;padding:12px;font:inherit;background:#fff}.dtc-form button{justify-self:start;border:0;border-radius:999px;background:var(--cozeline-ink);color:#fff;padding:14px 25px;font-weight:800}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-question{padding-top:20px}.story-long{max-width:820px;margin:0 auto 48px;font-family:Georgia,serif;font-size:21px;line-height:1.75;color:#443b34}.contact-summary{max-width:760px;margin:48px auto 0;text-align:center;background:#fff;border:1px solid var(--cozeline-border);padding:32px}.contact-summary .cta-wide{display:inline-flex;width:auto}.legal-copy{max-width:900px}.legal-copy h2{font-family:Georgia,serif;font-weight:500;font-size:30px;margin:30px 0 10px}.legal-copy p{line-height:1.8;color:#5e564e}.policy-note{max-width:900px;margin:28px auto 0;background:#fff;border:1px solid var(--cozeline-border);padding:24px}.policy-note h3{font-family:Georgia,serif;font-weight:500;font-size:25px;margin:0 0 10px}.policy-note p{line-height:1.7;margin:0;color:#5e564e}
.home-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-review-card{background:#fff;border:1px solid var(--cozeline-border);padding:24px;box-shadow:0 12px 28px rgba(30,22,16,.05)}.home-review-card h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:10px 0}.home-review-card p{line-height:1.65;color:#5d554e}.home-review-card span{font-size:13px;color:#766c62}.review-disclosure{padding:18px 22px;background:#f3eee6;border-left:4px solid var(--cozeline-wine);margin-bottom:24px}.review-disclosure p{margin:6px 0 0;line-height:1.6}.review-toolbar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.review-toolbar label{display:grid;gap:7px;font-weight:700}.review-toolbar select{min-width:240px;padding:10px;border:1px solid #c9bdaf;border-radius:9px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{border:1px solid var(--cozeline-border);background:#fff;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 28px rgba(30,22,16,.05)}.review-card>img{width:100%;height:240px;object-fit:cover;background:#f4f0e8}.review-card>div{padding:20px}.review-card h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:8px 0}.review-card p{line-height:1.55;color:#5c544c}.review-card small{color:#766c62}.review-modal{position:fixed;inset:0;background:rgba(20,16,13,.72);z-index:160;display:grid;place-items:center;padding:20px}.review-modal[hidden]{display:none}.review-modal-panel{position:relative;background:#fff;max-width:850px;width:100%;max-height:90vh;overflow:auto;padding:32px;border-radius:18px}.review-modal-panel>button{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:30px;cursor:pointer}.review-modal-content h2{font-family:Georgia,serif;font-size:36px;font-weight:500}.review-modal-content>p{font-size:17px;line-height:1.75}.review-meta{display:flex;gap:10px 20px;flex-wrap:wrap;color:#6c6258;font-size:13px}.review-modal-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:22px 0}.review-modal-images img{width:100%;max-height:420px;object-fit:contain;background:#f7f3ec}.review-shop{display:inline-flex;width:auto}.archive-note{padding:12px;background:#f6f1e9}.product-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.review-mini{background:#fff;border:1px solid var(--cozeline-border);padding:24px}.review-mini h3{font-family:Georgia,serif;font-size:25px;font-weight:500}.review-mini p{line-height:1.7;color:#5c544c}.review-mini img{width:150px;height:150px;object-fit:cover;margin-top:15px}.empty-review,.empty-state{text-align:center;padding:36px;background:#fff;border:1px solid var(--cozeline-border)}
.thank-you-page{min-height:65vh;display:grid;place-items:center;padding:60px 24px;text-align:center}.thank-you-page>div{max-width:700px}.thank-you-page span{letter-spacing:.18em;text-transform:uppercase}.thank-you-page h1{font-family:Georgia,serif;font-size:56px;font-weight:500}.thank-you-page .cta-wide{display:inline-flex;width:auto}.email-box button{cursor:pointer}.search-box button{border:0;background:transparent;display:grid;place-items:center}.journal-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1100px){.main-links{gap:12px}.nav-link{font-size:12px}.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.form-row,.home-review-grid,.reviews-grid,.product-review-grid{grid-template-columns:1fr}.notify-wrap form{display:grid}.review-toolbar{align-items:stretch;flex-direction:column}.review-toolbar select{width:100%}.review-card>img{height:220px}.review-modal-panel{padding:24px 18px}.review-modal-images{grid-template-columns:1fr}.story-long{font-size:18px}.thank-you-page h1{font-size:40px}.dtc-form{padding:20px}.footer-bottom{display:block}.footer-bottom p+ p{margin-top:8px}.journal-grid{grid-template-columns:1fr}}


/* V13 button/layout fixes */
.cta-wide,.review-shop,.notify-wrap button,.dtc-form button{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;white-space:nowrap;padding:0 22px;border-radius:10px;text-decoration:none;min-width:176px}
.cta-wide{height:52px}
.thank-you-page .cta-wide,.contact-summary .cta-wide,.review-shop{margin-top:18px}
.review-shop{width:auto;min-width:210px}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 14px}
.full-add,.buy-now-btn{width:100%;min-height:50px;border:0;border-radius:999px;font-weight:800;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-transform:none;padding:0 20px}
.full-add{background:#222;color:#fff}
.buy-now-btn{background:#f2ece3;color:#2c241f;border:1px solid #d9ccbc}
.buy-now-btn:hover{background:#ece3d7}
.buy-now-btn:disabled{background:#d8d0c6;color:#fff;border-color:#d8d0c6;cursor:not-allowed}
@media(max-width:760px){.purchase-actions{grid-template-columns:1fr}.cta-wide,.review-shop{min-width:0;width:auto;max-width:100%}}


/* ===== Cozeline V14: reviews page brand upgrade + mobile polish ===== */
.reviews-page{display:grid;gap:26px}.reviews-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:22px;align-items:stretch}.reviews-copy,.review-stat,.review-toolbar,.review-card,.review-mini{border-radius:18px}.reviews-copy{background:#fff;border:1px solid var(--cozeline-border);padding:32px;box-shadow:0 14px 36px rgba(39,30,23,.06)}.reviews-copy .eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#7c7267}.reviews-copy h2{font-family:Georgia,serif;font-size:38px;line-height:1.08;font-weight:500;margin:10px 0 14px}.reviews-copy p{margin:0;line-height:1.78;color:#5c544c}.review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-stat{background:#fff;border:1px solid var(--cozeline-border);padding:26px 18px;box-shadow:0 14px 36px rgba(39,30,23,.04);display:grid;gap:8px;align-content:center}.review-stat strong{font-family:Georgia,serif;font-size:36px;font-weight:500;color:#312720;line-height:1}.review-stat span{color:#74695f}.review-toolbar{background:#fff;border:1px solid var(--cozeline-border);padding:18px 20px;box-shadow:0 14px 32px rgba(39,30,23,.04)}.review-count-note{font-size:13px;color:#766c62}.reviews-grid{gap:22px}.review-card{transition:transform .22s ease, box-shadow .22s ease}.review-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(39,30,23,.10)}.review-media{aspect-ratio:4/3;background:#f5efe8;overflow:hidden}.review-media img{width:100%;height:100%;object-fit:cover}.review-card>div{padding:22px}.review-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.review-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#f4eee5;color:#5a4d41;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.review-date{font-size:12px;color:#7a7065}.review-card h3{font-family:Georgia,serif;font-size:28px;line-height:1.1;font-weight:500;margin:10px 0}.review-card p{line-height:1.68;color:#5c544c;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-card-meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid #eee4d8;color:#72675c;font-size:13px}.review-card-meta strong{color:#2f2721}.review-read{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13px;font-weight:700;color:#453931}.review-stars,.review-mini .review-stars{display:inline-flex;align-items:center;gap:0;color:#e59b18;letter-spacing:.08em;font-style:normal}.review-stars-dim{color:#d5c9bb}.review-modal-panel{max-width:960px;border-radius:22px}.review-modal-content h2{font-family:Georgia,serif;font-size:40px;line-height:1.08;font-weight:500;margin:12px 0 16px}.review-modal-content>p{font-size:17px;line-height:1.82;color:#4f463e}.review-modal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.review-modal-images{margin:24px 0;align-items:start}.review-modal-images img{border-radius:16px;border:1px solid #eee3d6}.archive-note{border-radius:14px;padding:14px 16px}.review-mini{box-shadow:0 14px 30px rgba(39,30,23,.05)}.review-mini .mini-review-link{display:inline-flex;margin-top:15px;color:#4d4136;font-weight:700}.product-review-grid .review-meta{margin-top:14px}.float-help{transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.back-top{transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .22s ease}.menu-open .back-top,.search-open .back-top,.cart-open .back-top,.menu-open .float-help,.search-open .float-help,.cart-open .float-help{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important}.hero-btn,.hero-cta-center .hero-btn{white-space:nowrap!important;background:#efc83a!important;color:#fff!important;opacity:1!important;filter:none!important;box-shadow:0 10px 25px rgba(0,0,0,.22)!important}.hero-cta-center .hero-btn{text-transform:none!important;letter-spacing:.03em!important}.buy-now-btn{background:#efe7db;color:#2c241f;border:1px solid #d7cab9}.buy-now-btn:hover{background:#eadfce}@media(max-width:1100px){.reviews-intro{grid-template-columns:1fr}.review-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.reviews-copy{padding:24px 20px}.reviews-copy h2{font-size:30px}.review-stats{grid-template-columns:1fr}.review-stat strong{font-size:32px}.review-toolbar{padding:16px}.review-card>div{padding:18px}.review-card h3{font-size:24px}.review-card p{line-height:1.62}.review-modal-content h2{font-size:30px}.review-count-note{font-size:12px}.float-help{right:16px;bottom:76px;width:52px;height:52px;z-index:64}.back-top{right:16px;bottom:18px;z-index:65}.hero-cta-center .hero-btn{min-width:242px!important;max-width:92vw;padding:14px 24px!important;font-size:13px!important;line-height:1.1!important;border-radius:999px!important}.hero-dots{bottom:18px!important}}

/* V14.2 customer-facing copy cleanup */
.cart-assistance{display:block;text-align:center;background:var(--ink);color:#fff;border-radius:999px;padding:15px;font-weight:800}.cart-assistance:hover{opacity:.92}


/* V14.3 fixes: review preview photos, floating icon spacing, and modal/button alignment */
.review-card,.review-mini,.review-modal-panel{min-width:0}
.review-card>div,.review-mini,.review-modal-content{min-width:0}
.review-card h3,.review-mini h3,.review-modal-content h2{overflow-wrap:anywhere;word-break:normal}
.review-card p,.review-mini p,.review-modal-content>p{overflow-wrap:anywhere}
.review-read,.mini-review-link{flex-wrap:wrap}
.review-shop,.cta-wide.review-shop,.review-modal-content .review-shop{display:inline-flex!important;align-items:center;justify-content:center;align-self:flex-start;width:auto!important;max-width:100%;min-width:0;padding:14px 22px;line-height:1.15;white-space:normal;text-align:center;border-radius:12px;word-break:keep-all}
.review-modal-content .review-shop{margin-top:20px}
.review-modal-images{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.review-modal-images img{width:100%;height:auto;max-height:420px;object-fit:contain}
.float-help{position:fixed;right:18px;bottom:calc(96px + env(safe-area-inset-bottom));width:54px;height:54px;z-index:64;border-radius:50%;box-shadow:0 12px 26px rgba(39,30,23,.18)}
.back-top{right:18px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:65}
@media(max-width:760px){
  .float-help{right:16px;bottom:calc(96px + env(safe-area-inset-bottom));width:52px;height:52px}
  .back-top{right:16px;bottom:calc(22px + env(safe-area-inset-bottom));width:46px;height:46px}
  .review-modal-panel{padding:22px 16px 20px}
  .review-modal-images{grid-template-columns:1fr}
  .review-shop,.cta-wide.review-shop,.review-modal-content .review-shop{width:100%!important;max-width:100%;padding:14px 18px}
}


/* V14.4 visual polish and mobile CTA fixes */
.reviews-grid{gap:24px;align-items:stretch}
.review-card{height:100%;border-radius:20px}
.review-card>div{display:flex;flex-direction:column;gap:12px;min-height:280px;padding:24px 22px}
.review-topline{margin-bottom:0}
.review-rating-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}
.review-verified{font-size:12px;line-height:1.4;color:#7a7065}
.review-author-block{display:grid;gap:4px}
.review-author-block strong{font-size:15px;line-height:1.2;color:#2f2721}
.review-author-block span{font-size:12px;line-height:1.45;color:#786d62}
.review-card-meta{margin-top:12px;padding-top:14px}
.review-read{margin-top:auto;padding-top:6px}
.review-mini{display:flex;flex-direction:column;gap:14px;height:100%;padding:22px;border-radius:18px}
.review-mini-body{display:flex;flex-direction:column;gap:12px;min-width:0;height:100%}
.review-mini h3{margin:2px 0 0;font-size:26px;line-height:1.1}
.review-mini p{margin:0;line-height:1.72}
.review-mini .review-meta{margin-top:2px}
.review-mini .review-mini-photo,.review-mini img{width:100%;height:220px;object-fit:cover;border-radius:14px;margin:0}
.review-mini .mini-review-link{margin-top:auto;padding-top:6px}
.review-modal-content .review-meta{margin-top:8px}
.hero-btn,.hero-cta-center .hero-btn{background:#efc83a!important;color:#fff!important;border:0!important;opacity:1!important;filter:none!important;text-shadow:none!important;white-space:nowrap!important;min-width:186px!important;padding:17px 36px!important;line-height:1.05!important;box-shadow:0 10px 25px rgba(0,0,0,.22)!important}
.hero-slide:first-child .hero-btn{min-width:236px!important}
@media(max-width:760px){
  .reviews-grid{gap:16px}
  .review-card{border-radius:18px}
  .review-card>div{padding:18px 16px 20px;gap:10px;min-height:auto}
  .review-card h3{font-size:22px;line-height:1.12}
  .review-card p{-webkit-line-clamp:5;line-height:1.6}
  .review-card-meta{margin-top:10px;padding-top:12px}
  .review-read{font-size:13px}
  .review-mini{padding:18px;gap:12px}
  .review-mini .review-mini-photo,.review-mini img{height:200px}
  .review-mini h3{font-size:22px}
  .review-mini p{line-height:1.62}
  .hero-cta-center .hero-btn{display:inline-flex!important;width:auto!important;min-width:0!important;max-width:none!important;padding:14px 24px!important;font-size:12.5px!important;letter-spacing:.02em!important;border-radius:999px!important;background:#efc83a!important;color:#fff!important;white-space:nowrap!important}
  .hero-slide:first-child .hero-btn{min-width:0!important;padding:14px 20px!important}
}


/* V14.5 desktop reviews fix + cache-safe visual override */
.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important}
.review-card{display:grid!important;grid-template-rows:auto 1fr!important;height:100%!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important}
.review-card>.review-media{padding:0!important;display:block!important;min-height:0!important;aspect-ratio:16/10!important;background:#f3ede4!important;overflow:hidden!important}
.review-card>.review-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.review-card>.review-card-body{display:flex!important;flex-direction:column!important;gap:12px!important;min-height:300px!important;padding:24px 24px 22px!important}
.review-card>.review-card-body .review-topline{margin:0!important}
.review-card>.review-card-body h3{margin:2px 0 0!important;font-size:28px!important;line-height:1.12!important;color:#241f1a!important}
.review-card>.review-card-body p{margin:0!important;line-height:1.68!important;color:#5b524a!important}
.review-card>.review-card-body .review-card-meta{margin-top:auto!important;padding-top:16px!important}
.review-card>.review-card-body .review-read{margin-top:0!important;padding-top:4px!important}
.review-rating-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.review-verified{font-size:12px!important;color:#7a6f65!important;font-weight:600!important}
.review-author-block{display:grid!important;gap:4px!important}
.review-author-block strong{font-size:15px!important;line-height:1.2!important;color:#2a241f!important}
.review-author-block span{font-size:12px!important;line-height:1.45!important;color:#796f65!important}
.review-modal-content .review-shop{display:inline-flex!important;width:auto!important;min-width:190px!important;max-width:100%!important;padding:14px 24px!important;justify-content:center!important;align-items:center!important;white-space:nowrap!important}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr!important}}
@media(max-width:760px){
  .reviews-grid{grid-template-columns:1fr!important;gap:16px!important}
  .review-card>.review-media{aspect-ratio:4/3!important}
  .review-card>.review-card-body{min-height:0!important;padding:18px 16px 20px!important;gap:10px!important}
  .review-card>.review-card-body h3{font-size:22px!important}
  .review-card>.review-card-body p{-webkit-line-clamp:5!important;line-height:1.6!important}
  .review-modal-content .review-shop{width:100%!important;min-width:0!important;white-space:normal!important}
}
