@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root{--bg:#fcfbf8;--paper:#fff;--ink:#201e1f;--muted:#716d69;--line:#e8e2dc;--rose:#cf6179;--max:1200px}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif} a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.wrap{max-width:var(--max);margin:auto;padding:0 28px}
.header{border-bottom:1px solid var(--line);background:#fffdfb;position:sticky;top:0;z-index:20}.nav{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center;min-width:0}.brand img{max-height:54px;max-width:160px;width:auto}.site-logo{display:block;max-width:180px;max-height:58px;width:auto;height:auto;object-fit:contain}.brand-text{font:italic 34px 'Playfair Display';letter-spacing:-2px}.brand small{font:600 8px 'DM Sans';letter-spacing:3px;text-transform:uppercase;display:block;text-align:center}.menu{display:flex;gap:32px;font-size:14px;font-weight:700}.menu a:hover{color:var(--rose)}
.cart-simple{justify-self:end;width:28px;height:28px;display:flex;align-items:center;justify-content:center;position:relative;color:var(--ink);text-decoration:none;transition:color .2s ease,transform .2s ease}.cart-simple:hover{color:var(--rose);transform:translateY(-1px)}.cart-simple svg{display:block;width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.cart-simple b{position:absolute;right:-9px;top:-8px;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--rose);color:#fff;font:700 9px/1 'DM Sans',sans-serif}
.hero{padding:58px 0 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.kicker{font-size:11px;letter-spacing:2.4px;color:var(--rose);font-weight:700;text-transform:uppercase}.hero h1,h1,h2,h3{font-family:'Playfair Display',serif;font-weight:500;letter-spacing:-1.5px}.hero h1{font-size:clamp(46px,6vw,76px);line-height:.98;margin:16px 0}.hero h1 i{color:var(--rose)}.hero p,.head p,.desc{color:var(--muted);line-height:1.65}.hero-img{height:560px;background:#f2efec;overflow:hidden;position:relative}.hero-img img,.hero-img video{width:100%;height:100%;object-fit:cover;display:block}.hero-video,.brand-video{background:#f2efec}.btn{display:inline-block;border:1px solid var(--ink);padding:13px 19px;background:#fff;font:700 13px 'DM Sans';cursor:pointer}.btn.dark{background:var(--ink);color:#fff}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:56px;white-space:nowrap;padding:15px 0}.ticker-track{display:inline-block;animation:marquee 24s linear infinite;font:italic 18px 'Playfair Display';will-change:transform}.ticker span,.ticker b{margin-right:34px}.ticker b{color:var(--rose)}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.section{padding:86px 0}.head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:32px}.head h2{font-size:clamp(33px,4vw,52px);margin:7px 0 0;line-height:1.05}.head p{max-width:360px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product{border:1px solid var(--line);background:#fff;min-width:0}.photo{height:430px;overflow:hidden;background:#eee;position:relative}.photo img{width:100%;height:100%;object-fit:cover;transition:.3s}.product:hover .photo img{transform:scale(1.03)}.label{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;font-size:10px;font-weight:700}.info{padding:17px 18px 18px}.topline{display:flex;gap:10px;justify-content:space-between;align-items:start}.topline h3{font-size:22px;margin:0;min-width:0}.price{font-weight:700;white-space:nowrap}.desc{font-size:13px;margin:8px 0 13px;min-height:43px;overflow:hidden}.center{text-align:center;margin-top:30px}
.about{background:#eeece7}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:66px;align-items:center}.about-photo{height:590px}.about-photo img,.about-photo video{height:100%;width:100%;object-fit:cover;display:block}.about h2{font-size:clamp(36px,4.5vw,60px);line-height:1.03;margin:14px 0 20px}.about-copy{color:var(--muted);line-height:1.7}.html-block{margin-top:18px;line-height:1.7;color:var(--muted)}.features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.feature{background:#fff;padding:18px;color:var(--ink);font-size:14px}.feature b{display:block;color:var(--rose);font-size:11px;letter-spacing:1px;margin-bottom:7px}
.collage-section{background:#fcfbf8}.collage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collage-grid figure{margin:0;aspect-ratio:1/1;overflow:hidden;background:#eee}.collage-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.collage-grid figure:hover img{transform:scale(1.07)}
.page{padding:72px 0;min-height:55vh}.page h1{font-size:55px}.checkout{max-width:700px}.form{display:grid;gap:11px;margin-top:24px}.form input,.form select{padding:14px;border:1px solid var(--line);font:inherit;background:#fff}.notice{padding:14px;background:#fff1f3;border-left:3px solid var(--rose)}.gallery{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.gallery img{width:70px;height:70px;object-fit:cover;border:1px solid var(--line)}
.footer{background:var(--ink);color:#fff;padding:55px 0 25px}.foot{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}.footer p,.footer a{color:#c9c4c0;font-size:13px;line-height:1.9}.footer h4{font-size:11px;letter-spacing:2px;text-transform:uppercase}.copy{border-top:1px solid #494344;margin-top:28px;padding-top:16px;font-size:11px;color:#999}.footer-logo{display:block;max-width:170px;max-height:58px;width:auto!important;height:auto!important;object-fit:contain}.footer-brand{margin-bottom:15px}.footer .brand-text,.footer .brand small{color:#fff}
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-main-image{height:580px;background:#f2efec}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-copy h1{font-size:clamp(44px,5vw,72px);margin:14px 0}.product-copy h2{font-size:42px;margin:26px 0}.lead{color:var(--muted);line-height:1.7}.cart-list{display:grid;gap:10px;margin:20px 0}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);padding:10px}.cart-item img{width:64px;height:64px;object-fit:cover}.content-page{max-width:850px}.content-page .html-block{font-size:17px}.product .info{min-height:185px;display:flex;flex-direction:column}.product .info .btn{margin-top:auto;align-self:flex-start}.product .desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:62px}
@media(max-width:900px){.collage-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.wrap{padding:0 18px}.nav{height:72px;grid-template-columns:1fr auto}.menu{display:none}.site-logo{max-width:135px;max-height:46px}.footer-logo{max-width:145px;max-height:50px}.hero{padding-top:28px}.hero-grid,.about-grid,.product-page{grid-template-columns:1fr;gap:28px}.hero-img{height:410px}.product-main-image{height:440px}.products{grid-template-columns:1fr}.photo{height:430px}.about-photo{height:450px}.head{display:block}.head p{margin-top:14px}.section{padding:60px 0}.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:1/-1}.page{padding:48px 0}.page h1{font-size:42px}.ticker-track{animation-duration:18s}.collage-grid{grid-template-columns:1fr 1fr;gap:10px}}
@media(prefers-reduced-motion:reduce){.ticker-track{animation:none}.collage-grid img,.photo img,.cart-simple{transition:none}}


/* v7 product gallery + lightbox */
.product-gallery{min-width:0}.product-main-image{position:relative;cursor:zoom-in;user-select:none;touch-action:pan-y;background:#f2efec;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.gallery.thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumb-btn{width:74px;height:74px;border:1px solid var(--line);background:#fff;padding:0;cursor:pointer;overflow:hidden;opacity:.72;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.thumb-btn:hover,.thumb-btn.active{opacity:1;border-color:var(--rose)}.thumb-btn.active{transform:translateY(-1px)}.thumb-btn img{width:100%;height:100%;object-fit:cover;display:block;border:0}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.82);color:var(--ink);font-size:34px;line-height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:background .2s ease,color .2s ease}.gallery-arrow:hover{background:var(--ink);color:#fff}.gallery-arrow.prev{left:12px}.gallery-arrow.next{right:12px}.lightbox{position:fixed;inset:0;background:rgba(20,18,18,.88);z-index:999;display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,92vw);max-height:88vh;width:auto;height:auto;object-fit:contain;box-shadow:0 20px 50px rgba(0,0,0,.35)}.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox-close{top:18px;right:18px;width:44px;height:44px;border-radius:50%;font-size:32px;line-height:1}.lightbox-nav{top:50%;transform:translateY(-50%);width:48px;height:58px;border-radius:30px;font-size:46px;line-height:1}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.24)}.lightbox-lock{overflow:hidden}.admin-image-link{display:inline-block}.admin-image-link:hover img,.gallery-admin a:first-child:hover img{outline:2px solid #cf6179;outline-offset:2px}.gallery-admin figure a:first-child{display:block;padding:0}.gallery-admin figure a:last-child{font-size:12px;color:#b33;display:block;padding-top:5px}
@media(max-width:760px){.thumb-btn{width:64px;height:64px}.gallery-arrow{width:34px;height:34px;font-size:30px}.lightbox{padding:18px}.lightbox-nav{width:42px;height:52px;font-size:40px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{top:10px;right:10px}}
