:root{
  --bg:#fbf8f4;
  --paper:#fffdfb;
  --line:#eadfd6;
  --text:#413a36;
  --muted:#7d716c;
  --gold:#bd8a54;
  --rose:#d46d74;
  --rose-dark:#bd4b5f;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.65}
a{color:inherit}
img{display:block;max-width:100%;object-fit:cover}
.site-header{height:96px;background:rgba(255,253,251,.96);border-bottom:1px solid var(--line);display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:26px;padding:0 58px;position:sticky;top:0;z-index:20}
.brand,.footer-brand{text-decoration:none;text-align:center;color:var(--gold);line-height:1}
.brand-mark{display:block;font-family:Cinzel,serif;font-size:26px;font-weight:700;letter-spacing:-1px}
.brand-name{display:block;font-family:Cinzel,serif;font-size:24px;font-weight:600;letter-spacing:.5px;margin-top:5px}
.brand-sub{display:block;font-size:10px;font-weight:600;letter-spacing:8px;margin:8px 0 0 8px}
.brand.has-logo{display:flex;align-items:center;justify-content:center;text-align:left}
.brand-logo{max-width:210px;max-height:74px;width:auto;height:auto;object-fit:contain}
.brand-logo-mask,.footer-logo-mask{display:block;background:var(--gold);-webkit-mask-image:var(--logo);mask-image:var(--logo);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-mode:luminance;mask-mode:luminance}
.brand-logo-mask{width:220px;height:76px}
.main-nav{display:flex;justify-content:center;gap:58px;font-size:12px;font-weight:700}
.main-nav a{text-decoration:none;padding:37px 0 31px;border-bottom:2px solid transparent}
.main-nav a.active,.main-nav a:hover{color:var(--rose);border-color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 25px;border:0;border-radius:7px;background:var(--rose);color:#fff;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.2px;box-shadow:0 7px 14px rgba(207,102,112,.16)}
.btn-light{background:#fff;color:#6e5d54;border:1px solid #d7c3b5;box-shadow:none}
.btn-wa{background:var(--rose)}
.header-wa{min-width:148px}
.nav-toggle{display:none;background:none;border:0;color:var(--text);font-size:24px}
.hero{height:535px;position:relative;display:block;background:#f8eee6;border-bottom:1px solid var(--line);overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,250,247,.98) 0%,rgba(255,250,247,.92) 33%,rgba(255,250,247,.52) 52%,rgba(255,250,247,.06) 78%,rgba(255,250,247,0) 100%)}
.hero-copy{position:relative;padding:74px 0 60px 100px;max-width:520px;z-index:2}
.hero-subtitle{font-family:Cinzel,serif;color:var(--gold);margin:0 0 8px;font-weight:600}
.hero h1,.page-hero h1,.store-hero h1{font-family:Cinzel,serif;font-size:48px;line-height:1.12;margin:0;color:#3d3531;font-weight:500}
.home-hero h1{font-size:44px}
.hero h1::first-line{color:#3d3531}
.hero-copy p{max-width:380px;margin:22px 0 24px;color:#6f635c;font-weight:500}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;background:transparent}
.ornament{display:block;width:82px;height:14px;margin:16px 0;background:linear-gradient(90deg,transparent 0 10%,var(--gold) 10% 44%,transparent 44% 56%,var(--gold) 56% 90%,transparent 90%);position:relative}
.centered .ornament,.page-hero .ornament,.store-hero .ornament{margin-left:auto;margin-right:auto}
.ornament:after{content:"";position:absolute;left:50%;top:2px;width:10px;height:10px;border:1px solid var(--gold);border-radius:50%;transform:translateX(-50%)}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fffaf6;border-bottom:1px solid var(--line);padding:28px 82px}
.features article{display:grid;grid-template-columns:48px 1fr;column-gap:15px;padding:0 28px;border-right:1px solid var(--line);min-height:72px;align-items:center}
.features article:last-child{border-right:0}
.features i{grid-row:span 2;color:var(--gold);font-size:34px}
.features strong{font-size:12px;line-height:1.25}
.features span{font-size:12px;color:#776a63;line-height:1.3}
.section{padding:50px 8vw}
.centered{text-align:center}
.script{font-family:Allura,cursive;color:var(--rose);font-size:24px;margin:0 0 -4px}
h2{font-family:Cinzel,serif;font-size:28px;letter-spacing:.5px;margin:0;color:#49403b;font-weight:500}
.lead{max-width:720px;margin:0 auto 30px;color:#6e625d}
.mini-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin:28px auto 22px;max-width:1160px}
.mini-card,.collection-card,.info-cards article,.appointment-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 10px 26px rgba(84,60,46,.05)}
.mini-card{text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.mini-card:hover{transform:translateY(-4px);border-color:#d8b88b;box-shadow:0 16px 34px rgba(84,60,46,.1)}
.mini-card img{height:210px;width:100%}
.mini-card h3{font-size:12px;line-height:1.25;margin:14px 8px 17px;font-weight:800}
.split-about{display:grid;grid-template-columns:44% 56%;background:#fffaf6;min-height:335px;width:100%;margin:0;border-block:1px solid var(--line);overflow:hidden}
.split-about img{height:335px;width:100%;min-height:0;object-fit:cover;object-position:center;background:transparent}
.split-about div{position:relative;padding:48px 9vw 36px 72px;background:#fffaf6;overflow:hidden}
.split-about div:after{content:"";position:absolute;right:-30px;top:-34px;width:260px;height:260px;opacity:.16;background:
  radial-gradient(ellipse at 50% 50%,transparent 0 48px,#d9b797 49px 50px,transparent 51px),
  radial-gradient(ellipse at 70% 30%,transparent 0 34px,#d9b797 35px 36px,transparent 37px),
  radial-gradient(ellipse at 26% 72%,transparent 0 40px,#d9b797 41px 42px,transparent 43px)}
.split-about p{text-align:left;max-width:650px;position:relative;z-index:1}
.split-about h2,.split-about .ornament,.split-about .btn{position:relative;z-index:1}
.split-about.detail{margin:0;border-block:1px solid var(--line);border-radius:0;overflow:hidden}
.store-preview{background:#fffdfb}
.store-row{display:grid;grid-template-columns:240px 1fr 220px;gap:28px;align-items:stretch;max-width:1180px;margin:30px auto 0}
.store-info{text-align:left;display:grid;gap:13px}
.store-info p{margin:0;display:grid;grid-template-columns:26px 1fr;column-gap:12px}
.store-info i{grid-row:span 2;color:var(--gold);font-size:20px}
.store-info strong{font-size:11px}
.store-info span{font-size:12px;color:#6d625d}
.map-box,.large-map{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f1ebe5}
.map-box iframe{height:100%;width:100%;min-height:190px;border:0;display:block}
.appointment-card{padding:28px 20px;text-align:center}
.appointment-card i{font-size:32px;color:var(--rose)}
.appointment-card h3{font-family:Cinzel,serif;margin:12px 0 4px}
.appointment-card p{font-size:12px;color:#726760}
.page-hero,.store-hero{position:relative;display:block;height:430px;border-bottom:1px solid var(--line);background:#fffaf7;overflow:hidden}
.page-hero:before,.store-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,250,247,.99) 0%,rgba(255,250,247,.9) 32%,rgba(255,250,247,.42) 55%,rgba(255,250,247,0) 82%)}
.page-hero:after,.store-hero:after{content:"";position:absolute;left:0;top:0;bottom:0;width:170px;z-index:1;opacity:.34;background:
  radial-gradient(ellipse at 12% 28%,transparent 0 24px,#d9b797 25px 26px,transparent 27px),
  radial-gradient(ellipse at 30% 52%,transparent 0 34px,#d9b797 35px 36px,transparent 37px),
  radial-gradient(ellipse at 8% 76%,transparent 0 28px,#d9b797 29px 30px,transparent 31px)}
.page-hero>div,.store-hero>div{position:relative;z-index:2;padding:70px 0 60px 112px;max-width:545px}
.page-hero img,.store-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;background:transparent}
.page-hero p,.store-hero p{color:#6e625c;font-weight:500}
.collection-hero p{max-width:620px}
.store-hero{height:465px}
.store-hero p{color:var(--rose);font-size:18px;font-family:Cinzel,serif}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1120px;margin:30px auto}
.collection-card img{width:100%;height:270px}
.collection-card div{padding:22px 25px 26px}
.collection-card h3{font-family:Cinzel,serif;font-size:21px;line-height:1.2;margin:0 0 12px}
.collection-card p{min-height:52px;color:#675d58}
.collection-card a{color:var(--rose);font-size:12px;font-weight:800;text-decoration:none}
.cta-strip{max-width:1120px;margin:26px auto 0;padding:24px 34px;border:1px solid var(--line);border-radius:8px;background:#fff7f3;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left}
.cta-strip p{margin:0;color:#665b55}
.cta-strip span{display:block;font-family:Cinzel,serif;font-size:20px;color:#554941}
.info-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1180px;margin:34px auto}
.info-cards article{padding:30px 18px;min-height:190px;display:flex;flex-direction:column;align-items:center;gap:12px}
.info-cards i{font-size:38px;color:#df8c8f}
.info-cards strong{font-size:12px}
.info-cards span{font-size:13px;color:#695f59}
.large-map{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;min-height:310px;text-align:left}
.large-map div{padding:34px 28px;background:#fff}
.large-map h3{font-family:Cinzel,serif;margin:0}
.large-map iframe{width:100%;height:100%;border:0;display:block}
.product-detail{display:grid;grid-template-columns:minmax(320px,48%) 1fr;gap:58px;align-items:center;max-width:1180px;margin:58px auto;padding:0 24px}
.product-image{background:transparent;border:0;border-radius:0;padding:0}.product-image img{width:100%;height:600px;object-fit:cover;object-position:center;background:transparent}
.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-thumbs img{height:110px;border-radius:7px}
.product-video{margin-top:18px;border:1px solid #ead8c8;background:#fffdfb;box-shadow:0 18px 45px rgba(67,46,34,.12)}.product-video-head{min-height:74px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:14px 18px;border-bottom:1px solid #ead8c8;background:linear-gradient(135deg,#fffaf7,#fff)}.product-video-head span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#d76370;color:#fff;font-size:24px;box-shadow:0 12px 26px rgba(158,55,69,.24)}.product-video-head b{display:block;color:#c58a42;font-size:12px;letter-spacing:1.2px;text-transform:uppercase}.product-video-head strong{display:block;margin-top:3px;font-family:Cinzel,serif;color:#332b27;font-size:20px;line-height:1.18}.product-video iframe{width:100%;height:390px;border:0;display:block;background:#201a17}
.product-copy h1{font-family:Cinzel,serif;font-size:38px;line-height:1.16;margin:10px 0 0}.product-copy p{color:#675d58;max-width:620px}.breadcrumb{color:var(--rose);font-weight:800;font-size:12px;letter-spacing:.4px}
.product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.product-specs span{border:1px solid var(--line);border-radius:7px;background:#fffaf7;padding:10px 12px;color:#6b625d}.product-specs b{display:block;color:#413a36;font-size:11px}
.product-page{background:linear-gradient(180deg,#fffdfb 0,#fbf8f4 620px,#fffdfb 100%);overflow:hidden}.product-detail-pro{max-width:1280px;grid-template-columns:minmax(420px,1.02fr) minmax(420px,.98fr);align-items:start;gap:42px;margin:0 auto;padding:54px 34px 42px}.product-media-panel{position:relative}.product-media-panel:before{content:"";position:absolute;left:-22px;top:22px;width:110px;height:78%;border:1px solid #ead8c8;z-index:0}.product-detail-pro .product-image{position:relative;z-index:1;border:1px solid #ead8c8;background:#fff;box-shadow:0 22px 60px rgba(64,43,31,.12);overflow:hidden}.product-detail-pro .product-image img{height:680px}.product-detail-pro .product-thumbs{position:relative;z-index:1;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.product-detail-pro .product-thumbs img{height:96px;border:1px solid #ead8c8;background:#fff;box-shadow:0 8px 20px rgba(64,43,31,.06)}.product-info-panel{position:sticky;top:124px;align-self:start;padding:42px 44px;border:1px solid #ead8c8;background:rgba(255,253,251,.88);box-shadow:0 18px 54px rgba(64,43,31,.09);backdrop-filter:blur(8px)}.product-info-panel .breadcrumb{display:inline-flex;align-items:center;border-bottom:0;background:#fff0f2;color:#bd4b5f;border-radius:999px;padding:8px 13px;text-decoration:none}.product-info-panel h1{font-size:46px;line-height:1.08;margin-top:18px;color:#332b27}.product-lead{font-size:17px;font-weight:700;color:#4f4640!important}.product-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.product-highlights article{min-height:112px;border:1px solid #ead8c8;background:#fffaf7;padding:17px 14px;display:grid;align-content:center;justify-items:start;gap:10px}.product-highlights i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:#cf6370;font-size:17px}.product-highlights span{font-weight:800;font-size:12px;line-height:1.35;color:#4d423c}.product-info-panel .product-specs{grid-template-columns:repeat(3,minmax(0,1fr));margin:24px 0}.product-info-panel .product-specs span{background:#fff;border-color:#ead8c8;padding:13px 14px}.product-info-panel .product-specs b{font-size:10px;letter-spacing:.7px;text-transform:uppercase;color:#bd8a54}.product-consultation{margin-top:22px;padding:22px 24px;border-left:4px solid #bd8a54;background:#fff8f4}.product-consultation small{display:block;color:#bd4b5f;font-weight:900;text-transform:uppercase;letter-spacing:1.2px}.product-consultation p{margin:8px 0 0;color:#625752}.product-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.product-actions .btn{height:48px;padding:0 22px}.product-detail-pro .product-video{position:relative;z-index:1;margin-top:18px;overflow:hidden;border-color:#ead8c8;background:#fff;box-shadow:0 18px 45px rgba(64,43,31,.11)}.product-detail-pro .product-video-head{min-height:78px}.product-detail-pro .product-video iframe{height:360px}.product-experience{max-width:1280px;margin:0 auto 16px;padding:0 34px 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-experience article{border:1px solid #ead8c8;background:#fffdfb;padding:30px 28px;box-shadow:0 12px 34px rgba(64,43,31,.06)}.product-experience i{color:#bd8a54;font-size:28px;margin-bottom:16px}.product-experience h2{font-size:20px;margin-bottom:10px}.product-experience p{margin:0;color:#6b625d}.product-related{border-top:1px solid #ead8c8;background:#fffaf7}.product-related .ornament{margin-left:auto;margin-right:auto}.product-related .collection-card{text-align:left}
.contact-form{max-width:760px;margin:32px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px}
.contact-form h2,.contact-form .sent{grid-column:1/-1}.contact-form h2{font-size:22px}.contact-form .sent{margin:0;color:#2b7f46;background:#edf9f0;border:1px solid #c6eacb;border-radius:7px;padding:11px}.contact-form textarea{grid-column:1/-1;min-height:110px}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:7px;padding:13px 14px;font:inherit}.contact-form button{justify-self:center;grid-column:1/-1}
.site-footer{border-top:1px solid #e8d8c8;background:#fffdfb;color:#514740;overflow:hidden}
.footer-main{max-width:1240px;margin:0 auto;padding:48px 58px 38px;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(240px,1fr) minmax(300px,1.25fr) minmax(250px,1.05fr);gap:34px;text-align:left;align-items:start}
.footer-brand-block p{max-width:360px;margin:18px 0 22px;color:#756a64;font-size:13px;line-height:1.8}
.footer-brand{text-align:left;color:var(--gold)}
.footer-brand .brand-mark{font-size:31px}
.footer-brand .brand-name{font-size:27px}
.footer-logo{max-width:220px;max-height:86px;width:auto;height:auto;object-fit:contain}
.footer-logo-mask{width:230px;height:90px}
.footer-links,.footer-contact{display:grid;align-content:start;gap:10px;min-width:0}
.footer-links strong,.footer-contact>strong{font-family:Cinzel,serif;font-size:15px;color:#3f3732;margin-bottom:8px}
.footer-links div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px}
.footer-links a{color:#6f655f;text-decoration:none;font-size:13px;font-weight:600;line-height:1.45;min-width:0}
.footer-links a:hover{color:var(--rose)}
.footer-contact p{margin:0;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;color:#70645e;font-size:13px;overflow-wrap:anywhere}
.footer-contact i{color:var(--gold);padding-top:4px}
.footer-wa{height:40px;margin-top:8px;border-radius:7px;background:#fff3f4;border:1px solid #efd5d8;color:#bd4b5f;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:12px;padding:0 16px;justify-self:start}
.footer-bottom{border-top:1px solid var(--line);max-width:1240px;margin:0 auto;padding:16px 58px 22px;display:flex;justify-content:space-between;gap:20px;color:#9a8f89;font-size:12px}
.kg-credit{border-top:1px solid #eadfd6;background:linear-gradient(90deg,#3c332f,#6f4f35,#3c332f);color:#fff;text-decoration:none;min-height:44px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;letter-spacing:.6px;position:relative;overflow:hidden}
.kg-credit:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 36%,rgba(255,255,255,.28) 48%,transparent 60%);transform:translateX(-100%);animation:kg-shine 3.2s ease-in-out infinite}
.kg-credit span{font-weight:900;color:#f1c991;position:relative;z-index:1}
.kg-credit b{font-weight:700;position:relative;z-index:1}
@keyframes kg-shine{0%{transform:translateX(-100%)}45%,100%{transform:translateX(100%)}}
.socials{display:flex;gap:12px}
.socials a{width:34px;height:34px;border:1px solid #d8b88b;border-radius:50%;display:grid;place-items:center;color:#c2945f;text-decoration:none;background:#fff}
.socials a:hover{background:#c2945f;color:#fff}
.floating-wa{position:fixed;z-index:30;display:none;align-items:center;gap:8px;text-decoration:none}
.floating-wa.show-desktop{display:flex}
.floating-wa span{background:#fff;padding:11px 15px;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.1);font-size:12px;font-weight:700}
.floating-wa i{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#28c76f;font-size:29px;box-shadow:0 10px 24px rgba(40,199,111,.3)}
.floating-wa.pos-bottom-right{right:30px;bottom:28px}.floating-wa.pos-bottom-left{left:30px;bottom:28px}.floating-wa.pos-middle-left{left:30px;top:50%}.floating-wa.pos-middle-right{right:30px;top:50%}
.floating-wa.color-red i{background:#b90d1b}.floating-wa.color-purple i{background:#9c27b0}.floating-wa.color-blue i{background:#2f80ed}.floating-wa.color-dark i{background:#242424}.floating-wa.color-rainbow i{background:conic-gradient(red,orange,yellow,green,blue,purple,red)}
@media (max-width:980px){
  .site-header{grid-template-columns:1fr auto;min-height:82px;height:auto;padding:14px 20px}.brand{text-align:left}.brand.has-logo{justify-content:flex-start}.brand-logo{max-width:170px;max-height:58px}.brand-logo-mask{width:180px;height:58px}.brand-name{font-size:18px}.brand-sub{letter-spacing:5px}.nav-toggle{display:block}.main-nav{grid-column:1/-1;display:none;flex-direction:column;gap:0;text-align:left}.main-nav.open{display:flex}.main-nav a{padding:12px 0}.header-wa{display:none}
  .split-about,.store-row,.large-map,.product-detail{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;padding:40px 28px 30px;gap:28px}.footer-bottom{padding:16px 28px 22px}.hero-copy,.page-hero>div,.store-hero>div,.split-about div{padding:34px 22px}.hero{height:390px}.page-hero{height:360px}.store-hero{height:390px}.hero h1,.page-hero h1,.store-hero h1{font-size:28px;line-height:1.18}.split-about img{height:310px}.product-copy h1{font-size:30px}.product-image img{height:420px}.product-video iframe{height:360px}
  .features,.mini-grid,.collection-grid,.info-cards{grid-template-columns:1fr 1fr;padding-left:20px;padding-right:20px}.features article{border-right:0;border-bottom:1px solid var(--line);padding:18px 8px}.store-row{padding:0 20px}.cta-strip{flex-direction:column;text-align:center}.footer-brand-block,.footer-brand,.footer-links,.footer-contact{text-align:left}
}
@media (max-width:620px){
  .floating-wa.show-desktop{display:none}.floating-wa.show-mobile{display:flex}
  .features,.info-cards{grid-template-columns:1fr}.mini-grid,.collection-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-left:14px;padding-right:14px}.footer-main{grid-template-columns:1fr;padding:34px 22px 26px;text-align:center}.footer-bottom{display:grid;padding:16px 22px 22px;text-align:center;justify-content:center}.mini-card img,.collection-card img{height:165px}.btn{width:100%;padding:0 14px}.floating-wa span{display:none}
  .hero{height:auto;min-height:540px}.page-hero,.store-hero{height:auto;min-height:430px}.hero:before{background:linear-gradient(180deg,rgba(255,250,247,.99) 0%,rgba(255,250,247,.96) 50%,rgba(255,250,247,.22) 76%,rgba(255,250,247,0) 100%)}.page-hero:before,.store-hero:before{background:linear-gradient(180deg,rgba(255,250,247,.99) 0%,rgba(255,250,247,.96) 47%,rgba(255,250,247,.5) 68%,rgba(255,250,247,.05) 100%)}.hero img{top:auto;bottom:0;left:0;right:0;width:100%;height:270px;object-position:center bottom}.page-hero img,.store-hero img{top:auto;bottom:0;left:0;right:0;width:100%;height:230px;object-position:center bottom}.home-hero h1,.hero h1,.page-hero h1,.store-hero h1{font-size:25px}.hero-copy p,.page-hero p,.store-hero p{font-size:13px}.page-hero>div,.store-hero>div{padding:36px 28px 245px;text-align:left}.page-hero .ornament,.store-hero .ornament{margin-left:auto;margin-right:auto}.product-detail{margin:34px auto;gap:24px}.product-image img{height:330px}.product-video iframe{height:260px}.product-video-head{grid-template-columns:42px 1fr;padding:12px 14px}.product-video-head span{width:42px;height:42px;font-size:21px}.product-video-head strong{font-size:17px}
  .collection-card div{padding:14px 12px 16px}.collection-card h3{font-size:15px}.collection-card p{display:none}.collection-card a{font-size:10px}.section{padding:42px 0}.section>h2,.section>.script,.section>.ornament,.section>.lead{padding-left:22px;padding-right:22px}.footer-brand-block,.footer-brand,.footer-links,.footer-contact{text-align:center}.footer-links div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.footer-brand{display:flex;justify-content:center}.footer-brand-block p{margin-left:auto;margin-right:auto}.socials{justify-content:center}.footer-contact p{grid-template-columns:1fr;gap:4px}.footer-contact i{padding-top:0}.footer-wa{justify-self:center}.kg-credit{display:grid;gap:2px;padding:9px 18px;text-align:center}
  .contact-form{grid-template-columns:1fr}
}
@media (max-width:390px){
  .mini-grid,.collection-grid,.product-grid{gap:10px;padding-left:10px;padding-right:10px}.mini-card img,.collection-card img{height:145px}.collection-card h3{font-size:13px}.collection-card div{padding:12px 9px 14px}
}

@media (max-width:620px){
  .page-hero,.store-hero{height:340px;min-height:340px;display:flex;align-items:flex-end;background:#2f2925}
  .page-hero:before,.store-hero:before{background:linear-gradient(180deg,rgba(255,250,247,.92) 0%,rgba(255,250,247,.72) 38%,rgba(65,48,38,.42) 72%,rgba(34,27,23,.7) 100%)}
  .page-hero:after,.store-hero:after{opacity:.18;width:120px}
  .page-hero img,.store-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.96) contrast(.98)}
  .page-hero>div,.store-hero>div{width:100%;max-width:none;min-height:0;padding:34px 26px 30px;text-align:left}
  .page-hero h1,.store-hero h1{font-size:27px;color:#302821;text-shadow:0 1px 18px rgba(255,255,255,.62)}
  .page-hero p,.store-hero p{max-width:92%;margin:0;color:#4f4640;font-size:13px;line-height:1.7;text-shadow:0 1px 14px rgba(255,255,255,.55)}
  .page-hero .ornament,.store-hero .ornament{margin-left:0;margin-right:0}
}

@media (max-width:1180px){
  .product-detail-pro{grid-template-columns:1fr;max-width:820px;padding-top:34px}.product-info-panel{position:static}.product-detail-pro .product-image img{height:620px}.product-experience{max-width:820px;grid-template-columns:1fr}
}

@media (max-width:760px){
  .product-detail-pro{padding:22px 16px 30px;gap:24px}.product-media-panel:before{display:none}.product-detail-pro .product-image img{height:430px}.product-info-panel{padding:28px 22px}.product-info-panel h1{font-size:32px}.product-highlights,.product-info-panel .product-specs{grid-template-columns:1fr}.product-highlights article{min-height:82px}.product-actions{display:grid}.product-actions .btn{width:100%}.product-detail-pro .product-video iframe{height:240px}.product-video-head strong{font-size:16px}.product-experience{padding:0 16px 34px}.product-experience article{padding:24px 20px}
}

/* Product detail page v2 */
.pd-page{background:#fbf8f4;color:#413a36;overflow:hidden}
.pd-hero{width:min(1440px,calc(100% - 72px));margin:0 auto;padding:58px 0 42px;display:grid;grid-template-columns:minmax(520px,1.08fr) minmax(430px,.92fr);gap:54px;align-items:start}
.pd-gallery{min-width:0}
.pd-main-image{margin:0;border:1px solid #eadfd6;background:#fff;box-shadow:0 24px 70px rgba(72,48,34,.11);overflow:hidden}
.pd-main-image img{width:100%;height:720px;object-fit:cover;object-position:center;display:block}
.pd-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}
.pd-thumbs img{width:100%;height:105px;border:1px solid #eadfd6;background:#fff;object-fit:cover}
.pd-summary{min-width:0;background:#fffdfb;border:1px solid #eadfd6;padding:44px 46px;box-shadow:0 20px 60px rgba(72,48,34,.08)}
.pd-crumb{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff0f2;color:#bd4b5f;text-decoration:none;font-size:12px;font-weight:900}
.pd-summary h1{font-family:Cinzel,serif;font-size:48px;line-height:1.08;margin:20px 0 0;color:#332b27;font-weight:600;text-align:left}
.pd-rule{display:block;width:92px;height:12px;margin:20px 0 22px;background:linear-gradient(90deg,#bd8a54 0 38%,transparent 38% 47%,#bd8a54 47% 100%)}
.pd-lead{font-size:17px;line-height:1.75;color:#514840;font-weight:700;margin:0 0 16px}
.pd-description{font-size:15px;line-height:1.8;color:#6b625d;margin:0 0 22px}
.pd-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}
.pd-badges div{min-height:116px;border:1px solid #eadfd6;background:#fffaf7;padding:18px 15px;display:grid;align-content:center;gap:12px}
.pd-badges i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:#cf6370;font-size:18px}
.pd-badges span{font-weight:900;font-size:12px;line-height:1.35;color:#493f39}
.pd-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}
.pd-specs div{border:1px solid #eadfd6;background:#fff;padding:13px 14px}
.pd-specs b{display:block;color:#bd8a54;font-size:10px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}
.pd-specs span{display:block;color:#4c433e;font-weight:700}
.pd-note{margin:24px 0 0;padding:22px 24px;border-left:4px solid #bd8a54;background:#fff8f4}
.pd-note b{display:block;color:#bd4b5f;text-transform:uppercase;letter-spacing:1px;font-size:12px}
.pd-note p{margin:8px 0 0;color:#625752;line-height:1.75}
.pd-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.pd-actions .btn{height:50px;padding:0 22px;text-transform:none;font-size:12px}
.pd-video-section{width:min(1440px,calc(100% - 72px));margin:0 auto 42px;padding:34px;border:1px solid #eadfd6;background:#fffdfb;box-shadow:0 18px 54px rgba(72,48,34,.08)}
.pd-section-head{max-width:720px;margin:0 0 24px;text-align:left}
.pd-section-head span{display:block;color:#bd4b5f;font-weight:900;text-transform:uppercase;letter-spacing:1.4px;font-size:12px;margin-bottom:8px}
.pd-section-head h2{font-size:30px;line-height:1.2;margin:0;color:#332b27;text-align:left}
.pd-section-head p{margin:10px 0 0;color:#6b625d}
.pd-video-frame{background:#201a17;box-shadow:0 18px 48px rgba(72,48,34,.16)}
.pd-video-frame iframe{width:100%;height:640px;border:0;display:block}
.pd-process{width:min(1440px,calc(100% - 72px));margin:0 auto 44px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pd-process article{border:1px solid #eadfd6;background:#fffdfb;padding:30px 28px;box-shadow:0 12px 32px rgba(72,48,34,.06)}
.pd-process i{color:#bd8a54;font-size:28px;margin-bottom:14px}
.pd-process h2{font-size:20px;margin:0 0 10px;text-align:left}
.pd-process p{margin:0;color:#6b625d;line-height:1.75}
.pd-related{background:#fffaf7;border-top:1px solid #eadfd6;padding:46px max(36px,calc((100% - 1440px)/2)) 58px}
.pd-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pd-related-card{display:block;background:#fff;border:1px solid #eadfd6;text-decoration:none;color:#413a36;box-shadow:0 12px 32px rgba(72,48,34,.06);overflow:hidden}
.pd-related-card img{width:100%;height:320px;object-fit:cover}
.pd-related-card strong{display:block;font-family:Cinzel,serif;font-size:20px;line-height:1.2;padding:18px 20px 6px}
.pd-related-card small{display:block;color:#bd4b5f;font-weight:900;padding:0 20px 20px}
@media(max-width:1180px){
  .pd-hero{grid-template-columns:1fr;width:min(860px,calc(100% - 40px));gap:28px;padding-top:34px}.pd-main-image img{height:620px}.pd-video-section,.pd-process{width:min(860px,calc(100% - 40px))}.pd-video-frame iframe{height:480px}.pd-process,.pd-related-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .pd-hero{width:calc(100% - 28px);padding-top:20px}.pd-main-image img{height:430px}.pd-summary{padding:28px 20px}.pd-summary h1{font-size:32px}.pd-badges,.pd-specs{grid-template-columns:1fr}.pd-badges div{min-height:86px}.pd-actions{display:grid}.pd-actions .btn{width:100%}.pd-video-section{width:calc(100% - 28px);padding:18px}.pd-video-frame iframe{height:300px}.pd-section-head h2{font-size:24px}.pd-process{width:calc(100% - 28px)}.pd-related{padding-left:14px;padding-right:14px}.pd-related-card img{height:240px}
}
