/* Artist landing page only. Shared fonts, colors and form styling are retained. */
.artists-page { padding-top: 0; }
.artists-sections { max-width: 1600px; padding-bottom: 110px; }
.artists-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); align-items: center; gap: 80px; padding: 80px 0; }
.artists-eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 1.8px; }
.artists-hero h2 { margin: 0 0 26px; font-size: clamp(30px, 3.2vw, 54px); font-weight: 900; line-height: 1.15; letter-spacing: -1.3px; overflow-wrap: anywhere; }
.artists-hero h2 span, .artists-section-heading h2 span { color: var(--accent); }
.artists-hero-copy > p:not(.artists-eyebrow) { margin: 0 0 18px; max-width: 740px; color: var(--text-muted); font-size: 16px; line-height: 1.85; }
.artists-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 14px 26px; border: 0; border-radius: 6px; background: #5a6bff; color: #fff; font-family: inherit; font-size: 14px; font-weight: 700; text-align: center; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.artists-hero-copy > .artists-button { margin-top: 12px; }
.artists-button:hover { background: #6d7cff; transform: translateY(-2px); }
.artists-button span, .artists-text-link span { font-size: 20px; line-height: 1; }
.artists-button:focus-visible, .artists-text-link:focus-visible, .artists-portfolio-link:focus-visible, .artist-work-photo:focus-visible, .artists-privacy a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.artists-text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: var(--accent); font-size: 14px; font-weight: 600; }
.artists-text-link:hover, .artists-portfolio-link:hover { color: #fff; }
.artists-promise { padding: 36px; border: 1px solid rgba(159,179,255,.24); border-radius: 16px; background: radial-gradient(ellipse at top right, rgba(90,107,255,.18), transparent 70%), #0c1128; }
.artists-promise ul { margin: 0 0 20px; padding: 0; list-style: none; }
.artists-promise li { display: flex; align-items: baseline; gap: 16px; padding: 24px 0; border-top: 1px solid rgba(159,179,255,.16); }
.artists-promise li span { color: var(--accent); font-size: 12px; font-weight: 700; }
.artists-promise strong { font-size: clamp(17px, 1.6vw, 24px); font-weight: 700; line-height: 1.4; }
.artists-showcase, .artists-application { scroll-margin-top: calc(130px + var(--header-admin-offset, 0px)); }
.artists-showcase { padding-top: 56px; }
.artists-section-heading { margin-bottom: 32px; text-align: center; }
.artists-section-heading h2 { margin: 0; font-size: clamp(24px, 2.4vw, 38px); font-weight: 800; line-height: 1.3; }
.artists-feature { margin: 0 0 28px; overflow: hidden; border: 1px solid rgba(159,179,255,.16); border-radius: 12px; background: #0c1128; }
.artists-feature-image { display: block; width: 100%; height: auto; }
.artists-feature figcaption { padding: 20px 24px; color: var(--text-muted); font-size: 14px; line-height: 1.7; text-align: center; }
.artists-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.artist-work { min-width: 0; overflow: hidden; border: 1px solid rgba(159,179,255,.16); border-radius: 12px; background: #0c1128; }
.artist-work-photo { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--card-bg); }
.artist-work-image { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.artist-work-photo:hover .artist-work-image { transform: scale(1.025); }
.artist-work-content { padding: 28px; }
.artist-work-content .artists-eyebrow { display: block; margin-bottom: 8px; }
.artist-work h3 { margin: 0 0 16px; font-size: 30px; font-weight: 800; line-height: 1.3; }
.artist-work-description { margin: 0 0 16px; color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.artist-work-links { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px 20px; }
.artists-portfolio-link { color: var(--text-muted); font-size: 12px; font-weight: 600; }
.artists-portfolio-link span { padding-left: 6px; }
.artists-process { margin: 80px 0; }
.artists-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.artist-step { padding: 30px; border: 1px solid rgba(159,179,255,.18); border-radius: 12px; background: #0c1128; }
.artist-step-top { display: flex; justify-content: space-between; align-items: center; min-height: 56px; margin-bottom: 28px; }
.artist-step-icon { display: block; width: 56px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.artist-step-number { margin-left: auto; color: var(--accent); font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.artist-step h3 { margin: 0 0 16px; color: var(--text-light); font-size: 24px; font-weight: 800; }
.artist-step p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.85; }
.artists-application { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: start; gap: 64px; padding-top: 58px; border-top: 1px solid rgba(159,179,255,.2); }
.artists-form-column, .artists-field { min-width: 0; }
.artists-form-column h2 { margin: 0 0 14px; font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; line-height: 1.25; overflow-wrap: anywhere; }
.artists-form-intro { margin: 0 0 24px; color: var(--text-light); font-size: 16px; line-height: 1.6; }
.artists-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
.artists-field--wide { grid-column: 1 / -1; }
.artists-field input, .artists-field textarea { width: 100%; border: 1px solid #9fb3ff; border-radius: 8px; background: #fff; color: #060711; font-family: inherit; font-size: 16px; font-weight: 600; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.artists-field input { height: 54px; padding: 0 14px; }
.artists-field textarea { display: block; min-height: 160px; padding: 14px; resize: vertical; }
.artists-field input::placeholder, .artists-field textarea::placeholder { color: #060711; opacity: 1; }
.artists-field input:focus, .artists-field textarea:focus { border-color: #5a6bff; box-shadow: 0 0 0 3px rgba(168,190,255,.5); }
.artists-submit { margin-top: 32px; max-width: 100%; }
.artists-privacy { margin: 16px 0 0; color: var(--text-muted); font-size: 12px; line-height: 1.7; text-align: center; }
.artists-privacy a { color: var(--accent); text-decoration: underline; }
.artists-application-photo { align-self: center; justify-self: center; width: 100%; min-width: 0; margin: 0; overflow: hidden; border-radius: 8px; }
.artists-application-image { display: block; width: 100%; height: auto; }
.artists-notice { margin-bottom: 20px; padding: 16px; border: 1px solid #5a6bff; border-radius: 8px; background: #0c1128; font-size: 14px; }
.artists-notice--error { border-color: #9fb3ff; }
.artists-notice ul { margin: 0; padding-left: 20px; }
@media (max-width: 1100px) {
  .artists-hero { gap: 36px; }
  .artists-promise { padding: 26px; }
  .artist-step { padding: 24px; }
}
@media (max-width: 900px) {
  .artists-hero, .artists-application { grid-template-columns: 1fr; gap: 36px; }
  .artists-hero-copy { max-width: 780px; }
  .artists-promise ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .artists-promise li { flex-direction: column; gap: 12px; padding-bottom: 0; }
  .artists-steps { grid-template-columns: 1fr; }
  .artist-step { display: grid; grid-template-columns: 64px 1fr; gap: 0 24px; }
  .artist-step-top { grid-row: span 2; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 16px; margin: 0; }
  .artist-step-number { margin: 0; }
}
@media (max-width: 768px) {
  .artists-sections { padding-bottom: 70px; }
  .artists-hero { padding: 44px 0 58px; }
  .artists-hero h2 { font-size: clamp(27px, 6.9vw, 44px); letter-spacing: -.8px; }
  .artists-eyebrow { font-size: 10px; letter-spacing: 1.6px; }
  .artists-work-grid { grid-template-columns: 1fr; }
  .artist-work-content { padding: 24px; }
  .artists-process { margin: 58px 0; }
  .artists-application { padding-top: 40px; }
  .artists-showcase, .artists-application { scroll-margin-top: calc(90px + var(--header-admin-offset, 0px)); }
}
@media (max-width: 480px) {
  .artists-promise ul, .artists-form-grid { grid-template-columns: 1fr; }
  .artists-promise ul { gap: 0; }
  .artists-promise li { flex-direction: row; padding: 20px 0; }
  .artists-promise strong { font-size: 18px; }
  .artist-step { display: block; }
  .artist-step-top { flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 24px; }
  .artists-submit { width: 100%; padding-right: 16px; padding-left: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .artists-button, .artist-work-image, .artists-field input, .artists-field textarea { transition: none; }
  .artists-button:hover, .artist-work-photo:hover .artist-work-image { transform: none; }
}
