/* solution-enterprise.html — page-scoped redesign. Public inpage.css remains untouched. */
body.solution-detail-v2.e-page {
  --theme-color: var(--brand-green);
  --detail-index: '02';
  font-family: var(--font-family-base);
  font-size: var(--type-body);
  color: var(--text-body);
  overflow-x: hidden;
  background: var(--bg-white);
}

.e-page *, .e-page *::before, .e-page *::after { box-sizing: border-box; }
.e-page img { display: block; max-width: 100%; }
.e-page em { color: var(--brand-green); font-style: normal; }
.e-page main { overflow: hidden; }

.e-hero { position: relative; min-height: 720px; overflow: hidden; background: var(--brand-green-deep); color: var(--bg-white); }
.e-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.01); }
.e-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,42,24,.94) 0%, rgba(0,68,36,.82) 37%, rgba(0,41,25,.25) 69%, rgba(0,23,15,.14) 100%), linear-gradient(0deg, rgba(0,35,20,.38), transparent 48%); }
.e-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, var(--text-dark), transparent 64%); }
.e-hero-inner { position: relative; z-index: 2; min-height: 720px; padding-top: 52px; padding-bottom: 86px; display: flex; flex-direction: column; justify-content: space-between; }
.e-breadcrumb { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.62); font-size: var(--type-caption); }
.e-breadcrumb a { color: rgba(255,255,255,.68); }
.e-breadcrumb a:hover { color: var(--bg-white); }
.e-breadcrumb b { color: var(--bg-white); font-weight: 500; }
.e-hero-copy { width: min(670px, 68%); margin: auto 0; }
.e-eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; color: var(--brand-green); font-size: var(--type-caption); line-height: 1; font-weight: 500; letter-spacing: 2.6px; }
.e-eyebrow::before { content: ''; width: 38px; height: 2px; background: currentColor; }
.e-eyebrow.light { color: var(--gold); }
.e-hero h1 { margin: 0; font-size: var(--type-page-title); line-height: 1.2; letter-spacing: 1px; font-weight: 500; }
.e-hero-copy > p { max-width: 610px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: var(--type-page-subtitle); line-height: 1.9; }
.e-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.e-hero-tags span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); border-radius: var(--radius-xl); color: rgba(255,255,255,.9); font-size: var(--type-caption); backdrop-filter: blur(8px); }
.e-hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.e-btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: var(--radius-md); font-size: var(--type-caption); font-weight: 500; transition: .25s ease; }
.e-btn i { font-style: normal; font-size: var(--font-size-18); }
.e-btn.primary { background: var(--gold); color: var(--brand-green-deep); }
.e-btn.primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.e-btn.ghost { border-color: rgba(255,255,255,.35); color: var(--bg-white); background: rgba(255,255,255,.04); }
.e-btn.ghost:hover { background: var(--bg-white); color: var(--brand-green-deep); }

