* {
  box-sizing: border-box;
}

:root {
  --controls-height: 72px;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #111;
  color: #111;
  font-family: Arial, sans-serif;
}

body {
  padding-bottom: var(--controls-height);
}

body.home-page {
  padding-bottom: 0;
  background: #0b0a08;
  color: #f6efe2;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.info-page {
  padding-bottom: 0;
  background: #0b0a08;
  color: #f6efe2;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.admin-page {
  padding-bottom: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    #0b0a08;
  background-size: 100% 56px, auto;
  color: #f6efe2;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
}

.welcome-line,
.kicker,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .72rem;
}

.welcome-line {
  margin: 0 0 22px;
  color: #c9b47a;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(22px, 4vw, 56px);
  color: #f8f1e6;
}

.site-brand,
.site-nav a {
  text-decoration: none;
}

.site-brand {
  font: 400 1.05rem/1 Georgia, serif;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: #d7ccb9;
  font-size: .76rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #d8bd74;
}

.home-hero {
  min-height: 94vh;
  display: grid;
  place-items: center;
  padding: 118px 24px 70px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 14%, rgba(185, 151, 77, .12), transparent 30%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    #0b0a08;
  background-size: auto, 100% 56px, auto;
}

.home-hero-inner,
.section-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.home-hero h1 {
  max-width: 1100px;
  margin: 0 auto;
  font: 400 7.6rem/.92 Georgia, serif;
  letter-spacing: 0;
}

.gold-divider {
  width: min(360px, 64vw);
  height: 1px;
  margin: clamp(28px, 5vw, 44px) auto;
  background: linear-gradient(90deg, transparent, #b9974d, transparent);
}

.hero-support {
  max-width: 720px;
  margin: 0 auto;
  color: #eee3d0;
  font: 400 clamp(1.1rem, 2vw, 1.45rem)/1.55 Georgia, serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 22px;
  border: 1px solid #b9974d;
  color: #f8f1e6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .75rem;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.home-button.secondary {
  border-color: rgba(248, 241, 230, .42);
  color: #d7ccb9;
}

.home-button:hover,
.home-button:focus-visible {
  background: #b9974d;
  color: #0b0a08;
  border-color: #d8bd74;
}

.directory-section,
.featured-section,
.product-section,
.process-section,
.invitation-section {
  padding: clamp(54px, 8vw, 100px) 24px;
  background: #12100d;
  border-top: 1px solid rgba(185, 151, 77, .2);
}

.featured-section,
.process-section {
  background: #171511;
}

.pricing-hero {
  display: grid;
  min-height: 54vh;
  align-items: center;
  padding: clamp(80px, 10vw, 130px) 24px clamp(50px, 7vw, 90px);
}

.pricing-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(3rem, 7vw, 6.4rem)/.95 Georgia, serif;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 18px;
}

.pricing-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(11, 10, 8, .72);
}

.pricing-card h3 {
  margin: 0;
  color: #f8f1e6;
  font: 400 1.8rem/1.1 Georgia, serif;
}

.pricing-card strong {
  color: #f8f1e6;
  font: 400 1.25rem/1.2 Georgia, serif;
}

.pricing-card span,
.pricing-card p,
.pricing-card li {
  color: #d7ccb9;
  line-height: 1.5;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.billing-checklist,
.billing-plan-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
}

.billing-checklist article,
.billing-plan-options article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(255, 255, 255, .035);
}

.billing-checklist strong {
  color: #f8f1e6;
}

.billing-checklist .is-complete strong {
  color: #a5d6a7;
}

.billing-checklist .is-missing strong {
  color: #f0c36a;
}

.billing-plan-options button {
  width: fit-content;
}

.usage-meter-grid {
  display: grid;
  gap: 12px;
}

.usage-meter {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(255, 255, 255, .035);
}

.usage-meter div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.usage-meter strong {
  color: #f8f1e6;
}

.usage-meter span {
  color: #d7ccb9;
}

.usage-bar {
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
}

.usage-bar span {
  display: block;
  height: 100%;
  background: #b9974d;
}

.usage-meter.status-near_limit .usage-bar span {
  background: #d8bd74;
}

.usage-meter.status-over_limit .usage-bar span {
  background: #c96755;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.vertical-heading {
  display: block;
  margin-bottom: 0;
}

