@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/libre-baskerville-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/libre-baskerville-400i.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/libre-baskerville-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./fonts/source-sans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/source-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/source-sans-600.woff2') format('woff2');
}
body {
  overflow-x: hidden;
}
.site-header {
  background: rgba(250, 250, 248, 0.78);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  border-bottom: 1px solid rgba(43, 43, 43, 0.04);
}
.site-header.is-scrolled {
  background: rgba(250, 250, 248, 0.93);
  backdrop-filter: blur(32px) saturate(140%);
  -webkit-backdrop-filter: blur(32px) saturate(140%);
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.zoom-frame {
  overflow: hidden;
  transform: translateZ(0);
}
.zoom-frame img {
  display: block;
  width: 100%;
  transform: translateZ(0) scale(1);
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(.4,0,.2,1);
}
.zoom-frame:hover img {
  transform: translateZ(0) scale(1.04);
}
.gallery-card .absolute {
  pointer-events: none;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.8;
}
.services-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: rgba(43, 43, 43, 0.45);
  transform: translateY(-50%);
}
.contact-icon svg {
  width: 1rem;
  height: 1rem;
  color: var(--muted-foreground);
  stroke-width: 1.5;
}
.gallery-card[hidden] {
  display: none !important;
}
.js-gallery-grid.is-switching {
  opacity: 0;
  transition: opacity 0.28s ease;
}
.js-gallery-grid {
  transition: opacity 0.28s ease;
}
@media (max-width: 767px) {
  .site-header {
    background: rgba(250, 250, 248, 0.86);
  }
  .site-header.is-scrolled {
    background: rgba(250, 250, 248, 0.95);
    backdrop-filter: blur(24px) saturate(135%);
    -webkit-backdrop-filter: blur(24px) saturate(135%);
  }
}
