@font-face {
font-family: 'JetBrains Mono';
src: url('../font/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}

html {
box-sizing: border-box;
}

*,
*::before,
*::after {
box-sizing: inherit;
}

body {
margin: 0;
padding: 0.2em 10px;
background-color: #fff;
color: #000;
font-family: 'JetBrains Mono', monospace;
font-weight: 300;
letter-spacing: 0.04em;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

body::-webkit-scrollbar {
display: none;
}

a {
display: inline-block;
text-decoration: none;
color: #000;
transition: transform 0.2s ease-in-out;
}

.header-outer-wrapper {
width: 100%;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}

.site-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 1.4em 0 2em 0;
margin-bottom: 2em;
width: 100%;
flex-wrap: wrap;
box-sizing: border-box;
}

.header-left {
display: flex;
align-items: center;
gap: 1em;
}

.header-right {
flex: 1;
display: flex;
justify-content: flex-end;
}

.site-title {
font-size: 1.1em;
text-align: left;
user-select: none;
background-color: #fff;
z-index: 1000;
}

#log-extra-info,
#forever-supper-extra-info {
display: none;
text-align: left;
color: #999;
width: auto;
margin-top: 8px;
flex: none;
}

#log-extra-info p,
#forever-supper-extra-info p {
margin: 0;
font-size: 0.8em;
line-height: 1.2;
white-space: nowrap;
}

.extra-info-label {
color: #999;
margin-right: 0.6em;
}

.extra-info-value {
color: #000;
}

.info-group {
margin-left: 1.5em;
}

.info-group:first-child {
margin-left: 0;
}

.contract-second-line {
margin-left: 0.3em !important;
}

.main-layout {
display: flex;
flex-direction: column;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
width: 100%;
}

.sidebar {
padding: 0 0.73em 2em 0.73em;
font-size: 1em;
}

.sidebar details,
.sidebar>div {
margin-bottom: 0.8em !important;
}

.sidebar summary {
cursor: pointer;
list-style: none;
}

.sidebar summary::-webkit-details-marker {
display: none;
}

.sidebar .submenu {
margin-top: 0.5em;
margin-left: 0;
}

.sidebar summary,
.sidebar .submenu div,
.sidebar>div {
cursor: pointer;
position: relative;
padding-left: 15px;
transition: color 0.2s ease, opacity 0.2s ease;
margin-bottom: 0.3em;
}

.sidebar .submenu div,
.sidebar .submenu div a {
color: #999;
font-size: 0.95em;
transition: color 0.2s ease, opacity 0.2s ease;
}

.sidebar .submenu div:hover,
.sidebar .submenu div:hover a {
color: #000;
}

.sidebar summary:hover,
.sidebar .submenu div:hover,
.sidebar>div:hover {
color: #000;
opacity: 1;
}

.sidebar summary::before,
.sidebar .submenu div::before,
.sidebar>div::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 6px;
background-color: #000;
opacity: 0;
transition: opacity 0.2s ease;
}

.sidebar summary:hover::before,
.sidebar .submenu div:hover::before,
.sidebar>div:hover::before {
opacity: 1;
}

.filter-year:hover,
.filter-collection:hover,
.filter-medium:hover,
.filter-special:hover,
.filter-log:hover {
text-decoration: none;
}

.container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: min-content;
gap: 10px;
width: 100%;
justify-items: center;
align-items: center;
margin-bottom: 2em;
position: relative;
}

.image-wrapper {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
margin: 0 !important;
}

.image-wrapper a {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}

.image-wrapper img,
.image-wrapper video,
.artwork-list.show .thumbnail {
width: 100%;
height: auto;
max-width: 100%;
max-height: 75vh;
object-fit: contain;
background-color: #fff;
display: block;
margin: 0 auto !important;
}

.is-portrait {
max-width: 80% !important;
max-height: 70vh !important;
}

.is-log-view .is-portrait {
max-width: 100% !important;
}

.is-hen-view .image-wrapper a {
aspect-ratio: 1 / 1 !important;
}

.is-hen-view .image-wrapper img,
.is-hen-view .image-wrapper video,
.is-hen-view .thumbnail {
width: 100% !important;
height: 100% !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
max-width: 100% !important;
max-height: none !important;
}

