/*!
Theme Name: Bomont Careers
Theme URI: https://www.bomont.nl/
Author: Custom development
Description: A custom careers theme for Bomont, structured as a classic WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bomont-careers
*/

:root {
  --background:oklch(100% 0 0);
  --foreground:oklch(13% 0 0);
  --primary:oklch(13% 0 0);
  --primary-fg:oklch(100% 0 0);
  --secondary:oklch(96.2% .008 85);
  --secondary-fg:oklch(20% .006 80);
  --sand:oklch(95.5% .016 85);
  --card:oklch(100% 0 0);
  --border:oklch(90% .006 85);
  --input:oklch(88% .006 85);
  --muted:oklch(96.2% .008 85);
  --muted-fg:oklch(50% .01 80);
  --accent:oklch(56% .062 78);
  --blush:oklch(78% .052 80);
  --blush-fg:oklch(22% .02 70);
  --cta:oklch(66.5% .185 45);
  --cta-fg:oklch(100% 0 0);
  --shadow-soft:0 1px 2px oklch(20% .01 40/.04),0 12px 40px -18px oklch(20% .01 40/.18);
  --shadow-lift:0 2px 4px oklch(20% .01 40/.05),0 28px 60px -24px oklch(20% .01 40/.28)
}
* {
  box-sizing:border-box;
  border-color:var(--border)
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--background);
  color:var(--foreground);
  font-family:Lato,ui-sans-serif,system-ui,sans-serif;
  font-size:16px;
  line-height:1.5
}
h1,h2,h3,p,ul {
  margin:0
}
ul {
  padding:0;
  list-style:none
}
a {
  color:inherit;
  text-decoration:none
}
button,input,optgroup,select,textarea {
  margin:0;
  padding:0;
  color:inherit;
  font:inherit;
  line-height:inherit;
  letter-spacing:inherit
}
button,select {
  text-transform:none
}
button {
  appearance:button;
  background-color:transparent;
  background-image:none;
  border:0;
  cursor:pointer
}
input {
  border:0
}
img {
  display:block;
  max-width:100%
}
svg {
  display:block
}
h1,h2,h3 {
  font-family:"Libre Baskerville",ui-serif,Georgia,serif;
  font-weight:700;
  letter-spacing:-.01em
}
.font-display {
  font-family:"Libre Baskerville",ui-serif,Georgia,serif
}
.font-mont {
  font-family:Montserrat,ui-sans-serif,system-ui,sans-serif
}
.eyebrow {
  font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.01em;
  text-transform:none
}
.rule-line {
  height:1px;
  background:var(--border)
}
.flex {
  display:flex
}
.inline-flex {
  display:inline-flex
}
.grid {
  display:grid
}
.block {
  display:block
}
.hidden {
  display:none
}
.flex-1 {
  flex:1
}
.flex-col {
  flex-direction:column
}
.flex-wrap {
  flex-wrap:wrap
}
.items-center {
  align-items:center
}
.items-start {
  align-items:flex-start
}
.items-end {
  align-items:flex-end
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.shrink-0 {
  flex-shrink:0
}
.relative {
  position:relative
}
.absolute {
  position:absolute
}
.sticky {
  position:sticky
}
.top-0 {
  top:0
}
.top-full {
  top:100%
}
.top-1\/2 {
  top:50%
}
.left-0 {
  left:0
}
.left-4 {
  left:1rem
}
.-bottom-6 {
  bottom:-1.5rem
}
.-left-6 {
  left:-1.5rem
}
.-translate-y-1\/2 {
  transform:translateY(-50%)
}
.z-50 {
  z-index:50
}
.overflow-hidden {
  overflow:hidden
}
.overflow-auto {
  overflow:auto
}
.min-h-screen {
  min-height:100vh
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.max-w-6xl {
  max-width:72rem
}
.max-w-xl {
  max-width:36rem
}
.max-w-md {
  max-width:28rem
}
.w-full {
  width:100%
}
.w-auto {
  width:auto
}
.w-56 {
  width:14rem
}
.w-11 {
  width:2.75rem
}
.w-10 {
  width:2.5rem
}
.w-9 {
  width:2.25rem
}
.w-4 {
  width:1rem
}
.w-3\.5 {
  width:.875rem
}
.h-\[88px\] {
  height:88px
}
.h-16 {
  height:4rem
}
.h-12 {
  height:3rem
}
.h-11 {
  height:2.75rem
}
.h-10 {
  height:2.5rem
}
.h-9 {
  height:2.25rem
}
.h-4 {
  height:1rem
}
.h-3\.5 {
  height:.875rem
}
.grid-cols-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.gap-12 {
  gap:3rem
}
.gap-10 {
  gap:2.5rem
}
.gap-8 {
  gap:2rem
}
.gap-6 {
  gap:1.5rem
}
.gap-5 {
  gap:1.25rem
}
.gap-4 {
  gap:1rem
}
.gap-3 {
  gap:.75rem
}
.gap-2 {
  gap:.5rem
}
.gap-1\.5 {
  gap:.375rem
}
.gap-x-4 {
  column-gap:1rem
}
.gap-y-1 {
  row-gap:.25rem
}
.space-y-1>*+* {
  margin-top:.25rem
}
.space-y-2>*+* {
  margin-top:.5rem
}
.space-y-4>*+* {
  margin-top:1rem
}
.p-10 {
  padding:2.5rem
}
.p-7 {
  padding:1.75rem
}
.p-6 {
  padding:1.5rem
}
.p-4 {
  padding:1rem
}
.p-2 {
  padding:.5rem
}
.px-7 {
  padding-left:1.75rem;
  padding-right:1.75rem
}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.px-3 {
  padding-left:.75rem;
  padding-right:.75rem
}
.py-16 {
  padding-top:4rem;
  padding-bottom:4rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.py-3\.5 {
  padding-top:.875rem;
  padding-bottom:.875rem
}
.py-3 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.py-1\.5 {
  padding-top:.375rem;
  padding-bottom:.375rem
}
.py-1 {
  padding-top:.25rem;
  padding-bottom:.25rem
}
.pt-20 {
  padding-top:5rem
}
.pt-6 {
  padding-top:1.5rem
}
.pl-11 {
  padding-left:2.75rem
}
.pr-4 {
  padding-right:1rem
}
.mt-24 {
  margin-top:6rem
}
.mt-14 {
  margin-top:3.5rem
}
.mt-12 {
  margin-top:3rem
}
.mt-9 {
  margin-top:2.25rem
}
.mt-8 {
  margin-top:2rem
}
.mt-7 {
  margin-top:1.75rem
}
.mt-6 {
  margin-top:1.5rem
}
.mt-5 {
  margin-top:1.25rem
}
.mt-4 {
  margin-top:1rem
}
.mt-3 {
  margin-top:.75rem
}
.mt-2 {
  margin-top:.5rem
}
.mt-1 {
  margin-top:.25rem
}
.mt-0\.5 {
  margin-top:.125rem
}
.mb-3 {
  margin-bottom:.75rem
}
.my-3 {
  margin-top:.75rem;
  margin-bottom:.75rem
}
.border {
  border:1px solid var(--border)
}
.border-b {
  border-bottom:1px solid var(--border)
}
.border-t {
  border-top:1px solid var(--border)
}
.border-border {
  border-color:var(--border)
}
.border-primary {
  border-color:var(--primary)
}
.border-foreground\/80 {
  border-color:oklch(13% 0 0/.8)
}
.border-primary-foreground\/15 {
  border-color:oklch(100% 0 0/.15)
}
.border-primary-foreground\/20 {
  border-color:oklch(100% 0 0/.2)
}
.rounded-full {
  border-radius:999px
}
.bg-background {
  background:var(--background)
}
.bg-card {
  background:var(--card)
}
.bg-primary {
  background:var(--primary)
}
.bg-sand {
  background:var(--sand)
}
.bg-blush {
  background:var(--blush)
}
.bg-cta {
  background:var(--cta)
}
.bg-transparent {
  background:transparent
}
.bg-popover {
  background:var(--background)
}
.text-foreground {
  color:var(--foreground)
}
.text-primary-foreground {
  color:var(--primary-fg)
}
.text-primary-foreground\/70 {
  color:oklch(100% 0 0/.7)
}
.text-primary-foreground\/50 {
  color:oklch(100% 0 0/.5)
}
.text-muted-foreground {
  color:var(--muted-fg)
}
.text-popover-foreground\/80 {
  color:oklch(13% 0 0/.8)
}
.text-accent {
  color:var(--accent)
}
.text-blush {
  color:var(--blush)
}
.text-blush-foreground {
  color:var(--blush-fg)
}
.text-blush-foreground\/70 {
  color:oklch(22% .02 70/.7)
}
.text-cta-foreground {
  color:var(--cta-fg)
}
.text-xs {
  font-size:.75rem;
  line-height:1rem
}
.text-sm {
  font-size:.875rem;
  line-height:1.25rem
}
.text-base {
  font-size:1rem;
  line-height:1.5rem
}
.text-2xl {
  font-size:1.5rem;
  line-height:2rem
}
.text-3xl {
  font-size:1.875rem;
  line-height:2.25rem
}
.text-4xl {
  font-size:2.25rem;
  line-height:2.5rem
}
.text-5xl {
  font-size:3rem;
  line-height:1
}
.font-medium {
  font-weight:500
}
.font-semibold {
  font-weight:600
}
.tracking-wide {
  letter-spacing:.025em
}
.leading-tight {
  line-height:1.25
}
.leading-relaxed {
  line-height:1.625
}
.leading-\[1\.02\] {
  line-height:1.02
}
.outline-none {
  outline:none
}
.appearance-none {
  appearance:none
}
input::placeholder {
  color:oklch(13% 0 0/.5);
  opacity:1
}
.placeholder\:text-muted-foreground::placeholder {
  color:var(--muted-fg);
  opacity:1
}
.focus\:border-accent:focus {
  border-color:var(--accent)
}
.object-cover {
  object-fit:cover
}
.aspect-\[4\/5\] {
  aspect-ratio:4/5
}
.line-clamp-3 {
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden
}
.shadow-soft {
  box-shadow:var(--shadow-soft)
}
.shadow-lift {
  box-shadow:var(--shadow-lift)
}
.transition-all {
  transition:all .3s ease
}
.transition-colors {
  transition:color .2s,background-color .2s,border-color .2s
}
.transition-transform {
  transition:transform .2s
}
.duration-200 {
  transition-duration:.2s
}
.duration-300 {
  transition-duration:.3s
}
.fade-up {
  animation:fade-up .55s ease both
}
@keyframes fade-up {
  from {
    opacity:0;
    transform:translateY(12px)
  }
  to {
    opacity:1;
    transform:none
  }
}
.group:hover .group-hover\:text-accent,.hover\:text-accent:hover {
  color:var(--accent)
}
.group:hover .group-hover\:text-blush,.hover\:text-blush:hover {
  color:var(--blush)
}
.hover\:bg-primary:hover {
  background:var(--primary);
  color:var(--primary-fg)
}
.hover\:bg-secondary:hover {
  background:var(--secondary)
}
.hover\:bg-cta\/90:hover {
  background:color-mix(in oklch,var(--cta) 90%,transparent)
}
.hover\:text-primary-foreground:hover {
  color:var(--primary-fg)
}
.hover\:shadow-lift:hover {
  box-shadow:var(--shadow-lift)
}
.hover\:-translate-y-1:hover {
  transform:translateY(-.25rem)
}
.group:hover .group-hover\:translate-x-1 {
  transform:translateX(.25rem)
}
.group:hover .group-hover\:translate-x-0\.5 {
  transform:translateX(.125rem)
}
.group:hover .group-hover\:-translate-y-0\.5 {
  transform:translateY(-.125rem)
}
.group:hover .group-hover\:visible {
  visibility:visible
}
.group:hover .group-hover\:opacity-100 {
  opacity:1
}
.invisible {
  visibility:hidden
}
.opacity-0 {
  opacity:0
}
.max-h-0 {
  max-height:0
}
.max-h-80 {
  max-height:20rem
}
header {
  box-shadow:none
}
header form input {
  border:0
}
header nav a {
  display:block
}
.lucide {
  stroke-width:2
}
.bg-primary .rule-line {
  background:oklch(100% 0 0/.18)
}
@media(min-width:640px) {
  .sm\:block {
    display:block
  }
  .sm\:flex {
    display:flex
  }
  .sm\:flex-row {
    flex-direction:row
  }
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .sm\:h-11 {
    height:2.75rem
  }
  .sm\:p-14 {
    padding:3.5rem
  }
  .sm\:p-5 {
    padding:1.25rem
  }
  .sm\:text-7xl {
    font-size:4.5rem;
    line-height:1
  }
}
@media(min-width:768px) {
  .md\:block {
    display:block
  }
  .md\:hidden {
    display:none
  }
  .md\:grid-cols-4 {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .md\:col-span-2 {
    grid-column:span 2/span 2
  }
}
@media(min-width:1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns:1.05fr .95fr
  }
  .lg\:py-24 {
    padding-top:6rem;
    padding-bottom:6rem
  }
}
@media(max-width:767px) {
  header nav.mobile-open {
    display:block
  }
  header nav.mobile-open>div {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding:.75rem 1.25rem
  }
  header nav.mobile-open a {
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.12)
  }
  .grid-cols-2 {
    grid-template-columns:1fr
  }
  .text-5xl {
    font-size:2.4rem
  }
  .pt-20 {
    padding-top:3.5rem
  }
  .mt-24 {
    margin-top:4rem
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}

/* WordPress integration */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--background);
  color: var(--foreground);
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
}

.custom-logo-link img {
  width: auto;
  height: 2.25rem;
}

@media (min-width: 640px) {
  .custom-logo-link img {
    height: 2.75rem;
  }
}

.bomont-primary-menu,
.bomont-footer-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bomont-primary-menu > li {
  position: relative;
}

.bomont-footer-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.bomont-primary-menu > li > a {
  display: block;
  padding: 0.875rem 0;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: color 0.2s;
}

.bomont-primary-menu > li > a:hover,
.bomont-primary-menu > .current-menu-item > a,
.bomont-primary-menu > .current-menu-ancestor > a {
  color: var(--blush);
}

.bomont-primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 28rem;
  max-height: 20rem;
  padding: 1rem;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  background: var(--background);
  color: var(--foreground);
  box-shadow: var(--shadow-lift);
  transition: opacity 0.2s, visibility 0.2s;
}

