/*
 Theme Name:   kuia-office
 Theme URI:    https://kuia-office.ch/
 Description:  Child Theme for kuia-office
 Author:       Martin Conde
 Author URI:   https://martinconde.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --header-height: 75px;
  --intro-spacing: 100px;
  --top-spacing: calc(var(--header-height) + var(--intro-spacing));
}
@media all and (max-width: 991px) {
  :root {
    --header-height: 50px;
  }
}

svg:not([height]) {
  min-height: unset;
}

svg:not([width]) {
  min-width: unset;
}

header {
  z-index: 999;
  position: sticky;
}

.home header .nav-container {
  max-width: unset;
}

body:not(.home) #brx-content {
  padding-top: calc(var(--section-space) / 2.5);
}

/* Lenis Smooth Scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