.product-copy p,
.process-grid p,
.invitation-copy p,
.info-content p,
.info-content li {
  color: #d7ccb9;
  line-height: 1.75;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.process-grid article {
  min-height: 260px;
  padding: clamp(28px, 4vw, 44px);
  background: #0b0a08;
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 34px;
  border: 1px solid #b9974d;
  border-radius: 50%;
  color: #d8bd74;
  font: 400 .8rem/1 Georgia, serif;
}

.process-grid h3 {
  margin: 0 0 12px;
  color: #f8f1e6;
  font: 400 clamp(1.35rem, 2.5vw, 2rem)/1.1 Georgia, serif;
}

.invitation-copy {
  max-width: 780px;
  text-align: center;
}

.invitation-copy h2 {
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(2.2rem, 5vw, 4.8rem)/1.02 Georgia, serif;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-kicker {
  margin: 0 0 8px;
  color: #b9974d;
  font-size: .72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  color: #f8f1e6;
  font: 400 4rem/.98 Georgia, serif;
  letter-spacing: 0;
}

.search-panel {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin-bottom: 28px;
}

.search-panel span {
  color: #8d8064;
  font-size: .74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.search-panel input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(185, 151, 77, .38);
  border-radius: 0;
  background: rgba(255, 255, 255, .04);
  color: #f8f1e6;
  padding: 0 18px;
  font: 400 1rem/1.3 Arial, sans-serif;
}

.search-panel input::placeholder {
  color: #9d927d;
}

.search-panel input:focus {
  outline: 2px solid rgba(216, 189, 116, .55);
  outline-offset: 3px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 18px;
}

.gallery-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 150px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(255, 255, 255, .035);
}

.gallery-card h3 {
  margin: 6px 0 0;
}

.gallery-card p {
  margin: 0;
  color: #d7ccb9;
  font: italic 1rem/1.4 Georgia, serif;
}

.gallery-link {
  color: #f6efe2;
  font: 400 2.35rem/1.05 Georgia, serif;
  text-decoration: none;
}

.gallery-link:hover,
.gallery-link:focus-visible {
  color: #d8bd74;
}

.card-arrow {
  flex: 0 0 auto;
  color: #c9b47a;
  font-size: .72rem;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.card-arrow:hover,
.card-arrow:focus-visible {
  color: #f8f1e6;
}

.empty-state {
  color: #d7ccb9;
}

.featured-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  min-height: 420px;
  border: 1px solid rgba(185, 151, 77, .26);
  background: #0e0c0a;
}

.featured-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(28px, 5vw, 62px);
}

.featured-copy h3 {
  margin: 6px 0 18px;
  color: #f8f1e6;
  font: 400 4.6rem/.95 Georgia, serif;
}

.featured-copy p {
  max-width: 520px;
  margin: 0 0 24px;
  color: #d7ccb9;
  line-height: 1.65;
}

.featured-copy p:first-child {
  margin-bottom: 0;
  color: #b9974d;
  font-size: .74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.explore-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(22px, 4vw, 56px);
  border-top: 1px solid rgba(185, 151, 77, .2);
  background: #0b0a08;
  color: #a99f8c;
  font-size: .85rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: #d7ccb9;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #d8bd74;
}

.site-footer p {
  margin: 0;
}

.info-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.simple-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px clamp(22px, 4vw, 56px);
  border-bottom: 1px solid rgba(185, 151, 77, .22);
}

.brand-link {
  color: #f6efe2;
  font: 400 1.05rem/1 Georgia, serif;
  text-decoration: none;
}

.simple-header nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .76rem;
  text-transform: uppercase;
}

.simple-header nav a {
  color: #d7ccb9;
  text-decoration: none;
}

.simple-header nav a:hover,
.simple-header nav a:focus-visible {
  color: #d8bd74;
}

.info-content {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 128px) 0;
}

.info-content h1 {
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(2.4rem, 6vw, 5rem)/1.02 Georgia, serif;
}

.info-content h2 {
  margin: 48px 0 12px;
  color: #f8f1e6;
  font: 400 1.6rem/1.15 Georgia, serif;
}

.info-content a {
  color: #d8bd74;
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.admin-card {
  width: min(100%, 500px);
  border: 1px solid rgba(185, 151, 77, .32);
  background: rgba(14, 12, 10, .9);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.admin-login-card {
  padding: clamp(28px, 5vw, 48px);
}

.admin-card h1,
.admin-dashboard h1 {
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(2.4rem, 7vw, 4.8rem)/1 Georgia, serif;
}

.admin-muted,
.admin-note,
.admin-grid span {
  color: #d7ccb9;
  line-height: 1.65;
}

.admin-message {
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(185, 151, 77, .36);
  background: rgba(255, 255, 255, .04);
  color: #f8f1e6;
  line-height: 1.5;
}

.admin-message.success {
  border-color: rgba(127, 190, 144, .52);
}

.admin-message.error {
  border-color: rgba(205, 101, 85, .68);
}

.admin-message strong {
  display: block;
}

.admin-message ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.admin-alert {
  margin: 24px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(216, 189, 116, .42);
  color: #f8f1e6;
  background: rgba(185, 151, 77, .12);
}

.admin-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.admin-form label {
  display: grid;
  gap: 8px;
}

.admin-form span {
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-form input,
.admin-form select {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(185, 151, 77, .38);
  background: rgba(255, 255, 255, .04);
  color: #f8f1e6;
  padding: 0 16px;
  font: 400 1rem/1.3 Arial, sans-serif;
}

.admin-form input:focus,
.admin-form select:focus {
  outline: 2px solid rgba(216, 189, 116, .55);
  outline-offset: 3px;
}

.admin-submit {
  width: 100%;
  margin-top: 6px;
}

.admin-note {
  margin: 24px 0 0;
  font-size: .9rem;
}

.admin-return {
  display: inline-block;
  margin-top: 18px;
  color: #d8bd74;
  text-decoration: none;
}

.admin-return:hover,
.admin-return:focus-visible {
  color: #f8f1e6;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(22px, 4vw, 56px);
  border-bottom: 1px solid rgba(185, 151, 77, .22);
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  color: #d7ccb9;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-nav a {
  color: inherit;
  text-decoration: none;
}

.admin-nav a:hover,
.admin-nav a:focus-visible,
.admin-nav a[aria-current="page"] {
  color: #d8bd74;
}

.admin-logout {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(185, 151, 77, .48);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .75rem;
  text-transform: uppercase;
}

.admin-logout:hover,
.admin-logout:focus-visible {
  background: #b9974d;
  color: #0b0a08;
}

.admin-dashboard {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) 0;
}

.admin-dashboard-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(32px, 6vw, 56px);
}

.admin-dashboard-heading.compact-heading {
  margin-bottom: 20px;
}

.admin-dashboard-heading.compact-heading h2 {
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(1.7rem, 3vw, 2.6rem)/1.08 Georgia, serif;
}

.beta-readiness-grid {
  margin-bottom: 0;
}

.artist-workspace-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: #d7ccb9;
  font-size: .76rem;
  text-transform: uppercase;
}

