.button{font-family:Space Grotesk,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-block}.button--primary{background-color:var(--color-dark-gray);color:var(--color-white);padding:16px 32px;border-radius:8px;font-size:16px}.button--primary:hover{background-color:#444;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.button--primary:active{transform:translateY(0)}.typography{font-family:Space Grotesk,sans-serif;margin:0;padding:0}.typography--heading,.typography--emphasis{font-size:64px;font-weight:700;line-height:1.2;letter-spacing:-.04em}.typography--body{font-size:18px;font-weight:400;line-height:1.6}.typography--orange{color:var(--color-orange)}.typography--white{color:var(--color-white)}.typography--dark{color:var(--color-dark-gray)}@media (max-width: 768px){.typography--heading,.typography--emphasis{font-size:40px}.typography--body{font-size:16px}}@media (max-width: 480px){.typography--heading,.typography--emphasis{font-size:32px}.typography--body{font-size:14px}}.landing-hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center}.landing-hero__image{width:100%;height:100%;object-fit:cover}.landing-hero__content{position:relative;z-index:2;text-align:center;padding:40px 20px;max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.landing-hero__headline{max-width:900px;margin-bottom:8px}.landing-hero__emphasis{display:block;margin:-16px 0 16px;position:relative;z-index:3}.landing-hero__cta{margin:24px 0;z-index:3}.landing-hero__description{max-width:700px;margin-top:16px}.landing-hero__description strong{font-weight:700}@media (max-width: 768px){.landing-hero__content{padding:30px 16px;gap:20px}.landing-hero__headline{margin-bottom:4px}.landing-hero__emphasis{margin:-12px 0 12px}.landing-hero__cta{margin:20px 0}}@media (max-width: 480px){.landing-hero__content{padding:20px 12px;gap:16px}.landing-hero__headline{margin-bottom:0}.landing-hero__emphasis{margin:-8px 0 8px}.landing-hero__cta{margin:16px 0}}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--color-orange: #EC5C39;--color-white: #FFFFFF;--color-dark-gray: #333333;--color-light-brown: #D4A574}body{font-family:Space Grotesk,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}
