/*
Theme Name: ME Entertainment
Theme URI: https://www.ment.com.tw/
Author: M.Entertainment
Author URI: https://www.ment.com.tw/
Description: 魔競娛樂官方 WordPress 主題，整合行銷 × KOL Agent × 影音製作
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ment-theme
Tags: custom-menu, featured-images, footer-widgets, full-width-template
*/

/* ─── Reset & Base ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:   #A7BE39;
  --black:   #0A0C08;
  --gray:    #F7F7F7;
  --text:    #374151;
  --muted:   #6b7280;
  --border:  #e5e7eb;
  --nav-h:   80px;
  --max-w:   1200px;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans TC', 'Noto Sans CJK TC', sans-serif;
  color: var(--black);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: inherit; }

/* ─── Container ─────────────────────────────────── */
.container {
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ─── Header / Nav ───────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  background: #fff;
  border-bottom: 1px solid var(--border);
  z-index: 100;
  display: flex;
  align-items: center;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.site-logo img { width: 160px; height: 48px; object-fit: contain; }

.main-nav { display: flex; align-items: center; gap: 40px; }

.main-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  transition: color .2s;
}
.main-nav a:hover { color: var(--green); }

/* ─── Hero ──────────────────────────────────────── */
.hero {
  padding-top: var(--nav-h);
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--black);
  position: relative;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--green);
  border: 1.5px solid var(--green);
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero__title {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 24px;
}

.hero__title em { color: var(--green); font-style: normal; }