.artist-workspace-breadcrumb a,
.artist-workspace-actions a {
  color: #d8bd74;
  text-decoration: none;
}

.artist-workspace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-bottom: 28px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.artist-workspace-tabs a {
  flex: 1 1 150px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #0b0a08;
  color: #d7ccb9;
  font-size: .7rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.artist-workspace-tabs a:hover,
.artist-workspace-tabs a:focus-visible,
.artist-workspace-tabs a[aria-current="page"] {
  color: #f8f1e6;
  background: rgba(185, 151, 77, .16);
}

.artist-workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.artist-workspace-summary,
.artist-workspace-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.artist-workspace-summary article {
  min-height: 108px;
  padding: 22px;
  background: #0b0a08;
}

.artist-workspace-summary span {
  color: #f8f1e6;
  font: 400 1.5rem/1.1 Georgia, serif;
}

.artist-workspace-summary p {
  margin: 10px 0 0;
  color: #b9974d;
  font-size: .7rem;
  text-transform: uppercase;
}

.workspace-card-list {
  display: grid;
  gap: 14px;
}

.workspace-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(11, 10, 8, .56);
}

.workspace-card h3 {
  margin: 0 0 8px;
  color: #f8f1e6;
  font: 400 1.35rem/1.2 Georgia, serif;
}

.workspace-card p {
  margin: 6px 0 0;
  color: #d7ccb9;
  line-height: 1.55;
}

.portfolio-page-card {
  grid-template-columns: 86px minmax(0, 1fr) auto;
}

.portfolio-page-card > img,
.workspace-thumb-empty,
.portfolio-detail-heading img {
  width: 86px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(185, 151, 77, .24);
  background: rgba(255, 255, 255, .04);
}

.workspace-thumb-empty {
  display: grid;
  place-items: center;
  color: #d7ccb9;
  font-size: .68rem;
  text-align: center;
  text-transform: uppercase;
}

.portfolio-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.portfolio-detail-heading h2 {
  margin-bottom: 10px;
}

.admin-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(185, 151, 77, .5);
  background: rgba(255, 255, 255, .04);
  color: #f8f1e6;
  cursor: pointer;
  font-size: .74rem;
  text-decoration: none;
  text-transform: uppercase;
}

.admin-primary-action:disabled,
.admin-actions button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  margin-bottom: 30px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.admin-stats article {
  min-height: 120px;
  padding: 24px;
  background: #0b0a08;
}

.admin-stats span {
  color: #f8f1e6;
  font: 400 2.4rem/1 Georgia, serif;
}

.admin-stats p {
  margin: 12px 0 0;
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.admin-grid article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
  background: #0b0a08;
}

.admin-grid p {
  margin: 0 0 34px;
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-grid h2 {
  margin: 0 0 12px;
  color: #f8f1e6;
  font: 400 clamp(1.45rem, 2.5vw, 2rem)/1.1 Georgia, serif;
}

.admin-grid a {
  display: inline-block;
  margin-top: 22px;
  color: #d8bd74;
  font-size: .74rem;
  text-decoration: none;
  text-transform: uppercase;
}

.admin-panel {
  min-width: 0;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.admin-panel h2,
.admin-settings-grid h2 {
  margin: 0 0 16px;
  color: #f8f1e6;
  font: 400 clamp(1.55rem, 3vw, 2.4rem)/1.1 Georgia, serif;
}

.admin-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  color: #f8f1e6;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(185, 151, 77, .2);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #b9974d;
  font-size: .7rem;
  text-transform: uppercase;
}

.admin-table td {
  color: #d7ccb9;
  line-height: 1.45;
}

.admin-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(185, 151, 77, .36);
  color: #f8f1e6;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-badge.status-draft {
  color: #d9d0c0;
}

.admin-badge.status-archived {
  color: #a99f8c;
}

.admin-badge.status-published {
  color: #f8f1e6;
  border-color: rgba(127, 190, 144, .48);
}

.admin-badge.status-pending_review {
  color: #f7dfac;
  border-color: rgba(216, 189, 116, .62);
}

.admin-badge.status-approved {
  color: #d9eef5;
  border-color: rgba(159, 194, 207, .56);
}

