:root{--forest:#173d2b;--brass:#c89551;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Outfit", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--forest);font-family:var(--sans)}.hero-only{color:#fff;align-items:center;min-height:100svh;display:grid;position:relative;overflow:hidden}.hero-only picture,.hero-only picture img,.hero-overlay{width:100%;height:100%;position:absolute;inset:0}.hero-only picture img{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,#05160dc2 0%,#05160d80 36%,#05160d14 76%)}.brand-lockup{z-index:2;align-items:center;gap:10px;animation:.52s cubic-bezier(.23,1,.32,1) both hero-enter;display:inline-flex;position:absolute;top:15px;left:max(24px,50vw - 640px)}.brand-lockup img{object-fit:contain;width:42px;height:42px}.brand-lockup span{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:600}.hero-content{z-index:1;width:min(1180px,100% - 96px);margin:0 auto;padding:2rem 0;position:relative}h1{max-width:820px;font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(4rem,7vw,7rem);font-weight:600;line-height:.96;animation:.68s cubic-bezier(.23,1,.32,1) .16s both hero-enter}h1 em{color:var(--brass);font-style:italic}@keyframes hero-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.hero-overlay{background:linear-gradient(90deg,#05160db3,#05160d1f)}.hero-content{width:calc(100% - 40px);padding-top:5rem}h1{font-size:clamp(3.55rem,16vw,5.1rem)}.hero-kicker{margin-bottom:1.1rem;font-size:.63rem}.brand-lockup{gap:8px;top:13px;left:16px}.brand-lockup img{width:36px;height:36px}.brand-lockup span{font-size:15px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
