.boho-events{padding:clamp(72px,8vw,124px) 24px;background:#f6f2ea;color:#1f2d27;overflow:hidden}
.boho-events__inner{width:100%;margin-inline:auto}
.boho-events__header{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:clamp(34px,5vw,58px)}
.boho-events__intro{max-width:760px}
.boho-events__eyebrow{display:block;margin-bottom:14px;font-size:12px;font-weight:750;line-height:1.2;letter-spacing:.17em;text-transform:uppercase}
.boho-events__title{max-width:720px;margin:0;font-size:clamp(36px,4.4vw,66px);font-weight:500;line-height:1.02;letter-spacing:-.045em}
.boho-events__description{max-width:690px;margin:21px 0 0;font-size:17px;line-height:1.75}
.boho-events__view-all{display:inline-flex;align-items:center;gap:11px;flex:none;padding:13px 0;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap;border-bottom:1px solid currentColor;transition:gap .25s ease,opacity .25s ease}
.boho-events__view-all:hover,.boho-events__view-all:focus-visible{gap:16px;opacity:.78}
.boho-events__view-all--static{opacity:.55;cursor:default}
.boho-events__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.boho-events__card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:530px;background:#fff;border:1px solid rgba(31,45,39,.08);border-radius:24px;overflow:hidden;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}
.boho-events__card:hover,.boho-events__card:focus-within{box-shadow:0 24px 58px rgba(27,43,35,.14)}
.boho-events__media{position:relative;height:285px;overflow:hidden;background:#d9ded9}
.boho-events__media::after{content:"";position:absolute;inset:0;z-index:1;background:rgba(13,28,20,.08);pointer-events:none}
.boho-events__image,.boho-events__image-fallback{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.boho-events__image-fallback{background:linear-gradient(135deg,#a9b7ad,#d8c7ad)}
.boho-events__card:hover .boho-events__image,.boho-events__card:focus-within .boho-events__image{transform:scale(1.045)}
.boho-events__date{position:absolute;left:18px;top:18px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:68px;border-radius:18px;background:#2f654f;color:#fff;box-shadow:0 12px 28px rgba(7,27,18,.18)}
.boho-events__date-day{font-size:26px;line-height:.95;font-weight:650;letter-spacing:-.04em}
.boho-events__date-month{margin-top:5px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.boho-events__body{display:flex;flex:1;flex-direction:column;padding:25px}
.boho-events__category{display:block;margin-bottom:12px;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}
.boho-events__card-title{margin:0;font-size:25px;font-weight:580;line-height:1.14;letter-spacing:-.025em}
.boho-events__summary{margin:13px 0 20px;font-size:15px;line-height:1.65}
.boho-events__meta{display:flex;flex-wrap:wrap;gap:11px 18px;margin-top:auto;padding-top:17px;border-top:1px solid #e7e9e7;font-size:12px;line-height:1.45}
.boho-events__meta>span{display:inline-flex;align-items:center;gap:7px}
.boho-events__meta i,.boho-events__card-link i{display:inline-flex;line-height:1}
.boho-events__card-link{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;text-decoration:none;font-size:13px;font-weight:750;line-height:1.2}
.boho-events__card-link:hover i,.boho-events__card-link:focus-visible i{transform:translate(2px,-2px)}
.boho-events__card-link i{transition:transform .25s ease}
.boho-events__card-link--static{opacity:.55;cursor:default}
.boho-events__rail-controls{display:none;align-items:center;justify-content:flex-end;gap:10px;margin-top:24px}
.boho-events__rail-controls button{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(31,45,39,.14);border-radius:50%;background:#fff;color:#1f2d27;cursor:pointer;transition:transform .2s ease,opacity .2s ease}
.boho-events__rail-controls button:hover,.boho-events__rail-controls button:focus-visible{transform:translateY(-2px)}
.boho-events__rail-controls button:disabled{opacity:.35;cursor:not-allowed;transform:none}
.boho-events.boho-motion-active [data-boho-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1);transition-delay:var(--boho-delay,0ms)}
.boho-events.boho-motion-active.is-visible [data-boho-reveal]{opacity:1;transform:none}
.boho-events a:focus-visible,.boho-events button:focus-visible{outline:3px solid currentColor;outline-offset:4px}
@media(max-width:900px){
 .boho-events__header{align-items:flex-start;flex-direction:column}
 .boho-events__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
 .boho-events{padding-inline:18px}
 .boho-events__title{font-size:clamp(35px,11vw,48px)}
 .boho-events__description{font-size:15px;line-height:1.68}
 .boho-events--mobile-rail .boho-events__grid{display:flex;gap:16px;margin-inline:-18px;padding:0 18px 10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
 .boho-events--mobile-rail .boho-events__grid::-webkit-scrollbar{display:none}
 .boho-events--mobile-rail .boho-events__card{flex:0 0 min(84vw,350px);scroll-snap-align:start}
 .boho-events--mobile-rail .boho-events__rail-controls{display:flex}
 .boho-events:not(.boho-events--mobile-rail) .boho-events__grid{grid-template-columns:1fr}
 .boho-events__media{height:250px}
 .boho-events__card{min-height:500px}
}
@media(prefers-reduced-motion:reduce){
 .boho-events *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
 .boho-events [data-boho-reveal]{opacity:1;transform:none}
}
