/* about-nibec-overview.css - Auto-merged from 6 section files */
/* Do not edit directly - regenerate with merge_section_css.py */

/* ========== 01-header ========== */
/* Figma: 1920×400 | Node 3944:9955
   VERTICAL, align MAX (bottom), CENTER, pad LR:320 B:40 */

.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 25rem; /* 400px */
  padding: 0 clamp(1.25rem, 16.67vw, 20rem) 2.5rem; /* LR:320px, B:40px */
  background-color: #ffffff;
  box-sizing: border-box;
}

.page-header__inner {
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.page-header__content {
  display: flex;
  align-items: center;
  gap: 2.1875rem; /* 35px */
  padding: 0.375rem 0; /* 6px TB */
}

.page-header__accent {
  width: 0.625rem; /* 10px */
  align-self: stretch;
  background-color: var(--logogreen);
  flex-shrink: 0;
}

.page-header__title {
  font-family: var(--font-paperlogy);
  font-size: clamp(1.75rem, 3.125vw, 3.75rem); /* 60px at 1920 */
  font-weight: 700;
  line-height: 1.2; /* 72 / 60 */
  color: var(--logogreen);
  margin: 0;
}

/* Tablet (768px – 1199px) */
@media (max-width: 1199px) {
  .page-header {
    height: auto;
    min-height: 15rem;
    justify-content: flex-end;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .page-header__content {
    gap: 1rem;
  }

  .page-header__accent {
    width: 0.375rem;
  }
}

/* ========== 02-navbar-index ========== */
/* Figma: 1920×72 (HUG) | Node 3944:9964
   pad L:320 R:320 T:30, border-bottom 1px */

.navbar-index {
  width: 100%;
  padding: 1.875rem clamp(1.25rem, 16.67vw, 20rem) 0; /* T:30 LR:320 */
  box-sizing: border-box;
}

.navbar-index__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.navbar-index__link {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 2.625rem; /* 42px */
  color: rgba(0, 0, 0, 0.7);
}

.navbar-index__link--active {
  font-weight: 600;
}

/* ========== 03-vision ========== */
/* Figma: 1920×1332 (HUG) | Node 3944:9965
   VERTICAL, CENTER, clips content */

.vision-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ---- Vision Title Area ---- */
/* Figma: pad T:150 B:80 LR:316 */
.vision-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(4rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.46vw, 19.75rem) clamp(2rem, 4.17vw, 5rem);
  box-sizing: border-box;
}

.vision-title-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.vision-headline {
  display: block;
}

.vision-main-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: Paperlogy Bold 42px, lh 130% */
.vision-main-title .title-line {
  display: block;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
}

/* Figma: Paperlogy Regular 34px, lh 130% */
.vision-main-title .title-sub {
  font-family: var(--font-paperlogy);
  font-weight: 400;
  font-size: clamp(1.125rem, 1.771vw, 2.125rem); /* 34px at 1920 */
  line-height: 1.3;
}

/* Figma: Pretendard Regular 20px, lh 32px, ls -0.4px, #14483C */
.vision-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* ---- Vision & Mission Cards ---- */
.vision-sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Figma: 1920×460, HORIZONTAL, SPACE_BETWEEN */
.vision-row {
  display: flex;
  width: 100%;
  height: 28.75rem; /* 460px */
  background-color: #ffffff;
}

/* Image: flex-1, fixed height, cover */
.vision-image-wrapper {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.vision-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text panel: flex-1 */
.vision-text-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* Figma: bg #F6F5F2, pad T:110 B:110 L:80 R:320 */
.vision-bg-light {
  background-color: var(--lightgray);
  padding: clamp(2.5rem, 5.73vw, 6.875rem) clamp(2rem, 16.67vw, 20rem) clamp(2.5rem, 5.73vw, 6.875rem) clamp(2rem, 4.17vw, 5rem);
  align-items: flex-start;
}

/* Figma: bg #006241, pad T:110 B:110 L:320 R:80 */
.vision-bg-dark {
  background-color: var(--logogreen);
  padding: clamp(2.5rem, 5.73vw, 6.875rem) clamp(2rem, 4.17vw, 5rem) clamp(2.5rem, 5.73vw, 6.875rem) clamp(2rem, 16.67vw, 20rem);
  align-items: flex-start;
}

.vision-text-content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem; /* 30px */
  justify-content: center;
  max-width: 35rem; /* 560px */
}

.vision-bg-dark .vision-text-content {
  color: #ffffff;
}

.vision-text-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* 12px */
  width: 100%;
}

