/* Sun Urban City — trang chủ immersive (hành trình phân khu) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap');

.page-home {
  --uc-immersive-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --uc-immersive-sans: 'Be Vietnam Pro', 'Segoe UI', sans-serif;
}

.page-home .section-heading h2,
.page-home .hero h1,
.page-home .hero .hero-heading {
  font-family: var(--uc-immersive-serif);
  letter-spacing: -0.02em;
}

/* Scroll progress */
.uc-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1200;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.06);
}
.uc-scroll-progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--sun-orange) 0%, var(--sun-orange-soft) 55%, #fff4d6 100%);
  box-shadow: 0 0 12px rgba(254, 185, 56, 0.55);
  transition: width 0.08s linear;
}

/* Hero immersive */
.page-home .hero {
  min-height: min(92vh, 920px);
  position: relative;
}
.page-home .hero-slider .hero-slide {
  min-height: min(92vh, 920px);
}
.page-home .hero--single .hero-slider--static {
  position: relative;
  width: 100%;
}
.page-home .hero--single .hero-slider--static .hero-slide {
  min-height: min(92vh, 920px);
}
.page-home .hero-slide-media {
  animation: ucHeroKenBurns 22s ease-out forwards;
  transform-origin: center center;
  filter: brightness(1.16) contrast(1.05) saturate(1.28);
}
@keyframes ucHeroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.page-home .hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Ảnh làm chủ — chỉ soft scrim trái + đáy ấm nhẹ */
  background:
    radial-gradient(ellipse 48% 40% at 12% 88%, rgba(8, 10, 24, 0.35) 0%, transparent 62%),
    linear-gradient(105deg, rgba(8, 10, 24, 0.48) 0%, rgba(8, 10, 24, 0.18) 34%, rgba(8, 10, 24, 0.04) 52%, transparent 68%),
    linear-gradient(180deg, rgba(255, 228, 180, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, transparent 68%, rgba(8, 10, 24, 0.38) 100%);
  z-index: 1;
}
/* Slide ảnh quảng bá (2+): nhường không gian cho ảnh nền */
.page-home .hero-slide--visual::after {
  background:
    linear-gradient(90deg, rgba(8, 10, 24, 0.28) 0%, rgba(8, 10, 24, 0.06) 24%, transparent 46%),
    linear-gradient(180deg, rgba(255, 228, 180, 0.06) 0%, transparent 30%),
    linear-gradient(180deg, transparent 70%, rgba(8, 10, 24, 0.42) 100%);
}
.page-home .hero-slide--visual {
  align-items: flex-end;
  padding-bottom: 64px;
}
.page-home .hero-slide--visual .container {
  width: 100%;
}
.page-home .hero-slide--visual .hero-content {
  max-width: min(440px, 46vw);
  padding-bottom: 8px;
}
.page-home .hero-slide--visual .hero-content::before {
  left: -6%;
  right: 10%;
  top: auto;
  bottom: -8%;
  background: radial-gradient(
    ellipse 88% 88% at 18% 88%,
    rgba(6, 10, 18, 0.48) 0%,
    rgba(6, 10, 18, 0.16) 50%,
    transparent 72%
  );
}
.page-home .hero-slide--visual .hero-heading {
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  margin-bottom: 8px;
}
.page-home .hero-slide--visual .lead {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.9;
}
.page-home .hero-slide--visual .hero-highlights,
.page-home .hero-slide--visual .hero-trust {
  display: none;
}
.page-home .hero-slide--visual .hero-slide-ctas .btn {
  padding: 8px 14px;
  font-size: 13px;
}
.page-home .hero-slide .container {
  position: relative;
  z-index: 2;
}
.page-home .hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
}
.page-home .hero-scroll-cue__line {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, var(--sun-orange), transparent);
  animation: ucScrollCue 2.2s ease-in-out infinite;
}
@keyframes ucScrollCue {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.35; transform: scaleY(0.65); }
}

/* Stats ribbon */
.uc-immersive-ribbon {
  overflow: hidden;
  background: linear-gradient(90deg, #0a0c18 0%, #12152e 50%, #0a0c18 100%);
  border-block: 1px solid rgba(254, 185, 56, 0.22);
  padding: 14px 0;
}
.uc-immersive-ribbon__track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: ucRibbonMarquee 38s linear infinite;
}
.uc-immersive-ribbon:hover .uc-immersive-ribbon__track {
  animation-play-state: paused;
}
@keyframes ucRibbonMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.uc-immersive-ribbon__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 4px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.uc-immersive-ribbon__value {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--sun-orange);
  line-height: 1.1;
}
.uc-immersive-ribbon__label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* Journey — showcase stage */
.uc-journey--showcase {
  position: relative;
  padding: 72px 0 80px;
  background: #080a14;
  overflow: hidden;
}
.uc-journey__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 42% at 12% 18%, rgba(254, 185, 56, 0.09), transparent 58%),
    radial-gradient(ellipse 48% 38% at 88% 72%, rgba(72, 197, 218, 0.07), transparent 55%),
    linear-gradient(180deg, #0a0c18 0%, #10142c 48%, #080a14 100%);
}
.uc-journey__head {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}
.uc-journey__head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 28px;
  align-items: end;
}
.uc-journey__lead {
  color: var(--muted);
  max-width: 40rem;
  line-height: 1.75;
  font-size: 15px;
}
.uc-journey__head-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  text-align: right;
}
.uc-journey__counter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.uc-journey__counter-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.uc-journey__counter-value {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.uc-journey__counter-current {
  color: var(--sun-orange);
}
.uc-journey__counter-sep {
  color: rgba(255, 255, 255, 0.28);
  margin: 0 0.12em;
}
.uc-journey__hint {
  max-width: 260px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.uc-journey__shell {
  position: relative;
  z-index: 2;
}
.uc-journey__shell--bleed {
  width: 100%;
  max-width: none;
  padding: 0;
}
.uc-journey__layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.uc-journey__rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
  position: relative;
}
.uc-journey__rail::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(254, 185, 56, 0.55), rgba(255, 255, 255, 0.06));
  opacity: 0.45;
}
.uc-journey__rail-item {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 12px 10px 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.uc-journey__rail-item:hover,
.uc-journey__rail-item:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.uc-journey__rail-item.is-active {
  background: linear-gradient(135deg, rgba(254, 185, 56, 0.16), rgba(255, 255, 255, 0.04));
  border-color: rgba(254, 185, 56, 0.42);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateX(4px);
}
.uc-journey__rail-marker {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #14182e;
  border: 2px solid rgba(255, 255, 255, 0.22);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.uc-journey__rail-item.is-active .uc-journey__rail-marker {
  background: var(--sun-orange);
  border-color: #ffe9b8;
  box-shadow: 0 0 0 4px rgba(254, 185, 56, 0.18);
  transform: scale(1.08);
}
.uc-journey__rail-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.38);
  padding-left: 28px;
}
.uc-journey__rail-item.is-active .uc-journey__rail-num {
  color: var(--sun-orange);
}
.uc-journey__rail-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.uc-journey__rail-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-journey__rail-item.is-active .uc-journey__rail-name {
  color: #fff;
}
.uc-journey__rail-tag {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-journey__rail-thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-image: var(--uc-rail-thumb);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.72;
  transition: opacity 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}
