@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
:root{
  --background:#f6f1e8; --foreground:#281912; --card:#fffaf3; --muted:#746050; --muted-soft:#efe6d8;
  --primary:#2d1b12; --primary-foreground:#f6f1e8; --secondary:#eee2d2; --accent:#be5a35; --gold:#bd8b36; --forest:#2b4636;
  --destructive:#b53636; --border:#decfbd; --radius:20px; --shadow-soft:0 2px 8px rgba(40,25,18,.06);
  --shadow-elegant:0 18px 50px rgba(40,25,18,.16); --shadow-gold:0 8px 30px rgba(189,139,54,.35);
  --ease:cubic-bezier(.22,1,.36,1);
  --gradient-hero:linear-gradient(180deg,rgba(18,11,7,.15) 0%,rgba(18,11,7,.55) 60%,rgba(18,11,7,.86) 100%);
  --gradient-gold:linear-gradient(135deg,#c9953c 0%,#9d7029 100%);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-feature-settings:"ss01","cv11";}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',Georgia,serif;letter-spacing:-.025em;margin:0}p{margin:0}.container-premium,.container{width:100%;max-width:1320px;margin:auto;padding-left:clamp(18px,4vw,40px);padding-right:clamp(18px,4vw,40px)}.narrow{max-width:860px;margin:auto;padding-left:20px;padding-right:20px}.heading-eyebrow,.eyebrow{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);font-weight:600}.text-balance{text-wrap:balance}.muted{color:var(--muted)}.section{padding:80px 0}.bg-warm,.warm{background:rgba(238,226,210,.45)}.alert{margin:18px 0 0;padding:14px 16px;border-radius:14px}.alert.success{background:#e7f4ec;color:#215b36}.alert.error{background:#ffe7e7;color:#932323}
.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;min-height:44px;padding:12px 20px;font-weight:600;cursor:pointer;transition:all .35s var(--ease);background:transparent}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gradient-gold);color:#fff;box-shadow:var(--shadow-gold);border:0}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-outline{border-color:var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--primary-foreground)}.btn-ghost{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08)}.btn-ghost:hover{background:#fff;color:var(--primary)}.btn-link{padding-left:0;color:var(--accent);background:transparent}.full{width:100%}.small{min-height:36px;padding:8px 13px;font-size:13px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(246,241,232,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,207,189,.72)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img,.footer-brand img{width:46px;height:46px;object-fit:contain;border-radius:0}.brand strong,.footer-brand strong{font-family:'Cormorant Garamond';font-size:25px;line-height:.92;display:block;color:var(--primary)}.brand small,.footer-brand small{display:block;text-transform:uppercase;letter-spacing:.22em;font-size:11px;color:var(--muted);font-weight:600}.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:500;color:rgba(40,25,18,.78)}.nav a{position:relative}.nav a:after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--accent);transform:scaleX(0);transition:.25s var(--ease)}.nav a:hover,.nav a.active{color:var(--primary)}.nav a.active:after,.nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px}.icon-link{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:var(--primary)}.icon-link:hover{background:var(--secondary)}.icon-link svg{width:22px;height:22px}.count{position:absolute;right:2px;top:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;display:grid;place-items:center}.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent}.menu-toggle span{display:block;height:2px;background:var(--primary);margin:6px;border-radius:9px}
.hero-slider{position:relative;overflow:hidden;background:#150d09}.hero-track{display:flex;transition:transform 800ms var(--ease)}.hero-slide{position:relative;flex:0 0 100%;height:80vh;min-height:560px;max-height:820px;overflow:hidden}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:ken-burns 8s ease-out both}.hero-slide:after{content:'';position:absolute;inset:0;background:var(--gradient-hero)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-bottom:clamp(80px,10vw,112px);color:var(--primary-foreground)}.hero-copy{max-width:720px;animation:fade-up .8s var(--ease) both}.hero-copy .heading-eyebrow{color:var(--gold);margin-bottom:16px}.hero-copy h1{font-size:clamp(42px,7vw,88px);line-height:1.04;font-weight:500;white-space:pre-line}.hero-copy p:not(.heading-eyebrow){margin-top:24px;max-width:620px;font-size:clamp(16px,2vw,19px);line-height:1.72;color:rgba(246,241,232,.86)}.hero-buttons{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.hero-nav{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);color:#fff;display:grid;place-items:center;cursor:pointer}.hero-nav:hover{background:rgba(255,255,255,.28)}.hero-prev{left:24px}.hero-next{right:24px}.hero-nav svg{width:20px;height:20px}.hero-dots{position:absolute;z-index:6;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:20px;height:6px;border:0;border-radius:99px;background:rgba(255,255,255,.45);cursor:pointer;transition:.3s}.hero-dots button.active{width:42px;background:var(--gold)}
.trust-badges{border-block:1px solid rgba(222,207,189,.7);background:rgba(238,226,210,.42)}.trust-grid{padding-top:36px;padding-bottom:36px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px}.trust-icon{width:44px;height:44px;border-radius:999px;background:var(--background);border:1px solid var(--border);display:grid;place-items:center;color:var(--accent)}.trust-icon svg{width:20px;height:20px}.trust-item strong{font-family:'Cormorant Garamond';font-size:27px;color:var(--primary)}.trust-item span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.section-head h2{font-size:clamp(38px,4.5vw,60px);line-height:1.08;color:var(--primary);margin-top:12px}.section-head p:not(.heading-eyebrow):not(.eyebrow){max-width:620px;line-height:1.7;color:var(--muted);margin-top:14px}.section-link{display:inline-flex;gap:6px;align-items:center;color:var(--accent);font-weight:600;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:300px;gap:24px}.category-card{position:relative;overflow:hidden;border-radius:24px;color:var(--primary-foreground);box-shadow:var(--shadow-soft)}.category-card:first-child{grid-column:span 3;grid-row:span 2}.category-card:nth-child(2){grid-column:span 3}.category-card:nth-child(n+3){grid-column:span 2}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease)}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(45,27,18,0) 0%,rgba(45,27,18,.35) 52%,rgba(45,27,18,.88) 100%)}.category-card:hover img{transform:scale(1.1)}.category-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.category-content .count-text{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);margin-bottom:10px}.category-content h3{font-size:34px;line-height:1.04}.category-content p{font-size:14px;color:rgba(246,241,232,.82);margin-top:6px}.category-more{font-size:14px;font-weight:600;margin-top:12px;opacity:0;transform:translateY(10px);transition:.3s}.category-card:hover .category-more{opacity:1;transform:none}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.compact-grid{grid-template-columns:repeat(3,1fr)}.product-card{position:relative;background:var(--card);border:1px solid rgba(222,207,189,.7);border-radius:24px;overflow:hidden;transition:all .4s var(--ease);box-shadow:var(--shadow-soft)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-elegant)}.product-image{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--secondary)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.product-card:hover .product-image img{transform:scale(1.07)}.badge,.discount{position:absolute;top:14px;z-index:2;border-radius:999px;padding:7px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#fff}.badge{left:14px;background:var(--accent)}.badge-premium{background:var(--gold);color:#fff}.badge-new{background:var(--forest)}.badge-limited{background:var(--primary)}.discount{right:14px;background:var(--destructive)}.wish-btn{position:absolute;z-index:5;top:14px;right:14px;width:40px;height:40px;border-radius:999px;border:0;background:rgba(255,255,255,.92);box-shadow:0 3px 15px rgba(0,0,0,.08);cursor:pointer;font-size:21px;color:var(--primary)}.wish-btn.active{background:var(--accent);color:white}.product-body{padding:22px}.product-body .eyebrow{font-size:11px;color:var(--muted);letter-spacing:.15em}.product-body h3{font-size:23px;line-height:1.08;color:var(--primary);margin:8px 0 10px;min-height:50px}.product-body h3 a:hover{color:var(--accent)}.rating{font-size:13px;color:var(--gold);display:flex;gap:5px;align-items:center}.rating span{color:var(--muted)}.product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:16px}.old-price{color:var(--muted);text-decoration:line-through;font-size:13px;margin-bottom:2px}.price{font-family:'Cormorant Garamond';font-weight:700;font-size:27px;color:var(--accent);white-space:nowrap}
.story-grid,.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.story-grid img{border-radius:28px;box-shadow:var(--shadow-elegant);width:100%;aspect-ratio:4/3;object-fit:cover}.story-grid h2{font-size:clamp(36px,4.5vw,58px);line-height:1.06;color:var(--primary);margin:12px 0 18px}.story-grid p{line-height:1.75;color:var(--muted);margin-bottom:14px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.stats span{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:18px}.stats strong{font-family:'Cormorant Garamond';font-size:34px;color:var(--accent);display:block}.why-section{background:var(--primary);color:var(--primary-foreground)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px;transition:.3s}.why-card:hover{border-color:rgba(189,139,54,.6);transform:translateY(-3px)}.why-card .why-icon{width:48px;height:48px;border-radius:16px;background:rgba(189,139,54,.15);color:var(--gold);display:grid;place-items:center;margin-bottom:20px}.why-card h3{font-size:24px;margin-bottom:8px}.why-card p{font-size:14px;color:rgba(246,241,232,.72);line-height:1.7}.testimonial-section{background:rgba(238,226,210,.42)}.testimonial-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.testimonial-card{flex:0 0 32%;min-width:320px;background:var(--card);border:1px solid rgba(222,207,189,.7);border-radius:24px;padding:28px;box-shadow:var(--shadow-soft);scroll-snap-align:start}.testimonial-card .quote{font-size:36px;color:var(--gold);line-height:1}.testimonial-card p{line-height:1.72;color:rgba(40,25,18,.84);margin:14px 0 22px;min-height:112px}.testimonial-person{display:flex;align-items:center;gap:12px;border-top:1px solid var(--border);padding-top:16px}.testimonial-person img{width:44px;height:44px;border-radius:999px;object-fit:cover}.testimonial-person strong{display:block;color:var(--primary)}.testimonial-person small{color:var(--muted);font-size:12px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{position:relative;overflow:hidden;border-radius:18px;aspect-ratio:1}.gallery-item:nth-child(5n+1){grid-row:span 2;aspect-ratio:auto}.gallery-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.7s}.gallery-item:hover img{transform:scale(1.1)}.partner-section{padding:60px 0;border-block:1px solid rgba(222,207,189,.7)}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center}.partner-grid div{font-family:'Cormorant Garamond';font-size:21px;color:var(--muted);transition:.25s}.partner-grid div:hover{color:var(--primary)}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card{display:block}.post-card .post-img,.post-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;margin-bottom:18px;transition:transform .7s}.post-card:hover .post-img,.post-card:hover>img{transform:scale(1.02)}.post-card span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-weight:600}.post-card h3{font-size:29px;line-height:1.06;color:var(--primary);margin:9px 0}.post-card:hover h3{color:var(--accent)}.post-card p{color:var(--muted);line-height:1.6}.page-hero{position:relative;padding:84px 0;background:rgba(238,226,210,.42);border-bottom:1px solid rgba(222,207,189,.65)}.page-hero.image{height:60vh;min-height:420px;padding:0;overflow:hidden;color:var(--primary-foreground);display:flex;align-items:flex-end}.page-hero.image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero.image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(45,27,18,.88),rgba(45,27,18,.6),rgba(45,27,18,.25))}.page-hero .container-premium{position:relative;z-index:2}.page-hero h1{font-size:clamp(42px,5.2vw,66px);line-height:1.08;color:var(--primary);margin:12px 0}.page-hero.image h1{color:var(--primary-foreground);max-width:760px}.page-hero p:not(.heading-eyebrow):not(.eyebrow){color:var(--muted);line-height:1.7;max-width:640px}.page-hero.image .heading-eyebrow{color:var(--gold)}
.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.filter-panel,.form-card,.summary-card,.empty-state{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft)}.filter-panel{position:sticky;top:100px}.filter-panel label,.form-card label{display:block;font-weight:600;margin-bottom:16px;color:var(--primary)}.filter-panel input,.filter-panel select,.form-card input,.form-card textarea,.form-card select,.buy-box input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:white;margin-top:7px;color:var(--foreground)}.form-card textarea{min-height:128px;resize:vertical}.catalog-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:var(--muted)}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.detail-gallery{position:sticky;top:104px}.main-product-img{width:100%;aspect-ratio:1;border-radius:30px;object-fit:cover;box-shadow:var(--shadow-elegant)}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.thumbs button{border:1px solid var(--border);border-radius:16px;overflow:hidden;padding:0;background:transparent;cursor:pointer}.thumbs img{height:110px;width:100%;object-fit:cover}.detail-info h1{font-size:clamp(42px,5vw,68px);line-height:.98;color:var(--primary);margin:12px 0}.lead{font-size:18px;line-height:1.8;color:var(--muted)}.detail-price{display:flex;align-items:flex-end;gap:14px;margin:24px 0}.detail-price span{text-decoration:line-through;color:var(--muted);font-size:18px}.detail-price strong{font-family:'Cormorant Garamond';font-size:46px;color:var(--accent)}.buy-box{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}.buy-box label{display:flex;align-items:center;gap:10px;font-weight:600}.buy-box input{width:86px;margin:0}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;border-block:1px solid var(--border);padding:20px 0;margin:22px 0}.specs div{display:grid;gap:4px}.specs b{color:var(--muted);font-size:13px}.specs span{font-weight:600}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:36px;align-items:start}.cart-list{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:110px 1fr auto auto auto;align-items:center;gap:18px;background:var(--card);border:1px solid var(--border);border-radius:20px;padding:16px}.cart-item img{width:110px;height:110px;object-fit:cover;border-radius:14px}.cart-item h3{font-size:22px;color:var(--primary)}.cart-item p{color:var(--muted);margin-top:5px}.cart-item input{width:70px;padding:9px;border:1px solid var(--border);border-radius:10px}.link-danger{border:0;background:transparent;color:var(--destructive);cursor:pointer}.summary-card{position:sticky;top:100px}.summary-card h3{font-size:28px;color:var(--primary);margin-bottom:16px}.summary-card div{display:flex;justify-content:space-between;gap:16px;padding:10px 0}.summary-card hr{border:0;border-top:1px solid var(--border);margin:12px 0}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.article{padding:72px 0}.article h1{font-size:clamp(42px,6vw,72px);line-height:1.02;color:var(--primary);margin:14px 0}.article img{width:100%;border-radius:26px;box-shadow:var(--shadow-elegant);margin:30px 0;max-height:520px;object-fit:cover}.article-body{line-height:1.85;color:rgba(40,25,18,.86);font-size:18px}.contact-info{display:grid;gap:20px}.contact-info-item{display:flex;gap:14px;color:rgba(40,25,18,.85)}.contact-info-item svg{width:22px;height:22px;color:var(--accent);flex:none;margin-top:2px}.contact-info-item strong{display:block;color:var(--primary);margin-bottom:4px}.wa-float{position:fixed;right:22px;bottom:22px;z-index:35;width:58px;height:58px;border-radius:999px;background:#25d366;color:white;display:grid;place-items:center;box-shadow:0 10px 35px rgba(37,211,102,.35)}.wa-float svg{width:29px;height:29px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:none}@keyframes fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes ken-burns{0%{transform:scale(1.05)}100%{transform:scale(1.18)}}
@media(max-width:1080px){.product-grid,.compact-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px}.category-card,.category-card:first-child,.category-card:nth-child(2),.category-card:nth-child(n+3){grid-column:span 1;grid-row:auto}.trust-grid{grid-template-columns:repeat(3,1fr)}.why-grid,.post-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card{flex-basis:45%}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:840px){.hide-sm{display:none}.menu-toggle{display:block}.nav{position:absolute;left:0;right:0;top:76px;background:rgba(246,241,232,.98);border-bottom:1px solid var(--border);padding:18px 24px;display:none;flex-direction:column;align-items:flex-start;gap:16px}.nav.open{display:flex}.hero-nav{display:none}.hero-slide{min-height:600px}.section-head,.story-grid,.detail-grid,.checkout-grid,.catalog-layout,.cart-layout{grid-template-columns:1fr;display:grid}.section-head{align-items:flex-start}.filter-panel,.detail-gallery,.summary-card{position:static}.product-grid,.compact-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card{flex-basis:85%;min-width:280px}.partner-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.post-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:86px 1fr;align-items:start}.cart-item img{width:86px;height:86px}.two,.specs{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.container-premium,.container{padding-left:16px;padding-right:16px}.brand strong{font-size:21px}.brand small{font-size:9px}.brand img{width:40px;height:40px}.product-grid,.compact-grid{grid-template-columns:1fr}.hero-copy h1{font-size:40px}.hero-buttons .btn{width:100%}.category-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.header-inner{gap:10px}.icon-link{width:38px}.footer-grid{grid-template-columns:1fr!important}}
.footer{background:var(--primary);color:var(--primary-foreground);padding:58px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1fr;gap:32px}.footer-brand{margin-bottom:18px}.footer-brand strong{color:var(--primary-foreground)}.footer-brand small{color:rgba(246,241,232,.7)}.footer p{color:rgba(246,241,232,.72);line-height:1.7}.footer h3{font-family:'Cormorant Garamond';font-size:24px;margin:0 0 12px}.footer a{display:block;color:rgba(246,241,232,.76);margin:9px 0}.footer a:hover{color:white}.footer-bottom{margin-top:34px;padding-top:22px;padding-bottom:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(246,241,232,.68);text-align:center}


