:root{--gold: #f4d06f;--gold-dark: #e6b800;--champagne: #f7f3e9;--bordeaux: #581845;--bordeaux-light: #8b6f47}.hero{position:relative;height:100vh;min-height:720px;padding-top:80px;background:url(/assets/hero.png) center/cover no-repeat;display:flex;align-items:center;overflow:hidden;opacity:0;transition:opacity .4s ease}.hero--loaded{opacity:1}.hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#0000,#0003 40%,#00000080,#000000c7);pointer-events:none}.hero__content{position:relative;z-index:2;max-width:1200px;margin-left:8vw;color:var(--champagne);text-align:left}.hero__title{margin:0 0 2rem;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.4)}.hero__title-line{display:block;opacity:0;transform:translateY(12px);animation:fadeUp 1s cubic-bezier(.25,.1,.25,1) forwards}.hero__title-line:nth-child(1){animation-delay:.15s}.hero__title-line:nth-child(2){animation-delay:.35s}.hero__subheader{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.5;font-weight:400;max-width:38ch;margin-bottom:3rem;opacity:0;transform:translateY(10px);animation:fadeUp 1s cubic-bezier(.25,.1,.25,1) .65s forwards}.hero__cta{display:inline-block;padding:1.125rem 3rem;background-color:var(--gold);color:var(--bordeaux);font-size:1.375rem;font-weight:800;border-radius:12px;text-decoration:none;transition:all .35s ease;opacity:0;transform:translateY(10px);animation:fadeUp .9s cubic-bezier(.25,.1,.25,1) .9s forwards;box-shadow:0 10px 30px #f4d06f4d}.hero__cta:hover{background-color:var(--gold-dark);transform:translateY(-3px);box-shadow:0 20px 40px #f4d06f66}.hero__credibility{margin-top:4rem;opacity:0;transform:translateY(10px);animation:fadeUp .8s cubic-bezier(.25,.1,.25,1) 1.1s forwards}.hero__credibility-item{font-size:1.125rem;font-weight:500;line-height:1.6;color:var(--champagne)}.hero__credibility-item:not(:last-child){margin-bottom:.5rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero__content{margin-left:6vw}}@media(max-width:768px){.hero{padding-top:70px;align-items:flex-start}.hero__content{margin-left:5vw;margin-right:5vw;margin-top:15vh;text-align:center}.hero__title,.hero__subheader,.hero__credibility{margin-left:auto;margin-right:auto}.hero__subheader{max-width:90%}}@media(max-width:480px){.hero{min-height:100vh;min-height:100dvh}.hero__content{margin-left:1.25rem;margin-right:1.25rem;margin-top:12vh}.hero__title{font-size:clamp(2.25rem,10vw,3rem)}.hero__cta{padding:1rem 2rem;font-size:1.125rem;width:100%;text-align:center}}@media(max-width:375px){.hero__content{margin-top:10vh}.hero__title{font-size:2rem;margin-bottom:1.5rem}.hero__subheader{font-size:1rem;margin-bottom:2rem}.hero__credibility{margin-top:2.5rem}.hero__credibility-item{font-size:.95rem}}
