/* ============================================================
   国衍科技文博官网 — 全局样式系统
   中国红古风视觉体系：宫墙红 + 宣纸米黄 + 墨色
   ============================================================ */

/* === CSS 变量系统 === */
:root {
  --palace-red:       #741C1B;
  --palace-red-dark:  #7A1F27;
  --palace-red-light: #B83E48;
  --rice-paper:       #F6F0E6;
  --rice-paper-warm:  #EDE4D4;
  --rice-paper-cool:  #F9F6F0;
  --page-surface-canvas: #FBF8F2;
  --page-surface-paper:  #FFFDF8;
  --page-surface-warm:   #F4EFE6;
  --page-surface-sage:   #EEF0EC;
  --page-surface-mist:   #F7F7F4;
  --page-surface-card:   rgba(255,255,255,0.92);
  --page-surface-card-solid: #FFFFFF;
  --page-surface-red:
    radial-gradient(circle at top right, rgba(201,162,39,0.16), transparent 28%),
    linear-gradient(180deg, #5f1718 0%, #741c1b 100%);
  --page-surface-red-deep:
    radial-gradient(circle at top right, rgba(201,162,39,0.14), transparent 26%),
    linear-gradient(135deg, #6b1718 0%, #741c1b 48%, #541010 100%);
  --page-panel-warm:
    radial-gradient(circle at top right, rgba(201,162,39,0.13), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f4efe6 100%);
  --page-panel-soft:
    linear-gradient(180deg, rgba(255,252,247,0.86) 0%, rgba(255,248,240,0.78) 100%);
  --page-panel-sage:
    radial-gradient(circle at top right, rgba(116,28,27,0.06), transparent 30%),
    linear-gradient(180deg, #eef0ec 0%, #e7ebe5 100%);
  --ink-black:        #1A1A1A;
  --ink-gray:         #4A4A4A;
  --ink-light:        #8A8A8A;
  --cinnabar:         #C73E1D;
  --gold:             #C9A227;
  --success:          #3D7A4F;
  --warning:          #B87A1A;
  --error:            #C0392B;
  --border-light:     rgba(116, 28, 27, 0.12);
  --border-medium:    rgba(116, 28, 27, 0.25);
  --shadow-card:      0 2px 12px rgba(26, 26, 26, 0.08);
  --shadow-hover:     0 4px 20px rgba(116, 28, 27, 0.15);
  --font-title: "Noto Serif SC", "Source Han Serif SC", "STSong", "SimSun", serif;
  --font-body:  "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  --font-mono:  "Roboto Mono", "Courier New", monospace;
  --text-xs:12px; --text-sm:14px; --text-base:16px; --text-lg:18px;
  --text-xl:20px; --text-2xl:24px; --text-3xl:32px; --text-4xl:40px; --text-5xl:52px;
  --line-height-tight:1.3; --line-height-normal:1.6; --line-height-loose:1.8;
  --space-1:4px;  --space-2:8px;  --space-3:12px; --space-4:16px; --space-5:20px;
  --space-6:24px; --space-8:32px; --space-10:40px; --space-12:48px;
  --space-16:64px; --space-20:80px; --space-24:96px;
  --radius-sm:4px; --radius-md:8px; --radius-lg:12px; --radius-full:9999px;
  --site-header-bg: rgba(116, 28, 27, 0.96);
  --site-header-bg-scrolled: rgba(246, 240, 230, 0.94);
  --site-header-border: rgba(255,255,255,0.08);
  --site-header-border-scrolled: rgba(116, 28, 27, 0.12);
  --site-header-logo-bg: rgba(255,255,255,0.1);
  --site-header-logo-bg-scrolled: var(--palace-red);
  --site-header-offset: 116px;
  --page-eyebrow-size: 0.78rem;
  --page-eyebrow-letter-spacing: 0.28em;
  --page-hero-title-size: 36px;
  --page-hero-title-line-height: 1.3;
  --page-detail-hero-title-size: 36px;
  --page-detail-hero-title-line-height: 1.3;
  --page-hero-text-size: 1rem;
  --page-hero-text-line-height: 1.95;
  --page-section-title-size: clamp(1.85rem, 2.7vw, 2.15rem);
  --page-section-title-line-height: 1.35;
  --page-section-desc-size: 1.02rem;
  --page-section-desc-line-height: 1.85;
  --page-card-title-size: clamp(1.125rem, 1.8vw, 1.25rem);
  --page-card-title-line-height: 1.55;
  --page-card-text-size: 0.95rem;
  --page-card-text-line-height: 1.85;
  --page-detail-label-size: 0.82rem;
  --page-detail-label-letter-spacing: 0.12em;
  --page-detail-chip-size: 0.84rem;
  --page-detail-subheading-size: clamp(1.28rem, 2.1vw, 1.55rem);
  --page-detail-subheading-line-height: 1.48;
  --page-detail-body-size: 0.96rem;
  --page-detail-body-line-height: 1.8;
  --page-detail-meta-size: 0.88rem;
  --page-detail-meta-line-height: 1.7;
  --page-button-font-family: var(--font-body);
  --page-button-letter-spacing: 0.02em;
  --site-footer-background:
    radial-gradient(circle at top right, rgba(201,162,39,0.1), transparent 22%),
    radial-gradient(circle at 12% 18%, rgba(148,32,34,0.18), transparent 28%),
    linear-gradient(180deg, #2b2b2d 0%, #232428 100%);
  --site-footer-mark-background: linear-gradient(135deg, #8d1f21 0%, #661516 100%);
}

@import url('https://fonts.font.im/css2?family=Noto+Serif+SC:wght@400;600;700&family=Noto+Sans+SC:wght@400;500;600&display=swap');

/* === 重置 === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: var(--text-base); line-height: var(--line-height-normal); color: var(--ink-black); background-color: var(--page-surface-canvas); -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; }

/* === 字体 === */
h1, h2, h3, h4, h5, h6, .hero-title, .section-title { font-family: var(--font-title); font-weight: 600; line-height: var(--line-height-tight); color: var(--ink-black); }
h1 { font-size: var(--text-4xl); } h2 { font-size: var(--text-3xl); } h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }  h5 { font-size: var(--text-lg); }  h6 { font-size: var(--text-base); }
p, .body-text, .desc { font-family: var(--font-body); font-weight: 400; line-height: var(--line-height-normal); color: var(--ink-gray); }
.spec-value, .model-number, .stat-number, time { font-family: var(--font-mono); }

/* === 容器 === */
.container        { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 var(--space-6); }
.container-narrow { width: 100%; max-width: 900px;  margin: 0 auto; padding: 0 var(--space-6); }
.section    { padding: var(--space-20) 0; }
.section-sm { padding: var(--space-12) 0; }

/* === 按钮 === */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); font-family: var(--font-body); font-weight: 500; cursor: pointer; border: none; outline: none; transition: all 0.2s ease; white-space: nowrap; text-decoration: none; }
.btn-primary  { background: var(--palace-red); color: #fff; padding: 12px 28px; border-radius: var(--radius-md); font-size: var(--text-base); }
.btn-primary:hover { background: var(--palace-red-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(116,28,27,0.3); }
.btn-secondary { background: transparent; color: var(--palace-red); border: 1.5px solid var(--palace-red); padding: 11px 27px; border-radius: var(--radius-md); font-size: var(--text-base); }
.btn-secondary:hover { background: var(--palace-red); color: #fff; }
.btn-ghost-light { background: rgba(246,240,230,0.15); color: var(--rice-paper); border: 1px solid rgba(246,240,230,0.4); padding: 11px 27px; border-radius: var(--radius-md); font-size: var(--text-base); }
.btn-ghost-light:hover { background: rgba(246,240,230,0.28); }
.btn-gold { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); padding: 11px 27px; border-radius: var(--radius-md); font-size: var(--text-base); }
.btn-gold:hover { background: var(--gold); color: #fff; }
.btn-sm { padding: 8px 20px; font-size: var(--text-sm); }
.btn-lg { padding: 16px 36px; font-size: var(--text-lg); }

/* === 卡片 === */
.card-rice-paper { background: var(--rice-paper-warm); border: 1px solid var(--border-light); border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: var(--space-6); transition: box-shadow 0.2s, border-color 0.2s; }
.card-rice-paper:hover { box-shadow: var(--shadow-hover); border-color: var(--border-medium); }
.card-accent { background: var(--page-surface-card-solid); border: 1.5px solid var(--palace-red); border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: var(--space-6); }
.card-dark   { background: rgba(255,255,255,0.08); border: 1px solid rgba(246,240,230,0.2); border-radius: var(--radius-md); color: var(--rice-paper); padding: var(--space-6); }
.card-cool   { background: var(--rice-paper-cool); border: 1px solid var(--border-light); border-radius: var(--radius-md); padding: var(--space-6); }

/* === 标签 === */
.stamp-tag    { display: inline-flex; align-items: center; padding: 3px 10px; border: 1.5px solid var(--cinnabar); border-radius: var(--radius-sm); color: var(--cinnabar); font-size: var(--text-xs); font-family: var(--font-title); letter-spacing: 0.05em; }
.tag-capsule  { display: inline-flex; align-items: center; padding: 4px 14px; background: rgba(246,240,230,0.15); border: 1px solid rgba(246,240,230,0.3); border-radius: var(--radius-full); color: var(--rice-paper); font-size: var(--text-sm); }
.tag-category { display: inline-flex; align-items: center; padding: 2px 10px; background: var(--rice-paper-warm); border: 1px solid var(--border-light); border-radius: var(--radius-sm); color: var(--ink-gray); font-size: var(--text-xs); }

/* === 金色 === */
.nav-active-line { border-bottom: 2px solid var(--gold); }
.gold-badge { display: inline-block; padding: 2px 8px; background: var(--gold); color: #fff; font-size: var(--text-xs); font-weight: 600; border-radius: var(--radius-sm); }
.qual-honor { color: var(--gold); border-bottom: 1px solid var(--gold); }

/* === 纹样背景 === */
.pattern-bg { position: relative; }
.pattern-bg > * { position: relative; z-index: 1; }

/* === 首屏 Hero === */
.hero-dark-red { background: var(--palace-red-dark); color: var(--rice-paper); position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; padding: var(--space-20) 0; }
.hero-dark-red .hero-title    { font-family: var(--font-title); font-size: var(--text-4xl); font-weight: 700; color: var(--rice-paper); line-height: var(--line-height-tight); margin-bottom: var(--space-4); }
.hero-dark-red .hero-subtitle { font-size: var(--text-lg); color: rgba(246,240,230,0.85); line-height: var(--line-height-normal); margin-bottom: var(--space-6); }
.hero-dark-red .hero-tags     { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-8); }
.hero-dark-red .hero-actions  { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: center; }

/* === 导航 === */
.site-header             { position: sticky; top: 0; z-index: 100; transition: background 0.3s, box-shadow 0.3s; }
.site-header-transparent { background: transparent; }
.site-header-scrolled    { background: var(--page-surface-paper); border-bottom: 1px solid var(--border-light); box-shadow: 0 2px 8px rgba(26,26,26,0.06); }
.site-logo { color: var(--palace-red); font-family: var(--font-title); font-size: var(--text-xl); font-weight: 700; }
.nav-item { font-family: var(--font-body); color: var(--ink-black); font-size: var(--text-base); padding: var(--space-2) var(--space-3); position: relative; transition: color 0.2s; }
.nav-item:hover { color: var(--palace-red); }
.nav-item.active { color: var(--palace-red); font-weight: 500; }
.nav-item.active::after { content: ''; display: block; position: absolute; bottom: -2px; left: var(--space-3); right: var(--space-3); height: 2px; background: var(--gold); border-radius: 1px; }
.nav-cta { background: var(--palace-red) !important; color: #fff !important; padding: 8px 20px; border-radius: var(--radius-md); font-size: var(--text-sm); font-weight: 500; transition: background 0.2s; }
.nav-cta:hover { background: var(--palace-red-dark) !important; }

/* === 信任锚点 === */
.trust-anchors { background: var(--rice-paper-warm); padding: var(--space-12) 0; }
.trust-stat { text-align: center; padding: var(--space-4); }
.trust-stat .stat-number { font-family: var(--font-mono); font-size: var(--text-4xl); font-weight: 700; color: var(--palace-red); display: block; line-height: 1; margin-bottom: var(--space-2); }
.trust-stat .stat-label  { font-size: var(--text-sm); color: var(--ink-gray); }

/* === 场景卡片 === */
.scene-card { background: var(--rice-paper-cool); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: var(--space-8); transition: all 0.25s; cursor: pointer; }
.scene-card:hover { border-color: var(--palace-red); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.scene-card .scene-icon  { width: 48px; height: 48px; background: rgba(116,28,27,0.08); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: var(--space-4); color: var(--palace-red); }
.scene-card .scene-title { font-family: var(--font-title); font-size: var(--text-xl); color: var(--ink-black); margin-bottom: var(--space-3); }
.scene-card .scene-pain  { font-size: var(--text-sm); color: var(--ink-gray); margin-bottom: var(--space-3); }
.scene-card .scene-value { font-size: var(--text-sm); color: var(--palace-red); font-weight: 500; }

/* === 能力总览区 === */
.capability-section { background: var(--palace-red-dark); padding: var(--space-20) 0; position: relative; overflow: hidden; color: var(--rice-paper); }

/* === 方案/产品卡片 === */
.solution-card { background: var(--page-surface-card-solid); border: 1px solid var(--border-light); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow 0.25s, border-color 0.25s; }
.solution-card:hover { box-shadow: var(--shadow-hover); border-color: var(--border-medium); }
.solution-card .card-body    { padding: var(--space-6); }
.solution-card .card-title   { font-family: var(--font-title); font-size: var(--text-xl); color: var(--ink-black); margin-bottom: var(--space-3); }
.solution-card .card-summary { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-loose); margin-bottom: var(--space-4); }
.solution-card .card-link    { color: var(--palace-red); font-size: var(--text-sm); font-weight: 500; display: inline-flex; align-items: center; gap: var(--space-1); transition: gap 0.2s; }
.solution-card .card-link:hover { gap: var(--space-2); }

/* === 痛点 === */
.pain-point-item { display: flex; gap: var(--space-4); padding: var(--space-5); background: var(--rice-paper-cool); border-radius: var(--radius-md); border-left: 3px solid var(--palace-red); }
.pain-point-item .pain-number { font-family: var(--font-mono); font-size: var(--text-2xl); font-weight: 700; color: var(--border-light); min-width: 40px; line-height: 1; }
.pain-point-item .pain-text   { font-size: var(--text-base); color: var(--ink-gray); line-height: var(--line-height-normal); }

/* === 应用价值 === */
.value-card { background: var(--page-surface-card-solid); border: 1.5px solid var(--palace-red); border-radius: var(--radius-md); padding: var(--space-6); text-align: center; }
.value-card .value-label { font-family: var(--font-title); font-size: var(--text-2xl); color: var(--palace-red); font-weight: 700; margin-bottom: var(--space-3); }
.value-card .value-desc  { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-normal); }

/* === 强转化区 === */
.conversion-section { background: var(--palace-red-dark); padding: var(--space-20) 0; text-align: center; position: relative; overflow: hidden; }
.conversion-section .conversion-title    { font-family: var(--font-title); font-size: var(--text-3xl); color: var(--rice-paper); margin-bottom: var(--space-4); }
.conversion-section .conversion-subtitle { font-size: var(--text-lg); color: rgba(246,240,230,0.8); margin-bottom: var(--space-10); }
.conversion-entries { display: flex; flex-wrap: wrap; gap: var(--space-6); justify-content: center; }
.conversion-entry { background: rgba(255,255,255,0.1); border: 1px solid rgba(246,240,230,0.25); border-radius: var(--radius-lg); padding: var(--space-6); min-width: 200px; flex: 1; max-width: 280px; transition: background 0.2s; }
.conversion-entry:hover { background: rgba(255,255,255,0.16); }
.conversion-entry .entry-label { font-family: var(--font-title); font-size: var(--text-lg); color: var(--rice-paper); margin-bottom: var(--space-2); }
.conversion-entry .entry-desc  { font-size: var(--text-sm); color: rgba(246,240,230,0.7); }

/* === 面包屑 === */
.breadcrumb { display: flex; align-items: center; gap: var(--space-2); font-size: var(--text-sm); color: var(--ink-light); padding: var(--space-4) 0; }
.breadcrumb-item.active { color: var(--ink-gray); }
.breadcrumb-separator   { color: var(--border-medium); font-size: var(--text-xs); }

/* === FAQ === */
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: var(--space-5) 0; cursor: pointer; font-weight: 500; color: var(--ink-black); transition: color 0.2s; }
.faq-question:hover { color: var(--palace-red); }
.faq-answer { padding-bottom: var(--space-5); font-size: var(--text-base); color: var(--ink-gray); line-height: var(--line-height-loose); }

/* === 表单 === */
.form-group { margin-bottom: var(--space-5); }
.form-label { display: block; font-size: var(--text-sm); font-weight: 500; color: var(--ink-black); margin-bottom: var(--space-2); }
.form-label .required { color: var(--cinnabar); margin-left: 2px; }
.form-control { width: 100%; padding: 10px 14px; border: 1px solid var(--border-medium); border-radius: var(--radius-md); font-size: var(--text-base); color: var(--ink-black); background: var(--rice-paper-cool); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-control::placeholder { color: var(--ink-light); }
.form-control:focus { border-color: var(--palace-red); box-shadow: 0 0 0 3px rgba(116,28,27,0.1); }
.form-textarea { min-height: 120px; resize: vertical; }
.form-error    { display: block; font-size: var(--text-xs); color: var(--error); margin-top: var(--space-1); }

/* === 悬浮CTA === */
.floating-cta { position: fixed; right: var(--space-5); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: var(--space-3); z-index: 90; }
.floating-cta-btn { display: flex; flex-direction: column; align-items: center; gap: var(--space-1); padding: var(--space-3) var(--space-4); background: var(--palace-red); color: #fff; border-radius: var(--radius-md); font-size: var(--text-xs); font-weight: 500; cursor: pointer; transition: background 0.2s, transform 0.2s; border: none; min-width: 64px; text-align: center; box-shadow: 0 2px 8px rgba(116,28,27,0.3); }
.floating-cta-btn:hover { background: var(--palace-red-dark); transform: translateX(-2px); }
.floating-cta-btn.btn-wecom { background: #07C160; }
.floating-cta-btn.btn-wecom:hover { background: #06AD56; }
.floating-cta-btn.btn-tel { background: var(--ink-black); }
.floating-cta-btn.btn-tel:hover { background: var(--ink-gray); }

/* === 资质卡片 === */
.qual-card { background: var(--rice-paper-cool); border: 1px solid var(--border-light); border-radius: var(--radius-md); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); transition: box-shadow 0.2s; }
.qual-card:hover { box-shadow: var(--shadow-hover); }
.qual-card .qual-type  { font-size: var(--text-xs); color: var(--ink-light); font-family: var(--font-title); letter-spacing: 0.03em; }
.qual-card .qual-title { font-family: var(--font-title); font-size: var(--text-base); font-weight: 600; color: var(--ink-black); }
.qual-card .qual-date  { font-family: var(--font-mono); font-size: var(--text-xs); color: var(--ink-light); }

/* === 页尾 === */
.site-footer { background: var(--ink-black); color: rgba(246,240,230,0.7); padding: var(--space-20) 0 var(--space-10); }
.site-footer .footer-logo      { font-family: var(--font-title); font-size: var(--text-xl); color: var(--rice-paper); font-weight: 700; margin-bottom: var(--space-4); }

/* ============================================================
   首页高保真原型
   ============================================================ */
.home-proto-page {
  background:
    radial-gradient(circle at top left, rgba(201,162,39,0.08), transparent 28%),
    linear-gradient(180deg, #fbf7ef 0%, #f3ecdf 100%);
}

.home-proto-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-proto-section {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
}

.home-proto-section-paper {
  background:
    linear-gradient(180deg, rgba(255,253,248,0.9), rgba(247,241,232,0.92)),
    var(--page-surface-paper);
}

.home-proto-section-warm {
  background:
    radial-gradient(circle at top right, rgba(201,162,39,0.14), transparent 22%),
    linear-gradient(180deg, #f4efe6 0%, #ece5d8 100%);
}

.home-proto-section-sage {
  background:
    radial-gradient(circle at top left, rgba(116,28,27,0.08), transparent 28%),
    linear-gradient(180deg, #eef0ec 0%, #e6eae3 100%);
}

.home-proto-section-dark {
  background:
    radial-gradient(circle at top right, rgba(201,162,39,0.16), transparent 24%),
    linear-gradient(180deg, #651515 0%, #3f1010 100%);
}

.home-proto-section-cta {
  background:
    radial-gradient(circle at top right, rgba(201,162,39,0.18), transparent 26%),
    linear-gradient(180deg, #691718 0%, #7a1f27 100%);
}

.home-proto-hero {
  position: relative;
  min-height: calc(100vh - var(--site-header-offset, 116px));
  display: flex;
  align-items: center;
  padding: 56px 0 68px;
  background:
    radial-gradient(circle at top left, rgba(201,162,39,0.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(143,29,29,0.12), transparent 22%),
    linear-gradient(180deg, #fbf7ef 0%, #efe6d8 100%);
}

.home-proto-hero::before,
.home-proto-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(116,28,27,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116,28,27,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
}

.home-proto-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 42px;
  align-items: center;
}

.home-proto-hero-copy {
  max-width: 720px;
}

.home-proto-eyebrow,
.home-proto-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  color: rgba(116,28,27,0.8);
  text-transform: uppercase;
}

.home-proto-eyebrow::before,
.home-proto-section-kicker::before {
  content: '';
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.home-proto-eyebrow.is-light,
.home-proto-section-heading.is-light .home-proto-section-kicker {
  color: rgba(246,240,230,0.82);
}

.home-proto-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(2.7rem, 4.5vw, 4rem);
  line-height: 1.14;
  color: #241b17;
  letter-spacing: 0.04em;
}

.home-proto-hero-desc {
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.95;
  color: rgba(36,29,26,0.78);
}

.home-proto-chip-row,
.home-proto-badge-row,
.home-proto-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-proto-chip-row {
  margin-top: 24px;
}

.home-proto-badge-row {
  margin-top: 26px;
}

.home-proto-outline-chip,
.home-proto-soft-badge,
.home-proto-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.home-proto-outline-chip {
  border: 1px solid rgba(116,28,27,0.22);
  background: rgba(255,255,255,0.72);
  color: var(--palace-red);
  box-shadow: 0 10px 28px rgba(54,33,21,0.05);
}

.home-proto-soft-badge {
  border: 1px solid rgba(116,28,27,0.1);
  background: rgba(255,255,255,0.62);
  color: rgba(36,29,26,0.72);
}

.home-proto-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-proto-primary-btn,
.home-proto-secondary-btn,
.home-proto-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
}

.home-proto-primary-btn {
  background: linear-gradient(135deg, #8f1d1d 0%, #731818 100%);
  color: #fff;
  border: 1px solid rgba(143,29,29,0.8);
  box-shadow: 0 18px 34px rgba(116,28,27,0.16);
}

.home-proto-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(116,28,27,0.24);
}

.home-proto-primary-btn.is-compact {
  min-height: 46px;
  padding: 0 20px;
}

.home-proto-secondary-btn {
  background: rgba(255,255,255,0.78);
  color: var(--palace-red);
  border: 1px solid rgba(116,28,27,0.26);
}

.home-proto-secondary-btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

.home-proto-inline-link {
  color: var(--palace-red);
  font-weight: 600;
  gap: 8px;
}

.home-proto-inline-link::after {
  content: '→';
  transition: transform 0.24s ease;
}

.home-proto-inline-link:hover::after {
  transform: translateX(3px);
}

.home-proto-hero-stage {
  display: grid;
  gap: 18px;
}

.home-proto-stage-card,
.home-proto-stat-card,
.home-proto-portal-card,
.home-proto-solution-feature,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-case-lead,
.home-proto-case-mini,
.home-proto-resource-board,
.home-proto-resource-panel,
.home-proto-process-card,
.home-proto-cta-shell {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(116,28,27,0.12);
  background: rgba(255,251,246,0.9);
  box-shadow: 0 16px 34px rgba(54,33,21,0.08);
}

.home-proto-stage-card.is-main {
  overflow: hidden;
  min-height: 420px;
}

.home-proto-stage-card.is-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  background: rgba(255,248,240,0.82);
}

.home-proto-stage-media,
.home-proto-feature-visual,
.home-proto-product-media,
.home-proto-case-lead-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(201,162,39,0.14));
}

.home-proto-stage-media {
  height: 100%;
}

.home-proto-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-proto-media-fallback {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 18px;
  overflow: hidden;
}

.home-proto-media-fallback span {
  position: relative;
  z-index: 1;
  color: rgba(255,250,245,0.94);
  font-size: 0.94rem;
  letter-spacing: 0.12em;
}

.home-proto-media-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.home-proto-media-fallback.tone-hero {
  background: linear-gradient(135deg, #632324 0%, #8c1f21 52%, #c9a227 100%);
}

.home-proto-media-fallback.tone-solution {
  background: linear-gradient(135deg, #7d1d1e 0%, #5a1919 48%, #a77b2a 100%);
}

.home-proto-media-fallback.tone-product {
  background: linear-gradient(135deg, #50453c 0%, #716458 48%, #9d2222 100%);
}

.home-proto-media-fallback.tone-case {
  background: linear-gradient(135deg, #291a18 0%, #5e1414 50%, #9f6f2b 100%);
}

.home-proto-media-fallback.tone-resource {
  background: linear-gradient(135deg, #4a3323 0%, #7a5638 52%, #2b6a73 100%);
}

.home-proto-stage-overlay {
  position: absolute;
  inset: auto 20px 20px 20px;
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(29,18,15,0.18), rgba(29,18,15,0.74));
  color: #fff7f1;
  backdrop-filter: blur(8px);
}

.home-proto-stage-overlay span,
.home-proto-side-metric span,
.home-proto-feature-tag,
.home-proto-resource-type,
.home-proto-product-meta span,
.home-proto-case-lead-body span,
.home-proto-case-mini-copy span,
.home-proto-portal-kicker {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-proto-stage-overlay strong,
.home-proto-side-metric strong {
  font-size: 1.05rem;
  line-height: 1.6;
}

.home-proto-side-metric {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(116,28,27,0.1);
  display: grid;
  gap: 8px;
}

.home-proto-stats-strip {
  padding: 0 0 24px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.home-proto-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-proto-stat-card {
  padding: 22px 20px;
  background: rgba(255,252,247,0.92);
  text-align: center;
}

.home-proto-stat-card strong {
  display: block;
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  margin-bottom: 6px;
}

.home-proto-stat-card span {
  color: rgba(36,29,26,0.68);
  font-size: 0.9rem;
}

.home-proto-section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.home-proto-section-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.28;
  color: #241b17;
}

.home-proto-section-heading.is-light h2,
.home-proto-section-heading.is-light p {
  color: rgba(250,244,237,0.94);
}

.home-proto-section-heading p {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(36,29,26,0.74);
}

.home-proto-portal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-proto-portal-card {
  padding: 24px;
  min-height: 238px;
  display: grid;
  gap: 16px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-proto-portal-card:hover,
.home-proto-solution-card:hover,
.home-proto-product-card:hover,
.home-proto-case-mini:hover,
.home-proto-resource-item:hover,
.home-proto-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(54,33,21,0.12);
  border-color: rgba(116,28,27,0.24);
}

.home-proto-portal-card h3,
.home-proto-solution-card h3,
.home-proto-product-card h3,
.home-proto-case-mini h3,
.home-proto-resource-item h4,
.home-proto-process-card h3 {
  color: #241b17;
}

.home-proto-portal-card h3 {
  font-size: 1.55rem;
}

.home-proto-portal-card p {
  line-height: 1.85;
}

.home-proto-portal-link {
  margin-top: auto;
  color: var(--palace-red);
  font-weight: 600;
}

.home-proto-solution-layout,
.home-proto-resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 22px;
}

.home-proto-solution-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
}

.home-proto-feature-visual,
.home-proto-product-media {
  min-height: 100%;
}

.home-proto-feature-body,
.home-proto-product-body,
.home-proto-case-lead-body,
.home-proto-resource-panel {
  padding: 26px;
}

.home-proto-feature-body h3,
.home-proto-resource-panel h3,
.home-proto-case-lead-body h3 {
  margin: 14px 0 14px;
  font-size: 1.9rem;
  line-height: 1.35;
}

.home-proto-feature-body p,
.home-proto-resource-panel p,
.home-proto-case-lead-body p {
  line-height: 1.9;
}

.home-proto-feature-tag {
  color: var(--gold);
}

.home-proto-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 18px;
}

.home-proto-check-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(36,29,26,0.76);
  line-height: 1.8;
}

.home-proto-check-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 1rem;
}

.home-proto-solution-stack,
.home-proto-case-side,
.home-proto-resource-list {
  display: grid;
  gap: 16px;
}

.home-proto-solution-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 16px;
  padding: 18px;
}

.home-proto-solution-card-copy,
.home-proto-case-mini-copy {
  display: grid;
  gap: 10px;
}

.home-proto-solution-card-copy p,
.home-proto-case-mini-copy p,
.home-proto-resource-item p,
.home-proto-product-card p,
.home-proto-process-card p {
  color: rgba(36,29,26,0.72);
  line-height: 1.82;
}

.home-proto-solution-thumb {
  overflow: hidden;
  border-radius: 12px;
  min-height: 148px;
}

.home-proto-pill-row {
  margin-bottom: 20px;
}

.home-proto-pill {
  border: 1px solid rgba(116,28,27,0.14);
  background: rgba(255,255,255,0.74);
  color: rgba(36,29,26,0.7);
}

.home-proto-pill.is-active {
  background: rgba(143,29,29,0.1);
  border-color: rgba(143,29,29,0.26);
  color: var(--palace-red);
}

.home-proto-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-proto-product-card {
  overflow: hidden;
}

.home-proto-product-media {
  min-height: 220px;
}

.home-proto-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: rgba(36,29,26,0.66);
}

.home-proto-product-meta strong {
  color: var(--palace-red);
  font-size: 0.86rem;
}

.home-proto-product-body h3 {
  margin: 12px 0 10px;
  font-size: 1.32rem;
}

.home-proto-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px;
}

.home-proto-case-lead {
  overflow: hidden;
  background: rgba(255,252,247,0.08);
  border-color: rgba(246,240,230,0.18);
}

.home-proto-case-lead-media {
  min-height: 320px;
}

.home-proto-case-lead-body,
.home-proto-case-mini {
  color: rgba(255,250,245,0.92);
}

.home-proto-case-lead-body span,
.home-proto-case-mini-copy span {
  color: rgba(201,162,39,0.88);
}

.home-proto-case-lead-body h3,
.home-proto-case-mini h3 {
  color: #fff8f2;
}

.home-proto-case-lead-body p,
.home-proto-case-mini p {
  color: rgba(255,245,238,0.76);
}

.home-proto-case-date,
.home-proto-case-mini-meta {
  color: rgba(255,245,238,0.6);
  font-size: 0.88rem;
  margin-top: 14px;
}

.home-proto-case-mini {
  padding: 20px 22px;
  background: rgba(255,255,255,0.06);
  border-color: rgba(246,240,230,0.16);
}

.home-proto-resource-board {
  padding: 24px;
}

.home-proto-resource-board-head {
  margin-bottom: 14px;
  display: grid;
  gap: 10px;
}

.home-proto-resource-board-head span {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--palace-red);
  text-transform: uppercase;
}

.home-proto-resource-board-head h3 {
  font-size: 1.8rem;
  line-height: 1.35;
}

.home-proto-resource-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(116,28,27,0.1);
  background: rgba(255,255,255,0.74);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-proto-resource-type {
  color: var(--palace-red);
}

.home-proto-resource-item h4 {
  margin: 8px 0;
  font-size: 1.18rem;
}

.home-proto-resource-item strong {
  color: var(--palace-red);
  white-space: nowrap;
}

.home-proto-resource-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(201,162,39,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,253,248,0.95), rgba(246,239,230,0.94));
}

.home-proto-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-proto-process-card {
  padding: 24px;
  min-height: 248px;
}

.home-proto-process-step {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--font-title);
  font-size: 2rem;
  line-height: 1;
}

.home-proto-process-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.home-proto-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  padding: 28px;
  background: rgba(255,255,255,0.05);
  border-color: rgba(246,240,230,0.16);
}

.home-proto-cta-copy {
  padding: 18px 4px;
}

.home-proto-cta-copy h2 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.3;
  color: #fff8f2;
}

.home-proto-cta-copy p {
  color: rgba(246,240,230,0.76);
  line-height: 1.9;
}

.home-proto-section-cta .home-demand-shell {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  padding: 22px;
}

.home-proto-section-cta .home-demand-divider {
  border-left-color: rgba(255,255,255,0.14) !important;
}

@media (max-width: 1199px) {
  .home-proto-hero-grid,
  .home-proto-solution-layout,
  .home-proto-resource-layout,
  .home-proto-case-layout,
  .home-proto-cta-shell {
    grid-template-columns: 1fr;
  }

  .home-proto-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proto-portal-grid,
  .home-proto-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proto-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-proto-container {
    padding: 0 16px;
  }

  .home-proto-section {
    padding: 64px 0;
  }

  .home-proto-hero {
    min-height: auto;
    padding: 24px 0 46px;
  }

  .home-proto-hero-grid {
    gap: 24px;
  }

  .home-proto-hero h1 {
    margin: 14px 0 14px;
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .home-proto-hero-desc,
  .home-proto-section-heading p,
  .home-proto-feature-body p,
  .home-proto-resource-panel p,
  .home-proto-case-lead-body p {
    font-size: 0.96rem;
  }

  .home-proto-action-row,
  .home-proto-badge-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-proto-primary-btn,
  .home-proto-secondary-btn {
    width: 100%;
  }

  .home-proto-stage-card.is-side {
    grid-template-columns: 1fr;
  }

  .home-proto-stats-strip {
    margin-top: -18px;
  }

  .home-proto-stats-grid,
  .home-proto-portal-grid,
  .home-proto-product-grid,
  .home-proto-process-grid {
    grid-template-columns: 1fr;
  }

  .home-proto-solution-feature {
    grid-template-columns: 1fr;
  }

  .home-proto-solution-card {
    grid-template-columns: 1fr;
  }

  .home-proto-solution-thumb {
    min-height: 188px;
  }

  .home-proto-resource-item {
    grid-template-columns: 1fr;
  }

  .home-proto-process-card {
    min-height: auto;
  }

  .home-proto-section-cta .home-demand-shell {
    padding: 18px;
  }
}
.site-footer .footer-tagline   { font-size: var(--text-sm); color: rgba(246,240,230,0.55); margin-bottom: var(--space-6); }
.site-footer .footer-nav-title { font-family: var(--font-title); font-size: var(--text-sm); color: var(--rice-paper); font-weight: 600; margin-bottom: var(--space-4); letter-spacing: 0.03em; }
.site-footer .footer-nav-item  { display: block; font-size: var(--text-sm); color: rgba(246,240,230,0.6); padding: var(--space-1) 0; transition: color 0.2s; }
.site-footer .footer-nav-item:hover { color: var(--rice-paper); }
.site-footer .footer-bottom    { margin-top: var(--space-12); padding-top: var(--space-6); border-top: 1px solid rgba(246,240,230,0.1); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--space-4); font-size: var(--text-xs); color: rgba(246,240,230,0.4); }

/* === 网格 === */
.grid   { display: grid; gap: var(--space-6); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* === 工具类 === */
.text-center{text-align:center} .text-left{text-align:left} .text-right{text-align:right}
.text-red{color:var(--palace-red)} .text-gold{color:var(--gold)} .text-ink{color:var(--ink-black)}
.text-gray{color:var(--ink-gray)} .text-light{color:var(--ink-light)} .text-white{color:#fff} .text-rice{color:var(--rice-paper)}
.bg-dark-red{background:var(--palace-red-dark)} .bg-red{background:var(--palace-red)}
.bg-rice{background:var(--page-surface-canvas)} .bg-rice-warm{background:var(--page-surface-warm)}
.bg-rice-cool{background:var(--page-surface-paper)} .bg-ink{background:var(--ink-black)}
.page-surface-canvas{background:var(--page-surface-canvas)}
.page-surface-paper{background:var(--page-surface-paper)}
.page-surface-warm{background:var(--page-surface-warm)}
.page-surface-sage{background:var(--page-surface-sage)}
.page-surface-red{background:var(--page-surface-red); color:#fff}
.font-title{font-family:var(--font-title)} .font-body{font-family:var(--font-body)} .font-mono{font-family:var(--font-mono)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

/* === 动效 === */
@media (prefers-reduced-motion: no-preference) {
  .fade-in { animation: fadeIn 0.3s ease forwards; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}

/* === 响应式 === */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  h1{font-size:var(--text-3xl)} h2{font-size:var(--text-2xl)}
  .hero-dark-red{min-height:auto;padding:var(--space-12) 0}
  .hero-dark-red .hero-title{font-size:var(--text-3xl)}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .conversion-entries{flex-direction:column;align-items:center}
  .conversion-entry{max-width:100%;width:100%}
  .floating-cta{right:var(--space-3);bottom:var(--space-5);top:auto;transform:none;flex-direction:row}
  .container{padding:0 var(--space-4)} .section{padding:var(--space-12) 0}
}
@media (max-width: 640px) {
  .hero-dark-red .hero-actions{flex-direction:column;width:100%}
  .hero-dark-red .hero-actions .btn{width:100%;justify-content:center}
  .btn-primary,.btn-secondary,.btn-ghost-light{min-height:44px}
}

/* === 新增组件样式 === */

/* 信任锚点条 */
.trust-anchor-bar { background: var(--rice-paper-warm); padding: var(--space-10) 0; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.trust-items { display: flex; justify-content: center; gap: var(--space-12); flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-number { display: block; font-family: var(--font-mono); font-size: var(--text-3xl); font-weight: 700; color: var(--palace-red); line-height: 1.1; }
.trust-label { display: block; font-size: var(--text-sm); color: var(--ink-gray); margin-top: var(--space-1); }

/* section 装饰标签 */
.section-label { font-size: var(--text-xs); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--palace-red); margin-bottom: var(--space-3); }

/* hero 副标题别名 */
.hero-sub { font-size: var(--text-lg); color: rgba(246,240,230,0.85); line-height: var(--line-height-normal); margin-bottom: var(--space-8); max-width: 640px; }

/* 方案卡片网格 */
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); margin-top: var(--space-8); }
.solution-card { display: block; background: var(--rice-paper-cool); border: 1.5px solid var(--border-light); border-radius: var(--radius-lg); padding: var(--space-8); text-decoration: none; transition: all 0.25s; }
.solution-card:hover { border-color: var(--palace-red); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.solution-card__title { font-family: var(--font-title); font-size: var(--text-xl); color: var(--ink-black); margin: var(--space-4) 0 var(--space-3); }
.solution-card__desc { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-normal); margin-bottom: var(--space-4); }
.solution-card__arrow { font-size: var(--text-sm); color: var(--palace-red); font-weight: 600; }

/* 场景卡片别名 */
.scene-card__title { font-family: var(--font-title); font-size: var(--text-xl); color: var(--ink-black); margin: var(--space-3) 0 var(--space-2); }
.scene-card__desc { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-normal); }

/* 价值卡片别名 */
.value-card__title { font-family: var(--font-title); font-size: var(--text-lg); color: var(--palace-red); font-weight: 700; margin-bottom: var(--space-3); }
.value-card__desc { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-normal); }

/* 痛点解法 */
.pain-points-list { display: flex; flex-direction: column; gap: var(--space-4); margin-top: var(--space-8); }
.pain-point-item { display: grid; grid-template-columns: 1fr auto 1fr; gap: var(--space-6); align-items: center; background: var(--rice-paper-cool); border-radius: var(--radius-lg); padding: var(--space-6); }
.pain-point-item__problem, .pain-point-item__solution { display: flex; flex-direction: column; gap: var(--space-2); }
.pain-point-item__problem p, .pain-point-item__solution p { margin: 0; font-size: var(--text-base); color: var(--ink-gray); line-height: var(--line-height-normal); }
.pain-point-item__arrow { font-size: var(--text-2xl); color: var(--palace-red); font-weight: 700; }

/* 合作流程步骤 */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); margin-top: var(--space-8); }
.process-step { text-align: center; padding: var(--space-6); background: var(--rice-paper-cool); border-radius: var(--radius-lg); position: relative; }
.process-step__number { font-family: var(--font-mono); font-size: var(--text-3xl); font-weight: 700; color: var(--border-light); margin-bottom: var(--space-3); display: block; }
.process-step__title { font-family: var(--font-title); font-size: var(--text-lg); color: var(--palace-red); font-weight: 600; margin-bottom: var(--space-2); }
.process-step__desc { font-size: var(--text-sm); color: var(--ink-gray); line-height: var(--line-height-normal); }

/* 悬浮联系方式 */
.floating-wecom { position: fixed; right: 24px; bottom: 96px; z-index: 900; display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.floating-wecom__item { position: relative; }
.floating-wecom__btn { position: relative; width: 76px; min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: rgba(116,28,27,0.96); color: var(--rice-paper); border: 1px solid rgba(201,162,39,0.28); border-radius: 14px; padding: 10px 8px; cursor: pointer; font-size: 0.78rem; font-weight: 700; line-height: 1.2; text-decoration: none; box-shadow: 0 14px 32px rgba(47,18,17,0.2); transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease; white-space: nowrap; }
.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible { background: var(--palace-red-dark); border-color: rgba(201,162,39,0.54); transform: translateX(-3px); outline: none; }
.floating-wecom__btn--phone { background: #4c1918; }
.floating-wecom__btn--main { width: 100%; }
.floating-wecom__btn--service { background: var(--cinnabar); }
.floating-wecom__btn--top { background: rgba(255,251,245,0.96); color: var(--palace-red); border-color: rgba(116,28,27,0.16); }
.floating-wecom__btn--top:hover,
.floating-wecom__btn--top:focus-visible { background: #fff; color: var(--palace-red-dark); }
.floating-wecom__icon { font-size: 1.15rem; line-height: 1; font-family: var(--font-title); }
.floating-wecom__label { letter-spacing: 0.02em; }
.floating-wecom__tooltip { position: absolute; top: 50%; right: calc(100% + 12px); transform: translate(8px, -50%); opacity: 0; pointer-events: none; padding: 9px 12px; border-radius: 999px; background: rgba(47,18,17,0.94); color: #fff; font-size: 0.82rem; box-shadow: 0 12px 28px rgba(47,18,17,0.22); transition: opacity 0.2s ease, transform 0.2s ease; }
.floating-wecom__btn:hover .floating-wecom__tooltip,
.floating-wecom__btn:focus-visible .floating-wecom__tooltip { opacity: 1; transform: translate(0, -50%); }
.floating-wecom__panel { position: absolute; right: calc(100% + 14px); top: 50%; width: 214px; transform: translate(10px, -50%); opacity: 0; pointer-events: none; background: var(--page-surface-card-solid); border: 1px solid rgba(116,28,27,0.14); border-radius: 18px; padding: 18px; box-shadow: 0 18px 46px rgba(47,18,17,0.18); text-align: center; transition: opacity 0.2s ease, transform 0.2s ease; }
.floating-wecom__item:hover .floating-wecom__panel,
.floating-wecom__item:focus-within .floating-wecom__panel { opacity: 1; pointer-events: auto; transform: translate(0, -50%); }
.floating-wecom__title { margin: 0 0 12px; font-family: var(--font-title); font-size: 1rem; color: var(--ink-black); font-weight: 700; }
.floating-wecom__qr { display: flex; justify-content: center; margin-bottom: 12px; }
.floating-wecom__qr img { width: 150px; height: 150px; object-fit: cover; border: 1px solid rgba(116,28,27,0.14); border-radius: 12px; background: #fff; }
.floating-wecom__qr-placeholder { width: 150px; height: 150px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px dashed rgba(116,28,27,0.26); border-radius: 12px; background: #fff; color: var(--ink-gray); font-size: 0.86rem; line-height: 1.6; }
.floating-wecom__qr-placeholder { flex-direction: column; gap: 8px; text-align: center; }
.floating-wecom__qr-placeholder strong { color: var(--ink-black); font-family: var(--font-title); font-size: 0.95rem; }
.floating-wecom__qr-placeholder span { font-size: 0.8rem; color: var(--ink-gray); line-height: 1.7; }
.floating-wecom__hint { margin: 0; font-size: 0.78rem; color: var(--ink-gray); line-height: 1.7; }
.floating-wecom__panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8d1f21 0%, #661516 100%);
  color: #fff7ee;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(47,18,17,0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.floating-wecom__panel-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(47,18,17,0.22);
}

/* 资质卡片 */
.qual-card { padding: var(--space-6); }
.qual-card__icon { font-size: 2rem; margin-bottom: var(--space-3); }
.qual-card__title { font-family: var(--font-title); font-size: var(--text-lg); color: var(--palace-red); font-weight: 600; margin-bottom: var(--space-3); }
.qual-card__list { list-style: none; padding: 0; margin: 0; }
.qual-card__list li { font-size: var(--text-sm); color: var(--ink-gray); padding: var(--space-1) 0; border-bottom: 1px solid var(--border-light); line-height: var(--line-height-normal); }
.qual-card__list li:last-child { border-bottom: none; }

/* 响应式补充 */
@media (max-width: 900px) {
  .solutions-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .pain-point-item { grid-template-columns: 1fr; }
  .pain-point-item__arrow { transform: rotate(90deg); text-align: center; }
  .trust-items { gap: var(--space-6); }
  .floating-wecom { right: 16px; bottom: 84px; }
  .floating-wecom__btn { width: 62px; min-height: 62px; border-radius: 12px; }
  .floating-wecom__label { display: none; }
  .floating-wecom__panel { width: 188px; padding: 16px; }
  .floating-wecom__qr img,
  .floating-wecom__qr-placeholder { width: 132px; height: 132px; }
}
@media (max-width: 640px) {
  .process-steps { grid-template-columns: 1fr; }
  .floating-wecom { right: 12px; bottom: 18px; }
  .floating-wecom__btn { width: 56px; min-height: 56px; padding: 8px 6px; }
  .floating-wecom__tooltip,
  .floating-wecom__panel { display: none; }
}

/* === 打印 === */
@media print {
  .site-header,.floating-cta,.floating-wecom,.site-footer,.conversion-section{display:none}
  body{background:white;color:black}
}

/* ============================================================
   Home Hero / Trust Signals
   ============================================================ */

.home-hero-section {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(201,162,39,0.12), transparent 24%),
    linear-gradient(135deg, #6b1718 0%, #741c1b 48%, #541010 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 7.2rem 24px 6rem;
}

.hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: rgba(246, 239, 228, 0.72);
  font-size: 0.8125rem;
  letter-spacing: 0.32em;
  font-family: var(--font-title);
}

.hero-eyebrow-line {
  width: 5.5rem;
  height: 1px;
  background: rgba(246, 239, 228, 0.3);
}

.hero-display {
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15em;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(3.35rem, 5.2vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: 0.05em;
}

.hero-display-gold {
  color: var(--gold);
}

.hero-summary {
  margin: 1.8rem auto 0;
  max-width: 760px;
  color: rgba(246, 239, 228, 0.82);
  font-size: 1.125rem;
  line-height: 1.85;
}

.hero-tag-row,
.hero-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.hero-tag-row {
  margin-top: 2rem;
}

.hero-outline-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.8rem 1.45rem;
  border: 1px solid rgba(246, 239, 228, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 239, 228, 0.82);
  font-family: var(--font-title);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}

.hero-action-row {
  margin-top: 2.6rem;
}

.hero-primary-action,
.hero-secondary-action,
.content-resource-link,
.home-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 1rem;
  letter-spacing: 0.08em;
  border-radius: 6px;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.hero-primary-action {
  background: var(--page-surface-paper);
  color: var(--palace-red);
  box-shadow: 0 14px 30px rgba(33, 12, 12, 0.16);
}

.content-resource-link {
  margin-top: 2.3rem;
  width: fit-content;
  background: var(--palace-red);
  color: var(--rice-paper);
  box-shadow: 0 14px 30px rgba(116, 28, 27, 0.14);
}

.hero-secondary-action {
  border: 1px solid rgba(246, 239, 228, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.home-cta-button {
  margin-top: 2.6rem;
  min-width: 236px;
  background: transparent;
  border: 1px solid var(--border-medium);
  color: var(--palace-red);
  box-shadow: none;
}

.hero-primary-action:hover,
.hero-secondary-action:hover,
.content-resource-hero:hover .content-resource-link,
.home-cta-button:hover {
  transform: translateY(-2px);
}

.hero-primary-action:hover {
  background: var(--rice-paper-cool);
  box-shadow: 0 18px 34px rgba(33, 12, 12, 0.2);
}

.hero-secondary-action:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(246, 239, 228, 0.54);
}

.content-resource-hero:hover .content-resource-link {
  background: var(--palace-red-dark);
  box-shadow: 0 18px 34px rgba(116, 28, 27, 0.18);
}

.home-cta-button:hover {
  background: rgba(116, 28, 27, 0.06);
  border-color: rgba(116, 28, 27, 0.45);
  box-shadow: 0 12px 28px rgba(116, 28, 27, 0.08);
}

.hero-vertical {
  position: absolute;
  top: 50%;
  color: rgba(246, 239, 228, 0.16);
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  font-family: var(--font-title);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%);
  z-index: 2;
}

.hero-vertical-left {
  left: max(22px, 5vw);
}

.hero-vertical-right {
  right: max(22px, 5vw);
}

.home-page-section {
  padding-left: 24px;
  padding-right: 24px;
}

.home-page-section-compact {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.home-page-section-normal {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home-page-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-section-heading {
  margin-bottom: 2.65rem;
}

.home-section-heading.is-center {
  text-align: center;
}

.home-section-heading.is-left {
  text-align: left;
}

.home-section-kicker-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home-section-heading.is-center .home-section-kicker-row {
  justify-content: center;
}

.home-section-kicker-line {
  width: 5rem;
  height: 1px;
  flex: 0 0 5rem;
  background: rgba(116, 28, 27, 0.24);
}

.home-section-heading.is-light .home-section-kicker-line {
  background: rgba(255, 255, 255, 0.24);
}

.home-section-kicker {
  color: rgba(116, 28, 27, 0.88);
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-family: var(--font-title);
}

.home-section-heading.is-light .home-section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.home-section-title {
  margin: 0;
  color: var(--ink-black);
  font-family: var(--font-title);
  font-size: clamp(2rem, 2.8vw, 2.25rem);
  line-height: 1.42;
  letter-spacing: 0.06em;
}

.home-section-heading.is-light .home-section-title {
  color: #fff;
}

.home-section-desc {
  margin-top: 0.95rem;
  max-width: 760px;
  color: var(--ink-gray);
  font-size: 1rem;
  line-height: 1.9;
}

.home-section-heading.is-center .home-section-desc {
  margin-left: auto;
  margin-right: auto;
}

.home-section-heading.is-left .home-section-desc {
  max-width: 680px;
}

.home-section-heading.is-light .home-section-desc {
  color: rgba(255, 255, 255, 0.78);
}

.home-card-body {
  padding: 1.4rem 1.35rem 1.5rem;
}

.home-card-title {
  margin: 0;
  color: var(--ink-black);
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 1.8vw, 1.375rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.home-card-desc {
  margin: 0.85rem 0 0;
  color: var(--ink-gray);
  font-size: 0.9375rem;
  line-height: 1.9;
}

.home-card-link,
.home-section-tail-link,
.content-resource-list-more,
.home-solution-stage-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1.05rem;
  color: var(--palace-red);
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 1rem;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-card-link::after,
.home-section-tail-link::after,
.content-resource-list-more::after,
.home-solution-stage-cta::after {
  content: '→';
  margin-left: 0.55rem;
  font-size: 0.95em;
  transition: transform 0.2s ease;
}

.home-card-link:hover,
.home-section-tail-link:hover,
.content-resource-list-more:hover {
  color: #8a3127;
  transform: translateX(2px);
}

.home-card-link:hover::after,
.home-section-tail-link:hover::after,
.content-resource-list-more:hover::after,
.home-solution-stage-cta:hover::after {
  transform: translateX(2px);
}

.home-section-tail {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.home-section-tail-link {
  justify-content: center;
  letter-spacing: 0.08em;
}

.home-section-tail-link:hover {
  color: #8a3127;
  transform: translateX(2px);
}

.home-section-tail-link.is-light {
  color: rgba(255, 255, 255, 0.92);
}

.home-section-tail-link.is-light:hover {
  color: #fff;
}

.trust-band-section {
  padding-top: 2rem !important;
  padding-bottom: 2.2rem !important;
}

.trust-section-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(116, 28, 27, 0.1);
  box-shadow: 0 14px 28px rgba(116, 28, 27, 0.05);
}

.trust-stat-card {
  position: relative;
  text-align: center;
  padding: 1.2rem 1rem 1.05rem;
}

.trust-stat-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 52px;
  background: rgba(116, 28, 27, 0.12);
  transform: translateY(-50%);
}

.trust-stat-card:last-child::after {
  display: none;
}

.trust-stat-value {
  color: #7f2921;
  font-family: var(--font-title);
  font-size: clamp(2.4rem, 3.8vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0.02em;
}

.trust-stat-text {
  margin-top: 0.6rem;
  color: var(--ink-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}

.hero-inner-layout {
  max-width: 1320px;
  margin: 0 auto;
}

.hero-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.78fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  min-height: calc(100vh - var(--site-header-offset, 116px));
}

.hero-copy-left {
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.hero-copy-left .hero-display {
  align-items: flex-start;
  font-size: clamp(3.1rem, 5.2vw, 4.8rem);
  letter-spacing: 0.04em;
}

.hero-copy-left .hero-summary {
  margin-left: 0;
  margin-right: 0;
  max-width: 720px;
}

.hero-copy-left .hero-tag-row,
.hero-copy-left .hero-action-row {
  justify-content: flex-start;
}

.hero-feature-list {
  display: grid;
  gap: 0.78rem;
  max-width: 720px;
  margin-top: 1.75rem;
}

.hero-feature-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: rgba(246, 239, 228, 0.82);
  font-size: 0.95rem;
  line-height: 1.75;
}

.hero-feature-dot {
  width: 7px;
  height: 7px;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(201,162,39,0.12);
}

.hero-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.hero-quick-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(246,239,228,0.16);
  background: rgba(255,255,255,0.04);
  color: rgba(246,239,228,0.78);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-quick-nav-link:hover {
  transform: translateY(-2px);
  border-color: rgba(246,239,228,0.32);
  background: rgba(255,255,255,0.08);
}

.hero-side-panel {
  position: relative;
  z-index: 2;
}

.hero-side-card {
  padding: clamp(1.45rem, 2.5vw, 2.1rem);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08)),
    rgba(60,14,14,0.42);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 28px 70px rgba(28, 8, 8, 0.32);
  backdrop-filter: blur(18px);
}

.hero-side-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.76);
  font-family: var(--font-title);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.hero-side-title {
  margin: 1.15rem 0 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.hero-side-desc {
  margin-top: 0.95rem;
  color: rgba(246,239,228,0.76);
  font-size: 0.92rem;
  line-height: 1.85;
}

.hero-side-data-grid {
  display: grid;
  gap: 0.78rem;
  margin-top: 1.45rem;
}

.hero-side-data-item {
  display: grid;
  gap: 0.34rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.hero-side-data-label {
  color: rgba(246,239,228,0.52);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.hero-side-data-value {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.65;
  text-decoration: none;
}

.hero-side-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.hero-side-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(201,162,39,0.13);
  color: rgba(246,239,228,0.86);
  font-size: 0.76rem;
}

.hero-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.hero-side-primary,
.hero-side-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.hero-side-primary {
  background: #fff;
  color: var(--palace-red);
}

.hero-side-secondary {
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
}

.trust-credential-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.trust-credential-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(116,28,27,0.14);
  background: rgba(255,255,255,0.55);
  color: var(--ink-gray);
  font-size: 0.84rem;
}

.home-portal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-portal-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 1.55rem 1.35rem 1.45rem;
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(116,28,27,0.1);
  box-shadow: 0 16px 34px rgba(116,28,27,0.06);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-portal-card::after {
  content: '';
  position: absolute;
  right: -36px;
  top: -36px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(201,162,39,0.12);
}

.home-portal-card:hover {
  transform: translateY(-5px);
  border-color: rgba(116,28,27,0.22);
  box-shadow: 0 22px 44px rgba(116,28,27,0.1);
}

.home-portal-kicker {
  color: rgba(116,28,27,0.68);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-family: var(--font-title);
}

.home-portal-title {
  margin: 1rem 0 0;
  color: var(--ink-black);
  font-family: var(--font-title);
  font-size: clamp(1.26rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.home-portal-desc {
  flex: 1;
  margin-top: 0.85rem;
  color: var(--ink-gray);
  font-size: 0.92rem;
  line-height: 1.85;
}

.home-portal-meta {
  margin-top: 1.1rem;
  color: rgba(116,28,27,0.78);
  font-size: 0.84rem;
}

.home-portal-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.9rem;
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: 0.94rem;
}

.home-portal-link::after {
  content: '→';
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.home-portal-card:hover .home-portal-link::after {
  transform: translateX(3px);
}

.home-process-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 2.4rem;
  align-items: start;
}

.home-process-intro .home-section-heading {
  margin-bottom: 1.4rem;
}

.home-process-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-process-fact {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(116,28,27,0.14);
  background: rgba(255,255,255,0.62);
  color: var(--palace-red);
  font-size: 0.86rem;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-process-card {
  min-height: 260px;
  padding: 1.55rem 1.35rem;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(116,28,27,0.1);
  box-shadow: 0 16px 34px rgba(116,28,27,0.06);
}

.home-process-step {
  display: inline-flex;
  color: rgba(116,28,27,0.42);
  font-family: var(--font-title);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

.home-process-title {
  margin: 0.85rem 0 0;
  color: var(--ink-black);
  font-family: var(--font-title);
  font-size: clamp(1.16rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.home-process-desc {
  margin-top: 0.78rem;
  color: var(--ink-gray);
  font-size: 0.92rem;
  line-height: 1.85;
}

.home-process-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.home-process-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-light);
  font-size: 0.86rem;
  line-height: 1.7;
}

.home-process-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--palace-red);
}

@media (max-width: 1024px) {
  :root {
    --site-header-offset: 80px;
  }

  .site-header-topbar {
    display: none;
  }

  .hero-main-grid,
  .home-process-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-side-panel {
    max-width: 760px;
  }

  .home-portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-stat-card:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-hero-section {
    min-height: auto;
  }

  .home-page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-page-section-compact {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .home-page-section-normal {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-page-section-large {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .home-section-heading {
    margin-bottom: 2rem;
  }

  .home-section-kicker-row {
    gap: 0.8rem;
  }

  .home-section-kicker-line {
    width: 2.8rem;
    flex-basis: 2.8rem;
  }

  .hero-inner {
    padding: 6rem 20px 4.5rem;
  }

  .hero-copy-left {
    max-width: none;
  }

  .hero-eyebrow {
    gap: 0.8rem;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
  }

  .hero-eyebrow-line {
    width: 2.8rem;
  }

  .hero-display {
    font-size: clamp(2.9rem, 10vw, 3.75rem);
    line-height: 1.08;
  }

  .hero-copy-left .hero-display {
    font-size: clamp(2.7rem, 10vw, 3.6rem);
  }

  .hero-summary {
    font-size: 1rem;
  }

  .hero-action-row {
    flex-direction: column;
    align-items: center;
  }

  .hero-primary-action,
  .hero-secondary-action {
    width: min(100%, 18rem);
  }

  .home-process-grid,
  .home-portal-grid {
    grid-template-columns: 1fr;
  }

  .hero-vertical {
    display: none;
  }

  .trust-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-stat-card::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .trust-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   设计系统升级 — 中国红原型适配
   ============================================================ */

/* 1. 传统纹样背景 */
.pattern-huiwen {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0V0zm2 2v36h36V2H2zm4 4h28v28H6V6zm2 2v24h24V8H8zm2 2h20v20H10V10z' fill='%239D2933' fill-opacity='0.03'/%3E%3C/svg%3E");
}
.pattern-yunwen {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='50' viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 35 Q25 15 40 35 T70 35 T90 35' fill='none' stroke='%239D2933' stroke-width='0.8' opacity='0.06'/%3E%3C/svg%3E");
    background-size: 200px 100px;
}
.pattern-ruyi {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='30' viewBox='0 0 60 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15 Q15 5 25 15 T45 15' fill='none' stroke='%239D2933' stroke-width='1' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 120px 60px;
}

/* 2. Hero 云层 */
.hero-cloud-layer { position:absolute; inset:0; pointer-events:none; background-repeat:no-repeat; background-position:center; background-size:cover; }
.hero-cloud-layer.primary {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='900' viewBox='0 0 1440 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F4DDC7' stroke-opacity='0.18' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M-70 648C48 585 143 602 218 664C272 708 266 781 199 810C118 846 4 820-52 761C-88 723-98 680-70 648Z'/%3E%3Cpath d='M30 680C85 636 148 639 184 688C213 726 194 778 148 787C98 796 46 772 24 734C11 712 12 693 30 680Z'/%3E%3Cpath d='M168 718C262 676 352 679 449 728C525 766 607 780 711 760'/%3E%3Cpath d='M301 452C385 394 478 398 554 454C609 494 608 561 551 592C476 632 374 609 319 556C284 522 275 480 301 452Z'/%3E%3Cpath d='M365 480C411 445 470 446 506 481C534 507 529 551 489 565C441 582 380 565 351 527C333 505 338 490 365 480Z'/%3E%3Cpath d='M486 520C584 482 669 489 754 536C828 576 916 590 1018 570'/%3E%3Cpath d='M980 202C1054 140 1153 141 1228 202C1284 248 1282 315 1218 347C1131 389 1008 364 955 304C918 262 929 221 980 202Z'/%3E%3Cpath d='M1041 232C1096 192 1160 200 1192 245C1216 279 1203 326 1156 341C1099 359 1033 335 1011 289C996 259 1008 243 1041 232Z'/%3E%3Cpath d='M898 274C978 238 1064 242 1157 286C1232 321 1305 333 1388 321'/%3E%3Cpath d='M872 405C939 354 1017 353 1085 400C1137 435 1145 496 1100 528C1035 574 940 563 882 518C840 486 834 435 872 405Z'/%3E%3Cpath d='M926 434C971 399 1028 404 1056 442C1076 468 1071 506 1037 522C991 544 932 529 907 490C890 465 896 447 926 434Z'/%3E%3Cpath d='M1022 490C1116 455 1192 466 1267 514C1320 548 1379 563 1444 554'/%3E%3Cpath d='M220 836C291 781 379 779 454 836'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.9;
}
.hero-cloud-layer.secondary {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='900' viewBox='0 0 1440 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F4DDC7' stroke-opacity='0.1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='160' cy='280' rx='104' ry='154'/%3E%3Cellipse cx='1268' cy='512' rx='114' ry='178'/%3E%3Cpath d='M1158 82C1229 38 1317 42 1376 98'/%3E%3Cpath d='M1016 732C1091 695 1188 698 1256 752'/%3E%3Cpath d='M-12 530C52 490 144 492 212 548'/%3E%3Cpath d='M1104 178C1160 136 1223 139 1268 178'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

/* 3. 卡片样式 */
.card-ink {
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--palace-red);
    box-shadow: 0 4px 20px rgba(157,41,51,0.08), inset 0 0 0 1px rgba(157,41,51,0.1);
    transition: all 0.4s ease;
}
.card-ink:hover {
    box-shadow: 0 8px 30px rgba(157,41,51,0.15), inset 0 0 0 1px rgba(157,41,51,0.2);
    transform: translateY(-4px);
}
.glass-ink {
    background: rgba(246,240,230,0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(157,41,51,0.2);
}

/* 4. 印章样式 */
.seal-cinnabar {
    display: inline-flex; align-items: center; justify-content: center;
    border: 2px solid var(--cinnabar); color: var(--cinnabar);
    padding: 2px 10px; font-weight: 600; font-family: var(--font-title);
    transform: rotate(-3deg); border-radius: 2px;
    background: rgba(199,62,29,0.05); letter-spacing: 0.15em; font-size: 0.75rem;
}
.seal-stamp {
    position: relative; display: inline-block; color: var(--cinnabar);
    font-family: var(--font-title); font-weight: 700;
    letter-spacing: 0.25em; padding-bottom: 4px;
}
.seal-stamp::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--cinnabar); border-radius: 1px;
}

/* 5. 分隔线 */
.line-thin {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--palace-red) 20%, var(--palace-red) 80%, transparent);
    opacity: 0.3;
}
.line-vertical {
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--palace-red) 20%, var(--palace-red) 80%, transparent);
    opacity: 0.2;
}

/* 6. 导航滚动状态 */
#navbar.navbar-scrolled {
    background: rgba(246,240,230,0.94) !important;
    border-color: rgba(116,28,27,0.12);
    box-shadow: 0 12px 30px rgba(26,26,26,0.08);
}
#navbar.navbar-scrolled .nav-logo-box {
    border-color: rgba(116,28,27,0.12);
}
#navbar.navbar-scrolled .nav-logo-box.is-on-light {
    background:
        linear-gradient(180deg, rgba(255,252,247,0.98) 0%, rgba(248,241,233,0.94) 100%);
}
#navbar.navbar-scrolled .nav-logo-box.is-on-dark {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.12) 100%);
}
#navbar.navbar-scrolled .nav-brand-primary { color: var(--palace-red); }
#navbar.navbar-scrolled .nav-brand-secondary { color: var(--ink-light); }
#navbar.navbar-scrolled .nav-link { color: var(--ink-gray) !important; }
#navbar.navbar-scrolled .nav-link:hover,
#navbar.navbar-scrolled .nav-link.active { color: var(--palace-red) !important; }
#navbar.navbar-scrolled .nav-link::after { background: var(--palace-red); }
#navbar.navbar-scrolled .nav-cta-button {
    background: var(--palace-red); color: var(--rice-paper) !important;
    border-color: transparent;
}
#navbar.navbar-scrolled .nav-menu-toggle { color: var(--palace-red) !important; }

/* 7. 导航链接悬停效果 */
.nav-link { position: relative; transition: color 0.3s; }
.nav-link::after {
    content: ''; position: absolute; bottom: -6px; left: 50%;
    transform: translateX(-50%); width: 0; height: 2px;
    background: var(--gold); transition: width 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 80%; }

/* 8. 区块排版 */
.section-kicker {
    color: var(--palace-red); font-size: 0.75rem; letter-spacing: 0.32em;
    text-transform: uppercase; font-family: var(--font-title);
}
.feature-panel {
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(116,28,27,0.12);
    box-shadow: 0 14px 36px rgba(26,26,26,0.05);
    backdrop-filter: blur(8px);
}

/* 9. 筛选标签 */
.channel-chip {
    border: 1px solid rgba(116,28,27,0.14); color: var(--ink-gray);
    background: rgba(255,255,255,0.72); font-family: var(--font-title);
    transition: all 0.25s ease; cursor: pointer;
}
.channel-chip:hover { background: rgba(116,28,27,0.08); color: var(--palace-red); border-color: rgba(116,28,27,0.28); }
.channel-chip.active { background: var(--palace-red); color: var(--rice-paper); border-color: var(--palace-red); }

/* 10. 产品视觉卡片 */
.product-visual-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255,255,255,0.96); border: 1px solid rgba(116,28,27,0.12);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(116,28,27,0.08); overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.product-visual-card:hover {
    transform: translateY(-5px); box-shadow: 0 20px 38px rgba(116,28,27,0.12);
    border-color: rgba(116,28,27,0.2);
}
.product-visual-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 228px;
    padding: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(201,162,39,0.16), transparent 28%),
        linear-gradient(180deg, #fcf8f1 0%, #f5eee3 100%);
}
.product-visual-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 196px;
    object-fit: contain;
    object-position: center;
}
.product-visual-fallback {
    width: 100%;
    min-height: 196px;
    border: 1px dashed rgba(116,28,27,0.18);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: rgba(255,255,255,0.72);
    text-align: center;
    padding: 1.25rem;
}
.product-visual-fallback-family {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    color: var(--palace-red);
    font-family: var(--font-title);
}
.product-visual-fallback-sku {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink-black);
    font-family: var(--font-title);
}
.product-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}
.product-cover-kicker {
    display: inline-flex; align-items: center; padding: 5px 11px;
    font-size: 0.75rem; letter-spacing: 0.12em; color: var(--palace-red);
    border: 1px solid rgba(116,28,27,0.16); background: rgba(116,28,27,0.06);
    font-family: var(--font-title);
    border-radius: 999px;
}
.product-cover-metric {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(17,24,39,0.05);
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
}
.product-cover-note {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    color: #23684f;
    background: rgba(16,185,129,0.12);
    line-height: 1;
}

/* Final homepage hero artwork override: always follow the admin-configured main banner. */
.home-proto-hero-scroll-image {
  background-image: var(--home-hero-scroll-image, url('/images/home/k7-masterpiece.jpg')) !important;
}

/* 13. 顶部下拉导航 */
#navbar .nav-link-shell {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

#navbar .nav-link-caret {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    line-height: 1;
    transition: transform 0.25s ease, color 0.25s ease;
}

#navbar .nav-link-caret.is-open {
    transform: rotate(180deg);
}

#navbar .header-mega-menu-wrap {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 60;
    background: #FCFAF4;
    border-top: 1px solid rgba(216,183,103,0.08);
    box-shadow: 0 24px 42px rgba(46,34,20,0.1);
    backdrop-filter: blur(12px);
}

#navbar .header-mega-menu-shell {
    width: 100%;
    min-height: 420px;
    padding: 0 0 18px;
    display: flex;
    justify-content: center;
    background: #FCFAF4;
    border-top: 0;
    border-bottom: 1px solid rgba(216,183,103,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.46);
    overflow: visible;
}

#navbar .header-mega-menu {
    width: 1240px;
    max-width: calc(100vw - 120px);
    margin: 0;
    display: grid;
    grid-template-columns: 300px 320px 620px;
    transform: translateX(20px);
    min-height: 420px;
    background: #FCFAF4;
    overflow: visible;
    border-radius: 0;
}

#navbar .header-mega-menu--products {
    grid-template-columns: 300px 250px 690px;
}

#navbar .header-mega-menu-groups {
    padding: 0;
    background: #FCFAF4;
    border-right: 1px solid rgba(216,183,103,0.08);
}

#navbar .header-mega-menu-group-list {
    display: grid;
    gap: 0;
}

#navbar .header-mega-menu-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 84px;
    padding: 0 38px;
    color: #2f2922;
    font-family: var(--font-title);
    font-size: 0.86rem;
    line-height: 1.5;
    border-left: 4px solid transparent;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

#navbar .header-mega-menu-group:hover,
#navbar .header-mega-menu-group.is-active {
    background: linear-gradient(135deg, rgba(252, 250, 244, 0.98) 0%, rgba(245, 239, 229, 0.9) 100%);
    border-left-color: #b43a2f;
    color: #2f2922;
    transform: translateX(2px);
}

#navbar .header-mega-menu-group-label {
    flex: 1;
    font-size: 0.86rem;
    font-weight: 600;
}

#navbar .header-mega-menu-group-arrow {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(199, 161, 93, 0.92);
}

#navbar .header-mega-menu-group:hover .header-mega-menu-group-arrow,
#navbar .header-mega-menu-group.is-active .header-mega-menu-group-arrow {
    color: #b43a2f;
}

#navbar .header-mega-menu-children {
    position: relative;
    padding: 34px 50px 28px;
    overflow: hidden;
    background: #FCFAF4;
}

#navbar .header-mega-menu-watermark {
    display: none;
}

#navbar .header-mega-menu-children-inner {
    position: relative;
    z-index: 1;
}

#navbar .header-mega-menu-child-list {
    display: grid;
    gap: 24px;
    margin-top: 12px;
}

#navbar .header-mega-menu-child-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    color: #2f2922;
    text-decoration: none;
}

#navbar .header-mega-menu-child-link-text {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(47,41,34,0.88);
    color: #2f2922;
    font-size: 0.84rem;
    line-height: 1.6;
    transition: all 0.25s ease;
}

#navbar .header-mega-menu-child-link:hover .header-mega-menu-child-link-text,
#navbar .header-mega-menu-child-link.is-active .header-mega-menu-child-link-text {
    color: #b43a2f;
    border-bottom-color: rgba(180, 58, 47, 0.9);
}

#navbar .header-mega-menu-preview {
    padding: 34px 36px 28px 16px;
    background: #FCFAF4;
}

#navbar .header-mega-menu-preview-copy {
    margin-bottom: 16px;
}

#navbar .header-mega-menu-preview-title {
    color: #2f2922;
    font-family: var(--font-title);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.55;
}

#navbar .header-mega-menu-preview-desc {
    margin-top: 10px;
    color: rgba(70,56,42,0.72);
    font-size: 0.78rem;
    line-height: 1.8;
}

#navbar .header-mega-menu-solution-preview {
    display: grid;
    gap: 14px;
    justify-content: start;
}

#navbar .header-mega-menu-solution-image-card {
    display: block;
    width: 100%;
    max-width: 440px;
    height: 220px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 16px 30px rgba(79,57,36,0.08);
}

#navbar .header-mega-menu-solution-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#navbar .header-mega-menu--solutions .header-mega-menu-preview-copy,
#navbar .header-mega-menu--solutions .header-mega-menu-solution-image-card {
    width: 100%;
    max-width: 440px;
}

#navbar .header-mega-menu-product-preview {
    display: grid;
    gap: 20px;
}

#navbar .header-mega-menu-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 12px;
}

#navbar .header-mega-menu-product-card {
    display: grid;
    gap: 10px;
    text-align: center;
    transition: transform 0.25s ease;
}

#navbar .header-mega-menu-product-card:hover {
    transform: translateY(-2px);
}

#navbar .header-mega-menu-product-media {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 144px;
      padding: 12px;
      background: transparent;
      overflow: hidden;
  }

#navbar .header-mega-menu-product-image {
      display: block;
      width: 100%;
      max-width: none;
      height: 100%;
      object-fit: contain;
      object-position: center;
  }

#navbar .header-mega-menu-product-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 90px;
    padding: 0 10px;
    color: rgba(70,56,42,0.72);
    font-size: 0.78rem;
    line-height: 1.6;
    background: #fffaf2;
}

#navbar .header-mega-menu-product-name {
    color: #2f2922;
    font-size: 0.72rem;
    line-height: 1.6;
}

#navbar .header-mega-menu-product-meta {
    color: rgba(70,56,42,0.6);
    font-size: 0.66rem;
    line-height: 1.4;
}

#navbar .header-mega-menu-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 18px;
    border: 1px dashed rgba(216,183,103,0.18);
    background: #fbf6ee;
    color: rgba(70,56,42,0.72);
    font-size: 0.86rem;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    #navbar .header-mega-menu {
        width: calc(100vw - 64px);
        max-width: calc(100vw - 64px);
        grid-template-columns: 260px 260px minmax(0, 1fr);
        transform: none;
    }

    #navbar .header-mega-menu--products {
        grid-template-columns: 260px 220px minmax(0, 1fr);
    }

    #navbar .header-mega-menu-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    #navbar .nav-link-caret,
    #navbar .header-mega-menu-wrap {
        display: none !important;
    }
}

.product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding-top: 1.15rem;
}

.product-card-desc {
    flex: 1;
}

.product-card-link {
    margin-top: auto;
    padding-top: 1.45rem;
}

/* 11. 案例展示卡片 */
.case-showcase-card {
    background: rgba(246,240,230,0.92); border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 16px 32px rgba(43,16,14,0.12); overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case-showcase-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(43,16,14,0.18); }
.case-showcase-cover {
    position: relative; height: 220px; overflow: hidden;
    background-size: cover; background-position: center;
}
.case-showcase-cover::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(29,10,10,0.08) 0%, rgba(29,10,10,0.56) 100%);
}
.case-showcase-tag, .case-showcase-meta { position: absolute; z-index: 1; color: #fff; font-family: var(--font-title); }
.case-showcase-tag {
    top: 16px; left: 16px; padding: 5px 12px; font-size: 0.75rem;
    letter-spacing: 0.18em; border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.08);
}
.case-showcase-meta {
    left: 16px; right: 16px; bottom: 16px;
    display: flex; justify-content: space-between; gap: 12px;
    font-size: 0.8125rem; color: rgba(255,255,255,0.86);
}
.case-showcase-title {
    font-family: var(--font-title); font-size: clamp(1.25rem, 1.8vw, 1.375rem); font-weight: 700;
    color: var(--ink-black); letter-spacing: 0.02em; line-height: 1.6;
}
.case-showcase-summary { color: var(--ink-gray); font-size: 0.9375rem; line-height: 1.9; }

/* 12. 内容中心 */
.content-resource-shell {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(340px, 0.95fr);
    gap: 2rem;
    align-items: stretch;
}

.content-resource-hero,
.content-resource-list-card {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 16px 34px rgba(116,28,27,0.06);
}

.content-resource-hero {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 1.8rem;
    padding: 1.9rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.content-resource-hero:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(116,28,27,0.1);
}

.content-resource-visual {
    position: relative;
    min-height: 404px;
    overflow: hidden;
}

.content-resource-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(168,198,180,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168,198,180,0.045) 1px, transparent 1px);
    background-size: 14px 14px;
}

.content-resource-wireframe {
    position: absolute;
    inset: 0;
    color: rgba(170,205,184,0.45);
}

.content-resource-wireframe-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    height: 180px;
    border-top: 2px solid rgba(170,205,184,0.2);
    clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%);
}

.content-resource-wireframe-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 132px;
    height: 1px;
    background: rgba(170,205,184,0.2);
}

.content-resource-wireframe-device {
    position: absolute;
    left: 50%;
    bottom: 106px;
    width: 92px;
    height: 100px;
    transform: translateX(-50%);
    border: 1px solid rgba(170,205,184,0.2);
    border-radius: 2px;
}

.content-resource-wireframe-device span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 999px;
    border: 1px solid rgba(170,205,184,0.35);
    box-shadow: inset 0 0 0 6px rgba(170,205,184,0.18);
}

.content-resource-wireframe-device span:nth-child(2),
.content-resource-wireframe-device span:nth-child(3) {
    position: absolute;
    bottom: 12px;
    width: 28px;
    height: 28px;
    background: rgba(155,102,58,0.48);
    border-radius: 2px;
}

.content-resource-wireframe-device span:nth-child(2) { left: 18px; }
.content-resource-wireframe-device span:nth-child(3) { right: 18px; bottom: 26px; }

.content-resource-wireframe-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 12px 10px;
    font-size: 0.8rem;
    color: rgba(255,236,220,0.7);
    background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.3));
}

.content-resource-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3rem;
}

.content-resource-tag,
.content-resource-item-tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 7px 14px;
    background: #7f2921;
    color: #fff;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    font-family: var(--font-title);
}

.content-resource-title {
    margin: 1.8rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(2rem, 2.8vw, 2.25rem);
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.content-resource-desc {
    margin: 1.8rem 0 0;
    color: var(--ink-gray);
    font-size: 0.9375rem;
    line-height: 1.9;
}

.content-resource-list-card {
    padding: 2rem 2.1rem;
}

.content-resource-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.content-resource-list-kicker {
    color: #8b3128;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    font-family: var(--font-title);
}

.content-resource-list-title {
    margin: 1rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(2rem, 2.8vw, 2.25rem);
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.content-resource-list-more {
    margin-top: 0.55rem;
}

.content-resource-list {
    display: grid;
}

.content-resource-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: start;
    padding: 0.65rem 0 1.35rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(116,28,27,0.12);
    transition: transform 0.25s ease;
}

.content-resource-item:hover {
    transform: translateX(6px);
}

.content-resource-item-title {
    margin: 1rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(1.25rem, 1.8vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.content-resource-item-desc {
    margin: 0.9rem 0 0;
    color: var(--ink-gray);
    font-size: 0.9375rem;
    line-height: 1.9;
}

.content-resource-item-plus {
    color: rgba(139,49,40,0.28);
    font-size: 2rem;
    line-height: 1;
    padding-top: 2.7rem;
}

/* 内容中心方案 C：主入口 + 分类卡片 */
.content-resource-shell {
    display: grid;
    grid-template-columns: minmax(320px, 1.02fr) minmax(420px, 1.18fr);
    gap: 1.6rem;
    align-items: stretch;
}

.content-resource-hero,
.content-resource-list-card {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 16px 34px rgba(116,28,27,0.06);
}

.content-resource-hero {
    display: block;
    min-height: 100%;
    padding: 2rem 1.9rem;
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    background:
        radial-gradient(circle at top right, rgba(201,162,39,0.18), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,241,232,0.94) 100%);
}

.content-resource-hero:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(116,28,27,0.1);
    border-color: rgba(116,28,27,0.16);
}

.content-resource-visual {
    display: none;
}

.content-resource-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: 100%;
    padding-top: 0;
}

.content-resource-tag {
    background: #7f2921;
    color: #fff;
}

.content-resource-title {
    max-width: 28rem;
    margin-top: 1.1rem;
    font-size: clamp(1.85rem, 2.5vw, 2.35rem);
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.content-resource-desc {
    max-width: 32rem;
    margin-top: 0.95rem;
    font-size: 0.95rem;
    line-height: 1.95;
}

.content-resource-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12.5rem;
    min-height: 3.15rem;
    margin-top: auto;
    padding: 0 1.7rem;
    background: linear-gradient(135deg, #741c1b 0%, #8b3128 100%);
    color: #fff;
    font-family: var(--font-title);
    font-size: 0.98rem;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 28px rgba(116,28,27,0.16);
}

.content-resource-list-card {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.content-resource-list-head {
    display: none;
}

.content-resource-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    height: 100%;
}

.content-resource-item {
    display: flex;
    flex-direction: column;
    min-height: 15.8rem;
    padding: 1.45rem 1.3rem 1.3rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 16px 34px rgba(116,28,27,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.content-resource-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(116,28,27,0.1);
    border-color: rgba(116,28,27,0.16);
}

.content-resource-item-tag {
    background: rgba(127,41,33,0.08);
    color: #8b3128;
}

.content-resource-item-title {
    margin-top: 0.95rem;
    font-size: clamp(1.16rem, 1.6vw, 1.32rem);
    line-height: 1.62;
}

.content-resource-item-desc {
    flex: 1;
    margin-top: 0.72rem;
    font-size: 0.92rem;
    line-height: 1.9;
}

.content-resource-item-plus {
    display: inline-flex;
    align-items: center;
    margin-top: 1.1rem;
    padding-top: 0;
    color: var(--palace-red);
    font-family: var(--font-title);
    font-size: 0.98rem;
    letter-spacing: 0.04em;
}

.content-resource-item-plus::after {
    content: '→';
    margin-left: 0.55rem;
    font-size: 0.95em;
    transition: transform 0.2s ease;
}

.content-resource-item:hover .content-resource-item-plus::after {
    transform: translateX(2px);
}

/* 13. 解决方案 Hub 布局 */
.home-solution-shell {
    display: grid; grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 1.6rem; align-items: stretch;
}
.home-solution-nav { display: flex; flex-direction: column; gap: 0.9rem; }
.home-solution-item {
    display: grid; grid-template-columns: auto minmax(0,1fr) auto;
    gap: 1rem; align-items: start; width: 100%; padding: 1.2rem 1.15rem;
    text-align: left; background: rgba(255,255,255,0.74);
    border: 1px solid rgba(116,28,27,0.11); cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}
.home-solution-item:hover { transform: translateX(4px); border-color: rgba(116,28,27,0.2); }
.home-solution-item.active {
    background: linear-gradient(135deg, rgba(116,28,27,0.07), rgba(255,255,255,0.92));
    border-color: rgba(116,28,27,0.24); transform: translateX(8px);
}
.home-solution-item-index {
    color: rgba(116,28,27,0.42); font-size: 0.9rem;
    font-family: var(--font-title); letter-spacing: 0.18em; min-width: 2.25rem;
}
.home-solution-item-title {
    display: block; color: var(--ink-black); font-family: var(--font-title);
    font-size: 1.125rem; font-weight: 600; letter-spacing: 0.04em; line-height: 1.55;
}
.home-solution-item-summary {
    display: block; margin-top: 0.45rem; color: var(--ink-light);
    font-size: 0.9375rem; line-height: 1.8;
}
.home-solution-item-arrow { color: rgba(116,28,27,0.28); font-size: 1rem; }
.home-solution-stage, .home-solution-stage-inner { height: 100%; }
.home-solution-visual {
    position: relative; min-height: 35rem; overflow: hidden;
    border: 1px solid rgba(116,28,27,0.12); box-shadow: 0 26px 54px rgba(116,28,27,0.11);
    background: linear-gradient(135deg, #3b221d 0%, #1f1513 100%);
}
.home-solution-visual::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(18,12,11,0.82) 0%, rgba(18,12,11,0.56) 34%, rgba(18,12,11,0.12) 66%, rgba(18,12,11,0.05) 100%);
    z-index: 1;
}
.home-solution-visual::after {
    content: ''; position: absolute; inset: 1.1rem;
    border: 1px solid rgba(255,255,255,0.08); pointer-events: none; z-index: 1;
}
.home-solution-visual-art { position: absolute; inset: 0; }
.home-solution-visual-art svg { width: 100%; height: 100%; display: block; }
.home-solution-visual-overlay {
    position: absolute; left: 2rem; bottom: 2rem; z-index: 2;
    width: min(27rem, calc(100% - 4rem)); padding: 1.75rem 1.7rem;
    background: rgba(24,17,15,0.74); border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
}
.home-solution-stage-title {
    color: #f6efe4; font-family: var(--font-title); font-size: clamp(1.8rem, 2.5vw, 2.1rem);
    font-weight: 600; letter-spacing: 0.08em; line-height: 1.42;
}
.home-solution-stage-summary {
    margin-top: 1rem; color: rgba(246,239,228,0.84); font-size: 0.9375rem; line-height: 1.9;
}
.home-solution-tag-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.15rem; }
.home-solution-tag {
    display: inline-flex; align-items: center; padding: 6px 14px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
    color: rgba(246,239,228,0.92); font-size: 0.8125rem;
    font-family: var(--font-title); letter-spacing: 0.08em;
}
.home-solution-stage-cta {
    margin-top: 1.4rem;
    color: rgba(246,240,230,0.96);
    letter-spacing: 0.08em;
}
.home-solution-stage-cta::after {
    color: rgba(246,240,230,0.96);
}
.home-solution-stage-cta:hover { color: #fff; transform: translateX(2px); }

.home-partner-shell {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 1fr);
    gap: 3rem;
    align-items: center;
}

.home-partner-points {
    display: grid;
    gap: 1.35rem;
    margin-top: 3rem;
}

.home-partner-point {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.home-partner-point-marker {
    color: var(--palace-red);
    font-size: 1.25rem;
    line-height: 1;
    font-family: var(--font-title);
}

.home-partner-point-text {
    margin: 0;
    color: var(--ink-gray);
    font-size: 0.9375rem;
    line-height: 1.9;
}

.home-partner-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.home-partner-role-card {
    min-height: 140px;
    padding: 1.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(127,41,33,0.75);
    box-shadow: 0 12px 28px rgba(116,28,27,0.06);
}

.home-partner-role-title {
    margin: 0;
    color: #7f2921;
    font-family: var(--font-title);
    font-size: clamp(1.25rem, 1.8vw, 1.375rem);
    line-height: 1.55;
    letter-spacing: 0.04em;
}

.home-partner-role-desc {
    margin: 0.85rem 0 0;
    color: var(--ink-gray);
    font-size: 0.9375rem;
    line-height: 1.8;
}

.home-demand-shell {
    position: relative;
}

.home-demand-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.home-demand-divider {
    border-left: 1px solid rgba(255,255,255,0.22);
}

.home-demand-input::placeholder {
    color: rgba(255,255,255,0.56);
}

.home-demand-input:focus {
    border-color: rgba(255,255,255,0.42) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.08) !important;
}

/* 14. 滚动条 */
html,
body {
  scrollbar-color: #111 #f3efe6;
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--page-surface-canvas); }
::-webkit-scrollbar-thumb { background: #111; border-radius: 3px; }

/* 16. 页脚暗色主题 */
.site-footer-shell {
    position: relative;
    overflow: hidden;
    background: var(--site-footer-background);
    color: rgba(246,240,230,0.78);
}

.site-footer-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.32), transparent 72%);
    pointer-events: none;
}

.site-footer-inner {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 26px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) repeat(3, minmax(0, 0.82fr));
    gap: 32px;
    align-items: start;
}

.site-footer-brand-panel {
    padding-right: 18px;
}

.site-footer-brand-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-footer-brand-text {
    display: flex;
    flex-direction: column;
}

.site-footer-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--site-footer-mark-background);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
    color: #fff7ee;
    font-family: var(--font-title);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.site-footer-mark.has-image {
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.site-footer-logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer-brand-name {
    color: #fff8f0;
    font-family: var(--font-title);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.site-footer-brand-subname {
    margin-top: 0.35rem;
    color: rgba(246,240,230,0.54);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

.site-footer-brand-copy {
    margin: 0.38rem 0 0;
    max-width: 31rem;
    color: rgba(246,240,230,0.72);
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer-partner-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.45rem;
}

.site-footer-partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(246, 240, 230, 0.12);
    text-decoration: none;
}

.site-footer-partner-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer-qr-card {
    display: grid;
    grid-template-columns: 144px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 1.8rem;
    padding: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(246,240,230,0.12);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(0,0,0,0.16);
    backdrop-filter: blur(8px);
}

.site-footer-qr-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 18px;
    background: #f3eadc;
    box-shadow: inset 0 0 0 1px rgba(116,28,27,0.08);
}

.site-footer-qr-frame img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.site-footer-qr-meta h3 {
    margin: 0;
    color: #fff7ef;
    font-family: var(--font-title);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.site-footer-qr-meta p {
    margin: 0.7rem 0 0;
    color: rgba(246,240,230,0.62);
    font-size: 0.9rem;
    line-height: 1.85;
}

.site-footer-column {
    min-width: 0;
}

.site-footer-title {
    position: relative;
    margin: 0 0 1.45rem;
    padding-bottom: 0.85rem;
    color: #fff8f0;
    font-family: var(--font-title);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.site-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(201,162,39,0.9), rgba(141,31,33,0.9));
}

.site-footer-link-list,
.site-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer-link {
    color: rgba(246,240,230,0.68);
    font-size: 0.95rem;
    line-height: 1.7;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-link:hover {
    color: #fff8f0;
    transform: translateX(4px);
}

.site-footer-contact-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.site-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f0d8b0;
}

.site-footer-contact-icon svg {
    width: 18px;
    height: 18px;
}

.site-footer-contact-label {
    display: block;
    color: rgba(246,240,230,0.5);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.site-footer-contact-value {
    display: block;
    margin-top: 0.4rem;
    color: rgba(246,240,230,0.82);
    font-size: 0.95rem;
    line-height: 1.8;
    word-break: break-word;
    transition: color 0.2s ease;
}

a.site-footer-contact-value:hover {
    color: #fff8f0;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 56px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer-records {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: rgba(246,240,230,0.46);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.site-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.site-footer-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(246,240,230,0.76);
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.site-footer-backtop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8d1f21 0%, #661516 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer-backtop:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(0,0,0,0.24);
}

/* 17. 响应式断点 */
@media (max-width: 1024px) {
    .home-solution-shell { grid-template-columns: 1fr; }
    .home-solution-item.active { transform: translateY(-2px); }
    .content-resource-shell { grid-template-columns: 1fr; gap: 1.8rem; }
    .content-resource-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-partner-shell { grid-template-columns: 1fr; gap: 2.4rem; }
    .home-demand-shell { grid-template-columns: 1fr !important; gap: 16px !important; }
    .home-demand-divider {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.16);
        padding-left: 0 !important;
        padding-top: 16px;
    }
    .site-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer-brand-panel { grid-column: span 2; padding-right: 0; }
    .site-footer-bottom,
    .site-footer-bottom-right {
        align-items: flex-start;
        flex-direction: column;
    }
    .site-footer-badges { justify-content: flex-start; }
}
@media (max-width: 768px) {
    .home-solution-visual { min-height: 30rem; }
    .home-solution-visual-overlay { left: 1rem; right: 1rem; bottom: 1rem; width: auto; padding: 1.25rem 1.15rem; }
    .home-solution-stage-title { font-size: 1.5rem; }
    .content-resource-body { align-items: stretch; }
    .content-resource-title { max-width: none; font-size: 1.85rem; }
    .content-resource-desc { max-width: none; }
    .content-resource-list { grid-template-columns: 1fr; }
    .content-resource-item-title { font-size: 1.15rem; }
    .product-visual-cover { min-height: 188px; padding: 1.15rem; }
    .product-visual-image { max-height: 160px; }
    .product-visual-fallback { min-height: 160px; }
    .case-showcase-cover { height: 180px; }
    .home-partner-points { margin-top: 2.4rem; }
    .home-partner-role-grid { grid-template-columns: 1fr; }
    .content-resource-link,
    .home-cta-button { width: min(100%, 16rem); }
    .home-demand-form,
    .home-demand-needs { padding-top: 14px !important; }
    .home-demand-section {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .site-footer-inner { width: min(1320px, calc(100% - 32px)); padding-top: 58px; }
    .site-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .site-footer-brand-panel { grid-column: auto; }
    .site-footer-qr-card { grid-template-columns: 1fr; }
    .site-footer-qr-frame { width: 164px; }
    .site-footer-bottom { margin-top: 40px; }
}
@media (max-width: 640px) {
    .floating-cta { right: 16px; bottom: 16px; padding: 12px 16px; }
}

/* 18. 竖排文字工具类 */
.vertical-text {
    writing-mode: vertical-rl; text-orientation: upright; letter-spacing: 0.3em;
}

/* 19. 站点头部基础样式 (新版导航设计) */
.site-header {
    position: fixed; width: 100%; z-index: 50;
    background: rgba(116, 28, 27, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}
.nav-inner-row {
    display: flex; justify-content: space-between; align-items: center;
    height: 80px;
}
.nav-brand-area { display: flex; align-items: center; gap: 16px; }
.nav-logo-box {
    width: 48px; height: 48px; background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2); border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all 0.3s;
}
.nav-logo-box.has-image {
    padding: 7px;
}
.nav-logo-box.is-on-dark {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.12) 100%);
    border-color: rgba(255,255,255,0.22);
    box-shadow:
        0 14px 28px rgba(32,12,12,0.18),
        inset 0 1px 0 rgba(255,255,255,0.12);
}
.nav-logo-box.is-on-light {
    background:
        linear-gradient(180deg, rgba(255,252,247,0.98) 0%, rgba(248,241,233,0.94) 100%);
    border-color: rgba(116,28,27,0.12);
    box-shadow:
        0 12px 24px rgba(116,28,27,0.08),
        inset 0 1px 0 rgba(255,255,255,0.92);
}
.nav-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease, transform 0.3s ease;
}
.nav-logo-image.is-on-dark {
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.22));
}
.nav-logo-image.is-on-light {
    filter: brightness(0) saturate(100%) invert(14%) sepia(44%) saturate(1537%) hue-rotate(343deg) brightness(92%) contrast(93%);
}
.nav-logo-mark {
    color: white; font-family: var(--font-title); font-weight: 700;
    font-size: 1.1rem; letter-spacing: 0.15em;
}
.nav-logo-mark.is-on-dark {
    color: #fff;
}
.nav-logo-mark.is-on-light {
    color: var(--palace-red);
}
.nav-brand-text { display: flex; flex-direction: column; }
.nav-brand-primary {
    color: white; font-size: 1.125rem; font-weight: 700;
    letter-spacing: 0.2em; font-family: var(--font-title); line-height: 1.2;
}
.nav-brand-secondary { color: rgba(255,255,255,0.6); font-size: 0.65rem; letter-spacing: 0.1em; }
.nav-desktop { display: flex; align-items: center; gap: 40px; }
.nav-actions-right { display: flex; align-items: center; gap: 12px; }
.nav-cta-button {
    padding: 8px 20px; background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3); color: white;
    font-size: 0.875rem; border-radius: 2px; font-family: var(--font-title);
    letter-spacing: 0.05em; cursor: pointer; transition: all 0.3s; white-space: nowrap;
}
.nav-cta-button:hover { background: white; color: var(--palace-red); }
.nav-menu-toggle {
    display: none; width: 40px; height: 40px; align-items: center; justify-content: center;
    color: white; border: 1px solid rgba(255,255,255,0.2); border-radius: 2px;
    background: transparent; cursor: pointer; transition: all 0.3s;
}
.site-header-dark-surface .nav-brand-area:hover .nav-logo-box {
    transform: translateY(-1px);
    box-shadow:
        0 18px 32px rgba(32,12,12,0.22),
        inset 0 1px 0 rgba(255,255,255,0.16);
}
.site-header-light-surface .nav-brand-area:hover .nav-logo-box {
    transform: translateY(-1px);
    box-shadow:
        0 16px 30px rgba(116,28,27,0.12),
        inset 0 1px 0 rgba(255,255,255,0.94);
}
.mobile-menu {
    position: fixed; top: 0; right: 0; width: 320px; height: 100vh;
    background: var(--palace-red); z-index: 100; padding: 32px;
    transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 99;
    opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu-overlay.open { opacity: 1; pointer-events: all; }
@media (max-width: 1024px) { .nav-desktop { display: none; } .nav-menu-toggle { display: flex; } .nav-brand-text { display: none; } }
@media (min-width: 1025px) { .nav-menu-toggle { display: none; } }

/* 20. 固定头部正文内边距 - handled via <main style> in layout.tsx */

/* 21. 解决方案详情页重构 */
.solution-detail-section {
    padding: 72px 0 0;
    background: var(--page-surface-paper);
}

.solution-detail-hero-section {
    padding: 24px 0 0;
    background: var(--page-surface-warm);
}

.solution-detail-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 1.6rem;
    padding: 2rem;
    background: var(--page-panel-warm);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 18px 38px rgba(36,18,12,0.07);
}

.solution-detail-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.solution-detail-hero-eyebrow,
.solution-detail-module-eyebrow,
.solution-detail-cta-kicker {
    color: var(--palace-red);
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    font-family: var(--font-title);
}

.solution-detail-hero-title {
    margin: 1rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(2.2rem, 3.8vw, 3.3rem);
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.solution-detail-hero-summary {
    margin: 1.15rem 0 0;
    max-width: 40rem;
    color: var(--ink-gray);
    font-size: 1rem;
    line-height: 1.95;
}

.solution-detail-hero-tags,
.solution-detail-module-visual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.solution-detail-hero-tags {
    margin-top: 1.5rem;
}

.solution-detail-hero-tag,
.solution-detail-module-visual-tag {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0 0.95rem;
    border: 1px solid rgba(116,28,27,0.14);
    background: rgba(255,255,255,0.68);
    color: #7f2921;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    font-family: var(--font-title);
}

.solution-detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 1.9rem;
}

.solution-detail-primary-button,
.solution-detail-secondary-button,
.solution-detail-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.5rem;
    text-decoration: none;
    font-family: var(--font-title);
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.solution-detail-primary-button,
.solution-detail-card-button {
    background: linear-gradient(135deg, #741c1b 0%, #8b3128 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(116,28,27,0.16);
}

.solution-detail-secondary-button {
    border: 1px solid rgba(116,28,27,0.18);
    background: rgba(255,255,255,0.8);
    color: #7f2921;
}

.solution-detail-primary-button:hover,
.solution-detail-secondary-button:hover,
.solution-detail-card-button:hover {
    transform: translateY(-2px);
}

.solution-detail-primary-button:hover,
.solution-detail-card-button:hover {
    box-shadow: 0 18px 34px rgba(116,28,27,0.2);
}

.solution-detail-secondary-button:hover {
    background: rgba(127,41,33,0.06);
    border-color: rgba(127,41,33,0.35);
}

.solution-detail-hero-visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(116,28,27,0.1);
    background: linear-gradient(135deg, #401d1a 0%, #211616 100%);
}

.solution-detail-hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(201,162,39,0.16), transparent 24%);
    pointer-events: none;
}

.solution-detail-hero-image-wrap,
.solution-detail-hero-diagram {
    position: absolute;
    inset: 0;
}

.solution-detail-hero-image-wrap::after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    pointer-events: none;
}

.solution-detail-hero-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.5rem;
}

.solution-detail-hero-diagram-ring {
    position: absolute;
    width: min(320px, 72%);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 0 0 22px rgba(255,255,255,0.02);
}

.solution-detail-hero-diagram-core {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 148px;
    padding: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(139,49,40,0.85), rgba(92,20,19,0.92));
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff5e8;
    font-family: var(--font-title);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.solution-detail-hero-diagram-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    width: min(380px, 100%);
}

.solution-detail-hero-diagram-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(246,239,228,0.9);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-align: center;
}

.solution-detail-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.solution-detail-proof-card {
    padding: 1.25rem 1.1rem 1.1rem;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 14px 32px rgba(36,18,12,0.05);
    text-align: center;
}

.solution-detail-proof-value {
    color: #7f2921;
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.08;
}

.solution-detail-proof-label {
    margin: 0.6rem 0 0;
    color: var(--ink-gray);
    font-size: 0.9rem;
    line-height: 1.7;
}

.solution-detail-heading {
    margin-bottom: 2.8rem;
}

.solution-detail-heading.is-center {
    text-align: center;
}

.solution-detail-heading.is-left {
    text-align: left;
}

.solution-detail-kicker-row {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 0.95rem;
}

.solution-detail-heading.is-center .solution-detail-kicker-row {
    justify-content: center;
}

.solution-detail-kicker-line {
    width: 4.8rem;
    height: 1px;
    background: rgba(116,28,27,0.24);
}

.solution-detail-kicker {
    color: rgba(116,28,27,0.88);
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-family: var(--font-title);
}

.solution-detail-title {
    margin: 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(2rem, 2.8vw, 2.3rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.solution-detail-desc {
    max-width: 780px;
    margin: 0.95rem auto 0;
    color: var(--ink-gray);
    font-size: 0.98rem;
    line-height: 1.95;
}

.solution-detail-heading.is-left .solution-detail-desc {
    margin-left: 0;
    margin-right: 0;
}

.solution-detail-pain-section {
    background: var(--page-surface-warm);
}

.solution-detail-pain-grid,
.solution-detail-advantage-grid,
.solution-detail-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.solution-detail-value-grid,
.solution-detail-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.solution-detail-pain-card,
.solution-detail-advantage-card,
.solution-detail-value-card,
.solution-detail-service-card,
.solution-detail-link-card {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 16px 34px rgba(116,28,27,0.06);
}

.solution-detail-pain-card,
.solution-detail-advantage-card,
.solution-detail-value-card,
.solution-detail-service-card {
    padding: 1.6rem 1.35rem;
}

.solution-detail-pain-card:hover,
.solution-detail-advantage-card:hover,
.solution-detail-value-card:hover,
.solution-detail-service-card:hover,
.solution-detail-link-card:hover {
    box-shadow: 0 22px 42px rgba(116,28,27,0.1);
}

.solution-detail-pain-number,
.solution-detail-advantage-index,
.solution-detail-value-headline,
.solution-detail-service-icon {
    color: #8b3128;
    font-family: var(--font-title);
    letter-spacing: 0.12em;
}

.solution-detail-pain-number,
.solution-detail-advantage-index,
.solution-detail-service-icon {
    font-size: 0.82rem;
}

.solution-detail-value-headline {
    font-size: 0.78rem;
}

.solution-detail-card-title,
.solution-detail-advantage-card h3,
.solution-detail-value-card h3,
.solution-detail-service-card h3 {
    margin: 0.95rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: 1.22rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.solution-detail-card-text,
.solution-detail-advantage-card p,
.solution-detail-value-card p,
.solution-detail-service-card p {
    margin: 0.8rem 0 0;
    color: var(--ink-gray);
    font-size: 0.94rem;
    line-height: 1.9;
}

.solution-detail-module-stack {
    display: grid;
    gap: 1.5rem;
}

.solution-detail-module {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
    gap: 1.5rem;
    align-items: stretch;
}

.solution-detail-module.is-reverse .solution-detail-module-content {
    order: 2;
}

.solution-detail-module.is-reverse .solution-detail-module-visual {
    order: 1;
}

.solution-detail-module-content {
    padding: 2rem 1.8rem;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 18px 38px rgba(116,28,27,0.06);
}

.solution-detail-module-title {
    margin: 1rem 0 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 2.5vw, 2.1rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.solution-detail-module-desc {
    margin: 1rem 0 0;
    color: var(--ink-gray);
    font-size: 0.96rem;
    line-height: 1.95;
}

.solution-detail-module-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.solution-detail-module-point {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.solution-detail-module-point-mark {
    color: var(--palace-red);
    font-family: var(--font-title);
    font-size: 1.25rem;
    line-height: 1;
}

.solution-detail-module-point h4 {
    margin: 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: 1.04rem;
    line-height: 1.55;
}

.solution-detail-module-point p {
    margin: 0.45rem 0 0;
    color: var(--ink-gray);
    font-size: 0.93rem;
    line-height: 1.85;
}

.solution-detail-inline-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1.4rem;
    color: var(--palace-red);
    font-family: var(--font-title);
    font-size: 0.98rem;
    letter-spacing: 0.06em;
    transition: transform 0.2s ease, color 0.2s ease;
}

.solution-detail-inline-link::after {
    content: '→';
    margin-left: 0.55rem;
    transition: transform 0.2s ease;
}

.solution-detail-inline-link:hover {
    color: #8b3128;
    transform: translateX(2px);
}

.solution-detail-inline-link:hover::after {
    transform: translateX(2px);
}

.solution-detail-module-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(116,28,27,0.08);
    background: linear-gradient(135deg, #3d221d 0%, #221716 100%);
    box-shadow: 0 18px 38px rgba(36,18,12,0.08);
}

.solution-detail-module-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(201,162,39,0.16), transparent 26%),
        linear-gradient(90deg, rgba(19,12,11,0.82) 0%, rgba(19,12,11,0.36) 54%, rgba(19,12,11,0.1) 100%);
}

.solution-detail-module-visual-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 1.8rem;
}

.solution-detail-module-visual-kicker {
    color: rgba(246,239,228,0.64);
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    font-family: var(--font-title);
}

.solution-detail-module-visual-board {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.solution-detail-module-visual-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 0.95rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(246,239,228,0.92);
}

.solution-detail-module-visual-card span {
    color: rgba(201,162,39,0.82);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    font-family: var(--font-title);
}

.solution-detail-module-visual-card strong {
    font-size: 0.96rem;
    line-height: 1.7;
    font-weight: 500;
}

.solution-detail-link-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.solution-detail-link-cover {
    position: relative;
    height: 220px;
    background: linear-gradient(180deg, rgba(246,240,230,0.92), rgba(240,232,220,0.92));
    border-bottom: 1px solid rgba(116,28,27,0.08);
}

.solution-detail-link-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.35rem 1.3rem 1.4rem;
}

.solution-detail-link-body.is-case {
    min-height: 250px;
    justify-content: flex-start;
}

.solution-detail-link-meta {
    color: #8b3128;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    font-family: var(--font-title);
}

.solution-detail-card-button {
    width: fit-content;
    margin-top: auto;
    min-height: 46px;
    padding: 0 1.35rem;
    font-size: 0.92rem;
}

.solution-detail-cta-section {
    padding: 72px 0;
    background: var(--page-surface-red-deep);
}

.solution-detail-cta-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    align-items: start;
}

.solution-detail-cta-copy,
.solution-detail-cta-form {
    min-width: 0;
}

.solution-detail-cta-copy {
    padding: 2rem 1.8rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.solution-detail-cta-copy h2 {
    margin: 1rem 0 0;
    color: #fff6eb;
    font-family: var(--font-title);
    font-size: clamp(1.9rem, 2.8vw, 2.25rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.solution-detail-cta-copy p {
    margin: 1rem 0 0;
    color: rgba(246,239,228,0.82);
    font-size: 0.96rem;
    line-height: 1.95;
}

.solution-detail-cta-points {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.6rem;
}

.solution-detail-cta-point {
    padding: 0.95rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(246,239,228,0.9);
    font-size: 0.92rem;
    line-height: 1.8;
}

.solution-detail-cta-form {
    padding: 1.4rem;
    background: rgba(246,240,230,0.96);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 18px 38px rgba(36,18,12,0.12);
}

@media (max-width: 1024px) {
    .solution-detail-hero-shell,
    .solution-detail-module,
    .solution-detail-cta-shell {
        grid-template-columns: 1fr;
    }

    .solution-detail-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-detail-pain-grid,
    .solution-detail-advantage-grid,
    .solution-detail-service-grid,
    .solution-detail-value-grid,
    .solution-detail-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-detail-module.is-reverse .solution-detail-module-content,
    .solution-detail-module.is-reverse .solution-detail-module-visual {
        order: initial;
    }
}

@media (max-width: 768px) {
    .solution-detail-section,
    .solution-detail-cta-section {
        padding-top: 56px;
    }

    .solution-detail-hero-shell {
        padding: 1.4rem;
    }

    .solution-detail-hero-visual {
        min-height: 360px;
    }

    .solution-detail-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .solution-detail-primary-button,
    .solution-detail-secondary-button {
        width: 100%;
    }

    .solution-detail-pain-grid,
    .solution-detail-advantage-grid,
    .solution-detail-service-grid,
    .solution-detail-value-grid,
    .solution-detail-link-grid,
    .solution-detail-proof-grid {
        grid-template-columns: 1fr;
    }

    .solution-detail-kicker-line {
        width: 2.8rem;
    }

    .solution-detail-heading,
    .solution-detail-heading.is-left {
        text-align: center;
    }

    .solution-detail-heading.is-left .solution-detail-kicker-row {
        justify-content: center;
    }

    .solution-detail-heading.is-left .solution-detail-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .solution-detail-module-content,
    .solution-detail-module-visual-inner,
    .solution-detail-cta-copy,
    .solution-detail-cta-form {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .solution-detail-link-cover {
        height: 190px;
    }
}

/* 22. 解决方案详情页 - 参考页对齐版 */
.solution-ref-page {
    background: var(--page-surface-paper);
}

.solution-ref-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.solution-ref-hero {
    padding: 64px 0 88px;
    background: var(--page-surface-warm);
}

.solution-ref-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.solution-ref-hero-content {
    color: var(--ink-black);
}

.solution-ref-hero-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    background: rgba(116,28,27,0.08);
    border: 1px solid rgba(116,28,27,0.22);
    color: var(--palace-red);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: var(--font-title);
    margin-bottom: 1.5rem;
}

.solution-ref-hero-title {
    margin: 0;
    font-size: var(--page-detail-hero-title-size);
    font-weight: 700;
    line-height: var(--page-detail-hero-title-line-height);
    color: var(--palace-red-dark);
    letter-spacing: -0.02em;
    font-family: var(--font-title);
}

.solution-ref-hero-subtitle {
    margin: 1.5rem 0 0;
    max-width: 90%;
    font-size: var(--page-section-desc-size);
    line-height: var(--page-section-desc-line-height);
    color: var(--ink-gray);
}

.solution-ref-hero-buttons,
.solution-ref-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.solution-ref-hero-buttons {
    margin-top: 2.4rem;
}

.solution-ref-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    font-family: var(--page-button-font-family);
    letter-spacing: var(--page-button-letter-spacing);
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.solution-ref-btn-primary {
    background: var(--palace-red);
    color: #fff;
    box-shadow: 0 4px 15px rgba(116,28,27,0.24);
}

.solution-ref-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(116,28,27,0.3);
}

.solution-ref-btn-secondary {
    background: rgba(255,255,255,0.72);
    color: var(--palace-red);
    border: 1.5px solid rgba(116,28,27,0.22);
}

.solution-ref-btn-secondary:hover {
    background: rgba(255,255,255,0.92);
    border-color: rgba(116,28,27,0.36);
}

.solution-ref-hero-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(116,28,27,0.12);
    background: linear-gradient(135deg, rgba(116,28,27,0.12) 0%, rgba(116,28,27,0.04) 100%);
}

.solution-ref-hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.solution-ref-hero-visual-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: rgba(116,28,27,0.56);
    font-size: 0.95rem;
    text-align: center;
}

.solution-ref-section {
    padding: 100px 0;
}

.solution-ref-pain-points,
.solution-ref-cases,
.solution-ref-advantages {
    background: var(--page-surface-warm);
}

.solution-ref-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.solution-ref-section-tag {
    display: inline-block;
    color: var(--palace-red);
    font-weight: 600;
    font-size: var(--page-eyebrow-size);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: var(--page-eyebrow-letter-spacing);
    font-family: var(--font-title);
}

.solution-ref-section-title {
    margin: 0;
    font-size: var(--page-section-title-size);
    font-weight: 700;
    line-height: var(--page-section-title-line-height);
    color: var(--palace-red-dark);
    font-family: var(--font-title);
}

.solution-ref-section-desc {
    max-width: 660px;
    margin: 16px auto 0;
    font-size: var(--page-section-desc-size);
    color: var(--ink-gray);
    line-height: var(--page-section-desc-line-height);
}

.solution-ref-pain-grid,
.solution-ref-adv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.solution-ref-pain-card,
.solution-ref-adv-card {
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(116,28,27,0.1);
    box-shadow: 0 4px 20px rgba(26,26,26,0.03);
    transition: all 0.3s ease;
}

.solution-ref-pain-card:hover,
.solution-ref-adv-card:hover,
.solution-ref-value-card:hover,
.solution-ref-case-card:hover,
.solution-ref-service-card:hover,
.solution-ref-solution-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(36,18,12,0.08);
}

.solution-ref-pain-icon,
.solution-ref-adv-icon,
.solution-ref-value-icon,
.solution-ref-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-title);
    color: var(--palace-red-dark);
}

.solution-ref-icon-asset {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==================== Product Reference Detail ==================== */
.product-ref-page {
    background: var(--page-surface-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.product-ref-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-ref-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.product-ref-section {
    padding: 80px 0;
}

.product-ref-hero {
    min-height: 600px;
    background: linear-gradient(135deg, #5b1717 0%, var(--palace-red-dark) 48%, var(--palace-red) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-ref-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(201,162,39,0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.product-ref-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 56% 46%, rgba(240,222,191,0.08) 0%, transparent 24%),
        linear-gradient(90deg, transparent 36%, rgba(236,225,209,0.06) 50%, transparent 66%);
    pointer-events: none;
}

.product-ref-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
    position: relative;
    isolation: isolate;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-ref-hero-grid::after {
    content: '';
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 49%;
    width: clamp(80px, 10vw, 136px);
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, rgba(255,245,226,0.08), rgba(122,44,34,0)),
        radial-gradient(circle at 50% 48%, rgba(229,194,127,0.16), transparent 68%);
    filter: blur(12px);
    opacity: 0.85;
    pointer-events: none;
    z-index: 0;
}

.product-ref-hero-content {
    color: #fff;
    position: relative;
    z-index: 1;
}

.product-ref-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(246,240,230,0.12);
    border: 1px solid rgba(246,240,230,0.26);
    color: rgba(246,240,230,0.92);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.product-ref-hero-title {
    margin: 0;
    font-size: var(--page-detail-hero-title-size);
    font-weight: 700;
    line-height: var(--page-detail-hero-title-line-height);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: var(--font-title);
}

.product-ref-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.9;
    margin: 0 0 24px;
    color: rgba(255,255,255,0.9);
}

.product-ref-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.product-ref-tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: var(--page-detail-chip-size);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    line-height: 1.4;
}

.product-ref-tag::before {
    content: '●';
    color: #4ade80;
    font-size: 0.6rem;
}

.product-ref-hero-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.85;
    margin: 0 0 32px;
    max-width: 90%;
    color: rgba(255,255,255,0.88);
}

.product-ref-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.product-ref-btn,
.product-ref-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    font-family: var(--page-button-font-family);
    letter-spacing: var(--page-button-letter-spacing);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    text-decoration: none;
}

.product-ref-btn-primary,
.product-ref-btn-cta-primary {
    background: var(--page-surface-paper);
    color: var(--palace-red-dark);
    box-shadow: 0 4px 15px rgba(26,26,26,0.12);
}

.product-ref-btn-primary span,
.product-ref-btn-cta-primary span {
    color: inherit;
}

.product-ref-btn-primary:hover,
.product-ref-btn-cta-primary:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26,26,26,0.18);
}

.product-ref-btn-secondary,
.product-ref-btn-cta-secondary {
    background: rgba(246,240,230,0.1);
    color: #fff;
    border: 1px solid rgba(246,240,230,0.34);
}

.product-ref-btn-secondary:hover,
.product-ref-btn-cta-secondary:hover {
    background: rgba(246,240,230,0.18);
    border-color: rgba(246,240,230,0.5);
}

.product-ref-hero-visual {
    position: relative;
    height: clamp(440px, 48vw, 570px);
    min-height: 430px;
    padding: clamp(14px, 1.8vw, 22px);
    background:
        radial-gradient(circle at 44% 34%, rgba(244,231,208,0.08), transparent 42%),
        linear-gradient(135deg, rgba(233,223,212,0.06), rgba(255,255,255,0.02));
    border-radius: 28px;
    border: 1px solid rgba(246,240,230,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 22px 56px rgba(35, 12, 12, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.product-ref-hero-visual::before {
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: -10%;
    width: 30%;
    background: linear-gradient(90deg, rgba(244,230,208,0.16), rgba(244,230,208,0));
    filter: blur(20px);
    opacity: 0.7;
    pointer-events: none;
}

.product-ref-stage-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border-radius: 28px;
    border: 1px solid rgba(255,244,232,0.18);
    background:
        radial-gradient(circle at 50% 36%, rgba(250,236,214,0.18) 0%, rgba(250,236,214,0.04) 40%, transparent 64%),
        linear-gradient(155deg, rgba(221,209,197,0.16) 0%, rgba(153,129,112,0.11) 46%, rgba(84,58,49,0.2) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset 0 -18px 36px rgba(35, 12, 12, 0.12),
        0 24px 52px rgba(39, 14, 14, 0.12);
    overflow: hidden;
}

.product-ref-stage-card::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255,244,232,0.09);
    background:
        radial-gradient(circle at 50% 40%, rgba(255,242,218,0.12), transparent 46%),
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
    pointer-events: none;
}

.product-ref-stage-glow {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 68%;
    height: 56%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(232,194,118,0.28) 0%, rgba(255,239,210,0.12) 34%, transparent 72%);
    filter: blur(16px);
    z-index: 0;
}

.product-ref-product-shadow {
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 11%;
    height: 10%;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(38, 16, 14, 0.26) 0%, rgba(38, 16, 14, 0.08) 44%, transparent 74%);
    filter: blur(22px);
    z-index: 1;
}

.product-ref-product-image-wrap {
    position: absolute;
    inset: 4% 4% 8%;
    z-index: 2;
}

.product-ref-product-image-wrap::before {
    content: '';
    position: absolute;
    inset: 18% 16% 14%;
    border-radius: 999px;
    background: radial-gradient(circle at 50% 48%, rgba(225,183,104,0.34) 0%, rgba(255,239,210,0.14) 28%, transparent 70%);
    filter: blur(26px);
    pointer-events: none;
}

.product-ref-product-image {
    object-fit: contain;
    padding: 0;
    transform: scale(1.09) translateY(-1%);
    filter:
        drop-shadow(0 20px 24px rgba(48, 20, 16, 0.18))
        drop-shadow(0 0 20px rgba(224,182,101,0.2));
}

.product-ref-product-placeholder {
    position: relative;
    z-index: 2;
    width: min(80%, 440px);
    min-height: 68%;
    margin: 7% auto 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,248,235,0.48));
    border-radius: 24px;
    border: 1px dashed rgba(116,28,27,0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(62, 28, 20, 0.72);
    gap: 12px;
    text-align: center;
    padding: 24px;
}

.product-ref-product-placeholder-icon {
    font-size: 4rem;
    opacity: 0.5;
}

.product-ref-product-placeholder-text {
    font-size: 0.85rem;
    opacity: 0.7;
}

.product-ref-floating-card {
    position: absolute;
    background: rgba(255,255,255,0.95);
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    font-size: 0.85rem;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 220px;
}

.product-ref-floating-card-pos-1 {
    top: 20%;
    right: -20px;
}

.product-ref-floating-card-pos-2 {
    bottom: 20%;
    left: -20px;
}

.product-ref-floating-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: product-ref-pulse 2s infinite;
}

@keyframes product-ref-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.product-ref-hotspot-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.product-ref-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
}

.product-ref-hotspot-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #0b7b66;
    box-shadow: 0 0 0 6px rgba(11,123,102,0.14);
}

.product-ref-hotspot-card {
    position: absolute;
    min-width: 180px;
    max-width: 240px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,252,247,0.9);
    border: 1px solid rgba(255,255,255,0.74);
    box-shadow: 0 16px 36px rgba(39, 14, 14, 0.14);
    backdrop-filter: blur(12px);
}

.product-ref-hotspot-right .product-ref-hotspot-dot {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-ref-hotspot-right .product-ref-hotspot-card {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.product-ref-hotspot-left .product-ref-hotspot-dot {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.product-ref-hotspot-left .product-ref-hotspot-card {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.product-ref-hotspot-top .product-ref-hotspot-dot {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.product-ref-hotspot-top .product-ref-hotspot-card {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
}

.product-ref-hotspot-bottom .product-ref-hotspot-dot {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.product-ref-hotspot-bottom .product-ref-hotspot-card {
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
}

.product-ref-hotspot-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-black);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
}

.product-ref-hotspot-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-ref-hotspot-desc {
    margin-top: 6px;
    color: #475569;
    font-size: 0.78rem;
    line-height: 1.55;
}

.product-ref-hotspot-mobile-list {
    display: none;
}

.product-ref-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.product-ref-section-label {
    display: inline-block;
    color: var(--palace-red);
    font-size: var(--page-detail-label-size);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--page-detail-label-letter-spacing);
    margin-bottom: 12px;
    font-family: var(--font-title);
}

.product-ref-section-title {
    margin: 0;
    font-size: var(--page-section-title-size);
    font-weight: 700;
    line-height: var(--page-section-title-line-height);
    color: var(--ink-black);
    font-family: var(--font-title);
}

.product-ref-section-desc {
    font-size: var(--page-section-desc-size);
    color: var(--ink-gray);
    max-width: 700px;
    margin: 16px auto 0;
    line-height: var(--page-section-desc-line-height);
}

.product-ref-intro-section,
.product-ref-specs-section {
    background: var(--page-surface-paper);
}

.product-ref-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.product-ref-intro-content h3 {
    font-size: var(--page-detail-subheading-size);
    color: var(--palace-red-dark);
    margin-bottom: 20px;
    font-weight: 600;
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.product-ref-intro-text {
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    margin-bottom: 24px;
    font-size: var(--page-detail-body-size);
}

.product-ref-intro-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-ref-intro-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light);
}

.product-ref-intro-feature-item:last-child {
    border-bottom: none;
}

.product-ref-intro-icon {
    width: 24px;
    height: 24px;
    background: rgba(116,28,27,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--palace-red);
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.product-ref-intro-feature-text {
    color: var(--ink-black);
    font-weight: 500;
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
}

.product-ref-intro-standards {
    background: var(--page-surface-sage);
    padding: 32px;
    border-radius: 16px;
    border-left: 4px solid var(--palace-red);
}

.product-ref-standards-title {
    font-size: var(--page-card-title-size);
    font-weight: 600;
    color: var(--palace-red-dark);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.product-ref-standards-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.product-ref-standards-list li {
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
    padding-left: 20px;
    position: relative;
}

.product-ref-standards-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--palace-red);
    font-weight: bold;
}

.product-ref-features-section {
    background: var(--page-surface-sage);
}

.product-ref-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product-ref-feature-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    text-align: center;
}

.product-ref-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
    border-color: rgba(116,28,27,0.32);
}

.product-ref-feature-icon-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(116,28,27,0.14));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.product-ref-feature-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    margin: 0 0 12px;
    font-weight: 600;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.product-ref-feature-card p {
    font-size: var(--page-card-text-size);
    color: var(--ink-gray);
    line-height: var(--page-card-text-line-height);
    margin: 0;
}

.product-ref-specs-table-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(36,18,12,0.08);
    overflow: hidden;
    border: 1px solid var(--border-light);
}

.product-ref-specs-header {
    background: var(--palace-red-dark);
    color: #fff;
    padding: 20px 24px;
    font-size: var(--page-card-title-size);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.product-ref-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.product-ref-specs-table th,
.product-ref-specs-table td {
    padding: 16px 24px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.product-ref-specs-table th {
    background: var(--rice-paper-cool);
    color: var(--palace-red-dark);
    font-weight: 600;
    font-size: var(--page-detail-meta-size);
    line-height: var(--page-detail-meta-line-height);
    width: 20%;
}

.product-ref-specs-table td {
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
}

.product-ref-specs-table tr:last-child th,
.product-ref-specs-table tr:last-child td {
    border-bottom: none;
}

.product-ref-specs-table tr:hover td {
    background: var(--rice-paper-cool);
}

.product-ref-param-highlight {
    color: var(--palace-red-dark);
    font-weight: 600;
}

.product-ref-specs-mobile {
    display: none;
}

.product-ref-specs-mobile-item {
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    padding: 20px;
}

.product-ref-specs-mobile-label {
    font-size: var(--page-detail-meta-size);
    color: var(--ink-light);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: var(--page-detail-label-letter-spacing);
    line-height: var(--page-detail-meta-line-height);
}

.product-ref-specs-mobile-value {
    font-size: var(--page-detail-body-size);
    color: var(--ink-black);
    font-weight: 500;
    line-height: var(--page-detail-body-line-height);
}

.product-ref-downloads-section {
    background: var(--page-surface-paper);
}

.product-ref-downloads-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.product-ref-download-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-ref-download-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(36,18,12,0.1);
    border-color: rgba(116,28,27,0.22);
}

.product-ref-download-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(201,162,39,0.14));
    font-size: 1.85rem;
    flex-shrink: 0;
}

.product-ref-download-body {
    min-width: 0;
}

.product-ref-download-type {
    color: var(--palace-red);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--font-title);
}

.product-ref-download-body h3 {
    margin: 0.55rem 0 0;
    color: var(--ink-black);
    font-size: 1.08rem;
    line-height: 1.6;
    font-family: var(--font-title);
}

.product-ref-download-body p {
    margin: 0.7rem 0 0;
    color: var(--ink-gray);
    font-size: 0.92rem;
    line-height: 1.85;
}

.product-ref-download-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.1rem;
    border-radius: 999px;
    background: rgba(116,28,27,0.08);
    color: var(--palace-red-dark);
    font-family: var(--font-title);
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.product-ref-cta-bar {
    background: rgba(89, 19, 20, 0.82);
    padding: 18px 0;
    position: sticky;
    bottom: 0;
    z-index: 60;
    margin-top: 20px;
    border-top: 1px solid rgba(246,240,230,0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 28px rgba(0,0,0,0.08);
}

.product-ref-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.product-ref-cta-info h3 {
    color: #fff;
    font-size: var(--page-detail-subheading-size);
    margin: 0 0 4px;
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.product-ref-cta-info p {
    color: rgba(246,240,230,0.72);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
    margin: 0;
}

.product-ref-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.product-ref-cta-bar .product-ref-btn-cta {
    padding: 11px 20px;
    min-height: 44px;
    border-radius: 14px;
}

.product-ref-cta-bar .product-ref-btn-cta span:first-child {
    font-size: 0.95rem;
}

@media (max-width: 1100px) {
    .product-ref-features-grid,
    .product-ref-downloads-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .product-ref-hero-grid,
    .product-ref-intro-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .product-ref-hero {
        min-height: auto;
    }

    .product-ref-hero-title {
        font-size: 2.4rem;
    }

    .product-ref-hero-desc {
        max-width: 100%;
    }

    .product-ref-hero-grid::after,
    .product-ref-hero-visual::before {
        display: none;
    }

    .product-ref-floating-card-pos-1 {
        top: 24px;
        right: 24px;
    }

    .product-ref-floating-card-pos-2 {
        bottom: 24px;
        left: 24px;
    }
}

@media (max-width: 768px) {
    .product-ref-cta-bar {
        padding: 16px 0;
        margin-top: 14px;
    }

    .product-ref-section {
        padding: 64px 0;
    }

    .product-ref-container,
    .product-ref-cta-container {
        padding: 0 20px;
    }

    .product-ref-hero-grid {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-ref-hero-title {
        font-size: 2rem;
    }

    .product-ref-hero-subtitle {
        font-size: 1.15rem;
    }

    .product-ref-features-grid {
        grid-template-columns: 1fr;
    }

    .product-ref-downloads-grid {
        grid-template-columns: 1fr;
    }

    .product-ref-download-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .product-ref-download-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .product-ref-download-action {
        width: 100%;
    }

    .product-ref-specs-table {
        display: none;
    }

    .product-ref-specs-mobile {
        display: block;
    }

    .product-ref-floating-card {
        position: static;
        margin-top: 12px;
        max-width: none;
    }

    .product-ref-hotspot-layer {
        display: none;
    }

    .product-ref-hotspot-mobile-list {
        display: grid;
        gap: 12px;
        margin-top: 16px;
    }

    .product-ref-hotspot-mobile-item {
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255,255,255,0.96);
        border: 1px solid rgba(203,213,225,0.9);
        box-shadow: 0 10px 24px rgba(15,23,42,0.08);
    }

    .product-ref-hero-visual {
        height: auto;
        min-height: 380px;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
    }

    .product-ref-stage-card {
        min-height: 300px;
        border-radius: 22px;
    }

    .product-ref-product-image-wrap {
        inset: 6% 5% 10%;
    }

    .product-ref-product-image {
        transform: scale(1.04) translateY(0);
    }

    .product-ref-product-placeholder {
        min-height: 260px;
        margin: 24px auto 0;
    }

    .product-ref-hero-buttons,
    .product-ref-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .product-ref-btn,
    .product-ref-btn-cta {
        justify-content: center;
    }
}

/* ==================== Case Reference Detail ==================== */
.case-ref-page {
    background: var(--page-surface-canvas);
}

.case-ref-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.case-ref-section {
    padding: 80px 0;
}

.case-ref-hero {
    min-height: 600px;
    background: var(--page-surface-red-deep);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.case-ref-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(201,162,39,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.case-ref-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.case-ref-hero-content {
    color: #fff;
}

.case-ref-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(246,240,230,0.12);
    border: 1px solid rgba(246,240,230,0.26);
    color: rgba(246,240,230,0.92);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.case-ref-hero-title {
    margin: 0 0 20px;
    font-size: var(--page-detail-hero-title-size);
    font-weight: 700;
    line-height: var(--page-detail-hero-title-line-height);
    letter-spacing: -0.02em;
    color: #fff;
    font-family: var(--font-title);
}

.case-ref-hero-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    margin: 0 0 28px;
    color: rgba(255,255,255,0.9);
}

.case-ref-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.case-ref-tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: var(--page-detail-chip-size);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    line-height: 1.4;
}

.case-ref-tag::before {
    content: '●';
    color: #4ade80;
    font-size: 0.6rem;
}

.case-ref-hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.case-ref-stat-item {
    text-align: center;
}

.case-ref-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--rice-paper);
    font-family: var(--font-title);
}

.case-ref-stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-top: 4px;
}

.case-ref-hero-visual {
    position: relative;
    height: 450px;
    background: rgba(246,240,230,0.06);
    border-radius: 20px;
    border: 1px solid rgba(246,240,230,0.12);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.case-ref-hero-media {
    position: absolute;
    inset: 0;
}

.case-ref-hero-media-image {
    object-fit: cover;
}

.case-ref-hero-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(246,240,230,0.12), rgba(246,240,230,0.05));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(246,240,230,0.7);
    gap: 16px;
}

.case-ref-hero-image-placeholder .icon {
    font-size: 5rem;
    opacity: 0.4;
}

.case-ref-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.case-ref-section-label {
    display: inline-block;
    color: var(--palace-red);
    font-size: var(--page-eyebrow-size);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--page-eyebrow-letter-spacing);
    margin-bottom: 12px;
}

.case-ref-section-title {
    margin: 0 0 16px;
    font-size: var(--page-section-title-size);
    font-weight: 700;
    line-height: var(--page-section-title-line-height);
    color: var(--ink-black);
    font-family: var(--font-title);
}

.case-ref-section-desc {
    font-size: var(--page-section-desc-size);
    color: var(--ink-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: var(--page-section-desc-line-height);
}

.case-ref-overview-section,
.case-ref-results-section {
    background: #fff;
}

.case-ref-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.case-ref-overview-card {
    background: var(--rice-paper-cool);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.case-ref-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
    border-color: rgba(116,28,27,0.28);
}

.case-ref-overview-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--palace-red-dark), var(--palace-red));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.case-ref-overview-card h3 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    margin: 0 0 16px;
    font-weight: 600;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.case-ref-overview-card p {
    color: var(--ink-gray);
    line-height: var(--page-card-text-line-height);
    font-size: var(--page-card-text-size);
    margin: 0;
}

.case-ref-overview-list {
    list-style: none;
    margin-top: 16px;
    padding: 0;
}

.case-ref-overview-list li {
    padding: 8px 0 8px 20px;
    position: relative;
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
}

.case-ref-overview-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--palace-red);
    font-weight: bold;
}

.case-ref-pain-section,
.case-ref-gallery-section {
    background: linear-gradient(180deg, var(--rice-paper-cool) 0%, #fff 100%);
}

.case-ref-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.case-ref-pain-card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid var(--cinnabar);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.case-ref-pain-card:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.case-ref-pain-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.case-ref-pain-icon {
    width: 40px;
    height: 40px;
    background: rgba(199,62,29,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.case-ref-pain-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    font-weight: 600;
    margin: 0;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.case-ref-pain-card p {
    color: var(--ink-gray);
    line-height: var(--page-card-text-line-height);
    font-size: var(--page-card-text-size);
    margin: 0;
}

.case-ref-solution-section {
    background: #fff;
}

.case-ref-solution-timeline {
    position: relative;
    padding-left: 40px;
}

.case-ref-solution-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--palace-red-dark), var(--palace-red));
}

.case-ref-solution-item {
    position: relative;
    margin-bottom: 40px;
    background: var(--rice-paper-cool);
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.case-ref-solution-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-color: rgba(116,28,27,0.28);
}

.case-ref-solution-item::before {
    content: '';
    position: absolute;
    left: -33px;
    top: 36px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid var(--palace-red-dark);
    border-radius: 50%;
    z-index: 2;
}

.case-ref-solution-item h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.case-ref-solution-item p {
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
    margin: 0 0 16px;
}

.case-ref-solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.case-ref-solution-tag {
    background: rgba(116,28,27,0.08);
    color: var(--palace-red);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: var(--page-detail-chip-size);
    font-weight: 500;
    line-height: 1.4;
}

.case-ref-highlights-section,
.case-ref-related-section {
    background: linear-gradient(180deg, #fff 0%, var(--rice-paper-cool) 100%);
}

.case-ref-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.case-ref-highlight-card {
    background: #fff;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.case-ref-highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--palace-red-dark), var(--palace-red));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.case-ref-highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
}

.case-ref-highlight-card:hover::before {
    transform: scaleX(1);
}

.case-ref-highlight-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(116,28,27,0.14));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.case-ref-highlight-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    margin: 0 0 12px;
    font-weight: 600;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.case-ref-highlight-card p {
    color: var(--ink-gray);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
    margin: 0;
}

.case-ref-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.case-ref-results-content h3 {
    font-size: var(--page-detail-subheading-size);
    color: var(--palace-red-dark);
    margin: 0 0 24px;
    font-weight: 600;
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.case-ref-results-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.case-ref-results-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.case-ref-results-list li:last-child {
    border-bottom: none;
}

.case-ref-result-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--palace-red-dark), var(--palace-red));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}

.case-ref-result-text h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red-dark);
    margin: 0 0 6px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.case-ref-result-text p {
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
    margin: 0;
}

.case-ref-testimonial {
    background: var(--rice-paper-cool);
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid var(--palace-red);
    margin-top: 24px;
}

.case-ref-testimonial-text {
    color: var(--ink-gray);
    font-style: italic;
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
    margin: 0 0 16px;
}

.case-ref-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-ref-author-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--palace-red-dark), var(--palace-red));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-title);
}

.case-ref-author-info h5 {
    color: var(--palace-red-dark);
    font-size: var(--page-detail-body-size);
    margin: 0;
    font-family: var(--font-title);
    line-height: var(--page-detail-body-line-height);
}

.case-ref-author-info p {
    color: var(--ink-light);
    font-size: var(--page-detail-meta-size);
    line-height: var(--page-detail-meta-line-height);
    margin: 0;
}

.case-ref-results-visual {
    background: var(--rice-paper-cool);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.case-ref-results-image {
    height: 400px;
    background: linear-gradient(135deg, #e7ddd0, #dcc7bc);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-light);
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.case-ref-results-image.has-image {
    background: #eadfce;
}

.case-ref-results-image-media {
    object-fit: cover;
}

.case-ref-results-image .icon {
    font-size: 4rem;
    opacity: 0.3;
}

.case-ref-results-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border-light);
}

.case-ref-result-stat-item {
    background: #fff;
    padding: 24px;
    text-align: center;
}

.case-ref-result-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--palace-red-dark);
    margin-bottom: 4px;
    font-family: var(--font-title);
}

.case-ref-result-stat-label {
    font-size: 0.875rem;
    color: var(--ink-gray);
}

.case-ref-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.case-ref-gallery-item {
    position: relative;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.case-ref-gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
    height: 500px;
}

.case-ref-gallery-media,
.case-ref-related-image {
    position: absolute;
    inset: 0;
}

.case-ref-gallery-media-image,
.case-ref-related-image-media {
    object-fit: cover;
}

.case-ref-gallery-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e7ddd0, #d3c3b5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ink-light);
    gap: 8px;
    transition: all 0.3s ease;
}

.case-ref-gallery-item:hover .case-ref-gallery-placeholder {
    background: linear-gradient(135deg, #d7c4b6, #c4ad9e);
}

.case-ref-gallery-placeholder .icon {
    font-size: 2.5rem;
    opacity: 0.4;
}

.case-ref-gallery-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(91,23,23,0.92), transparent);
    color: #fff;
    padding: 20px 16px 16px;
    font-size: 0.9rem;
    font-weight: 500;
}

.case-ref-related-grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.case-ref-related-card {
    flex: 0 0 350px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    scroll-snap-align: start;
}

.case-ref-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
    border-color: rgba(116,28,27,0.28);
}

.case-ref-related-image {
    height: 200px;
    background: linear-gradient(135deg, #e7ddd0, #d3c3b5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-light);
}

.case-ref-related-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--palace-red-dark);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

.case-ref-related-content {
    padding: 24px;
}

.case-ref-related-content h4 {
    font-size: 1.125rem;
    color: var(--palace-red-dark);
    margin: 0 0 12px;
    font-weight: 600;
    font-family: var(--font-title);
}

.case-ref-related-content p {
    color: var(--ink-gray);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

.case-ref-related-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--palace-red);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.case-ref-cta-section {
    background: var(--page-surface-red-deep);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.case-ref-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(201,162,39,0.2) 0%, transparent 40%);
}

.case-ref-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.case-ref-cta-content h2 {
    color: #fff;
    font-size: 2.25rem;
    margin: 0 0 16px;
    font-family: var(--font-title);
}

.case-ref-cta-content p {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

.case-ref-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-ref-btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: var(--page-button-font-family);
    letter-spacing: var(--page-button-letter-spacing);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.case-ref-btn-cta-primary {
    background: var(--page-surface-paper);
    color: var(--palace-red-dark);
}

.case-ref-btn-cta-primary:hover {
    background: #fff;
    transform: translateY(-2px);
}

.case-ref-btn-cta-secondary {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}

.case-ref-btn-cta-secondary:hover {
    background: rgba(255,255,255,0.14);
}

@media (max-width: 1100px) {
    .case-ref-overview-grid,
    .case-ref-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-ref-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .case-ref-hero-grid,
    .case-ref-results-grid,
    .case-ref-cta-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .case-ref-hero {
        min-height: auto;
    }

    .case-ref-hero-title {
        font-size: 2.15rem;
    }
}

@media (max-width: 768px) {
    .case-ref-section {
        padding: 64px 0;
    }

    .case-ref-container {
        padding: 0 20px;
    }

    .case-ref-hero-grid {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .case-ref-hero-stats {
        gap: 18px;
        justify-content: space-between;
    }

    .case-ref-overview-grid,
    .case-ref-pain-grid,
    .case-ref-highlights-grid,
    .case-ref-gallery-grid {
        grid-template-columns: 1fr;
    }

    .case-ref-gallery-item.large {
        grid-column: auto;
        grid-row: auto;
        height: 300px;
    }

    .case-ref-results-stats {
        grid-template-columns: 1fr 1fr;
    }

    .case-ref-cta-buttons {
        align-items: stretch;
    }
}

/* ==================== About Reference Page ==================== */
.about-ref-page {
    background: var(--about-page-background, var(--page-surface-canvas));
}

.about-ref-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-ref-section {
    padding: 100px 0;
}

.about-ref-hero {
    min-height: 600px;
    background: var(--about-page-hero-background, var(--page-surface-red-deep));
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-ref-hero.about-ref-hero-with-media {
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(320px, 520px);
    justify-content: center;
    gap: 48px;
    padding: 0 48px;
}

.about-ref-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.04) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(201,162,39,0.08) 0%, transparent 45%);
}

.about-ref-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 0 24px;
    max-width: 900px;
}

.about-ref-hero-with-media .about-ref-hero-content {
    max-width: 620px;
    text-align: left;
    padding: 72px 0;
}

.about-ref-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,162,39,0.16);
    border: 1px solid var(--gold);
    color: #f4e4c1;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.about-ref-hero-badge-uploaded {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.about-ref-hero-badge-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.about-ref-hero-title {
    margin: 0;
    font-size: var(--page-detail-hero-title-size);
    font-weight: 700;
    line-height: var(--page-detail-hero-title-line-height);
    margin-bottom: 16px;
    letter-spacing: 0.08em;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    color: #fff;
    font-family: var(--font-title);
}

.about-ref-hero-subtitle {
    font-size: 1.08rem;
    line-height: var(--page-section-desc-line-height);
    opacity: 0.92;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.88);
}

.about-ref-hero-divider {
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 30px auto;
}

.about-ref-hero-with-media .about-ref-hero-divider {
    margin: 30px 0;
}

.about-ref-hero-media {
    position: relative;
    z-index: 1;
    width: min(42vw, 520px);
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 24px 60px rgba(18, 8, 8, 0.22);
}

.about-ref-hero-media-image {
    object-fit: cover;
}

.about-ref-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-ref-section-label {
    display: inline-block;
    color: var(--palace-red);
    font-size: var(--page-eyebrow-size);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
    position: relative;
}

.about-ref-section-label::before,
.about-ref-section-label::after {
    content: '◆';
    color: var(--gold);
    margin: 0 12px;
    font-size: 0.6rem;
    vertical-align: middle;
}

.about-ref-section-label-light {
    color: #f4e4c1;
}

.about-ref-section-title {
    margin: 0 0 16px;
    font-size: var(--page-section-title-size);
    font-weight: 700;
    line-height: var(--page-section-title-line-height);
    color: var(--palace-red);
    letter-spacing: 0.06em;
    font-family: var(--font-title);
}

.about-ref-section-title-light {
    color: #fff;
}

.about-ref-section-desc {
    font-size: var(--page-section-desc-size);
    color: var(--ink-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: var(--page-section-desc-line-height);
}

.about-ref-section-desc-light {
    color: rgba(255,255,255,0.82);
}

.about-ref-intro-section,
.about-ref-advantages-section,
.about-ref-honors-section {
    background: var(--page-surface-paper);
}

.about-ref-profile-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 22px 54px rgba(32, 20, 14, 0.08);
}

.about-ref-profile-accent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #c5222f 0%, #8d1820 100%);
}

.about-ref-profile-inner {
    padding: 68px 58px 62px;
}

.about-ref-profile-inner-with-media {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 42px;
    align-items: center;
}

.about-ref-profile-copy {
    min-width: 0;
}

.about-ref-profile-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c5222f;
    font-size: var(--page-detail-label-size);
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: var(--page-detail-meta-line-height);
}

.about-ref-profile-label::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #c5222f;
}

.about-ref-profile-title {
    margin: 24px 0 0;
    color: var(--ink-black);
    font-size: clamp(2rem, 3vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font-title);
}

.about-ref-profile-body {
    margin-top: 54px;
    display: grid;
    gap: 24px;
}

.about-ref-profile-body p {
    margin: 0;
    color: #24313f;
    font-size: 1rem;
    line-height: 2.05;
    text-indent: 2em;
}

.about-ref-profile-media {
    position: relative;
    min-height: 420px;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,251,245,0.95), rgba(243,235,226,0.92));
    border: 1px solid rgba(116,28,27,0.12);
    box-shadow: 0 18px 42px rgba(32,20,14,0.1);
}

.about-ref-profile-media-image {
    object-fit: cover;
}

.about-ref-profile-media figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(28, 17, 12, 0.68), transparent);
    color: rgba(255,255,255,0.92);
    font-size: 0.92rem;
    line-height: 1.6;
}

.about-ref-uploaded-icon {
    width: 56%;
    height: 56%;
    object-fit: contain;
}

.about-ref-business-section,
.about-ref-team-section,
.about-ref-environment-section {
    background: var(--page-surface-canvas);
}

.about-ref-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 4.5fr) minmax(0, 7.5fr);
    gap: 60px;
    align-items: start;
}

.about-ref-intro-summary h3 {
    font-size: var(--page-detail-subheading-size);
    color: var(--palace-red);
    margin: 0 0 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 16px;
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.about-ref-intro-summary h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--palace-red), var(--gold));
}

.about-ref-intro-summary-text {
    margin: 0;
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
}

.about-ref-intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.about-ref-intro-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(116,28,27,0.16);
    background: rgba(255,251,245,0.96);
    color: var(--palace-red);
    font-size: var(--page-detail-chip-size);
    font-family: var(--font-title);
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.about-ref-intro-text {
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    margin: 0;
    font-size: var(--page-detail-body-size);
    text-align: justify;
}

.about-ref-intro-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.about-ref-intro-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: var(--rice-paper-cool);
    border-radius: 12px;
    border-left: 3px solid var(--palace-red);
}

.about-ref-intro-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--palace-red), var(--palace-red-dark));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.about-ref-intro-item-text h4 {
    font-size: var(--page-detail-body-size);
    color: var(--palace-red);
    margin: 0 0 4px;
    font-family: var(--font-title);
    line-height: var(--page-detail-body-line-height);
}

.about-ref-intro-item-text p {
    font-size: var(--page-detail-meta-size);
    color: var(--ink-light);
    margin: 0;
    line-height: var(--page-detail-meta-line-height);
}

.about-ref-intro-article {
    min-width: 0;
}

.about-ref-intro-article-card {
    width: 100%;
    max-width: 720px;
    padding: 44px 48px;
    background: linear-gradient(180deg, rgba(255,251,245,0.98), rgba(250,243,233,0.96));
    border: 1px solid rgba(116,28,27,0.1);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(116,28,27,0.08);
}

.about-ref-intro-article-card .about-ref-intro-text + .about-ref-intro-text {
    margin-top: 28px;
}

.about-ref-intro-article-eyebrow {
    margin-bottom: 22px;
    color: var(--palace-red);
    font-size: var(--page-detail-label-size);
    letter-spacing: var(--page-detail-label-letter-spacing);
    font-family: var(--font-title);
    text-transform: uppercase;
    line-height: var(--page-detail-meta-line-height);
}

.about-ref-business-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-ref-business-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(116,28,27,0.06);
    border: 1px solid var(--border-light);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.about-ref-business-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--palace-red);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.about-ref-business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(116,28,27,0.08);
}

.about-ref-business-card:hover::after {
    transform: scaleX(1);
}

.about-ref-business-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--palace-red), var(--palace-red-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.about-ref-business-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red);
    margin: 0 0 12px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.about-ref-business-card p {
    font-size: var(--page-card-text-size);
    color: var(--ink-gray);
    line-height: var(--page-card-text-line-height);
    margin: 0;
}

.about-ref-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-ref-advantage-card {
    background: #fff;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(116,28,27,0.06);
    border: 1px solid var(--border-light);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.about-ref-advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--palace-red), var(--gold));
    transform: scaleX(0);
    transition: transform 0.3s;
}

.about-ref-advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
}

.about-ref-advantage-card:hover::before {
    transform: scaleX(1);
}

.about-ref-advantage-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(116,28,27,0.14));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border: 2px solid var(--palace-red);
}

.about-ref-advantage-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red);
    margin: 0 0 12px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.about-ref-advantage-card p {
    color: var(--ink-gray);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
    margin: 0;
}

.about-ref-culture-section {
    background: linear-gradient(135deg, var(--palace-red-dark) 0%, var(--palace-red) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-ref-culture-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.04) 0%, transparent 35%), radial-gradient(circle at 80% 70%, rgba(201,162,39,0.12) 0%, transparent 40%);
}

.about-ref-culture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

.about-ref-culture-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(201,162,39,0.3);
    transition: all 0.3s;
}

.about-ref-culture-card:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-5px);
    border-color: var(--gold);
}

.about-ref-culture-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: rgba(201,162,39,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border: 2px solid var(--gold);
}

.about-ref-culture-card h4 {
    font-size: var(--page-card-title-size);
    color: #f4e4c1;
    margin: 0 0 16px;
    letter-spacing: 0.06em;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.about-ref-culture-card p {
    color: rgba(255,255,255,0.85);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
    margin: 0;
}

.about-ref-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.about-ref-team-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--border-light);
    transition: all 0.3s;
}

.about-ref-team-card:hover {
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
    transform: translateY(-5px);
    border-color: rgba(116,28,27,0.28);
}

.about-ref-team-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.about-ref-team-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--palace-red), var(--palace-red-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
}

.about-ref-team-title h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red);
    margin: 0 0 4px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.about-ref-team-title p {
    color: var(--ink-light);
    font-size: var(--page-detail-meta-size);
    line-height: var(--page-detail-meta-line-height);
    margin: 0;
}

.about-ref-team-content {
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
}

.about-ref-team-content p {
    margin: 0;
}

.about-ref-team-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.about-ref-team-list li {
    padding: 8px 0 8px 24px;
    position: relative;
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
}

.about-ref-team-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--palace-red);
    font-weight: bold;
}

.about-ref-honors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-ref-honor-card {
    background: var(--rice-paper-cool);
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(116,28,27,0.06);
    border: 1px solid var(--border-light);
    transition: all 0.3s;
    position: relative;
}

.about-ref-honor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(116,28,27,0.08);
    border-color: rgba(116,28,27,0.28);
}

.about-ref-honor-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--palace-red-dark);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: var(--page-detail-chip-size);
    font-weight: 600;
    line-height: 1.4;
}

.about-ref-honor-icon {
    width: 80px;
    height: 80px;
    margin: 16px auto 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border: 2px solid var(--palace-red);
    overflow: hidden;
}

.about-ref-honor-card h4 {
    font-size: var(--page-card-title-size);
    color: var(--palace-red);
    margin: 0 0 8px;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.about-ref-honor-card p {
    font-size: var(--page-card-text-size);
    color: var(--ink-light);
    margin: 0;
    line-height: var(--page-card-text-line-height);
}

.about-ref-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-ref-gallery-item {
    position: relative;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 8px rgba(116,28,27,0.06);
    transition: all 0.3s;
}

.about-ref-gallery-image {
    object-fit: cover;
}

.about-ref-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(116,28,27,0.12);
}

.about-ref-gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
    height: 540px;
}

.about-ref-gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ink-light);
    gap: 12px;
    background: linear-gradient(135deg, var(--rice-paper-cool), var(--rice-paper-warm));
    transition: all 0.3s;
}

.about-ref-gallery-item:hover .about-ref-gallery-placeholder {
    background: linear-gradient(135deg, var(--rice-paper-warm), #e3d2c6);
}

.about-ref-gallery-placeholder .icon {
    font-size: 3rem;
    opacity: 0.4;
    color: var(--palace-red);
}

.about-ref-gallery-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(116,28,27,0.92), transparent);
    color: #fff;
    padding: 24px 16px 16px;
    font-size: 1rem;
    font-weight: 500;
}

.about-ref-contact-section {
    background: linear-gradient(135deg, var(--palace-red-dark) 0%, var(--palace-red) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-ref-contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(201,162,39,0.15) 0%, transparent 50%);
}

.about-ref-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-ref-contact-info h2 {
    font-size: 2.5rem;
    margin: 0 0 20px;
    letter-spacing: 2px;
    color: #fff;
    font-family: var(--font-title);
}

.about-ref-contact-info p {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.8;
    margin: 0 0 32px;
    color: rgba(255,255,255,0.9);
}

.about-ref-contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-ref-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.1rem;
}

.about-ref-contact-icon {
    width: 48px;
    height: 48px;
    background: rgba(201,162,39,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 1px solid var(--gold);
}

.about-ref-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-ref-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 40px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: var(--page-button-font-family);
    letter-spacing: var(--page-button-letter-spacing);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    text-decoration: none;
}

.about-ref-btn-contact-primary {
    background: var(--gold);
    color: var(--palace-red-dark);
    box-shadow: 0 4px 20px rgba(201,162,39,0.35);
}

.about-ref-btn-contact-primary:hover {
    background: #f4e4c1;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(201,162,39,0.45);
}

.about-ref-btn-contact-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.about-ref-btn-contact-secondary:hover {
    background: rgba(255,255,255,0.2);
}

@media (max-width: 1024px) {
    .about-ref-hero.about-ref-hero-with-media {
        grid-template-columns: 1fr;
        padding: 0 24px;
        gap: 32px;
    }

    .about-ref-profile-inner-with-media {
        grid-template-columns: 1fr;
    }

    .about-ref-profile-media {
        min-height: 320px;
    }

    .about-ref-hero-title {
        font-size: 2.5rem;
    }

    .about-ref-profile-inner {
        padding: 56px 40px 52px;
    }

    .about-ref-intro-grid {
        grid-template-columns: 1fr;
    }

    .about-ref-intro-article-card {
        max-width: none;
    }

    .about-ref-intro-highlights {
        grid-template-columns: 1fr;
    }

    .about-ref-business-grid,
    .about-ref-honors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-ref-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-ref-culture-grid {
        grid-template-columns: 1fr;
    }

    .about-ref-team-grid {
        grid-template-columns: 1fr;
    }

    .about-ref-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-ref-gallery-item.large {
        grid-column: span 2;
        grid-row: span 1;
        height: 260px;
    }

    .about-ref-contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-ref-contact-details {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .about-ref-hero.about-ref-hero-with-media {
        padding: 0 20px;
    }

    .about-ref-hero-with-media .about-ref-hero-content {
        text-align: center;
        padding: 56px 0 24px;
    }

    .about-ref-hero-with-media .about-ref-hero-divider {
        margin: 24px auto;
    }

    .about-ref-hero-media {
        width: 100%;
        max-width: 420px;
        aspect-ratio: 16 / 10;
        margin-bottom: 28px;
    }

    .about-ref-section {
        padding: 72px 0;
    }

    .about-ref-container {
        padding: 0 20px;
    }

    .about-ref-hero-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .about-ref-section-title {
        font-size: 1.75rem;
    }

    .about-ref-profile-inner {
        padding: 42px 24px 40px;
    }

    .about-ref-profile-title {
        font-size: 2rem;
    }

    .about-ref-profile-body {
        margin-top: 34px;
        gap: 18px;
    }

    .about-ref-profile-body p {
        font-size: 0.98rem;
        line-height: 2.05;
        text-indent: 0;
    }

    .about-ref-intro-article-card {
        padding: 30px 24px;
    }

    .about-ref-business-grid,
    .about-ref-advantages-grid,
    .about-ref-honors-grid,
    .about-ref-gallery-grid {
        grid-template-columns: 1fr;
    }

    .about-ref-gallery-item.large {
        grid-column: auto;
        height: 320px;
    }

    .about-ref-contact-item {
        font-size: 1rem;
    }

    .about-ref-btn-contact {
        padding: 18px 24px;
    }
}

.solution-ref-pain-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7f2921, #5b1a16);
    color: #fff;
    font-size: 1rem;
}

.products-hub-page {
    background: var(--page-surface-canvas);
}

.products-hub-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-6);
    box-sizing: border-box;
    background: var(--page-surface-canvas);
}

.products-hub-topbar {
    position: sticky;
    top: 80px;
    z-index: 20;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: rgba(255,252,247,0.94);
    border-bottom: 1px solid rgba(116,28,27,0.1);
    backdrop-filter: blur(12px);
}

.products-hub-topbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink-black);
    font-size: 1.08rem;
    font-family: var(--font-title);
    font-weight: 700;
}

.products-hub-topbar-logo {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--palace-red);
    color: #fff;
    border-radius: 6px;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
}

.products-hub-topbar-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink-light);
    font-size: 0.92rem;
}

.products-hub-topbar-meta strong {
    color: var(--palace-red);
    font-family: var(--font-title);
}

.products-hub-topbar-divider {
    width: 1px;
    height: 16px;
    background: rgba(116,28,27,0.16);
}

.products-hub-search-trigger {
    border: none;
    background: transparent;
    color: var(--ink-gray);
    font-size: 0.92rem;
    cursor: pointer;
    transition: color 0.25s ease;
}

.products-hub-search-trigger:hover {
    color: var(--palace-red);
}

.products-hub-layout {
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    min-height: calc(100vh - 144px);
}

.products-hub-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.92);
    border-right: 1px solid rgba(116,28,27,0.08);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 272px;
}

.products-hub-sidebar.is-collapsed {
    width: 64px;
}

.products-hub-sidebar-toggle {
    position: absolute;
    top: 24px;
    right: -12px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 999px;
    background: var(--palace-red);
    color: #fff;
    box-shadow: 0 8px 18px rgba(116,28,27,0.18);
    cursor: pointer;
    z-index: 2;
}

.products-hub-sidebar-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 18px 14px 14px;
}

.products-hub-sidebar-scroll::-webkit-scrollbar {
    width: 6px;
}

.products-hub-sidebar-scroll::-webkit-scrollbar-thumb {
    background: rgba(116,28,27,0.22);
    border-radius: 999px;
}

.products-hub-tree-group + .products-hub-tree-group {
    margin-top: 8px;
}

.products-hub-tree-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 12px;
    transition: background 0.25s ease, color 0.25s ease;
}

.products-hub-tree-head.is-active {
    background: rgba(116,28,27,0.06);
}

.products-hub-tree-link {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    color: var(--ink-gray);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
}

.products-hub-tree-link:hover {
    color: var(--palace-red);
}

.products-hub-tree-icon {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.products-hub-tree-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-hub-tree-toggle {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: rgba(86,74,66,0.7);
    cursor: pointer;
    transition: transform 0.25s ease, color 0.25s ease;
}

.products-hub-tree-toggle.is-open {
    transform: rotate(180deg);
    color: var(--palace-red);
}

.products-hub-tree-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
    transition: max-height 0.3s ease;
}

.products-hub-tree-content.is-open {
    max-height: 2000px;
}

.products-hub-tree-item {
    display: block;
    padding: 8px 12px;
    border-right: 3px solid transparent;
    color: rgba(86,74,66,0.84);
    font-size: 0.88rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.products-hub-tree-item:hover,
.products-hub-tree-item.is-active {
    background: rgba(116,28,27,0.05);
    color: var(--palace-red);
    border-right-color: var(--palace-red);
}

.products-hub-sidebar.is-collapsed .products-hub-tree-label,
.products-hub-sidebar.is-collapsed .products-hub-tree-toggle,
.products-hub-sidebar.is-collapsed .products-hub-sidebar-footer {
    display: none;
}

.products-hub-sidebar.is-collapsed .products-hub-tree-link {
    justify-content: center;
    padding: 11px 8px;
}

.products-hub-sidebar-footer {
    padding: 14px;
    border-top: 1px solid rgba(116,28,27,0.08);
}

.products-hub-support-card {
    padding: 12px;
    border-radius: 12px;
    background: rgba(247,241,234,0.92);
    color: var(--ink-light);
    font-size: 0.78rem;
    line-height: 1.8;
}

.products-hub-main {
    overflow-y: auto;
    padding: 32px 36px 40px;
    background: var(--page-surface-sage);
}

.products-hub-main::-webkit-scrollbar {
    width: 6px;
}

.products-hub-main::-webkit-scrollbar-thumb {
    background: rgba(116,28,27,0.22);
    border-radius: 999px;
}

.products-hub-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(116,28,27,0.08);
}

.products-hub-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--ink-light);
    font-size: 0.92rem;
}

.products-hub-breadcrumb-arrow {
    color: rgba(116,28,27,0.35);
}

.products-hub-breadcrumb .is-current {
    color: var(--palace-red);
    font-weight: 600;
}

.products-hub-sort-select {
    min-width: 136px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(116,28,27,0.16);
    background: #fff;
    color: var(--ink-gray);
    font-size: 0.9rem;
    outline: none;
}

.products-hub-sort-select:focus {
    border-color: var(--palace-red);
}

.products-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.products-hub-card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(116,28,27,0.1);
    background: rgba(255,255,255,0.96);
    text-decoration: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.products-hub-card:hover {
    border-color: rgba(116,28,27,0.28);
    box-shadow: 0 18px 36px rgba(116,28,27,0.08);
    transform: translateY(-2px);
}

.products-hub-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f1ea, #efe4d6);
}

.products-hub-card-image {
    object-fit: cover;
    transition: transform 0.45s ease;
}

.products-hub-card:hover .products-hub-card-image {
    transform: scale(1.05);
}

.products-hub-card-fallback {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--palace-red);
    font-family: var(--font-title);
    font-size: 1rem;
    text-align: center;
}

.products-hub-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--palace-red);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
}

.products-hub-card-body {
    padding: 22px 22px 20px;
}

.products-hub-card-body h3 {
    margin: 0 0 8px;
    color: var(--ink-black);
    font-size: var(--page-card-title-size);
    font-weight: 700;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.products-hub-card-body p {
    margin: 0 0 16px;
    color: var(--ink-light);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
}

.products-hub-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--palace-red);
    font-size: 0.86rem;
    font-weight: 700;
}

.products-hub-card-more {
    color: rgba(86,74,66,0.65);
    letter-spacing: 0.14em;
}

.products-hub-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.products-hub-main > .products-hub-toolbar,
.products-hub-main > .products-hub-grid,
.products-hub-main > .products-hub-pagination,
.products-hub-main > .products-hub-empty {
    max-width: 1360px;
}

.products-hub-main {
    position: relative;
}

.products-hub-main::before {
    content: '';
    position: absolute;
    inset: 18px 18px 18px 18px;
    border-radius: 28px;
    background: var(--page-panel-warm);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 18px 48px rgba(116,28,27,0.06);
    pointer-events: none;
}

.products-hub-main > * {
    position: relative;
    z-index: 1;
}

.products-hub-page-btn,
.products-hub-page-ellipsis {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(116,28,27,0.14);
    background: #fff;
    color: var(--ink-gray);
    font-size: 0.88rem;
    text-decoration: none;
}

.products-hub-page-btn:hover {
    border-color: var(--palace-red);
    color: var(--palace-red);
}

.products-hub-page-btn.is-current {
    background: var(--palace-red);
    border-color: var(--palace-red);
    color: #fff;
}

.products-hub-page-btn.is-disabled {
    pointer-events: none;
    opacity: 0.45;
}

.products-hub-page-ellipsis {
    border-color: transparent;
    background: transparent;
}

.products-hub-empty {
    padding: 60px 24px;
    text-align: center;
    border: 1px solid rgba(116,28,27,0.1);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
}

.products-hub-empty h2 {
    margin: 0 0 10px;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: 1.9rem;
}

.products-hub-empty p {
    max-width: 640px;
    margin: 0 auto;
    color: var(--ink-gray);
    line-height: 1.9;
}

.products-hub-empty-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.products-hub-empty-primary,
.products-hub-empty-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--font-title);
    font-size: 0.92rem;
    cursor: pointer;
}

.products-hub-empty-primary {
    border: none;
    background: var(--palace-red);
    color: #fff;
}

.products-hub-empty-secondary {
    border: 1px solid rgba(116,28,27,0.16);
    background: #fff;
    color: var(--palace-red);
}

.products-hub-inquiry-section {
    padding: 40px 24px 96px;
    background: var(--page-surface-canvas);
}

.products-hub-inquiry-shell {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: start;
    padding: 32px;
    border: 1px solid rgba(116,28,27,0.1);
    border-radius: 22px;
    background: var(--page-panel-warm);
    box-shadow: 0 18px 42px rgba(116,28,27,0.08);
}

.products-hub-inquiry-copy {
    padding: 8px 0;
}

.products-hub-inquiry-kicker {
    margin-bottom: 14px;
    color: var(--palace-red);
    font-size: 12px;
    letter-spacing: 2px;
    font-family: var(--font-title);
}

.products-hub-inquiry-copy h2 {
    margin: 0;
    color: var(--ink-black);
    font-family: var(--font-title);
    font-size: 28px;
    line-height: 1.4;
}

.products-hub-inquiry-copy p {
    margin: 16px 0 0;
    color: var(--ink-gray);
    font-size: 15px;
    line-height: 1.95;
    max-width: 540px;
}

.products-hub-inquiry-form > div {
    box-shadow: none !important;
    border-radius: 18px !important;
    border: 1px solid rgba(116,28,27,0.08) !important;
    background: rgba(255,255,255,0.92) !important;
}

.resource-download-ref-page {
    background: var(--page-surface-paper);
}

.resource-download-ref-header {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(116,28,27,0.1);
    background: rgba(255,255,255,0.9);
}

.resource-download-ref-header-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.resource-download-ref-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid var(--palace-red);
    border-radius: 6px;
    color: var(--palace-red);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.resource-download-ref-back:hover {
    background: var(--palace-red);
    color: #fff;
}

.resource-download-ref-title {
    flex: 1;
    margin: 0;
    color: var(--ink-black);
    font-size: 20px;
    font-weight: 600;
}

.resource-download-ref-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 72px;
}

.resource-download-ref-card {
    padding: 32px;
    border-radius: 8px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 8px 28px rgba(36,18,12,0.06);
    border: 1px solid rgba(116,28,27,0.08);
}

.resource-download-ref-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
    color: var(--ink-light);
    font-size: 14px;
}

.resource-download-ref-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.resource-download-ref-description {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(116,28,27,0.08);
    color: var(--ink-gray);
    font-size: 15px;
    line-height: 1.9;
}

.resource-download-ref-action {
    text-align: center;
}

.resource-download-ref-button-wrap {
    display: inline-flex;
}

.resource-download-ref-button-wrap .button,
.resource-download-ref-fallback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 48px;
    border: none;
    border-radius: 8px;
    background: var(--palace-red);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.resource-download-ref-button-wrap .button:hover,
.resource-download-ref-fallback-btn:hover {
    background: var(--palace-red-dark);
}

.resource-download-ref-tip {
    margin-top: 24px;
    padding: 16px;
    border-radius: 6px;
    background: rgba(116,28,27,0.06);
    color: var(--palace-red-dark);
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1320px) {
    .products-hub-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .products-hub-layout {
        grid-template-columns: 1fr;
    }

    .products-hub-sidebar,
    .products-hub-sidebar.is-collapsed {
        width: 100%;
    }

    .products-hub-sidebar-toggle {
        display: none;
    }

    .products-hub-main {
        padding: 26px 24px 34px;
    }

    .products-hub-inquiry-shell {
        grid-template-columns: 1fr;
    }

    .products-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .products-hub-shell {
        padding: 0 var(--space-4);
    }

    .products-hub-topbar {
        top: 80px;
        height: auto;
        padding: 14px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .products-hub-topbar-meta,
    .products-hub-toolbar {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .products-hub-main {
        padding: 18px 16px 28px;
    }

    .products-hub-main::before {
        inset: 10px 10px 10px 10px;
        border-radius: 20px;
    }

    .products-hub-inquiry-section {
        padding: 28px 16px 56px;
    }

    .products-hub-inquiry-shell {
        padding: 24px 18px;
    }

    .products-hub-grid {
        grid-template-columns: 1fr;
    }

    .resource-download-ref-header-content {
        flex-wrap: wrap;
    }

    .resource-download-ref-title {
        width: 100%;
        order: -1;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .resource-download-ref-container {
        padding: 20px 16px 48px;
    }

    .resource-download-ref-card {
        padding: 24px;
    }

    .resource-download-ref-meta {
        gap: 16px;
    }

    .resource-download-ref-button-wrap,
    .resource-download-ref-button-wrap .button,
    .resource-download-ref-fallback-btn {
        width: 100%;
    }
}

.solution-ref-pain-title,
.solution-ref-adv-title {
    margin: 0;
    font-size: var(--page-card-title-size);
    font-weight: 600;
    color: var(--palace-red-dark);
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.solution-ref-pain-list,
.solution-ref-value-list {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.solution-ref-pain-list li,
.solution-ref-value-list li {
    position: relative;
    padding: 6px 0 6px 16px;
    color: var(--ink-gray);
    font-size: var(--page-detail-body-size);
    line-height: var(--page-detail-body-line-height);
}

.solution-ref-pain-list li::before,
.solution-ref-value-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--palace-red);
    font-weight: bold;
}

.solution-ref-solution-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.solution-ref-solution-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(116,28,27,0.1);
    transition: all 0.3s ease;
}

.solution-ref-solution-item:nth-child(even) {
    direction: rtl;
}

.solution-ref-solution-item:nth-child(even) > * {
    direction: ltr;
}

.solution-ref-solution-image {
    min-height: 320px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f1e3d5, #ead8c9);
    border: 1px solid rgba(116,28,27,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.solution-ref-solution-image-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(280px, 72%);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 1px solid rgba(116,28,27,0.14);
    background: rgba(255,255,255,0.62);
    color: var(--palace-red-dark);
    font-family: var(--font-title);
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.solution-ref-solution-content h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--page-detail-subheading-size);
    color: var(--palace-red-dark);
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.solution-ref-solution-content-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(116,28,27,0.08);
    color: var(--palace-red);
    font-size: var(--page-detail-chip-size);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.solution-ref-solution-desc {
    margin: 16px 0 0;
    color: var(--ink-gray);
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
}

.solution-ref-feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.solution-ref-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--ink-black);
    line-height: var(--page-detail-body-line-height);
    font-size: var(--page-detail-body-size);
}

.solution-ref-feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(116,28,27,0.1);
    color: var(--palace-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.solution-ref-adv-card {
    text-align: center;
    padding: 40px 24px;
}

.solution-ref-adv-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(116,28,27,0.08), rgba(116,28,27,0.14));
    font-size: 1.1rem;
}

.solution-ref-adv-desc {
    margin: 10px 0 0;
    color: var(--ink-gray);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
}

.solution-ref-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.solution-ref-value-card {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid var(--palace-red);
    box-shadow: 0 4px 20px rgba(26,26,26,0.03);
    transition: all 0.3s ease;
}

.solution-ref-value-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.solution-ref-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(116,28,27,0.1);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.solution-ref-value-tag {
    color: var(--palace-red);
    font-size: var(--page-detail-label-size);
    font-family: var(--font-title);
    letter-spacing: var(--page-detail-label-letter-spacing);
    line-height: var(--page-detail-meta-line-height);
}

.solution-ref-value-title {
    margin: 8px 0 0;
    font-size: var(--page-detail-subheading-size);
    font-weight: 600;
    color: var(--palace-red-dark);
    line-height: var(--page-detail-subheading-line-height);
    font-family: var(--font-title);
}

.solution-ref-case-grid,
.solution-ref-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.solution-ref-case-card,
.solution-ref-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26,26,26,0.03);
    transition: all 0.3s ease;
    border: 1px solid rgba(116,28,27,0.08);
}

.solution-ref-case-image {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #eadbca, #ddccb9);
    overflow: hidden;
}

.solution-ref-case-media {
    position: absolute;
    inset: 0;
}

.solution-ref-case-media-image {
    object-fit: cover;
}

.solution-ref-case-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    padding: 4px 12px;
    border-radius: 20px;
    background: var(--palace-red);
    color: #fff;
    font-size: var(--page-detail-chip-size);
    font-weight: 600;
    line-height: 1.4;
}

.solution-ref-case-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: rgba(116,28,27,0.62);
    text-align: center;
    line-height: 1.7;
}

.solution-ref-case-content {
    padding: 24px;
}

.solution-ref-case-title {
    margin: 0;
    font-size: var(--page-card-title-size);
    font-weight: 600;
    color: var(--palace-red-dark);
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.solution-ref-case-desc {
    margin: 10px 0 0;
    color: var(--ink-gray);
    font-size: var(--page-card-text-size);
    line-height: var(--page-card-text-line-height);
}

.solution-ref-case-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    color: var(--palace-red);
    font-weight: 600;
    font-size: var(--page-detail-body-size);
    text-decoration: none;
    line-height: var(--page-detail-body-line-height);
}

.solution-ref-case-link::after {
    content: '→';
}

.solution-ref-service-card {
    padding: 32px;
}

.solution-ref-service-icon {
    margin-bottom: 16px;
    font-size: 1rem;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(116,28,27,0.1);
}

.solution-ref-service-title {
    margin: 0;
    font-size: var(--page-card-title-size);
    font-weight: 600;
    color: var(--palace-red-dark);
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.solution-ref-service-desc {
    margin: 10px 0 0;
    font-size: var(--page-card-text-size);
    color: var(--ink-gray);
    line-height: var(--page-card-text-line-height);
}

.solution-ref-cta-section {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #7a1f27, #5b1717);
    position: relative;
    overflow: hidden;
}

.solution-ref-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.solution-ref-cta-title,
.solution-ref-cta-desc,
.solution-ref-cta-buttons {
    position: relative;
    z-index: 1;
}

.solution-ref-cta-title {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 2.5rem);
    font-weight: 700;
    color: #fff;
}

.solution-ref-cta-desc {
    margin: 20px auto 0;
    max-width: 760px;
    font-size: var(--page-detail-body-size);
    color: rgba(255,255,255,0.88);
    line-height: var(--page-detail-body-line-height);
}

.solution-ref-cta-buttons {
    justify-content: center;
    margin-top: 40px;
}

.solution-ref-btn-white {
    background: #fff;
    color: var(--palace-red-dark);
}

.solution-ref-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.solution-ref-btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
}

.solution-ref-btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

@media (max-width: 1024px) {
    .solution-ref-pain-grid,
    .solution-ref-adv-grid,
    .solution-ref-case-grid,
    .solution-ref-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-ref-hero-container,
    .solution-ref-solution-item {
        grid-template-columns: 1fr;
    }

    .solution-ref-solution-item:nth-child(even) {
        direction: ltr;
    }
}

@media (max-width: 768px) {
    .solution-ref-hero {
        padding: 44px 0 64px;
    }

    .solution-ref-section {
        padding: 72px 0;
    }

    .solution-ref-value-grid,
    .solution-ref-pain-grid,
    .solution-ref-adv-grid,
    .solution-ref-case-grid,
    .solution-ref-service-grid {
        grid-template-columns: 1fr;
    }

    .solution-ref-hero-subtitle {
        max-width: none;
    }

    .solution-ref-hero-visual {
        min-height: 360px;
    }

    .solution-ref-solution-item {
        padding: 28px;
        gap: 28px;
    }

    .solution-ref-solution-content h3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution-ref-cta-buttons,
    .solution-ref-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

.solution-ref-btn {
        width: 100%;
    }
}

/* ============================================================
   Products Hub Reference Override
   ============================================================ */
.products-hub-mobile-toggle {
    display: none;
}

.products-hub-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    min-height: auto;
    padding: 40px 0 88px;
}

.products-hub-sidebar {
    position: sticky;
    top: 24px;
    width: 280px;
    background: transparent;
    border-right: none;
}

.products-hub-sidebar-panel {
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(116,28,27,0.08);
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.products-hub-sidebar-header {
    padding: 24px 20px;
    background: linear-gradient(135deg, var(--palace-red) 0%, var(--palace-red-dark) 100%);
    color: #fff;
}

.products-hub-sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.products-hub-sidebar-scroll {
    max-height: calc(100vh - 180px);
    padding: 12px 0;
}

.products-hub-tree-group + .products-hub-tree-group {
    margin-top: 0;
    border-top: 1px solid rgba(116,28,27,0.06);
}

.products-hub-tree-head {
    gap: 10px;
    border-radius: 0;
}

.products-hub-tree-head.is-active {
    background: rgba(116,28,27,0.05);
}

.products-hub-tree-link {
    padding: 16px 20px;
    color: var(--ink-black);
    font-size: 0.92rem;
}

.products-hub-tree-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(116,28,27,0.04);
    transition: background 0.2s ease, color 0.2s ease;
}

.products-hub-tree-head:hover .products-hub-tree-icon,
.products-hub-tree-head.is-active .products-hub-tree-icon {
    background: var(--palace-red);
    color: #fff;
}

.products-hub-tree-toggle {
    width: 44px;
    height: 44px;
}

.products-hub-tree-toggle.is-open {
    transform: rotate(90deg);
}

.products-hub-tree-content {
    padding-left: 0;
    background: rgba(250,250,250,0.88);
}

.products-hub-tree-item {
    position: relative;
    padding: 12px 20px 12px 64px;
    border-right: none;
    font-size: 0.84rem;
}

.products-hub-tree-item::before {
    content: '';
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(116,28,27,0.16);
    transition: all 0.2s ease;
}

.products-hub-tree-item--child {
    padding-left: 80px;
    color: var(--ink-light);
}

.products-hub-tree-item--child::before {
    left: 62px;
    width: 8px;
    height: 1px;
    border-radius: 0;
}

.products-hub-tree-item:hover,
.products-hub-tree-item.is-active {
    background: #fff;
    color: var(--palace-red);
}

.products-hub-tree-item:hover::before,
.products-hub-tree-item.is-active::before {
    background: var(--palace-red);
}

.products-hub-main {
    position: static;
    overflow: visible;
    padding: 0;
    background: transparent;
}

.products-hub-main::before {
    content: none;
}

.products-hub-content-header {
    margin-bottom: 32px;
}

.products-hub-breadcrumb {
    margin-bottom: 12px;
    font-size: 0.82rem;
}

.products-hub-breadcrumb-separator {
    color: rgba(116,28,27,0.35);
}

.products-hub-content-headline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.products-hub-content-title {
    margin: 0;
    color: var(--ink-black);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.45;
    font-family: var(--font-title);
}

.products-hub-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.products-hub-content-count {
    color: var(--ink-light);
    font-size: 0.92rem;
}

.products-hub-search-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1.5px solid var(--palace-red);
    border-radius: 10px;
    background: transparent;
    color: var(--palace-red);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.products-hub-search-trigger:hover {
    background: var(--palace-red);
    color: #fff;
}

.products-hub-sort-select {
    min-width: 148px;
    padding: 11px 14px;
    border-radius: 10px;
}

.products-hub-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.products-hub-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid rgba(116,28,27,0.08);
    background: rgba(255,255,255,0.98);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.products-hub-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(116,28,27,0.12);
    border-color: rgba(116,28,27,0.16);
}

.products-hub-card-media {
    height: 220px;
    aspect-ratio: auto;
    background: linear-gradient(135deg, #f7f1ea 0%, #ece0d2 100%);
}

.products-hub-card-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.products-hub-card:hover .products-hub-card-image {
    transform: scale(1.08);
}

.products-hub-card-badge {
    top: 16px;
    left: 16px;
    right: auto;
    padding: 6px 12px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.products-hub-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.products-hub-card-category {
    margin-bottom: 8px;
    color: var(--palace-red);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.products-hub-card-body h3 {
    margin: 0 0 6px;
    font-size: var(--page-card-title-size);
    font-weight: 600;
    line-height: var(--page-card-title-line-height);
    font-family: var(--font-title);
}

.products-hub-card-model {
    margin-bottom: 20px;
    color: var(--ink-light);
    font-size: 0.82rem;
    font-family: var(--font-mono, 'SFMono-Regular', Consolas, monospace);
}

.products-hub-card-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    border: 1.5px solid var(--palace-red);
    border-radius: 8px;
    color: var(--palace-red);
    font-size: 0.84rem;
    font-weight: 600;
    transition: background 0.25s ease, color 0.25s ease;
}

.products-hub-card:hover .products-hub-card-cta {
    background: var(--palace-red);
    color: #fff;
}

.products-hub-main > .products-hub-content-header,
.products-hub-main > .products-hub-grid,
.products-hub-main > .products-hub-pagination,
.products-hub-main > .products-hub-empty {
    max-width: none;
}

@media (max-width: 1024px) {
    .products-hub-layout {
        grid-template-columns: 1fr;
        padding: 32px 0 72px;
    }

    .products-hub-mobile-toggle {
        position: fixed;
        left: 20px;
        bottom: 28px;
        z-index: 220;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 50%;
        background: var(--palace-red);
        color: #fff;
        font-size: 1.25rem;
        cursor: pointer;
        box-shadow: 0 12px 28px rgba(116,28,27,0.28);
    }

    .products-hub-sidebar {
        position: fixed;
        left: -320px;
        top: 100px;
        bottom: 24px;
        z-index: 210;
        transition: left 0.3s ease;
    }

    .products-hub-sidebar.is-mobile-open {
        left: 20px;
    }

    .products-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .products-hub-layout {
        padding: 24px 0 56px;
    }

    .products-hub-sidebar {
        width: calc(100vw - 48px);
        max-width: 320px;
        left: calc(-100vw - 24px);
    }

    .products-hub-sidebar.is-mobile-open {
        left: 16px;
    }

    .products-hub-content-headline,
    .products-hub-toolbar-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-hub-content-title {
        font-size: 1.5rem;
    }

    .products-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .products-hub-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   Home Motion P0
   ============================================================ */

.reveal {
    opacity: 1;
    transform: none;
    transition:
        opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}

.reveal.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.reveal-up {
    transform: none;
}

.reveal-right {
    transform: none;
}

.reveal-scale {
    transform: none;
}

.reveal-delay-1 { --reveal-delay: 0.08s; }
.reveal-delay-2 { --reveal-delay: 0.16s; }
.reveal-delay-3 { --reveal-delay: 0.24s; }
.reveal-delay-4 { --reveal-delay: 0.32s; }
.reveal-delay-5 { --reveal-delay: 0.4s; }
.reveal-delay-6 { --reveal-delay: 0.48s; }

.hero-cloud-layer.primary {
    animation: heroCloudFloat 22s ease-in-out infinite alternate;
}

.hero-cloud-layer.secondary {
    animation: heroCloudFloatReverse 28s ease-in-out infinite alternate;
}

.hero-load-item {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change: opacity, transform;
}

.hero-load-item-1 { animation-delay: 0.12s; }
.hero-load-item-2 { animation-delay: 0.24s; }
.hero-load-item-3 { animation-delay: 0.42s; }
.hero-load-item-4 { animation-delay: 0.58s; }
.hero-load-item-5 { animation-delay: 0.72s; }

.hero-display-line {
    display: block;
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    animation: heroTitleLine 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-display-line:nth-child(1) { animation-delay: 0.34s; }
.hero-display-line:nth-child(2) { animation-delay: 0.46s; }
.hero-display-line:nth-child(3) { animation-delay: 0.58s; }

.hero-chip-animate {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    animation: heroFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-chip-1 { animation-delay: 0.68s; }
.hero-chip-2 { animation-delay: 0.76s; }
.hero-chip-3 { animation-delay: 0.84s; }
.hero-chip-4 { animation-delay: 0.92s; }
.hero-chip-5 { animation-delay: 1s; }
.hero-chip-6 { animation-delay: 1.08s; }

.hero-button-animate {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    animation: heroButtonRise 0.68s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-action-row .hero-button-animate:first-child { animation-delay: 0.86s; }
.hero-action-row .hero-button-animate:last-child { animation-delay: 0.96s; }

.product-visual-card,
.case-showcase-card,
.content-resource-hero,
.content-resource-list-card,
.home-partner-role-card {
    transform-origin: center bottom;
}

.hero-primary-action:hover,
.hero-secondary-action:hover,
.content-resource-hero:hover .content-resource-link,
.home-cta-button:hover {
    transform: translateY(-4px);
}

.product-visual-card:hover,
.case-showcase-card:hover,
.home-partner-role-card:hover {
    transform: translateY(-8px);
}

.content-resource-item-plus {
    transition: color 0.24s ease, transform 0.24s ease;
}

.content-resource-item:hover .content-resource-item-plus {
    color: var(--palace-red);
    transform: translateX(4px);
}

.home-partner-point,
.trust-stat-card {
    transition:
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        background 0.24s ease;
}

.trust-stat-card:hover {
    background: rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 0 1px rgba(116, 28, 27, 0.06);
}

.home-partner-point:hover {
    background: rgba(255, 255, 255, 0.54);
}

.page-motion-panel {
    transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.24s ease,
        background 0.24s ease;
    transform-origin: center bottom;
    will-change: transform;
}

.page-motion-button {
    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        background 0.24s ease,
        color 0.24s ease,
        border-color 0.24s ease;
    will-change: transform;
}

.page-motion-chip {
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        color 0.22s ease;
    will-change: transform;
}

.page-motion-form {
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center top;
    will-change: transform;
}

.page-motion-button:focus-visible,
.page-motion-chip:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(255,255,255,0.92),
        0 0 0 5px rgba(116,28,27,0.28);
}

.page-motion-button:active {
    transform: translateY(-1px) scale(0.992);
}

.page-motion-chip:active {
    transform: translateY(0) scale(0.992);
}

@media (hover: hover) and (pointer: fine) {
    .page-motion-panel:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 44px rgba(36, 18, 12, 0.1);
        border-color: rgba(116, 28, 27, 0.16);
    }

    .page-motion-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(116, 28, 27, 0.12);
    }

    .page-motion-chip:hover {
        transform: translateY(-2px);
    }

    .page-motion-form:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 38px rgba(37, 18, 15, 0.08);
    }

    .home-proto-portal-card:hover .home-proto-portal-link,
    .home-proto-resource-item:hover strong,
    .home-proto-inline-link:hover {
        letter-spacing: 0.02em;
    }

    .home-proto-solution-card:hover .home-proto-solution-thumb,
    .home-proto-product-card:hover .home-proto-product-media,
    .home-proto-case-mini:hover,
    .home-proto-resource-item:hover {
        box-shadow: 0 18px 34px rgba(54, 33, 21, 0.1);
    }
}

[data-layout="page-hero-split"] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 30px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    border: 1px solid rgba(132, 90, 51, 0.1);
    box-shadow: 0 24px 56px rgba(79, 57, 36, 0.08);
    background:
        linear-gradient(to bottom, rgba(245,241,232,0.94) 0%, rgba(245,241,232,0.74) 18%, rgba(245,241,232,0.5) 38%, rgba(245,241,232,0.34) 60%, rgba(245,241,232,0.44) 100%),
        linear-gradient(135deg, rgba(22,133,169,0.07) 0%, rgba(22,169,81,0.03) 50%, rgba(132,90,51,0.12) 100%),
        url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat !important;
}

[data-layout="page-hero-split"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(250,246,237,0.22) 0%, rgba(250,246,237,0.04) 22%, rgba(245,241,232,0.24) 100%),
        url('/images/home/k7-kit/landscape-roll.png') center bottom / 140% auto no-repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

[data-layout="page-hero-split"]::after {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(212, 175, 55, 0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.26);
    pointer-events: none;
    z-index: 0;
}

[data-layout="page-hero-split"] > * {
    position: relative;
    z-index: 1;
}

[data-layout="page-content-split"] {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.page-form-split {
    grid-template-columns: minmax(0, 1fr);
}

.page-form-split.page-form-split-rich {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

.page-form-split.page-form-split-compact {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
}

@media (max-width: 980px) {
    [data-layout="page-hero-split"],
    [data-layout="page-content-split"],
    .page-form-split,
    .page-form-split.page-form-split-rich,
    .page-form-split.page-form-split-compact {
        grid-template-columns: 1fr;
    }

    .page-form-split,
    .page-form-split.page-form-split-rich,
    .page-form-split.page-form-split-compact {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-motion-panel,
    .page-motion-form {
        will-change: auto;
    }

    .page-motion-button,
    .page-motion-chip {
        min-height: 44px;
    }
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 34px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes heroTitleLine {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes heroButtonRise {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes heroCloudFloat {
    from {
        transform: translate3d(-1.5%, 0, 0) scale(1);
    }
    to {
        transform: translate3d(1.5%, -2%, 0) scale(1.04);
    }
}

@keyframes heroCloudFloatReverse {
    from {
        transform: translate3d(1.2%, 0, 0) scale(1.02);
    }
    to {
        transform: translate3d(-1.2%, 2%, 0) scale(1.06);
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .hero-load-item,
    .hero-display-line,
    .hero-chip-animate,
    .hero-button-animate,
    .hero-cloud-layer.primary,
    .hero-cloud-layer.secondary {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    .page-motion-panel,
    .page-motion-button,
    .page-motion-chip,
    .page-motion-form {
        transform: none !important;
        transition: none !important;
        animation: none !important;
        box-shadow: none !important;
    }

    .hero-primary-action:hover,
    .hero-secondary-action:hover,
    .content-resource-hero:hover .content-resource-link,
    .home-cta-button:hover,
    .product-visual-card:hover,
    .case-showcase-card:hover,
    .home-partner-role-card:hover,
    .content-resource-item:hover {
        transform: none !important;
    }
}

/* ============================================================
   首页 Hero 重构：古建窗棂 + 山水长卷
   ============================================================ */
.home-proto-hero.home-proto-hero-cultural {
  min-height: auto;
  padding: 42px 0 28px;
  background:
    radial-gradient(circle at 20% 8%, rgba(212, 175, 55, 0.12), transparent 24%),
    radial-gradient(circle at 85% 14%, rgba(116, 28, 27, 0.14), transparent 20%),
    linear-gradient(180deg, #f4eddf 0%, #e9dfce 100%);
}

.home-proto-hero-cultural::before {
  background-image:
    linear-gradient(rgba(80, 68, 49, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 68, 49, 0.03) 1px, transparent 1px),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.6), transparent 40%);
  background-size: 26px 26px, 26px 26px, auto;
  opacity: 0.8;
}

.home-proto-hero-shell {
  position: relative;
  z-index: 1;
}

.home-proto-hero-stage-cultural {
  position: relative;
  min-height: 790px;
  padding: 58px 46px 64px;
  border-radius: 30px 30px 24px 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 249, 240, 0.94) 0%, rgba(246, 237, 225, 0.96) 100%);
  border: 1px solid rgba(116, 28, 27, 0.16);
  box-shadow:
    0 22px 56px rgba(53, 34, 20, 0.14),
    inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.home-proto-hero-stage-cultural::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  pointer-events: none;
  border-radius: 20px 20px 16px 16px;
}

.home-proto-hero-stage-cultural::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(143, 29, 29, 0.03), transparent 10%, transparent 90%, rgba(143, 29, 29, 0.03)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.45), transparent 40%);
  mix-blend-mode: multiply;
}

.home-proto-hero-arch {
  position: absolute;
  inset: 52px 44px 110px;
  pointer-events: none;
}

.home-proto-hero-beam {
  position: absolute;
  left: 28%;
  right: 25%;
  top: 0;
  height: 112px;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(180deg, #a32c28 0%, #7c1717 88%);
  box-shadow:
    inset 0 -1px 0 rgba(255, 228, 182, 0.25),
    inset 0 0 0 2px rgba(212, 175, 55, 0.64);
}

.home-proto-hero-beam::before,
.home-proto-hero-beam::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 16px;
  width: 150px;
  border-radius: 12px;
  border: 2px solid rgba(212, 175, 55, 0.62);
  opacity: 0.9;
}

.home-proto-hero-beam::before { left: 28px; }
.home-proto-hero-beam::after { right: 28px; }

.home-proto-hero-pillar {
  position: absolute;
  top: 70px;
  bottom: 0;
  width: 140px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #9a2624 0%, #751717 100%);
  box-shadow:
    inset 0 0 0 2px rgba(212, 175, 55, 0.64),
    inset 18px 0 0 rgba(255, 226, 178, 0.06),
    inset -18px 0 0 rgba(42, 10, 10, 0.1);
}

.home-proto-hero-pillar.is-left { left: 26%; }
.home-proto-hero-pillar.is-right { right: 24%; }

.home-proto-hero-pillar::before,
.home-proto-hero-pillar::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  border: 2px solid rgba(212, 175, 55, 0.62);
  border-radius: 10px;
}

.home-proto-hero-pillar::before {
  top: 28px;
  height: 190px;
}

.home-proto-hero-pillar::after {
  bottom: 28px;
  height: 152px;
}

.home-proto-hero-lattice-line {
  position: absolute;
  background: rgba(212, 175, 55, 0.5);
}

.home-proto-hero-lattice-line.is-v1,
.home-proto-hero-lattice-line.is-v2 {
  top: 124px;
  bottom: 22px;
  width: 2px;
}

.home-proto-hero-lattice-line.is-v1 { left: 47%; }
.home-proto-hero-lattice-line.is-v2 { left: 75%; }

.home-proto-hero-lattice-line.is-h1,
.home-proto-hero-lattice-line.is-h2 {
  left: 14%;
  right: 12%;
  height: 2px;
}

.home-proto-hero-lattice-line.is-h1 { top: 286px; }
.home-proto-hero-lattice-line.is-h2 { top: 468px; }

.home-proto-hero-scrollscape {
  position: absolute;
  left: 16%;
  right: 15%;
  top: 44%;
  transform: translateY(-50%);
  height: 336px;
  z-index: 1;
}

.home-proto-hero-scroll-roll {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 28px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #b57c2d 0%, #8d5d1c 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 219, 157, 0.28),
    0 14px 24px rgba(46, 30, 10, 0.18);
}

.home-proto-hero-scroll-roll.is-left { left: -10px; }
.home-proto-hero-scroll-roll.is-right { right: -10px; }

.home-proto-hero-scroll-surface {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(249, 245, 236, 0.92) 0%, rgba(235, 227, 209, 0.96) 100%);
  border: 3px solid rgba(212, 175, 55, 0.74);
  box-shadow:
    0 24px 36px rgba(48, 29, 14, 0.16),
    inset 0 0 0 1px rgba(255, 247, 232, 0.56),
    inset 0 18px 34px rgba(255, 255, 255, 0.28),
    inset 0 -18px 32px rgba(73, 51, 28, 0.1);
}

.home-proto-hero-scroll-surface::before,
.home-proto-hero-scroll-surface::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  height: 3px;
  background: rgba(212, 175, 55, 0.72);
  z-index: 2;
}

.home-proto-hero-scroll-surface::before { top: 18px; }
.home-proto-hero-scroll-surface::after { bottom: 18px; }

.home-proto-hero-scroll-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(250, 245, 235, 0.18) 0%, rgba(238, 227, 205, 0.08) 100%),
    url('/images/home/heritage-scrollscape.jpg');
  background-size: cover;
  background-position: center 48%;
  filter: saturate(0.98) contrast(1.08) brightness(0.98);
  transform: scale(1.02);
}

.home-proto-hero-scroll-image::before,
.home-proto-hero-scroll-image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-proto-hero-scroll-image::before {
  background-image:
    radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 64%, rgba(85, 58, 32, 0.1) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(90, 57, 24, 0.11), transparent 8%, transparent 92%, rgba(90, 57, 24, 0.11));
  background-size: 18px 18px, 24px 24px, auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.home-proto-hero-scroll-image::after {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 249, 232, 0.18) 20%, transparent 23% 52%, rgba(80, 52, 25, 0.08) 54%, transparent 57%),
    radial-gradient(ellipse at center, transparent 52%, rgba(72, 45, 21, 0.16) 100%);
}

.home-proto-hero-scroll-mist {
  position: absolute;
  border-radius: 999px;
  background: rgba(249, 244, 235, 0.46);
  filter: blur(4px);
  z-index: 1;
}

.home-proto-hero-scroll-mist.is-top {
  top: 38px;
  left: 10%;
  width: 35%;
  height: 44px;
}

.home-proto-hero-scroll-mist.is-mid {
  top: 148px;
  left: 42%;
  width: 28%;
  height: 58px;
}

.home-proto-hero-scroll-mist.is-low {
  bottom: 56px;
  right: 8%;
  width: 24%;
  height: 52px;
}

.home-proto-hero-panel {
  position: relative;
  z-index: 3;
  width: min(100%, 420px);
  min-height: 420px;
  padding: 34px 32px 28px;
  margin-left: 20px;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.96) 0%, rgba(246, 238, 227, 0.94) 100%);
  border-radius: 22px 22px 18px 18px;
  border: 1px solid rgba(212, 175, 55, 0.66);
  box-shadow:
    0 26px 40px rgba(43, 26, 16, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.home-proto-hero-panel::before,
.home-proto-hero-panel::after {
  content: '';
  position: absolute;
  top: 34px;
  bottom: 34px;
  width: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d4af37 0%, #b6851f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 236, 188, 0.36);
}

.home-proto-hero-panel::before { left: -8px; }
.home-proto-hero-panel::after { right: -8px; }

.home-proto-hero-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 16px;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: rgba(116, 28, 27, 0.82);
  text-transform: uppercase;
}

.home-proto-hero-panel-kicker::before {
  content: '';
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.home-proto-hero-cultural h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 3.8vw, 3.45rem);
  line-height: 1.24;
  color: #2a1d18;
  letter-spacing: 0.03em;
}

.home-proto-hero-cultural .home-proto-hero-desc {
  max-width: 100%;
  font-size: 0.98rem;
  line-height: 1.92;
  color: rgba(45, 36, 32, 0.76);
}

.home-proto-hero-cultural .home-proto-chip-row {
  margin-top: 22px;
}

.home-proto-hero-cultural .home-proto-badge-row {
  margin-top: 24px;
}

.home-proto-hero-panel-seal,
.home-proto-hero-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(157, 34, 34, 0.9);
  color: #fff7f0;
  font-family: var(--font-title);
  box-shadow: 0 12px 20px rgba(78, 22, 21, 0.18);
}

.home-proto-hero-panel-seal {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  transform: rotate(8deg);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.home-proto-hero-pavilion {
  position: absolute;
  right: 38px;
  top: 108px;
  z-index: 3;
  width: min(100%, 360px);
}

.home-proto-pavilion-roof {
  width: 100%;
  height: 56px;
  margin: 0 auto -4px;
  border-radius: 999px 999px 16px 16px;
  background:
    linear-gradient(180deg, #a32c28 0%, #7a1717 100%);
  box-shadow:
    inset 0 0 0 2px rgba(212, 175, 55, 0.58),
    0 12px 18px rgba(54, 28, 18, 0.12);
}

.home-proto-pavilion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(122, 23, 23, 0.96) 0%, rgba(104, 19, 19, 0.98) 100%);
  border-radius: 0 0 18px 18px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 24px 36px rgba(50, 22, 18, 0.16);
}

.home-proto-pavilion-card {
  display: grid;
  gap: 8px;
  min-height: 98px;
  padding: 14px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.96) 0%, rgba(243, 235, 224, 0.94) 100%);
  border: 1px solid rgba(212, 175, 55, 0.42);
}

.home-proto-pavilion-card.is-wide {
  grid-column: 1 / -1;
}

.home-proto-pavilion-card span {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  color: rgba(116, 28, 27, 0.8);
  text-transform: uppercase;
}

.home-proto-pavilion-card strong {
  font-family: var(--font-title);
  font-size: 1.75rem;
  color: #8d1f21;
  line-height: 1.1;
}

.home-proto-pavilion-card em {
  font-style: normal;
  color: rgba(45, 36, 32, 0.68);
  font-size: 0.83rem;
  line-height: 1.65;
}

.home-proto-pavilion-trend {
  position: relative;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(143, 29, 29, 0.04) 0%, rgba(143, 29, 29, 0.12) 100%);
}

.home-proto-pavilion-trend::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(143, 29, 29, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 29, 29, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.home-proto-pavilion-trend-line {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 18px;
  bottom: 12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 80' preserveAspectRatio='none'%3E%3Cpath d='M2 54 C35 48 44 24 73 28 C103 33 116 52 146 44 C175 35 188 18 219 22 C249 26 266 46 318 32' fill='none' stroke='%238d1f21' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M2 54 C35 48 44 24 73 28 C103 33 116 52 146 44 C175 35 188 18 219 22 C249 26 266 46 318 32 L318 80 L2 80 Z' fill='%23d7a13a' fill-opacity='0.18'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
}

.home-proto-pavilion-rack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.home-proto-pavilion-rack i {
  display: block;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(116, 28, 27, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.home-proto-pavilion-rack i.is-active {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.28), rgba(143, 29, 29, 0.12));
  border-color: rgba(212, 175, 55, 0.56);
}

.home-proto-hero-seal {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.home-proto-hero-seal.is-top {
  top: 54px;
  right: 54px;
}

.home-proto-hero-seal.is-side {
  left: 49%;
  bottom: 196px;
  transform: translateX(-50%) rotate(-6deg);
}

.home-proto-hero-trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: -42px 38px 0;
}

.home-proto-hero-trust-item {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 18px 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(243, 235, 223, 0.95) 100%);
  border: 1px solid rgba(212, 175, 55, 0.48);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  box-shadow: 0 18px 32px rgba(43, 26, 16, 0.12);
}

.home-proto-hero-trust-item strong {
  font-family: var(--font-title);
  font-size: 1.5rem;
  color: #8d1f21;
}

.home-proto-hero-trust-item span {
  color: rgba(45, 36, 32, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-proto-stats-strip {
  padding: 32px 0 24px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .home-proto-hero-stage-cultural {
    min-height: 860px;
    padding: 44px 28px 60px;
  }

  .home-proto-hero-scrollscape {
    left: 12%;
    right: 12%;
    top: 47%;
  }

  .home-proto-hero-pillar.is-left { left: 18%; }
  .home-proto-hero-pillar.is-right { right: 18%; }
  .home-proto-hero-beam { left: 20%; right: 20%; }
  .home-proto-hero-pavilion {
    width: 320px;
    right: 24px;
  }
}

@media (max-width: 980px) {
  .home-proto-hero.home-proto-hero-cultural {
    padding-top: 28px;
  }

  .home-proto-hero-stage-cultural {
    display: grid;
    gap: 18px;
    min-height: auto;
    padding: 30px 20px 34px;
  }

  .home-proto-hero-scrollscape,
  .home-proto-hero-pavilion,
  .home-proto-hero-seal.is-side {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .home-proto-hero-arch {
    position: absolute;
    inset: 30px 20px auto;
    min-height: 390px;
    margin-bottom: 0;
    z-index: 0;
  }

  .home-proto-hero-pillar {
    width: 82px;
    top: 56px;
  }

  .home-proto-hero-pillar.is-left { left: 0; }
  .home-proto-hero-pillar.is-right { right: 0; }
  .home-proto-hero-beam {
    left: 82px;
    right: 82px;
    height: 86px;
  }

  .home-proto-hero-lattice-line.is-v1 { left: 50%; }
  .home-proto-hero-lattice-line.is-v2 { left: 78%; }
  .home-proto-hero-lattice-line.is-h1 { top: 204px; left: 6%; right: 6%; }
  .home-proto-hero-lattice-line.is-h2 { top: 356px; left: 6%; right: 6%; }

  .home-proto-hero-scrollscape {
    z-index: 1;
    width: 100%;
    height: 254px;
    margin: 92px 0 0;
  }

  .home-proto-hero-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0 0 18px;
  }

  .home-proto-hero-pavilion {
    z-index: 2;
    width: 100%;
  }

  .home-proto-hero-seal.is-top {
    top: 18px;
    right: 18px;
  }

  .home-proto-hero-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 0;
  }

  .home-proto-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-proto-hero-stage-cultural {
    padding: 22px 14px 22px;
    border-radius: 22px 22px 16px 16px;
  }

  .home-proto-hero-stage-cultural::before {
    inset: 10px;
  }

  .home-proto-hero-panel {
    min-height: auto;
    padding: 24px 20px 20px;
  }

  .home-proto-hero-cultural h1 {
    font-size: 2rem;
  }

  .home-proto-hero-panel-seal {
    width: 58px;
    height: 58px;
    font-size: 0.75rem;
  }

  .home-proto-hero-arch {
    inset: 20px 14px auto;
    min-height: 300px;
  }

  .home-proto-hero-pillar {
    width: 54px;
  }

  .home-proto-hero-beam {
    left: 54px;
    right: 54px;
    height: 76px;
  }

  .home-proto-hero-scrollscape {
    height: 182px;
    margin-top: 72px;
  }

  .home-proto-pavilion-grid {
    grid-template-columns: 1fr;
  }

  .home-proto-hero-trust-strip,
  .home-proto-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   首页强化：Hero 收口 + 下半屏统一真实质感
   ============================================================ */
.home-proto-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 162, 39, 0.1), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(116, 28, 27, 0.06), transparent 28%),
    linear-gradient(180deg, #faf4e7 0%, #f2e8d7 100%);
}

.home-proto-section {
  padding: 84px 0;
}

.home-proto-section::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 22px;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.home-proto-section-paper {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(245, 237, 224, 0.98)),
    var(--page-surface-paper);
}

.home-proto-section-warm {
  background:
    radial-gradient(circle at 88% 10%, rgba(201, 162, 39, 0.18), transparent 22%),
    linear-gradient(180deg, #f3ebdd 0%, #eadfcd 100%);
}

.home-proto-section-sage {
  background:
    radial-gradient(circle at 8% 10%, rgba(116, 28, 27, 0.08), transparent 24%),
    linear-gradient(180deg, #edf0ea 0%, #e3e7e0 100%);
}

.home-proto-section-dark {
  background:
    radial-gradient(circle at 85% 12%, rgba(201, 162, 39, 0.18), transparent 24%),
    linear-gradient(180deg, #5e1616 0%, #3c1010 100%);
}

.home-proto-section-dark::after,
.home-proto-section-cta::after {
  background: linear-gradient(90deg, transparent, rgba(255, 227, 170, 0.46), transparent);
}

.home-proto-section-cta {
  background:
    radial-gradient(circle at 82% 14%, rgba(201, 162, 39, 0.16), transparent 24%),
    linear-gradient(180deg, #691919 0%, #7b2427 100%);
}

.home-proto-section-heading {
  position: relative;
  max-width: 820px;
  margin-bottom: 42px;
  padding-bottom: 18px;
}

.home-proto-section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(180px, 38vw);
  height: 2px;
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.9), rgba(212, 175, 55, 0.22));
}

.home-proto-section-heading.is-light::after {
  background: linear-gradient(90deg, rgba(255, 233, 192, 0.9), rgba(255, 233, 192, 0.12));
}

.home-proto-section-heading h2 {
  text-wrap: balance;
  letter-spacing: 0.02em;
}

.home-proto-section-heading p {
  max-width: 760px;
}

.home-proto-hero-shell {
  display: grid;
  gap: 18px;
}

.home-proto-hero-stage-cultural {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr) minmax(0, 346px);
  gap: 30px;
  align-items: start;
  min-height: 760px;
  padding: 48px 34px 40px;
}

.home-proto-hero-stage-cultural::after {
  background:
    linear-gradient(90deg, rgba(143, 29, 29, 0.03), transparent 12%, transparent 88%, rgba(143, 29, 29, 0.03)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.42), transparent 42%);
}

.home-proto-hero-arch {
  inset: 52px 252px 122px 392px;
  opacity: 0.92;
}

.home-proto-hero-scrollscape {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  height: 356px;
  margin-top: 124px;
  z-index: 2;
}

.home-proto-hero-scroll-roll {
  width: 22px;
}

.home-proto-hero-scroll-surface {
  border-radius: 12px;
}

.home-proto-hero-panel {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 100%;
  min-height: 0;
  margin: 42px 0 0;
  padding: 34px 30px 28px;
  border-radius: 22px 22px 18px 18px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(244, 236, 224, 0.94) 100%);
  box-shadow:
    0 24px 44px rgba(43, 26, 16, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.home-proto-hero-panel::before,
.home-proto-hero-panel::after {
  top: 26px;
  bottom: 26px;
}

.home-proto-hero-panel-kicker {
  padding-bottom: 14px;
}

.home-proto-hero-cultural h1 {
  font-size: clamp(2.28rem, 3.55vw, 3.7rem);
  line-height: 1.22;
}

.home-proto-hero-cultural .home-proto-hero-desc {
  font-size: 1rem;
  line-height: 1.9;
}

.home-proto-hero-pavilion {
  position: relative;
  top: auto;
  right: auto;
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  width: 100%;
  margin-top: 88px;
}

.home-proto-pavilion-roof {
  height: 52px;
}

.home-proto-pavilion-grid {
  padding: 16px;
  border-radius: 0 0 22px 22px;
  box-shadow:
    0 24px 40px rgba(50, 22, 18, 0.16),
    inset 0 0 0 1px rgba(255, 225, 179, 0.08);
}

.home-proto-pavilion-card {
  min-height: 0;
  padding: 14px 14px 12px;
  border-radius: 14px;
}

.home-proto-pavilion-card strong {
  font-size: 1.4rem;
}

.home-proto-pavilion-card em {
  font-size: 0.8rem;
}

.home-proto-hero-seal.is-top {
  top: 24px;
  right: 24px;
}

.home-proto-hero-seal.is-side {
  left: auto;
  right: 382px;
  bottom: 126px;
  transform: rotate(-7deg);
}

.home-proto-hero-trust-strip {
  gap: 14px;
  margin: 0 18px;
}

.home-proto-hero-trust-item {
  min-height: 88px;
  padding: 20px 24px 16px;
  border-radius: 18px;
  clip-path: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(242, 234, 221, 0.95) 100%);
  box-shadow:
    0 18px 30px rgba(43, 26, 16, 0.1),
    inset 0 0 0 1px rgba(255, 248, 236, 0.52);
}

.home-proto-stats-strip {
  padding: 28px 0 30px;
}

.home-proto-stat-card,
.home-proto-portal-card,
.home-proto-solution-feature,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-resource-board,
.home-proto-resource-panel,
.home-proto-process-card {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.54), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(243, 235, 223, 0.96) 100%);
  border: 1px solid rgba(135, 99, 42, 0.2);
  box-shadow:
    0 20px 36px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.home-proto-stat-card::before,
.home-proto-portal-card::before,
.home-proto-solution-feature::before,
.home-proto-solution-card::before,
.home-proto-product-card::before,
.home-proto-resource-board::before,
.home-proto-resource-panel::before,
.home-proto-process-card::before,
.home-proto-case-lead::before,
.home-proto-case-mini::before,
.home-proto-cta-shell::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  pointer-events: none;
}

.home-proto-stat-card::after,
.home-proto-portal-card::after,
.home-proto-solution-card::after,
.home-proto-product-card::after,
.home-proto-resource-board::after,
.home-proto-resource-panel::after,
.home-proto-process-card::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.84), rgba(212, 175, 55, 0.4), rgba(143, 29, 29, 0.18));
  opacity: 0.92;
}

.home-proto-stat-card {
  padding: 26px 20px 22px;
  border-radius: 20px;
}

.home-proto-stat-card strong {
  margin-bottom: 8px;
}

.home-proto-portal-grid,
.home-proto-product-grid,
.home-proto-process-grid {
  gap: 22px;
}

.home-proto-portal-card {
  min-height: 258px;
  padding: 28px 24px 24px;
}

.home-proto-portal-card h3 {
  font-size: 1.62rem;
}

.home-proto-portal-card p {
  color: rgba(36, 29, 26, 0.74);
}

.home-proto-solution-layout,
.home-proto-resource-layout,
.home-proto-case-layout {
  gap: 24px;
}

.home-proto-solution-feature {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.home-proto-feature-visual,
.home-proto-product-media,
.home-proto-case-lead-media {
  background:
    linear-gradient(180deg, rgba(116, 28, 27, 0.06), rgba(212, 175, 55, 0.12)),
    linear-gradient(135deg, rgba(116, 28, 27, 0.08), rgba(201, 162, 39, 0.14));
}

.home-proto-feature-visual::after,
.home-proto-product-media::after,
.home-proto-case-lead-media::after,
.home-proto-solution-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%, rgba(68, 46, 24, 0.08) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.16), transparent 24%);
  pointer-events: none;
}

.home-proto-feature-body,
.home-proto-product-body,
.home-proto-case-lead-body,
.home-proto-resource-panel {
  padding: 28px;
}

.home-proto-feature-body {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.9), rgba(245, 236, 225, 0.92));
}

.home-proto-check-list {
  margin: 20px 0 18px;
}

.home-proto-check-list li::before {
  content: '•';
  top: 1px;
}

.home-proto-solution-card {
  grid-template-columns: minmax(0, 1fr) 168px;
  padding: 20px;
  align-items: stretch;
}

.home-proto-solution-thumb {
  position: relative;
  min-height: 154px;
  border-radius: 14px;
}

.home-proto-pill-row {
  margin-bottom: 24px;
}

.home-proto-pill {
  min-height: 40px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(242, 234, 222, 0.96));
  border-color: rgba(135, 99, 42, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.home-proto-pill.is-active {
  background:
    linear-gradient(180deg, rgba(143, 29, 29, 0.12), rgba(212, 175, 55, 0.16));
  border-color: rgba(143, 29, 29, 0.24);
}

.home-proto-product-card {
  display: grid;
  grid-template-rows: 228px 1fr;
}

.home-proto-product-media {
  min-height: 228px;
}

.home-proto-product-body {
  display: grid;
  align-content: start;
  gap: 0;
}

.home-proto-product-card p {
  margin-top: 0;
}

.home-proto-case-lead,
.home-proto-case-mini,
.home-proto-cta-shell {
  border-color: rgba(246, 232, 204, 0.18);
  box-shadow:
    0 24px 44px rgba(28, 12, 12, 0.18),
    inset 0 0 0 1px rgba(255, 226, 180, 0.06);
}

.home-proto-case-lead {
  background:
    radial-gradient(circle at top left, rgba(255, 221, 164, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(95, 22, 22, 0.94) 0%, rgba(61, 16, 16, 0.96) 100%);
}

.home-proto-case-mini {
  padding: 22px 22px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.home-proto-case-lead-media {
  min-height: 334px;
}

.home-proto-case-lead-body span,
.home-proto-case-mini-copy span {
  color: rgba(243, 204, 124, 0.88);
}

.home-proto-resource-board {
  padding: 26px;
}

.home-proto-resource-board-head {
  margin-bottom: 18px;
}

.home-proto-resource-list {
  gap: 18px;
}

.home-proto-resource-item {
  padding: 20px 18px;
  border-radius: 16px;
  border-color: rgba(135, 99, 42, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.94), rgba(244, 236, 225, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.home-proto-resource-panel {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(243, 234, 220, 0.96));
}

.home-proto-process-card {
  min-height: 260px;
  padding: 26px 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(239, 230, 215, 0.96)),
    repeating-linear-gradient(90deg, rgba(186, 155, 86, 0.1) 0 28px, rgba(255, 255, 255, 0.12) 28px 31px);
}

.home-proto-process-step {
  margin-bottom: 22px;
}

.home-proto-process-card h3 {
  font-size: 1.52rem;
}

.home-proto-cta-shell {
  padding: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 162, 39, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(91, 20, 20, 0.94) 0%, rgba(114, 27, 31, 0.97) 100%);
}

.home-proto-cta-copy {
  padding: 18px 6px;
}

.home-proto-section-cta .home-demand-shell {
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.14), rgba(255, 251, 245, 0.08));
  box-shadow:
    0 18px 38px rgba(28, 12, 12, 0.14),
    inset 0 0 0 1px rgba(255, 227, 184, 0.06);
}

@media (max-width: 1280px) {
  .home-proto-hero-stage-cultural {
    grid-template-columns: minmax(0, 390px) minmax(0, 1fr) minmax(0, 320px);
    gap: 24px;
    padding-inline: 26px;
  }

  .home-proto-hero-arch {
    inset: 54px 220px 122px 350px;
  }

  .home-proto-hero-scrollscape {
    margin-top: 132px;
    height: 330px;
  }

  .home-proto-hero-seal.is-side {
    right: 330px;
  }
}

@media (max-width: 980px) {
  .home-proto-section {
    padding: 70px 0;
  }

  .home-proto-section::after {
    top: 18px;
    width: calc(100% - 32px);
  }

  .home-proto-hero-stage-cultural {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 28px 18px 26px;
  }

  .home-proto-hero-arch {
    inset: 28px 18px auto;
    min-height: 320px;
    opacity: 0.82;
  }

  .home-proto-hero-scrollscape,
  .home-proto-hero-panel,
  .home-proto-hero-pavilion {
    grid-column: 1;
    grid-row: auto;
  }

  .home-proto-hero-scrollscape {
    height: 226px;
    margin: 74px 0 0;
  }

  .home-proto-hero-panel,
  .home-proto-hero-pavilion {
    margin-top: 0;
  }

  .home-proto-hero-panel {
    padding: 28px 22px 22px;
  }

  .home-proto-hero-pavilion {
    width: 100%;
  }

  .home-proto-hero-seal.is-side {
    display: none;
  }

  .home-proto-hero-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
  }

  .home-proto-solution-feature,
  .home-proto-case-layout,
  .home-proto-resource-layout,
  .home-proto-cta-shell {
    grid-template-columns: 1fr;
  }

  .home-proto-product-grid,
  .home-proto-portal-grid,
  .home-proto-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-proto-section {
    padding: 58px 0;
  }

  .home-proto-section-heading {
    margin-bottom: 32px;
    padding-bottom: 14px;
  }

  .home-proto-section-heading h2 {
    font-size: clamp(1.72rem, 8vw, 2rem);
  }

  .home-proto-hero-stage-cultural {
    padding: 20px 12px 20px;
  }

  .home-proto-hero-arch {
    inset: 20px 12px auto;
    min-height: 264px;
    opacity: 0.74;
  }

  .home-proto-hero-scrollscape {
    height: 176px;
    margin-top: 58px;
  }

  .home-proto-hero-panel {
    padding: 24px 18px 18px;
  }

  .home-proto-hero-panel-seal {
    top: 16px;
    right: 18px;
  }

  .home-proto-hero-cultural h1 {
    font-size: 2.02rem;
  }

  .home-proto-hero-trust-strip,
  .home-proto-stats-grid,
  .home-proto-portal-grid,
  .home-proto-product-grid,
  .home-proto-process-grid {
    grid-template-columns: 1fr;
  }

  .home-proto-solution-card {
    grid-template-columns: 1fr;
  }

  .home-proto-solution-thumb {
    min-height: 178px;
  }

  .home-proto-product-card {
    grid-template-rows: 214px 1fr;
  }

  .home-proto-case-lead-body,
  .home-proto-feature-body,
  .home-proto-product-body,
  .home-proto-resource-panel,
  .home-proto-resource-board,
  .home-proto-process-card,
  .home-proto-cta-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ============================================================
   K7 原型对齐修正：整屏千里江山图 + 居中叙事 + 暗色信任区
   ============================================================ */
:root {
  --site-header-offset: 112px;
}

#navbar.site-header {
  background: rgba(250, 247, 239, 0.96) !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.16) !important;
  box-shadow: 0 8px 24px rgba(46, 34, 20, 0.06) !important;
}

#navbar .site-header-topbar {
  min-height: 30px !important;
  background: #9a6a3b !important;
  border-bottom: 0 !important;
}

#navbar .site-header-topbar span,
#navbar .site-header-topbar a {
  color: rgba(255, 255, 255, 0.92) !important;
}

#navbar .nav-inner-row {
  height: 82px !important;
}

#navbar .nav-logo-box,
#navbar.navbar-scrolled .nav-logo-box {
  background: #a67842 !important;
  border-color: rgba(138, 90, 43, 0.18) !important;
  box-shadow: 0 10px 22px rgba(96, 72, 46, 0.08) !important;
}

#navbar .nav-logo-image,
#navbar.navbar-scrolled .nav-logo-image {
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12)) !important;
}

#navbar .nav-logo-mark,
#navbar.navbar-scrolled .nav-logo-mark {
  color: #fff !important;
}

#navbar .nav-brand-primary,
#navbar.navbar-scrolled .nav-brand-primary {
  color: #2f2922 !important;
}

#navbar .nav-brand-secondary,
#navbar.navbar-scrolled .nav-brand-secondary,
#navbar .nav-link,
#navbar.navbar-scrolled .nav-link {
  color: rgba(70, 56, 42, 0.78) !important;
}

#navbar .nav-link.active,
#navbar .nav-link:hover,
#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover {
  color: #8a5a2b !important;
}

#navbar .nav-link::after,
#navbar.navbar-scrolled .nav-link::after {
  background: #8a5a2b !important;
}

#navbar .nav-cta-button,
#navbar.navbar-scrolled .nav-cta-button {
  min-width: 180px;
  min-height: 44px;
  color: rgba(70, 56, 42, 0.86) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(138, 90, 43, 0.28) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(96, 72, 46, 0.08) !important;
}

#navbar .nav-cta-button:hover {
  color: #1685a9 !important;
  border-color: rgba(22, 133, 169, 0.42) !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

#navbar .nav-menu-toggle,
#navbar.navbar-scrolled .nav-menu-toggle {
  color: #8a5a2b !important;
  border-color: rgba(138, 90, 43, 0.24) !important;
}

.home-proto-hero.home-proto-hero-cultural {
  min-height: calc(100vh - var(--site-header-offset, 112px));
  height: calc(100vh - var(--site-header-offset, 112px));
  padding: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(245, 241, 232, 0.92) 0%, rgba(245, 241, 232, 0.62) 18%, rgba(245, 241, 232, 0.28) 36%, rgba(245, 241, 232, 0.08) 58%, rgba(245, 241, 232, 0.18) 100%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.08) 0%, rgba(22, 169, 81, 0.04) 48%, rgba(132, 90, 51, 0.12) 100%) !important;
}

.home-proto-hero.home-proto-hero-cultural .home-proto-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home-proto-hero-stage-cultural {
  min-height: calc(100vh - var(--site-header-offset, 112px));
  height: calc(100vh - var(--site-header-offset, 112px));
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: clamp(88px, 12vh, 124px) 24px 92px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.home-proto-hero-stage-cultural::before {
  inset: 0 !important;
  z-index: 1;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.04) 0%, rgba(247, 243, 235, 0.03) 26%, rgba(245, 241, 232, 0.34) 100%),
    radial-gradient(circle at 72% 22%, rgba(22, 133, 169, 0.09) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04)),
    linear-gradient(to bottom, rgba(250, 246, 237, 0.05), transparent 24%, transparent 74%, rgba(250, 246, 237, 0.09)) !important;
}

.home-proto-hero-stage-cultural::after {
  z-index: 2;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(22, 133, 169, 0.08) 0%, transparent 24%) !important;
}

.home-proto-hero-arch,
.home-proto-hero-scroll-roll,
.home-proto-hero-scroll-mist,
.home-proto-hero-pavilion,
.home-proto-hero-panel-seal,
.home-proto-hero-seal,
.home-proto-badge-row {
  display: none !important;
}

.home-proto-hero-scrollscape {
  position: absolute !important;
  top: 0 !important;
  right: -2% !important;
  bottom: -1% !important;
  left: -2% !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 0 !important;
  overflow: hidden;
  opacity: 0.94;
}

.home-proto-hero-scrollscape::before,
.home-proto-hero-scrollscape::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-proto-hero-scrollscape::before {
  z-index: 1;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(22, 133, 169, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 40% 40%, rgba(22, 169, 81, 0.05) 0%, transparent 40%);
  animation: k7FogDrift 24s ease-in-out infinite alternate;
}

.home-proto-hero-scrollscape::after {
  z-index: 2;
  opacity: 0.3;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(22, 133, 169, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, transparent 0%, rgba(250, 246, 237, 0.08) 72%, rgba(250, 246, 237, 0.2) 100%);
}

.home-proto-hero-scroll-surface {
  position: absolute;
  inset: 0;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-proto-hero-scroll-surface::before,
.home-proto-hero-scroll-surface::after {
  display: none !important;
}

.home-proto-hero-scroll-image {
  inset: 0;
  background-image: var(--home-hero-scroll-image, url('/images/home/k7-masterpiece.jpg')) !important;
  background-size: auto 100% !important;
  background-position: 46% 0% !important;
  background-repeat: no-repeat !important;
  opacity: 0.8;
  filter: saturate(1.22) contrast(1.1) brightness(0.99);
  transform: none;
  animation: k7MasterpieceScrollDrift 38s linear infinite alternate;
  animation-play-state: running;
  will-change: background-position;
}

.home-proto-hero-scroll-image::before {
  display: none;
}

.home-proto-hero-scroll-image::after {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.04) 0%, rgba(247, 243, 235, 0.03) 26%, rgba(245, 241, 232, 0.34) 100%),
    radial-gradient(circle at 72% 22%, rgba(22, 133, 169, 0.09) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04));
}

.home-proto-hero-panel {
  position: relative;
  z-index: 3;
  width: min(100%, 1080px) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-proto-hero-panel::before,
.home-proto-hero-panel::after {
  display: none !important;
}

.home-proto-hero-panel-kicker {
  justify-content: center;
  padding: 0 0 18px !important;
  color: rgba(138, 90, 43, 0.66) !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.38em !important;
}

.home-proto-hero-panel-kicker::before {
  display: none;
}

.home-proto-hero-cultural h1 {
  max-width: 880px;
  margin: 0 auto 20px !important;
  color: #2f2922 !important;
  font-size: clamp(2.35rem, 4.55vw, 4.2rem) !important;
  line-height: 1.18 !important;
  font-weight: 600;
  letter-spacing: 0.08em !important;
  text-shadow: 0 10px 24px rgba(250, 246, 237, 0.38);
}

.home-proto-hero-cultural .home-proto-hero-desc {
  max-width: 860px !important;
  margin: 0 auto 32px;
  color: #2f2a22 !important;
  font-size: 1.02rem !important;
  font-weight: 700;
  line-height: 1.95 !important;
  text-shadow: 0 1px 8px rgba(250, 246, 237, 0.5);
}

.home-proto-hero-cultural .home-proto-chip-row,
.home-proto-hero-cultural .home-proto-action-row {
  justify-content: center;
}

.home-proto-hero-cultural .home-proto-chip-row {
  gap: 16px;
  margin: 0 0 34px !important;
}

.home-proto-hero-cultural .home-proto-outline-chip {
  min-height: 48px;
  padding: 0.72rem 1.45rem;
  border-radius: 18px;
  border-color: rgba(138, 90, 43, 0.22);
  background: rgba(255, 255, 255, 0.68);
  color: #2f2922;
  font-size: 1rem;
  box-shadow: 0 10px 24px rgba(96, 72, 46, 0.08);
}

.home-proto-hero-cultural .home-proto-outline-chip:first-child {
  color: #fff;
  border-color: rgba(216, 183, 103, 0.78);
  background: linear-gradient(135deg, #1685a9, #2a5caa);
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  min-height: 48px;
  padding: 0.86rem 1.95rem;
  border-radius: 18px;
  font-size: 1.03rem;
  letter-spacing: 0.06em;
}

.home-proto-primary-btn {
  background: linear-gradient(135deg, #1685a9, #2a5caa) !important;
  border: 1px solid rgba(216, 183, 103, 0.7);
  box-shadow: 0 12px 28px rgba(22, 133, 169, 0.18);
}

.home-proto-primary-btn:hover {
  background: linear-gradient(135deg, #16a951, #2a5caa) !important;
  box-shadow: 0 16px 32px rgba(22, 133, 169, 0.22);
}

.home-proto-secondary-btn {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(138, 90, 43, 0.34);
  box-shadow: 0 10px 22px rgba(96, 72, 46, 0.08);
}

.home-proto-secondary-btn:hover {
  color: #1685a9 !important;
  border-color: rgba(22, 133, 169, 0.42);
  background: rgba(255, 255, 255, 0.92);
}

.home-proto-hero-trust-strip {
  display: none !important;
}

.home-proto-stats-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 76px !important;
  background:
    linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  border-bottom: 1px solid rgba(245, 241, 232, 0.12);
}

.home-proto-stats-strip::before,
.home-proto-stats-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.home-proto-stats-strip::before,
.home-proto-section-cases::before,
.site-footer-shell::after {
  background-image: url('/images/home/k7-kit/cloud-pattern.png');
  background-repeat: repeat;
  background-size: 260px auto;
  mix-blend-mode: screen;
}

.home-proto-stats-strip::before {
  content: '';
  opacity: 0.082;
  filter: none;
}

.home-proto-stats-strip::after {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--stone-blue), var(--stone-green), var(--gold), var(--stone-blue));
  background-size: 200% 100%;
  animation: footerShimmer 3s linear infinite;
  z-index: 1;
}

.home-proto-stats-strip > .home-proto-container {
  position: relative;
  z-index: 2;
}

.home-proto-stats-strip .home-proto-section-heading {
  margin-bottom: 44px !important;
}

.home-proto-stats-strip .home-proto-section-heading h2 {
  color: #f6ead2 !important;
}

.home-proto-stats-strip .home-proto-section-heading p {
  color: rgba(246, 234, 210, 0.82) !important;
}

.home-proto-stats-strip .home-proto-section-kicker {
  color: #d8b767 !important;
}

.home-proto-stats-grid {
  gap: 24px;
}

.home-proto-stat-card {
  min-height: 118px;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(216, 183, 103, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22) !important;
}

.home-proto-stat-card::before {
  border-color: rgba(216, 183, 103, 0.16) !important;
}

.home-proto-stat-card strong {
  color: #d8b767 !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
}

.home-proto-stat-card span {
  color: rgba(246, 234, 210, 0.82) !important;
}

.home-proto-trust-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.home-proto-trust-card {
  position: relative;
  min-height: 154px;
  padding: 24px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.92), rgba(244, 236, 220, 0.86));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.home-proto-trust-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #1685a9, #16a951, #d8b767);
}

.home-proto-trust-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f5f2ed;
  color: rgba(70, 56, 42, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.home-proto-trust-card h3 {
  margin: 0 0 10px;
  color: #23343b;
  font-family: var(--font-title);
  font-size: 1.12rem;
  line-height: 1.55;
}

.home-proto-trust-card p {
  margin: 0;
  color: rgba(70, 56, 42, 0.76);
  font-size: 0.92rem;
  line-height: 1.8;
}

.home-proto-section {
  isolation: isolate;
  border-top: 1px solid rgba(132, 90, 51, 0.26);
  border-bottom: 1px solid rgba(132, 90, 51, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
  background-image:
    linear-gradient(180deg, rgba(250, 246, 237, 0.86), rgba(250, 246, 237, 0.88)),
    url('/images/home/k7-landscape-roll.png') !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.home-proto-section::before {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: clamp(760px, 82vh, 940px) !important;
  height: max(210vw, 2400px) !important;
  background-image: url('/images/home/k7-landscape-roll.png') !important;
  background-size: cover !important;
  background-position: center var(--k7-scroll-y, 50%) !important;
  background-repeat: no-repeat !important;
  opacity: var(--k7-scroll-opacity, 0.14) !important;
  mix-blend-mode: multiply;
  filter: saturate(var(--k7-scroll-sat, 0.86)) contrast(1.04) brightness(var(--k7-scroll-brightness, 1));
  transform: translate(-50%, -50%) rotate(90deg) scale(var(--k7-scroll-scale, 1));
  transform-origin: center;
  z-index: 0;
}

.home-proto-section::after {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  background: var(--k7-section-wash, linear-gradient(180deg, rgba(250, 246, 237, 0.72), rgba(245, 241, 232, 0.66))) !important;
  opacity: 1 !important;
  z-index: 0;
}

.home-proto-section > .home-proto-container {
  position: relative;
  z-index: 1;
}

.home-proto-section-paper {
  --k7-scroll-y: 24%;
  --k7-scroll-opacity: 0.17;
  --k7-scroll-scale: 1.08;
  --k7-section-wash:
    linear-gradient(180deg, rgba(248, 243, 233, 0.8), rgba(244, 237, 226, 0.54) 42%, rgba(241, 234, 222, 0.62) 100%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.34), transparent 28%),
    radial-gradient(circle at 50% 96%, rgba(221, 206, 176, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(205, 182, 132, 0.1) 0%, transparent 12%, transparent 88%, rgba(205, 182, 132, 0.1) 100%);
}

.home-proto-section-warm {
  --k7-scroll-y: 34%;
  --k7-scroll-opacity: 0.18;
  --k7-scroll-scale: 1.08;
  --k7-section-wash:
    linear-gradient(180deg, rgba(245, 241, 232, 0.74), rgba(250, 246, 237, 0.66)),
    radial-gradient(circle at 14% 30%, rgba(22, 133, 169, 0.14), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(212, 175, 55, 0.15), transparent 24%);
}

.home-proto-section-sage,
.home-proto-section-cta {
  --k7-scroll-y: 88%;
  --k7-scroll-opacity: 0.18;
  --k7-scroll-scale: 1.08;
  --k7-section-wash:
    linear-gradient(180deg, rgba(250, 246, 237, 0.78), rgba(245, 241, 232, 0.66)),
    radial-gradient(circle at 20% 70%, rgba(22, 169, 81, 0.12), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(212, 175, 55, 0.15), transparent 26%);
}

.home-proto-section-heading {
  max-width: 860px !important;
  margin: 0 auto 48px !important;
  text-align: center;
}

.home-proto-section-heading::after {
  left: 50% !important;
  transform: translateX(-50%);
  width: min(140px, 30vw);
  background: linear-gradient(90deg, #1685a9, #16a951, #d8b767) !important;
}

.home-proto-section-heading h2 {
  color: #2f2922;
  font-size: clamp(1.78rem, 2.35vw, 2.35rem);
  line-height: 1.32;
}

.home-proto-section-heading p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(70, 56, 42, 0.78);
}

.home-proto-section-dark {
  --k7-scroll-opacity: 0.06;
  --k7-scroll-sat: 0.68;
  --k7-scroll-brightness: 0.72;
  background:
    linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
  border-top-color: rgba(212, 175, 55, 0.24);
}

.home-proto-section-dark::after {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.74), rgba(44, 44, 44, 0.7)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 28px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(212, 175, 55, 0.014) 0,
      rgba(212, 175, 55, 0.014) 1px,
      transparent 1px,
      transparent 24px
    ),
    radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.08), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(22, 133, 169, 0.08), transparent 28%),
    url('/images/home/k7-cloud-pattern.png') center / 260px auto repeat !important;
  background-blend-mode: normal, normal, normal, normal, normal, screen;
}

.home-proto-section-dark .home-proto-section-heading h2,
.home-proto-section-dark .home-proto-section-heading p {
  color: #f6ead2 !important;
}

.home-proto-section-dark .home-proto-section-kicker,
.home-proto-section-dark .home-proto-inline-link {
  color: #d8b767 !important;
}

@keyframes k7MasterpieceScrollDrift {
  0% {
    background-position: 42% 0%;
  }
  100% {
    background-position: 58% 0%;
  }
}

@keyframes k7FogDrift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.92;
  }
  100% {
    transform: translate3d(1.2%, -1.6%, 0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  :root {
    --site-header-offset: 82px;
  }

  #navbar .site-header-topbar {
    display: none !important;
  }

  .home-proto-hero.home-proto-hero-cultural,
  .home-proto-hero-stage-cultural {
    min-height: calc(100vh - var(--site-header-offset, 82px));
  }

  .home-proto-trust-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-proto-hero-stage-cultural {
    padding: 76px 18px 72px !important;
  }

  .home-proto-hero-cultural h1 {
    font-size: 2.1rem !important;
    letter-spacing: 0.04em !important;
  }

  .home-proto-hero-cultural .home-proto-chip-row {
    gap: 10px;
  }

  .home-proto-hero-cultural .home-proto-outline-chip {
    min-height: 42px;
    padding: 0.56rem 1rem;
    font-size: 0.9rem;
  }
}

/* ============================================================
   首页视觉精修：保留当前内容，仅增强视觉表达
   ============================================================ */
.home-proto-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 162, 39, 0.1), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(22, 133, 169, 0.06), transparent 24%),
    linear-gradient(180deg, #faf6ed 0%, #f2eadc 100%);
}

.home-proto-hero.home-proto-hero-cultural {
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.26) 0%, rgba(245, 241, 232, 0.08) 22%, rgba(245, 241, 232, 0.04) 58%, rgba(245, 241, 232, 0.18) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.08) 0%, rgba(22, 169, 81, 0.04) 48%, rgba(132, 90, 51, 0.12) 100%) !important;
}

.home-proto-hero-stage-cultural::after {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(22, 133, 169, 0.08) 0%, transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(66, 49, 31, 0.08) 100%) !important;
}

.home-proto-hero-scrollscape {
  filter: saturate(1.02);
}

.home-proto-hero-scrollscape::before {
  background:
    radial-gradient(ellipse at 20% 80%, rgba(255, 255, 255, 0.32) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(22, 133, 169, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 40% 40%, rgba(22, 169, 81, 0.06) 0%, transparent 40%),
    radial-gradient(ellipse at 55% 68%, rgba(255, 248, 230, 0.3) 0%, transparent 34%);
}

.home-proto-hero-scroll-image {
  top: -2% !important;
  left: -8% !important;
  width: 116% !important;
  height: 106% !important;
  background-size: cover !important;
  background-position: center center !important;
  opacity: 0.84;
  filter: saturate(1.16) contrast(1.05) brightness(0.98);
  animation: homeHeroPan 22s ease-in-out infinite alternate !important;
  will-change: transform;
}

.home-proto-hero-scroll-image::after {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.04) 0%, rgba(247, 243, 235, 0.03) 26%, rgba(245, 241, 232, 0.24) 100%),
    radial-gradient(circle at 72% 22%, rgba(22, 133, 169, 0.09) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04));
}

.home-proto-hero-panel {
  overflow: visible;
}

.home-proto-hero-panel::before {
  display: block !important;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1100px, 96vw);
  height: 440px;
  border-radius: 999px;
  transform: translate(-50%, -34%);
  background:
    radial-gradient(ellipse at center, rgba(250, 246, 237, 0.74) 0%, rgba(250, 246, 237, 0.52) 38%, rgba(250, 246, 237, 0.18) 66%, transparent 100%);
  filter: blur(10px);
  z-index: -1;
}

.home-proto-hero-panel::after {
  display: block !important;
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(1220px, 102vw);
  height: 520px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  z-index: -2;
}

.home-proto-hero-panel-kicker {
  text-shadow: 0 1px 10px rgba(250, 246, 237, 0.35);
}

.home-proto-hero-cultural h1 {
  max-width: 980px;
  text-shadow:
    0 10px 32px rgba(250, 246, 237, 0.52),
    0 2px 8px rgba(255, 255, 255, 0.18);
}

.home-proto-hero-cultural .home-proto-hero-desc {
  max-width: 900px !important;
}

.home-proto-hero-cultural .home-proto-outline-chip,
.home-proto-primary-btn,
.home-proto-secondary-btn {
  backdrop-filter: blur(12px);
}

.home-proto-primary-btn,
.home-proto-secondary-btn,
.home-proto-inline-link,
.home-proto-portal-card,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-case-mini,
.home-proto-resource-item,
.home-proto-process-card {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.home-proto-primary-btn:hover,
.home-proto-secondary-btn:hover {
  transform: translateY(-2px);
}

.home-proto-section {
  background-size: cover, 140% auto !important;
  background-position: center top, center bottom !important;
}

.home-proto-section::after {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(132, 90, 51, 0.06);
}

.home-proto-section-heading h2 {
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.14);
}

.home-proto-stat-card,
.home-proto-trust-card,
.home-proto-portal-card,
.home-proto-solution-feature,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-resource-board,
.home-proto-resource-panel,
.home-proto-process-card {
  backdrop-filter: blur(4px);
}

.home-proto-portal-card,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-resource-item,
.home-proto-process-card {
  position: relative;
  overflow: hidden;
}

.home-proto-portal-card::before,
.home-proto-solution-card::before,
.home-proto-product-card::before,
.home-proto-resource-item::before,
.home-proto-process-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.16), #1685a9, #16a951, rgba(201, 162, 39, 0.54));
  opacity: 0.78;
}

.home-proto-portal-card:hover,
.home-proto-solution-card:hover,
.home-proto-product-card:hover,
.home-proto-resource-item:hover,
.home-proto-process-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 42px rgba(54, 33, 21, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.home-proto-solution-feature,
.home-proto-product-card,
.home-proto-resource-board,
.home-proto-resource-panel {
  box-shadow:
    0 20px 42px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.home-proto-case-lead,
.home-proto-case-mini,
.home-proto-cta-shell {
  backdrop-filter: blur(6px);
}

.home-proto-section-dark {
  background:
    linear-gradient(135deg, #1a1a1a 0%, #242424 36%, #2c2c2c 100%) !important;
}

.home-proto-section-dark::before {
  opacity: 0.08 !important;
}

.home-proto-section-dark .home-proto-case-lead,
.home-proto-section-dark .home-proto-case-mini {
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.floating-wecom__btn {
  background: linear-gradient(135deg, rgba(22, 133, 169, 0.96), rgba(42, 92, 170, 0.92));
  border: 1px solid rgba(212, 175, 55, 0.58);
  box-shadow: 0 12px 28px rgba(22, 133, 169, 0.22);
}

.floating-wecom__btn--phone {
  background: linear-gradient(135deg, #7b2427, #5f1718);
}

.floating-wecom__btn--service {
  background: linear-gradient(135deg, #16a951, #1685a9);
}

.floating-wecom__btn--top {
  background: rgba(255, 251, 245, 0.96);
  box-shadow: 0 10px 24px rgba(96, 72, 46, 0.1);
}

@keyframes homeHeroPan {
  0% {
    transform: translate3d(0, 0, 0) scale(1.03);
  }
  50% {
    transform: translate3d(-2.2%, 0, 0) scale(1.05);
  }
  100% {
    transform: translate3d(2.2%, -1%, 0) scale(1.07);
  }
}

@media (max-width: 1024px) {
  .home-proto-hero-scroll-image {
    left: -10% !important;
    width: 124% !important;
    animation-duration: 18s !important;
  }

  .home-proto-hero-panel::before {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .home-proto-hero-scroll-image {
    left: -14% !important;
    width: 132% !important;
  }

  .home-proto-hero-panel::before {
    height: 280px;
    transform: translate(-50%, -30%);
  }
}

/* ============================================================
   首页二次精修：排版比例 / 卡片高度 / 案例区比例
   ============================================================ */
.home-proto-hero-panel::before {
  width: min(980px, 92vw);
  height: 360px;
  transform: translate(-50%, -36%);
  background: radial-gradient(ellipse at center, rgba(250, 246, 237, 0.56) 0%, rgba(250, 246, 237, 0.28) 44%, rgba(250, 246, 237, 0.08) 68%, transparent 100%);
  filter: blur(18px);
}

.home-proto-hero-panel::after {
  width: min(1080px, 96vw);
  height: 420px;
  opacity: 0.34;
}

.home-proto-hero-cultural h1 {
  max-width: 920px;
  margin-bottom: 26px !important;
  font-size: clamp(2.8rem, 5vw, 5rem) !important;
  line-height: 1.16 !important;
  letter-spacing: 0.055em !important;
}

.home-proto-hero-cultural .home-proto-hero-desc {
  max-width: 760px !important;
  margin-bottom: 36px;
  font-size: 1.04rem !important;
  line-height: 1.9 !important;
}

.home-proto-hero-cultural .home-proto-chip-row {
  margin-bottom: 24px !important;
}

.home-proto-action-row {
  gap: 14px;
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  min-width: 128px;
}

.home-proto-section {
  padding: 92px 0;
}

.home-proto-section-heading {
  margin-bottom: 42px !important;
}

.home-proto-section-heading h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.05rem, 3vw, 2.85rem);
  line-height: 1.28;
}

.home-proto-section-heading p {
  max-width: 700px;
  font-size: 0.98rem;
}

.home-proto-portal-grid,
.home-proto-product-grid,
.home-proto-process-grid {
  align-items: stretch;
}

.home-proto-portal-card {
  min-height: 276px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.home-proto-portal-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-solution-feature {
  min-height: 540px;
}

.home-proto-feature-body,
.home-proto-product-body,
.home-proto-resource-panel {
  gap: 10px;
}

.home-proto-product-card {
  grid-template-rows: 244px 1fr;
  min-height: 100%;
}

.home-proto-product-media {
  min-height: 244px;
}

.home-proto-product-body h3,
.home-proto-portal-card h3,
.home-proto-resource-item h4,
.home-proto-process-card h3 {
  line-height: 1.45;
}

.home-proto-product-card p,
.home-proto-resource-item p,
.home-proto-process-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-case-layout {
  align-items: stretch;
}

.home-proto-case-lead {
  min-height: 620px;
}

.home-proto-case-side {
  grid-auto-rows: minmax(220px, auto);
  align-content: start;
}

.home-proto-case-mini {
  min-height: 220px;
  align-content: start;
}

.home-proto-case-mini-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-resource-layout {
  align-items: stretch;
}

.home-proto-resource-board,
.home-proto-resource-panel {
  min-height: 100%;
}

.home-proto-resource-panel {
  justify-content: center;
}

.home-proto-process-card {
  min-height: 286px;
}

.home-proto-section-dark .home-proto-case-mini {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.04);
}

@media (max-width: 1024px) {
  .home-proto-section {
    padding: 76px 0;
  }

  .home-proto-hero-cultural h1 {
    font-size: clamp(2.45rem, 7vw, 4rem) !important;
  }

  .home-proto-solution-feature,
  .home-proto-case-lead {
    min-height: 0;
  }

  .home-proto-case-side {
    grid-auto-rows: auto;
  }
}

@media (max-width: 640px) {
  .home-proto-section {
    padding: 58px 0;
  }

  .home-proto-hero-cultural h1 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
  }

  .home-proto-hero-cultural .home-proto-hero-desc {
    font-size: 0.94rem !important;
  }

  .home-proto-portal-card,
  .home-proto-case-mini,
  .home-proto-process-card {
    min-height: 0;
  }
}

/* ============================================================
   首页视觉细节对齐：参考 K7 展现，不做结构复刻
   ============================================================ */
.home-proto-hero.home-proto-hero-cultural {
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.96) 0%, rgba(242, 235, 223, 0.74) 20%, rgba(241, 235, 224, 0.22) 56%, rgba(244, 239, 231, 0.9) 100%),
    radial-gradient(circle at 18% 18%, rgba(157, 34, 34, 0.08), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(212, 175, 55, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.04), rgba(22, 169, 81, 0.03) 42%, rgba(138, 90, 43, 0.12) 100%) !important;
}

.home-proto-hero-stage-cultural::before {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.06) 0%, rgba(247, 243, 235, 0.04) 30%, rgba(245, 241, 232, 0.38) 100%),
    radial-gradient(circle at 74% 20%, rgba(22, 133, 169, 0.06) 0%, transparent 20%),
    radial-gradient(circle at 22% 18%, rgba(157, 34, 34, 0.06) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04)) !important;
}

.home-proto-hero-scrollscape {
  opacity: 0.9;
}

.home-proto-hero-scroll-image {
  background-image: var(--home-hero-scroll-image, url('/images/home/k7-masterpiece.jpg')) !important;
  background-size: auto 100% !important;
  background-position: 48% 0% !important;
  background-repeat: no-repeat !important;
  filter: saturate(1.08) contrast(1.06) brightness(0.98) !important;
}

.home-proto-hero-panel::before {
  width: min(1020px, 94vw);
  height: 390px;
  transform: translate(-50%, -34%);
  background: radial-gradient(ellipse at center, rgba(250, 246, 237, 0.58) 0%, rgba(250, 246, 237, 0.28) 44%, rgba(250, 246, 237, 0.08) 70%, transparent 100%);
  filter: blur(22px);
}

.home-proto-hero-panel::after {
  width: min(1120px, 96vw);
  height: 420px;
  opacity: 0.28;
}

.home-proto-hero-cultural h1 {
  max-width: 940px;
  margin-bottom: 22px !important;
  color: #2f2922 !important;
  letter-spacing: 0.045em !important;
  text-shadow: 0 10px 24px rgba(250, 246, 237, 0.34);
}

.home-proto-hero-cultural .home-proto-hero-desc {
  max-width: 780px !important;
  color: rgba(47, 41, 34, 0.88) !important;
  text-shadow: 0 1px 8px rgba(250, 246, 237, 0.42);
}

.home-proto-hero-cultural .home-proto-chip-row {
  gap: 14px;
}

.home-proto-hero-cultural .home-proto-outline-chip {
  border-color: rgba(138, 90, 43, 0.24);
  background: rgba(255, 251, 245, 0.74);
  color: #2f2922;
  box-shadow: 0 10px 22px rgba(96, 72, 46, 0.08);
}

.home-proto-hero-cultural .home-proto-outline-chip:first-child {
  border-color: rgba(212, 175, 55, 0.72);
  background: linear-gradient(135deg, rgba(22, 133, 169, 0.94), rgba(42, 92, 170, 0.92));
  color: #fff;
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  border-radius: 16px;
}

.home-proto-primary-btn {
  border-color: rgba(212, 175, 55, 0.68);
  box-shadow: 0 14px 30px rgba(22, 133, 169, 0.18);
}

.home-proto-secondary-btn {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(138, 90, 43, 0.28);
}

.home-proto-section-heading h2 {
  color: #2f2922;
  text-shadow: none;
}

.home-proto-section-heading p {
  color: rgba(47, 41, 34, 0.76);
}

.home-proto-section-kicker {
  color: rgba(138, 90, 43, 0.78);
  letter-spacing: 0.28em;
}

.home-proto-portal-card,
.home-proto-solution-feature,
.home-proto-solution-card,
.home-proto-product-card,
.home-proto-resource-board,
.home-proto-resource-panel,
.home-proto-process-card {
  border-color: rgba(135, 99, 42, 0.2);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
  box-shadow:
    0 20px 38px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.home-proto-portal-card::before,
.home-proto-solution-card::before,
.home-proto-product-card::before,
.home-proto-resource-item::before,
.home-proto-process-card::before {
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.82), rgba(212, 175, 55, 0.46), rgba(143, 29, 29, 0.16));
  opacity: 0.92;
}

.home-proto-portal-card:hover,
.home-proto-solution-card:hover,
.home-proto-product-card:hover,
.home-proto-resource-item:hover,
.home-proto-process-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 24px 44px rgba(54, 33, 21, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.home-proto-portal-card h3,
.home-proto-feature-body h3,
.home-proto-product-card h3,
.home-proto-resource-item h4,
.home-proto-resource-panel h3,
.home-proto-process-card h3 {
  color: #2f2922;
}

.home-proto-portal-card p,
.home-proto-feature-body p,
.home-proto-product-card p,
.home-proto-resource-item p,
.home-proto-resource-panel p,
.home-proto-process-card p {
  color: rgba(47, 41, 34, 0.74);
}

.home-proto-feature-visual,
.home-proto-product-media,
.home-proto-case-lead-media,
.home-proto-solution-thumb {
  background:
    linear-gradient(180deg, rgba(116, 28, 27, 0.08), rgba(212, 175, 55, 0.12)),
    linear-gradient(135deg, rgba(116, 28, 27, 0.08), rgba(167, 123, 42, 0.16));
}

.home-proto-section-dark {
  background: linear-gradient(135deg, #2c2c2c 0%, #243136 100%) !important;
}

.home-proto-case-lead,
.home-proto-case-mini,
.home-proto-cta-shell {
  border-color: rgba(246, 232, 204, 0.16);
  box-shadow:
    0 24px 46px rgba(28, 12, 12, 0.18),
    inset 0 0 0 1px rgba(255, 226, 180, 0.06);
}

.home-proto-case-lead {
  background:
    radial-gradient(circle at top left, rgba(255, 221, 164, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(95, 22, 22, 0.94), rgba(61, 16, 16, 0.96));
}

.home-proto-case-mini {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.04);
}

.home-proto-cta-shell {
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 162, 39, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(91, 20, 20, 0.94), rgba(114, 27, 31, 0.97));
}

.home-proto-resource-panel {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(243, 234, 220, 0.96));
}

.home-proto-process-card {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(239, 230, 215, 0.96)),
    repeating-linear-gradient(90deg, rgba(186, 155, 86, 0.1) 0 28px, rgba(255, 255, 255, 0.12) 28px 31px);
}

@media (max-width: 1024px) {
  .home-proto-hero-cultural h1 {
    font-size: clamp(2.35rem, 7vw, 4rem) !important;
  }
}

@media (max-width: 640px) {
  .home-proto-hero-cultural .home-proto-outline-chip {
    width: auto;
  }
}

/* ============================================================
   K7 素材接线：统一使用站内 k7-kit 资源包
   ============================================================ */
.home-proto-hero.home-proto-hero-cultural {
  position: relative;
}

.home-proto-hero.home-proto-hero-cultural::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(140px, 20vw, 260px);
  background: url('/images/home/k7-kit/mountain-accent.png') center bottom / cover no-repeat;
  opacity: 0.16;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.home-proto-hero-stage-cultural::before {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.06) 0%, rgba(247, 243, 235, 0.04) 30%, rgba(245, 241, 232, 0.38) 100%),
    radial-gradient(circle at 74% 20%, rgba(22, 133, 169, 0.06) 0%, transparent 20%),
    radial-gradient(circle at 22% 18%, rgba(157, 34, 34, 0.06) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04)) !important;
}

.home-proto-hero-scroll-image {
  background-image:
    linear-gradient(180deg, rgba(250, 245, 235, 0.16) 0%, rgba(238, 227, 205, 0.08) 100%),
    var(--home-hero-scroll-image, url('/images/home/k7-kit/masterpiece-scroll.jpg')) !important;
}

.home-proto-section-paper,
.home-proto-section-warm,
.home-proto-section-sage,
.home-proto-stats-strip,
.home-proto-section-dark,
.home-proto-section-cta {
  position: relative;
  isolation: isolate;
}

.home-proto-section-solutions::before,
.home-proto-section-products::before,
.home-proto-section-resources::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.08) 0%, rgba(245, 241, 232, 0) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center 100% / 132% auto no-repeat;
  mix-blend-mode: multiply;
  filter: saturate(1.06) contrast(1.04) brightness(0.99);
}

.home-proto-section-solutions::before {
  opacity: 0.27;
  filter: saturate(1.08) contrast(1.04) brightness(0.99);
}

.home-proto-section-products::before {
  opacity: 0.29;
  filter: saturate(1.1) contrast(1.05) brightness(0.99);
}

.home-proto-section-resources::before {
  opacity: 0.24;
  filter: saturate(1.04) contrast(1.04) brightness(0.99);
}

.home-proto-section-solutions > .home-proto-container,
.home-proto-section-products > .home-proto-container,
.home-proto-section-cases > .home-proto-container,
.home-proto-section-resources > .home-proto-container,
.home-proto-section-contact > .home-proto-container {
  position: relative;
  z-index: 1;
}

.home-proto-section-cases::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url('/images/home/k7-kit/cloud-pattern.png') !important;
  background-repeat: repeat !important;
  background-size: 260px auto !important;
  opacity: var(--home-proto-cases-cloud-opacity, 0.082) !important;
  mix-blend-mode: screen;
}

.home-proto-section-contact {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.9) 0%, rgba(245, 241, 232, 0.8) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
}

.home-proto-section-contact .home-proto-eyebrow,
.home-proto-section-contact .home-proto-cta-copy h2 {
  color: #2f2922;
}

.home-proto-section-contact .home-proto-cta-copy p,
.home-proto-section-contact .home-proto-cta-copy > div,
.home-proto-section-contact .home-proto-cta-copy > div > div {
  color: #6d5c4d !important;
}

.home-proto-section-contact .home-proto-cta-copy strong {
  color: #2f2922 !important;
}

.home-proto-section-contact .page-motion-panel {
  background: rgba(255, 251, 245, 0.76) !important;
  color: #645445 !important;
  border-color: rgba(138, 90, 43, 0.14) !important;
}

.home-proto-section-contact .home-demand-shell {
  border: 1px solid rgba(138, 90, 43, 0.14);
  background: rgba(255, 251, 245, 0.8);
  backdrop-filter: blur(10px);
}

.home-proto-section-contact .home-demand-divider {
  border-left-color: rgba(138, 90, 43, 0.14) !important;
}

.home-proto-resource-panel {
  background-image:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(243, 234, 220, 0.96));
  background-position: center, center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.home-proto-case-lead {
  background-image:
    radial-gradient(circle at top left, rgba(255, 221, 164, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(95, 22, 22, 0.94), rgba(61, 16, 16, 0.96));
  background-position: center, center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  position: relative;
  overflow: hidden;
}

.home-proto-primary-btn::after,
.home-proto-secondary-btn::after {
  content: none;
}

@media (max-width: 1024px) {
  .home-proto-hero-stage-cultural::before {
    background-size: auto, auto, auto, auto !important;
  }
}

@media (max-width: 640px) {
  .home-proto-hero.home-proto-hero-cultural::after {
    height: 118px;
    opacity: 0.12;
  }

  .home-proto-hero-stage-cultural::before {
    background-size: auto, auto, auto, auto !important;
    background-position: center, center, center, center !important;
  }

  .home-proto-section-solutions::before,
  .home-proto-section-products::before,
  .home-proto-section-resources::before {
    background-size: 220px auto;
  }
}

/* ============================================================
   首页 Hero CTA 修正：去掉贴图按钮，改为纯 CSS 组件表现
   ============================================================ */
.home-proto-action-row {
  gap: 16px;
}

.home-proto-primary-btn,
.home-proto-secondary-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 232px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: none;
  box-shadow: none;
}

.home-proto-primary-btn > *,
.home-proto-secondary-btn > * {
  position: relative;
  z-index: 1;
}

.home-proto-primary-btn {
  color: #fff8ef !important;
  background: linear-gradient(135deg, #8b4513 0%, #a86a2c 58%, #7a3710 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.56);
  box-shadow:
    0 14px 30px rgba(93, 33, 26, 0.2),
    inset 0 1px 0 rgba(255, 241, 213, 0.18);
}

.home-proto-primary-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #73380f 0%, #955922 58%, #5f2d0d 100%) !important;
  box-shadow:
    0 18px 34px rgba(93, 33, 26, 0.24),
    inset 0 1px 0 rgba(255, 241, 213, 0.22);
}

.home-proto-secondary-btn {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(158, 118, 76, 0.28);
  box-shadow:
    0 12px 26px rgba(96, 72, 46, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-proto-secondary-btn:hover {
  transform: translateY(-2px);
  color: #2c627a !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(158, 118, 76, 0.38);
  box-shadow:
    0 16px 30px rgba(96, 72, 46, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

@media (max-width: 640px) {
  .home-proto-primary-btn,
  .home-proto-secondary-btn {
    min-width: 0;
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 18px;
  }
}

/* ============================================================
   首页区块底图修正：解除早期全局 .home-proto-section 图层干扰
   ============================================================ */
.home-proto-section-solutions,
.home-proto-section-products,
.home-proto-section-resources {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.94) 0%, rgba(245, 241, 232, 0.92) 100%) !important;
}

.home-proto-section-cases {
  background:
    linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
}

.home-proto-section-solutions::before,
.home-proto-section-products::before,
.home-proto-section-resources::before,
.home-proto-section-cases::before {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  transform-origin: center !important;
}

.home-proto-section-solutions::after,
.home-proto-section-products::after,
.home-proto-section-cases::after,
.home-proto-section-resources::after,
.home-proto-section-contact::before,
.home-proto-section-contact::after {
  content: none !important;
}

.home-proto-section-solutions::before,
.home-proto-section-products::before,
.home-proto-section-resources::before {
  background-size: 132% auto !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.home-proto-section-cases::before {
  background-position: center top !important;
}

@media (max-width: 640px) {
  .home-proto-section-solutions::before,
  .home-proto-section-products::before,
  .home-proto-section-resources::before {
    background-size: 160% auto !important;
  }

  .home-proto-section-contact {
    background-size: cover, 160% auto !important;
  }
}

/* ============================================================
   首页 solutions 区块细化：对齐 K7 的侧栏 / 主视觉层次
   ============================================================ */
.home-proto-solution-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home-proto-section-solutions .home-proto-solution-layout {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 26px;
  align-items: stretch;
}

.home-proto-section-solutions .home-proto-solution-stack {
  order: 1;
  gap: 12px;
  align-content: start;
  padding-right: 18px;
  border-right: 1px solid rgba(132, 90, 51, 0.22);
}

.home-proto-section-solutions .home-proto-solution-feature {
  order: 2;
  position: relative;
  min-height: 560px;
  grid-template-columns: 1fr;
  border-radius: 24px;
  overflow: hidden;
}

.home-proto-section-solutions .home-proto-feature-visual,
.home-proto-section-solutions .home-proto-feature-body {
  grid-column: 1;
  grid-row: 1;
}

.home-proto-section-solutions .home-proto-feature-visual {
  min-height: 560px;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.12), rgba(22, 169, 81, 0.08));
}

.home-proto-section-solutions .home-proto-feature-visual::after {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.06), rgba(250, 246, 237, 0.18)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.12), transparent 24%) !important;
  z-index: 1;
}

.home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image {
  filter: saturate(0.9) contrast(1.05);
}

.home-proto-section-solutions .home-proto-feature-body {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  gap: 10px;
  padding: 32px;
  background: linear-gradient(to top, rgba(38, 33, 28, 0.88), rgba(38, 33, 28, 0.4) 52%, rgba(38, 33, 28, 0.06) 100%);
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-solution-order {
  background: rgba(250, 246, 237, 0.14);
  color: rgba(255, 248, 239, 0.96);
  border: 1px solid rgba(245, 231, 196, 0.24);
}

.home-proto-section-solutions .home-proto-feature-tag,
.home-proto-section-solutions .home-proto-feature-body h3,
.home-proto-section-solutions .home-proto-feature-body p,
.home-proto-section-solutions .home-proto-check-list li,
.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  color: #fff8ef !important;
}

.home-proto-section-solutions .home-proto-feature-body p {
  max-width: 720px;
  color: rgba(255, 244, 228, 0.82) !important;
}

.home-proto-section-solutions .home-proto-check-list {
  margin: 18px 0 10px;
}

.home-proto-section-solutions .home-proto-check-list li {
  color: rgba(255, 244, 228, 0.82) !important;
}

.home-proto-section-solutions .home-proto-check-list li::before {
  color: #d8b767;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #8b4513 0%, #a86a2c 58%, #7a3710 100%);
  border: 1px solid rgba(212, 175, 55, 0.42);
  box-shadow: 0 12px 28px rgba(79, 57, 36, 0.16);
  text-decoration: none;
}

.home-proto-section-solutions .home-proto-solution-card {
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  padding: 16px 18px;
  background: rgba(250, 246, 237, 0.66);
  border: 1px solid rgba(132, 90, 51, 0.18);
  border-left: 3px solid transparent;
  border-radius: 18px;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.home-proto-section-solutions .home-proto-solution-card::before {
  content: none;
}

.home-proto-section-solutions .home-proto-solution-card:hover {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(22, 133, 169, 0.78), rgba(22, 133, 169, 0.52));
  border-color: rgba(212, 175, 55, 0.34);
  border-left-color: #1685a9;
  box-shadow: 0 10px 22px rgba(22, 133, 169, 0.14);
}

.home-proto-section-solutions .home-proto-solution-card-copy {
  gap: 8px;
}

.home-proto-section-solutions .home-proto-solution-card-copy > span:not(.home-proto-solution-order) {
  color: #23343b;
  font-weight: 600;
}

.home-proto-section-solutions .home-proto-solution-card-copy .home-proto-solution-order {
  background: rgba(255, 255, 255, 0.62);
  color: rgba(69, 84, 92, 0.82);
  border: 1px solid rgba(132, 90, 51, 0.12);
}

.home-proto-section-solutions .home-proto-solution-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.45;
}

.home-proto-section-solutions .home-proto-solution-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-section-solutions .home-proto-solution-thumb {
  display: none;
}

.home-proto-section-solutions .home-proto-solution-card:hover .home-proto-solution-card-copy > span:not(.home-proto-solution-order),
.home-proto-section-solutions .home-proto-solution-card:hover h3,
.home-proto-section-solutions .home-proto-solution-card:hover p {
  color: rgba(255, 255, 255, 0.98) !important;
}

.home-proto-section-solutions .home-proto-solution-card:hover .home-proto-solution-order {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1024px) {
  .home-proto-section-solutions .home-proto-solution-layout {
    grid-template-columns: 1fr;
  }

  .home-proto-section-solutions .home-proto-solution-feature {
    order: 1;
    min-height: 480px;
  }

  .home-proto-section-solutions .home-proto-feature-visual {
    min-height: 480px;
  }

  .home-proto-section-solutions .home-proto-solution-stack {
    order: 2;
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .home-proto-section-solutions .home-proto-solution-feature,
  .home-proto-section-solutions .home-proto-feature-visual {
    min-height: 420px;
  }

  .home-proto-section-solutions .home-proto-feature-body {
    padding: 24px;
  }
}

/* ============================================================
   首页图层总收口：区块与卡片统一层级
   ============================================================ */
.home-proto-section-portal,
.home-proto-section-solutions,
.home-proto-section-products,
.home-proto-section-cases,
.home-proto-section-resources,
.home-proto-section-process,
.home-proto-section-contact,
.home-proto-stats-strip {
  position: relative;
  isolation: isolate;
}

.home-proto-section-portal > .home-proto-container,
.home-proto-section-solutions > .home-proto-container,
.home-proto-section-products > .home-proto-container,
.home-proto-section-cases > .home-proto-container,
.home-proto-section-resources > .home-proto-container,
.home-proto-section-process > .home-proto-container,
.home-proto-section-contact > .home-proto-container,
.home-proto-stats-strip > .home-proto-container {
  position: relative;
  z-index: 2;
}

.home-proto-section-portal::before,
.home-proto-section-portal::after,
.home-proto-section-process::before,
.home-proto-section-process::after {
  content: none !important;
}

.home-proto-portal-card,
.home-proto-product-card,
.home-proto-resource-board,
.home-proto-resource-item,
.home-proto-resource-panel,
.home-proto-process-card,
.home-proto-case-lead,
.home-proto-case-mini,
.home-proto-cta-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-proto-portal-card > *,
.home-proto-product-card > *,
.home-proto-resource-board > *,
.home-proto-resource-item > *,
.home-proto-resource-panel > *,
.home-proto-process-card > *,
.home-proto-case-lead > *,
.home-proto-case-mini > *,
.home-proto-cta-shell > * {
  position: relative;
  z-index: 1;
}

.home-proto-portal-card::before,
.home-proto-product-card::before,
.home-proto-resource-board::before,
.home-proto-resource-item::before,
.home-proto-resource-panel::before,
.home-proto-process-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  pointer-events: none;
  z-index: 0;
}

.home-proto-portal-card::after,
.home-proto-product-card::after,
.home-proto-resource-board::after,
.home-proto-resource-item::after,
.home-proto-resource-panel::after,
.home-proto-process-card::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.84), rgba(212, 175, 55, 0.4), rgba(143, 29, 29, 0.18));
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.home-proto-case-lead::before,
.home-proto-case-mini::before,
.home-proto-cta-shell::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 226, 180, 0.12);
  pointer-events: none;
  z-index: 0;
}

.home-proto-case-lead::after,
.home-proto-case-mini::after,
.home-proto-cta-shell::after {
  content: none !important;
}

.home-proto-feature-visual,
.home-proto-product-media,
.home-proto-case-lead-media,
.home-proto-solution-thumb {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-proto-feature-visual .home-proto-media-image,
.home-proto-product-media .home-proto-media-image,
.home-proto-case-lead-media .home-proto-media-image,
.home-proto-solution-thumb .home-proto-media-image {
  position: relative;
  z-index: 0;
}

.home-proto-feature-visual::after,
.home-proto-product-media::after,
.home-proto-case-lead-media::after,
.home-proto-solution-thumb::after {
  z-index: 1;
}

.home-proto-feature-body,
.home-proto-product-body,
.home-proto-case-lead-body,
.home-proto-solution-card-copy,
.home-proto-case-mini-copy,
.home-proto-resource-board-head {
  position: relative;
  z-index: 2;
}

.home-proto-resource-item > strong,
.home-proto-resource-item > div,
.home-proto-process-card > .home-proto-process-step,
.home-proto-process-card > h3,
.home-proto-process-card > p,
.home-proto-process-card > ul {
  position: relative;
  z-index: 2;
}

.home-proto-section-portal .home-proto-portal-card:hover,
.home-proto-section-products .home-proto-product-card:hover,
.home-proto-section-resources .home-proto-resource-item:hover,
.home-proto-section-process .home-proto-process-card:hover {
  transform: translateY(-5px);
}

/* ============================================================
   首页 products 区块细化：对齐 K7 的产品卡片层次
   ============================================================ */
.home-proto-section-products .home-proto-pill-row {
  margin-bottom: 24px;
}

.home-proto-section-products button.home-proto-pill {
  appearance: none;
  cursor: pointer;
  font: inherit;
}

.home-proto-section-products .home-proto-product-grid {
  gap: 22px;
}

.home-proto-section-products .home-proto-product-card {
  display: grid;
  grid-template-rows: 244px 1fr;
  min-height: 100%;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
}

.home-proto-section-products .home-proto-product-card::before {
  border-radius: 16px;
}

.home-proto-section-products .home-proto-product-card::after {
  content: none !important;
}

.home-proto-section-products .home-proto-product-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 44px rgba(54, 33, 21, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.home-proto-section-products .home-proto-product-media {
  min-height: 244px;
  padding: 26px 24px 20px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.12), rgba(22, 169, 81, 0.08));
}

.home-proto-section-products .home-proto-product-media::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(68, 46, 24, 0.06) 100%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 24%) !important;
}

.home-proto-product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(250, 246, 237, 0.82);
  color: #8a5a2b;
  border: 1px solid rgba(132, 90, 51, 0.22);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.home-proto-section-products .home-proto-product-media .home-proto-media-image {
  object-fit: contain;
  padding: 20px 14px 6px;
  position: relative;
  z-index: 0;
}

.home-proto-section-products .home-proto-product-media .home-proto-media-fallback {
  align-items: center;
  justify-content: center;
  padding: 56px 18px 18px;
}

.home-proto-section-products .home-proto-product-body {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 10px;
  padding: 22px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 18px),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
  border-top: 1px solid rgba(132, 90, 51, 0.08);
}

.home-proto-section-products .home-proto-product-meta {
  justify-content: flex-start;
  gap: 8px;
  color: rgba(110, 92, 75, 0.68);
  font-size: 0.82rem;
}

.home-proto-section-products .home-proto-product-meta strong::before {
  content: '·';
  margin-right: 8px;
  color: rgba(110, 92, 75, 0.46);
}

.home-proto-section-products .home-proto-product-body h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.5;
}

.home-proto-section-products .home-proto-product-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.82;
  min-height: 3.64em;
}

.home-proto-section-products .home-proto-product-body .home-proto-inline-link {
  margin-top: auto;
  color: #2c627a;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .home-proto-section-products .home-proto-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-proto-section-products .home-proto-product-grid {
    grid-template-columns: 1fr;
  }

  .home-proto-section-products .home-proto-product-card {
    grid-template-rows: 220px 1fr;
  }

  .home-proto-section-products .home-proto-product-media {
    min-height: 220px;
    padding: 22px 18px 18px;
  }
}

/* ============================================================
   K7 内页共享规则：沿用首页的区块 / 卡片 / 媒体 / 表单层次
   ============================================================ */
.k7-inner-section,
.products-hub-inquiry-section,
.about-ref-section,
.about-ref-hero,
.about-ref-contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.k7-inner-section > .container,
.products-hub-inquiry-section > .products-hub-inquiry-shell,
.about-ref-section > .about-ref-container,
.about-ref-hero > .about-ref-container,
.about-ref-contact-section > .about-ref-container {
  position: relative;
  z-index: 1;
}

.k7-inner-section-paper::before,
.k7-inner-section-warm::before,
.k7-inner-section-sage::before,
.k7-inner-section-canvas::before,
.about-ref-intro-section::before,
.about-ref-advantages-section::before,
.about-ref-honors-section::before,
.about-ref-business-section::before,
.about-ref-team-section::before,
.about-ref-environment-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.08) 0%, rgba(245, 241, 232, 0) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  mix-blend-mode: multiply;
  filter: saturate(1.06) contrast(1.04) brightness(0.99);
}

.k7-inner-section-paper::before,
.about-ref-intro-section::before,
.about-ref-honors-section::before {
  opacity: 0.24;
}

.k7-inner-section-warm::before,
.about-ref-business-section::before {
  opacity: 0.27;
  filter: saturate(1.08) contrast(1.04) brightness(0.99);
}

.k7-inner-section-sage::before,
.about-ref-advantages-section::before,
.about-ref-team-section::before {
  opacity: 0.25;
  filter: saturate(1.05) contrast(1.04) brightness(0.99);
}

.k7-inner-section-canvas::before,
.about-ref-environment-section::before {
  opacity: 0.22;
  filter: saturate(1.03) contrast(1.03) brightness(1);
}

.k7-inner-section-dark::before,
.k7-inner-section-cta::before,
.products-hub-inquiry-section::before,
.about-ref-hero::before,
.about-ref-culture-section::before,
.about-ref-contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url('/images/home/k7-kit/cloud-pattern.png');
  background-repeat: repeat;
  background-size: 260px auto;
  opacity: 0.082;
  mix-blend-mode: screen;
}

.k7-inner-section-dark::after,
.k7-inner-section-cta::after,
.products-hub-inquiry-section::after,
.about-ref-culture-section::after,
.about-ref-contact-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.74), rgba(44, 44, 44, 0.7)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 26px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(212, 175, 55, 0.014) 0,
      rgba(212, 175, 55, 0.014) 1px,
      transparent 1px,
      transparent 24px
    );
}

.page-motion-panel,
.page-motion-form,
.page-motion-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(135, 99, 42, 0.16);
  box-shadow:
    0 20px 38px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
}

.page-motion-panel > *,
.page-motion-form > *,
.page-motion-card > * {
  position: relative;
  z-index: 1;
}

.page-motion-panel::before,
.page-motion-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  pointer-events: none;
  z-index: 0;
}

.page-motion-panel::after,
.page-motion-card::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.84), rgba(212, 175, 55, 0.4), rgba(143, 29, 29, 0.18));
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.page-motion-form::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  pointer-events: none;
  z-index: 0;
}

.page-motion-button,
.page-motion-chip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(79, 57, 36, 0.08);
}

.page-motion-button {
  min-height: 46px;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.page-motion-chip {
  min-height: 36px;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.page-motion-card {
  display: block;
  text-decoration: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
}

.page-motion-form > div,
.products-hub-inquiry-form > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px !important;
  border: 1px solid rgba(135, 99, 42, 0.16) !important;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96)) !important;
  box-shadow:
    0 20px 38px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

.products-hub-inquiry-section {
  padding: 60px 24px;
  margin-top: 32px;
  background: linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.82)) !important;
}

.products-hub-inquiry-shell {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.products-hub-inquiry-shell::before {
  content: none;
}

.products-hub-inquiry-copy,
.products-hub-inquiry-form {
  position: relative;
  z-index: 1;
}

.products-hub-inquiry-kicker {
  color: rgba(138,90,43,0.74);
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.products-hub-inquiry-copy h2 {
  color: #2f2922;
  font-size: 28px;
  line-height: 1.4;
}

.products-hub-inquiry-copy p {
  color: rgba(70,56,42,0.78);
  font-size: 15px;
  line-height: 1.95;
}

.products-hub-inquiry-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 150% auto;
  background-position: center, center bottom;
  opacity: 0.22;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.04) brightness(0.99);
}

.products-hub-inquiry-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.1;
  mix-blend-mode: screen;
}

.products-hub-inquiry-form {
  --lead-form-card-bg: rgba(250,246,237,0.84);
  --lead-form-card-border: rgba(132,90,51,0.28);
  --lead-form-card-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
  --lead-form-title-color: #8a5a2b;
  --lead-form-subtitle-color: rgba(70,56,42,0.78);
  --lead-form-label-color: #8a5a2b;
  --lead-form-input-border: rgba(138,90,43,0.22);
  --lead-form-input-bg: rgba(250,246,237,0.86);
  --lead-form-input-color: #2f2922;
  --lead-form-submit-bg: linear-gradient(135deg, rgba(138,90,43,0.96), rgba(167,116,66,0.94));
  --lead-form-submit-shadow: 0 12px 28px rgba(96,72,46,0.16);
  --lead-form-success-mark-bg: linear-gradient(135deg, rgba(138,90,43,0.14), rgba(212,175,55,0.18));
  --lead-form-success-mark-color: #8a5a2b;
  --lead-form-success-text-color: rgba(70,56,42,0.78);
}

.products-hub-page,
.products-hub-shell {
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 162, 39, 0.1), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(22, 133, 169, 0.06), transparent 24%),
    linear-gradient(180deg, #faf6ed 0%, #f2eadc 100%);
}

.products-hub-main {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.86), rgba(245, 241, 232, 0.88)) !important;
}

.products-hub-main::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.08) 0%, rgba(245, 241, 232, 0) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  opacity: 0.24;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.04) brightness(0.99);
  z-index: 0;
}

.products-hub-main > * {
  position: relative;
  z-index: 1;
}

.products-hub-inquiry-form > div {
  border-radius: 22px !important;
  border: 1px solid rgba(132,90,51,0.28) !important;
  background: rgba(250,246,237,0.84) !important;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32) !important;
  backdrop-filter: blur(12px);
}

.products-hub-inquiry-form > div::after {
  content: none !important;
}

.products-hub-inquiry-form .page-motion-button:hover {
  background: linear-gradient(135deg, #70441d, #8a5a2b) !important;
  box-shadow: 0 14px 30px rgba(96,72,46,0.18) !important;
}

.products-hub-sidebar {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
}

.products-hub-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(135, 99, 42, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
  box-shadow:
    0 20px 38px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.products-hub-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  pointer-events: none;
  z-index: 0;
}

.products-hub-card-media {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.12), rgba(22, 169, 81, 0.08));
}

.products-hub-card-image {
  object-fit: contain;
  padding: 22px;
}

.products-hub-card-badge {
  background: rgba(250, 246, 237, 0.84);
  color: #8a5a2b;
  border: 1px solid rgba(132, 90, 51, 0.18);
}

.about-ref-hero,
.about-ref-culture-section,
.about-ref-contact-section {
  background:
    linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
}

.about-ref-intro-section,
.about-ref-advantages-section,
.about-ref-honors-section,
.about-ref-business-section,
.about-ref-team-section,
.about-ref-environment-section {
  position: relative;
  isolation: isolate;
}

.about-ref-hero > *,
.about-ref-contact-section > * {
  position: relative;
  z-index: 1;
}

.about-ref-profile-card,
.about-ref-business-card,
.about-ref-advantage-card,
.about-ref-culture-card,
.about-ref-team-card,
.about-ref-honor-card,
.about-ref-gallery-item {
  border-color: rgba(135, 99, 42, 0.18);
}

@media (max-width: 1024px) {
  .k7-inner-section-paper::before,
  .k7-inner-section-warm::before,
  .k7-inner-section-sage::before,
  .k7-inner-section-canvas::before,
  .about-ref-intro-section::before,
  .about-ref-advantages-section::before,
  .about-ref-honors-section::before,
  .about-ref-business-section::before,
  .about-ref-team-section::before,
  .about-ref-environment-section::before,
  .products-hub-main::after {
    background-size: 148% auto;
  }
}

@media (max-width: 640px) {
  .k7-inner-section-paper::before,
  .k7-inner-section-warm::before,
  .k7-inner-section-sage::before,
  .k7-inner-section-canvas::before,
  .about-ref-intro-section::before,
  .about-ref-advantages-section::before,
  .about-ref-honors-section::before,
  .about-ref-business-section::before,
  .about-ref-team-section::before,
  .about-ref-environment-section::before,
  .products-hub-main::after {
    background-size: 166% auto;
  }
}

.k7-page-hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(132, 90, 51, 0.1);
  box-shadow: 0 24px 56px rgba(79, 57, 36, 0.08);
  background:
    linear-gradient(to bottom, rgba(245,241,232,0.94) 0%, rgba(245,241,232,0.74) 18%, rgba(245,241,232,0.5) 38%, rgba(245,241,232,0.34) 60%, rgba(245,241,232,0.44) 100%),
    linear-gradient(135deg, rgba(22,133,169,0.07) 0%, rgba(22,169,81,0.03) 50%, rgba(132,90,51,0.12) 100%),
    url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat !important;
}

.k7-page-hero-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(250,246,237,0.22) 0%, rgba(250,246,237,0.04) 22%, rgba(245,241,232,0.24) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 140% auto no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.k7-page-hero-shell::after {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26);
  pointer-events: none;
  z-index: 0;
}

.k7-page-hero-shell > * {
  position: relative;
  z-index: 1;
}

.k7-page-hero-side {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 24px;
  min-height: 300px;
  background-position: center center !important;
  background-size: cover !important;
  border: 1px solid rgba(132, 90, 51, 0.14);
  box-shadow: 0 18px 40px rgba(79, 57, 36, 0.12);
}

.k7-page-hero-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,250,242,0.14) 0%, rgba(255,250,242,0.02) 28%, rgba(36,18,12,0.2) 100%),
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.18), transparent 24%),
    url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.k7-page-hero-side > * {
  position: relative;
  z-index: 1;
}

.k7-filter-shell {
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.48), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(243, 235, 223, 0.9)) !important;
}

.k7-library-shell {
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96)) !important;
}

.k7-content-split-shell {
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.44), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(239, 230, 215, 0.96)) !important;
}

.k7-side-panel {
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.1) !important;
}

.k7-stats-shell {
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(239, 230, 215, 0.96)),
    repeating-linear-gradient(90deg, rgba(186, 155, 86, 0.1) 0 28px, rgba(255, 255, 255, 0.12) 28px 31px) !important;
}

.k7-inquiry-split {
  position: relative;
  isolation: isolate;
}

.k7-inquiry-split > * {
  position: relative;
  z-index: 1;
}

.k7-inquiry-split > :first-child,
.k7-page-cta-split > :first-child,
.faq-contact-split > :first-child,
.lp-form-split > :first-child,
.submit-copy-split > :first-child,
.k7-about-cta-grid > :first-child {
  width: min(100%, 560px);
  justify-self: center;
}

.products-hub-inquiry-copy,
.cases-proto-inquiry-copy,
.resources-proto-inquiry-copy {
  width: min(100%, 560px);
  justify-self: center;
}

.k7-inquiry-shell {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.9) 0%, rgba(245, 241, 232, 0.8) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
}

.k7-solution-list-card,
.k7-case-list-card,
.k7-resource-list-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
}

.k7-solution-list-card {
  border-left: 3px solid rgba(22, 133, 169, 0.22);
}

.products-proto-hero-section,
.products-proto-catalog-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.products-proto-hero-section::before,
.products-proto-catalog-section::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center bottom;
  pointer-events: none;
  z-index: 0;
}

.products-proto-hero-section::before {
  top: -6%;
  height: 100%;
  background-size: cover, 132% auto;
  opacity: 0.17;
}

.products-proto-catalog-section::before {
  top: 0;
  height: 100%;
  background-size: cover, 150% auto;
  opacity: 0.22;
}

.products-proto-hero-section::after,
.products-proto-catalog-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.products-proto-hero-section::after {
  opacity: 0.08;
}

.products-proto-catalog-section::after {
  opacity: 0.1;
}

.products-proto-hero-section {
  background: linear-gradient(to bottom, rgba(245,241,232,0.92) 0%, rgba(245,241,232,0.68) 18%, rgba(245,241,232,0.34) 46%, rgba(245,241,232,0.22) 100%);
  padding: 58px 24px 54px;
  margin-bottom: 22px;
}

.products-proto-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  transform: translateY(-28px);
}

.products-proto-hero-left {
  padding-right: 20px;
}

.products-proto-section-label {
  color: rgba(138,90,43,0.74);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.products-proto-hero-title {
  margin: 0 0 18px;
  color: #2f2922;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-shadow: 0 10px 24px rgba(250,246,237,0.38);
  font-family: var(--font-title);
}

.products-proto-hero-desc {
  margin: 0 0 25px;
  color: rgba(70,56,42,0.78);
  font-size: 15px;
  line-height: 1.95;
}

.products-proto-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.products-proto-btn-primary,
.products-proto-btn-secondary {
  min-height: 3rem;
  padding: 0.86rem 1.95rem;
  border-radius: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.products-proto-btn-primary {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border: 1px solid rgba(216,183,103,0.7);
  color: #fff;
  box-shadow: 0 12px 28px rgba(22,133,169,0.18);
}

.products-proto-btn-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--stone-green), var(--stone-blue-deep));
  box-shadow: 0 16px 32px rgba(22,133,169,0.22);
}

.products-proto-btn-secondary {
  background: rgba(255,255,255,0.78);
  color: #2f2922;
  border: 1px solid rgba(138,90,43,0.34);
  box-shadow: 0 10px 22px rgba(96,72,46,0.08);
}

.products-proto-btn-secondary:hover {
  transform: translateY(-1px);
  color: var(--stone-blue);
  border-color: rgba(22,133,169,0.42);
  background: rgba(255,255,255,0.92);
}

.products-proto-hero-right {
  position: relative;
}

.products-proto-hero-image-wrap,
.products-proto-hero-card {
  background: rgba(250,246,237,0.84);
  border: 1px solid rgba(132,90,51,0.28);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.products-proto-hero-image-wrap {
  position: relative;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  line-height: 0;
  background-color: rgba(234,226,211,0.72);
}

.products-proto-hero-image {
  object-fit: cover;
  object-position: center;
}

.products-proto-hero-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}

.products-proto-hero-badge,
.solutions-proto-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 44px;
  padding: 0 22px;
  background: rgba(255,255,255,0.94);
  color: #9e2d2a;
  border: 1px solid rgba(158, 45, 42, 0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 8px 18px rgba(79,57,36,0.08);
}

.products-proto-hero-card {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 300px;
  padding: 20px;
  border-radius: 22px;
  z-index: 1;
}

.products-proto-hero-card-label {
  color: #8a5a2b;
  font-size: 11px;
  margin-bottom: 8px;
}

.products-proto-hero-card h3 {
  margin: 0 0 5px;
  color: #2f2922;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-title);
}

.products-proto-hero-card p {
  margin: 0;
  color: rgba(70,56,42,0.78);
  font-size: 14px;
}

.products-proto-catalog-section {
  background: #f5f5f0;
  padding: 34px 24px 72px;
}

.products-proto-catalog-section > .products-hub-shell {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 0;
  background: transparent;
}

.products-proto-catalog-section .products-hub-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  min-height: auto;
}

.products-proto-catalog-section .products-hub-sidebar {
  width: auto;
  background: transparent;
  border-right: none;
}

.products-proto-catalog-section .products-hub-sidebar-panel,
.products-proto-catalog-section .products-hub-main {
  background: rgba(250,246,237,0.84);
  border: 1px solid rgba(132,90,51,0.28);
  border-radius: 22px;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.products-proto-catalog-section .products-hub-sidebar-panel {
  overflow: hidden;
}

.products-proto-catalog-section .products-hub-sidebar-header {
  padding: 15px 20px;
  background: linear-gradient(135deg, rgba(252,249,243,0.98), rgba(244,238,227,0.96));
  color: #2f2922;
}

.products-proto-catalog-section .products-hub-sidebar-title {
  font-size: 14px;
  font-weight: 500;
}

.products-proto-catalog-section .products-hub-sidebar-title-icon,
.products-proto-catalog-section .products-hub-tree-icon {
  display: none;
}

.products-proto-catalog-section .products-hub-sidebar-scroll {
  max-height: none;
  padding: 0;
}

.products-proto-catalog-section .products-hub-tree-group + .products-hub-tree-group {
  margin-top: 0;
  border-top: none;
}

.products-proto-catalog-section .products-hub-tree-head {
  gap: 8px;
  border-radius: 0;
  border-bottom: 1px solid rgba(216,183,103,0.08);
}

.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: linear-gradient(135deg, rgba(247,241,231,0.82), rgba(242,236,226,0.64));
}

.products-proto-catalog-section .products-hub-tree-link {
  padding: 15px 20px;
  color: #2f2922;
  font-size: 13px;
  font-weight: 500;
}

.products-proto-catalog-section .products-hub-tree-toggle {
  width: 40px;
  height: 40px;
  color: rgba(79,67,53,0.76);
}

.products-proto-catalog-section .products-hub-tree-toggle.is-open {
  transform: rotate(180deg);
  color: #b89b66;
}

.products-proto-catalog-section .products-hub-tree-content {
  padding-left: 0;
  background: rgba(255,252,247,0.78);
}

.products-proto-catalog-section .products-hub-tree-item {
  padding: 12px 20px 12px 40px;
  color: rgba(79,67,53,0.76);
  font-size: 12px;
  border-right: none;
  border-left: 3px solid transparent;
}

.products-proto-catalog-section .products-hub-tree-item--top {
  padding: 15px 20px;
  color: #2f2922;
  font-size: 13px;
  font-weight: 500;
}

.products-proto-catalog-section .products-hub-tree-item::before {
  content: none;
}

.products-proto-catalog-section .products-hub-tree-item--child {
  padding-left: 40px;
}

.products-proto-catalog-section .products-hub-tree-item:hover,
.products-proto-catalog-section .products-hub-tree-item.is-active {
  background: linear-gradient(135deg, rgba(216,183,103,0.09), rgba(216,183,103,0.03));
  color: #2f2922;
  border-left-color: rgba(199,161,93,0.78);
}

.products-proto-catalog-section .products-hub-main {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 25px;
}

.products-proto-catalog-section .products-hub-main::before,
.products-proto-catalog-section .products-hub-main::after {
  content: none;
}

.products-proto-catalog-section .products-hub-content-header {
  display: none;
}

.products-proto-catalog-section .products-hub-content-headline {
  align-items: center;
}

.products-proto-catalog-section .products-hub-content-title {
  margin: 0;
  color: #2f2922;
  font-size: 20px;
  line-height: 1.45;
}

.products-proto-catalog-section .products-hub-content-count {
  color: rgba(70,56,42,0.78);
  font-size: 13px;
}

.products-proto-catalog-section .products-hub-search-trigger,
.products-proto-catalog-section .products-hub-sort-select {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid rgba(138,90,43,0.22);
  border-radius: 16px;
  background: rgba(250,246,237,0.86);
  color: #2f2922;
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
}

.products-proto-catalog-section .products-hub-search-trigger:hover {
  background: rgba(255,255,255,0.94);
  border-color: rgba(199,161,93,0.34);
  color: #b89b66;
}

.products-proto-catalog-section .products-hub-sort-select:focus {
  border-color: rgba(199,161,93,0.42);
  box-shadow: 0 0 0 3px rgba(199,161,93,0.08);
}

.products-proto-catalog-section .products-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.products-proto-catalog-section .products-hub-card {
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.products-proto-catalog-section .products-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(79,57,36,0.12), 0 4px 12px rgba(22,133,169,0.04), inset 0 0 0 1px rgba(255,255,255,0.42);
  border-color: rgba(132,90,51,0.2);
}

.products-proto-catalog-section .products-hub-card-media {
  height: 188px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.96), rgba(244,238,228,0.92)),
    linear-gradient(180deg, rgba(250,246,237,0.86), rgba(245,241,232,0.74));
}

.products-proto-catalog-section .products-hub-card-image {
  object-fit: contain;
  padding: 0.9rem;
}

.products-proto-catalog-section .products-hub-card-body {
  padding: 15px;
}

.products-proto-catalog-section .products-hub-card-category,
.products-proto-catalog-section .products-hub-card-model {
  color: rgba(70,56,42,0.78);
  text-transform: none;
  letter-spacing: normal;
}

.products-proto-catalog-section .products-hub-card-category {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.products-proto-catalog-section .products-hub-card-body h3 {
  margin: 0 0 5px;
  color: #2f2922;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.products-proto-catalog-section .products-hub-card-model {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: inherit;
}

.products-proto-catalog-section .products-hub-card-cta {
  min-height: 40px;
  border: 1px solid rgba(138,90,43,0.28);
  border-radius: 16px;
  background: rgba(255,255,255,0.74);
  color: #8a5a2b;
  font-size: 13px;
}

.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border-color: rgba(216,183,103,0.72);
  color: #fff;
}

.products-proto-catalog-section .products-hub-page-btn,
.products-proto-catalog-section .products-hub-page-ellipsis {
  min-width: 38px;
  height: 38px;
  border: 1px solid rgba(138,90,43,0.22);
  border-radius: 16px;
  background: rgba(255,255,255,0.74);
  color: rgba(70,56,42,0.78);
}

.products-proto-catalog-section .products-hub-page-btn:hover {
  border-color: rgba(138,90,43,0.5);
  color: #8a5a2b;
}

.products-proto-catalog-section .products-hub-page-btn.is-current {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border-color: rgba(216,183,103,0.72);
  color: #fff;
}

.products-proto-catalog-section .products-hub-empty {
  padding: 60px 24px;
  text-align: center;
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.products-proto-catalog-section .products-hub-empty h2 {
  color: #2f2922;
}

.products-proto-catalog-section .products-hub-empty p {
  color: rgba(70,56,42,0.78);
}

.products-proto-catalog-section .products-hub-empty-primary,
.products-proto-catalog-section .products-hub-empty-secondary {
  min-width: 136px;
  min-height: 46px;
  border-radius: 16px;
  font-size: 13px;
}

.products-proto-catalog-section .products-hub-empty-primary {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border: 1px solid rgba(216,183,103,0.72);
}

.products-proto-catalog-section .products-hub-empty-secondary {
  border: 1px solid rgba(138,90,43,0.28);
  background: rgba(255,255,255,0.74);
  color: #8a5a2b;
}

.products-proto-catalog-section .products-hub-empty-secondary:hover {
  background: rgba(255,255,255,0.92);
  border-color: rgba(138,90,43,0.5);
}

.solutions-proto-hero-section,
.solutions-proto-consult-section,
.solutions-proto-catalog-section,
.solutions-proto-empty-section {
  --solutions-ink: #2f2922;
  --solutions-body: rgba(70,56,42,0.78);
  --solutions-accent: #8a5a2b;
  --solutions-accent-deep: #70441d;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.solutions-proto-hero-section::before,
.solutions-proto-catalog-section::before,
.solutions-proto-consult-section::before,
.solutions-proto-empty-section::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 108%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 132% auto;
  background-position: center, center bottom;
  opacity: 0.17;
  pointer-events: none;
  z-index: 0;
}

.solutions-proto-hero-section::before {
  top: 0;
  height: 100%;
  background-size: cover, 136% auto;
  opacity: 0.18;
}

.solutions-proto-consult-section::before,
.solutions-proto-empty-section::before {
  top: -8%;
  height: 112%;
  background-size: cover, 136% auto;
  background-position: center, center 96%;
  opacity: 0.14;
}

.solutions-proto-hero-section::after,
.solutions-proto-catalog-section::after,
.solutions-proto-consult-section::after,
.solutions-proto-empty-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.082;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.solutions-proto-catalog-section::after {
  content: none;
}

.solutions-proto-hero-section {
  background: linear-gradient(to bottom, rgba(245,241,232,0.92) 0%, rgba(245,241,232,0.68) 18%, rgba(245,241,232,0.34) 46%, rgba(245,241,232,0.22) 100%);
  padding: 40px 24px 30px;
}

.solutions-proto-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.solutions-proto-hero-left {
  padding-right: 20px;
}

.solutions-proto-section-label {
  color: rgba(138,90,43,0.74);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.solutions-proto-hero-title {
  margin: 0 0 20px;
  font-size: 36px;
  color: var(--solutions-ink);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: var(--font-title);
}

.solutions-proto-hero-desc {
  margin: 0 0 25px;
  color: var(--solutions-body);
  font-size: 15px;
  line-height: 1.95;
}

.solutions-proto-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.solutions-proto-btn-primary,
.solutions-proto-btn-secondary {
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease;
}

.solutions-proto-btn-primary {
  background: linear-gradient(135deg, rgba(138,90,43,0.96), rgba(167,116,66,0.94));
  color: #fff;
}

.solutions-proto-btn-primary:hover {
  background: linear-gradient(135deg, var(--solutions-accent-deep), var(--solutions-accent));
}

.solutions-proto-btn-secondary {
  background-color: rgba(255,255,255,0.74);
  color: var(--solutions-accent);
  border: 1px solid rgba(138,90,43,0.28);
}

.solutions-proto-btn-secondary:hover {
  border-color: rgba(138,90,43,0.62);
  color: var(--solutions-accent-deep);
}

.solutions-proto-hero-right {
  position: relative;
}

.solutions-proto-hero-image-wrap {
  position: relative;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f0;
}

.solutions-proto-hero-image {
  object-fit: cover;
}

.solutions-proto-hero-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}


.solutions-proto-hero-card {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 280px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  z-index: 1;
}

.solutions-proto-hero-card-label {
  color: var(--solutions-accent);
  font-size: 11px;
  margin-bottom: 8px;
}

.solutions-proto-hero-card h3 {
  margin: 0 0 5px;
  font-size: 20px;
  color: var(--solutions-ink);
  font-weight: 500;
}

.solutions-proto-hero-card p {
  margin: 0;
  font-size: 14px;
  color: var(--solutions-body);
  line-height: 1.6;
}

.solutions-proto-catalog-section {
  background: linear-gradient(180deg, rgba(250,246,237,0.78), rgba(245,241,232,0.84));
  padding: 30px 24px 60px;
}

.solutions-proto-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

.solutions-proto-sidebar {
  background: rgba(250,246,237,0.84);
  border: 1px solid rgba(132,90,51,0.28);
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
  height: fit-content;
}

.solutions-proto-sidebar-header {
  background: linear-gradient(135deg, rgba(138,90,43,0.96), rgba(167,116,66,0.94));
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}

.solutions-proto-sidebar-header span {
  margin-right: 8px;
  font-weight: 700;
}

.solutions-proto-category-list,
.solutions-proto-subcategory-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.solutions-proto-category-item {
  border-bottom: 1px solid rgba(138,90,43,0.1);
}

.solutions-proto-category-item:last-child {
  border-bottom: none;
}

.solutions-proto-category-group {
  margin: 0;
}

.solutions-proto-category-group summary {
  list-style: none;
}

.solutions-proto-category-group summary::-webkit-details-marker {
  display: none;
}

.solutions-proto-all-link {
  display: block;
  padding: 15px 20px;
  color: #2f2922;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active {
  background: rgba(255,255,255,0.46);
}

.solutions-proto-category-head {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(216,183,103,0.08);
  transition: background-color 0.3s ease;
}

.solutions-proto-category-head.is-active {
  background: linear-gradient(135deg, rgba(247,241,231,0.82), rgba(242,236,226,0.64));
}

.solutions-proto-category-link {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  padding: 15px 20px;
  color: #2f2922;
  text-decoration: none;
}

.solutions-proto-category-link:hover {
  color: #b89b66;
}

.solutions-proto-category-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.solutions-proto-category-code {
  color: var(--solutions-accent);
  font-weight: 500;
}

.solutions-proto-category-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 2px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(79,67,53,0.76);
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.solutions-proto-category-toggle-button:hover {
  color: #b89b66;
}

.solutions-proto-category-toggle-button.is-open {
  color: #b89b66;
}

.solutions-proto-category-arrow {
  color: rgba(79,67,53,0.76);
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.solutions-proto-category-arrow.is-open {
  transform: rotate(180deg);
  color: #b89b66;
}

.solutions-proto-subcategory-list {
  background: rgba(255,252,247,0.78);
  padding: 0;
}

.solutions-proto-subcategory-item {
  display: block;
  padding: 12px 20px 12px 40px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(79,67,53,0.76);
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.solutions-proto-subcategory-item:hover,
.solutions-proto-subcategory-item.is-active {
  background: linear-gradient(135deg, rgba(216,183,103,0.09), rgba(216,183,103,0.03));
  color: #2f2922;
  border-left-color: rgba(199,161,93,0.78);
}

.solutions-proto-main {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.solutions-proto-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.solutions-proto-main-title {
  margin: 0;
  font-size: 20px;
  color: var(--solutions-ink);
  font-weight: 500;
  font-family: var(--font-title);
}

.solutions-proto-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.solutions-proto-count {
  font-size: 13px;
  color: var(--solutions-body);
}

.solutions-proto-search,
.solutions-proto-sort {
  padding: 8px 15px;
  border: 1px solid rgba(216,183,103,0.18);
  border-radius: 16px;
  font-size: 13px;
  color: #2f2922;
  background: rgba(255,255,255,0.84);
}

.solutions-proto-search {
  width: 140px;
}

.solutions-proto-sort {
  cursor: pointer;
}

.solutions-proto-search:focus,
.solutions-proto-sort:focus {
  outline: none;
  border-color: rgba(199,161,93,0.42);
  box-shadow: 0 0 0 3px rgba(199,161,93,0.08);
}

.solutions-proto-pending {
  font-size: 12px;
  color: var(--solutions-body);
}

.solutions-proto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.solutions-proto-grid > .reveal {
  display: flex;
  height: 100%;
}

.solutions-proto-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08);
}

.solutions-proto-card::before,
.solutions-proto-card::after {
  content: none !important;
  display: none !important;
}

.solutions-proto-card:hover {
  box-shadow: 0 18px 42px rgba(79,57,36,0.12), 0 4px 12px rgba(22,133,169,0.04);
}

.solutions-proto-card-media {
  position: relative;
  min-height: 148px;
  background: #f5f5f0;
}

.solutions-proto-card-image {
  object-fit: cover;
}

.solutions-proto-card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 14px 12px;
}

.solutions-proto-card-title {
  margin: 0 0 4px;
  min-height: 2.65em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: var(--solutions-ink);
  font-weight: 500;
  line-height: 1.34;
  font-family: var(--font-title);
}

.solutions-proto-card-model {
  font-size: 12px;
  color: var(--solutions-body);
  margin-bottom: 10px;
}

.solutions-proto-card-summary {
  margin: 0 0 10px;
  color: var(--solutions-body);
  font-size: 13px;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solutions-proto-card-btn {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(138,90,43,0.28);
  border-radius: 16px;
  color: var(--solutions-accent);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255,255,255,0.74);
  transition: all 0.3s ease;
}

.solutions-proto-card-btn:hover {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border-color: rgba(216,183,103,0.72);
  color: #fff;
}

.solutions-proto-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.solutions-proto-page-link {
  padding: 10px 18px;
  border: 1px solid rgba(138,90,43,0.22);
  border-radius: 16px;
  color: var(--solutions-body);
  text-decoration: none;
  font-size: 13px;
  background: rgba(255,255,255,0.74);
}

.solutions-proto-page-link:hover {
  border-color: rgba(138,90,43,0.62);
  color: var(--solutions-accent);
}

.solutions-proto-page-text {
  font-size: 13px;
  color: var(--solutions-body);
}

.solutions-proto-consult-section {
  background: linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.82));
  padding: 50px 24px;
  margin-top: 40px;
}

.solutions-proto-consult-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.solutions-proto-consult-copy {
  width: min(100%, 560px);
  justify-self: center;
}

.solutions-proto-consult-copy h2 {
  margin: 0 0 20px;
  font-size: 28px;
  color: var(--solutions-ink);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-title);
}

.solutions-proto-consult-copy p {
  margin: 0;
  color: var(--solutions-body);
  font-size: 15px;
  line-height: 1.95;
}

.solutions-proto-form-shell {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
  padding: 28px;
}

.solutions-proto-form-shell h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--solutions-accent);
  font-family: var(--font-title);
}

.solutions-proto-form-shell > p {
  margin: 0 0 25px;
  color: var(--solutions-body);
  font-size: 13px;
  line-height: 1.7;
}

.solutions-proto-form {
  display: grid;
  gap: 20px;
}

.solutions-proto-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.solutions-proto-form-group {
  display: grid;
  gap: 8px;
}

.solutions-proto-form-group label {
  font-size: 13px;
  color: var(--solutions-accent);
}

.solutions-proto-form-group input,
.solutions-proto-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(138,90,43,0.22);
  border-radius: 16px;
  font-size: 13px;
  color: var(--solutions-ink);
  background: rgba(250,246,237,0.86);
}

.solutions-proto-form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.solutions-proto-form-group input:focus,
.solutions-proto-form-group textarea:focus {
  outline: none;
  border-color: #8a5a2b;
  box-shadow: 0 0 0 3px rgba(138,90,43,0.08);
}

.solutions-proto-form-error {
  color: #b42318;
  font-size: 12px;
}

.solutions-proto-submit {
  width: fit-content;
  min-width: 160px;
  padding: 12px 28px;
  border: 1px solid rgba(216, 183, 103, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.3)),
    linear-gradient(135deg, rgba(255, 252, 247, 0.99), rgba(244, 237, 227, 0.96));
  color: #2f2922;
  font-size: 14px;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.solutions-proto-submit:hover:not(:disabled) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.36)),
    linear-gradient(135deg, rgba(255, 249, 241, 0.99), rgba(241, 233, 219, 0.96));
  border-color: rgba(216, 183, 103, 0.46);
}

.solutions-proto-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.solutions-proto-form-success {
  padding: 24px;
  border: 1px solid rgba(138,90,43,0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(250,246,237,0.92), rgba(245,241,232,0.86));
}

.solutions-proto-form-success h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--solutions-accent);
  font-family: var(--font-title);
}

.solutions-proto-form-success p {
  margin: 0;
  color: var(--solutions-body);
  font-size: 13px;
}

.solutions-proto-empty-section {
  background: linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.82));
  padding: 64px 24px;
}

.solutions-proto-empty-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.solutions-proto-empty-box h1 {
  margin: 0 0 12px;
  color: var(--solutions-ink);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--font-title);
}

.solutions-proto-empty-box p {
  margin: 0 0 24px;
  color: var(--solutions-body);
  line-height: 1.8;
}

.k7-solution-card-cover {
  position: relative;
  overflow: hidden;
}

.k7-solution-card-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%, rgba(36, 18, 12, 0.12) 100%);
  pointer-events: none;
}

.k7-case-list-card {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.22), rgba(250, 246, 237, 0.94) 30%, rgba(250, 246, 237, 0.96) 100%) !important;
  border-color: rgba(212, 175, 55, 0.34);
}

.k7-resource-list-card {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.94), rgba(244, 236, 225, 0.92)) !important;
}

.k7-resource-list-card .page-motion-button,
.k7-case-list-card .page-motion-button,
.k7-solution-list-card .page-motion-button {
  width: fit-content;
}

.k7-solutions-catalog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.k7-solutions-sidebar {
  position: sticky;
  top: 92px;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(138, 90, 43, 0.14);
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.84), rgba(245, 241, 232, 0.92));
  backdrop-filter: blur(10px);
}

.k7-solutions-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/landscape-roll.png') no-repeat 86% center / auto 142%;
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.02) brightness(0.98);
  transform: scale(1.03);
  pointer-events: none;
}

.k7-solutions-sidebar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.42), rgba(245, 241, 232, 0.72));
  pointer-events: none;
}

.k7-solutions-sidebar > * {
  position: relative;
  z-index: 1;
}

.k7-solutions-sidebar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6f4a2d;
  font-family: var(--font-title);
  letter-spacing: 0.12em;
}

.k7-solutions-sidebar-header span {
  font-size: 0.76rem;
  opacity: 0.76;
}

.k7-solutions-sidebar-header strong {
  font-size: 1rem;
  font-weight: 600;
}

.k7-solutions-sidebar-group {
  display: grid;
  gap: 12px;
}

.k7-solutions-sidebar-group-title {
  color: rgba(70, 56, 42, 0.84);
  font-size: 0.9rem;
  line-height: 1.7;
}

.k7-solutions-sidebar-list {
  display: grid;
  gap: 10px;
}

.k7-solutions-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(132, 90, 51, 0.18);
  border-left: 3px solid transparent;
  border-radius: 18px;
  background: rgba(250, 246, 237, 0.66);
  color: #2f2922;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.k7-solutions-sidebar-link:hover,
.k7-solutions-sidebar-link.is-active {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(22, 133, 169, 0.78), rgba(22, 133, 169, 0.52));
  color: #fff;
  border-color: rgba(212, 175, 55, 0.34);
  border-left-color: #1685a9;
  box-shadow: 0 10px 22px rgba(22, 133, 169, 0.14);
}

.k7-solutions-sidebar-code {
  flex: 0 0 auto;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.k7-solutions-sidebar-text {
  font-size: 0.92rem;
  line-height: 1.55;
}

.k7-solutions-catalog-main {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.k7-solutions-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
}

.k7-solutions-catalog-kicker {
  color: rgba(132, 90, 51, 0.88);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-family: var(--font-title);
}

.k7-solutions-catalog-title {
  margin: 10px 0 0;
  color: #23343b;
  font-family: var(--font-title);
  font-size: clamp(1.95rem, 2.8vw, 2.55rem);
  line-height: 1.22;
  letter-spacing: 0.06em;
}

.k7-solutions-catalog-desc {
  margin: 12px 0 0;
  max-width: 740px;
  color: rgba(44, 44, 44, 0.72);
  line-height: 1.9;
}

.k7-solutions-catalog-controls {
  display: grid;
  gap: 12px;
  justify-items: end;
  align-self: center;
}

.k7-solutions-catalog-count {
  color: rgba(70, 56, 42, 0.72);
  font-size: 0.9rem;
}

.k7-solutions-search {
  width: min(100%, 360px);
}

.k7-solutions-search-input {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(132, 90, 51, 0.14);
  border-radius: 12px;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.k7-solutions-active-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.k7-solutions-active-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(132, 90, 51, 0.14);
  background: rgba(255,250,243,0.76);
  color: #6f4a2d;
  font-size: 0.84rem;
  font-weight: 600;
}

.k7-solutions-clear-link {
  color: #8f1d1d;
  font-size: 0.88rem;
  text-decoration: none;
}

.k7-solutions-catalog-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.k7-solutions-catalog-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(243, 235, 223, 0.94)) !important;
  box-shadow: 0 18px 38px rgba(36,18,12,0.08);
}

.k7-solutions-card-cover {
  min-height: 214px;
  background: var(--page-panel-sage);
}

.k7-solutions-card-body {
  display: grid;
  gap: 14px;
  padding: 22px 24px 24px;
  min-height: 100%;
}

.k7-solutions-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.k7-solutions-card-code {
  color: rgba(70, 56, 42, 0.58);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.k7-solutions-consult-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 28px;
  align-items: start;
  padding: 32px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.9) 0%, rgba(245, 241, 232, 0.8) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 22px 48px rgba(79,57,36,0.08);
}

.k7-solutions-consult-copy {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 100%;
}

.k7-solutions-consult-copy h2 {
  margin: 0;
  color: #23343b;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.k7-solutions-consult-copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(44,44,44,0.74);
  line-height: 1.9;
}

.k7-solutions-consult-form {
  border-radius: 24px;
}

.k7-cases-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k7-case-card-media {
  position: relative;
  min-height: 236px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
}

.k7-case-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(36, 18, 12, 0.26) 100%);
  pointer-events: none;
}

.k7-case-card-tag,
.k7-case-card-meta {
  position: relative;
  z-index: 1;
}

.k7-case-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250, 246, 237, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.32);
  color: #6b321d;
  font-family: var(--font-title);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.k7-case-card-meta {
  margin-top: auto;
  margin-left: auto;
  color: rgba(255, 245, 235, 0.84);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
}

.k7-case-card-body {
  display: grid;
  gap: 16px;
  padding: 22px 24px 24px;
}

.k7-case-card-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k7-resources-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: start;
}

.k7-resources-side-list {
  display: grid;
  gap: 18px;
}

.k7-resource-more-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.k7-resource-list-card {
  height: 100%;
}

.k7-resource-list-card.is-featured {
  grid-template-rows: minmax(220px, 248px) auto;
}

.k7-resource-feature-media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
}

.k7-resource-feature-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%, rgba(36, 18, 12, 0.22) 100%);
  pointer-events: none;
}

.k7-resource-feature-kicker,
.k7-resource-feature-meta {
  position: relative;
  z-index: 1;
}

.k7-resource-feature-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250, 246, 237, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: #6b321d;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.k7-resource-feature-meta {
  color: rgba(255, 245, 235, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.k7-resource-card-body {
  display: grid;
  gap: 14px;
  padding: 22px 24px 24px;
}

.k7-case-detail-overview-grid,
.k7-case-detail-execution-grid,
.k7-case-detail-outcome-grid,
.k7-resource-detail-main-grid,
.k7-resource-detail-support-grid {
  display: grid;
  gap: 24px;
}

.k7-case-detail-overview-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
}

.k7-case-detail-overview-cards,
.k7-case-detail-challenge-grid,
.k7-resource-detail-side-stack {
  display: grid;
  gap: 16px;
}

.k7-case-detail-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k7-case-detail-stat-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(116, 28, 27, 0.05);
  border: 1px solid rgba(116, 28, 27, 0.08);
}

.k7-case-detail-stat-item strong {
  color: var(--ink-black);
  font-family: var(--font-title);
  font-size: 1.1rem;
}

.k7-case-detail-stat-item span {
  color: var(--ink-light);
  font-size: 0.84rem;
}

.k7-case-detail-execution-grid,
.k7-resource-detail-main-grid,
.k7-resource-detail-support-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.94fr);
}

.k7-case-detail-step-list {
  display: grid;
  gap: 14px;
}

.k7-case-detail-step-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(116, 28, 27, 0.08);
}

.k7-case-detail-step-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.k7-case-detail-step-badge {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(116, 28, 27, 0.08);
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: 0.9rem;
}

.k7-case-detail-outcome-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
}

.k7-case-detail-metrics-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k7-case-detail-links-grid,
.k7-resource-detail-related-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k7-resource-detail-meta-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.k7-partner-types-grid,
.k7-partner-flow-grid,
.k7-qualification-grid {
  display: grid;
  gap: 16px;
}

.k7-partner-types-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k7-partner-flow-grid,
.k7-qualification-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k7-qualifications-support-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: start;
}

.k7-qualifications-side-list {
  display: grid;
  gap: 18px;
}

.k7-contact-support-layout,
.k7-contact-process-layout {
  display: grid;
  gap: 24px;
}

.k7-contact-support-layout {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: start;
}

.k7-contact-side-list {
  display: grid;
  gap: 18px;
}

.k7-contact-process-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: start;
}

.k7-contact-process-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.k7-about-cta-main {
  position: relative;
  isolation: isolate;
}

.k7-about-cta-main::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 28px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(212, 175, 55, 0.018) 0,
      rgba(212, 175, 55, 0.018) 1px,
      transparent 1px,
      transparent 26px
    );
  mix-blend-mode: screen;
}

.k7-rich-content {
  color: var(--ink-gray);
  line-height: 1.9;
}

.k7-rich-content > *:first-child {
  margin-top: 0;
}

.k7-rich-content > *:last-child {
  margin-bottom: 0;
}

.k7-rich-content h2,
.k7-rich-content h3,
.k7-rich-content h4 {
  color: var(--ink-black);
  font-family: var(--font-title);
  line-height: 1.6;
  margin: 1.2em 0 0.55em;
}

.k7-rich-content p,
.k7-rich-content ul,
.k7-rich-content ol,
.k7-rich-content blockquote {
  margin: 0 0 1em;
}

.k7-rich-content ul,
.k7-rich-content ol {
  padding-left: 1.3rem;
}

.k7-rich-content li + li {
  margin-top: 0.45rem;
}

.k7-rich-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.k7-rich-content a {
  color: var(--palace-red);
}

@media (max-width: 1200px) {
  .k7-resource-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .k7-case-detail-metrics-grid,
  .k7-case-detail-links-grid,
  .k7-resource-detail-related-grid,
  .k7-partner-flow-grid,
  .k7-qualification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .products-proto-hero-grid,
  .products-proto-catalog-section .products-hub-layout {
    grid-template-columns: 1fr;
  }

  .products-proto-catalog-section .products-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .k7-page-hero-side {
    min-height: 240px;
  }

  .solutions-proto-hero-grid,
  .solutions-proto-consult-grid,
  .solutions-proto-layout {
    grid-template-columns: 1fr;
  }

  .solutions-proto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .k7-solutions-catalog-layout,
  .k7-solutions-consult-shell {
    grid-template-columns: 1fr;
  }

  .k7-solutions-sidebar {
    position: relative;
    top: auto;
  }

  .k7-solutions-catalog-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .k7-solutions-catalog-controls {
    justify-items: start;
  }

  .k7-solutions-search {
    width: 100%;
  }

  .k7-cases-grid,
  .k7-resources-layout,
  .k7-resource-more-grid,
  .k7-case-detail-overview-grid,
  .k7-case-detail-execution-grid,
  .k7-case-detail-outcome-grid,
  .k7-case-detail-links-grid,
  .k7-case-detail-metrics-grid,
  .k7-resource-detail-meta-grid,
  .k7-resource-detail-main-grid,
  .k7-resource-detail-support-grid,
  .k7-resource-detail-related-grid,
  .k7-partner-types-grid,
  .k7-partner-flow-grid,
  .k7-qualification-grid,
  .k7-qualifications-support-layout,
  .k7-contact-support-layout,
  .k7-contact-process-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .products-proto-hero-section,
  .products-proto-catalog-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-proto-hero-title {
    font-size: 30px;
  }

  .products-proto-catalog-section .products-hub-main {
    padding: 20px;
  }

  .products-proto-catalog-section .products-hub-grid {
    grid-template-columns: 1fr;
  }

  .products-proto-hero-image-wrap {
    min-height: 240px;
  }

  .products-proto-hero-card {
    right: 20px;
    max-width: none;
  }

  .solutions-proto-hero-section,
  .solutions-proto-catalog-section,
  .solutions-proto-consult-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .solutions-proto-hero-title,
  .solutions-proto-empty-box h1 {
    font-size: 30px;
  }

  .solutions-proto-main,
  .solutions-proto-sidebar {
    padding: 0;
  }

  .solutions-proto-sidebar-header,
  .solutions-proto-main {
    border-radius: 8px;
  }

  .solutions-proto-main {
    padding: 20px;
  }

  .solutions-proto-controls,
  .solutions-proto-main-header {
    align-items: flex-start;
  }

  .solutions-proto-search,
  .solutions-proto-sort {
    width: 100%;
  }

  .solutions-proto-grid,
  .solutions-proto-form-row {
    grid-template-columns: 1fr;
  }

  .solutions-proto-hero-image-wrap {
    min-height: 240px;
  }

  .solutions-proto-hero-card {
    right: 20px;
    max-width: none;
  }

  .k7-solutions-catalog-main,
  .k7-solutions-consult-shell {
    padding: 22px;
  }

  .k7-case-card-media {
    min-height: 208px;
    padding: 16px;
  }

  .k7-case-card-body,
  .k7-resource-card-body {
    padding: 18px;
  }

  .k7-case-card-facts {
    grid-template-columns: 1fr;
  }

  .k7-case-detail-stats,
  .k7-resource-detail-meta-grid {
    grid-template-columns: 1fr;
  }

  .k7-case-detail-step-item {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   首页 K7 对齐修正：悬浮按钮 / 区块底纹 / 方案 / 案例 / 页尾
   ============================================================ */

:root {
  --site-footer-background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
}

.home-proto-section-portal,
.home-proto-section-solutions,
.home-proto-section-products,
.home-proto-section-resources,
.home-proto-section-cases {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(132, 90, 51, 0.12);
}

.home-proto-section-portal > .home-proto-container,
.home-proto-section-solutions > .home-proto-container,
.home-proto-section-products > .home-proto-container,
.home-proto-section-resources > .home-proto-container,
.home-proto-section-cases > .home-proto-container {
  position: relative;
  z-index: 2;
}

.home-proto-section-portal {
  background: linear-gradient(180deg, rgba(247, 242, 232, 0.98) 0%, rgba(245, 239, 229, 0.96) 38%, rgba(242, 235, 223, 0.98) 100%);
}

.home-proto-section-portal::before {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.16) 24%, transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(236, 225, 203, 0.14) 60%, rgba(223, 209, 179, 0.32) 100%);
  opacity: 0.34;
  mix-blend-mode: multiply;
  filter: saturate(0.92) contrast(0.98) brightness(1.01);
  pointer-events: none;
  z-index: 0;
}

:root {
  --stone-blue: #5f7f73;
  --stone-blue-deep: #4f6b61;
  --stone-green: #7ea193;
  --gold: #d4af37;
}

.home-proto-section-portal::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 243, 233, 0.8), rgba(244, 237, 226, 0.54) 42%, rgba(241, 234, 222, 0.62) 100%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.34), transparent 28%),
    radial-gradient(circle at 50% 96%, rgba(221, 206, 176, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(205, 182, 132, 0.1) 0%, transparent 12%, transparent 88%, rgba(205, 182, 132, 0.1) 100%);
  pointer-events: none;
  z-index: 0;
}

.home-proto-section-solutions {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.94), rgba(250, 246, 237, 0.98));
}

.home-proto-section-solutions::before,
.home-proto-section-products::before,
.home-proto-section-resources::before {
  content: '' !important;
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.home-proto-section-solutions::before {
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.02) brightness(0.99);
}

.home-proto-section-solutions::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.74), rgba(250, 246, 237, 0.66)),
    radial-gradient(circle at 14% 30%, rgba(22, 133, 169, 0.14), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(212, 175, 55, 0.15), transparent 24%);
  pointer-events: none;
  z-index: 0;
}

.cases-proto-hero-section,
.cases-proto-library-section,
.cases-proto-inquiry-section,
.cases-proto-empty-section,
.resources-proto-hero-section,
.resources-proto-library-section,
.resources-proto-inquiry-section,
.resources-proto-empty-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cases-proto-hero-section > .container,
.cases-proto-library-section > .container,
.cases-proto-inquiry-section > .container,
.cases-proto-empty-section > .container,
.resources-proto-hero-section > .container,
.resources-proto-library-section > .container,
.resources-proto-inquiry-section > .container,
.resources-proto-empty-section > .container {
  position: relative;
  z-index: 1;
}

.cases-proto-hero-section::before,
.cases-proto-library-section::before,
.cases-proto-inquiry-section::before,
.cases-proto-empty-section::before,
.resources-proto-hero-section::before,
.resources-proto-library-section::before,
.resources-proto-inquiry-section::before,
.resources-proto-empty-section::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 108%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 132% auto;
  background-position: center, center bottom;
  opacity: 0.17;
  pointer-events: none;
  z-index: 0;
}

.cases-proto-hero-section::after,
.cases-proto-library-section::after,
.cases-proto-inquiry-section::after,
.cases-proto-empty-section::after,
.resources-proto-hero-section::after,
.resources-proto-library-section::after,
.resources-proto-inquiry-section::after,
.resources-proto-empty-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.082;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.cases-proto-hero-section,
.resources-proto-hero-section {
  background: linear-gradient(to bottom, rgba(245,241,232,0.92) 0%, rgba(245,241,232,0.68) 18%, rgba(245,241,232,0.34) 46%, rgba(245,241,232,0.22) 100%);
  padding: 40px 24px 30px;
}

.cases-proto-hero-section::before,
.resources-proto-hero-section::before {
  top: 0;
  height: 100%;
  background-size: cover, 136% auto;
  opacity: 0.18;
}

.cases-proto-library-section,
.resources-proto-library-section {
  background: linear-gradient(180deg, rgba(250,246,237,0.78), rgba(245,241,232,0.84));
  padding: 30px 24px 60px;
}

.cases-proto-inquiry-section,
.resources-proto-inquiry-section,
.cases-proto-empty-section,
.resources-proto-empty-section {
  background: linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.82));
  padding: 50px 24px;
}

.cases-proto-inquiry-section::before,
.resources-proto-inquiry-section::before,
.cases-proto-empty-section::before,
.resources-proto-empty-section::before {
  top: -8%;
  height: 112%;
  background-size: cover, 136% auto;
  background-position: center, center 96%;
  opacity: 0.14;
}

.cases-proto-hero-grid,
.resources-proto-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cases-proto-hero-left,
.resources-proto-hero-left {
  padding-right: 20px;
}

.cases-proto-section-label,
.resources-proto-section-label {
  color: rgba(138,90,43,0.74);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cases-proto-hero-title,
.resources-proto-hero-title {
  margin: 0 0 20px;
  font-size: 36px;
  color: #2f2922;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: var(--font-title);
}

.cases-proto-hero-desc,
.resources-proto-hero-desc {
  margin: 0 0 25px;
  color: rgba(70,56,42,0.78);
  font-size: 15px;
  line-height: 1.95;
}

.cases-proto-hero-buttons,
.resources-proto-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cases-proto-btn-primary,
.cases-proto-btn-secondary,
.resources-proto-btn-primary,
.resources-proto-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cases-proto-btn-primary,
.resources-proto-btn-primary {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  color: #fff;
}

.cases-proto-btn-primary:hover,
.resources-proto-btn-primary:hover {
  background: linear-gradient(135deg, var(--stone-green), var(--stone-blue-deep));
}

.cases-proto-btn-secondary,
.resources-proto-btn-secondary {
  background-color: rgba(255,255,255,0.78);
  color: #2f2922;
  border: 1px solid rgba(138,90,43,0.34);
}

.cases-proto-btn-secondary:hover,
.resources-proto-btn-secondary:hover {
  border-color: rgba(138,90,43,0.62);
  color: var(--stone-blue);
}

.cases-proto-hero-right,
.resources-proto-hero-right {
  position: relative;
}

.cases-proto-hero-image-wrap,
.resources-proto-hero-image-wrap {
  position: relative;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f0;
}

.cases-proto-hero-image-wrap::after,
.resources-proto-hero-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.18), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(36,18,12,0.16));
  pointer-events: none;
}

.cases-proto-hero-badges,
.resources-proto-hero-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 1;
}

.cases-proto-hero-badge,
.resources-proto-hero-badge {
  background-color: rgba(255,255,255,0.95);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  color: #8a5a2b;
  border: 1px solid rgba(138,90,43,0.14);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.cases-proto-hero-card,
.resources-proto-hero-card {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 320px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  z-index: 1;
}

.cases-proto-hero-card-label,
.resources-proto-hero-card-label {
  color: #8a5a2b;
  font-size: 11px;
  margin-bottom: 8px;
}

.cases-proto-hero-card h3,
.resources-proto-hero-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #2f2922;
  font-weight: 500;
  line-height: 1.45;
}

.cases-proto-hero-card p,
.resources-proto-hero-card p {
  margin: 0;
  font-size: 14px;
  color: rgba(70,56,42,0.78);
  line-height: 1.75;
}

.cases-proto-hero-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: rgba(70,56,42,0.74);
  font-size: 12px;
}

.cases-proto-hero-card-meta strong {
  color: #2f2922;
  font-weight: 600;
}

.cases-proto-library-layout,
.resources-proto-library-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: start;
}

.cases-proto-sidebar,
.resources-proto-sidebar {
  height: fit-content;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.cases-proto-sidebar-header,
.resources-proto-sidebar-header {
  background: linear-gradient(135deg, rgba(138,90,43,0.96), rgba(167,116,66,0.94));
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
}

.cases-proto-sidebar-header span,
.resources-proto-sidebar-header span {
  margin-right: 8px;
  font-weight: 700;
}

.cases-proto-search-shell,
.resources-proto-search-shell {
  padding: 18px 18px 0;
}

.cases-proto-search-input,
.resources-proto-search-input {
  width: 100%;
  padding: 0.82rem 0.95rem !important;
  border: 1px solid rgba(132,90,51,0.14) !important;
  border-radius: 12px !important;
  font-size: 0.95rem !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.cases-proto-sidebar-note,
.resources-proto-sidebar-note {
  padding: 12px 20px 0;
  color: rgba(70,56,42,0.72);
  font-size: 12px;
  line-height: 1.7;
}

.cases-proto-sidebar-list,
.resources-proto-sidebar-list {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.cases-proto-sidebar-link,
.resources-proto-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(132,90,51,0.18);
  border-left: 3px solid transparent;
  border-radius: 18px;
  background: rgba(250,246,237,0.66);
  color: #2f2922;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.cases-proto-sidebar-link:hover,
.cases-proto-sidebar-link.is-active,
.resources-proto-sidebar-link:hover,
.resources-proto-sidebar-link.is-active {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(22,133,169,0.78), rgba(22,133,169,0.52));
  color: #fff;
  border-color: rgba(212,175,55,0.34);
  border-left-color: #1685a9;
  box-shadow: 0 10px 22px rgba(22,133,169,0.14);
}

.cases-proto-sidebar-code,
.resources-proto-sidebar-code {
  flex: 0 0 auto;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.cases-proto-sidebar-text,
.resources-proto-sidebar-text {
  font-size: 0.92rem;
  line-height: 1.55;
}

.cases-proto-main,
.resources-proto-main {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.cases-proto-main-header,
.resources-proto-main-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.cases-proto-main-kicker,
.resources-proto-main-kicker {
  color: rgba(132,90,51,0.88);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-family: var(--font-title);
}

.cases-proto-main-title,
.resources-proto-main-title {
  margin: 10px 0 0;
  font-size: 20px;
  color: #2f2922;
  font-weight: 500;
  font-family: var(--font-title);
}

.cases-proto-main-desc,
.resources-proto-main-desc {
  margin: 12px 0 0;
  max-width: 720px;
  color: rgba(70,56,42,0.78);
  line-height: 1.9;
}

.cases-proto-count,
.resources-proto-count {
  font-size: 13px;
  color: rgba(70,56,42,0.72);
}

.cases-proto-active-filters,
.resources-proto-active-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.cases-proto-active-chip,
.resources-proto-active-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(132,90,51,0.14);
  background: rgba(255,250,243,0.76);
  color: #6f4a2d;
  font-size: 0.84rem;
  font-weight: 600;
}

.cases-proto-clear-link,
.resources-proto-clear-link {
  color: #8f1d1d;
  font-size: 0.88rem;
  text-decoration: none;
}

.cases-proto-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cases-proto-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  background: rgba(250,246,237,0.84);
  border: 1px solid rgba(132,90,51,0.28);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.cases-proto-card-media {
  position: relative;
  min-height: 236px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
}

.cases-proto-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%, rgba(36,18,12,0.26) 100%);
  pointer-events: none;
}

.cases-proto-card-tag,
.cases-proto-card-meta {
  position: relative;
  z-index: 1;
}

.cases-proto-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250,246,237,0.88);
  border: 1px solid rgba(212,175,55,0.32);
  color: #6b321d;
  font-family: var(--font-title);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.cases-proto-card-meta {
  margin-top: auto;
  margin-left: auto;
  color: rgba(255,245,235,0.84);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
}

.cases-proto-card-body {
  display: grid;
  gap: 16px;
  padding: 22px 24px 24px;
}

.cases-proto-card-title,
.resources-proto-card-title {
  margin: 0;
  color: #2f2922;
  font-family: var(--font-title);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.cases-proto-card-text,
.resources-proto-card-text {
  margin: 0;
  color: rgba(70,56,42,0.78);
  line-height: 1.9;
  font-size: 14px;
}

.cases-proto-card-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cases-proto-fact {
  padding: 12px 14px;
  background: rgba(116,28,27,0.04);
  border: 1px solid rgba(116,28,27,0.08);
  border-radius: 16px;
}

.cases-proto-fact-label {
  color: rgba(70,56,42,0.58);
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.cases-proto-fact strong {
  color: #2f2922;
  font-size: 0.9rem;
  line-height: 1.55;
}

.cases-proto-card-btn,
.resources-proto-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(138,90,43,0.28);
  border-radius: 16px;
  color: #8a5a2b;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255,255,255,0.74);
  transition: all 0.3s ease;
}

.cases-proto-card-btn:hover,
.resources-proto-card-btn:hover {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  border-color: rgba(216,183,103,0.72);
  color: #fff;
}

.cases-proto-pagination,
.resources-proto-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.cases-proto-page-link,
.resources-proto-page-link {
  padding: 10px 18px;
  border: 1px solid rgba(138,90,43,0.22);
  border-radius: 16px;
  color: rgba(70,56,42,0.78);
  text-decoration: none;
  font-size: 13px;
  background: rgba(255,255,255,0.74);
}

.cases-proto-page-link:hover,
.resources-proto-page-link:hover {
  border-color: rgba(138,90,43,0.62);
  color: #8a5a2b;
}

.cases-proto-page-text,
.resources-proto-page-text {
  font-size: 13px;
  color: rgba(70,56,42,0.78);
}

.cases-proto-empty-box,
.resources-proto-empty-box {
  position: relative;
  z-index: 1;
  text-align: center;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 24px;
  padding: 42px 28px;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.cases-proto-empty-box h1,
.resources-proto-empty-box h1 {
  margin: 0 0 12px;
  color: #2f2922;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--font-title);
}

.cases-proto-empty-box h3,
.resources-proto-empty-box h3 {
  margin: 0 0 10px;
  color: #2f2922;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-title);
}

.cases-proto-empty-box p,
.resources-proto-empty-box p {
  margin: 0 0 24px;
  color: rgba(70,56,42,0.78);
  line-height: 1.8;
}

.cases-proto-inquiry-grid,
.resources-proto-inquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.cases-proto-inquiry-copy h2,
.resources-proto-inquiry-copy h2 {
  margin: 0 0 20px;
  font-size: 28px;
  color: #2f2922;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-title);
}

.cases-proto-inquiry-copy p,
.resources-proto-inquiry-copy p {
  margin: 0;
  color: rgba(70,56,42,0.78);
  font-size: 15px;
  line-height: 1.95;
}

.cases-proto-inquiry-form,
.resources-proto-inquiry-form {
  --lead-form-card-bg: rgba(250,246,237,0.84);
  --lead-form-card-border: rgba(132,90,51,0.28);
  --lead-form-card-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
  --lead-form-title-color: #8a5a2b;
  --lead-form-subtitle-color: rgba(70,56,42,0.78);
  --lead-form-label-color: #8a5a2b;
  --lead-form-input-border: rgba(138,90,43,0.22);
  --lead-form-input-bg: rgba(250,246,237,0.86);
  --lead-form-input-color: #2f2922;
  --lead-form-submit-bg: linear-gradient(135deg, rgba(138,90,43,0.96), rgba(167,116,66,0.94));
  --lead-form-submit-shadow: 0 12px 28px rgba(96,72,46,0.16);
  --lead-form-success-mark-bg: linear-gradient(135deg, rgba(138,90,43,0.14), rgba(212,175,55,0.18));
  --lead-form-success-mark-color: #8a5a2b;
  --lead-form-success-text-color: rgba(70,56,42,0.78);
}

.cases-proto-inquiry-form > div,
.resources-proto-inquiry-form > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid rgba(132,90,51,0.28) !important;
  background: rgba(250,246,237,0.84) !important;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32) !important;
  backdrop-filter: blur(12px);
}

.cases-proto-inquiry-form > div::after,
.resources-proto-inquiry-form > div::after {
  content: none !important;
}

.resources-proto-feature-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: start;
}

.resources-proto-side-list {
  display: grid;
  gap: 18px;
}

.resources-proto-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.resources-proto-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(132,90,51,0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(79,57,36,0.08), inset 0 0 0 1px rgba(255,255,255,0.32);
}

.resources-proto-card.is-featured {
  grid-template-rows: minmax(220px, 248px) auto;
}

.resources-proto-card-media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
}

.resources-proto-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 32%, rgba(36,18,12,0.22) 100%);
  pointer-events: none;
}

.resources-proto-card-kicker,
.resources-proto-card-meta {
  position: relative;
  z-index: 1;
}

.resources-proto-card-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250,246,237,0.88);
  border: 1px solid rgba(212,175,55,0.28);
  color: #6b321d;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.resources-proto-card-meta {
  color: rgba(255,245,235,0.82);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.resources-proto-card-body {
  display: grid;
  gap: 14px;
  padding: 22px 24px 24px;
}

.resources-proto-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.resources-proto-card-pill {
  display: inline-flex;
  padding: 6px 12px;
  background: rgba(116,28,27,0.06);
  border: 1px solid rgba(116,28,27,0.12);
  color: #8f1d1d;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--font-title);
  border-radius: 999px;
}

.resources-proto-card-availability {
  color: rgba(70,56,42,0.58);
  font-size: 0.82rem;
}

.resources-proto-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.resources-proto-card-btn.is-secondary {
  color: rgba(70,56,42,0.78);
}

@media (max-width: 1200px) {
  .resources-proto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .cases-proto-hero-grid,
  .cases-proto-library-layout,
  .cases-proto-inquiry-grid,
  .resources-proto-hero-grid,
  .resources-proto-library-layout,
  .resources-proto-inquiry-grid,
  .resources-proto-feature-layout {
    grid-template-columns: 1fr;
  }

  .cases-proto-grid {
    grid-template-columns: 1fr;
  }

  .resources-proto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cases-proto-hero-section,
  .cases-proto-library-section,
  .cases-proto-inquiry-section,
  .cases-proto-empty-section,
  .resources-proto-hero-section,
  .resources-proto-library-section,
  .resources-proto-inquiry-section,
  .resources-proto-empty-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cases-proto-hero-title,
  .resources-proto-hero-title,
  .cases-proto-empty-box h1,
  .resources-proto-empty-box h1 {
    font-size: 30px;
  }

  .cases-proto-main,
  .cases-proto-sidebar,
  .resources-proto-main,
  .resources-proto-sidebar {
    padding: 20px;
  }

  .cases-proto-sidebar,
  .resources-proto-sidebar {
    padding: 0;
  }

  .cases-proto-search-shell,
  .resources-proto-search-shell {
    padding: 18px 18px 0;
  }

  .cases-proto-card-media {
    min-height: 208px;
    padding: 16px;
  }

  .cases-proto-card-body,
  .resources-proto-card-body {
    padding: 18px;
  }

  .cases-proto-card-facts,
  .resources-proto-grid {
    grid-template-columns: 1fr;
  }

  .cases-proto-hero-card,
  .resources-proto-hero-card {
    right: 20px;
    max-width: none;
  }
}

/* ============================================================
   K7 子页面对齐：行业案例 / 资源中心列表页
   ============================================================ */

.cases-proto-hero-section,
.resources-proto-hero-section {
  padding: 56px 24px;
}

.cases-proto-library-section,
.resources-proto-library-section {
  padding: 20px 24px 60px;
}

.cases-proto-filter-section,
.resources-proto-filter-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 24px;
  background: linear-gradient(180deg, rgba(248,244,236,0.94) 0%, rgba(245,241,232,0.9) 54%, rgba(247,242,234,0.94) 100%);
}

.cases-proto-filter-section > .container,
.resources-proto-filter-section > .container {
  position: relative;
  z-index: 1;
}

.cases-proto-filter-shell,
.resources-proto-filter-shell {
  display: grid;
  gap: 20px;
}

.cases-proto-search-shell,
.resources-proto-search-shell {
  padding: 0;
  display: block;
}

.cases-proto-search-input,
.resources-proto-search-input {
  width: 100%;
  max-width: 500px;
  padding: 14px 20px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(138,90,43,0.14) !important;
  background: rgba(255,251,245,0.84) !important;
  box-shadow: 0 18px 42px rgba(79,57,36,0.1), 0 4px 12px rgba(22,133,169,0.04), inset 0 0 0 1px rgba(255,255,255,0.42);
}

.cases-proto-filter-tags,
.resources-proto-filter-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cases-proto-tag,
.resources-proto-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255,251,245,0.7);
  color: #5c4b3a;
  border: 1px solid rgba(138,90,43,0.14);
}

.cases-proto-tag.is-active,
.resources-proto-tag.is-active {
  background: rgba(95,155,139,0.12);
  color: #845a33;
  border-color: rgba(138,90,43,0.14);
}

.cases-proto-hero-title {
  font-size: 36px;
  line-height: 1.3;
  color: #23343b;
  font-weight: 700;
}

.resources-proto-hero-title {
  font-size: 36px;
  line-height: 1.3;
  color: #23343b;
  font-weight: 700;
}

.cases-proto-hero-image-wrap,
.resources-proto-hero-image-wrap {
  background: rgba(255,251,245,0.78);
  border: 1px solid rgba(138,90,43,0.16);
  box-shadow: 0 18px 42px rgba(79,57,36,0.1), 0 4px 12px rgba(22,133,169,0.04), inset 0 0 0 1px rgba(255,255,255,0.42);
  border-radius: 24px;
}

.cases-proto-hero-image-wrap {
  min-height: 320px;
}

.resources-proto-hero-image-wrap {
  min-height: 320px;
}

.cases-proto-hero-card,
.resources-proto-tag-card,
.cases-proto-card,
.resources-proto-card,
.cases-proto-meta-item,
.cases-proto-inquiry-form > div,
.resources-proto-inquiry-form > div {
  background: rgba(255,251,245,0.78);
  border: 1px solid rgba(138,90,43,0.16);
  box-shadow: 0 18px 42px rgba(79,57,36,0.1), 0 4px 12px rgba(22,133,169,0.04), inset 0 0 0 1px rgba(255,255,255,0.42);
}

.cases-proto-hero-card {
  right: 24px;
  left: auto;
  bottom: 24px;
  max-width: 340px;
  border-radius: 18px;
}

.cases-proto-hero-card h3,
.cases-proto-card-title,
.resources-proto-card-title,
.cases-proto-inquiry-copy h2,
.resources-proto-inquiry-copy h2 {
  color: #23343b;
  font-weight: 700;
}

.resources-proto-tag-stack {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}

.resources-proto-tag-card {
  min-width: 140px;
  padding: 15px 25px;
  border-radius: 18px;
  font-size: 14px;
  color: #5c4b3a;
}

.cases-proto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.resources-proto-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  margin-top: 0;
}

.cases-proto-card,
.resources-proto-card {
  border-radius: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cases-proto-card:hover,
.resources-proto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(83,64,42,0.12);
}

.cases-proto-card-header,
.resources-proto-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
}

.cases-proto-card-header {
  border-bottom: 1px solid rgba(138,90,43,0.08);
}

.cases-proto-card-tag,
.resources-proto-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 12px;
  background: rgba(95,155,139,0.12);
  color: #845a33;
  border: 1px solid rgba(138,90,43,0.14);
}

.cases-proto-card-label {
  font-size: 12px;
  color: #999;
}

.resources-proto-card-action,
.cases-proto-meta-value,
.cases-proto-inquiry-form label,
.resources-proto-inquiry-form label {
  color: #845a33;
}

.cases-proto-card-content {
  padding: 20px;
}

.resources-proto-card {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.cases-proto-card-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.resources-proto-card-title {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 15px;
  flex-grow: 1;
}

.cases-proto-card-desc,
.resources-proto-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 20px;
}

.cases-proto-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.cases-proto-meta-item {
  padding: 12px;
  border-radius: 18px;
}

.cases-proto-meta-label {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px;
}

.cases-proto-meta-value {
  font-size: 13px;
}

.cases-proto-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
}

.cases-proto-card-btn:hover {
  background: linear-gradient(135deg, var(--stone-green), var(--stone-blue-deep));
}

.resources-proto-card-buttons {
  display: flex;
  gap: 10px;
}

.resources-proto-card-btn {
  flex: 1;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.resources-proto-card-btn.is-primary {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  color: #fff;
}

.resources-proto-card-btn.is-primary:hover {
  background: linear-gradient(135deg, var(--stone-green), var(--stone-blue-deep));
}

.resources-proto-card-btn.is-secondary {
  background: rgba(255,255,255,0.78);
  color: #666;
  border: 1px solid #ddd;
}

.resources-proto-card-btn.is-secondary:hover {
  background: #f5f5f0;
}

.cases-proto-inquiry-section,
.resources-proto-inquiry-section {
  padding: 36px 24px 40px;
}

.cases-proto-inquiry-grid,
.resources-proto-inquiry-grid {
  gap: 36px;
  align-items: center;
}

.cases-proto-inquiry-copy h2,
.resources-proto-inquiry-copy h2 {
  font-size: clamp(1.65rem, 2.1vw, 2.15rem);
  line-height: 1.28;
  margin-bottom: 12px;
}

.cases-proto-inquiry-copy p,
.resources-proto-inquiry-copy p {
  line-height: 1.65;
}

.cases-proto-inquiry-form > div,
.resources-proto-inquiry-form > div {
  padding: 0;
  border-radius: 24px !important;
}

.cases-proto-page-link,
.resources-proto-page-link {
  background: rgba(255,251,245,0.78);
}

@media (max-width: 1200px) {
  .resources-proto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .cases-proto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-proto-tag-stack {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .cases-proto-grid,
  .resources-proto-grid {
    grid-template-columns: 1fr;
  }

  .cases-proto-card-meta,
  .resources-proto-card-buttons {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .cases-proto-filter-section,
  .resources-proto-filter-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cases-proto-tag,
  .resources-proto-tag {
    width: 100%;
    justify-content: center;
  }

  .resources-proto-tag-stack {
    padding: 0 16px 16px;
  }
}

.home-proto-section-products {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.94), rgba(245, 241, 232, 0.82));
}

.home-proto-section-products::before {
  opacity: 0.21;
  filter: saturate(0.92) contrast(1.02) brightness(1);
}

.home-proto-section-products::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.78), rgba(245, 241, 232, 0.66)),
    radial-gradient(circle at 18% 72%, rgba(22, 169, 81, 0.13), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(22, 133, 169, 0.15), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.home-proto-section-resources {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.98), rgba(250, 246, 237, 0.94));
}

.home-proto-section-resources::before {
  opacity: 0.17;
  filter: saturate(0.9) contrast(1.02) brightness(1);
}

.home-proto-section-resources::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.8), rgba(250, 246, 237, 0.66)),
    radial-gradient(circle at 12% 20%, rgba(22, 133, 169, 0.13), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(132, 90, 51, 0.11), transparent 26%);
  pointer-events: none;
  z-index: 0;
}

.home-proto-section-cases {
  --home-proto-cases-cloud-opacity: 0.082;
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
  border-top-color: rgba(212, 175, 55, 0.24);
}

.home-proto-section-cases::before {
  content: '' !important;
  position: absolute;
  inset: 0;
  opacity: var(--home-proto-cases-cloud-opacity, 0.02) !important;
  filter: none;
  pointer-events: none;
  z-index: 0;
}

.home-proto-section-cases::after {
  content: none !important;
}

.site-footer-shell::after {
  opacity: 0.082;
}

.home-proto-section-solutions .home-proto-solution-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.home-proto-solution-sidebar {
  position: relative;
  overflow: hidden;
  padding: 0.9rem;
  border: 1px solid rgba(138, 90, 43, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.84), rgba(245, 241, 232, 0.92));
  backdrop-filter: blur(10px);
}

.home-proto-solution-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/landscape-roll.png') no-repeat 86% center / auto 142%;
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.02) brightness(0.98);
  transform: scale(1.03);
  pointer-events: none;
}

.home-proto-solution-sidebar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.42), rgba(245, 241, 232, 0.72));
  pointer-events: none;
}

.home-proto-solution-sidebar > * {
  position: relative;
  z-index: 1;
}

.home-proto-solution-tab {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(132, 90, 51, 0.18);
  border-left: 3px solid transparent;
  border-radius: 18px;
  background: rgba(250, 246, 237, 0.66);
  color: #2f2922;
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.home-proto-solution-tab:last-child {
  margin-bottom: 0;
}

.home-proto-solution-tab-num {
  flex: 0 0 auto;
  font-size: 0.75rem;
  opacity: 0.6;
}

.home-proto-solution-tab-text {
  font-size: 0.875rem;
  line-height: 1.55;
}

.home-proto-solution-tab:hover,
.home-proto-solution-tab.is-active {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(22, 133, 169, 0.78), rgba(22, 133, 169, 0.52));
  color: #fff;
  border-color: rgba(212, 175, 55, 0.34);
  border-left-color: #1685a9;
  box-shadow: 0 10px 22px rgba(22, 133, 169, 0.14);
}

.home-proto-section-solutions .home-proto-solution-feature {
  min-height: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.12), rgba(245, 241, 232, 0.08));
}

.home-proto-section-solutions .home-proto-feature-visual {
  min-height: 520px;
}

.home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image {
  transform: scale(1.04);
  transform-origin: center;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link::after {
  content: none;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover {
  transform: translateY(-1px);
}

.home-proto-case-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-proto-case-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 22px;
  background: #f5f1e8;
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-proto-case-card > * {
  position: relative;
  z-index: 1;
}

.home-proto-case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 133, 169, 0.34);
  box-shadow:
    0 22px 48px rgba(22, 133, 169, 0.16),
    0 8px 18px rgba(79, 57, 36, 0.08);
}

.home-proto-case-card-media {
  position: relative;
  min-height: 120px;
  background: #e8e4de;
  overflow: hidden;
}

.home-proto-case-card-media .home-proto-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  mix-blend-mode: normal;
}

.home-proto-case-card-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 14px;
  background: #8b4513;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.home-proto-case-card-body {
  display: grid;
  gap: 0.85rem;
  padding: 1.5rem;
  background: #f5f1e8;
}

.home-proto-case-card-body h3 {
  margin: 0;
  color: #2f2922;
  font-size: 1rem;
  line-height: 1.6;
}

.home-proto-case-card-body p {
  color: rgba(70, 56, 42, 0.78);
  font-size: 0.8125rem;
  line-height: 1.75;
}

.home-proto-case-card-link {
  color: #1685a9;
  font-size: 0.8125rem;
  font-weight: 600;
}

.floating-wecom {
  position: fixed;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}

.floating-wecom__item {
  position: relative;
}

.floating-wecom__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-width: 6.6rem;
  height: 2.62rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 183, 103, 0.72);
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  color: #fff;
  font-family: var(--font-title);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22, 133, 169, 0.2);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible {
  background: linear-gradient(135deg, var(--stone-green), var(--stone-blue-deep));
  transform: translateX(-3px);
  outline: none;
}

.floating-wecom__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
}

.floating-wecom__label {
  letter-spacing: 0.05em;
}

.floating-wecom__panel {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  width: 214px;
  transform: translate(10px, -50%);
  opacity: 0;
  pointer-events: none;
  background: rgba(250, 246, 237, 0.98);
  border: 1px solid rgba(138, 90, 43, 0.18);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 46px rgba(47, 18, 17, 0.18);
  text-align: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-wecom__item:hover .floating-wecom__panel,
.floating-wecom__item:focus-within .floating-wecom__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.floating-wecom__title {
  margin: 0 0 12px;
  color: #2f2922;
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
}

.floating-wecom__qr {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.floating-wecom__qr img {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(138, 90, 43, 0.14);
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
}

.floating-wecom__qr-placeholder {
  display: grid;
  gap: 8px;
  width: 150px;
  min-height: 150px;
  margin: 0 auto 12px;
  padding: 18px;
  border: 1px dashed rgba(138, 90, 43, 0.26);
  border-radius: 12px;
  background: #fff;
  color: rgba(70, 56, 42, 0.78);
  font-size: 0.82rem;
  line-height: 1.65;
  place-items: center;
  text-align: center;
}

.floating-wecom__qr-placeholder strong {
  color: #2f2922;
  font-family: var(--font-title);
  font-size: 0.94rem;
}

.floating-wecom__hint {
  margin: 0;
  color: rgba(70, 56, 42, 0.78);
  font-size: 0.78rem;
  line-height: 1.7;
}

.floating-wecom__panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  margin-top: 14px;
  padding: 0 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(22, 133, 169, 0.16);
}

.floating-wecom__backtop {
  position: fixed;
  right: 1.3rem;
  bottom: 1.5rem;
  z-index: 100;
  display: inline-grid;
  gap: 0.18rem;
  place-items: center;
  min-width: 3.4rem;
  min-height: 3.4rem;
  padding: 0.6rem 0.55rem;
  border: 1px solid rgba(138, 90, 43, 0.16);
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.96);
  color: #8a5a2b;
  box-shadow: 0 14px 30px rgba(79, 57, 36, 0.14);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.floating-wecom__backtop:hover {
  transform: translateY(-2px);
  background: #fff;
}

.floating-wecom__backtop-icon {
  font-size: 1rem;
  line-height: 1;
}

.floating-wecom__backtop-label {
  font-size: 0.6rem;
  line-height: 1.2;
}

.site-footer-shell {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
  color: #f5f1e8;
}

.site-footer-shell::before {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--stone-blue), var(--stone-green), var(--gold), var(--stone-blue));
  background-size: 200% 100%;
  animation: footerShimmer 3s linear infinite;
  pointer-events: none;
}

.site-footer-shell::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
}

.site-footer-grid {
  grid-template-columns: minmax(0, 1.12fr) repeat(4, minmax(0, 0.86fr));
  gap: 1.2rem;
}

.site-footer-brand-subname,
.site-footer-qr-card,
.site-footer-backtop {
  display: none;
}

.site-footer-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: #8b4513;
  box-shadow: none;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.site-footer-brand-name,
.site-footer-title {
  color: #fff;
  font-weight: 600;
}

.site-footer-brand-name {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.site-footer-brand-copy {
  max-width: none;
  margin-top: 0.4rem;
  color: rgba(245, 241, 232, 0.7);
  font-size: 0.75rem;
  line-height: 1.6;
}

.site-footer-partner-logos {
  gap: 10px;
  margin-top: 1.25rem;
}

.site-footer-partner-logo {
  width: 132px;
  height: 132px;
  max-width: none;
}

.site-footer-partner-logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.site-footer-title {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.site-footer-title::after {
  content: none;
}

.site-footer-link {
  color: #999;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}

.site-footer-link:hover {
  color: #fff;
  transform: none;
}

.site-footer-contact-icon {
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  color: #8b4513;
}

.site-footer-contact-label {
  color: rgba(245, 241, 232, 0.72);
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.site-footer-contact-value {
  color: rgba(245, 241, 232, 0.82);
  font-size: 0.8125rem;
  line-height: 1.8;
}

.site-footer-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-records {
  color: rgba(245, 241, 232, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0;
}

.site-footer-badge {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(245, 241, 232, 0.76);
  font-size: 0.75rem;
}

@keyframes footerShimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@media (max-width: 1024px) {
  .home-proto-section-solutions .home-proto-solution-layout,
  .home-proto-case-layout,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .floating-wecom,
  .floating-wecom__backtop {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .floating-wecom,
  .floating-wecom__backtop {
    display: none;
  }

  .home-proto-section-portal::before,
  .home-proto-section-solutions::before,
  .home-proto-section-products::before,
  .home-proto-section-resources::before {
    background-size: 160% auto;
  }
}

/* ==================== K7 关于国衍下方板块对齐 ==================== */
.about-ref-page {
  --k7-about-stone-blue: #5f7f73;
  --k7-about-stone-blue-deep: #4f6b61;
  --k7-about-accent-ochre: #845a33;
  --k7-about-accent-ochre-light: #A87346;
  --k7-about-soft-gold: #D4AF37;
  --k7-about-ink-main: #23343b;
  --k7-about-body-brown: #5c4b3a;
  --k7-about-glass-bg: rgba(255, 251, 245, 0.78);
  --k7-about-glass-border: rgba(138, 90, 43, 0.16);
  --k7-about-glass-shadow: 0 18px 42px rgba(79, 57, 36, 0.1), 0 4px 12px rgba(22, 133, 169, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.96), rgba(244, 239, 229, 0.98)),
    radial-gradient(circle at top, rgba(22, 133, 169, 0.05), transparent 34%);
  color: var(--k7-about-ink-main);
}

.about-ref-intro-section,
.about-ref-business-section,
.about-ref-advantages-section,
.about-ref-culture-section,
.about-ref-team-section,
.about-ref-honors-section,
.about-ref-environment-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 60px 0;
}

.about-ref-business-section,
.about-ref-team-section,
.about-ref-environment-section {
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.94), rgba(245, 241, 232, 0.84)) !important;
}

.about-ref-intro-section,
.about-ref-advantages-section,
.about-ref-culture-section,
.about-ref-honors-section {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.92), rgba(242, 235, 223, 0.96)) !important;
}

.about-ref-intro-section::before,
.about-ref-business-section::before,
.about-ref-advantages-section::before,
.about-ref-culture-section::before,
.about-ref-team-section::before,
.about-ref-honors-section::before,
.about-ref-environment-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(250, 246, 237, 0.72), rgba(245, 241, 232, 0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 138% auto;
  background-position: center, center bottom;
  opacity: 0.16;
  mix-blend-mode: multiply;
  filter: none;
}

.about-ref-intro-section::after,
.about-ref-business-section::after,
.about-ref-advantages-section::after,
.about-ref-culture-section::after,
.about-ref-team-section::after,
.about-ref-honors-section::after,
.about-ref-environment-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 300px auto repeat;
  opacity: 0.05;
  mix-blend-mode: normal;
}

.about-ref-intro-section > .about-ref-container,
.about-ref-business-section > .about-ref-container,
.about-ref-advantages-section > .about-ref-container,
.about-ref-culture-section > .about-ref-container,
.about-ref-team-section > .about-ref-container,
.about-ref-honors-section > .about-ref-container,
.about-ref-environment-section > .about-ref-container {
  position: relative;
  z-index: 1;
}

.about-ref-section-header {
  margin-bottom: 40px;
}

.about-ref-section-label,
.about-ref-section-label-light {
  color: rgba(138, 90, 43, 0.74) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.5;
}

.about-ref-section-label::before,
.about-ref-section-label::after {
  content: '•';
  color: rgba(138, 90, 43, 0.74);
  margin: 0 12px;
  font-size: 0.76em;
}

.about-ref-section-title,
.about-ref-section-title-light {
  margin-bottom: 15px;
  color: var(--k7-about-ink-main) !important;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.04em;
}

.about-ref-section-desc,
.about-ref-section-desc-light {
  color: var(--k7-about-body-brown) !important;
  font-size: 14px;
  line-height: 1.8;
}

.about-ref-profile-card,
.about-ref-business-card,
.about-ref-advantage-card,
.about-ref-culture-card,
.about-ref-team-card,
.about-ref-honor-card {
  background: var(--k7-about-glass-bg) !important;
  border: 1px solid var(--k7-about-glass-border) !important;
  border-radius: 24px !important;
  box-shadow: var(--k7-about-glass-shadow) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
  backdrop-filter: blur(8px);
}

.about-ref-profile-card::before,
.about-ref-profile-card::after,
.about-ref-business-card::before,
.about-ref-business-card::after,
.about-ref-advantage-card::before,
.about-ref-advantage-card::after,
.about-ref-culture-card::before,
.about-ref-culture-card::after,
.about-ref-team-card::before,
.about-ref-team-card::after,
.about-ref-honor-card::before,
.about-ref-honor-card::after,
.about-ref-gallery-item::before,
.about-ref-gallery-item::after {
  content: none !important;
}

.about-ref-business-card:hover,
.about-ref-advantage-card:hover,
.about-ref-culture-card:hover,
.about-ref-team-card:hover,
.about-ref-honor-card:hover,
.about-ref-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(83, 64, 42, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.38) !important;
  border-color: rgba(22, 133, 169, 0.28) !important;
}

.about-ref-profile-card {
  padding: 50px;
  border-left: 0 !important;
}

.about-ref-profile-accent,
.about-ref-profile-media {
  display: none !important;
}

.about-ref-profile-inner,
.about-ref-profile-inner-with-media {
  display: block;
  padding: 0 !important;
}

.about-ref-profile-label {
  margin-bottom: 15px;
  color: rgba(138, 90, 43, 0.74);
  font-size: 12px;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-ref-profile-label::before {
  width: 30px;
  background: var(--k7-about-accent-ochre);
}

.about-ref-profile-title {
  margin: 0 0 25px;
  color: var(--k7-about-ink-main);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.28;
}

.about-ref-profile-body {
  margin-top: 0;
  gap: 15px;
}

.about-ref-profile-body p {
  color: var(--k7-about-body-brown);
  font-size: 14px;
  line-height: 1.8;
}

.about-ref-business-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.about-ref-advantages-grid,
.about-ref-culture-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.about-ref-honors-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-ref-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.about-ref-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-ref-business-card {
  padding: 35px 25px;
  text-align: center;
}

.about-ref-advantage-card,
.about-ref-culture-card {
  padding: 35px;
  text-align: center;
}

.about-ref-team-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 20px;
  padding: 30px;
  text-align: left;
}

.about-ref-team-header {
  display: contents;
}

.about-ref-team-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-top: 2px;
}

.about-ref-team-title {
  grid-column: 2;
  grid-row: 1;
}

.about-ref-team-content {
  grid-column: 2;
  grid-row: 2;
}

.about-ref-business-icon,
.about-ref-advantage-icon,
.about-ref-culture-icon,
.about-ref-team-icon,
.about-ref-honor-icon {
  background: linear-gradient(135deg, rgba(138, 90, 43, 0.96), rgba(167, 116, 66, 0.9)) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 18px rgba(96, 72, 46, 0.14);
}

.about-ref-business-icon,
.about-ref-culture-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  font-size: 24px;
}

.about-ref-advantage-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  font-size: 28px;
}

.about-ref-team-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 24px;
}

.about-ref-honor-icon {
  width: 70px;
  height: 70px;
  margin: 18px auto 18px;
  font-size: 28px;
}

.about-ref-business-card h4,
.about-ref-advantage-card h4,
.about-ref-culture-card h4,
.about-ref-team-title h4,
.about-ref-honor-card h4 {
  color: var(--k7-about-ink-main) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.about-ref-culture-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.about-ref-business-card p,
.about-ref-advantage-card p,
.about-ref-culture-card p,
.about-ref-team-content,
.about-ref-team-content p,
.about-ref-honor-card p {
  color: var(--k7-about-body-brown) !important;
  font-size: 13px;
  line-height: 1.65;
  opacity: 1;
}

.about-ref-team-title p {
  color: rgba(92, 75, 58, 0.72) !important;
  font-size: 13px;
}

.about-ref-team-list {
  margin-top: 12px;
}

.about-ref-team-list li {
  padding: 6px 0 6px 20px;
  color: var(--k7-about-body-brown);
  font-size: 13px;
  line-height: 1.6;
}

.about-ref-team-list li::before {
  content: '•';
  color: var(--k7-about-stone-blue);
}

.about-ref-honor-badge {
  top: -11px;
  background: rgba(95, 155, 139, 0.12);
  color: var(--k7-about-accent-ochre);
  border: 1px solid rgba(138, 90, 43, 0.14);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.4;
}

.about-ref-gallery-item {
  height: 260px;
  border-radius: 22px !important;
  border: 1px solid rgba(138, 90, 43, 0.14);
  box-shadow: 0 18px 36px rgba(79, 57, 36, 0.12);
}

.about-ref-gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
  height: 540px;
}

.about-ref-gallery-placeholder {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 235, 223, 0.96));
  color: var(--k7-about-body-brown);
}

.about-ref-gallery-label {
  padding: 44px 18px 18px;
  background: linear-gradient(transparent, rgba(38, 33, 28, 0.82));
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.k7-about-cta-section {
  display: none !important;
}

@media (max-width: 1024px) {
  .about-ref-business-grid,
  .about-ref-advantages-grid,
  .about-ref-culture-grid,
  .about-ref-honors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ref-team-grid {
    grid-template-columns: 1fr;
  }

  .about-ref-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ref-gallery-item.large {
    grid-column: span 2;
    grid-row: span 1;
    height: 260px;
  }
}

@media (max-width: 768px) {
  .about-ref-intro-section,
  .about-ref-business-section,
  .about-ref-advantages-section,
  .about-ref-culture-section,
  .about-ref-team-section,
  .about-ref-honors-section,
  .about-ref-environment-section {
    padding: 60px 0;
  }

  .about-ref-profile-card {
    padding: 30px;
  }

  .about-ref-business-grid,
  .about-ref-advantages-grid,
  .about-ref-culture-grid,
  .about-ref-honors-grid,
  .about-ref-gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-ref-gallery-item.large {
    grid-column: auto;
    height: 320px;
  }

  .about-ref-team-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-ref-team-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }

  .about-ref-team-icon,
  .about-ref-team-title,
  .about-ref-team-content {
    grid-column: auto;
    grid-row: auto;
  }

  .about-ref-team-list {
    text-align: left;
  }
}

/* ==================== Home Trust Signals 调整 ==================== */
.home-proto-stats-strip .home-proto-section-heading {
  display: none !important;
}

.home-proto-stats-strip {
  padding: 40px 0 76px !important;
}

.home-proto-trust-card {
  border: 1px solid rgba(216, 183, 103, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22) !important;
}

.home-proto-trust-card::before {
  background: linear-gradient(90deg, rgba(143, 29, 29, 0.84), rgba(212, 175, 55, 0.4), rgba(143, 29, 29, 0.18)) !important;
}

.home-proto-trust-card span {
  background: rgba(245, 241, 232, 0.1) !important;
  color: rgba(246, 234, 210, 0.74) !important;
  border: 1px solid rgba(216, 183, 103, 0.14);
}

.home-proto-trust-card h3 {
  color: #f6ead2 !important;
}

.home-proto-trust-card p {
  color: rgba(246, 234, 210, 0.82) !important;
}

/* ==================== Global Card Top Accent Remove ==================== */
.page-motion-panel::after,
.page-motion-card::after,
.home-proto-stat-card::after,
.home-proto-portal-card::before,
.home-proto-portal-card::after,
.home-proto-solution-card::before,
.home-proto-solution-card::after,
.home-proto-product-card::before,
.home-proto-product-card::after,
.home-proto-resource-board::after,
.home-proto-resource-item::before,
.home-proto-resource-item::after,
.home-proto-resource-panel::after,
.home-proto-process-card::before,
.home-proto-process-card::after,
.home-proto-trust-card::before,
.about-ref-business-card::after,
.about-ref-advantage-card::before,
.case-ref-highlight-card::before {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

/* ==================== Home K7 Content & Contact Sections ==================== */
.home-k7-content-section,
.home-k7-contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4rem 0;
  border-top: 1px solid rgba(132, 90, 51, 0.26);
  border-bottom: 1px solid rgba(132, 90, 51, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.home-k7-content-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.97), rgba(247, 243, 236, 0.92));
}

.home-k7-contact-section {
  background: linear-gradient(180deg, rgba(249, 245, 239, 0.95), rgba(245, 240, 232, 0.97));
}

.home-k7-content-section::before,
.home-k7-contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(250, 246, 237, 0.72), rgba(245, 241, 232, 0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 138% auto;
  background-position: center, center bottom;
  opacity: 0.1;
  mix-blend-mode: multiply;
  filter: saturate(0.76) contrast(0.88) brightness(1.03);
}

.home-k7-content-section::after,
.home-k7-contact-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.48), rgba(250, 246, 239, 0.36)),
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.22), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(255, 248, 235, 0.18), transparent 22%),
    url('/images/home/k7-kit/cloud-pattern.png') center / 300px auto repeat;
  opacity: 0.08;
}

.home-k7-content-section > .home-proto-container,
.home-k7-contact-section > .home-proto-container {
  position: relative;
  z-index: 1;
}

.home-k7-section-header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.home-k7-section-label {
  color: rgba(138, 90, 43, 0.74);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 10px;
}

.home-k7-section-title {
  margin: 0;
  color: #23343b;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.04em;
}

.home-k7-section-desc {
  max-width: 700px;
  margin: 15px auto 0;
  color: #5c4b3a;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-k7-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 24px;
}

.home-k7-resource-main,
.home-k7-resource-card,
.k7-home-contact-form {
  border: 1px solid rgba(138, 90, 43, 0.16);
  background: rgba(255, 251, 245, 0.78);
  box-shadow:
    0 18px 42px rgba(79, 57, 36, 0.1),
    0 4px 12px rgba(22, 133, 169, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
}

.home-k7-resource-main {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-left: 3px solid rgba(158, 45, 42, 0.82);
  border-radius: 24px;
  overflow: hidden;
  min-height: 100%;
}

.home-k7-resource-main-visual {
  display: block;
  margin: -2rem -2rem 1.4rem;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(232, 223, 206, 0.92), rgba(214, 230, 235, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 14px 28px rgba(79, 57, 36, 0.08);
  transition: filter 0.4s ease;
}

.home-k7-resource-main-visual .home-proto-media-image,
.home-k7-resource-main-visual .home-proto-media-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.home-k7-resource-main-visual .home-proto-media-image {
  object-fit: cover;
}

.home-k7-resource-main:hover .home-k7-resource-main-visual {
  filter: saturate(1.03) contrast(1.01);
}

.home-k7-resource-main-visual .home-proto-media-fallback {
  min-height: 220px;
}

.home-k7-resource-main-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.home-k7-resource-main h3 {
  margin: 0 0 1rem;
  color: #23343b;
  font-family: var(--font-title);
  font-size: clamp(1.16rem, 1.28vw, 1.34rem);
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.02em;
}

.home-k7-resource-main p {
  margin: 0 0 1.5rem;
  color: #5c4b3a;
  font-size: 14px;
  line-height: 1.88;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-k7-resource-main-action {
  margin-top: auto;
  padding-top: 0.2rem;
}

.home-k7-resource-side {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  min-height: 100%;
}

.home-k7-resource-card {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 0.55rem;
  align-items: stretch;
  min-height: 0;
  padding: 0;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-k7-resource-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 133, 169, 0.28);
  box-shadow: 0 20px 38px rgba(83, 64, 42, 0.12);
}

.home-k7-resource-card-visual {
  overflow: hidden;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(135deg, rgba(232, 223, 206, 0.92), rgba(214, 230, 235, 0.72));
  min-height: 132px;
}

.home-k7-resource-card-visual .home-proto-media-image,
.home-k7-resource-card-visual .home-proto-media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 132px;
}

.home-k7-resource-card-visual .home-proto-media-image {
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.home-k7-resource-card:hover .home-k7-resource-card-visual .home-proto-media-image {
  transform: scale(1.04);
  filter: saturate(1.04);
}

.home-k7-resource-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.82rem 0.95rem 0.82rem 0;
}

.home-k7-resource-card-copy {
  min-width: 0;
}

.home-k7-resource-card-body .home-k7-tag-row {
  margin-bottom: 0.28rem;
}

.home-k7-resource-card h4 {
  margin: 0 0 0.14rem;
  color: #23343b;
  font-family: var(--font-title);
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.34;
}

.home-k7-resource-card p {
  margin: 0 0 0.24rem;
  color: #5c4b3a;
  font-size: 13px;
  line-height: 1.46;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-k7-resource-card-link-row {
  margin-top: 0.22rem;
  padding-top: 0.42rem;
  border-top: 1px solid rgba(138, 90, 43, 0.08);
}

.home-k7-tag-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

.home-k7-soft-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(245, 242, 237, 0.86);
  border: 1px solid rgba(138, 90, 43, 0.12);
  color: rgba(70, 56, 42, 0.74);
  font-size: 12px;
  line-height: 1.4;
}

.home-k7-read-link {
  color: #8b4513;
  font-size: 14px;
  font-weight: 600;
}

.home-k7-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 32px;
  align-items: start;
}

.home-k7-contact-copy {
  width: min(100%, 560px);
  justify-self: center;
}

.home-k7-contact-copy .home-k7-section-title {
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
}

.home-k7-contact-copy p {
  margin: 1rem 0 0;
  color: #5c4b3a;
  font-size: 15px;
  line-height: 1.95;
}

.home-k7-contact-copy .home-k7-contact-muted {
  color: rgba(92, 75, 58, 0.62);
}

.k7-home-contact-form {
  padding: 2.5rem;
  border-left: 5px solid rgba(158, 45, 42, 0.82);
  border-radius: 24px;
}

.k7-home-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.k7-home-form-group {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.k7-home-form-label {
  color: #5c4b3a;
  font-size: 13px;
  line-height: 1.5;
}

.k7-home-form-input {
  width: 100%;
  min-height: 44px;
  padding: 0.75rem;
  border: 1px solid rgba(132, 90, 51, 0.26);
  border-radius: 12px;
  background: rgba(250, 246, 237, 0.78);
  color: #23343b;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.45;
  outline: none;
}

.k7-home-form-input:focus {
  border-color: #1685a9;
  box-shadow: 0 0 0 3px rgba(22, 133, 169, 0.1);
}

.k7-home-checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.32rem;
}

.k7-home-checkbox-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 1.92rem;
  padding: 0.36rem 0.56rem;
  border: 1px solid rgba(132, 90, 51, 0.22);
  border-radius: 14px;
  background: rgba(250, 246, 237, 0.72);
  color: #5c4b3a;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.k7-home-checkbox-item.is-active {
  border-color: rgba(22, 133, 169, 0.46);
  background: rgba(22, 133, 169, 0.08);
  color: #23343b;
}

.k7-home-checkbox-item input {
  flex: 0 0 auto;
  accent-color: #1685a9;
}

.k7-home-form-action {
  display: flex;
  justify-content: flex-end;
}

.k7-home-form-submit {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(132, 90, 51, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(250, 243, 235, 0.94));
  color: #31463f;
  box-shadow:
    0 12px 24px rgba(79, 57, 36, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-family: var(--page-button-font-family);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
}

.k7-home-form-submit:hover:not(:disabled) {
  color: #263731;
  border-color: rgba(132, 90, 51, 0.26);
  box-shadow:
    0 14px 28px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.k7-home-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.k7-home-contact-note {
  margin: 0.18rem 0 0;
  color: rgba(92, 75, 58, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.k7-home-contact-error {
  margin: 0.5rem 0 0;
  color: #9f2f24;
  font-size: 13px;
}

.k7-home-contact-success {
  display: grid;
  min-height: 260px;
  place-items: center;
  text-align: center;
}

.k7-home-contact-success-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 133, 169, 0.12);
  color: #1685a9;
  font-weight: 700;
}

.k7-home-contact-success h3 {
  margin: 1rem 0 0.4rem;
  color: #23343b;
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 600;
}

.k7-home-contact-success p {
  margin: 0;
  color: #5c4b3a;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .home-k7-content-grid,
  .home-k7-contact-grid,
  .k7-home-form-grid {
    grid-template-columns: 1fr;
  }

  .home-k7-resource-card {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .home-k7-content-section,
  .home-k7-contact-section {
    padding: 3.5rem 0;
  }

  .home-k7-resource-main {
    padding: 1.35rem;
  }

  .home-k7-resource-main-visual {
    margin: -1.35rem -1.35rem 1.15rem;
    border-radius: 22px 22px 0 0;
  }

  .home-k7-resource-main h3 {
    line-height: 1.52;
  }

  .home-k7-resource-main p {
    margin-bottom: 1.15rem;
    line-height: 1.76;
  }

  .home-k7-resource-card {
    grid-template-columns: 1fr;
  }

  .home-k7-resource-side {
    grid-template-rows: none;
  }

  .home-k7-resource-card-visual,
  .home-k7-resource-card-visual .home-proto-media-image,
  .home-k7-resource-card-visual .home-proto-media-fallback {
    min-height: 150px;
  }

  .home-k7-resource-card-visual {
    border-radius: 22px 22px 0 0;
  }

  .home-k7-resource-card-body {
    padding: 1.2rem;
  }

  .home-k7-resource-card-link-row {
    margin-top: 0.4rem;
    padding-top: 0.55rem;
  }

  .k7-home-contact-form {
    padding: 1.5rem;
  }

  .k7-home-checkbox-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==================== Floating Buttons Compact ==================== */
.floating-wecom {
  gap: 0.8rem !important;
  right: 1.3rem !important;
}

.floating-wecom__btn {
  width: auto !important;
  min-width: 6rem !important;
  height: 3.05rem !important;
  min-height: 3.05rem !important;
  padding: 0 1.2rem !important;
  justify-content: center !important;
  gap: 0.8rem !important;
  font-size: 0.84rem !important;
  letter-spacing: 0.05em !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(22, 133, 169, 0.2) !important;
}

.floating-wecom__btn--main {
  width: auto !important;
}

.floating-wecom__icon {
  width: 1rem !important;
  height: 1rem !important;
  font-size: 1rem !important;
  flex: 0 0 auto !important;
}

.floating-wecom__icon svg,
.floating-wecom__backtop-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.floating-wecom__label {
  letter-spacing: 0.05em !important;
}

.floating-wecom__backtop {
  min-width: 3rem !important;
  min-height: 3rem !important;
  padding: 0.48rem 0.45rem !important;
  border-radius: 16px !important;
}

.floating-wecom__backtop-icon {
  font-size: 0.9rem !important;
}

.floating-wecom__backtop-label {
  font-size: 0.56rem !important;
}

/* ==================== Home Typography Refinement ==================== */
.home-proto-stats-strip::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

.home-proto-page .home-proto-section-kicker,
.home-proto-page .home-proto-section-kicker::before,
.home-proto-page .home-k7-section-label {
  display: none !important;
}

.home-proto-page .home-proto-section-heading {
  margin-bottom: 34px !important;
}

.home-proto-page .home-k7-section-header {
  margin-bottom: 34px !important;
}

.home-proto-page :is(
  .home-proto-portal-card h3,
  .home-proto-feature-body h3,
  .home-proto-product-body h3,
  .home-proto-case-card-body h3,
  .home-k7-resource-main h3,
  .home-k7-resource-card h4
) {
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.58 !important;
  letter-spacing: 0.02em !important;
}

.home-proto-page :is(
  .home-proto-portal-card p,
  .home-proto-feature-body p,
  .home-proto-product-body p,
  .home-proto-case-card-body p,
  .home-k7-resource-main p,
  .home-k7-resource-card p
) {
  font-size: 0.86rem !important;
  line-height: 1.82 !important;
  letter-spacing: 0.01em !important;
}

.home-proto-page :is(
  .home-proto-portal-link,
  .home-proto-inline-link,
  .home-proto-case-card-link,
  .home-k7-read-link,
  .home-proto-product-meta,
  .home-proto-feature-tag,
  .home-proto-solution-order,
  .home-k7-soft-tag
) {
  font-size: 0.78rem !important;
}

.home-proto-page .home-proto-primary-btn.is-compact {
  font-size: 0.98rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-proto-page .home-proto-stat-card strong {
  font-size: clamp(2rem, 2.6vw, 2.55rem) !important;
  color: #F0DEB0 !important;
}

.home-proto-page .home-proto-stat-card span {
  font-size: 0.88rem !important;
  color: #F0DEB0 !important;
}

/* ==================== Home K7 Portal / Solutions / Cases Fixes ==================== */
.home-proto-section-portal .home-proto-portal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
}

.home-proto-section-portal .home-proto-portal-card {
  min-height: auto !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 2rem !important;
  border: 1px solid rgba(192, 164, 119, 0.34) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.97), rgba(245, 238, 227, 0.94)) !important;
  box-shadow:
    0 16px 38px rgba(118, 93, 62, 0.1),
    0 4px 12px rgba(22, 133, 169, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.home-proto-section-portal .home-proto-portal-card-header {
  order: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(139, 115, 85, 0.1) !important;
}

.home-proto-section-portal .home-proto-portal-icon {
  flex: 0 0 2.5rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: #f5f2ed !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.home-proto-section-portal .home-proto-portal-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(22, 133, 169, 0.38) !important;
  box-shadow:
    0 24px 48px rgba(118, 93, 62, 0.12),
    0 8px 18px rgba(22, 133, 169, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58) !important;
}

.home-proto-section-portal .home-proto-portal-card::before,
.home-proto-section-portal .home-proto-portal-card::after {
  content: none !important;
  display: none !important;
}

.home-proto-section-portal .home-proto-portal-kicker {
  display: block !important;
  margin: 0 0 0.18rem !important;
  color: #999 !important;
  font-size: 0.625rem !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

.home-proto-section-portal .home-proto-portal-card h3 {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  color: #23343b !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.home-proto-section-portal .home-proto-portal-card p {
  order: 3 !important;
  margin: 0 0 1.5rem !important;
  color: #5c4b3a !important;
  font-size: 0.8125rem !important;
  line-height: 1.8 !important;
}

.home-proto-section-portal .home-proto-portal-card em {
  display: none !important;
}

.home-proto-section-portal .home-proto-portal-link {
  order: 4 !important;
  margin-top: auto !important;
  color: #845a33 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.home-proto-solution-sidebar {
  padding: 18px !important;
  border: 1px solid rgba(138, 90, 43, 0.14) !important;
  border-radius: 20px !important;
  background: rgba(250, 246, 237, 0.86) !important;
  box-shadow: 0 12px 28px rgba(79, 57, 36, 0.06) !important;
  backdrop-filter: none !important;
}

.home-proto-solution-sidebar::before,
.home-proto-solution-sidebar::after {
  content: none !important;
  display: none !important;
}

.home-proto-solution-tab {
  background: transparent !important;
}

.home-proto-solution-tab:hover,
.home-proto-solution-tab.is-active {
  background: linear-gradient(135deg, rgba(22, 133, 169, 0.96), rgba(42, 92, 170, 0.94)) !important;
  border-color: rgba(212, 175, 55, 0.52) !important;
  box-shadow: 0 14px 28px rgba(22, 133, 169, 0.16) !important;
}

.home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-solution-tab:hover .home-proto-solution-tab-text,
.home-proto-solution-tab.is-active .home-proto-solution-tab-num,
.home-proto-solution-tab.is-active .home-proto-solution-tab-text {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

/* ==================== Home Title Size Refinement ==================== */
.home-proto-page .home-proto-hero-cultural h1 {
  font-size: clamp(2.45rem, 4.15vw, 4.05rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0.035em !important;
}

.home-proto-page .home-proto-hero-panel {
  transform: translateY(16px) !important;
}

.home-proto-page .home-proto-section-heading h2,
.home-proto-page .home-k7-section-title {
  font-size: clamp(1.72rem, 2.28vw, 2.28rem) !important;
  line-height: 1.34 !important;
  letter-spacing: 0.035em !important;
}

.home-proto-page .home-proto-section-heading p,
.home-proto-page .home-k7-section-desc {
  font-size: 0.94rem !important;
  line-height: 1.86 !important;
}

@media (max-width: 768px) {
  .home-proto-page .home-proto-hero-cultural h1 {
    font-size: clamp(2.1rem, 10vw, 3.05rem) !important;
  }

  .home-proto-page .home-proto-section-heading h2,
  .home-proto-page .home-k7-section-title {
    font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
  }
}

/* ==================== K7 Breadcrumb Alignment ==================== */
.breadcrumb-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f6f2 100%) !important;
  border-top: 1px solid rgba(36, 50, 44, 0.04) !important;
  border-bottom: 1px solid rgba(36, 50, 44, 0.06) !important;
}

.breadcrumb-bar::before,
.breadcrumb-bar::after,
.breadcrumb::before,
.breadcrumb::after {
  content: none !important;
  display: none !important;
}

.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.breadcrumb {
  display: block !important;
  padding: 16px 0 18px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #5c4b3a !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  color: #5c4b3a !important;
}

.breadcrumb-link,
.breadcrumb a {
  color: #5c4b3a !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover,
.breadcrumb a:hover {
  color: #845a33 !important;
}

.breadcrumb-separator,
.breadcrumb span {
  margin: 0 5px !important;
  color: #5c4b3a !important;
  font-size: 13px !important;
}

.breadcrumb-current,
.breadcrumb .current,
.breadcrumb [aria-current='page'] {
  color: #845a33 !important;
  font-weight: 600 !important;
}

.products-hub-breadcrumb {
  position: relative;
  overflow: hidden;
  padding: 16px 0 18px !important;
  margin: 0 !important;
  background: rgba(245, 241, 232, 0.88) !important;
  border-top: 1px solid rgba(138, 90, 43, 0.08) !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.08) !important;
  color: #5c4b3a !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.products-hub-breadcrumb a,
.products-hub-breadcrumb span {
  color: #5c4b3a !important;
  text-decoration: none !important;
}

.products-hub-breadcrumb .is-current {
  color: #845a33 !important;
  font-weight: 600 !important;
}

.products-hub-breadcrumb-arrow,
.products-hub-breadcrumb-separator {
  color: #5c4b3a !important;
  margin: 0 5px !important;
}

@media (max-width: 768px) {
  .breadcrumb-container {
    padding: 0 20px;
  }

  .breadcrumb,
  .products-hub-breadcrumb {
    padding: 14px 0 16px !important;
    font-size: 12px !important;
  }
}

.home-proto-feature-body .home-proto-solution-order,
.home-proto-feature-body .home-proto-feature-tag {
  display: none !important;
}

.home-proto-case-card-media {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}

.home-proto-case-card-media .home-proto-media-image,
.home-proto-case-card-media .home-proto-media-fallback,
.home-proto-case-card-media img {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
  object-fit: cover !important;
}

@media (max-width: 1024px) {
  .home-proto-section-portal .home-proto-portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .home-proto-section-portal .home-proto-portal-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==================== CTA Radius Unification ==================== */
:root {
  --k7-cta-radius: 18px;
  --k7-cta-pill-radius: 999px;
}

.btn-primary,
.btn-secondary,
.btn-ghost-light,
.btn-gold,
.nav-cta,
.nav-cta-button,
.home-proto-primary-btn,
.home-proto-secondary-btn,
.home-cta-button,
.page-motion-button,
.products-proto-btn-primary,
.products-proto-btn-secondary,
.solutions-proto-btn-primary,
.solutions-proto-btn-secondary,
.cases-proto-btn-primary,
.cases-proto-btn-secondary,
.resources-proto-btn-primary,
.resources-proto-btn-secondary,
.solution-ref-btn-primary,
.solution-ref-btn-secondary,
.product-ref-btn-primary,
.product-ref-btn-secondary,
.product-ref-btn-cta,
.product-ref-cta-bar .product-ref-btn-cta,
.floating-wecom__panel-cta {
  border-radius: var(--k7-cta-radius) !important;
}

.floating-wecom__btn {
  border-radius: var(--k7-cta-pill-radius) !important;
}

/* ==================== Subpage Hero Height ==================== */
:root {
  --subpage-hero-unified-height: 30.5rem;
  --subpage-hero-shell-unified-height: 30.5rem;
  --subpage-hero-media-unified-height: 21.5rem;
}

.products-proto-hero-section,
.solutions-proto-hero-section,
.cases-proto-hero-section,
.resources-proto-hero-section,
.about-ref-hero {
  min-height: var(--subpage-hero-unified-height);
  box-sizing: border-box;
}

.products-proto-hero-grid,
.solutions-proto-hero-grid,
.cases-proto-hero-grid,
.resources-proto-hero-grid {
  min-height: calc(var(--subpage-hero-unified-height) - 4.5rem);
  align-items: center;
}

[data-layout="page-hero-split"],
.k7-page-hero-shell {
  min-height: var(--subpage-hero-shell-unified-height);
  align-content: center;
  box-sizing: border-box;
}

[data-layout="page-hero-split"] {
  padding: 30px !important;
}

.k7-page-hero-shell {
  padding: 34px !important;
}

.products-proto-hero-image-wrap,
.solutions-proto-hero-image-wrap,
.cases-proto-hero-image-wrap,
.resources-proto-hero-image-wrap,
.k7-page-hero-side {
  min-height: var(--subpage-hero-media-unified-height);
}

@media (max-width: 1024px) {
  :root {
    --page-hero-title-size: 30px;
    --page-detail-hero-title-size: 30px;
    --subpage-hero-unified-height: 26.5rem;
    --subpage-hero-shell-unified-height: 26.5rem;
    --subpage-hero-media-unified-height: 19.5rem;
  }

  [data-layout="page-hero-split"] {
    padding: 26px !important;
  }

  .k7-page-hero-shell {
    padding: 30px !important;
  }
}

/* ==================== K7 Detail Pages ==================== */
.k7-detail-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(132, 90, 51, 0.12);
}

.k7-detail-section:not(.k7-detail-section-cta) {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.92) 0%, rgba(245, 241, 232, 0.74) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 136% auto no-repeat !important;
}

.k7-detail-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.082;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.k7-detail-section > .container {
  position: relative;
  z-index: 1;
}

.k7-detail-section .k7-page-hero-shell,
.k7-detail-content-panel,
.k7-detail-sidebar,
.k7-detail-section .page-motion-panel,
.k7-detail-section .k7-library-shell,
.k7-detail-section .k7-side-panel {
  background: rgba(250, 246, 237, 0.84) !important;
  border: 1px solid rgba(132, 90, 51, 0.28) !important;
  backdrop-filter: blur(12px);
  box-shadow:
    0 18px 42px rgba(79, 57, 36, 0.12),
    0 4px 12px rgba(22, 133, 169, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

.k7-detail-section .k7-page-hero-shell {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 2rem;
  border-radius: 30px;
}

.k7-detail-section .k7-page-hero-side {
  border-radius: 24px;
}

.k7-detail-section .k7-page-hero-side > div:first-child {
  min-height: 260px !important;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.12), rgba(22, 169, 81, 0.08)) !important;
}

.k7-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.k7-detail-sidebar {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 24px;
}

.k7-detail-tab {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 64px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(132, 90, 51, 0.18);
  border-left: 3px solid transparent;
  border-radius: 18px;
  background: rgba(250, 246, 237, 0.66);
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.k7-detail-tab span {
  color: rgba(69, 84, 92, 0.78);
  font-size: 0.75rem;
}

.k7-detail-tab strong {
  color: #23343b;
  font-size: 0.875rem;
  font-weight: 600;
}

.k7-detail-tab.is-active,
.k7-detail-tab:hover {
  background: linear-gradient(90deg, rgba(22, 133, 169, 0.92), rgba(42, 92, 170, 0.88));
  border-color: rgba(212, 175, 55, 0.42);
  border-left-color: #1685a9;
  box-shadow: 0 12px 26px rgba(22, 133, 169, 0.18);
  transform: translateX(4px);
}

.k7-detail-tab.is-active span,
.k7-detail-tab.is-active strong,
.k7-detail-tab:hover span,
.k7-detail-tab:hover strong {
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.k7-detail-content-panel {
  display: grid;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 24px;
  overflow: hidden;
}

.k7-detail-content-panel > div:first-child {
  text-align: left !important;
  margin-bottom: 0 !important;
}

.k7-detail-content-panel > div:first-child p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.k7-detail-mini-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.k7-detail-mini-card:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 133, 169, 0.34) !important;
  box-shadow:
    0 22px 48px rgba(22, 133, 169, 0.16),
    0 8px 18px rgba(79, 57, 36, 0.08) !important;
}

.k7-detail-section table {
  background: rgba(250, 246, 237, 0.66);
}

.k7-detail-section th {
  background: rgba(132, 90, 51, 0.06);
}

.k7-detail-section-cta {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 28%),
    linear-gradient(180deg, #5f1718 0%, #741c1b 100%) !important;
}

.k7-detail-section-cta::before {
  opacity: 0.12;
  mix-blend-mode: screen;
}

/* ==================== K7 Resource Detail Page ==================== */
.resource-detail-k7-page {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.96), rgba(250, 246, 237, 0.92));
  color: #2d2926;
}

.resource-detail-hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 22px 24px 30px;
}

.resource-detail-hero-section::before,
.resource-detail-section::before,
.resource-detail-related-section::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 108%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(180deg, rgba(250,246,237,0.72), rgba(250,246,237,0.58)),
    url('/images/home/k7-kit/landscape-roll.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 136% auto;
  background-position: center, center bottom;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.resource-detail-hero-section::after,
.resource-detail-section::after,
.resource-detail-related-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.082;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.resource-detail-hero-section > .container,
.resource-detail-meta-section > .container,
.resource-detail-section > .container,
.resource-detail-related-section > .container,
.resource-detail-cta-section > .container {
  position: relative;
  z-index: 1;
}

.resource-detail-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 36px;
  overflow: hidden;
  padding: 48px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 243, 234, 0.94)),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 136% auto no-repeat;
  border: 1px solid rgba(132, 90, 51, 0.16);
  box-shadow:
    0 24px 56px rgba(79, 57, 36, 0.1),
    0 8px 24px rgba(22, 133, 169, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.resource-detail-hero-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 175, 55, 0.1), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(22, 133, 169, 0.08), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 34%, transparent 68%, rgba(255, 255, 255, 0.18));
  pointer-events: none;
}

.resource-detail-hero-left,
.resource-detail-hero-right {
  position: relative;
  z-index: 1;
}

.resource-detail-hero-left {
  align-self: center;
  display: grid;
}

.resource-detail-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  width: fit-content;
  background: rgba(138, 90, 43, 0.08);
  border: 1px solid rgba(138, 90, 43, 0.14);
  color: rgba(138, 90, 43, 0.86);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.resource-detail-hero-title {
  margin: 0 0 14px;
  color: #2f2922;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.04em;
}

.resource-detail-hero-subtitle {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(70, 56, 42, 0.78);
  font-size: 15px;
  line-height: 1.85;
}

.resource-detail-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.resource-detail-hero-tag {
  padding: 8px 14px;
  border: 1px solid rgba(138, 90, 43, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #8a5a2b;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42);
}

.resource-detail-hero-actions,
.resource-detail-support-actions,
.resource-detail-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.resource-detail-btn-white,
.resource-detail-btn-soft,
.resource-detail-hero-actions .download-gate .button,
.resource-detail-support-actions .download-gate .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 8px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--page-button-font-family);
  font-size: 14px;
  letter-spacing: var(--page-button-letter-spacing);
  transition: all 0.25s ease;
}

.resource-detail-btn-white,
.resource-detail-hero-actions .download-gate .button,
.resource-detail-support-actions .download-gate .button {
  border: 0;
  background: #fff;
  color: #2f6f8f;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.resource-detail-hero-actions .resource-detail-btn-white,
.resource-detail-hero-actions .download-gate .button {
  background: linear-gradient(135deg, var(--stone-blue), var(--stone-blue-deep));
  color: #fff;
  box-shadow: 0 12px 26px rgba(22, 133, 169, 0.18);
}

.resource-detail-btn-white:hover,
.resource-detail-btn-soft:hover,
.resource-detail-hero-actions .download-gate .button:hover,
.resource-detail-support-actions .download-gate .button:hover {
  transform: translateY(-2px);
}

.resource-detail-btn-soft {
  border: 1px solid rgba(138, 90, 43, 0.26);
  background: rgba(255, 255, 255, 0.72);
  color: #2f2922;
}

.resource-detail-support-panel .resource-detail-btn-soft,
.resource-detail-cta-card .resource-detail-btn-soft {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.resource-detail-preview-card {
  padding: 26px;
  border-radius: 24px;
  min-height: 100%;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(138, 90, 43, 0.16);
  color: #2d2926;
  box-shadow: 0 18px 42px rgba(79, 57, 36, 0.1);
  backdrop-filter: blur(10px);
}

.resource-detail-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.resource-detail-preview-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(74, 155, 138, 0.12);
  color: #2d6f63;
  font-size: 12px;
}

.resource-detail-preview-state {
  color: #8a8177;
  font-size: 12px;
}

.resource-detail-preview-sheet {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 22px;
  border: 1px solid rgba(138, 90, 43, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 237, 0.98)),
    url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
}

.resource-detail-preview-sheet::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 111, 143, 0.16), transparent 62%);
}

.resource-detail-preview-sheet h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #2d2926;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: 24px;
  line-height: 1.35;
}

.resource-detail-preview-sheet p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.8;
}

.resource-detail-preview-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.resource-detail-preview-list li {
  padding: 12px 14px;
  border: 1px solid rgba(138, 90, 43, 0.1);
  border-radius: 14px;
  background: rgba(245, 245, 240, 0.92);
  color: #5f5a54;
  font-size: 13px;
  line-height: 1.65;
}

.resource-detail-meta-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 8px 24px 20px;
}

.resource-detail-meta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0.36), rgba(245, 241, 232, 0.58));
  pointer-events: none;
}

.resource-detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.resource-detail-meta-card,
.resource-detail-card,
.resource-detail-related-card {
  border: 1px solid rgba(138, 90, 43, 0.14);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 16px 36px rgba(79, 57, 36, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.resource-detail-meta-card {
  padding: 20px;
  border-radius: 18px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.resource-detail-meta-card:hover,
.resource-detail-card:hover,
.resource-detail-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 133, 169, 0.24);
  box-shadow: 0 20px 42px rgba(22, 133, 169, 0.1), 0 10px 26px rgba(79, 57, 36, 0.08);
}

.resource-detail-meta-label {
  margin-bottom: 8px;
  color: #8a8177;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.resource-detail-meta-value {
  color: #2d2926;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.resource-detail-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 14px 24px 28px;
}

.resource-detail-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.resource-detail-card {
  padding: 28px;
  border-radius: 24px;
}

.resource-detail-section-label,
.resource-detail-cta-label {
  margin-bottom: 12px;
  color: rgba(138, 90, 43, 0.74);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.resource-detail-section-title {
  margin: 0 0 16px;
  color: #2d2926;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: 28px;
  line-height: 1.36;
}

.resource-detail-section-desc {
  margin: 0;
  color: #5f5a54;
  font-size: 15px;
  line-height: 1.9;
}

.resource-detail-highlight-box {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource-detail-highlight-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid rgba(47, 111, 143, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(233, 242, 246, 0.72), rgba(255, 255, 255, 0.92));
}

.resource-detail-highlight-icon {
  margin-top: 2px;
  color: #2f6f8f;
  font-weight: 700;
}

.resource-detail-highlight-item strong {
  display: block;
  margin-bottom: 4px;
  color: #2d2926;
}

.resource-detail-highlight-item span:not(.resource-detail-highlight-icon) {
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.75;
}

.resource-detail-side-stack {
  display: grid;
  gap: 24px;
}

.resource-detail-usage-list,
.resource-detail-tips-list,
.resource-detail-catalog-list,
.resource-detail-related-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.resource-detail-usage-list,
.resource-detail-tips-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.resource-detail-usage-list li,
.resource-detail-tips-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.75;
}

.resource-detail-usage-list li span,
.resource-detail-tips-list li span {
  margin-top: 1px;
  color: #2d6f63;
  font-weight: 700;
}

.resource-detail-usage-list p,
.resource-detail-tips-list p {
  margin: 0;
}

.resource-detail-catalog-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource-detail-catalog-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(138, 90, 43, 0.08);
  border-radius: 16px;
  background: rgba(245, 245, 240, 0.88);
}

.resource-detail-catalog-list strong {
  display: block;
  margin-bottom: 4px;
  color: #2d2926;
  font-size: 15px;
}

.resource-detail-catalog-list span {
  color: #5f5a54;
  font-size: 13px;
  line-height: 1.7;
}

.resource-detail-catalog-list em {
  align-self: center;
  color: #8a5a2b;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.resource-detail-support-panel {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(47, 111, 143, 0.96), rgba(61, 139, 122, 0.94));
  color: #fff;
}

.resource-detail-support-panel .resource-detail-section-label,
.resource-detail-support-panel .resource-detail-section-title,
.resource-detail-support-panel .resource-detail-section-desc,
.resource-detail-support-panel .resource-detail-tips-list li,
.resource-detail-support-panel .resource-detail-tips-list li span {
  color: #fff;
}

.resource-detail-support-actions {
  margin-top: 22px;
}

.resource-detail-related-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 12px 24px 42px;
}

.resource-detail-related-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.resource-detail-related-head p {
  max-width: 560px;
  margin: 0;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.8;
}

.resource-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.resource-detail-related-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 22px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.resource-detail-related-card:nth-child(4n+1) {
  background: rgba(255, 253, 248, 0.9);
}

.resource-detail-related-card:nth-child(4n+2) {
  background: linear-gradient(180deg, rgba(241, 248, 247, 0.92), rgba(255, 253, 248, 0.88));
}

.resource-detail-related-card:nth-child(4n+3) {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.92), rgba(255, 253, 248, 0.88));
}

.resource-detail-related-card:nth-child(4n+4) {
  background: linear-gradient(180deg, rgba(248, 246, 239, 0.92), rgba(241, 248, 247, 0.86));
}

.resource-detail-related-card > span {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(74, 155, 138, 0.12);
  color: #2d6f63;
  font-size: 12px;
}

.resource-detail-related-card h3 {
  margin: 0;
  color: #2d2926;
  font-size: 20px;
  line-height: 1.45;
}

.resource-detail-related-card p {
  margin: 0;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.8;
}

.resource-detail-related-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.resource-detail-related-card li {
  color: #8a8177;
  font-size: 12px;
}

.resource-detail-related-card strong {
  color: #8a5a2b;
  font-size: 14px;
}

.resource-detail-cta-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 0 24px 56px;
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 28%),
    linear-gradient(180deg, #5f1718 0%, #741c1b 100%) !important;
}

.resource-detail-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.resource-detail-cta-card::before {
  content: none;
}

.resource-detail-cta-card > * {
  position: relative;
  z-index: 1;
}

.resource-detail-cta-card h2 {
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.4;
}

.resource-detail-cta-card p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.resource-detail-cta-label {
  color: rgba(255, 255, 255, 0.74);
}

.resource-detail-cta-actions {
  justify-content: flex-end;
}

.resource-detail-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/cloud-pattern.png') center / 260px auto repeat;
  opacity: 0.12;
  mix-blend-mode: screen;
  pointer-events: none;
}

.resource-detail-cta-section > .container {
  position: relative;
  z-index: 1;
}

.resource-detail-cta-section .resource-detail-btn-white {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--page-surface-red-deep);
  box-shadow: none;
}

.resource-detail-cta-section .resource-detail-btn-soft {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

@media (max-width: 1200px) {
  .resource-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .resource-detail-hero-shell,
  .resource-detail-section-grid,
  .resource-detail-cta-card {
    grid-template-columns: 1fr;
  }

  .resource-detail-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-detail-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .resource-detail-hero-section,
  .resource-detail-meta-section,
  .resource-detail-section,
  .resource-detail-related-section,
  .resource-detail-cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .resource-detail-hero-shell {
    padding: 28px 22px;
  }

  .resource-detail-hero-title {
    font-size: 30px;
  }

  .resource-detail-meta-grid,
  .resource-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .resource-detail-card,
  .resource-detail-preview-card,
  .resource-detail-cta-card {
    padding: 22px;
  }

  .resource-detail-catalog-list li,
  .resource-detail-related-head {
    display: grid;
  }
}

@media (max-width: 980px) {
  .k7-detail-layout,
  .k7-detail-section .k7-page-hero-shell {
    grid-template-columns: 1fr;
  }

  .k7-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .k7-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .k7-detail-content-panel {
    padding: 1.25rem;
  }
}

@media (max-width: 768px) {
  :root {
    --page-hero-title-size: 30px;
    --page-detail-hero-title-size: 30px;
    --subpage-hero-unified-height: auto;
    --subpage-hero-shell-unified-height: auto;
    --subpage-hero-media-unified-height: 17rem;
  }

  [data-layout="page-hero-split"],
  .k7-page-hero-shell {
    padding: 24px !important;
  }

  .products-proto-hero-section,
  .solutions-proto-hero-section,
  .cases-proto-hero-section,
  .resources-proto-hero-section,
  .about-ref-hero,
  [data-layout="page-hero-split"],
  .k7-page-hero-shell,
  .products-proto-hero-grid,
  .solutions-proto-hero-grid,
  .cases-proto-hero-grid,
  .resources-proto-hero-grid {
    min-height: auto;
  }

  .products-proto-hero-grid {
    transform: none;
  }
}

/* Homepage hero: remove oval mask behind the text panel without changing the dark background area. */
.home-proto-hero-panel::before,
.home-proto-hero-panel::after {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
}

/* Homepage refinements: unify hero buttons, align stats cards, tune product media background, set case image height. */
.home-proto-hero-cultural .home-proto-chip-row,
.home-proto-hero-cultural .home-proto-action-row {
  gap: 14px !important;
}

.home-proto-hero-cultural .home-proto-outline-chip,
.home-proto-hero-cultural .home-proto-outline-chip:first-child,
.home-proto-hero-cultural .home-proto-primary-btn,
.home-proto-hero-cultural .home-proto-secondary-btn {
  min-height: 48px !important;
  height: 48px;
  padding: 0 20px !important;
  border-radius: 16px !important;
  background: rgba(255, 251, 245, 0.82) !important;
  color: #2f2922 !important;
  border: 1px solid rgba(138, 90, 43, 0.24) !important;
  box-shadow: 0 10px 22px rgba(96, 72, 46, 0.08) !important;
  backdrop-filter: blur(12px);
}

.home-proto-hero-cultural .home-proto-primary-btn:hover,
.home-proto-hero-cultural .home-proto-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #2f2922 !important;
  border-color: rgba(138, 90, 43, 0.32) !important;
  box-shadow: 0 12px 24px rgba(96, 72, 46, 0.1) !important;
}

.home-proto-stats-strip {
  padding: 64px 0 !important;
}

.home-proto-stats-grid {
  align-items: stretch;
}

.home-proto-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
}

.home-proto-section-products .home-proto-product-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.96)) !important;
  box-shadow: inset 0 0 0 1px rgba(207, 190, 166, 0.22) !important;
}

.home-proto-section-products .home-proto-product-media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 42%, rgba(217, 208, 194, 0.04) 100%) !important;
}

.home-proto-section-products .home-proto-product-media .home-proto-media-fallback {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.96)) !important;
}

.home-proto-case-card-media {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}

.home-proto-case-card-media .home-proto-media-image,
.home-proto-case-card-media .home-proto-media-fallback,
.home-proto-case-card-media img {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
  object-fit: cover !important;
}

.home-proto-hero-cultural .home-proto-hero-desc {
  color: rgba(47, 41, 34, 0.72) !important;
}

/* Homepage color cleanup: unify foreground, links and hover accents without touching section backgrounds. */
.home-proto-page {
  --home-ink-strong: #2f2922;
  --home-ink-body: rgba(70, 56, 42, 0.82);
  --home-ink-soft: rgba(95, 79, 62, 0.72);
  --home-accent: #8a5a2b;
  --home-accent-strong: #70441d;
  --home-accent-soft: rgba(138, 90, 43, 0.14);
  --home-line: rgba(138, 90, 43, 0.24);
  --home-line-strong: rgba(138, 90, 43, 0.34);
  --home-gold-soft: rgba(212, 175, 55, 0.26);
}

.home-proto-page :is(
  .home-proto-portal-card h3,
  .home-proto-feature-body h3,
  .home-proto-product-body h3,
  .home-proto-case-card-body h3,
  .home-proto-resource-item h4,
  .home-proto-process-card h3
) {
  color: var(--home-ink-strong) !important;
}

.home-proto-page :is(
  .home-proto-portal-card p,
  .home-proto-feature-body p,
  .home-proto-product-body p,
  .home-proto-case-card-body p,
  .home-proto-resource-item p,
  .home-proto-process-card p
) {
  color: var(--home-ink-body) !important;
}

.home-proto-page :is(
  .home-proto-portal-link,
  .home-proto-inline-link,
  .home-proto-case-card-link,
  .home-k7-read-link
) {
  color: var(--home-accent) !important;
}

.home-proto-page :is(
  .home-proto-portal-link,
  .home-proto-inline-link,
  .home-proto-case-card-link,
  .home-k7-read-link
):hover {
  color: var(--home-accent-strong) !important;
}

.home-proto-page .home-proto-inline-link::after {
  background: linear-gradient(90deg, var(--home-accent), rgba(212, 175, 55, 0.72)) !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-card {
  border-color: var(--home-line) !important;
  box-shadow:
    0 16px 38px rgba(118, 93, 62, 0.1),
    0 4px 12px rgba(118, 93, 62, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54) !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-card:hover {
  border-color: var(--home-line-strong) !important;
  box-shadow:
    0 24px 48px rgba(118, 93, 62, 0.12),
    0 8px 18px rgba(118, 93, 62, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58) !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-icon {
  color: var(--home-accent) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-card {
  border-color: rgba(138, 90, 43, 0.18) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-card:hover {
  background: linear-gradient(90deg, rgba(138, 90, 43, 0.12), rgba(138, 90, 43, 0.07)) !important;
  border-color: var(--home-line-strong) !important;
  border-left-color: var(--home-accent) !important;
  box-shadow: 0 10px 22px rgba(96, 72, 46, 0.12) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-card:hover .home-proto-solution-card-copy > span:not(.home-proto-solution-order),
.home-proto-page .home-proto-section-solutions .home-proto-solution-card:hover h3,
.home-proto-page .home-proto-section-solutions .home-proto-solution-card:hover p {
  color: var(--home-ink-strong) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-card:hover .home-proto-solution-order {
  background: rgba(255, 255, 255, 0.76) !important;
  color: var(--home-accent) !important;
  border-color: rgba(138, 90, 43, 0.22) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link,
.home-proto-page .home-proto-case-card-link,
.home-proto-page .home-proto-section-portal .home-proto-portal-link {
  color: var(--home-accent) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover,
.home-proto-page .home-proto-case-card-link:hover,
.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover {
  color: var(--home-accent-strong) !important;
}

.home-proto-page .home-proto-product-meta,
.home-proto-page .home-proto-feature-tag,
.home-proto-page .home-proto-solution-order,
.home-proto-page .home-k7-soft-tag {
  color: var(--home-ink-soft) !important;
}

/* Header palette cleanup: light rice surface, dark ink text, warm brown-gold active accents. */
#navbar.site-header {
  background: var(--site-header-bg, rgba(250, 246, 239, 0.96)) !important;
  border-bottom: 1px solid var(--site-header-border, rgba(138, 90, 43, 0.14)) !important;
  box-shadow: 0 10px 26px rgba(46, 34, 20, 0.06) !important;
}

#navbar.navbar-scrolled {
  background: var(--site-header-bg-scrolled, var(--site-header-bg, rgba(250, 246, 239, 0.96))) !important;
}

#navbar .site-header-topbar {
  min-height: 30px !important;
  background: var(--site-header-topbar-bg, rgba(45, 10, 10, 0.22)) !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.08) !important;
}

#navbar.navbar-scrolled .site-header-topbar {
  background: var(--site-header-topbar-bg-scrolled, var(--site-header-topbar-bg, rgba(239, 231, 219, 0.94))) !important;
}

#navbar .site-header-topbar span,
#navbar .site-header-topbar a {
  color: var(--site-header-topbar-text, rgba(95, 79, 62, 0.88)) !important;
}

#navbar.navbar-scrolled .site-header-topbar span,
#navbar.navbar-scrolled .site-header-topbar a {
  color: var(--site-header-topbar-text-scrolled, var(--site-header-topbar-text, rgba(95, 79, 62, 0.88))) !important;
}

#navbar .nav-logo-box,
#navbar.navbar-scrolled .nav-logo-box {
  background: linear-gradient(180deg, #9f2626 0%, #7f1d1d 100%) !important;
  border-color: rgba(116, 28, 27, 0.26) !important;
  box-shadow: 0 10px 22px rgba(116, 28, 27, 0.16) !important;
}

#navbar .nav-logo-box.has-image,
#navbar.navbar-scrolled .nav-logo-box.has-image {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#navbar .nav-logo-box.has-image .nav-logo-image,
#navbar.navbar-scrolled .nav-logo-box.has-image .nav-logo-image {
  filter: none !important;
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

#navbar .nav-brand-primary {
  color: var(--site-header-brand-text, #2f2922) !important;
}

#navbar.navbar-scrolled .nav-brand-primary {
  color: var(--site-header-brand-text-scrolled, var(--site-header-brand-text, #2f2922)) !important;
}

#navbar .nav-brand-secondary,
#navbar .nav-link {
  color: var(--site-header-text, rgba(70, 56, 42, 0.8)) !important;
}

#navbar.navbar-scrolled .nav-brand-secondary,
#navbar.navbar-scrolled .nav-link {
  color: var(--site-header-text-scrolled, var(--site-header-text, rgba(70, 56, 42, 0.8))) !important;
}

#navbar .nav-link.active,
#navbar .nav-link:hover {
  color: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-link::after {
  background: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link::after {
  background: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-cta-button,
#navbar.navbar-scrolled .nav-cta-button {
  min-width: 180px;
  min-height: 44px;
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(214, 196, 170, 0.88) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(96, 72, 46, 0.08) !important;
}

#navbar .nav-cta-button:hover,
#navbar.navbar-scrolled .nav-cta-button:hover {
  color: #2f2922 !important;
  background: #ffffff !important;
  border-color: rgba(206, 186, 158, 0.96) !important;
  box-shadow: 0 10px 24px rgba(96, 72, 46, 0.1) !important;
}

#navbar .nav-menu-toggle {
  color: var(--site-header-active, #8a5a2b) !important;
  background: var(--site-header-menu-button-bg, transparent) !important;
  border-color: rgba(138, 90, 43, 0.2) !important;
}

#navbar.navbar-scrolled .nav-menu-toggle {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
  background: var(--site-header-menu-button-bg-scrolled, var(--site-header-menu-button-bg, rgba(255, 251, 245, 0.82))) !important;
}

/* Floating consultation buttons: light ivory shell with cinnabar accents. */
.floating-wecom {
  --floating-shell-bg: rgba(255, 253, 249, 0.94);
  --floating-shell-bg-hover: rgba(255, 255, 255, 0.98);
  --floating-shell-line: rgba(143, 29, 29, 0.16);
  --floating-shell-line-strong: rgba(143, 29, 29, 0.3);
  --floating-shell-text: #2f2922;
  --floating-shell-icon: #8f1d1d;
  --floating-shell-shadow: rgba(116, 28, 27, 0.12);
  transform: translateY(calc(-50% + 48px)) !important;
}

.floating-wecom__btn,
.floating-wecom__btn--phone,
.floating-wecom__btn--service {
  color: var(--floating-shell-text) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.02)),
    var(--floating-shell-bg) !important;
  border-color: var(--floating-shell-line) !important;
  box-shadow:
    0 12px 28px var(--floating-shell-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible,
.floating-wecom__btn--phone:hover,
.floating-wecom__btn--phone:focus-visible,
.floating-wecom__btn--service:hover,
.floating-wecom__btn--service:focus-visible {
  color: var(--floating-shell-text) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.04)),
    var(--floating-shell-bg-hover) !important;
  border-color: var(--floating-shell-line-strong) !important;
  box-shadow:
    0 16px 34px rgba(116, 28, 27, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.floating-wecom__icon {
  color: var(--floating-shell-icon) !important;
}

.floating-wecom__panel-cta {
  color: #fffaf3 !important;
  background: linear-gradient(135deg, #8f1d1d, #731818) !important;
  box-shadow:
    0 12px 24px rgba(116, 28, 27, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.floating-wecom__panel-cta:hover {
  color: #fffdf8 !important;
  background: linear-gradient(135deg, #731818, #5f1718) !important;
}

/* Homepage banner painting: keep the artwork lighter and more breathable. */
.home-proto-hero-scroll-image {
  opacity: 0.8 !important;
  filter: saturate(1.1) contrast(1.02) brightness(1.08) !important;
}

/* Homepage solutions block: align the visual language with the K7 warm cultural palette. */
.home-proto-section-solutions .home-proto-section-heading {
  margin-bottom: 26px !important;
}

.home-proto-section-solutions .home-proto-section-heading h2 {
  color: #2f2922 !important;
}

.home-proto-section-solutions .home-proto-section-heading p {
  color: rgba(70, 56, 42, 0.76) !important;
}

.home-proto-section-solutions .home-proto-solution-layout {
  gap: 1.7rem !important;
  align-items: stretch;
}

.home-proto-section-solutions .home-proto-solution-sidebar {
  padding: 1rem !important;
  border: 1px solid rgba(138, 90, 43, 0.16) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(246, 240, 230, 0.9)) !important;
  box-shadow:
    0 18px 42px rgba(79, 57, 36, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
}

.home-proto-section-solutions .home-proto-solution-tab {
  min-height: 70px;
  margin-bottom: 0.7rem !important;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(138, 90, 43, 0.14) !important;
  border-left: 3px solid transparent !important;
  border-radius: 18px !important;
  background: rgba(255, 251, 245, 0.62) !important;
  color: #2f2922 !important;
  box-shadow: none !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-section-solutions .home-proto-solution-tab.is-active {
  transform: translateX(3px) !important;
  background: linear-gradient(135deg, #9a6d3a 0%, #7f5728 100%) !important;
  border-color: rgba(212, 175, 55, 0.42) !important;
  border-left-color: #c7a15d !important;
  box-shadow:
    0 12px 26px rgba(96, 72, 46, 0.18),
    inset 0 1px 0 rgba(255, 244, 218, 0.18) !important;
}

.home-proto-section-solutions .home-proto-solution-tab-num {
  color: rgba(70, 56, 42, 0.58) !important;
  opacity: 1 !important;
}

.home-proto-section-solutions .home-proto-solution-tab-text {
  color: #2f2922 !important;
  font-weight: 600;
}

.home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-text,
.home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-num,
.home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-text {
  color: #fffaf3 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
}

.home-proto-section-solutions .home-proto-solution-feature {
  height: 520px !important;
  min-height: 520px !important;
  border: 1px solid rgba(138, 90, 43, 0.16) !important;
  border-radius: 24px !important;
  box-shadow:
    0 20px 46px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.home-proto-section-solutions .home-proto-feature-visual {
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
  aspect-ratio: auto !important;
}

.home-proto-section-solutions .home-proto-feature-visual::after {
  background:
    linear-gradient(90deg, rgba(34, 28, 23, 0.44) 0%, rgba(34, 28, 23, 0.18) 44%, rgba(34, 28, 23, 0.03) 76%, transparent 100%),
    linear-gradient(0deg, rgba(34, 28, 23, 0.56) 0%, rgba(34, 28, 23, 0.24) 38%, rgba(34, 28, 23, 0.04) 72%, transparent 100%) !important;
}

.home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image,
.home-proto-section-solutions .home-proto-feature-visual .home-proto-media-fallback {
  display: block;
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
}

.home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image {
  filter: saturate(0.92) contrast(1.06) brightness(0.92) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.home-proto-section-solutions .home-proto-feature-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  height: 100% !important;
  padding: 36px 40px 40px !important;
  background:
    linear-gradient(90deg, rgba(34, 28, 23, 0.38), rgba(34, 28, 23, 0.12) 58%, rgba(34, 28, 23, 0) 100%),
    linear-gradient(0deg, rgba(34, 28, 23, 0.5), rgba(34, 28, 23, 0.14) 68%, rgba(34, 28, 23, 0) 100%) !important;
}

.home-proto-section-solutions .home-proto-feature-body h3 {
  color: #fffaf3 !important;
  font-size: 1.22rem !important;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-proto-section-solutions .home-proto-feature-body p,
.home-proto-section-solutions .home-proto-check-list li {
  color: rgba(255, 248, 239, 0.84) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
}

.home-proto-section-solutions .home-proto-feature-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-proto-section-solutions .home-proto-check-list {
  margin: 20px 0 16px !important;
  gap: 0.62rem;
}

.home-proto-section-solutions .home-proto-check-list li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.home-proto-section-solutions .home-proto-check-list li::before {
  color: #d8b767 !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  min-height: 44px !important;
  padding: 0 1.25rem !important;
  border-radius: 999px !important;
  color: #fffaf3 !important;
  background: linear-gradient(135deg, #9a6d3a 0%, #7f5728 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.42) !important;
  box-shadow: 0 12px 26px rgba(47, 32, 18, 0.2) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover {
  background: linear-gradient(135deg, #7f5728 0%, #6b451b 100%) !important;
  box-shadow: 0 14px 30px rgba(47, 32, 18, 0.24) !important;
}

.home-proto-section-solutions .home-proto-feature-copy {
  display: grid;
  gap: 0.85rem;
  max-width: 540px;
}

.home-proto-section-solutions .home-proto-feature-content {
  display: grid;
  gap: 1rem;
  width: min(100%, 560px);
  margin-top: auto;
  align-self: flex-start;
}

.home-proto-section-solutions .home-proto-feature-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.16);
  border: 1px solid rgba(232, 198, 132, 0.4);
  color: #fff3dc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-proto-section-solutions .home-proto-feature-copy h3 {
  margin: 0 !important;
}

.home-proto-section-solutions .home-proto-feature-copy p {
  margin: 0 !important;
}

.home-proto-section-solutions .home-proto-solution-highlight-list {
  display: grid;
  gap: 0.72rem;
  width: 100%;
  margin-top: auto;
}

.home-proto-section-solutions .home-proto-solution-highlight-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 0 0 0.72rem;
  border-bottom: 1px solid rgba(232, 198, 132, 0.18);
}

.home-proto-section-solutions .home-proto-solution-highlight-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.home-proto-section-solutions .home-proto-solution-highlight-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.12);
  border: 1px solid rgba(232, 198, 132, 0.24);
  color: #e9c987;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-proto-section-solutions .home-proto-solution-highlight-copy {
  display: grid;
  gap: 0.24rem;
}

.home-proto-section-solutions .home-proto-solution-highlight-title {
  color: #fffaf2;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 700;
}

.home-proto-section-solutions .home-proto-solution-highlight-body {
  color: rgba(255, 246, 234, 0.82);
  display: block;
  width: 100%;
  font-size: 0.86rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .home-proto-section-solutions .home-proto-solution-feature,
  .home-proto-section-solutions .home-proto-feature-visual {
    height: auto !important;
  }

  .home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image,
  .home-proto-section-solutions .home-proto-feature-visual .home-proto-media-fallback {
    height: 480px !important;
    min-height: 480px !important;
  }

}

@media (max-width: 640px) {
  .home-proto-section-solutions .home-proto-feature-visual .home-proto-media-image,
  .home-proto-section-solutions .home-proto-feature-visual .home-proto-media-fallback {
    height: 420px !important;
    min-height: 420px !important;
  }

  .home-proto-section-solutions .home-proto-feature-body {
    padding: 26px 22px 24px !important;
  }
}

/* Contact page visual unification with the current K7 warm cultural system. */
.k7-contact-hero-section,
.k7-contact-process-section,
.k7-contact-form-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.k7-contact-hero-section::before,
.k7-contact-process-section::before,
.k7-contact-form-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.12), rgba(245, 241, 232, 0)),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  opacity: 0.06;
  mix-blend-mode: multiply;
}

.k7-contact-form-section::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.k7-contact-hero-section > .container,
.k7-contact-process-section > .container,
.k7-contact-form-section > .container {
  position: relative;
  z-index: 1;
}

.k7-contact-support-layout,
.k7-contact-process-layout {
  gap: 28px;
}

.k7-contact-side-list {
  gap: 16px;
}

.k7-contact-copy-panel,
.k7-contact-process-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.k7-contact-copy-panel::before,
.k7-contact-process-main::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 18px;
  pointer-events: none;
  z-index: 0;
}

.k7-contact-copy-panel > *,
.k7-contact-process-main > * {
  position: relative;
  z-index: 1;
}

.k7-contact-info-item + .k7-contact-info-item {
  margin-top: 8px;
}

.k7-contact-form-section {
  --lead-form-card-padding: 24px;
  --lead-form-card-radius: 20px;
  --lead-form-card-bg: rgba(250,246,237,0.84);
  --lead-form-card-border: rgba(212,175,55,0.2);
  --lead-form-card-shadow: 0 18px 42px rgba(23,14,9,0.16);
  --lead-form-title-size: 18px;
  --lead-form-subtitle-size: 13px;
  --lead-form-label-size: 13px;
  --lead-form-input-font-size: 13px;
  --lead-form-input-height: 44px;
  --lead-form-input-padding: 11px 14px;
  --lead-form-input-radius: 14px;
  --lead-form-textarea-height: 92px;
  --lead-form-submit-width: 156px;
  --lead-form-submit-height: 44px;
  --lead-form-submit-size: 14px;
  --lead-form-title-color: #2f2922;
  --lead-form-subtitle-color: rgba(70,56,42,0.76);
  --lead-form-label-color: #8a5a2b;
  --lead-form-input-border: rgba(138,90,43,0.2);
  --lead-form-input-bg: rgba(255,251,245,0.82);
  --lead-form-input-color: #2f2922;
  --lead-form-submit-bg: linear-gradient(135deg, #a2662e 0%, #935724 100%);
  --lead-form-submit-shadow: 0 12px 26px rgba(108,67,31,0.18);
  --lead-form-success-mark-bg: linear-gradient(135deg, rgba(162,102,46,0.16), rgba(212,175,55,0.18));
  --lead-form-success-mark-color: #8a5a2b;
  --lead-form-success-text-color: rgba(70,56,42,0.76);
}

.k7-contact-form-section .page-motion-form {
  border-radius: 20px !important;
  box-shadow: var(--lead-form-card-shadow) !important;
}

.k7-contact-form-section .page-motion-form::before {
  border-color: rgba(212, 175, 55, 0.1) !important;
}

.k7-contact-form-section .page-motion-form::after {
  display: none !important;
}

.k7-contact-form-section .page-motion-form > div {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.k7-contact-form-section .page-motion-form input,
.k7-contact-form-section .page-motion-form textarea {
  border-radius: 14px !important;
}

.k7-contact-form-section .page-motion-button {
  border-radius: 999px !important;
}

@media (max-width: 980px) {
  .k7-contact-form-section .k7-inquiry-split {
    grid-template-columns: 1fr !important;
  }

  .k7-contact-form-section .k7-inquiry-split > :first-child {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .k7-contact-hero-section,
  .k7-contact-process-section,
  .k7-contact-form-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .k7-contact-form-section .page-motion-form {
    padding: 22px !important;
  }
}

/* Tighten the transition from catalog cards to inquiry blocks on list pages. */
.products-hub-page.products-proto-catalog-section {
  padding-bottom: 44px !important;
}

.products-hub-inquiry-section {
  margin-top: 0 !important;
  padding-top: 38px !important;
}

.solutions-proto-catalog-section {
  padding-bottom: 44px !important;
}

.solutions-proto-consult-section {
  margin-top: 0 !important;
  padding-top: 38px !important;
}

/* Tighten the hero-to-catalog transition on the products list page. */
.products-proto-hero-section {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
}

.products-hub-page.products-proto-catalog-section {
  padding-top: 20px !important;
}

.products-proto-catalog-section .products-hub-layout {
  padding-top: 24px !important;
}

/* Lighten the overall section backgrounds on the four main listing pages. */
.products-proto-hero-section {
  background: linear-gradient(
    to bottom,
    rgba(249, 246, 239, 0.78) 0%,
    rgba(249, 246, 239, 0.5) 18%,
    rgba(249, 246, 239, 0.22) 46%,
    rgba(249, 246, 239, 0.12) 100%
  ) !important;
}

.products-proto-catalog-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.86), rgba(247, 243, 236, 0.9)) !important;
}

.products-hub-inquiry-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.62), rgba(248, 244, 236, 0.72)) !important;
}

.products-proto-hero-section::before {
  opacity: 0.11 !important;
}

.products-proto-catalog-section::before {
  opacity: 0.14 !important;
}

.products-hub-inquiry-section::before {
  opacity: 0.14 !important;
}

.products-proto-hero-section::after,
.products-proto-catalog-section::after,
.products-hub-inquiry-section::after {
  opacity: 0.06 !important;
}

.solutions-proto-hero-section {
  background: linear-gradient(
    to bottom,
    rgba(249, 246, 239, 0.78) 0%,
    rgba(249, 246, 239, 0.5) 18%,
    rgba(249, 246, 239, 0.22) 46%,
    rgba(249, 246, 239, 0.12) 100%
  ) !important;
}

.solutions-proto-catalog-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.74), rgba(247, 243, 236, 0.82)) !important;
}

.solutions-proto-consult-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.62), rgba(248, 244, 236, 0.72)) !important;
}

.solutions-proto-hero-section::before {
  opacity: 0.12 !important;
}

.solutions-proto-catalog-section::before {
  opacity: 0.12 !important;
}

.solutions-proto-consult-section::before {
  opacity: 0.1 !important;
}

.solutions-proto-hero-section::after,
.solutions-proto-consult-section::after {
  opacity: 0.06 !important;
}

.cases-proto-hero-section,
.resources-proto-hero-section {
  background: linear-gradient(
    to bottom,
    rgba(249, 246, 239, 0.78) 0%,
    rgba(249, 246, 239, 0.5) 18%,
    rgba(249, 246, 239, 0.22) 46%,
    rgba(249, 246, 239, 0.12) 100%
  ) !important;
}

.cases-proto-library-section,
.resources-proto-library-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.74), rgba(247, 243, 236, 0.82)) !important;
}

.cases-proto-filter-section,
.resources-proto-filter-section {
  background: linear-gradient(
    180deg,
    rgba(251, 248, 242, 0.84) 0%,
    rgba(248, 244, 236, 0.78) 54%,
    rgba(250, 246, 239, 0.84) 100%
  ) !important;
}

.cases-proto-inquiry-section,
.resources-proto-inquiry-section,
.cases-proto-empty-section,
.resources-proto-empty-section {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.62), rgba(248, 244, 236, 0.72)) !important;
}

.cases-proto-hero-section::before,
.resources-proto-hero-section::before {
  opacity: 0.12 !important;
}

.cases-proto-library-section::before,
.resources-proto-library-section::before {
  opacity: 0.12 !important;
}

.cases-proto-inquiry-section::before,
.resources-proto-inquiry-section::before,
.cases-proto-empty-section::before,
.resources-proto-empty-section::before {
  opacity: 0.1 !important;
}

.cases-proto-hero-section::after,
.cases-proto-library-section::after,
.cases-proto-inquiry-section::after,
.cases-proto-empty-section::after,
.resources-proto-hero-section::after,
.resources-proto-library-section::after,
.resources-proto-inquiry-section::after,
.resources-proto-empty-section::after {
  opacity: 0.06 !important;
}

/* Align products/solutions inquiry sections with the cases/resources inquiry visual system. */
.products-hub-inquiry-section,
.solutions-proto-consult-section {
  padding: 36px 24px 40px !important;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.62), rgba(248, 244, 236, 0.72)) !important;
}

.products-hub-inquiry-section::before,
.solutions-proto-consult-section::before {
  opacity: 0.1 !important;
  background-size: cover, 136% auto !important;
  background-position: center, center 96% !important;
}

.products-hub-inquiry-section::after,
.solutions-proto-consult-section::after {
  opacity: 0.06 !important;
}

.products-hub-inquiry-shell,
.solutions-proto-consult-grid {
  gap: 36px !important;
  align-items: center !important;
}

.products-hub-inquiry-copy,
.solutions-proto-consult-copy {
  width: min(100%, 560px) !important;
  justify-self: center !important;
}

.products-hub-inquiry-copy h2,
.solutions-proto-consult-copy h2 {
  margin: 0 0 12px !important;
  font-size: clamp(1.65rem, 2.1vw, 2.15rem) !important;
  line-height: 1.28 !important;
  color: #23343b !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.products-hub-inquiry-copy p,
.solutions-proto-consult-copy p {
  margin: 0 !important;
  color: rgba(70, 56, 42, 0.78) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.products-hub-inquiry-kicker,
.solutions-proto-consult-copy .solutions-proto-section-label {
  color: #845a33 !important;
}

.products-hub-inquiry-form > div,
.solutions-proto-form-shell {
  border-radius: 24px !important;
  border: 1px solid rgba(132, 90, 51, 0.28) !important;
  background: rgba(250, 246, 237, 0.84) !important;
  box-shadow:
    0 16px 36px rgba(79, 57, 36, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;
}

.products-hub-inquiry-form > div {
  padding: 24px !important;
}

.solutions-proto-form-shell {
  padding: 24px !important;
}

.solutions-proto-form-shell h3,
.solutions-proto-form-shell > p,
.solutions-proto-form-group label,
.solutions-proto-submit {
  color: #845a33 !important;
}

.solutions-proto-form-shell h3 {
  margin: 0 0 10px !important;
  font-size: 18px !important;
}

.solutions-proto-form-shell > p {
  margin: 0 0 25px !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.solutions-proto-form {
  gap: 20px !important;
  padding: 0 !important;
}

.solutions-proto-form-group input,
.solutions-proto-form-group textarea {
  border: 1px solid rgba(138, 90, 43, 0.22) !important;
  border-radius: 16px !important;
  background: rgba(250, 246, 237, 0.86) !important;
  color: #2f2922 !important;
}

.solutions-proto-submit {
  min-width: 160px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(138, 90, 43, 0.96), rgba(167, 116, 66, 0.94)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(96, 72, 46, 0.16) !important;
}

/* Products inquiry: match the K7 contact-section/contact-form structure. */
.products-hub-inquiry-shell.products-k7-inquiry-shell {
  max-width: 1280px !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

.products-k7-inquiry-copy,
.products-k7-inquiry-form {
  position: relative;
  z-index: 1;
}

.products-k7-inquiry-copy {
  width: auto !important;
  max-width: 520px;
  justify-self: center !important;
  align-self: center !important;
  padding-top: 0;
}

.products-k7-inquiry-copy h2 {
  margin: 0 0 12px !important;
  color: #23343b !important;
  font-size: clamp(1.65rem, 2.1vw, 2.15rem) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  font-family: var(--font-title);
}

.products-k7-inquiry-copy p {
  margin: 0 !important;
  color: rgba(70, 56, 42, 0.78) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.products-k7-inquiry-copy p + p {
  margin-top: 12px !important;
}

.products-k7-inquiry-form {
  min-width: 0;
  width: min(100%, 620px);
  justify-self: end;
  margin-right: 40px;
}

.products-k7-form-card {
  width: min(100%, 620px);
  padding: 28px !important;
  border: 1px solid rgba(132, 90, 51, 0.28) !important;
  border-radius: 22px !important;
  background: rgba(250, 246, 237, 0.84) !important;
  box-shadow:
    0 18px 42px rgba(79, 57, 36, 0.12),
    0 4px 12px rgba(22, 133, 169, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(12px);
}

.products-k7-form-card h3 {
  margin: 0;
  color: #8a5a2b;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.products-k7-form-subtitle {
  margin: 0 0 25px;
  color: rgba(70, 56, 42, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.products-k7-form {
  display: grid;
  gap: 20px;
  margin-top: 0;
}

.products-k7-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px 24px;
}

.products-k7-form-group {
  display: grid;
  gap: 8px;
  align-content: start;
}

.products-k7-form-label {
  color: #8a5a2b;
  font-size: 13px;
  font-weight: 400;
}

.products-k7-form-input {
  width: 100%;
  max-width: 260px !important;
  padding: 9px 12px;
  border: 1px solid rgba(138, 90, 43, 0.22);
  border-radius: 16px;
  background: rgba(250, 246, 237, 0.86);
  color: #2f2922;
  font-size: 13px;
  line-height: 1.5;
  outline: none;
}

.products-k7-form > .products-k7-form-group .products-k7-form-input {
  max-width: 520px !important;
}

.products-k7-form-input::placeholder {
  color: rgba(93, 74, 57, 0.58);
}

.products-k7-form-input:focus {
  border-color: #8a5a2b;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 240, 230, 0.94));
  box-shadow: 0 0 0 3px rgba(138, 90, 43, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.products-k7-checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.32rem;
}

.products-k7-checkbox-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.42rem;
  min-height: 1.92rem;
  padding: 0.36rem 0.56rem;
  border: 1px solid rgba(138, 90, 43, 0.14);
  border-radius: 14px;
  background: rgba(255, 251, 245, 0.62);
  color: rgba(70, 56, 42, 0.78);
  font-size: 13px;
  white-space: nowrap;
}

.products-k7-checkbox-item input {
  accent-color: #8a5a2b;
}

.products-k7-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.products-k7-form-submit {
  min-width: 160px;
  padding: 12px 28px;
  border: 1px solid rgba(216, 183, 103, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.3)),
    linear-gradient(135deg, rgba(255, 252, 247, 0.99), rgba(244, 237, 227, 0.96));
  color: #2f2922;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  box-shadow:
    0 12px 24px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.products-k7-form-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.36)),
    linear-gradient(135deg, rgba(255, 249, 241, 0.99), rgba(241, 233, 219, 0.96));
  border-color: rgba(216, 183, 103, 0.46);
  box-shadow:
    0 16px 30px rgba(79, 57, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.products-k7-form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.products-k7-form-note {
  margin: 0.18rem 0 0;
  color: #999;
  font-size: 13px;
  line-height: 1.7;
}

.products-k7-form-error {
  color: #b42318;
  font-size: 12px;
}

.products-k7-form-success {
  min-height: 260px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.products-k7-success-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(138, 90, 43, 0.12);
  color: #8a5a2b;
  font-weight: 800;
}

.products-k7-form-success p {
  margin: 0;
  color: rgba(70, 56, 42, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .products-hub-inquiry-shell.products-k7-inquiry-shell {
    grid-template-columns: 1fr !important;
  }

  .products-k7-inquiry-copy {
    max-width: none;
    justify-self: stretch !important;
    align-self: auto !important;
    padding-top: 0;
  }

  .products-k7-inquiry-form {
    justify-self: stretch;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .products-k7-form-card {
    padding: 24px !important;
  }

  .products-k7-form-grid {
    grid-template-columns: 1fr;
  }

  .products-k7-checkbox-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Listing-page CTA palette: warm brown-gold from the provided reference. */
.products-proto-btn-primary,
.solutions-proto-btn-primary,
.cases-proto-btn-primary,
.resources-proto-btn-primary,
.products-proto-catalog-section .products-hub-card-cta,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta,
.solutions-proto-card-btn,
.cases-proto-card-btn,
.resources-proto-card-btn.is-primary,
.products-proto-catalog-section .products-hub-empty-primary,
.solutions-proto-submit,
.cases-proto-inquiry-form .page-motion-button,
.resources-proto-inquiry-form .page-motion-button,
.products-k7-form-submit {
  background: linear-gradient(135deg, #a2662e 0%, #935724 100%) !important;
  border-color: rgba(216, 183, 103, 0.58) !important;
  color: #fffaf3 !important;
  box-shadow:
    0 12px 26px rgba(108, 67, 31, 0.18),
    inset 0 1px 0 rgba(248, 223, 176, 0.2) !important;
}

.products-proto-btn-primary:hover,
.solutions-proto-btn-primary:hover,
.cases-proto-btn-primary:hover,
.resources-proto-btn-primary:hover,
.products-proto-catalog-section .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta:hover,
.solutions-proto-card-btn:hover,
.cases-proto-card-btn:hover,
.resources-proto-card-btn.is-primary:hover,
.products-proto-catalog-section .products-hub-empty-primary:hover,
.solutions-proto-submit:hover:not(:disabled),
.cases-proto-inquiry-form .page-motion-button:hover:not(:disabled),
.resources-proto-inquiry-form .page-motion-button:hover:not(:disabled),
.products-k7-form-submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #935724 0%, #7f471c 100%) !important;
  border-color: rgba(216, 183, 103, 0.7) !important;
  color: #fffdf8 !important;
  box-shadow:
    0 14px 30px rgba(108, 67, 31, 0.24),
    inset 0 1px 0 rgba(248, 223, 176, 0.18) !important;
}

.products-proto-btn-secondary,
.solutions-proto-btn-secondary,
.cases-proto-btn-secondary,
.resources-proto-btn-secondary,
.resources-proto-card-btn.is-secondary {
  background: rgba(255, 251, 245, 0.78) !important;
  border-color: rgba(138, 90, 43, 0.28) !important;
  color: #8a5a2b !important;
}

.products-proto-btn-secondary:hover,
.solutions-proto-btn-secondary:hover,
.cases-proto-btn-secondary:hover,
.resources-proto-btn-secondary:hover,
.resources-proto-card-btn.is-secondary:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(138, 90, 43, 0.42) !important;
  color: #70441d !important;
}

.cases-proto-inquiry-form,
.resources-proto-inquiry-form {
  --lead-form-submit-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.3)), linear-gradient(135deg, rgba(255, 252, 247, 0.99), rgba(244, 237, 227, 0.96)) !important;
  --lead-form-submit-color: #2f2922 !important;
  --lead-form-submit-shadow: 0 12px 24px rgba(79, 57, 36, 0.12) !important;
}

.products-hub-inquiry-form,
.solutions-proto-consult-section,
.cases-proto-inquiry-form,
.resources-proto-inquiry-form {
  --lead-form-submit-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.3)), linear-gradient(135deg, rgba(255, 252, 247, 0.99), rgba(244, 237, 227, 0.96)) !important;
  --lead-form-submit-color: #2f2922 !important;
  --lead-form-submit-shadow: 0 12px 24px rgba(79, 57, 36, 0.12) !important;
}

.home-proto-hero-pavilion.has-gallery {
  width: min(100%, 408px);
}

.home-proto-pavilion-carousel-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(122, 23, 23, 0.96) 0%, rgba(104, 19, 19, 0.98) 100%);
  border-radius: 0 0 22px 22px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow:
    0 24px 40px rgba(50, 22, 18, 0.16),
    inset 0 0 0 1px rgba(255, 225, 179, 0.08);
}

.home-proto-pavilion-gallery-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
}

.home-proto-pavilion-gallery-meta span {
  color: rgba(255, 241, 214, 0.76);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-proto-pavilion-gallery-meta strong {
  color: #f8e3b0;
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.home-proto-pavilion-carousel-stage {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(236, 208, 149, 0.34);
  background: rgba(255, 248, 235, 0.14);
  box-shadow:
    0 16px 32px rgba(44, 17, 13, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.home-proto-pavilion-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.home-proto-pavilion-carousel-slide.is-active {
  opacity: 1;
}

.home-proto-pavilion-carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(28, 9, 9, 0.3) 100%),
    radial-gradient(circle at 84% 14%, rgba(255, 232, 179, 0.22), transparent 28%);
  pointer-events: none;
}

.home-proto-pavilion-carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-proto-pavilion-carousel-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.home-proto-pavilion-carousel-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(236, 208, 149, 0.38);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.12);
  color: #f8e3b0;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-proto-pavilion-carousel-arrow:hover {
  background: rgba(255, 250, 242, 0.2);
  border-color: rgba(236, 208, 149, 0.52);
  transform: translateY(-1px);
}

.home-proto-pavilion-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-proto-pavilion-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 241, 214, 0.3);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.home-proto-pavilion-carousel-dot.is-active {
  width: 28px;
  background: #f8e3b0;
}

@media (max-width: 980px) {
  .home-proto-hero-pavilion.has-gallery {
    width: 100%;
  }

  .home-proto-pavilion-carousel-stage {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .home-proto-pavilion-carousel-shell {
    padding: 14px;
  }

  .home-proto-pavilion-carousel-stage {
    min-height: 220px;
  }

  .home-proto-pavilion-carousel-controls {
    gap: 10px;
  }

  .home-proto-pavilion-carousel-arrow {
    width: 32px;
    height: 32px;
  }
}

.home-proto-page .home-proto-hero-stage-cultural {
  position: relative;
}

.home-proto-page .home-proto-hero-pavilion.has-gallery {
  display: block !important;
  position: absolute !important;
  top: 118px !important;
  right: max(24px, calc(50% - 636px)) !important;
  width: min(360px, calc(100vw - 48px)) !important;
  margin-top: 0 !important;
  z-index: 4 !important;
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-pavilion.has-gallery {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(100%, 420px) !important;
    margin: 28px auto 0 !important;
  }
}

.home-proto-hero.has-full-carousel {
  position: relative;
  overflow: hidden;
}

.home-proto-hero.has-full-carousel .home-proto-hero-stage-cultural {
  position: relative;
  overflow: hidden;
}

.home-proto-hero-full-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-proto-hero-full-carousel-stage {
  position: absolute;
  inset: 0;
}

.home-proto-hero-full-carousel-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(243, 236, 226, 0.96);
  transform: scale(1.02);
  transition: none;
}

.home-proto-hero-full-carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.4) 0%, rgba(255, 250, 244, 0.22) 34%, rgba(247, 242, 232, 0.4) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.28) 0%, transparent 32%),
    radial-gradient(circle at 76% 18%, rgba(220, 238, 244, 0.18) 0%, transparent 24%);
}

.home-proto-hero-full-carousel-slide.is-pan-forward,
.home-proto-hero-full-carousel-slide.is-pan-reverse {
  will-change: transform, background-position;
  filter: saturate(1.08) contrast(0.98) brightness(1.07);
}

.home-proto-hero-full-carousel-slide.is-pan-forward {
  animation: homeHeroPrimaryBannerPan 28s ease-in-out infinite alternate;
}

.home-proto-hero-full-carousel-slide.is-pan-reverse {
  animation: homeHeroSecondaryBannerPan 26s ease-in-out infinite alternate;
}

.home-proto-hero-full-carousel-slide.is-primary::after {
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.46) 0%, rgba(255, 250, 244, 0.24) 34%, rgba(247, 242, 232, 0.42) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.3) 0%, transparent 32%),
    radial-gradient(circle at 76% 18%, rgba(220, 238, 244, 0.2) 0%, transparent 24%);
}

.home-proto-hero-full-carousel.is-overlay-hidden .home-proto-hero-full-carousel-slide::after {
  display: none;
}

.home-proto-hero-full-carousel-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.home-proto-hero-full-carousel.is-initialized .home-proto-hero-full-carousel-slide {
  transition: opacity 0.7s ease;
}

.home-proto-hero-full-carousel-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(88px, 12vh, 124px) 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: none;
}

.home-proto-hero-full-carousel-copy.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.home-proto-hero-full-carousel.is-initialized .home-proto-hero-full-carousel-copy {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

@keyframes homeHeroPrimaryBannerPan {
  0% {
    transform: scale(1.02);
    background-position: 44% 50%;
  }

  100% {
    transform: scale(1.09);
    background-position: 56% 48%;
  }
}

@keyframes homeHeroSecondaryBannerPan {
  0% {
    transform: scale(1.03);
    background-position: 56% 46%;
  }

  100% {
    transform: scale(1.08);
    background-position: 46% 52%;
  }
}

.home-proto-hero-full-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.home-proto-hero-full-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(28, 26, 24, 0.64);
  box-shadow: 0 0 0 1px rgba(28, 26, 24, 0.24);
  cursor: pointer;
  touch-action: manipulation;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-proto-hero-full-carousel-dot.is-active {
  width: 30px;
  background: #1c1a18;
}

.home-proto-hero.has-full-carousel .home-proto-hero-scrollscape,
.home-proto-hero.has-full-carousel .home-proto-hero-pavilion,
.home-proto-hero.has-full-carousel .home-proto-hero-seal {
  display: none !important;
}

.home-proto-hero.has-full-carousel .home-proto-hero-panel {
  position: relative;
  z-index: 3;
}

.home-proto-hero.has-full-carousel .home-proto-hero-panel-kicker,
.home-proto-hero.has-full-carousel .home-proto-hero-cultural h1,
.home-proto-hero.has-full-carousel .home-proto-hero-desc {
  color: inherit !important;
}

.home-proto-hero.has-full-carousel .home-proto-hero-panel-kicker {
  color: rgba(138, 90, 43, 0.66) !important;
  text-shadow: 0 1px 10px rgba(250, 246, 237, 0.35);
}

.home-proto-hero.has-full-carousel .home-proto-hero-cultural h1 {
  color: #2f2922 !important;
  text-shadow: 0 10px 24px rgba(250, 246, 237, 0.38);
}

.home-proto-hero.has-full-carousel .home-proto-hero-desc {
  color: #2f2a22 !important;
  text-shadow: 0 1px 8px rgba(250, 246, 237, 0.5);
}

.home-proto-hero.has-full-carousel .home-proto-primary-btn {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(126, 114, 99, 0.24) !important;
  box-shadow:
    0 12px 26px rgba(66, 54, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.home-proto-hero.has-full-carousel .home-proto-primary-btn:hover {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(126, 114, 99, 0.34) !important;
  box-shadow:
    0 16px 30px rgba(66, 54, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.home-proto-hero.has-full-carousel .home-proto-secondary-btn {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(126, 114, 99, 0.24) !important;
  box-shadow:
    0 12px 26px rgba(66, 54, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.home-proto-hero.has-full-carousel .home-proto-secondary-btn:hover {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(126, 114, 99, 0.34) !important;
  box-shadow:
    0 16px 30px rgba(66, 54, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero.has-full-carousel .home-proto-hero-panel {
    transform: translateY(0) !important;
  }

  .home-proto-hero-full-carousel-dots {
    bottom: 18px;
  }
}

/* Frontend accent refresh: lift the warm yellow system to a cleaner, brighter gold. */
:root {
  --gold: #e3c46b;
  --warning: #c79035;
}

.home-proto-page {
  --home-accent: #b47a34;
  --home-accent-strong: #9c6426;
  --home-accent-soft: rgba(180, 122, 52, 0.12);
  --home-line: rgba(180, 122, 52, 0.2);
  --home-line-strong: rgba(180, 122, 52, 0.3);
  --home-gold-soft: rgba(227, 196, 107, 0.28);
}

#navbar .nav-link.active,
#navbar .nav-link:hover {
  color: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-link::after {
  background: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link::after {
  background: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-section-solutions .home-proto-solution-tab.is-active {
  background: linear-gradient(135deg, #bf8641 0%, #a96b28 100%) !important;
  border-color: rgba(227, 196, 107, 0.5) !important;
  border-left-color: #e1be74 !important;
  box-shadow:
    0 12px 26px rgba(122, 88, 44, 0.14),
    inset 0 1px 0 rgba(255, 247, 228, 0.26) !important;
}

.home-proto-section-solutions .home-proto-check-list li::before {
  color: #e5c777 !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  background: linear-gradient(135deg, #bf8641 0%, #a96b28 100%) !important;
  border: 1px solid rgba(227, 196, 107, 0.5) !important;
  box-shadow: 0 12px 26px rgba(122, 88, 44, 0.16) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover {
  background: linear-gradient(135deg, #a96b28 0%, #95581d 100%) !important;
  box-shadow: 0 14px 30px rgba(122, 88, 44, 0.2) !important;
}

.solutions-proto-submit {
  background: linear-gradient(135deg, #bf8641, #a96b28) !important;
  box-shadow: 0 12px 28px rgba(122, 88, 44, 0.16) !important;
}

/* Homepage section CTAs: restrained ivory pills with cinnabar accents. */
.home-proto-page .home-proto-primary-btn.is-compact {
  min-width: 260px;
  min-height: 54px;
  border-radius: 999px !important;
  color: #7a1f27 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(250, 243, 235, 0.94)) !important;
  border: 1px solid rgba(143, 29, 29, 0.14) !important;
  box-shadow:
    0 12px 24px rgba(116, 28, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-proto-page .home-proto-primary-btn.is-compact:hover {
  color: #65171f !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(251, 245, 238, 0.98)) !important;
  border-color: rgba(143, 29, 29, 0.24) !important;
  box-shadow:
    0 14px 28px rgba(116, 28, 27, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

/* Homepage palette unification: one accent system only. */
.home-proto-page {
  --home-accent: #8f1d1d;
  --home-accent-strong: #731818;
  --home-accent-soft: rgba(143, 29, 29, 0.08);
  --home-line: rgba(143, 29, 29, 0.14);
  --home-line-strong: rgba(143, 29, 29, 0.22);
  --home-gold-soft: rgba(143, 29, 29, 0.12);
}

#navbar .nav-link.active,
#navbar .nav-link:hover {
  color: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-link::after {
  background: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link::after {
  background: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link,
.home-proto-page .home-proto-case-card-link,
.home-proto-page .home-proto-section-portal .home-proto-portal-link {
  color: #8f1d1d !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link::after,
.home-proto-page .home-proto-case-card-link::after,
.home-proto-page .home-proto-section-portal .home-proto-portal-link::after {
  content: '→';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(143, 29, 29, 0.08) !important;
  color: #8f1d1d !important;
  font-size: 0.88rem;
  line-height: 1;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover::after,
.home-proto-page .home-proto-case-card-link:hover::after,
.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover::after {
  background: rgba(143, 29, 29, 0.12) !important;
  color: #731818 !important;
  transform: translateX(2px);
}

.home-proto-page .home-proto-product-badge {
  color: #8f1d1d !important;
  background: rgba(255, 251, 245, 0.9) !important;
  border-color: rgba(143, 29, 29, 0.16) !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-section-solutions .home-proto-solution-tab.is-active {
  background: linear-gradient(135deg, rgba(143, 29, 29, 0.08), rgba(143, 29, 29, 0.03)) !important;
  border-color: rgba(143, 29, 29, 0.18) !important;
  border-left-color: #8f1d1d !important;
  box-shadow:
    0 10px 22px rgba(116, 28, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-num {
  color: #8f1d1d !important;
  text-shadow: none !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-text,
.home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-text {
  color: #2f2922 !important;
  text-shadow: none !important;
}

.home-proto-section-solutions .home-proto-check-list li::before {
  color: #b83e48 !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  color: #7a1f27 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.14)),
    rgba(255, 251, 245, 0.94) !important;
  border: 1px solid rgba(143, 29, 29, 0.18) !important;
  box-shadow:
    0 12px 24px rgba(116, 28, 27, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover {
  color: #65171f !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(143, 29, 29, 0.26) !important;
  box-shadow:
    0 14px 28px rgba(116, 28, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* Homepage accent refresh: switch from cinnabar to a cleaner celadon-sage system. */
.home-proto-page {
  --home-accent: #5f7f73;
  --home-accent-strong: #4f6b61;
  --home-accent-soft: rgba(95, 127, 115, 0.08);
  --home-line: rgba(95, 127, 115, 0.16);
  --home-line-strong: rgba(95, 127, 115, 0.24);
  --home-gold-soft: rgba(95, 127, 115, 0.12);
}

#navbar .nav-link.active,
#navbar .nav-link:hover {
  color: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-link::after {
  background: var(--site-header-active, #8a5a2b) !important;
}

#navbar.navbar-scrolled .nav-link::after {
  background: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
}

#navbar .nav-menu-toggle {
  color: var(--site-header-active, #8a5a2b) !important;
  border-color: rgba(183, 138, 67, 0.24) !important;
}

#navbar.navbar-scrolled .nav-menu-toggle {
  color: var(--site-header-active-scrolled, var(--site-header-active, #8a5a2b)) !important;
  border-color: rgba(183, 138, 67, 0.24) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link,
.home-proto-page .home-proto-case-card-link,
.home-proto-page .home-proto-section-portal .home-proto-portal-link,
.home-proto-page :is(.home-k7-read-link, .home-proto-inline-link) {
  color: #5f7f73 !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover,
.home-proto-page .home-proto-case-card-link:hover,
.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover,
.home-proto-page :is(.home-k7-read-link, .home-proto-inline-link):hover {
  color: #4f6b61 !important;
}

.home-proto-page .home-proto-inline-link::after {
  background: linear-gradient(90deg, #5f7f73, rgba(154, 180, 170, 0.72)) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link::after,
.home-proto-page .home-proto-case-card-link::after,
.home-proto-page .home-proto-section-portal .home-proto-portal-link::after {
  background: rgba(95, 127, 115, 0.08) !important;
  color: #5f7f73 !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover::after,
.home-proto-page .home-proto-case-card-link:hover::after,
.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover::after {
  background: rgba(95, 127, 115, 0.12) !important;
  color: #4f6b61 !important;
}

.home-proto-page .home-proto-product-badge {
  color: #5f7f73 !important;
  border-color: rgba(95, 127, 115, 0.16) !important;
}

.home-proto-page .home-proto-primary-btn.is-compact {
  color: #5f7f73 !important;
  border-color: rgba(95, 127, 115, 0.16) !important;
  box-shadow:
    0 12px 24px rgba(58, 74, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-proto-page .home-proto-primary-btn.is-compact:hover {
  color: #4f6b61 !important;
  border-color: rgba(95, 127, 115, 0.24) !important;
  box-shadow:
    0 14px 28px rgba(58, 74, 68, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-section-solutions .home-proto-solution-tab.is-active {
  background: linear-gradient(135deg, rgba(95, 127, 115, 0.08), rgba(95, 127, 115, 0.03)) !important;
  border-color: rgba(95, 127, 115, 0.16) !important;
  border-left-color: #5f7f73 !important;
  box-shadow:
    0 10px 22px rgba(58, 74, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-num {
  color: #5f7f73 !important;
}

.home-proto-section-solutions .home-proto-check-list li::before {
  color: #7ea193 !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  color: #4f6b61 !important;
  border-color: rgba(95, 127, 115, 0.18) !important;
  box-shadow:
    0 12px 24px rgba(58, 74, 68, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover {
  color: #3f574f !important;
  border-color: rgba(95, 127, 115, 0.26) !important;
  box-shadow:
    0 14px 28px rgba(58, 74, 68, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.floating-wecom {
  --floating-shell-line: rgba(95, 127, 115, 0.16);
  --floating-shell-line-strong: rgba(95, 127, 115, 0.26);
  --floating-shell-icon: #5f7f73;
  --floating-shell-shadow: rgba(58, 74, 68, 0.1);
}

.floating-wecom__panel-cta {
  background: linear-gradient(135deg, #5f7f73, #4f6b61) !important;
  box-shadow:
    0 12px 24px rgba(58, 74, 68, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.floating-wecom__panel-cta:hover {
  background: linear-gradient(135deg, #4f6b61, #425950) !important;
}

/* CTA text refinement: darker ink-green for clearer, steadier emphasis. */
.home-proto-page {
  --home-cta-ink: #31463f;
  --home-cta-ink-strong: #263731;
}

#navbar .nav-cta-button,
#navbar.navbar-scrolled .nav-cta-button,
.home-proto-page .home-proto-primary-btn.is-compact,
.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link,
.floating-wecom__btn,
.floating-wecom__btn--phone,
.floating-wecom__btn--service {
  color: var(--home-cta-ink) !important;
}

#navbar .nav-cta-button:hover,
#navbar.navbar-scrolled .nav-cta-button:hover,
.home-proto-page .home-proto-primary-btn.is-compact:hover,
.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover,
.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible,
.floating-wecom__btn--phone:hover,
.floating-wecom__btn--phone:focus-visible,
.floating-wecom__btn--service:hover,
.floating-wecom__btn--service:focus-visible {
  color: var(--home-cta-ink-strong) !important;
}

.home-proto-primary-btn.is-disabled,
.home-proto-secondary-btn.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* Remove residual blue from website surfaces and interaction states. */
#navbar .nav-cta-button:hover,
#navbar.navbar-scrolled .nav-cta-button:hover {
  border-color: rgba(95, 127, 115, 0.26) !important;
}

.home-proto-hero.home-proto-hero-cultural {
  background:
    linear-gradient(to bottom, rgba(245, 241, 232, 0.92) 0%, rgba(245, 241, 232, 0.62) 18%, rgba(245, 241, 232, 0.28) 36%, rgba(245, 241, 232, 0.08) 58%, rgba(245, 241, 232, 0.18) 100%),
    linear-gradient(135deg, rgba(95, 127, 115, 0.07) 0%, rgba(126, 161, 147, 0.04) 48%, rgba(132, 90, 51, 0.1) 100%) !important;
}

.home-proto-hero-stage-cultural::before {
  background:
    linear-gradient(to bottom, rgba(250, 246, 237, 0.04) 0%, rgba(247, 243, 235, 0.03) 26%, rgba(245, 241, 232, 0.34) 100%),
    radial-gradient(circle at 72% 22%, rgba(95, 127, 115, 0.08) 0%, transparent 22%),
    linear-gradient(to right, rgba(250, 246, 237, 0.03), transparent 18%, transparent 82%, rgba(250, 246, 237, 0.04)),
    linear-gradient(to bottom, rgba(250, 246, 237, 0.05), transparent 24%, transparent 74%, rgba(250, 246, 237, 0.09)) !important;
}

.home-proto-hero-stage-cultural::after {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(95, 127, 115, 0.07) 0%, transparent 24%) !important;
}

.home-proto-case-card:hover {
  border-color: rgba(95, 127, 115, 0.22) !important;
  box-shadow:
    0 22px 48px rgba(58, 74, 68, 0.12),
    0 8px 18px rgba(79, 57, 36, 0.08) !important;
}

.home-proto-case-card-link {
  color: var(--home-cta-ink) !important;
}

.home-proto-case-card-link:hover {
  color: var(--home-cta-ink-strong) !important;
}

/* Non-home pages: unify tags, links and CTAs into ink-green. */
:root {
  --site-ink-green: #31463f;
  --site-ink-green-strong: #263731;
  --site-ink-green-soft: rgba(49, 70, 63, 0.08);
  --site-ink-green-line: rgba(49, 70, 63, 0.16);
  --site-ink-green-line-strong: rgba(49, 70, 63, 0.24);
  --site-ink-green-shadow: rgba(49, 70, 63, 0.12);
}

.products-hub-card-badge,
.k7-solutions-active-chip,
.k7-case-card-tag,
.cases-proto-card-tag,
.resources-proto-card-tag,
.resources-proto-card-pill,
.resource-detail-chip,
.resource-detail-hero-tag,
.product-ref-tag,
.case-ref-tag,
.solution-ref-section-tag {
  color: var(--site-ink-green) !important;
  background: rgba(255, 251, 245, 0.9) !important;
  border-color: var(--site-ink-green-line) !important;
}

.products-proto-btn-primary,
.solutions-proto-btn-primary,
.cases-proto-btn-primary,
.resources-proto-btn-primary,
.products-proto-catalog-section .products-hub-card-cta,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta,
.solutions-proto-card-btn,
.cases-proto-card-btn,
.resources-proto-card-btn.is-primary,
.products-proto-catalog-section .products-hub-empty-primary,
.solutions-proto-submit,
.cases-proto-inquiry-form .page-motion-button,
.resources-proto-inquiry-form .page-motion-button,
.products-k7-form-submit,
.product-ref-btn-primary,
.product-ref-btn-cta,
.product-ref-cta-bar .product-ref-btn-cta,
.case-ref-btn-cta-primary,
.solution-ref-btn-primary,
.resource-detail-btn-white,
.resource-detail-hero-actions .download-gate .button,
.resource-detail-support-actions .download-gate .button {
  color: var(--site-ink-green) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(250, 243, 235, 0.94)) !important;
  border-color: var(--site-ink-green-line) !important;
  box-shadow:
    0 12px 24px rgba(49, 70, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.products-proto-btn-primary:hover,
.solutions-proto-btn-primary:hover,
.cases-proto-btn-primary:hover,
.resources-proto-btn-primary:hover,
.products-proto-catalog-section .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta:hover,
.solutions-proto-card-btn:hover,
.cases-proto-card-btn:hover,
.resources-proto-card-btn.is-primary:hover,
.products-proto-catalog-section .products-hub-empty-primary:hover,
.solutions-proto-submit:hover:not(:disabled),
.cases-proto-inquiry-form .page-motion-button:hover:not(:disabled),
.resources-proto-inquiry-form .page-motion-button:hover:not(:disabled),
.products-k7-form-submit:hover:not(:disabled),
.product-ref-btn-primary:hover,
.product-ref-btn-cta:hover,
.product-ref-cta-bar .product-ref-btn-cta:hover,
.case-ref-btn-cta-primary:hover,
.solution-ref-btn-primary:hover,
.resource-detail-btn-white:hover,
.resource-detail-hero-actions .download-gate .button:hover,
.resource-detail-support-actions .download-gate .button:hover {
  color: var(--site-ink-green-strong) !important;
  border-color: var(--site-ink-green-line-strong) !important;
  box-shadow:
    0 14px 28px rgba(49, 70, 63, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.products-proto-btn-secondary,
.solutions-proto-btn-secondary,
.cases-proto-btn-secondary,
.resources-proto-btn-secondary,
.resources-proto-card-btn.is-secondary,
.product-ref-btn-secondary,
.case-ref-btn-cta-secondary,
.solution-ref-btn-secondary,
.resource-detail-btn-soft,
.resource-detail-support-panel .resource-detail-btn-soft,
.resource-detail-cta-card .resource-detail-btn-soft {
  color: var(--site-ink-green) !important;
  background: rgba(255, 251, 245, 0.82) !important;
  border-color: var(--site-ink-green-line) !important;
}

.products-proto-btn-secondary:hover,
.solutions-proto-btn-secondary:hover,
.cases-proto-btn-secondary:hover,
.resources-proto-btn-secondary:hover,
.resources-proto-card-btn.is-secondary:hover,
.product-ref-btn-secondary:hover,
.case-ref-btn-cta-secondary:hover,
.solution-ref-btn-secondary:hover,
.resource-detail-btn-soft:hover,
.resource-detail-support-panel .resource-detail-btn-soft:hover,
.resource-detail-cta-card .resource-detail-btn-soft:hover {
  color: var(--site-ink-green-strong) !important;
  border-color: var(--site-ink-green-line-strong) !important;
}

.cases-proto-page-link,
.resources-proto-page-link,
.solutions-proto-page-link,
.solution-ref-case-link,
.resource-detail-related-card strong,
.k7-solutions-clear-link {
  color: var(--site-ink-green) !important;
}

.cases-proto-page-link:hover,
.resources-proto-page-link:hover,
.solutions-proto-page-link:hover,
.solution-ref-case-link:hover,
.k7-solutions-clear-link:hover {
  color: var(--site-ink-green-strong) !important;
}

.solution-ref-case-link::after,
.products-proto-catalog-section .products-hub-card-cta::after,
.cases-proto-card-btn::after,
.resources-proto-card-btn.is-primary::after {
  color: var(--site-ink-green) !important;
}

.floating-wecom__btn,
.floating-wecom__btn--phone,
.floating-wecom__btn--service,
.floating-wecom__btn--booking,
.floating-wecom__panel-cta {
  color: var(--site-ink-green) !important;
}

.floating-wecom__panel-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(250, 243, 235, 0.94)) !important;
  border: 1px solid var(--site-ink-green-line) !important;
  box-shadow:
    0 12px 24px rgba(49, 70, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible,
.floating-wecom__btn--phone:hover,
.floating-wecom__btn--phone:focus-visible,
.floating-wecom__btn--service:hover,
.floating-wecom__btn--service:focus-visible,
.floating-wecom__btn--booking:hover,
.floating-wecom__btn--booking:focus-visible,
.floating-wecom__panel-cta:hover {
  color: var(--site-ink-green-strong) !important;
}

.floating-wecom__panel-cta:hover {
  border-color: var(--site-ink-green-line-strong) !important;
  box-shadow:
    0 14px 28px rgba(49, 70, 63, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* Final non-home ink-green enforcement for page-specific components. */
.products-proto-hero-badge,
.products-hub-card-badge,
.cases-proto-tag,
.resources-proto-tag,
.cases-proto-card-tag,
.resources-proto-card-tag,
.resources-proto-card-pill,
.k7-case-card-tag,
.k7-solutions-active-chip,
.resource-detail-chip,
.resource-detail-hero-tag,
.product-ref-tag,
.case-ref-tag,
.solution-ref-section-tag,
.solution-ref-value-tag,
.solution-ref-solution-content-tag,
.cases-proto-filter-tags .cases-proto-tag.is-active,
.resources-proto-filter-tags .resources-proto-tag.is-active {
  color: var(--site-ink-green) !important;
  background: rgba(255, 251, 245, 0.92) !important;
  border-color: var(--site-ink-green-line) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.products-proto-catalog-section .products-hub-card-cta,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta,
.cases-proto-card-btn,
.resources-proto-card-btn.is-primary,
.solution-ref-case-link,
.cases-proto-page-link,
.resources-proto-page-link,
.solutions-proto-page-link {
  color: var(--site-ink-green) !important;
}

.products-proto-catalog-section .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta:hover,
.cases-proto-card-btn:hover,
.resources-proto-card-btn.is-primary:hover,
.solution-ref-case-link:hover,
.cases-proto-page-link:hover,
.resources-proto-page-link:hover,
.solutions-proto-page-link:hover {
  color: var(--site-ink-green-strong) !important;
}

.products-proto-catalog-section .products-hub-card-cta::after,
.cases-proto-card-btn::after,
.resources-proto-card-btn.is-primary::after,
.solution-ref-case-link::after {
  color: var(--site-ink-green) !important;
}

.products-proto-catalog-section .products-hub-card-cta:hover::after,
.cases-proto-card-btn:hover::after,
.resources-proto-card-btn.is-primary:hover::after,
.solution-ref-case-link:hover::after {
  color: var(--site-ink-green-strong) !important;
}

.floating-wecom__label,
.floating-wecom__icon,
.floating-wecom__btn--booking,
.floating-wecom__btn--consult {
  color: var(--site-ink-green) !important;
}

.floating-wecom__btn--booking:hover,
.floating-wecom__btn--booking:focus-visible,
.floating-wecom__btn--consult:hover,
.floating-wecom__btn--consult:focus-visible {
  color: var(--site-ink-green-strong) !important;
}

/* Visible ink-green pass: make the requested links/tags clearly darker. */
:root {
  --site-ink-green-visible: #243630;
  --site-ink-green-visible-strong: #1b2a25;
  --site-ink-green-visible-soft: rgba(36, 54, 48, 0.08);
  --site-ink-green-visible-line: rgba(36, 54, 48, 0.18);
}

.home-proto-page .home-proto-section-portal .home-proto-portal-link,
.home-proto-page .home-proto-case-card-link,
.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link,
.products-proto-catalog-section .products-hub-card-cta,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta,
.cases-proto-card-btn,
.resources-proto-card-btn.is-primary {
  color: var(--site-ink-green-visible) !important;
  font-weight: 700 !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover,
.home-proto-page .home-proto-case-card-link:hover,
.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover,
.products-proto-catalog-section .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta:hover,
.cases-proto-card-btn:hover,
.resources-proto-card-btn.is-primary:hover {
  color: var(--site-ink-green-visible-strong) !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-link::after,
.home-proto-page .home-proto-case-card-link::after,
.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link::after,
.products-proto-catalog-section .products-hub-card-cta::after,
.cases-proto-card-btn::after,
.resources-proto-card-btn.is-primary::after {
  background: var(--site-ink-green-visible-soft) !important;
  color: var(--site-ink-green-visible) !important;
}

.home-proto-page .home-proto-section-portal .home-proto-portal-link:hover::after,
.home-proto-page .home-proto-case-card-link:hover::after,
.home-proto-page .home-proto-section-products .home-proto-product-body .home-proto-inline-link:hover::after,
.products-proto-catalog-section .products-hub-card-cta:hover::after,
.cases-proto-card-btn:hover::after,
.resources-proto-card-btn.is-primary:hover::after {
  background: rgba(36, 54, 48, 0.12) !important;
  color: var(--site-ink-green-visible-strong) !important;
}

.home-proto-page .home-proto-product-badge,
.products-hub-card-badge,
.products-proto-hero-badge,
.solutions-proto-hero-badge,
.cases-proto-card-tag,
.resources-proto-card-tag,
.resources-proto-card-pill,
.k7-case-card-tag {
  color: #9e2d2a !important;
  border-color: rgba(158, 45, 42, 0.22) !important;
  font-weight: 600 !important;
}

.floating-wecom__label,
.floating-wecom__icon,
.floating-wecom__btn,
.floating-wecom__btn--phone,
.floating-wecom__btn--service,
.floating-wecom__btn--booking,
.floating-wecom__btn--consult {
  color: var(--site-ink-green-visible) !important;
}

.floating-wecom__btn:hover,
.floating-wecom__btn:focus-visible,
.floating-wecom__btn--phone:hover,
.floating-wecom__btn--phone:focus-visible,
.floating-wecom__btn--service:hover,
.floating-wecom__btn--service:focus-visible,
.floating-wecom__btn--booking:hover,
.floating-wecom__btn--booking:focus-visible,
.floating-wecom__btn--consult:hover,
.floating-wecom__btn--consult:focus-visible {
  color: var(--site-ink-green-visible-strong) !important;
}

/* Product section cleanup: align the section backdrop with the solutions section while keeping cards clean. */
.home-proto-page .home-proto-section-products {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.94), rgba(250, 246, 237, 0.98)) !important;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

.home-proto-page .home-proto-section-products::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat !important;
  opacity: 0.18;
  mix-blend-mode: multiply;
  filter: saturate(0.88) contrast(1.02) brightness(0.99);
}

.home-proto-page .home-proto-section-products::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.74), rgba(250, 246, 237, 0.66)),
    radial-gradient(circle at 14% 30%, rgba(22, 133, 169, 0.14), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(212, 175, 55, 0.15), transparent 24%) !important;
}

.home-proto-page .home-proto-section-products .home-proto-pill {
  background: rgba(255, 251, 245, 0.96) !important;
  border-color: rgba(132, 90, 51, 0.16) !important;
  box-shadow: 0 6px 16px rgba(79, 57, 36, 0.05) !important;
}

.home-proto-page .home-proto-section-products .home-proto-pill.is-active {
  background: rgba(255, 248, 240, 0.98) !important;
  border-color: rgba(95, 127, 115, 0.22) !important;
  box-shadow: 0 8px 20px rgba(79, 57, 36, 0.06) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-card {
  background: linear-gradient(180deg, #fffbf6 0%, #f6efe5 100%) !important;
  border-color: rgba(132, 90, 51, 0.16) !important;
  box-shadow:
    0 14px 30px rgba(79, 57, 36, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-card:hover {
  box-shadow:
    0 18px 34px rgba(79, 57, 36, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-media,
.home-proto-page .home-proto-section-products .home-proto-product-media .home-proto-media-fallback {
  background: linear-gradient(180deg, #f8f3eb 0%, #f2ece2 100%) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-media::after {
  content: none !important;
  background: none !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-body {
  background: linear-gradient(180deg, #fffbf6 0%, #f7f0e6 100%) !important;
  border-top-color: rgba(132, 90, 51, 0.12) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-badge {
  background: rgba(252, 247, 239, 0.94) !important;
  border-color: rgba(132, 90, 51, 0.16) !important;
  box-shadow: 0 4px 12px rgba(79, 57, 36, 0.05) !important;
}

.home-proto-page .home-proto-section-products .home-proto-product-meta strong::before {
  content: '\2022' !important;
  margin-right: 8px;
  color: rgba(110, 92, 75, 0.42) !important;
}

.home-proto-page .home-k7-read-link {
  color: #31463f !important;
}

.home-proto-page .home-k7-read-link:hover {
  color: #263731 !important;
}

/* Portal section: use the same backdrop system as solutions. */
.home-proto-page .home-proto-section-portal {
  background:
    linear-gradient(180deg, rgba(247, 244, 237, 0.9), rgba(250, 247, 241, 0.84)),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat !important;
}

.home-proto-page .home-proto-section-portal::before {
  content: '' !important;
  position: absolute;
  inset: 0;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat !important;
  opacity: 0.1;
  mix-blend-mode: multiply;
  filter: saturate(0.78) contrast(0.9) brightness(1.02);
  pointer-events: none;
  z-index: 0;
}

.home-proto-page .home-proto-section-portal::after {
  content: '' !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.68), rgba(252, 249, 244, 0.6)),
    radial-gradient(circle at 14% 30%, rgba(22, 133, 169, 0.08), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(227, 196, 107, 0.1), transparent 24%) !important;
  pointer-events: none;
  z-index: 0;
}

/* Solutions page: replace muddy brown accents with a brighter white + ink-green palette. */
.solutions-proto-hero-section,
.solutions-proto-consult-section,
.solutions-proto-catalog-section,
.solutions-proto-empty-section {
  --solutions-ink: #2f2922;
  --solutions-body: rgba(70, 56, 42, 0.78);
  --solutions-accent: #b78f4a;
  --solutions-accent-deep: #8f6a33;
}

.solutions-proto-btn-primary,
.solutions-proto-card-btn {
  color: var(--solutions-ink) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 233, 0.94)) !important;
  border-color: rgba(216, 183, 103, 0.34) !important;
  box-shadow: 0 12px 24px rgba(79, 57, 36, 0.08) !important;
}

.solutions-proto-btn-primary:hover,
.solutions-proto-card-btn:hover {
  color: var(--solutions-ink) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.26)),
    linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(244, 236, 224, 0.96)) !important;
  border-color: rgba(216, 183, 103, 0.52) !important;
  box-shadow: 0 14px 28px rgba(79, 57, 36, 0.1) !important;
}

.solutions-proto-btn-secondary {
  color: var(--solutions-ink) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(216, 183, 103, 0.28) !important;
}

.solutions-proto-btn-secondary:hover {
  color: var(--solutions-ink) !important;
  background: rgba(249, 252, 250, 0.96) !important;
  border-color: rgba(216, 183, 103, 0.44) !important;
}

.solutions-proto-hero-badge {
  color: #9e2d2a !important;
  border-color: rgba(158, 45, 42, 0.22) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 8px 18px rgba(79, 57, 36, 0.08) !important;
}

/* Hide decorative single-character icon bubbles on About cards. */
.about-ref-business-icon,
.about-ref-advantage-icon,
.about-ref-culture-icon,
.about-ref-team-icon,
.about-ref-honor-icon {
  display: none !important;
}

.about-ref-team-card {
  grid-template-columns: minmax(0, 1fr) !important;
}

.about-ref-team-title,
.about-ref-team-content {
  grid-column: 1 !important;
}

.about-ref-team-header {
  margin-bottom: 16px !important;
}

.solutions-proto-sidebar {
  background: rgba(252, 251, 248, 0.9);
  border-color: rgba(216, 183, 103, 0.18);
  box-shadow:
    0 18px 34px rgba(79, 57, 36, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.solutions-proto-sidebar-header {
  background: linear-gradient(135deg, rgba(250, 246, 237, 0.98), rgba(245, 239, 229, 0.95));
  color: var(--solutions-ink);
  border-bottom: 1px solid rgba(216, 183, 103, 0.18);
}

.solutions-proto-category-item,
.solutions-proto-category-head {
  border-color: rgba(216, 183, 103, 0.08);
}

.solutions-proto-all-link,
.solutions-proto-category-link {
  color: var(--solutions-ink);
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active,
.solutions-proto-category-head.is-active {
  background: rgba(250, 246, 237, 0.72);
}

.solutions-proto-category-link:hover,
.solutions-proto-category-toggle-button:hover,
.solutions-proto-category-toggle-button.is-open,
.solutions-proto-category-arrow.is-open {
  color: var(--solutions-accent) !important;
}

.solutions-proto-subcategory-list {
  background: rgba(255, 252, 247, 0.86);
}

.solutions-proto-subcategory-item {
  color: var(--solutions-body);
}

.solutions-proto-subcategory-item:hover,
.solutions-proto-subcategory-item.is-active {
  background: linear-gradient(135deg, rgba(216, 183, 103, 0.12), rgba(216, 183, 103, 0.04));
  color: var(--solutions-ink);
  border-left-color: rgba(216, 183, 103, 0.72);
}

.solutions-proto-search,
.solutions-proto-sort {
  border-color: rgba(216, 183, 103, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: var(--solutions-ink);
}

.solutions-proto-search:focus,
.solutions-proto-sort:focus {
  border-color: rgba(216, 183, 103, 0.42);
  box-shadow: 0 0 0 3px rgba(216, 183, 103, 0.08);
}

/* Products page: align catalog controls and CTAs with the homepage palette. */
.products-proto-btn-primary,
.products-proto-catalog-section .products-hub-card-cta,
.products-proto-catalog-section .products-hub-empty-primary {
  color: var(--k7-ink, #2f2922) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 233, 0.94)) !important;
  border-color: rgba(216, 183, 103, 0.34) !important;
  box-shadow: 0 12px 24px rgba(79, 57, 36, 0.1) !important;
}

.products-proto-btn-primary:hover,
.products-proto-catalog-section .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-card:hover .products-hub-card-cta:hover,
.products-proto-catalog-section .products-hub-empty-primary:hover {
  color: var(--k7-ink, #2f2922) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.26)),
    linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(244, 236, 224, 0.96)) !important;
  border-color: rgba(216, 183, 103, 0.52) !important;
  box-shadow: 0 14px 28px rgba(79, 57, 36, 0.12) !important;
}

.products-proto-btn-secondary {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(216, 183, 103, 0.28) !important;
}

.products-proto-btn-secondary:hover {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(216, 183, 103, 0.44) !important;
}

.products-proto-catalog-section .products-hub-sidebar-panel,
.products-proto-catalog-section .products-hub-main,
.products-proto-catalog-section .products-hub-card,
.products-proto-catalog-section .products-hub-empty {
  box-shadow: 0 16px 36px rgba(79, 57, 36, 0.08) !important;
}

.products-proto-catalog-section .products-hub-card::before,
.products-proto-catalog-section .products-hub-card::after {
  content: none !important;
  display: none !important;
}

.products-proto-catalog-section .products-hub-sidebar-header {
  background: linear-gradient(135deg, rgba(250, 246, 237, 0.98), rgba(245, 239, 229, 0.95)) !important;
  color: #2f2922 !important;
  border-bottom: 1px solid rgba(216, 183, 103, 0.18);
}

.products-proto-catalog-section .products-hub-tree-head,
.products-proto-catalog-section .products-hub-tree-group + .products-hub-tree-group {
  border-color: rgba(216, 183, 103, 0.08);
}

.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: rgba(250, 246, 237, 0.72);
}

.products-proto-catalog-section .products-hub-tree-toggle,
.products-proto-catalog-section .products-hub-tree-item,
.products-proto-catalog-section .products-hub-content-count {
  color: rgba(70, 56, 42, 0.78) !important;
}

.products-proto-catalog-section .products-hub-tree-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-link:hover,
.products-proto-catalog-section .products-hub-tree-item:hover,
.products-proto-catalog-section .products-hub-tree-item.is-active,
.products-proto-catalog-section .products-hub-search-trigger:hover,
.products-proto-catalog-section .products-hub-page-btn:hover {
  color: #8a5a2b !important;
}

.products-proto-catalog-section .products-hub-tree-content {
  background: rgba(255, 252, 247, 0.86);
}

.products-proto-catalog-section .products-hub-tree-item:hover,
.products-proto-catalog-section .products-hub-tree-item.is-active {
  background: linear-gradient(135deg, rgba(216, 183, 103, 0.12), rgba(216, 183, 103, 0.04)) !important;
  border-left-color: rgba(216, 183, 103, 0.72) !important;
}

.products-proto-catalog-section .products-hub-search-trigger,
.products-proto-catalog-section .products-hub-sort-select,
.products-proto-catalog-section .products-hub-page-btn,
.products-proto-catalog-section .products-hub-page-ellipsis {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(216, 183, 103, 0.22) !important;
  color: #2f2922 !important;
}

.products-proto-catalog-section .products-hub-sort-select:focus {
  border-color: rgba(216, 183, 103, 0.42) !important;
  box-shadow: 0 0 0 3px rgba(216, 183, 103, 0.08) !important;
}

.products-proto-catalog-section .products-hub-page-btn.is-current {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 233, 0.94)) !important;
  border-color: rgba(216, 183, 103, 0.4) !important;
  color: #2f2922 !important;
  box-shadow: 0 12px 24px rgba(79, 57, 36, 0.1) !important;
}

/* Solutions / Products: remove earthy brown and red accents in favor of the homepage light-gold neutral palette. */
.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header {
  background: linear-gradient(135deg, rgba(252, 249, 243, 0.98), rgba(244, 238, 227, 0.96)) !important;
  color: #2f2922 !important;
  border-bottom-color: rgba(216, 183, 103, 0.14) !important;
}

.solutions-proto-category-head,
.products-proto-catalog-section .products-hub-tree-head,
.products-proto-catalog-section .products-hub-tree-group + .products-hub-tree-group {
  border-color: rgba(216, 183, 103, 0.06) !important;
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active,
.solutions-proto-category-head.is-active,
.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: linear-gradient(135deg, rgba(247, 241, 231, 0.82), rgba(242, 236, 226, 0.64)) !important;
}

.solutions-proto-category-toggle-button,
.solutions-proto-category-arrow,
.solutions-proto-subcategory-item,
.products-proto-catalog-section .products-hub-tree-toggle,
.products-proto-catalog-section .products-hub-tree-item,
.products-proto-catalog-section .products-hub-content-count {
  color: rgba(79, 67, 53, 0.76) !important;
}

.solutions-proto-category-link:hover,
.solutions-proto-category-toggle-button:hover,
.solutions-proto-category-toggle-button.is-open,
.solutions-proto-category-arrow.is-open,
.products-proto-catalog-section .products-hub-tree-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-link:hover,
.products-proto-catalog-section .products-hub-tree-item:hover,
.products-proto-catalog-section .products-hub-tree-item.is-active,
.products-proto-catalog-section .products-hub-search-trigger:hover,
.products-proto-catalog-section .products-hub-page-btn:hover {
  color: #b89b66 !important;
}

.solutions-proto-subcategory-list,
.products-proto-catalog-section .products-hub-tree-content {
  background: #FCFAF4 !important;
}

.solutions-proto-subcategory-item:hover,
.solutions-proto-subcategory-item.is-active,
.products-proto-catalog-section .products-hub-tree-item:hover,
.products-proto-catalog-section .products-hub-tree-item.is-active {
  background: linear-gradient(135deg, rgba(216, 183, 103, 0.09), rgba(216, 183, 103, 0.03)) !important;
  color: #2f2922 !important;
  border-left-color: rgba(199, 161, 93, 0.78) !important;
}

.solutions-proto-search,
.solutions-proto-sort,
.products-proto-catalog-section .products-hub-search-trigger,
.products-proto-catalog-section .products-hub-sort-select,
.products-proto-catalog-section .products-hub-page-btn,
.products-proto-catalog-section .products-hub-page-ellipsis {
  border-color: rgba(216, 183, 103, 0.18) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #2f2922 !important;
}

.solutions-proto-search:focus,
.solutions-proto-sort:focus,
.products-proto-catalog-section .products-hub-sort-select:focus {
  border-color: rgba(199, 161, 93, 0.42) !important;
  box-shadow: 0 0 0 3px rgba(199, 161, 93, 0.08) !important;
}

/* Cases page: align hero, cards and inquiry actions with the homepage palette. */
.cases-proto-btn-primary,
.cases-proto-card-btn,
.case-ref-btn-cta-primary,
.cases-proto-inquiry-form .page-motion-button {
  color: #2f2922 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 233, 0.94)) !important;
  border-color: rgba(216, 183, 103, 0.34) !important;
  box-shadow: 0 12px 24px rgba(79, 57, 36, 0.1) !important;
}

.cases-proto-btn-primary:hover,
.cases-proto-card-btn:hover,
.case-ref-btn-cta-primary:hover,
.cases-proto-inquiry-form .page-motion-button:hover:not(:disabled) {
  color: #2f2922 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.26)),
    linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(244, 236, 224, 0.96)) !important;
  border-color: rgba(216, 183, 103, 0.52) !important;
  box-shadow: 0 14px 28px rgba(79, 57, 36, 0.12) !important;
}

.cases-proto-btn-secondary,
.case-ref-btn-cta-secondary {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(216, 183, 103, 0.28) !important;
}

.cases-proto-btn-secondary:hover,
.case-ref-btn-cta-secondary:hover {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(216, 183, 103, 0.44) !important;
}

.case-ref-tag,
.case-ref-solution-tag {
  color: rgba(138, 90, 43, 0.82) !important;
  background: rgba(255, 252, 247, 0.9) !important;
  border-color: rgba(216, 183, 103, 0.22) !important;
}

.cases-proto-inquiry-form .page-motion-panel,
.cases-proto-inquiry-form .page-motion-card,
.cases-proto-inquiry-form .page-motion-form {
  box-shadow:
    0 20px 38px rgba(54, 33, 21, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

/* Solutions tab accent: use the same warm gold family as the cases card frame. */
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.03)) !important;
  border-color: rgba(212, 175, 55, 0.26) !important;
  border-left-color: #d8b767 !important;
  box-shadow:
    0 10px 22px rgba(122, 88, 44, 0.1),
    inset 0 1px 0 rgba(255, 249, 235, 0.84) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-num,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-text,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-text {
  color: #8a5a2b !important;
  text-shadow: none !important;
}

/* Final cases-page palette override: keep this block last so earlier green/brown rules cannot win. */
.cases-proto-btn-primary,
.cases-proto-card-btn,
.cases-proto-inquiry-form .page-motion-button {
  color: #2f2922 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.28)),
    linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(244, 237, 227, 0.95)) !important;
  border: 1px solid rgba(216, 183, 103, 0.34) !important;
  box-shadow:
    0 12px 24px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.cases-proto-btn-primary:hover,
.cases-proto-card-btn:hover,
.cases-proto-inquiry-form .page-motion-button:hover:not(:disabled) {
  color: #2f2922 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.34)),
    linear-gradient(135deg, rgba(255, 249, 241, 0.99), rgba(241, 233, 219, 0.96)) !important;
  border-color: rgba(216, 183, 103, 0.48) !important;
  box-shadow:
    0 16px 30px rgba(79, 57, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.cases-proto-btn-secondary,
.cases-proto-page-link {
  color: #5b4a37 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(216, 183, 103, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.cases-proto-btn-secondary:hover,
.cases-proto-page-link:hover {
  color: #2f2922 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(216, 183, 103, 0.42) !important;
}

.cases-proto-card-btn,
.cases-proto-page-link {
  font-weight: 700 !important;
}

.cases-proto-card-btn::after,
.cases-proto-page-link::after {
  color: #8a5a2b !important;
  background: rgba(216, 183, 103, 0.1) !important;
}

.cases-proto-card-btn:hover::after,
.cases-proto-page-link:hover::after {
  color: #7a4f26 !important;
  background: rgba(216, 183, 103, 0.16) !important;
}

.cases-proto-tag,
.cases-proto-filter-tags .cases-proto-tag.is-active,
.cases-proto-card-tag,
.case-ref-tag {
  color: #8a5a2b !important;
  background: rgba(255, 251, 245, 0.94) !important;
  border-color: rgba(216, 183, 103, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
}

.cases-proto-inquiry-form,
.cases-proto-inquiry-form > div,
.cases-proto-inquiry-form .page-motion-panel,
.cases-proto-inquiry-form .page-motion-card,
.cases-proto-inquiry-form .page-motion-form {
  background: rgba(255, 252, 248, 0.82) !important;
  border-color: rgba(216, 183, 103, 0.16) !important;
  box-shadow:
    0 22px 40px rgba(54, 33, 21, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
}

.solutions-proto-submit,
.products-k7-form-submit,
.products-hub-inquiry-form .page-motion-button,
.solutions-proto-consult-section .page-motion-button {
  color: #2f2922 !important;
  border-color: rgba(216, 183, 103, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.3)),
    linear-gradient(135deg, rgba(255, 252, 247, 0.99), rgba(244, 237, 227, 0.96)) !important;
  box-shadow:
    0 12px 24px rgba(79, 57, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.solutions-proto-submit:hover:not(:disabled),
.products-k7-form-submit:hover:not(:disabled),
.products-hub-inquiry-form .page-motion-button:hover:not(:disabled),
.solutions-proto-consult-section .page-motion-button:hover:not(:disabled) {
  color: #2f2922 !important;
  border-color: rgba(216, 183, 103, 0.46) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.36)),
    linear-gradient(135deg, rgba(255, 249, 241, 0.99), rgba(241, 233, 219, 0.96)) !important;
  box-shadow:
    0 16px 30px rgba(79, 57, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.floating-wecom__tooltip {
  color: #243630 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 245, 0.88)),
    linear-gradient(135deg, rgba(250, 246, 237, 0.98), rgba(244, 239, 229, 0.94)) !important;
  border: 1px solid rgba(36, 54, 48, 0.14) !important;
  box-shadow:
    0 12px 26px rgba(49, 70, 63, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 1024px) {
  #navbar .nav-desktop,
  #navbar.navbar-scrolled .nav-desktop,
  #navbar .nav-cta-button,
  #navbar.navbar-scrolled .nav-cta-button {
    display: none !important;
  }

  #navbar .nav-menu-toggle,
  #navbar.navbar-scrolled .nav-menu-toggle {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #navbar .nav-inner-row,
  #navbar.navbar-scrolled .nav-inner-row {
    height: 76px !important;
    padding: 0 14px !important;
  }

  #navbar .nav-brand-text,
  #navbar.navbar-scrolled .nav-brand-text {
    display: none !important;
  }
}

/* Homepage product center: use the prototype bento showcase with the site's existing palette. */
.home-proto-page .home-proto-section-products .home-proto-product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 380px;
  gap: 18px;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(132, 90, 51, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.54), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.99), rgba(243, 236, 226, 0.96));
  box-shadow: 0 12px 32px rgba(44, 32, 21, 0.08);
  text-decoration: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(44, 32, 21, 0.14);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card--large {
  grid-column: span 5;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card--medium {
  grid-column: span 4;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card--small {
  grid-column: span 3;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-media {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(216, 183, 103, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(246, 240, 231, 0.96), rgba(235, 226, 213, 0.88));
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-media .home-proto-media-image,
.home-proto-page .home-proto-section-products .home-proto-product-showcase-media .home-proto-media-fallback {
  width: 100%;
  height: 100%;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-media .home-proto-media-image {
  object-fit: cover;
  padding: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(0.94) contrast(1.02);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card:hover .home-proto-product-showcase-media .home-proto-media-image {
  transform: scale(1.07);
  filter: saturate(1) contrast(1.04);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-media .home-proto-media-fallback {
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-overlay {
  display: none;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #8a5a2b;
  border: 1px solid rgba(216, 183, 103, 0.26);
  box-shadow: 0 8px 18px rgba(44, 32, 21, 0.08);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 28px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card:hover .home-proto-product-showcase-hover {
  opacity: 1;
  transform: translateY(0);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-hover p {
  margin: 0;
  max-width: 92%;
  color: rgba(255, 251, 245, 0.9);
  font-size: 0.9rem;
  line-height: 1.8;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-footer {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  min-height: 96px;
  padding: 12px 20px 12px;
  border-top: 1px solid rgba(132, 90, 51, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.92)),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(243, 236, 226, 0.96));
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-title-row h3 {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #2f2922;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #8a5a2b;
  border: 1px solid rgba(216, 183, 103, 0.22);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-card:hover .home-proto-product-showcase-arrow {
  transform: translateX(4px);
  background: #8a5a2b;
  color: #fff;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-desc {
  margin: 0;
  color: rgba(95, 79, 62, 0.86);
  font-size: 0.83rem;
  line-height: 1.5;
  min-height: calc(0.83rem * 1.5 * 2);
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: pretty;
}

.home-proto-page .home-proto-section-products .home-proto-product-showcase-cta {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1200px) {
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-grid {
    grid-auto-rows: 340px;
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--large,
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--medium,
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--small {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--large,
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--medium,
  .home-proto-page .home-proto-section-products .home-proto-product-showcase-card--small {
    grid-column: span 1;
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-media {
    min-height: 260px;
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-hover {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    padding: 18px 18px 0;
    gap: 10px;
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-overlay {
    background:
      linear-gradient(180deg, rgba(255, 252, 247, 0) 34%, rgba(73, 54, 34, 0.22) 64%, rgba(44, 32, 21, 0.58) 100%);
  }

  .home-proto-page .home-proto-section-products .home-proto-product-showcase-hover p {
    max-width: none;
    font-size: 0.86rem;
  }
}

/* Home cases: adopt the reference "应用案例" card presentation only.
   Keep the section background, heading, CTA and existing palette unchanged. */
.home-proto-page .home-proto-case-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.35rem !important;
}

.home-proto-page .home-proto-case-card {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
}

.home-proto-page .home-proto-case-card-media {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
}

.home-proto-page .home-proto-case-card-media .home-proto-media-image,
.home-proto-page .home-proto-case-card-media .home-proto-media-fallback,
.home-proto-page .home-proto-case-card-media img {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  transition: transform 0.45s ease;
}

.home-proto-page .home-proto-case-card:hover .home-proto-media-image,
.home-proto-page .home-proto-case-card:hover .home-proto-case-card-media img {
  transform: scale(1.04);
}

.home-proto-page .home-proto-case-card-body {
  gap: 0 !important;
  padding: 1rem 1rem 1.15rem !important;
  min-height: 76px;
  align-content: center;
  text-align: center;
}

.home-proto-page .home-proto-case-card-body h3 {
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .home-proto-page .home-proto-case-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .home-proto-page .home-proto-case-layout {
    grid-template-columns: 1fr !important;
  }

  .home-proto-page .home-proto-case-card-body {
    min-height: 0;
  }
}

/* Homepage cases carousel: show 3 cards per frame with the middle card slightly emphasized. */
.home-proto-page .home-proto-case-carousel {
  position: relative;
}

.home-proto-page .home-proto-case-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: rgba(245, 241, 232, 0.96);
  color: #8a5a2b;
  box-shadow: 0 8px 18px rgba(44, 32, 21, 0.1);
  cursor: pointer;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.home-proto-page .home-proto-case-carousel-nav:hover {
  transform: translateY(-2px);
  background: rgba(255, 249, 239, 0.98);
  border-color: rgba(212, 175, 55, 0.44);
  box-shadow: 0 12px 22px rgba(44, 32, 21, 0.14);
}

.home-proto-page .home-proto-case-carousel-icon {
  display: block;
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.home-proto-page .home-proto-case-carousel-nav.is-prev {
  left: -17px;
}

.home-proto-page .home-proto-case-carousel-nav.is-next {
  left: auto;
  right: -17px;
}

.home-proto-page .home-proto-case-carousel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: center;
}

.home-proto-page .home-proto-case-carousel-card {
  transform-origin: center center;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-proto-page .home-proto-case-carousel-card.is-left,
.home-proto-page .home-proto-case-carousel-card.is-right {
  opacity: 0.82;
  transform: scale(0.92);
  filter: saturate(0.9);
}

.home-proto-page .home-proto-case-carousel-card.is-center {
  z-index: 3;
  opacity: 1;
  transform: scale(1.05);
  filter: saturate(1);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.home-proto-page .home-proto-case-carousel-card.is-center:hover {
  transform: scale(1.07) translateY(-4px);
}

@media (max-width: 1199px) {
  .home-proto-page .home-proto-case-carousel-track {
    gap: 1rem;
  }

  .home-proto-page .home-proto-case-carousel-card.is-center {
    transform: scale(1.03);
  }
}

@media (max-width: 767px) {
  .home-proto-page .home-proto-case-carousel-nav {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .home-proto-page .home-proto-case-carousel-nav.is-prev {
    left: 8px;
  }

  .home-proto-page .home-proto-case-carousel-nav.is-next {
    left: auto;
    right: 8px;
  }

  .home-proto-page .home-proto-case-carousel-track {
    grid-template-columns: 1fr;
  }

  .home-proto-page .home-proto-case-carousel-card.is-left,
  .home-proto-page .home-proto-case-carousel-card.is-right {
    display: none;
  }

  .home-proto-page .home-proto-case-carousel-card.is-center {
    transform: none;
  }
}

/* Admin-controlled listing page canvas.
   Keep this block last so earlier page-specific gradients do not hide theme.page_background. */
.products-proto-hero-section,
.products-proto-catalog-section,
.products-hub-inquiry-section,
.solutions-proto-hero-section,
.solutions-proto-catalog-section,
.solutions-proto-consult-section,
.solutions-proto-empty-section,
.cases-proto-hero-section,
.cases-proto-library-section,
.cases-proto-filter-section,
.cases-proto-inquiry-section,
.cases-proto-empty-section,
.resources-proto-hero-section,
.resources-proto-library-section,
.resources-proto-filter-section,
.resources-proto-inquiry-section,
.resources-proto-empty-section {
  background: var(--page-surface-canvas) !important;
  background-color: var(--page-surface-canvas) !important;
}

.products-proto-hero-section::before,
.products-proto-hero-section::after,
.products-proto-catalog-section::before,
.products-proto-catalog-section::after,
.products-hub-inquiry-section::before,
.products-hub-inquiry-section::after,
.solutions-proto-hero-section::before,
.solutions-proto-hero-section::after,
.solutions-proto-catalog-section::before,
.solutions-proto-catalog-section::after,
.solutions-proto-consult-section::before,
.solutions-proto-consult-section::after,
.solutions-proto-empty-section::before,
.solutions-proto-empty-section::after,
.cases-proto-hero-section::before,
.cases-proto-hero-section::after,
.cases-proto-library-section::before,
.cases-proto-library-section::after,
.cases-proto-filter-section::before,
.cases-proto-filter-section::after,
.cases-proto-inquiry-section::before,
.cases-proto-inquiry-section::after,
.cases-proto-empty-section::before,
.cases-proto-empty-section::after,
.resources-proto-hero-section::before,
.resources-proto-hero-section::after,
.resources-proto-library-section::before,
.resources-proto-library-section::after,
.resources-proto-filter-section::before,
.resources-proto-filter-section::after,
.resources-proto-inquiry-section::before,
.resources-proto-inquiry-section::after,
.resources-proto-empty-section::before,
.resources-proto-empty-section::after {
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}

.products-proto-hero-section::before,
.products-proto-catalog-section::before,
.products-hub-inquiry-section::before,
.solutions-proto-hero-section::before,
.solutions-proto-catalog-section::before,
.solutions-proto-consult-section::before,
.solutions-proto-empty-section::before,
.cases-proto-hero-section::before,
.cases-proto-library-section::before,
.cases-proto-filter-section::before,
.cases-proto-inquiry-section::before,
.cases-proto-empty-section::before,
.resources-proto-hero-section::before,
.resources-proto-library-section::before,
.resources-proto-filter-section::before,
.resources-proto-inquiry-section::before,
.resources-proto-empty-section::before {
  opacity: 0.045 !important;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat !important;
  background-image: url('/images/home/k7-kit/landscape-roll.png') !important;
  mix-blend-mode: normal;
}

/* About page confirmed layout, 2026-05-09. Keep this block last to beat legacy about styles. */
.about-ref-page .about-ref-hero-single {
  display: flex !important;
  min-height: 420px;
  padding: clamp(78px, 9vw, 118px) 24px clamp(58px, 7vw, 84px) !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-ref-page .about-ref-hero-single .about-ref-hero-content {
  width: min(900px, 100%);
  max-width: 900px !important;
  margin: 0 auto;
  text-align: center;
}

.about-ref-page .about-ref-anchor-tabs {
  position: sticky;
  top: 74px;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  margin: -28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(116, 28, 27, 0.12);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 18px 38px rgba(48, 24, 18, 0.1);
  backdrop-filter: blur(16px);
}

.about-ref-page .about-ref-anchor-tabs a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(116, 28, 27, 0.1);
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    background 0.24s ease,
    color 0.24s ease;
}

.about-ref-page .about-ref-anchor-tabs a:last-child {
  border-right: 0;
}

.about-ref-page .about-ref-anchor-tabs a:hover {
  background: rgba(116, 28, 27, 0.08);
  color: #4b1313;
}

.about-ref-page .about-ref-section {
  scroll-margin-top: 150px;
}

.about-ref-page .about-ref-intro-section {
  padding-top: 86px !important;
}

.about-ref-page .about-ref-profile-card {
  border-radius: 30px;
}

.about-ref-page .about-ref-profile-inner,
.about-ref-page .about-ref-profile-inner-with-media {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

.about-ref-page .about-ref-profile-body p {
  margin: 0 !important;
  color: #4f4740;
  font-size: 1rem;
  line-height: 2.05;
  text-align: justify;
}

.about-ref-page .about-ref-profile-media {
  min-height: 360px !important;
  border-radius: 24px;
}

.about-ref-page .about-ref-culture-section {
  margin-top: 0;
}

.about-ref-page .about-ref-tech-section {
  position: relative;
  padding: clamp(64px, 7vw, 92px) 24px !important;
  background: var(--page-surface-canvas) !important;
}

.about-ref-page .about-ref-tech-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.045;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 132% auto no-repeat;
  pointer-events: none;
}

.about-ref-page .about-ref-tech-section > .about-ref-container {
  position: relative;
  z-index: 1;
}

.about-ref-page .about-ref-tech-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 24px 54px rgba(48, 24, 18, 0.1);
}

.about-ref-page .about-ref-tech-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.about-ref-page .about-ref-tech-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(116, 28, 27, 0.1);
  background: rgba(255, 255, 255, 0.42);
}

.about-ref-page .about-ref-tech-tab {
  display: grid;
  min-height: 118px;
  padding: 20px 16px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border-right: 1px solid rgba(116, 28, 27, 0.1);
  color: #5a211e;
  cursor: pointer;
  font-family: var(--font-title);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
  transition:
    background 0.26s ease,
    color 0.26s ease,
    transform 0.26s ease;
}

.about-ref-page .about-ref-tech-tab:last-child {
  border-right: 0;
}

.about-ref-page .about-ref-tech-tab:hover {
  background: rgba(116, 28, 27, 0.06);
}

.about-ref-page .about-ref-tech-tab-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 16px;
  background: rgba(116, 28, 27, 0.08);
  color: var(--palace-red);
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  background: var(--page-surface-red-deep);
  color: #fff;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1) .about-ref-tech-tab-icon,
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2) .about-ref-tech-tab-icon,
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3) .about-ref-tech-tab-icon,
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4) .about-ref-tech-tab-icon,
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) .about-ref-tech-tab-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.about-ref-page .about-ref-tech-detail {
  min-height: 390px;
}

.about-ref-page .about-ref-tech-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 42%);
  gap: clamp(26px, 4vw, 48px);
  min-height: 390px;
  padding: clamp(28px, 4vw, 46px);
  align-items: stretch;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(5) {
  display: grid;
}

.about-ref-page .about-ref-tech-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.about-ref-page .about-ref-tech-kicker {
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-ref-page .about-ref-tech-copy h3 {
  margin: 0;
  color: #231815;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  line-height: 1.25;
}

.about-ref-page .about-ref-tech-copy p {
  max-width: 680px;
  margin: 0;
  color: #5f554c;
  font-size: 1.02rem;
  line-height: 2;
}

.about-ref-page .about-ref-tech-media {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(116, 28, 27, 0.08), rgba(212, 175, 55, 0.12)),
    rgba(255, 255, 255, 0.48);
}

.about-ref-page .about-ref-tech-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.about-ref-page .about-ref-tech-placeholder {
  display: grid;
  width: 100%;
  min-height: 300px;
  place-items: center;
  color: rgba(116, 28, 27, 0.28);
  font-family: var(--font-title);
  font-size: 5rem;
}

.about-ref-page .about-ref-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.about-ref-page .about-ref-service-grid .about-ref-advantage-card {
  min-height: 210px;
  padding: 24px !important;
}

.about-ref-page .about-ref-service-grid .about-ref-advantage-card:first-child {
  grid-column: span 2;
}

.about-ref-page .about-ref-service-grid .about-ref-advantage-card h4 {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-anchor-tabs {
    top: 66px;
    width: min(100% - 32px, 760px);
    grid-template-columns: repeat(5, minmax(96px, 1fr));
    overflow-x: auto;
  }

  .about-ref-page .about-ref-profile-inner,
  .about-ref-page .about-ref-profile-inner-with-media,
  .about-ref-page .about-ref-tech-panel {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-tech-tabs {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .about-ref-page .about-ref-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .about-ref-page .about-ref-hero-single {
    min-height: 360px;
    padding: 72px 18px 56px !important;
  }

  .about-ref-page .about-ref-anchor-tabs {
    position: relative;
    top: auto;
    margin-top: -18px;
    border-radius: 18px;
  }

  .about-ref-page .about-ref-anchor-tabs a {
    min-height: 50px;
    padding: 0 16px;
    white-space: nowrap;
  }

  .about-ref-page .about-ref-intro-section {
    padding-top: 54px !important;
  }

  .about-ref-page .about-ref-tech-tab {
    min-height: 92px;
    padding: 14px 12px;
    font-size: 0.92rem;
  }

  .about-ref-page .about-ref-tech-panel {
    min-height: 0;
    padding: 24px 18px;
  }

  .about-ref-page .about-ref-tech-media,
  .about-ref-page .about-ref-tech-image,
  .about-ref-page .about-ref-tech-placeholder {
    min-height: 220px;
  }

  .about-ref-page .about-ref-service-grid {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-service-grid .about-ref-advantage-card:first-child {
    grid-column: auto;
  }
}

/* About page wireframe parity patch: match the confirmed boxed structure. */
.about-ref-page .about-ref-anchor-tabs {
  top: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgba(48, 24, 18, 0.06) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  min-height: 58px !important;
}

.about-ref-page .about-ref-intro-section {
  padding-top: 64px !important;
}

.about-ref-page .about-ref-profile-wireframe {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-profile-wireframe::before,
.about-ref-page .about-ref-profile-wireframe::after {
  content: none !important;
}

.about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) 420px !important;
  gap: 44px !important;
  align-items: start !important;
}

.about-ref-page .about-ref-profile-long-box {
  min-height: 420px;
  padding: 30px;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 18px 40px rgba(48, 24, 18, 0.06);
}

.about-ref-page .about-ref-profile-photo-stack {
  display: grid;
  gap: 14px;
}

.about-ref-page .about-ref-profile-photo-stack figure {
  position: relative;
  display: block !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 16px 34px rgba(48, 24, 18, 0.08);
}

.about-ref-page .about-ref-profile-media-main {
  display: block !important;
  min-height: 250px !important;
}

.about-ref-page .about-ref-profile-photo-stack .about-ref-profile-media {
  display: block !important;
}

.about-ref-page .about-ref-profile-photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-ref-page .about-ref-profile-thumb {
  min-height: 120px;
}

.about-ref-page .about-ref-profile-photo-stack figcaption,
.about-ref-page .about-ref-production-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
}

.about-ref-page .about-ref-profile-photo-stack figure::after,
.about-ref-page .about-ref-production-card::after,
.about-ref-page .about-ref-service-hero-media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(35, 24, 21, 0), rgba(35, 24, 21, 0.58));
  pointer-events: none;
}

.about-ref-page .about-ref-image-placeholder {
  display: grid;
  width: 100%;
  min-height: inherit;
  place-items: center;
  color: rgba(116, 28, 27, 0.38);
  font-family: var(--font-title);
  background:
    linear-gradient(135deg, rgba(116, 28, 27, 0.08), rgba(212, 175, 55, 0.12)),
    rgba(255, 255, 255, 0.46);
}

.about-ref-page .about-ref-culture-section {
  color: inherit !important;
  background: var(--page-surface-red-deep) !important;
}

.about-ref-page .about-ref-culture-section .about-ref-section-title,
.about-ref-page .about-ref-culture-section .about-ref-section-title-light {
  color: #fff !important;
}

.about-ref-page .about-ref-culture-section .about-ref-section-desc,
.about-ref-page .about-ref-culture-section .about-ref-section-desc-light {
  color: rgba(255, 255, 255, 0.76) !important;
}

.about-ref-page .about-ref-culture-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.about-ref-page .about-ref-culture-lead {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.about-ref-page .about-ref-culture-lead span,
.about-ref-page .about-ref-service-hero-copy span {
  color: rgba(212, 175, 55, 0.92);
  font-family: var(--font-title);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-ref-page .about-ref-culture-lead h3 {
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  line-height: 1.55;
}

.about-ref-page .about-ref-culture-lead p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}

.about-ref-page .about-ref-culture-cards {
  display: grid;
  gap: 14px;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 76px !important;
  padding: 18px !important;
  align-items: start;
  justify-items: stretch !important;
  text-align: left !important;
  gap: 8px;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-icon {
  display: none !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card > div:last-child {
  width: 100% !important;
  min-width: 0;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card h4 {
  margin: 0 0 6px !important;
  width: auto !important;
  color: #231815 !important;
  white-space: normal !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card p {
  margin: 0 !important;
  width: auto !important;
  display: -webkit-box;
  overflow: hidden;
  color: #5f554c !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.about-ref-page .about-ref-service-showcase {
  display: grid;
  gap: 22px;
}

.about-ref-page .about-ref-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 30px;
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 40px rgba(48, 24, 18, 0.06);
}

.about-ref-page .about-ref-service-hero-copy {
  display: grid;
  align-content: center;
}

.about-ref-page .about-ref-service-hero-copy h3 {
  margin: 12px 0 0;
  color: #231815;
  font-family: var(--font-title);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.55;
}

.about-ref-page .about-ref-service-hero-copy p {
  margin: 16px 0 0;
  color: #5f554c;
  line-height: 1.9;
}

.about-ref-page .about-ref-service-hero-media {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.46);
}

.about-ref-page .about-ref-service-image {
  object-fit: cover;
}

.about-ref-page .about-ref-service-promise {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-ref-page .about-ref-service-promise-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 30px rgba(48, 24, 18, 0.06);
}

.about-ref-page .about-ref-service-promise-thumb {
  display: grid;
  min-height: 74px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 16px;
  color: var(--palace-red);
  font-family: var(--font-title);
  font-size: 1.3rem;
  background: rgba(116, 28, 27, 0.07);
}

.about-ref-page .about-ref-service-promise-card strong {
  display: block;
  color: #231815;
  font-family: var(--font-title);
  font-size: 1.06rem;
}

.about-ref-page .about-ref-service-promise-card p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: #6b6259;
  font-size: 0.9rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.about-ref-page .about-ref-service-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.34);
}

.about-ref-page .about-ref-service-flow-step {
  display: grid;
  min-height: 64px;
  place-items: center;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 16px;
  color: #6b6259;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--font-title);
}

.about-ref-page .about-ref-production-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-ref-page .about-ref-production-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(116, 28, 27, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 16px 34px rgba(48, 24, 18, 0.08);
}

.about-ref-page .about-ref-production-image {
  object-fit: cover;
  transition: transform 0.38s ease;
}

.about-ref-page .about-ref-production-card:hover .about-ref-production-image {
  transform: scale(1.04);
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-anchor-tabs {
    grid-template-columns: repeat(5, minmax(112px, 1fr)) !important;
    overflow-x: auto !important;
  }

  .about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner,
  .about-ref-page .about-ref-culture-layout,
  .about-ref-page .about-ref-service-hero {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-service-promise,
  .about-ref-page .about-ref-production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-ref-page .about-ref-profile-long-box {
    min-height: 0;
    padding: 22px;
  }

  .about-ref-page .about-ref-profile-photo-row,
  .about-ref-page .about-ref-service-promise,
  .about-ref-page .about-ref-service-flow,
  .about-ref-page .about-ref-production-grid {
    grid-template-columns: 1fr;
  }

  .about-ref-page .about-ref-service-hero {
    padding: 20px;
  }
}

/* About page refinement: less decorative, more practical and compact. */
.about-ref-page .about-ref-profile-long-box {
  min-height: 0 !important;
  max-height: 620px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body {
  max-height: 390px;
  margin-top: 18px;
  padding: 0 14px 0 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(116, 28, 27, 0.36) rgba(116, 28, 27, 0.08);
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar {
  width: 6px;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-track {
  background: rgba(116, 28, 27, 0.08);
  border-radius: 999px;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(116, 28, 27, 0.36);
  border-radius: 999px;
}

.about-ref-page .about-ref-profile-scroll-hint {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(116, 28, 27, 0.1);
  color: rgba(95, 85, 76, 0.72);
  font-size: 0.84rem;
}

.about-ref-page .about-ref-culture-section {
  color: var(--ink-black) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(246, 241, 232, 0.96)),
    var(--page-surface-canvas) !important;
}

.about-ref-page .about-ref-culture-section::before {
  opacity: 0.045 !important;
}

.about-ref-page .about-ref-culture-section .about-ref-section-title,
.about-ref-page .about-ref-culture-section .about-ref-section-title-light {
  color: var(--ink-black) !important;
}

.about-ref-page .about-ref-culture-section .about-ref-section-label,
.about-ref-page .about-ref-culture-section .about-ref-section-label-light {
  color: var(--palace-red) !important;
}

.about-ref-page .about-ref-culture-section .about-ref-section-desc,
.about-ref-page .about-ref-culture-section .about-ref-section-desc-light {
  color: var(--ink-gray) !important;
}

.about-ref-page .about-ref-culture-lead,
.about-ref-page .about-ref-culture-cards .about-ref-culture-card {
  border: 1px solid rgba(116, 28, 27, 0.1) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 14px 30px rgba(48, 24, 18, 0.05) !important;
}

.about-ref-page .about-ref-culture-lead {
  min-height: 220px;
}

.about-ref-page .about-ref-culture-lead span,
.about-ref-page .about-ref-service-hero-copy span {
  color: var(--palace-red) !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
}

.about-ref-page .about-ref-culture-lead h3 {
  color: var(--ink-black) !important;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.about-ref-page .about-ref-culture-lead p {
  color: #5f554c !important;
}

.about-ref-page .about-ref-tech-section::before {
  opacity: 0.028 !important;
}

.about-ref-page .about-ref-tech-shell {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 14px 30px rgba(48, 24, 18, 0.05) !important;
}

.about-ref-page .about-ref-tech-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: transparent !important;
}

.about-ref-page .about-ref-tech-tab {
  min-height: 74px !important;
  padding: 14px 12px !important;
  gap: 6px !important;
  background: rgba(255, 255, 255, 0.44);
  color: #5a211e !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  letter-spacing: 0 !important;
}

.about-ref-page .about-ref-tech-tab-icon {
  display: none !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  background: rgba(116, 28, 27, 0.08) !important;
  color: var(--palace-red) !important;
  box-shadow: inset 0 -3px 0 var(--palace-red);
}

.about-ref-page .about-ref-tech-detail {
  min-height: 0 !important;
}

.about-ref-page .about-ref-tech-panel {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  min-height: 300px !important;
  padding: 30px !important;
  gap: 30px !important;
}

.about-ref-page .about-ref-tech-kicker {
  color: rgba(116, 28, 27, 0.76) !important;
  font-family: inherit !important;
  font-size: 0.86rem !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.about-ref-page .about-ref-tech-copy h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
}

.about-ref-page .about-ref-tech-copy p {
  font-size: 0.98rem !important;
  line-height: 1.9 !important;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-tech-placeholder {
  min-height: 230px !important;
  border-radius: 16px !important;
}

.about-ref-page .about-ref-service-showcase {
  gap: 16px !important;
}

.about-ref-page .about-ref-service-hero {
  grid-template-columns: minmax(0, 1fr) 340px !important;
  min-height: 220px !important;
  padding: 24px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 14px 30px rgba(48, 24, 18, 0.05) !important;
}

.about-ref-page .about-ref-service-hero-copy h3 {
  margin-top: 10px !important;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem) !important;
}

.about-ref-page .about-ref-service-hero-copy p {
  line-height: 1.85 !important;
}

.about-ref-page .about-ref-service-hero-media {
  min-height: 180px !important;
  border-radius: 16px !important;
}

.about-ref-page .about-ref-service-promise {
  gap: 12px !important;
}

.about-ref-page .about-ref-service-promise-card {
  min-height: 150px !important;
  padding: 18px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-service-promise-thumb {
  display: none !important;
}

.about-ref-page .about-ref-service-promise-card strong {
  padding-left: 12px;
  border-left: 3px solid rgba(116, 28, 27, 0.52);
  font-family: inherit !important;
  font-size: 1rem !important;
}

.about-ref-page .about-ref-service-flow {
  padding: 10px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

.about-ref-page .about-ref-service-flow-step {
  min-height: 48px !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-tech-panel,
  .about-ref-page .about-ref-service-hero {
    grid-template-columns: 1fr !important;
  }
}

/* About page option 1: unified heritage visual system. */
.about-ref-page {
  --about-paper: #f7f1e6;
  --about-panel: rgba(255, 252, 246, 0.82);
  --about-panel-solid: #fffaf2;
  --about-line: rgba(116, 28, 27, 0.13);
  --about-line-strong: rgba(116, 28, 27, 0.22);
  --about-red: #7b1f1e;
  --about-brown: #8a5a2b;
  --about-ink: #251b18;
  --about-text: #5f554c;
  --about-shadow: 0 18px 44px rgba(58, 35, 22, 0.07);
  background:
    linear-gradient(180deg, rgba(247, 241, 230, 0.96), rgba(250, 246, 238, 0.98)),
    var(--page-surface-canvas) !important;
}

.about-ref-page .about-ref-section,
.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-culture-section,
.about-ref-page .about-ref-tech-section,
.about-ref-page .about-ref-advantages-section,
.about-ref-page .about-ref-environment-section {
  position: relative;
  padding: clamp(58px, 6vw, 82px) 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.74), rgba(246, 241, 232, 0.78)),
    var(--about-paper) !important;
}

.about-ref-page .about-ref-section::before,
.about-ref-page .about-ref-intro-section::before,
.about-ref-page .about-ref-culture-section::before,
.about-ref-page .about-ref-tech-section::before,
.about-ref-page .about-ref-advantages-section::before,
.about-ref-page .about-ref-environment-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.035 !important;
  background: url('/images/home/k7-kit/landscape-roll.png') center bottom / 128% auto no-repeat !important;
  pointer-events: none;
}

.about-ref-page .about-ref-section > .about-ref-container,
.about-ref-page .about-ref-intro-section > .about-ref-container,
.about-ref-page .about-ref-culture-section > .about-ref-container,
.about-ref-page .about-ref-tech-section > .about-ref-container,
.about-ref-page .about-ref-advantages-section > .about-ref-container,
.about-ref-page .about-ref-environment-section > .about-ref-container {
  position: relative;
  z-index: 1;
}

.about-ref-page .about-ref-section + .about-ref-section {
  border-top: 1px solid rgba(138, 90, 43, 0.08);
}

.about-ref-page .about-ref-section-header {
  max-width: 760px;
  margin: 0 auto 34px !important;
  text-align: center;
}

.about-ref-page .about-ref-section-label,
.about-ref-page .about-ref-section-label-light {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--about-red) !important;
  font-family: var(--font-title);
  font-size: 0.82rem !important;
  letter-spacing: 0.18em !important;
}

.about-ref-page .about-ref-section-label::before,
.about-ref-page .about-ref-section-label::after,
.about-ref-page .about-ref-section-label-light::before,
.about-ref-page .about-ref-section-label-light::after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(138, 90, 43, 0.46);
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-title {
  color: var(--about-ink) !important;
  font-family: var(--font-title);
  font-size: clamp(2rem, 3.4vw, 2.8rem) !important;
  line-height: 1.24 !important;
  letter-spacing: 0.03em !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light {
  max-width: 680px;
  margin: 12px auto 0 !important;
  color: var(--about-text) !important;
  font-size: 0.98rem !important;
  line-height: 1.85 !important;
}

.about-ref-page .about-ref-anchor-tabs {
  border-top: 1px solid rgba(138, 90, 43, 0.12) !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.12) !important;
  background: rgba(255, 250, 242, 0.94) !important;
  box-shadow: 0 12px 28px rgba(58, 35, 22, 0.05) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  border-color: rgba(138, 90, 43, 0.12) !important;
  color: var(--about-red) !important;
  font-family: var(--font-title);
  font-size: 0.95rem !important;
}

.about-ref-page .about-ref-anchor-tabs a:hover {
  background: rgba(116, 28, 27, 0.06) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-lead,
.about-ref-page .about-ref-culture-cards .about-ref-culture-card,
.about-ref-page .about-ref-tech-shell,
.about-ref-page .about-ref-service-hero,
.about-ref-page .about-ref-service-promise-card,
.about-ref-page .about-ref-service-flow,
.about-ref-page .about-ref-production-card {
  border: 1px solid var(--about-line) !important;
  background: var(--about-panel) !important;
  box-shadow: var(--about-shadow) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-lead,
.about-ref-page .about-ref-tech-shell,
.about-ref-page .about-ref-service-hero,
.about-ref-page .about-ref-service-flow {
  border-radius: 22px !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card,
.about-ref-page .about-ref-service-promise-card,
.about-ref-page .about-ref-production-card,
.about-ref-page .about-ref-profile-photo-stack figure {
  border-radius: 16px !important;
}

.about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
  gap: 36px !important;
}

.about-ref-page .about-ref-profile-label {
  color: var(--about-brown) !important;
  letter-spacing: 0.22em !important;
}

.about-ref-page .about-ref-profile-body p,
.about-ref-page .about-ref-culture-lead p,
.about-ref-page .about-ref-culture-cards .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-hero-copy p,
.about-ref-page .about-ref-service-promise-card p {
  color: var(--about-text) !important;
}

.about-ref-page .about-ref-profile-photo-stack {
  align-content: start;
}

.about-ref-page .about-ref-profile-photo-stack figure {
  border-color: var(--about-line) !important;
  box-shadow: 0 14px 34px rgba(58, 35, 22, 0.08) !important;
}

.about-ref-page .about-ref-profile-media-main {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
}

.about-ref-page .about-ref-profile-thumb {
  aspect-ratio: 4 / 3;
  min-height: 0 !important;
}

.about-ref-page .about-ref-profile-media-image,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-service-image,
.about-ref-page .about-ref-production-image {
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}

.about-ref-page .about-ref-culture-layout {
  gap: 26px !important;
}

.about-ref-page .about-ref-culture-lead {
  padding: 30px 32px !important;
}

.about-ref-page .about-ref-culture-lead span,
.about-ref-page .about-ref-service-hero-copy span,
.about-ref-page .about-ref-tech-kicker {
  color: var(--about-red) !important;
}

.about-ref-page .about-ref-culture-lead h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-hero-copy h3,
.about-ref-page .about-ref-culture-cards .about-ref-culture-card h4,
.about-ref-page .about-ref-service-promise-card strong {
  color: var(--about-ink) !important;
}

.about-ref-page .about-ref-culture-cards {
  gap: 12px !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card {
  padding: 20px 22px !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card h4,
.about-ref-page .about-ref-service-promise-card strong {
  border-left: 3px solid rgba(116, 28, 27, 0.5);
  padding-left: 12px;
}

.about-ref-page .about-ref-tech-shell {
  overflow: hidden;
}

.about-ref-page .about-ref-tech-tabs {
  border-bottom: 1px solid var(--about-line) !important;
}

.about-ref-page .about-ref-tech-tab {
  min-height: 68px !important;
  border-color: var(--about-line) !important;
  background: rgba(255, 252, 246, 0.64) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  background: rgba(116, 28, 27, 0.07) !important;
  box-shadow: inset 0 -3px 0 var(--about-red) !important;
}

.about-ref-page .about-ref-tech-panel {
  align-items: center;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-service-hero-media {
  border: 1px solid var(--about-line) !important;
  box-shadow: 0 12px 28px rgba(58, 35, 22, 0.06);
}

.about-ref-page .about-ref-service-promise {
  gap: 14px !important;
}

.about-ref-page .about-ref-service-promise-card {
  padding: 20px !important;
}

.about-ref-page .about-ref-service-flow {
  border-style: solid !important;
}

.about-ref-page .about-ref-service-flow-step {
  border-color: rgba(138, 90, 43, 0.13) !important;
  background: rgba(255, 252, 246, 0.72) !important;
  color: var(--about-text) !important;
}

.about-ref-page .about-ref-production-grid {
  gap: 16px !important;
}

.about-ref-page .about-ref-production-card {
  min-height: 186px !important;
}

.about-ref-page .about-ref-profile-photo-stack figure::after,
.about-ref-page .about-ref-production-card::after,
.about-ref-page .about-ref-service-hero-media::after {
  height: 46%;
  background: linear-gradient(180deg, rgba(37, 27, 24, 0), rgba(37, 27, 24, 0.54)) !important;
}

.about-ref-page .k7-about-cta-section {
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.96), rgba(247, 241, 230, 0.98)),
    var(--about-paper) !important;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
    gap: 24px !important;
  }

  .about-ref-page .about-ref-service-promise,
  .about-ref-page .about-ref-production-grid {
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  .about-ref-page .about-ref-section,
  .about-ref-page .about-ref-intro-section,
  .about-ref-page .about-ref-culture-section,
  .about-ref-page .about-ref-tech-section,
  .about-ref-page .about-ref-advantages-section,
  .about-ref-page .about-ref-environment-section {
    padding: 44px 18px !important;
  }

  .about-ref-page .about-ref-section-header {
    margin-bottom: 24px !important;
  }

  .about-ref-page .about-ref-tech-tabs {
    grid-template-columns: 1fr !important;
  }
}

/* About page strict wireframe restoration.
   Structure fidelity overrides all previous visual experiments. */
.about-ref-page {
  --wire-ink: #2b2926;
  --wire-muted: #766d63;
  --wire-line: #d8d0c4;
  --wire-paper: #f6f1e8;
  --wire-panel: rgba(255, 255, 255, 0.42);
  --wire-accent: #8a5a2b;
  width: min(1440px, 100%);
  margin: 0 auto;
  background: var(--wire-paper) !important;
  color: var(--wire-ink);
}

.about-ref-page .about-ref-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.about-ref-page .about-ref-hero-single {
  display: block !important;
  min-height: var(--subpage-hero-unified-height, 30.5rem) !important;
  box-sizing: border-box !important;
  padding: 78px 70px 48px !important;
  border-bottom: 1px solid var(--wire-line);
  text-align: center;
}

.about-ref-page .about-ref-hero-single .about-ref-hero-content {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.about-ref-page .about-ref-hero-title {
  margin: 0 0 20px !important;
  font-size: 42px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
}

.about-ref-page .about-ref-hero-subtitle {
  width: min(760px, 100%) !important;
  margin: 0 auto 30px !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.about-ref-page .about-ref-hero-divider {
  display: none !important;
}

.about-ref-page .about-ref-anchor-tabs {
  position: sticky !important;
  top: 0 !important;
  z-index: 20;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wire-line) !important;
  border-radius: 0 !important;
  background: rgba(255, 250, 242, 0.96) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  min-height: 58px !important;
  display: grid !important;
  place-items: center;
  border-right: 1px solid var(--wire-line) !important;
  color: var(--wire-accent) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.about-ref-page .about-ref-anchor-tabs a:last-child {
  border-right: 0 !important;
}

.about-ref-page .about-ref-section,
.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-culture-section,
.about-ref-page .about-ref-tech-section,
.about-ref-page .about-ref-advantages-section,
.about-ref-page .about-ref-environment-section {
  padding: 64px 70px !important;
  border-bottom: 1px solid var(--wire-line);
  background: var(--wire-paper) !important;
}

.about-ref-page .about-ref-section::before,
.about-ref-page .about-ref-intro-section::before,
.about-ref-page .about-ref-culture-section::before,
.about-ref-page .about-ref-tech-section::before,
.about-ref-page .about-ref-advantages-section::before,
.about-ref-page .about-ref-environment-section::before,
.about-ref-page .about-ref-section::after,
.about-ref-page .about-ref-intro-section::after,
.about-ref-page .about-ref-culture-section::after,
.about-ref-page .about-ref-tech-section::after,
.about-ref-page .about-ref-advantages-section::after,
.about-ref-page .about-ref-environment-section::after {
  content: none !important;
}

.about-ref-page .about-ref-section-header {
  display: block !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  text-align: left !important;
}

.about-ref-page .about-ref-section-label,
.about-ref-page .about-ref-section-label-light {
  display: none !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light {
  margin: 0 !important;
  color: var(--wire-ink) !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.06em !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light {
  max-width: none !important;
  margin: 8px 0 0 !important;
  color: var(--wire-muted) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.about-ref-page .about-ref-profile-wireframe,
.about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) 420px !important;
  gap: 44px !important;
  align-items: start !important;
}

.about-ref-page .about-ref-profile-long-box {
  min-height: 420px !important;
  max-height: 420px !important;
  padding: 28px !important;
  overflow: hidden !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body {
  max-height: 364px !important;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  overflow-y: auto !important;
}

.about-ref-page .about-ref-profile-body p {
  margin: 0 !important;
  color: var(--wire-muted) !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

.about-ref-page .about-ref-profile-photo-stack {
  display: grid !important;
  gap: 14px !important;
}

.about-ref-page .about-ref-profile-photo-stack figure,
.about-ref-page .about-ref-profile-thumb,
.about-ref-page .about-ref-production-card,
.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-service-hero-media {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-profile-media-main {
  min-height: 250px !important;
  aspect-ratio: auto !important;
}

.about-ref-page .about-ref-profile-photo-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
}

.about-ref-page .about-ref-profile-thumb {
  min-height: 120px !important;
  aspect-ratio: auto !important;
}

.about-ref-page .about-ref-culture-layout {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 28px !important;
}

.about-ref-page .about-ref-culture-lead {
  min-height: 260px !important;
  padding: 28px !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-culture-lead span,
.about-ref-page .about-ref-tech-kicker,
.about-ref-page .about-ref-service-hero-copy span {
  color: rgba(138, 90, 43, 0.55) !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.about-ref-page .about-ref-culture-lead h3,
.about-ref-page .about-ref-service-hero-copy h3 {
  margin: 10px 0 14px !important;
  color: var(--wire-ink) !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
}

.about-ref-page .about-ref-culture-lead p,
.about-ref-page .about-ref-service-hero-copy p {
  margin: 0 !important;
  color: var(--wire-muted) !important;
  line-height: 1.9 !important;
}

.about-ref-page .about-ref-culture-cards {
  display: grid !important;
  gap: 14px !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card {
  min-height: 76px !important;
  padding: 18px !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card h4 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--wire-ink) !important;
  font-size: 18px !important;
}

.about-ref-page .about-ref-culture-cards .about-ref-culture-card p {
  margin: 0 !important;
  color: var(--wire-muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.about-ref-page .about-ref-tech-shell {
  display: grid !important;
  gap: 22px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-tabs {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
  border: 0 !important;
  background: transparent !important;
}

.about-ref-page .about-ref-tech-tab {
  min-height: 86px !important;
  padding: 16px !important;
  display: block !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: none !important;
  color: var(--wire-ink) !important;
  text-align: left !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  background: rgba(255, 255, 255, 0.48) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-tab-icon {
  display: none !important;
}

.about-ref-page .about-ref-tech-tab::before {
  display: block;
  margin-bottom: 8px;
  color: rgba(138, 90, 43, 0.55);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-ref-page .about-ref-tech-tab:nth-child(1)::before { content: '01'; }
.about-ref-page .about-ref-tech-tab:nth-child(2)::before { content: '02'; }
.about-ref-page .about-ref-tech-tab:nth-child(3)::before { content: '03'; }
.about-ref-page .about-ref-tech-tab:nth-child(4)::before { content: '04'; }
.about-ref-page .about-ref-tech-tab:nth-child(5)::before { content: '05'; }

.about-ref-page .about-ref-tech-detail {
  min-height: 300px !important;
}

.about-ref-page .about-ref-tech-panel {
  display: none !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 28px !important;
  min-height: 300px !important;
  padding: 28px !important;
  align-items: stretch !important;
  border: 1px dashed #b8aa99 !important;
  background: rgba(255, 255, 255, 0.4) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-detail .about-ref-tech-panel:nth-child(5) {
  display: grid !important;
}

.about-ref-page .about-ref-tech-copy h3 {
  margin: 10px 0 14px !important;
  color: var(--wire-ink) !important;
  font-size: 22px !important;
}

.about-ref-page .about-ref-tech-copy p {
  margin: 0 !important;
  color: var(--wire-muted) !important;
  line-height: 1.9 !important;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-tech-placeholder {
  min-height: 230px !important;
}

.about-ref-page .about-ref-service-showcase {
  display: grid !important;
  gap: 22px !important;
}

.about-ref-page .about-ref-service-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 30px !important;
  min-height: 270px !important;
  padding: 26px !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-service-promise {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

.about-ref-page .about-ref-service-promise-card {
  min-height: 190px !important;
  padding: 20px !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-service-promise-thumb {
  display: grid !important;
  min-height: 74px !important;
  margin-bottom: 14px !important;
  place-items: center;
  border: 1px dashed #c8bba8;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  color: var(--wire-muted);
}

.about-ref-page .about-ref-service-promise-card strong {
  display: block;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--wire-ink) !important;
  font-size: 18px !important;
}

.about-ref-page .about-ref-service-promise-card p {
  margin: 0 !important;
  color: var(--wire-muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.about-ref-page .about-ref-service-flow {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 10px !important;
  padding: 16px !important;
  border: 1px dashed #b8aa99 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-service-flow-step {
  min-height: 64px !important;
  display: grid !important;
  place-items: center;
  border: 1px dashed #c8bba8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wire-muted) !important;
}

.about-ref-page .about-ref-production-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

.about-ref-page .about-ref-production-card {
  min-height: 190px !important;
  align-content: end;
  padding-bottom: 18px;
}

.about-ref-page .about-ref-footer-cta {
  display: block;
  padding: 44px 70px;
  background: rgba(43, 41, 38, 0.06);
}

.about-ref-page .about-ref-footer-cta-inner {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: center;
}

.about-ref-page .about-ref-footer-cta h2 {
  margin: 0;
  color: var(--wire-ink);
  font-size: 30px;
  letter-spacing: 0.06em;
}

.about-ref-page .about-ref-footer-cta p {
  margin: 8px 0 0;
  color: var(--wire-muted);
  font-size: 14px;
  line-height: 1.8;
}

.about-ref-page .about-ref-footer-cta-button {
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wire-accent);
  border-radius: 999px;
  color: var(--wire-accent);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .about-ref-page .about-ref-hero-single,
  .about-ref-page .about-ref-section,
  .about-ref-page .about-ref-intro-section,
  .about-ref-page .about-ref-culture-section,
  .about-ref-page .about-ref-tech-section,
  .about-ref-page .about-ref-advantages-section,
  .about-ref-page .about-ref-environment-section,
  .about-ref-page .about-ref-footer-cta {
    padding: 44px 24px !important;
  }

  .about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner,
  .about-ref-page .about-ref-culture-layout,
  .about-ref-page .about-ref-service-hero,
  .about-ref-page .about-ref-footer-cta-inner {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-tech-tabs,
  .about-ref-page .about-ref-service-promise,
  .about-ref-page .about-ref-service-flow,
  .about-ref-page .about-ref-production-grid {
    grid-template-columns: 1fr !important;
  }
}

/* About page: hide wireframe placeholder borders instead of converting them to solid lines. */
.about-ref-page .about-ref-profile-long-box:not(#about-no-dashed),
.about-ref-page .about-ref-profile-photo-stack figure:not(#about-no-dashed),
.about-ref-page .about-ref-profile-thumb:not(#about-no-dashed),
.about-ref-page .about-ref-culture-lead:not(#about-no-dashed),
.about-ref-page .about-ref-culture-cards .about-ref-culture-card:not(#about-no-dashed),
.about-ref-page .about-ref-tech-tab:not(#about-no-dashed),
.about-ref-page .about-ref-tech-panel:not(#about-no-dashed),
.about-ref-page .about-ref-tech-media:not(#about-no-dashed),
.about-ref-page .about-ref-service-hero:not(#about-no-dashed),
.about-ref-page .about-ref-service-hero-media:not(#about-no-dashed),
.about-ref-page .about-ref-service-promise-card:not(#about-no-dashed),
.about-ref-page .about-ref-service-promise-thumb:not(#about-no-dashed),
.about-ref-page .about-ref-service-flow:not(#about-no-dashed),
.about-ref-page .about-ref-service-flow-step:not(#about-no-dashed),
.about-ref-page .about-ref-production-card:not(#about-no-dashed) {
  border-color: transparent !important;
}

/* About technology block: hide inner frame lines called out in review. */
.about-ref-page .about-ref-tech-tab,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-tech-media {
  border-color: transparent !important;
}

/* About technology block: remove the remaining large frame instead of keeping a transparent border. */
.about-ref-page .about-ref-tech-detail,
.about-ref-page .about-ref-tech-panel {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-media {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-shell::before,
.about-ref-page .about-ref-tech-shell::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.about-ref-page .about-ref-anchor-tabs {
  top: var(--site-header-offset, 116px) !important;
}

@media (max-width: 900px) {
  .about-ref-page .about-ref-anchor-tabs {
    position: static !important;
    top: auto !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  .about-ref-page .about-ref-anchor-tabs a {
    min-width: 0 !important;
    padding: 0 4px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .about-ref-page .about-ref-tech-detail {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .about-ref-page .about-ref-tech-panel {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .about-ref-page .about-ref-tech-copy {
    width: 100% !important;
    min-width: 0 !important;
  }

  .about-ref-page .about-ref-tech-media,
  .about-ref-page .about-ref-tech-image,
  .about-ref-page .about-ref-tech-placeholder {
    width: 100% !important;
    min-height: 220px !important;
    max-height: 260px !important;
  }
}

/* Admin theme: make "页面背景底色" the single source for public page canvas backgrounds. */
:root {
  --site-page-background: var(--page-surface-canvas);
}

html,
body {
  background-color: var(--site-page-background, var(--page-surface-canvas)) !important;
}

.products-proto-hero-section,
.products-proto-catalog-section,
.products-hub-inquiry-section,
.solutions-proto-hero-section,
.solutions-proto-catalog-section,
.solutions-proto-consult-section,
.solutions-proto-empty-section,
.cases-proto-hero-section,
.cases-proto-library-section,
.cases-proto-filter-section,
.cases-proto-inquiry-section,
.cases-proto-empty-section,
.resources-proto-hero-section,
.resources-proto-library-section,
.resources-proto-filter-section,
.resources-proto-inquiry-section,
.resources-proto-empty-section,
.home-proto-section-portal,
.home-proto-section-solutions,
.home-proto-section-products,
.mobile-menu {
  background: var(--site-page-background, var(--page-surface-canvas)) !important;
  background-color: var(--site-page-background, var(--page-surface-canvas)) !important;
}

.home-k7-content-section {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--site-page-background, var(--page-surface-canvas)) 92%, #fff8ec 8%),
      color-mix(in srgb, var(--site-page-background, var(--page-surface-canvas)) 90%, #efe3d0 10%)
    ) !important;
  background-color: var(--site-page-background, var(--page-surface-canvas)) !important;
}

.home-k7-content-section::before {
  background-image:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--site-page-background, var(--page-surface-canvas)) 58%, transparent 42%),
      color-mix(in srgb, var(--site-page-background, var(--page-surface-canvas)) 42%, transparent 58%)
    ),
    url('/images/home/k7-kit/landscape-roll.png') !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, 138% auto !important;
  background-position: center, center bottom !important;
  opacity: 0.12 !important;
  mix-blend-mode: multiply !important;
  filter: saturate(0.92) contrast(0.98) brightness(1) !important;
}

.home-k7-content-section::after {
  background:
    url('/images/home/k7-kit/cloud-pattern.png') center / 300px auto repeat !important;
  opacity: 0.045 !important;
  mix-blend-mode: multiply !important;
}

.about-ref-page {
  --wire-paper: var(--site-page-background, var(--page-surface-canvas)) !important;
  background: var(--site-page-background, var(--page-surface-canvas)) !important;
}

.about-ref-page .about-ref-section,
.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-culture-section,
.about-ref-page .about-ref-tech-section,
.about-ref-page .about-ref-advantages-section,
.about-ref-page .about-ref-environment-section {
  background: var(--site-page-background, var(--page-surface-canvas)) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: color-mix(in srgb, var(--site-page-background, var(--page-surface-canvas)) 92%, #2b2926 8%) !important;
}

/* About page refinement: culture cards, technology labels, service cards. */
.about-ref-page .about-ref-culture-layout-cards-only {
  display: block !important;
}

.about-ref-page .about-ref-culture-cards-three {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  min-height: 260px !important;
  align-content: end !important;
  background-color: rgba(255, 252, 246, 0.7) !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden !important;
}

.about-ref-page .about-ref-culture-card-with-bg[style*="background-image"] {
  color: #fffaf2 !important;
}

.about-ref-page .about-ref-culture-card-with-bg[style*="background-image"] h4,
.about-ref-page .about-ref-culture-card-with-bg[style*="background-image"] p {
  color: #fffaf2 !important;
}

.about-ref-page .about-ref-tech-kicker,
.about-ref-page .about-ref-tech-tab::before {
  content: none !important;
  display: none !important;
}

.about-ref-page .about-ref-service-showcase-compact {
  display: block !important;
}

.about-ref-page .about-ref-service-showcase-compact .about-ref-service-hero,
.about-ref-page .about-ref-service-showcase-compact .about-ref-service-flow {
  display: none !important;
}

.about-ref-page .about-ref-service-showcase-compact .about-ref-service-promise {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.about-ref-page .about-ref-service-promise-card-media {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 0 0 20px !important;
  overflow: hidden !important;
}

.about-ref-page .about-ref-service-promise-card-media .about-ref-service-promise-image {
  position: relative !important;
  width: 100% !important;
  height: 168px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: rgba(255, 250, 242, 0.82) !important;
}

.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-service-promise-card-media p {
  padding: 0 20px !important;
}

.about-ref-page .about-ref-service-promise-card-media p {
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* About page: keep the company introduction scrollbar subtle and neutral. */
.about-ref-page .about-ref-profile-long-box .about-ref-profile-body {
  scrollbar-color: rgba(118, 110, 99, 0.22) rgba(118, 110, 99, 0.045) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar {
  width: 5px !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-track {
  background: rgba(118, 110, 99, 0.045) !important;
  border-radius: 999px !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(118, 110, 99, 0.22) !important;
  border-radius: 999px !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb:hover {
  background: rgba(118, 110, 99, 0.32) !important;
}

/* About page: card images are content, not icons or background decorations. */
.about-ref-page .about-ref-culture-card-with-bg {
  display: flex !important;
  min-height: 0 !important;
  padding: 0 0 22px !important;
  flex-direction: column !important;
  align-content: initial !important;
  overflow: hidden !important;
  background: rgba(255, 252, 246, 0.72) !important;
  color: var(--wire-ink) !important;
}

.about-ref-page .about-ref-culture-card-media {
  position: relative !important;
  width: 100% !important;
  height: 178px !important;
  margin: 0 0 18px !important;
  overflow: hidden !important;
  background: rgba(255, 250, 242, 0.82) !important;
}

.about-ref-page .about-ref-culture-card-image {
  object-fit: cover !important;
}

.about-ref-page .about-ref-culture-icon,
.about-ref-page .about-ref-tech-tab-icon {
  display: none !important;
}

.about-ref-page .about-ref-culture-card-with-bg h4,
.about-ref-page .about-ref-culture-card-with-bg p {
  padding: 0 20px !important;
  color: var(--wire-ink) !important;
}

.about-ref-page .about-ref-culture-card-with-bg p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  white-space: pre-line !important;
}

/* About page: compress company profile block and hide image captions. */
.about-ref-page .about-ref-intro-section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.about-ref-page .about-ref-profile-wireframe .about-ref-profile-inner {
  grid-template-columns: minmax(0, 1.08fr) 520px !important;
  gap: 36px !important;
  align-items: stretch !important;
}

.about-ref-page .about-ref-profile-long-box {
  min-height: 340px !important;
  max-height: 340px !important;
  padding: 24px 26px !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body {
  max-height: 292px !important;
}

.about-ref-page .about-ref-profile-body p {
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.about-ref-page .about-ref-profile-photo-stack {
  gap: 12px !important;
}

.about-ref-page .about-ref-profile-media-main {
  min-height: 210px !important;
  height: 210px !important;
}

.about-ref-page .about-ref-profile-photo-row {
  gap: 12px !important;
}

.about-ref-page .about-ref-profile-thumb {
  min-height: 118px !important;
  height: 118px !important;
}

.about-ref-page .about-ref-profile-photo-stack figcaption {
  display: none !important;
}

/* About page: make technology capabilities denser and more persuasive. */
.about-ref-page .about-ref-tech-shell {
  display: grid !important;
  grid-template-columns: 330px minmax(0, 1fr) !important;
  gap: 26px !important;
  align-items: stretch !important;
  padding: 24px !important;
  border: 1px solid rgba(138, 90, 43, 0.1) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.72), rgba(246, 239, 226, 0.48)) !important;
  box-shadow: 0 18px 42px rgba(48, 24, 18, 0.06) !important;
}

.about-ref-page .about-ref-tech-tabs {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.about-ref-page .about-ref-tech-tab {
  position: relative !important;
  min-height: 0 !important;
  padding: 16px 18px 16px 48px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(138, 90, 43, 0.1) !important;
  background: rgba(255, 255, 255, 0.56) !important;
  color: rgba(54, 43, 31, 0.78) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.about-ref-page .about-ref-tech-tab::before {
  position: absolute !important;
  top: 50% !important;
  left: 16px !important;
  display: block !important;
  margin: 0 !important;
  color: rgba(138, 90, 43, 0.46) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  transform: translateY(-50%) !important;
}

.about-ref-page .about-ref-tech-tab:hover {
  border-color: rgba(138, 90, 43, 0.22) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: var(--wire-ink) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  border-color: rgba(138, 90, 43, 0.34) !important;
  background: #2f2922 !important;
  color: #fffaf2 !important;
  box-shadow: 0 12px 26px rgba(48, 24, 18, 0.14) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1)::before,
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2)::before,
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3)::before,
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4)::before,
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5)::before {
  color: rgba(255, 250, 242, 0.62) !important;
}

.about-ref-page .about-ref-tech-detail {
  min-height: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.about-ref-page .about-ref-tech-panel {
  grid-template-columns: minmax(0, 1fr) 44% !important;
  gap: 24px !important;
  min-height: 390px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-copy {
  display: flex !important;
  min-width: 0 !important;
  padding: 34px 10px 34px 34px !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.about-ref-page .about-ref-tech-copy h3 {
  margin: 0 0 18px !important;
  color: #2f2922 !important;
  font-size: clamp(24px, 2.35vw, 34px) !important;
  line-height: 1.34 !important;
  letter-spacing: 0.04em !important;
}

.about-ref-page .about-ref-tech-copy h3::after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  margin-top: 16px !important;
  background: rgba(138, 90, 43, 0.48) !important;
}

.about-ref-page .about-ref-tech-copy p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(70, 56, 42, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-tech-placeholder {
  min-height: 390px !important;
  height: 100% !important;
}

.about-ref-page .about-ref-tech-media {
  border: 0 !important;
  background: rgba(255, 250, 242, 0.82) !important;
}

.about-ref-page .about-ref-tech-image {
  object-fit: cover !important;
}

.about-ref-page .about-ref-tech-placeholder {
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  color: rgba(70, 56, 42, 0.46) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-tech-shell {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }

  .about-ref-page .about-ref-tech-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-ref-page .about-ref-tech-panel {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .about-ref-page .about-ref-tech-copy {
    padding: 28px !important;
  }

  .about-ref-page .about-ref-tech-media,
  .about-ref-page .about-ref-tech-image,
  .about-ref-page .about-ref-tech-placeholder {
    min-height: 260px !important;
  }
}

@media (max-width: 680px) {
  .about-ref-page .about-ref-tech-tabs {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-tech-copy {
    padding: 24px 20px !important;
  }
}

/* About page: refined technology layout, feature card first and capability cards below. */
.about-ref-page .about-ref-tech-shell {
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "feature"
    "tabs" !important;
  gap: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-ref-page .about-ref-tech-detail {
  grid-area: feature !important;
}

.about-ref-page .about-ref-tech-tabs {
  grid-area: tabs !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.about-ref-page .about-ref-tech-panel {
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 0 !important;
  min-height: 360px !important;
  overflow: hidden !important;
  border: 1px solid rgba(84, 72, 59, 0.06) !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 243, 0.96)) !important;
  box-shadow: 0 16px 38px rgba(43, 39, 34, 0.04) !important;
}

.about-ref-page .about-ref-tech-copy {
  padding: 46px 50px !important;
}

.about-ref-page .about-ref-tech-copy h3 {
  width: min(620px, 100%) !important;
  margin-bottom: 18px !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.28 !important;
}

.about-ref-page .about-ref-tech-copy p {
  width: min(680px, 100%) !important;
  font-size: 15.5px !important;
  line-height: 2 !important;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-tech-placeholder {
  min-height: 360px !important;
}

.about-ref-page .about-ref-tech-media {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(47, 41, 34, 0.04) !important;
}

.about-ref-page .about-ref-tech-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(47, 41, 34, 0.04)) !important;
  pointer-events: none !important;
}

.about-ref-page .about-ref-tech-tab {
  min-height: 96px !important;
  padding: 18px 18px 18px 20px !important;
  display: flex !important;
  align-items: flex-end !important;
  border: 1px solid rgba(84, 72, 59, 0.06) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: rgba(54, 43, 31, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  box-shadow: 0 10px 24px rgba(43, 39, 34, 0.03) !important;
}

.about-ref-page .about-ref-tech-tab::before {
  top: 16px !important;
  left: 18px !important;
  transform: translateY(-28px) !important;
  color: rgba(84, 72, 59, 0.34) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label:nth-child(1),
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label:nth-child(2),
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label:nth-child(3),
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label:nth-child(4),
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label:nth-child(5) {
  background:
    linear-gradient(135deg, rgba(47, 41, 34, 0.96), rgba(91, 70, 45, 0.94)) !important;
  color: #fffaf2 !important;
  box-shadow: 0 18px 34px rgba(48, 24, 18, 0.16) !important;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-tech-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-ref-page .about-ref-tech-panel {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-tech-copy {
    padding: 34px 30px !important;
  }
}

@media (max-width: 680px) {
  .about-ref-page .about-ref-tech-tabs {
    grid-template-columns: 1fr !important;
  }

  .about-ref-page .about-ref-tech-tab {
    min-height: 78px !important;
  }
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-culture-cards-three,
  .about-ref-page .about-ref-service-showcase-compact .about-ref-service-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .about-ref-page .about-ref-culture-cards-three,
  .about-ref-page .about-ref-service-showcase-compact .about-ref-service-promise {
    grid-template-columns: 1fr !important;
  }
}

/* About page: compact technology block height. */
.about-ref-page .about-ref-tech-section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.about-ref-page .about-ref-tech-shell {
  gap: 12px !important;
}

.about-ref-page .about-ref-tech-tabs {
  gap: 12px !important;
}

.about-ref-page .about-ref-tech-panel {
  min-height: 286px !important;
}

.about-ref-page .about-ref-tech-copy {
  padding: 28px 40px !important;
}

.about-ref-page .about-ref-tech-copy h3 {
  margin-bottom: 12px !important;
  font-size: clamp(24px, 2.45vw, 32px) !important;
}

.about-ref-page .about-ref-tech-copy h3::after {
  margin-top: 12px !important;
}

.about-ref-page .about-ref-tech-copy p {
  font-size: 14.5px !important;
  line-height: 1.82 !important;
}

.about-ref-page .about-ref-tech-media,
.about-ref-page .about-ref-tech-image,
.about-ref-page .about-ref-tech-placeholder {
  min-height: 286px !important;
}

.about-ref-page .about-ref-tech-tab {
  min-height: 72px !important;
  padding: 15px 16px 14px 18px !important;
  font-size: 14px !important;
}

.about-ref-page .about-ref-tech-tab::before {
  top: 12px !important;
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-tech-copy {
    padding: 26px !important;
  }

  .about-ref-page .about-ref-tech-media,
  .about-ref-page .about-ref-tech-image,
  .about-ref-page .about-ref-tech-placeholder {
    min-height: 230px !important;
  }
}

@media (max-width: 680px) {
  .about-ref-page .about-ref-tech-tab {
    min-height: 66px !important;
  }
}

/* About page: stronger visible section tone contrast. */
.about-ref-page {
  --about-tone-white: #fffdf8;
  --about-tone-cream: #f7f1e6;
  --about-tone-sand: #efe6d8;
  --about-tone-mist: #f8f7f3;
  --about-tone-panel: rgba(255, 255, 255, 0.86);
  background: var(--about-tone-cream) !important;
}

.about-ref-page .about-ref-intro-section {
  background: var(--about-tone-white) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    linear-gradient(180deg, #f1e7d8 0%, #f7efe4 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: var(--about-tone-mist) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    linear-gradient(180deg, #f3eadc 0%, #eee2d0 100%) !important;
}

.about-ref-page .about-ref-environment-section {
  background: var(--about-tone-white) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: var(--about-tone-panel) !important;
  box-shadow: 0 16px 36px rgba(48, 24, 18, 0.07) !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(255, 253, 248, 0.98) !important;
}

/* About page: final culture background adjustment, placed after all tone overrides. */
.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #f8f9f5 0%, #eef2ed 100%) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 18px 38px rgba(31, 45, 38, 0.07) !important;
}

/* About page: EOF premium neutral palette, keep the approved structure unchanged. */
.about-ref-page {
  --about-premium-ink: #13201c;
  --about-premium-muted: #66716a;
  --about-premium-line: rgba(36, 50, 44, 0.12);
  --about-premium-paper: #fbfaf6;
  --about-premium-cool: #eef3ef;
  --about-premium-deep: #27352f;
  background: #f6f7f2 !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(251, 250, 246, 0.98) !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #2f3b35 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: var(--about-premium-paper) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f8faf6 0%, var(--about-premium-cool) 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: linear-gradient(180deg, #fbfaf6 0%, #f6f7f2 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f1f5f1 0%, #e9efea 100%) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-production-card .about-ref-production-label {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.82) !important;
  border-color: var(--about-premium-line) !important;
  box-shadow: 0 20px 42px rgba(22, 35, 30, 0.06) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.7) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(39, 53, 47, 0.22) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: var(--about-premium-line) !important;
  color: #4f5e56 !important;
  box-shadow: 0 14px 28px rgba(22, 35, 30, 0.04) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(39, 53, 47, 0.18) !important;
}

.about-ref-page .about-ref-service-promise-image,
.about-ref-page .about-ref-production-image,
.about-ref-page .about-ref-culture-card-image,
.about-ref-page .about-ref-profile-media-image,
.about-ref-page .about-ref-profile-thumb {
  filter: saturate(0.92) contrast(1.02) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: #ebece7 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(39, 53, 47, 0.45) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

/* About page: remove green tones without adding red accents. */
.about-ref-page {
  --about-premium-ink: #221f1c;
  --about-premium-muted: #6b6258;
  --about-premium-line: rgba(63, 55, 47, 0.12);
  --about-premium-paper: #fbfaf6;
  --about-premium-cool: #f1ede6;
  --about-premium-deep: #2b2722;
  background: #f6f2eb !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(251, 250, 246, 0.98) !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #4f463d !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: var(--about-premium-paper) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fbfaf6 0%, #f1ede6 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: linear-gradient(180deg, #fbfaf6 0%, #f5f1ea 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f4f0e8 0%, #ece6dd 100%) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-production-card .about-ref-production-label {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.84) !important;
  border-color: var(--about-premium-line) !important;
  box-shadow: 0 20px 42px rgba(43, 39, 34, 0.06) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.72) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(43, 39, 34, 0.2) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.76) !important;
  border-color: var(--about-premium-line) !important;
  color: #5f564d !important;
  box-shadow: 0 14px 28px rgba(43, 39, 34, 0.04) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(43, 39, 34, 0.18) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: #ede9e1 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(43, 39, 34, 0.42) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

/* Catalog sidebars: reference-style directory panel, scoped to the left navigation only. */
.solutions-proto-sidebar,
.products-proto-catalog-section .products-hub-sidebar-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header {
  min-height: auto !important;
  width: 100% !important;
  padding: 0 0 14px !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  color: #2f2922 !important;
  border-bottom: 1px solid rgba(47, 41, 34, 0.2) !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.products-proto-catalog-section .products-hub-sidebar-title {
  gap: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: inherit !important;
}

.solutions-proto-sidebar-header span,
.products-proto-catalog-section .products-hub-sidebar-title-icon,
.products-proto-catalog-section .products-hub-tree-icon {
  display: none !important;
}

.solutions-proto-category-list,
.products-proto-catalog-section .products-hub-sidebar-scroll {
  margin-top: 22px !important;
  background: transparent !important;
  padding: 0 !important;
}

.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top {
  padding: 14px 18px !important;
  color: #2f2922 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(205, 199, 189, 0.92) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-item,
.products-proto-catalog-section .products-hub-tree-group {
  border-bottom: 1px solid rgba(205, 199, 189, 0.92) !important;
}

.solutions-proto-category-head,
.products-proto-catalog-section .products-hub-tree-head {
  align-items: stretch !important;
  background: transparent !important;
  border-bottom: 0 !important;
}

.solutions-proto-category-link,
.products-proto-catalog-section .products-hub-tree-link {
  padding: 14px 18px !important;
  color: #2f2922 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-name,
.products-proto-catalog-section .products-hub-tree-label {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
}

.solutions-proto-category-toggle-button,
.products-proto-catalog-section .products-hub-tree-toggle {
  width: 38px !important;
  min-width: 38px !important;
  margin-right: 4px !important;
  color: #2f2922 !important;
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active,
.solutions-proto-category-head:hover,
.solutions-proto-category-head.is-active,
.products-proto-catalog-section .products-hub-tree-item--top:hover,
.products-proto-catalog-section .products-hub-tree-item--top.is-active,
.products-proto-catalog-section .products-hub-tree-head:hover,
.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: rgba(255, 255, 255, 0.44) !important;
  color: #2f2922 !important;
}

.solutions-proto-all-link.is-active::before,
.products-proto-catalog-section .products-hub-tree-item--top.is-active::before {
  content: none !important;
}

.solutions-proto-subcategory-list,
.products-proto-catalog-section .products-hub-tree-content.is-open {
  background: transparent !important;
  padding: 0 !important;
}

.solutions-proto-subcategory-group + .solutions-proto-subcategory-group,
.products-proto-catalog-section .products-hub-tree-group-block + .products-hub-tree-group-block {
  margin-top: 0 !important;
}

.solutions-proto-subcategory-head,
.products-proto-catalog-section .products-hub-tree-subhead {
  align-items: stretch !important;
  border-top: 1px solid rgba(226, 222, 214, 0.88) !important;
}

.solutions-proto-subcategory-item--category,
.products-proto-catalog-section .products-hub-tree-item--category {
  padding: 10px 18px 10px 34px !important;
  color: #38322c !important;
  background: transparent !important;
  border-left: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-subcategory-item--category::before,
.products-proto-catalog-section .products-hub-tree-item--category::before {
  content: none !important;
  display: none !important;
}

.solutions-proto-subcategory-toggle,
.products-proto-catalog-section .products-hub-tree-subtoggle {
  width: 34px !important;
  min-width: 34px !important;
  margin-right: 4px !important;
  color: rgba(47, 41, 34, 0.72) !important;
}

.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  padding: 7px 18px 7px 54px !important;
  color: #5f564d !important;
  background: transparent !important;
  border-top: 1px solid rgba(226, 222, 214, 0.85) !important;
  border-left: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.46 !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.solutions-proto-subcategory-item--category:hover,
.solutions-proto-subcategory-item--category.is-active,
.solutions-proto-subcategory-item--leaf:hover,
.solutions-proto-subcategory-item--leaf.is-active,
.products-proto-catalog-section .products-hub-tree-item--category:hover,
.products-proto-catalog-section .products-hub-tree-item--category.is-active,
.products-proto-catalog-section .products-hub-tree-item--leaf:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf.is-active {
  background: rgba(255, 255, 255, 0.44) !important;
  color: #2f2922 !important;
}

.solutions-proto-category-toggle-button.is-open,
.solutions-proto-subcategory-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-subtoggle.is-open {
  color: #8a5a2b !important;
}

/* Catalog sidebar absolute final tuning: typography, separators, and top alignment. */
.products-proto-catalog-section .products-hub-main,
.solutions-proto-main {
  padding-top: 0 !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-title {
  font-family: var(--font-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-all-link,
.solutions-proto-category-link,
.solutions-proto-category-name,
.products-proto-catalog-section .products-hub-tree-item--top,
.products-proto-catalog-section .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-label {
  font-family: var(--font-title) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-subcategory-item--category,
.products-proto-catalog-section .products-hub-tree-item--category {
  font-family: var(--font-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  font-family: var(--font-title) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header {
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top,
.solutions-proto-category-item,
.products-proto-catalog-section .products-hub-tree-group {
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top,
.solutions-proto-category-link,
.products-proto-catalog-section .products-hub-tree-link,
.solutions-proto-subcategory-item--category,
.products-proto-catalog-section .products-hub-tree-item--category,
.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  border-left: 0 !important;
}

.solutions-proto-subcategory-head,
.products-proto-catalog-section .products-hub-tree-subhead {
  border: 0 !important;
  border-top: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  border: 0 !important;
  border-top: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-category-head,
.products-proto-catalog-section .products-hub-tree-head,
.solutions-proto-subcategory-head,
.products-proto-catalog-section .products-hub-tree-subhead {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  align-items: center !important;
  gap: 0 !important;
}

.solutions-proto-category-toggle-button,
.products-proto-catalog-section .products-hub-tree-toggle,
.solutions-proto-subcategory-toggle,
.products-proto-catalog-section .products-hub-tree-subtoggle {
  width: 34px !important;
  min-width: 34px !important;
  margin-right: 0 !important;
  justify-self: end !important;
}

/* Catalog pages: remove the large right-side tray while keeping item cards unchanged. */
.solutions-proto-main,
.products-proto-catalog-section .products-hub-main {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Catalog sidebars: match left navigation typography to right product titles. */
.solutions-proto-sidebar-header,
.solutions-proto-all-link,
.solutions-proto-category-link,
.solutions-proto-category-name,
.solutions-proto-subcategory-item--category,
.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-title,
.products-proto-catalog-section .products-hub-tree-item--top,
.products-proto-catalog-section .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-label,
.products-proto-catalog-section .products-hub-tree-item--category,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  font-family: var(--font-title) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header,
.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top,
.solutions-proto-category-item,
.products-proto-catalog-section .products-hub-tree-group,
.solutions-proto-subcategory-head,
.products-proto-catalog-section .products-hub-tree-subhead,
.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  border-color: rgba(214, 208, 198, 0.9) !important;
  border-width: 1px !important;
}

/* Listing sidebars: tighten overall height, clarify 1/2/3 level hierarchy, and avoid truncating product names by widening the panel. */
.solutions-proto-layout {
  grid-template-columns: 296px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.products-proto-catalog-section .products-hub-layout {
  grid-template-columns: 308px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
  padding-top: 0 !important;
}

.solutions-proto-sidebar {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 800px;
  max-height: 800px;
  overflow: hidden;
  align-self: start;
}

.solutions-proto-sidebar-header {
  flex: 0 0 auto;
  padding: 16px 18px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.solutions-proto-category-list {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 10px;
}

.solutions-proto-category-list::-webkit-scrollbar,
.products-proto-catalog-section .products-hub-sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}

.solutions-proto-category-list::-webkit-scrollbar-thumb,
.products-proto-catalog-section .products-hub-sidebar-scroll::-webkit-scrollbar-thumb {
  background: rgba(95, 87, 76, 0.18);
  border-radius: 999px;
}

.solutions-proto-all-link {
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-head {
  align-items: stretch !important;
}

.solutions-proto-category-link {
  padding: 14px 18px !important;
}

.solutions-proto-category-name {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-toggle-button {
  width: 38px !important;
  min-width: 38px !important;
  height: auto !important;
  margin-right: 4px !important;
}

.solutions-proto-subcategory-list {
  padding: 8px 0 10px !important;
}

.solutions-proto-subcategory-group + .solutions-proto-subcategory-group {
  margin-top: 2px;
}

.solutions-proto-subcategory-head {
  display: flex;
  align-items: stretch;
}

.solutions-proto-subcategory-item {
  border-left-width: 2px !important;
}

.solutions-proto-subcategory-item--category {
  position: relative;
  padding: 10px 18px 10px 34px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  color: #4f473e !important;
}

.solutions-proto-subcategory-item--category::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(95, 87, 76, 0.34);
  transform: translateY(-50%);
}

.solutions-proto-subcategory-toggle {
  width: 34px;
  min-width: 34px;
  margin-right: 4px;
  border: 0;
  background: transparent;
  color: rgba(95, 87, 76, 0.62);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.solutions-proto-subcategory-toggle:hover,
.solutions-proto-subcategory-toggle.is-open {
  color: #8a5a2b;
}

.solutions-proto-subcategory-toggle.is-open {
  transform: rotate(180deg);
}

.solutions-proto-subcategory-item--leaf {
  padding: 7px 18px 7px 54px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.46 !important;
  color: rgba(79, 67, 53, 0.66) !important;
  white-space: normal;
  word-break: break-word;
}

.solutions-proto-subcategory-item--leaf:hover,
.solutions-proto-subcategory-item--leaf.is-active {
  color: #2f2922 !important;
}

.products-proto-catalog-section .products-hub-sidebar {
  position: relative;
  top: 0;
  align-self: start;
}

.products-proto-catalog-section .products-hub-sidebar-panel {
  display: flex;
  flex-direction: column;
  height: 800px;
  max-height: 800px;
}

.products-proto-catalog-section .products-hub-sidebar-header {
  flex: 0 0 auto;
  padding: 16px 18px !important;
}

.products-proto-catalog-section .products-hub-sidebar-title {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.products-proto-catalog-section .products-hub-sidebar-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 10px !important;
}

.products-proto-catalog-section .products-hub-tree-item--top {
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.products-proto-catalog-section .products-hub-tree-head {
  align-items: stretch !important;
}

.products-proto-catalog-section .products-hub-tree-link {
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.products-proto-catalog-section .products-hub-tree-toggle {
  width: 38px !important;
  min-width: 38px !important;
  height: auto !important;
  margin-right: 4px !important;
}

.products-proto-catalog-section .products-hub-tree-content {
  padding: 0 !important;
  background: transparent !important;
}

.products-proto-catalog-section .products-hub-tree-content.is-open {
  padding: 8px 0 10px !important;
  background: #FCFAF4 !important;
}

.products-proto-catalog-section .products-hub-tree-group-block + .products-hub-tree-group-block {
  margin-top: 2px;
}

.products-proto-catalog-section .products-hub-tree-subhead {
  display: flex;
  align-items: stretch;
}

.products-proto-catalog-section .products-hub-tree-item {
  border-left-width: 2px !important;
}

.products-proto-catalog-section .products-hub-tree-item--child {
  padding-left: 34px !important;
  font-size: 12.5px !important;
  line-height: 1.44 !important;
}

.products-proto-catalog-section .products-hub-tree-item--category {
  position: relative;
  padding: 10px 18px 10px 34px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #4f473e !important;
}

.products-proto-catalog-section .products-hub-tree-item--category::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(95, 87, 76, 0.34);
  transform: translateY(-50%);
}

.products-proto-catalog-section .products-hub-tree-subtoggle {
  width: 34px;
  min-width: 34px;
  margin-right: 4px;
  border: 0;
  background: transparent;
  color: rgba(95, 87, 76, 0.62);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.products-proto-catalog-section .products-hub-tree-subtoggle:hover,
.products-proto-catalog-section .products-hub-tree-subtoggle.is-open {
  color: #8a5a2b;
}

.products-proto-catalog-section .products-hub-tree-subtoggle.is-open {
  transform: rotate(180deg);
}

.products-proto-catalog-section .products-hub-tree-item--leaf {
  padding: 7px 18px 7px 54px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.46 !important;
  color: rgba(79, 67, 53, 0.66) !important;
  white-space: normal;
  word-break: break-word;
}

.products-proto-catalog-section .products-hub-tree-item--leaf:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf.is-active {
  color: #2f2922 !important;
}

@media (max-width: 1024px) {
  .solutions-proto-layout,
  .products-proto-catalog-section .products-hub-layout {
    grid-template-columns: 1fr !important;
  }

  .solutions-proto-sidebar,
  .products-proto-catalog-section .products-hub-sidebar {
    position: relative;
    top: auto;
    max-height: none;
  }

  .solutions-proto-category-list,
  .products-proto-catalog-section .products-hub-sidebar-scroll,
  .products-proto-catalog-section .products-hub-sidebar-panel {
    max-height: none;
    overflow: visible;
  }
}

/* Listing sidebars: reduce AI-like glow, use a more editorial / enterprise navigation panel. */
.solutions-proto-sidebar,
.products-proto-catalog-section .products-hub-sidebar-panel {
  background: #fffdf9 !important;
  border: 1px solid rgba(205, 191, 168, 0.74) !important;
  border-radius: 14px !important;
  box-shadow: 0 3px 12px rgba(58, 45, 30, 0.04) !important;
  backdrop-filter: none !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header {
  background: #FCFAF4 !important;
  color: #2f2922 !important;
  border-bottom: 1px solid rgba(214, 201, 179, 0.84) !important;
  box-shadow: none !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-title {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.products-proto-catalog-section .products-hub-sidebar-title-icon,
.products-proto-catalog-section .products-hub-tree-icon {
  display: none !important;
}

.solutions-proto-category-list,
.products-proto-catalog-section .products-hub-sidebar-scroll {
  background: transparent !important;
}

.solutions-proto-category-item,
.products-proto-catalog-section .products-hub-tree-group {
  border-bottom: 1px solid rgba(226, 216, 198, 0.72) !important;
}

.solutions-proto-category-item:last-child,
.products-proto-catalog-section .products-hub-tree-group:last-child {
  border-bottom: none !important;
}

.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top {
  position: relative;
  background: transparent !important;
  color: #2f2922 !important;
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active,
.products-proto-catalog-section .products-hub-tree-item--top:hover,
.products-proto-catalog-section .products-hub-tree-item--top.is-active {
  background: #f8f4ea !important;
}

.solutions-proto-all-link.is-active::before,
.products-proto-catalog-section .products-hub-tree-item--top.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 3px;
  background: #C7A15D;
}

.solutions-proto-category-head,
.products-proto-catalog-section .products-hub-tree-head {
  border-bottom: none !important;
  background: transparent !important;
}

.solutions-proto-category-head.is-active,
.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: #f9f5ec !important;
}

.solutions-proto-category-link,
.products-proto-catalog-section .products-hub-tree-link {
  position: relative;
  color: #2f2922 !important;
}

.solutions-proto-category-link,
.products-proto-catalog-section .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-item--top {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.solutions-proto-category-link:hover,
.products-proto-catalog-section .products-hub-tree-link:hover {
  color: #2f2922 !important;
}

.solutions-proto-category-name,
.products-proto-catalog-section .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-label {
  letter-spacing: 0 !important;
}

.solutions-proto-category-toggle-button,
.solutions-proto-subcategory-toggle,
.products-proto-catalog-section .products-hub-tree-toggle,
.products-proto-catalog-section .products-hub-tree-subtoggle {
  color: rgba(108, 95, 79, 0.8) !important;
}

.solutions-proto-category-toggle-button:hover,
.solutions-proto-category-toggle-button.is-open,
.solutions-proto-subcategory-toggle:hover,
.solutions-proto-subcategory-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-toggle:hover,
.products-proto-catalog-section .products-hub-tree-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-subtoggle:hover,
.products-proto-catalog-section .products-hub-tree-subtoggle.is-open {
  color: #8f6a3a !important;
}

.solutions-proto-subcategory-list,
.products-proto-catalog-section .products-hub-tree-content.is-open {
  background: #fcfaf4 !important;
}

.solutions-proto-subcategory-item,
.products-proto-catalog-section .products-hub-tree-item--child {
  border-left-color: transparent !important;
}

.solutions-proto-subcategory-item--category,
.products-proto-catalog-section .products-hub-tree-item--category {
  color: #4d463d !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.solutions-proto-subcategory-item--category:hover,
.solutions-proto-subcategory-item--category.is-active,
.products-proto-catalog-section .products-hub-tree-item--category:hover,
.products-proto-catalog-section .products-hub-tree-item--category.is-active {
  background: rgba(199, 161, 93, 0.06) !important;
  color: #2f2922 !important;
}

.solutions-proto-subcategory-item--category::before,
.products-proto-catalog-section .products-hub-tree-item--category::before {
  display: none !important;
}

.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  color: rgba(88, 77, 64, 0.78) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.solutions-proto-subcategory-item--leaf:hover,
.solutions-proto-subcategory-item--leaf.is-active,
.products-proto-catalog-section .products-hub-tree-item--leaf:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf.is-active {
  background: rgba(199, 161, 93, 0.04) !important;
  color: #2f2922 !important;
}

/* Homepage hero dots: remove blue, keep centered and more visible on every template. */
.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dots {
  left: 50% !important;
  right: auto !important;
  bottom: 26px !important;
  gap: 12px !important;
  transform: translateX(-50%) !important;
}

.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dot {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow:
    0 0 0 1px rgba(16, 40, 61, 0.18),
    0 6px 14px rgba(16, 40, 61, 0.18) !important;
}

.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dot.is-active {
  width: 38px !important;
  background: #FFFFFF !important;
  box-shadow:
    0 0 0 1px rgba(16, 40, 61, 0.24),
    0 8px 18px rgba(16, 40, 61, 0.22) !important;
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dots {
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important;
  }
}

/* Homepage Banner content template: centered style 1 sizing tune-down. */
.home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] h1 {
  max-width: 900px !important;
  font-size: clamp(2.2rem, 3.2vw, 3.3rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0.035em !important;
  margin-bottom: 18px !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] .home-proto-primary-btn,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] .home-proto-secondary-btn {
  min-width: 188px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border-radius: 16px !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.04em !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] .home-proto-action-row {
  gap: 14px !important;
}

@media (max-width: 640px) {
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.7rem) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] .home-proto-primary-btn,
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_1"] .home-proto-secondary-btn {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 48px !important;
  }
}

/* Homepage hero dots: keep them obvious and centered for every banner template. */
.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dots {
  left: 50% !important;
  right: auto !important;
  bottom: 26px !important;
  gap: 12px !important;
  transform: translateX(-50%) !important;
}

.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dot {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow:
    0 0 0 1px rgba(16, 40, 61, 0.18),
    0 6px 14px rgba(16, 40, 61, 0.18) !important;
}

.home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dot.is-active {
  width: 38px !important;
  background: #FFFFFF !important;
  box-shadow:
    0 0 0 1px rgba(16, 40, 61, 0.24),
    0 8px 18px rgba(16, 40, 61, 0.22) !important;
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-full-carousel .home-proto-hero-full-carousel-dots {
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important;
  }
}

/* Homepage Banner: follow the 4000 x 1667 artwork ratio. Keep this near EOF so it wins older viewport-based hero rules. */
.home-proto-page .home-proto-hero.home-proto-hero-cultural,
.home-proto-page .home-proto-hero-stage-cultural {
  min-height: calc(100vw * 1667 / 4000) !important;
  height: calc(100vw * 1667 / 4000) !important;
}

.home-proto-page .home-proto-hero-full-carousel,
.home-proto-page .home-proto-hero-full-carousel-stage {
  height: 100% !important;
}

@media (min-width: 1025px) {
  .home-proto-page .home-proto-hero-full-carousel-slide {
    background-size: 100% 100% !important;
    background-position: center center !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Homepage Banner content template: left focus style 1. */
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"]::before,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"]::after {
  content: none !important;
  display: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-centered-focus-copy {
  width: min(100%, 1560px);
  display: grid;
  justify-items: center;
  gap: 0;
  padding-top: 0;
  transform: none;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-hero-panel-kicker,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-badge-row,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-hero-panel-seal {
  display: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] h1 {
  max-width: min(100%, 1400px) !important;
  margin: 0 !important;
  color: #1a4582 !important;
  font-family: var(--font-title);
  font-size: clamp(2.14rem, 3.12vw, 3.24rem) !important;
  line-height: 1.14 !important;
  font-weight: 700;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  position: relative;
  top: 0;
  text-shadow:
    0 4px 18px rgba(255, 255, 255, 0.42),
    0 12px 34px rgba(211, 228, 255, 0.16);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-centered-focus-rule {
  display: block;
  width: clamp(52px, 4vw, 70px);
  height: 3px;
  margin: 16px auto 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b63b2f 0%, #c74437 100%);
  position: relative;
  top: 0;
  box-shadow: 0 6px 16px rgba(182, 59, 47, 0.16);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-hero-desc {
  max-width: min(100%, 1320px) !important;
  margin: 0 auto clamp(26px, 3vh, 34px) !important;
  color: rgba(26, 69, 130, 0.94) !important;
  font-size: clamp(0.96rem, 1.02vw, 1.12rem) !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
  text-align: center !important;
  white-space: pre-line;
  position: relative;
  top: 0;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.34) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-chip-row {
  display: grid !important;
  grid-template-columns:
    max-content
    180px
    max-content
    minmax(520px, 600px)
    max-content
    84px
    max-content
    84px
    max-content;
  justify-content: center;
  align-items: start;
  gap: 0 !important;
  width: min(100%, 1680px);
  padding: 0 clamp(32px, 3vw, 88px);
  margin: 0 auto clamp(108px, 12vh, 152px) !important;
  transform: translateY(8px);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:first-child {
  --hero-chip-offset-x: 0px;
  display: grid;
  grid-template-rows: clamp(60px, 3.95vw, 70px) minmax(2.6em, auto);
  justify-self: center;
  justify-items: center;
  align-content: start;
  gap: 14px;
  width: max-content !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #1a4582 !important;
  font-family: var(--font-title);
  font-size: clamp(0.94rem, 1.02vw, 1.14rem) !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transform: translateX(var(--hero-chip-offset-x));
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(1) {
  grid-column: 1;
  --hero-chip-offset-x: 123px;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(2) {
  grid-column: 2;
  --hero-chip-offset-x: 108px;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(3) {
  grid-column: 5;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(4) {
  grid-column: 7;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(5) {
  grid-column: 9;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip::before {
  content: '';
  width: clamp(60px, 3.95vw, 70px);
  height: clamp(60px, 3.95vw, 70px);
  border-radius: 999px;
  background-color: #3f6fbe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42% 42%;
  box-shadow:
    0 10px 24px rgba(63, 111, 190, 0.18),
    0 0 0 3px rgba(255, 255, 255, 0.72);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip.has-custom-icon::before {
  background-image: var(--hero-chip-icon) !important;
  background-size: 62% 62% !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Crect x='8' y='12' width='32' height='22' rx='2.5' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M13 29h6l3-8 5 12 3-6h5' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 38h22' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M14 15h20' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M14 24h20' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M14 33h20' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='19' cy='15' r='3' fill='%233f6fbe' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='29' cy='24' r='3' fill='%233f6fbe' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='23' cy='33' r='3' fill='%233f6fbe' stroke='%23ffffff' stroke-width='3'/%3E%3C/svg%3E");
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24 10v18' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16 15.5v12.5' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M32 15.5v12.5' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M14 35h20' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M19 38.5h10' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='10' r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15 30l6-6 4 4 10-12' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='24' cy='24' r='13' stroke='%23ffffff' stroke-width='3'/%3E%3C/svg%3E");
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(5)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M13 35V17' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M22 35V11' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M31 35V23' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M10 35h28' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:hover,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:first-child:hover {
  transform: translateX(var(--hero-chip-offset-x)) translateY(-3px);
  opacity: 0.92;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-action-row {
  justify-content: center !important;
  gap: 20px !important;
  margin: 0 !important;
  width: 100%;
  transform: translateY(20px);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-primary-btn,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-secondary-btn {
  min-width: clamp(176px, 10.2vw, 210px);
  min-height: 52px !important;
  height: 52px;
  padding: 0 22px !important;
  border-radius: 12px !important;
  font-family: var(--font-title);
  font-size: clamp(0.88rem, 0.9vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-primary-btn {
  color: #ffffff !important;
  background: linear-gradient(135deg, #b33528 0%, #8d1d15 100%) !important;
  border: 1px solid rgba(143, 29, 21, 0.16) !important;
  box-shadow:
    0 18px 30px rgba(141, 29, 21, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-secondary-btn {
  color: #2a5ca5 !important;
  background: rgba(255, 255, 255, 0.46) !important;
  border: 1px solid rgba(42, 92, 165, 0.28) !important;
  box-shadow:
    0 14px 28px rgba(42, 92, 165, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-primary-btn:hover,
.home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-secondary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(42, 92, 165, 0.18) !important;
}

.home-proto-page .home-proto-hero-full-carousel-copy[data-template="centered_style_2"]::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.home-proto-page .home-proto-hero-full-carousel-copy[data-template="centered_style_2"] {
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(clamp(16px, 2.8vh, 34px) + 36px);
  padding-bottom: 68px;
}

@supports selector(:has(*)) {
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="centered_style_2"])::before,
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="centered_style_2"])::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
    mix-blend-mode: normal !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="centered_style_2"])::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="centered_style_2"]) {
    justify-content: center;
    align-items: flex-start;
    padding-top: calc(clamp(16px, 2.8vh, 34px) + 36px);
    padding-bottom: 68px;
  }
}

@media (max-width: 1180px) {
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-chip-row {
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    width: min(100%, 980px);
    padding: 0 18px;
    transform: translateY(20px);
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(1),
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(2),
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(3),
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(4),
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:nth-child(5) {
    grid-column: auto;
    --hero-chip-offset-x: 0px;
  }
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] {
    padding: 12px 10px 0 !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] h1 {
    font-size: clamp(2.04rem, 6vw, 3.1rem) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-hero-desc {
    max-width: 900px !important;
    margin-bottom: 30px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-chip-row {
    gap: 18px 34px !important;
    margin-bottom: 162px !important;
    transform: translateY(20px);
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-action-row {
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] {
    padding: 0 0 10px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] h1 {
    font-size: clamp(1.68rem, 8.1vw, 2.26rem) !important;
    letter-spacing: 0.04em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-centered-focus-rule {
    margin: 18px auto 16px;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-hero-desc {
    margin-bottom: 30px !important;
    font-size: 0.94rem !important;
    line-height: 1.78 !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-chip-row {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 18px 12px !important;
    margin-bottom: 82px !important;
    padding: 0 12px;
    transform: translateY(20px);
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip,
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-outline-chip:first-child {
    grid-template-rows: clamp(56px, 14vw, 64px) minmax(2.5em, auto);
    gap: 12px;
    font-size: 0.96rem !important;
    white-space: normal;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-primary-btn,
  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-secondary-btn {
    width: 100%;
    min-height: 50px !important;
    height: 50px;
  }
}

/* Homepage Banner content template: left focus style 1. */
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(72px, 3.6vw, 96px) !important;
  transform: translateY(-28px) !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-left-focus-copy {
  position: relative;
  z-index: 2;
  width: min(38vw, 760px);
  min-width: min(640px, 100%);
  max-width: 760px;
  display: grid;
  gap: 0;
  color: #fff0d0;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-panel-kicker {
  justify-content: flex-start;
  padding: 0 0 12px !important;
  color: rgba(255, 240, 208, 0.82) !important;
  font-size: clamp(0.72rem, 0.76vw, 0.84rem) !important;
  font-weight: 600;
  letter-spacing: 0.24em !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-panel-kicker::before {
  display: inline-block !important;
  width: 42px;
  height: 1px;
  background: rgba(230, 193, 122, 0.74);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] h1 {
  max-width: 100% !important;
  margin: 0 0 22px !important;
  color: #fff1d6 !important;
  font-family: var(--font-title);
  font-size: clamp(2.45rem, 3.4vw, 4.05rem) !important;
  line-height: 1.06 !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.38),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] h1 br {
  display: block;
}

.home-proto-page .home-proto-left-focus-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0 26px;
  background: linear-gradient(90deg, rgba(230, 193, 122, 0.9), rgba(230, 193, 122, 0.32), transparent);
  box-shadow: 0 0 18px rgba(230, 193, 122, 0.16);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-chip-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 0 0 28px !important;
  width: min(100%, 640px);
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-outline-chip,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-outline-chip:first-child {
  flex: 0 1 auto;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  min-height: 34px !important;
  height: auto !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 9px !important;
  color: rgba(255, 244, 222, 0.96) !important;
  background: rgba(35, 30, 24, 0.24) !important;
  border: 1px solid rgba(230, 193, 122, 0.46) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.14) !important;
  backdrop-filter: blur(10px);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem) !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-desc {
  max-width: 540px !important;
  margin: 0 0 34px !important;
  color: rgba(255, 245, 226, 0.9) !important;
  font-size: clamp(0.86rem, 0.92vw, 0.96rem) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-action-row {
  justify-content: flex-start !important;
  gap: 18px !important;
  margin: 0 !important;
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-primary-btn,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-secondary-btn {
  min-width: 154px;
  min-height: 42px !important;
  height: 42px;
  padding: 0 20px !important;
  border-radius: 9px !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-primary-btn {
  color: #fff7ea !important;
  background: linear-gradient(135deg, #9b2420 0%, #b43a2d 100%) !important;
  border: 1px solid rgba(239, 202, 128, 0.42) !important;
  box-shadow:
    0 16px 30px rgba(60, 17, 14, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-secondary-btn {
  color: rgba(255, 245, 226, 0.94) !important;
  background: rgba(35, 30, 24, 0.24) !important;
  border: 1px solid rgba(230, 193, 122, 0.38) !important;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-primary-btn:hover,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-secondary-btn:hover {
  transform: translateY(-1px);
  color: #fff7ea !important;
  border-color: rgba(239, 202, 128, 0.58) !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-badge-row,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-panel-seal {
  display: none !important;
}

/* Homepage Banner content template: left focus style 2. */
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(72px, 3.6vw, 96px) !important;
  transform: translateY(-28px) !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-left-focus-copy {
  position: relative;
  z-index: 2;
  width: min(38vw, 760px);
  min-width: min(640px, 100%);
  max-width: 760px;
  display: grid;
  gap: 0;
  color: #10283d;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-panel-kicker {
  justify-content: flex-start;
  padding: 0 0 12px !important;
  color: rgba(16, 40, 61, 0.82) !important;
  font-size: clamp(0.72rem, 0.76vw, 0.84rem) !important;
  font-weight: 600;
  letter-spacing: 0.24em !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.22);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-panel-kicker::before {
  display: inline-block !important;
  width: 42px;
  height: 1px;
  background: rgba(16, 40, 61, 0.42);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] h1 {
  max-width: 100% !important;
  margin: 0 0 22px !important;
  color: #10283d !important;
  font-family: var(--font-title);
  font-size: clamp(2.45rem, 3.4vw, 4.05rem) !important;
  line-height: 1.06 !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  text-shadow:
    0 4px 16px rgba(255, 255, 255, 0.28),
    0 14px 34px rgba(255, 255, 255, 0.14);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] h1 br {
  display: block;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-left-focus-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0 26px;
  background: linear-gradient(90deg, rgba(16, 40, 61, 0.72), rgba(16, 40, 61, 0.2), transparent);
  box-shadow: 0 0 18px rgba(16, 40, 61, 0.08);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-chip-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, max-content));
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 0 0 28px !important;
  width: min(100%, 640px);
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-outline-chip,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-outline-chip:first-child {
  flex: 0 1 auto;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  min-height: 34px !important;
  height: auto !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 9px !important;
  color: rgba(16, 40, 61, 0.96) !important;
  background: rgba(255, 248, 238, 0.52) !important;
  border: 1px solid rgba(16, 40, 61, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(16, 40, 61, 0.08) !important;
  backdrop-filter: blur(10px);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem) !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-desc {
  max-width: 540px !important;
  margin: 0 0 34px !important;
  color: rgba(16, 40, 61, 0.88) !important;
  font-size: clamp(0.86rem, 0.92vw, 0.96rem) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.22) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-action-row {
  justify-content: flex-start !important;
  gap: 18px !important;
  margin: 0 !important;
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-primary-btn,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-secondary-btn {
  min-width: 154px;
  min-height: 42px !important;
  height: 42px;
  padding: 0 20px !important;
  border-radius: 9px !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-primary-btn {
  color: #10283d !important;
  background: linear-gradient(135deg, rgba(255, 249, 240, 0.96) 0%, rgba(243, 230, 208, 0.94) 100%) !important;
  border: 1px solid rgba(16, 40, 61, 0.14) !important;
  box-shadow:
    0 16px 30px rgba(16, 40, 61, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-secondary-btn {
  color: rgba(16, 40, 61, 0.94) !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border: 1px solid rgba(16, 40, 61, 0.18) !important;
  box-shadow:
    0 14px 28px rgba(16, 40, 61, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-primary-btn:hover,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-secondary-btn:hover {
  transform: translateY(-1px);
  color: #10283d !important;
  border-color: rgba(16, 40, 61, 0.28) !important;
  box-shadow: 0 18px 34px rgba(16, 40, 61, 0.16) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-badge-row,
.home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-panel-seal {
  display: none !important;
}

@supports selector(:has(*)) {
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="left_focus_style_2"])::before,
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="left_focus_style_2"])::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
    mix-blend-mode: normal !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="left_focus_style_2"])::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="left_focus_style_2"]) {
    justify-content: center;
    align-items: center;
    padding-top: clamp(88px, 12vh, 124px);
    padding-bottom: clamp(88px, 12vh, 124px);
  }

  .home-proto-page .home-proto-hero-full-carousel:has(.home-proto-hero-panel[data-template="left_focus_style_2"]) .home-proto-hero-full-carousel-dots {
    left: auto;
    right: clamp(28px, 6vw, 92px);
    bottom: 34px;
    transform: none;
  }
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] {
    min-height: 0 !important;
    padding: 0 18px 0 clamp(40px, 6vw, 72px) !important;
    transform: translateY(-20px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-left-focus-copy {
    width: min(72vw, 760px);
    min-width: 0;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] h1 {
    font-size: clamp(2.35rem, 7.4vw, 4.1rem) !important;
  }
}

@media (max-width: 640px) {
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] {
    min-height: 0 !important;
    padding: 0 14px !important;
    transform: translateY(-14px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-panel-kicker {
    font-size: 0.72rem !important;
    letter-spacing: 0.18em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] h1 {
    font-size: clamp(2.15rem, 12vw, 3.45rem) !important;
    letter-spacing: 0.05em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-left-focus-rule {
    margin: 22px 0 18px;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-chip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-outline-chip,
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-outline-chip:first-child {
    justify-content: center;
    min-height: 40px !important;
    padding: 0.48rem 0.78rem !important;
    font-size: 0.82rem !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-hero-desc {
    margin-bottom: 24px !important;
    font-size: 0.94rem !important;
    line-height: 1.78 !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-primary-btn,
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"] .home-proto-secondary-btn {
    width: 100%;
    min-height: 48px !important;
    height: 48px;
  }
}

@supports selector(:has(*)) {
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="left_focus_style_1"])::before,
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="left_focus_style_1"])::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
    mix-blend-mode: normal !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="left_focus_style_1"])::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="left_focus_style_1"]) {
    justify-content: center;
    align-items: center;
    padding-top: clamp(88px, 12vh, 124px);
    padding-bottom: clamp(88px, 12vh, 124px);
  }

  .home-proto-page .home-proto-hero-full-carousel:has(.home-proto-hero-panel[data-template="left_focus_style_1"]) .home-proto-hero-full-carousel-dots {
    left: auto;
    right: clamp(28px, 6vw, 92px);
    bottom: 34px;
    transform: none;
  }
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] {
    min-height: 0 !important;
    padding: 0 18px 0 clamp(40px, 6vw, 72px) !important;
    transform: translateY(-20px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-left-focus-copy {
    width: min(72vw, 760px);
    min-width: 0;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] h1 {
    font-size: clamp(2.35rem, 7.4vw, 4.1rem) !important;
  }
}

@media (max-width: 640px) {
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] {
    min-height: 0 !important;
    padding: 0 14px !important;
    transform: translateY(-14px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-panel-kicker {
    font-size: 0.72rem !important;
    letter-spacing: 0.18em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] h1 {
    font-size: clamp(2.15rem, 12vw, 3.45rem) !important;
    letter-spacing: 0.05em !important;
  }

  .home-proto-page .home-proto-left-focus-rule {
    margin: 22px 0 18px;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-chip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-outline-chip,
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-outline-chip:first-child {
    justify-content: center;
    min-height: 40px !important;
    padding: 0.48rem 0.78rem !important;
    font-size: 0.82rem !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-hero-desc {
    margin-bottom: 24px !important;
    font-size: 0.94rem !important;
    line-height: 1.78 !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-primary-btn,
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"] .home-proto-secondary-btn {
    width: 100%;
    min-height: 48px !important;
    height: 48px;
  }
}

/* Homepage Banner content template: right focus style 1. */
.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 clamp(28px, 2.2vw, 56px) 0 0 !important;
  transform: translateY(-28px) !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-left-focus-copy {
  position: relative;
  z-index: 2;
  width: min(34vw, 680px);
  min-width: min(560px, 100%);
  max-width: 680px;
  margin-left: auto;
  display: grid;
  gap: 0;
  justify-items: start;
  color: #4b3724;
  transform: translateX(clamp(10px, 0.8vw, 18px));
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-panel-kicker {
  justify-content: flex-start;
  padding: 0 0 12px !important;
  color: rgba(75, 55, 36, 0.82) !important;
  font-size: clamp(0.72rem, 0.76vw, 0.84rem) !important;
  font-weight: 600;
  letter-spacing: 0.24em !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.22);
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-panel-kicker::before {
  display: inline-block !important;
  width: 42px;
  height: 1px;
  background: rgba(75, 55, 36, 0.42);
  order: 0;
  margin-left: 0;
  margin-right: 12px;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] h1 {
  max-width: 100% !important;
  margin: 0 0 22px !important;
  color: #4b3724 !important;
  font-family: var(--font-title);
  font-size: clamp(2.45rem, 3.4vw, 4.05rem) !important;
  line-height: 1.06 !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  text-shadow:
    0 4px 16px rgba(255, 255, 255, 0.28),
    0 14px 34px rgba(255, 255, 255, 0.14);
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] h1 br {
  display: block;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-left-focus-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0 26px;
  background: linear-gradient(90deg, rgba(75, 55, 36, 0.72), rgba(75, 55, 36, 0.2), transparent);
  box-shadow: 0 0 18px rgba(75, 55, 36, 0.08);
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-chip-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 0 0 28px !important;
  width: min(100%, 640px);
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-outline-chip,
.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-outline-chip:first-child {
  flex: 0 1 auto;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  min-height: 34px !important;
  height: auto !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 9px !important;
  color: rgba(75, 55, 36, 0.96) !important;
  background: rgba(255, 248, 238, 0.52) !important;
  border: 1px solid rgba(75, 55, 36, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(75, 55, 36, 0.08) !important;
  backdrop-filter: blur(10px);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem) !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_1"],
  .home-proto-page .home-proto-hero-panel[data-template="left_focus_style_2"],
  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] {
    padding-top: 0 !important;
    transform: translateY(-32px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="centered_style_2"] .home-proto-chip-row {
    margin-bottom: clamp(92px, 10vh, 132px) !important;
  }
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-desc {
  max-width: 540px !important;
  margin: 0 0 34px !important;
  color: rgba(75, 55, 36, 0.88) !important;
  font-size: clamp(0.86rem, 0.92vw, 0.96rem) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.22) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-action-row {
  justify-content: flex-start !important;
  gap: 18px !important;
  margin: 0 !important;
  max-width: 100%;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-primary-btn,
.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-secondary-btn {
  min-width: 154px;
  min-height: 42px !important;
  height: 42px;
  padding: 0 20px !important;
  border-radius: 9px !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-primary-btn {
  color: #4b3724 !important;
  background: linear-gradient(135deg, rgba(255, 249, 240, 0.96) 0%, rgba(243, 230, 208, 0.94) 100%) !important;
  border: 1px solid rgba(75, 55, 36, 0.14) !important;
  box-shadow:
    0 16px 30px rgba(75, 55, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-secondary-btn {
  color: rgba(75, 55, 36, 0.94) !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border: 1px solid rgba(75, 55, 36, 0.18) !important;
  box-shadow:
    0 14px 28px rgba(75, 55, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-primary-btn:hover,
.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-secondary-btn:hover {
  transform: translateY(-1px);
  color: #4b3724 !important;
  border-color: rgba(75, 55, 36, 0.28) !important;
  box-shadow: 0 18px 34px rgba(75, 55, 36, 0.16) !important;
}

.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-badge-row,
.home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-panel-seal {
  display: none !important;
}

@supports selector(:has(*)) {
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="right_focus_style_1"])::before,
  .home-proto-page .home-proto-hero-stage-cultural:has(.home-proto-hero-panel[data-template="right_focus_style_1"])::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
    mix-blend-mode: normal !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="right_focus_style_1"])::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .home-proto-page .home-proto-hero-full-carousel-copy:has(.home-proto-hero-panel[data-template="right_focus_style_1"]) {
    justify-content: center;
    align-items: center;
    padding-top: clamp(88px, 12vh, 124px);
    padding-bottom: clamp(88px, 12vh, 124px);
  }

  .home-proto-page .home-proto-hero-full-carousel:has(.home-proto-hero-panel[data-template="right_focus_style_1"]) .home-proto-hero-full-carousel-dots {
    left: clamp(28px, 6vw, 92px);
    right: auto;
    bottom: 34px;
    transform: none;
  }
}

@media (max-width: 980px) {
  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] {
    min-height: 0 !important;
    padding: 0 clamp(22px, 4vw, 40px) 0 18px !important;
    transform: translateY(-20px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-left-focus-copy {
    width: min(72vw, 760px);
    min-width: 0;
    transform: translateX(0);
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] h1 {
    font-size: clamp(2.35rem, 7.4vw, 4.1rem) !important;
  }
}

@media (max-width: 640px) {
  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] {
    min-height: 0 !important;
    padding: 0 14px !important;
    transform: translateY(-14px) !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-left-focus-copy {
    justify-items: stretch;
    transform: translateX(0);
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-panel-kicker {
    font-size: 0.72rem !important;
    letter-spacing: 0.18em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] h1 {
    font-size: clamp(2.15rem, 12vw, 3.45rem) !important;
    letter-spacing: 0.05em !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-left-focus-rule {
    margin: 22px 0 18px;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-chip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-outline-chip,
  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-outline-chip:first-child {
    justify-content: center;
    min-height: 40px !important;
    padding: 0.48rem 0.78rem !important;
    font-size: 0.82rem !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-hero-desc {
    margin-bottom: 24px !important;
    font-size: 0.94rem !important;
    line-height: 1.78 !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-primary-btn,
  .home-proto-page .home-proto-hero-panel[data-template="right_focus_style_1"] .home-proto-secondary-btn {
    width: 100%;
    min-height: 48px !important;
    height: 48px;
  }
}

/* Global breadcrumb: lighter and cleaner surface. */
.breadcrumb-bar {
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f6f6f2 100%) !important;
  border-top: 1px solid rgba(36, 50, 44, 0.04) !important;
  border-bottom: 1px solid rgba(36, 50, 44, 0.06) !important;
}

.breadcrumb-link,
.breadcrumb a,
.products-hub-breadcrumb a,
.products-hub-breadcrumb span {
  color: #5c4b3a !important;
}

.breadcrumb-link:hover,
.breadcrumb a:hover,
.breadcrumb-current,
.breadcrumb .current,
.breadcrumb [aria-current='page'],
.products-hub-breadcrumb .is-current {
  color: #845a33 !important;
}

.breadcrumb-separator,
.breadcrumb span,
.products-hub-breadcrumb-arrow,
.products-hub-breadcrumb-separator {
  color: #5c4b3a !important;
}

/* About page: premium neutral palette, keep the approved structure unchanged. */
.about-ref-page {
  --about-premium-ink: #13201c;
  --about-premium-muted: #66716a;
  --about-premium-line: rgba(36, 50, 44, 0.12);
  --about-premium-paper: #fbfaf6;
  --about-premium-mist: #f3f6f2;
  --about-premium-cool: #eef3ef;
  --about-premium-deep: #27352f;
  background: #f6f7f2 !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(251, 250, 246, 0.98) !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #6b4c2a !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: var(--about-premium-paper) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f8faf6 0%, var(--about-premium-cool) 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background:
    linear-gradient(180deg, #fbfaf6 0%, #f6f7f2 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f1f5f1 0%, #e9efea 100%) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.82) !important;
  border-color: var(--about-premium-line) !important;
  box-shadow: 0 20px 42px rgba(22, 35, 30, 0.06) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.7) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(39, 53, 47, 0.22) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: var(--about-premium-line) !important;
  color: #4f5e56 !important;
  box-shadow: 0 14px 28px rgba(22, 35, 30, 0.04) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(39, 53, 47, 0.18) !important;
}

.about-ref-page .about-ref-service-promise-card-media {
  overflow: hidden;
}

.about-ref-page .about-ref-service-promise-image,
.about-ref-page .about-ref-production-image,
.about-ref-page .about-ref-culture-card-image,
.about-ref-page .about-ref-profile-media-image,
.about-ref-page .about-ref-profile-thumb {
  filter: saturate(0.92) contrast(1.02) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: #ebece7 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(39, 53, 47, 0.45) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

/* About page: final culture background adjustment. Keep the structure, remove the dull sand tone. */
.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f8f7f2 0%, #f1eee7 100%) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 253, 248, 0.94) !important;
  box-shadow: 0 16px 34px rgba(48, 32, 18, 0.06) !important;
}

/* About page final culture tone correction. */
.about-ref-page .about-ref-culture-section {
  background: linear-gradient(180deg, #fffdf8 0%, #f9f6ef 100%) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 255, 255, 0.92) !important;
}

/* About page: make culture section cleaner than the stronger sand tone. */
.about-ref-page .about-ref-culture-section {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f9f6ef 100%) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 255, 255, 0.92) !important;
}

/* About page: reduce the continuous yellow canvas without changing structure. */
.about-ref-page {
  --about-canvas-base: var(--site-page-background, var(--page-surface-canvas));
  --about-canvas-paper: color-mix(in srgb, var(--about-canvas-base) 78%, #ffffff 22%);
  --about-canvas-soft: color-mix(in srgb, var(--about-canvas-base) 86%, #f2efe8 14%);
  --about-canvas-quiet: color-mix(in srgb, var(--about-canvas-base) 72%, #f8f8f6 28%);
  --about-panel-paper: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, var(--about-canvas-paper), var(--about-canvas-soft)) !important;
}

.about-ref-page .about-ref-intro-section {
  background: var(--about-canvas-quiet) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--about-canvas-base) 80%, #ffffff 20%),
      color-mix(in srgb, var(--about-canvas-base) 88%, #e8e1d4 12%)
    ) !important;
}

.about-ref-page .about-ref-tech-section {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--about-canvas-base) 70%, #f7f7f4 30%),
      color-mix(in srgb, var(--about-canvas-base) 82%, #ffffff 18%)
    ) !important;
}

.about-ref-page .about-ref-advantages-section {
  background: color-mix(in srgb, var(--about-canvas-base) 76%, #ffffff 24%) !important;
}

.about-ref-page .about-ref-environment-section {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--about-canvas-base) 86%, #f1eee8 14%),
      color-mix(in srgb, var(--about-canvas-base) 72%, #ffffff 28%)
    ) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media {
  background-color: var(--about-panel-paper) !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background:
    color-mix(in srgb, var(--about-canvas-base) 58%, #ffffff 42%) !important;
}

/* About page final tone override: visibly break up the yellow canvas. */
.about-ref-page {
  background: #f7f1e6 !important;
}

.about-ref-page .about-ref-intro-section {
  background: #fffdf8 !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f8f7f2 0%, #f1eee7 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: #f8f7f3 !important;
}

.about-ref-page .about-ref-advantages-section {
  background: linear-gradient(180deg, #f3eadc 0%, #eee2d0 100%) !important;
}

.about-ref-page .about-ref-environment-section {
  background: #fffdf8 !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 16px 36px rgba(48, 24, 18, 0.07) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 253, 248, 0.94) !important;
  box-shadow: 0 16px 34px rgba(48, 32, 18, 0.06) !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(255, 253, 248, 0.98) !important;
}

/* About page: final visible culture background, must stay at EOF. */
.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #f8f9f5 0%, #eef2ed 100%) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 18px 38px rgba(31, 45, 38, 0.07) !important;
}

/* About page: absolute final premium palette, keep this block last. */
.about-ref-page {
  --about-premium-ink: #13201c;
  --about-premium-muted: #66716a;
  --about-premium-line: rgba(36, 50, 44, 0.12);
  --about-premium-paper: #fbfaf6;
  --about-premium-cool: #eef3ef;
  --about-premium-deep: #27352f;
  background: #f6f7f2 !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(251, 250, 246, 0.98) !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #2f3b35 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: var(--about-premium-paper) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f8faf6 0%, var(--about-premium-cool) 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: linear-gradient(180deg, #fbfaf6 0%, #f6f7f2 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f1f5f1 0%, #e9efea 100%) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-production-card .about-ref-production-label {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.82) !important;
  border-color: var(--about-premium-line) !important;
  box-shadow: 0 20px 42px rgba(22, 35, 30, 0.06) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.7) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(39, 53, 47, 0.22) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: var(--about-premium-line) !important;
  color: #4f5e56 !important;
  box-shadow: 0 14px 28px rgba(22, 35, 30, 0.04) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(39, 53, 47, 0.18) !important;
}

.about-ref-page .about-ref-service-promise-image,
.about-ref-page .about-ref-production-image,
.about-ref-page .about-ref-culture-card-image,
.about-ref-page .about-ref-profile-media-image,
.about-ref-page .about-ref-profile-thumb {
  filter: saturate(0.92) contrast(1.02) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: #ebece7 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(39, 53, 47, 0.45) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

/* About page: final no-green palette, keep this block at EOF. */
.about-ref-page {
  --about-premium-ink: #221f1c;
  --about-premium-muted: #6b6258;
  --about-premium-line: rgba(63, 55, 47, 0.12);
  --about-premium-paper: #fbfaf6;
  --about-premium-cool: #f1ede6;
  --about-premium-deep: #2b2722;
  background: #f6f2eb !important;
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(251, 250, 246, 0.98) !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #4f463d !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: var(--about-premium-paper) !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fbfaf6 0%, #f1ede6 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background: linear-gradient(180deg, #fbfaf6 0%, #f5f1ea 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f4f0e8 0%, #ece6dd 100%) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-production-card .about-ref-production-label {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.84) !important;
  border-color: var(--about-premium-line) !important;
  box-shadow: 0 20px 42px rgba(43, 39, 34, 0.06) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.72) !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(43, 39, 34, 0.2) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.76) !important;
  border-color: var(--about-premium-line) !important;
  color: #5f564d !important;
  box-shadow: 0 14px 28px rgba(43, 39, 34, 0.04) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(43, 39, 34, 0.18) !important;
}

.about-ref-page .about-ref-footer-cta {
  background: #ede9e1 !important;
  border-color: var(--about-premium-line) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(43, 39, 34, 0.42) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

/* Catalog sidebars final override: reference-style directory panel, left navigation only. */
.solutions-proto-sidebar,
.products-proto-catalog-section .products-hub-sidebar-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
}

.solutions-proto-sidebar-header,
.products-proto-catalog-section .products-hub-sidebar-header {
  min-height: auto !important;
  width: 100% !important;
  padding: 0 0 14px !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  color: #2f2922 !important;
  border-bottom: 1px solid rgba(214, 208, 198, 0.92) !important;
  border-radius: 0 !important;
  font-family: var(--font-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.products-proto-catalog-section .products-hub-sidebar-title {
  gap: 0 !important;
  font-family: var(--font-title) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: inherit !important;
}

.solutions-proto-sidebar-header span,
.products-proto-catalog-section .products-hub-sidebar-title-icon,
.products-proto-catalog-section .products-hub-tree-icon {
  display: none !important;
}

.solutions-proto-category-list,
.products-proto-catalog-section .products-hub-sidebar-scroll {
  margin-top: 8px !important;
  background: transparent !important;
  padding: 0 !important;
}

.solutions-proto-all-link,
.products-proto-catalog-section .products-hub-tree-item--top {
  padding: 15px 20px !important;
  color: #2f2922 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(214, 208, 198, 0.92) !important;
  font-family: var(--font-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-item,
.products-proto-catalog-section .products-hub-tree-group {
  border-bottom: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-category-head,
.products-proto-catalog-section .products-hub-tree-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 26px !important;
  align-items: center !important;
  gap: 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
}

.solutions-proto-category-link,
.products-proto-catalog-section .products-hub-tree-link {
  padding: 15px 10px 15px 20px !important;
  display: block !important;
  min-width: 0 !important;
  color: #2f2922 !important;
  font-family: var(--font-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-category-name,
.products-proto-catalog-section .products-hub-tree-label {
  display: block !important;
  min-width: 0 !important;
  color: #2f2922 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.solutions-proto-category-toggle-button,
.products-proto-catalog-section .products-hub-tree-toggle {
  width: 26px !important;
  min-width: 26px !important;
  margin-right: 0 !important;
  justify-self: end !important;
  color: #2f2922 !important;
}

.solutions-proto-all-link:hover,
.solutions-proto-all-link.is-active:hover,
.solutions-proto-category-head:hover,
.solutions-proto-category-head.is-active:hover,
.products-proto-catalog-section .products-hub-tree-item--top:hover,
.products-proto-catalog-section .products-hub-tree-item--top.is-active:hover,
.products-proto-catalog-section .products-hub-tree-head:hover,
.products-proto-catalog-section .products-hub-tree-head.is-active:hover {
  background: transparent !important;
  color: #b43a2f !important;
}

.solutions-proto-category-link:hover,
.solutions-proto-category-link.is-active:hover,
.products-proto-catalog-section .products-hub-tree-link:hover,
.products-proto-catalog-section .products-hub-tree-link.is-active:hover {
  color: #b43a2f !important;
}

.solutions-proto-all-link.is-active,
.solutions-proto-category-head.is-active,
.products-proto-catalog-section .products-hub-tree-item--top.is-active,
.products-proto-catalog-section .products-hub-tree-head.is-active {
  background: transparent !important;
  color: #8a5a2b !important;
}

.solutions-proto-category-head:hover .solutions-proto-category-link,
.solutions-proto-category-head:hover .solutions-proto-category-name,
.solutions-proto-category-head:hover .solutions-proto-category-toggle-button,
.solutions-proto-category-head:hover .solutions-proto-category-arrow,
.solutions-proto-category-head.is-active:hover .solutions-proto-category-link,
.solutions-proto-category-head.is-active:hover .solutions-proto-category-name,
.solutions-proto-category-head.is-active:hover .solutions-proto-category-toggle-button,
.solutions-proto-category-head.is-active:hover .solutions-proto-category-arrow,
.products-proto-catalog-section .products-hub-tree-head:hover .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-head:hover .products-hub-tree-label,
.products-proto-catalog-section .products-hub-tree-head:hover .products-hub-tree-toggle,
.products-proto-catalog-section .products-hub-tree-head.is-active:hover .products-hub-tree-link,
.products-proto-catalog-section .products-hub-tree-head.is-active:hover .products-hub-tree-label,
.products-proto-catalog-section .products-hub-tree-head.is-active:hover .products-hub-tree-toggle {
  color: #b43a2f !important;
}

.solutions-proto-all-link.is-active,
.solutions-proto-category-head.is-active,
.solutions-proto-category-head.is-active .solutions-proto-category-link,
.solutions-proto-category-head.is-active .solutions-proto-category-name,
.solutions-proto-category-head.is-active .solutions-proto-category-toggle-button,
.solutions-proto-category-head.is-active .solutions-proto-category-arrow {
  color: #2f2922 !important;
}

.solutions-proto-all-link.is-active::before,
.products-proto-catalog-section .products-hub-tree-item--top.is-active::before {
  content: none !important;
}

.solutions-proto-subcategory-list,
.products-proto-catalog-section .products-hub-tree-content.is-open {
  background: transparent !important;
  padding: 0 !important;
}

.solutions-proto-subcategory-group + .solutions-proto-subcategory-group,
.products-proto-catalog-section .products-hub-tree-group-block + .products-hub-tree-group-block {
  margin-top: 0 !important;
}

.solutions-proto-subcategory-head,
.products-proto-catalog-section .products-hub-tree-subhead {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  align-items: center !important;
  gap: 0 !important;
  border-top: 1px solid rgba(214, 208, 198, 0.92) !important;
}

.solutions-proto-subcategory-item--category,
.products-proto-catalog-section .products-hub-tree-item--category {
  padding: 10px 20px 10px 40px !important;
  color: #38322c !important;
  background: transparent !important;
  border-left: 0 !important;
  font-family: var(--font-title) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.solutions-proto-subcategory-item--category::before,
.products-proto-catalog-section .products-hub-tree-item--category::before {
  content: none !important;
  display: none !important;
}

.solutions-proto-subcategory-toggle,
.products-proto-catalog-section .products-hub-tree-subtoggle {
  width: 34px !important;
  min-width: 34px !important;
  margin-right: 0 !important;
  justify-self: end !important;
  color: rgba(47, 41, 34, 0.72) !important;
}

.solutions-proto-subcategory-item--leaf,
.products-proto-catalog-section .products-hub-tree-item--leaf {
  padding: 8px 20px 8px 56px !important;
  color: #5f564d !important;
  background: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  font-family: var(--font-title) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.solutions-proto-subcategory-item--category:hover,
.solutions-proto-subcategory-item--category.is-active:hover,
.solutions-proto-subcategory-item--leaf:hover,
.solutions-proto-subcategory-item--leaf.is-active:hover,
.products-proto-catalog-section .products-hub-tree-item--category:hover,
.products-proto-catalog-section .products-hub-tree-item--category.is-active:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf.is-active:hover,
.products-proto-catalog-section .products-hub-tree-item--leaf:hover {
  background: transparent !important;
  color: #b43a2f !important;
}

.solutions-proto-subcategory-item--category.is-active,
.solutions-proto-subcategory-item--leaf.is-active,
.products-proto-catalog-section .products-hub-tree-item--category.is-active,
.products-proto-catalog-section .products-hub-tree-item--leaf.is-active {
  background: transparent !important;
  color: #8a5a2b !important;
}

.solutions-proto-category-toggle-button:hover,
.solutions-proto-subcategory-toggle:hover,
.products-proto-catalog-section .products-hub-tree-toggle:hover,
.products-proto-catalog-section .products-hub-tree-subtoggle:hover {
  color: #b43a2f !important;
}

.solutions-proto-category-toggle-button.is-open,
.solutions-proto-subcategory-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-toggle.is-open,
.products-proto-catalog-section .products-hub-tree-subtoggle.is-open {
  color: #8a5a2b !important;
}
/* About page: brighter neutral cleanup, verified EOF anchor. */
.about-ref-page {
  --about-premium-ink: #211c18 !important;
  --about-premium-muted: #685f56 !important;
  --about-premium-line: rgba(84, 72, 59, 0.06) !important;
  --about-premium-paper: #fffefd !important;
  --about-premium-cool: #fbf8f2 !important;
  --about-premium-deep: #2f2924 !important;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    #fdfbf8 !important;
}

.about-ref-page .about-ref-hero-single {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(30, 30, 30, 0.978) 0%, rgba(37, 37, 37, 0.99) 100%) !important;
}

.about-ref-page .about-ref-hero-single::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0%, rgba(255, 255, 255, 0.004) 100%),
    url('/images/home/k7-kit/cloud-pattern.png') center / 220px auto repeat !important;
  opacity: 0.14;
  mix-blend-mode: screen;
}

.about-ref-page .about-ref-hero-single::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.about-ref-page .about-ref-hero-divider {
  display: block !important;
  width: 148px !important;
  height: 3px !important;
  margin: 26px auto 34px !important;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.9), rgba(212, 175, 55, 0)) !important;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

.about-ref-page .about-ref-anchor-tabs {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
  box-shadow: 0 8px 24px rgba(43, 39, 34, 0.035) !important;
}

.about-ref-page .about-ref-anchor-tabs a {
  color: #5a5148 !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
  background: transparent !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-environment-section {
  background: #fffefd !important;
}

.about-ref-page .about-ref-culture-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #fffdf9 0%, #fbf8f2 100%) !important;
}

.about-ref-page .about-ref-tech-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fdfbf8 0%, #faf7f1 100%) !important;
}

.about-ref-page .about-ref-advantages-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #fcfaf5 0%, #f8f4ed 100%) !important;
}

.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card,
.about-ref-page .about-ref-culture-card-with-bg,
.about-ref-page .about-ref-tech-panel,
.about-ref-page .about-ref-service-promise-card-media,
.about-ref-page .about-ref-production-card {
  background-color: rgba(255, 255, 255, 0.97) !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
  box-shadow: 0 12px 30px rgba(43, 39, 34, 0.03) !important;
}

.about-ref-page .about-ref-culture-card {
  background: rgba(255, 255, 255, 0.95) !important;
}

.about-ref-page .about-ref-culture-card-with-bg {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.about-ref-page .about-ref-tech-tab {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
  color: #62584d !important;
  box-shadow: 0 8px 20px rgba(43, 39, 34, 0.025) !important;
}

.about-ref-page #about-tech-0:checked ~ .about-ref-tech-tabs label[for="about-tech-0"],
.about-ref-page #about-tech-1:checked ~ .about-ref-tech-tabs label[for="about-tech-1"],
.about-ref-page #about-tech-2:checked ~ .about-ref-tech-tabs label[for="about-tech-2"],
.about-ref-page #about-tech-3:checked ~ .about-ref-tech-tabs label[for="about-tech-3"],
.about-ref-page #about-tech-4:checked ~ .about-ref-tech-tabs label[for="about-tech-4"] {
  background: var(--about-premium-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(43, 39, 34, 0.1) !important;
}

.about-ref-page .about-ref-section-title,
.about-ref-page .about-ref-section-title-light,
.about-ref-page .about-ref-profile-copy h3,
.about-ref-page .about-ref-tech-copy h3,
.about-ref-page .about-ref-service-promise-card-media strong,
.about-ref-page .about-ref-production-label {
  color: var(--about-premium-ink) !important;
}

.about-ref-page .about-ref-section-desc,
.about-ref-page .about-ref-section-desc-light,
.about-ref-page .about-ref-profile-long-box,
.about-ref-page .about-ref-culture-card p,
.about-ref-page .about-ref-tech-copy p,
.about-ref-page .about-ref-service-promise-card-media p {
  color: var(--about-premium-muted) !important;
}

.about-ref-page .about-ref-profile-photo-stack figcaption {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
  color: #4d443b !important;
  box-shadow: 0 8px 18px rgba(43, 39, 34, 0.035) !important;
}

.about-ref-page .about-ref-production-label {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24) !important;
}

.about-ref-page .about-ref-profile-photo-stack figure::after,
.about-ref-page .about-ref-production-card::after {
  opacity: 0.48 !important;
}

.about-ref-page .about-ref-profile-long-box .about-ref-profile-body::-webkit-scrollbar-thumb {
  background: rgba(43, 39, 34, 0.12) !important;
}

.about-ref-page .about-ref-footer-cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f3ec 100%) !important;
  border-color: rgba(84, 72, 59, 0.06) !important;
}

.about-ref-page .about-ref-footer-cta-button {
  border-color: rgba(43, 39, 34, 0.2) !important;
  color: var(--about-premium-deep) !important;
  background: rgba(255, 255, 255, 0.74) !important;
}

.about-ref-page .about-ref-service-promise-image,
.about-ref-page .about-ref-production-image,
.about-ref-page .about-ref-culture-card-image,
.about-ref-page .about-ref-profile-media-image,
.about-ref-page .about-ref-profile-thumb {
  filter: brightness(1.04) saturate(0.9) contrast(1.01) !important;
}

/* Home solutions: emphasize the active solution with a restrained vermilion accent. */
.home-proto-section-solutions {
  --home-solution-accent: #d8b767;
  --home-solution-accent-strong: #9a6d3a;
  --home-solution-accent-ink: #fff8ee;
  --home-solution-accent-line: rgba(216, 183, 103, 0.42);
  --home-solution-accent-shadow: rgba(79, 55, 22, 0.24);
}

.home-proto-section-solutions .home-proto-feature-body h3 {
  color: var(--home-solution-accent) !important;
  font-size: clamp(1.38rem, 1.18rem + 0.7vw, 1.56rem) !important;
  line-height: 1.32 !important;
  text-shadow: 0 2px 10px rgba(18, 10, 7, 0.16) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  color: var(--home-solution-accent-ink) !important;
  background: linear-gradient(135deg, var(--home-solution-accent) 0%, var(--home-solution-accent-strong) 100%) !important;
  border-color: var(--home-solution-accent-line) !important;
  box-shadow:
    0 14px 30px var(--home-solution-accent-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover,
.home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:focus-visible {
  color: #fffaf5 !important;
  background: linear-gradient(135deg, #e4c786 0%, var(--home-solution-accent-strong) 100%) !important;
  border-color: rgba(228, 199, 134, 0.52) !important;
  box-shadow:
    0 16px 34px rgba(79, 55, 22, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

@media (max-width: 640px) {
  .home-proto-section-solutions .home-proto-feature-body h3 {
    font-size: 1.3rem !important;
  }
}

/* Homepage solutions final palette: left emphasis red, title white, CTA red. */
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active {
  background: transparent !important;
  border-color: rgba(180, 58, 47, 0.26) !important;
  border-left-color: #b43a2f !important;
  box-shadow:
    0 10px 22px rgba(97, 30, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-num,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-num,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab:hover .home-proto-solution-tab-text,
.home-proto-page .home-proto-section-solutions .home-proto-solution-tab.is-active .home-proto-solution-tab-text {
  color: #b43a2f !important;
  text-shadow: none !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-feature-body h3 {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link {
  color: #fffaf5 !important;
  background: linear-gradient(135deg, #b43a2f 0%, #8f2c24 100%) !important;
  border-color: rgba(180, 58, 47, 0.5) !important;
  box-shadow:
    0 14px 30px rgba(97, 30, 25, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.home-proto-page .home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:hover,
.home-proto-page .home-proto-section-solutions .home-proto-feature-body .home-proto-inline-link:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #c54539 0%, #9a3027 100%) !important;
  border-color: rgba(197, 69, 57, 0.58) !important;
  box-shadow:
    0 16px 34px rgba(97, 30, 25, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.site-footer-shell .site-footer-mark.has-image {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* About hero: viewport-fit full-bleed adaptation across screen sizes. */
.about-ref-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative !important;
  overflow-x: hidden !important;
  overflow-x: clip !important;
}

.about-ref-page .about-ref-intro-section,
.about-ref-page .about-ref-culture-section,
.about-ref-page .about-ref-tech-section,
.about-ref-page .about-ref-advantages-section,
.about-ref-page .about-ref-environment-section,
.about-ref-page .about-ref-footer-cta {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.about-ref-page .about-ref-container {
  width: min(1200px, calc(100vw - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.about-ref-page .about-ref-hero-single {
  width: 100% !important;
  max-width: none !important;
  min-height: 420px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding:
    clamp(78px, 9vw, 118px)
    24px
    clamp(58px, 7vw, 84px) !important;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.42) 0%, rgba(18, 18, 18, 0.58) 100%),
    linear-gradient(180deg, rgba(30, 30, 30, 0.978) 0%, rgba(37, 37, 37, 0.99) 100%),
    url('/images/home/k7-kit/landscape-roll.png') center center / cover no-repeat !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.about-ref-page .about-ref-hero-single .about-ref-hero-content {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  padding-inline: 24px !important;
}

.about-ref-page .about-ref-hero-title {
  font-size: var(--page-detail-hero-title-size) !important;
  line-height: var(--page-detail-hero-title-line-height) !important;
  text-wrap: balance;
}

.about-ref-page .about-ref-hero-subtitle {
  max-width: min(720px, 100%) !important;
  margin-inline: auto !important;
}

.about-ref-page .about-ref-anchor-tabs {
  width: min(1360px, calc(100vw - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: sticky !important;
  isolation: isolate !important;
  overflow: visible !important;
}

.about-ref-page .about-ref-anchor-tabs::before {
  content: '' !important;
  position: absolute !important;
  top: -1px !important;
  bottom: -1px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-top: 1px solid rgba(84, 72, 59, 0.06) !important;
  border-bottom: 1px solid rgba(84, 72, 59, 0.06) !important;
  z-index: -1 !important;
}

@media (max-width: 1366px) {
  .about-ref-page .about-ref-hero-single {
    background-position: center center !important;
  }

  .about-ref-page .about-ref-hero-single .about-ref-hero-content {
    width: min(900px, 100%) !important;
  }

  .about-ref-page .about-ref-anchor-tabs {
    width: min(1240px, calc(100vw - 36px)) !important;
  }
}

@media (max-width: 1024px) {
  .about-ref-page .about-ref-hero-single {
    padding:
      clamp(78px, 8vw, 96px)
      24px
      clamp(56px, 6vw, 72px) !important;
  }

  .about-ref-page .about-ref-hero-single .about-ref-hero-content {
    width: min(900px, 100%) !important;
    padding-inline: 24px !important;
  }

  .about-ref-page .about-ref-anchor-tabs {
    width: min(100%, calc(100vw - 24px)) !important;
  }
}

@media (max-width: 767px) {
  .about-ref-page .about-ref-hero-single {
    min-height: 360px !important;
    padding: 72px 18px 56px !important;
    background-position: 54% center !important;
  }

  .about-ref-page .about-ref-hero-single .about-ref-hero-content {
    width: 100% !important;
    padding-inline: 18px !important;
  }

  .about-ref-page .about-ref-hero-subtitle {
    max-width: 100% !important;
  }

  .about-ref-page .about-ref-anchor-tabs {
    width: calc(100vw - 16px) !important;
    margin-top: -18px !important;
  }
}

/* Header navigation: keep active, hover and opened menu states in brand red. */
#navbar .nav-link.active,
#navbar .nav-link:hover,
#navbar .nav-link.is-open,
#navbar.navbar-scrolled .nav-link.active,
#navbar.navbar-scrolled .nav-link:hover,
#navbar.navbar-scrolled .nav-link.is-open {
  color: var(--palace-red) !important;
}

#navbar .nav-link.active::after,
#navbar .nav-link:hover::after,
#navbar .nav-link.is-open::after,
#navbar.navbar-scrolled .nav-link.active::after,
#navbar.navbar-scrolled .nav-link:hover::after,
#navbar.navbar-scrolled .nav-link.is-open::after {
  background: var(--palace-red) !important;
}

#navbar .nav-link.is-open .nav-link-caret,
#navbar .nav-link:hover .nav-link-caret,
#navbar.navbar-scrolled .nav-link.is-open .nav-link-caret,
#navbar.navbar-scrolled .nav-link:hover .nav-link-caret {
  color: var(--palace-red) !important;
}

/* Thank-you page: subtle landscape background for the confirmation hero. */
.thank-you-hero-panel[data-layout="page-hero-split"] {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(250, 246, 237, 0.93) 100%),
    linear-gradient(135deg, rgba(22, 133, 169, 0.025), rgba(132, 90, 51, 0.04)) !important;
}

.thank-you-hero-panel[data-layout="page-hero-split"]::before {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(250, 246, 237, 0.78)),
    url('/images/home/k7-kit/landscape-roll.png') center bottom / 140% auto no-repeat !important;
  opacity: 0.16;
  filter: saturate(0.72) contrast(0.86) brightness(1.08);
  mix-blend-mode: multiply;
}

