/* ============================================
   INTIN Website 2026 - 공통 스타일
   - 폰트 정의 (Pretendard, Barlow Condensed)
   - 디자인 토큰 (CSS Variables)
   - 리셋
   - 헤더 / 푸터 공통 컴포넌트
   ============================================ */

/* -----------------------------
   1. 폰트 정의
   ----------------------------- */
@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Thin.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-ExtraLight.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Light.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Regular.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Medium.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-SemiBold.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Bold.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-ExtraBold.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: url('../src/font/Pretendard/mac/Pretendard-Black.otf') format('opentype'),
       url('../src/font/Pretendard/window/Pretendard-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 200;
  font-display: swap;
  src: url('../src/font/Barlow_Semi_Condensed/BarlowSemiCondensed-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 300;
  font-display: swap;
  src: url('../src/font/Barlow_Semi_Condensed/BarlowSemiCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 400;
  font-display: swap;
  src: url('../src/font/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-display: swap;
  src: url('../src/font/Barlow_Semi_Condensed/BarlowSemiCondensed-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 700;
  font-display: swap;
  src: url('../src/font/Barlow_Semi_Condensed/BarlowSemiCondensed-Bold.ttf') format('truetype');
}

/* -----------------------------
   2. 디자인 토큰 (CSS Variables)
   ----------------------------- */
:root {
  /* Surface — Neutral */
  --surface-white: #ffffff;
  --surface-neutal-white: #ffffff;
  --surface-neutral-2: #f2f6f9;
  --surface-neutral-3: #d8dde3;
  --surface-neutral-5: #8f979f;

  /* Surface — Brand / Primary (Cyan) */
  --surface-primary: #00b2cf;
  --surface-primary-2: #c4ebf3;
  --surface-brand-primary: #00b2cf;

  /* Surface — Secondary (Purple) */
  --surface-secondary: #af5cff;
  --surface-brand-secondary: #af5cff;

  /* Board */
  --board-border-secondary: #00588d;

  /* Surface — Dark Blue */
  --surface-dark-blue-1: #1b3146;
  --surface-dark-blue-2: #152738;
  --surface-dark-blue-3: #0b1824;

  /* Surface — Dark Purple */
  --surface-dark-purple-2: #440085;
  --surface-dark-purple-3: #2f005c;

  /* Surface — Opacity */
  --surface-opacity-black-2: rgba(0, 0, 0, 0.4);
  --surface-opacity-black-3: rgba(0, 0, 0, 0.6);

  /* Special */
  --ir-dark-blue-01: #050a27;
  --state-info: #2ec4ff;

  /* Button */
  --button-primary-pressed: #00386b;

  /* Effect */
  --glow-01: 0 0 16px 0 rgba(255, 255, 255, 0.5), 0 0 16px 0 var(--surface-secondary);
  --drop-shadow-1: 0 4px 16px 0 rgba(0, 0, 0, 0.05);

  /* Layout */
  --container-max: 1280px;
  --content-max: 1184px;
  --gutter-x: 48px;

  /* Header */
  --header-height: 96px;

  /* Tracking */
  --tracking-tight: -0.5px;

  /* Font Family */
  --font-pretendard: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  --font-barlow: 'Barlow Condensed', 'Pretendard', sans-serif;
}

/* 모바일 변수 오버라이드 */
@media (max-width: 768px) {
  :root {
    --gutter-x: 24px;
    --header-height: 64px;
  }
}

/* -----------------------------
   3. 리셋 / 베이스
   ----------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-pretendard);
  font-weight: 400;
  line-height: 1.5;
  color: var(--surface-neutral-2);
  background-color: var(--surface-dark-blue-3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /* 한글 줄 나눔 기준: 어절(공백) 단위 — 단어 중간에서 끊지 않음 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* -----------------------------
   4. 타이포그래피 유틸
   ----------------------------- */
.t-info-01 {
  font-family: var(--font-pretendard);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: var(--tracking-tight);
}

.t-body-04 {
  font-family: var(--font-pretendard);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: var(--tracking-tight);
}

.t-body-03 {
  font-family: var(--font-pretendard);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: var(--tracking-tight);
}

.t-body-02 {
  font-family: var(--font-pretendard);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: var(--tracking-tight);
}

.t-title-05 {
  font-family: var(--font-pretendard);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
}

.t-title-04 {
  font-family: var(--font-pretendard);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
}

.t-title-03 {
  font-family: var(--font-pretendard);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
}

.t-title-01 {
  font-family: var(--font-pretendard);
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
}

/* -----------------------------
   5. 컨테이너
   ----------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

/* -----------------------------
   6. 공통 버튼
   ----------------------------- */
.btn-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 41px;
  border: 1px solid var(--surface-primary);
  background: transparent;
  color: var(--surface-primary);
  font-family: var(--font-pretendard);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-outline-primary:hover {
  background-color: var(--surface-primary);
  color: var(--surface-dark-blue-3);
}

/* -----------------------------
   7. Header
   ----------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: rgba(11, 24, 36, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 100;
  display: flex;
  align-items: center;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter-x);
}

.site-header__brand {
  display: flex;
  align-items: center;
  color: var(--surface-white);
}

.site-header__brand-img {
  display: block;
  height: 32px;
  width: auto;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-header__nav a {
  font-size: 16px;
  font-weight: 500;
  color: var(--surface-neutral-3);
  transition: color 0.2s ease;
}

.site-header__nav a:hover,
.site-header__nav a.is-active {
  color: var(--surface-primary);
}

/* 언어 셀렉터 (KR / EN) */
.site-header__lang {
  position: relative;
  display: flex;
  align-items: center;
}

.site-header__lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--surface-primary);
  font-family: var(--font-pretendard);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.site-header__lang-btn:hover,
.site-header__lang-btn[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.06);
}

.site-header__lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 84px;
  padding: 6px;
  margin: 0;
  list-style: none;
  background: rgba(11, 24, 36, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 110;
}

/* hover (데스크톱) / 포커스 / 명시 open 상태에서 메뉴 표시 */
.site-header__lang:hover .site-header__lang-menu,
.site-header__lang:focus-within .site-header__lang-menu,
.site-header__lang.is-open .site-header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__lang-menu li {
  margin: 0;
}

.site-header__lang-menu button {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--surface-neutral-3);
  font-family: var(--font-pretendard);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.site-header__lang-menu button:hover,
.site-header__lang-menu li[aria-selected="true"] button {
  background-color: rgba(0, 178, 207, 0.12);
  color: var(--surface-primary);
}

.site-header__lang-menu button[aria-disabled="true"] {
  color: var(--surface-neutral-5);
  cursor: not-allowed;
  opacity: 0.55;
}

.site-header__menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--surface-white);
}