.uc-journey__rail-item.is-active .uc-journey__rail-thumb {
  opacity: 1;
  border-color: rgba(254, 185, 56, 0.45);
  transform: scale(1.04);
}
.uc-journey__viewport {
  position: relative;
  min-height: clamp(480px, 58vh, 680px);
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0f22;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}
.uc-journey__stage {
  position: relative;
  min-height: clamp(480px, 58vh, 680px);
}
.uc-journey-slide {
  position: absolute;
  inset: 0;
  bottom: 52px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.5s;
}
.uc-journey-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.uc-journey-slide__frames {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.uc-journey-slide__frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.45s;
}
.uc-journey-slide__frame.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.uc-journey-slide__zoom {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
  cursor: zoom-in;
}
.uc-journey-slide__bg {
  position: absolute;
  inset: 0;
  background-image: var(--uc-slide-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 8s ease-out;
  filter: brightness(1.1) saturate(1.14);
}
.uc-journey-slide.is-active .uc-journey-slide__frame.is-active .uc-journey-slide__bg {
  transform: scale(1.07);
}
.uc-journey-slide__frame-meta {
  position: absolute;
  left: clamp(16px, 3vw, 28px);
  right: clamp(16px, 3vw, 28px);
  bottom: 74px;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
.uc-journey-slide__caption {
  margin: 0;
  max-width: min(520px, 72%);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.uc-journey-slide__frame-counter {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.78);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}
.uc-journey-slide__frame-sep {
  opacity: 0.45;
  margin: 0 0.15em;
}
.uc-journey-slide__frame-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 56px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}
.uc-journey-slide__frame-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.uc-journey-slide__frame-dot.is-active {
  background: var(--sun-orange);
  transform: scale(1.25);
}
.uc-journey-slide__frame-dot:hover,
.uc-journey-slide__frame-dot:focus-visible {
  background: rgba(255, 255, 255, 0.72);
}
.uc-journey-slide__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 8, 18, 0.02) 0%, rgba(6, 8, 18, 0) 58%, rgba(6, 8, 18, 0.42) 100%);
}
.uc-journey-slide__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}
.uc-journey-slide__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(8, 10, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffe9b8;
  backdrop-filter: blur(8px);
}
.uc-journey-slide__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}
.uc-journey-slide__zoom-hint {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: rgba(8, 10, 24, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  pointer-events: none;
}
.uc-journey-slide__dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 12px clamp(16px, 3vw, 32px) 14px;
}
.uc-journey-slide__title {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: #fff !important;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  flex: 1 1 auto;
  min-width: 0;
}
.uc-journey-slide__headline {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78) !important;
  margin: 0;
  line-height: 1.45;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.uc-journey-slide__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 0 1 auto;
}
.uc-journey-slide__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 10, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.uc-journey-slide__pill strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--sun-orange);
  text-transform: none;
  letter-spacing: 0;
}
.uc-journey-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
}
.uc-journey-slide__actions .btn {
  padding: 7px 14px;
  font-size: 12px;
}
/* Thắng rule global light mode — dock trên ảnh */
body[data-theme="light"] .uc-journey__viewport .uc-journey-slide__title,
body[data-theme="light"] .uc-journey__viewport h3.uc-journey-slide__title {
  color: #fff !important;
}
body[data-theme="light"] .uc-journey__viewport .uc-journey-slide__headline {
  color: rgba(255, 255, 255, 0.82) !important;
}
body[data-theme="light"] .uc-journey__viewport .uc-journey-slide__pill {
  color: rgba(255, 255, 255, 0.75);
}
body[data-theme="light"] .uc-journey__viewport .uc-journey-slide__actions .btn-outline-light-custom {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}
body[data-theme="light"] .uc-journey__viewport .uc-journey-slide__actions .btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}
.uc-journey-slide--aqua .uc-journey-slide__code { border-color: rgba(72, 197, 218, 0.45); color: #c8f4ff; }
.uc-journey-slide--violet .uc-journey-slide__code { border-color: rgba(167, 139, 250, 0.45); color: #ede9fe; }
.uc-journey-slide--emerald .uc-journey-slide__code { border-color: rgba(35, 196, 131, 0.45); color: #d1fae5; }
.uc-journey-slide--rose .uc-journey-slide__code { border-color: rgba(244, 114, 182, 0.45); color: #fce7f3; }
.uc-journey-slide--amber .uc-journey-slide__code { border-color: rgba(254, 185, 56, 0.45); }
.uc-journey-slide--gold .uc-journey-slide__code { border-color: rgba(255, 228, 148, 0.5); color: #fff8e6; }

/* Filmstrip ảnh phân khu */
.uc-journey__filmstrip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  z-index: 5;
  display: flex;
  gap: 8px;
  padding: 0 14px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.uc-journey__film-thumb {
  flex: 0 0 88px;
  height: 58px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background-image: var(--uc-film-thumb);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.uc-journey__film-thumb:hover,
.uc-journey__film-thumb:focus-visible {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}
.uc-journey__film-thumb.is-active {
  opacity: 1;
  border-color: var(--sun-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.uc-journey__film-label {
  position: absolute;
  left: 6px;
  bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}
.uc-journey__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(6, 8, 18, 0.75));
  pointer-events: none;
}
.uc-journey__controls > * {
  pointer-events: auto;
}
.uc-journey__controls .uc-journey__ctrl--prev:not(.uc-journey__ctrl--float),
.uc-journey__controls .uc-journey__ctrl--next:not(.uc-journey__ctrl--float) {
  display: none;
}
.uc-journey__ctrl--float {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(8, 10, 24, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.uc-journey__ctrl--float:hover,
.uc-journey__ctrl--float:focus-visible {
  transform: translateY(-50%);
  background: rgba(8, 10, 24, 0.65);
  border-color: rgba(254, 185, 56, 0.45);
  outline: none;
}
.uc-journey__ctrl--prev.uc-journey__ctrl--float {
  left: clamp(12px, 2vw, 24px);
}
.uc-journey__ctrl--next.uc-journey__ctrl--float {
  right: clamp(12px, 2vw, 24px);
}
.uc-journey__ctrl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 10, 24, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
}
.uc-journey__ctrl:hover,
.uc-journey__ctrl:focus-visible {
  background: rgba(254, 185, 56, 0.18);
  border-color: rgba(254, 185, 56, 0.5);
  outline: none;
}
.uc-journey__ctrl:not(.uc-journey__ctrl--float):hover,
.uc-journey__ctrl:not(.uc-journey__ctrl--float):focus-visible {
  transform: translateY(-1px);
}
.uc-journey__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}
.uc-journey__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}
.uc-journey__dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sun-orange), var(--sun-orange-soft));
}
.uc-journey__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0;
}
.uc-journey__progress-bar {
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}
.uc-journey__progress-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--sun-orange), var(--sun-gradient-to));
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Lifestyle emotional */
.uc-lifestyle {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1c2048 0%, #0e1028 100%);
}
.uc-lifestyle__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(circle at 20% 30%, rgba(254, 185, 56, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(72, 197, 218, 0.1), transparent 40%);
  pointer-events: none;
}
.uc-lifestyle__quote {
  margin: 20px 0 0;
  padding: 0 0 0 18px;
  border-left: 3px solid var(--sun-orange);
}
.uc-lifestyle__quote p {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-style: italic;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
.uc-lifestyle__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
.uc-lifestyle-panel {
  position: relative;
  min-height: 180px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.uc-lifestyle-panel--featured {
  grid-column: 1 / -1;
  min-height: 220px;
}
.uc-lifestyle-panel__bg {
  position: absolute;
  inset: 0;
  background-image: var(--uc-lifestyle-img);
  background-size: cover;
  background-position: center;
  transition: transform 6s ease-out;
  filter: brightness(1.1) saturate(1.14);
}
.uc-lifestyle-panel:hover .uc-lifestyle-panel__bg {
  transform: scale(1.06);
}
.uc-lifestyle-panel__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 24, 0.08) 0%, rgba(8, 10, 24, 0.28) 48%, rgba(8, 10, 24, 0.62) 100%);
}
.uc-lifestyle-panel__content {
  position: relative;
  z-index: 1;
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.uc-lifestyle-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(254, 185, 56, 0.18);
  color: var(--sun-orange);
  margin-bottom: 10px;
}
.uc-lifestyle-panel h3 {
  font-family: var(--uc-immersive-serif);
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 6px;
}
.uc-lifestyle-panel p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

