.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.detail-card{padding:30px;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface)}.detail-card .num{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:24px;border-radius:50%;background:var(--soft);color:var(--primary);font-weight:900}.detail-card h3{margin:0 0 10px;font-size:21px}.detail-card p{margin:0;color:var(--muted);font-size:14px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.profile-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface)}.profile-photo{height:270px}.profile-copy{padding:24px}.profile-copy small{color:var(--primary);font-weight:800}.profile-copy h3{margin:5px 0}.profile-copy p{margin:0;color:var(--muted);font-size:14px}.schedule-table{overflow:hidden;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface)}.schedule-row{display:grid;grid-template-columns:150px 1fr 1fr 130px;gap:20px;padding:20px 26px;border-top:1px solid var(--line);align-items:center}.schedule-row:first-child{border:0;background:var(--soft);font-size:13px;font-weight:900}.schedule-row b{color:var(--primary)}.mini-label{display:inline-flex;padding:6px 11px;border-radius:999px;background:var(--soft);color:var(--primary);font-size:12px;font-weight:800}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:var(--card-radius);overflow:hidden}.logo-wall span{display:grid;place-items:center;min-height:100px;border-right:1px solid var(--line);background:var(--surface);font-weight:900}.feature-band{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;padding:50px;border-radius:var(--card-radius);background:var(--soft);align-items:center}.feature-band h2{margin:8px 0 12px;font-size:clamp(30px,4vw,50px);line-height:1.1;letter-spacing:-.04em}.feature-band p{margin:0;color:var(--muted)}.feature-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-points span{padding:17px;border-radius:15px;background:var(--surface);font-weight:800}.theme-03 .feature-band{background:#201d30}.theme-03 .feature-points span{background:#11101a}.theme-04 .detail-card{border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink)}
@media(max-width:900px){.detail-grid,.profile-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:1fr}.logo-wall{grid-template-columns:repeat(3,1fr)}.schedule-row{grid-template-columns:110px 1fr 1fr}.schedule-row>*:last-child{display:none}}
@media(max-width:600px){.detail-grid,.profile-grid{grid-template-columns:1fr}.feature-band{padding:30px 22px}.feature-points{grid-template-columns:1fr}.logo-wall{grid-template-columns:repeat(2,1fr)}.schedule-row{grid-template-columns:1fr;gap:5px}.schedule-row:first-child{display:none}.schedule-row>*:last-child{display:block}}