.vision-bg-dark .vision-text-header {
  gap: 0.375rem; /* 6px */
}

/* Figma: Paperlogy Bold 30px, #006241 */
.vision-label {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem); /* 30px at 1920 */
  line-height: normal;
  color: var(--logogreen);
  margin: 0;
}

.vision-bg-dark .vision-label {
  color: #ffffff;
}

/* Figma: Paperlogy Bold 34px, lh 130%, #006241 */
.vision-subtitle {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.375rem, 1.771vw, 2.125rem); /* 34px at 1920 */
  line-height: 1.3;
  color: var(--logogreen);
  margin: 0;
}

.vision-bg-dark .vision-subtitle {
  color: #ffffff;
}

/* Figma: Pretendard Regular 20px, lh 32px, ls -0.4px */
.vision-text-body {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--gray);
  margin: 0;
}

.vision-bg-dark .vision-text-body {
  color: #ffffff;
}

/* ---- Tablet (768px – 1199px) ---- */
@media (max-width: 1199px) {
  .vision-row {
    height: auto;
    min-height: 20rem;
  }

  .vision-bg-light,
  .vision-bg-dark {
    padding: 3rem 5%;
  }

  .vision-bg-dark {
    align-items: flex-start;
  }

  .vision-text-content {
    max-width: none;
  }
}

/* ---- Mobile (max-width: 767px) ---- */
@media (max-width: 767px) {
  .vision-row {
    flex-direction: column;
  }

  .vision-image-wrapper {
    width: 100%;
    height: 15rem;
    flex-shrink: 0;
  }

  .vision-text-wrapper {
    width: 100%;
    flex-shrink: 0;
  }

  .vision-text-body br {
    display: none;
  }
}

/* ========== 04-our-core-values ========== */
/* Figma: 1920×851 (HUG) | Node 3944:9990
   pad LR:320, bg #F7F5F2, 4-col cards */

.our-core-values {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.our-core-values__wrapper {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(3rem, 4.17vw, 5rem); /* 80px at 1920 */
  padding: clamp(3rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.67vw, 20rem);
  /* Figma: T/B:150 LR:320 */
  box-sizing: border-box;
}

.our-core-values__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
  max-width: 80rem; /* 1280px */
}

/* Figma: Paperlogy Bold 42px, #14483C */
.our-core-values__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: Pretendard Regular 20px, #283C36 */
.our-core-values__description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--gray);
  margin: 0;
}

/* Figma: 4 equal columns, 320px each, no gap, dividers */
.our-core-values__cards {
  display: flex;
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.value-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem; /* 40px */
  min-width: 0;
}

.value-card__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card__icon {
  width: clamp(4rem, 5.21vw, 6.25rem); /* 100px at 1920 */
  height: clamp(4rem, 5.21vw, 6.25rem);
  object-fit: contain;
}

/* Figma: Paperlogy Bold 34px, #006241 */
.value-card__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.375rem, 1.771vw, 2.125rem); /* 34px at 1920 */
  line-height: 1.3;
  color: var(--logogreen);
  margin: 0;
}

/* Figma: 320×240, center/center */
.value-card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15rem; /* 240px */
  padding: 0.9375rem 0; /* 15px */
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.value-card__content--green {
  background-color: var(--logogreen);
}

.value-card__content--light {
  background-color: var(--lightgray);
}

/* Figma: Pretendard SemiBold 22px, lh 140%, ls -0.44px, CENTER */
.value-card__text {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0 1rem;
}

.value-card__text--green {
  color: var(--logogreen);
}

/* ---- Tablet (768px – 1199px) ---- */
@media (max-width: 1199px) {
  .our-core-values__cards {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .value-card {
    flex: 0 0 calc(50% - 1rem);
    border: none;
  }

  .value-card__content {
    height: 12rem;
  }
}

/* ---- Mobile (max-width: 767px) ---- */
@media (max-width: 767px) {
  .our-core-values__cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  .value-card {
    flex: none;
    width: 100%;
    border: none;
  }

  .value-card__content {
    height: 10rem;
  }
}

/* ========== 05-innovation-base-frame-70 ========== */
/* Figma: 1920×719 (HUG) | Node 3944:10053
   bg #F7F5F2, pad LR:316, HORIZONTAL: left 810px + right 470px */

.innovation-base {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--lightgray);
}

.innovation-base__container {
  width: 100%;
  max-width: 120rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5rem; /* 80px — Figma gap between text and image */
  padding: 0 clamp(1.25rem, 16.46vw, 19.75rem); /* 316px at 1920 */
  box-sizing: border-box;
}

