:root{--bg: #f3e3c3;--text: #1b0e04;--dark: #0d0500;--brown: #5a2e0c;--gold: #c9a46c;--shadow: 0 20px 60px rgba(0, 0, 0, .25);font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}.site-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:0;width:100%;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e0701bf;border-bottom:1px solid rgba(201,164,108,.25);z-index:10}.header-inner{max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.85rem}.logo-symbol{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:12px;background:linear-gradient(135deg,#c9a46c,#7a4a22);color:#fff;font-weight:700;font-size:1.1rem;box-shadow:inset 0 0 10px #00000080}.brand-name{margin:0;font-family:Playfair Display,Times New Roman,serif;letter-spacing:.05em;font-size:1.1rem;color:#fff}.brand-tag{margin:0;font-size:.78rem;color:#ffffffb8}.main-nav{display:flex;gap:1rem;font-size:.95rem}.main-nav a{color:#ffffffd9;text-decoration:none;padding-bottom:.3rem;transition:color .3s ease,border-bottom .3s ease}.main-nav a:hover{color:#fff;border-bottom:1px solid var(--gold)}.btn-pill{padding:.65rem 1.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.6);text-decoration:none;font-weight:600;color:#fff;transition:background .3s ease,transform .3s ease}.btn-pill:hover{background:#ffffff26;transform:translateY(-1px)}main{display:flex;flex-direction:column;gap:3rem;padding:0 1.5rem 4rem;flex:1}.hero{position:relative;min-height:70vh;max-width:1200px;margin:0 auto;border-radius:32px;overflow:hidden;background:url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1600&q=80) center/cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0401b3,#070301d9 70%)}.hero-content{position:relative;padding:4rem 3rem;z-index:1;color:#fff;max-width:640px}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.8rem,3vw,3.6rem);margin-bottom:1rem}.hero p{line-height:1.7;margin-bottom:1.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-gold,.btn-ghost,.btn-outline{border-radius:999px;padding:.85rem 1.8rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.btn-gold{background:linear-gradient(135deg,var(--gold),#fdf1d3);color:#2d1404;border:none;box-shadow:0 12px 30px #c9a46c66}.btn-gold:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 18px 30px #c9a46c99}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:#fff}.section{max-width:1200px;margin:0 auto;padding:2.5rem;border-radius:28px;background:#fffffff2;box-shadow:var(--shadow)}.section-heading h2{font-family:Playfair Display,serif;margin:.3rem 0 1.5rem;font-size:clamp(2rem,2.5vw,2.6rem)}.eyebrow{letter-spacing:.4em;text-transform:uppercase;font-size:.7rem;color:#716052}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.card{padding:1.5rem;border-radius:24px;background:#ffffffdb;border:1px solid rgba(90,46,12,.1);position:relative;overflow:hidden;box-shadow:0 25px 45px #5a2e0c26;transition:transform .4s ease,border .4s ease,box-shadow .4s ease}.card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease;background:linear-gradient(120deg,rgba(201,164,108,.15),transparent 70%)}.card:hover{transform:translateY(-8px);border-color:#c9a46ccc;box-shadow:0 35px 55px #00000040}.card:hover:after{opacity:1}.card h3{margin-bottom:.5rem}.card p{margin:0;line-height:1.6;color:#4c3a2b}.icon{font-size:2rem;margin-bottom:.75rem}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.highlight-card{border-radius:20px;padding:1.75rem;background:#0d0500;color:#fff;min-height:180px;box-shadow:0 25px 60px #05030166;border:1px solid rgba(201,164,108,.5)}.highlight-card h3{margin-top:0;font-size:1.4rem}.highlight-card p{color:#ffffffe6;line-height:1.6}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;gap:2rem}.split-image{min-height:320px;border-radius:22px;background:linear-gradient(180deg,#5a2e0c4d,#5a2e0ccc),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1200&q=80) center/cover;box-shadow:var(--shadow)}.split-content p{line-height:1.7;margin-bottom:1.5rem}.btn-outline{border:1px solid var(--brown);color:var(--brown);background:transparent}.equipe .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.team-card{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid rgba(90,46,12,.15);box-shadow:0 15px 35px #5a2e0c26;text-align:center}.portrait{width:90px;height:90px;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#c9a46c,#5a2e0c)}.team-card h3{margin-bottom:.35rem;font-family:Playfair Display,serif}.team-card p{margin:0;color:#70523c}.localizacao .location-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:center}.map-frame iframe{width:100%;height:280px;border:0;border-radius:18px;box-shadow:0 20px 45px #00000059}.contato .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start}.contact-info{padding:1.5rem;border-radius:18px;background:#5a2e0c14;border:1px solid rgba(90,46,12,.2)}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#3c2d20}.contact-form input,.contact-form textarea{border-radius:12px;border:1px solid rgba(90,46,12,.3);padding:.9rem 1rem;font-size:1rem;font-family:inherit;background:#ffffffe6}.contact-form button{cursor:pointer;border:none}.btn-gold:focus,.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(201,164,108,.8);outline-offset:2px}.site-footer{padding:2rem;background:#0b0500;color:#fffc}.footer-line{border-top:1px solid rgba(201,164,108,.4);max-width:1200px;margin:0 auto 1rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.9rem}.fade-up{opacity:0;transform:translateY(30px)}.fade-up.is-visible{opacity:1;transform:translateY(0);transition:opacity .9s ease,transform .9s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 960px){.header-inner{flex-wrap:wrap}.main-nav{flex:1 1 100%;justify-content:center}.hero-content{padding:3rem 2rem}.section{padding:2rem}}@media (max-width: 640px){.header-inner{gap:.5rem}.main-nav{display:none}.hero-content h1{font-size:2.3rem}.split{grid-template-columns:1fr}}
