.g1084-directory,
.g1084-artwork-grid,
.g1084-events {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 30px;
}
.g1084-artwork-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.g1084-directory-card, .g1084-artwork-card, .g1084-event { min-width: 0; }
.g1084-directory-card img, .g1084-event img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.g1084-directory--square .g1084-directory-card img,
.g1084-directory--square .g1084-artist-placeholder { aspect-ratio: 1 / 1; }
.g1084-directory--balanced .g1084-directory-card:last-child:nth-child(3n + 1) { grid-column: 2; }
.g1084-artist-placeholder {
    display: grid;
    place-items: end start;
    width: 100%;
    aspect-ratio: 4 / 5;
    padding: 24px;
    border: 1px solid #dedede;
    background: #fff;
}
.g1084-artist-placeholder span {
    max-width: 12ch;
    color: #151515;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    line-height: 1.1;
}
.g1084-artwork-card__image {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #fff;
}
.g1084-artwork-card__image--square,
.g1084-artwork-card__image--landscape,
.g1084-artwork-card__image--portrait { aspect-ratio: 4 / 3; }
.g1084-artwork-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.g1084-artwork-card__overlay {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 24px;
    background: rgb(255 255 255 / 94%);
    color: #151515;
    opacity: 0;
    transition: opacity 180ms ease;
}
.g1084-artwork-card a:hover .g1084-artwork-card__overlay,
.g1084-artwork-card a:focus-visible .g1084-artwork-card__overlay { opacity: 1; }
.g1084-artwork-card__overlay span {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 12px;
    color: #151515;
    font-size: 12px;
    line-height: 1.35;
}
.g1084-artwork-card__overlay strong {
    color: #686868;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.g1084-watermark {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-24deg);
    color: rgb(255 255 255 / 62%);
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(16px, 2.2vw, 34px);
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    pointer-events: none;
    text-shadow: 0 1px 9px rgb(0 0 0 / 28%);
    text-transform: uppercase;
    white-space: nowrap;
}
.g1084-directory-card h3, .g1084-artwork-card h3, .g1084-event h3 {
    margin: 14px 0 6px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    letter-spacing: 0;
}
.g1084-artwork-card__text { padding-top: 14px; border-top: 1px solid #eeeeee; }
.g1084-artwork-card__topline { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.g1084-artwork-card__text p { margin: 0 0 4px; color: #1a1a1a; font-size: 12px; text-transform: uppercase; }
.g1084-artwork-card__text h3 { margin-top: 0; font-size: 21px; }
.g1084-artwork-card__text span, .g1084-directory-card p, .g1084-event p {
    display: block;
    color: #686868;
    font-size: 13px;
    line-height: 1.6;
}
.g1084-status {
    flex: 0 0 auto;
    border: 1px solid #dedede;
    padding: 3px 5px;
    color: #686868;
    font-size: 9px !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
}
.g1084-status--available { border-color: #00747c; color: #00747c !important; }
.g1084-status--sold { background: #f6f6f6; }
.g1084-events { gap: 42px; }
.g1084-event { border-top: 1px solid #dedede; padding-top: 18px; }
.g1084-newsletter, .g1084-submission {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: start;
}
.g1084-submission--form-only { grid-template-columns: minmax(0, 900px); }
.g1084-submission form, .g1084-newsletter__form, .g1084-contact, .g1084-registration-form { display: grid; gap: 14px; }
.g1084-submission label, .g1084-newsletter label, .g1084-contact label, .g1084-registration-form label {
    color: #555;
    font-size: 13px;
}
.g1084-submission input, .g1084-submission textarea,
.g1084-submission select,
.g1084-newsletter input, .g1084-contact input, .g1084-contact textarea, .g1084-contact select,
.g1084-registration-form input, .g1084-registration-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    background: #fff;
    color: #151515;
    font: inherit;
}
.g1084-submission textarea, .g1084-contact textarea, .g1084-registration-form textarea { min-height: 120px; resize: vertical; }
.g1084-event-registration {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #dedede;
}
.g1084-event-registration h2 { margin-top: 0; }
.g1084-registration-availability { margin: 0 0 22px; color: #00747c; font-size: 13px; text-transform: uppercase; }
.g1084-inquiry-summary {
    margin-bottom: 18px;
    padding: 22px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.g1084-inquiry-summary h3 { margin: 0 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; font-weight: 500; }
.g1084-inquiry-summary p { margin: 4px 0; font-size: 13px; }
.g1084-inquiry-summary .g1084-eyebrow { margin-bottom: 8px; font-size: 10px; }
.g1084-checkbox { display: flex; gap: 10px; }
.g1084-checkbox input { width: auto; min-height: auto; }
.g1084-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid #151515;
    border-radius: 0;
    background: #fff;
    color: #151515;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.g1084-button:hover { background: #151515; color: #fff; }
.g1084-eyebrow { color: #686868; font-size: 11px; text-transform: uppercase; }
.g1084-success, .g1084-error { padding: 16px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; color: #151515; }
.g1084-empty { grid-column: 1 / -1; margin: 0; }
.g1084-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.g1084-calendar__header {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    margin-bottom: 28px;
    text-align: center;
}
.g1084-calendar__header h2 { margin: 0; }
.g1084-calendar__header a {
    display: grid;
    place-items: center;
    min-height: 48px;
    color: #686868;
    font-family: Georgia, serif;
    font-size: 36px;
}
.g1084-calendar__scroll { overflow-x: auto; }
.g1084-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(110px, 1fr));
    min-width: 770px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
.g1084-calendar__weekday {
    padding: 12px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #686868;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.g1084-calendar__day {
    min-height: 132px;
    padding: 10px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
}
.g1084-calendar__day--empty { background: #fff; }
.g1084-calendar__date { display: block; margin-bottom: 12px; color: #686868; font-size: 12px; }
.g1084-calendar__event {
    display: block;
    margin-top: 8px;
    border-top: 1px solid #151515;
    padding-top: 8px;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.g1084-calendar__event small { display: block; margin-top: 3px; color: #686868; font-weight: 400; }

@media (max-width: 980px) {
    .g1084-artwork-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .g1084-newsletter, .g1084-submission { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 700px) {
    .g1084-directory, .g1084-events { grid-template-columns: 1fr; }
    .g1084-directory--balanced .g1084-directory-card:last-child:nth-child(3n + 1) { grid-column: auto; }
}
@media (max-width: 480px) {
    .g1084-artwork-grid { gap: 34px 12px; }
    .g1084-artwork-card__text h3 { font-size: 18px; }
    .g1084-artwork-card__overlay { display: none; }
}