.bomont-primary-menu li:hover > .sub-menu,
.bomont-primary-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.bomont-primary-menu .sub-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: oklch(13% 0 0 / 0.8);
}

.bomont-primary-menu .sub-menu a:hover {
  background: var(--secondary);
  color: var(--accent);
}

.job-card {
  min-width: 0;
}

.hover\:border-accent\/40:hover {
  border-color: oklch(56% 0.062 78 / 0.4);
}

.hover\:border-blush:hover {
  border-color: var(--blush);
}

.job-filter-panel {
  padding: 1.5rem;
  background: var(--sand);
}

.job-filter-panel select {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 2.5rem;
}

.entry-content > * + * {
  margin-top: 1.25rem;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
}

.entry-content ul {
  list-style: disc;
}

.entry-content a {
  color: var(--cta);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination .page-numbers {
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}

.pagination .current,
.pagination a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--primary-fg);
}

.admin-bar .sticky.top-0 {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .sticky.top-0 {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .bomont-primary-menu {
    display: block;
  }

  .bomont-primary-menu > li > a {
    border-bottom: 1px solid oklch(100% 0 0 / 0.12);
  }

  .bomont-primary-menu .sub-menu {
    position: static;
    display: block;
    width: auto;
    max-height: none;
    padding: 0 0 0.5rem 1rem;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
  }

  .bomont-footer-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}