/* Figma: flex-1, pad TB:150, gap 40, VERTICAL */
.innovation-base__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  justify-content: center;
  padding: clamp(3rem, 7.81vw, 9.375rem) 0; /* 150px at 1920 */
}

.innovation-base__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
}

/* Figma: Paperlogy Bold 42px, #14483C */
.innovation-base__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
  display: flex;
  flex-direction: column;
}

.innovation-base__title span {
  display: block;
}

/* Figma: Pretendard Regular 20px, #14483C */
.innovation-base__description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: HORIZONTAL, gap 35, bottom-aligned */
.innovation-base__features {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2.1875rem; /* 35px */
}

.innovation-base__accent-bar {
  width: 0.625rem; /* 10px */
  align-self: stretch;
  background-color: var(--logogreen);
  flex-shrink: 0;
}

.innovation-base__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
}

/* Figma: Pretendard SemiBold 22px, #14483C */
.innovation-base__feature-item {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
}

/* Figma: 470px fixed width, FILL height, object-fit cover */
.innovation-base__image-wrapper {
  width: clamp(15rem, 24.48vw, 29.375rem); /* 470px at 1920 */
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.innovation-base__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Tablet (768px – 1199px) ---- */
@media (max-width: 1199px) {
  .innovation-base__container {
    flex-direction: column;
  }

  .innovation-base__content {
    flex: none;
  }

  .innovation-base__image-wrapper {
    flex: none;
    width: 100%;
    aspect-ratio: 470 / 500;
    max-height: 25rem;
  }
}

/* ---- Mobile (max-width: 767px) ---- */
@media (max-width: 767px) {
  .innovation-base__content {
    gap: 2rem;
  }

  .innovation-base__text-wrapper {
    gap: 1.5rem;
  }

  .innovation-base__features {
    gap: 1rem;
  }

  .innovation-base__accent-bar {
    width: 0.375rem;
  }

  .innovation-base__feature-list {
    gap: 0.75rem;
  }

  .innovation-base__image-wrapper {
    max-height: 18rem;
  }
}

/* ========== 06-three-innovation-pillars ========== */
/* Figma: 1920×1176 (HUG) | Node 3944:10073
   pad LR:316 TB:150, gap:80, bg white, 3 cards gap:42 */

.three-innovation-pillars {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(3.75rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.46vw, 19.75rem);
  background-color: #ffffff;
  box-sizing: border-box;
}

.pillars-container {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4.17vw, 5rem); /* 80px at 1920 */
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.pillars-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
}

/* Figma: Paperlogy Bold 42px, #14483C */
.pillars-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.75rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: Pretendard Regular 20px, #14483C */
.pillars-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: 3 equal cards, gap 42, bg #006241, border 1px #000 15% */
.pillars-cards {
  display: flex;
  gap: clamp(1rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  width: 100%;
}

.pillar-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Figma: image 337px tall */
.pillar-card-image {
  width: 100%;
  height: 21.0625rem; /* 337px */
  overflow: hidden;
}

.pillar-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Figma: pad 60 50, gap 24, height 300 */
.pillar-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem; /* 24px */
  padding: clamp(2rem, 3.125vw, 3.75rem) clamp(1.5rem, 2.604vw, 3.125rem);
  flex: 1;
  box-sizing: border-box;
  background-color: var(--logogreen);
}

/* Figma: Paperlogy Bold 34px, white, CENTER */
.pillar-card-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.375rem, 1.771vw, 2.125rem); /* 34px at 1920 */
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* Figma: Pretendard Regular 20px, #F9F3E3, JUSTIFIED */
.pillar-card-text {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--offwhite);
  text-align: justify;
  margin: 0;
}

/* ---- Tablet (768px – 1199px) ---- */
@media (max-width: 1199px) {
  .pillars-cards {
    flex-direction: column;
  }

  .pillar-card {
    flex: none;
    width: 100%;
  }

  .pillar-card-content {
    flex: none;
  }
}

/* ---- Mobile (max-width: 767px) ---- */
@media (max-width: 767px) {
  .pillar-card-image {
    height: 12.5rem;
  }
}

/* ========== 07-video-section ========== */
/* Figma: 1920×1311 (HUG) | Node 3944:10097
   bg #F5F5F5, pad LR:270 B:150, gap:10 */

.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 clamp(1.25rem, 14.06vw, 16.875rem); /* 270px at 1920 */
  padding-bottom: clamp(4rem, 7.81vw, 9.375rem); /* 150px at 1920 */
  background-color: var(--lightgray); /* #F6F5F2 — Figma */
  box-sizing: border-box;
}