.admin-badge.status-changes_requested {
  color: #f1b1a8;
  border-color: rgba(205, 101, 85, .58);
}

.admin-badge.status-new {
  border-color: rgba(216, 189, 116, .62);
  color: #f8f1e6;
}

.admin-badge.status-reviewed {
  border-color: rgba(159, 194, 207, .56);
  color: #d9eef5;
}

.admin-badge.status-replied {
  border-color: rgba(127, 190, 144, .58);
  color: #dbf0df;
}

.admin-badge.status-spam {
  border-color: rgba(205, 101, 85, .58);
  color: #f1b1a8;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-actions a,
.admin-actions button {
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(185, 151, 77, .34);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .68rem;
  text-decoration: none;
  text-transform: uppercase;
}

.admin-actions a:hover,
.admin-actions a:focus-visible,
.admin-actions button:hover,
.admin-actions button:focus-visible {
  background: rgba(185, 151, 77, .16);
}

.inquiry-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 16px;
}

.inquiry-filter-grid label {
  display: grid;
  gap: 8px;
}

.inquiry-filter-grid span {
  color: #b9974d;
  font-size: .7rem;
  text-transform: uppercase;
}

.inquiry-filter-grid input,
.inquiry-filter-grid select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(255, 255, 255, .035);
  color: #f8f1e6;
  padding: 11px 14px;
  color-scheme: dark;
}

.users-table {
  min-width: 1120px;
}

.user-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.support-banner {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(216, 189, 116, .58);
  background: rgba(11, 10, 8, .98);
  color: #f8f1e6;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}

.support-banner div {
  display: grid;
  gap: 3px;
}

.support-banner strong {
  color: #d8bd74;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.support-banner span,
.support-banner small {
  color: #d7ccb9;
  line-height: 1.35;
}

.support-banner button {
  min-height: 38px;
  white-space: nowrap;
  padding: 0 14px;
  border: 1px solid rgba(216, 189, 116, .58);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .7rem;
  text-transform: uppercase;
}

.support-banner button:hover,
.support-banner button:focus-visible {
  background: #b9974d;
  color: #0b0a08;
}

.inquiry-card-list {
  display: grid;
  gap: 12px;
}

.inquiry-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(11, 10, 8, .62);
}

.inquiry-card h3 {
  margin: 0 0 8px;
  color: #f8f1e6;
  font: 400 1.1rem/1.2 Georgia, serif;
}

.inquiry-card p {
  margin: 5px 0 0;
  color: #d7ccb9;
  line-height: 1.45;
}

.inquiry-card a {
  display: inline-block;
  margin-top: 12px;
  color: #d8bd74;
  font-size: .72rem;
  text-decoration: none;
  text-transform: uppercase;
}

.inquiry-card button {
  min-height: 34px;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(185, 151, 77, .34);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .68rem;
  text-transform: uppercase;
}

.inquiry-card button:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.notification-unread {
  border-color: rgba(216, 189, 116, .48);
  background: rgba(185, 151, 77, .09);
}

.inquiry-table a,
.inquiry-detail-card a {
  color: #d8bd74;
}

.inquiry-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.inquiry-detail-card,
.inquiry-message-block {
  padding: 18px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(11, 10, 8, .56);
}

.inquiry-detail-card h3 {
  margin: 0 0 10px;
  color: #f8f1e6;
  font: 400 1.35rem/1.2 Georgia, serif;
}

.inquiry-detail-card p,
.inquiry-message-block p {
  color: #d7ccb9;
  line-height: 1.6;
}

.inquiry-message-block {
  margin-bottom: 18px;
}

#invitation-created-message {
  display: grid;
  gap: 10px;
}

#invitation-created-message span {
  color: #d7ccb9;
  overflow-wrap: anywhere;
}

#invitation-created-message button {
  justify-self: start;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(185, 151, 77, .34);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .68rem;
  text-transform: uppercase;
}

.admin-record-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.admin-record-form label {
  display: grid;
  gap: 8px;
}

.admin-record-form span {
  color: #b9974d;
  font-size: .7rem;
  text-transform: uppercase;
}

.admin-record-form input,
.admin-record-form select,
.admin-record-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(255, 255, 255, .035);
  color: #f8f1e6;
  padding: 12px 14px;
  font: 400 .95rem/1.4 Arial, sans-serif;
}

.admin-record-form select {
  color-scheme: dark;
}

.admin-record-form input:focus,
.admin-record-form select:focus,
.admin-record-form textarea:focus {
  outline: 2px solid rgba(216, 189, 116, .55);
  outline-offset: 3px;
}

.admin-record-form textarea {
  min-height: 120px;
  resize: vertical;
}

.admin-checkbox {
  align-content: end;
  grid-template-columns: auto 1fr;
  gap: 10px;
  min-height: 48px;
}

.admin-checkbox input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: #b9974d;
}

.admin-field-wide {
  grid-column: 1 / -1;
}

.admin-upload-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 16px;
  align-items: end;
  margin-top: 24px;
}

.admin-upload-form label {
  display: grid;
  gap: 8px;
}

.admin-upload-form span {
  color: #b9974d;
  font-size: .7rem;
  text-transform: uppercase;
}