.container.view-single .image-wrapper a,
.container.view-single .image-wrapper img,
.container.view-single .image-wrapper video,
.artwork-list.show.view-single .thumbnail {
height: auto !important;
object-fit: contain !important;
}

.artwork-list.show {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: min-content;
gap: 15px;
width: 100%;
justify-items: center;
align-items: center;
}

.artwork-item {
width: 100%;
margin: 0;
text-align: left !important;
display: flex;
flex-direction: column;
align-items: flex-start !important;
}

.artwork-item a {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
}

.artwork-item .thumbnail {
width: 100% !important;
height: auto !important;
max-height: none !important;
object-fit: contain;
}

.log-item .artwork-title {
margin-top: 1.5em !important;
}

.artwork-title {
font-size: 1em;
color: #000;
margin-top: 0.5em;
width: 100% !important;
text-align: left !important;
}

.artwork-title-link {
color: inherit;
text-decoration: none;
width: 100%;
text-align: left !important;
}

.artwork-title-link:hover {
text-decoration: none;
transform: none;
color: #999;
}

.artwork-description {
font-size: 0.8em;
color: #999;
margin-top: 0.5em;
line-height: 1.6;
width: 100% !important;
overflow-wrap: break-word;
word-break: break-word;
text-align: left !important;
}

.meta,
.detail-text-box {
font-size: 0.9em;
}

.meta table,
.detail-text-box table {
width: 100%;
border-collapse: collapse;
}

.meta td,
.detail-text-box td {
padding: 0.2em !important;
vertical-align: top;
overflow-wrap: break-word;
font-size: 0.95em;
}

.meta td a,
.detail-text-box td a {
color: inherit;
transition: color 0.2s ease;
}

.meta td a:hover,
.detail-text-box td a:hover {
color: #999;
}

.meta .meta-label,
.detail-text-box .meta-label {
width: 110px;
color: #999;
white-space: nowrap;
padding-right: 15px;
}

.meta .meta-value,
.detail-text-box .meta-value {
padding-left: 20px !important;
}

.meta-column-container {
display: flex;
flex-direction: column;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.latest-work-detail-section,
.latest-log-header {
grid-column: 1 / -1;
width: 100%;
}

.latest-work-detail-section {
margin-bottom: 0;
padding-bottom: 0;
}

.detail-layout-container {
display: flex;
flex-direction: column;
gap: 3em;
margin-top: 4em;
}

.detail-media-box {
width: 100%;
display: flex;
justify-content: center;
}

.detail-media-box img,
.detail-media-box video {
width: 100%;
max-width: 100%;
max-height: 70vh;
object-fit: contain;
}

.detail-text-box {
width: 100%;
}

.latest-log-header {
margin-bottom: 4em;
}

.latest-log-label {
font-size: 0.8em;
color: #000;
letter-spacing: 0.2em;
margin-bottom: 1.5em;
display: flex;
align-items: center;
line-height: 1;
}

.latest-log-label::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #ff0000;
border-radius: 50%;
margin-right: 10px;
box-shadow: 0 0 8px #ff0000;
}

.latest-log-featured {
width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 4em;
margin-bottom: 1em;
}

.latest-log-card-large {
width: 100%;
max-width: 100%;
text-align: left;
align-items: flex-start !important;
}

.latest-log-card-large .thumbnail {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
}

.latest-log-card-large .artwork-title {
font-size: 1.1em !important;
margin-top: 1.5em !important;
display: block !important;
}

.latest-log-card-large .artwork-description {
font-size: 0.9em !important;
max-width: 800px;
line-height: 1.8;
color: #999;
display: block !important;
}

.latest-log-grid {
display: grid;
gap: 2em;
width: 100%;
}

.latest-log-card {
width: 100%;
margin: 0 !important;
}

.latest-log-card .thumbnail {
width: 100% !important;
max-width: none !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
}

.exhibitions-header {
grid-column: 1 / -1;
width: 100%;
margin-bottom: 4em;
}

