.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
}
.nav-logo-img {
  height: 48px;
  width: auto;
  max-width: min(240px, 55vw);
  display: block;
  object-fit: contain;
}
/* Dark nav: show black signature as white */
.nav-logo-img {
  filter: brightness(0) invert(1);
}
.nav-logo span { color: #f5c518; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  color: #ccc;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links .current-menu-item a { color: #f5c518; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
nav.site-nav.open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
nav.site-nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
nav.site-nav.open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
/* ── IMAGE QUALITY (ShortPixel / layout) ── */
.hero-art img,
.gallery-scatter img,
.g-item img,
.art-card img,
.about-img-card img,
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: auto;
}
.g-item,
.art-card {
  min-width: 0;
}
img[data-spai-suppress="1"] {
  max-width: none;
}
.nav-logo-img[data-spai-suppress="1"] {
  object-fit: contain;
  height: 48px;
  width: auto;
}
body.home { background: #fff; }
body.home .hero-art { max-width: 100%; overflow: hidden; }
/* ── HOMEPAGE: LIGHT SCHEME ── */
body.home nav.site-nav {
  background: #fff;
}
body.home .nav-logo { color: #111; }
body.home .nav-logo-img { filter: none; }
body.home .nav-links a { color: #444; }
body.home .nav-links a:hover,
body.home .nav-links .current-menu-item a { color: #c8102e; }

body.home .hero {
  background: #fff;
}
body.home .hero h1 { color: #111; }
body.home .hero-desc { color: #555; }
body.home .btn-secondary {
  color: #111;
  border-color: rgba(17, 17, 17, 0.35);
}
body.home .btn-secondary:hover {
  border-color: #111;
}
body.home .art-card {
  border-color: #111;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}
body.home .art-card:nth-child(3) { border-color: #f5c518; }

body.home .contact-strip {
  background: #fff;
  border-top-color: #c8102e;
  border-bottom-color: #c8102e;
}
body.home .contact-item { border-right-color: #e8e0d4; }
body.home .contact-label { color: #888; }
body.home .contact-value a { color: #c8102e; }
body.home .contact-value a:hover { color: #111; }

body.home footer.site-footer {
  background: #fff;
}
body.home .footer-logo { color: #111; }
body.home .footer-center { color: #666; }
body.home .footer-right a {
  border-color: #ddd;
  color: #666;
}
body.home .footer-right a.ig { border-color: #c8102e; color: #c8102e; }
body.home .footer-right a:hover { border-color: #f5c518; color: #f5c518; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; padding: 40px 40px 60px; min-height: auto; }
  .hero-art { height: 360px; margin-top: 40px; }
  .about-section { grid-template-columns: 1fr; padding: 60px 40px; gap: 40px; }
  .about-wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 0; }
  .contact-strip { grid-template-columns: 1fr; }
  .contact-item { border-right: none; border-bottom: 2px solid #222; align-items: flex-start !important; }
  .contact-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  html, body { cursor: auto; }
  #cursor { display: none !important; }

  nav.site-nav {
    position: sticky;
    padding: 12px 16px;
    height: auto;
    min-height: 64px;
  }
  .nav-logo { max-width: calc(100% - 56px); }
  .nav-logo-img {
    height: 40px;
    max-width: min(200px, 50vw);
  }
  .nav-toggle { display: flex; }
  body.home .nav-toggle {
    border-color: rgba(17, 17, 17, 0.35);
    color: #111;
  }
  body.home nav.site-nav.open .nav-links {
    background: #fff;
    border-bottom-color: #c8102e;
  }
  body.home .nav-links a {
    border-top-color: #e8e0d4;
    color: #444;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
    background: #111;
    border-bottom: 5px solid #c8102e;
    box-shadow: 0 12px 24px rgba(0,0,0,0.35);
  }
  nav.site-nav.open .nav-links { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    border-top: 1px solid #222;
  }

  .page-banner { padding: 40px 24px 32px; }
  .page-banner h1 { font-size: clamp(42px, 11vw, 56px); }
  .page-content-wrap { padding: 40px 24px; }

  .hero {
    padding: 32px 20px 48px;
    gap: 24px;
  }
  .hero::before {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -60px;
  }
  .hero::after {
    width: 120px;
    height: 120px;
    bottom: 24px;
    left: 16px;
  }
  .hero-circle-accent { display: none; }
  .hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .hero-desc {
    max-width: 100%;
    font-size: 16px;
    margin: 20px 0 28px;
  }
  .hero-btns {
    flex-direction: column;
    width: 100%;
  }
  .hero-btns a {
    width: 100%;
    text-align: center;
  }
  .btn-primary,
  .btn-secondary {
    cursor: pointer;
  }
  .hero-art {
    height: 240px;
    margin-top: 8px;
    max-width: 100%;
    overflow: hidden;
  }
  .art-card:nth-child(1) {
    width: 130px;
    height: 130px;
    transform: rotate(-8deg) translate(-36px, 18px);
  }
  .art-card:nth-child(2) {
    width: 130px;
    height: 130px;
    transform: rotate(6deg) translate(36px, -12px);
  }
  .art-card:nth-child(3) {
    width: 150px;
    height: 150px;
    transform: rotate(-2deg) translate(0, 28px);
  }

  .marquee-inner span { font-size: 22px; margin: 0 16px; }

  .gallery-section { padding: 48px 20px; }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
  }
  .section-title { font-size: clamp(40px, 10vw, 52px); }
  .section-sub {
    text-align: left;
    max-width: 100%;
  }
  .gallery-scatter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 12px;
  }
  .g-item:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 160px;
  }
  .g-item:first-child {
    grid-column: 1 / -1 !important;
    min-height: 220px;
  }
  .g-item .tb { opacity: 1; transform: none; }

  .about-section { padding: 48px 20px; gap: 32px; }
  .about-text h2 { font-size: clamp(36px, 9vw, 48px); }
  .about-art-stack .about-img:nth-child(n) { transform: none; }

  .contact-strip { grid-template-columns: 1fr; }
  .contact-item {
    padding: 24px 20px;
    border-right: none;
    border-bottom: 2px solid #222;
    align-items: flex-start !important;
  }
  body.home .contact-item { border-bottom-color: #e8e0d4; }
  .contact-item:last-child { border-bottom: none; }
  .contact-value { font-size: 16px; word-break: break-word; }

  .cta-section {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 48px 20px;
  }
  .cta-section h2 { font-size: clamp(36px, 9vw, 48px); }
  .btn-white {
    font-size: 24px;
    padding: 14px 28px;
    white-space: normal;
    cursor: pointer;
  }

  footer.site-footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 20px;
  }
  .footer-right { justify-content: center; }

  .about-wrap { padding: 24px 0; }
  .about-left h2,
  .commission-wrap h2,
  .shop-intro h2 { font-size: clamp(34px, 8vw, 44px); }
  .gallery-page-wrap { padding: 40px 20px 56px; }
  .gallery-page-wrap .section-title { font-size: clamp(40px, 10vw, 52px); }
  .commission-wrap { padding: 40px 0; }
  .commission-steps { grid-template-columns: 1fr; }
  .commission-cta-box { padding: 32px 24px; }
}

@media (max-width: 480px) {
  .gallery-scatter { grid-template-columns: 1fr; }
  .g-item:first-child { min-height: 240px; }
  .g-item { min-height: 200px; }
  .hero-art { height: 210px; }
  .art-card:nth-child(1),
  .art-card:nth-child(2),
  .art-card:nth-child(3) {
    width: 110px;
    height: 110px;
  }
  .art-card:nth-child(3) { width: 125px; height: 125px; }
  .a-stat { min-width: calc(50% - 8px); }
}

@media (hover: none) and (pointer: coarse) {
  html, body { cursor: auto; }
  #cursor { display: none !important; }
  .btn-primary,
  .btn-secondary,
  .btn-white,
  .g-item,
  .art-card { cursor: pointer; }
}
    flex-wrap: wrap;
