/* Gallery additions */
/* Keep all primary navigation items on the same visual grid. */
.gallery-sidebar .sidebar-menu { margin: 0; }
.gallery-sidebar .brand-logo { display: block; height: auto; width: 150px; }
.gallery-mobile-bar .brand-logo { display: block; height: auto; width: 110px; }
.gallery-sidebar .sidebar-menu > li { margin-bottom: .35rem !important; }
.gallery-sidebar .sidebar-link {
  align-items: center;
  border-radius: .35rem;
  display: flex;
  justify-content: flex-start;
  min-height: 2.75rem;
  padding: .65rem .75rem;
  width: 100%;
}
.gallery-sidebar .sidebar-link.active { background: #fff2f6; color: #e9477c; }
.gallery-sidebar .sidebar-link:not(.active):hover,
.gallery-sidebar .sidebar-link:not(.active):focus { background: #f6f6f6; color: #120e18; }
.category-menu { margin-top: .15rem; }
.category-toggle { background: none; border: 0; color: inherit; text-align: left; }
.category-toggle::after { content: '+'; font-size: 1.25rem; font-weight: 400; line-height: 1; margin-left: auto; }
.category-toggle[aria-expanded="true"]::after { content: '−'; }
.category-toggle.is-open { color: #e9477c; }
.category-links { margin: .35rem 0 .55rem .75rem; padding: .2rem 0 .1rem .85rem; border-left: 1px solid #e3e3e3; }
.category-links li { margin-bottom: .45rem; }
.category-link { color: #777; font-size: .9rem; text-decoration: none; }
.category-link:hover { color: #111; }
.category-link.active { color: #e9477c; font-weight: 700; }
.category-count { color: #aaa; font-size: .78rem; }
.gallery-mobile-bar { border-bottom: 1px solid #eee; }
.gallery-pagination { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 2.5rem; }
.gallery-pagination a { border: 1px solid #e1e1e1; border-radius: .3rem; color: #555; min-width: 2.4rem; padding: .42rem .7rem; text-align: center; text-decoration: none; }
.gallery-pagination a:hover, .gallery-pagination a.active { background: #1b1b1b; border-color: #1b1b1b; color: #fff; }
.art-card-image { aspect-ratio: 1 / 1; background: #f5f5f5; display: block; overflow: hidden; position: relative; border-radius: .35rem; }
.art-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.art-card-image:hover img { transform: scale(1.03); }
.size-badge { position: absolute; right: .65rem; bottom: .65rem; background: rgba(20,20,20,.82); color: #fff; border-radius: .18rem; padding: .24rem .48rem; font-size: .75rem; line-height: 1; }
.detail-shell { margin: 0 auto; max-width: 900px; }
.detail-header { border-bottom: 1px solid #ececec; margin-bottom: 2.25rem; padding-bottom: 1.4rem; }
.detail-title { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; margin: .7rem 0 0; }
.detail-product-type { color: #777; font-size: .9rem; margin: .7rem 0 0; }
.detail-layout { align-items: start; display: grid; gap: 3.5rem; grid-template-columns: 400px 320px; justify-content: center; }
.detail-gallery { display: grid; gap: .85rem; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 400px; }
.detail-image-link { aspect-ratio: 1 / 1; background: #f5f5f5; display: block; overflow: hidden; border-radius: .45rem; }
.detail-image-link:only-child { grid-column: 1 / -1; }
.detail-image-link img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-image-link:hover img { transform: scale(1.04); transition: transform .25s ease; }
.detail-panel { max-width: 320px; position: sticky; top: 2rem; }
.detail-introduction { white-space: normal; line-height: 1.8; }
.artwork-meta { background: #f7f7f7; border-radius: .45rem; margin-bottom: 2rem; padding: 1.35rem 1.5rem; }
.artwork-meta h6 { min-width: 5.2rem; }
.back-link { background: #1b1b1b; border-radius: .3rem; color: #fff; display: inline-flex; font-size: .9rem; font-weight: 600; padding: .65rem 1rem; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.back-link::before { content: '‹'; font-size: 1.25rem; line-height: .7; margin-right: .45rem; }
.back-link:hover, .back-link:focus { background: #e9477c; color: #fff; text-decoration: none; transform: translateY(-1px); }
.purchase-button { display: inline-block; padding: .75rem 1rem; color: #fff; background: #1b1b1b; border-radius: .25rem; text-decoration: none; font-weight: 600; }
.purchase-button:hover { color: #fff; background: #000; }
.site-footer { background: #f7f5f2; border-top: 1px solid #e8e2dc; color: #666; margin: 3rem auto 0; max-width: 1100px; padding: 1.6rem clamp(1.2rem, 4vw, 3rem); text-align: center; }
.site-footer-brand { display: inline-block; margin-bottom: 1rem; }
.site-footer-brand img { height: auto; max-width: 120px; width: 120px; }
.site-footer p { font-size: .9rem; line-height: 1.75; margin: .5rem auto; max-width: 850px; }
.site-footer strong, .site-footer em { color: #25212b; }
.site-footer-links a { color: #a04c68; text-decoration: none; }
.site-footer-links a:hover { color: #fff; text-decoration: underline; }
.about-shell { margin: 0 auto; max-width: 1060px; }
.about-hero { background: #f7f5f2; margin-bottom: 4.5rem; padding: clamp(2.5rem, 6vw, 5rem); }
.about-hero > p:first-child, .about-kicker { color: #a27557; font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.about-hero h1 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.08; margin-bottom: 1.4rem; max-width: 720px; }
.about-lead { color: #666; font-size: 1.2rem; line-height: 1.75; margin-bottom: 2rem; max-width: 650px; }
.about-primary-link { background: #1b1b1b; color: #fff; display: inline-block; font-weight: 600; padding: .75rem 1rem; text-decoration: none; }
.about-primary-link:hover { background: #000; color: #fff; }
.about-content { padding: 0 clamp(0rem, 3vw, 2.5rem); }
.about-section + .about-section { border-top: 1px solid #e5e5e5; margin-top: 2.5rem; padding-top: 2.5rem; }
.about-section h2, .about-contact-card h2 { font-size: 1.65rem; margin-bottom: 1rem; }
.about-section p:not(.about-kicker) { color: #666; line-height: 1.8; margin-bottom: 0; }
.about-text-link { color: #a27557; display: inline-block; font-weight: 700; margin-top: 1.1rem; text-decoration: none; }
.about-text-link:hover { color: #765037; text-decoration: underline; }
.about-contact-card { background: #1b1b1b; color: #fff; padding: 2rem; }
.about-contact-card .about-kicker { color: #e6b995; }
.about-contact-card h2 { line-height: 1.3; margin-bottom: 1.75rem; }
.about-contact-item { border-top: 1px solid rgba(255,255,255,.2); color: #fff; display: block; padding: 1rem 0; text-decoration: none; }
.about-contact-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.about-contact-item span { color: #bbb; display: block; font-size: .78rem; letter-spacing: .08em; margin-bottom: .2rem; text-transform: uppercase; }
.about-contact-item strong { font-size: .95rem; font-weight: 600; overflow-wrap: anywhere; }
.about-contact-item[href]:hover { color: #e6b995; }
.shop-page { background: #151324; }
.shop-stage { align-items: center; background: linear-gradient(122deg, #171326 0%, #30213d 48%, #19323b 100%); color: #fff; display: flex; min-height: 100vh; overflow: hidden; padding: 5rem clamp(2rem, 8vw, 8rem); position: relative; }
.shop-stage::before { background: repeating-linear-gradient(112deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 13px); content: ''; inset: 0; pointer-events: none; position: absolute; }
.shop-shell { max-width: 820px; position: relative; z-index: 1; }
.shop-eyebrow { color: #f0cb88; font-size: .78rem; font-weight: 700; letter-spacing: .2em; margin-bottom: 1.5rem; }
.shop-shell h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); letter-spacing: -.055em; line-height: .92; margin-bottom: 2rem; }
.shop-intro { color: rgba(255,255,255,.78); font-size: 1.2rem; line-height: 1.8; max-width: 625px; }
.shop-button { background: linear-gradient(105deg, #f2d493, #bd8b52); color: #1d1723; display: inline-flex; font-weight: 700; gap: 2.5rem; margin: 1.6rem 0 4.5rem; padding: .95rem 1.2rem; text-decoration: none; }
.shop-button:hover { color: #1d1723; filter: brightness(1.08); }
.shop-button span { font-size: 1.2rem; line-height: 1; }
.shop-features { border-top: 1px solid rgba(255,255,255,.25); display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); padding-top: 1.4rem; }
.shop-features div { display: flex; flex-direction: column; gap: .2rem; }
.shop-features strong { color: #f3d69c; font-size: 1.05rem; }
.shop-features span, .shop-url { color: rgba(255,255,255,.6); font-size: .9rem; }
.shop-url { letter-spacing: .08em; margin-top: 3rem; }
.shop-orb { border-radius: 50%; filter: blur(8px); opacity: .5; position: absolute; }
.shop-orb-one { background: #d29774; height: 27rem; right: -8rem; top: -8rem; width: 27rem; }
.shop-orb-two { background: #478d91; bottom: -12rem; height: 30rem; right: 20%; width: 30rem; }
@media (max-width: 991.98px) {
  .detail-layout { grid-template-columns: 1fr; }
  .detail-gallery { max-width: none; width: 100%; }
  .detail-panel { max-width: none; position: static; }
}
@media (max-width: 575.98px) { .detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .gallery-mobile-bar .brand-logo { width: 96px; } }
@media (max-width: 575.98px) { .shop-stage { min-height: calc(100vh - 72px); padding: 4rem 1.7rem; } .shop-features { grid-template-columns: 1fr; } .shop-button { margin-bottom: 3rem; } }
