/*
Theme Name: Smisco
Theme URI: https://smisco-recruitment.nl/
Author: Codex
Description: Custom WordPress theme for Smisco Recruitment Consultancy.
Version: 1.0.12
Text Domain: smisco
*/

@import url("assets/css/theme.css?ver=1.0.12");

.brand {
  max-width: 236px;
}

.site-header {
  position: relative;
  top: auto;
}

.site-nav ul,
.site-nav ol,
.site-nav-list {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li,
.site-nav-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav,
.site-nav-list,
.site-nav > li,
.site-nav li::marker {
  list-style: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav-list {
  width: 100%;
}

.site-nav > li,
.site-nav li,
.site-nav-list > li,
.site-nav-list li {
  display: inline-flex !important;
  list-style: none !important;
  list-style-type: none !important;
}

.site-nav > li::marker,
.site-nav li::marker,
.site-nav-list > li::marker,
.site-nav-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.site-nav > li::before,
.site-nav li::before,
.site-nav-list > li::before,
.site-nav-list li::before {
  content: none !important;
}

.profile-spotlight {
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 1rem;
  max-width: none;
}

.profile-spotlight-compact {
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  max-width: 900px;
}

.profile-spotlight-large {
  grid-template-columns: minmax(380px, 1.2fr) minmax(320px, 0.8fr);
}

.profile-spotlight-image {
  width: 100%;
  max-width: none;
  min-height: 440px;
  aspect-ratio: auto;
}

.profile-spotlight-compact .profile-spotlight-image,
.profile-spotlight-compact .profile-spotlight-copy {
  min-height: 340px;
}

.profile-spotlight-large .profile-spotlight-image,
.profile-spotlight-large .profile-spotlight-copy {
  min-height: 520px;
}

.profile-spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  padding: 1.9rem 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.profile-spotlight-copy h2 {
  margin-bottom: 0.45rem;
}

.profile-spotlight-copy p {
  max-width: 34ch;
}

@media (max-width: 980px) {
  .profile-spotlight {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .profile-spotlight-compact,
  .profile-spotlight-large {
    grid-template-columns: 1fr;
  }

  .profile-spotlight-image {
    min-height: 360px;
  }

  .profile-spotlight-compact .profile-spotlight-image,
  .profile-spotlight-large .profile-spotlight-image {
    min-height: 320px;
  }

  .profile-spotlight-copy {
    min-height: auto;
  }
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current-page-ancestor > a,
.site-nav a:hover {
  background: var(--navy-900);
  color: var(--white);
  transform: translateY(-1px);
}

.services-hero {
  padding-top: 2.2rem;
}

.services-hero .hero-visual-wide {
  min-height: 500px;
}

.page-template-template-diensten .page-hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 500px;
  padding: 1.8rem 1.75rem;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 248, 252, 0.96) 0%, rgba(245, 248, 252, 0.93) 34%, rgba(245, 248, 252, 0.2) 64%, rgba(245, 248, 252, 0.08) 100%),
    url("assets/images/smisco-services-banner-manuel.png") center center / cover no-repeat;
  box-shadow: var(--shadow);
}

.page-template-template-diensten .page-hero h1,
.page-template-template-diensten .page-hero .lead,
.page-template-template-diensten .page-hero .eyebrow {
  position: relative;
  z-index: 1;
}

.page-template-template-diensten .page-hero h1 {
  max-width: 8.5ch;
  margin-bottom: 0.85rem;
  font-size: clamp(2.1rem, 4.2vw, 3.55rem);
}

.page-template-template-diensten .page-hero .lead {
  width: fit-content;
  max-width: 36ch;
  margin-bottom: 0;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(7, 22, 42, 0.1);
  backdrop-filter: blur(10px);
}

.services-hero-overlay {
  left: 1.75rem;
  bottom: 1.75rem;
  max-width: 34rem;
  padding: 1.35rem 1.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.services-hero-overlay h1 {
  max-width: 10ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.services-hero-overlay .lead {
  max-width: 38ch;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.services-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.services-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(16, 41, 74, 0.1);
  border-radius: 999px;
  background: rgba(241, 246, 252, 0.95);
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service-showcase {
  grid-template-columns: minmax(0, 820px);
  justify-content: start;
  gap: 1rem;
  padding-top: 0.3rem;
  align-items: stretch;
}

.showcase-image {
  min-height: 360px;
  max-width: none;
}

.showcase-copy {
  max-width: none;
  padding: 1.8rem 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.showcase-copy h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.showcase-copy p,
.showcase-copy li {
  font-size: 0.98rem;
}

.feature-list {
  margin-top: 0.85rem;
}

.home-about {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 1rem;
  align-items: start;
}

.home-about .about-copy {
  padding: 1.9rem 2rem;
  border: 1px solid rgba(16, 41, 74, 0.07);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.home-about .about-copy h2 {
  max-width: 24ch;
  margin-bottom: 1rem;
}

.home-about .about-richtext {
  max-width: 62ch;
}

.home-about .about-richtext p {
  margin: 0 0 1rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.78;
}

.home-about .about-richtext p:last-child {
  margin-bottom: 0;
}

.home-about .profile-card {
  width: 100%;
  max-width: 260px;
  justify-self: end;
}

.home-about .profile-card img {
  min-height: 0;
  max-height: 340px;
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.home-about .profile-card-body {
  padding: 1rem 1.1rem 1.05rem;
}

.home-about .profile-card-body h3 {
  margin-bottom: 0;
}

.home-about .profile-card-body p {
  margin-bottom: 0;
}

.editable-content-card {
  padding: 1.55rem 1.7rem;
}

.editable-content-card > :last-child {
  margin-bottom: 0;
}

.editable-content-card p + h2,
.editable-content-card p + h3,
.editable-content-card ul + h2,
.editable-content-card ul + h3 {
  margin-top: 1.2rem;
}

.contact-card-unified,
.contact-card-unified h2,
.contact-card-unified p,
.contact-card-unified .eyebrow,
.contact-card-unified .contact-list strong,
.contact-card-unified .contact-list li,
.contact-card-unified .contact-list a,
.contact-card-unified .wpcf7,
.contact-card-unified .wpcf7 p,
.contact-card-unified .wpcf7 label,
.contact-card-unified .wpcf7-list-item-label {
  color: var(--white);
}

.contact-card-unified .contact-form span,
.contact-card-unified label,
.contact-card-unified .wpcf7-form label,
.contact-card-unified .wpcf7-form-control-wrap {
  color: var(--white);
}

.contact-card-unified input,
.contact-card-unified textarea,
.contact-card-unified select,
.contact-card-unified .wpcf7 input,
.contact-card-unified .wpcf7 textarea,
.contact-card-unified .wpcf7 select {
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy-900);
}

.contact-card-unified .button-primary {
  background: var(--white);
  color: var(--navy-900);
  box-shadow: none;
}

.contact-card-unified .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.front-page .hero-visual-wide > img,
.home .hero-visual-wide > img {
  object-fit: contain;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 42%, rgba(231, 240, 249, 0.9) 100%),
    linear-gradient(135deg, rgba(241, 246, 252, 0.95), rgba(223, 234, 246, 0.92));
}

.front-page .hero-visual-wide,
.home .hero-visual-wide {
  min-height: 500px;
}

.front-page .floating-card,
.home .floating-card {
  width: min(320px, calc(100% - 3rem));
}

@media (max-width: 980px) {
  .services-hero .hero-visual-wide {
    min-height: 440px;
  }

  .page-template-template-diensten .page-hero {
    min-height: 430px;
    padding: 1.5rem;
    background-position: 62% center;
  }

  .services-hero-overlay {
    max-width: 30rem;
  }

  .service-showcase {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .showcase-image {
    max-width: none;
  }

  .home-about .profile-card {
    max-width: 100%;
    justify-self: stretch;
  }

  .home-about .profile-card img {
    max-height: 380px;
  }

  .editable-content-card {
    padding: 1.3rem 1.2rem;
  }
}

@media (max-width: 760px) {
  .site-nav-list,
  .site-nav-list > li,
  .site-nav-list li {
    display: flex !important;
    width: 100%;
  }
}

body.admin-bar .site-header {
  top: auto;
}

.front-page .hero-copy-overlay,
.home .hero-copy-overlay {
  max-width: 34rem;
}

.front-page .hero-copy-overlay h1,
.home .hero-copy-overlay h1 {
  max-width: 16ch;
  margin-bottom: 0.7rem;
  font-size: clamp(2.2rem, 4vw, 3.15rem);
}

.front-page .hero-copy-overlay .lead,
.home .hero-copy-overlay .lead {
  max-width: 48ch;
  font-size: 0.98rem;
  line-height: 1.55;
}

.front-page .hero-copy-overlay .eyebrow:empty,
.home .hero-copy-overlay .eyebrow:empty {
  display: none;
}

@media (max-width: 782px) {
  .services-hero {
    padding-top: 1.3rem;
  }

  .front-page .hero-visual-wide > img,
  .home .hero-visual-wide > img {
    padding: 1rem;
    min-height: 220px;
    background:
      radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 44%, rgba(231, 240, 249, 0.92) 100%),
      linear-gradient(135deg, rgba(241, 246, 252, 0.96), rgba(223, 234, 246, 0.92));
  }

  .front-page .hero-copy-overlay,
  .home .hero-copy-overlay {
    padding: 1.05rem 1rem;
  }

  .front-page .hero-copy-overlay .lead,
  .home .hero-copy-overlay .lead {
    font-size: 0.92rem;
  }

  .floating-card .metric-value {
    font-size: 0.98rem;
  }

  .floating-card .metric-label {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .page-template-template-diensten .page-hero {
    min-height: 360px;
    padding: 1.2rem;
    background-position: 68% center;
  }

  .page-template-template-diensten .page-hero h1 {
    max-width: 8ch;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .page-template-template-diensten .page-hero .lead {
    width: auto;
    max-width: 100%;
    padding: 0.85rem 0.95rem;
    font-size: 0.94rem;
  }

  .services-hero-overlay h1 {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .services-hero-overlay .lead {
    font-size: 0.96rem;
  }

  .services-hero-points {
    gap: 0.45rem;
  }

  .services-hero-points span {
    min-height: 2rem;
    padding: 0.5rem 0.72rem;
    font-size: 0.78rem;
  }

  .showcase-image {
    min-height: 260px;
  }

  .showcase-copy {
    padding: 1.35rem 1.25rem;
  }

  .home-about {
    gap: 0.75rem;
  }

  .home-about .about-copy {
    padding: 1.3rem 1.1rem;
  }

  .home-about .about-richtext p {
    font-size: 0.93rem;
    line-height: 1.68;
  }

  .home-about .profile-card img {
    max-height: 280px;
  }

  .home-about .profile-card-body {
    padding: 1rem;
  }

  .editable-content-card {
    padding: 1.15rem 1rem;
  }

  body.admin-bar .site-header {
    top: auto;
  }
}
