.home-container{font-family:var(--font-cabinet),sans-serif;background:#e7e7e7}.home-hero{justify-content:center;align-items:center;height:100vh;min-height:100vh;max-height:100vh;display:flex;position:relative}.home-main{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:8rem 2rem 2rem;display:flex}.home-hero-wrapper{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:80rem;height:80vh;display:flex;position:relative}@media (max-width:768px){.home-hero{height:100vh;min-height:100vh;max-height:100vh}.home-main{padding:6rem 1.5rem 1.5rem}}@media (max-width:480px){.home-main{padding:5rem 1rem 1rem}}.home-content{flex-direction:column;gap:1rem;width:100%;max-width:80rem;display:flex}.home-greeting{font-family:var(--font-caveat),cursive;color:#000;font-size:2.5rem;font-weight:400;line-height:1.2}@media (min-width:768px){.home-greeting{font-size:3rem}}@media (min-width:1024px){.home-greeting{font-size:4rem}}.home-title{color:#000;font-weight:400;line-height:1.75}.home-title-line{white-space:nowrap;display:block}.home-scroll-down{flex-direction:column;align-items:center;gap:.5rem;padding-bottom:2rem;display:flex}.home-scroll-down p{color:#000;text-transform:lowercase;letter-spacing:.1em;margin:0;font-size:1rem;font-weight:400}.home-scroll-arrow{color:#000;animation:2s infinite bounce-arrow}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}@media (min-width:768px){.home-scroll-down{gap:.5rem;padding-bottom:2.5rem}.home-scroll-down p{font-size:1.25rem}.home-scroll-arrow{width:28px;height:28px}}@media (min-width:1024px){.home-scroll-down{gap:.5rem;padding-bottom:3rem}.home-scroll-down p{font-size:1.5rem}.home-scroll-arrow{width:32px;height:32px}}@media (max-width:768px){.home-hero-wrapper{height:80vh}}@media (max-width:480px){.home-hero-wrapper{height:80vh}.home-scroll-down{padding-bottom:1.5rem}}.home-section{justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.home-section-2{background-color:#1e1e1e}.home-section-2 .section-title{color:#fff}.home-section-2 .section-content,.home-section-2 .section-content p{color:#e5e5e5}.home-section-container{width:100%;max-width:60rem}.section-title{color:#000;margin-bottom:2rem;font-size:3rem;font-weight:600;line-height:1.2}@media (min-width:768px){.section-title{font-size:4rem}}.section-content{color:#1a1a1a;font-size:1.125rem;line-height:1.8}.section-content p{margin:0}.home-section-card{-webkit-backdrop-filter:blur(12px);background:#fff6;border:1px solid #ffffff80;border-radius:24px;padding:3rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 40px -10px #0000000d}.home-section-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px -15px #0000001a}.home-section-2 .home-section-card{background:#28282866;border:1px solid #ffffff14}@media (max-width:768px){.home-section-card{border-radius:16px;padding:2rem}}.connect-btn{color:#fff;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:4px;outline:none;margin-top:2rem;padding:1rem 2.5rem;font-family:inherit;font-size:1.125rem;font-weight:500;transition:transform .3s;display:inline-block;position:relative}.connect-btn:after{content:"";z-index:-1;background:#1a1a1a;border-radius:2px;transition:background .3s;position:absolute;inset:2px}.connect-btn:before{content:"";z-index:-2;background:linear-gradient(90deg,#f0c,#33f,#0fc,#fc0,#f0c) 0 0/400% 100%;border-radius:4px;transition:filter .3s,transform .3s;animation:8s linear infinite running-border;position:absolute;inset:0}@keyframes running-border{0%{background-position:0 0}to{background-position:400% 0}}.connect-btn:hover{transform:translateY(-2px)}.connect-btn:hover:after{background:#0a0a0a}.connect-btn:hover:before{filter:blur(15px);transform:translateY(10px)scale(.95)}
