@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Baskervville";
  src: url("pasar-lab_assets/fonts/Baskervville-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	/* DEFAULT = dark mode look */
	--page-bg: #0a0a0a;
	--page-section-bg: #0a0a0a;
	--page-text-main: #f5f5f5;
	--page-text-muted: #b1b1b1;

	/* cards / panels */
	--page-card-bg: #0a0a0a;
	--page-card-soft-bg: #0a0a0a;

	/* accents (you can keep your current ones) */
	--primary: #0a0a0a;
	--accent: #ff3366;
	--accent-hover: #ff1149;

	/* layout */
	--container: 1400px;
	--gutter: 40px;

  /* special font */
  --baskervville-font: "Baskervville", "Inter", sans-serif;

}

html {
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 70px;
}

body {
	font-family: 'Inter', sans-serif;
	background: var(--page-bg);
	color: var(--page-text-main);
	overflow-x: hidden;
}
/* When LIGHT theme is ON (template adds this class to <body>) */
body.tt-light-style-on {
	--page-bg: #ffffff;
	--page-section-bg: #ffffff;
	--page-text-main: #1E2722;
	--page-text-muted: #828282;

	--page-card-bg: #f7f7f7;
	--page-card-soft-bg: #f1f1f1;
}

.gray-bg {
  background: #D5D7D7 !important;
  color: #424242 !important;
}

.logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.logo-link:hover {
	transform: scale(1.05);
}

