@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.1);
    opacity: 0.8; } }
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.page-hero--realisations {
  position: relative;
  height: clamp(500px, 50vh, 500px);
  overflow: hidden;
  display: flex;
  align-items: flex-end; }
  .page-hero--realisations .page-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 12s linear;
    will-change: transform; }
    .page-hero--realisations .page-hero__bg.loaded {
      transform: scale(1.04); }
  .page-hero--realisations .hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(90deg, rgba(0, 20, 80, 0.8) 0%, rgba(0, 20, 80, 0.35) 55%, transparent 100%); }
  .page-hero--realisations .page-hero__content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 0 clamp(48px, 6vw, 72px); }
  .page-hero--realisations .page-hero__title {
    font-family: "Metzger", sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin-bottom: 16px; }
    .page-hero--realisations .page-hero__title em {
      font-style: normal;
      font-weight: 300;
      opacity: 0.8; }
  .page-hero--realisations .page-hero__subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 540px;
    margin-bottom: 20px; }
  .page-hero--realisations .page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0; }
    .page-hero--realisations .page-hero__breadcrumb a {
      color: rgba(255, 255, 255, 0.55);
      transition: color 0.25s;
      text-decoration: none; }
      .page-hero--realisations .page-hero__breadcrumb a:hover {
        color: #ffffff; }
    .page-hero--realisations .page-hero__breadcrumb i {
      font-size: 0.55rem; }
  .page-hero--realisations .page-hero__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px; }
  .page-hero--realisations .page-hero__meta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.25s; }
    .page-hero--realisations .page-hero__meta-link:hover {
      color: #ffffff; }
    .page-hero--realisations .page-hero__meta-link i {
      font-size: 0.75rem; }
  @media (max-width: 768px) {
    .page-hero--realisations {
      height: clamp(340px, 45vh, 440px); }
      .page-hero--realisations .page-hero__title {
        font-size: 2rem; }
      .page-hero--realisations .page-hero__subtitle {
        font-size: 0.95rem; }
      .page-hero--realisations .page-hero__meta {
        flex-wrap: wrap;
        gap: 12px; } }

.page-hero--single-realisation .page-hero__title {
  margin-bottom: 20px; }

.type-realisations h1 {
  font-size: 2.5rem; }
.type-realisations h2 {
  font-size: 2rem; }
.type-realisations h3 {
  font-size: 1.5rem; }
.type-realisations p, .type-realisations li, .type-realisations ul {
  line-height: 1.8;
  font-size: 1.1rem; }
.type-realisations .meta-info {
  color: #6c757d;
  margin: 0 0 2rem 0; }
  .type-realisations .meta-info span {
    margin-right: 0.5rem; }

.archive-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.5rem; }

.cr-filter {
  margin-bottom: 2rem; }
  .cr-filter .card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f9fa; }
    .cr-filter .card.expanded {
      background-color: #f8f9fa; }
  .cr-filter .card-body {
    padding: 1.5rem; }
  .cr-filter .btn {
    padding: 0.5rem 1.25rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease; }
  .cr-filter .btn-outline-primary {
    border-color: #09333f;
    color: #09333f; }
    .cr-filter .btn-outline-primary:hover {
      background-color: #09333f;
      color: white; }
  .cr-filter #clear-filters {
    font-size: 0.75rem; }

.btn-pressed {
  transform: scale(0.95) !important; }

.search-container {
  position: relative; }
  .search-container .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 4; }
    .search-container .search-icon i {
      font-size: 1.4rem; }
  .search-container #cr-search-input {
    border-radius: 5px;
    font-size: 1rem;
    height: 42px;
    padding: 0.75rem 1rem 0.75rem 44px;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    width: 100%;
    color: #ced4da; }
    .search-container #cr-search-input:focus {
      box-shadow: 0 0 0 0.25rem rgba(9, 51, 63, 0.15);
      border-color: #1c9fc5;
      outline: 0; }
    .search-container #cr-search-input:focus {
      padding-right: 40px; }
    .search-container #cr-search-input:focus + .search-icon {
      color: #09333f; }
  .search-container .btn-clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 5;
    transition: all 0.3s ease; }
    .search-container .btn-clear-search:hover {
      opacity: 1;
      background-color: #e9ecef; }

.category-select-container {
  position: relative; }
  .category-select-container .category-select-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 4; }
    .category-select-container .category-select-icon i {
      font-size: 1.4rem; }
  .category-select-container #category-selector {
    border-radius: 5px;
    font-size: 1rem;
    height: 42px;
    padding: 0.75rem 1rem 0.75rem 44px;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    width: 100%;
    color: #ced4da;
    padding-left: 42px;
    padding-right: 32px;
    background-position: right 12px center;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px; }
    .category-select-container #category-selector:focus {
      box-shadow: 0 0 0 0.25rem rgba(9, 51, 63, 0.15);
      border-color: #1c9fc5;
      outline: 0; }
    .category-select-container #category-selector:focus + .category-select-icon {
      color: #09333f; }

