body:not(.home) {
  background: #f5f8fc;
}

body:not(.home) .site-header {
  background: rgb(255 255 255 / 97%);
  border-bottom: 1px solid rgb(8 104 242 / 10%);
  color: var(--color-ink);
  box-shadow: 0 0.35rem 0.5rem rgb(6 20 47 / 5%);
}

body:not(.home) .header-cta {
  background: var(--color-ink);
  color: #fff;
}

body:not(.home) .header-language {
  border-color: rgb(8 104 242 / 18%);
  color: var(--color-ink);
}

body:not(.home) .header-language.is-active {
  background: var(--color-ink);
  color: #fff;
}

body:not(.home) .header-logo--white {
  display: none !important;
}

body:not(.home) .header-logo--color {
  display: block !important;
}

.inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgb(6 20 47 / 96%), rgb(8 48 110 / 94%)),
    #06142f;
  color: #fff;
  padding: clamp(7.5rem, 9vw, 9rem) 0 clamp(2.5rem, 4.5vw, 4rem);
}

.inner-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(36 200 237 / 12%), transparent 34%),
    linear-gradient(180deg, transparent, rgb(0 13 40 / 34%));
  content: "";
}

.inner-hero__inner {
  max-width: 82.5rem;
}

.inner-hero__eyebrow {
  max-width: 70ch;
  margin-bottom: 1.15rem;
  color: #24c8ed;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

.inner-hero h1 {
  max-width: 22ch;
  font-size: clamp(2.45rem, 4.6vw, 4.35rem);
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 1.18;
  text-wrap: balance;
}

.inner-hero__description {
  max-width: 48rem;
  margin-top: 1.15rem;
  color: rgb(255 255 255 / 74%);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.inner-section {
  background: #f5f8fc;
  padding: clamp(2.75rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
}

.inner-content {
  max-width: 74rem;
  color: #1c2f49;
}

.inner-content > .elementor {
  overflow: hidden;
  border: 1px solid rgb(8 104 242 / 10%);
  border-radius: 0.875rem;
  background: #fff;
}

.inner-content > .elementor .elementor-section:first-child {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.inner-content :where(h2, h3, h4) {
  line-height: 1.22;
  text-wrap: balance;
}

.inner-content p,
.inner-content li {
  color: #31425d;
  line-height: 1.78;
  text-wrap: pretty;
}

.inner-content img {
  height: auto;
  max-width: 100%;
}

.single-detail {
  background: #f5f8fc;
}

.single-detail__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgb(6 20 47 / 97%), rgb(8 48 110 / 95%)),
    #06142f;
  padding: clamp(7.5rem, 9vw, 9rem) 0 clamp(2.5rem, 5vw, 4.75rem);
  color: #fff;
}

.single-detail__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 26%, rgb(36 200 237 / 18%), transparent 34rem),
    linear-gradient(90deg, rgb(36 200 237 / 10%), transparent 34%);
  content: "";
}

.single-detail__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.single-detail__intro {
  max-width: 50rem;
}

.single-detail__back {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  background: rgb(255 255 255 / 7%);
  padding: 0.55rem 0.85rem;
  color: #dcecff;
  font-size: 0.84rem;
  font-weight: 850;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.single-detail__back:hover {
  border-color: rgb(36 200 237 / 52%);
  background: rgb(36 200 237 / 12%);
  color: #fff;
  transform: translateY(-0.08rem);
}

.single-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
  color: #24c8ed;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.single-detail__meta span,
.single-detail__meta time {
  display: inline-flex;
  align-items: center;
}

.single-detail__meta span::after {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.65rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0.72;
}

.single-detail__intro h1 {
  max-width: 17ch;
  margin-top: 0.95rem;
  font-size: clamp(2.35rem, 4.7vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.single-detail__excerpt {
  max-width: 42rem;
  margin-top: 1.15rem;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.74;
  text-wrap: pretty;
}

.single-detail__media {
  position: relative;
  display: grid;
  min-height: clamp(20rem, 32vw, 31rem);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 15%), rgb(36 200 237 / 8%)),
    #0c2a59;
  box-shadow: 0 1.25rem 2rem rgb(0 0 0 / 18%);
}

.single-detail__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(6 20 47 / 0%) 56%, rgb(6 20 47 / 16%) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 8%), transparent 34%);
  content: "";
}

