.gradientAnim{background:linear-gradient(36deg,#b8934a,#d4af72,#e8cfa0,#d4af72,#b8934a);background-size:200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:animate-gradient 3s linear infinite}@keyframes animate-gradient{to{background-position:200%}}.hero-wrapper{position:relative;padding-top:9em;padding-bottom:7em;width:100%;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(184,147,74,.16) 0,transparent 40%),radial-gradient(circle at 82% 15%,rgba(15,25,35,.05) 0,transparent 45%),#f5f3f0}.hero-wrapper:before{background:radial-gradient(ellipse 60% 55% at 75% 45%,rgba(184,147,74,.1) 0,transparent 70%),radial-gradient(ellipse 35% 50% at 8% 72%,rgba(15,25,35,.06) 0,transparent 65%)}.hero-wrapper:after,.hero-wrapper:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.hero-wrapper:after{background-image:linear-gradient(rgba(184,147,74,.055) 1px,transparent 0),linear-gradient(90deg,rgba(184,147,74,.055) 1px,transparent 0);background-size:72px 72px}.hero-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 2.5em;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4em}@media screen and (max-width:900px){.hero-container{grid-template-columns:1fr;gap:3em}}.hero-header{width:100%}.hero-header .hero-eyebrow{display:flex;align-items:center;gap:.75em;margin-bottom:1.25em}.hero-header .hero-eyebrow .eyebrow-line{display:block;width:32px;height:1.5px;background:#b8934a}.hero-header .hero-eyebrow span{font-size:.7em;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#b8934a}.hero-header h1{font-size:clamp(2.4em,5.5vw,4.2em);font-weight:800;color:#0f0f0f;line-height:1.04;letter-spacing:-.03em;margin-bottom:.6em}.hero-header h1 .highlight{color:#b8934a;position:relative;display:inline-block;text-shadow:0 10px 22px rgba(184,147,74,.2)}.hero-header h1 .highlight:after{content:"";position:absolute;bottom:.06em;left:0;width:100%;height:2px;background:linear-gradient(90deg,#b8934a,#d4b57d);opacity:.85}.hero-header .subtitle{font-size:1.05em;color:#3a3a3a;line-height:1.75;font-weight:400;max-width:48ch;margin-bottom:2.5em}.hero-header .hero-cta{display:inline-flex;align-items:center;gap:.9em;background:linear-gradient(135deg,#b8934a,#9a7a3c);color:#fff;font-weight:700;font-size:.85em;letter-spacing:.06em;text-transform:uppercase;padding:.9em 2em;border-radius:8px;text-decoration:none;box-shadow:0 12px 30px rgba(154,122,60,.3);transition:box-shadow .2s,transform .2s!important}.hero-header .hero-cta .cta-icon{display:flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:50%;background:hsla(0,0%,100%,.2);transition:transform .2s ease!important}.hero-header .hero-cta .cta-icon svg{width:1em;height:1em;color:#fff}.hero-header .hero-cta:hover{box-shadow:0 16px 38px rgba(154,122,60,.38);transform:translateY(-2px)}.hero-header .hero-cta:hover .cta-icon{transform:translateX(3px)}.hero-cards{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1em;border-radius:.5em;transform:rotate3d(1,-.9,0,16deg) rotate(4deg);transition:transform .5s ease,box-shadow .5s ease!important}.hero-cards:hover{transform:rotate3d(0,0,0,0deg) rotate(0deg);filter:drop-shadow(0 12px 28px rgba(154,122,60,.2))}.hero-cards .hero-card{min-height:190px;padding:1.35em 1.25em 1.2em;display:flex;flex-direction:column;gap:.85em;justify-content:flex-start;border-radius:8px;position:relative;border:1px solid rgba(184,147,74,.24);box-shadow:0 14px 30px rgba(15,15,15,.16);overflow:hidden}.hero-cards .hero-card:nth-child(3){grid-column:span 2;min-height:175px}.hero-cards .hero-card.gold{background:linear-gradient(165deg,#d2ab60,#b8934a 55%,#8b6f39);color:#fff}.hero-cards .hero-card.charcoal{background:linear-gradient(170deg,#283544,#182430 60%,#101820);color:#fff}.hero-cards .hero-card.sand{background:linear-gradient(165deg,#f4eee2,#e6d9c0 58%,#d8c3a0);color:#221c14}.hero-cards .hero-card.sand p{color:rgba(34,28,20,.84)}.hero-cards .hero-card:after{content:"";position:absolute;inset:0;border-radius:8px;border:1px solid hsla(0,0%,100%,.26);pointer-events:none;transition:border-color .3s ease!important}.hero-cards .hero-card .hero-card-icon{width:2.7em;height:2.7em;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:hsla(0,0%,100%,.2)}.hero-cards .hero-card .hero-card-icon svg{width:1.45em;height:1.45em}.hero-cards .hero-card h3{font-size:1.05em;line-height:1.2;letter-spacing:-.01em;font-weight:700;margin:0}.hero-cards .hero-card p{margin:0;font-size:.84em;line-height:1.55;color:hsla(0,0%,100%,.85);max-width:30ch}.hero-cards .hero-card:hover:after{border-color:hsla(0,0%,100%,.45);box-shadow:0 10px 24px rgba(154,122,60,.24)}@media screen and (max-width:900px){.hero-wrapper{padding-top:7em;padding-bottom:4em}.hero-container{padding:0 1.5em}.hero-cards{grid-template-columns:1fr;transform:none}.hero-cards .hero-card:nth-child(3){grid-column:auto}.hero-header h1{font-size:clamp(2em,8vw,3em)}}