.events-hub .eh-hero { grid-template-rows:1fr auto; }
.eh-location-highlights { justify-self:end; display:flex; flex-wrap:wrap; justify-content:center; gap:10px 24px; padding:24px 5vw; background:rgba(13,53,61,.96); color:#fff; font-size:15px; }
.eh-location-highlights span::before { content:'•'; color:#d4b06a; margin-right:24px; }
.eh-open-house { background:linear-gradient(110deg,#644252,#30414b 58%,#284b46); color:#fff; padding:48px 5vw; display:grid; grid-template-columns:130px minmax(0,1fr) auto; gap:38px; align-items:center; }
.eh-open-house-date { width:130px; height:130px; border:1px solid #c3a66b; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:inset 0 0 0 9px #ffffff08; line-height:1.5; }
.eh-open-house-date span { text-transform:uppercase; font-size:12px; }
.eh-open-house-date strong { color:#e8c98e; font:500 28px/1.2 Georgia,serif; white-space:nowrap; text-align:center; }
.eh-open-house-date b { font-size:13px; }
.events-hub .eh-open-house h2 { font-size:clamp(34px,3.5vw,58px); margin:16px 0 12px; }
.eh-open-house-address { font-size:15px; margin:0; color:#e7edef; }
.eh-open-house ul { list-style:none; padding:0; margin:20px 0 0; display:flex; flex-wrap:wrap; gap:8px 24px; font-size:13px; }
.eh-open-house li::before { content:'◆'; color:#d4b06a; margin-right:9px; font-size:9px; }
.eh-open-house-action { text-align:center; }
.eh-open-house-action small { display:block; margin-top:10px; color:#d8e6e6; font-size:13px; }
.events-hub main .eh-open-house-action .eh-button { text-transform:uppercase; font-size:12px; font-weight:600; padding:17px 24px; white-space:nowrap; }
.eh-open-house a:focus-visible { outline-color:#fff; }
@media(max-width:1100px) { .eh-open-house { grid-template-columns:110px minmax(0,1fr); gap:26px; } .eh-open-house-date{width:110px;height:110px} .eh-open-house-action{grid-column:2;text-align:left} }
@media(max-width:600px) { .eh-location-highlights{justify-self:stretch;flex-direction:column;align-items:center;gap:6px;padding:20px;font-size:13px}.eh-location-highlights span::before{content:none}.eh-open-house{grid-template-columns:minmax(0,1fr);padding:36px 24px;gap:22px}.eh-open-house-action{grid-column:1}.eh-open-house ul{display:grid;gap:12px}.events-hub .eh-open-house h2{font-size:38px}.eh-open-house-action .eh-button{width:100%} }