.hero__desc {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s;
}
.btn:hover { opacity: .85; }
.btn--primary { background: var(--green); color: var(--black); }
.btn--outline { border: 1.5px solid #fff; color: #fff; }
.btn--dark { border: 1.5px solid var(--black); color: var(--black); background: #fff; }

/* ─── Section Titles ─────────────────────────────── */
.section-title-band {
  background: #fff;
  height: 112px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.section-title-band h1,
.section-title-band h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.01em;
}

/* ─── Page Content ──────────────────────────────── */
.page-content {}

.page-section {
  background: var(--gray);
  padding: 48px 0 80px;
}

/* ─── Service Header Band ────────────────────────── */
.svc-header {
  height: 194px;
  display: flex;
  align-items: center;
}

.svc-header h1 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
}

.svc-header p {
  font-size: 14px;
  color: #fff;
  max-width: 560px;
  line-height: 1.8;
  margin-top: 12px;
}

/* ─── Cards ──────────────────────────────────────── */
.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.news-card { background: #fff; border-radius: 16px; overflow: hidden; }
.news-card__img { position: relative; height: 160px; background: var(--black); overflow: hidden; }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; }
.news-card__body { height: 80px; padding: 14px; display: flex; flex-direction: column; gap: 8px; background: var(--black); }
.news-card__meta { display: flex; justify-content: space-between; align-items: center; }
.news-card__tag { font-size: 14px; font-weight: 700; color: #fff; }
.news-card__date { font-size: 14px; color: rgba(255,255,255,.6); }
.news-card__title { font-size: 16px; font-weight: 700; color: #fff; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

/* ─── KOL Cards ──────────────────────────────────── */
.kol-card { position: relative; aspect-ratio: 3/4; border-radius: 8px; overflow: hidden; background: #111; }
.kol-card img { width: 100%; height: 100%; object-fit: cover; }
.kol-card__overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 40px 16px 16px;
  background: linear-gradient(to top, rgba(10,12,8,.85) 0%, transparent 100%);
}
.kol-card__name { font-size: 16px; font-weight: 700; color: #fff; }
.kol-card__cat { font-size: 12px; color: var(--green); margin-top: 4px; }

/* ─── Table ──────────────────────────────────────── */
.ment-table { width: 100%; border: 1px solid var(--border); border-collapse: collapse; }
.ment-table thead tr { background: #2F2F2F; }
.ment-table thead th { padding: 14px 20px; font-size: 13px; font-weight: 700; color: #fff; text-align: left; border-right: 1px solid rgba(255,255,255,.15); }
.ment-table thead th:last-child { border-right: none; }
.ment-table tbody tr { border-bottom: 1px solid var(--border); background: #fff; }
.ment-table tbody tr:last-child { border-bottom: none; }
.ment-table tbody td { padding: 18px 20px; font-size: 14px; color: var(--black); border-right: 1px solid var(--border); }
.ment-table tbody td:last-child { border-right: none; }
.ment-table td.center { text-align: center; }

/* ─── IR Tab Nav ─────────────────────────────────── */
.tab-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  background: #f3f4f6;
  padding: 4px;
  border-radius: 8px;
  width: fit-content;
}

.tab-nav__item {
  padding: 8px 24px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.tab-nav__item.active {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

/* ─── Footer ──────────────────────────────────────── */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 0;
}

.footer-main {
  padding: 32px 0;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.footer-brand { width: 176px; flex-shrink: 0; }
.footer-brand img { width: 176px; height: 48px; object-fit: contain; object-position: left; margin-bottom: 16px; }

.footer-social { display: flex; gap: 12px; }

.footer-social a {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity .2s;
}
.footer-social a:hover { opacity: .75; }
.footer-social svg { display: block; }

.footer-cols {
  margin-left: auto;
  display: flex;
  gap: 40px;
}

.footer-col__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 13px; color: var(--muted); white-space: nowrap; transition: color .2s; }
.footer-col ul a:hover { color: var(--green); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p { font-size: 12px; color: #9ca3af; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: #9ca3af; }

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .card-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { flex-wrap: wrap; gap: 24px; }
}

@media (max-width: 640px) {
  .card-grid--2,
  .card-grid--3,
  .card-grid--4 { grid-template-columns: 1fr; }
  .footer-main { flex-direction: column; }
  .footer-cols { margin-left: 0; }
  .main-nav { display: none; }
}

/* ─── Utilities ──────────────────────────────────── */
.sec-pad { padding: 64px 0; }
.container { padding: 0 24px; }

.grid-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.grid-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ─── Page Hero ──────────────────────────────────── */
.page-hero {
  position: relative; overflow: hidden;
  padding-top: var(--nav-h);
  background: var(--black);
}
.page-hero--light { background: #F7F9F2; }

.page-hero__eyebrow {
  display: block; margin-bottom: 10px;
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: #EAFF94;
}
.page-hero--light .page-hero__eyebrow { color: var(--green); }

.page-hero__title {
  font-family: Inter, "Noto Sans TC", sans-serif;
  font-weight: 900; font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.03em; color: #fff; margin: 0 0 12px;
}
.page-hero--light .page-hero__title { color: var(--black); }

.page-hero__sub { font-size: 15px; line-height: 1.75; color: #64748B; max-width: 540px; }

.page-hero__deco {
  position: absolute; right: -20px; top: 0; pointer-events: none; user-select: none;
  font-size: clamp(100px, 16vw, 240px); font-weight: 900; line-height: 1;
  font-family: Inter, sans-serif; color: rgba(255,255,255,.03);
}
.page-hero--light .page-hero__deco { color: rgba(167,190,57,.06); }

.page-hero__inner {
  position: relative; max-width: var(--max-w); margin: 0 auto;
  padding: 48px 24px 56px;
}

/* ─── IR Nav ─────────────────────────────────────── */
.ir-nav {
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky; top: var(--nav-h); z-index: 50;
}
.ir-nav__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 0; overflow-x: auto;
}
.ir-nav__label {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: #3D4D20;
  padding: 16px 24px 16px 0; border-right: 1px solid rgba(255,255,255,.06);
  margin-right: 16px; white-space: nowrap; flex-shrink: 0;
}
.ir-nav__link {
  padding: 16px 18px; font-size: 13px; font-weight: 500; color: #475569;
  border-bottom: 2px solid transparent; white-space: nowrap;
  transition: color .15s;
}
.ir-nav__link:hover { color: #EAFF94; }
.ir-nav__link.active { color: #EAFF94; font-weight: 700; border-color: #EAFF94; }

/* ─── CTA Band ───────────────────────────────────── */
.cta-band {
  background: var(--green); padding: 60px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-band h2 {
  font-family: Inter, "Noto Sans TC", sans-serif;
  font-weight: 900; font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em; color: var(--black); line-height: 1.05; margin: 0 0 8px;
}
.cta-band p { font-size: 14px; color: rgba(10,12,8,.5); margin: 0; }
.cta-band a {
  display: inline-block; background: var(--black); color: #fff;
  border-radius: 6px; padding: 12px 28px; font-size: 14px; font-weight: 700;
  transition: opacity .2s; flex-shrink: 0;
}
.cta-band a:hover { opacity: .85; }

/* ─── Filter Tabs ────────────────────────────────── */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-tab {
  padding: 7px 20px; border-radius: 24px; border: 1.5px solid var(--border);
  background: #fff; color: var(--muted); font-size: 13px; font-weight: 600;
  cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block;
  transition: all .15s;
}
.filter-tab:hover { border-color: var(--black); color: var(--black); }
.filter-tab.active { border-color: var(--black); background: var(--black); color: #fff; }

/* ─── Service Split ──────────────────────────────── */
.svc-block { margin-bottom: 80px; }
.svc-block:last-child { margin-bottom: 64px; }
.svc-img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; position: relative; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.svc-eyebrow { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #4E5E1A; }
.svc-title { font-family: Inter, "Noto Sans TC", sans-serif; font-weight: 900; font-size: 36px; letter-spacing: -0.03em; color: var(--black); margin: 0 0 14px; }
.svc-desc { font-size: 14px; line-height: 1.8; color: #64748B; margin: 0 0 16px; }
.svc-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 8px; }
.svc-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #475569; }
.svc-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.svc-cta { display: inline-block; background: var(--green); color: var(--black); border-radius: 6px; padding: 10px 24px; font-size: 13px; font-weight: 700; }
.svc-cta:hover { opacity: .9; }

/* ─── Process Steps ──────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-card { background: #fff; border-radius: 10px; padding: 28px 24px; border: 1px solid #E4E8DA; }
.process-step { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--green); margin-bottom: 12px; }
.process-title { font-weight: 800; font-size: 18px; color: var(--black); margin: 0 0 8px; }
.process-desc { font-size: 13px; line-height: 1.7; color: #64748B; margin: 0; }

/* ─── Why Cards ──────────────────────────────────── */
.why-card { background: #fff; border-radius: 10px; padding: 28px 24px; border: 1px solid #E4E8DA; }
.why-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(167,190,57,.1); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.why-num { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--green); margin-bottom: 8px; }
.why-title { font-weight: 800; font-size: 18px; color: var(--black); margin: 0 0 10px; }
.why-desc { font-size: 13px; line-height: 1.75; color: #64748B; margin: 0; }

/* ─── Partner Type Cards ─────────────────────────── */
.ptype-card { border-radius: 12px; padding: 28px; border: 1px solid #E4E8DA; background: #fff; }
.ptype-card--green { border-left: 4px solid var(--green); }
.ptype-card--yellow { border-left: 4px solid #EAFF94; }
.ptype-title { font-weight: 900; font-size: 22px; color: var(--black); }
.ptype-sub { font-size: 11px; color: #94A3B8; letter-spacing: .05em; margin-left: 10px; }
.ptype-desc { font-size: 13px; line-height: 1.75; color: #64748B; margin: 10px 0 16px; }
.ptype-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.ptype-tag { padding: 4px 11px; border-radius: 99px; font-size: 11px; font-weight: 600; background: rgba(167,190,57,.12); color: #4E5E1A; }

/* ─── Partners Apply Form ────────────────────────── */
.partners-grid { display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: start; }
.form-label { display: block; font-size: 12px; font-weight: 600; color: #475569; margin-bottom: 5px; }
.form-input {
  width: 100%; padding: 10px 12px; border-radius: 6px;
  border: 1.5px solid #E4E8DA; font-size: 13px; color: var(--black);
  font-family: inherit; box-sizing: border-box; background: #fff;
  outline: none; transition: border-color .15s;
}
.form-input:focus { border-color: var(--green); }
.form-submit {
  width: 100%; padding: 13px 0; border-radius: 7px;
  background: var(--black); color: #fff; font-size: 14px; font-weight: 700;
  border: none; cursor: pointer; font-family: inherit; transition: opacity .15s;
}
.form-submit:hover { opacity: .85; }

/* ─── Partner Brands Grid ────────────────────────── */
.brands-section {
  background: var(--black); padding: 48px 24px; overflow: hidden;
}
.brand-placeholder {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px; height: 56px; display: flex; align-items: center;
  justify-content: center; font-size: 11px; color: #3D4D20;
}

/* ─── Step Tracker (Partners) ────────────────────── */
.apply-step { display: flex; align-items: center; gap: 14px; }
.apply-step__num {
  width: 32px; height: 32px; border-radius: 8px; display: flex;
  align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.apply-step__num--active { background: var(--green); color: var(--black); }
.apply-step__num--inactive { background: #F7F9F2; color: #94A3B8; }

/* ─── IR Table ───────────────────────────────────── */
.ir-table-wrap { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.ir-table { width: 100%; border-collapse: collapse; }
.ir-table thead th { background: #2F2F2F; color: #fff; font-size: 13px; font-weight: 700; padding: 14px 20px; text-align: left; border-right: 1px solid rgba(255,255,255,.15); }
.ir-table thead th:last-child { border-right: none; }
.ir-table tbody td { font-size: 14px; color: var(--black); padding: 18px 20px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.ir-table tbody td:last-child { border-right: none; }
.ir-table tbody tr:last-child td { border-bottom: none; }
.ir-table td.center { text-align: center; }

/* ─── Responsive additions ───────────────────────── */
@media (max-width: 1024px) {
  .grid-4col { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .grid-2col { grid-template-columns: 1fr; gap: 32px; }
  .grid-3col { grid-template-columns: 1fr; }
  .grid-4col { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .svc-block .grid-2col { direction: ltr !important; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 540px) {
  .grid-4col { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .ir-nav__label { display: none; }
}

/* ═══════════════════════════════════════════════
   ANIMATIONS v1.0.5
   ═══════════════════════════════════════════════ */

/* ── Hero entrance ── */
@keyframes hero-img-in {
  from { opacity:0; transform:scale(1.05); }
  to   { opacity:1; transform:scale(1); }
}
.hero-img-anim  { animation: hero-img-in  1.4s cubic-bezier(0.16,1,0.3,1) both; }
.hero-line-1    { display:block; }
.hero-line-2    { display:block; }

@media (prefers-reduced-motion:reduce) {
  .hero-img-anim { animation:none!important; opacity:1!important; transform:none!important; }
  .hero-char     { opacity:1!important; transform:none!important; transition:none!important; }
}

/* ── Scroll Reveal ── */
[data-reveal] {
  opacity:0; transform:translateY(32px);
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
[data-reveal].is-visible { opacity:1; transform:translateY(0); }

[data-reveal-stagger]>* {
  opacity:0; transform:translateY(24px);
  transition: opacity 0.5s cubic-bezier(0.16,1,0.3,1), transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
[data-reveal-stagger].is-visible>*:nth-child(1){opacity:1;transform:none;transition-delay:0ms}
[data-reveal-stagger].is-visible>*:nth-child(2){opacity:1;transform:none;transition-delay:80ms}
[data-reveal-stagger].is-visible>*:nth-child(3){opacity:1;transform:none;transition-delay:160ms}
[data-reveal-stagger].is-visible>*:nth-child(4){opacity:1;transform:none;transition-delay:240ms}
[data-reveal-stagger].is-visible>*:nth-child(5){opacity:1;transform:none;transition-delay:320ms}
[data-reveal-stagger].is-visible>*:nth-child(6){opacity:1;transform:none;transition-delay:400ms}

@media (prefers-reduced-motion:reduce) {
  [data-reveal],[data-reveal-stagger]>*{opacity:1!important;transform:none!important;transition:none!important}
}

/* ── News spring + card fade-right ── */
@keyframes news-spring {
  0%{transform:translateY(0)} 28%{transform:translateY(-14px)} 60%{transform:translateY(-3px)} 100%{transform:translateY(0)}
}
.news-springing { animation: news-spring 0.7s cubic-bezier(0.34,1.56,0.64,1) both; }

/* ── News Card Hover ── */
[data-reveal-right] > div {
  transition: transform 0.28s cubic-bezier(0.22,1,0.36,1), box-shadow 0.28s ease;
}
[data-reveal-right]:hover > div {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* ── Sticky scroll layout ── */
#pin-layer         { position:sticky; top:0; z-index:1; }
#news-sticky-wrap  { position:sticky; top:80px; z-index:2; }

/* ── Lottie Logo ── */
#ment-lottie-logo { width:160px; height:48px; overflow:hidden; flex-shrink:0; }
#ment-lottie-logo svg { width:100%!important; height:100%!important; display:block; }
#ment-lottie-logo.lottie-ready .logo-fallback { display:none; }

/* ── Intro Animation Overlay ── */
#ment-intro-overlay {
  position:fixed; inset:0; z-index:9999;
  background:#0A0C08;
  display:flex; align-items:center; justify-content:center;
  transition:opacity 0.65s ease;
}
#ment-intro-overlay.fading { opacity:0; pointer-events:none; }
#ment-intro-lottie { width:1920px; height:1080px; max-width:100vw; max-height:100vh; }

/* ════════════════════════════════════════════
   Hero Title — Letter Stagger Animation
   ════════════════════════════════════════════ */
.hero-word { display:inline-block; overflow:hidden; vertical-align:bottom; }
.hero-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) skewY(4deg);
  transition: opacity 0.55s cubic-bezier(0.16,1,0.3,1),
              transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.hero-char.is-in {
  opacity: 1;
  transform: translateY(0) skewY(0deg);
}
/* Space between words */
.hero-space { display:inline-block; width:0.28em; }

/* Disable on reduced motion */
@media (prefers-reduced-motion:reduce) {
  .hero-char { opacity:1!important; transform:none!important; transition:none!important; }
}