/* Smart homepage and global search */
.search-trigger{border:0;background:transparent}
.smart-search-overlay[hidden]{display:none}.smart-search-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:start center;padding:6vh 18px}.smart-search-backdrop{position:absolute;inset:0;border:0;background:rgba(25,16,11,.58);backdrop-filter:blur(8px);cursor:pointer}.smart-search-panel{position:relative;z-index:1;width:min(820px,100%);max-height:88vh;overflow:auto;background:var(--card);border:1px solid rgba(222,207,189,.86);border-radius:30px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:fade-up .35s var(--ease) both}.smart-search-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.smart-search-head h2{font-size:38px;color:var(--primary);line-height:1}.smart-close{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--primary);cursor:pointer;font-weight:800}.smart-search-form{display:grid;grid-template-columns:1fr auto;gap:12px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:10px}.smart-search-form input{border:0;background:transparent;padding:10px 12px;outline:none;font-size:17px}.smart-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.smart-chip{display:inline-flex;align-items:center;border:1px solid rgba(190,90,53,.28);background:rgba(190,90,53,.08);color:var(--accent);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800;transition:.25s var(--ease)}.smart-chip:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.smart-search-results{display:grid;gap:10px;margin-top:12px}.smart-search-row{display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:10px;transition:.25s var(--ease)}.smart-search-row:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.smart-search-row img{width:64px;height:64px;border-radius:14px;object-fit:cover}.smart-search-row b{display:block;color:var(--primary);margin-bottom:4px}.smart-search-row small{display:block;color:var(--muted);line-height:1.4}.smart-search-row.category{background:rgba(238,226,210,.54)}.smart-search-all{display:block;text-align:center;border:1px dashed var(--accent);color:var(--accent);border-radius:18px;padding:13px;font-weight:800}.smart-search-empty{color:var(--muted);line-height:1.6;background:rgba(238,226,210,.42);border-radius:18px;padding:16px;margin-top:14px}
.smart-home{padding-top:86px;padding-bottom:86px;background:linear-gradient(180deg,rgba(238,226,210,.38),rgba(246,241,232,.92))}.smart-home-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.smart-home-copy,.smart-finder-card,.smart-output,.smart-continue{background:var(--card);border:1px solid rgba(222,207,189,.82);border-radius:30px;box-shadow:var(--shadow-soft)}.smart-home-copy{padding:38px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.smart-home-copy:after{content:'';position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:999px;background:rgba(189,139,54,.16)}.smart-home-copy h2{font-size:clamp(38px,4.8vw,62px);line-height:1;color:var(--primary);margin:12px 0 16px;position:relative}.smart-home-copy p:not(.heading-eyebrow){color:var(--muted);font-size:17px;line-height:1.75;max-width:650px;position:relative}.smart-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;position:relative}.smart-metrics span{background:rgba(238,226,210,.48);border:1px solid var(--border);border-radius:18px;padding:14px;color:var(--muted);font-size:13px}.smart-metrics strong{display:block;font-family:'Cormorant Garamond';font-size:34px;color:var(--primary);line-height:.95}.smart-finder-card{padding:26px;display:grid;gap:18px}.smart-finder-card label{font-weight:800;color:var(--primary)}.smart-finder-card input,.smart-finder-card select{width:100%;margin-top:8px;border:1px solid var(--border);border-radius:16px;background:#fff;padding:13px 14px;color:var(--foreground)}.finder-step{display:grid;gap:10px}.finder-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.finder-options button{border:1px solid var(--border);border-radius:16px;background:#fff;padding:12px 10px;color:var(--primary);font-weight:800;cursor:pointer;transition:.25s var(--ease)}.finder-options button:hover,.finder-options button.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);transform:translateY(-1px)}.grid2-mini{grid-template-columns:1fr 1fr}.finder-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.smart-output,.smart-continue{margin-top:26px;padding:28px}.compact-head{margin-bottom:20px}.compact-head span{color:var(--muted);font-size:14px}.smart-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.smart-product-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.3s var(--ease)}.smart-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}.smart-product-card>a img{width:100%;aspect-ratio:1;object-fit:cover}.smart-product-card>div{padding:16px}.smart-product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.smart-product-meta b{color:var(--gold);letter-spacing:0}.smart-product-card h3{font-size:24px;line-height:1.05;margin:8px 0;color:var(--primary)}.smart-product-card p{color:var(--muted);line-height:1.55;font-size:14px;min-height:44px}.smart-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.smart-product-bottom strong{color:var(--accent)}.smart-side-note{margin-top:18px;background:rgba(238,226,210,.52);border:1px solid var(--border);border-radius:18px;padding:14px}.smart-side-note strong{display:block;color:var(--primary);margin-bottom:5px}.smart-side-note p{color:var(--muted);line-height:1.55}.catalog-chips{margin-top:24px}.smart-sticky-cta{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:34;background:rgba(45,27,18,.92);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px;display:none;gap:6px;box-shadow:0 14px 45px rgba(0,0,0,.22)}.smart-sticky-cta button,.smart-sticky-cta a{border:0;border-radius:999px;padding:10px 14px;color:#fff;font-weight:800;background:transparent;cursor:pointer}.smart-sticky-cta a{background:var(--gradient-gold)}
@media(max-width:1080px){.smart-home-shell{grid-template-columns:1fr}.smart-result-grid{grid-template-columns:repeat(2,1fr)}.finder-options{grid-template-columns:repeat(3,1fr)}}@media(max-width:840px){.smart-search-panel{padding:18px;border-radius:24px}.smart-search-form{grid-template-columns:1fr}.smart-search-form .btn{width:100%}.smart-metrics,.grid2-mini{grid-template-columns:1fr}.smart-result-grid{grid-template-columns:1fr}.smart-sticky-cta{display:flex}.finder-options{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.smart-home-copy,.smart-finder-card,.smart-output,.smart-continue{border-radius:22px;padding:20px}.smart-search-row{grid-template-columns:52px 1fr}.smart-search-row img{width:52px;height:52px}.smart-home{padding-top:54px;padding-bottom:54px}.finder-options{grid-template-columns:1fr}}

/* Fix visibility: make gold CTA button text readable on all browsers/backgrounds. */
.btn.btn-gold,
button.btn.btn-gold,
a.btn.btn-gold {
  background: linear-gradient(135deg,#8c5d1f 0%,#5b3415 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 800;
  letter-spacing: .01em;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  border: 0 !important;
}
.btn.btn-gold:hover,
button.btn.btn-gold:hover,
a.btn.btn-gold:hover,
.btn.btn-gold:focus-visible,
button.btn.btn-gold:focus-visible,
a.btn.btn-gold:focus-visible {
  background: linear-gradient(135deg,#6d4219 0%,#3d2310 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.buy-box .btn.btn-gold,
.buy-box button.btn.btn-gold {
  min-width: 230px;
  min-height: 48px;
}

/* Demo mode */
.demo-version-badge{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);z-index:99999;background:#f97316;color:#fff;border-radius:999px;padding:9px 18px;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 14px 35px rgba(249,115,22,.32);white-space:nowrap}.demo-toast{position:fixed;left:50%;bottom:58px;transform:translateX(-50%) translateY(10px);z-index:99998;background:#2b1f16;color:#fff;border-radius:14px;padding:12px 18px;box-shadow:0 18px 45px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:.2s}.demo-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}body{padding-bottom:38px}.btn[aria-disabled="true"],button[aria-disabled="true"]{cursor:not-allowed}.demo-readonly-field{background:#f8f3ec!important;cursor:not-allowed!important}
@media(max-width:640px){.demo-version-badge{font-size:10px;padding:8px 12px;max-width:calc(100vw - 24px);overflow:hidden;text-overflow:ellipsis}.demo-toast{width:calc(100vw - 32px);text-align:center}}
