.industries-page { background:#f5f2ec; color:#18212a; }
.industry-intro { background:#000; padding:145px 0 70px; color:#fff; }
.industry-intro h1 { color:#fff; font-size:clamp(2.8rem,6vw,5.4rem); line-height:1.04; letter-spacing:-.055em; max-width:950px; margin:20px 0 28px; }
.industry-intro h1 em { font-family:Georgia,serif; color:#ddbd79; font-weight:400; }
.industry-intro p { color:#d6dbe0; max-width:650px; font-size:1.1rem; line-height:1.7; }
.industry-intro .industry-kicker { color:#ddbd79; font:600 .72rem/1.5 monospace; letter-spacing:.14em; }
.industry-gallery { padding:65px 0 90px; }
.industry-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
.industry-card { display:block; background:#fff; color:#18212a; text-decoration:none; border:1px solid #dcd7cd; overflow:hidden; border-radius:4px; transition:box-shadow .25s; }
.industry-card figure { margin:0; overflow:hidden; position:relative; aspect-ratio:3/2; }
.industry-card img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.industry-card .industry-card-body { padding:26px 28px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.industry-card h2 { margin:0; color:#18212a; font-size:clamp(1.35rem,2.4vw,2rem); letter-spacing:-.035em; line-height:1.2; }
.industry-card .industry-arrow { flex-shrink:0; display:grid; place-items:center; width:44px; height:44px; border:1px solid #a78444; border-radius:50%; color:#75521a; font-size:1.3rem; }
.industry-card:hover { box-shadow:0 18px 40px #18212a18; }
.industry-card:hover img { transform:scale(1.035); }
.industry-card:focus-visible { outline:3px solid #765416; outline-offset:5px; }
.industry-image-note { margin:28px 0 0; color:#59616a; font-size:.8rem; }
.industry-detail-photo { margin:0; }
.industry-detail-photo img { display:block; width:100%; height:auto; max-height:600px; object-fit:cover; aspect-ratio:2/1; }
.industry-detail-note { padding:60px 0 80px; }
.industry-detail-note h2 { color:#18212a; font-size:clamp(1.6rem,3vw,2.5rem); }
.industry-detail-note p { max-width:650px; color:#4c5661; line-height:1.7; }
.industry-back { color:#ddbd79; text-underline-offset:5px; }
.industry-detail-note a { color:#62450f; font-weight:600; text-underline-offset:5px; }
@media(max-width:700px) { .industry-intro { padding:115px 0 45px; } .industry-grid { grid-template-columns:1fr; gap:24px; } .industry-gallery { padding:35px 0 55px; } .industry-card .industry-card-body { padding:22px; } .industry-detail-photo img { aspect-ratio:3/2; } }
@media(prefers-reduced-motion:reduce) { .industry-card,.industry-card img { transition:none; } }
