/* Hungarian gastronomic events: scoped additions to the existing Bonvital theme. */
.gastro-events { padding: 80px 0; }
.gastro-events .gastro-intro { max-width: 850px; margin-bottom: 40px; }
.gastro-events .gastro-intro h4 { line-height: 1.5; }
.gastro-events .gastro-intro h1 { margin: 10px 0 18px; }
.gastro-events .gastro-intro p { margin: 0; }
.gastro-events .gastro-feature { border: 1px solid #e5e2db; }
.gastro-events .gastro-feature-top { display: grid; grid-template-columns: 1fr 1fr; }
.gastro-events .gastro-feature-image { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.gastro-events .gastro-feature-copy { padding: 32px 36px; }
.gastro-events .gastro-date { display: inline-flex; flex-direction: column; background: #213002; color: #fff; padding: 10px 15px; text-align: center; }
.gastro-events .gastro-date span { font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; line-height: 1.5; }
.gastro-events .gastro-date strong { font-family: 'Cormorant Garamond', serif; font-size: 29px; line-height: 1.1; font-weight: 600; }
.gastro-events .gastro-eyebrow { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; margin: 20px 0 8px; }
.gastro-events .gastro-feature h2 { font-size: 42px; margin: 0 0 16px; }
.gastro-events .gastro-live { font-size: 13px; color: #213002; }
.gastro-events .gastro-live i { color: #957346; margin-right: 6px; }
.gastro-events .gastro-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding: 10px 18px; border: 1px solid #C29D68; color: #213002; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.gastro-events .gastro-link:hover { background: #213002; color: #fff; }
.gastro-events .gastro-menu-wrap { background: #f8f6f2; padding: 28px; scroll-margin-top: 110px; }
.gastro-events .gastro-menu-wrap > h3 { text-align: center; font-size: 30px; margin: 0 0 24px; }
.gastro-events .gastro-menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gastro-events .gastro-day { min-width: 0; padding: 0 20px; }
.gastro-events .gastro-menu-grid .gastro-day + .gastro-day { border-left: 1px solid #dfd8cb; }
.gastro-events .gastro-day h4 { font-family: 'Lora', serif; font-size: 13px; line-height: 1.6; margin: 0 0 20px; color: #213002; }
.gastro-events .gastro-day h4 span { display: block; font-size: 12px; font-weight: 400; color: #616161; }
.gastro-events .gastro-day dl { margin: 0; }
.gastro-events .gastro-course { margin-bottom: 16px; }
.gastro-events .gastro-course dt { font-size: 12px; font-weight: 600; color: #213002; margin-bottom: 3px; }
.gastro-events .gastro-course dd { font-size: 13px; line-height: 1.75; margin: 0; }
.gastro-events .gastro-music { font-size: 12px; line-height: 1.7; color: #213002; }
.gastro-events .gastro-season-heading { margin: 48px 0 26px; }
.gastro-events .gastro-season-heading h2 { margin: 0 0 8px; }
.gastro-events .gastro-season-heading p { margin: 0; }
.gastro-events .gastro-event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: start; }
.gastro-events .gastro-card { min-width: 0; border: 1px solid #e5e2db; background: #fff; }
.gastro-events .gastro-card-image { position: relative; }
.gastro-events .gastro-card-image > img { display: block; width: 100%; height: 165px; object-fit: cover; }
.gastro-events .gastro-card-image .gastro-date { position: absolute; top: 12px; left: 12px; }
.gastro-events .gastro-card-image .gastro-date strong { font-size: 25px; }
.gastro-events .gastro-card-copy { padding: 22px 20px 12px; border: 0; min-height: 220px; }
.gastro-events .gastro-card-copy h3 { font-size: 28px; margin: 0 0 14px; }
.gastro-events .gastro-card-copy p { font-size: 13px; line-height: 1.8; margin: 0 0 12px; }
.gastro-events .gastro-menu-details { border-top: 1px solid #e5e2db; }
.gastro-events .gastro-menu-details summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; min-height: 52px; cursor: pointer; color: #213002; font-size: 12px; list-style: none; }
.gastro-events .gastro-menu-details summary::-webkit-details-marker { display: none; }
.gastro-events .gastro-menu-details summary:hover { background: #f8f6f2; }
.gastro-events .gastro-toggle { font-size: 24px; color: #957346; }
.gastro-events .gastro-menu-details[open] .gastro-toggle { transform: rotate(45deg); }
.gastro-events .gastro-card-menus { background: #f8f6f2; padding: 0 20px; }
.gastro-events .gastro-card-menus .gastro-day { padding: 22px 0; border-top: 1px solid #dfd8cb; }
.gastro-events .gastro-note { display: flex; gap: 20px; margin-top: 32px; padding: 24px 28px; background: #f8f6f2; border-left: 3px solid #C29D68; }
.gastro-events .gastro-note > i { color: #957346; margin-top: 5px; }
.gastro-events .gastro-note p { font-size: 13px; line-height: 1.8; margin: 0; }
.gastro-events .gastro-note p + p { margin-top: 6px; }
.gastro-events a:focus-visible, .gastro-events summary:focus-visible { outline: 3px solid #213002; outline-offset: 4px; }
@media (max-width: 1199px) {
 .gastro-events .gastro-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .gastro-events .gastro-card-copy { min-height: 175px; }
 .gastro-events .gastro-card-image > img { height: 220px; }
 .gastro-events .gastro-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
 .gastro-events .gastro-menu-grid .gastro-day:nth-child(3) { border-left: 0; }
}
@media (max-width: 767px) {
 .gastro-events { padding: 45px 0; }
 .gastro-events .gastro-intro { margin-bottom: 28px; }
 .gastro-events .gastro-intro h1 { font-size: 36px; }
 .gastro-events .gastro-feature-top { grid-template-columns: 1fr; }
 .gastro-events .gastro-feature-image { height: 240px; min-height: 0; }
 .gastro-events .gastro-feature-copy { padding: 24px; }
 .gastro-events .gastro-feature h2 { font-size: 36px; }
 .gastro-events .gastro-menu-wrap { padding: 24px 20px; }
 .gastro-events .gastro-season-heading { margin-top: 36px; }
 .gastro-events .gastro-card-copy { min-height: 0; }
}
@media (max-width: 575px) {
 .gastro-events .gastro-event-grid, .gastro-events .gastro-menu-grid { grid-template-columns: 1fr; }
 .gastro-events .gastro-menu-grid { gap: 0; }
 .gastro-events .gastro-menu-grid .gastro-day { padding: 20px 0; border-left: 0; border-top: 1px solid #dfd8cb; }
 .gastro-events .gastro-menu-grid .gastro-day:first-child { padding-top: 0; border-top: 0; }
 .gastro-events .gastro-menu-grid .gastro-day:last-child { padding-bottom: 0; }
 .gastro-events .gastro-day h4 { margin-bottom: 14px; }
 .gastro-events .gastro-day h4 span { display: inline; margin-left: 10px; }
 .gastro-events .gastro-course dd { font-size: 14px; }
 .gastro-events .gastro-note { padding: 20px; gap: 14px; }
}
