.cc {
  background: #FDFCF7;
  color: #2E2B28;
  font-family: "Marcellus", serif;
  min-height: 70vh;
  position: relative;
}
.cc__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(184, 144, 42, 0.18);
}
.cc__progress-bar {
  display: block;
  height: 100%;
  width: 33.333%;
  background: #B8902A;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 72px 28px 96px;
  position: relative;
}
@media (max-width: 768px) {
  .cc__wrap {
    padding: 48px 20px 72px;
  }
}
.cc__panel {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__panel.is-active {
  opacity: 1;
  transform: none;
}
.cc__panel.is-leaving {
  opacity: 0;
  transform: translateY(-10px);
  transition-duration: 0.28s;
}
.cc__eyebrow {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B8902A;
}
.cc__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  outline: none;
}
@media (max-width: 768px) {
  .cc__title {
    font-size: 26px;
  }
}
.cc__rule {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 26px;
}
.cc__rule span {
  width: 56px;
  height: 1px;
  background: rgba(184, 144, 42, 0.5);
}
.cc__rule i {
  width: 6px;
  height: 6px;
  background: #B8902A;
  transform: rotate(45deg);
}
.cc__lead {
  max-width: 620px;
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.75;
}
.cc__form {
  max-width: 520px;
}
.cc__field {
  margin: 0 0 22px;
}
.cc__field label {
  display: block;
  margin: 0 0 8px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2E2B28;
}
.cc__field input {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 43, 40, 0.25);
  border-radius: 0;
  font-family: "Marcellus", serif;
  font-size: 18px;
  color: #2E2B28;
  transition: border-color 0.25s ease;
}
.cc__field input:focus {
  outline: none;
  border-bottom-color: #B8902A;
}
.cc__field input.is-invalid {
  border-bottom-color: #a33;
}
.cc__field input[readonly] {
  color: #8A8178;
}
.cc__hint {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #8A8178;
}
.cc__error {
  display: block;
  min-height: 1.2em;
  margin-top: 8px;
  font-size: 13px;
  color: #a33;
}
.cc__error--form {
  margin-top: 16px;
  text-align: right;
}
.cc__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cc__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
}
.cc__actions--center {
  justify-content: center;
}
.cc__btn {
  display: inline-block;
  padding: 16px 34px;
  background: #2E2B28;
  color: #fff;
  border: 1px solid #2E2B28;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__btn:hover, .cc__btn:focus-visible {
  background: #B8902A;
  border-color: #B8902A;
  color: #fff;
  transform: translateY(-1px);
}
.cc__form .cc__btn {
  margin-left: auto;
}
.cc__back {
  padding: 0;
  background: none;
  border: 0;
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: #8A8178;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.cc__back:hover {
  color: #2E2B28;
}
.cc__group {
  margin: 0 0 40px;
}
.cc__label {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.cc__count {
  color: #B8902A;
  letter-spacing: 0.1em;
  text-transform: none;
}
.cc__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cc__label-row .cc__label {
  margin: 0;
}
.cc__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cc__pill {
  padding: 12px 20px;
  background: transparent;
  border: 1px solid rgba(46, 43, 40, 0.25);
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: #2E2B28;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.cc__pill:hover {
  border-color: #B8902A;
}
.cc__pill[aria-checked=true] {
  background: #2E2B28;
  border-color: #2E2B28;
  color: #fff;
}
.cc__search {
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 43, 40, 0.25);
  border-radius: 0;
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: #2E2B28;
  min-width: 220px;
}
.cc__search:focus {
  outline: none;
  border-bottom-color: #B8902A;
}
.cc__artists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 18px 12px;
  max-height: 440px;
  overflow-y: auto;
  padding: 6px 4px 6px 0;
}
.cc__artist {
  padding: 0;
  background: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  font-family: "Marcellus", serif;
}
.cc__artist-img {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(46, 43, 40, 0.15);
  transition: box-shadow 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__artist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter 0.3s ease;
}
.cc__artist-name {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #2E2B28;
}
.cc__artist-dates {
  display: block;
  font-size: 11px;
  color: #8A8178;
  letter-spacing: 0.06em;
}
.cc__artist:hover .cc__artist-img {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px #B8902A;
}
.cc__artist[aria-pressed=true] .cc__artist-img {
  box-shadow: 0 0 0 3px #B8902A;
}
.cc__artist[aria-pressed=true] .cc__artist-img img {
  filter: none;
}
.cc__empty, .cc__loading {
  grid-column: 1/-1;
  color: #8A8178;
  font-size: 15px;
  margin: 8px 0;
}
.cc__paintings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 26px 20px;
  margin: 0 0 8px;
}
.cc__painting {
  padding: 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: "Marcellus", serif;
}
.cc__painting-img {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 12px;
  background: #E8E4DE;
  box-shadow: 0 0 0 1px rgba(46, 43, 40, 0.08);
  transition: box-shadow 0.25s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__painting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc__painting-artist {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E2B28;
}
.cc__painting-title {
  display: block;
  font-size: 15px;
  font-style: italic;
  margin: 3px 0 2px;
}
.cc__painting-price {
  display: block;
  font-size: 13px;
  color: #8A8178;
}
.cc__painting:hover .cc__painting-img {
  transform: translateY(-3px);
}
.cc__painting:hover .cc__painting-img img {
  transform: scale(1.03);
}
.cc__painting[aria-pressed=true] .cc__painting-img {
  box-shadow: 0 0 0 3px #B8902A;
}
.cc__panel--working, .cc__panel--done {
  text-align: center;
}
.cc__panel--working .cc__lead, .cc__panel--working .cc__rule, .cc__panel--done .cc__lead, .cc__panel--done .cc__rule {
  margin-left: auto;
  margin-right: auto;
}
.cc__panel--working .cc__rule, .cc__panel--done .cc__rule {
  justify-content: center;
}
.cc__mark {
  width: 40px;
  height: 40px;
  margin: 0 auto 26px;
  position: relative;
}
.cc__mark span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 144, 42, 0.35);
  border-top-color: #B8902A;
  border-radius: 50%;
  animation: cc-spin 1.1s linear infinite;
}

