.site-main{display:flex;min-height:calc(100vh - var(--site-footer-height, 64px));flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0}@media (max-width:768px){.site-main{padding:2rem}}.hero-container{position:relative;z-index:10;max-width:64rem}.hero-container,.hero-inner{width:100%;display:flex;flex-direction:column;align-items:center}.hero-inner{gap:1.5rem;margin-bottom:4rem;justify-content:center}.hero-avatar{width:170px;height:170px;border:3px solid var(--foreground)}@media (max-width:480px){.hero-avatar{width:120px;height:120px}}.scroll-button{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(16px + env(safe-area-inset-bottom));display:flex;justify-content:center;z-index:60}.main__scroll{background:transparent;border:none;display:inline-flex;align-items:center;gap:10px;color:var(--foreground);cursor:pointer;padding:8px 12px;border-radius:999px;transition:transform .18s ease,opacity .18s ease}.main__scroll:hover{transform:translateY(-4px);opacity:.95}.main__scroll-box{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.02)}.main__scroll-text{font-size:.9rem;letter-spacing:.6px;text-transform:uppercase;opacity:.9}.hero{width:100%;display:flex;align-items:center;justify-content:space-between;padding:60px 80px;gap:40px;color:#fff;flex-wrap:wrap}.hero-left{flex:1 1 50%;min-width:260px}.hero-title{font-size:3rem;font-weight:600;margin-bottom:20px}.cta-outline{background-color:#1f2937;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-size:1rem}.hero-right{flex:0 0 340px}.hero-oval,.hero-right{display:flex;justify-content:center;align-items:center}.hero-oval{width:340px;height:440px}.hero-oval img{width:300px;height:400px;object-fit:cover;border-radius:50%/40%;box-shadow:0 0 20px rgba(255,255,255,.1)}@media (max-width:768px){.hero{flex-direction:column;padding:36px 20px;gap:24px}.hero-left{text-align:center}.hero-left,.hero-right{flex-basis:auto;width:100%}.hero-oval{width:220px;height:300px}.hero-oval img{width:200px;height:260px}.hero-title{font-size:2rem}}