.e-anchor { position: relative; z-index: 10; margin-top: -34px; }
.e-anchor-inner { min-height: 90px; display: grid; grid-template-columns: repeat(4, minmax(120px,1fr)); align-items: stretch; padding: 0; border-radius: var(--radius-lg); background: var(--bg-white); box-shadow: var(--shadow-lg); overflow: hidden; }
.e-anchor a { display: flex; align-items: center; gap: 13px; padding: 0 24px; border-right: 1px solid var(--border); color: var(--text-body); font-size: var(--type-caption); font-weight: 500; }
.e-anchor a:last-child { border-right: 0; }
.e-anchor a span { color: var(--text-muted); font: 500 var(--type-caption)/1 var(--font-family-number); }
.e-anchor a:hover { background: var(--brand-green-pale); color: var(--brand-green); }
.e-section { padding: 116px 0; }
.e-intro { padding: 100px 0; background: var(--bg-white); }
.e-intro-grid { padding: 0; border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--bg-white); box-shadow: var(--shadow-sm); overflow: hidden; }
.e-intro-main { display: flex; align-items: stretch; min-height: 440px; }
.e-intro-content { flex: 0 0 45%; display: flex; flex-direction: column; justify-content: center; padding: 58px 54px; background: linear-gradient(135deg, var(--brand-green-pale), var(--brand-green-light)); }
.e-intro h2, .e-section-head h2, .e-process h2 { margin: 0; font-size: var(--type-section-title); line-height: 1.3; letter-spacing: .4px; color: var(--text-dark); }
.e-process h2 { color: var(--bg-white); }
.e-intro-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--brand-green); font-size: var(--type-caption); font-weight: 500; }
.e-intro-kicker::before { content: ''; width: 34px; height: 2px; background: var(--brand-green); }
.e-intro-kicker span { padding-left: 12px; border-left: 1px solid color-mix(in srgb, var(--brand-green) 24%, transparent); color: var(--text-dark); }
.e-intro-description { margin: 26px 0 0; color: var(--text-body); font-size: var(--type-section-subtitle); line-height: 1.95; }
.e-intro-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid var(--brand-green); color: var(--brand-green); font-size: var(--type-caption); font-weight: 500; }
.e-intro-link span { transition: transform .25s ease; }
.e-intro-link:hover span { transform: translateX(4px); }
.e-intro-visual { position: relative; flex: 1 1 55%; min-width: 0; margin: 0; overflow: hidden; background: var(--brand-green-deep); }
.e-intro-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transform: scale(1.12); transition: transform .7s ease; }
.e-intro-grid:hover .e-intro-visual > img { transform: scale(1.15); }
.e-intro-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,45,26,.06) 28%, rgba(0,45,26,.76) 100%); }
.e-intro-visual figcaption { position: absolute; left: 30px; bottom: 24px; color: rgba(255,255,255,.82); font-size: var(--type-caption); }
.e-intro-badges { position: absolute; top: 26px; right: 26px; display: flex; flex-direction: column; gap: 10px; width: min(290px, calc(100% - 52px)); }
.e-intro-badges > div { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: var(--radius-md); background: rgba(0,64,32,.78); color: var(--bg-white); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.e-intro-badges i { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: var(--radius-sm); background: var(--gold); color: var(--brand-green-deep); font-style: normal; font-weight: 500; }
.e-intro-badges p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.e-intro-badges b { font-size: var(--type-caption); }
.e-intro-badges span { color: rgba(255,255,255,.72); font-size: var(--type-caption); }
.e-intro-scenes { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); background: var(--bg-white); }
.e-intro-scenes > div { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 96px; padding: 20px 30px 20px 52px; border-top: 1px solid var(--border); border-right: 1px solid var(--border); }
.e-intro-scenes > div:last-child { border-right: 0; }
.e-intro-scenes > div::before { content: '✓'; position: absolute; left: 26px; color: var(--brand-green); font-weight: 500; }
.e-intro-scenes span { margin-bottom: 5px; color: var(--text-muted); font-size: var(--type-caption); }
.e-intro-scenes b { color: var(--text-dark); font-size: var(--type-caption); }

.e-risks .e-section-head h2::before,
.e-process .e-process-copy h2::before,
.e-services .e-section-head h2::before {
  display: block;
  width: max-content;
  margin-bottom: 16px;
  padding-left: 46px;
  background: linear-gradient(currentColor, currentColor) left center / 34px 2px no-repeat;
  color: var(--brand-green);
  font: 500 var(--type-caption)/1.35 var(--font-family-base);
  letter-spacing: 1.5px;
}
.e-risks .e-section-head h2::before { content: '场景风险'; }
.e-process .e-process-copy h2::before { content: '解决方案'; color: var(--gold); }
.e-services .e-section-head h2::before { content: '服务内容'; }

