:root{--preto:#000;--dourado:#d4af37;--dourado-claro:#f2d675;--vermelho:#7a1f1f;--cinza:#b5b5b5}html,body{background-color:var(--preto);margin:0;padding:0}.navbar{background-color:var(--preto);z-index:100;justify-content:center;gap:1.2rem;width:100%;padding:1.2rem 0;display:flex;position:fixed;top:0;left:0}.navbar a{letter-spacing:.18rem;text-transform:uppercase;color:var(--dourado);opacity:.85;padding-bottom:4px;font-size:.7rem;text-decoration:none;transition:opacity .3s;position:relative}.navbar a:hover{opacity:1}.navbar a:after{content:"";background-color:var(--dourado);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar a:hover:after{width:100%}#home{scroll-margin-top:7rem}#desenhos{scroll-margin-top:5rem}#sobre,#contato{scroll-margin-top:3rem}.hero{background-color:var(--preto);z-index:1;justify-content:center;align-items:flex-start;min-height:100vh;padding:4rem 2rem 2rem;display:flex;position:relative}.hero-wrapper{border:1.5px solid var(--dourado);border-radius:10px;justify-content:space-between;align-items:center;gap:1.5rem;width:min(92vw,720px);padding:1.5rem 2rem;display:flex}.hero-content{flex-direction:column;max-width:420px;display:flex}.hero-title{color:var(--dourado);white-space:nowrap;margin-top:0;margin-bottom:0;font-family:Playfair Display,serif;font-size:clamp(1.4rem,4vw,2.6rem);line-height:1.1}.hero-top{letter-spacing:.18rem;color:var(--dourado);text-align:left;opacity:.85;margin-bottom:.5rem;font-size:.6rem;line-height:1}.hero-subtitle{letter-spacing:.18rem;color:var(--dourado);align-self:flex-end;margin-top:.6rem;font-size:.75rem;position:relative}.hero-subtitle:after{content:"";background:var(--dourado);width:65px;height:1px;margin-top:.3rem;margin-left:auto;display:block}.hero-button{border:1px solid var(--dourado);color:var(--dourado);letter-spacing:1px;padding:.7rem 1.6rem;font-size:.85rem;text-decoration:none;transition:all .3s;display:inline-block}.hero-button:hover{background-color:var(--dourado);color:var(--preto)}.hero-image{justify-content:center;display:flex}.hero-image img{width:clamp(120px,30vw,300px);height:auto}.hero-wrapper{background-color:var(--preto);border:1.5px solid var(--dourado);border-radius:10px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1.2rem;width:min(92vw,720px);height:auto;padding:1rem clamp(1.2rem,3vw,2rem);display:flex;overflow:hidden;flex-direction:row!important}.hero-content,.hero-image{flex:none}.explore-categories{z-index:3;max-width:1200px;margin:-200px auto 40px 1rem;padding-inline:clamp(16px,4vw,48px);position:relative}.explore-top{letter-spacing:.18rem;color:var(--dourado);opacity:.8;margin-bottom:6px;font-size:.6rem;display:block}.explore-title{color:var(--dourado);margin:0;font-family:Playfair Display,serif;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:500;line-height:1.1;position:relative}.explore-title:after{content:"";background-color:var(--dourado);width:70px;height:1px;margin-top:10px;display:block}.filters{z-index:4;justify-content:flex-start;gap:2.5rem;padding-left:4rem;display:flex;position:relative}.filters select{color:#fff;letter-spacing:.1rem;cursor:pointer;appearance:none;background-color:#141414bf;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-position:right 1.8rem center;background-repeat:no-repeat;background-size:1.3rem;border:1px solid #caa46a73;border-radius:16px;width:270px;padding:.7rem 3.2rem .7rem 1.4rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:border .3s,box-shadow .3s,transform .2s}.filters select:hover{border-color:#caa46acc;transform:translateY(-2px);box-shadow:0 8px 25px #caa46a26}.filters select:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #caa46a40}.filters option{color:#fff;background-color:#111}.gallery-grid{z-index:4;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.4rem;margin-top:3rem;margin-left:1rem;margin-right:1rem;display:grid}.drawing-card{flex-direction:column;gap:.6rem;transition:transform .3s;display:flex}.drawing-card:hover{transform:translateY(-6px)}.drawing-image{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:14px;width:100%;box-shadow:0 12px 28px #00000073}.drawing-caption{color:#c9c9c9;letter-spacing:.08rem;text-transform:uppercase;font-size:.75rem}.drawing-image-wrapper{position:relative}.expand-btn{color:#fff;cursor:pointer;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding-bottom:1px;font-size:1rem;line-height:1;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:10px;right:10px;transform:scale(.9)}.drawing-card:hover .expand-btn{opacity:1;transform:scale(1)}.expand-btn:hover{background:#000000d9}.image-modal{opacity:0;pointer-events:none;z-index:999;background:#000000e6;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.image-modal.active{opacity:1;pointer-events:auto}.image-modal img{border-radius:12px;max-width:90%;max-height:90%}.close-modal{color:#fff;cursor:pointer;font-size:2rem;position:absolute;top:30px;right:40px}.about{opacity:0;justify-content:center;align-items:center;margin-top:6.8rem;padding:3rem 1.4rem;transition:opacity .5s,transform .5s;display:flex;position:relative;transform:translateY(16px)}.about.show{opacity:1;transform:translateY(0)}.about-frame{border:1px solid #d4af372e;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:820px;padding:2.6rem 2.8rem;display:flex;position:relative}.about-frame:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#d4af371a,#0000 30%);border-radius:10px;position:absolute;inset:0}.about-text{max-width:60%}.about-subtitle{letter-spacing:.28rem;color:var(--dourado);opacity:.75;margin-bottom:.9rem;font-size:.75rem}.about-text h2{color:var(--dourado);margin-bottom:1.6rem;font-family:Playfair Display,serif;font-size:2.6rem;font-weight:500;line-height:1.25}.about-text p{color:#ffffffc7;margin-bottom:1.2rem;font-size:1.1rem;line-height:1.7}.about-image{justify-content:flex-end;width:40%;display:flex}.about-image img{width:100%;max-width:300px;height:auto}.about:before{content:"";background:linear-gradient(#0000,#d4af3740,#0000);width:1px;position:absolute;top:26%;bottom:26%;left:1.8rem}.footer,.creditos{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(40px)}.footer.active,.creditos.active{opacity:1;transform:translateY(0)}.footer{justify-content:center;align-items:center;padding:6rem 0 3rem;display:flex}.share{justify-content:center;gap:3.5rem;display:flex}.share a img{opacity:.7;transition:transform .3s,opacity .3s}.share a:hover img{opacity:1;transform:scale(1.15)}.creditos-text{text-align:center;color:#fff9;width:100%;margin-top:2rem;font-size:1.2rem}@media (width<=768px){.hero{min-height:auto;padding-bottom:2rem}.hero-wrapper{padding:2rem 1.4rem}.explore-categories{text-align:left;margin-top:1.5rem;padding-left:.3rem}.category-covers{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.header section{justify-content:center;display:flex}.navbar{justify-content:center}.filters{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;margin:0;padding-left:0;display:flex}.filters select{appearance:none;padding:.7rem 5rem .7rem 1.3rem;font-size:.7rem}.gallery-section{padding:3rem 1.2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}.about{opacity:0;min-height:auto;padding:1.2rem .8rem;transition:opacity .5s,transform .5s;transform:translateY(14px)}.about.show{opacity:1;transform:translateY(0)}.about:before{display:none}.about-frame{flex-direction:row;justify-content:space-between;align-items:center;gap:.6rem;max-width:380px;margin:0 auto;padding:.8rem 1rem;display:flex}.about-frame:before{background:radial-gradient(circle at 0 0,#d4af370f,#0000 65%);border-radius:16px}.about-text{width:65%}.about-subtitle{letter-spacing:.22rem;margin-bottom:.6rem;font-size:.65rem}.about-text h2{margin-bottom:.9rem;font-size:1.2rem;line-height:1.1}.about-text p{margin-bottom:.3rem;font-size:.7rem;line-height:1.25}.about-text p:last-child{margin-bottom:0}.about-image{justify-content:flex-end;width:40%;display:flex}.about-image img{width:100%;max-width:90px;height:auto}.footer{padding:3rem 0 1.5rem}.share{justify-content:center;align-items:center;gap:1.8rem;display:flex}.share a img{width:28px;height:auto}.creditos-text{font-size:.9rem}}
