:root {
  --hk26-primary-red: #dd311e;
  --hk26-accent-gold: #eab308;
  --hk26-dark-bg: #000;
  --hk26-surface-bg: #111;
  --hk26-pure-white: #fff;
  --hk26-text-dark: #1a1a1a;
  --hk26-text-light: #fff;
  --hk26-text-muted: #a0a0a0;
}

.hedonism-home-v1-active {
  background-color: var(--hk26-dark-bg);
}

.hk26-wrapper,
.hk26-wrapper * {
  box-sizing: border-box;
}

.hk26-wrapper {
  background-color: var(--hk26-dark-bg);
  color: var(--hk26-text-light);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hk26-wrapper a {
  text-decoration: none;
  box-shadow: none;
}

.hk26-wrapper section {
  margin: 0;
  border: 0;
}

.hk26-hero {
  position: relative;
  min-height: clamp(520px, calc(100vw / 2.6), 700px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  isolation: isolate;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 45%),
    url("https://hedonism.ba/wp-content/uploads/2026/06/hedonism-ohladi-hero-desktop.webp") no-repeat center top;
  background-size: cover;
}

.hk26-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}

.hk26-hero-content {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100% - 40px));
  margin: 0 0 clamp(28px, 4vw, 54px) clamp(24px, 8vw, 150px);
  padding: 0;
}

.hk26-wrapper .hk26-hero-title {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}

.hk26-wrapper .hk26-hero-title span {
  color: var(--hk26-primary-red);
  display: inline;
}

.hk26-wrapper .hk26-hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 40px;
  text-transform: uppercase;
  color: var(--hk26-text-light);
}

@media (min-width: 993px) {
  .hk26-wrapper .hk26-hero--ohladi .hk26-hero-title,
  .hk26-wrapper .hk26-hero--ohladi .hk26-hero-subtitle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hk26-hero--ohladi .hk26-btn-view-all {
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.24);
  }
}

.hk26-nav-pills-container {
  position: relative;
  background: var(--hk26-dark-bg);
  z-index: 10;
  padding: 34px 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.hk26-nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hk26-wrapper .hk26-nav-pills a.hk26-pill,
.hk26-wrapper a.hk26-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 13px 24px;
  background: transparent;
  border: 1px solid #444;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  line-height: 1;
}

.hk26-wrapper .hk26-nav-pills a.hk26-pill:hover {
  border-color: var(--hk26-primary-red);
  background: var(--hk26-primary-red);
  color: #fff;
  transform: translateY(-2px);
}

.hk26-story {
  padding: 105px 20px;
  text-align: center;
  background-color: var(--hk26-dark-bg);
}

.hk26-wrapper .hk26-story h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  margin: 0 0 35px;
  color: #fff;
  letter-spacing: 0;
}

.hk26-story p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #e0e0e0;
  max-width: 850px;
  margin: 0 auto;
}

.hk26-mepas-section {
  background: #050505;
  border-top: 1px solid rgba(221, 49, 30, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 92px 0;
}

.hk26-mepas-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, 0.72fr) minmax(170px, 0.3fr);
  gap: clamp(24px, 3vw, 46px);
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

.hk26-mepas-media,
.hk26-mepas-panel {
  overflow: hidden;
  background: #151515;
}

.hk26-mepas-media {
  min-height: 430px;
}

.hk26-mepas-media img,
.hk26-mepas-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk26-mepas-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: clamp(12px, 2vw, 28px) 0;
}

.hk26-mepas-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--hk26-primary-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hk26-wrapper .hk26-mepas-copy h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hk26-mepas-copy p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #d8d8d8;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hk26-mepas-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin: 0 0 32px;
}

.hk26-mepas-details div {
  padding-left: 16px;
  border-left: 3px solid var(--hk26-primary-red);
}

