@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap);.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 1.5rem 3rem;position:relative}.hero__bg{inset:0;position:absolute}.hero__bg-img{height:100%;object-fit:cover;width:100%}.hero__overlay{background:linear-gradient(180deg,rgba(30,25,20,.5),rgba(30,25,20,.4),rgba(30,25,20,.6));inset:0;position:absolute}.hero__content{margin:0 auto;max-width:56rem;position:relative;text-align:center}.hero__heading{color:#fff;font-family:Playfair Display,Georgia,Times New Roman,Times,serif;font-size:2.5rem;font-weight:500;line-height:1.1;margin-bottom:1.5rem}@media(min-width:640px){.hero__heading{font-size:3rem}}@media(min-width:768px){.hero__heading{font-size:3.75rem}}@media(min-width:1024px){.hero__heading{font-size:4.5rem}}.hero__heading-accent{color:#e86f39;font-style:italic}.hero__subtitle{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.6;margin:0 auto 2.5rem;max-width:42rem}@media(min-width:640px){.hero__subtitle{font-size:1.25rem}}.hero__buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:5rem}@media(min-width:640px){.hero__buttons{flex-direction:row}}.hero__btn{border-radius:9999px;display:inline-block;font-size:1rem;font-weight:500;min-width:180px;padding:.75rem 2rem;text-align:center;text-decoration:none;transition:opacity .3s,background-color .3s}.hero__btn--primary{background:#e86f39;box-shadow:0 4px 14px rgba(232,111,57,.35);color:#fff}.hero__btn--primary:hover{color:#fff;opacity:.9}.hero__btn--outline{background:transparent;border:1px solid hsla(0,0%,100%,.4);color:#fff}.hero__btn--outline:hover{background:hsla(0,0%,100%,.1);color:#fff}.hero__stats{align-items:center;color:hsla(0,0%,100%,.8);display:flex;gap:2rem;justify-content:center}@media(min-width:640px){.hero__stats{gap:3rem}}.hero__stat{text-align:center}.hero__stat-number{color:#fff;font-family:Playfair Display,Georgia,Times New Roman,Times,serif;font-size:1.5rem;margin-bottom:.125rem}@media(min-width:640px){.hero__stat-number{font-size:1.875rem}}.hero__stat-label{font-size:.875rem}.hero__stat-divider{background:hsla(0,0%,100%,.3);height:2.5rem;width:1px}