
:root{--ivory:#fffaf2;--gold:#b88738;--gold2:#d7b66d;--deep:#15110e;--muted:#6d6254;--line:rgba(184,135,56,.25);--shadow:0 24px 75px rgba(61,38,8,.13);--max:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--ivory);color:var(--deep);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{max-width:var(--max);margin:auto;padding:0 22px}.serif{font-family:Georgia,'Times New Roman',serif}.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:9px 15px;color:var(--gold);background:rgba(255,250,242,.75);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.btn{border:0;border-radius:999px;padding:13px 18px;display:inline-flex;gap:8px;align-items:center;justify-content:center;background:var(--deep);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 13px 32px rgba(0,0,0,.11);transition:.25s}.btn:hover{transform:translateY(-2px)}.btn.goldbtn{background:linear-gradient(135deg,#e4c87d,#956722);color:#21170a}.btn.outline{background:transparent;color:var(--deep);border:1px solid var(--line);box-shadow:none}.btn.small{font-size:13px;padding:10px 13px}
#splash{position:fixed;inset:0;background:radial-gradient(circle at center,#fffaf2 0,#f3dfbd 55%,#15110e 170%);z-index:9999;display:grid;place-items:center;transition:opacity .75s ease,visibility .75s ease}.splash-card{text-align:center}.splash-card img{width:min(360px,80vw);margin:auto;filter:drop-shadow(0 28px 52px rgba(92,62,15,.25));animation:sLogo 1.7s ease both}.splash-card p{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);font-weight:800;font-size:12px}.loader{width:220px;height:1px;background:rgba(184,135,56,.25);margin:24px auto 0;overflow:hidden}.loader:after{content:'';display:block;width:80px;height:100%;background:linear-gradient(90deg,transparent,var(--gold2),transparent);animation:loadLine 1.6s infinite}@keyframes sLogo{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes loadLine{from{transform:translateX(-90px)}to{transform:translateX(230px)}}body.splash-done #splash{opacity:0;visibility:hidden}
.header{position:sticky;top:0;z-index:90;background:rgba(255,250,242,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{height:66px;width:auto}.brand-name{font-family:Georgia,'Times New Roman',serif;letter-spacing:.16em;font-size:18px}.menu{display:flex;align-items:center;gap:22px}.menu a{font-size:14px;color:#302921;position:relative}.menu a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--gold);transition:.25s}.menu a:hover:after,.menu a.active:after{right:0}.nav-actions{display:flex;align-items:center;gap:10px}.hamb{display:none;margin-left:auto;border:1px solid var(--line);background:#fff8ec;border-radius:14px;width:44px;height:44px;color:var(--deep);font-size:22px}
.hero-slider,.page-hero{position:relative!important;overflow:hidden!important;min-height:720px!important;background:#fffaf2!important;display:flex!important;align-items:center!important}.page-hero{min-height:460px!important}.clean-hero-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;opacity:0;animation:crestoraHeroFadeFinal 15s infinite;transform:scale(1.035);z-index:1!important}.clean-hero-bg:nth-of-type(1){animation-delay:0s}.clean-hero-bg:nth-of-type(2){animation-delay:3s}.clean-hero-bg:nth-of-type(3){animation-delay:6s}.clean-hero-bg:nth-of-type(4){animation-delay:9s}.clean-hero-bg:nth-of-type(5){animation-delay:12s}@keyframes crestoraHeroFadeFinal{0%{opacity:0;transform:scale(1.045)}5%{opacity:1;transform:scale(1.025)}20%{opacity:1;transform:scale(1)}26%{opacity:0;transform:scale(1)}100%{opacity:0;transform:scale(1.045)}}.hero-overlay{position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(255,250,242,.50) 0%,rgba(255,250,242,.30) 46%,rgba(255,250,242,.10) 100%)!important}.hero-slider>.container,.page-hero>.container{position:relative!important;z-index:4!important}.hero-content{position:relative;z-index:4;width:min(760px,100%);padding:52px;border:1px solid rgba(184,135,56,.28);border-radius:36px;background:rgba(255,250,242,.72)!important;backdrop-filter:blur(7px);box-shadow:var(--shadow)}.hero-content h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,6vw,88px);line-height:.98;font-weight:400;letter-spacing:-.055em;margin:24px 0 20px}.hero-content p{font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.55;color:#44392f}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.section{padding:92px 0;position:relative}.section-title{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:36px}.section-title h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,60px);line-height:1.04;font-weight:400;margin:0}.section-title p{max-width:590px;color:var(--muted);line-height:1.65;margin:0}.grid{display:grid;gap:22px}.collections{grid-template-columns:repeat(4,1fr)}.collection-card{position:relative;overflow:hidden;border-radius:28px;border:1px solid var(--line);background:linear-gradient(145deg,#fffdf9,#f5e6cf);min-height:245px;padding:28px;box-shadow:0 18px 46px rgba(61,38,8,.08);cursor:pointer;transition:.28s}.collection-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.collection-card .ico{font-size:38px;color:var(--gold);margin-bottom:44px}.collection-card h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:400;margin:0 0 10px}.collection-card p{color:var(--muted);margin:0;line-height:1.5}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.panel{border:1px solid var(--line);background:rgba(255,250,242,.78);box-shadow:var(--shadow);border-radius:32px;padding:40px}.panel h2{font-family:Georgia,'Times New Roman',serif;font-size:46px;font-weight:400;line-height:1.06;margin:14px 0}.panel p,.panel li{color:var(--muted);line-height:1.7}.checks{list-style:none;padding:0;display:grid;gap:12px}.checks li:before{content:'✦';color:var(--gold);margin-right:10px}.image-stack{position:relative;min-height:530px}.stack-img{position:absolute;border-radius:26px;overflow:hidden;border:8px solid #fffaf2;box-shadow:var(--shadow);background:#fff}.stack-img img{width:100%;height:100%;object-fit:cover}.stack-img.a{width:65%;height:360px;right:0;top:0}.stack-img.b{width:55%;height:330px;left:0;bottom:0}.stack-img.c{width:36%;height:220px;right:13%;bottom:45px}
.catalogue-header{padding:76px 0 40px;background:linear-gradient(135deg,#fffaf2,#f1dfc2);border-bottom:1px solid var(--line)}.toolbar{display:grid;grid-template-columns:1fr 230px 230px;gap:14px;margin-top:28px}.input,.select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fffaf6;color:var(--deep);outline:none}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);border-radius:28px;background:#fffaf5;overflow:hidden;box-shadow:0 18px 46px rgba(61,38,8,.08);transition:.28s;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-img{height:325px;background:#f5ead8;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-img img{transform:scale(1.07)}.tag{position:absolute;left:16px;top:16px;background:rgba(255,250,242,.9);border:1px solid var(--line);border-radius:999px;padding:7px 11px;color:var(--gold);font-size:12px;font-weight:800}.product-body{padding:22px}.product-body h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.15;font-weight:400;margin:0 0 10px}.sku{font-size:12px;color:var(--gold);letter-spacing:.15em;font-weight:900}.product-body p{color:var(--muted);line-height:1.6}.card-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.basket-bar{position:sticky;bottom:16px;z-index:25;margin-top:28px;background:rgba(21,17,14,.92);color:#fff;border-radius:22px;padding:16px 18px;display:none;align-items:center;justify-content:space-between;box-shadow:0 18px 50px rgba(0,0,0,.25)}.basket-bar.show{display:flex}.cta{background:linear-gradient(135deg,#16110d,#493017);color:#fff}.cta .panel{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#fff}.cta h2,.cta p{color:#fff}.cta .muted{color:#e4d7c6}.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-item{height:260px;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 44px rgba(61,38,8,.08);cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery-item:hover img{transform:scale(1.08)}.blog-grid{grid-template-columns:repeat(3,1fr)}.blog-card{border:1px solid var(--line);border-radius:24px;background:#fffaf5;padding:26px;box-shadow:0 16px 44px rgba(61,38,8,.07)}.blog-card h3{font-family:Georgia,'Times New Roman',serif;font-size:27px;font-weight:400;margin:12px 0}.blog-card p{color:var(--muted);line-height:1.65}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.notice{padding:16px;border:1px dashed var(--line);background:#fff6e7;border-radius:16px;color:var(--muted);line-height:1.6}.footer{background:#15110e;color:#f8efe2;padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:34px}.footer img{width:240px;margin-bottom:18px}.footer p,.footer a{color:#d7c7b3;line-height:1.8}.footer h4{color:#d4ab5c;letter-spacing:.14em;text-transform:uppercase;font-size:13px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.socials{display:flex;gap:12px;margin-top:18px}.socials a{width:42px;height:42px;border:1px solid rgba(212,171,92,.32);border-radius:50%;display:grid;place-items:center;color:#d4ab5c}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:22px;color:#bba990;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.float-wa{position:fixed;right:22px;bottom:22px;z-index:80;width:60px;height:60px;border-radius:50%;background:#25D366;color:white;display:grid;place-items:center;box-shadow:0 15px 40px rgba(20,130,72,.34);animation:pulse 2.6s infinite;font-size:27px}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}.modal{position:fixed;inset:0;background:rgba(13,9,5,.78);z-index:120;display:none;align-items:center;justify-content:center;padding:22px}.modal.show{display:flex}.modal-card{width:min(1080px,100%);max-height:90vh;overflow:auto;background:#fffaf2;border:1px solid rgba(184,135,56,.35);border-radius:28px;box-shadow:0 30px 120px rgba(0,0,0,.35);display:grid;grid-template-columns:1fr 1fr}.modal-media{position:relative;background:#f4e7d2;min-height:600px;overflow:hidden;cursor:zoom-in}.modal-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s;transform-origin:center}.modal-media.zoomed{cursor:zoom-out}.modal-info{padding:34px}.close{position:absolute;right:18px;top:18px;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fffaf2;cursor:pointer;font-size:23px}.zoom-controls{position:absolute;left:16px;bottom:16px;display:flex;gap:8px;z-index:2}.zoom-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fffaf2;cursor:pointer;color:var(--gold);font-weight:900}.detail-list{display:grid;gap:12px;margin:24px 0}.detail{border-bottom:1px solid var(--line);padding-bottom:11px;display:grid;grid-template-columns:130px 1fr;gap:14px}.detail b{color:var(--gold)}.policy{font-size:13px;color:var(--muted);border:1px dashed var(--line);padding:14px;border-radius:14px;background:#fff6e7}
@media(max-width:1000px){.menu{display:none;position:absolute;top:84px;left:0;right:0;background:#fffaf2;border-bottom:1px solid var(--line);padding:18px 22px;flex-direction:column;align-items:flex-start;box-shadow:0 20px 50px rgba(60,38,8,.12)}.menu.open{display:flex}.hamb{display:block}.nav-actions .btn.outline{display:none}.nav{justify-content:flex-start}.nav-actions{margin-left:auto}.hero-content{padding:34px}.split{grid-template-columns:1fr}.collections{grid-template-columns:repeat(2,1fr)}.product-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.modal-card{grid-template-columns:1fr}.modal-media{min-height:440px}.toolbar{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav{height:74px}.brand img{height:54px}.brand-name{display:none}.menu{top:74px}.nav-actions .btn.goldbtn{display:none}.hamb{margin-left:auto}.hero-slider{min-height:650px!important}.hero-content{padding:26px;border-radius:24px}.hero-content p{font-size:18px}.section{padding:66px 0}.section-title{display:block}.collections,.product-grid,.blog-grid,.footer-grid,.gallery-grid{grid-template-columns:1fr}.product-img{height:285px}.form-grid{grid-template-columns:1fr}.modal{padding:10px}.modal-info{padding:24px}.detail{grid-template-columns:1fr;gap:5px}.footer-bottom{display:block}.basket-bar{left:14px;right:14px;display:none;flex-direction:column;gap:12px}.basket-bar.show{display:flex}.hero-actions .btn{width:100%}.image-stack{min-height:420px}.stack-img.a{height:270px}.stack-img.b{height:250px}}


/* ===== CRESTORA MAIN DOMAIN LIVE READY PATCH ===== */
.footer .footer-logo-card{
  width:260px;
  max-width:100%;
  padding:0;
  margin:0 0 18px;
  border-radius:18px;
  filter:drop-shadow(0 18px 38px rgba(0,0,0,.28));
}
.footer img.footer-logo-card{
  background:transparent;
}
.footer .notice{
  color:#d7c7b3 !important;
}
.footer .notice strong,
.footer .notice b{
  color:#d4ab5c !important;
}
.header .brand img{
  object-fit:contain;
}
