:root{
  --cream:#fbf4ed;
  --cream-2:#f4e8dc;
  --paper:#fffdf9;
  --ink:#17343b;
  --ink-2:#25474e;
  --gold:#a87932;
  --gold-2:#cfad78;
  --line:#e5d4c0;
  --muted:#6d7472;
  --soft:#eef1ed;
  --shadow:0 20px 55px rgba(24,46,47,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.cart-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
.container{width:min(1240px,calc(100% - 2.4rem));margin-inline:auto}
.announcement{background:var(--ink);color:#fff;text-align:center;font-size:.73rem;letter-spacing:.16em;text-transform:uppercase;padding:.62rem 1rem}
.site-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.6rem;padding:.78rem clamp(1rem,3.6vw,3.6rem);background:rgba(255,253,249,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(168,121,50,.16)}
.brand img{width:140px;height:56px;object-fit:cover;object-position:center 51%}
.nav{display:flex;justify-content:center;align-items:center;gap:1.35rem;font-size:.88rem;white-space:nowrap}
.nav a,.footer-links a{position:relative}.nav a:after,.footer-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--gold);transition:.2s}.nav a:hover:after,.footer-links a:hover:after{width:100%}
.header-actions{display:flex;align-items:center;gap:.65rem;justify-self:end}.market-select{border:1px solid var(--line);background:#fff;padding:.56rem .7rem;border-radius:999px;color:var(--ink);font-size:.82rem}.cart-button{display:inline-flex;gap:.45rem;align-items:center;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;padding:.58rem .84rem;font-weight:600;font-size:.82rem}.cart-count{display:grid;place-items:center;min-width:1.35rem;height:1.35rem;border-radius:50%;background:var(--gold);color:#fff;font-size:.72rem}.menu-toggle{display:none;border:0;background:none;padding:.6rem;color:var(--ink);font-weight:600}
.eyebrow{margin:0 0 .7rem;color:var(--gold);font-weight:700;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase}.display,.hero h1,.section h2,.mosaic-band h2,.newsletter h2,.page-hero h1,.product-page h1,.notice-page h1{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;letter-spacing:-.025em;line-height:.96}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.92rem 1.35rem;border:1px solid transparent;font-weight:700;cursor:pointer;transition:.2s;min-height:46px}.button-primary{background:var(--ink);color:#fff}.button-primary:hover,.button-dark:hover{background:#0d282f;transform:translateY(-1px)}.button-secondary{border-color:var(--gold);background:rgba(255,255,255,.65)}.button-light{background:#fff;color:var(--ink)}.button-dark{background:#102b31;color:#fff}.button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.text-link{font-size:.88rem;color:var(--gold);font-weight:700}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(218,190,149,.28),transparent 32%),linear-gradient(135deg,var(--cream) 0%,#fffaf4 61%,#f1e1cf 100%);padding:clamp(4rem,8vw,7.5rem) clamp(1.2rem,6vw,6rem) clamp(4rem,7vw,6.5rem);min-height:700px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,6rem)}
.hero-copy{max-width:690px;position:relative;z-index:3}.hero h1{font-size:clamp(3.5rem,7vw,7rem);margin:.1rem 0 1.4rem}.hero h1 em{font-weight:500;color:var(--gold)}.hero-text{max-width:590px;color:#52605f;font-size:1.08rem}.hero-buttons{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.hero-note{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2.2rem;color:#697371;font-size:.82rem}.hero-note span:before{content:"✦";color:var(--gold);margin-right:.45rem}
.hero-mosaic{position:relative;min-height:520px}.light-disc{position:absolute;border-radius:50%;background:rgba(255,255,255,.72);box-shadow:0 30px 80px rgba(81,61,32,.12);border:1px solid rgba(168,121,50,.18)}.light-disc.one{width:390px;height:390px;right:10%;top:8%}.light-disc.two{width:230px;height:230px;left:2%;bottom:2%;opacity:.6}.mosaic-suncatcher{position:absolute;display:grid;place-items:center;border-radius:50%;border:8px solid rgba(255,255,255,.78);box-shadow:0 25px 65px rgba(42,49,42,.15);background:rgba(255,255,255,.38);backdrop-filter:blur(3px)}.mosaic-suncatcher.large{width:min(420px,82%);aspect-ratio:1;right:4%;top:5%}.mosaic-suncatcher.small{width:220px;aspect-ratio:1;left:0;bottom:0;transform:rotate(-8deg)}.mosaic-grid{width:78%;height:78%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);gap:7px;transform:rotate(45deg);overflow:hidden}.mosaic-grid span{border-radius:4px;background:linear-gradient(135deg,#294f58,#102f37 62%,#52717a);border:1px solid rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(168,121,50,.26)}.mosaic-grid span:nth-child(3n){background:linear-gradient(135deg,#9cb9ad,#315f61)}.mosaic-grid span:nth-child(4n){background:linear-gradient(135deg,#d8b57d,#89602d)}.mosaic-grid span:nth-child(7n){background:linear-gradient(135deg,#d9e7e0,#75a4a0)}.mosaic-grid span:nth-child(5n){opacity:.42}.hanging-line{position:absolute;width:1px;height:115px;background:linear-gradient(var(--gold),rgba(168,121,50,.12));top:-98px;left:50%}.spark{position:absolute;color:var(--gold);font-size:1.4rem}.spark.s1{right:2%;top:17%}.spark.s2{left:28%;top:3%}.spark.s3{right:39%;bottom:2%}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-block:1px solid var(--line)}.benefits>div{display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;background:#fff;padding:1.25rem clamp(1rem,4vw,3rem)}.benefits span{grid-row:1/3;color:var(--gold);font-size:1.35rem}.benefits strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.22rem}.benefits small{color:var(--muted)}
.section{padding:clamp(4rem,8vw,7.5rem) clamp(1.2rem,6vw,6rem)}.section-heading{text-align:center;max-width:750px;margin:0 auto 3rem}.section h2,.mosaic-band h2,.newsletter h2{font-size:clamp(2.8rem,5vw,4.8rem);margin:.2rem 0 1rem}.section-heading>p:last-child{color:var(--muted)}
.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1240px;margin:auto}.collection-tile{min-height:340px;border-radius:var(--radius);padding:1.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.25);box-shadow:0 12px 36px rgba(25,43,42,.08);transition:.25s}.collection-tile:hover{transform:translateY(-4px)}.collection-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(7,35,41,.78) 100%)}.collection-tile>*{position:relative;z-index:2}.collection-tile h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;line-height:1.02;color:#fff;margin:.2rem 0}.collection-tile p{color:#e5eceb;margin:0;font-size:.86rem}.collection-tile .eyebrow{color:#f0c988}.tile-diy{background:radial-gradient(circle at 30% 25%,#f7d9ac 0 9%,transparent 10%),radial-gradient(circle at 56% 36%,#75a7a2 0 10%,transparent 11%),radial-gradient(circle at 70% 17%,#d5b47a 0 8%,transparent 9%),linear-gradient(135deg,#e8d7c5,#7d9f98)}.tile-finished{background:radial-gradient(circle at 55% 42%,rgba(255,255,255,.4) 0 18%,transparent 19%),conic-gradient(from 45deg,#17343b,#7ea09a,#cda96d,#17343b)}.tile-tools{background:linear-gradient(135deg,#d8c3ac 0 35%,#f3eadf 35% 62%,#637d77 62%)}.tile-jewelry{background:radial-gradient(circle at 50% 40%,#315df3 0 10%,#92a4ff 11% 14%,transparent 15%),radial-gradient(circle at 50% 40%,transparent 0 18%,rgba(255,255,255,.9) 19% 20%,transparent 21%),linear-gradient(145deg,#e8d4b7,#fffaf2 60%,#9d7b48)}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:1120px;margin:auto}.product-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 38px rgba(30,40,39,.06);transition:.25s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{position:relative;min-height:360px;background:var(--cream);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.02)}.badge{position:absolute;left:1rem;top:1rem;background:rgba(255,255,255,.94);padding:.42rem .7rem;border-radius:999px;font-size:.72rem;border:1px solid var(--line);font-weight:700}.product-info{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:1.45rem}.product-kicker{font-size:.67rem;letter-spacing:.2em;color:var(--gold);margin:0;font-weight:700}.product-info h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;line-height:1.05;margin:.25rem 0 .55rem}.product-desc{color:var(--muted);margin:0}.product-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.price{font-weight:700}.product-actions{display:flex;gap:.6rem;flex-wrap:wrap}.product-actions .button{padding:.7rem 1rem;min-height:42px;font-size:.82rem}
.mosaic-band{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(2rem,6vw,6rem);align-items:center;background:var(--ink);color:#fff;padding:clamp(4rem,8vw,7rem) clamp(1.2rem,6vw,6rem)}.mosaic-band p:not(.eyebrow){color:#d4dfdd;max-width:590px}.mosaic-mini-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,200px);gap:1rem}.mosaic-mini{border:1px solid rgba(255,255,255,.14);border-radius:26px;overflow:hidden;position:relative;background:linear-gradient(145deg,#1f454b,#102d33)}.mosaic-mini:first-child{grid-row:1/3}.mosaic-mini .mosaic-suncatcher{inset:50% auto auto 50%;transform:translate(-50%,-50%);width:70%;aspect-ratio:1;position:absolute}.mosaic-mini:first-child .mosaic-suncatcher{width:78%}.mosaic-mini .mosaic-grid{gap:4px}.mosaic-mini .hanging-line{display:none}
.story-strip{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:var(--cream)}.story-mark{min-height:430px;border-radius:32px;background:linear-gradient(145deg,#f8eee4,#fffdf9);display:grid;place-items:center;border:1px solid var(--line);overflow:hidden}.story-mark img{width:min(500px,88%);border-radius:22px;box-shadow:var(--shadow)}.story-copy{max-width:650px}.story-copy p:not(.eyebrow){color:#5d6967}.story-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.6rem}.story-point{border-top:1px solid var(--line);padding-top:.9rem}.story-point strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.25rem}.story-point span{font-size:.82rem;color:var(--muted)}
.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:clamp(4rem,7vw,7rem) clamp(1.2rem,6vw,6rem);background:#fff}.newsletter p{color:var(--muted)}.newsletter-form{display:grid;gap:.72rem}.newsletter-form label{font-size:.79rem;font-weight:700}.input-row{display:flex;gap:.7rem}.input-row input{flex:1;min-width:0;border:1px solid var(--line);border-radius:999px;padding:.9rem 1.1rem;background:var(--cream);font-size:1rem}.consent-row{display:flex;gap:.55rem;align-items:flex-start;font-size:.75rem;color:var(--muted)}.consent-row input{margin-top:.25rem}.form-message{min-height:1.2em;font-size:.8rem}.form-message.success{color:#2c6a50}.form-message.error{color:#9b3939}.hidden{display:none!important}
footer{background:#081e23;color:#fff;padding:3.5rem clamp(1.2rem,6vw,6rem)}.footer-grid{display:grid;grid-template-columns:1.1fr 2fr;gap:3rem;align-items:start}.footer-brand img{width:150px;height:95px;object-fit:cover;object-position:center}.footer-brand p{max-width:320px;color:#aebdbb;font-size:.82rem}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-columns strong{display:block;color:var(--gold-2);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem}.footer-links{display:grid;gap:.45rem;font-size:.84rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;color:#9fb0ae;font-size:.75rem}
.page-hero{padding:clamp(3rem,7vw,6rem) clamp(1.2rem,6vw,6rem);background:linear-gradient(135deg,var(--cream),#fffaf4);text-align:center}.page-hero h1{font-size:clamp(3.4rem,7vw,6.4rem);margin:.2rem 0 1rem}.page-hero p{max-width:720px;margin:auto;color:var(--muted)}.category-nav{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-top:1.5rem}.category-nav a{border:1px solid var(--line);padding:.6rem .9rem;border-radius:999px;background:#fff;font-size:.82rem}.category-nav a.active{background:var(--ink);border-color:var(--ink);color:#fff}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;max-width:1200px;margin:auto}.shop-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.shop-card .product-image{min-height:280px;aspect-ratio:1}.shop-card .product-info{padding:1.2rem;gap:1.2rem}.shop-card .product-info h3{font-size:1.75rem}.coming-card{min-height:460px;border:1px dashed var(--gold-2);border-radius:22px;background:linear-gradient(135deg,#fcf6ef,#f1e5d8);display:grid;place-items:center;text-align:center;padding:2rem}.coming-card .mosaic-badge{width:150px;height:150px;margin:auto auto 1rem;border-radius:50%;display:grid;place-items:center;background:var(--ink)}.coming-card .mosaic-grid{width:75%;height:75%;gap:3px}.coming-card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;line-height:1;margin:.2rem}.coming-card p{color:var(--muted);max-width:290px}
.product-page{padding:clamp(2.5rem,6vw,6rem) clamp(1.2rem,6vw,6rem);background:var(--cream)}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,6rem);max-width:1180px;margin:auto}.product-gallery{min-width:0}.gallery-main img{width:100%;border-radius:28px;box-shadow:var(--shadow);aspect-ratio:1;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:.8rem}.gallery-thumbs img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;border:1px solid var(--line)}.gallery-thumbs img:first-child{object-position:center 35%}.gallery-thumbs img:last-child{object-position:center 68%}.product-copy{align-self:start;position:sticky;top:120px}.product-page h1{font-size:clamp(3.2rem,5vw,5.5rem);margin:.15rem 0 1rem}.product-meta{color:var(--gold);letter-spacing:.16em;font-size:.73rem;font-weight:700}.product-copy .lead{font-size:1.05rem;color:#52605f}.buy-panel{margin:1.5rem 0;padding:1.25rem;border:1px solid var(--line);border-radius:20px;background:#fff}.buy-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.buy-row .price{font-size:1.4rem}.option-row{display:grid;gap:.45rem;margin-top:1rem}.option-row label,.qty-row label{font-size:.78rem;font-weight:700}.option-row select{width:100%;padding:.78rem;border:1px solid var(--line);border-radius:12px;background:#fff}.qty-row{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.qty-row input{width:74px;padding:.7rem;border:1px solid var(--line);border-radius:10px}.add-cart-button{width:100%;margin-top:1rem}.fineprint{font-size:.77rem;color:var(--muted);margin-top:.7rem}.details{border-top:1px solid var(--line);margin-top:1.7rem;padding-top:1rem}.details h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem}.details li{margin:.4rem 0}.back-link{display:inline-block;margin-bottom:1.2rem;color:var(--gold);font-size:.85rem;font-weight:700}
.notice-page{max-width:900px;margin:0 auto;padding:5rem 1.3rem}.notice-page h1{font-size:clamp(3.2rem,6vw,5.4rem)}.notice-page h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:2.1rem;margin-top:2rem}.notice-page h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.45rem}.notice-page p,.notice-page li{color:#536160}.policy-callout{padding:1.2rem 1.3rem;border-radius:18px;background:var(--cream);border:1px solid var(--line);margin:1.2rem 0}.faq-list{max-width:900px;margin:0 auto;display:grid;gap:.7rem}.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.faq-item button{width:100%;border:0;background:#fff;text-align:left;padding:1.1rem 1.2rem;font-weight:700;display:flex;justify-content:space-between;gap:1rem}.faq-item button span:last-child{color:var(--gold)}.faq-answer{display:none;padding:0 1.2rem 1.2rem;color:var(--muted)}.faq-item.open .faq-answer{display:block}.status{min-height:60vh;display:grid;place-items:center;text-align:center;padding:4rem 1.2rem}.status h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:4rem;margin:.2rem}.status p{color:var(--muted)}
.cart-overlay{position:fixed;inset:0;background:rgba(7,26,31,.44);z-index:80;opacity:0;visibility:hidden;transition:.2s}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:90;transform:translateX(100%);transition:.28s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(11,27,31,.15)}body.cart-open .cart-overlay{opacity:1;visibility:visible}body.cart-open .cart-drawer{transform:translateX(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;border-bottom:1px solid var(--line)}.cart-header h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;margin:0}.cart-close{border:0;background:none;font-size:1.4rem;padding:.5rem}.cart-items{flex:1;overflow:auto;padding:1rem}.cart-empty{text-align:center;color:var(--muted);padding:3rem 1rem}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.8rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:14px}.cart-item h3{font-family:"Cormorant Garamond",Georgia,serif;line-height:1;font-size:1.2rem;margin:.2rem 0}.cart-variant{font-size:.75rem;color:var(--muted)}.cart-item-price{font-size:.82rem;font-weight:700;text-align:right}.cart-qty{display:flex;align-items:center;gap:.35rem;margin-top:.45rem}.cart-qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:#fff}.cart-qty span{min-width:1.3rem;text-align:center;font-size:.82rem}.cart-remove{border:0;background:none;color:var(--gold);font-size:.72rem;padding:0;margin-top:.45rem}.cart-footer{border-top:1px solid var(--line);padding:1rem 1.2rem 1.3rem;background:var(--paper)}.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.05rem}.cart-footer .button{width:100%;margin-top:.9rem}.cart-note{font-size:.72rem;color:var(--muted);margin:.65rem 0 0}.toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,15px);background:var(--ink);color:#fff;padding:.7rem 1rem;border-radius:999px;font-size:.8rem;z-index:100;opacity:0;visibility:hidden;transition:.2s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:1100px){.nav{gap:.85rem;font-size:.8rem}.collection-grid{grid-template-columns:repeat(2,1fr)}.product-card{grid-template-columns:1fr}.product-image{min-height:320px}.shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{grid-template-columns:auto auto 1fr}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:1.2rem;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);white-space:normal}.nav.open{display:flex}.menu-toggle{display:block}.hero,.mosaic-band,.story-strip,.newsletter,.product-layout{grid-template-columns:1fr}.hero{min-height:auto;padding-top:4rem}.hero-mosaic{min-height:440px;max-width:650px;width:100%;margin:auto}.mosaic-band{gap:2rem}.story-mark{min-height:360px}.newsletter{gap:1.5rem}.footer-grid{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(3,1fr)}.product-copy{position:static}.shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.site-header{gap:.45rem;padding:.65rem .8rem}.brand img{width:92px;height:46px}.market-select{max-width:108px;font-size:.72rem;padding:.5rem .55rem}.cart-button{padding:.52rem .62rem}.cart-button .cart-label{display:none}.hero h1{font-size:3.55rem}.hero-mosaic{min-height:350px}.mosaic-suncatcher.large{width:82%}.mosaic-suncatcher.small{width:145px}.light-disc.one{width:300px;height:300px}.light-disc.two{width:170px;height:170px}.benefits{grid-template-columns:1fr}.collection-grid,.shop-grid{grid-template-columns:1fr}.collection-tile{min-height:300px}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-image{min-height:300px}.mosaic-mini-gallery{grid-template-columns:1fr 1fr;grid-template-rows:200px 150px}.mosaic-mini:first-child{grid-column:1/3;grid-row:auto}.story-points{grid-template-columns:1fr}.input-row{flex-direction:column}.button-dark{width:100%}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.gallery-thumbs{grid-template-columns:1fr 1fr}.buy-row{align-items:flex-start;flex-direction:column}.cart-drawer{width:100%}}
.mosaic-badge{position:relative;overflow:hidden}.mosaic-badge .mosaic-suncatcher{position:relative;inset:auto;transform:none;width:118px;aspect-ratio:1;border-width:4px;box-shadow:none}.mosaic-badge .mosaic-grid{gap:2px}.mosaic-badge .hanging-line{display:none}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* --- V3: realistic glass mosaic treatment --- */
.hero-mosaic{
  overflow:hidden;
  border-radius:34px;
  isolation:isolate;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.98) 0 2%,rgba(255,248,218,.62) 3%,transparent 12%),
    radial-gradient(circle at 18% 72%,rgba(255,231,179,.42),transparent 22%),
    radial-gradient(circle at 72% 62%,rgba(180,228,221,.30),transparent 30%),
    linear-gradient(135deg,#fffdf8 0%,#f7eee3 43%,#fdf7ed 68%,#f4eadf 100%);
  box-shadow:inset 0 0 0 1px rgba(168,121,50,.10),0 24px 70px rgba(65,47,28,.08);
}
.hero-mosaic:before{
  content:"";
  position:absolute;
  inset:-16%;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(112deg,transparent 35%,rgba(255,255,255,.7) 44%,transparent 50%),
    linear-gradient(72deg,transparent 48%,rgba(245,207,135,.20) 49%,transparent 58%);
  filter:blur(2px);
  transform:rotate(-4deg);
}
.hero-mosaic:after{
  content:"";
  position:absolute;
  width:310px;height:310px;
  right:-70px;bottom:-90px;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
  background:conic-gradient(from 28deg,rgba(255,124,138,.20),rgba(255,223,125,.22),rgba(132,223,196,.19),rgba(118,183,255,.20),rgba(192,145,255,.16),rgba(255,124,138,.20));
  filter:blur(32px);
  opacity:.68;
}
.hero-mosaic .light-disc,.hero-mosaic .mosaic-suncatcher,.hero-mosaic .spark{z-index:2}
.light-disc{background:rgba(255,255,255,.32);border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 0 45px rgba(255,255,255,.72),0 24px 90px rgba(102,76,41,.10)}
.mosaic-suncatcher{
  overflow:visible;
  border:7px solid rgba(245,238,220,.84);
  background:rgba(255,255,255,.16);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.94),
    inset 0 0 38px rgba(255,255,255,.46),
    0 24px 55px rgba(18,43,46,.16),
    0 0 0 1px rgba(131,96,46,.20);
  -webkit-backdrop-filter:blur(2px) saturate(1.15);
  backdrop-filter:blur(2px) saturate(1.15);
}
.mosaic-suncatcher:before{
  content:"";
  position:absolute;
  inset:2.5%;
  border-radius:50%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 26% 18%,rgba(255,255,255,.96) 0 1.6%,transparent 3%),
    radial-gradient(circle at 73% 36%,rgba(255,255,255,.86) 0 1%,transparent 2.6%),
    linear-gradient(122deg,transparent 32%,rgba(255,255,255,.40) 43%,transparent 52%);
  mix-blend-mode:screen;
}
.mosaic-suncatcher:after{
  content:"";
  position:absolute;
  inset:-5%;
  border-radius:50%;
  z-index:-1;
  pointer-events:none;
  background:conic-gradient(from 45deg,transparent 0 12%,rgba(255,179,183,.24) 17%,rgba(255,229,144,.26) 24%,rgba(146,229,208,.23) 31%,rgba(139,189,255,.22) 38%,rgba(204,158,255,.18) 45%,transparent 53% 100%);
  filter:blur(11px);
  opacity:.66;
  animation:enlytePrism 9s ease-in-out infinite alternate;
}
.mosaic-grid{position:relative;z-index:1;overflow:visible;gap:6px;filter:drop-shadow(0 6px 9px rgba(19,54,57,.16))}
.mosaic-grid span{
  position:relative;
  overflow:hidden;
  border-radius:3px;
  opacity:.93!important;
  border:1px solid rgba(255,255,255,.86);
  background:
    linear-gradient(145deg,rgba(255,255,255,.82) 0 5%,rgba(255,255,255,.18) 16%,transparent 36%),
    linear-gradient(315deg,rgba(6,45,51,.46),rgba(50,113,115,.73) 48%,rgba(136,197,183,.55));
  box-shadow:
    inset 1px 1px 1px rgba(255,255,255,.95),
    inset -1px -1px 2px rgba(12,46,51,.35),
    0 2px 5px rgba(16,55,57,.17);
  -webkit-backdrop-filter:blur(1px) saturate(1.35);
  backdrop-filter:blur(1px) saturate(1.35);
}
.mosaic-grid span:before{
  content:"";
  position:absolute;
  width:165%;height:42%;
  left:-42%;top:2%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),rgba(255,245,211,.55),transparent);
  transform:rotate(-28deg) translateX(-76%);
  opacity:.78;
  animation:enlyteGlassSweep 6.8s ease-in-out infinite;
}
.mosaic-grid span:after{
  content:"";
  position:absolute;
  width:34%;height:34%;
  right:7%;top:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.98) 0 10%,rgba(255,255,255,.68) 11% 20%,transparent 52%);
  filter:blur(.1px);
  opacity:.65;
}
.mosaic-grid span:nth-child(3n){background:linear-gradient(145deg,rgba(255,255,255,.85) 0 7%,rgba(255,255,255,.16) 20%,transparent 37%),linear-gradient(315deg,rgba(71,118,108,.42),rgba(130,187,167,.74) 50%,rgba(224,243,229,.55))}
.mosaic-grid span:nth-child(4n){background:linear-gradient(145deg,rgba(255,255,255,.88) 0 7%,rgba(255,255,255,.18) 18%,transparent 37%),linear-gradient(315deg,rgba(137,87,29,.42),rgba(221,181,106,.78) 48%,rgba(255,225,168,.60))}
.mosaic-grid span:nth-child(7n){background:linear-gradient(145deg,rgba(255,255,255,.92) 0 7%,rgba(255,255,255,.22) 20%,transparent 39%),linear-gradient(315deg,rgba(78,135,141,.34),rgba(151,211,207,.70) 48%,rgba(232,252,247,.64))}
.mosaic-grid span:nth-child(11n){background:linear-gradient(145deg,rgba(255,255,255,.92) 0 7%,rgba(255,255,255,.20) 20%,transparent 39%),linear-gradient(315deg,rgba(119,79,151,.30),rgba(191,160,215,.63) 48%,rgba(248,224,239,.58))}
.mosaic-grid span:nth-child(2n):before{animation-delay:-1.8s}.mosaic-grid span:nth-child(3n):before{animation-delay:-3.2s}.mosaic-grid span:nth-child(5n):before{animation-delay:-4.6s}
.spark{color:#fff;text-shadow:0 0 6px rgba(255,255,255,.95),0 0 18px rgba(238,197,112,.9),0 0 28px rgba(145,215,207,.54);animation:enlyteTwinkle 2.9s ease-in-out infinite}
.spark.s2{animation-delay:-.9s}.spark.s3{animation-delay:-1.7s}
.mosaic-mini{background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.17),transparent 22%),linear-gradient(145deg,#183b40,#0c282e 58%,#193f45)}
.mosaic-mini:before{content:"";position:absolute;inset:-25%;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.13) 48%,transparent 53%);transform:rotate(8deg);pointer-events:none}
.mosaic-mini .mosaic-suncatcher{background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.46),0 18px 44px rgba(0,0,0,.2)}
.coming-card .mosaic-badge{background:radial-gradient(circle at 28% 20%,#2d6265,#102d33 64%);box-shadow:inset 0 0 28px rgba(255,255,255,.08)}

@keyframes enlyteGlassSweep{0%,42%{transform:rotate(-28deg) translateX(-86%);opacity:.16}55%{opacity:.92}72%,100%{transform:rotate(-28deg) translateX(112%);opacity:.15}}
@keyframes enlytePrism{0%{transform:rotate(-3deg) scale(.98);opacity:.38}100%{transform:rotate(7deg) scale(1.035);opacity:.76}}
@keyframes enlyteTwinkle{0%,100%{transform:scale(.72) rotate(0deg);opacity:.35}48%{transform:scale(1.25) rotate(15deg);opacity:1}62%{transform:scale(.88) rotate(28deg);opacity:.62}}
@media (prefers-reduced-motion: reduce){.mosaic-suncatcher:after,.mosaic-grid span:before,.spark{animation:none!important}}

/* --- V4: quieter editorial storefront --- */
:root{
  --cream:#fbf6f0;
  --cream-2:#f3e9df;
  --paper:#fffdfa;
  --ink:#18343b;
  --ink-2:#28474d;
  --gold:#a87a3b;
  --gold-2:#d1b17f;
  --line:#e8d9c8;
  --muted:#6f7775;
  --shadow:0 14px 34px rgba(33,43,40,.07);
  --radius:18px;
}

.announcement{padding:.52rem 1rem;font-size:.68rem;letter-spacing:.18em}
.site-header{padding:.32rem clamp(1rem,3.4vw,3.4rem);gap:1.35rem;background:rgba(255,253,250,.97)}
.brand{display:flex;align-items:center;justify-content:center;min-width:76px}
.brand img{width:78px;height:78px;object-fit:contain;object-position:center;border-radius:0}
.nav{gap:1.1rem;font-size:.82rem}
.market-select{border-radius:8px;background:#fffdf9;padding:.5rem .65rem}
.cart-button{border-radius:8px;padding:.56rem .8rem}
.button{border-radius:8px;padding:.84rem 1.18rem;min-height:44px}
.input-row input{border-radius:8px;background:#fff}
.category-nav a{border-radius:8px}
.page-hero{background:#fbf6f0}
.page-hero h1{font-size:clamp(3rem,6vw,5.6rem)}

.footer-brand img{width:146px;height:142px;object-fit:contain;object-position:center;border-radius:0}

/* Homepage */
.home-v4 main{overflow:hidden}
.home-hero{background:var(--paper);border-bottom:1px solid var(--line)}
.home-hero-picture{display:block;width:100%;background:var(--cream)}
.home-hero-picture img{display:block;width:100%;height:auto;aspect-ratio:2048/682;object-fit:contain;object-position:center}
.home-hero-intro{max-width:780px;margin:0 auto;text-align:center;padding:3rem 1.25rem 3.6rem}
.home-hero-intro h1,.home-section-heading h2,.home-about h2,.home-faq-teaser h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;letter-spacing:-.025em;line-height:1.02}
.home-hero-intro h1{font-size:clamp(2.9rem,5.4vw,5.2rem);margin:.15rem 0 .8rem}
.home-hero-intro>p:not(.eyebrow){max-width:640px;margin:0 auto;color:var(--muted);font-size:1rem}
.home-hero-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.55rem}

.home-section{padding:clamp(3.8rem,7vw,6.5rem) clamp(1.2rem,5vw,5rem)}
.home-section-heading{text-align:center;max-width:690px;margin:0 auto 2rem}
.home-section-heading h2{font-size:clamp(2.45rem,4.2vw,4rem);margin:.1rem 0 .65rem}
.home-section-heading>p:last-child{color:var(--muted);margin:.35rem auto 0}

.home-categories{background:#fff}
.home-category-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.home-category-grid a{position:relative;display:flex;min-width:0;flex-direction:column;gap:.24rem;padding:1.3rem 1.1rem;border-right:1px solid var(--line);transition:.2s;background:#fff}
.home-category-grid a:last-child{border-right:0}
.home-category-grid a:hover{background:var(--cream)}
.home-category-grid span{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.45rem;font-weight:600;line-height:1.05}
.home-category-grid small{font-size:.75rem;color:var(--muted);line-height:1.4;padding-right:1.2rem}
.home-category-grid b{position:absolute;right:1rem;bottom:1.05rem;color:var(--gold);font-weight:500}

.home-featured{background:var(--cream)}
.home-product-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.home-product-card,.home-coming-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:none}
.home-product-image{position:relative;display:block;aspect-ratio:4/3;background:#f7efe5;overflow:hidden}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:.3s}
.home-product-card:hover .home-product-image img{transform:scale(1.015)}
.home-size-note{position:absolute;right:.8rem;top:.8rem;background:rgba(255,253,250,.94);border:1px solid var(--line);border-radius:7px;padding:.42rem .6rem;font-size:.7rem;font-weight:700}
.home-product-copy{padding:1.2rem 1.2rem 1.25rem}
.home-product-copy h3,.home-coming-card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.85rem;line-height:1.05;margin:.25rem 0 .45rem}
.home-product-copy>p:not(.product-kicker),.home-coming-card p{color:var(--muted);font-size:.86rem;margin:.2rem 0 1rem}
.home-product-meta{display:flex;justify-content:space-between;align-items:center;gap:.8rem;border-top:1px solid var(--line);padding-top:1rem}
.home-product-meta .button{padding:.68rem .9rem;min-height:40px;font-size:.78rem}
.home-coming-card{display:grid;grid-template-rows:1fr auto;min-height:100%}
.home-coming-art{min-height:220px;background-image:linear-gradient(rgba(255,253,250,.06),rgba(255,253,250,.1)),url('/assets/images/enlyte-banner-wide.png');background-size:auto 100%;background-position:2% center;background-repeat:no-repeat;border-bottom:1px solid var(--line)}
.home-coming-card>div:last-child{padding:1.2rem}

.home-about{display:grid;grid-template-columns:1.35fr .65fr;gap:2rem;align-items:center;padding:clamp(3.8rem,7vw,6rem) clamp(1.2rem,6vw,6rem);background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.home-about-copy{max-width:720px}
.home-about h2{font-size:clamp(2.55rem,4.6vw,4.25rem);margin:.1rem 0 .8rem}
.home-about-copy>p:not(.eyebrow){color:var(--muted);max-width:640px}
.home-about-note{border-left:1px solid var(--line);padding:1rem 0 1rem 2rem;display:grid;gap:.35rem}
.home-about-note strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.6rem}
.home-about-note span{color:var(--muted);font-size:.82rem;max-width:340px}

.home-newsletter{background:var(--cream);padding-top:clamp(3.5rem,6vw,5.5rem);padding-bottom:clamp(3.5rem,6vw,5.5rem)}
.home-newsletter h2{font-size:clamp(2.35rem,4vw,3.7rem);margin:.15rem 0 .7rem}
.home-newsletter .newsletter-form{max-width:600px;justify-self:end;width:100%}

.home-faq-teaser{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.4rem clamp(1.2rem,6vw,6rem);background:#fff}
.home-faq-teaser h2{font-size:clamp(2rem,3.4vw,3.15rem);margin:0}
.home-faq-teaser .eyebrow{margin-bottom:.4rem}

@media(max-width:1100px){
  .home-category-grid{grid-template-columns:repeat(3,1fr)}
  .home-category-grid a:nth-child(3){border-right:0}
  .home-category-grid a:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .home-product-grid{grid-template-columns:1fr 1fr}
  .home-coming-card{grid-column:1/3;grid-template-columns:.8fr 1.2fr;grid-template-rows:auto}
  .home-coming-art{min-height:230px;border-bottom:0;border-right:1px solid var(--line)}
}
@media(max-width:900px){
  .brand img{width:68px;height:68px}
  .home-about{grid-template-columns:1fr}
  .home-about-note{border-left:0;border-top:1px solid var(--line);padding:1.25rem 0 0}
}
@media(max-width:680px){
  .site-header{padding:.28rem .75rem}
  .brand{min-width:58px}
  .brand img{width:58px;height:58px}
  .home-hero-picture img{aspect-ratio:2048/682;object-fit:contain}
  .home-hero-intro{padding:2.35rem 1rem 2.8rem}
  .home-section{padding:3.25rem 1rem}
  .home-category-grid{grid-template-columns:1fr;border-radius:10px}
  .home-category-grid a,.home-category-grid a:nth-child(3),.home-category-grid a:nth-child(-n+3){border-right:0;border-bottom:1px solid var(--line)}
  .home-category-grid a:last-child{border-bottom:0}
  .home-product-grid{grid-template-columns:1fr}
  .home-coming-card{grid-column:auto;grid-template-columns:1fr}
  .home-coming-art{border-right:0;border-bottom:1px solid var(--line);min-height:210px}
  .home-product-meta{align-items:flex-start;flex-direction:column}
  .home-faq-teaser{align-items:flex-start;flex-direction:column;padding:2rem 1rem}
  .home-faq-teaser .button{width:100%}
  .footer-brand img{width:120px;height:118px}
}


/* V5 preview/deployment hardening */
.brand{min-width:104px}
.brand img{width:104px!important;height:96px!important;object-fit:contain!important;object-position:center!important;display:block!important}
.footer-brand img{object-fit:contain!important;object-position:center!important}
@media(max-width:620px){.brand{min-width:78px}.brand img{width:78px!important;height:74px!important}}


/* --- V6 navigation, full logo lockups, currency selector and socials --- */
.site-header{
  grid-template-columns:120px minmax(0,1fr) auto;
  gap:clamp(.9rem,2vw,1.8rem);
  padding:.48rem clamp(1rem,3.2vw,3.2rem);
}
.brand{width:120px;min-width:120px;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.brand img{
  width:112px!important;
  height:88px!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
}
.nav{font-size:1rem;gap:clamp(.8rem,1.55vw,1.5rem);font-weight:500;letter-spacing:-.01em}
.market-select.currency-select{min-width:92px;font-size:.9rem;font-weight:600;padding:.58rem .72rem;border-radius:8px}
.footer-brand img{
  width:178px!important;
  height:142px!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  margin:0 0 .75rem;
}
.footer-socials{display:flex;align-items:center;gap:.65rem;margin-top:1.15rem}
.footer-socials a{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;transition:.2s ease}
.footer-socials a:hover{color:var(--gold-2);border-color:var(--gold-2);transform:translateY(-1px)}
.footer-socials svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-socials a:nth-child(2) svg{fill:currentColor;stroke:none;width:20px;height:20px}
@media(max-width:1180px){.nav{font-size:.92rem;gap:.82rem}.site-header{grid-template-columns:105px minmax(0,1fr) auto}.brand{width:105px;min-width:105px}.brand img{width:98px!important;height:80px!important}}
@media(max-width:980px){.site-header{grid-template-columns:auto auto 1fr}.brand{width:96px;min-width:96px}.brand img{width:90px!important;height:74px!important}.nav{font-size:1rem}}
@media(max-width:620px){.brand{width:74px;min-width:74px}.brand img{width:70px!important;height:62px!important}.market-select.currency-select{min-width:80px;max-width:86px;font-size:.78rem;padding:.48rem .5rem}.footer-brand img{width:150px!important;height:120px!important}}

/* V6 horizontal logo lockups */
.site-header{grid-template-columns:190px minmax(0,1fr) auto;padding:.58rem clamp(1rem,3.2vw,3.2rem)}
.brand{width:190px;min-width:190px}
.brand img{width:182px!important;height:56px!important;object-fit:contain!important}
.footer-brand img{width:270px!important;height:82px!important;object-fit:contain!important;margin:0 0 .8rem}
@media(max-width:1180px){.site-header{grid-template-columns:165px minmax(0,1fr) auto}.brand{width:165px;min-width:165px}.brand img{width:158px!important;height:50px!important}.nav{font-size:.92rem;gap:.72rem}}
@media(max-width:980px){.site-header{grid-template-columns:auto auto 1fr}.brand{width:150px;min-width:150px}.brand img{width:144px!important;height:48px!important}.nav{font-size:1rem}}
@media(max-width:620px){.brand{width:112px;min-width:112px}.brand img{width:108px!important;height:42px!important}.footer-brand img{width:230px!important;height:70px!important}}


/* --- V7 transparent header logo --- */
.brand img{width:182px!important;height:68px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important}
@media(max-width:1180px){.brand img{width:158px!important;height:60px!important}}
@media(max-width:980px){.brand img{width:144px!important;height:56px!important}}
@media(max-width:620px){.brand img{width:108px!important;height:46px!important}}


/* --- V9 product-card alignment --- */
.home-product-grid{align-items:stretch}
.home-product-card,.home-coming-card{height:100%;display:flex;flex-direction:column}
.home-product-image,.home-coming-art{flex:0 0 auto;aspect-ratio:4/3;min-height:0}
.home-coming-card{min-height:0;grid-template-rows:none}
.home-coming-art{min-height:0;border-bottom:1px solid var(--line);border-right:0}
.home-product-copy,.home-coming-copy{display:grid;grid-template-rows:auto minmax(4.15rem,auto) minmax(4.25rem,auto) 1fr auto;height:100%;padding:1.2rem 1.2rem 1.25rem}
.home-product-copy .product-kicker,.home-coming-copy .product-kicker{align-self:start}
.home-product-copy h3,.home-coming-copy h3{margin:.25rem 0 .45rem;align-self:start}
.home-product-copy>p:not(.product-kicker),.home-coming-copy>p:not(.product-kicker){margin:.2rem 0 0;align-self:start}
.home-product-meta,.home-coming-meta{margin-top:1rem;min-height:58px;align-self:end;width:100%;border-top:1px solid var(--line);padding-top:1rem}
.home-coming-meta{display:flex;align-items:center;justify-content:flex-start}
.home-coming-meta .text-link{display:inline-flex;align-items:center;min-height:40px}
@media(max-width:1100px){
  .home-coming-card{grid-column:1/3;display:grid;grid-template-columns:.8fr 1.2fr}
  .home-coming-art{aspect-ratio:auto;min-height:230px;border-bottom:0;border-right:1px solid var(--line)}
  .home-coming-copy{min-height:230px}
}
@media(max-width:680px){
  .home-coming-card{grid-column:auto;display:flex;flex-direction:column}
  .home-coming-art{aspect-ratio:4/3;min-height:0;border-right:0;border-bottom:1px solid var(--line)}
  .home-product-copy,.home-coming-copy{grid-template-rows:auto auto auto 1fr auto}
  .home-product-meta,.home-coming-meta{min-height:0}
}

/* --- V10 interactive product gallery --- */
.product-gallery{min-width:0}
.gallery-stage{position:relative;aspect-ratio:1/1;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.gallery-stage-media{width:100%;height:100%;display:grid;place-items:center;background:#fff}
.gallery-stage-media img,.gallery-stage-media video{width:100%;height:100%;object-fit:contain;display:block;background:#fff}
.gallery-zoom-trigger{width:100%;height:100%;border:0;padding:0;background:#fff;cursor:zoom-in;display:block}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(24,52,59,.18);background:rgba(255,253,250,.9);box-shadow:0 5px 20px rgba(18,39,43,.12);display:grid;place-items:center;font-size:1.9rem;line-height:1;color:var(--ink);backdrop-filter:blur(8px)}
.gallery-arrow:hover{background:#fff;border-color:var(--gold)}
.gallery-arrow-prev{left:.75rem}.gallery-arrow-next{right:.75rem}
.gallery-counter{position:absolute;left:1rem;bottom:.9rem;z-index:3;background:rgba(24,52,59,.84);color:#fff;padding:.34rem .58rem;border-radius:999px;font-size:.72rem;letter-spacing:.04em}
.gallery-zoom-hint{position:absolute;right:1rem;bottom:.9rem;z-index:3;background:rgba(255,253,250,.9);border:1px solid rgba(24,52,59,.12);padding:.34rem .58rem;border-radius:999px;font-size:.7rem;color:var(--ink);pointer-events:none}
.gallery-stage.is-video .gallery-zoom-hint{display:none}
.gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(86px,1fr);gap:.65rem;margin-top:.8rem;overflow-x:auto;padding:.12rem .08rem .3rem;scrollbar-width:thin}
.gallery-thumb{position:relative;padding:0;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff;aspect-ratio:1/1;min-width:86px;opacity:.72;transition:border-color .18s,opacity .18s,transform .18s}
.gallery-thumb:hover{opacity:1;transform:translateY(-1px)}
.gallery-thumb.is-active{opacity:1;border:2px solid var(--gold)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-video-badge{position:absolute;left:50%;bottom:.42rem;transform:translateX(-50%);background:rgba(24,52,59,.88);color:#fff;border-radius:999px;padding:.28rem .5rem;font-size:.65rem;font-weight:700;white-space:nowrap}
.gallery-lightbox{position:fixed;inset:0;z-index:120;display:none;background:rgba(8,20,24,.92);padding:1rem}
.gallery-lightbox.open{display:block}
.gallery-lightbox-dialog{position:relative;width:100%;height:100%;overflow:auto;display:grid;place-items:center;padding:3rem 1rem 1rem}
.gallery-lightbox-close{position:fixed;right:1.2rem;top:1.2rem;z-index:2;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#fff;font-size:1.9rem;line-height:1;backdrop-filter:blur(8px)}
.gallery-lightbox-image{max-width:min(92vw,1500px);max-height:86vh;object-fit:contain;cursor:zoom-in;transition:width .18s ease;box-shadow:0 18px 50px rgba(0,0,0,.3)}
.gallery-lightbox-image.zoomed{max-width:none;max-height:none;width:160vw;height:auto;cursor:zoom-out}
.gallery-lightbox-tip{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);color:#fff;background:rgba(8,20,24,.7);border:1px solid rgba(255,255,255,.18);padding:.42rem .7rem;border-radius:999px;font-size:.72rem;pointer-events:none}
body.gallery-lightbox-open{overflow:hidden}
@media(max-width:620px){
  .gallery-stage{border-radius:14px}
  .gallery-arrow{width:38px;height:38px;font-size:1.65rem}
  .gallery-arrow-prev{left:.45rem}.gallery-arrow-next{right:.45rem}
  .gallery-counter{left:.65rem;bottom:.6rem}.gallery-zoom-hint{right:.65rem;bottom:.6rem}
  .gallery-thumbs{grid-auto-columns:78px;gap:.5rem}.gallery-thumb{min-width:78px}
  .gallery-lightbox-image.zoomed{width:220vw}
}
.gallery-thumbs{grid-template-columns:none!important}
.gallery-thumb img{aspect-ratio:auto!important;border:0!important;border-radius:0!important;object-position:center!important}


/* ===== V11 merchandising, SEO product pages, About and policies ===== */
.category-nav-cards{max-width:1000px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}
.category-nav-cards a{min-height:94px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem .9rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;text-align:left;font-weight:700;box-shadow:0 7px 18px rgba(38,44,41,.035);transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}
.category-nav-cards a:hover{transform:translateY(-3px);border-color:var(--gold-2);box-shadow:0 12px 30px rgba(38,44,41,.08)}
.category-nav-cards a.active{background:var(--ink);border-color:var(--ink);color:#fff}.category-nav-cards a.active .category-nav-icon{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24)}
.category-nav-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;color:var(--gold)}.category-nav-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.category-nav-cards b{font-size:1.05rem;color:var(--gold);font-weight:500}
.shop-hero{padding-bottom:3.3rem}.shop-section{padding-top:4rem}.compact-heading{max-width:780px}.shop-grid-v2{align-items:stretch}.product-card-v2{display:flex;flex-direction:column;min-height:100%;box-shadow:0 9px 26px rgba(33,43,40,.045);transition:transform .25s,box-shadow .25s,border-color .25s}.product-card-v2:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(33,43,40,.11);border-color:#dec8aa}.product-card-v2 .product-image{display:block;min-height:0;aspect-ratio:1.08/1;background:#f7f1e9}.product-card-v2 .product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .36s,transform .45s}.product-image-secondary{opacity:0}.product-card-v2:hover .product-image-primary{opacity:0}.product-card-v2:hover .product-image-secondary{opacity:1;transform:scale(1.035)}.product-card-v2 .badge{display:inline-flex;align-items:center;justify-content:center;height:30px;min-height:30px;padding:0 .72rem;line-height:1;white-space:nowrap}.image-hover-label{position:absolute;right:.8rem;bottom:.8rem;background:rgba(255,253,250,.93);border:1px solid var(--line);border-radius:8px;padding:.42rem .6rem;font-size:.7rem;font-weight:700;opacity:0;transform:translateY(4px);transition:.2s}.product-card-v2:hover .image-hover-label{opacity:1;transform:none}.product-card-v2 .product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.product-card-v2 .product-desc{min-height:4.5em}.card-price-line{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;padding-top:.85rem;border-top:1px solid var(--line)}.stock-note,.collection-note{font-size:.74rem;color:var(--muted)}.product-card-v2 .product-actions{width:100%}.product-card-v2 .product-actions .button{flex:1}.collection-product-card .product-image img{object-position:17% center}.collection-product-card .mosaic-card-img{object-position:5% center}.category-product-grid{grid-template-columns:minmax(0,390px);justify-content:center}.seo-collection-copy,.collection-feature-row{max-width:1200px;margin:0 auto 5rem;padding:2rem clamp(1.2rem,5vw,4rem);border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:start}.seo-collection-copy h2,.collection-feature-copy h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1;margin:.2rem 0}.seo-collection-copy>p,.collection-feature-copy p{color:var(--muted)}.collection-feature-row{align-items:center;border:1px solid var(--line);border-radius:20px;overflow:hidden;padding:0;grid-template-columns:1fr 1fr}.collection-feature-row.reverse{direction:rtl}.collection-feature-row.reverse>*{direction:ltr}.collection-feature-row img{width:100%;height:100%;min-height:390px;object-fit:cover;object-position:15% center}.collection-feature-copy{padding:clamp(2rem,5vw,4.5rem)}

.product-page-v11{padding-bottom:0}.product-layout-v11{max-width:1260px;grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr)}.product-copy-v11{top:108px}.product-copy-v11 h1{font-size:clamp(3rem,4.8vw,5.1rem)}.product-lead{font-size:1.13rem!important;line-height:1.65;color:var(--ink)!important}.product-story-short{color:var(--muted);font-size:.94rem}.product-feature-grid{display:grid;grid-template-columns:1fr;gap:.55rem;margin:1.3rem 0}.product-feature{display:grid;grid-template-columns:42px 1fr;gap:.75rem;align-items:center;padding:.72rem .8rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.62)}.product-feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--cream);color:var(--gold)}.product-feature-icon svg,.product-info-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.product-feature strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.25rem;line-height:1}.product-feature span:not(.product-feature-icon){display:block;color:var(--muted);font-size:.75rem;margin-top:.18rem}.buy-panel-v11{border-radius:15px;box-shadow:0 8px 25px rgba(30,40,39,.05)}.in-stock-badge{font-size:.72rem;font-weight:700;background:#eff4ef;border:1px solid #cfdece;padding:.35rem .55rem;border-radius:999px}.buy-trust{display:grid;grid-template-columns:1fr;gap:.25rem;margin-top:.75rem;color:var(--muted);font-size:.7rem}.buy-trust span:before{content:"✓";color:var(--gold);margin-right:.42rem;font-weight:800}.product-info-stack{border-top:1px solid var(--line);margin-top:1.4rem}.product-info-detail{border-bottom:1px solid var(--line)}.product-info-detail summary{list-style:none;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:.6rem;padding:1rem 0;cursor:pointer;font-weight:700}.product-info-detail summary::-webkit-details-marker{display:none}.product-info-icon{width:32px;height:32px;border-radius:8px;background:var(--cream);display:grid;place-items:center;color:var(--gold)}.product-info-detail summary b{font-size:1.25rem;font-weight:400;transition:.2s}.product-info-detail[open] summary b{transform:rotate(45deg)}.product-info-body{padding:0 0 1rem 2.5rem;color:var(--muted);font-size:.88rem}.product-info-body ul,.product-info-body ol{padding-left:1.15rem}.product-info-body li{margin:.35rem 0}.product-editorial-section{max-width:1260px;margin:5.5rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;padding:0 clamp(1.2rem,4vw,3rem)}.product-editorial-section.reverse .product-editorial-image{order:2}.product-editorial-image img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:20px}.product-editorial-copy h2,.product-faq-section h2,.cross-sell h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,4.6vw,4.2rem);line-height:1;margin:.2rem 0 1rem}.product-editorial-copy p:not(.eyebrow){color:var(--muted)}.product-faq-section{max-width:980px;margin:5.5rem auto;padding:0 1.2rem}.product-faq-list{border-top:1px solid var(--line)}.product-faq-item{border-bottom:1px solid var(--line)}.product-faq-item summary{list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.2rem 0;cursor:pointer;font-weight:700}.product-faq-item summary::-webkit-details-marker{display:none}.product-faq-item summary b{font-size:1.35rem;font-weight:400;transition:.2s}.product-faq-item[open] summary b{transform:rotate(45deg)}.product-faq-item>div{color:var(--muted);padding:0 2rem 1.1rem 0}.cross-sell{max-width:1160px;margin:0 auto 5.5rem;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;background:var(--cream)}.cross-sell>div{padding:clamp(2rem,5vw,4rem);align-self:center}.cross-sell img{width:100%;height:100%;min-height:340px;object-fit:cover}.cross-sell p:not(.eyebrow){color:var(--muted)}

.about-hero{padding-bottom:4rem}.about-intro-v11{max-width:1260px;margin:5rem auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,5.5rem);align-items:center;padding:0 1.2rem}.about-media-collage{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1.25fr .75fr;gap:.75rem}.about-media-collage img{width:100%;height:100%;object-fit:cover;border-radius:17px}.about-media-wide{grid-column:1/3;object-position:center}.about-intro-copy h2,.about-levels h2,.about-categories-v11 h2,.about-process h2,.about-cta h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.7rem,5vw,4.8rem);line-height:.98;margin:.2rem 0 1rem}.about-intro-copy p:not(.eyebrow){color:var(--muted)}.about-levels{background:var(--cream);padding:5.5rem clamp(1.2rem,5vw,5rem)}.level-grid{max-width:1180px;margin:2.4rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.level-grid>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.35rem;min-height:220px}.level-grid span{color:var(--gold);font-weight:700;letter-spacing:.14em}.level-grid h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.7rem;margin:.7rem 0 .4rem}.level-grid p{color:var(--muted);font-size:.85rem}.about-values-v11{max-width:1180px;margin:5rem auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 1.2rem}.about-value{padding:1.4rem;border-top:2px solid var(--gold-2)}.about-value>svg{width:28px;height:28px;fill:none;stroke:var(--gold);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.about-value h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.65rem;line-height:1.05}.about-value p{color:var(--muted);font-size:.84rem}.about-categories-v11{padding:5rem clamp(1.2rem,5vw,5rem);background:#fff}.about-category-grid{max-width:1180px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.about-category-grid a{border:1px solid var(--line);border-radius:16px;padding:1.4rem;transition:.22s}.about-category-grid a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--gold-2)}.about-category-grid a>span{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:var(--cream);color:var(--gold)}.about-category-grid svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.about-category-grid h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.8rem;margin:.9rem 0 .4rem}.about-category-grid p{color:var(--muted);font-size:.83rem;min-height:6em}.about-category-grid b{color:var(--gold);font-size:.8rem}.about-process{max-width:1120px;margin:5rem auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem;padding:0 1.2rem}.about-process-steps{display:grid;gap:.8rem}.about-process-steps p{display:grid;grid-template-columns:180px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);margin:0}.about-process-steps span{color:var(--muted)}.about-cta{text-align:center;padding:5rem 1.2rem;background:var(--cream)}.about-cta>div{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}.faq-section-v11{max-width:1100px;margin:auto}.faq-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:end;margin-bottom:2.5rem}.faq-intro-grid h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1;margin:.2rem 0}.faq-intro-grid>p{color:var(--muted)}
.shipping-page-v11{max-width:1000px}.policy-lead{font-size:1.05rem;color:var(--muted);margin-bottom:2rem}.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin:1.2rem 0 2rem}.policy-grid section{border:1px solid var(--line);border-radius:14px;padding:1.25rem;background:#fff}.policy-grid h2,.policy-grid h3{margin-top:0}.policy-highlight{display:grid;grid-template-columns:60px 1fr;gap:1rem;background:var(--cream);border:1px solid var(--gold-2);border-radius:16px;padding:1.4rem;margin:2.2rem 0}.policy-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800;font-size:1.2rem}

@media(max-width:1000px){.category-nav-cards{grid-template-columns:repeat(3,1fr)}.level-grid,.about-values-v11,.about-category-grid{grid-template-columns:repeat(2,1fr)}.about-intro-v11{grid-template-columns:1fr}.product-editorial-section,.cross-sell,.collection-feature-row,.seo-collection-copy{grid-template-columns:1fr}.product-editorial-section.reverse .product-editorial-image{order:0}.collection-feature-row.reverse{direction:ltr}.about-process{grid-template-columns:1fr;gap:1.5rem}}
@media(max-width:900px){.product-layout-v11{grid-template-columns:1fr}.product-copy-v11{position:static}.product-card-v2 .product-desc{min-height:0}}
@media(max-width:680px){.category-nav-cards{grid-template-columns:1fr 1fr}.category-nav-cards a{min-height:76px}.shop-grid-v2{grid-template-columns:1fr}.level-grid,.about-values-v11,.about-category-grid,.policy-grid{grid-template-columns:1fr}.about-process-steps p{grid-template-columns:1fr;gap:.25rem}.faq-intro-grid{grid-template-columns:1fr;gap:.5rem}.product-editorial-section{margin-top:3.5rem}.cross-sell{margin-left:1rem;margin-right:1rem}.product-info-body{padding-left:0}.about-media-collage{grid-template-columns:1fr;grid-template-rows:auto}.about-media-wide{grid-column:auto}.about-category-grid p{min-height:0}}

/* --- V12: scalable navigation + colouring books --- */
.home-category-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:.7rem;border:0;background:transparent;overflow:visible}
.home-category-grid a{border:1px solid var(--line)!important;border-radius:12px;background:#fff}
.category-nav-cards{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));max-width:1120px}
.about-category-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-digital-card .home-product-image img{object-position:center}
.digital-product-card .product-image img{object-position:center}
.digital-product-card .product-image-secondary{object-fit:cover}
.digital-product-page .gallery-stage-media img{object-fit:contain;background:#fff}
.digital-product-page .gallery-thumb img{object-fit:cover}
.digital-buy-panel .button{width:100%;margin-top:.8rem}
.button-disabled{display:inline-flex;align-items:center;justify-content:center;opacity:.62;cursor:not-allowed;pointer-events:none}
.digital-access-button{margin-top:.6rem!important}
.digital-offer-title{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.55rem;font-weight:700;margin-top:.08rem}
@media(max-width:900px){.home-product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.home-product-grid{grid-template-columns:1fr}.category-nav-cards{grid-template-columns:1fr 1fr}.home-category-grid{grid-template-columns:1fr}.home-category-grid a{border:1px solid var(--line)!important}}
@media(max-width:1000px){.category-nav-cards{grid-template-columns:repeat(3,1fr)}}
