.home-container{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.home-content{max-width:800px;width:100%}.home-title{font-family:var(--font-playfair),serif;font-size:8rem;font-weight:300;letter-spacing:-.025em}.home-subtitle{font-family:var(--font-inter),sans-serif;font-size:1.3rem;font-weight:200;color:#525252;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.home-tagline{font-family:var(--font-funnel),sans-serif;font-size:1.125rem;font-weight:400;color:#404040;line-height:1.6;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.home-buttons{display:flex;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.home-button{padding:20px;font-family:var(--font-funnel),sans-serif;font-size:1rem;letter-spacing:.05em;text-decoration:none;color:#171717;background:transparent;border-top:1px solid #171717;position:relative;flex:1;max-width:300px}.home-button:first-child{text-align:right;padding-right:50}.home-button:last-child{text-align:left;padding-left:50}.home-button:hover{color:#525252}.home-button:first-child:after{right:0}.home-button:first-child:after,.home-button:last-child:after{content:"";position:absolute;bottom:0;width:50%;height:.5px;background:#171717}.home-button:last-child:after{left:0}.home-social{display:flex;gap:1.5rem;justify-content:center;align-items:center}.home-social a{color:#737373;transition:color .3s ease;font-size:1.25rem}.home-social a:hover{color:#171717}@media (max-width:768px){.home-title{font-size:6rem}.home-subtitle{font-size:1.25rem}.home-tagline{font-size:1rem}.home-button{font-size:.8125rem;max-width:45%}}@media (max-width:640px){.home-container{padding:1rem}.home-title{font-size:5rem}.home-button{max-width:45%}}@media (max-width:450px){.home-title{font-size:3rem;margin-bottom:1rem}.home-subtitle{font-size:1rem;margin-bottom:1rem}.home-tagline{font-size:.9rem}}