.admin-upload-form input,
.admin-upload-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(255, 255, 255, .035);
  color: #f8f1e6;
  padding: 11px 14px;
  font: 400 .95rem/1.4 Arial, sans-serif;
}

.upload-status {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #d7ccb9;
}

.upload-status span {
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.upload-status progress {
  width: 100%;
  height: 12px;
  accent-color: #b9974d;
}

.admin-image-field {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr) 132px;
  gap: 16px;
  align-items: end;
}

.admin-image-preview {
  display: grid;
  place-items: center;
  width: 132px;
  height: 96px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(0, 0, 0, .22);
  color: #9d927d;
  font-size: .74rem;
  overflow: hidden;
  text-align: center;
}

.admin-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 18px;
  min-width: 0;
}

.admin-media-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(185, 151, 77, .26);
  background: rgba(11, 10, 8, .74);
}

.admin-media-card.archived {
  opacity: .62;
}

.admin-media-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(185, 151, 77, .18);
  background: #050505;
  object-fit: cover;
}

.admin-media-card h3 {
  margin: 0 0 8px;
  color: #f8f1e6;
  font: 400 1.1rem/1.25 Georgia, serif;
  overflow-wrap: anywhere;
}

.admin-media-card p {
  margin: 6px 0 0;
  color: #d7ccb9;
  font-size: .86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.artist-portal-page .admin-header {
  border-bottom-color: rgba(128, 165, 178, .28);
}

.artist-nav a[aria-current="page"] {
  color: #9fc2cf;
}

.artist-recent-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
}

.artist-recent-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(11, 10, 8, .6);
}

.artist-recent-item img,
.artist-thumb {
  display: block;
  width: 92px;
  height: 70px;
  object-fit: cover;
  background: #050505;
}

.artist-recent-item h3 {
  margin: 0 0 8px;
  color: #f8f1e6;
  font: 400 1.05rem/1.25 Georgia, serif;
}

.artist-recent-item p {
  margin: 0;
  color: #d7ccb9;
  line-height: 1.45;
}

.onboarding-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 12px;
}

.onboarding-checklist-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 14px;
  border: 1px solid rgba(185, 151, 77, .24);
  background: rgba(11, 10, 8, .6);
  color: #f8f1e6;
  text-decoration: none;
}

.onboarding-checklist-item span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  min-height: 28px;
  border: 1px solid rgba(185, 151, 77, .34);
  color: #b9974d;
  font-size: .66rem;
  text-transform: uppercase;
}

.onboarding-checklist-item strong {
  font: 400 1.02rem/1.25 Georgia, serif;
}

.onboarding-checklist-item.complete {
  border-color: rgba(127, 190, 144, .42);
}

.onboarding-checklist-item.complete span {
  border-color: rgba(127, 190, 144, .48);
  color: #dbf0df;
}

.review-status-panel {
  display: grid;
  gap: 16px;
}

.review-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.review-status-actions a,
.review-status-actions button {
  min-height: 36px;
  padding: 9px 12px;
  border: 1px solid rgba(185, 151, 77, .38);
  background: rgba(185, 151, 77, .08);
  color: #f8f1e6;
  cursor: pointer;
  font-size: .68rem;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.review-status-actions button:disabled,
.admin-actions button:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.status-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 12px;
}

.status-summary-grid article,
.status-history-list article,
.review-note-block {
  padding: 14px;
  border: 1px solid rgba(185, 151, 77, .22);
  background: rgba(11, 10, 8, .58);
}

.status-summary-grid strong,
.review-note-block strong {
  display: block;
  margin: 0 0 8px;
  color: #f8f1e6;
  font: 400 1.02rem/1.25 Georgia, serif;
}

.status-summary-grid span,
.status-history-list span {
  display: block;
  margin-top: 6px;
  color: #d7ccb9;
  font-size: .82rem;
}

.review-note,
.status-history-list p {
  margin: 8px 0 0;
  color: #d7ccb9;
  line-height: 1.55;
}

.review-feedback-row td {
  background: rgba(205, 101, 85, .08);
}

.status-history-list {
  display: grid;
  gap: 10px;
}

.preview-ribbon {
  position: fixed;
  z-index: 9998;
  top: 14px;
  right: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(185, 151, 77, .48);
  background: rgba(5, 5, 5, .86);
  color: #f8f1e6;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.invite-shell {
  width: min(100%, 980px);
}

.invite-card {
  width: min(100%, 820px);
}

.invite-accept-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.invite-accept-form label {
  min-width: 0;
}

.dynamic-artist-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  place-items: center;
  padding: 118px 24px 70px;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 7, 6, .76), rgba(8, 7, 6, .88)),
    var(--artist-hero-image),
    #0b0a08;
  background-position: center;
  background-size: cover;
}

.dynamic-artist-hero-inner {
  width: min(100%, 980px);
  margin: 0 auto;
}

.dynamic-artist-hero h1 {
  margin: 0;
  color: #f8f1e6;
  font: 400 clamp(3.4rem, 10vw, 8rem)/.94 Georgia, serif;
}

.dynamic-artist-location,
.dynamic-gallery-description {
  color: #d7ccb9;
  line-height: 1.65;
}

