
.home-art{padding:clamp(48px,7vw,100px) 0;background:#19191a;border-bottom:1px solid var(--line)}
.home-art__intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:32px}
.home-art__intro h2{font-size:clamp(1.7rem,3.4vw,3rem);line-height:1.15;margin:16px 0 0}
.home-art__intro p{max-width:52ch;color:var(--text-dim);line-height:1.65}.home-art__intro .eyebrow{color:var(--accent);font-size:.72rem}
.home-art__tabs{display:flex;gap:10px;margin-bottom:18px}.home-art__tabs[hidden],.home-art__view[hidden]{display:none}
.home-art__tabs button{flex:1;padding:15px 20px;background:transparent;border:1px solid #555;color:var(--text);border-radius:8px;text-align:left;font:600 1rem 'Space Grotesk',sans-serif;cursor:pointer}
.home-art__tabs button span{display:block;margin-top:5px;font-size:.78rem;font-weight:400;color:var(--text-dim)}
.home-art__tabs button[aria-pressed=true]{border-color:var(--accent);background:#2c2b24}.home-art__tabs button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.home-art__view{margin:0 0 16px;position:relative;border-radius:12px;overflow:hidden;background:#242828}.home-art__view img{display:block;width:100%;height:auto;max-height:640px;object-fit:contain}
.home-art__view figcaption{display:flex;justify-content:space-between;gap:12px;padding:16px 24px;background:#222223;font-size:.85rem}.home-art__view figcaption span{color:var(--text-dim)}
.home-art__footer{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:28px}.home-art__footer h3{font:600 1.35rem 'Space Grotesk',sans-serif;margin:0 0 10px}.home-art__footer p{max-width:66ch;color:var(--text-dim);line-height:1.6}.home-art__status{font-size:.8rem}.home-art__action{flex-shrink:0;text-align:center}.home-art__action span{display:block;color:var(--text-dim);font-size:.75rem;margin-top:10px}
@media(max-width:760px){.home-art__intro{grid-template-columns:1fr;gap:18px}.home-art__footer{align-items:start;flex-direction:column;gap:16px}.home-art__tabs button{padding:12px 9px;font-size:.82rem}.home-art__view figcaption{padding:14px;flex-direction:column;gap:4px}.home-art__action{width:100%}.home-art__action .btn{width:100%}}

.home-art{scroll-margin-top:100px}
