.home-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--cream)}.home-screen{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem 1.25rem 1.5rem;gap:.55rem}.home-logo{margin-bottom:.25rem;width:min(200px,70vw)!important;height:auto!important}.home-title{font-family:var(--font-brand);font-size:clamp(1.35rem,5vw,1.65rem);font-weight:800;letter-spacing:.14em;color:var(--g1);margin:0}.home-lead{font-size:.82rem;font-weight:500;color:#7a7a7a;margin:0 0 .75rem}.home-cta,.home-lead{font-family:var(--site-font-family);letter-spacing:.02em}.home-cta{display:inline-flex;align-items:center;justify-content:center;min-width:10.5rem;padding:.72rem 1.6rem;border-radius:999px;background:var(--g1);color:#fff;font-size:.88rem;font-weight:700;box-shadow:0 6px 20px rgba(44,44,44,.16);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.home-cta:hover{background:var(--bm-terra);transform:translateY(-2px);box-shadow:0 8px 24px rgba(181,99,77,.28)}@media (max-height:640px){.home-screen{gap:.35rem;padding-bottom:.75rem}.home-logo{transform:scale(.88)}.home-title{font-size:1.2rem}.home-lead{margin-bottom:.5rem}}