.industry-related { padding:64px 0; background:#f7f5f3; }
.industry-related__inner { width:calc(100% - 48px); max-width:1400px; margin-inline:auto; }
.industry-related h2 { margin:0 0 16px; color:#241911; font-size:clamp(26px,3vw,38px); line-height:1.25; }
.industry-related__intro { max-width:960px; margin:0 0 30px; color:#62574f; font-size:16px; line-height:1.7; }
.industry-related__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.industry-related__card { display:flex; flex-direction:column; min-width:0; overflow:hidden; background:#fff; border:1px solid #e9e1db; border-radius:8px; }
.industry-related__image { display:block; aspect-ratio:3/2; overflow:hidden; background:#fff; }
.industry-related__image img { display:block; width:100%; height:100%; object-fit:contain; }
.industry-related__body { display:flex; flex:1; flex-direction:column; padding:24px; }
.industry-related__body h3 { margin:0 0 14px; font-size:21px; font-weight:650; line-height:1.4; }
.industry-related__body h3 a { color:#241911; text-decoration:none; }
.industry-related__body p { margin:0 0 22px; font-size:15px; line-height:1.6; color:#62574f; }
.industry-related__link,.industry-related__all { color:#bf4d0a; font-size:15px; font-weight:650; text-decoration:none; }
.industry-related__link { margin-top:auto; }
.industry-related__all { display:inline-block; margin-top:28px; }
.industry-related a:hover { color:#933b08; }
.industry-related a:focus-visible { outline:2px solid #bf4d0a; outline-offset:4px; }
@media(max-width:991px) { .industry-related__grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:640px) { .industry-related { padding:40px 0; } .industry-related__inner { width:calc(100% - 36px); } .industry-related__grid { grid-template-columns:minmax(0,1fr); gap:20px; } .industry-related__body { padding:20px; } .industry-related__body h3 { font-size:20px; } }