.single-detail__media--portrait::before {
  position: absolute;
  inset: -1.5rem;
  background:
    linear-gradient(135deg, rgb(6 20 47 / 36%), rgb(8 104 242 / 12%)),
    var(--single-detail-image) center / cover no-repeat;
  content: "";
  filter: blur(22px) saturate(1.08);
  opacity: 0.72;
  transform: scale(1.08);
}

.single-detail__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-detail__media--portrait img {
  max-width: 86%;
  height: calc(100% - 1.5rem);
  object-fit: contain;
  filter: drop-shadow(0 0.8rem 1.5rem rgb(0 0 0 / 22%));
}

.single-detail__body-section {
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
}

.single-detail__body-grid {
  display: grid;
  grid-template-columns: minmax(11rem, 16rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.single-detail__summary {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 0.35rem 0.85rem rgb(6 20 47 / 4%);
}

.single-detail__summary span {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.single-detail__summary strong {
  margin-bottom: 0.75rem;
  color: #06142f;
  font-size: 0.98rem;
  line-height: 1.45;
}

.single-detail__content {
  overflow: hidden;
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background: #fff;
  padding: clamp(1.45rem, 4vw, 3rem);
  color: #263852;
  box-shadow: 0 0.45rem 1rem rgb(6 20 47 / 4%);
}

.single-detail__content > * + * {
  margin-top: 1.05rem;
}

.single-detail__content :where(p, li) {
  color: #31425d;
  font-size: 1rem;
  line-height: 1.82;
  text-wrap: pretty;
}

.single-detail__content :where(h2, h3, h4) {
  margin-top: 1.8rem;
  color: #06142f;
  font-weight: 850;
  line-height: 1.22;
  text-wrap: balance;
}

.single-detail__content ul,
.single-detail__content ol {
  display: grid;
  gap: 0.55rem;
  margin-left: 1.15rem;
}

.single-detail__content li::marker {
  color: #0868f2;
}

.single-detail__content a {
  color: #064fbf;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgb(8 104 242 / 28%);
  text-underline-offset: 0.22em;
}

.single-detail__content img {
  display: block;
  width: min(100%, 44rem);
  height: auto;
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 0.65rem 1.1rem rgb(6 20 47 / 10%);
}

.single-detail__content img[height][width] {
  object-fit: contain;
}

.single-detail__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.single-detail__nav-card {
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background:
    linear-gradient(135deg, rgb(8 104 242 / 5%), rgb(36 200 237 / 7%)),
    #fff;
  padding: 1.1rem 1.25rem;
  color: #06142f;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.single-detail__nav-card:hover {
  border-color: rgb(36 200 237 / 48%);
  box-shadow: 0 0.45rem 0.9rem rgb(6 20 47 / 6%);
  transform: translateY(-0.12rem);
}

.single-detail__nav-card span {
  color: #0868f2;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-detail__nav-card strong {
  font-size: 1rem;
  line-height: 1.45;
  text-wrap: balance;
}

.single-detail__comments {
  background: #f5f8fc;
  padding: 0 0 clamp(4rem, 7vw, 7rem);
}

.single-detail__comments-card {
  max-width: 74rem;
  margin-left: auto;
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background: #fff;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  box-shadow: 0 0.45rem 1rem rgb(6 20 47 / 4%);
}

.single-detail__comments h2,
.single-detail__comments .comment-reply-title {
  color: #06142f;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 1.16;
  text-wrap: balance;
}

.single-detail__comments .comment-notes {
  margin-top: 0.65rem;
  color: #526078;
  font-size: 0.95rem;
  line-height: 1.65;
}

.single-detail__comments .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
  margin-top: 1.25rem;
}

.single-detail__comments :where(.comment-notes, .comment-form-comment, .comment-form-url, .comment-form-cookies-consent, .form-submit) {
  grid-column: 1 / -1;
}

.single-detail__comments .comment-form p {
  margin: 0;
}

.single-detail__comments label {
  display: block;
  margin-bottom: 0.45rem;
  color: #1c2f49;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.45;
}

.single-detail__comments :where(input:not([type="submit"]):not([type="checkbox"]), textarea) {
  width: 100%;
  min-height: 3.4rem;
  border: 1px solid rgb(8 104 242 / 18%);
  border-radius: 0.75rem;
  background: #f8fbff;
  padding: 0.9rem 1rem;
  color: #06142f;
  font: inherit;
  outline: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.single-detail__comments textarea {
  min-height: 10rem;
  resize: vertical;
}

.single-detail__comments :where(input:not([type="submit"]):not([type="checkbox"]), textarea):focus {
  border-color: rgb(8 104 242 / 58%);
  background: #fff;
  box-shadow: 0 0 0 4px rgb(8 104 242 / 10%);
}

.single-detail__comments .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #526078;
  font-size: 0.9rem;
  line-height: 1.55;
}

.single-detail__comments .comment-form-cookies-consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.18rem;
  accent-color: #0868f2;
}

.single-detail__comments .comment-form-cookies-consent label {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 650;
}

.single-detail__comments .form-submit {
  display: flex;
  justify-content: flex-start;
}

.single-detail__comment-submit {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #0868f2;
  padding: 0.9rem 1.45rem;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0.55rem 1rem rgb(8 104 242 / 20%);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.single-detail__comment-submit:hover {
  background: #064fbf;
  box-shadow: 0 0.75rem 1.2rem rgb(8 104 242 / 26%);
  transform: translateY(-0.1rem);
}

.single-detail__comment-submit:focus-visible {
  outline: 3px solid rgb(36 200 237 / 45%);
  outline-offset: 3px;
}

.single-detail__comments .comment-list {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 2rem;
}

.contact-page {
  background: #f5f8fc;
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.contact-page__map {
  position: relative;
  min-height: clamp(18rem, 34vw, 28rem);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(6 20 47 / 92%), rgb(8 48 110 / 86%)),
    #06142f;
}

.contact-page__map::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(245 248 252 / 0%) 58%, #f5f8fc 100%),
    linear-gradient(90deg, rgb(36 200 237 / 12%), transparent 42%);
  content: "";
}

.contact-page__map iframe {
  width: 100%;
  height: clamp(18rem, 34vw, 28rem);
  border: 0;
  filter: saturate(0.88) contrast(1.02);
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.38fr) minmax(0, 0.9fr);
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: start;
  margin-top: clamp(-5rem, -6vw, -3rem);
  position: relative;
  z-index: 2;
}