.exhibitions-label {
font-size: 0.8em;
color: #000;
letter-spacing: 0.2em;
margin-bottom: 1.5em;
display: flex;
align-items: center;
line-height: 1;
}

.exhibitions-label::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #00ff40;
border-radius: 50%;
margin-right: 10px;
box-shadow: 0 0 8px #00ff40;
}

.exhibitions-content {
width: 100%;
}

.exhibitions-link {
display: block;
width: 100%;
}

.exhibitions-link:hover .exhibitions-meta {
color: #999;
}

.exhibitions-image-wrapper {
width: 100%;
position: relative;
}

.exhibitions-image-wrapper img {
width: 100%;
height: auto;
display: block;
}

.exhibitions-meta {
font-size: 0.9em;
color: #000;
margin-top: 0.5em;
width: 100%;
text-align: left;
}

.center-wrapper {
width: 100%;
max-width: 1600px;
background-color: #fff;
padding: 0;
margin-left: auto;
margin-right: auto;
display: block;
position: relative;
}

.back-link {
font-size: 1em;
padding-left: 1em;
display: flex;
align-items: center;
margin-bottom: 4em;
line-height: 1;
}

.back-link::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #007bff;
border-radius: 50%;
margin-right: 10px;
box-shadow: 0 0 8px #007bff;
transform: translateY(1px);
}

#artists-container {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 5em;
min-height: 200px;
}

#artists-container img,
#artists-container video {
width: 100% !important;
max-width: 100% !important;
max-height: 80vh !important;
height: auto !important;
display: block;
object-fit: contain;
}

.meta-dual-column .meta-column-container {
margin-top: 3em;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
width: 100%;
max-width: 1100px;
gap: 100px;
margin-left: auto;
margin-right: auto;
}

.meta-dual-column .meta-col-left,
.meta-dual-column .meta-col-right {
flex: 1;
min-width: 0;
}

.meta-dual-column table {
width: 100% !important;
border-collapse: collapse;
}

.view-switcher {
display: none;
justify-content: flex-end;
margin-bottom: 0.4em;
margin-top: -1em;
padding: 0;
margin-right: 5px;
font-size: 1.95em;
line-height: 1;
color: #000;
}

.view-switcher.active {
display: flex !important;
}

.view-toggle-btn {
cursor: pointer;
transition: opacity 0.2s;
padding: 0;
display: inline-block;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
text-align: center;
vertical-align: middle;
font-weight: 100;
}

.view-toggle-btn:hover {
opacity: 1;
}

.container.view-single,
.artwork-list.show.view-single {
grid-template-columns: 1fr !important;
gap: 3em !important;
}

.container.view-single .image-wrapper,
.artwork-list.show.view-single .artwork-item {
max-width: 1000px;
margin-left: auto !important;
margin-right: auto !important;
}

.lightbox {
display: none;
position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 255.9);
cursor: pointer;
justify-content: center;
align-items: center;
}

.lightbox.show {
display: flex;
}

.lightbox-content {
max-width: 95vw;
max-height: 95vh;
object-fit: contain;
}

@media (max-width: 1080px) {
.log-page-info,
.fs-page-info {
text-align: left !important;
margin-bottom: 30px !important;
}

.view-switcher {
margin-bottom: 0 !important;
}

.mobile-log-switcher {
grid-column: 1 / -1;
justify-self: end;
width: 100%;
position: relative !important;
top: auto !important;
right: auto !important;
margin-top: -1.3em !important;
margin-bottom: 0.4em !important;
}

.log-page-info .info-group,
.fs-page-info .info-group {
display: block;
margin-left: 0 !important;
margin-bottom: 0.3em;
}

html, body {
overflow-x: hidden;
width: 100%;
position: relative;
}

body {
padding: 0 10px 2.2em 10px;
}

.site-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 1.5em 0;
margin-bottom: 0;
flex-wrap: wrap;
}

.header-left {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.header-right {
width: 100%;
flex: none;
justify-content: flex-start;
}

.site-title {
font-size: 1.1em;
}

#log-extra-info,
#forever-supper-extra-info {
display: none;
width: 100%;
text-align: left;
margin-top: 1.0em;
padding-bottom: 0.5em;
}

