:root{--vinho: #5C0E16;--vinho-claro: #7A1820;--vinho-escuro: #1a0a0a;--dourado: #D4A862;--dourado-claro: #e0b870;--creme: #F5EDE0;--creme-escuro: #ebe1d0;--texto: #2A1810;--texto-mute: #7a6a52}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{font-family:Lora,Georgia,serif;color:var(--texto);background:var(--creme);line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--vinho)}a:hover{color:var(--dourado)}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:var(--creme);border-bottom:1px solid rgba(92,14,22,.12);position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--vinho)}.brand img{width:48px;height:48px;border-radius:50%}.brand-top{display:block;font-family:Cormorant Garamond,serif;font-size:.85rem;letter-spacing:.12em}.brand-bottom{display:block;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;letter-spacing:.08em}.site-header nav{display:flex;gap:2rem;align-items:center}.site-header nav a{text-decoration:none;color:var(--vinho);font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500;transition:color .2s}.site-header nav a:hover{color:var(--dourado)}.site-header nav a.cta{background:var(--vinho);color:var(--creme);padding:.6rem 1.4rem;border-radius:2px;font-weight:600;letter-spacing:.04em}.site-header nav a.cta:hover{background:var(--vinho-claro);color:var(--dourado)}.hero{background:var(--vinho-escuro);color:var(--creme);padding:7rem 3rem 9rem;position:relative}.hero-inner{max-width:800px;margin:0 auto;padding-left:2rem}.eyebrow{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.5rem;color:var(--dourado);margin-bottom:.5rem;letter-spacing:.02em}.hero h1{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:600;letter-spacing:.03em;margin-bottom:1.5rem;line-height:1.1}.hero .lead{font-size:1.1rem;max-width:620px;margin-bottom:2.5rem;opacity:.92}.hero .lead strong{color:var(--dourado);font-weight:600}.btn{display:inline-block;background:var(--dourado);color:var(--vinho);padding:.9rem 2.2rem;text-decoration:none;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s;border:none;cursor:pointer}.btn:hover{background:var(--dourado-claro);color:var(--vinho)}.btn-outline{background:transparent;border:2px solid var(--dourado);color:var(--dourado)}.btn-outline:hover{background:var(--dourado);color:var(--vinho)}.section{padding:5rem 3rem;max-width:1100px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem}.section-title .ornament{display:inline-flex;align-items:center;gap:1rem;font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.3rem;color:var(--dourado);margin-bottom:.5rem}.section-title .ornament:before,.section-title .ornament:after{content:"";width:50px;height:1px;background:var(--dourado)}.section-title h2{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;color:var(--vinho);letter-spacing:.02em}.text-block h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--vinho);margin:2rem 0 .8rem;font-weight:600}.text-block h3:first-child{margin-top:0}.text-block p{margin-bottom:1rem}.text-block ul{margin:1rem 0 1rem 1.5rem}.text-block li{margin-bottom:.5rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-col img{border-radius:4px;box-shadow:0 8px 24px #5c0e1626}.cta-strip{background:var(--vinho);color:var(--creme);padding:4rem 3rem;text-align:center}.cta-strip .ornament{color:var(--dourado);font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.3rem}.cta-strip h2{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;margin:.5rem 0 1.5rem}.cta-strip p{max-width:600px;margin:0 auto 2rem;opacity:.92}.site-footer{background:var(--vinho-escuro);color:var(--creme);padding:4rem 3rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.footer-logo{max-width:240px;margin-bottom:1.5rem;filter:brightness(0) invert(1);opacity:.9}.site-footer p,.site-footer a,.site-footer li{color:var(--creme);opacity:.85;font-size:.95rem}.site-footer a{text-decoration:none;transition:opacity .2s}.site-footer a:hover{color:var(--dourado);opacity:1}.site-footer h4{font-family:Cormorant Garamond,serif;color:var(--dourado);font-size:1.2rem;margin-bottom:1rem;letter-spacing:.05em;font-weight:600}.site-footer ul{list-style:none}.site-footer ul li{margin-bottom:.5rem}.footer-bottom{max-width:1100px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(212,168,98,.2);display:flex;justify-content:space-between;font-size:.85rem;opacity:.7;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.site-header{flex-direction:column;padding:1rem;gap:.8rem;position:relative}.site-header nav{flex-wrap:wrap;gap:1rem;justify-content:center}.hero{padding:4rem 1.5rem 5rem}.hero-inner{padding-left:0}.hero h1{font-size:2.2rem}.section{padding:3rem 1.5rem}.section-title h2{font-size:1.9rem}.two-col,.footer-grid{grid-template-columns:1fr;gap:2rem}}
