:root {
  --ink: #231d24;
  --muted: #746b75;
  --paper: #fffaf8;
  --pink: #ff7fac;
  --pink-deep: #e94f86;
  --blush: #ffe2ec;
  --cream: #fff2d8;
  --mint: #dff7ee;
  --lilac: #eee6ff;
  --line: rgba(35, 29, 36, .13);
  --shadow: 0 24px 70px rgba(91, 53, 74, .12);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 6%, rgba(255, 203, 221, .55), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(223, 247, 238, .8), transparent 28rem),
    var(--paper);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
button, a { color: inherit; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
a { text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
#work, #more, #about, article[id] { scroll-margin-top: 96px; }
.page-glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.glow-one { width: 28rem; height: 28rem; left: -12rem; top: 35%; background: rgba(255, 199, 220, .2); }
.glow-two { width: 24rem; height: 24rem; right: -10rem; top: 64%; background: rgba(209, 241, 231, .28); }

.site-nav {
  position: sticky;
  top: 14px;
  z-index: 30;
  width: min(1180px, calc(100% - 40px));
  height: 64px;
  margin: 14px auto 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  background: rgba(255, 250, 248, .78);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 32px rgba(79, 51, 67, .08);
}
.brand { display: flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; letter-spacing: .04em; }
.brand span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }
.brand b { font-size: 13px; }
.site-nav nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.site-nav nav a, .nav-contact { transition: color .2s ease, transform .2s ease; }
.site-nav nav a:hover, .nav-contact:hover { color: var(--pink-deep); }
.nav-contact { padding: 10px 16px; border: 0; border-radius: 999px; background: var(--ink); color: white; font-size: 12px; font-weight: 600; cursor: pointer; }

.hero {
  position: relative;
  min-height: 770px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 60px;
  padding-block: 72px 88px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-no { font: 700 11px/1.2 Manrope, sans-serif; letter-spacing: .19em; color: #8b7480; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.7); border: 1px solid var(--line); }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(255,127,172,.15); }
.hello { margin: 28px 0 5px; font-size: 18px; font-weight: 600; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.7vw, 102px); line-height: .98; letter-spacing: -.07em; font-weight: 900; }
.hero h1 span { position: relative; display: inline-block; color: var(--pink-deep); }
.hero h1 span::after { content: ""; position: absolute; left: 1%; right: -3%; bottom: -.03em; height: .17em; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21C88 4 186 29 397 8' fill='none' stroke='%23ffb4cd' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; z-index: -1; }
.hero-lead { margin: 30px 0 8px; font-size: 18px; font-weight: 700; }
.hero-note { max-width: 590px; margin: 0; color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 144px; height: 48px; padding-inline: 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 12px 24px rgba(35,29,36,.16); }
.button-light { background: white; border: 1px solid var(--line); }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: end center; }
.portrait-blob { position: absolute; inset: 7% 4% 2%; border-radius: 46% 54% 54% 46% / 50% 40% 60% 50%; background: linear-gradient(145deg, #ffd5e4, #fff0d7 52%, #d9f5ed); box-shadow: var(--shadow); transform: rotate(3deg); }
.portrait-blob::before, .portrait-blob::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; }
.portrait-blob::before { width: 130px; height: 130px; right: 8%; top: 10%; }
.portrait-blob::after { width: 55px; height: 55px; left: 8%; bottom: 18%; }
.hero-visual > img { position: relative; z-index: 1; width: min(88%, 440px); height: 550px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 24px rgba(72,45,59,.16)); }
.float-card { position: absolute; z-index: 2; padding: 12px 16px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.78); backdrop-filter: blur(12px); box-shadow: 0 14px 30px rgba(81,53,69,.11); line-height: 1.25; transform: rotate(-4deg); }
.float-card b { display: block; font: 800 14px Manrope, sans-serif; }
.float-card small { color: var(--muted); font-size: 10px; }
.card-a { left: -2%; top: 23%; }
.card-b { right: -5%; top: 48%; transform: rotate(5deg); }
.card-c { left: 7%; bottom: 9%; color: #7b5b19; background: rgba(255,244,198,.88); transform: rotate(3deg); font-size: 9px; letter-spacing: .1em; }
.hero-index { position: absolute; left: 0; right: 0; bottom: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line); padding-top: 13px; font: 600 10px Manrope, sans-serif; letter-spacing: .12em; color: #867681; }
.hero-index span:nth-child(2) { text-align: center; }
.hero-index span:last-child { text-align: right; }

.film-ribbon { overflow: hidden; padding: 15px 0; border-block: 1px solid rgba(255,255,255,.8); background: linear-gradient(90deg, var(--blush), var(--cream), var(--mint), var(--lilac)); }
.ribbon-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: ribbon 28s linear infinite; font: 800 12px Manrope, sans-serif; letter-spacing: .14em; }
.ribbon-track i { color: var(--pink-deep); }
@keyframes ribbon { to { transform: translateX(-50%); } }

.intro { padding-block: 150px 135px; display: grid; grid-template-columns: .45fr 1fr 1.15fr; gap: 54px; align-items: start; }
.intro h2, .work-heading h2, .more-heading h2, .visual-playground h2, .about h2 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1.14; letter-spacing: -.055em; }
.intro > div p, .work-heading > p, .more-heading p, .visual-playground p, .about-card > p { color: var(--muted); font-size: 14px; }
.approach-list { list-style: none; padding: 0; margin: 0; display: grid; }
.approach-list li { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.approach-list b { color: var(--pink-deep); font: 700 11px Manrope, sans-serif; }
.approach-list span { font-weight: 700; }
.approach-list small { color: var(--muted); }

.work-heading { padding-block: 80px 100px; display: grid; grid-template-columns: .4fr 1.3fr .75fr; gap: 45px; align-items: end; border-top: 1px solid var(--line); }
.work-heading em { color: var(--pink-deep); font-style: normal; }
.case { padding-block: 120px; }
.case:not(.case-humiao):not(.case-dazhangwei):not(.case-changzhou) { border-top: 1px solid var(--line); }
.case-humiao, .case-dazhangwei, .case-changzhou { max-width: none; background: rgba(255, 229, 238, .52); border-block: 1px solid rgba(255,255,255,.9); }
.case-dazhangwei { background: rgba(238,230,255,.5); }
.case-changzhou { background: rgba(223,247,238,.55); }
.case-header { display: grid; grid-template-columns: .42fr 1.18fr .78fr; gap: 46px; align-items: end; margin-bottom: 58px; }
.case-header > div { display: flex; flex-direction: column; gap: 8px; }
.case-count { font: 800 13px Manrope, sans-serif; color: var(--pink-deep); }
.case-type { font-size: 12px; color: var(--muted); }
.case-header h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1.08; letter-spacing: -.06em; }
.case-result { margin: 0; padding-left: 18px; border-left: 3px solid var(--pink); font-size: 15px; font-weight: 600; }
.case-feature, .split-feature, .drama-grid, .humiao-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.dual-phone { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; min-height: 560px; padding: 24px; border-radius: var(--radius); background: linear-gradient(145deg, #2f2930, #151216); box-shadow: var(--shadow); }
.dual-phone video, .vertical-stage video { width: 100%; height: 100%; min-height: 510px; object-fit: contain; background: #111; border-radius: 20px; }
.case-story { display: grid; gap: 26px; }
.case-story section, .case-columns section, .drama-process section { padding-top: 17px; border-top: 1px solid var(--line); }
.case-story small, .case-columns small, .drama-process small, .humiao-copy small { font: 800 10px Manrope, sans-serif; letter-spacing: .15em; color: var(--pink-deep); }
.case-story h3, .case-columns h3, .drama-process h3, .humiao-copy h3 { margin: 7px 0 8px; font-size: 20px; line-height: 1.35; }
.case-story p, .case-columns p, .drama-process p, .humiao-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.thinking-card { padding: 24px !important; border: 0 !important; border-radius: 22px; background: var(--cream); }
.thinking-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.thinking-tags span { padding: 6px 10px; border: 1px solid rgba(123,91,25,.18); border-radius: 999px; background: rgba(255,255,255,.55); color: #7b5b19; font: 800 9px Manrope, "PingFang SC", sans-serif; letter-spacing: .06em; }
.privacy-note { padding: 12px 15px; border-radius: 12px; background: var(--blush); color: #7b5363 !important; font-size: 11px !important; }
.process-strip { margin: 45px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.process-strip i { color: var(--pink-deep); font-style: normal; }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fanren-release-grid { grid-template-columns: 1.15fr .72fr 1.05fr; align-items: stretch; }
.fanren-release-grid .image-button img { height: 360px; }
.image-button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #f5f0ed; cursor: zoom-in; box-shadow: 0 12px 32px rgba(69,47,60,.07); }
.image-button img { width: 100%; height: 340px; object-fit: contain; background: #f3efed; transition: transform .35s ease; }
.image-button:hover img { transform: scale(1.018); }
.image-button span { position: absolute; left: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(26,22,26,.78); backdrop-filter: blur(9px); font-size: 10px; }

.humiao-layout { grid-template-columns: .68fr 1fr; }
.vertical-stage { display: flex; align-items: center; justify-content: center; min-height: 670px; padding: 26px; border-radius: var(--radius); background: linear-gradient(145deg, #a8ddff, #fff0c6); box-shadow: var(--shadow); }
.vertical-stage video { max-height: 650px; min-height: 600px; }
.humiao-copy { display: grid; gap: 28px; }
.quote { font-size: clamp(30px, 3.5vw, 52px); line-height: 1.25; font-weight: 900; letter-spacing: -.05em; color: #6e5260; }
.role-list, .process-mini, .skill-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.role-list span, .process-mini span, .skill-cloud span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); font-size: 11px; font-weight: 600; }
.process-gallery { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 14px; align-items: stretch; }
.process-gallery .image-button img { height: 260px; }
.process-gallery .portrait-tile img { object-fit: contain; }
.process-gallery > * { min-width: 0; }
.poster-stack { position: relative; width: 100%; max-width: 100%; min-width: 0; min-height: 260px; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,222,234,.72)); box-shadow: inset 0 0 0 1px rgba(35,29,36,.06); }
.poster-card { position: absolute; top: 18px; width: 37%; height: 218px; padding: 0; overflow: hidden; border: 4px solid white; border-radius: 13px; background: white; box-shadow: 0 13px 27px rgba(69,40,56,.17); cursor: zoom-in; transform-origin: center bottom; transition: transform .25s ease, box-shadow .25s ease; }
.poster-card img { width: 100%; height: 100%; object-fit: contain; background: #fff7f2; }
.poster-one { left: 0; z-index: 1; transform: rotate(-8deg); }
.poster-two { left: 21%; z-index: 2; transform: rotate(-3deg); }
.poster-three { left: 42%; z-index: 3; transform: rotate(3deg); }
.poster-four { left: 63%; z-index: 4; transform: rotate(8deg); }
.poster-card:hover, .poster-card:focus-visible { z-index: 10; transform: translateY(-13px) rotate(0); box-shadow: 0 22px 36px rgba(69,40,56,.24); outline: none; }
.poster-stack-label { position: absolute; z-index: 12; left: 12px; bottom: 10px; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(26,22,26,.82); backdrop-filter: blur(8px); font-size: 10px; }

.wide-video { width: 100%; border-radius: 26px; overflow: hidden; background: #191619; box-shadow: var(--shadow); }
.wide-video video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #111; }
.case-columns { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.panorama-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.panorama-grid .image-button img { height: 180px; }
.split-feature { align-items: stretch; }
.split-feature.reverse .wide-video { order: 2; }
.split-feature.reverse .case-story { order: 1; }
.split-feature .case-story { align-content: center; }
.frame-row { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.frame-row img { width: 100%; height: 230px; object-fit: contain; border-radius: 16px; background: #161316; box-shadow: 0 12px 25px rgba(62,42,53,.09); }
.drama-grid { grid-template-columns: .64fr 1.36fr; align-items: stretch; }
.drama-process { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.drama-process section { grid-column: 1 / -1; margin-bottom: 10px; }
.drama-process .image-button img { height: 340px; }
.theme-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.theme-grid figure { margin: 0; padding: 10px; border-radius: 18px; background: rgba(255,255,255,.72); }
.theme-grid img { width: 100%; height: 190px; object-fit: contain; border-radius: 12px; background: #171417; }
.theme-grid figcaption { padding: 8px 4px 2px; font-size: 11px; font-weight: 700; }

.more-work { padding-block: 150px 130px; }
.more-heading { display: grid; grid-template-columns: .4fr 1fr .7fr; gap: 45px; align-items: end; margin-bottom: 40px; }
.filters { display: flex; gap: 8px; margin-bottom: 26px; }
.filters button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.filters button.active { color: white; background: var(--ink); }
.video-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.video-card { position: relative; display: grid; grid-template-columns: 44% 1fr auto; gap: 18px; align-items: center; min-height: 180px; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.67); text-align: left; cursor: pointer; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(72,48,62,.11); }
.video-card[hidden] { display: none; }
.video-card img { width: 100%; height: 152px; object-fit: contain; border-radius: 14px; background: #181518; }
.video-card span { display: flex; flex-direction: column; gap: 7px; }
.video-card b { font-size: 16px; }
.video-card small { color: var(--muted); font-size: 11px; }
.video-card > i { align-self: end; color: var(--pink-deep); font: 800 9px Manrope, sans-serif; font-style: normal; letter-spacing: .08em; }

.visual-section { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,226,236,.25) 42%, rgba(223,247,238,.25)); }
.visual-playground { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding-block: 110px; }
.visual-scope { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.visual-scope span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); color: #876f7b; font: 800 9px Manrope, sans-serif; letter-spacing: .08em; }
.visual-category-board { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 34px; border: 1px solid rgba(255,255,255,.9); border-radius: 42% 34% 38% 30% / 28% 38% 32% 40%; background: linear-gradient(135deg, rgba(255,226,236,.82), rgba(255,242,216,.76) 50%, rgba(223,247,238,.8)); box-shadow: var(--shadow); }
.visual-category-board::before { content: "VISUAL INDEX"; position: absolute; right: 32px; top: 15px; color: rgba(35,29,36,.28); font: 800 8px Manrope, sans-serif; letter-spacing: .18em; }
.visual-category-card { min-height: 165px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; box-shadow: 0 10px 24px rgba(70,45,59,.06); transform: rotate(-1.2deg); }
.visual-category-card:nth-child(even) { transform: rotate(1.2deg) translateY(10px); }
.visual-category-card > span { margin-bottom: auto; color: var(--pink-deep); font: 800 10px Manrope, sans-serif; }
.visual-category-card strong { font-size: 18px; }
.visual-category-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.category-pink { background: rgba(255,255,255,.72); }
.category-mint { background: rgba(230,250,244,.82); }
.category-cream { background: rgba(255,247,225,.88); }
.category-lilac { background: rgba(244,238,255,.84); }
.visual-collection { padding-bottom: 140px; }
.visual-subhead { display: grid; grid-template-columns: .38fr .72fr 1fr; gap: 34px; align-items: end; padding: 68px 0 30px; border-top: 1px solid var(--line); }
.visual-subhead > span { color: var(--pink-deep); font: 800 10px Manrope, sans-serif; letter-spacing: .14em; }
.visual-subhead h3 { margin: 0; font-size: clamp(28px, 3.2vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.visual-subhead p { margin: 0; color: var(--muted); font-size: 13px; }
.inline-award { display: block; width: fit-content; margin-top: 11px; padding: 7px 11px; border-radius: 999px; color: #8b5d12; background: rgba(255,238,183,.8); font-size: 10px; }
.character-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.visual-card, .motion-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 22px; cursor: zoom-in; box-shadow: 0 12px 28px rgba(70,45,59,.08); }
.visual-card { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,233,241,.75)); }
.visual-card:nth-child(3n) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(225,248,240,.9)); }
.visual-card:nth-child(4n) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,241,211,.9)); }
.visual-card img, .motion-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .32s ease; }
.visual-card:hover img, .motion-card:hover img { transform: scale(1.045); }
.visual-card span, .motion-card span { position: absolute; left: 12px; bottom: 11px; padding: 6px 10px; border-radius: 999px; color: white; background: rgba(29,23,28,.78); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; }
.visual-feature { grid-column: span 2; grid-row: span 2; }
.motion-heading { margin-top: 86px; }
.motion-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.motion-card { aspect-ratio: 1 / 1.18; background: #ede8e5; }
.motion-card img { object-fit: cover; background: #f2edeb; }
.graphic-heading { margin-top: 86px; }
.graphic-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.graphic-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(35,29,36,.08); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 10px 26px rgba(70,45,59,.07); cursor: zoom-in; }
.graphic-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #f4efec; transition: transform .3s ease; }
.graphic-card:hover img { transform: scale(1.025); }
.graphic-card span { display: block; padding: 11px 14px; color: var(--muted); text-align: left; font-size: 10px; font-weight: 700; }
.aux-visual-project { margin-top: 92px; padding-top: 58px; border-top: 1px solid var(--line); }
.aux-project-head { display: grid; grid-template-columns: 1fr .75fr auto; gap: 32px; align-items: end; margin-bottom: 28px; }
.aux-project-head > div > span { color: var(--pink-deep); font: 800 10px Manrope, sans-serif; letter-spacing: .14em; }
.aux-project-head h3 { margin: 8px 0 0; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.aux-project-head p { margin: 0; color: var(--muted); font-size: 12px; }
.aux-project-head strong { padding: 8px 13px; border-radius: 999px; color: #8b5d12; background: rgba(255,238,183,.8); font-size: 10px; white-space: nowrap; }
.aux-visual-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.other-designs { margin-top: 90px; }
.other-design-heading { grid-template-columns: .38fr 1.62fr; padding-top: 58px; }
.ppt-slide-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ppt-slide-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(35,29,36,.09); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 12px 30px rgba(70,45,59,.07); text-align: left; cursor: zoom-in; transition: transform .28s ease, box-shadow .28s ease; }
.ppt-slide-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(70,45,59,.12); }
.ppt-slide-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #f5f1ef; }
.ppt-slide-card > span { display: flex; flex-direction: column; gap: 4px; padding: 15px 17px 17px; }
.ppt-slide-card b { font-size: 14px; }
.ppt-slide-card small { color: var(--muted); font-size: 10px; }

.about { padding-block: 140px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.about-card, .contact-card { padding: clamp(34px, 5vw, 70px); border-radius: 32px; }
.about-card { background: var(--blush); }
.about-card h2 { margin-top: 22px; }
.about-card > p { max-width: 660px; margin: 22px 0 30px; }
.contact-card { display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--ink); }
.contact-card small { color: #d9cad1; letter-spacing: .15em; }
.contact-card h2 { margin: 35px 0; font-size: clamp(34px, 4vw, 56px); }
.contact-card a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.contact-card p { margin: 30px 0 0; color: #cbbec5; font-size: 11px; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font: 600 9px Manrope, sans-serif; letter-spacing: .13em; }

dialog { border: 0; padding: 0; background: transparent; }
dialog::backdrop { background: rgba(24,18,22,.82); backdrop-filter: blur(10px); }
.dialog-close { position: fixed; z-index: 2; top: 24px; right: 28px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: white; color: var(--ink); font-size: 28px; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.lightbox { width: min(1120px, 94vw); max-height: 92vh; }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 16px; background: #f7f3f1; }
.video-modal { width: min(1060px, 94vw); color: white; }
.video-modal h3 { margin: 0 0 13px; font-size: 20px; }
.video-modal video { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 18px; background: #000; }
.contact-modal {
  width: min(680px, 92vw);
  padding: clamp(32px, 6vw, 62px);
  border-radius: 32px;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 5%, rgba(223,247,238,.95), transparent 16rem),
    radial-gradient(circle at 0 100%, rgba(255,211,227,.9), transparent 18rem),
    #fffaf8;
  box-shadow: 0 36px 100px rgba(23,16,21,.28);
}
.contact-modal .dialog-close { position: absolute; top: 20px; right: 20px; }
.contact-badge { display: inline-flex; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); color: var(--pink-deep); font: 800 10px Manrope, sans-serif; letter-spacing: .16em; }
.contact-modal h2 { margin: 25px 0 8px; font-size: clamp(36px, 5vw, 58px); line-height: 1.12; letter-spacing: -.055em; }
.contact-modal > p { max-width: 500px; margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.contact-options { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12px; }
.contact-options a { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding: 22px; border: 1px solid rgba(35,29,36,.11); border-radius: 20px; background: rgba(255,255,255,.75); transition: transform .2s ease, box-shadow .2s ease; }
.contact-options a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(73,47,63,.1); }
.contact-options small { color: var(--muted); font: 700 9px Manrope, sans-serif; letter-spacing: .12em; }
.contact-options strong { overflow-wrap: anywhere; font-size: 16px; }
.contact-options span { margin-top: 10px; color: var(--pink-deep); font-size: 11px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-nav nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 680px; gap: 20px; }
  .hero-visual { min-height: 500px; }
  .hero-visual > img { height: 470px; }
  .intro, .work-heading, .case-header, .more-heading { grid-template-columns: 1fr 2fr; }
  .intro .approach-list, .work-heading > p, .case-header .case-result, .more-heading > p { grid-column: 2; }
  .case-feature, .split-feature, .drama-grid, .humiao-layout { gap: 32px; }
  .process-gallery { grid-template-columns: 1fr 1fr; }
  .case-columns { gap: 20px; }
  .video-card { grid-template-columns: 42% 1fr; }
  .video-card > i { display: none; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .site-nav { width: calc(100% - 22px); top: 8px; margin-top: 8px; height: 56px; padding-inline: 13px; }
  .brand b { font-size: 11px; }
  .nav-contact { padding: 8px 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 80px; }
  .hero h1 { font-size: clamp(52px, 16vw, 78px); }
  .hero-visual { min-height: 470px; margin-top: 16px; }
  .hero-visual > img { height: 450px; }
  .card-a { left: 0; }
  .card-b { right: 0; }
  .hero-index { position: static; grid-column: 1; margin-top: 22px; }
  .intro, .work-heading, .case-header, .more-heading { grid-template-columns: 1fr; gap: 20px; }
  .intro { padding-block: 110px 90px; }
  .intro .approach-list, .work-heading > p, .case-header .case-result, .more-heading > p { grid-column: auto; }
  .work-heading { padding-block: 60px 72px; }
  .case { padding-block: 88px; }
  .case-header { margin-bottom: 38px; }
  .case-header h2 { font-size: clamp(42px, 12vw, 62px); }
  .case-header .case-result { max-width: 500px; }
  .case-feature, .split-feature, .drama-grid, .humiao-layout { grid-template-columns: 1fr; }
  .split-feature.reverse .wide-video, .split-feature.reverse .case-story { order: initial; }
  .dual-phone { min-height: 490px; padding: 13px; gap: 9px; }
  .dual-phone video { min-height: 450px; }
  .vertical-stage { min-height: 580px; }
  .vertical-stage video { min-height: 540px; }
  .process-strip { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .image-pair, .process-gallery, .fanren-release-grid { grid-template-columns: 1fr; }
  .fanren-release-grid .image-button img { height: auto; max-height: 520px; }
  .image-button img, .process-gallery .image-button img { height: auto; max-height: 460px; }
  .poster-stack { min-height: 440px; }
  .poster-card { top: 20px; width: 35%; height: 380px; }
  .poster-one { left: 0; }
  .poster-two { left: 21%; }
  .poster-three { left: 42%; }
  .poster-four { left: 63%; }
  .case-columns { grid-template-columns: 1fr; }
  .panorama-grid { grid-template-columns: 1fr; }
  .panorama-grid .image-button img { height: auto; }
  .frame-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .frame-row img { flex: 0 0 78%; height: 210px; scroll-snap-align: start; }
  .drama-process { grid-template-columns: 1fr; }
  .drama-process section { grid-column: auto; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
  .video-wall { grid-template-columns: 1fr; }
  .visual-playground, .about { grid-template-columns: 1fr; gap: 34px; }
  .visual-playground { padding-block: 90px; }
  .visual-category-board { padding: 24px; }
  .visual-category-card { min-height: 145px; }
  .visual-subhead { grid-template-columns: 1fr; gap: 12px; padding-top: 56px; }
  .character-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .visual-feature { grid-column: span 2; grid-row: span 2; }
  .motion-gallery { grid-template-columns: 1fr 1fr; }
  .motion-card { aspect-ratio: 1 / 1.08; }
  .graphic-gallery { grid-template-columns: 1fr; }
  .aux-project-head { grid-template-columns: 1fr; gap: 10px; }
  .aux-project-head strong { width: fit-content; }
  .aux-visual-gallery { grid-template-columns: 1fr; }
  .ppt-slide-gallery { grid-template-columns: 1fr; }
  .about { padding-block: 90px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 26px; }
  .contact-options { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .nav-contact { font-size: 10px; }
  .hero { padding-top: 48px; }
  .hero-note { font-size: 13px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-visual { min-height: 410px; }
  .hero-visual > img { height: 390px; }
  .float-card { padding: 9px 11px; }
  .intro h2, .work-heading h2, .more-heading h2, .visual-playground h2, .about h2 { font-size: 38px; }
  .approach-list li { grid-template-columns: 35px 1fr; }
  .approach-list small { grid-column: 2; }
  .dual-phone { min-height: 400px; }
  .dual-phone video { min-height: 370px; border-radius: 12px; }
  .vertical-stage { min-height: 510px; padding: 15px; }
  .vertical-stage video { min-height: 480px; }
  .quote { font-size: 34px; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-grid img { height: 230px; }
  .video-card { grid-template-columns: 41% 1fr; min-height: 138px; padding: 10px; gap: 12px; }
  .video-card img { height: 118px; }
  .video-card b { font-size: 14px; }
  .filters { overflow-x: auto; }
  .filters button { flex: 0 0 auto; }
  .visual-category-board { grid-template-columns: 1fr; padding: 20px; border-radius: 30px; }
  .visual-category-card, .visual-category-card:nth-child(even) { min-height: 128px; transform: none; }
  .character-gallery { grid-auto-rows: 155px; gap: 9px; }
  .visual-card, .motion-card { border-radius: 16px; }
  .motion-gallery { gap: 9px; }
  .contact-card a { font-size: 11px; }
}
