/* Centralized public website theme */
:root {
  --clz-site-blue: #182b66;
  --clz-site-ink: #08111f;
  --clz-site-text: #384152;
  --clz-site-muted: #667085;
  --clz-site-line: rgba(24, 43, 102, 0.12);
  --clz-site-soft: #f6f8fc;
  --clz-site-white: #ffffff;
  --clz-site-accent: #ff4d1f;
  --clz-font-main: 'DM Sans', Arial, sans-serif;
  --clz-h1: clamp(3rem, 5.2vw, 5.5rem);
  --clz-h2: clamp(2rem, 3.1vw, 3.25rem);
  --clz-h3: 1.18rem;
  --clz-body: 1rem;
  --clz-small: .88rem;
  --clz-radius: 18px;
  --clz-shadow: 0 20px 55px rgba(24, 43, 102, 0.10);
}

body {
  color: var(--clz-site-text);
  font-family: var(--clz-font-main);
}

.head-type-1 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--clz-site-line);
  box-shadow: none;
}

.head-type-1 .header-1,
.head-type-1 .line-after-1 {
  background: transparent;
  box-shadow: none;
}

.head-type-1 .logo.ps-35 {
  height: auto;
}

.head-type-1 img.logo {
  width: auto;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--clz-site-ink);
  letter-spacing: 0;
}

p, li {
  color: var(--clz-site-text);
  font-size: var(--clz-body);
  line-height: 1.65;
}

.sub-head {
  color: var(--clz-site-blue) !important;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.store-studio-gallery .each-work {
  overflow: hidden;
  background: var(--clz-site-white);
  border: 0;
}

.store-studio-gallery .work-image {
  background: #111111;
}

.store-studio-gallery .work-image img {
  display: block;
  width: 100%;
}

.store-studio-gallery .each-work > .v-line {
  position: relative;
  z-index: 10;
  min-height: 40px;
  padding: 9px 12px 10px;
  background: #f1f3f5;
  color: #005fe8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  border-top: 0;
}

.store-studio-gallery .each-work:hover img {
  opacity: 1;
}

.store-studio-gallery .each-work:before {
  display: none;
  pointer-events: none;
}