.dynamic-gallery-section {
  padding: clamp(54px, 8vw, 100px) 24px;
  border-top: 1px solid rgba(185, 151, 77, .2);
  background: #12100d;
}

.dynamic-gallery-description {
  max-width: 740px;
  margin: 0 0 28px;
}

.managed-portfolio-page {
  background: #17130f;
}

.managed-portfolio-page .section-inner {
  display: grid;
  gap: 24px;
}

.managed-portfolio-copy {
  max-width: 760px;
  color: #eee4d3;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.managed-portfolio-copy p {
  margin: 0 0 1rem;
}

.managed-portfolio-copy p:last-child {
  margin-bottom: 0;
}

.portfolio-page-grid {
  margin-top: 4px;
}

.dynamic-artwork-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 18px;
}

.dynamic-artwork-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(185, 151, 77, .24);
  background: rgba(255, 255, 255, .035);
}

.dynamic-lightbox-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.dynamic-lightbox-trigger img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dynamic-artwork-card > div {
  padding: 0 18px 20px;
}

.dynamic-artwork-card h3 {
  margin: 6px 0 10px;
  color: #f8f1e6;
  font: 400 1.55rem/1.12 Georgia, serif;
}

.dynamic-artwork-card p,
.dynamic-artwork-card span {
  color: #d7ccb9;
  line-height: 1.55;
}

.dynamic-artwork-card p:first-child {
  margin: 0;
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.dynamic-inquiry-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(185, 151, 77, .45);
  background: transparent;
  color: #f8f1e6;
  cursor: pointer;
  font-size: .7rem;
  text-transform: uppercase;
}

.dynamic-inquiry-link:hover,
.dynamic-inquiry-link:focus-visible {
  background: rgba(185, 151, 77, .18);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 760px);
  margin: 28px auto 0;
  text-align: left;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
}

.inquiry-form span {
  color: #b9974d;
  font: 700 .68rem/1 Arial, sans-serif;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(185, 151, 77, .34);
  background: rgba(255, 255, 255, .045);
  color: #f8f1e6;
  padding: 12px 14px;
  font: 400 .95rem/1.45 Arial, sans-serif;
  color-scheme: dark;
}

.inquiry-form textarea {
  min-height: 126px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: 2px solid rgba(216, 189, 116, .55);
  outline-offset: 3px;
}

.inquiry-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiry-feedback {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: #d7ccb9;
  line-height: 1.45;
}

.inquiry-feedback.success {
  color: #dbf0df;
}

.inquiry-feedback.error {
  color: #f1b1a8;
}

.inquiry-feedback ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.dynamic-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  grid-template-columns: minmax(48px, 90px) 1fr minmax(48px, 90px);
  grid-template-rows: 72px 1fr;
  place-items: center;
  background: rgba(0, 0, 0, .96);
  color: #f8f1e6;
}

.dynamic-lightbox.open {
  display: grid;
}

.dynamic-lightbox figure {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 18px;
  place-items: center;
  min-width: 0;
  margin: 0;
}

.dynamic-lightbox img {
  display: block;
  max-width: 94vw;
  max-height: calc(100vh - 170px);
  object-fit: contain;
}

.dynamic-lightbox figcaption {
  display: grid;
  gap: 6px;
  max-width: min(880px, 90vw);
  text-align: center;
}

.dynamic-lightbox figcaption strong {
  color: #f8f1e6;
  font: 400 1.2rem/1.2 Georgia, serif;
}

.dynamic-lightbox figcaption span {
  color: #d7ccb9;
}

.dynamic-lightbox button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  cursor: pointer;
}

.dynamic-lightbox button:hover,
.dynamic-lightbox button:focus-visible {
  background: #fff;
  color: #111;
}

.dynamic-lightbox figcaption .dynamic-inquiry-link {
  width: auto;
  height: auto;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 0;
}

.dynamic-lightbox-close {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin-right: clamp(16px, 4vw, 34px);
}

.dynamic-lightbox-prev {
  grid-column: 1;
  grid-row: 2;
}

.dynamic-lightbox-next {
  grid-column: 3;
  grid-row: 2;
}

.admin-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(185, 151, 77, .28);
  background: rgba(185, 151, 77, .28);
}

.admin-settings-grid article {
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  background: #0b0a08;
}

.admin-settings-grid p {
  margin: 0 0 28px;
  color: #b9974d;
  font-size: .72rem;
  text-transform: uppercase;
}

.admin-settings-grid span {
  color: #d7ccb9;
  line-height: 1.65;
}

.slide {
  display: none;
  min-height: calc(100vh - var(--controls-height));
  background: #f5f2ec;
}

.slide.active {
  display: grid;
}

.cover {
  position: relative;
  place-items: end start;
  overflow: hidden;
}

.cover > img,
.cover > .cover-artwork-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cover > .cover-artwork-trigger {
  z-index: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.cover > .cover-artwork-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(transparent 48%, rgba(0, 0, 0, .72));
  pointer-events: none;
}

.overlay {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: clamp(28px, 5vw, 72px);
  color: #fff;
  pointer-events: none;
}

