:root {
  color-scheme: light;
  --red: #dc1018;
  --red-dark: #b40b13;
  --red-light: #fff0f0;
  --ink: #202024;
  --text: #54545b;
  --muted: #6d6d75;
  --line: #e4e3e3;
  --soft: #f7f7f5;
  --white: #fff;
  --radius: 12px;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; font-size: 16px; line-height: 1.7; }
body::selection { background: var(--red); color: var(--white); }
h1,h2,h3,p,figure,blockquote,dl { margin: 0; }
h1,h2,h3 { line-height: 1.25; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a,button,summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
[hidden] { display: none !important; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.shell { width: min(1280px,calc(100% - 96px)); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 60; padding: 12px 20px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; min-height: 48px; }
.brand img { width: 174px; height: auto; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a,.header-back { display: inline-flex; min-height: 48px; align-items: center; font-size: 14px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover { color: var(--red); }
.header-back { border-left: 1px solid var(--line); padding-left: 30px; gap: 10px; color: var(--red); }
.header-back svg { width: 18px; height: 18px; }
.menu-toggle { display: none; background: var(--white); border: 1px solid var(--line); border-radius: 8px; width: 46px; height: 46px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid var(--line); padding: 12px 24px 20px; }
.mobile-nav a { display: flex; align-items: center; min-height: 48px; }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .13em; display: flex; align-items: center; gap: 9px; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.hero { display: grid; grid-template-columns: 1.02fr 1fr; gap: 44px; align-items: center; padding-block: 88px 68px; }
.hero h1 { font-size: clamp(36px,3.8vw,55px); letter-spacing: -.045em; line-height: 1.35; font-weight: 800; margin-top: 22px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero-lead { margin-top: 25px; font-size: 20px; line-height: 1.75; font-weight: 650; }
.hero-description { max-width: 33em; color: var(--text); margin: 15px 0 27px; font-size: 15px; }
.button { min-height: 52px; padding: 13px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 700; transition: background .2s,color .2s,box-shadow .2s; }
.button.primary { background: var(--red); color: var(--white); }
.button.primary:hover { background: var(--red-dark); box-shadow: 0 5px 16px #dc101822; }
.button.light { background: var(--white); color: var(--red-dark); }
.button.light:hover { background: var(--red-light); }
.hero-note { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; width: fit-content; min-height: 44px; margin-top: 9px; }
.hero-work { position: relative; padding: 0 4px 0 12px; min-width: 0; }
.mini-browser { display: block; position: relative; border-radius: 9px; overflow: hidden; border: 1px solid #dddde1; background: var(--white); box-shadow: 0 16px 36px #25253212; transition: transform .25s var(--ease); }
.mini-browser:hover { transform: translateY(-4px); }
.mini-browser img { width: 100%; }
.browser-bar { height: 32px; background: #fcfcfc; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 12px; color: var(--muted); font-size: 10px; }
.browser-bar svg { width: 13px; height: 13px; }
.browser-dots { color: #bdbdc5; letter-spacing: 1px; font-size: 8px; }
.browser-rbt { width: 81%; margin-left: auto; }
.browser-foshan { width: 87%; margin-top: -25%; z-index: 1; }
.work-caption { color: var(--text); font-size: 12px; line-height: 1.5; margin-top: 23px; display: flex; gap: 14px; }
.work-caption > span { color: var(--red); font-size: 21px; }
.journey { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); padding-block: 24px; }
.journey > span { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; }
.journey > span:not(:first-child) { border-left: 1px solid var(--line); padding-left: 35px; }
.journey b { font-size: 12px; color: var(--red); font-weight: 600; }
.journey small { color: var(--muted); font-weight: 400; font-size: 12px; }
.section { padding-block: 95px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(30px,3.1vw,42px); letter-spacing: -.035em; line-height: 1.4; margin-top: 16px; }
.section-heading > p { font-size: 15px; color: var(--text); line-height: 1.9; padding-bottom: 5px; }
.filter-row { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 28px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { border: 1px solid transparent; min-height: 44px; border-radius: 5px; padding: 8px 15px; color: var(--text); background: transparent; font-size: 14px; font-weight: 650; }
.filters button span { font-size: 11px; margin-left: 8px; opacity: .7; }
.filters button[aria-pressed="true"] { color: var(--white); background: var(--ink); }
.filters button:hover:not([aria-pressed="true"]) { background: var(--soft); }
.case-count { font-size: 12px; color: var(--muted); white-space: nowrap; }
.case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; align-items: start; }
.case-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.case-cover { padding: 20px 27px 0; display: block; height: auto; aspect-ratio: 1.63; overflow: hidden; position: relative; }
.rbt-cover { background: #f1eeec; }
.foshan-cover { background: #e9edf6; }
.cover-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; letter-spacing: .13em; color: var(--text); font-weight: 700; margin-bottom: 18px; }
.case-cover > img { width: 100%; border-radius: 5px 5px 0 0; border: 1px solid #25253217; box-shadow: 0 7px 20px #25253210; transition: transform .3s var(--ease); }
.case-cover:hover img { transform: translateY(-4px); }
.cover-icon { display: grid; place-items: center; position: absolute; bottom: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.case-body { padding: 27px; }
.case-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.case-title h3 { font-size: 25px; letter-spacing: -.025em; }
.status { display: inline-flex; align-items: center; color: #5c5369; background: #f1eff4; font-size: 11px; border-radius: 4px; padding: 4px 9px; }
.status.live { color: #22624d; background: #eaf5ef; }
.case-subtitle { font-size: 12px; color: var(--muted); margin-top: 7px; }
.case-description { color: var(--text); font-size: 15px; line-height: 1.9; margin-top: 21px; min-height: 57px; }
.case-meta { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 14px; font-size: 12px; }
.case-meta > div { display: flex; gap: 14px; padding-block: 5px; }
.case-meta dt { color: var(--muted); flex: 0 0 54px; }
.case-meta dd { margin: 0; color: var(--ink); }
.case-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; margin-top: 22px; }
.case-actions .button { font-size: 14px; padding: 12px 18px; gap: 13px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; width: fit-content; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover { color: var(--red); }
.text-link:hover svg { transform: translateX(3px); }
.approach { background: #202024; color: var(--white); }
.approach .eyebrow { color: #ff7f83; }
.approach .section-heading > p { color: #c1c1c6; }
.principles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #ffffff2b; padding-top: 34px; }
.principles article { padding-right: 28px; }
.principles article + article { padding-left: 28px; border-left: 1px solid #ffffff2b; }
.principle-number { display: block; color: #ff7f83; font-size: 14px; margin-bottom: 32px; }
.principles h3 { font-size: 21px; margin-bottom: 18px; }
.principles p { color: #c9c9ce; font-size: 14px; line-height: 1.95; }
.principle-tag { display: block; color: #b2b2bb; font-size: 11px; margin-top: 28px; line-height: 1.8; }
.stories { padding-bottom: 80px; }
.story { display: grid; grid-template-columns: 1fr 1.8fr; gap: 75px; padding-block: 55px; border-top: 1px solid var(--line); }
.story + .story { margin-top: 20px; }
.story-intro { align-self: start; position: sticky; top: 120px; }
.story-index { font-size: 12px; color: var(--red); letter-spacing: .12em; font-weight: 700; }
.story-intro h3 { font-size: clamp(25px,2.3vw,32px); line-height: 1.55; letter-spacing: -.025em; margin-top: 16px; }
.story-intro > p:not(.story-index) { color: var(--text); font-size: 14px; margin-top: 18px; line-height: 1.95; }
.story-intro .text-link { margin-top: 17px; }
.swatches { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; }
.swatches > span { width: 24px; height: 24px; border-radius: 50%; background: var(--swatch); border: 1px solid #0000000f; }
.swatches small { flex-basis: 100%; font-size: 11px; color: var(--muted); padding-top: 5px; }
.quote-panel { padding: 31px 36px; border-radius: 10px; }
.quote-panel figcaption { font-size: 11px; font-weight: 600; opacity: .8; margin-bottom: 18px; }
.quote-panel blockquote { font-size: clamp(28px,3.2vw,43px); line-height: 1.2; font-weight: 650; letter-spacing: -.04em; }
.quote-panel blockquote em { font-style: normal; }
.quote-panel > p { max-width: 43em; font-size: 13px; line-height: 1.9; margin-top: 24px; }
.foshan-quote { color: #fff; background: #0b246b; }
.foshan-quote em { color: #e3b653; }
.foshan-quote > p { color: #d5def6; }
.rbt-quote { background: #faf0f0; color: var(--ink); }
.rbt-quote em { color: #bf244b; }
.rbt-quote > p { color: var(--text); }
.story-notes { margin-top: 22px; }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 17px; list-style: none; cursor: pointer; padding: 21px 0; min-height: 60px; font-size: 15px; font-weight: 650; line-height: 1.7; }
summary::-webkit-details-marker { display: none; }
summary b { color: var(--red); font-size: 11px; font-weight: 650; padding-right: 12px; }
summary svg { width: 19px; height: 19px; color: var(--muted); transition: transform .2s; }
details[open] > summary svg { transform: rotate(45deg); }
details > p { color: var(--text); font-size: 14px; line-height: 2; padding: 0 0 23px; }
.story-footnote { font-size: 12px; line-height: 1.85; color: var(--muted); margin-top: 20px; border-left: 2px solid var(--line); padding-left: 13px; }
.language-labels { display: flex; gap: 7px; margin-top: 25px; }
.language-labels span { padding: 5px 11px; font-size: 12px; border: 1px solid var(--line); border-radius: 4px; }
.search-foundation { background: var(--soft); padding-block: 64px; border-block: 1px solid var(--line); }
.search-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 75px; }
.search-inner h2 { font-size: 29px; line-height: 1.55; margin-top: 18px; letter-spacing: -.025em; }
.search-inner > div > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; color: var(--text); }
.foundation-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0; }
.foundation-tags span { font-size: 12px; background: var(--white); padding: 6px 11px; border: 1px solid var(--line); border-radius: 5px; }
.search-inner .foundation-note { font-size: 11px; color: var(--muted); }
.foundation-note a { display: inline-flex; gap: 5px; text-decoration: underline; text-underline-offset: 3px; padding-block: 9px; }
.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 75px; }
.faq h2 { font-size: 34px; line-height: 1.5; letter-spacing: -.03em; margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.contact-section { background: var(--red); color: var(--white); padding-block: 75px; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-inner .eyebrow { color: var(--white); opacity: .9; }
.contact-inner h2 { font-size: clamp(30px,3.2vw,43px); line-height: 1.5; margin-top: 15px; letter-spacing: -.03em; }
.contact-inner h2 + p { font-size: 14px; line-height: 1.9; margin-top: 18px; color: #ffebec; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-right: 24px; }
.contact-phone { min-height: 44px; display: flex; align-items: center; font-size: 16px; letter-spacing: .05em; }
.footer-inner { padding-block: 30px 95px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 13px; font-weight: 700; }
.footer-inner a span { font-size: 12px; font-weight: 500; }
.footer-inner p { font-size: 12px; color: var(--muted); }
@media (min-width: 769px) and (max-width: 1100px) {
  .shell { width: calc(100% - 56px); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 20px; }
  .header-back { padding-left: 20px; }
  .brand img { width: 145px; }
  .hero { gap: 28px; padding-block: 65px 50px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 18px; }
  .journey small { display: none; }
  .principles { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 35px; }
  .principles article:nth-child(3) { padding-left: 0; border-left: 0; }
  .story,.search-inner,.faq { gap: 35px; }
  .case-body { padding: 22px; }
  .case-title h3 { font-size: 22px; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 92px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; gap: 14px; }
  .brand img { width: 149px; }
  .desktop-nav,.header-back { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-block: 46px 36px; gap: 35px; }
  .hero h1 { font-size: clamp(30px,6.7vw,46px); line-height: 1.42; margin-top: 20px; }
  .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .hero-lead { font-size: 18px; margin-top: 18px; }
  .hero-description { font-size: 15px; margin-top: 13px; }
  .hero-work { width: min(100%,510px); margin-inline: auto; padding: 0; }
  .work-caption { font-size: 11px; }
  .journey { padding-block: 19px; gap: 15px; }
  .journey > span { font-size: 14px; gap: 7px; flex-wrap: wrap; }
  .journey > span:not(:first-child) { padding-left: 15px; }
  .journey small { display: none; }
  .journey b { font-size: 10px; }
  .section { padding-block: 58px; }
  .section-heading { align-items: start; flex-direction: column; gap: 17px; margin-bottom: 26px; }
  .section-heading h2 { font-size: 30px; margin-top: 12px; }
  .section-heading > p { font-size: 14px; }
  .section-heading > p br { display: none; }
  .filter-row { flex-wrap: wrap; gap: 10px; }
  .filters { gap: 4px; width: 100%; }
  .filters button { font-size: 13px; padding: 8px 10px; }
  .filters button span { margin-left: 4px; font-size: 10px; }
  .case-grid { grid-template-columns: 1fr; gap: 25px; }
  .case-cover { padding: 17px 20px 0; }
  .cover-top { margin-bottom: 15px; font-size: 9px; }
  .case-body { padding: 22px; }
  .case-title h3 { font-size: 23px; }
  .case-description { min-height: auto; font-size: 15px; }
  .case-meta { font-size: 12px; }
  .case-actions { gap: 10px; }
  .case-actions .button { flex: 1 0 100%; }
  .case-actions .text-link { min-height: 44px; }
  .principles { grid-template-columns: 1fr; padding-top: 8px; }
  .principles article,.principles article + article { position: relative; border: 0; padding: 25px 0 25px 39px; border-bottom: 1px solid #ffffff2b; }
  .principle-number { position: absolute; left: 0; top: 26px; font-size: 12px; margin: 0; }
  .principles h3 { font-size: 22px; margin-bottom: 14px; }
  .principles p { font-size: 15px; }
  .principle-tag { margin-top: 15px; }
  .story { grid-template-columns: 1fr; gap: 26px; padding-block: 35px; }
  .story-intro { position: static; }
  .story-intro h3 { font-size: 28px; }
  .story-intro > p:not(.story-index) { font-size: 15px; }
  .quote-panel { padding: 26px 24px; }
  .quote-panel blockquote { font-size: 30px; }
  .quote-panel > p { font-size: 14px; }
  summary { font-size: 14px; gap: 11px; }
  summary b { padding-right: 7px; }
  details > p { font-size: 15px; }
  .search-foundation { padding-block: 45px; }
  .search-inner,.faq { grid-template-columns: 1fr; gap: 25px; }
  .search-inner h2 { font-size: 27px; }
  .search-inner > div > p:not(.eyebrow) { font-size: 15px; }
  .search-inner > div > p.foundation-note { font-size: 12px; }
  .faq h2 { font-size: 30px; }
  .contact-section { padding-block: 50px; }
  .contact-inner { flex-direction: column; align-items: stretch; gap: 28px; }
  .contact-inner h2 { font-size: 30px; }
  .contact-actions { padding: 0; align-items: stretch; gap: 8px; }
  .contact-phone { justify-content: center; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 5px; padding-block: 24px 100px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
}

/* Shared by the service hub and case overview; no new animation or video downloads. */
.experience-section{background:#231815;color:#fff}
.experience-section .eyebrow{color:#f2a8a4}
.experience-section h2 em{color:#ff716a;font-style:normal}
.experience-section .section-heading>p{color:#d9ceca;line-height:1.9}
.experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #ffffff30}
.experience-item{padding:34px 35px 32px 0;min-width:0;border-bottom:1px solid #ffffff30}
.experience-item:nth-child(even){padding-left:35px;padding-right:0;border-left:1px solid #ffffff30}
.experience-kicker{display:flex;gap:18px;font-size:10px!important;letter-spacing:.12em;color:#f2a8a4!important;margin:0 0 22px!important}
.experience-kicker span{color:#fff;font-weight:700}
.experience-item h3{font-size:25px;line-height:1.45;margin:0 0 15px;color:#fff}
.experience-item>p:not(.experience-kicker){font-size:14px;color:#d9ceca;line-height:1.95;max-width:510px}
.experience-section .text-link{display:inline-flex;align-items:center;min-height:44px;font-size:13px;color:#ffb1aa;margin-top:16px;gap:12px}
.experience-section .text-link:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.technology-choice{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;padding-top:36px}
.technology-choice .eyebrow{margin-bottom:12px}
.technology-choice h3{font-size:21px;line-height:1.5;margin:0 0 12px;color:#fff}
.technology-choice p:not(.eyebrow){font-size:13px;color:#d9ceca;line-height:1.95}
.experience-guardrails .button{margin-top:22px;font-size:13px;gap:15px;line-height:1.6;white-space:normal;text-align:center}
.experience-section :focus-visible{outline-color:#fff}
@media(max-width:800px){.experience-item{padding-right:24px}.experience-item:nth-child(even){padding-left:24px}.experience-item h3{font-size:22px}.technology-choice{gap:30px;grid-template-columns:1fr 1fr}}
@media(max-width:600px){.experience-grid,.technology-choice{grid-template-columns:1fr}.experience-item,.experience-item:nth-child(even){padding:26px 0;border-left:0}.experience-kicker{margin-bottom:15px!important}.experience-item h3{font-size:23px}.experience-item>p:not(.experience-kicker){font-size:14px}.technology-choice{gap:26px;padding-top:30px}.experience-guardrails{padding-top:24px;border-top:1px solid #ffffff30}.experience-guardrails .button{width:100%;padding-inline:12px}.experience-section .section-heading>p br{display:none}}

.case-features{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:18px 0 0}
.case-features li{border:1px solid #e0d8d3;border-radius:4px;padding:4px 8px;font-size:11px;line-height:1.6;color:#655e5b;background:#faf8f5}
.hero-capabilities{margin-top:5px;font-size:12px;gap:10px}

.ai-cover{background:#e9e5e9}.grelia-cover{background:#f4e6dc}
.ai-cover>img,.grelia-cover>img{aspect-ratio:1.5;object-fit:cover;object-position:top}
.service-links{font-size:12px;line-height:2.4;margin-top:16px;color:#655e5b}
.service-links a{display:inline-block;color:#b20b10;text-decoration:underline;text-underline-offset:4px;padding:6px 0;min-height:44px}
.case-boundary{font-size:12px;color:#655e5b;line-height:1.8;border-left:2px solid #e4d8d0;padding-left:12px;margin-top:16px}
.case-actions .demo-link{flex-basis:100%;font-size:13px}
.story-jump{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.story-jump a{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:5px;font-size:13px;min-height:44px;padding:9px 15px}
.story-jump a:hover{background:var(--soft);border-color:var(--red)}
.ai-quote{background:#12121a;color:#fff}.ai-quote blockquote{color:#fff}.ai-quote blockquote em{color:#ff666d}.ai-quote p,.ai-quote figcaption{color:#c8c8d2}
.grelia-quote{background:#fbf0e6;color:#2b1831}.grelia-quote blockquote{color:#2b1831}.grelia-quote blockquote em{color:#b84024}
.story-intro .text-link{display:flex;width:fit-content}
.mini-browser img{object-position:top}
.case-grid{align-items:stretch}.case-card:not([hidden]){display:flex;flex-direction:column}.case-body{flex:1}
@media(max-width:1000px){.filter-row{flex-wrap:wrap}.case-count{width:100%}.desktop-nav{gap:20px}}
@media(max-width:600px){.story-jump{display:grid;grid-template-columns:1fr 1fr}.story-jump a{font-size:12px;padding:10px;gap:8px}.case-cover.ai-cover,.case-cover.grelia-cover{aspect-ratio:1.4}.case-actions .button{font-size:13px}.case-actions .demo-link{flex-basis:auto}}

/* Digital gallery: deliberately scoped to the case overview, not the service hub. */
.gallery-page{--gallery-black:#0c0d11;--gallery-paper:#f4f2ee;--gallery-line:#dcd9d4;--gallery-red:#e3182a;background:var(--gallery-paper);color:#242429}
.gallery-page .site-header{background:rgba(15,16,21,.96);border-color:#ffffff17;color:#efeff2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.gallery-page .header-inner{min-height:84px;gap:28px}
/* Official PNG canvas 2481 x 911; visible alpha bounds (214,181)-(2265,695).
   Size by the 2051 px visible width, offset transparent margins without cropping the source. */
.gallery-page .brand{--logo-visible-width:160px;background:transparent;border:0;border-radius:0;padding:0;min-height:48px;flex-shrink:0}
.gallery-page .brand img{width:calc(var(--logo-visible-width) * 2481 / 2051);max-width:none;height:auto;margin-inline-start:calc(var(--logo-visible-width) * -214 / 2051);margin-inline-end:calc(var(--logo-visible-width) * -216 / 2051)}
.gallery-page .desktop-nav{gap:30px}
.gallery-page .desktop-nav a{font-size:13px;color:#d9d8de;position:relative}
.gallery-page .desktop-nav a::after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;background:#ff5962;transform:scaleX(0);transform-origin:left;transition:transform .25s}
.gallery-page .desktop-nav a:hover,.gallery-page .desktop-nav a[aria-current="location"]{color:#fff}
.gallery-page .desktop-nav a[aria-current="location"]::after{transform:scaleX(1)}
.gallery-page .header-back{color:#ff8b92;border-color:#ffffff29;font-size:13px}
.gallery-page .menu-toggle{color:#fff;background:#ffffff08;border-color:#ffffff35}
.gallery-page .menu-toggle span{background:#fff}
.gallery-page .mobile-nav{border-color:#ffffff20;background:#121319}
.gallery-page .mobile-nav a{color:#e6e5eb}
.gallery-page .mobile-nav a[aria-current="location"]{color:#ff8b92}
.gallery-reading{height:2px;position:absolute;bottom:-1px;inset-inline:0;overflow:hidden;pointer-events:none}
.gallery-reading>span{display:block;background:#fa3344;height:100%;transform:scaleX(var(--gallery-progress,0));transform-origin:left}
.gallery-scene{position:relative;isolation:isolate;overflow:hidden;background:var(--gallery-black);color:#fff;padding-bottom:34px}
.gallery-backdrop,.gallery-scene-lines{position:absolute;inset:0;z-index:-2;pointer-events:none}
.gallery-backdrop{overflow:hidden}
.gallery-backdrop picture,.gallery-backdrop img{display:block;width:100%;height:100%}
.gallery-backdrop img{object-fit:cover;object-position:center;transform:translate3d(0,var(--scene-y,0px),0) scale(1.08);opacity:.93}
.gallery-backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0c0d1180 0%,#0c0d1128 52%,#0c0d1100 80%),linear-gradient(0deg,#0c0d11 0%,transparent 22%)}
.gallery-scene-lines{z-index:-1;display:flex;justify-content:space-between;width:min(1280px,calc(100% - 96px));margin-inline:auto;opacity:.28}
.gallery-scene-lines span{width:1px;background:linear-gradient(transparent,#e3d1d92d 18%,#e3d1d929 70%,transparent)}
.gallery-page .hero{grid-template-columns:1fr 1fr;gap:65px;padding-block:74px 70px;min-height:760px;align-items:center}
.gallery-page .hero-copy{position:relative;z-index:2;min-width:0}
.gallery-page .hero .eyebrow{color:#f3b4b9;font-size:10px;letter-spacing:.17em}
.gallery-page .hero h1{font-size:clamp(43px,4.8vw,70px);line-height:1.2;letter-spacing:-.045em;margin-top:25px;font-weight:750}
.gallery-page .hero h1 em{color:#ff6670;white-space:nowrap}
.gallery-page .hero-lead{color:#f0e9eb;font-size:18px;line-height:1.8;margin-top:28px;max-width:430px}
.gallery-page .hero-description{font-size:14px;line-height:1.95;color:#c6bdc3;max-width:450px;margin-top:15px;margin-bottom:26px}
.gallery-page .hero .button{border-radius:100px;min-height:56px;padding-inline:26px;background:#ed2134;box-shadow:0 12px 38px #cb162324}
.gallery-page .hero .button:hover{background:#c61524;box-shadow:0 16px 38px #cb162344}
.gallery-page .hero-note{color:#c2b6bd;font-size:12px;margin-top:12px}
.gallery-page .hero-work{perspective:1200px;transform:translate3d(var(--pointer-x,0px),calc(var(--pointer-y,0px) + var(--work-y,0px)),0);transition:transform .18s ease-out;padding:20px 0 0;isolation:isolate}
.gallery-page .mini-browser{border:1px solid #ffffff50;border-radius:13px;background:#13131b;box-shadow:0 24px 60px #0007;transition:transform .3s var(--ease),box-shadow .3s;will-change:auto}
.gallery-page .mini-browser .browser-bar{background:#24242d;border-color:#ffffff15;color:#d6d0db;height:35px;font-size:9px}
.gallery-page .mini-browser .browser-dots{color:#a08a96}
.gallery-page .browser-rbt{width:90%;margin-left:auto;transform:rotate(-5deg) rotateY(-6deg);z-index:1}
.gallery-page .browser-foshan{width:89%;margin-top:-14%;margin-left:-4%;transform:rotate(4deg) rotateY(5deg);z-index:2}
.gallery-page .browser-rbt:hover{transform:translateY(-7px) rotate(-3deg) rotateY(0);box-shadow:0 30px 65px #0009}
.gallery-page .browser-foshan:hover{transform:translateY(-7px) rotate(2deg) rotateY(0);box-shadow:0 30px 65px #0009}
.gallery-page .work-caption{font-size:11px;max-width:410px;color:#d0c2ca;line-height:1.9;margin-top:34px}
.gallery-page .work-caption>span{color:#ff6670}
.gallery-stamp{position:absolute;right:-4%;top:47%;z-index:3;display:flex;align-items:center;gap:10px;background:#f6f3ee;color:#27232a;padding:14px 18px;border-radius:10px;transform:rotate(5deg);box-shadow:0 9px 30px #0004}
.gallery-stamp>span{font-size:38px;line-height:1;font-weight:750;letter-spacing:-.07em}
.gallery-stamp>div{font-size:9px;font-weight:650;line-height:1.9}
.gallery-page .journey{position:relative;border:1px solid #ffffff20;border-radius:14px;background:#ffffff06;backdrop-filter:blur(12px);padding:22px 30px;color:#f3edf0}
.gallery-page .journey>span{font-size:15px}
.gallery-page .journey>span:not(:first-child){border-color:#ffffff22}
.gallery-page .journey b{color:#ff939a}
.gallery-page .journey small{color:#bbadb6;font-size:11px}
.gallery-transition{overflow:hidden;padding:38px 0 30px;background:var(--gallery-paper);border-bottom:1px solid var(--gallery-line)}
.gallery-transition>div{display:flex;gap:34px;align-items:center;justify-content:center;white-space:nowrap;transform:translate3d(var(--transition-x,0px),0,0)}
.gallery-transition span{font-size:clamp(30px,5.8vw,90px);line-height:1.1;font-weight:750;letter-spacing:-.06em;color:#c5c1bb}
.gallery-transition .outline{color:transparent;-webkit-text-stroke:1px #bbb5ad}
.gallery-transition .transition-star{color:var(--gallery-red);font-size:70px;line-height:.8}
.gallery-page #selected{position:relative;padding-block:94px 104px;isolation:isolate}
.gallery-page #selected::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.25;pointer-events:none;background-image:linear-gradient(90deg,transparent calc(50% - .5px),#d4cdc4 calc(50% - .5px),#d4cdc4 calc(50% + .5px),transparent calc(50% + .5px))}
.gallery-page .section-heading .eyebrow{font-size:10px;letter-spacing:.16em}
.gallery-page .section-heading h2{font-size:clamp(32px,3.2vw,46px);line-height:1.3;font-weight:700}
.gallery-page .filter-row{border-color:#d9d2ca;margin-top:45px;margin-bottom:34px}
.gallery-page .filters{gap:7px}
.gallery-page .filters button{border-radius:100px;padding:9px 17px;transition:background .2s,color .2s}
.gallery-page .filters button[aria-pressed="true"]{background:#25232a}
.gallery-page .filters button:hover:not([aria-pressed="true"]){background:#e5e0d8}
.gallery-page .case-grid{gap:32px;align-items:start}
.gallery-page .case-card{border:1px solid #fff;border-radius:23px;background:#fff;box-shadow:0 12px 40px #34302708;transition:transform .3s var(--ease),box-shadow .3s var(--ease);overflow:hidden}
.gallery-page .case-card:nth-child(even){margin-top:60px}
.gallery-page .case-grid.is-filtered .case-card{margin-top:0}
.gallery-page .case-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #34302715}
.gallery-page .case-cover{padding:25px 25px 0;aspect-ratio:1.51}
.gallery-page .case-cover img{border-radius:8px 8px 0 0;box-shadow:0 14px 28px #0003;transition:transform .35s var(--ease)}
.gallery-page .case-cover:hover img{transform:translateY(-4px) scale(1.018)}
.gallery-page .ai-cover{background:radial-gradient(ellipse at 70% 60%,#74202f,#28232d 80%)}
.gallery-page .grelia-cover{background:linear-gradient(145deg,#d9c4b5,#eadcd0 65%,#d3b4a4)}
.gallery-page .rbt-cover{background:linear-gradient(145deg,#cdcbd9,#eae5e4 70%)}
.gallery-page .foshan-cover{background:linear-gradient(145deg,#1f3762,#9aaac4)}
.gallery-page .ai-cover .cover-top,.gallery-page .foshan-cover .cover-top{color:#f2e9ed}
.gallery-page .cover-top{font-size:9px;letter-spacing:.12em;margin-bottom:20px}
.gallery-page .cover-icon{background:#fff;border-color:#fff;width:46px;height:46px;box-shadow:0 5px 15px #0001}
.gallery-page .case-body{padding:29px 30px 32px}
.gallery-page .case-title h3{font-size:26px}
.gallery-page .case-description{line-height:1.95}
.gallery-page .case-features li{border:0;background:#f5f3f0;color:#615961;padding:5px 10px;border-radius:50px}
.gallery-page .case-actions .button{border-radius:50px}
.gallery-page .approach{position:relative;overflow:hidden;background:#e9e5df;color:#262329;isolation:isolate}
.gallery-page .approach-watermark{position:absolute;right:2%;top:-65px;font-size:380px;line-height:1;font-weight:850;letter-spacing:-.08em;color:#e0dbd3;z-index:-1;pointer-events:none}
.gallery-page .approach .eyebrow{color:#b81929}
.gallery-page .approach .section-heading>p{color:#635b63}
.gallery-page .principles{border-top-color:#cec7be;gap:26px;padding-top:30px}
.gallery-page .principles article,.gallery-page .principles article+article{position:relative;padding:0 0 0 20px;border-left:1px solid #c8bfb5}
.gallery-page .principles article:first-child{padding-left:0;border-left:0}
.gallery-page .principle-number{position:static;font-size:53px;font-weight:600;letter-spacing:-.07em;line-height:1;color:#907c71;margin-bottom:28px}
.gallery-page .principles h3{font-size:22px}
.gallery-page .principles p{color:#57505a}
.gallery-page .principle-tag{color:#6f606a;font-size:11px}
.gallery-page .experience-section{position:relative;isolation:isolate;overflow:hidden;background:#0e1015;padding-block:108px}
.gallery-page .experience-section::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0e1015 14%,#0e1015e6 62%,#0e1015aa),url('./gallery-red-portal-v3.webp') center/cover;opacity:.82}
.gallery-page .experience-section::after{content:"";position:absolute;right:-190px;top:20px;width:690px;aspect-ratio:1;border:1px solid #ec59691f;border-radius:50%;box-shadow:0 0 0 70px #ec596906,0 0 0 140px #ec596905;z-index:-1;pointer-events:none}
.gallery-page .experience-section h2 em{color:#ff7880}
.gallery-page .experience-grid{gap:0 32px}
.gallery-page .experience-item{padding-block:33px;border-color:#ffffff21}
.gallery-page .experience-item:nth-child(even){border-left:0;padding-left:0}
.gallery-page .experience-item .text-link{color:#ffb8be}
.gallery-page .experience-guardrails .button{border-radius:50px}
.gallery-page .stories{padding-block:95px 85px}
.gallery-page .story-jump{margin-bottom:35px;gap:10px}
.gallery-page .story-jump a{border-radius:50px;border-color:#d0c7c0;background:#fff9;padding-inline:18px}
.gallery-page .story{background:#fff;border:1px solid #e6e0da;border-radius:26px;padding:42px;gap:50px;grid-template-columns:1fr 1.65fr;margin-top:28px;box-shadow:0 15px 40px #25202b03}
.gallery-page .story-intro{top:110px}
.story-preview{display:block;position:relative;border:1px solid #e4deda;background:#ece5df;padding:8px;border-radius:12px;margin-bottom:27px;overflow:hidden;transition:box-shadow .2s}
.story-preview img{width:100%;aspect-ratio:1.55;object-fit:cover;object-position:top;border-radius:7px;transition:transform .3s var(--ease)}
.story-preview:hover img{transform:scale(1.025)}
.story-preview>span{position:absolute;bottom:14px;right:14px;background:#fff;color:#25232b;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:19px}
.gallery-page .story-index{font-size:10px;letter-spacing:.12em}
.gallery-page .story-intro h3{font-size:28px;line-height:1.45;text-wrap:balance}
.gallery-page .quote-panel{border-radius:17px;padding:33px}
.gallery-page .quote-panel blockquote{font-size:clamp(27px,2.7vw,40px);line-height:1.3}
.gallery-page .ai-quote{background:radial-gradient(ellipse at top right,#612334,#14141f 75%)}
.gallery-page .grelia-quote{background:linear-gradient(135deg,#fbe9db,#fcf4ee)}
.gallery-page .rbt-quote{background:linear-gradient(130deg,#f8e4e7,#f8f2ed)}
.gallery-page .foshan-quote{background:linear-gradient(135deg,#0b246b,#14223d)}
.gallery-page .story-notes details{border-color:#e5ded8}
.gallery-page .story-notes summary:hover{color:#b51929}
.gallery-page .search-foundation{position:relative;background:#ebe8e2;border-color:#ddd5cd}
.gallery-page .foundation-tags span{border-radius:50px;background:#f7f5f1;border-color:#d9cec5}
.gallery-page .faq{padding-block:85px}
.gallery-page .faq-list{background:#fffc;border:1px solid #e2d9d1;border-radius:18px;padding:4px 28px}
.gallery-page .faq-list details:last-child{border-bottom:0}
.gallery-page .contact-section{position:relative;isolation:isolate;overflow:hidden;background:#a00d20;padding-block:92px}
.gallery-page .contact-section::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#a51123fa 10%,#a01022db 55%,#430b19aa),url('./gallery-red-portal-v3.webp') right 70%/cover}
.gallery-page .contact-inner h2{font-size:clamp(34px,3.6vw,52px);line-height:1.4}
.gallery-page .contact-actions .button{border-radius:50px;min-height:58px}
.gallery-page footer{background:#14151b;color:#dedbe1}
.gallery-page .footer-inner{padding-block:35px 90px}
.gallery-page .footer-inner p{color:#b8afb9}
.gallery-page .gallery-motion-toggle{position:fixed;left:22px;right:auto;bottom:22px;z-index:35;display:flex;align-items:center;gap:9px;min-height:44px;padding:10px 16px;border:1px solid #ffffff40;border-radius:50px;background:#20212a;color:#fff;box-shadow:0 6px 24px #0003;font-size:12px;font-weight:600}
/* Keep the control clear of the production AI assistant at bottom right. */
.gallery-page button.gallery-motion-toggle{right:auto}
.gallery-page .gallery-back-service{display:inline-flex;align-items:center;min-height:44px;color:#fff;font-size:13px;text-decoration:underline;text-underline-offset:5px}
.gallery-motion-toggle svg{width:16px;height:16px;stroke-width:2}
.gallery-motion-toggle .play-symbol{display:none}
.gallery-motion-toggle[aria-pressed="true"] .pause-symbol{display:none}
.gallery-motion-toggle[aria-pressed="true"] .play-symbol{display:block}
.gallery-motion-toggle:disabled{background:#3c3b43;color:#dedce3;cursor:default}
.gallery-page .site-header :focus-visible,.gallery-scene :focus-visible,.gallery-page .experience-section :focus-visible,.gallery-page .contact-section :focus-visible,.gallery-page footer :focus-visible,.gallery-motion-toggle:focus-visible{outline-color:#ffb5bb}
html[data-gallery-motion="off"]{scroll-behavior:auto}
html[data-gallery-motion="off"] .gallery-page *,html[data-gallery-motion="off"] .gallery-page *::before,html[data-gallery-motion="off"] .gallery-page *::after{animation:none!important;transition:none!important}
@media(min-width:1500px){.gallery-page .hero{min-height:790px;gap:80px}.gallery-page .hero h1{font-size:74px}}
@media(max-width:1100px){.gallery-page .header-inner{gap:18px}.gallery-page .desktop-nav{gap:18px}.gallery-page .brand{--logo-visible-width:150px}.gallery-page .header-back{padding-left:18px}.gallery-page .hero{gap:36px;min-height:665px;padding-block:64px}.gallery-page .hero h1{font-size:52px}.gallery-page .hero-lead{font-size:17px}.gallery-page .hero-description{font-size:13px}.gallery-stamp{padding:11px;right:-1%}.gallery-stamp>span{font-size:30px}.gallery-page .case-grid{gap:24px}.gallery-page .case-body{padding:25px}.gallery-page .case-title h3{font-size:23px}.gallery-page .story{gap:30px;padding:30px}.gallery-page .story-intro h3{font-size:25px}.gallery-page .quote-panel{padding:27px}}
@media(max-width:768px){.gallery-page .header-inner{min-height:72px;gap:15px}.gallery-page .brand{--logo-visible-width:136px;min-height:44px}.gallery-page .hero{grid-template-columns:1fr;gap:52px;padding-block:43px 35px;min-height:0}.gallery-page .hero h1{font-size:clamp(38px,9.4vw,61px);line-height:1.23;margin-top:22px}.gallery-page .hero h1 em{white-space:normal}.gallery-page .hero .eyebrow{font-size:9px;letter-spacing:.11em}.gallery-page .hero-lead{font-size:17px;line-height:1.85;margin-top:22px}.gallery-page .hero-description{font-size:15px;line-height:1.95;max-width:38em}.gallery-page .hero .button{min-height:54px}.gallery-page .hero-note{font-size:12px}.gallery-page .hero-work{max-width:480px;padding:0 7px 0 4px}.gallery-page .browser-rbt{width:85%;transform:rotate(-4deg);margin-left:auto}.gallery-page .browser-foshan{width:87%;transform:rotate(3deg);margin-left:0;margin-top:-20%}.gallery-page .mini-browser .browser-bar{font-size:8px;height:27px;padding-inline:9px}.gallery-page .work-caption{margin-top:29px;font-size:11px;max-width:290px}.gallery-stamp{right:0;top:44%;padding:9px 11px;gap:8px}.gallery-stamp>span{font-size:30px}.gallery-stamp>div{font-size:8px}.gallery-backdrop img{object-position:65% center;opacity:.75}.gallery-backdrop::after{background:linear-gradient(180deg,#0c0d1150,#0c0d1130 60%,#0c0d11),linear-gradient(90deg,#0c0d1155,transparent)}.gallery-scene-lines{width:calc(100% - 40px)}.gallery-scene{padding-bottom:22px}.gallery-page .journey{padding:18px 15px;gap:10px;border-radius:12px}.gallery-page .journey>span{font-size:13px;gap:6px}.gallery-page .journey>span:not(:first-child){padding-left:10px}.gallery-page .journey b{font-size:10px}.gallery-page .journey small{display:none}.gallery-transition{padding-block:28px}.gallery-transition>div{gap:18px;justify-content:flex-start;margin-left:-18px}.gallery-transition span{font-size:34px}.gallery-transition .transition-star{font-size:42px}.gallery-page #selected{padding-block:58px 65px}.gallery-page #selected::before{display:none}.gallery-page .section-heading h2{font-size:32px}.gallery-page .section-heading>p{font-size:15px}.gallery-page .filter-row{margin-top:25px;margin-bottom:25px}.gallery-page .filters{gap:6px}.gallery-page .filters button{padding:9px 12px;font-size:12px}.gallery-page .case-grid{grid-template-columns:1fr;gap:27px}.gallery-page .case-card:nth-child(even){margin-top:0}.gallery-page .case-card{border-radius:19px}.gallery-page .case-cover{padding:20px 19px 0;aspect-ratio:1.44}.gallery-page .case-body{padding:24px}.gallery-page .case-title h3{font-size:25px}.gallery-page .case-description{font-size:16px;line-height:1.85}.gallery-page .case-actions{gap:11px}.gallery-page .case-actions .button{min-height:52px}.gallery-page .cover-top{font-size:8px;letter-spacing:.08em}.gallery-page .cover-icon{width:44px;height:44px}.gallery-page .approach{padding-block:60px}.gallery-page .approach-watermark{font-size:210px;right:-12px;top:-10px}.gallery-page .principles{gap:0;grid-template-columns:1fr;padding-top:10px}.gallery-page .principles article,.gallery-page .principles article+article,.gallery-page .principles article:first-child{padding:25px 0 25px 61px;border-left:0;border-bottom:1px solid #cec5ba}.gallery-page .principle-number{position:absolute;top:24px;left:0;font-size:37px;margin:0}.gallery-page .principles h3{font-size:23px}.gallery-page .principles p{font-size:16px}.gallery-page .experience-section{padding-block:65px}.gallery-page .experience-grid{grid-template-columns:1fr;gap:0}.gallery-page .experience-item{padding-block:28px}.gallery-page .experience-item>p:not(.experience-kicker){font-size:16px}.gallery-page .experience-section::before{background-image:linear-gradient(90deg,#0e1015f5,#0e1015c9),url('./gallery-red-portal-mobile-v3.webp')}.gallery-page .technology-choice{grid-template-columns:1fr;gap:28px}.gallery-page .technology-choice p:not(.eyebrow){font-size:15px}.gallery-page .stories{padding-block:60px}.gallery-page .story-jump{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery-page .story-jump a{padding:10px 12px;font-size:12px}.gallery-page .story{grid-template-columns:1fr;gap:27px;padding:23px 19px;border-radius:20px;margin-top:23px}.gallery-page .story-intro{position:static}.story-preview{margin-bottom:24px}.gallery-page .story-intro h3{font-size:27px}.gallery-page .story-intro>p:not(.story-index){font-size:16px;line-height:1.9}.gallery-page .quote-panel{padding:26px 22px;border-radius:14px}.gallery-page .quote-panel blockquote{font-size:29px;line-height:1.35}.gallery-page .quote-panel>p{font-size:15px}.gallery-page .story-notes summary{font-size:15px}.gallery-page details>p{font-size:16px;line-height:1.9}.gallery-page .story-footnote{font-size:12px}.gallery-page .faq{padding-block:60px}.gallery-page .faq-list{padding:3px 20px;border-radius:15px}.gallery-page .contact-section{padding-block:62px}.gallery-page .contact-section::before{background-image:linear-gradient(90deg,#a51123f5,#7e0b23d9),url('./gallery-red-portal-mobile-v3.webp')}.gallery-page .contact-inner h2{font-size:32px}.gallery-page .footer-inner{padding-block:30px 110px}.gallery-page .gallery-motion-toggle{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));padding:10px 13px;font-size:11px}}
/* Let Chinese headlines rebalance naturally on small screens, without orphaned final characters. */
@media(max-width:768px){.gallery-page .story-intro h3 br{display:none}}
@media(prefers-reduced-motion:reduce){.gallery-page *, .gallery-page *::before,.gallery-page *::after{animation:none!important;transition:none!important}.gallery-page .hero-work,.gallery-backdrop img,.gallery-transition>div{translate:none}.gallery-page .case-card:hover{transform:none}}