.e-risks { background: var(--brand-green-pale); }
.e-section-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 90px; align-items: end; margin-bottom: 58px; }
.e-section-head > p { margin: 0 0 4px; padding-left: 28px; border-left: 1px solid var(--border); color: var(--text-body); font-size: var(--type-section-subtitle); line-height: 1.95; }
.e-section-head.compact { margin-bottom: 48px; }
.e-risk-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--border); overflow: hidden; }
.e-risk-card { position: relative; min-height: 292px; padding: 34px 32px 30px; background: var(--bg-white); overflow: hidden; transition: color .28s ease, background .28s ease, transform .28s ease; }
.e-risk-card > span { position: absolute; top: 24px; right: 26px; color: var(--text-faint); font: 500 var(--type-caption)/1 var(--font-family-number); }
.risk-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--border); border-radius: 50%; color: var(--brand-green); font-size: var(--font-size-22); transition: .28s ease; }
.e-risk-card h3 { margin: 0 0 13px; color: var(--text-dark); font-size: var(--type-card-title); }
.e-risk-card p { margin: 0; color: var(--text-body); font-size: var(--type-caption); line-height: 1.85; }
.e-risk-card > b { position: absolute; left: 32px; bottom: 26px; color: var(--text-muted); font-size: var(--type-caption); font-weight: 500; letter-spacing: 1px; }
.e-risk-card:hover { z-index: 2; color: var(--bg-white); background: var(--brand-green); transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.e-risk-card:hover p, .e-risk-card:hover > b, .e-risk-card:hover > span { color: rgba(255,255,255,.72); }
.e-risk-card:hover h3 { color: var(--bg-white); }
.e-risk-card:hover .risk-icon { border-color: var(--gold); background: var(--gold); color: var(--brand-green-deep); }

.e-process { position: relative; min-height: 760px; padding: 116px 0; color: var(--bg-white); overflow: hidden; background: var(--brand-green-deep); }
.e-process > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.e-process-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,55,30,.97) 0%, rgba(0,84,46,.91) 48%, rgba(0,62,36,.72) 100%); }
.e-process-inner { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.e-process-copy > p { max-width: 470px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: var(--type-section-subtitle); line-height: 2; }
.e-text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 34px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.4); color: var(--bg-white); font-size: var(--type-caption); font-weight: 500; }
.e-text-link span { color: var(--gold); }
.e-solution-advantages { display: flex; flex-direction: column; justify-content: center; gap: 16px; min-height: 410px; }
.e-solution-card { position: relative; display: flex; align-items: center; gap: 24px; width: 100%; min-height: 118px; padding: 26px 72px 26px 32px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); color: var(--bg-white); text-align: left; backdrop-filter: blur(8px); cursor: pointer; transition: min-height .35s ease, padding .35s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.e-solution-card:hover, .e-solution-card:focus-visible { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.14); outline: none; }
.e-solution-card.is-active { min-height: 176px; padding-left: 40px; border-color: var(--bg-white); background: var(--bg-white); box-shadow: var(--shadow-lg); }
.e-solution-card > div:nth-child(2) { flex: 1; min-width: 0; }
.e-solution-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: var(--radius-md); background: var(--gold); color: var(--brand-green-deep); font-size: var(--font-size-24); font-weight: 500; }
.e-solution-card h3 { margin: 0; color: var(--bg-white); font-size: var(--type-card-title); transition: color .3s ease, margin .3s ease; }
.e-solution-card p { max-height: 0; margin: 0; color: var(--text-body); font-size: var(--type-section-subtitle); line-height: 1.8; opacity: 0; overflow: hidden; transition: max-height .35s ease, opacity .25s ease, margin .35s ease; }
.e-solution-card.is-active h3 { margin-bottom: 10px; color: var(--text-dark); }
.e-solution-card.is-active p { max-height: 80px; opacity: 1; }
.e-solution-toggle { position: absolute; right: 30px; top: 50%; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gold); font-size: var(--font-size-20); transform: translateY(-50%); }
.e-solution-card.is-active .e-solution-toggle { border-color: var(--brand-green-light); background: var(--brand-green-pale); color: var(--brand-green); }

.e-services { background: var(--bg-white); }
.e-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 22px; }
.e-service-grid article { border: 1px solid var(--border); border-radius: var( --radius-sm); background: var(--bg-white); overflow: hidden; transition: .3s ease; }
.e-service-grid article:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-photo { position: relative; height: 235px; overflow: hidden; background: var(--brand-green-light); }
.service-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,45,26,.55), transparent 55%); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.e-service-grid article:hover .service-photo img { transform: scale(1.05); }
.service-body { padding: 30px 28px 32px; }
.service-body h3 { min-height: 56px; margin: 10px 0 10px; color: var(--text-dark); font-size: var(--type-card-title); line-height: 1.45; }
.service-body p { min-height: 112px; margin: 0; color: var(--text-body); font-size: var(--type-caption); line-height: 1.85; }
.service-body ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--border); list-style: none; }
.service-body li { padding: 5px 9px; border-radius: var(--radius-sm); background: var(--brand-green-pale); color: var(--text-body); font-size: var(--type-caption); }