.cover h1 {
  margin: .2em 0;
  font: 400 clamp(3rem, 8vw, 7rem)/.95 Georgia, serif;
}

.role {
  font: italic 1.45rem Georgia, serif;
}

.tagline {
  max-width: 660px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.split {
  grid-template-columns: 1fr 1fr;
  height: calc(100vh - var(--controls-height));
  overflow: hidden;
}

.hero {
  height: calc(100vh - var(--controls-height));
  min-height: calc(100vh - var(--controls-height));
  overflow: hidden;
}

.project-image-panel {
  height: calc(100vh - var(--controls-height));
  min-height: calc(100vh - var(--controls-height));
  overflow: hidden;
}

.project-image-panel .artwork-trigger {
  display: block;
  height: 100%;
  min-height: calc(100vh - var(--controls-height));
}

.hero img,
.project-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - var(--controls-height));
  object-fit: cover;
  object-position: center;
}

.text-panel {
  overflow: auto;
  padding: clamp(32px, 5vw, 80px);
  background: #fff;
}

.text-panel h2 {
  margin: .25em 0;
  font: 700 clamp(2rem, 4vw, 4.2rem)/1.05 Georgia, serif;
}

.subtitle {
  font: italic 1.35rem Georgia, serif;
}

.meta {
  color: #444;
  line-height: 1.55;
}

.text-panel p {
  line-height: 1.65;
}

.text-panel hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.text-panel figure {
  max-width: 300px;
  margin: 2rem 0 0 auto;
}

.text-panel figure img {
  width: 100%;
  display: block;
}

.text-panel figcaption {
  margin-top: .4rem;
  color: #666;
  font-size: .75rem;
}

.statement,
.contact {
  place-items: center;
}

.statement {
  position: relative;
  overflow: hidden;
  background: url("/images/chicago-cloud-gate-skyline.jpg") center/cover no-repeat;
}

.statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .46)),
    rgba(0, 0, 0, .2);
}

.statement .text-panel {
  position: relative;
  width: min(88%, 1000px);
  max-width: 1000px;
  background: rgba(10, 9, 8, .68);
  color: #f9f3e9;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.statement .eyebrow {
  color: #d9c88f;
}

.statement .clients {
  color: #eee0c1;
}

.wide {
  width: min(90%, 1000px);
  max-width: 1000px;
}

.wide h3 {
  margin-top: 2.5rem;
  font: 700 1.4rem Georgia, serif;
}

.clients {
  color: #555;
}

.gallery {
  grid-template-rows: 1fr auto;
}

.gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #111;
}

.gallery-images .artwork-trigger {
  height: 60vh;
  overflow: hidden;
}

.gallery-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-copy {
  padding-top: 28px;
  padding-bottom: 28px;
}

.gallery-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact a {
  color: #111;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.contact-headshot {
  max-width: none;
  margin: 0;
}

.contact-headshot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(17, 17, 17, .16);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .14);
}

.statement-headshot {
  float: right;
  width: 200px;
  margin: 0 0 20px 28px;
}

.statement-headshot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(249, 243, 233, .25);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 14px 20px;
  border: 1px solid #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .8rem;
}

.view-artwork-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 1rem;
  padding: 12px 18px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  cursor: pointer;
  font: 700 .76rem/1 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.view-artwork-button:hover,
.view-artwork-button:focus-visible {
  background: #111;
  color: #fff;
}

.artwork-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  line-height: 0;
}

.hero .artwork-trigger {
  height: 100%;
}

.text-panel figure .artwork-trigger {
  line-height: 0;
}

.artwork-trigger img {
  transition: transform .28s ease, filter .28s ease;
}

.artwork-trigger:hover img,
.artwork-trigger:focus-visible img {
  filter: brightness(1.06);
  transform: scale(1.015);
}

.artwork-trigger:focus-visible {
  outline: 2px solid #b9974d;
  outline-offset: 4px;
}

.controls {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  gap: 10px;
  padding: 10px;
  background: #111;
  color: #fff;
}

.controls button {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #555;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.controls button:hover,
.controls button.active {
  background: #fff;
  color: #111;
}

.controls #dots {
  display: flex;
  max-width: 50vw;
  gap: 6px;
  overflow: auto;
}

.controls #dots button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  font-size: .75rem;
}

.controls #counter {
  min-width: 54px;
  color: #aaa;
  font-size: .8rem;
}

.lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  grid-template-columns: minmax(48px, 96px) 1fr minmax(48px, 96px);
  grid-template-rows: 72px 1fr;
  place-items: center;
  align-items: center;
  background: rgba(0, 0, 0, .96);
  color: #fff;
}

.lightbox.open {
  display: grid;
}

.lightbox-figure {
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  display: grid;
  grid-template-rows: 1fr auto auto;
  place-items: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0 0 28px;
}

.lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 94vw;
  max-height: calc(100vh - 178px);
  object-fit: contain;
  box-shadow: 0 18px 80px rgba(0, 0, 0, .42);
}

.lightbox figcaption {
  max-width: min(900px, 90vw);
  margin-top: 16px;
  color: #d9d0c0;
  font: 400 .9rem/1.45 Georgia, serif;
  text-align: center;
}

