/*
Theme Name: Iran ATCA — MRN Child
Theme URI: https://iran-atca.ir/
Author: Mehran Marandi
Author URI: https://mehranmarandi.ir/
Description: A bespoke bilingual-ready editorial theme for the Iranian Air Traffic Controllers Association.
Version: 0.2.1
Template: mrn
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iran-atca
Domain Path: /languages
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --atca-ink: #0b2d50;
  --atca-ink-strong: #062441;
  --atca-blue: #079ec3;
  --atca-blue-dark: #007fa6;
  --atca-blue-soft: #eef9fc;
  --atca-muted: #64788d;
  --atca-line: #dce6ec;
  --atca-paper: #f7fafc;
  --atca-white: #fff;
  --atca-shell: min(1320px, calc(100% - 40px));
  --atca-radius: 10px;
  --atca-shadow: 0 8px 25px rgb(17 57 86 / 7%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.iran-atca-theme {
  margin: 0;
  color: var(--atca-ink);
  background: var(--atca-white);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.iran-atca-theme,
body.iran-atca-theme button,
body.iran-atca-theme input,
body.iran-atca-theme textarea,
body.iran-atca-theme select {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

body.iran-atca-theme a {
  color: inherit;
}

body.iran-atca-theme img {
  max-width: 100%;
  height: auto;
}

.atca-shell {
  width: var(--atca-shell);
  margin-inline: auto;
}

.atca-site-header {
  position: relative;
  z-index: 100;
  color: var(--atca-white);
  background: #064c69;
  box-shadow: 0 4px 16px rgb(17 57 86 / 9%);
}

.atca-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
}

.atca-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  width: auto;
  color: var(--atca-white);
  font: 850 2rem/1 Arial, sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.atca-brand__wordmark {
  white-space: nowrap;
}

.atca-brand__wordmark b {
  font-weight: 850;
}

.atca-brand__wordmark em {
  color: #17bdd4;
  font-style: normal;
  font-weight: 850;
}

.atca-brand__mark {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}

.atca-brand__mark img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 190px;
  max-width: none !important;
  height: auto;
  transform: translateY(-50%);
}

.atca-primary-navigation {
  margin-inline: auto;
}

.atca-primary-navigation .primary-navigation__list,
.atca-primary-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.atca-primary-navigation li {
  position: relative;
}

.atca-primary-navigation a {
  position: relative;
  display: block;
  padding: 31px 0 27px;
  color: rgb(255 255 255 / 92%);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.atca-primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  opacity: 0;
  background: var(--atca-blue);
  content: "";
  transform: scaleX(0.4);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.atca-primary-navigation a:hover,
.atca-primary-navigation .current-menu-item > a {
  color: var(--atca-white);
}

.atca-primary-navigation a:hover::after,
.atca-primary-navigation .current-menu-item > a::after {
  opacity: 1;
  transform: none;
}

.atca-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  direction: ltr;
}

.atca-account,
.atca-lang,
.atca-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 50%;
  color: var(--atca-white);
  background: transparent;
  text-decoration: none;
}

.atca-account {
  width: 40px;
  border-color: #13bdd2;
  background: #13aeca;
}

.atca-account svg,
.atca-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.atca-lang {
  min-height: 36px;
  padding-inline: 16px;
  border: 0;
  border-radius: 0;
  font: 700 0.7rem/1 Arial, sans-serif;
  letter-spacing: 0.03em;
}

.atca-account:hover,
.atca-lang:hover,
.atca-menu-toggle:hover {
  color: var(--atca-white);
  background: rgb(255 255 255 / 12%);
}

.atca-menu-toggle {
  display: none;
  width: 40px;
  padding: 0;
  cursor: pointer;
}

.atca-social-strip {
  min-height: 40px;
  background: var(--atca-white);
}

.atca-social-strip__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  direction: ltr;
}

.atca-social-strip__inner a {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: var(--atca-white);
  background: #59738b;
  font: 700 0.5rem/1 Arial, sans-serif;
  text-decoration: none;
}

.atca-social-strip__inner a:nth-child(1) {
  background: #168bb7;
}

.atca-social-strip__inner a:nth-child(2) {
  background: #a05e45;
}

.atca-social-strip__inner a:nth-child(3) {
  background: #315a83;
}

.atca-social-strip__inner a:nth-child(4) {
  background: #d22e42;
}

.atca-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(35px, 5vw, 76px);
  min-height: 380px;
  padding-block: 24px 34px;
}

.atca-hero__content {
  position: relative;
  z-index: 2;
  padding-inline: clamp(4px, 2vw, 26px);
}

.atca-eyebrow {
  margin: 0 0 13px;
  color: var(--atca-blue-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.atca-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--atca-ink-strong);
  font-size: clamp(2.45rem, 3.25vw, 3.55rem);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -0.045em;
}

.atca-hero h1 span {
  display: block;
}

.atca-hero__lead {
  margin: 20px 0 0;
  color: #4e6680;
  font-size: clamp(1.02rem, 1.4vw, 1.28rem);
  font-weight: 650;
}

.atca-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.atca-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 23px;
  border: 1px solid var(--atca-blue);
  border-radius: 7px;
  color: var(--atca-white);
  background: var(--atca-blue);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.atca-button svg {
  width: 18px;
  height: 18px;
}

.atca-button:hover {
  border-color: var(--atca-blue-dark);
  background: var(--atca-blue-dark);
}

.atca-button--outline {
  color: var(--atca-ink);
  background: transparent;
}

.atca-button--outline:hover {
  color: var(--atca-white);
}

.atca-button--small {
  min-height: 36px;
  padding: 7px 15px;
  font-size: 0.74rem;
  white-space: nowrap;
}

.atca-hero__figure {
  position: relative;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #dceaf1;
}

.atca-hero__media {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 61% center;
}

.atca-quick-wrap {
  position: relative;
  z-index: 5;
  margin-top: -14px;
}

.atca-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--atca-line);
  border-radius: var(--atca-radius);
  background: var(--atca-white);
  box-shadow: var(--atca-shadow);
}

.atca-quick__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 68px;
  padding: 10px 16px;
  border-inline-start: 1px solid var(--atca-line);
  color: var(--atca-ink);
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.atca-quick__item:first-child {
  border-inline-start: 0;
}

.atca-quick__item:hover {
  color: var(--atca-blue-dark);
  background: #f9fcfd;
}

.atca-quick__icon {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--atca-blue-dark);
}

.atca-quick__icon svg {
  width: 26px;
  height: 26px;
}

.atca-quick__item strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.atca-section {
  padding-block: 44px;
}

.atca-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.atca-section-heading h2 {
  margin: 0;
  color: var(--atca-ink-strong);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.4;
}

.atca-text-link,
.atca-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--atca-blue-dark);
  font-size: 0.73rem;
  font-weight: 700;
  text-decoration: none;
}

.atca-text-link::before {
  content: "‹";
  font: 400 1.2rem/1 Arial, sans-serif;
}

.atca-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.atca-news-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(125px, 0.92fr);
  min-width: 0;
  min-height: 166px;
  overflow: hidden;
  border: 1px solid var(--atca-line);
  border-radius: var(--atca-radius);
  background: var(--atca-white);
  box-shadow: 0 3px 14px rgb(17 57 86 / 4%);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.atca-news-card:hover {
  border-color: #afd6e1;
  box-shadow: var(--atca-shadow);
  transform: translateY(-2px);
}

.atca-news-card__body {
  display: flex;
  min-width: 0;
  padding: 14px 15px;
  flex-direction: column;
}

.atca-news-card__media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #d7eef4, #9ecbd8);
}

.atca-news-card__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 400ms ease;
}

.atca-news-card:hover .atca-news-card__media img {
  transform: scale(1.025);
}

.atca-news-card__placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, transparent 45%, rgb(255 255 255 / 35%) 45.5%, transparent 46%),
    radial-gradient(circle at 65% 35%, rgb(255 255 255 / 45%) 0 18%, transparent 19%);
}

.atca-news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #8293a3;
  font-size: 0.62rem;
}

.atca-news-card__meta span {
  color: var(--atca-blue-dark);
}

.atca-news-card h3 {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--atca-ink-strong);
  font-size: 0.87rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.atca-news-card h3 a {
  text-decoration: none;
}

.atca-news-card p {
  display: -webkit-box;
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--atca-muted);
  font-size: 0.68rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.atca-card-link {
  margin-top: auto;
  padding-top: 7px;
  font-size: 0.65rem;
}

.atca-news-empty {
  grid-column: 1 / -1;
  padding: 35px 20px;
  border: 1px dashed #bdd0da;
  border-radius: var(--atca-radius);
  color: var(--atca-muted);
  background: var(--atca-paper);
  text-align: center;
}

.atca-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--atca-line);
  border-radius: var(--atca-radius);
}

.atca-service-strip > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 62px;
  padding: 8px 14px;
  border-inline-start: 1px solid var(--atca-line);
  text-decoration: none;
}

.atca-service-strip > a:first-child {
  border-inline-start: 0;
}

.atca-service-strip svg {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  color: var(--atca-blue);
}

.atca-service-strip strong,
.atca-service-strip small {
  display: block;
}

.atca-service-strip strong {
  color: var(--atca-ink-strong);
  font-size: 0.78rem;
}

.atca-service-strip small {
  margin-top: 2px;
  color: var(--atca-muted);
  font-size: 0.62rem;
}

.atca-ifatca {
  display: grid;
  grid-template-columns: minmax(190px, 0.85fr) minmax(0, 2fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  margin-top: 12px;
  padding: 10px 17px;
  border: 1px solid var(--atca-line);
  border-radius: var(--atca-radius);
}

.atca-ifatca__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.atca-ifatca__title svg {
  width: 31px;
  height: 31px;
}

.atca-ifatca__title h2 {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.atca-ifatca__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atca-ifatca__items article {
  min-width: 0;
  padding: 1px 20px;
  border-inline-start: 1px solid var(--atca-line);
}

.atca-ifatca__items time {
  color: #8a9aa8;
  font-size: 0.57rem;
}

.atca-ifatca__items h3 {
  margin: 4px 0 0;
  overflow: hidden;
  color: #34506b;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atca-ifatca__items h3 a {
  text-decoration: none;
}

.atca-ifatca__empty {
  margin: 0;
  color: var(--atca-muted);
  font-size: 0.72rem;
}

.atca-site-footer {
  margin-top: 22px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: #d7e4eb;
  background: #064c69;
}

.atca-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(120px, 1fr));
  gap: clamp(25px, 3vw, 48px);
  padding-block: 34px 29px;
}

.atca-footer-logo {
  width: fit-content;
  font-size: 1.55rem;
}

.atca-footer-logo .atca-brand__mark {
  width: 39px;
  height: 39px;
}

.atca-footer-logo .atca-brand__mark img {
  width: 155px;
}

.atca-footer-brand p {
  max-width: 29rem;
  margin: 12px 0 0;
  color: #b8ccd7;
  font-size: 0.69rem;
  line-height: 1.8;
}

.atca-footer-column h2 {
  margin: 3px 0 13px;
  color: var(--atca-white);
  font-size: 0.76rem;
}

.atca-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atca-footer-column li + li {
  margin-top: 6px;
}

.atca-footer-column a {
  color: #c2d3dc;
  font-size: 0.66rem;
  text-decoration: none;
}

.atca-footer-column a:hover {
  color: #43d1e4;
}

.atca-footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}

.atca-footer-contact h2 {
  margin-bottom: 6px;
}

.atca-footer-socials {
  display: flex;
  gap: 7px;
  margin-top: 13px;
  direction: ltr;
}

.atca-footer-socials a {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  color: var(--atca-white);
  font: 700 0.56rem/1 Arial, sans-serif;
}

.atca-footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 11%);
  background: #043f57;
}

.atca-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  color: #b8ccd7;
  font-size: 0.62rem;
}

.atca-footer-bottom p {
  margin: 0;
}

.atca-credit a {
  color: #43d1e4;
  font-weight: 700;
  text-decoration: none;
}

.atca-page-content,
.site-main:not(.atca-home) {
  width: var(--atca-shell);
  margin-inline: auto;
  padding-block: 50px;
}

body.iran-atca-theme .entry-title,
body.iran-atca-theme .page-title {
  color: var(--atca-ink-strong);
}

body.iran-atca-theme .entry-content {
  color: #405a73;
  line-height: 2;
}

.atca-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 450ms ease,
    transform 450ms ease;
}

.atca-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .atca-navbar {
    gap: 18px;
  }

  .atca-brand {
    font-size: 1.7rem;
  }

  .atca-primary-navigation .primary-navigation__list,
  .atca-primary-navigation ul {
    gap: 20px;
  }

  .atca-primary-navigation a {
    font-size: 0.78rem;
  }

  .atca-news-card {
    grid-template-columns: minmax(0, 1fr) 41%;
  }

  .atca-news-card p {
    display: none;
  }

  .atca-footer-main {
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(110px, 1fr));
  }

  .atca-footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --atca-shell: min(100% - 28px, 760px);
  }

  .atca-site-header {
    position: sticky;
    top: 0;
  }

  .atca-navbar {
    min-height: 68px;
  }

  .atca-brand {
    font-size: 1.55rem;
  }

  .atca-menu-toggle {
    display: inline-flex;
  }

  .atca-primary-navigation {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    visibility: hidden;
    margin: 0;
    padding: 8px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    background: #064c69;
    box-shadow: var(--atca-shadow);
    transform: translateY(-6px);
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms ease;
  }

  .atca-primary-navigation[data-open="true"] {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .atca-primary-navigation .primary-navigation__list,
  .atca-primary-navigation ul {
    display: block;
  }

  .atca-primary-navigation a {
    padding: 11px 12px;
    font-size: 0.8rem;
    color: var(--atca-white);
  }

  .atca-primary-navigation a::after {
    display: none;
  }

  .atca-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    min-height: 330px;
    padding-block: 20px 27px;
  }

  .atca-hero__figure {
    height: 285px;
  }

  .atca-hero h1 {
    font-size: clamp(2.05rem, 4.6vw, 2.8rem);
  }

  .atca-hero__lead {
    font-size: 0.94rem;
  }

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

  .atca-news-card:last-child {
    grid-column: 1 / -1;
  }

  .atca-news-card:last-child .atca-news-card__media {
    max-width: 260px;
  }

  .atca-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atca-service-strip > a:nth-child(3) {
    border-top: 1px solid var(--atca-line);
    border-inline-start: 0;
  }

  .atca-service-strip > a:nth-child(4) {
    border-top: 1px solid var(--atca-line);
  }

  .atca-ifatca {
    grid-template-columns: 1fr auto;
  }

  .atca-ifatca__items {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .atca-ifatca__items article:first-child {
    border-inline-start: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --atca-shell: calc(100% - 24px);
    --atca-radius: 8px;
  }

  .atca-navbar {
    min-height: 62px;
  }

  .atca-brand {
    gap: 5px;
    font-size: 1.22rem;
  }

  .atca-brand__mark {
    width: 35px;
    height: 35px;
  }

  .atca-brand__mark img {
    width: 139px;
  }

  .atca-lang,
  .atca-account,
  .atca-social-strip {
    display: none;
  }

  .atca-menu-toggle {
    width: 38px;
    min-height: 38px;
  }

  .atca-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 24px 22px;
  }

  .atca-hero__content {
    padding-inline: 3px;
  }

  .atca-eyebrow {
    margin-bottom: 9px;
    font-size: 0.64rem;
  }

  .atca-hero h1 {
    max-width: none;
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.27;
  }

  .atca-hero__lead {
    margin-top: 12px;
    font-size: 0.88rem;
  }

  .atca-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .atca-button {
    min-height: 40px;
    padding: 8px 15px;
    font-size: 0.75rem;
  }

  .atca-hero__figure {
    height: 220px;
    border-radius: 9px;
  }

  .atca-hero__media {
    object-position: 63% center;
  }

  .atca-quick-wrap {
    margin-top: 0;
  }

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

  .atca-quick__item {
    min-height: 58px;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 10px;
  }

  .atca-quick__item:nth-child(3) {
    border-top: 1px solid var(--atca-line);
    border-inline-start: 0;
  }

  .atca-quick__item:nth-child(4) {
    border-top: 1px solid var(--atca-line);
  }

  .atca-quick__icon {
    width: 25px;
    height: 25px;
  }

  .atca-quick__icon svg {
    width: 21px;
    height: 21px;
  }

  .atca-quick__item strong {
    font-size: 0.67rem;
  }

  .atca-section {
    padding-block: 32px;
  }

  .atca-section-heading {
    margin-bottom: 12px;
  }

  .atca-section-heading h2 {
    font-size: 1.32rem;
  }

  .atca-text-link {
    font-size: 0.64rem;
  }

  .atca-news-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .atca-news-card,
  .atca-news-card:last-child {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) 37%;
    min-height: 142px;
  }

  .atca-news-card:last-child .atca-news-card__media {
    max-width: none;
  }

  .atca-news-card__body {
    padding: 11px 12px;
  }

  .atca-news-card h3 {
    margin-top: 7px;
    font-size: 0.78rem;
  }

  .atca-news-card p {
    display: none;
  }

  .atca-card-link {
    font-size: 0.61rem;
  }

  .atca-service-strip > a {
    min-height: 57px;
    justify-content: flex-start;
    gap: 9px;
    padding: 7px 10px;
  }

  .atca-service-strip svg {
    width: 24px;
    height: 24px;
  }

  .atca-service-strip strong {
    font-size: 0.67rem;
  }

  .atca-service-strip small {
    display: none;
  }

  .atca-ifatca {
    gap: 10px;
    margin-top: 10px;
    padding: 11px;
  }

  .atca-ifatca__title svg {
    width: 26px;
    height: 26px;
  }

  .atca-ifatca__title h2 {
    font-size: 0.78rem;
  }

  .atca-ifatca__items {
    grid-template-columns: 1fr;
  }

  .atca-ifatca__items article {
    padding: 8px 2px;
    border: 0;
    border-top: 1px solid var(--atca-line);
  }

  .atca-ifatca__empty {
    grid-column: 1 / -1;
    font-size: 0.65rem;
  }

  .atca-button--small {
    min-height: 32px;
    padding: 5px 9px;
    font-size: 0.62rem;
  }

  .atca-site-footer {
    margin-top: 16px;
  }

  .atca-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
    padding-block: 28px 24px;
  }

  .atca-footer-brand {
    grid-column: 1 / -1;
  }

  .atca-footer-logo {
    font-size: 1.35rem;
  }

  .atca-footer-contact {
    grid-column: 1 / -1;
  }

  .atca-footer-bottom__inner {
    display: block;
    padding-block: 13px;
    line-height: 1.9;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .atca-reveal {
    opacity: 1;
    transform: none;
  }
}
