.hero-section{justify-content:flex-end;align-items:start;width:100%;height:800px;display:flex;position:relative;overflow:hidden}.hero-section__shape{background-color:var(--bg-brown);z-index:0;border-radius:0 0 10rem;width:40%;height:85%;position:absolute;bottom:0;left:0}.hero-section__card{background-color:var(--bg-cream);border-radius:10rem 0 0;flex-direction:row;justify-content:flex-start;align-items:center;gap:4rem;width:min(95vw,1800px);margin-bottom:10rem;padding:1rem 1rem 1rem 4rem;display:flex;position:relative}.hero-section__content{flex-direction:column;justify-content:start;align-items:start;gap:1rem;width:40%;display:flex}.hero-section__title{letter-spacing:.16px;color:var(--color-brand-secondary);margin:0 0 1.5rem;font-family:Yeseva One,serif;font-size:3rem;font-weight:400;line-height:1.5}.hero-section__description{max-width:40rem;color:var(--color-text-body);margin:0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5}.hero-section__media{border-radius:10rem 0 0;height:100%;position:relative;overflow:hidden}.hero-section__video,.hero-section__media__image{object-fit:cover;width:100%;height:100%;display:block}.welcome-section{background:linear-gradient(to top, var(--bg-brown) 0%, var(--bg-white) 80%);width:100%;margin-top:8rem;padding:8rem 2rem}.welcome-card{background:var(--bg-cream);border-radius:.75rem;flex-direction:row;max-width:1100px;min-height:720px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000014}.welcome-card__content{flex-direction:column;flex:50%;justify-content:center;gap:1.5rem;min-width:0;padding:3.5rem 3rem;display:flex}.welcome-card__heading{font-size:var(--font-size-6xl);color:var(--color-brand-secondary);margin:0;font-weight:400;line-height:1.25}.welcome-card__heading em{font-weight:400}.welcome-card__body{color:var(--color-text-body);font-size:var(--font-size-sm);letter-spacing:.16px;margin:0;font-weight:400;line-height:2}.welcome-card__btn{background:var(--color-brand-secondary);color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:var(--font-size-xs);cursor:pointer;border:none;align-self:flex-start;padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.welcome-card__btn:hover{opacity:.85}.welcome-card__media{flex:50%;min-width:0;min-height:480px}.welcome-card__img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=767px){.welcome-section{padding:3rem 1.25rem}.welcome-card{min-height:unset;flex-direction:column}.welcome-card__content{flex:none;order:1;width:100%;padding:2.5rem 1.75rem}.welcome-card__media{flex:none;order:2;width:100%;min-height:280px}}.services-section{background-color:var(--bg-cream);flex-direction:column;align-items:center;gap:2rem;width:100%;margin-bottom:24rem;padding-top:4rem;padding-bottom:8rem;display:flex;position:relative}.services-section-text{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.services-section-text h2{font-size:3rem;font-weight:400}.services-section-text p{color:var(--color-brand-secondary);text-align:center;font-family:Yeseva One,sans-serif;font-size:4rem;font-weight:500}.service-cards-container{flex-flow:wrap;justify-content:center;align-items:center;gap:2rem;width:80vw;display:flex}.home-service-card-button{font:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.service-description-section{position:absolute;top:calc(100% - 60px);left:50%;transform:translate(-50%)}.home-service-card{cursor:pointer;background-color:#fff;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 4rem;transition:transform .25s,background-color .25s;display:flex}.home-service-card-button:hover .home-service-card{background-color:var(--bg-brown);transform:scale(1.08)}.service-card-icon{flex:1;width:80px}.service-card-text{letter-spacing:.16px;color:var(--color-brand-primary);font-size:1.2rem;font-weight:700;line-height:1.5}.service-description-container{background-color:#fff;justify-content:center;align-items:center;gap:2rem;width:min(90vw,1200px);height:fit-content;display:flex;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.service-description-image-wrap{border-radius:6rem 0;flex-shrink:0;margin:1rem;overflow:hidden}.service-description-image{object-fit:cover;height:300px;display:block}.service-description-text-container{flex-direction:column;justify-content:space-around;align-items:start;gap:2rem;height:auto;padding:2rem 1rem;display:flex}.service-description-text-container h3{color:var(--color-brand-secondary);font-family:Yeseva One,sans-serif;font-size:3rem;font-weight:600}.service-description-text-container p{font-size:1rem;font-weight:semibold;letter-spacing:.16px;color:var(--color-text-body);line-height:2}@media (width<=1024px){.service-description-container{height:fit-content;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}}