.lightbox-counter {
  margin-top: 8px;
  color: #9d927d;
  font-size: .78rem;
  letter-spacing: 0;
}

.lightbox-button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  cursor: pointer;
}

.lightbox-button:hover,
.lightbox-button:focus-visible {
  background: #fff;
  color: #111;
}

.lightbox-close {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin-right: clamp(16px, 4vw, 34px);
}

.lightbox-prev {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
}

.lightbox-next {
  grid-column: 3;
  grid-row: 2;
  justify-self: center;
}

.lightbox-button svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    padding: 18px 22px;
    background: #0b0a08;
  }

  .site-nav {
    gap: 12px;
    font-size: .68rem;
  }

  .home-hero {
    min-height: calc(100vh - 76px);
    padding-top: 54px;
  }

  .home-hero h1 {
    font-size: 4.6rem;
  }

  .section-heading h2,
  .featured-copy h3 {
    font-size: 3rem;
  }

  .gallery-link {
    font-size: 2rem;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .featured-gallery {
    grid-template-columns: 1fr;
  }

  .product-layout,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: 0;
  }

  .simple-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-gallery img {
    min-height: 320px;
    height: 48vh;
  }

  .gallery-card {
    align-items: flex-start;
    flex-direction: column;
  }

  :root {
    --controls-height: 66px;
  }

  body:not(.home-page) {
    padding-bottom: var(--controls-height);
  }

  body.admin-page,
  body.info-page {
    padding-bottom: 0;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
  }

  .admin-nav {
    justify-content: flex-start;
  }

  .admin-stats {
    grid-template-columns: 1fr 1fr;
  }

  .support-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-upload-form,
  .admin-image-field,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .admin-image-preview {
    width: 100%;
    height: auto;
    min-height: 160px;
  }

  .dynamic-artist-hero {
    min-height: calc(100vh - 76px);
    padding-top: 54px;
  }

  .dynamic-lightbox {
    grid-template-columns: 58px 1fr 58px;
    grid-template-rows: 64px 1fr;
  }

  .dynamic-lightbox img {
    max-width: 100vw;
    max-height: calc(100vh - 164px);
  }

  .dynamic-lightbox-close {
    margin-right: 12px;
  }

  .slide {
    min-height: auto;
  }

  .split {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .hero {
    height: 48vh;
    min-height: 48vh;
  }

  .project-image-panel,
  .project-image-panel .artwork-trigger,
  .project-image-panel img {
    height: 48vh;
    min-height: 48vh;
  }

  .text-panel {
    padding: 30px 24px;
  }

  .statement {
    min-height: calc(100vh - 66px);
  }

  .statement .text-panel {
    width: min(92%, 1000px);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-headshot {
    max-width: 240px;
    margin: 10px auto 0;
  }

  .statement-headshot {
    float: none;
    width: 160px;
    margin: 0 auto 20px;
  }

  .gallery-images {
    grid-template-columns: 1fr;
  }

  .gallery-images .artwork-trigger {
    height: 40vh;
  }

  .controls {
    height: 66px;
    justify-content: space-between;
  }

  .controls #dots {
    display: none;
  }

  .cover {
    min-height: calc(100vh - var(--controls-height));
  }

  .lightbox {
    grid-template-columns: 64px 1fr 64px;
    grid-template-rows: 64px 1fr;
  }

  .lightbox img {
    max-width: 100vw;
    max-height: calc(100vh - 164px);
  }

  .lightbox-close {
    margin-right: 12px;
  }

  .lightbox-button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 480px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-header,
  .admin-dashboard-heading {
    align-items: flex-start;
  }

  .admin-header {
    flex-direction: column;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-stats,
  .admin-record-form,
  .admin-settings-grid,
  .admin-upload-form,
  .admin-image-field,
  .inquiry-form,
  .invite-accept-form {
    grid-template-columns: 1fr;
  }

  .artist-workspace-heading,
  .portfolio-detail-heading,
  .workspace-card,
  .portfolio-page-card {
    grid-template-columns: 1fr;
  }

  .artist-workspace-actions,
  .workspace-card .admin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .artist-workspace-actions a,
  .artist-workspace-actions button,
  .workspace-card .admin-actions a,
  .workspace-card .admin-actions button {
    justify-content: center;
    width: 100%;
  }

  .portfolio-page-card > img,
  .workspace-thumb-empty,
  .portfolio-detail-heading img {
    width: 100%;
    max-width: 220px;
  }

  .admin-dashboard {
    width: calc(100vw - 32px);
    max-width: 1180px;
  }

  .admin-shell {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .admin-panel {
    padding: 18px;
  }

  .home-hero h1 {
    font-size: 2.9rem;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .section-heading h2,
  .featured-copy h3 {
    font-size: 2.25rem;
  }

  .dynamic-artist-hero h1 {
    font-size: 3rem;
  }

  .artist-recent-item {
    grid-template-columns: 76px 1fr;
  }

  .artist-recent-item img,
  .artist-thumb {
    width: 76px;
    height: 58px;
  }

  .inquiry-card {
    display: grid;
  }
}

@media (max-width: 360px) {
  .home-hero h1 {
    font-size: 2.45rem;
  }
}