.hk26-mepas-details dt {
  margin: 0 0 4px;
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk26-mepas-details dd {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.hk26-mepas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hk26-mepas-link {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk26-mepas-link:hover {
  color: var(--hk26-primary-red);
}

.hk26-store-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hk26-store-card img {
  display: block;
  width: 104px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #141414;
}

.hk26-store-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--hk26-primary-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk26-store-card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hk26-store-card p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hk26-partners-showcase {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}

.hk26-partner-item {
  display: flex;
  min-height: 550px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.hk26-row {
  flex-direction: row;
}

.hk26-reverse {
  flex-direction: row-reverse;
}

.hk26-partner-image {
  flex: 1.2;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  transition: transform 0.8s ease;
}

.hk26-partner-item:hover .hk26-partner-image {
  transform: scale(1.05);
}

.hk26-partner-image.jack {
  background-image: url("https://hedonism.ba/wp-content/uploads/2025/03/official-jack.jpg");
}

.hk26-partner-image.illy {
  background-image: url("https://hedonism.ba/wp-content/uploads/2025/11/illy-banner.png");
}

.hk26-partner-image.vip {
  background-image: url("https://hedonism.ba/wp-content/uploads/2025/11/vip-novi.png");
}

.hk26-partner-text {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hk26-partner-badge {
  font-size: 10px;
  font-weight: 900;
  color: var(--hk26-accent-gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.hk26-bg-dark,
.hk26-bg-darko {
  background-color: #000;
}

.hk26-bg-illy {
  background-color: #3d0303;
}

.hk26-bg-vip {
  background-color: #0a0a0a;
}

.hk26-bg-surface {
  background-color: var(--hk26-surface-bg);
}

.hk26-wrapper .hk26-partner-text h3 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
  letter-spacing: 0;
  position: relative;
}

.hk26-wrapper .hk26-partner-text h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--hk26-accent-gold);
  margin-top: 24px;
  transition: width 0.3s ease;
}

.hk26-wrapper .hk26-partner-item:hover h3::after {
  width: 150px;
}

.hk26-wrapper .hk26-partner-text h3 span {
  color: var(--hk26-primary-red);
}

.hk26-partner-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ccc;
  max-width: 520px;
  margin: 0 0 30px;
}

.hk26-btn-partner,
.hk26-btn-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  background: var(--hk26-primary-red);
  color: #fff;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.hk26-btn-partner:hover,
.hk26-btn-view-all:hover {
  background: #b51600;
  color: #fff;
  box-shadow: 0 14px 28px rgba(221, 49, 30, 0.22);
  transform: translateY(-2px);
}

.hk26-category-block {
  padding: 95px 0;
}

.hk26-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.hk26-section-header {
  text-align: center;
  margin-bottom: 36px;
}

.hk26-wrapper .hk26-section-header h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hk26-section-header p {
  color: var(--hk26-accent-gold);
  font-size: 1.15rem;
  margin: 0;
}

.hk26-pill-label {
  display: block;
  color: var(--hk26-text-muted);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 14px;
}

.hk26-brand-pills-wrapper {
  overflow-x: auto;
  margin: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}

.hk26-brand-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hk26-wrapper a.hk26-brand-pill {
  border-color: #333;
  color: #ddd;
  padding: 11px 18px;
  min-height: 38px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.hk26-wrapper a.hk26-brand-pill:hover {
  background: var(--hk26-accent-gold);
  color: #000;
  border-color: var(--hk26-accent-gold);
}

.hk26-woo-products-container {
  background: #fff;
  color: var(--hk26-text-dark);
  border-radius: 6px;
  padding: 24px;
  margin-top: 22px;
}

.hk26-woo-products-container ul.products {
  margin-bottom: 0;
}

.hk26-section-cta {
  text-align: center;
  margin-top: 34px;
}

.hk26-experience-section {
  padding: 105px 0;
  background-color: var(--hk26-dark-bg);
}

.hk26-experience-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 0 24px;
}

.hk26-wrapper .hk26-experience-intro h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0;
}

.hk26-experience-intro p {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0;
}

.hk26-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.hk26-exp-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.hk26-exp-card:hover {
  border-color: var(--hk26-accent-gold);
  transform: translateY(-5px);
}

.hk26-exp-img-box {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f3f3f1 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.hk26-exp-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.hk26-exp-card:hover .hk26-exp-img-box img {
  transform: scale(1.05);
}

.hk26-exp-card h4 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  margin: 22px 24px 12px;
  letter-spacing: 0;
}

.hk26-exp-card h4::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: var(--hk26-primary-red);
  margin-top: 12px;
}

.hk26-exp-card p {
  color: #cfcfcf;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  padding: 0 24px 28px;
}

.hk26-brands-section {
  padding: 90px 0;
  background: #111;
  overflow: hidden;
}

.hk26-brands-header {
  text-align: center;
  margin-bottom: 45px;
  padding: 0 20px;
}

.hk26-wrapper .hk26-brands-header h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin: 0 0 12px;
  letter-spacing: 0;
}

