/* Home portfolio panel */
.home-intro{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:clamp(50px,9vw,150px);align-items:start;max-width:none}.home-intro-copy{max-width:780px}.home-intro-copy>p:not(.eyebrow){font-size:clamp(1.05rem,2vw,1.3rem);color:var(--muted);max-width:700px}.home-intro-copy>a{font-weight:700;text-decoration-color:var(--copper);text-underline-offset:6px}.home-products{border-top:1px solid var(--ink);padding-top:15px}.home-products-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.home-products-heading .eyebrow{margin:0}.home-products-heading a{font:10px var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--copper);text-decoration:none}.home-products h2{font-size:clamp(1.65rem,2.7vw,2.4rem);margin:22px 0 24px}.home-product{padding:15px 0;display:grid;grid-template-columns:48px minmax(0,1fr) auto 13px;gap:12px;align-items:center;border-top:1px solid var(--line);text-decoration:none;transition:padding .2s ease,background .2s ease}.home-product:last-child{border-bottom:1px solid var(--line)}.home-product:hover{padding-left:9px;background:#ebe4d8}.home-product img{width:44px;height:44px;border-radius:11px;object-fit:cover}.home-product span{display:grid;gap:2px}.home-product strong{font-size:.93rem}.home-product small,.home-product b{font-size:.69rem;color:var(--muted);font-weight:500}.home-product b{font:9px var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--copper);text-align:right}.home-product i{font-style:normal;color:var(--copper)}
@media(max-width:760px){.home-intro{grid-template-columns:1fr;gap:58px}.home-product{grid-template-columns:48px minmax(0,1fr) 13px}.home-product b{display:none}}
