/*withu-min v1 src=107199 md5=efc04b5c26d7581ec82a8c5cabc1f8c6*/






.frontpage-slider {
  position: relative;
  margin-bottom: var(--space-10);

  
}


.owl-stage-outer {
  overflow: hidden;
}

.owl-carousel-item,
.owl-item { position: relative; }

.owl-carousel-item {
  
  overflow: hidden;
  backface-visibility: hidden;

  
  aspect-ratio: var(--slider-ratio);
}


.owl-carousel-item img,
.owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.owl-item:hover img { transform: scale(1.03); }


.owl-carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.owl-carousel .caption {
  position: absolute;
  bottom: 8%;
  left: 50%;
  translate: -50% 0;
  z-index: 2;

  display: block;
  width: 90%;
  max-width: var(--slider-title-width);
  text-align: center;
}

.owl-carousel .caption h2 {
  margin: 0 auto;
  max-width: 90%;
  font-size: var(--slider-title);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  color: var(--color-text-invert);

  
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);

  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--slider-title-lines);
          line-clamp: var(--slider-title-lines);
  overflow: hidden;

  
  padding-bottom: 0.1em;
}




.owl-carousel .caption-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--space-1) var(--space-2);
  margin-bottom: var(--space-3);
  font-size: var(--fs-base);
  font-weight: var(--fw-medium);
  color: var(--color-text-invert);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}


.owl-carousel .caption-cat {
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}


.owl-carousel .caption-date { opacity: 0.8; }


.owl-carousel .caption-cat + .caption-date::before {
  content: "·";
  margin-right: var(--space-2);
  opacity: 0.7;
}

.owl-carousel .caption h2 a { color: var(--color-text-invert); }
.owl-carousel .caption h2 a:hover { opacity: 0.85; }




.withu-slide-banner > a,
.withu-slide-banner picture {
  display: block;
  width: 100%;
  height: 100%;
}




.owl-carousel .withu-slide-banner::before { display: none; }


.withu-slide-badge {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  z-index: 2;

  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.6);

  font-size: var(--fs-xs);
  line-height: 1.6;
  letter-spacing: var(--ls-body);
  color: var(--color-text-invert);
}


.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--space-4);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: var(--space-2);
}


.owl-carousel .owl-dot {
  position: relative;
  width: var(--space-2);
  height: var(--space-2);
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.45);
  transition: background var(--transition), width var(--transition);
}


.owl-carousel .owl-dot::before {
  content: "";
  position: absolute;
  inset: -10px -4px -26px;
}

.owl-carousel .owl-dot span { display: none; }   


.owl-carousel .owl-dot.active {
  width: var(--space-6);
  background: var(--color-text-invert);
}


.withu-slider-toggle {
  position: absolute;
  right: var(--space-4);
  bottom: calc(var(--space-4) + var(--space-2) / 2 - var(--slider-ctl) / 2);
  z-index: 3;

  
  width: var(--slider-ctl);
  height: var(--slider-ctl);
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--space-4);   
  cursor: pointer;

  
  opacity: 0.7;
  transition: opacity var(--transition);
}


.withu-slider-toggle {
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Crect x='6' y='4' width='4' height='16' rx='1'/%3E%3Crect x='14' y='4' width='4' height='16' rx='1'/%3E%3C/svg%3E");
}


.withu-slider-toggle.is-paused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M7 4l13 8-13 8z'/%3E%3C/svg%3E");
}

.withu-slider-toggle:hover { opacity: 1; }


.withu-slider-toggle:focus-visible { opacity: 1; }


.owl-carousel .caption h2 br { display: inline; }



.owl-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: auto;

  width: var(--space-9);   
  height: var(--space-8);  
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  
  overflow: hidden;
  text-indent: -9999px;

  opacity: 0.6;
  transition: opacity var(--transition);
}


.owl-nav .owl-prev {
  left: var(--space-7);  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E");
}

