:root{--ink:#f6f1e9;--night:#0e1211;--forest:#14241f;--sage:#b8c7bd;--gold:#caa76b;--paper:#eee9df;--dark:#17201d;--line:rgba(255,255,255,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--night);color:var(--ink);font-family:Manrope,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:76px;position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:linear-gradient(#0d1110e8,#0d111000);backdrop-filter:blur(7px)}.brand{letter-spacing:.18em;font-size:.76rem;font-weight:600}.brand-mark{color:var(--gold);font-size:1.3rem;margin-right:.45rem}.topbar nav{display:flex;gap:2rem;font-size:.78rem}.topbar nav a{opacity:.78}.topbar nav a:hover{opacity:1}.cart-button,.filter{border:1px solid var(--line);background:rgba(255,255,255,.06);color:inherit;border-radius:999px;padding:.65rem 1rem;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;width:21px;height:21px;margin-left:.35rem;background:var(--gold);color:#111;border-radius:50%;font-size:.7rem}.hero{min-height:100svh;display:flex;align-items:center;position:relative;padding:130px 8vw 80px;background:linear-gradient(90deg,rgba(7,12,10,.95) 0%,rgba(7,12,10,.73) 45%,rgba(7,12,10,.22) 78%),linear-gradient(0deg,rgba(7,12,10,.55),transparent 40%),url('assets/IMG-20260831-WA0105_051152.jpg') center 48%/cover}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 43%,transparent 0 15%,rgba(8,14,12,.18) 45%,rgba(8,14,12,.55) 100%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:760px}.eyebrow{margin:0 0 1rem;color:var(--gold);font-size:.68rem;letter-spacing:.24em;font-weight:600}.hero h1,.section-heading h2,.story h2,.drawer-head h2{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.92;margin:.15em 0;font-size:clamp(3.6rem,7vw,7rem)}.hero h1 em{color:var(--sage);font-weight:500}.hero-copy{max-width:550px;color:#d4d7d3;line-height:1.8;margin:2rem 0;font-size:1rem}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:1rem 1.25rem;border:none;background:var(--paper);color:#111a17;letter-spacing:.05em;font-size:.78rem;font-weight:600;cursor:pointer}.hero-note{position:absolute;z-index:2;right:5vw;bottom:2rem;font-size:.65rem;letter-spacing:.15em;opacity:.65}.collection{padding:100px 6vw 120px;background:var(--paper);color:var(--dark)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;max-width:1300px;margin:auto}.section-heading h2{font-size:clamp(3rem,5vw,5.5rem)}.section-heading>p{max-width:420px;line-height:1.7;color:#53605b}.filters{display:flex;gap:.7rem;flex-wrap:wrap;max-width:1300px;margin:3rem auto 2rem}.filter{color:#3d4945;border-color:#b9c1bd;background:transparent}.filter.active,.filter:hover{background:var(--forest);color:white}.product-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.product-card{background:#f7f4ee;min-width:0}.product-media{height:440px;overflow:hidden;position:relative;background:#d8d5ce}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover img{transform:scale(1.035)}.badge{position:absolute;top:1rem;left:1rem;background:#f5eee2dc;backdrop-filter:blur(5px);padding:.42rem .7rem;font-size:.6rem;letter-spacing:.13em}.product-info{padding:1.25rem}.product-info h3{font-family:"Cormorant Garamond",serif;font-size:1.65rem;margin:0 0 .3rem}.meta{color:#69736f;font-size:.76rem}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.price{font-weight:600}.add{width:40px;height:40px;border-radius:50%;border:1px solid #9ca5a1;background:transparent;font-size:1.2rem;cursor:pointer}.add:hover{background:var(--forest);color:white}.story{display:grid;grid-template-columns:1.1fr .9fr;min-height:760px;background:var(--forest)}.story-image img{width:100%;height:100%;object-fit:cover}.story-copy{padding:10vw 8vw;display:flex;flex-direction:column;justify-content:center}.story h2{font-size:clamp(3.7rem,6vw,6.5rem)}.story-copy>p:not(.eyebrow){line-height:1.9;color:#c9d0cc;max-width:500px}.qualities{display:grid;gap:.9rem;margin-top:2rem;color:#d9ddd9;font-size:.82rem}.qualities span::first-letter{color:var(--gold)}footer{padding:2rem 5vw;display:flex;justify-content:space-between;align-items:center;color:#a8afac;font-size:.7rem}.drawer-backdrop{position:fixed;z-index:30;inset:0;background:#0008;opacity:0;pointer-events:none;transition:.3s}.cart-drawer{position:fixed;z-index:31;top:0;right:0;height:100%;width:min(440px,100%);background:#f4f0e8;color:#18211e;transform:translateX(100%);transition:.35s;display:flex;flex-direction:column;padding:2rem}.cart-drawer.open{transform:none}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid #cad0cc;padding-bottom:1rem}.drawer-head h2{font-size:3rem}.drawer-head button{border:0;background:none;font-size:2rem;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:1rem 0}.empty{color:#6d7772}.cart-line{display:grid;grid-template-columns:70px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #d5d8d4}.cart-line img{width:70px;height:84px;object-fit:cover}.cart-line h4{margin:.2rem 0;font-family:"Cormorant Garamond",serif;font-size:1.2rem}.remove{border:0;background:none;color:#7b4a45;cursor:pointer}.cart-footer{border-top:1px solid #cad0cc;padding-top:1rem}.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:1rem}.checkout{width:100%}.cart-footer small{display:block;line-height:1.5;color:#6a736f;margin-top:.8rem}.toast{position:fixed;z-index:40;left:50%;bottom:2rem;transform:translate(-50%,20px);background:#f3eee4;color:#15201c;padding:.8rem 1.1rem;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.topbar nav{display:none}.hero{background-position:60% center;padding-left:6vw}.hero h1{font-size:clamp(3.5rem,14vw,6rem)}.section-heading{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.story-image{height:70vh}.story-copy{padding:90px 7vw}footer{align-items:flex-start;gap:1rem;flex-direction:column}}@media(max-width:590px){.topbar{height:64px}.brand{font-size:.66rem}.cart-button{padding:.55rem .7rem}.hero{min-height:92svh;background-position:58% center}.hero-copy{font-size:.9rem}.hero-note{display:none}.collection{padding:76px 4vw}.product-grid{grid-template-columns:1fr}.product-media{height:470px}.filters{margin-top:2rem}.story-image{height:60vh}}
.brand{font-family:"Cormorant Garamond",serif;letter-spacing:.14em;font-size:1rem;font-weight:600}.topbar .brand{white-space:nowrap}@media(max-width:590px){.brand{font-size:.75rem;letter-spacing:.1em}}
.hero{background-color:#030303;background-image:linear-gradient(90deg,rgba(3,3,3,.98) 0%,rgba(3,3,3,.88) 34%,rgba(3,3,3,.28) 62%,rgba(3,3,3,.06) 100%),url('assets/portada-minerales-uriel.jpeg');background-position:center,right center;background-size:100% 100%,auto 92%;background-repeat:no-repeat}.hero:after{background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 38%)}
@media(max-width:900px){.hero{align-items:flex-end;padding-bottom:90px;background-image:linear-gradient(0deg,rgba(3,3,3,.98) 0%,rgba(3,3,3,.82) 37%,rgba(3,3,3,.08) 72%),url('assets/portada-minerales-uriel.jpeg');background-position:center,center top 58px;background-size:100% 100%,auto 70%;}.hero-content{max-width:650px}.hero-copy{max-width:480px}}
@media(max-width:590px){.hero{min-height:100svh;padding-top:58vh;background-position:center,center 54px;background-size:100% 100%,100% auto}.hero h1{font-size:clamp(3rem,13vw,4.7rem)}.hero-copy{line-height:1.55;margin:1.2rem 0}}
@media(max-width:900px){.hero{display:block;min-height:auto;padding-top:calc(112vw + 90px);padding-bottom:80px;background-color:#030303;background-image:url('assets/portada-minerales-uriel.jpeg');background-position:center 64px;background-size:100% auto;background-repeat:no-repeat}.hero:after{background:linear-gradient(0deg,rgba(0,0,0,.85),transparent 28%)}.hero-content{max-width:680px}.hero-note{display:none}}
@media(max-width:590px){.hero{padding-top:calc(112vw + 78px);padding-left:6vw;padding-right:6vw}.hero h1{font-size:clamp(3rem,13vw,4.7rem)}.hero-copy{line-height:1.55;margin:1.2rem 0}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.model-list{max-width:1300px;margin:auto;display:grid;gap:1rem}.model{background:#f7f4ee;border:1px solid #d6d7d1}.model-summary{width:100%;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:1.5rem;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.model-cover{width:150px;height:126px;object-fit:cover}.model-copy h3{font-family:"Cormorant Garamond",serif;font-size:2rem;margin:0 0 .35rem}.model-copy p{margin:0;color:#69736f;font-size:.78rem}.model-side{display:flex;align-items:center;gap:1rem;padding-right:1.5rem}.stock-count{font-size:.67rem;letter-spacing:.12em;color:#65706b}.chevron{width:38px;height:38px;border:1px solid #9ca5a1;border-radius:50%;display:grid;place-items:center;font-size:1.1rem;transition:transform .3s}.model.open .chevron{transform:rotate(180deg)}.stock-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s ease}.model.open .stock-panel{grid-template-rows:1fr}.stock-inner{overflow:hidden}.stock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;border-top:1px solid #d6d7d1;background:#eceae4}.stock-grid .product-media{height:360px}
@media(max-width:900px){.stock-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:590px){.model-summary{grid-template-columns:88px 1fr auto;gap:.8rem}.model-cover{width:88px;height:100px}.model-copy h3{font-size:1.45rem}.model-copy p{font-size:.68rem}.model-side{padding-right:.7rem}.stock-count{display:none}.chevron{width:32px;height:32px}.stock-grid{grid-template-columns:1fr;padding:.7rem}.stock-grid .product-media{height:470px}}
.top-actions{display:flex;align-items:center;gap:.7rem}.admin-star{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold);background:rgba(255,255,255,.06);font-size:1rem;transition:.25s}.admin-star:hover,.admin-star:focus-visible{background:var(--gold);color:#17201d;transform:rotate(18deg)}