.site-header__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

/* 모바일 메뉴 토글 활성화 시 X 모양 */
.site-header__menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header__menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .site-header__brand-img {
    height: 26px;
  }
  .site-header__nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 24px var(--gutter-x);
    background-color: rgba(11, 24, 36, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .site-header__nav.is-open {
    transform: translateX(0);
  }
  .site-header__nav a {
    width: 100%;
    padding: 16px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-header__menu-toggle {
    display: flex;
  }
  /* 모바일에서도 언어 셀렉터는 유지 (햄버거 좌측에 표시) */
  .site-header__lang {
    margin-left: auto;
    margin-right: 8px;
  }
}

/* -----------------------------
   8. Footer
   ----------------------------- */
/* Figma 85:3109 — bg #0E141B, pad 48px, gap 40px */
.site-footer {
  background-color: #0E141B;
  padding: 48px 0;
  text-align: center;
}

/* 상단 행: 브랜드명(좌) + 링크(우) */
.site-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__brand-img {
  height: 32px;
  width: auto;
}

.site-footer__inner .site-footer__brand {
  margin-bottom: 32px;
}

.site-footer__inner .site-footer__copy {
  margin-top: 64px;
}

/* Figma: gap 48px */
.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

/* Figma: 16px/400, letter-spacing -0.5px, line-height 27px, #D8DDE3 */
.site-footer__nav a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 27px;
  color: #D8DDE3;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.site-footer__nav a:hover {
  color: #ffffff;
}

/* 회사 정보 2컬럼 */
.site-footer__info {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
}

.site-footer__info-title {
  font-size: 12px;
  font-weight: 700;
  color: #8F979F;
  margin-bottom: 10px;
}

.site-footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__info-row {
  display: flex;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #8F979F;
}

/* 좌측 컬럼 — '개인정보관리책임' 너비 기준 */
.site-footer__info-group:first-child .site-footer__info-row dt {
  min-width: 120px;
  flex-shrink: 0;
}