.owl-nav .owl-next {
  right: var(--space-7);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14m-7 7l7-7-7-7'/%3E%3C/svg%3E");
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover { opacity: 1; }




.widget-title {
  display: flex;
  width: 100%;
  margin: var(--space-10) 0;
  font-size: 6rem;
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  color: var(--color-text);
}




.frontpage-vertical-posts.custom-interview-section {
  margin: var(--space-10) 0;
}


.interview-container {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 3fr;
  gap: var(--space-8);
}



.iv-sidebar {
  position: sticky;
  top: var(--space-10);
  align-self: start;
}


.iv-sidebar-desc {
  margin-bottom: var(--space-3);
  font-size: 30px;
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  color: var(--color-text-faint);
}

.iv-sidebar-title {
  
  margin-bottom: var(--space-8);
  font-size: 64px;
  font-weight: 800;

  
  letter-spacing: var(--ls-heading);

  line-height: 1.05;
  color: var(--color-text);
}



.iv-sidebar-more {
  display: inline-block;
  padding: var(--space-3) var(--space-6);
  border: 1px solid var(--color-border-btn);
  border-radius: var(--radius-pill);
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  color: var(--color-text-muted);
  transition: border-color var(--transition), background var(--transition),
              color var(--transition);
}

.iv-sidebar-more:hover {
  border-color: var(--color-text);
  background: var(--color-text);
  color: var(--color-text-invert);
}

.interview-horizontal-item {
  display: flex;
  gap: var(--space-8);
  margin-bottom: var(--space-8);
}


.interview-horizontal-item .entry-thumb {
  flex: 0 0 var(--iv-thumb);
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 760 / 400;
}

.interview-horizontal-item .entry-thumb a { display: block; height: 100%; }

.interview-horizontal-item .entry-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.interview-horizontal-item .entry-thumb a:hover img { transform: scale(1.08); }

.interview-horizontal-item .entry-content { flex: 1; min-width: 0; }


.interview-horizontal-item .entry-title a {
  -webkit-line-clamp: var(--iv-title-lines);
          line-clamp: var(--iv-title-lines);
  min-height: calc(1.5em * var(--iv-title-lines));
  min-height: calc(1lh  * var(--iv-title-lines));
}




.withu-cards-outer { margin: var(--space-10) 0; }


.withu-cards-track {
  overflow: hidden;
}

.withu-cards-inner {
  display: flex;
  gap: var(--space-4);
}

.withu-card {
  flex: 0 0 280px;
  display: block;
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.withu-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.withu-card:hover .withu-card-bg { transform: scale(1.06); }


.withu-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0)    25%,
    rgba(0, 0, 0, 0.35) 55%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.withu-card-content {
  position: absolute;
  right: var(--space-5);
  bottom: var(--space-5);
  left: var(--space-5);
  color: var(--color-text-invert);
}



.withu-card-cat {
  display: block;
  margin-bottom: var(--space-2);
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  color: var(--color-text-invert);
}


.withu-card-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}


.withu-card-title {
  
  font-size: var(--fs-3xl);
  font-weight: 800;
  line-height: var(--lh-heading);
  color: var(--color-text-invert);
}

.withu-card-desc {
  font-size: var(--fs-md);
  line-height: 1.6;
  color: var(--color-text-invert);

  
  text-wrap: balance;
}


.withu-card-arrow {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--space-8);
  height: var(--space-8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-circle);
  background: transparent;

  transition: border-color var(--transition), background var(--transition),
              transform var(--transition);
}

.withu-card-arrow svg {
  width: 18px;   
  height: 18px;
  fill: none;
  stroke: var(--color-text-invert);
  
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.withu-card:hover .withu-card-arrow {
  border-color: var(--color-text-invert);
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(2px);
}





.withu-yt-outer {
  margin: var(--space-11) calc(50% - 50vw);
  padding: var(--space-10) calc(50vw - 50%);
  background: var(--color-bg-soft);
}

.withu-yt-title {
  margin-bottom: var(--space-2);
  font-size: var(--fs-4xl);
  font-weight: var(--fw-black);
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.withu-yt-handle {
  margin-bottom: var(--space-6);
  font-size: var(--fs-base);
  color: var(--color-text-subtle);
}


.withu-yt-track {
  overflow: hidden;
}

.withu-yt-inner {
  display: flex;
  gap: var(--space-5);   
}


.withu-yt-item {
  flex: 0 0 var(--yt-item);
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 16 / 9;
}

.withu-yt-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.withu-yt-item:hover img { transform: scale(1.06); }




.withu-cards-scrollbar,
.withu-yt-scrollbar {
  position: relative;
  height: 3px;
  margin-top: var(--space-5);
  background: var(--color-border);
  border-radius: var(--radius-pill);
  cursor: pointer;
}


.withu-cards-scrollbar::before,
.withu-yt-scrollbar::before,
.withu-cards-scrollbar-drag::before,
.withu-yt-scrollbar-drag::before {
  content: '';
  position: absolute;
  inset: -10px 0;
}


.withu-cards-scrollbar-drag,
.withu-yt-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-text-subtle);
  border-radius: var(--radius-pill);
  cursor: grab;
  transition: background var(--transition);
}

