.spk-menu-2026 .spk-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.ticker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 22px 0 42px;
  padding: 4px 0 2px;
}

.ticker__wrapper {
  display: flex;
  width: max-content;
  animation: spkTickerMove 42s linear infinite;
}

.ticker__item {
  flex-shrink: 0;
  padding: 0 22px;
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  animation: none !important;
}

@keyframes spkTickerMove {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.index-menu.spk-menu-2026 {
  position: relative;
  z-index: 2;
  margin-top: 58px;
  margin-bottom: 145px;
}

.index-menu.inner-menu.spk-menu-2026 {
  margin-top: 58px;
  margin-bottom: 120px;
}

.index-menu.inner-menu.spk-menu-2026 h2.underline {
  display: none;
}

.index-menu.spk-menu-2026:not(.inner-menu) .wrapper {
  padding-left: max(96px, 6vw);
}

.fsconnect,
.apps-promoter-scope,
.apps-promoter-scope .ScrollTopButton.verticalLeft.leftBottom,
[class*="apps-promoter"],
[class*="ScrollTopButton"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

dg-social-widget {
  display: none !important;
}

.cookieconsent {
  padding: 10px 16px !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.cookieconsent p {
  margin: 0 0 6px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.cookieconsent p:last-child {
  margin-bottom: 0 !important;
}

.cookieconsent .btn {
  padding: 5px 14px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.spk-menu-2026 .spk-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.spk-menu-2026 .spk-menu-card,
.spk-menu-2026 .spk-menu-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #17202a;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.spk-menu-2026 .spk-menu-card {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.spk-menu-2026 details {
  display: block;
}

.spk-menu-2026 summary {
  list-style: none;
  cursor: pointer;
  outline: none;
}

.spk-menu-2026 summary::-webkit-details-marker {
  display: none;
}

.spk-menu-2026 .spk-cover-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.spk-menu-2026 summary:hover .spk-cover-img,
.spk-menu-2026 .spk-menu-link:hover .spk-cover-img {
  transform: scale(1.025);
}

.spk-menu-2026 .spk-cover-title {
  position: absolute;
  left: 14px;
  right: auto;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.68);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.spk-menu-2026 .spk-menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: #f7f3eb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.spk-menu-2026 .spk-menu-actions > a,
.spk-menu-2026 .spk-gallery-toggle,
.spk-menu-2026 .spk-gallery-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #143a2b;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.spk-menu-2026 .spk-menu-actions > a:hover,
.spk-menu-2026 .spk-gallery-toggle:hover,
.spk-menu-2026 .spk-gallery-control:hover {
  background: #0f2d21;
  color: #fff;
}

.spk-menu-2026 .spk-gallery {
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.spk-menu-2026 .spk-gallery[hidden] {
  display: none;
}

.spk-menu-2026 .spk-gallery {
  display: none !important;
}

.spk-menu-2026 .spk-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1d261f;
}

.spk-menu-2026 .spk-gallery-controls {
  display: inline-flex;
  gap: 8px;
}

.spk-menu-2026 .spk-gallery-control {
  width: 42px;
  min-width: 42px;
  padding: 0;
  font-size: 20px;
}

.spk-menu-2026 .spk-gallery-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}

.spk-menu-2026 .spk-gallery-item {
  flex: 0 0 164px;
  display: block;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  background: #f4efe6;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}

.spk-menu-2026 .spk-gallery-item img {
  display: block;
  width: 164px;
  height: 120px;
  object-fit: cover;
  background: #f4efe6;
}

.spk-menu-2026 .spk-gallery-note {
  color: #1d261f;
  font-size: 14px;
  line-height: 1.4;
}

.spk-menu-2026 .spk-menu-link.small .spk-cover-img {
  aspect-ratio: 16 / 9;
}

.spk-menu-2026 .spk-menu-link.small .spk-cover-title {
  font-size: 18px;
}

.spk-lightbox-open {
  overflow: hidden !important;
}

.spk-lightbox[hidden] {
  display: none !important;
}

.spk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(8, 10, 12, 0.97);
  color: #fff;
  overscroll-behavior: contain;
}

.spk-lightbox-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(90vw, 1380px);
  height: min(84vh, 980px);
  margin: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.spk-lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: opacity 0.18s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.spk-lightbox-image.is-loading {
  opacity: 0.28;
}

.spk-lightbox-caption {
  position: absolute;
  left: auto;
  right: 18px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.64);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.spk-lightbox-caption span:first-child {
  display: none;
}

.spk-lightbox-close,
.spk-lightbox-arrow {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.spk-lightbox-close {
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  font-size: 34px;
  line-height: 1;
}

.spk-lightbox-arrow {
  top: 50%;
  width: 58px;
  height: 58px;
  font-size: 44px;
  transform: translateY(-50%);
}

.spk-lightbox-prev {
  left: 24px;
}

.spk-lightbox-next {
  right: 24px;
}

.spk-lightbox-close:hover,
.spk-lightbox-arrow:hover {
  background: #fff;
}

@media (max-width: 760px) {
  .ticker {
    display: none;
  }

  .index-menu.spk-menu-2026,
  .index-menu.inner-menu.spk-menu-2026 {
    margin-top: 46px;
    margin-bottom: 80px;
  }

  .index-menu.spk-menu-2026:not(.inner-menu) .wrapper {
    padding-left: 15px;
  }

  .spk-menu-2026 .spk-menu-grid,
  .spk-menu-2026 .spk-extra-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .spk-menu-2026 .spk-cover-title {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 8px 10px;
    font-size: 18px;
  }

  .spk-menu-2026 .spk-menu-actions {
    padding: 14px;
  }

  .spk-menu-2026 .spk-menu-actions > a,
  .spk-menu-2026 .spk-gallery-toggle {
    width: 100%;
  }

  .spk-menu-2026 .spk-gallery-head {
    align-items: center;
    flex-direction: row;
  }

  .spk-menu-2026 .spk-gallery-controls {
    flex-shrink: 0;
  }

  .spk-lightbox {
    padding: 0;
    touch-action: pan-y;
  }

  .spk-lightbox-frame {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }

  .spk-lightbox-image {
    border-radius: 0;
  }

  .spk-lightbox-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .spk-lightbox-arrow {
    top: auto;
    bottom: 74px;
    width: 46px;
    height: 46px;
    font-size: 34px;
    transform: none;
  }

  .spk-lightbox-prev {
    left: 14px;
  }

  .spk-lightbox-next {
    right: 14px;
  }

  .spk-lightbox-caption {
    left: auto;
    right: 10px;
    bottom: 12px;
    font-size: 13px;
  }

  .cookieconsent {
    padding: 8px 10px !important;
    max-height: 30vh;
    overflow: auto;
  }

  .cookieconsent p {
    font-size: 12px !important;
  }
}
