.industry-detail { background:#f5f2ec; color:#18212a; }
.industry-split-hero { padding:140px 0 45px; background:linear-gradient(to bottom,#000 0,#000 max(600px, calc(100% - 350px)),#f5f2ec max(600px, calc(100% - 350px))); }
.industry-breadcrumb { display:flex; gap:10px; align-items:center; flex-wrap:wrap; color:#c4cbd1; font-size:.78rem; margin-bottom:35px; }
.industry-breadcrumb a { color:#dcbc79; text-underline-offset:4px; }
.industry-hero-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr); gap:65px; align-items:start; }
.industry-hero-copy { padding:30px 0 180px; }
.industry-detail .industry-overline { color:#dfbd77; font:600 .7rem/1.5 monospace; letter-spacing:.14em; margin:0 0 22px; }
.industry-detail .industry-hero-copy h1 { font-size:clamp(2.7rem,4.7vw,4.5rem); line-height:1.04; letter-spacing:-.05em; color:#fff; margin:0 0 28px; overflow-wrap:break-word; }
.industry-detail .industry-hero-copy p:not(.industry-overline) { color:#d4d9de; font-size:1.06rem; line-height:1.75; max-width:460px; }
.industry-hero-copy .industry-contact-link { display:inline-flex; gap:25px; color:#e5c581; font-weight:600; border-bottom:1px solid #84704a; padding:14px 0; text-decoration:none; margin-top:16px; }
.industry-contact-link:focus-visible,.industry-breadcrumb a:focus-visible { outline:2px solid #e5c581; outline-offset:6px; }
.industry-editorial { margin:20px 0 0; position:relative; }
.industry-editorial img { display:block; width:100%; height:auto; aspect-ratio:4/5; max-height:610px; object-fit:cover; border-radius:3px; box-shadow:0 25px 55px #18212a22; }
.industry-editorial figcaption { color:#555f68; font-size:.69rem; line-height:1.5; padding:16px 0 0; }
.industry-detail .industry-detail-note { padding:15px 0 85px; }
.industry-detail .industry-detail-note > .container { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr); gap:65px; }
.industry-detail .industry-detail-note h2 { font-size:clamp(1.7rem,3vw,2.5rem); letter-spacing:-.035em; color:#18212a; }
.industry-detail .industry-detail-note p { color:#4c5661; line-height:1.8; }
.industry-detail .industry-detail-note a { color:#6c4a11; font-weight:600; text-underline-offset:5px; }
@media(max-width:900px) {
 .industry-split-hero { padding-top:115px; background:linear-gradient(to bottom,#000 0,#000 calc(100% - 145px),#f5f2ec calc(100% - 145px)); }
 .industry-hero-grid { grid-template-columns:1fr; gap:15px; }
 .industry-hero-copy { padding:0; }
 .industry-editorial { margin-top:22px; }
 .industry-editorial img { aspect-ratio:3/2; max-height:none; }
 .industry-detail .industry-detail-note > .container { grid-template-columns:1fr; gap:12px; }
 .industry-detail .industry-detail-note { padding:10px 0 60px; }
 .industry-breadcrumb { margin-bottom:28px; }
}