.info-group {
display: flex;
align-items: flex-start;
margin-left: 0 !important;
margin-bottom: 0.4em;
font-size: 0.85em;
}

.extra-info-label {
margin-right: 0.3em;
flex-shrink: 0;
}

.extra-info-value {
word-break: break-all;
line-height: 1.2;
}

.info-group.contract-second-line {
margin-left: 6.2em !important;
margin-top: -0.3em;
}

.contract-comma {
display: none;
}

.menu-toggle {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.8em;
width: 44px;
height: 44px;
z-index: 10001;
position: relative;
}

.sidebar {
display: flex !important;
position: fixed;
top: 0;
right: 0;
width: 65%;
max-width: 260px;
height: 100vh;
background: #fff;
z-index: 10000;
padding: 6em 25px 2em 30px;
flex-direction: column;
gap: 0.2em;
overflow-y: auto;
text-align: left;
transform: translateX(100%);
transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
border-left: none;
}

.sidebar.active {
transform: translateX(0);
}

.sidebar details,
.sidebar > div {
margin-bottom: 0.8em !important;
width: 100%;
}

.sidebar summary,
.sidebar > div,
.sidebar a,
.sidebar .submenu div {
font-size: 0.95em;
display: block;
width: 100%;
padding-left: 0 !important;
letter-spacing: 0;
color: #000;
}

.sidebar .submenu div a {
color: #999;
}

.sidebar summary,
.sidebar a {
margin-bottom: 0 !important;
}

.sidebar .submenu div {
font-size: 0.85em;
display: block;
width: 100%;
padding-left: 0 !important;
margin-bottom: 0.6em;
color: #999;
}

.sidebar summary::before,
.sidebar .submenu div::before,
.sidebar > div::before {
display: none !important;
}

.container,
.artwork-list.show {
grid-template-columns: repeat(3, 1fr) !important;
gap: 8px !important;
margin-bottom: 0 !important;
max-width: 100%;
box-sizing: border-box;
}

.container:not(.view-single) .artwork-title,
.artwork-list.show:not(.view-single) .artwork-title {
display: none !important;
}

.container.view-single,
.artwork-list.show.view-single {
grid-template-columns: 1fr !important;
gap: 8px !important;
}

.container.view-single .artwork-item,
.artwork-list.show.view-single .artwork-item {
align-items: flex-start !important;
text-align: left !important;
margin-bottom: 2.5em;
}

.container.view-single .artwork-title,
.artwork-list.show.view-single .artwork-title {
display: block !important;
font-size: 0.8em !important;
margin-top: 1.0em;
padding: 0 5px;
line-height: 1.4;
width: 100%;
text-align: left !important;
}

.container.view-single .artwork-description,
.artwork-list.show.view-single .artwork-description {
display: block !important;
font-size: 0.75em !important;
line-height: 1.4;
margin-top: 0.5em;
padding: 0;
text-align: left !important;
}

.latest-log-header {
margin-top: 15px;
margin-bottom: 0;
}

.latest-log-label,
.exhibitions-label {
font-size: 0.75em !important;
}

.exhibitions-header {
margin-top: 50px;
margin-bottom: 1em;
}

.exhibitions-meta {
font-size: 0.7em !important;
color: #999 !important;
line-height: 1.3;
margin-top: 0.8em;
font-weight: normal;
letter-spacing: normal;
}

.exhibitions-cid {
font-size: 0.6em !important;
color: #999 !important;
line-height: 1.3;
margin-top: 0.8em;
word-break: break-all;
font-family: 'JetBrains Mono', monospace;
}

.latest-log-grid {
grid-template-columns: repeat(3, 1fr) !important;
margin-left: 0;
gap: 8px;
margin-bottom: 0;
}

.latest-log-card .artwork-title {
font-size: 0.75em !important;
margin-top: 0.8em;
}

.latest-log-card .artwork-description {
display: none !important;
}

.latest-work-detail-section {
padding-left: 0;
margin-bottom: 1em;
}

.latest-log-featured {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}

#main-container .latest-log-card-large .thumbnail {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
max-width: none !important;
max-height: none !important;
display: block;
margin: 0 !important;
}

