/*
 * ABG 2026 refresh — WordPress port stylesheet (wp-port.css)
 * Curated from the approved rebuild's edits.css (abg-refresh.zen2.ai).
 * Loaded AFTER Enfold's styles via wp_enqueue_style (My Custom Functions snippet).
 * Rollback: remove the enqueue snippet lines in Settings → PHP Inserter.
 */

:root { --e: cubic-bezier(0.16, 1, 0.3, 1); }

/* typographic widow/orphan control */
.av-special-heading-tag,
.abg-brand-name,
#main h1, #main h2, #main h3 { text-wrap: balance; }
.avia_textblock p,
.abg-brand-tagline,
.abg-form-fine,
.abg-testimonial-card blockquote { text-wrap: pretty; }

/* header: bigger logo (George) — bar stays at the live 88px */
#header .logo {
  height: 88px !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
}
#header .logo a { display: flex; align-items: center; }
#header .logo img {
  width: 215px !important;
  height: auto !important;
  max-height: none !important;
}
#header #header_main .container.av-logo-container { min-height: 88px; }
@media (min-width: 768px) {
  #header .av-main-nav-wrap,
  #header .av-main-nav > li.menu-item-top-level,
  #header .av-main-nav > li.menu-item-top-level > a,
  #header .av-main-nav > li.menu-item-search-dropdown,
  #header .av-main-nav > li.menu-item-search-dropdown > a {
    height: 88px !important;
    line-height: 88px !important;
  }
  #header .av-main-nav > li.menu-item-top-level > .sub-menu { top: 88px !important; }
}

/* homepage hero: focus-pull reveal */
#top.home .avia-slideshow li img { animation: abgHeroFocusIn 1.4s var(--e) both; }
@keyframes abgHeroFocusIn {
  from { filter: blur(22px); transform: scale(1.06); }
  to   { filter: blur(0);    transform: scale(1); }
}
#top.home .avia-slideshow { overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
  #top.home .avia-slideshow li img { animation: none; }
}