#filterCollapse {
  transition: all 0.3s ease; }
  #filterCollapse .card-body {
    padding: 1.4rem;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 1rem; }
    #filterCollapse .card-body .btn-close {
      font-size: 1.1rem;
      padding: 0.6rem;
      background-color: #f8f9fa;
      opacity: 0.6;
      border: 1px solid #dae0e5;
      transition: all 0.3s ease; }
      #filterCollapse .card-body .btn-close:hover {
        opacity: 1; }
  #filterCollapse .form-check {
    margin-bottom: 0.75rem; }
    #filterCollapse .form-check-input {
      cursor: pointer;
      margin-top: 6px; }
      #filterCollapse .form-check-input:checked + .form-check-label {
        color: #09333f;
        font-weight: 500; }
        #filterCollapse .form-check-input:checked + .form-check-label .badge {
          background-color: #09333f !important;
          color: white !important; }
    #filterCollapse .form-check-label {
      cursor: pointer;
      font-weight: 400;
      transition: all 0.3s ease;
      display: flex;
      align-items: center; }
      #filterCollapse .form-check-label .badge {
        font-size: 0.85rem;
        font-weight: 400;
        padding: 0.3rem 0.5rem;
        margin-left: 5px !important;
        border-radius: 20px;
        background-color: #f8f9fa;
        color: #000000;
        transition: all 0.3s ease; }

.single-realisations .realisations {
  padding: 0 !important; }

#cr-realisations-grid article {
  display: flex;
  height: auto;
  margin-top: 0rem; }
  #cr-realisations-grid article .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: white;
    animation: fadeIn 0.5s ease-out forwards;
    margin: 0 1.5rem; }
    #cr-realisations-grid article .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important; }
      #cr-realisations-grid article .card:hover .card-img-top {
        transform: scale(1.05); }
    #cr-realisations-grid article .card .card-img-top {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: transform 0.6s ease; }
    #cr-realisations-grid article .card .card-body {
      padding: 2.5rem 2.5rem 1.5rem 2.5rem; }
    #cr-realisations-grid article .card .card-title {
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.5;
      font-weight: 600; }
      #cr-realisations-grid article .card .card-title a {
        color: #09333f;
        text-decoration: none;
        transition: all 0.3s ease; }
        #cr-realisations-grid article .card .card-title a:hover {
          color: black; }
    #cr-realisations-grid article .card .card-text {
      color: #333333;
      line-height: 1.6;
      margin-bottom: 2rem;
      font-size: 1.1rem; }
  #cr-realisations-grid article .category-tag {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #09333f;
    margin-bottom: 0.75rem; }
    #cr-realisations-grid article .category-tag a {
      color: #09333f;
      text-decoration: none;
      transition: color 0.2s ease;
      position: relative; }
      #cr-realisations-grid article .category-tag a:hover {
        color: #030f12; }
        #cr-realisations-grid article .category-tag a:hover::after {
          width: 100%; }
      #cr-realisations-grid article .category-tag a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: #030f12;
        transition: width 0.3s ease; }
    #cr-realisations-grid article .category-tag i {
      margin-right: 0.25rem;
      font-size: 0.9rem; }
  #cr-realisations-grid article .meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 1rem; }
    #cr-realisations-grid article .meta-info span {
      display: flex;
      align-items: center; }
    #cr-realisations-grid article .meta-info i {
      width: 16px;
      height: 16px;
      text-align: center;
      margin-right: 0.5rem;
      color: #adb5bd; }

.btn-primary {
  background-color: #09333f;
  border-color: #09333f;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .btn-primary:hover {
    background-color: #030f12;
    border-color: #030f12; }
    .btn-primary:hover:after {
      width: 100%;
      height: 100%; }
  .btn-primary:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s; }