.e-cases { background: var(--bg-light); }
.e-page .e-client-wall { grid-template-columns: repeat(6, minmax(180px, 1fr)); gap: 16px; border: 0; }
.e-page .e-client-wall .logo-card { min-height: 210px; aspect-ratio: auto; border: 1px solid var(--border); border-radius: 0px; color: var(--brand-green); background: var(--bg-white); }
.e-page .e-client-wall .logo-card.vip { border-color: var(--border); background: var(--brand-green-pale); }
.e-client-wall .logo-img { padding-bottom: 10px; }
.e-logo-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: var(--radius-lg); background: var(--brand-green-pale); color: var(--brand-green); font-size: var(--font-size-18); font-weight: 500; }
.e-client-wall .logo-title { min-height: 42px; display: flex; align-items: center; justify-content: center; padding-bottom: 6px; color: var(--text-dark); font-size: var(--type-caption); white-space: normal; }
.e-project-name { padding: 0 12px 16px; color: var(--text-muted); font-size: var(--type-caption); line-height: 1.5; text-align: center; }
.e-client-more { display: flex; justify-content: center; margin-top: 42px; }
.e-client-more a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--brand-green); color: var(--brand-green); font-size: var(--type-caption); font-weight: 500; }
.e-client-more span { transition: transform .25s ease; }
.e-client-more a:hover span { transform: translateX(4px); }

.e-page .e-standard-cta { background: linear-gradient(90deg, var(--brand-green-light), var(--gold-light)); }
.e-page .e-standard-cta .cta-title { color: var(--text-dark); }
.e-page .e-standard-cta .cta-desc { color: var(--text-body); }
.e-page .e-standard-cta .cta-actions .btn-primary { background: var(--brand-green); color: var(--bg-white); box-shadow: var(--shadow-md); }
.e-page .e-standard-cta .cta-actions .btn-outline { border-color: color-mix(in srgb, var(--brand-green) 32%, transparent); background: color-mix(in srgb, var(--bg-white) 34%, transparent); color: var(--brand-green-deep); }
.e-page .e-standard-cta .cta-actions .btn-outline:hover { border-color: var(--brand-green); background: var(--bg-white); }
.e-pager { background: var(--bg-white); }

.e-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease, background .28s ease, color .28s ease, box-shadow .3s ease; }
.e-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .e-hero { min-height: 650px; }
  .e-hero-inner { min-height: 650px; }
  .e-anchor { padding: 0 20px; }
  .e-anchor-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .e-intro-content { padding: 48px 42px; }
  .e-process-inner { gap: 60px; }
  .e-section-head { gap: 50px; }
}