#main-container .latest-log-card-large .artwork-title {
display: block !important;
font-size: 0.8em !important;
margin-top: 0.5em;
line-height: 1.2;
}

#main-container .latest-log-card-large .artwork-description {
display: block !important;
font-size: 0.7em !important;
color: #999;
line-height: 1.3;
margin-top: 0.8em;
}

.meta,
.detail-text-box {
font-size: 0.8em;
}

.meta table,
.detail-text-box table {
width: 100%;
table-layout: fixed;
}

.meta .meta-label,
.detail-text-box .meta-label {
width: 90px;
}

.meta .meta-value,
.detail-text-box .meta-value {
padding-left: 5px !important;
}

.meta tr,
.detail-text-box tr {
display: flex;
margin-bottom: 0.2em;
width: 100%;
}

.meta .meta-value,
.detail-text-box .meta-value {
flex: 1;
min-width: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-left: 15px;
}

#artists-container {
margin-top: 0;
margin-bottom: 1em;
}

.meta-dual-column .meta-column-container {
margin-top: 3em;
flex-direction: column;
align-items: flex-start;
gap: 1.5em;
max-width: 100%;
padding-left: 0;
box-sizing: border-box;
}

@media (min-width: 600px) {
.meta-dual-column .meta-column-container {
flex-direction: row;
gap: 40px;
}
.meta-dual-column .meta-col-left,
.meta-dual-column .meta-col-right {
flex: 1;
}
}

.center-wrapper {
margin-top: 0;
padding-bottom: 0;
}

.back-link {
font-size: 0.8em;
margin-top: 0;
margin-bottom: 3em;
padding-left: 0;
line-height: 1;
}

.container:not(.view-single) .artwork-item:not(.latest-log-card-large) .artwork-title,
.container:not(.view-single) .artwork-item:not(.latest-log-card-large) .artwork-description,
.artwork-list.show:not(.view-single) .artwork-title,
.artwork-list.show:not(.view-single) .artwork-description {
display: none !important;
}

.artwork-item,
.image-wrapper {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
overflow: hidden !important;
}

.image-wrapper img,
.image-wrapper video,
.artwork-list.show .thumbnail,
.latest-log-card .thumbnail,
.artwork-item .thumbnail,
.random-artwork-card .thumbnail {
width: 100% !important;
height: 100% !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
display: block;
margin: 0 !important;
}

.container.view-single .image-wrapper img,
.container.view-single .image-wrapper video,
.artwork-list.show.view-single .thumbnail {
height: auto !important;
aspect-ratio: auto !important;
object-fit: contain !important;
}

.is-portrait {
max-width: 100% !important;
max-height: none !important;
}

.latest-log-card .artwork-description {
display: none !important;
}

.random-artworks-header {
grid-column: 1 / -1;
width: 100%;
margin-bottom: 0;
margin-top: 60px;
}

.random-artworks-label {
font-size: 0.75em !important;
color: #000;
letter-spacing: 0.2em;
margin-bottom: 1.2em;
display: flex;
align-items: center;
}

.random-artworks-label::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #ffcc00;
border-radius: 50%;
margin-right: 8px;
box-shadow: 0 0 8px #ffcc00;
}

.random-artworks-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
width: 100%;
}

.random-artwork-card {
width: 100%;
margin: 0 !important;
}

.random-artwork-card .thumbnail {
width: 100% !important;
height: 100% !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
}

.random-artwork-card .artwork-title {
display: none !important;
}
}

@media (min-width: 1081px) {
.center-wrapper {
padding-bottom: 20px;
}

body {
padding: 2em 80px 3.5em 80px;
}

body.home-page {
padding-bottom: 2.0em;
}

.view-switcher {
position: absolute;
top: -80px;
right: 0;
margin: 0;
padding: 0;
z-index: 10001;
}

.site-header {
padding: 2em 0 1.5em 0;
margin-bottom: 4em;
flex-wrap: nowrap;
}

.header-left {
width: auto;
}

.header-right {
flex: 1;
display: flex;
justify-content: flex-end;
margin-right: 18px;
}

.site-title {
font-size: 1.5em;
}

.menu-toggle {
display: none;
}

.main-layout {
flex-direction: row;
}

#sidebar-placeholder {
position: sticky;
top: 2em;
align-self: flex-start;
}

