/*
Theme Name: adae-theme
Theme URI: https://adae.org.br/
Description: Tema filho institucional para a ADAE - Associacao Duquecaxiense de Arquitetos e Engenheiros.
Author: ADAE
Template: astra
Version: 1.1.5
Text Domain: adae
Requires PHP: 8.0
*/

:root {
  --adae-blue: #123b66;
  --adae-blue-2: #0f6a7d;
  --adae-blue-3: #0b2238;
  --adae-green: #1f8a70;
  --adae-gold: #d8a23a;
  --adae-light: #f5f7fa;
  --adae-text: #1f2d3a;
  --adae-muted: #667684;
  --adae-border: #dce4eb;
  --adae-white: #ffffff;
  --adae-focus: #d8a23a;
  --adae-shadow: 0 18px 45px rgba(13, 34, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--adae-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #f8fafc;
}

a {
  color: var(--adae-blue-2);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--adae-blue);
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--adae-focus);
  outline-offset: 3px;
}

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

body.single-post .site-main {
  width: min(980px, calc(100% - 32px));
  margin: 32px auto 72px;
}

body.single-post .ast-article-single,
body.single-post .entry-content {
  width: 100%;
}

body.single-post .entry-content > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .entry-content img {
  display: block;
  width: min(100%, 720px);
  max-height: 760px;
  object-fit: contain;
  margin: 24px auto;
  border-radius: 8px;
  box-shadow: var(--adae-shadow);
}

.adae-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.adae-section {
  padding: 72px 0;
}

.adae-section--light {
  background: var(--adae-light);
}

.adae-section-title {
  margin: 0 0 14px;
  color: var(--adae-blue);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.adae-section-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--adae-muted);
  font-size: 1.08rem;
}

.adae-section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--adae-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.adae-btn,
.adae-form button,
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 0;
  border-radius: 4px;
  color: var(--adae-white);
  background: var(--adae-blue-2);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.adae-btn:hover,
.adae-btn:focus,
.adae-form button:hover,
.wpcf7-submit:hover {
  color: var(--adae-white);
  background: var(--adae-blue);
  text-decoration: none;
  transform: translateY(-1px);
}

.adae-btn--light {
  color: var(--adae-blue-3);
  background: var(--adae-white);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.adae-btn--light:hover,
.adae-btn--light:focus {
  color: var(--adae-blue);
  background: #eef4ff;
}

.adae-topbar {
  background: #071b2c;
  color: var(--adae-white);
  font-size: 0.86rem;
}

.adae-topbar__inner,
.adae-brandbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.adae-topbar__inner {
  min-height: 42px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.adae-topbar a {
  color: var(--adae-white);
}

.adae-contact-list,
.adae-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.adae-contact-list i,
.adae-social-list i {
  margin-right: 6px;
}

.adae-brandbar {
  background: var(--adae-white);
  border-bottom: 1px solid var(--adae-border);
}

.adae-brandbar__inner {
  min-height: 88px;
  padding: 12px 0;
}

.adae-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--adae-blue);
  font-weight: 700;
}

.adae-logo:hover {
  text-decoration: none;
}

.adae-logo__mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 4px;
  border: 1px solid var(--adae-border);
  color: var(--adae-blue);
  background: var(--adae-white);
  box-shadow: 0 8px 22px rgba(18, 59, 102, 0.1);
  font-size: 1.25rem;
  letter-spacing: 0;
  flex: 0 0 auto;
}

.adae-logo__mark::after {
  width: 28px;
  height: 3px;
  margin-top: -14px;
  border-radius: 999px;
  background: var(--adae-green);
  content: "";
}

.adae-logo .custom-logo {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 72px;
  object-fit: contain;
}

