.hero-section{isolation:isolate;background:#ffffff}.hero-banner{min-height:88vh}.hero-bg-image{position:absolute;inset:0;will-change:transform}.hero-bg-image img{object-position:right center}.hero-bg-image--animate{animation:heroKenBurns 22s ease-in-out infinite alternate}@keyframes heroKenBurns{0%{transform:scale(1)}to{transform:scale(1.04)}}.hero-overlay-main{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.76) 34%,rgba(255,255,255,0) 62%)}.hero-content{min-height:88vh;padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.25rem,3vw,2rem)}@media (min-width:1280px){.hero-content{padding-left:6rem}}.hero-copy{position:relative;z-index:10;max-width:620px}.hero-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:clamp(.6875rem,1.1vw,.8125rem);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffb300}.hero-eyebrow-line{display:inline-block;width:2.25rem;height:1px;background:linear-gradient(90deg,#ffc107,transparent)}.hero-title{display:flex;flex-direction:column;font-family:var(--font-display,Georgia,serif);font-size:clamp(3.5rem,7vw,6rem);line-height:.95;font-weight:500;color:#5d4106;text-shadow:0 4px 18px rgba(255,255,255,.2)}.hero-brand{color:#ffb300}.hero-lead{margin-top:0;max-width:580px;font-size:1.1rem;line-height:1.9;color:rgba(82,56,0,.85)}.hero-description{margin-top:1.25rem}.hero-trust-bar{position:relative;z-index:20;background:var(--btn-yellow-bg);border-top:1px solid rgba(31,22,8,.06)}.hero-trust-inner{display:grid;grid-template-columns:1fr;max-width:80rem;margin:0 auto}@media (min-width:768px){.hero-trust-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}.hero-trust-item{display:flex;align-items:center;gap:1rem;padding:1.35rem clamp(1.25rem,3vw,2rem)}@media (min-width:768px){.hero-trust-item{justify-content:center;padding:1.5rem 1.25rem}}.hero-trust-item--divider{border-bottom:1px solid rgba(31,22,8,.06)}@media (min-width:768px){.hero-trust-item--divider{border-bottom:none;border-right:1px solid rgba(31,22,8,.06)}}.hero-trust-dot{flex-shrink:0;width:.5rem;height:.5rem;border-radius:999px;background:#5d4106}.hero-trust-text{display:flex;flex-direction:column;gap:.1rem}.hero-trust-line1,.hero-trust-line2{display:block;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.35;color:#5d4106;font-weight:500}.hero-trust-line2{font-weight:700;color:#3d2a00}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.625rem}.hero-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:1.125rem 2.125rem;font-size:clamp(.9375rem,1.4vw,1.0625rem);font-weight:600;text-decoration:none;backdrop-filter:none;box-shadow:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hero-btn-primary{background:linear-gradient(180deg,#ffcf52,#d99b00);color:#2e2100;border:none}.hero-btn-secondary{background:transparent;border:1.5px solid rgba(120,80,0,.35);color:#6a4a00}@media (hover:hover) and (pointer:fine){.hero-btn-primary:hover,.hero-btn-secondary:hover{transform:translateY(-2px)}.hero-btn-secondary:hover{border-color:rgba(120,80,0,.55);background:rgba(255,255,255,.35)}}@media (max-width:767px){.hero-banner,.hero-content{min-height:min(88vh,52rem)}.hero-overlay-main{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.82) 48%,rgba(255,255,255,.35))}.hero-bg-image img{object-position:72% center}.hero-actions{gap:.75rem}.hero-btn{flex:1 1 calc(50% - 0.375rem);min-width:8.75rem;padding:1rem 1.25rem;text-align:center}}@media (prefers-reduced-motion:reduce){.hero-bg-image--animate{animation:none}}