.contact-page__panel,
.contact-page__office,
.contact-page__form {
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 0.55rem 1rem rgb(6 20 47 / 5%);
}

.contact-page__panel {
  position: sticky;
  top: 6.5rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgb(6 20 47 / 96%), rgb(8 48 110 / 94%)),
    #06142f;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
}

.contact-page__panel::after {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgb(36 200 237 / 28%);
  border-radius: 999px;
  content: "";
}

.contact-page__eyebrow {
  color: #24c8ed;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-page__panel h2,
.contact-page__form h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 1.14;
  text-wrap: balance;
}

.contact-page__panel p:not(.contact-page__eyebrow) {
  margin-top: 1rem;
  color: rgb(255 255 255 / 74%);
  line-height: 1.75;
  text-wrap: pretty;
}

.contact-page__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.contact-page__quick-actions a {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  background: rgb(255 255 255 / 9%);
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-page__quick-actions a:hover {
  border-color: rgb(36 200 237 / 58%);
  background: rgb(36 200 237 / 14%);
  transform: translateY(-0.08rem);
}

.contact-page__content {
  display: grid;
  gap: clamp(1.25rem, 2vw, 1.6rem);
}

.contact-page__offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.contact-page__office {
  display: grid;
  gap: 1rem;
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
}

.contact-page__office h3 {
  color: #06142f;
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  font-weight: 900;
  line-height: 1.25;
}

.contact-page__office dl {
  display: grid;
  gap: 0.85rem;
}

.contact-page__office div {
  display: grid;
  gap: 0.25rem;
}

.contact-page__office dt {
  color: #0868f2;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-page__office dd {
  color: #31425d;
  font-size: 0.96rem;
  line-height: 1.65;
}

.contact-page__office a {
  color: #064fbf;
  font-weight: 800;
}

.contact-page__map-link {
  display: inline-flex;
  width: fit-content;
  min-height: 2.45rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: rgb(8 104 242 / 8%);
  padding: 0.58rem 0.9rem;
  font-size: 0.85rem;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.contact-page__map-link:hover {
  background: #0868f2;
  color: #fff;
  transform: translateY(-0.08rem);
}

.contact-page__form {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-page__form-heading {
  max-width: 42rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.contact-page__form h2 {
  color: #06142f;
}

.contact-page__form .wpcf7 form {
  display: grid;
  gap: 1.35rem;
}

.contact-page__form .wpcf7 p {
  margin: 0;
}

.contact-page__form .wpcf7 .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.2rem;
}

.contact-page__form .wpcf7 :where(.col-md-6, .col-md-12, .form-group) {
  min-width: 0;
}

.contact-page__form .wpcf7 .col-md-12 {
  display: grid;
  grid-column: 1 / -1;
  gap: 1.15rem;
}

.contact-page__form .wpcf7-form-control-wrap {
  display: block;
}

.contact-page__form :where(input:not([type="submit"]), textarea, select) {
  width: 100%;
  min-height: 3.45rem;
  border: 1px solid rgb(8 104 242 / 18%);
  border-radius: 0.75rem;
  background: #f8fbff;
  padding: 0.92rem 1rem;
  color: #06142f;
  font: inherit;
  font-weight: 650;
  outline: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-page__form textarea {
  min-height: 11rem;
  resize: vertical;
}

.contact-page__form :where(input:not([type="submit"]), textarea, select):focus {
  border-color: rgb(8 104 242 / 58%);
  background: #fff;
  box-shadow: 0 0 0 4px rgb(8 104 242 / 10%);
}

.contact-page__form input[type="submit"],
.contact-page__form button[type="submit"] {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 3.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: 0.9rem;
  background:
    linear-gradient(135deg, #0868f2, #064fbf 58%, #003b94),
    #0868f2;
  padding: 0.95rem 1.35rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 0.65rem 1.15rem rgb(8 104 242 / 22%);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-page__form button[type="submit"]::after {
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 18%);
  content: "→";
  line-height: 1;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.contact-page__form input[type="submit"]:hover,
.contact-page__form button[type="submit"]:hover {
  background:
    linear-gradient(135deg, #0b73ff, #0659d7 58%, #003b94),
    #064fbf;
  box-shadow: 0 0.85rem 1.35rem rgb(8 104 242 / 28%);
  transform: translateY(-0.12rem);
}

.contact-page__form button[type="submit"]:hover::after {
  background: rgb(255 255 255 / 26%);
  transform: translateX(0.18rem);
}

.contact-page__form input[type="submit"]:focus-visible,
.contact-page__form button[type="submit"]:focus-visible {
  outline: 3px solid rgb(36 200 237 / 45%);
  outline-offset: 3px;
}

.contact-page__form .wpcf7-not-valid-tip,
.contact-page__form .wpcf7-response-output {
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-page__fallback {
  display: grid;
  gap: 0.75rem;
  border-radius: 0.75rem;
  background: rgb(8 104 242 / 7%);
  padding: 1rem;
  color: #31425d;
}

.contact-page__fallback a {
  color: #064fbf;
  font-weight: 850;
}

.inner-archive-description {
  max-width: 56rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  color: #40526c;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.78;
}

.inner-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.inner-filter__chip {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(8 104 242 / 13%);
  border-radius: 999px;
  background: #fff;
  padding: 0.68rem 1rem;
  color: #284260;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.inner-filter__chip:hover {
  border-color: rgb(8 104 242 / 32%);
  background: rgb(8 104 242 / 7%);
  color: #064fbf;
  transform: translateY(-0.08rem);
}

.inner-filter__chip.is-active {
  border-color: #0868f2;
  background: #0868f2;
  color: #fff;
}

.inner-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.6rem);
  align-items: stretch;
}

.inner-card {
  min-width: 0;
  animation: inner-card-rise 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.inner-card:nth-child(2) { animation-delay: 55ms; }
.inner-card:nth-child(3) { animation-delay: 110ms; }
.inner-card:nth-child(4) { animation-delay: 165ms; }
.inner-card:nth-child(5) { animation-delay: 220ms; }
.inner-card:nth-child(6) { animation-delay: 275ms; }
.inner-card:nth-child(7) { animation-delay: 330ms; }
.inner-card:nth-child(8) { animation-delay: 385ms; }
.inner-card:nth-child(n + 9) { animation-delay: 440ms; }

.inner-card-grid--featured-tail .inner-card:last-child {
  grid-column: 1 / -1;
}

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__link {
  grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
  grid-template-rows: 1fr auto;
}

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__media {
  grid-row: 1 / span 2;
  aspect-ratio: auto;
  min-height: 22rem;
}

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__body {
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem) 1.25rem;
}

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__title {
  max-width: 22rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.22;
}

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__excerpt {
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.78;
  -webkit-line-clamp: 4;
}

.inner-card__link {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgb(8 104 242 / 14%);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--color-ink);
  box-shadow: 0 0.35rem 0.85rem rgb(6 20 47 / 4%);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.inner-card__link:hover {
  border-color: rgb(36 200 237 / 58%);
  background: #fbfdff;
  box-shadow: 0 0.55rem 1rem rgb(6 20 47 / 7%);
  transform: translateY(-0.16rem);
}

.inner-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 11;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(8 104 242 / 9%), rgb(36 200 237 / 11%)),
    #e8f3ff;
  color: var(--color-brand);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
}

.inner-card__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(6 20 47 / 0%) 52%, rgb(6 20 47 / 8%) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 0%) 30%);
  content: "";
}

.inner-card__media--portrait::before {
  position: absolute;
  inset: -1.25rem;
  background:
    linear-gradient(135deg, rgb(6 20 47 / 28%), rgb(8 104 242 / 10%)),
    var(--inner-card-image) center / cover no-repeat;
  content: "";
  filter: blur(18px) saturate(1.08);
  opacity: 0.58;
  transform: scale(1.08);
}

.inner-card--portrait .inner-card__media {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 18%, rgb(255 255 255 / 34%), transparent 34%),
    linear-gradient(135deg, rgb(8 104 242 / 18%), rgb(36 200 237 / 16%)),
    #dfeeff;
}