@media (max-width: 820px) {
  .e-hero, .e-hero-inner { min-height: 620px; }
  .e-hero-image { object-position: 63% center; }
  .e-hero-shade { background: linear-gradient(90deg, rgba(0,54,30,.94), rgba(0,64,35,.72) 68%, rgba(0,39,24,.28)); }
  .e-hero-copy { width: 78%; }
  .e-hero h1 { font-size: var(--type-page-title-tablet); }
  .e-anchor-inner { grid-template-columns: repeat(4,1fr); min-height: 76px; }
  .e-anchor a { justify-content: center; padding: 0 10px; }
  .e-section { padding: 84px 0; }
  .e-intro { padding: 76px 0; }
  .e-intro-main { flex-direction: column; min-height: 0; }
  .e-intro-content { flex-basis: auto; padding: 44px; }
  .e-intro-visual { min-height: 390px; }
  .e-intro-scenes > div { padding-left: 42px; }
  .e-intro-scenes > div::before { left: 20px; }
  .e-risks .e-section-head h2::before,
  .e-process .e-process-copy h2::before,
  .e-services .e-section-head h2::before { margin-bottom: 12px; }
  .e-section-head, .e-process-inner { grid-template-columns: 1fr; gap: 36px; }
  .e-section-head > p { padding: 22px 0 0; border-top: 1px solid var(--border); border-left: 0; }
  .e-risk-grid, .e-service-grid { grid-template-columns: repeat(2,1fr); }
  .e-risk-card { min-height: 270px; }
  .e-process { min-height: 0; padding: 90px 0; }
  .e-process-copy > p { max-width: none; }
  .e-service-grid article:last-child:nth-child(odd) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .e-service-grid article:last-child:nth-child(odd) .service-photo { height: 100%; min-height: 340px; }
  .e-client-wall { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .e-hero, .e-hero-inner { min-height: 650px; }
  .e-hero-inner { padding-top: 30px; padding-bottom: 65px; }
  .e-hero-image { object-position: 70% center; }
  .e-hero-shade { background: linear-gradient(90deg, rgba(0,53,29,.96), rgba(0,63,35,.82) 80%, rgba(0,45,27,.58)); }
  .e-breadcrumb { font-size: var(--type-caption); gap: 8px; }
  .e-hero-copy { width: 100%; }
  .e-hero h1 { font-size: var(--type-page-title-mobile); }
  .e-hero-copy > p { font-size: var(--type-page-subtitle-mobile); line-height: 1.75; }
  .e-hero-tags { margin-top: 23px; }
  .e-hero-actions { flex-direction: column; align-items: stretch; margin-top: 28px; }
  .e-anchor { margin-top: 0; padding: 0; overflow-x: auto; background: var(--bg-white); }
  .e-anchor-inner { width: 100%; min-height: 68px; grid-template-columns: repeat(4, minmax(0, 1fr)); box-shadow: none; }
  .e-anchor a { justify-content: center; padding: 0 4px; font-size: var(--type-caption); white-space: nowrap; }
  .e-anchor a span { display: none; }
  .e-section { padding: 70px 0; }
  .e-intro { padding: 58px 0; }
  .e-intro-grid { border-radius: var(--radius-lg); }
  .e-intro-content { padding: 34px 24px 38px; }
  .e-intro-description { margin-top: 20px; font-size: var(--type-section-subtitle-mobile); }
  .e-intro-visual { min-height: 330px; }
  .e-intro-badges { top: 18px; right: 18px; width: calc(100% - 36px); }
  .e-intro-visual figcaption { left: 20px; bottom: 18px; }
  .e-intro-scenes { grid-template-columns: 1fr; }
  .e-intro-scenes > div { min-height: 78px; padding: 16px 24px 16px 50px; border-right: 0; }
  .e-intro-scenes > div::before { left: 24px; }
  .e-intro h2, .e-section-head h2, .e-process h2 { font-size: var(--type-section-title-mobile); }
  .e-risks .e-section-head h2::before,
  .e-process .e-process-copy h2::before,
  .e-services .e-section-head h2::before {
    margin-bottom: 10px;
    padding-left: 38px;
    background-size: 28px 2px;
    font-size: var(--type-caption);
    letter-spacing: 1px;
  }
  .e-section-head.compact { margin-bottom: 38px; }
  .e-risk-grid, .e-service-grid { grid-template-columns: 1fr; }
  .e-risk-card { min-height: 255px; }
  .e-process { padding: 72px 0; }
  .e-solution-advantages { min-height: 0; }
  .e-solution-card { gap: 16px; min-height: 96px; padding: 22px 58px 22px 20px; }
  .e-solution-card.is-active { min-height: 154px; padding-left: 22px; }
  .e-solution-icon { width: 48px; height: 48px; }
  .e-solution-toggle { right: 18px; }
  .e-service-grid article:last-child { display: block; grid-column: auto; }
  .e-service-grid article:last-child .service-photo, .service-photo { height: 220px; min-height: 0; }
  .service-body h3, .service-body p { min-height: 0; }
  .e-client-wall { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* Mobile case cards: override the desktop six-column minimum width. */
@media (max-width: 820px) {
  .e-page .e-client-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .e-page .e-client-wall .logo-card {
    min-width: 0;
  }
}

/* Mobile: let the first content block connect directly to the anchor nav. */
@media (max-width: 820px) {
  .e-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .e-intro-grid {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .e-page *, .e-page *::before, .e-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .e-reveal { opacity: 1; transform: none; }
}
