/* Runtime-independent behavior and shared chrome. Route CSS retains the published layout. */
.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  font-family: Switzer, Arial, sans-serif;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 6px 8px 14px;
  background: rgba(33, 33, 33, 0.96);
  border: 1px solid #424242;
  border-radius: 12px;
  color: #f5f7f3;
  backdrop-filter: blur(24px);
}
.site-logo {
  display: flex;
  flex-shrink: 0;
}
.site-logo img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.site-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-links a {
  color: #f5f7f3;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
.site-links a:hover {
  color: #d8d8d6;
}
.site-links .nav-contact {
  background: #f5f7f3;
  color: #424242;
  border-radius: 30px;
  padding: 6px 14px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: #fff;
  color: #121818;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #b8d9ed;
  outline-offset: 4px;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
#form-status {
  font:
    14px/1.5 Switzer,
    Arial,
    sans-serif;
  color: #f5f7f3;
  width: 100%;
  margin: 0;
}
#form-status a {
  color: inherit;
  text-decoration: underline;
}
#form-status:empty {
  display: none;
}
#contact-form button[disabled] {
  opacity: 0.6;
  cursor: wait;
}
/* Framer's appear animations must not leave server-rendered content invisible. */
[data-site-footer] a:hover {
  text-decoration: underline;
}
@media (max-width: 809px) {
  .site-header {
    top: 16px;
    padding: 0 20px;
  }
  .site-nav {
    width: 100%;
    justify-content: space-between;
    padding: 10px 14px;
    position: relative;
  }
  .menu-toggle {
    display: flex;
    width: 36px;
    height: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .menu-toggle span {
    height: 1px;
    width: 20px;
    background: #f5f7f3;
  }
  .site-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 20px;
    background: #212121;
    border: 1px solid #424242;
    border-radius: 12px;
    align-items: stretch;
    gap: 8px;
  }
  .site-nav.is-open .site-links {
    display: flex;
    flex-direction: column;
  }
  .site-links a {
    padding: 12px;
  }
  .site-links .nav-contact {
    border-radius: 8px;
  }
  .site-nav.is-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .site-nav.is-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.photo-gallery {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.photo-track {
  display: flex;
  gap: 12px;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  align-items: center;
}
.photo-track::-webkit-scrollbar {
  display: none;
}
.photo-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 0 100%;
  scroll-snap-align: center;
  border-radius: 16px;
}
.photo-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.photo-controls button {
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #777;
  background: #212121cc;
  color: #f5f7f3;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  font: 24px/1 sans-serif;
}
.mobile-contact {
  display: none;
}
@media (max-width: 809px) {
  .site-header {
    top: 24px;
  }
  .site-nav {
    width: 280px;
    gap: 16px;
    padding: 8px 14px;
  }
  .mobile-contact {
    display: block;
    margin-left: auto;
    background: #f5f7f3;
    color: #424242;
    text-decoration: none;
    border-radius: 30px;
    padding: 6px 14px;
    font:
      14px/20px Switzer,
      Arial,
      sans-serif;
    white-space: nowrap;
  }
  .menu-toggle {
    width: 20px;
    flex-shrink: 0;
  }
  .site-links .nav-contact {
    display: none;
  }
}
.photo-controls button {
  background: #f5f7f3;
  color: #424242;
  border: 0;
}
/* Native scrolling keeps every customer logo reachable without Framer's ticker runtime. */
.logo-ticker-window {
  overflow-x: auto !important;
  scrollbar-width: none;
}
.logo-ticker-window::-webkit-scrollbar {
  display: none;
}
/* The published contact form uses a white panel, including its delivery feedback. */
#contact-form #form-status {
  color: #424242;
}

.site-icon {
  user-select: none;
  width: 100%;
  height: 100%;
  display: inline-block;
  fill: var(--token-54fbe6ca-60b1-4431-a556-3bdeb985788c, #2c2d2e);
  flex-shrink: 0;
}
.menu-toggle span { transition: transform 200ms ease, opacity 200ms ease; }
.site-links a, .site-contact, .gallery-arrow { transition: opacity 180ms ease, background-color 180ms ease; }
.logo-ticker.is-animated { animation: logo-marquee var(--ticker-duration, 45s) linear infinite; }
.logo-ticker > li { flex-shrink: 0 !important; }
.logo-ticker.is-paused, .logo-ticker-window:hover .logo-ticker,
.logo-ticker-window:focus-within .logo-ticker { animation-play-state: paused; }
.logo-ticker-window:has(.is-animated) { overflow-x: hidden !important; }
.logo-ticker-window:focus-within { overflow-x: auto !important; }
.motion-toggle { border: 1px solid #424242; border-radius: 20px; background: #212121; color: #b7c0bc; font: inherit; font-size: 12px; padding: 5px 12px; cursor: pointer; }
@keyframes logo-marquee { to { transform: translateX(calc(-1 * var(--ticker-distance))); } }
@media (prefers-reduced-motion: reduce) {
  .logo-ticker.is-animated { animation: none; }
  .logo-ticker > [aria-hidden="true"], .motion-toggle { display: none; }
  .logo-ticker-window:has(.is-animated) { overflow-x: auto !important; }
  .menu-toggle span, .site-links a, .site-contact, .gallery-arrow { transition: none; }
}
.logo-motion-region { position: relative; }
.logo-motion-region > .motion-toggle { position: absolute; right: 0; bottom: 10px; z-index: 2; width: 28px; height: 28px; padding: 0; }
@media (prefers-reduced-motion: no-preference) {
  .site-nav { animation: nav-entrance 400ms 1100ms cubic-bezier(.22,1,.36,1) backwards; }
  a:has(.framer-i5uau5):hover .framer-i5uau5,
  a:has(.framer-i5uau5):focus-visible .framer-i5uau5 { animation: arrow-pass 350ms ease; }
}
@keyframes nav-entrance { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
@keyframes arrow-pass { 45% { translate: 16px -16px; } 46% { translate: -16px 16px; } 100% { translate: 0 0; } }
/* Published dark-theme tokens make these light badges nearly invisible. */
.framer-tk00np-container .site-icon,
.framer-1bqt9gf-container .site-icon { fill: #2c2d2e; }