.inner-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition:
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.inner-card__media--portrait img {
  object-fit: contain;
  object-position: center;
  padding: 0.65rem;
  filter: drop-shadow(0 0.5rem 1rem rgb(6 20 47 / 18%));
}

.inner-card__link:hover .inner-card__media img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.045);
}

.inner-card__link:hover .inner-card__media--portrait img {
  filter:
    drop-shadow(0 0.65rem 1.15rem rgb(6 20 47 / 20%))
    saturate(1.04)
    contrast(1.02);
  transform: scale(1.02);
}

.inner-card__body {
  display: flex;
  min-height: 11.25rem;
  flex-direction: column;
  padding: clamp(1.15rem, 2vw, 1.45rem) clamp(1.15rem, 2vw, 1.45rem) 1.05rem;
}

.inner-card__label {
  display: block;
  min-height: 1.05rem;
  margin-bottom: 0.72rem;
  color: #0868f2;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.inner-card__title {
  display: block;
  min-height: 3.45rem;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-weight: 850;
  letter-spacing: -0.006em;
  line-height: 1.42;
  overflow: hidden;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inner-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.78rem;
  color: #526078;
  font-size: 0.94rem;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inner-card__action {
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  margin-top: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-top: 1px solid rgb(8 104 242 / 10%);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgb(8 104 242 / 6%), rgb(36 200 237 / 8%)),
    #fff;
  padding: 0.78rem clamp(1.15rem, 2vw, 1.45rem);
  color: #064fbf;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.inner-card__action-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #0868f2;
  color: #fff;
  font-weight: 900;
  transition:
    background-color 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.inner-card__link:hover .inner-card__action {
  background:
    linear-gradient(135deg, #0868f2, #0a82ff);
  color: #fff;
  transform: none;
}

.inner-card__link:hover .inner-card__action-icon {
  background: #fff;
  color: #0868f2;
  transform: translateX(0.16rem);
}

.inner-empty {
  max-width: 48rem;
  border: 1px solid rgb(8 104 242 / 12%);
  border-radius: 0.875rem;
  background: #fff;
  padding: clamp(1.5rem, 4vw, 2.75rem);
}

.inner-empty h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.18;
  text-wrap: balance;
}

.inner-empty p {
  margin-top: 1rem;
  color: #526078;
  line-height: 1.78;
}

.inner-search-form {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.inner-search-form label {
  min-width: 0;
  flex: 1;
}

.inner-search-form input {
  width: 100%;
  height: 3.25rem;
  border: 1px solid rgb(8 104 242 / 18%);
  border-radius: 999px;
  background: #f7fbff;
  padding: 0 1.1rem;
  color: var(--color-ink);
  outline: none;
}

.inner-search-form input::placeholder {
  color: #526078;
}

.inner-search-form input:focus {
  border-color: var(--color-brand);
}

.inner-search-form button {
  height: 3.25rem;
  border-radius: 999px;
  background: var(--color-brand);
  padding: 0 1.35rem;
  color: #fff;
  font-weight: 800;
}

.inner-pagination {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  justify-items: center;
  animation: inner-card-rise 640ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.inner-pagination__summary {
  color: #526078;
  font-size: 0.88rem;
  font-weight: 800;
}

.inner-pagination__links {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid rgb(8 104 242 / 10%);
  border-radius: 999px;
  background: rgb(255 255 255 / 86%);
  padding: 0.45rem;
  box-shadow: 0 0.55rem 1rem rgb(6 20 47 / 5%);
}

.inner-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.65rem;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0 0.92rem;
  color: #40526c;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.inner-pagination a.page-numbers:hover {
  background: rgb(8 104 242 / 9%);
  color: #064fbf;
  transform: translateY(-0.08rem);
}

.inner-pagination .page-numbers.current {
  background: #06142f;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%);
}

.inner-pagination .page-numbers.prev,
.inner-pagination .page-numbers.next {
  min-width: 8.2rem;
  background: #0868f2;
  color: #fff;
}

.inner-pagination .page-numbers.prev:hover,
.inner-pagination .page-numbers.next:hover {
  background: #06142f;
  color: #fff;
}

.inner-pagination__icon {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 18%);
  font-weight: 900;
}

@keyframes inner-card-rise {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inner-card,
  .inner-pagination {
    animation: none;
  }

  .inner-card__link,
  .inner-card__media img,
  .inner-card__action,
  .inner-card__action-icon,
  .inner-pagination .page-numbers {
    transition: none;
  }
}

@media (max-width: 64rem) {
  .contact-page__grid,
  .single-detail__hero-grid,
  .single-detail__body-grid {
    grid-template-columns: 1fr;
  }

  .contact-page__grid {
    margin-top: -3rem;
  }

  .contact-page__panel {
    position: relative;
    top: auto;
  }

  .single-detail__intro h1 {
    max-width: 20ch;
  }

  .single-detail__media {
    min-height: clamp(18rem, 58vw, 32rem);
  }

  .single-detail__summary {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner-card-grid--featured-tail .inner-card:last-child {
    grid-column: auto;
  }

  .inner-card-grid--featured-tail .inner-card:last-child .inner-card__link {
    grid-template-columns: none;
    grid-template-rows: auto 1fr auto;
  }

.inner-card-grid--featured-tail .inner-card:last-child .inner-card__media {
  grid-row: auto;
  aspect-ratio: 4 / 3;
  min-height: 0;
}

  .inner-hero h1 {
    max-width: 20ch;
  }
}

@media (max-width: 48rem) {
  .contact-page__offices {
    grid-template-columns: 1fr;
  }

  .contact-page__form .wpcf7 .row {
    grid-template-columns: 1fr;
  }

  .single-detail__comments .comment-form {
    grid-template-columns: 1fr;
  }

  .single-detail__comments-card {
    padding: 1.2rem;
  }

  .contact-page__map,
  .contact-page__map iframe {
    min-height: 18rem;
  }

  .single-detail__hero {
    padding-top: 7.25rem;
  }

  .single-detail__intro h1 {
    font-size: clamp(2.1rem, 12vw, 3.25rem);
  }

  .single-detail__summary,
  .single-detail__nav {
    grid-template-columns: 1fr;
  }

  .single-detail__content {
    padding: 1.25rem;
  }

  .inner-hero {
    padding-top: 7.5rem;
  }

  .inner-hero__eyebrow {
    letter-spacing: 0.1em;
  }

  .inner-hero h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 12vw, 3.65rem);
    line-height: 1.16;
  }

  .inner-content > .elementor,
  .inner-card__link,
  .inner-empty {
    border-radius: 0.75rem;
  }

  .inner-card-grid {
    grid-template-columns: 1fr;
  }

  .inner-filter {
    flex-wrap: nowrap;
    margin-right: -1rem;
    margin-left: -1rem;
    overflow-x: auto;
    padding: 0 1rem 0.35rem;
    scrollbar-width: none;
  }

  .inner-filter::-webkit-scrollbar {
    display: none;
  }

  .inner-filter__chip {
    flex: 0 0 auto;
  }

  .inner-card__body {
    min-height: 0;
  }

  .inner-card__title {
    min-height: 0;
  }

  .inner-search-form {
    flex-direction: column;
  }

  .inner-card__action {
    justify-content: space-between;
  }

  .inner-pagination__links {
    width: 100%;
    border-radius: 1rem;
    justify-content: flex-start;
  }

  .inner-pagination .page-numbers.prev,
  .inner-pagination .page-numbers.next {
    width: 100%;
  }

  .inner-search-form button {
    width: 100%;
  }
}