.logo-svg {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.logo-text {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -2px;
	background: linear-gradient(135deg, #fff, var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ================= Masa Depan Kulai Live Isolation ================= */
body.pasar-lab-body {
  overflow-x: hidden;
}

body.pasar-lab-body #content-wrap,
body.pasar-lab-body #page-content {
  overflow: visible;
}

/* Make custom sections escape template width */
body.pasar-lab-body .hero--pasar-lab,
body.pasar-lab-body .pasar-cover-static,
body.pasar-lab-body .pasar-gallery-section,
body.pasar-lab-body .pasar-brochure-switch,
body.pasar-lab-body .pasar-brochure-gallery,
body.pasar-lab-body .pasar-tv-interview-section {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Prevent theme img max-width rules from affecting your exact layout */
/* body.pasar-lab-body .pasar-brochure-switch img,
body.pasar-lab-body .pasar-tv-interview-section img,
body.pasar-lab-body .service-centre-horizontal img,
body.pasar-lab-body .kulai-poster-collage img,
body.pasar-lab-body .service-centre-identity img {
  max-width: none;
} */

/* Horizontal sections must remain native sticky */
body.pasar-lab-body .pasar-brochure-switch__sticky,
body.pasar-lab-body .pasar-tv-interview-section__sticky {
  position: sticky !important;
  top: 0 !important;
}

/* Mobile reset */
@media (max-width: 768px) {
  body.pasar-lab-body .hero--pasar-lab,
  body.pasar-lab-body .pasar-cover-static,
  body.pasar-lab-body .pasar-gallery-section,
  body.pasar-lab-body .pasar-brochure-switch,
  body.pasar-lab-body .pasar-brochure-gallery,
  body.pasar-lab-body .pasar-tv-interview-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


/* ================= HERO ================= */
.hero.hero--pasar-lab {
  position: relative;
  background: var(--page-section-bg);
  color: var(--page-text-main);
  overflow: hidden;
  min-height: 90vh;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.hero.hero--pasar-lab .hero-container {
  width: min(1400px, calc(100% - 100px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  grid-template-rows: 1fr auto;
  column-gap: 30px;
  row-gap: 0;
  align-items: stretch;
  min-height: calc(80vh - 200px);
  padding: 60px 20px 40px;
  position: relative;
  z-index: 2;
}

.hero-left,
.hero-right {
  display: flex;
  flex-direction: column;
}

.hero-left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}

.hero-right {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}

.hero-bottom {
  grid-column: 1 / -1;
  grid-row: 2;

  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  column-gap: 30px;
  align-items: end;
  /* align-items: center; */
  margin-top: 36px;
}

.hero-bottom-left {
  display: flex;
  align-items: flex-end;
}

.hero-bottom-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
  max-width: 62ch;
}

.hero-left--logo {
  justify-content: space-between;
  min-height: 100%;
}

.hero-logo-wrap {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* padding-top: 70px; */
}

.hero-logo {
  width: clamp(245px, 32vw, 465px);
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-right--content {
  justify-content: space-between;
  min-height: 100%;
  /* padding-top: 8px; */
}

.hero-copy {
  max-width: 720px;
  padding-top: 0;
}

.hero-title {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 121%;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--page-text-main);
}

.hero-description {
  margin: 0;
  max-width: 68ch;
  font-size: 15px;
  line-height: 20px;
  color: var(--page-text-main);
}

.hero-declare-container {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

/* .hero-declare-container--client {
  margin-top: auto;
  padding-bottom: 6px;
  justify-content: flex-start;
} */

/* .hero-declare-container--meta {
  width: 100%;
  max-width: 62ch;
  margin-top: 36px;
  padding-top: 18px;
  align-items: flex-start;
} */

.hero-description-declare {
  margin: 0;
  font-size: 15px;
  line-height: 121%;
  color: #B1B1B1;
}


/* tablet */
@media (max-width: 768px) {
  .hero.hero--pasar-lab .hero-container {
    width: min(100%, calc(100% - 60px));
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 32px;
    min-height: auto;
  }

  .hero-left {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    text-align: center;
  }

  .hero-right {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }

  .hero-bottom {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-top: 0;
    text-align: center;
  }

  .hero-bottom-left {
    /* display: none; */
    text-align: left;
  }

  .hero-bottom-right {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .hero-bottom-right {
    flex-direction: row;
    gap: 30px;
    max-width: unset;
  }

  .hero-copy {
    width: 100%;
    margin: 0;
  }

  .hero-description {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }
}

/* mobile */
@media (max-width: 640px) {
  .hero.hero--pasar-lab .hero-container {
    width: calc(100% - 36px);
    row-gap: 100px;
  }

  .hero-logo {
    width: min(62vw, 260px);
  }

  .hero-title {
    /* font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12; */
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 34px;
  }

  .hero-description {
    font-size: 15px;
    /* line-height: 1.65; */
  }

  .hero-declare-container {
    flex-direction: column;
    gap: 10px;
  }

  .hero-description-declare {
    font-size: 13px;
  }

}


/* ================= Pasar Lab Static Cover ================= */
.pasar-cover-static {
  position: relative;
  width: 100%;
  height: var(--pasar-scroll-space, 160svh);

  /* important: do not pull next section upward with negative margin */
  margin-bottom: 0;

  overflow: visible;
  background: #F2EFE6;

  --pasar-visible-height: 100svh;
  --pasar-logo-scale: 1;
  --pasar-title-scale: 1;
  --pasar-date-scale: 1;

  margin-bottom: -5px;
}

/* This pins the section when it reaches the top */
.pasar-cover-static__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--pasar-visible-height);
  overflow: hidden;
  background: #F2EFE6;
  z-index: 20;
  will-change: height;
}

/* media follows sticky height */
.pasar-cover-static__media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F2EFE6;
}

/* background image layer */
.pasar-cover-static__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

/* image does NOT scale */
.pasar-cover-static__bg-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  object-position: center;
  transform: none !important;
}

/* top right logo */
.pasar-cover-static__logo {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 5;

  width: 205px;
  height: auto;
  display: block;
  pointer-events: none;

  transform: scale(var(--pasar-logo-scale));
  transform-origin: top right;
  will-change: transform;
}

/* when cover shrink animation is completed */
.pasar-cover-static__logo.is-fixed {
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 9999;

  width: 205px;
  height: auto;

  transform: scale(var(--pasar-logo-scale));
  transform-origin: top right;
}

/* bottom left Pasar Lab */
.pasar-cover-static__title {
  position: absolute;
  left: 26px;
  bottom: -30px;
  /* bottom: -3.6%; */
  z-index: 5;

  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 96px;
  /* font-size: clamp(52px, 6.2vw, 96px); */
  line-height: 129%;
  color: #F2EFE6;
  /* letter-spacing: -0.04em; */
  pointer-events: none;

  transform: scale(var(--pasar-title-scale));
  transform-origin: bottom left;
  will-change: transform;
}

/* bottom right EST */
.pasar-cover-static__date {
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 5;

  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  /* font-size: clamp(18px, 1.8vw, 24px); */
  line-height: 129%;
  color: #F2EFE6;
  /* letter-spacing: -0.02em; */
  pointer-events: none;

  transform: scale(var(--pasar-date-scale));
  transform-origin: bottom right;
  will-change: transform;
}

/* mobile */
@media (max-width: 768px) {
  .pasar-cover-static__bg-img {
    object-position: center top;
  }

  .pasar-cover-static__logo {
    top: 48px;
    left: 50%;
    right: auto;
    width: 120px;

    transform: translateX(-50%) scale(var(--pasar-logo-scale));
    transform-origin: top center;
  }

  .pasar-cover-static__logo.is-fixed {
    position: absolute;
    top: 48px;
    left: 50%;
    right: auto;
    width: 110px;

    transform: translateX(-50%) scale(var(--pasar-logo-scale));
    transform-origin: top center;
  }

  .pasar-cover-static__title {
    left: 25px;
    bottom: -10px;
    font-size: 36px;
  }

  .pasar-cover-static__date {
    right: 18px;
    bottom: 12px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pasar-cover-static {
    height: 100svh;
  }

  .pasar-cover-static__sticky {
    position: relative;
    height: 100svh;
  }

  .pasar-cover-static__logo,
  .pasar-cover-static__title,
  .pasar-cover-static__date {
    transform: none !important;
  }

  @media (max-width: 768px) {
    .pasar-cover-static__logo {
      transform: translateX(-50%) !important;
    }
  }
}



/* ================= Pasar Gallery Section ================= */
.pasar-gallery-section {
  position: relative;
  z-index: 1;
  background: #F2EFE6;
  color: #938578;

  /* remove huge fake gap */
  margin-top: 0;

  /* normal breathing space only */
  padding: 110px 0 120px;

  overflow: hidden;
}

.pasar-gallery-section__inner {
  width: 100%;
  margin: 0;
  /* width: min(1400px, calc(100% - 80px));
  margin: 0 auto; */
}

.pasar-gallery-section__viewport {
  position: relative;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;

  /* important for mobile drag */
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.pasar-gallery-section__viewport.is-dragging {
  cursor: grabbing;
}

.pasar-gallery-section__track {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  padding: 0 40px;
}

.pasar-gallery-section__track {
  cursor: grab;
  touch-action: pan-y;
}

.pasar-gallery-section__viewport.is-dragging,
.pasar-gallery-section__viewport.is-dragging .pasar-gallery-section__track {
  cursor: grabbing;
}

.pasar-gallery-section__item,
.pasar-gallery-section__item img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.pasar-gallery-section__item img {
  pointer-events: none;
}

.pasar-gallery-section__item {
  flex: 0 0 auto;
  margin: 0;
  width: 335px;
  /* width: clamp(190px, 22vw, 285px); */
}

.pasar-gallery-section__item:nth-child(even) {
  width: 280px;
  /* width: clamp(155px, 16vw, 220px); */
  /* margin-top: 60px; */
}

/* .pasar-gallery-section__item:first-child {
  margin-left: 40px;
} */

.pasar-gallery-section__item:last-child {
  margin-right: 40px;
}

.pasar-gallery-section__item img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

body.pasar-lab-body .pasar-gallery-section__caption {
  all: unset;
  display: block;
  box-sizing: border-box;

  margin-top: 12px;
  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 129%;
  font-style: italic;
  color: #938578;

  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.pasar-lab-body .pasar-gallery-section__item:hover > .pasar-gallery-section__caption {
  opacity: 1;
  transform: translateY(0);
}

.pasar-gallery-section__copy {
  width: min(660px, 100%);
  margin: 86px auto 0 250px;
}

.pasar-gallery-section__copy p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.28;
  color: #9b968c;
}

@media (max-width: 1080px) {
  .pasar-gallery-section__copy {
    width: min(660px, 100%);
    margin: 86px auto 0;
  }
}

/* tablet */
@media (max-width: 900px) {
  .pasar-gallery-section {
    padding: 90px 0 100px;
    margin-top: 0;
  }

  /* .pasar-gallery-section__inner {
    width: calc(100% - 56px);
  } */

  .pasar-gallery-section__copy {
    margin-top: 70px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .pasar-gallery-section {
    padding: 75px 0 82px;
    margin-top: 0;
  }

  /* .pasar-gallery-section__inner {
    width: 100%;
  } */

  .pasar-gallery-section__viewport {
    padding: 0;
    overflow: hidden;
  }

  .pasar-gallery-section__track {
    gap: 0;
  }

  .pasar-gallery-section__item,
  .pasar-gallery-section__item:nth-child(even) {
    width: 100vw;
    margin-top: 0;
    padding: 0 30px;
  }

  .pasar-gallery-section__item img {
    width: 100%;
  }

  body.pasar-lab-body .pasar-gallery-section__caption {
    margin-top: 12px;
    font-size: 11px;

    opacity: 0;
    transform: translateY(6px);
  }

  body.pasar-lab-body .pasar-gallery-section__item.is-active > .pasar-gallery-section__caption {
    opacity: 1;
    transform: translateY(0);
  }

  .pasar-gallery-section__copy {
    width: calc(100% - 56px);
    margin: 58px auto 0 30px;
    max-width: 450px;
  }

  .pasar-gallery-section__copy p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
  }
}

@media (max-width: 580px) {
  .pasar-gallery-section__copy {
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pasar-gallery-section__track {
    transition: none !important;
  }

  body.pasar-lab-body .pasar-gallery-section__caption {
    opacity: 1;
    transform: none;
  }
}



/* ================= Pasar Brochure Switch Section ================= */
.pasar-brochure-switch {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #292C1F;
  color: #938578;
  padding: 120px 20px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pasar-brochure-switch__inner {
  width: min(620px, 90vw);
  margin: 0 auto;
  text-align: center;
}

.pasar-brochure-switch__media {
  position: relative;
  width: min(430px, 72vw);
  margin: 0 auto;
  aspect-ratio: 0.72 / 1;
}

.pasar-brochure-switch__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 300ms ease-out;
  pointer-events: none;
}

.pasar-brochure-switch__img.is-active {
  opacity: 1;
}

.pasar-brochure-switch__caption {
  margin: 52px 0 0;
  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 129%;
  font-style: italic;
  color: #938578;
}

/* tablet */
@media (max-width: 900px) {
  .pasar-brochure-switch {
    min-height: 86vh;
    padding: 95px 20px 90px;
  }

  .pasar-brochure-switch__media {
    width: min(340px, 68vw);
  }

  .pasar-brochure-switch__caption {
    margin-top: 42px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .pasar-brochure-switch {
    min-height: 80vh;
    padding: 80px 20px 76px;
  }

  .pasar-brochure-switch__inner {
    width: 100%;
  }

  .pasar-brochure-switch__media {
    width: min(300px, 78vw);
  }

  .pasar-brochure-switch__caption {
    margin-top: 34px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pasar-brochure-switch__img {
    transition: none !important;
  }
}


/* ================= Pasar Brochure Gallery Section ================= */
.pasar-brochure-gallery {
  background: #F2EFE6;
  color: #938578;
  padding: 120px 0 130px;
  overflow: hidden;
}

.pasar-brochure-gallery__inner {
  width: 100%;
  margin: 0;
}

.pasar-brochure-gallery__viewport {
  position: relative;
  width: 100%;
  padding: 50px 40px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.pasar-brochure-gallery__viewport.is-dragging {
  cursor: grabbing;
}

.pasar-brochure-gallery__track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(34px, 5vw, 78px);
  width: max-content;
  padding: 0px 40px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  cursor: grab;
  touch-action: pan-y;
}

.pasar-brochure-gallery__viewport.is-dragging .pasar-brochure-gallery__track {
  cursor: grabbing;
}

.pasar-brochure-gallery__item {
  flex: 0 0 auto;
  margin: 0;
}


.pasar-brochure-gallery__item {
  flex: 0 0 auto;
  margin: 0;
  height: 100%;
  max-height: 290px;
  width: 440px;  

  /* width: clamp(190px, 22vw, 285px); */
}

.pasar-brochure-gallery__item:nth-child(even) {
  height: 100%;
  max-height: 470px;
  width: 100%;
  max-width: 700px;
  /* width: clamp(155px, 16vw, 220px); */
  /* margin-top: 60px; */
}

.pasar-brochure-gallery__item:last-child {
  margin-right: 40px;
}

/* .pasar-brochure-gallery__item--side {
  width: clamp(220px, 24vw, 365px);
}

.pasar-brochure-gallery__item--main {
  width: clamp(280px, 31vw, 440px);
} */

.pasar-brochure-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

body.pasar-lab-body .pasar-brochure-gallery__caption {
  all: unset;
  display: block;
  box-sizing: border-box;

  margin-top: 13px;
  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 129%;
  font-style: italic;
  color: #938578;

  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.pasar-lab-body .pasar-brochure-gallery__item:hover > .pasar-brochure-gallery__caption {
  opacity: 1;
  transform: translateY(0);
}

/* tablet */
@media (max-width: 900px) {
  .pasar-brochure-gallery {
    padding: 90px 0 105px;
  }

  .pasar-brochure-gallery__track {
    padding: 0 48px;
    gap: 42px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .pasar-brochure-gallery {
    padding: 72px 0 86px;
  }

  .pasar-brochure-gallery__viewport {
    padding: 0;
    overflow: hidden;
  }

  .pasar-brochure-gallery__track {
    gap: 0;
    padding: 0;
  }

  .pasar-brochure-gallery__item {
    width: 100%;
    max-width: 260px;
    padding: 0 20px;
  }

  .pasar-brochure-gallery__item:nth-child(even) {
    width: 100%;
    max-width: 400px;
  }

  body.pasar-lab-body .pasar-brochure-gallery__caption {
    margin-top: 12px;
    font-size: 11px;
    opacity: 0;
    transform: translateY(6px);
  }

  body.pasar-lab-body .pasar-brochure-gallery__item.is-active > .pasar-brochure-gallery__caption {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 390px) {
  .pasar-brochure-gallery__item:nth-child(even) {
    width: 100%;
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pasar-lab-body .pasar-brochure-gallery__caption {
    opacity: 1;
    transform: none;
  }
}


/* ================= Pasar TV Interview Video Section ================= */
.pasar-tv-interview-section {
  background: #292C1F;
  padding: 150px 0 135px;
  overflow: hidden;
}

.pasar-tv-interview-section__wrap {
  width: min(760px, calc(100% - 44px));
  margin: 0 auto;
  text-align: center;
}

.pasar-tv-interview-section__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F2EFE6;
}

.pasar-tv-interview-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #F2EFE6;
}

.pasar-tv-interview-section__caption {
  margin: 52px 0 0;
  font-family: var(--baskervville-font), "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 129%;
  font-style: italic;
  color: #938578;
}

/* sound button fallback */
.pasar-tv-interview-video__sound-btn {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;

  border: 0;
  border-radius: 999px;
  padding: 10px 18px;

  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.pasar-tv-interview-video__sound-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .pasar-tv-interview-section {
    padding: 110px 0 100px;
  }

  .pasar-tv-interview-section__wrap {
    width: min(680px, calc(100% - 44px));
  }
}

@media (max-width: 768px) {
  .pasar-tv-interview-section {
    padding: 90px 0 82px;
  }

  .pasar-tv-interview-section__wrap {
    width: calc(100% - 44px);
  }

  .pasar-tv-interview-section__caption {
    margin-top: 34px;
    font-size: 11px;
  }
}