.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease; }
  .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white; }

#cr-pagination {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }
  #cr-pagination .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    #cr-pagination .pagination li {
      margin: 0 0.25rem; }
    #cr-pagination .pagination .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      height: 40px;
      padding: 0.5rem;
      border-radius: 20px;
      background-color: white;
      border: 1px solid #dee2e6;
      color: #333333;
      text-decoration: none;
      transition: all 0.3s ease;
      font-weight: 500; }
      #cr-pagination .pagination .page-numbers:hover {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        color: #09333f;
        z-index: 2; }
      #cr-pagination .pagination .page-numbers.current {
        background-color: #09333f;
        border-color: #09333f;
        color: white;
        box-shadow: 0 4px 10px rgba(9, 51, 63, 0.2); }

#cr-loading {
  position: relative;
  padding: 3rem 0;
  text-align: center; }
  #cr-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.25em;
    color: #09333f;
    animation: spinner-border 1s linear infinite, pulse 2s ease infinite; }
  #cr-loading p {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.95rem; }

#cr-no-results,
.alert-info {
  background-color: rgba(9, 51, 63, 0.08);
  color: black;
  border: 1px solid rgba(9, 51, 63, 0.1);
  padding: 1.25rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500; }

#result-count {
  padding: 0.75rem 0;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 1rem; }

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem; }
  .filter-header h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333333; }

.single-realisation .header-single-realisation {
  margin-bottom: 2rem; }
.single-realisation .card-text {
  font-size: 1.1rem;
  line-height: 1.8; }

@media (max-width: 992px) {
  .card .card-img-top {
    height: 220px; }

  #filterCollapse .form-check {
    margin-bottom: 0.6rem; } }
@media (max-width: 768px) {
  .cr-filter .card-body {
    padding: 1rem; }

  .search-container .search-icon,
  .search-container .category-select-icon,
  .category-select-container .search-icon,
  .category-select-container .category-select-icon {
    left: 10px; }
    .search-container .search-icon i,
    .search-container .category-select-icon i,
    .category-select-container .search-icon i,
    .category-select-container .category-select-icon i {
      font-size: 1.2rem; }

  #cr-search-input,
  #category-selector {
    font-size: 0.9rem;
    height: 42px;
    padding: 0.6rem 0.8rem 0.6rem 32px; }

  #filterCollapse .card-body {
    padding: 1rem;
    max-height: 300px;
    overflow-y: auto; }
  #filterCollapse .form-check {
    margin-bottom: 0.5rem !important; }
    #filterCollapse .form-check-label {
      font-size: 0.9rem; }
      #filterCollapse .form-check-label .badge {
        font-size: 0.7rem; }
  #filterCollapse .filter-header h3 {
    font-size: 1.6rem; }

  .meta-info {
    gap: 0.5rem; }

  #cr-realisations-grid article .card {
    margin: 0 0.5rem; }
    #cr-realisations-grid article .card .card-img-top {
      height: 220px; }
    #cr-realisations-grid article .card .card-body {
      padding: 1.25rem; }

  .cr-filter .btn {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem; } }
@media (max-width: 576px) {
  #cr-realisations-grid article .card {
    margin: 0;
    margin-bottom: 1.5rem; }

  .meta-info {
    font-size: 0.75rem; }
    .meta-info i {
      width: 14px;
      height: 14px; }

  .category-tag {
    font-size: 0.75rem; }

  #cr-realisations-grid article .card .card-title {
    font-size: 1.25rem; }

  .search-container .search-icon,
  .search-container .category-select-icon,
  .category-select-container .search-icon,
  .category-select-container .category-select-icon {
    left: 8px; }

  #cr-search-input,
  #category-selector {
    height: 38px;
    padding: 0.6rem 0.6rem 0.6rem 28px; }

  .btn-clear-search {
    padding: 0.2rem 0.3rem; }

  #filterCollapse .card-body {
    padding: 0.8rem; }
  #filterCollapse .filter-header {
    margin-bottom: 1rem; }
    #filterCollapse .filter-header h3 {
      font-size: 1.4rem; }
  #filterCollapse .form-check {
    margin-bottom: 0.4rem !important; }
    #filterCollapse .form-check-label {
      font-size: 0.85rem; } }

/*# sourceMappingURL=public.css.map */