/* 우측 컬럼 */
.site-footer__info-group:last-child .site-footer__info-row dt {
  min-width: 64px;
  flex-shrink: 0;
}

.site-footer__info-row dd {
  color: #D8DDE3;
}

/* Figma: 14px/500, letter-spacing -0.5px, textCase UPPER, #D8DDE3 */
.site-footer__copy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #D8DDE3;
  text-align: center;
}

.floating-inquiries {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0 18px 30px rgba(11, 24, 36, 0.28));
  transition: transform 180ms ease, filter 180ms ease;
}

.floating-inquiries:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 22px 34px rgba(11, 24, 36, 0.34));
}

.floating-inquiries:focus-visible {
  outline: 3px solid rgba(175, 92, 255, 0.55);
  outline-offset: 4px;
  border-radius: 50%;
}

.floating-inquiries__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.inquiries-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.inquiries-modal.is-open {
  display: flex;
}

.inquiries-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 13, 20, 0.66);
  backdrop-filter: blur(8px);
}

.inquiries-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100svh - 48px);
  max-height: calc(100dvh - 48px);
  overflow: auto;
  padding: 36px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(6, 13, 20, 0.28);
}

.inquiries-modal__title {
  margin: 0 0 24px;
  font-family: var(--font-pretendard);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #101820;
}

.inquiries-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inquiries-form__field {
  display: grid;
  gap: 8px;
  font-family: var(--font-pretendard);
  font-size: 14px;
  font-weight: 700;
  color: #203040;
}

.inquiries-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiries-form__field--full {
  grid-column: 1 / -1;
}

.inquiries-form__field input,
.inquiries-form__field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(32, 48, 64, 0.2);
  border-radius: 6px;
  background: #ffffff;
  color: #101820;
  font: inherit;
  font-weight: 500;
  line-height: 1.4;
}

.inquiries-form__field input {
  height: 48px;
  padding: 0 14px;
}

.inquiries-form__field textarea {
  min-height: 140px;
  padding: 12px 14px;
  resize: vertical;
}

.inquiries-form__field small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(32, 48, 64, 0.62);
}

.inquiries-form__field small.is-limit-reached {
  color: #AF5CFF;
}

.inquiries-form__field input:focus,
.inquiries-form__field textarea:focus {
  outline: 3px solid rgba(175, 92, 255, 0.22);
  border-color: #AF5CFF;
}

.inquiries-form__status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  font-family: var(--font-pretendard);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #203040;
}

.inquiries-form__status.is-success {
  color: #16815b;
}

.inquiries-form__status.is-error {
  color: #c83737;
}

.inquiries-form__actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}

.inquiries-form__button {
  display: inline-flex;
  min-width: 96px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--font-pretendard);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.inquiries-form__button--secondary {
  border-color: rgba(32, 48, 64, 0.18);
  background: #ffffff;
  color: #203040;
}

.inquiries-form__button--primary {
  background: #AF5CFF;
  color: #ffffff;
}

.inquiries-form__button:focus-visible {
  outline: 3px solid rgba(175, 92, 255, 0.35);
  outline-offset: 3px;
}

body.has-inquiries-modal {
  overflow: hidden;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
  }
  .site-footer__top {
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  .site-footer__nav {
    gap: 24px;
    flex-wrap: wrap;
  }
  .site-footer__nav a {
    font-size: 14px;
  }
  .site-footer__info {
    flex-direction: column;
    gap: 24px;
  }
  .floating-inquiries {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 64px;
    height: 64px;
  }
  .inquiries-modal {
    padding: 16px;
  }
  .inquiries-modal__panel {
    max-height: calc(100vh - 32px);
    max-height: calc(100svh - 32px);
    max-height: calc(100dvh - 32px);
    padding: 28px 20px;
  }
  .inquiries-modal__title {
    font-size: 24px;
  }
  .inquiries-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .inquiries-form__actions {
    justify-content: stretch;
  }
  .inquiries-form__button {
    flex: 1;
  }
}

/* -----------------------------
   9. 접근성 — 시각적으로 숨김
   ----------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* -----------------------------
   10. 모션 — 사용자 환경설정 존중
   ----------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  /* 캐러셀 트랙은 JS가 직접 transition을 제어하므로 예외 처리
     (class 선택자 특이도가 * 보다 높아 !important 우선 적용)
     initial 키워드는 구형 Android에서 미지원 → 명시 값 사용 */
  .hero-carousel__track {
    transition-duration: 0.5s !important;
  }
}