.withu-cards-scrollbar:hover .withu-cards-scrollbar-drag,
.withu-yt-scrollbar:hover .withu-yt-scrollbar-drag,
.withu-cards-scrollbar-drag:active,
.withu-yt-scrollbar-drag:active { background: var(--color-text); }

.withu-cards-scrollbar-drag:active,
.withu-yt-scrollbar-drag:active { cursor: grabbing; }









html[lang*="en"] .owl-carousel .caption h2 { text-transform: none; }









@media (max-width: 767px) {

  
  .frontpage-slider {
    margin-bottom: var(--space-8);
    margin-inline: calc(-1 * var(--gutter));
  }

  
  .owl-nav { display: none; }

  

  

  
  
  .owl-carousel-item::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.55) 54%,
      rgba(0, 0, 0, 0.85) 100%
    );
  }

  
  .owl-carousel .caption {
    bottom: var(--space-7);
    width: 100%;
    padding: 0 var(--space-4);
  }

  
  .owl-carousel .caption-kicker {
    line-height: 1;
    margin-bottom: var(--space-2);
  }

  
  
  .owl-carousel .caption h2 {
    max-width: 100%;
    word-break: keep-all;
  }

  .widget-title {
    margin: var(--space-8) 0 var(--space-6);
    font-size: 28px;
  }

  
  
  .interview-container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  
  
  .iv-sidebar {
    display: contents;
    text-align: center;
  }

  

  
  
  .custom-interview-section .block-title { margin-bottom: var(--space-2); }

  
  .iv-sidebar-desc {
    font-size: var(--fs-lg);
    margin-bottom: var(--space-6);
    color: var(--color-text-muted);
  }

  
  .iv-sidebar-desc br { display: none; }

  
  
  .iv-sidebar-title { display: none; }

  
  
  .iv-sidebar-more {
    order: 1;
    justify-self: center;
    margin-top: var(--space-7);
    margin-bottom: var(--space-7);

    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--iv-more-h);
    padding-block: 0;
    padding-inline: var(--space-5);
    line-height: 1;
  }

  
  .interview-list-wrapper .interview-horizontal-item:last-child {
    margin-bottom: 0;
  }

  
  .interview-horizontal-item {
    gap: var(--space-3);
    margin-bottom: var(--space-8);
  }

  
  .interview-horizontal-item .entry-summary { display: none; }

  

  
  .withu-cards-outer { margin: var(--space-8) 0; }

  
  .withu-yt-outer {
    margin-top: var(--space-8);
    margin-bottom: var(--space-8);
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  
  .withu-cards-track,
  .withu-yt-track {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 calc(var(--space-4) * -1);
    padding: 0 var(--space-4);
  }

  .withu-cards-track::-webkit-scrollbar,
  .withu-yt-track::-webkit-scrollbar { display: none; }

  
  .withu-card {
    flex-basis: 45%;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  
  .withu-card-content {
    right: var(--space-4);
    bottom: var(--space-4);
    left: var(--space-4);
  }

  
  .withu-card-cat { font-size: var(--fs-sm); letter-spacing: 0.04em; }
  .withu-card-title { font-size: var(--series-title-fs); }
  .withu-card-desc { display: none; }
  .withu-card-arrow { display: none; }

  .withu-yt-item { flex-basis: 260px; }

  .withu-yt-title { font-size: var(--fs-2xl); }

  
  .withu-cards-scrollbar,
  .withu-yt-scrollbar { margin-top: var(--space-4); }
}