.adae-logo__image {
  display: block;
  width: 74px;
  height: 86px;
  border-radius: 4px;
  border: 1px solid var(--adae-border);
  background: var(--adae-white);
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.adae-logo__text {
  display: grid;
  line-height: 1.2;
}

.adae-logo__name {
  color: var(--adae-blue);
  max-width: 360px;
  font-size: clamp(0.95rem, 1.55vw, 1.25rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.adae-logo__desc {
  color: var(--adae-green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.adae-header-actions {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.adae-header-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--adae-border);
  border-radius: 4px;
  color: var(--adae-blue-3);
  background: var(--adae-white);
  font-size: 0.9rem;
  font-weight: 700;
}

.adae-header-actions a:hover,
.adae-header-actions a:focus {
  border-color: rgba(31, 138, 112, 0.48);
  color: var(--adae-blue-3);
  background: #f4fbf8;
  text-decoration: none;
}

.adae-header-actions .adae-header-actions__primary {
  border-color: var(--adae-green);
  color: var(--adae-white);
  background: var(--adae-green);
}

.adae-mainnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--adae-blue-3);
  box-shadow: 0 10px 24px rgba(6, 24, 38, 0.16);
}

.adae-mainnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adae-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  color: var(--adae-white);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.adae-menu-toggle:hover,
.adae-menu-toggle:focus {
  opacity: 1;
  transform: scale(1.04);
}

.adae-menu-toggle i {
  font-size: 1.35rem;
}

.adae-menu {
  display: none;
  width: 100%;
}

.adae-menu.is-open {
  display: block;
}

.adae-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.adae-menu a {
  display: block;
  padding: 14px 10px;
  color: var(--adae-white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.adae-menu a:hover,
.adae-menu a:focus,
.adae-menu .current-menu-item > a,
.adae-menu .current_page_item > a {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.adae-menu .menu-item-associe-se > a,
.adae-menu a[href*="associe-se"] {
  background: var(--adae-green);
}

.adae-hero,
.adae-hero-carousel {
  position: relative;
  overflow: hidden;
  color: var(--adae-white);
}

.adae-hero {
  background:
    linear-gradient(rgba(20, 48, 93, 0.88), rgba(26, 58, 110, 0.9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='620' viewBox='0 0 1200 620'%3E%3Crect width='1200' height='620' fill='%231a3a6e'/%3E%3Cpath d='M0 460h1200v160H0z' fill='%2314305d'/%3E%3Cpath d='M80 460V240h90v220M220 460V180h120v280M390 460V285h95v175M535 460V205h140v255M725 460V150h105v310M885 460V250h90v210M1025 460V210h110v250' stroke='%23ffffff' stroke-opacity='.2' stroke-width='12' fill='none'/%3E%3Cpath d='M80 334h1055' stroke='%23ffffff' stroke-opacity='.12' stroke-width='6'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.adae-hero__inner,
.adae-hero-carousel__content {
  display: grid;
  min-height: 520px;
  align-items: center;
  justify-items: center;
  padding: 72px 0;
  text-align: center;
}

.adae-hero-carousel {
  min-height: 600px;
  background: var(--adae-blue-3);
}

.adae-hero-carousel__track,
.adae-hero-carousel__slide {
  position: absolute;
  inset: 0;
}

.adae-hero-carousel__slide {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.9s ease, transform 5s ease;
}

.adae-hero-carousel__slide::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 20, 34, 0.9), rgba(12, 52, 78, 0.64) 52%, rgba(12, 52, 78, 0.22)),
    linear-gradient(0deg, rgba(5, 20, 34, 0.5), rgba(5, 20, 34, 0.08));
  content: "";
}

.adae-hero-carousel__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.adae-hero-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: var(--adae-blue-3);
}

.adae-hero-carousel__content {
  position: relative;
  z-index: 2;
  min-height: 600px;
  justify-items: start;
  text-align: left;
}

.adae-hero h1,
.adae-hero-carousel h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--adae-white);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.adae-hero p,
.adae-hero-carousel p {
  max-width: 790px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.slide-content h1 {
  color: var(--adae-white);
}

.adae-hero-carousel__dots {
  position: absolute;
  right: 50%;
  bottom: 22px;
  z-index: 3;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(5, 20, 34, 0.36);
  backdrop-filter: blur(6px);
  transform: translateX(50%);
}

.adae-hero-carousel__dots span {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 1px 4px rgba(5, 20, 34, 0.42);
}

.adae-hero-carousel__dots span.is-active {
  background: var(--adae-gold);
  border-color: var(--adae-white);
}

.adae-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: var(--adae-white);
  background: rgba(31, 138, 112, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.adae-quick-access {
  position: relative;
  z-index: 5;
  margin-top: -56px;
}

.adae-quick-access__grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  background: var(--adae-border);
  box-shadow: var(--adae-shadow);
}

.adae-quick-card {
  display: grid;
  grid-template-rows: 54px auto 1fr;
  min-height: 190px;
  gap: 6px;
  align-content: start;
  padding: 24px;
  color: var(--adae-blue-3);
  background: var(--adae-white);
  transition: background 0.2s ease, transform 0.2s ease;
}

.adae-quick-card:hover,
.adae-quick-card:focus {
  color: var(--adae-blue-3);
  background: #f4fbf8;
  text-decoration: none;
  transform: translateY(-2px);
}

.adae-quick-card span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 4px;
  color: var(--adae-white);
  background: var(--adae-green);
}

.adae-quick-card strong {
  font-size: 1.12rem;
}

.adae-quick-card small {
  color: var(--adae-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.adae-section--leadership {
  color: var(--adae-blue);
  background: #f6f9fb;
}

.adae-section--leadership .adae-section-title {
  color: var(--adae-blue);
}

.adae-section--leadership .adae-section-kicker {
  color: var(--adae-green);
}

.adae-leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 22px;
  align-items: start;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 22px;
  border: 1px solid var(--adae-border);
  border-radius: 8px;
  background: var(--adae-white);
  box-shadow: 0 18px 42px rgba(8, 49, 85, 0.09);
}

.adae-leader-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.adae-leader-card__photo {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--adae-gold);
  box-shadow: 0 10px 24px rgba(8, 49, 85, 0.14);
  background: var(--adae-white);
}

.adae-leader-card__photo--aluizio { object-position: 14% 42%; }
.adae-leader-card__photo--teneuza { object-position: 72% 39%; }
.adae-leader-card__photo--wilson { object-position: 88% 42%; }
.adae-leader-card__photo--frederico { object-position: 18% 35%; }
.adae-leader-card__photo--elvio { object-position: 73% 21%; }

.adae-leader-card strong {
  display: inline-block;
  max-width: 170px;
  color: var(--adae-blue);
  font-size: 0.94rem;
  line-height: 1.22;
}

.adae-leader-card span {
  max-width: 170px;
  color: var(--adae-green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adae-feature {
  background: var(--adae-white);
}

.adae-feature__grid {
  display: grid;
  gap: 34px;
  align-items: start;
}

.adae-feature__stats {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.adae-feature__stats div {
  padding: 18px;
  border-left: 4px solid var(--adae-green);
  background: #f8fafc;
}

.adae-feature__stats strong {
  display: block;
  color: var(--adae-blue-3);
  font-size: 2rem;
  line-height: 1;
}

.adae-feature__stats span {
  color: var(--adae-muted);
  font-size: 0.9rem;
}

.adae-feature-panel {
  padding: 28px;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  background: #f8fafc;
  box-shadow: var(--adae-shadow);
}

.adae-feature-panel h3 {
  margin: 0 0 18px;
  color: var(--adae-blue-3);
  font-size: 1.35rem;
}

.adae-feature-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.adae-feature-panel li {
  display: flex;
  gap: 10px;
  color: var(--adae-text);
}

.adae-feature-panel i {
  margin-top: 5px;
  color: var(--adae-green);
}

.adae-grid {
  display: grid;
  gap: 22px;
}

.adae-grid-featured {
  max-width: 680px;
}

.adae-grid--3,
.adae-grid--4 {
  grid-template-columns: 1fr;
}

.adae-card,
.adae-news-card,
.adae-event-card,
.adae-download-table,
.adae-form-panel {
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  background: var(--adae-white);
  box-shadow: var(--adae-shadow);
}

.adae-card,
.adae-event-card,
.adae-form-panel {
  padding: 24px;
}

.adae-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 4px;
  color: var(--adae-white);
  background: var(--adae-blue-2);
  font-size: 1.4rem;
}

.adae-card h3,
.adae-event-card h3,
.adae-news-card h3 {
  margin: 0 0 10px;
  color: var(--adae-blue);
  font-size: 1.2rem;
  line-height: 1.3;
}

.adae-card p,
.adae-event-card p,
.adae-news-card p {
  margin: 0;
  color: var(--adae-muted);
}

.adae-news-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.adae-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(13, 34, 56, 0.16);
}

.adae-news-card__image,
.adae-placeholder-image {
  display: grid;
  min-height: 210px;
  place-items: center;
  color: var(--adae-white);
  background: linear-gradient(135deg, var(--adae-blue), var(--adae-green));
  font-weight: 700;
}

.adae-news-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.adae-news-card__body {
  padding: 22px;
}

.adae-article-card {
  border-top: 4px solid var(--adae-gold, #d8a23a);
}

.adae-article-card .adae-news-card__image {
  min-height: 220px;
  padding: 24px;
  text-align: center;
  background:
    linear-gradient(rgba(8, 49, 85, 0.78), rgba(8, 49, 85, 0.78)),
    linear-gradient(135deg, var(--adae-blue, #0a3d62), var(--adae-green, #2d8659));
}

.adae-article-author {
  display: block;
  margin: -2px 0 10px;
  color: var(--adae-green, #2d8659);
  font-size: 0.88rem;
  font-weight: 800;
}

.adae-card-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--adae-white, #fff);
  background: var(--adae-blue, #0a3d62);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adae-single {
  background: #f6f9fb;
}

.adae-single__container {
  max-width: 920px;
}

.adae-single__header {
  padding: 34px 0 18px;
}

.adae-single__author {
  margin: 10px 0 0;
  color: var(--adae-green, #2d8659);
  font-weight: 800;
}

.adae-single__cover {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--adae-border, #dbe5ef);
  background: var(--adae-white, #fff);
}

.adae-single__cover img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  background: var(--adae-white, #fff);
}

.adae-single__content {
  padding: 30px;
  border: 1px solid var(--adae-border, #dbe5ef);
  border-radius: 8px;
  background: var(--adae-white, #fff);
  box-shadow: 0 18px 42px rgba(8, 49, 85, 0.08);
}

.adae-single__content > *:first-child {
  margin-top: 0;
}

.adae-single__content > *:last-child {
  margin-bottom: 0;
}

.adae-article-file {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(216, 162, 58, 0.35);
  border-left: 4px solid var(--adae-gold, #d8a23a);
  border-radius: 8px;
  background: var(--adae-white, #fff);
}

.adae-article-file strong {
  display: block;
  color: var(--adae-blue, #0a3d62);
  font-size: 1.08rem;
}

.adae-article-file p {
  margin: 8px 0 16px;
  color: var(--adae-muted, #5f6f7a);
}

.adae-article-file--empty {
  border-left-color: var(--adae-green, #2d8659);
}

.adae-services-hero {
  background: var(--adae-white);
}

.adae-service-notice {
  display: flex;
  max-width: 900px;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid rgba(31, 138, 112, 0.24);
  border-left: 4px solid var(--adae-green);
  border-radius: 6px;
  color: var(--adae-blue-3);
  background: #f4fbf8;
}

.adae-service-notice i {
  margin-top: 5px;
  color: var(--adae-green);
}

.adae-service-notice p {
  margin: 0;
}

.adae-service-grid {
  display: grid;
  gap: 18px;
}

.adae-service-card {
  display: grid;
  grid-template-rows: 52px auto 1fr auto;
  min-height: 260px;
  gap: 10px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  color: var(--adae-blue-3);
  background: var(--adae-white);
  box-shadow: var(--adae-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.adae-service-card:hover,
.adae-service-card:focus {
  border-color: rgba(31, 138, 112, 0.42);
  color: var(--adae-blue-3);
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(13, 34, 56, 0.16);
}

.adae-service-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 4px;
  color: var(--adae-white);
  background: var(--adae-blue-2);
  font-size: 1.3rem;
}

.adae-service-card strong,
.adae-service-row strong {
  color: var(--adae-blue);
  font-size: 1.12rem;
  line-height: 1.25;
}

.adae-service-card small,
.adae-service-row small {
  display: block;
  color: var(--adae-muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.adae-service-card em {
  align-self: end;
  margin-top: 8px;
  color: var(--adae-green);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.adae-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--adae-blue);
  color: var(--adae-white) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.adae-service-link:hover,
.adae-service-link:focus {
  background: var(--adae-green);
  color: var(--adae-white) !important;
}

.adae-service-support {
  display: grid;
  gap: 28px;
}

.adae-service-list {
  display: grid;
  gap: 12px;
}

.adae-service-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  color: var(--adae-blue-3);
  background: var(--adae-white);
}

.adae-service-row:hover,
.adae-service-row:focus {
  border-color: rgba(31, 138, 112, 0.42);
  color: var(--adae-blue-3);
  text-decoration: none;
}

.adae-service-row span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 4px;
  color: var(--adae-white);
  background: var(--adae-green);
}

.adae-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--adae-muted);
  font-size: 0.88rem;
}

.adae-tag {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--adae-green);
  background: #e8f5f0;
  font-weight: 700;
}

.adae-events-list {
  display: grid;
  gap: 14px;
}

.adae-agenda-feature {
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid var(--adae-border);
  border-radius: 8px;
  background: var(--adae-white);
  box-shadow: var(--adae-shadow);
}

.adae-agenda-feature h3 {
  margin: 12px 0;
  color: var(--adae-blue);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.adae-agenda-feature p {
  margin: 0 0 10px;
  color: var(--adae-text);
}

.adae-event-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--adae-border);
  border-radius: 8px;
  background: var(--adae-white);
}

.adae-datebox {
  display: grid;
  min-height: 74px;
  place-items: center;
  border-radius: 8px;
  color: var(--adae-white);
  background: var(--adae-blue);
  text-align: center;
}

.adae-datebox strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.adae-datebox span {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.adae-cta {
  color: var(--adae-white);
  background: var(--adae-blue);
}

.adae-cta__inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

.adae-cta h2,
.adae-cta p {
  margin: 0;
  color: var(--adae-white);
}

.adae-columns {
  display: grid;
  gap: 28px;
}

.adae-values {
  margin-top: 34px;
}

.adae-directors {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.adae-director {
  padding: 20px;
  border: 1px dashed var(--adae-border);
  border-radius: 8px;
  background: var(--adae-white);
  text-align: center;
}

.adae-director__photo {
  display: grid;
  width: 120px;
  height: 120px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  color: var(--adae-muted);
  background: var(--adae-light);
}

.adae-timeline {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 28px;
  padding-left: 28px;
}

.adae-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 4px;
  border-radius: 999px;
  background: var(--adae-blue);
  content: "";
}

.adae-timeline__item {
  position: relative;
  padding: 20px;
  border: 1px solid var(--adae-border);
  border-radius: 8px;
  background: var(--adae-white);
}

.adae-timeline__item::before {
  position: absolute;
  top: 24px;
  left: -27px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--adae-white);
  border-radius: 50%;
  background: var(--adae-blue-2);
  content: "";
}

.adae-timeline__year {
  color: var(--adae-blue);
  font-size: 1.15rem;
  font-weight: 700;
}

.adae-form {
  display: grid;
  gap: 16px;
}

.adae-form label {
  display: grid;
  gap: 7px;
  color: var(--adae-blue);
  font-weight: 700;
}

.adae-form input,
.adae-form select,
.adae-form textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  background: var(--adae-white);
  color: var(--adae-text);
  font: inherit;
}

.adae-form textarea,
.wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

.adae-form-note {
  color: var(--adae-muted);
  font-size: 0.93rem;
}

.adae-benefits {
  margin: 0;
  padding-left: 20px;
}

.adae-benefits li {
  margin-bottom: 8px;
}

.adae-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.adae-filter a {
  padding: 8px 12px;
  border: 1px solid var(--adae-border);
  border-radius: 999px;
  background: var(--adae-white);
  color: var(--adae-blue);
  font-weight: 700;
}

.adae-filter a:hover,
.adae-filter a:focus,
.adae-filter .is-active {
  color: var(--adae-white);
  background: var(--adae-blue);
  text-decoration: none;
}

.adae-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.adae-album-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 46px;
}

.adae-album-card {
  position: relative;
  display: grid;
  min-height: 280px;
  overflow: hidden;
  align-content: end;
  padding: 22px;
  border: 1px solid rgba(8, 49, 85, 0.16);
  border-radius: 8px;
  background: var(--adae-blue);
  color: var(--adae-white);
  isolation: isolate;
  box-shadow: 0 16px 34px rgba(8, 49, 85, 0.12);
}

.adae-album-card:hover,
.adae-album-card:focus {
  color: var(--adae-white);
  text-decoration: none;
  transform: translateY(-2px);
}

.adae-album-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(5, 15, 30, 0.05) 25%, rgba(5, 15, 30, 0.82) 100%);
}

.adae-album-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adae-album-card__meta {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--adae-blue);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adae-album-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--adae-white);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.08;
}

.adae-album-card small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 700;
}

.adae-album-list {
  display: grid;
  gap: 34px;
}

.adae-album-section {
  scroll-margin-top: 110px;
  padding-top: 26px;
  border-top: 1px solid var(--adae-border);
}

.adae-album-section__heading {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.adae-album-section__heading span {
  color: var(--adae-gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adae-album-section__heading h2 {
  margin: 4px 0 0;
  color: var(--adae-blue);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.adae-album-section__heading p {
  max-width: 760px;
  margin: 0;
  color: var(--adae-muted);
}

.adae-gallery-grid--album {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.adae-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7f2;
  aspect-ratio: 4 / 3;
}

.adae-gallery-item img,
.adae-gallery-item span {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adae-gallery-item span {
  display: grid;
  place-items: center;
  color: var(--adae-blue);
  font-weight: 700;
}

.adae-gallery-grid--album .adae-gallery-item {
  background: var(--adae-white);
  border: 1px solid var(--adae-border);
  box-shadow: 0 10px 28px rgba(8, 49, 85, 0.08);
}

.adae-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 15, 30, 0.86);
}

.adae-lightbox.is-open {
  display: flex;
}

.adae-lightbox img {
  max-width: min(100%, 980px);
  max-height: 82vh;
  border-radius: 8px;
}

.adae-lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  color: var(--adae-white);
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
}

.adae-download-table {
  width: 100%;
  overflow-x: auto;
}

.adae-download-table table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.adae-download-table th,
.adae-download-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--adae-border);
  text-align: left;
}

.adae-download-table th {
  color: var(--adae-blue);
  background: var(--adae-light);
}

.adae-map-placeholder {
  display: grid;
  min-height: 300px;
  place-items: center;
  border: 1px dashed var(--adae-border);
  border-radius: 8px;
  background: var(--adae-light);
  color: var(--adae-muted);
  text-align: center;
}

.adae-pagination {
  margin-top: 34px;
  text-align: center;
}

.adae-pagination .page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 4px;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
}

.adae-pagination .current {
  color: var(--adae-white);
  background: var(--adae-blue);
}

.adae-site-footer {
  color: rgba(255, 255, 255, 0.86);
  background: #10213d;
}

.adae-footer-social {
  padding-top: 44px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.adae-footer-social__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.adae-footer-social__icons a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--adae-white);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.adae-footer-social__icons svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.adae-footer-social__icons a:hover {
  transform: translateY(-2px);
  background: transparent;
  color: var(--adae-gold);
}

.adae-footer-partners {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.adae-footer-partners__kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--adae-white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.adae-footer-link-hint {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.adae-footer-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, max-content));
  gap: 28px;
  align-items: center;
  justify-content: start;
}

.adae-partner-link {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--adae-white);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.adae-partner-link:hover {
  transform: translateY(-2px);
  opacity: 0.78;
  color: var(--adae-white);
}

.adae-partner-link img {
  display: block;
  max-width: 150px;
  max-height: 42px;
  width: auto;
  height: 42px;
  object-fit: contain;
  filter: none;
}

.adae-partner-link svg {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  max-height: 42px;
}

.adae-partner-link img[alt="CREA-RJ"],
.adae-partner-link img[alt="CONFEA"],
.adae-partner-link img[alt="Mútua"],
.adae-partner-link img[alt="Programa Mulher CREA-RJ"] {
  filter: none;
}

.adae-partner-link--text {
  color: var(--adae-white);
  max-width: 190px;
  min-width: 150px;
  min-height: 56px;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.adae-partner-link img[alt="Prefeitura de Duque de Caxias"] {
  max-width: 145px;
}

.adae-partner-link img[alt="Estácio"] {
  max-width: 132px;
}

.footer-partners-grid,
.adae-footer-partners__grid {
  align-items: center;
}

.partner-link,
.adae-partner-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
}

.partner-link img,
.partner-link svg,
.adae-partner-link img,
.adae-partner-link svg {
  display: block;
  width: auto;
  height: 38px;
  max-width: 138px;
  max-height: 38px;
  object-fit: contain;
}

.partner-link img[alt="CONFEA"],
.adae-partner-link img[alt="CONFEA"] {
  max-width: 124px;
}

.partner-link img[alt="Mútua"],
.adae-partner-link img[alt="Mútua"] {
  max-width: 118px;
}

.partner-link img[alt="Programa Mulher CREA-RJ"],
.adae-partner-link img[alt="Programa Mulher CREA-RJ"] {
  width: 138px;
  height: 38px;
  max-width: 138px;
  max-height: 38px;
}

.adae-footer-main {
  display: grid;
  gap: 28px;
  padding: 48px 0;
  align-items: start;
}

.adae-footer-main h2,
.adae-footer-main h3 {
  margin: 0 0 14px;
  color: var(--adae-white);
}

.adae-footer-logo {
  display: block;
  width: 80px;
  height: 96px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: var(--adae-white);
  object-fit: contain;
  object-position: center;
}

.adae-footer-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.adae-footer-main li {
  margin-bottom: 8px;
}

.adae-site-footer a {
  color: var(--adae-white);
}

.adae-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

.adae-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.adae-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .adae-grid--3,
  .adae-directors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adae-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .adae-gallery-grid--album {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adae-cta__inner {
    grid-template-columns: 1fr auto;
  }

  .adae-quick-access__grid,
  .adae-service-grid,
  .adae-feature__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adae-footer-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 880px) {
  .adae-header-actions {
    display: inline-flex;
  }

  .adae-album-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adae-menu-toggle {
    display: none;
  }

  .adae-menu,
  .adae-menu.is-open {
    display: block;
  }

  .adae-menu ul {
    flex-direction: row;
    justify-content: center;
  }

  .adae-menu a {
    padding: 16px 11px;
    white-space: nowrap;
    font-size: 0.78rem;
  }

  .adae-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adae-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .adae-footer-main {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .adae-footer-partners__grid {
    grid-template-columns: repeat(5, minmax(0, max-content));
  }

  .adae-quick-access__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .adae-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .adae-service-support {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .adae-feature__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  }

  .adae-feature__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adae-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 879px) {
  .adae-mainnav__inner {
    display: block;
  }

  .adae-brandbar__inner {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .adae-contact-list,
  .adae-social-list,
  .adae-topbar__inner {
    justify-content: center;
  }

  .adae-logo__image { width: 58px; height: 72px; }
  .adae-logo__name { max-width: 210px; font-size: 0.82rem; }

  .adae-event-row {
    grid-template-columns: 1fr;
  }
}

.adae-photo-panel {
  overflow: hidden;
  padding: 0;
}

.adae-photo-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.adae-photo-panel h3,
.adae-photo-panel p {
  margin-right: 24px;
  margin-left: 24px;
}

.adae-photo-panel h3 {
  margin-top: 22px;
}

.adae-photo-panel p {
  margin-bottom: 24px;
}

.adae-memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.adae-memory-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--adae-border);
  border-radius: 6px;
  background: var(--adae-white);
  box-shadow: var(--adae-shadow);
}

.adae-memory-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  background: var(--adae-light);
}

.adae-memory-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.adae-memory-card h3 {
  margin: 12px 0 10px;
  color: var(--adae-blue);
  font-size: 1.18rem;
  line-height: 1.3;
}

.adae-memory-card p {
  margin: 0;
  color: var(--adae-muted);
}

.adae-gallery-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adae-gallery-grid--home .adae-gallery-item {
  border-radius: 6px;
  background: var(--adae-white);
  box-shadow: var(--adae-shadow);
}

.adae-gallery-grid--home .adae-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adae-gallery-grid--home .adae-gallery-item span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  min-height: 48px;
  padding: 12px;
  place-items: center start;
  color: var(--adae-white);
  background: linear-gradient(0deg, rgba(8, 28, 46, 0.88), rgba(8, 28, 46, 0));
  font-size: 0.9rem;
}

@media (max-width: 879px) {
  .adae-memory-grid,
  .adae-gallery-grid--home {
    grid-template-columns: 1fr;
  }

}

/* ADAE restore visual guard - carousel */
.adae-hero-carousel__track,
.adae-hero-carousel__slide {
  width: 100% !important;
  height: 100% !important;
}

.adae-hero-carousel__slide img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  color: transparent !important;
  font-size: 0 !important;
}
/* end ADAE restore visual guard */


/* Visual restore guard 2026-07-01: preserve approved ADAE layout. */
.adae-topbar,
.adae-header-actions { display: none !important; }
.adae-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #dce4eb !important;
  box-shadow: 0 8px 20px rgba(12, 35, 64, 0.04) !important;
}
.admin-bar .adae-site-header { top: 32px !important; }
.adae-brandbar { background: #ffffff !important; border-bottom: 0 !important; }
.adae-brandbar__inner {
  min-height: 118px !important;
  padding: 14px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
.adae-logo {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 260px !important;
  max-width: 360px !important;
  color: #0b3d63 !important;
  text-decoration: none !important;
}
.adae-logo img,
.adae-logo__image,
.adae-logo .custom-logo,
.adae-logo .custom-logo-link img {
  width: 74px !important;
  max-width: 74px !important;
  height: 86px !important;
  max-height: 86px !important;
  object-fit: contain !important;
  display: block !important;
}
.adae-logo .custom-logo-link {
  width: 74px !important;
  height: 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 74px !important;
}
.adae-logo__text { display: block !important; min-width: 0 !important; }
.adae-logo__name {
  display: block !important;
  font-size: 1rem !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  color: #0b3d63 !important;
  letter-spacing: 0 !important;
}
.adae-mainnav { margin-left: auto !important; }
.adae-menu-toggle { display: none !important; }
.adae-menu { display: block !important; }
.adae-menu__list,
.adae-menu ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.adae-menu a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 8px 0 !important;
  color: #172331 !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.adae-menu a:hover,
.adae-menu a:focus { color: #0b6f86 !important; text-decoration: none !important; }
.adae-site-main { padding-top: 0 !important; margin-top: 0 !important; }
@media (max-width: 920px) {
  .adae-brandbar__inner { min-height: 88px !important; align-items: center !important; }
  .adae-logo { min-width: 0 !important; max-width: calc(100% - 58px) !important; }
  .adae-logo img,
  .adae-logo__image,
  .adae-logo .custom-logo,
  .adae-logo .custom-logo-link img { width: 52px !important; max-width: 52px !important; height: 62px !important; max-height: 62px !important; }
  .adae-logo .custom-logo-link { width: 52px !important; height: 62px !important; flex-basis: 52px !important; }
  .adae-logo__name { font-size: 0.9rem !important; }
  .adae-menu-toggle { display: inline-flex !important; }
  .adae-menu { display: none !important; position: absolute !important; left: 16px !important; right: 16px !important; top: calc(100% + 1px) !important; padding: 14px !important; background: #ffffff !important; border: 1px solid #dce4eb !important; border-radius: 8px !important; box-shadow: 0 18px 45px rgba(13,34,56,.12) !important; }
  .adae-mainnav.is-open .adae-menu { display: block !important; }
  .adae-menu__list,
  .adae-menu ul { display: grid !important; gap: 4px !important; justify-content: stretch !important; }
  .adae-menu a { width: 100% !important; min-height: 42px !important; }
}
@media (max-width: 782px) { .admin-bar .adae-site-header { top: 46px !important; } }
@media (max-width: 600px) { .admin-bar .adae-site-header { top: 0 !important; } }


/* Header menu restore guard: neutralizes legacy dark menu styles. */
header.adae-site-header .adae-mainnav,
header.adae-site-header .adae-menu,
header.adae-site-header .adae-menu__list,
header.adae-site-header .adae-menu__list > li {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

header.adae-site-header .adae-menu {
  position: static !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

header.adae-site-header .adae-menu__list > li > a {
  background: transparent !important;
  color: #172331 !important;
  text-transform: none !important;
}

header.adae-site-header .adae-menu__list > li > a:hover,
header.adae-site-header .adae-menu__list > li > a:focus {
  color: #0b6f86 !important;
}