.hk26-brands-header p {
  color: var(--hk26-text-muted);
  margin: 0;
}

.hk26-logo-slider {
  position: relative;
  overflow: hidden;
}

.hk26-logo-track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation: hk26-logo-scroll 42s linear infinite;
}

.hk26-logo-slider:hover .hk26-logo-track {
  animation-play-state: paused;
}

.hk26-logo-item {
  width: 145px;
  height: 86px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.hk26-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
  transition: all 0.2s ease;
}

.hk26-logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.hk26-final-cta {
  padding: 110px 0;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.78)),
    url("https://hedonism.ba/wp-content/uploads/2026/06/hedonism-ohladi-hero-desktop.webp") no-repeat center center;
  background-size: cover;
}

.hk26-wrapper .hk26-final-cta h2 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 0;
}

.hk26-final-cta p {
  font-size: 1.35rem;
  color: var(--hk26-text-muted);
  margin: 0 0 36px;
}

@keyframes hk26-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .hk26-hero {
    min-height: calc(100svh - 180px);
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.8)),
      url("https://hedonism.ba/wp-content/uploads/2026/06/hedonism-ohladi-hero-mobile.webp") no-repeat center top;
    background-size: cover;
    background-position: center top;
  }

  .hk26-hero::after {
    display: none;
  }

  .hk26-hero-content {
    width: min(350px, calc(100% - 40px));
    margin: 0 auto 48px;
    padding: 0;
  }

  .hk26-wrapper .hk26-hero-title {
    font-size: clamp(3.1rem, 14vw, 4.4rem);
    margin-bottom: 12px;
  }

  .hk26-wrapper .hk26-hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 1.4px;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .hk26-nav-pills {
    justify-content: flex-start;
  }

  .hk26-mepas-section {
    padding: 72px 0;
  }

  .hk26-mepas-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 20px;
  }

  .hk26-mepas-media,
  .hk26-mepas-copy {
    min-height: 0;
  }

  .hk26-mepas-media {
    aspect-ratio: 16 / 10;
  }

  .hk26-mepas-copy {
    padding: 0;
  }

  .hk26-mepas-copy p {
    font-size: 1rem;
  }

  .hk26-mepas-panel {
    max-height: 440px;
  }

  .hk26-partner-item,
  .hk26-row,
  .hk26-reverse {
    flex-direction: column;
  }

  .hk26-partner-text {
    padding: 42px 24px;
    align-items: center;
    text-align: center;
  }

  .hk26-wrapper .hk26-partner-text h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .hk26-partner-image {
    min-height: 310px;
    width: 100%;
  }

  .hk26-category-block,
  .hk26-experience-section,
  .hk26-brands-section {
    padding: 72px 0;
  }

  .hk26-container {
    padding: 0 20px;
  }

  .hk26-brand-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .hk26-woo-products-container {
    padding: 14px;
  }

  .hk26-experience-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

@media (max-width: 520px) {
  .hk26-hero {
    min-height: calc(100svh - 170px);
  }

  .hk26-wrapper .hk26-nav-pills a.hk26-pill {
    min-height: 38px;
    padding: 11px 18px;
    font-size: 12px;
  }

  .hk26-story {
    padding: 64px 20px;
  }

  .hk26-story p,
  .hk26-experience-intro p {
    font-size: 1.05rem;
  }

  .hk26-mepas-section {
    padding: 64px 0;
  }

  .hk26-wrapper .hk26-mepas-copy h2 {
    font-size: 2.25rem;
  }

  .hk26-mepas-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hk26-mepas-actions .hk26-btn-view-all {
    width: 100%;
  }

  .hk26-store-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 26px;
    padding-top: 24px;
  }

  .hk26-store-card img {
    width: 84px;
  }

  .hk26-store-card p {
    font-size: 0.9rem;
  }

  .hk26-wrapper .hk26-partner-text h3 {
    font-size: 2rem;
  }

  .hk26-wrapper .hk26-section-header h2 {
    font-size: 2.35rem;
  }

  .hk26-final-cta {
    padding: 80px 0;
  }
}