/* Tour 360 teaser */
.uc-tour360-teaser {
  background: linear-gradient(180deg, #13162f 0%, #0e1028 100%);
}
.uc-tour360-teaser__card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(254, 185, 56, 0.2);
}
.uc-tour360-teaser__visual {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.uc-tour360-teaser__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1204;
  background: linear-gradient(135deg, var(--sun-orange), var(--sun-orange-soft));
}
.uc-tour360-teaser__copy {
  padding: clamp(24px, 4vw, 40px);
}
.uc-tour360-teaser__types li {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 8px;
}
.uc-tour360-teaser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.uc-tour360-teaser__actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1 1 auto;
}
.uc-tour360-teaser__actions-row > .btn {
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .uc-tour360-teaser__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .uc-tour360-teaser__actions > .btn.btn-gold {
    width: 100%;
    justify-content: center;
  }
  .uc-tour360-teaser__actions-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    flex: none;
  }
  .uc-tour360-teaser__actions-row > .btn {
    width: 100%;
    justify-content: center;
    white-space: nowrap;
  }
}

/* Reveal on scroll */
.uc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.uc-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Opening poetry — chỉ slide cinematic; không đè highlights/form */
.page-home .hero {
  overflow: hidden;
}
.uc-opening-poetry {
  display: none;
}
/* Chỉ hiện trên slide ảnh cinematic — không đè highlights/form */
.page-home .hero-slide--visual .uc-opening-poetry {
  display: block;
  position: absolute;
  left: clamp(20px, 3.5vw, 36px);
  right: auto;
  bottom: clamp(72px, 10vh, 110px);
  z-index: 3;
  pointer-events: none;
  max-width: min(380px, 42vw);
}
.uc-opening-poetry__particles {
  display: none;
}
.uc-opening-poetry__inner {
  position: relative;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  animation: ucPoetryIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
.uc-opening-poetry__inner::before {
  display: none;
}
@keyframes ucPoetryIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.uc-opening-poetry__eyebrow {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 236, 200, 0.95) !important;
  margin-bottom: 8px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.uc-opening-poetry__lines {
  position: relative;
  margin: 0 0 10px;
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.55);
}
.uc-opening-poetry__line {
  display: inline;
  color: #fff !important;
}
.uc-opening-poetry__line--gold {
  background: linear-gradient(90deg, #fff0c8, #ffc85a 45%, var(--sun-orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  filter: drop-shadow(0 2px 10px rgba(254, 185, 56, 0.55));
}
.uc-opening-poetry__whisper {
  position: relative;
  display: block;
  max-width: 20rem;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88) !important;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

/* Manifesto */
.uc-manifesto {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.uc-manifesto__bg {
  position: absolute;
  inset: -8% 0;
  background-image: var(--uc-manifesto-bg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  filter: brightness(1.12) saturate(1.16);
}
.uc-manifesto__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 18, 0.58) 0%, rgba(6, 8, 18, 0.28) 42%, rgba(6, 8, 18, 0.12) 100%),
    linear-gradient(180deg, rgba(6, 8, 18, 0.08), rgba(6, 8, 18, 0.38));
}
.uc-manifesto__container {
  position: relative;
  z-index: 2;
  padding-block: 72px;
}
.uc-manifesto__content {
  max-width: 640px;
}
.uc-manifesto__kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sun-orange);
  margin-bottom: 14px;
}
.uc-manifesto__title {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.75rem, 3.8vw, 2.85rem);
  font-weight: 700;
  line-height: 1.18;
  color: #fff !important;
  margin-bottom: 16px;
}
.uc-manifesto__body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82) !important;
  margin-bottom: 24px;
}
.uc-manifesto__cta {
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .uc-manifesto__content {
    max-width: none;
  }
  .uc-manifesto__cta.btn {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    box-sizing: border-box;
  }
}