.video-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem; /* 1280px */
  gap: 0.625rem; /* 10px */
}

/* Figma: pad T:150 B:60, gap:40, CENTER aligned */
.video-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem; /* 40px */
  padding-top: clamp(4rem, 7.81vw, 9.375rem); /* 150px */
  padding-bottom: clamp(2rem, 3.125vw, 3.75rem); /* 60px */
  width: 100%;
}

/* Figma: Paperlogy Bold 42px, #14483C */
.video-section__title {
  font-family: var(--font-paperlogy);
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  font-weight: 700;
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: Pretendard Regular 20px, #283C36, CENTER */
.video-section__description {
  font-family: var(--font-pretendard);
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--gray);
  margin: 0;
  text-align: center;
}

/* Video Player */
.video-section__player {
  width: 100%;
  max-width: 82.5625rem; /* 1321px but constrained by wrapper */
  overflow: hidden;
}

.video-section__thumbnail-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1321 / 740;
  background-color: #fff;
  overflow: hidden;
}

.video-section__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.video-section__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5625rem; /* 105px */
  height: 6.5625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.video-section__play-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Video Controls */
.video-section__controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 1.5rem; /* 32px 24px */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem; /* 32px */
}

.video-section__progress {
  position: relative;
  width: 100%;
  height: 0.3125rem; /* 5px */
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.15625rem;
}

.video-section__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.15625rem;
}

.video-section__controls-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem; /* 32px */
}

.video-section__controls-left,
.video-section__controls-right {
  display: flex;
  align-items: center;
  gap: 1rem; /* 16px */
}

.video-section__control-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section__pause-icon {
  display: flex;
  gap: 0.25rem;
}

.video-section__pause-icon::before,
.video-section__pause-icon::after {
  content: '';
  width: 0.25rem;
  height: 1rem;
  background-color: #fff;
}

.video-section__next-icon {
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.625rem solid #fff;
  position: relative;
}

.video-section__next-icon::after {
  content: '';
  position: absolute;
  left: 0.375rem;
  top: -0.5rem;
  width: 0.1875rem;
  height: 1rem;
  background-color: #fff;
}

.video-section__volume-icon {
  width: 1.25rem;
  height: 1rem;
  background: #fff;
  clip-path: polygon(0 30%, 30% 30%, 60% 0, 60% 100%, 30% 70%, 0 70%);
}

.video-section__time {
  font-family: var(--font-pretendard);
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.5rem;
}

.video-section__settings-icon {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  position: relative;
}

.video-section__settings-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  border-radius: 50%;
}

.video-section__pip-icon {
  width: 1.25rem;
  height: 0.875rem;
  border: 0.125rem solid #fff;
  position: relative;
}

.video-section__pip-icon::after {
  content: '';
  position: absolute;
  bottom: 0.125rem;
  right: 0.125rem;
  width: 0.5rem;
  height: 0.375rem;
  background-color: #fff;
}

.video-section__fullscreen-icon {
  width: 1.25rem;
  height: 1rem;
  position: relative;
}

.video-section__fullscreen-icon::before,
.video-section__fullscreen-icon::after {
  content: '';
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.125rem solid #fff;
}

.video-section__fullscreen-icon::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.video-section__fullscreen-icon::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* Figma: Pretendard Regular 20px, #000, LEFT */
.video-section__caption {
  font-family: var(--font-pretendard);
  font-size: clamp(1rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
  margin-top: 0.625rem;
  align-self: center;
  text-align: center;
}

/* ---- Tablet (768px – 1199px) ---- */
@media (max-width: 1199px) {
  .video-section__play-btn {
    width: 5rem;
    height: 5rem;
  }

  .video-section__controls {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }

  .video-section__controls-inner {
    padding: 0 1rem;
  }
}

/* ---- Mobile (max-width: 767px) ---- */
@media (max-width: 767px) {
  .video-section__description br {
    display: none;
  }

  .video-section__thumbnail-wrapper {
    aspect-ratio: 16 / 9;
  }

  .video-section__play-btn {
    width: 4rem;
    height: 4rem;
  }

  .video-section__controls {
    padding: 1rem 0.75rem;
    gap: 1rem;
  }

  .video-section__controls-inner {
    padding: 0 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .video-section__controls-left,
  .video-section__controls-right {
    gap: 0.5rem;
  }

  .video-section__time {
    font-size: 0.75rem;
  }
}

