.gram-artists-page { --gram-ink:#211d19; --gram-gold:#a47c45; --gram-paper:#f7f4ef; color:var(--gram-ink); font-family:"Source Sans 3",sans-serif; }
.gram-artists-page button,.gram-artists-page input,.gram-artists-page select,.gram-artists-page textarea { font-family:"Source Sans 3",sans-serif; }
.gram-artists-hero { padding:92px 0 72px; text-align:center; background:linear-gradient(135deg,#f8f5f0,#eee7dc); }
.gram-artists-hero .gram-eyebrow { display:block; margin-bottom:12px; color:var(--gram-gold); font-size:13px; font-weight:600; letter-spacing:.2em; text-transform:uppercase; }
.gram-artists-hero h1 { margin:0 0 14px; font-family:"Source Sans 3",sans-serif; font-size:clamp(48px,7vw,78px); font-weight:600; line-height:1; }
.gram-artists-hero p { max-width:630px; margin:0 auto; color:#625b53; font-size:18px; }
.gram-artists-content { padding:70px 0 110px; }
.gram-artist-filters { display:grid; grid-template-columns:minmax(260px,1fr) 230px 180px auto auto; gap:10px; align-items:center; margin-bottom:48px; padding:16px; border:1px solid #e3ddd4; background:#fff; box-shadow:0 12px 36px rgba(44,35,25,.06); }
.gram-artist-filters label { margin:0; }
.gram-artist-filters input,.gram-artist-filters select { width:100%; height:48px; margin:0; padding:0 14px; border:1px solid #d9d2c8; border-radius:0; background:#fff; color:var(--gram-ink); }
.gram-search-field { position:relative; }
.gram-search-field svg { position:absolute; top:15px; left:14px; width:18px; height:18px; fill:none; stroke:#756b60; stroke-width:1.7; }
.gram-search-field input { padding-left:43px; }
.gram-artist-filters button { height:48px; padding:0 23px; border:1px solid var(--gram-ink); background:var(--gram-ink); color:#fff; cursor:pointer; }
.gram-clear { color:#766b5f; font-size:14px; text-decoration:underline; }
.gram-results-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:25px; padding-bottom:13px; border-bottom:1px solid #e0dad1; }
.gram-results-heading h2 { margin:0; font-family:"Source Sans 3",sans-serif; font-size:34px; font-weight:600; }
.gram-results-heading span { color:#766e65; }
.gram-artists-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:34px 22px; }
.gram-artist-card { overflow:hidden; background:#fff; transition:transform .25s ease,box-shadow .25s ease; }
.gram-artist-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px rgba(39,31,23,.1); }
.gram-artist-image { display:block; overflow:hidden; aspect-ratio:4/5; background:#e8e1d7; }
.gram-artist-image img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gram-artist-card:hover .gram-artist-image img { transform:scale(1.035); }
.gram-image-placeholder { display:grid; width:100%; height:100%; place-items:center; color:#a99a88; font-family:"Source Sans 3",sans-serif; font-size:76px; font-weight:300; }
.gram-artist-card .artist-content { position:static; padding:19px 18px 21px; background:#fff; }
.gram-artist-card .artist-content h3 { margin:0 0 4px; font-family:"Source Sans 3",sans-serif; font-size:25px; font-weight:600; line-height:1.15; }
.gram-artist-card .artist-content h3 a { color:var(--gram-ink); }
.gram-artist-card .gram-life { display:block; color:var(--gram-gold); font-size:14px; }
.gram-artist-card .artist-content p { margin:7px 0 13px; color:#746c63; font-size:14px; }
.gram-view-artist { display:inline-flex; gap:8px; align-items:center; margin-top:13px; color:var(--gram-ink); font-size:13px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.gram-pagination { display:flex; flex-wrap:wrap; justify-content:center; gap:7px; margin-top:60px; }
.gram-pagination .page-numbers { display:grid; min-width:42px; height:42px; padding:0 12px; place-items:center; border:1px solid #ded7ce; color:var(--gram-ink); }
.gram-pagination .current,.gram-pagination a:hover { border-color:var(--gram-ink); background:var(--gram-ink); color:#fff; }
.gram-no-results { padding:70px 25px; text-align:center; background:var(--gram-paper); }
.gram-no-results h2 { font-family:"Source Sans 3",sans-serif; font-size:36px; font-weight:600; }

@media(max-width:1199px){.gram-artists-grid{grid-template-columns:repeat(3,1fr)}.gram-artist-filters{grid-template-columns:1fr 1fr 1fr auto}.gram-clear{grid-column:1/-1;text-align:center}}
@media(max-width:767px){.gram-artists-hero{padding:65px 0 52px}.gram-artists-content{padding:45px 0 75px}.gram-artist-filters{grid-template-columns:1fr}.gram-artist-filters button{width:100%}.gram-artists-grid{grid-template-columns:repeat(2,1fr);gap:22px 12px}.gram-results-heading{align-items:start;flex-direction:column;gap:5px}.gram-artist-card .artist-content{padding:14px 10px 17px}.gram-artist-card .artist-content h3{font-size:21px}}
@media(max-width:420px){.gram-artists-grid{grid-template-columns:1fr}.gram-artist-image{aspect-ratio:4/4.8}}