@keyframes cc-spin {
  to {
    transform: rotate(360deg);
  }
}
.cc-member {
  font-family: "Marcellus", serif;
  color: #2E2B28;
}
.cc-member__eyebrow {
  margin: 0 0 8px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B8902A;
}
.cc-member__title {
  margin: 0 0 18px;
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.cc-member__lead {
  max-width: 640px;
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 1.75;
}
.cc-member__section {
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-member__heading {
  margin: 0 0 6px;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.cc-member__note {
  margin: 0 0 20px;
  font-size: 13px;
  color: #8A8178;
}
.cc-member__prose {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.8;
}
.cc-member__prose p {
  margin: 0 0 14px;
}
.cc-member__prose p:last-child {
  margin: 0;
}
.cc-member__prose--personal {
  padding: 22px 26px;
  background: #E8E4DE;
  border-left: 3px solid #B8902A;
}
.cc-member__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 26px 20px;
}
.cc-member__work {
  text-decoration: none;
  color: #2E2B28;
}
.cc-member__work-img {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #E8E4DE;
  margin-bottom: 12px;
  box-shadow: 0 0 0 1px rgba(46, 43, 40, 0.08);
}
.cc-member__work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc-member__work-artist {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cc-member__work-title {
  display: block;
  font-size: 15px;
  font-style: italic;
  margin: 3px 0 2px;
}
.cc-member__work-price {
  display: block;
  font-size: 13px;
  color: #8A8178;
}
.cc-member__work:hover {
  color: #2E2B28;
}
.cc-member__work:hover img {
  transform: scale(1.03);
}
.cc-member__waiting {
  padding: 26px;
  background: #E8E4DE;
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
}
.cc-member__work-until {
  display: block;
  margin-top: 4px;
  font-family: "Cinzel", serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B8902A;
}
.cc-member__fair {
  margin: 0 0 40px;
  padding: 26px 30px;
  background: #2E2B28;
  color: #FDFCF7;
}
.cc-member__fair-label {
  margin: 0 0 10px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B8902A;
}
.cc-member__fair-name {
  margin: 0 0 4px;
  font-family: "Cinzel", serif;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.cc-member__fair-meta {
  margin: 0 0 14px;
  font-size: 14px;
  color: rgba(253, 252, 247, 0.7);
}
.cc-member__fair-copy {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
}
.cc-member__fair-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
}
.cc-member__fair .cc-member__link {
  color: #FDFCF7;
}
.cc-member__fair .cc-member__link:hover {
  color: #B8902A;
}
.cc-member__fair .cc-member__link--quiet {
  color: rgba(253, 252, 247, 0.6);
}
.cc-member__choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 640px;
}
.cc-member__choice {
  display: block;
  padding: 22px 24px;
  border: 1px solid rgba(46, 43, 40, 0.2);
  color: #2E2B28;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cc-member__choice span {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.cc-member__choice small {
  display: block;
  font-size: 13px;
  color: #8A8178;
  line-height: 1.5;
}
.cc-member__choice:hover {
  border-color: #B8902A;
  background: rgba(184, 144, 42, 0.06);
  color: #2E2B28;
}
.cc-member__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.cc-member__chip {
  padding: 7px 14px;
  border: 1px solid rgba(46, 43, 40, 0.2);
  font-size: 13px;
}
.cc-member__row {
  margin: 0 0 16px;
  font-size: 14px;
}
.cc-member__row b {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.cc--teaser {
  padding: 48px 0 64px;
}

.cc-teaser {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.cc-teaser .cc__title {
  font-size: 30px;
}
.cc-teaser .cc__lead {
  margin-left: auto;
  margin-right: auto;
}
.cc-teaser__artist {
  margin: -8px 0 24px;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8A8178;
}
.cc-teaser__image {
  margin: 0 0 28px;
  box-shadow: 0 0 0 1px rgba(46, 43, 40, 0.08);
}
.cc-teaser__image img {
  display: block;
  width: 100%;
  height: auto;
}
.cc-teaser__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.cc-teaser__signin {
  font-size: 14px;
  color: #8A8178;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cc-teaser__signin:hover {
  color: #B8902A;
}

.cc-invite {
  margin: 28px 0 0;
  padding: 24px 26px;
  background: #E8E4DE;
  border-left: 3px solid #B8902A;
  font-family: "Marcellus", serif;
  color: #2E2B28;
}
.cc-invite__label {
  margin: 0 0 8px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B8902A;
}
.cc-invite p {
  margin: 0 0 12px;
  line-height: 1.6;
}
.cc-invite__link {
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2E2B28;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cc-invite__link:hover {
  color: #B8902A;
}

@media (prefers-reduced-motion: reduce) {
  .cc__panel, .cc__progress-bar, .cc__artist-img, .cc__painting-img, .cc__painting-img img, .cc__btn {
    transition: none !important;
  }
  .cc__mark span {
    animation: none;
    border-top-color: rgba(184, 144, 42, 0.35);
  }
}