/* ══ OUR PURPOSE. OUR PROMISE. 4-up ══ */
.abg-purpose {
  --navy: #233251;
  --steel: #3b4254;
  --slate: #5c6478;
  --cream: #f4efe9;
  --hair: rgba(35, 50, 81, 0.14);
  --red: #cf3339;
  --display: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--cream);
  padding: 0 !important;
  overflow: hidden;
  border-top: 0;
}
.abg-purpose-head {
  text-align: center; padding: 54px 24px 32px;
  opacity: 0; transform: translateY(16px);
  animation: abgPurposeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.02s forwards;
}
#main .abg-purpose-eyebrow {
  margin: 0; color: var(--navy); font-family: var(--display); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em; line-height: 1.2;
  font-size: clamp(17px, 2vw, 25px);
}
#main .abg-purpose-eyebrow span { white-space: nowrap; }
.abg-purpose-sub {
  margin: 13px 0 0; color: var(--steel); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em; line-height: 1.4;
  font-size: clamp(10px, 1.05vw, 12.5px);
}
.abg-purpose-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--hair);
  max-width: 1600px; margin-inline: auto;
}
.abg-purpose-seg {
  position: relative; overflow: hidden; aspect-ratio: 360 / 560; display: flex;
  border-left: 1px solid var(--hair);
  opacity: 0; transform: translateY(22px);
  animation: abgPurposeIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.11s + 0.14s);
}
.abg-purpose-seg:first-child { border-left: 0; }
@keyframes abgPurposeIn { to { opacity: 1; transform: none; } }
.abg-purpose-photo { position: absolute; inset: 0; overflow: hidden; background: #efe9e2; }
.abg-purpose-photo img, .abg-purpose-photo video {
  width: 100%; height: 100%; object-fit: cover; object-position: center 42%; display: block;
  transition: transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.abg-purpose-wash {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(243, 236, 226, 0.42) 0%, rgba(243, 236, 226, 0.24) 22%,
    rgba(243, 236, 226, 0.08) 42%, rgba(243, 236, 226, 0) 58%);
}
.abg-purpose-topline {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 3; background: var(--red);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-purpose-content {
  position: relative; z-index: 2; width: 100%; padding: 54px 26px 34px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.abg-purpose-icon { color: var(--navy); display: block; }
.abg-purpose-icon svg {
  width: 36px; height: 36px; display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#main .abg-purpose-title {
  margin: 22px 0 0; color: var(--navy); font-family: var(--display);
  text-transform: uppercase; font-weight: 600; letter-spacing: 0.06em; line-height: 1.2;
  font-size: clamp(19px, 1.75vw, 24px); transition: color 0.45s ease;
}
#main .abg-purpose-title span { display: block; }
.abg-purpose-dot { font-style: normal; }
.abg-purpose-divider {
  width: 26px; height: 1.5px; background: var(--navy); opacity: 0.55; margin: 16px 0 0;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}
.abg-purpose-copy {
  margin: 17px 0 0; color: var(--slate); letter-spacing: 0.01em; line-height: 1.5;
  font-size: clamp(13px, 1.05vw, 14.5px);
}
.abg-purpose-copy span { display: block; }
.abg-purpose-foot {
  text-align: center; padding: 28px 24px 50px; border-top: 1px solid var(--hair);
  opacity: 0; transform: translateY(16px);
  animation: abgPurposeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.62s forwards;
}
.abg-purpose-foot p {
  margin: 0; color: var(--steel); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.2em; font-size: clamp(10px, 1.05vw, 12.5px);
}
.abg-purpose-mobile { display: none; }
.abg-purpose-rstage {
  position: relative; aspect-ratio: 5 / 7; overflow: hidden;
  background: #efe9e2;
}
.abg-purpose-rslide {
  position: absolute; inset: 0; display: flex;
  opacity: 0; visibility: hidden;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.85s;
}
.abg-purpose-rslide.is-active {
  opacity: 1; visibility: visible;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-purpose-rslide.is-active .abg-purpose-photo img { animation: abgPurposeKen 7s ease-out both; }
@keyframes abgPurposeKen { from { transform: scale(1.005); } to { transform: scale(1.085); } }
.abg-purpose-dots { display: flex; justify-content: center; gap: 10px; padding: 16px 0 2px; }
.abg-purpose-dot-btn {
  appearance: none; -webkit-appearance: none; border: 0; padding: 0; cursor: pointer;
  width: 8px; height: 8px; border-radius: 999px; background: rgba(35, 50, 81, 0.22);
  transition: background 0.3s ease, transform 0.3s ease;
}
.abg-purpose-dot-btn.is-active { background: var(--red); transform: scale(1.3); }
.abg-purpose-dot-btn:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
@media (hover: hover) {
  .abg-purpose-seg:hover .abg-purpose-photo img,
  .abg-purpose-seg:hover .abg-purpose-photo video { transform: scale(1.07); filter: blur(2.5px) brightness(1.03); }
  .abg-purpose-seg:hover .abg-purpose-topline { transform: scaleX(1); }
  .abg-purpose-seg:hover .abg-purpose-icon svg { transform: translateY(-4px); }
  .abg-purpose-seg:hover .abg-purpose-divider { width: 46px; opacity: 0.92; }
  #main .abg-purpose-seg:hover .abg-purpose-title { color: #141a2c; }
}
@media (max-width: 1023px) {
  .abg-purpose-grid { grid-template-columns: repeat(2, 1fr); }
  .abg-purpose-seg { aspect-ratio: auto; min-height: 430px; }
  .abg-purpose-seg:nth-child(2n + 1) { border-left: 0; }
  .abg-purpose-seg:nth-child(n + 3) { border-top: 1px solid var(--hair); }
}
@media (max-width: 600px) {
  .abg-purpose-grid { display: none; }
  .abg-purpose-mobile { display: block; }
  .abg-purpose-head { padding: 40px 22px 22px; }
  .abg-purpose-foot { padding: 22px 22px 16px; border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .abg-purpose-seg, .abg-purpose-head, .abg-purpose-foot { opacity: 1; transform: none; animation: none; }
  .abg-purpose-photo img, .abg-purpose-photo video, .abg-purpose-topline, .abg-purpose-icon svg,
  .abg-purpose-divider, #main .abg-purpose-title { transition: none; }
  .abg-purpose-seg:hover .abg-purpose-photo img,
  .abg-purpose-seg:hover .abg-purpose-photo video { transform: none; filter: none; }
  .abg-purpose-rslide { transition: none; }
  .abg-purpose-rslide.is-active .abg-purpose-photo img { animation: none; }
  .abg-purpose-dot-btn { transition: none; }
}

/* ══ HOMEPAGE SPOTLIGHTS ══ */
.abg-spot-section { position: relative; }
.abg-spot-grid {
  --navy: #2a314c; --red: #cf3339;
  --display: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
  max-width: 1140px; margin: 0 auto;
  clear: both;
}
@media (max-width: 900px) { .abg-spot-grid { grid-template-columns: 1fr; gap: 28px; max-width: 460px; } }
.abg-spot-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid #ececf0; border-radius: 10px;
  text-decoration: none !important; box-shadow: 0 1px 2px rgba(20, 23, 40, 0.04);
  transition: translate 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0; transform: translateY(26px);
  animation: abgSpotIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.12s + 0.05s);
}
@keyframes abgSpotIn { to { opacity: 1; transform: none; } }
.abg-spot-card:hover { translate: 0 -10px; box-shadow: 0 26px 50px rgba(20, 23, 40, 0.16); border-color: #dfe1ea; }
.abg-spot-topline {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 3; background: var(--red);
  transform: scaleX(0); transform-origin: left center; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-spot-card:hover .abg-spot-topline { transform: scaleX(1); }
.abg-spot-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #eef0f4; }
.abg-spot-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.abg-spot-card:hover .abg-spot-media img { transform: scale(1.06); }
.abg-spot-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 24px 26px 26px; }
.abg-spot-kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 11px; }
#main .abg-spot-title {
  font-family: var(--display); font-size: 27px; line-height: 1.1; letter-spacing: -0.01em;
  font-weight: 600; color: var(--navy); margin: 0 0 13px; text-wrap: balance; transition: color 0.4s ease;
}
.abg-spot-card:hover .abg-spot-title { color: #161b2e; }
.abg-spot-text { font-size: 15px; line-height: 1.65; color: #5a5f72; margin: 0 0 22px; text-wrap: pretty; }
.abg-spot-cta {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy);
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-spot-cta-label {
  background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat;
  background-position: 0 100%; background-size: 0% 1.5px; padding-bottom: 2px;
  transition: background-size 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-spot-arrow { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.abg-spot-card:hover .abg-spot-cta { color: var(--red); }
.abg-spot-card:hover .abg-spot-cta-label { background-size: 100% 1.5px; }
.abg-spot-card:hover .abg-spot-arrow { transform: translateX(7px); }
@media (prefers-reduced-motion: reduce) {
  .abg-spot-card { opacity: 1; transform: none; animation: none; }
  .abg-spot-card, .abg-spot-media img, .abg-spot-topline, .abg-spot-cta, .abg-spot-cta-label, .abg-spot-arrow, #main .abg-spot-title { transition: none; }
  .abg-spot-card:hover { transform: none; translate: none; }
  .abg-spot-card:hover .abg-spot-media img { transform: none; }
  .abg-spot-card:hover .abg-spot-topline { transform: scaleX(1); }
}

/* ── ABG Connect has moved ── */
.abg-connect-moved-section { padding-top: 92px !important; padding-bottom: 88px !important; border-top: 0; }
.abg-connect-moved { text-align: center; }
.abg-connect-moved .av-special-heading { margin: 0; }
.abg-connect-moved .av-special-heading-tag {
  font-size: clamp(22px, 2.7vw, 30px) !important; font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important; line-height: 1.16 !important; color: #2a314c !important; margin: 0 !important;
}
.abg-connect-moved .special-heading-border { margin: 13px 0 0 !important; }
.abg-connect-moved .avia-button-wrap { margin: 22px 0 0 !important; }

/* ── testimonials grid ── */
.abg-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  clear: both;
}
@media (max-width: 900px) { .abg-testimonial-grid { grid-template-columns: 1fr; max-width: 560px; } }
.abg-testimonial-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #ececf0;
  border-radius: 8px; padding: 28px 26px; box-shadow: 0 1px 2px rgba(20, 23, 40, 0.04);
}
.abg-testimonial-stars { color: #e0a200; letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.abg-testimonial-card blockquote { margin: 0 0 20px; font-size: 15px; line-height: 1.62; color: #4a4f63; }
.abg-testimonial-thumb { margin-top: auto; width: 120px; height: 38px; background-size: contain; background-position: left center; background-repeat: no-repeat; }

/* ── contact alignment ── */
.abg-contact-grid .av-special-heading { margin-top: 0; }
.abg-contact-grid .av-special-heading-tag { margin-top: 0; }
.abg-contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .abg-contact-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ── tools grid ── */
.abg-tools-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  max-width: 1040px; margin: 0 auto; padding: 0 24px;
}
@media (max-width: 880px) { .abg-tools-grid { grid-template-columns: 1fr; max-width: 520px; } }
.abg-tool-card {
  position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid #ececf0; border-radius: 8px; padding: 30px 28px 28px; overflow: hidden;
  text-decoration: none !important; box-shadow: 0 1px 2px rgba(20, 23, 40, 0.04);
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s cubic-bezier(0.16,1,0.3,1), border-color 0.5s cubic-bezier(0.16,1,0.3,1);
}
.abg-tool-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #cf3339;
  transform: scaleX(0); transform-origin: left center; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.abg-tool-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(20,23,40,0.15); border-color: #dfe1ea; }
.abg-tool-card:hover::before { transform: scaleX(1); }
.abg-tool-kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #cf3339; margin-bottom: 12px; }
.abg-tool-title { font-size: 20px; font-weight: 600; color: #2a314c; margin: 0 0 12px; }
.abg-tool-desc { font-size: 14.5px; line-height: 1.6; color: #5a5f72; margin: 0 0 22px; }
.abg-tool-cta {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: #2a314c;
  transition: color 0.4s cubic-bezier(0.16,1,0.3,1);
}
.abg-tool-cta .abg-arrow { transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.abg-tool-card:hover .abg-tool-cta { color: #cf3339; }
.abg-tool-card:hover .abg-tool-cta .abg-arrow { transform: translateX(6px); }
@media (prefers-reduced-motion: reduce) {
  .abg-tool-card, .abg-tool-card::before, .abg-tool-cta, .abg-tool-cta .abg-arrow { transition: none; }
  .abg-tool-card:hover { transform: none; }
  .abg-tool-card:hover::before { transform: scaleX(1); }
}

/* ══ INTERIOR-PAGE HERO ══ */
.abg-pagetitle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(58px, 8vw, 94px) !important;
  padding-bottom: clamp(62px, 8vw, 98px) !important;
}
.abg-pagetitle-photo {
  position: absolute;
  inset: -80px;
  z-index: 0;
  background-size: cover;
  background-position: center 60%;
  filter: saturate(1.05);
  transform: scale(1.22);
  opacity: 0.78;
  animation: abgHeroPhotoIn 1.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.abg-pagetitle-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(80% 100% at 50% 48%,
      rgba(18, 22, 38, 0.52) 0%,
      rgba(18, 22, 38, 0) 72%),
    linear-gradient(180deg,
      rgba(24, 29, 48, 0.85) 0%,
      rgba(30, 36, 58, 0.46) 48%,
      rgba(20, 24, 40, 0.88) 100%);
}
.abg-pagetitle > .container { position: relative; z-index: 2; }
.abg-pagetitle-inner { text-align: center; margin: 0; }
.abg-pagetitle-kicker {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  margin: 0 0 16px;
  animation: abgHeroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}
.abg-pagetitle .abg-pagetitle-title {
  color: #fff !important;
  font-size: clamp(32px, 4.6vw, 50px) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.035em !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  animation: abgHeroUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.13s both;
}
.abg-pagetitle-accent {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: #cf3339;
  margin: 20px auto 0;
  animation: abgHeroAccent 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}
.abg-pagetitle-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  max-width: 600px;
  margin: 18px auto 0;
  text-align: center;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
  animation: abgHeroUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
}
@keyframes abgHeroPhotoIn {
  from { opacity: 0; transform: scale(1.3); }
  to   { opacity: 0.78; transform: scale(1.22); }
}
@keyframes abgHeroUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes abgHeroAccent {
  from { opacity: 0; width: 0; }
  to   { opacity: 1; width: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  .abg-pagetitle-photo,
  .abg-pagetitle-kicker,
  .abg-pagetitle-title,
  .abg-pagetitle-accent,
  .abg-pagetitle-sub { animation: none; }
  .abg-pagetitle-photo { opacity: 0.78; transform: scale(1.22); }
  .abg-pagetitle-kicker,
  .abg-pagetitle-title,
  .abg-pagetitle-sub { opacity: 1; transform: none; }
  .abg-pagetitle-accent { opacity: 1; width: 56px; }
}

/* ── Our Portfolio brand grid ── */
.abg-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 980px) { .abg-portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
@media (max-width: 600px) { .abg-portfolio-grid { grid-template-columns: 1fr; } }
.abg-brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(20, 23, 40, 0.04);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(20, 23, 40, 0.15);
  border-color: #dfe1ea;
}
.abg-brand-media { position: relative; aspect-ratio: 3 / 2; background: #f2f2f5; overflow: hidden; }
.abg-brand-media.is-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px;
  background: linear-gradient(135deg, #2a314c 0%, #434c6e 100%); text-align: center; padding: 16px;
}
.abg-brand-ph-name { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; letter-spacing: 0.01em; }
.abg-brand-ph-note { color: rgba(255, 255, 255, 0.58); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; }
.abg-brand-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-brand-card:hover .abg-brand-media img { transform: scale(1.06); }
.abg-brand-media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: #cf3339; transform: scaleX(0); transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-brand-card:hover .abg-brand-media::after { transform: scaleX(1); }
.abg-brand-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
.abg-brand-name {
  font-size: 16px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: #2a314c; margin: 0 0 8px;
}
.abg-brand-tagline {
  font-size: 14px; line-height: 1.55; color: #5a5f72; margin: 0 0 16px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.abg-brand-link {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: #cf3339;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-brand-link .abg-arrow { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.abg-brand-card:hover .abg-brand-link { color: #a8272c; }
.abg-brand-card:hover .abg-brand-link .abg-arrow { transform: translateX(6px); }
@media (prefers-reduced-motion: reduce) {
  .abg-brand-card,
  .abg-brand-media img,
  .abg-brand-media::after,
  .abg-brand-link,
  .abg-brand-link .abg-arrow { transition: none; }
  .abg-brand-card:hover,
  .abg-brand-card:hover .abg-brand-media img,
  .abg-brand-card:hover .abg-brand-link .abg-arrow { transform: none; }
  .abg-brand-card:hover .abg-brand-media::after { transform: scaleX(1); }
}

/* ── /abg-connect support directory ── */
.abg-support-intro { max-width: 720px; margin: 0 auto; text-align: center; }
.abg-support-eyebrow {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #cf3339; margin: 0 0 14px;
}
.abg-support-lead { font-size: clamp(16px, 1.7vw, 19px); line-height: 1.62; color: #4a4f63; margin: 0; text-wrap: pretty; }
.abg-support-grid {
  --navy: #2a314c; --red: #cf3339;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
}
@media (max-width: 980px) { .abg-support-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
@media (max-width: 600px) { .abg-support-grid { grid-template-columns: 1fr; max-width: 440px; } }
.abg-support-card-wrap { display: flex; }
.abg-support-card {
  position: relative; display: flex; flex-direction: column; width: 100%; overflow: hidden;
  background: #fff; border: 1px solid #ececf0; border-radius: 10px;
  text-decoration: none !important; box-shadow: 0 1px 2px rgba(20, 23, 40, 0.04);
  transition: translate 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-support-card:hover { translate: 0 -7px; box-shadow: 0 22px 44px rgba(20, 23, 40, 0.15); border-color: #dfe1ea; }
.abg-support-topline {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 3; background: var(--red);
  transform: scaleX(0); transform-origin: left center; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-support-card:hover .abg-support-topline { transform: scaleX(1); }
.abg-support-logo {
  height: 150px; display: flex; align-items: center; justify-content: center;
  padding: 20px 30px; background: #fff; border-bottom: 1px solid #eef0f3;
}
.abg-support-logo img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.abg-support-card:hover .abg-support-logo img { transform: scale(1.04); }
.abg-support-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px 20px 20px; text-align: center; }
.abg-support-name {
  font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--navy); margin: 0 0 15px;
}
.abg-support-ctas { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.abg-support-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 14px; border-radius: 7px; border: 1px solid var(--navy); background: var(--navy);
  color: #fff !important; font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em;
  text-decoration: none !important; text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.abg-support-btn.is-secondary { background: transparent; color: var(--navy) !important; }
.abg-support-btn:hover { background: #1f2438; border-color: #1f2438; color: #fff !important; }
.abg-support-btn.is-secondary:hover { background: var(--navy); border-color: var(--navy); color: #fff !important; }
.abg-support-btn-arrow { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.abg-support-btn:hover .abg-support-btn-arrow { transform: translateX(5px); }
@media (prefers-reduced-motion: reduce) {
  .abg-support-card, .abg-support-logo img, .abg-support-btn, .abg-support-btn-arrow { transition: none !important; }
  .abg-support-card:hover { translate: none; }
  .abg-support-card:hover .abg-support-logo img { transform: none; }
  .abg-support-card:hover .abg-support-topline { transform: scaleX(1); }
}

/* ── commercial channels pills ── */
.abg-vertical-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 30px 0 10px; }
.abg-vertical-link {
  display: inline-block; padding: 10px 22px; border: 1px solid #d4d6e0; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: #2a314c; text-decoration: none; transition: all 0.15s ease;
}
.abg-vertical-link:hover { background: #2a314c; border-color: #2a314c; color: #fff; }

/* ── About: origin story ── */
.abg-origin-story { max-width: 820px; margin: 32px auto 0; }
.abg-origin-story p { font-size: 16px; line-height: 1.72; color: #3a3f52; margin: 0 0 16px; text-wrap: pretty; }
.abg-origin-story p:last-child { margin-bottom: 0; }
.abg-origin-figure {
  float: right; width: 248px; margin: 4px 0 18px 34px;
  background: #fff; padding: 9px 9px 0; border: 1px solid #e6e8ef; border-radius: 4px;
  box-shadow: 0 12px 30px -14px rgba(20, 26, 46, 0.32);
}
.abg-origin-figure img { display: block; width: 100%; height: auto; border-radius: 2px; }
.abg-origin-figcap {
  margin: 0; padding: 9px 4px 11px; text-align: center;
  font-size: 12px; line-height: 1.45; color: #6a7085; letter-spacing: 0.01em;
}
@media (max-width: 600px) {
  .abg-origin-figure { float: none; width: auto; max-width: 280px; margin: 0 auto 22px; }
}

/* ══ /about editorial redesign ══ */
.abg-reveal { --e: cubic-bezier(0.16, 1, 0.3, 1); }
.abg-reveal.is-ready { transition: opacity 0.7s var(--e), transform 0.7s var(--e); }
.abg-reveal.is-ready:not(.is-inview) { opacity: 0; transform: translateY(22px); }
.abg-reveal.is-inview { opacity: 1; transform: none; }
.abg-about-eyebrow, .abg-introhead-eyebrow {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #cf3339; margin: 0 0 14px;
}
h2.abg-about-statement {
  font-size: clamp(30px, 4.2vw, 48px) !important; font-weight: 700 !important;
  letter-spacing: -0.025em !important; line-height: 1.08 !important; color: #2a314c !important;
  margin: 0 !important;
}
h2.abg-about-heading, h2.abg-introhead-heading {
  font-size: clamp(26px, 3.2vw, 40px) !important; font-weight: 700 !important;
  letter-spacing: -0.02em !important; line-height: 1.14 !important; color: #2a314c !important;
  margin: 0 !important;
}
.abg-about-rule { display: block; width: 56px; height: 3px; border-radius: 2px; background: #cf3339; margin: 24px 0 0; }
.abg-about-purpose {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(32px, 5vw, 72px);
  align-items: center; max-width: 1120px; margin: 0 auto;
}
.abg-about-figure { margin: 0; }
.abg-about-figure-media { overflow: hidden; border-radius: 10px; box-shadow: 0 18px 46px rgba(20, 23, 40, 0.16); }
.abg-about-figure-media img { width: 100%; height: auto; display: block; transition: transform 0.9s var(--e); }
.abg-about-figure:hover .abg-about-figure-media img { transform: scale(1.05); }
.abg-about-figcap { font-size: 13px !important; color: #6b7186 !important; margin: 14px 0 0 !important; line-height: 1.5 !important; }
@media (max-width: 860px) { .abg-about-purpose { grid-template-columns: 1fr; gap: 26px; } }
.abg-about-mission { max-width: 1120px; margin: 0 auto; }
.abg-about-mission-head {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 4vw, 56px);
  align-items: start; margin: 0 0 clamp(40px, 5vw, 60px);
}
.abg-about-lead, .abg-introhead-lead { font-size: clamp(16px, 1.5vw, 18.5px) !important; line-height: 1.72 !important; color: #3a3f52 !important; margin: 0 !important; }
@media (max-width: 860px) { .abg-about-mission-head { grid-template-columns: 1fr; gap: 16px; } }
.abg-introhead {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 4vw, 56px);
  align-items: start; max-width: 1120px; margin: 0 auto;
}
@media (max-width: 860px) { .abg-introhead { grid-template-columns: 1fr; gap: 16px; } }
.abg-introhead-right .avia-button-wrap { margin-top: clamp(20px, 2.4vw, 28px); }
.abg-about-triad {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 26px);
  border-top: 1px solid #e1e3ec; padding-top: clamp(28px, 3.5vw, 42px);
}
.abg-about-pillar-wrap { display: flex; }
.abg-about-pillar {
  position: relative; flex: 1; display: flex; flex-direction: column; gap: 7px;
  padding: 24px 24px 26px; background: #fff; border: 1px solid #e6e8ef; border-radius: 10px;
  transition: transform 0.5s var(--e), box-shadow 0.5s var(--e), border-color 0.5s var(--e);
}
.abg-about-pillar::after {
  content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 2px;
  background: #cf3339; transform: scaleX(0); transform-origin: left; transition: transform 0.55s var(--e);
}
.abg-about-pillar:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(20, 23, 40, 0.13); border-color: #dfe2ec; }
.abg-about-pillar:hover::after { transform: scaleX(1); }
.abg-about-pillar-num { font-size: 13px; font-weight: 700; color: #c6cad8; letter-spacing: 0.04em; }
.abg-about-pillar-kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #8a90a3; }
.abg-about-pillar-word { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; color: #2a314c; line-height: 1.1; }
@media (max-width: 720px) { .abg-about-triad { grid-template-columns: 1fr; } }
.abg-about-madena { max-width: 1120px; margin: 0 auto; }
.abg-about-madena-head { text-align: center; margin: 0 0 clamp(28px, 4vw, 44px); }
.abg-about-made-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 32px); }
.abg-about-made-wrap { display: flex; }
.abg-about-made-card {
  position: relative; flex: 1; display: block; overflow: hidden; border-radius: 12px;
  background: #0d1320; text-decoration: none !important; box-shadow: 0 10px 30px rgba(20, 23, 40, 0.1);
  transition: box-shadow 0.5s var(--e);
}
.abg-about-made-card:hover { box-shadow: 0 22px 50px rgba(20, 23, 40, 0.2); }
.abg-about-made-media { overflow: hidden; }
.abg-about-made-media img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.9s var(--e); }
.abg-about-made-card:hover .abg-about-made-media img { transform: scale(1.06); }
.abg-about-made-label {
  position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 9px;
  padding: 30px 24px 18px; color: #fff; font-size: clamp(16px, 1.7vw, 19px); font-weight: 700;
  letter-spacing: -0.01em; background: linear-gradient(to top, rgba(10, 14, 24, 0.86), rgba(10, 14, 24, 0));
}
.abg-about-made-arrow { display: inline-block; transition: transform 0.5s var(--e); }
.abg-about-made-card:hover .abg-about-made-arrow { transform: translateX(6px); }
@media (max-width: 720px) { .abg-about-made-grid { grid-template-columns: 1fr; } }
.abg-about-story-head { text-align: center; margin: clamp(48px, 6vw, 74px) 0 8px; }
.abg-origin-story p.abg-about-story-lead { font-size: clamp(17px, 1.6vw, 19px) !important; font-weight: 600 !important; color: #2a314c !important; }
.abg-about-cta { text-align: center; }
@media (prefers-reduced-motion: reduce) {
  .abg-reveal, .abg-reveal.is-ready:not(.is-inview) { opacity: 1 !important; transform: none !important; transition: none !important; }
  .abg-about-figure-media img, .abg-about-made-media img, .abg-about-made-arrow,
  .abg-about-pillar, .abg-about-pillar::after, .abg-about-made-card { transition: none !important; }
  .abg-about-pillar:hover { transform: none !important; }
}

/* ══ Made in USA / Canada ══ */
.abg-madein { --navy: #2a314c; --red: #cf3339; --display: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.abg-madein-hero, .abg-madein-statement, .abg-madein-pillars-wrap, .abg-madein-closing { border: 0; }
.abg-madein-hero { position: relative; width: 100%; min-height: 64vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); }
.abg-madein-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: abgHeroFocusIn 1.4s var(--e) both; }
@media (prefers-reduced-motion: reduce) { .abg-madein-hero-bg { animation: none; } }
.abg-madein-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,23,40,0.28) 0%, rgba(20,23,40,0.18) 38%, rgba(20,23,40,0.86) 100%); }
.abg-madein-hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 40px 64px; }
.abg-madein-kicker { display: block; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.86; margin-bottom: 18px; }
#main .abg-madein-title { font-family: var(--display); color: #fff; font-weight: 600; font-size: clamp(44px, 8vw, 104px); line-height: 0.98; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
.abg-madein-rule { display: block; width: 64px; height: 3px; background: var(--red); margin: 26px 0 22px; }
.abg-madein-lede { color: rgba(255,255,255,0.9); font-size: clamp(16px, 1.7vw, 21px); line-height: 1.5; max-width: 540px; margin: 0; text-wrap: pretty; }
@media (max-width: 600px) { .abg-madein-hero-inner { padding: 0 22px 44px; } }
@media (prefers-reduced-motion: no-preference) {
  .abg-madein-kicker, #main .abg-madein-title, .abg-madein-rule, .abg-madein-lede { opacity: 0; transform: translateY(22px); animation: abgMadeinUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
  .abg-madein-kicker { animation-delay: 0.05s; }
  #main .abg-madein-title { animation-delay: 0.16s; }
  .abg-madein-rule { animation-delay: 0.30s; }
  .abg-madein-lede { animation-delay: 0.40s; }
  @keyframes abgMadeinUp { to { opacity: 1; transform: none; } }
}
.abg-madein-statement { width: 100%; background: #fff; }
.abg-madein-statement-grid { max-width: 1180px; margin: 0 auto; padding: clamp(56px, 8vw, 104px) 40px; display: grid; grid-template-columns: 5fr 6fr; gap: clamp(30px, 6vw, 92px); align-items: start; }
#main .abg-madein-statement-title { font-family: var(--display); color: var(--navy); font-weight: 600; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.015em; margin: 0; text-wrap: balance; }
.abg-madein-statement-body { padding-top: 4px; }
.abg-madein-statement-body p { color: #4a4f63; font-size: 17px; line-height: 1.72; margin: 0 0 18px; text-wrap: pretty; }
.abg-madein-statement-body p:last-child { margin-bottom: 0; }
@media (max-width: 860px) { .abg-madein-statement-grid { grid-template-columns: 1fr; gap: 22px; } }
.abg-madein-pillars-wrap { width: 100%; background: #f6f6f8; }
.abg-madein-pillars { max-width: 1180px; margin: 0 auto; padding: clamp(48px, 6vw, 84px) 40px; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); }
.abg-madein-pillar { padding-top: 22px; border-top: 2px solid var(--navy); }
.abg-madein-pillar-num { display: block; font-family: var(--display); font-size: 30px; font-weight: 600; color: var(--red); line-height: 1; margin-bottom: 14px; }
#main .abg-madein-pillar-title { font-size: 19px; font-weight: 700; color: var(--navy); letter-spacing: 0.01em; margin: 0 0 10px; }
.abg-madein-pillar-body { color: #5a5f72; font-size: 15px; line-height: 1.62; margin: 0; text-wrap: pretty; }
@media (max-width: 820px) {
  .abg-madein-pillars { grid-template-columns: 1fr; gap: 0; }
  .abg-madein-pillar { padding: 24px 0; border-top: 1px solid #dcdde4; }
  .abg-madein-pillar:first-child { border-top: 2px solid var(--navy); }
}
.abg-madein-closing { width: 100%; background: var(--navy); }
.abg-madein-closing-inner { max-width: 820px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.abg-madein-badge { width: clamp(220px, 32vw, 320px); height: auto; margin-bottom: 32px; }
#main .abg-madein-quote { font-family: var(--display); color: #fff; font-size: clamp(22px, 3vw, 34px); line-height: 1.3; font-style: italic; margin: 0 0 34px; max-width: 18ch; text-wrap: balance; }
.abg-madein-closing .avia-button-wrap { margin: 0; }
.abg-madein-closing .avia-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

/* ── WP-port seam fixes ── */
#top .abg-spot-section { border-top: 0; }
#top .abg-connect-moved-section { border-top: 0; }

/* full-bleed breakout for code-block sections */
.abg-fullbleed {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

/* art-directed mobile hero (two-slider approach) */
.abg-hero-mobile { display: none; }
@media (max-width: 767px) and (orientation: portrait) {
  #top .abg-hero-desktop { display: none; }
  #top .abg-hero-mobile { display: block; }
}