.sidebar {
display: block !important;
width: 220px;
flex-shrink: 0;
padding: 0 1em 0 0;
margin-right: 3em;
max-height: calc(100vh - 4em);
overflow-y: auto;
background: transparent;
border: none;
scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
display: none;
}

.container,
.artwork-list.show {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: min-content;
column-gap: 3em;
row-gap: 3em;
justify-content: center;
justify-items: center;
align-items: center;
margin-left: 18px;
}

.container.is-decal-view:not(.view-single) {
grid-template-columns: repeat(3, 1fr);
}

.detail-layout-container {
flex-direction: row;
align-items: flex-start;
justify-content: center;
gap: 4em;
width: 100%;
margin-left: 0;
}

.detail-media-box {
flex: 0 1 auto;
display: flex;
justify-content: flex-end;
min-width: 0;
}

.detail-text-box {
flex: 0 1 auto;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
min-width: 300px;
}

.latest-work-meta-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
max-width: 600px;
}

.latest-work-meta-wrapper td {
display: table-cell !important;
padding: 0.3em !important;
}

.latest-work-detail-section .detail-media-box img,
.latest-work-detail-section .detail-media-box video {
width: 100%;
height: auto;
max-height: 80vh !important;
object-fit: contain;
}

.latest-log-label,
.exhibitions-label {
font-size: 0.85em;
}

#main-container .latest-log-card-large .thumbnail {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
display: block;
}

#main-container .latest-log-card-large .artwork-title {
font-size: 1.0em !important;
margin-top: 1.5em !important;
display: block !important;
width: 100%;
text-align: left !important;
}

#main-container .latest-log-card-large .artwork-description {
font-size: 0.8em !important;
max-width: 800px;
line-height: 1.8;
color: #999;
display: block !important;
width: 100%;
text-align: left !important;
}

.latest-log-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
margin-left: 18px;
gap: 2em;
}

.artwork-item {
align-items: flex-start;
text-align: left;
min-width: 0;
}

.latest-log-featured {
margin-left: 18px;
}

.exhibitions-content {
margin-left: 18px;
}

.exhibitions-content .exhibitions-meta {
margin-top: calc(0.5em + 5px) !important;
}

.exhibitions-cid {
font-size: 0.8em;
color: #999;
margin-top: 0.2em;
word-break: break-all;
font-family: 'JetBrains Mono', monospace;
}

.random-artworks-header {
grid-column: 1 / -1;
width: 100%;
margin-bottom: 0;
margin-top: 2em;
}

.random-artworks-label {
font-size: 0.85em;
color: #000;
letter-spacing: 0.2em;
margin-bottom: 1.5em;
display: flex;
align-items: center;
}

.random-artworks-label::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #ffcc00;
border-radius: 50%;
margin-right: 10px;
box-shadow: 0 0 8px #ffcc00;
}

.random-artworks-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3em;
width: 100%;
margin-left: 18px;
}

.random-artwork-card {
width: 100%;
margin: 0 !important;
}

.container .random-artwork-card .thumbnail,
.container .artwork-item .thumbnail {
width: 100% !important;
height: auto !important;
max-width: 100% !important;
max-height: 75vh !important;
object-fit: contain !important;
aspect-ratio: auto !important;
margin: 0 auto !important;
display: block;
}

.random-artworks-grid .random-artwork-card .thumbnail {
width: 100% !important;
max-width: none !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
}

.random-artwork-card .artwork-title {
margin-top: calc(0.5em + 6px) !important;
}

.random-card-title {
font-size: 0.9em;
color: #000;
margin-bottom: 0.3em;
width: 100%;
text-align: left !important;
}

.random-card-meta {
font-size: 0.8em;
color: #999;
display: flex;
gap: 1em;
justify-content: flex-start !important;
width: 100%;
text-align: left !important;
}
.random-card-date {
color: #999;
}

.random-card-platform {
color: #999;
}
}
