@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap");:root{--bg-page:#f0ebe2;--bg-cream:#e8e2d8;--bg-cream-hover:#ddd7cc;--bg-card-img:#ede8df;--text-primary:#1a1714;--text-secondary:#3d3730;--text-accent:#1a1714;--text-muted:#7a7068;--header-bg:hsla(21,26%,69%,.96);--header-text:#1a1714;--border-card:rgba(26,23,20,.08);--radius-card:4px;--immersive-bg:rgba(12,10,8,.97)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,system-ui,sans-serif;background:var(--bg-page);color:var(--text-primary);min-height:100vh;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}.hero-wrap{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;grid-gap:0;gap:0}.hero-img-col{position:relative;overflow:hidden;background:var(--bg-cream)}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-text-col{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);background:var(--bg-page)}.hero-eyebrow{font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.85rem}.hero-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:300;line-height:1.08;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem}.hero-bio{font-family:Inter,system-ui,sans-serif;font-size:clamp(.82rem,1.2vw,.9rem);line-height:1.7;color:var(--text-secondary);max-width:42ch}@media (max-width:768px){.hero-wrap{grid-template-columns:1fr;min-height:auto}.hero-img-col{height:420px}.hero-img{object-position:center 10%}.hero-text-col{padding:1.75rem 1.25rem}.hero-bio{max-width:none}}.home-series{padding:4rem 1.5rem 5rem;max-width:1200px;margin:0 auto}.home-series-inner{width:100%}.home-series-heading{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2rem}.home-contato{padding:3.5rem 1.5rem;background:var(--bg-cream);text-align:center}.home-contato-inner{max-width:520px;margin:0 auto}.home-contato-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:300;color:var(--text-primary);margin-bottom:.5rem}.home-contato-sub{font-family:Inter,system-ui,sans-serif;font-size:.85rem;color:var(--text-muted);margin-bottom:1.75rem;line-height:1.6}.home-contato-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-contato-link{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;background:var(--text-primary);color:#f0ebe2;border-radius:2px;font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.04em;transition:opacity .15s ease}.home-contato-link:hover{opacity:.8}.module-page{min-height:60vh}.module-page-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.module-page-header{padding-top:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-card);margin-bottom:2rem}.module-page-eyebrow{font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem}.module-page-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;color:var(--text-primary);line-height:1.1;margin-bottom:.65rem}.module-page-sub{font-family:Inter,system-ui,sans-serif;font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:56ch}