.hero { position: relative; min-height: 980px; color: var(--white); background: var(--ink); overflow: hidden; }
#flowCanvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .58; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 78px 78px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%); mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-a { width: 540px; height: 540px; top: -190px; right: 14%; background: radial-gradient(circle, rgba(240,88,42,.18), transparent 68%); }
.hero-glow-b { width: 460px; height: 460px; bottom: 4%; left: -170px; background: radial-gradient(circle, rgba(221,169,74,.11), transparent 69%); }
.hero-layout { position: relative; z-index: 2; min-height: 850px; padding-top: calc(var(--header) + 72px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr); align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero-copy h1 { margin: 28px 0 24px; font-family: var(--display); font-size: clamp(56px, 6.1vw, 92px); line-height: .98; letter-spacing: -.06em; }
html[lang="zh-CN"] .hero-copy h1 { font-size: clamp(38px, 3.65vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.hero-copy h1 span, .hero-copy h1 em { display: block; }
html[lang="zh-CN"] .hero-copy h1 span, html[lang="zh-CN"] .hero-copy h1 em { white-space: nowrap; }
.hero-copy h1 em { color: var(--orange-bright); font-style: normal; }
.hero-lead { max-width: 710px; margin: 0; color: rgba(255,253,248,.65); font-size: 17px; line-height: 1.85; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 14px; }
.hero-origin { margin-top: 48px; display: flex; align-items: center; gap: 16px; }
.origin-line { width: 42px; height: 1px; background: var(--gold); }
.hero-origin p { margin: 0; display: flex; flex-direction: column; }
.hero-origin strong { font-size: 13px; font-weight: 600; }
.hero-origin small { margin-top: 4px; color: var(--muted-light); font-size: 12px; }
.hero-system { position: relative; min-height: 580px; display: grid; place-items: center; }
.system-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.system-orbit::before { content: ""; position: absolute; width: 7px; height: 7px; top: -4px; left: 50%; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.orbit-one { width: 280px; height: 280px; animation: orbitRotate 19s linear infinite; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: orbitRotate 33s linear infinite reverse; }
.orbit-three { width: 535px; height: 535px; opacity: .5; animation: orbitRotate 48s linear infinite; }
.system-core { position: relative; z-index: 2; width: 190px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 35% 25%, #38251d, #1b1310 72%); border: 1px solid rgba(255,112,64,.35); border-radius: 50%; box-shadow: 0 0 0 16px rgba(240,88,42,.025), 0 0 80px rgba(240,88,42,.15); }
.system-core::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(221,169,74,.28); border-radius: inherit; animation: orbitRotate 24s linear infinite; }
.system-core span { color: var(--gold); font: 600 12px/1 var(--display); letter-spacing: .14em; }
.system-core strong { margin: 9px 0 7px; font: 700 31px/1 var(--display); letter-spacing: .04em; }
.system-core strong span { color: var(--orange-bright); font: inherit; letter-spacing: inherit; }
.system-core small { color: var(--muted-light); font-size: 12px; letter-spacing: .1em; }
.orbit-node { position: absolute; z-index: 4; min-width: 80px; padding: 10px 12px; display: flex; flex-direction: column; align-items: center; color: var(--white); background: rgba(35,25,21,.78); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; box-shadow: 0 14px 32px rgba(0,0,0,.22); backdrop-filter: blur(12px); cursor: pointer; transition: transform .3s, border-color .3s, background .3s; }
.orbit-node:hover { transform: translateY(-5px) scale(1.04); border-color: var(--orange-bright); background: rgba(65,39,29,.95); }
.orbit-node strong { font: 700 16px/1 var(--display); }
.orbit-node span { margin-top: 5px; color: var(--muted-light); font-size: 12px; white-space: nowrap; }
.node-m2 { top: 13%; left: 6%; }
.node-m5 { top: 48%; right: 0; }
.node-si { bottom: 6%; left: 43%; }
.node-pqc { bottom: 23%; left: 0; }
.node-x { bottom: 17%; right: 3%; }
.node-m3 { top: 0; left: 34%; }
.node-m4 { top: 24%; right: 0; }
.system-scan { position: absolute; z-index: 3; width: 100%; height: 1px; top: 16%; background: linear-gradient(90deg, transparent, rgba(255,112,64,.8), transparent); box-shadow: 0 0 10px rgba(240,88,42,.6); animation: scan 5s ease-in-out infinite; }
.hero-foot { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.hero-foot-item { padding: 24px 30px 28px 0; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line-light); }
.hero-foot-item + .hero-foot-item { padding-left: 30px; }
.hero-foot-item:last-child { border-right: 0; }
.hero-foot-item > span { color: var(--orange-bright); font: 600 12px/1 var(--display); }
.hero-foot-item p { margin: 0; display: flex; flex-direction: column; }
.hero-foot-item strong { font-size: 13px; }
.hero-foot-item small { color: var(--muted-light); font-size: 12px; }
.signal-strip { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-item { min-height: 180px; padding: 32px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.signal-item:first-child { padding-left: 0; }
.signal-item:last-child { border-right: 0; }
.signal-label { color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.signal-item strong { margin: 10px 0 2px; font: 700 clamp(29px, 3vw, 45px)/1 var(--display); letter-spacing: -.04em; }
.signal-item small { color: var(--orange); font-size: 12px; }
.company { background: var(--paper); }
.company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.company-story { min-height: 520px; padding: 42px; display: flex; flex-direction: column; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.story-index { color: var(--gold); font: 600 12px/1 var(--display); letter-spacing: .15em; }
.company-story h3 { margin: auto 0 28px; max-width: 490px; font: 600 clamp(30px, 3.2vw, 46px)/1.12 var(--display); letter-spacing: -.035em; }
html[lang="zh-CN"] .company-story h3 { font-size: clamp(26px, 2.6vw, 38px); line-height: 1.2; }
.company-story p { margin: 0 0 14px; color: var(--muted-light); font-size: 14px; }
.story-link { margin-top: 24px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); }
.story-link span { color: var(--muted-light); font-size: 12px; }
.story-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font: 600 12px/1 var(--display); }
.story-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; }
.culture-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.culture-card { min-height: 248px; padding: 32px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, border-color .3s; }
.culture-card:hover { transform: translateY(-5px); border-color: rgba(240,88,42,.4); }
.culture-card > span { color: var(--orange); font: 600 12px/1 var(--display); letter-spacing: .12em; }
.culture-card h3 { margin: auto 0 10px; font-size: 13px; }
.culture-card p { margin: 0; font: 600 18px/1.55 var(--display); letter-spacing: -.015em; }
.culture-mission { color: var(--white); background: var(--orange); border-color: var(--orange); }
.culture-mission > span, .culture-mission h3 { color: rgba(255,255,255,.72); }
.culture-vision { color: var(--white); background: var(--red); border-color: var(--red); }
.culture-vision > span, .culture-vision h3 { color: rgba(255,255,255,.65); }
.challenge { background: var(--white); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.challenge-card { min-height: 390px; width: 100%; padding: 28px; display: flex; flex-direction: column; align-items: stretch; text-align: left; color: inherit; background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; font: inherit; transition: color .35s, background .35s, transform .28s cubic-bezier(.16,1,.3,1); }
.challenge-card:hover { color: var(--white); background: var(--ink); }
.challenge-card:focus-visible { outline: 2px solid rgba(240,88,42,.9); outline-offset: -2px; z-index: 1; }
.challenge-code { color: var(--muted); font: 600 12px/1 var(--display); letter-spacing: .12em; }
.challenge-icon { width: 56px; height: 56px; margin: 64px 0 48px; display: grid; place-items: center; color: var(--orange); background: rgba(240,88,42,.08); border-radius: 50%; }
.challenge-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.challenge-card h3 { margin: 0 0 12px; font: 600 26px/1.1 var(--display); }
html[lang="zh-CN"] .challenge-card h3 { font-size: 22px; line-height: 1.2; }
.challenge-card p { margin: 0; color: var(--muted); font-size: 13px; }
.challenge-card:hover p { color: var(--muted-light); }
.challenge-card > strong { margin-top: auto; color: var(--orange); font: 700 13px/1 var(--display); letter-spacing: .08em; }
.products { color: var(--white); background: var(--ink); }
.evidence { background: var(--paper-deep); }
.evidence-dashboard { display: grid; grid-template-columns: 1.5fr .65fr; gap: 24px; }
.dashboard-main { padding: 38px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.dashboard-title { display: flex; flex-direction: column; }
.dashboard-title span { color: var(--orange-bright); font: 600 12px/1 var(--display); letter-spacing: .14em; }
.dashboard-title strong { margin-top: 8px; font: 600 23px/1.2 var(--display); }
html[lang="zh-CN"] .dashboard-title strong { font-size: 21px; }
.chart-shell { min-height: 390px; margin-top: 28px; padding-left: 52px; position: relative; }
.chart-axis { position: absolute; top: 0; bottom: 54px; left: 0; display: flex; flex-direction: column; justify-content: space-between; color: #71625a; font: 500 12px/1 var(--display); }
.chart-axis::after { content: ""; position: absolute; left: 38px; top: 4px; bottom: 2px; width: calc(min(70vw, 780px)); background: repeating-linear-gradient(to bottom, rgba(255,255,255,.08) 0 1px, transparent 1px 25%); pointer-events: none; }
.chart-bars { height: 336px; display: flex; align-items: flex-end; justify-content: space-around; gap: 20px; }
.chart-column { position: relative; z-index: 1; height: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
.chart-value { margin-bottom: 7px; color: var(--gold); font: 600 12px/1 var(--display); }
.chart-track { position: relative; width: min(70px, 70%); height: calc(var(--bar) * .84); background: rgba(255,255,255,.04); overflow: hidden; }
.chart-track i { position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(to top, var(--red), var(--orange-bright), var(--gold)); transition: height 1.35s cubic-bezier(.2,.8,.2,1); }
.dashboard-main.visible .chart-track i { height: 100%; }
.chart-column strong { margin-top: 12px; font: 600 12px/1 var(--display); }
.chart-column small { margin-top: 5px; color: var(--muted-light); font-size: 12px; }
.dashboard-main > p { margin: 20px 0 0; color: var(--muted-light); font-size: 12px; }
.evidence-side { display: grid; gap: 14px; }
.proof-card { padding: 20px; display: flex; align-items: center; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.proof-card > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(240,88,42,.28); border-radius: 50%; font: 700 13px/1 var(--display); }
.proof-card div { display: flex; flex-direction: column; }
.proof-card strong { font-size: 13px; }
.proof-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.proof-target { color: var(--white); background: var(--orange); border-color: var(--orange); }
.proof-target > span { color: var(--white); border-color: rgba(255,255,255,.45); }
.proof-target p { color: rgba(255,255,255,.72); }
.principles-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.principles-grid article { min-height: 260px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.principles-grid article:last-child { border-right: 0; }
.principles-grid span { color: var(--orange); font: 600 12px/1 var(--display); }
.principles-grid h3 { margin: auto 0 10px; font: 600 18px/1.2 var(--display); }
.principles-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.solutions { color: var(--white); background: var(--ink); }
.solution-filter { margin: -20px 0 38px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.solution-filter button { padding: 9px 16px; color: var(--muted-light); background: transparent; border: 1px solid var(--line-light); border-radius: 999px; cursor: pointer; font-size: 12px; transition: color .25s, background .25s, border-color .25s; }
.solution-filter button.active, .solution-filter button:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.solution-card { min-height: 345px; padding: 28px; display: flex; flex-direction: column; background: var(--ink-soft); border: 1px solid var(--line-light); border-radius: 16px; transition: transform .3s, border-color .3s, opacity .3s; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(255,112,64,.5); }
.solution-card.filtered-out { display: none; }
.solution-no { color: var(--orange-bright); font: 600 12px/1 var(--display); }
.solution-symbol { margin: 52px 0 22px; color: var(--gold); font: 700 12px/1 var(--display); letter-spacing: .16em; }
.solution-card h3 { margin: 0 0 12px; font: 600 22px/1.18 var(--display); }
html[lang="zh-CN"] .solution-card h3 { font-size: 20px; line-height: 1.28; }
.solution-card p { margin: 0; color: var(--muted-light); font-size: 12px; }
.solution-card small { margin-top: auto; padding-top: 24px; color: var(--orange-bright); font-size: 12px; border-top: 1px solid var(--line-light); }
.capability { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 335px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .3s, background .3s; }
.capability-grid article:hover { color: var(--white); background: var(--orange); }
.capability-grid article > span { color: var(--muted); font: 600 12px/1 var(--display); }
.capability-grid svg { width: 42px; height: 42px; margin: 60px 0 45px; fill: none; stroke: var(--orange); stroke-width: 1.3; }
.capability-grid article:hover svg { stroke: var(--white); }
.capability-grid h3 { margin: 0 0 11px; font: 600 17px/1.2 var(--display); }
.capability-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.capability-grid article:hover p, .capability-grid article:hover > span { color: rgba(255,255,255,.75); }
.cooperation { background: var(--white); }
.roadmap { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.roadmap-line { position: absolute; top: 29px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.roadmap-line i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--orange), var(--gold)); transition: width 1.8s ease; }
.roadmap.visible .roadmap-line i { width: 100%; }
.roadmap article { position: relative; z-index: 1; display: flex; flex-direction: column; }
.roadmap article > span { width: 58px; height: 58px; display: grid; place-items: center; color: var(--orange); background: var(--white); border: 1px solid rgba(240,88,42,.32); border-radius: 50%; font: 700 12px/1 var(--display); }
.roadmap article div { margin-top: 28px; }
.roadmap small { color: var(--orange); font-size: 12px; letter-spacing: .1em; }
.roadmap h3 { margin: 9px 0 11px; font: 600 17px/1.25 var(--display); }
.roadmap p { margin: 0; color: var(--muted); font-size: 12px; }
.cooperation-cta { margin-top: 70px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--orange); border-radius: var(--radius); }
.cooperation-cta > div { max-width: 790px; }
.cooperation-cta > div > span { color: rgba(255,255,255,.65); font: 600 12px/1 var(--display); letter-spacing: .14em; }
.cooperation-cta h3 { margin: 14px 0 9px; font: 600 clamp(26px, 3vw, 40px)/1.15 var(--display); }
html[lang="zh-CN"] .cooperation-cta h3 { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.24; }
.cooperation-cta p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.contact { color: var(--white); background: var(--ink-soft); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.contact-copy h2 { margin: 0 0 22px; font: 600 clamp(40px, 4.6vw, 66px)/1.06 var(--display); letter-spacing: -.045em; }
html[lang="zh-CN"] .contact-copy h2 { font-size: clamp(30px, 3.2vw, 48px); line-height: 1.16; letter-spacing: -.035em; }
.contact-copy > p { margin: 0; max-width: 600px; color: var(--muted-light); }
.contact-tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.contact-tags span { padding: 7px 12px; color: var(--gold); border: 1px solid rgba(221,169,74,.26); border-radius: 999px; font-size: 12px; }
.contact-card { padding: 40px; background: #30211b; border: 1px solid var(--line-light); border-radius: var(--radius); }
.contact-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.contact-card-head > div { display: flex; flex-direction: column; }
.contact-card-head small { color: var(--muted-light); font-size: 12px; }
.contact-card-head strong { margin-top: 8px; font: 600 20px/1.35 var(--display); }
.contact-card-head > span { color: var(--orange-bright); font: 600 12px/1 var(--display); letter-spacing: .12em; }
.contact-list { margin-top: 28px; border-top: 1px solid var(--line-light); }
.contact-list > * { min-height: 78px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line-light); }
.contact-list span { color: var(--muted-light); font-size: 12px; }
.contact-list strong { font-size: 13px; font-weight: 600; }
.contact-list svg { width: 17px; height: 17px; fill: none; stroke: var(--orange-bright); }
.contact-hours { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.contact-hours p { margin: 0; display: flex; flex-direction: column; }
.contact-hours strong { font-size: 12px; }
.contact-hours small { color: var(--muted-light); font-size: 12px; }
.site-footer { padding: 76px 0 24px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.footer-brand > p { max-width: 400px; margin: 30px 0 0; color: var(--muted-light); font: 600 clamp(24px, 2.4vw, 36px)/1.35 var(--display); }
html[lang="zh-CN"] .footer-brand > p { font-size: clamp(20px, 1.8vw, 28px); line-height: 1.5; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-nav strong { margin-bottom: 8px; color: var(--gold); font-size: 12px; }
.footer-nav a, .footer-nav button { padding: 0; color: var(--muted-light); background: transparent; border: 0; cursor: pointer; font-size: 12px; text-align: left; transition: color .2s; }
.footer-nav a:hover, .footer-nav button:hover { color: var(--orange-bright); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; color: #6f625b; border-top: 1px solid var(--line-light); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.footer-bottom a:hover { color: var(--orange-bright); }
.icp-link { color: var(--muted-light); text-decoration: underline; text-underline-offset: 3px; }
html[lang="zh-CN"] .culture-card h3 { font-size: 12px; }
html[lang="zh-CN"] .principles-grid h3, html[lang="zh-CN"] .capability-grid h3, html[lang="zh-CN"] .roadmap h3 { font-size: 16px; line-height: 1.3; }
@keyframes orbitRotate { to { transform: rotate(360deg); } }
@keyframes scan { 0%,100% { top: 14%; opacity: 0; } 18% { opacity: .8; } 80% { opacity: .5; } 92% { top: 86%; opacity: 0; } }
/* Product showcase cards — reserved dedicated pages (photo-ready slots) */
.product-showcases { color: var(--white); background: linear-gradient(180deg, #1c1410 0%, var(--ink) 48%, #120e0c 100%); }
.product-showcases .section-heading p { max-width: 560px; color: var(--muted-light); }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.showcase-card {
  display: flex; flex-direction: column; min-height: 100%;
  background: rgba(255,253,248,.03); border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, box-shadow .35s;
}
.showcase-card:hover { transform: translateY(-4px); border-color: rgba(240,88,42,.45); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
html.is-mobile-narrow .showcase-card:hover { transform: none; box-shadow: none; }
.showcase-media {
  position: relative; aspect-ratio: 16 / 10; background:
    radial-gradient(circle at 30% 20%, rgba(240,88,42,.28), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(221,169,74,.18), transparent 50%),
    #241812;
  overflow: hidden;
}
.showcase-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  opacity: 0; transition: opacity .4s ease, transform .5s ease;
}
.showcase-media.has-photo img { opacity: 1; }
.showcase-media.has-photo:hover img { transform: scale(1.03); }
html.is-mobile-narrow .showcase-media.has-photo:hover img { transform: none; }
.showcase-media-placeholder {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,253,248,.42); font: 600 12px/1.4 var(--display); letter-spacing: .14em; text-align: center; padding: 16px;
}
.showcase-media.has-photo .showcase-media-placeholder { display: none; }
.showcase-body { display: flex; flex-direction: column; gap: 12px; padding: 22px 22px 24px; flex: 1; }
.showcase-status {
  align-self: flex-start; padding: 5px 10px; border-radius: 999px;
  border: 1px solid rgba(221,169,74,.35); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.showcase-kicker { margin: 0; color: var(--orange-bright); font: 600 11px/1 var(--display); letter-spacing: .14em; }
.showcase-body h3 { margin: 0; font: 600 22px/1.25 var(--display); }
html[lang="zh-CN"] .showcase-body h3 { font-size: 20px; line-height: 1.35; }
.showcase-body p { margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.7; flex: 1; }
.showcase-link {
  margin-top: 8px; display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 13px; font-weight: 700; text-decoration: none;
  transition: color .25s, gap .25s;
}
.showcase-link:hover { color: var(--orange-bright); gap: 12px; }
.showcase-note { margin: 28px 0 0; color: #6f625b; font-size: 12px; text-align: center; }
@media (max-width: 1160px) {
  .showcase-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .showcase-card { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .showcase-card, .showcase-media img, .showcase-link { transition: none !important; }
  .showcase-card:hover { transform: none; }
}
