/* Seasonal offers use the site's existing colours and typefaces. */
[data-oktoberfest-2026][hidden] { display: none !important; }
.oktoberfest-section { margin: 1rem clamp(1rem, 4vw, 5rem) 4rem; padding: clamp(1.25rem, 3vw, 3rem); background: #f1e6d8; color: #2c2a2a; scroll-margin-top: 8rem; }
.price-content .oktoberfest-section { margin: 0 0 4.5rem; }
.oktoberfest-layout { display: grid; grid-template-columns: minmax(25rem, 0.8fr) minmax(0, 1.6fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.oktoberfest-intro { position: sticky; top: 8rem; }
.oktoberfest-image { display: block; width: 100%; height: auto; margin-bottom: 1.5rem; border-radius: 0.65rem; }
.oktoberfest-intro-copy { min-width: 0; }
.oktoberfest-section .oktoberfest-kicker { margin: 0 0 1rem; color: #ab2b1d; font: italic 300 1.1rem "PPEditorialOld", serif; }
.oktoberfest-section h2 { margin: 0 0 1.4rem; color: #2c2a2a; font-family: "PPFrama", sans-serif; font-weight: 500; }
.oktoberfest-section .oktoberfest-period { margin: 0 0 1.1rem; font: 500 0.95rem "Roboto", sans-serif; }
.oktoberfest-section .oktoberfest-lede { max-width: none; margin: 0; color: #655d54; font: 200 1.05rem "Roboto", sans-serif; }
.oktoberfest-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-top: 1.75rem; }
.oktoberfest-actions > a { flex: 0 1 auto; width: auto; min-width: 0; max-width: 100%; }
.oktoberfest-actions > a:focus-visible { outline: 2px solid #ab2b1d; outline-offset: 5px; }
.oktoberfest-catalog { min-width: 0; }
.oktoberfest-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; padding-bottom: 2rem; }
.oktoberfest-feature { min-width: 0; }
.oktoberfest-feature h3 { margin: 0 0 1.1rem; font-family: "PPFrama", sans-serif; font-weight: 500; color: #2c2a2a; }
.oktoberfest-feature h3 small { display: block; margin-top: 0.4rem; color: #655d54; font: 200 0.95rem "Roboto", sans-serif; }
.oktoberfest-feature dl { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.oktoberfest-feature dl > div { padding-top: 0.8rem; border-top: 1px solid #cdbba7; }
.oktoberfest-feature dt { margin-bottom: 0.45rem; font: 200 0.95rem "Roboto", sans-serif; }
.oktoberfest-feature dd { margin: 0; color: #ab2b1d; font: 500 1.55rem "PPFrama", sans-serif; white-space: nowrap; }
.oktoberfest-offers { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; }
.oktoberfest-offer { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0.65rem; padding: 1.15rem 0; border-top: 1px solid #cdbba7; }
.oktoberfest-offer dt { color: #2c2a2a; font: 200 1.05rem "Roboto", sans-serif; }
.oktoberfest-offer dt small { display: block; margin-top: 0.25rem; font-size: 0.9rem; }
.oktoberfest-offer dd { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.7rem; margin: auto 0 0; }
.oktoberfest-new-price { color: #ab2b1d; font: 500 1.2rem "PPFrama", sans-serif; white-space: nowrap; }
.oktoberfest-old-price { color: #655d54; font: 200 0.9rem "Roboto", sans-serif; white-space: nowrap; }
.oktoberfest-price-note { display: block; margin-top: 0.5rem; color: #ab2b1d; font: 200 0.9rem "Roboto", sans-serif; }
.service-content a.oktoberfest-price-note { color: #ab2b1d; text-decoration: underline; text-underline-offset: 0.2em; }
.seasonal-treatment-note { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; margin: 0 0 3rem; border-block: 1px solid #cdbba7; }
.seasonal-treatment-note p { margin: 0; }
.seasonal-treatment-note strong { display: block; margin-bottom: 0.35rem; font: 500 1.1rem "PPFrama", sans-serif; }
.seasonal-treatment-note span { font: 200 0.95rem "Roboto", sans-serif; color: #655d54; }
.seasonal-treatment-note .seasonal-treatment-link { flex-shrink: 0; color: #ab2b1d; font: 200 1rem "Roboto", sans-serif; text-decoration: underline; text-underline-offset: 0.25em; }
@media (max-width: 1100px) {
  .oktoberfest-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .oktoberfest-intro { position: static; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 2rem; align-items: center; }
  .oktoberfest-image { margin: 0; }
}
@media (max-width: 600px) {
  .oktoberfest-intro { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .oktoberfest-section { margin-block: 0.5rem 3rem; padding: 1.5rem 1rem; scroll-margin-top: 6rem; }
  .price-content .oktoberfest-section { margin-bottom: 3rem; }
  .oktoberfest-features, .oktoberfest-offers { gap: 0 1rem; }
  .oktoberfest-feature dd { font-size: 1.35rem; }
  .oktoberfest-feature dl { gap: 0.5rem; }
  .oktoberfest-feature dt { font-size: 0.85rem; }
  .oktoberfest-offer dt { font-size: 1rem; }
  .seasonal-treatment-note { align-items: flex-start; flex-direction: column; gap: 1rem; }
}
@media (min-width: 1101px) and (max-height: 760px) {
  .oktoberfest-intro { position: static; }
}
@media (max-width: 360px) {
  .oktoberfest-features { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .oktoberfest-offers { grid-template-columns: minmax(0, 1fr); }
}
