.hero-cta{--hero-cta-bg:#f5f3ee;--hero-cta-text:#1a1a1a;--hero-cta-accent:#7d3c3c;--hero-cta-button-bg:#1a1a1a;--hero-cta-button-text:#fff;--hero-cta-button-border:#1a1a1a;--hero-cta-max-width:1200px;background-color:var(--hero-cta-bg);color:var(--hero-cta-text);margin-top:-125px;padding:50px;position:relative;z-index:99999}.hero-cta__inner{align-items:center;display:grid;gap:clamp(1.5rem,4vw,4rem);grid-template-columns:minmax(0,1fr) auto;margin:0 auto;max-width:var(--hero-cta-max-width);width:100%}.hero-cta__content{min-width:0}.hero-cta__headline{color:var(--hero-cta-text);font-family:var(--sneller-font-serif,"Playfair Display",Georgia,"Times New Roman",Times,serif);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0;max-width:12em;text-transform:uppercase;text-wrap:balance}.hero-cta__actions{align-items:stretch;display:flex;gap:.875rem;justify-content:flex-end}.hero-cta__button{align-items:center;background-color:var(--hero-cta-button-bg);border:1px solid var(--hero-cta-button-border);color:var(--hero-cta-button-text);display:inline-flex;font-size:.75rem;font-weight:700;justify-content:center;letter-spacing:.14em;line-height:1.2;min-height:3.25rem;padding:.95rem 1.55rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.hero-cta__button:focus,.hero-cta__button:hover{background-color:var(--hero-cta-accent);border-color:var(--hero-cta-accent);color:var(--hero-cta-button-text)}.hero-cta__button:focus-visible{outline:2px solid var(--hero-cta-accent);outline-offset:3px}.hero-cta__button--secondary{background-color:transparent;color:var(--hero-cta-text)}.hero-cta__button--secondary:focus,.hero-cta__button--secondary:hover{color:var(--hero-cta-button-text)}@media (max-width:767px){.hero-cta{margin-top:0;padding:2.25rem 1.25rem}.hero-cta__inner{gap:1.5rem;grid-template-columns:1fr;text-align:center}.hero-cta__headline{max-width:none}.hero-cta__actions{flex-direction:column;justify-content:center;width:100%}.hero-cta__button{white-space:normal;width:100%}}