/* Hero story chapters — slide 2+ từ CMS (compact) */
.uc-hero-stories {
  position: relative;
  padding: clamp(28px, 4.5vw, 52px) 0 clamp(20px, 3vw, 36px);
  background: linear-gradient(180deg, #0a0c18 0%, #101428 48%, #0c0e1a 100%);
}
.uc-hero-stories__head {
  margin-bottom: clamp(16px, 2.8vw, 28px);
}
.uc-hero-stories__head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 20px;
  align-items: end;
}
.uc-hero-stories__lead {
  color: rgba(255, 255, 255, 0.62);
  max-width: 40rem;
  line-height: 1.65;
  font-size: 14px;
  margin-top: 8px;
}
.uc-hero-stories__head-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}
.uc-hero-stories__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.uc-hero-stories__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.uc-hero-stories__nav-link:hover,
.uc-hero-stories__nav-link:focus-visible {
  border-color: rgba(254, 185, 56, 0.45);
  background: rgba(254, 185, 56, 0.12);
  color: #fff;
}
.uc-hero-stories__nav-num {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--sun-orange);
}
.uc-hero-stories__hint {
  max-width: 260px;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.52);
}
.uc-hero-stories__stack {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 28px);
}

.uc-hero-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(14px, 2.4vw, 24px);
  align-items: stretch;
  scroll-margin-top: 88px;
}
.uc-hero-story--alt {
  direction: rtl;
}
.uc-hero-story--alt > * {
  direction: ltr;
}
.uc-hero-story__visual {
  position: relative;
  min-height: clamp(260px, 34vw, 400px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}
.uc-hero-story__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 8, 18, 0.02) 0%, rgba(6, 8, 18, 0.22) 100%);
  pointer-events: none;
}
.uc-hero-story__bg {
  position: absolute;
  inset: -6%;
  background-image: var(--uc-story-bg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  filter: brightness(1.1) saturate(1.15);
}
.uc-hero-story__zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: rgba(8, 10, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.uc-hero-story__watermark {
  position: absolute;
  left: 10px;
  bottom: 4px;
  font-family: var(--uc-immersive-serif);
  font-size: clamp(3.2rem, 8vw, 5.2rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  user-select: none;
}
.uc-hero-story__panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(14px, 2.2vw, 20px);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.uc-hero-story__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.uc-hero-story__index {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--sun-orange);
  background: rgba(254, 185, 56, 0.14);
  border: 1px solid rgba(254, 185, 56, 0.28);
}
.uc-hero-story__eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 236, 200, 0.88) !important;
}
.uc-hero-story__hook {
  margin: 0 0 6px;
  font-family: var(--uc-immersive-serif);
  font-size: clamp(0.92rem, 1.7vw, 1.08rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(254, 215, 130, 0.92) !important;
}
.uc-hero-story__title {
  margin: 0 0 6px;
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.22;
  color: #fff !important;
}
.uc-hero-story__body {
  margin: 0 0 10px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72) !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.uc-hero-story__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}
.uc-hero-story__stat {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.uc-hero-story__stat-value {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.25;
  margin-bottom: 2px;
}
.uc-hero-story__stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  line-height: 1.3;
}
.uc-hero-story__trust {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72) !important;
  display: grid;
  gap: 6px 14px;
}
.uc-hero-story__trust li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.uc-hero-story__trust li + li {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.uc-hero-story__trust i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.72rem;
  width: 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .uc-hero-story__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    padding: 10px 12px;
  }
  .uc-hero-story__trust li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 14px;
  }
}
@media (max-width: 991.98px) {
  .uc-hero-story__trust {
    grid-template-columns: 1fr;
  }
  .uc-hero-story__trust li + li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.uc-hero-story__actions {
  margin-top: auto;
  padding-top: 2px;
  gap: 8px !important;
}
.uc-hero-story__actions .btn {
  padding: 0.42rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  line-height: 1.25;
}

/* Emotional beats — section + khung cảnh full-bleed */
.uc-emotional-beats {
  position: relative;
  padding-top: clamp(36px, 5vw, 56px);
  background: linear-gradient(180deg, #080a14 0%, #0c0f1c 100%);
}
.uc-emotional-beats__head {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.uc-emotional-beats__head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 28px;
  align-items: end;
}
.uc-emotional-beats__lead {
  color: rgba(255, 255, 255, 0.62);
  max-width: 40rem;
  line-height: 1.75;
  font-size: 15px;
  margin-top: 10px;
}
.uc-emotional-beats__head-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  text-align: right;
}
.uc-emotional-beats__counter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.uc-emotional-beats__counter-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.uc-emotional-beats__counter-value {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.uc-emotional-beats__counter-current {
  color: var(--sun-orange);
}
.uc-emotional-beats__counter-sep {
  color: rgba(255, 255, 255, 0.28);
  margin: 0 0.12em;
}
.uc-emotional-beats__hint {
  max-width: 280px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.uc-emotional-beats__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.uc-emotional-beats__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.uc-emotional-beats__nav-link:hover,
.uc-emotional-beats__nav-link:focus-visible {
  border-color: rgba(254, 185, 56, 0.45);
  background: rgba(254, 185, 56, 0.12);
  color: #fff;
}
.uc-emotional-beats__nav-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--sun-orange);
}
.uc-emotional-beats__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uc-emotional-beat {
  position: relative;
  min-height: min(58vh, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  scroll-margin-top: 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.uc-emotional-beat__bg {
  position: absolute;
  inset: -8% 0;
  background-image: var(--uc-beat-bg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  filter: brightness(1.12) saturate(1.18);
}
.uc-emotional-beat__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 18, 0.42) 0%, rgba(6, 8, 18, 0.1) 38%, transparent 62%),
    linear-gradient(180deg, rgba(6, 8, 18, 0.06) 0%, transparent 40%, rgba(6, 8, 18, 0.36) 100%);
  pointer-events: none;
}
.uc-emotional-beat--alt .uc-emotional-beat__veil {
  background:
    linear-gradient(270deg, rgba(6, 8, 18, 0.42) 0%, rgba(6, 8, 18, 0.1) 38%, transparent 62%),
    linear-gradient(180deg, rgba(6, 8, 18, 0.06) 0%, transparent 40%, rgba(6, 8, 18, 0.36) 100%);
}
.uc-emotional-beat__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: zoom-in;
}
.uc-emotional-beat__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  background: rgba(8, 10, 24, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  cursor: zoom-in;
}
.uc-emotional-beat__zoom:hover,
.uc-emotional-beat__zoom:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(254, 185, 56, 0.55);
  background: rgba(8, 10, 24, 0.72);
  color: #fff;
}
.uc-emotional-beat__zoom-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.uc-emotional-beat__container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-block: 0 clamp(22px, 4vw, 36px);
  pointer-events: none;
}
.uc-emotional-beat--alt .uc-emotional-beat__container {
  display: flex;
  justify-content: flex-end;
}
.uc-emotional-beat__dock {
  max-width: min(560px, 94%);
  padding: 18px 20px 16px;
  border-radius: 18px;
  background: rgba(8, 10, 24, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
}
.uc-emotional-beat__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.uc-emotional-beat__index {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--sun-orange);
  background: rgba(254, 185, 56, 0.14);
  border: 1px solid rgba(254, 185, 56, 0.28);
}
.uc-emotional-beat__eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 236, 200, 0.9) !important;
}
.uc-emotional-beat__quote {
  margin: 0;
  text-align: left;
}
.uc-emotional-beat__quote p {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.08rem, 2.2vw, 1.5rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  margin: 0;
}
.uc-emotional-beat__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.uc-emotional-beat__caption {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62) !important;
  font-style: normal;
  flex: 1 1 200px;
}
.uc-emotional-beat__tap-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.48);
  white-space: nowrap;
}

/* Dream CTA */
.uc-dream-cta {
  position: relative;
  min-height: min(68vh, 560px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.uc-dream-cta__bg {
  position: absolute;
  inset: -8% 0;
  background-image: var(--uc-dream-bg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  filter: brightness(1.1) saturate(1.15);
}
.uc-dream-cta__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 8, 18, 0.55), rgba(6, 8, 18, 0.22)),
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(254, 185, 56, 0.16), transparent);
}
.uc-dream-cta__container {
  position: relative;
  z-index: 2;
  padding-block: 64px;
}
.uc-dream-cta__panel {
  max-width: 620px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(8, 10, 24, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(12px);
}
.uc-dream-cta__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sun-orange);
  margin-bottom: 10px;
}
.uc-dream-cta__title {
  font-family: var(--uc-immersive-serif);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 12px;
  line-height: 1.2;
}
.uc-dream-cta__body {
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.75;
  margin-bottom: 20px;
}
.uc-dream-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Journey mood — removed large text overlay */

/* Stagger children */
.uc-stagger-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.uc-reveal.is-visible .uc-stagger-item,
.uc-stagger-parent.is-staggered .uc-stagger-item {
  opacity: 1;
  transform: none;
}
.uc-reveal.is-visible .uc-stagger-item:nth-child(1),
.uc-stagger-parent.is-staggered .uc-stagger-item:nth-child(1) { transition-delay: 0.05s; }
.uc-reveal.is-visible .uc-stagger-item:nth-child(2),
.uc-stagger-parent.is-staggered .uc-stagger-item:nth-child(2) { transition-delay: 0.14s; }
.uc-reveal.is-visible .uc-stagger-item:nth-child(3),
.uc-stagger-parent.is-staggered .uc-stagger-item:nth-child(3) { transition-delay: 0.23s; }
.uc-reveal.is-visible .uc-stagger-item:nth-child(4),
.uc-stagger-parent.is-staggered .uc-stagger-item:nth-child(4) { transition-delay: 0.32s; }

/* Ribbon entrance */
.uc-immersive-ribbon__item {
  animation: ucRibbonItemIn 0.6s ease both;
}
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(1) { animation-delay: 0.04s; }
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(2) { animation-delay: 0.08s; }
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(3) { animation-delay: 0.12s; }
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(4) { animation-delay: 0.16s; }
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(5) { animation-delay: 0.2s; }
.uc-immersive-ribbon__track .uc-immersive-ribbon__item:nth-child(6) { animation-delay: 0.24s; }
@keyframes ucRibbonItemIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

/* ── Chế độ sáng (home immersive) ── */
body[data-theme="light"] .page-home .hero-slide::after {
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.14) 36%, transparent 54%),
    linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, 0.32) 100%);
}
body[data-theme="light"] .page-home .hero-slide--visual::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.18) 28%, transparent 48%),
    linear-gradient(180deg, transparent 68%, rgba(255, 255, 255, 0.38) 100%);
}
body[data-theme="light"] .page-home .hero-slide--visual .hero-content::before {
  background: radial-gradient(
    ellipse 92% 92% at 16% 82%,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.52) 48%,
    transparent 72%
  );
}
body[data-theme="light"] .page-home .hero-slide--visual .hero-heading,
body[data-theme="light"] .page-home .hero-slide--visual h1 {
  color: #0f172a !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 2px 12px rgba(255, 255, 255, 0.75);
}
body[data-theme="light"] .page-home .hero-slide--visual .lead {
  color: #1e293b !important;
  opacity: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88), 0 1px 8px rgba(255, 255, 255, 0.65);
}
body[data-theme="light"] .page-home .hero-slide--visual .hero-badge {
  background: rgba(255, 255, 255, 0.88);
  color: #7a5a1d;
  border: 1px solid rgba(154, 115, 40, 0.22);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-scroll-progress {
  background: rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-immersive-ribbon {
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 50%, #eef2f7 100%);
  border-block-color: rgba(154, 115, 40, 0.22);
}
body[data-theme="light"] .uc-immersive-ribbon__item {
  border-right-color: rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-immersive-ribbon__value {
  color: #9a7328;
}
body[data-theme="light"] .uc-immersive-ribbon__label {
  color: #64748b;
}

body[data-theme="light"] .uc-journey--showcase {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 48%, #e8edf4 100%);
}
body[data-theme="light"] .uc-journey__ambient {
  background:
    radial-gradient(ellipse 55% 42% at 12% 18%, rgba(254, 185, 56, 0.1), transparent 58%),
    radial-gradient(ellipse 48% 38% at 88% 72%, rgba(72, 197, 218, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
body[data-theme="light"] .uc-journey__lead {
  color: #475569 !important;
}
body[data-theme="light"] .uc-journey__head .sub {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-journey__head h2 {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-lifestyle .sub {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-lifestyle h2 {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-tour360-teaser__copy .sub {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-tour360-teaser__copy h2 {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-tour360-teaser__copy p {
  color: #475569 !important;
}
body[data-theme="light"] .uc-journey__counter-label {
  color: #64748b;
}
body[data-theme="light"] .uc-journey__counter-value {
  color: #0f172a;
}
body[data-theme="light"] .uc-journey__counter-current {
  color: #9a7328;
}
body[data-theme="light"] .uc-journey__counter-sep {
  color: #94a3b8;
}
body[data-theme="light"] .uc-journey__hint {
  color: #64748b;
}
body[data-theme="light"] .uc-journey__rail::before {
  background: linear-gradient(180deg, rgba(154, 115, 40, 0.45), rgba(15, 23, 42, 0.08));
  opacity: 0.65;
}
body[data-theme="light"] .uc-journey__rail-item {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
body[data-theme="light"] .uc-journey__rail-item:hover,
body[data-theme="light"] .uc-journey__rail-item:focus-visible {
  background: #fff;
  border-color: rgba(154, 115, 40, 0.28);
}
body[data-theme="light"] .uc-journey__rail-item.is-active {
  background: linear-gradient(135deg, rgba(254, 185, 56, 0.14), rgba(255, 255, 255, 0.96));
  border-color: rgba(154, 115, 40, 0.42);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
body[data-theme="light"] .uc-journey__rail-marker {
  background: #e2e8f0;
  border-color: rgba(15, 23, 42, 0.18);
}
body[data-theme="light"] .uc-journey__rail-item.is-active .uc-journey__rail-marker {
  background: #c49a2a;
  border-color: #e8c567;
  box-shadow: 0 0 0 4px rgba(196, 154, 42, 0.16);
}
body[data-theme="light"] .uc-journey__rail-num {
  color: #94a3b8;
}
body[data-theme="light"] .uc-journey__rail-item.is-active .uc-journey__rail-num {
  color: #9a7328;
}
body[data-theme="light"] .uc-journey__rail-name {
  color: #1e293b;
}
body[data-theme="light"] .uc-journey__rail-item.is-active .uc-journey__rail-name {
  color: #0f172a;
}
body[data-theme="light"] .uc-journey__rail-tag {
  color: #64748b;
}
body[data-theme="light"] .uc-journey__rail-thumb {
  border-color: rgba(15, 23, 42, 0.1);
}
body[data-theme="light"] .uc-journey__rail-item.is-active .uc-journey__rail-thumb {
  border-color: rgba(154, 115, 40, 0.45);
}
body[data-theme="light"] .uc-journey__viewport {
  border-color: rgba(15, 23, 42, 0.08);
  background: #0c0f22;
  box-shadow: none;
}
body[data-theme="light"] .uc-journey__ctrl--float {
  background: rgba(8, 10, 24, 0.5);
  border-color: rgba(255, 255, 255, 0.22);
}

body[data-theme="light"] .uc-lifestyle {
  background: linear-gradient(180deg, #eef2f7 0%, #e6ebf2 100%);
}
body[data-theme="light"] .uc-lifestyle__mesh {
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(196, 154, 42, 0.1), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(72, 197, 218, 0.08), transparent 40%);
}
body[data-theme="light"] .uc-lifestyle__quote p {
  color: #1e293b !important;
}
body[data-theme="light"] .uc-lifestyle-panel {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
body[data-theme="light"] .uc-lifestyle-panel__icon {
  background: rgba(196, 154, 42, 0.14);
  color: #9a7328;
}
body[data-theme="light"] .uc-lifestyle-panel__bg::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.36) 100%);
}
body[data-theme="light"] .uc-lifestyle-panel h3 {
  color: #fff !important;
}
body[data-theme="light"] .uc-lifestyle-panel p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Manifesto — card sáng trên ảnh */
body[data-theme="light"] .uc-manifesto__veil {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.55) 0%, rgba(248, 250, 252, 0.12) 42%, transparent 58%),
    linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.12) 100%);
}
body[data-theme="light"] .uc-manifesto__content {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: calc(var(--radius-lg) + 2px);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
}
body[data-theme="light"] .uc-manifesto__kicker {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-manifesto__title {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-manifesto__body {
  color: #475569 !important;
}

/* Dream CTA — panel sáng, chữ đậm */
body[data-theme="light"] .uc-dream-cta__veil {
  background:
    linear-gradient(105deg, rgba(248, 250, 252, 0.2), rgba(248, 250, 252, 0.05)),
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(254, 185, 56, 0.1), transparent);
}
body[data-theme="light"] .uc-dream-cta__panel {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}
body[data-theme="light"] .uc-dream-cta__eyebrow {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-dream-cta__title {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-dream-cta__body {
  color: #475569 !important;
}

body[data-theme="light"] .uc-hero-stories {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
}
body[data-theme="light"] .uc-hero-stories__lead,
body[data-theme="light"] .uc-hero-stories__hint {
  color: #64748b !important;
}
body[data-theme="light"] .uc-hero-stories__nav-link {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.1);
  color: #334155;
}
body[data-theme="light"] .uc-hero-story__panel {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
body[data-theme="light"] .uc-hero-story__trust {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.06);
}
@media (min-width: 992px) {
  body[data-theme="light"] .uc-hero-story__trust li:nth-child(even) {
    border-left-color: rgba(15, 23, 42, 0.08);
  }
}
@media (max-width: 991.98px) {
  body[data-theme="light"] .uc-hero-story__trust li + li {
    border-top-color: rgba(15, 23, 42, 0.06);
  }
}
body[data-theme="light"] .uc-hero-story__eyebrow {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-hero-story__hook {
  color: #9a7328 !important;
}
body[data-theme="light"] .uc-hero-story__title {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-hero-story__body {
  color: #475569 !important;
}
body[data-theme="light"] .uc-hero-story__stat {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-hero-story__stat-value {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-hero-story__stat-label,
body[data-theme="light"] .uc-hero-story__trust {
  color: #64748b !important;
}
body.page-home[data-theme="light"] .uc-hero-stories__head .sub {
  color: var(--uc-home-accent) !important;
}
body.page-home[data-theme="light"] .uc-hero-stories__head h2 {
  color: var(--uc-home-ink) !important;
}

/* Emotional beats — ảnh nền: giữ chữ sáng */
body[data-theme="light"] .uc-emotional-beats {
  background: linear-gradient(180deg, #eef2f7 0%, #e2e8f0 100%);
}
body[data-theme="light"] .uc-emotional-beats__lead {
  color: #64748b !important;
}
body[data-theme="light"] .uc-emotional-beats__counter-label,
body[data-theme="light"] .uc-emotional-beats__hint {
  color: #64748b !important;
}
body[data-theme="light"] .uc-emotional-beats__counter-value {
  color: #0f172a !important;
}
body[data-theme="light"] .uc-emotional-beats__nav-link {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.1);
  color: #334155;
}
body[data-theme="light"] .uc-emotional-beats__nav-link:hover,
body[data-theme="light"] .uc-emotional-beats__nav-link:focus-visible {
  background: rgba(254, 185, 56, 0.12);
  border-color: rgba(196, 154, 42, 0.35);
  color: #0f172a;
}
body[data-theme="light"] .uc-emotional-beat {
  border-top-color: rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-emotional-beat__eyebrow {
  color: rgba(255, 236, 200, 0.92) !important;
}
body[data-theme="light"] .uc-emotional-beat__quote p,
body[data-theme="light"] .uc-emotional-beat__caption,
body[data-theme="light"] .uc-emotional-beat__tap-hint {
  color: #fff !important;
}

body.page-home[data-theme="light"] .hero .uc-opening-poetry__lines,
body.page-home[data-theme="light"] .hero .uc-opening-poetry__lines .uc-opening-poetry__line,
body.page-home[data-theme="light"] .hero .uc-opening-poetry__eyebrow,
body.page-home[data-theme="light"] .hero .uc-opening-poetry__whisper {
  color: #fff !important;
}
body.page-home[data-theme="light"] .hero .uc-opening-poetry__eyebrow {
  color: rgba(255, 236, 200, 0.96) !important;
}
body.page-home[data-theme="light"] .hero .uc-opening-poetry__whisper {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.page-home[data-theme="light"] .hero .uc-opening-poetry__inner {
  background: none;
  border: 0;
}

body[data-theme="light"] .uc-opening-poetry__lines,
body[data-theme="light"] .uc-opening-poetry__eyebrow,
body[data-theme="light"] .uc-opening-poetry__whisper {
  color: #fff;
}

body[data-theme="light"] .uc-tour360-teaser {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}
body[data-theme="light"] .uc-tour360-teaser__card {
  background: #fff;
  border-color: rgba(196, 154, 42, 0.28);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
body[data-theme="light"] .uc-tour360-teaser__copy {
  background: #fff;
}
body[data-theme="light"] .uc-tour360-teaser__types li {
  color: #334155 !important;
}

/* ── Trang chủ · chế độ sáng (mặc định) — design system ── */
body.page-home[data-theme="light"] {
  --uc-home-bg: #f8fafc;
  --uc-home-bg-soft: #eef2f7;
  --uc-home-card: #ffffff;
  --uc-home-ink: #0f172a;
  --uc-home-ink-body: #475569;
  --uc-home-ink-muted: #64748b;
  --uc-home-accent: #9a7328;
  --uc-home-line: rgba(15, 23, 42, 0.09);
  --uc-home-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

body.page-home[data-theme="light"] .uc-immersive-ribbon {
  background: var(--uc-home-card);
  border-block-color: var(--uc-home-line);
}

body.page-home[data-theme="light"] .uc-journey--showcase {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, var(--uc-home-bg) 0%, var(--uc-home-bg-soft) 100%);
}
body.page-home[data-theme="light"] .uc-journey__head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--uc-home-line);
}
body.page-home[data-theme="light"] .uc-journey__lead {
  color: var(--uc-home-ink-body) !important;
  font-size: 15px;
}
body.page-home[data-theme="light"] .uc-journey__hint {
  color: var(--uc-home-ink-muted) !important;
  max-width: 320px;
}
body.page-home[data-theme="light"] .uc-journey__viewport {
  border-radius: 20px;
  border: 1px solid var(--uc-home-line);
  box-shadow: var(--uc-home-shadow);
}

body.page-home[data-theme="light"] .uc-manifesto__content,
body.page-home[data-theme="light"] .uc-dream-cta__panel {
  background: var(--uc-home-card) !important;
  border: 1px solid var(--uc-home-line) !important;
  box-shadow: var(--uc-home-shadow);
  border-radius: 20px;
}
body.page-home[data-theme="light"] .uc-manifesto__body,
body.page-home[data-theme="light"] .uc-dream-cta__body {
  color: var(--uc-home-ink-body) !important;
  font-size: 15px;
  line-height: 1.75;
}
body.page-home[data-theme="light"] .uc-manifesto__title,
body.page-home[data-theme="light"] .uc-dream-cta__title {
  color: var(--uc-home-ink) !important;
  letter-spacing: -0.02em;
}
body.page-home[data-theme="light"] .uc-manifesto__kicker,
body.page-home[data-theme="light"] .uc-dream-cta__eyebrow {
  color: var(--uc-home-accent) !important;
  letter-spacing: 0.14em;
}

body.page-home[data-theme="light"] .uc-lifestyle {
  background: var(--uc-home-bg);
}
body.page-home[data-theme="light"] .uc-lifestyle__quote p {
  color: var(--uc-home-ink-body) !important;
}
body.page-home[data-theme="light"] .uc-lifestyle-panel {
  border-radius: 16px;
  border-color: var(--uc-home-line);
}
body.page-home[data-theme="light"] .uc-lifestyle .btn-outline-light-custom {
  border-color: var(--uc-home-line);
  background: var(--uc-home-card);
  color: var(--uc-home-ink) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
body.page-home[data-theme="light"] .uc-lifestyle .btn-outline-light-custom:hover {
  border-color: rgba(154, 115, 40, 0.35);
  background: rgba(254, 185, 56, 0.1);
  color: var(--uc-home-accent) !important;
}

body.page-home[data-theme="light"] .uc-tour360-teaser {
  background: var(--uc-home-bg-soft);
}
body.page-home[data-theme="light"] .uc-tour360-teaser__card {
  border-radius: 20px;
  border-color: var(--uc-home-line);
  box-shadow: var(--uc-home-shadow);
}

body.page-home[data-theme="light"] .uc-emotional-beats__head .sub {
  color: var(--uc-home-accent) !important;
}
body.page-home[data-theme="light"] .uc-emotional-beats__head h2 {
  color: var(--uc-home-ink) !important;
}
body.page-home[data-theme="light"] .uc-emotional-beat {
  border-block: none;
  border-top: 1px solid var(--uc-home-line);
}

@media (max-width: 991.98px) {
  .page-home .hero-scroll-cue {
    display: none;
  }
  .uc-opening-poetry {
    display: none;
  }
  .uc-journey__head-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .uc-journey__head-meta {
    align-items: flex-start;
    text-align: left;
  }
  .uc-journey__counter {
    align-items: flex-start;
  }
  .uc-journey__layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .uc-journey__rail {
    flex-direction: row;
    overflow-x: auto;
    padding: 4px 2px 8px;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .uc-journey__rail::before {
    display: none;
  }
  .uc-journey__rail-item {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
    grid-template-columns: 36px minmax(0, 1fr) 48px;
    transform: none !important;
  }
  .uc-journey__rail-marker {
    display: none;
  }
  .uc-journey__rail-num {
    padding-left: 0;
  }
  .uc-journey__viewport,
  .uc-journey__stage {
    min-height: clamp(360px, 52vh, 560px);
  }
  .uc-journey-slide {
    bottom: 48px;
  }
  .uc-journey-slide__dock {
    bottom: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 14px 12px;
  }
  .uc-journey__ctrl--float {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .uc-emotional-beats__head-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .uc-emotional-beats__head-meta {
    align-items: flex-start;
    text-align: left;
  }
  .uc-emotional-beats__counter {
    align-items: flex-start;
  }
  .uc-emotional-beats__nav-list {
    justify-content: flex-start;
  }
  .uc-emotional-beats__hint {
    max-width: none;
  }
  .uc-hero-stories__head-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .uc-hero-stories__head-meta {
    align-items: flex-start;
    text-align: left;
  }
  .uc-hero-stories__nav-list {
    justify-content: flex-start;
  }
  .uc-hero-stories__hint {
    max-width: none;
  }
  .uc-hero-story {
    grid-template-columns: 1fr;
  }
  .uc-hero-story--alt {
    direction: ltr;
  }
  .uc-hero-story__visual {
    min-height: 220px;
  }
  .uc-hero-story__stats {
    grid-template-columns: 1fr 1fr;
  }
  .uc-hero-story__body {
    -webkit-line-clamp: 4;
  }
  .uc-hero-story__actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
  .uc-emotional-beat {
    min-height: min(52vh, 460px);
  }
  .uc-emotional-beat--alt .uc-emotional-beat__container {
    justify-content: flex-start;
  }
  .uc-emotional-beat__zoom {
    top: 12px;
    right: 12px;
    padding: 9px 12px;
    font-size: 11px;
  }
  .uc-emotional-beat__zoom-label span {
    display: none;
  }
  .uc-emotional-beat__dock {
    max-width: 100%;
    padding: 14px 16px 12px;
  }
  .uc-emotional-beat__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .uc-lifestyle__grid {
    grid-template-columns: 1fr;
  }
  .uc-lifestyle-panel--featured {
    grid-column: auto;
  }
  .uc-tour360-teaser__copy {
    padding: 20px 16px 24px;
  }
  .uc-tour360-teaser__actions {
    flex-direction: column;
  }
  .uc-tour360-teaser__actions > .btn.btn-gold {
    width: 100%;
  }
  .uc-tour360-teaser__actions-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .uc-tour360-teaser__actions-row > .btn {
    width: 100%;
    min-width: 0;
    font-size: 0.78rem;
    white-space: nowrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uc-immersive-ribbon__track,
  .page-home .hero-slide-media,
  .page-home .hero-scroll-cue__line {
    animation: none !important;
  }
  .uc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .uc-journey__scroller {
    scroll-behavior: auto;
  }
  .uc-journey-slide,
  .uc-journey-slide__bg {
    transition: none !important;
  }
}
