:root {
  --af-font-sans: "Google Sans", "Product Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --af-background: #f8f9fa;
  --af-surface: #ffffff;
  --af-surface-muted: #edeeef;
  --af-ocean: #001b33;
  --af-ink: #191c1d;
  --af-muted: #414751;
  --af-primary: #005a9c;
  --af-primary-bright: #1e73be;
  --af-seagrass: #2e8b57;
  --af-seagrass-bright: #4fad79;
  --af-outline: #717782;
  --af-radius-sm: 0.5rem;
  --af-radius-md: 0.75rem;
  --af-radius-lg: 1rem;
  --af-shadow-soft: 0 20px 45px rgba(30, 115, 190, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  background: var(--af-background);
  color: var(--af-ink);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--af-font-sans);
  line-height: 1.6;
  text-rendering: geometricPrecision;
}

body,
.wp-site-blocks {
  min-height: 100vh;
  min-height: 100svh;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
}

.wp-site-blocks > main {
  flex: 1 0 auto;
  margin-block-start: 0;
}

.wp-site-blocks > footer {
  flex-shrink: 0;
  margin-block-start: auto;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--af-primary);
}

a:hover {
  color: var(--af-ocean);
}

:focus-visible {
  outline: 3px solid #006b75;
  outline-offset: 4px;
}

.af-single-post {
  padding-block: clamp(2rem, 6vw, 4.5rem);
}

.af-single-post > .wp-block-post-featured-image,
.af-single-post > .wp-block-post-title,
.af-single-post > .wp-block-post-date,
.af-single-post > .wp-block-post-content {
  width: min(100% - 2rem, 48rem);
}

.af-single-post > .wp-block-post-featured-image {
  margin-inline: auto;
  overflow: hidden;
}

.af-single-post > .wp-block-post-featured-image img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.af-single-post > .wp-block-post-title {
  color: var(--af-ink);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.12;
  margin-block: 0 0.65rem;
  margin-inline: auto;
}

.af-single-post > .wp-block-post-date {
  color: var(--af-primary);
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-block: 0 clamp(1.4rem, 4vw, 2.25rem);
  margin-inline: auto;
  text-transform: uppercase;
}

.af-single-post > .wp-block-post-content {
  color: var(--af-ink);
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.75;
  margin-inline: auto;
}

.af-single-post .wp-block-post-content > * {
  margin-block-start: 0;
  margin-block-end: 1rem;
}

.af-single-post .wp-block-post-content > :last-child {
  margin-block-end: 0;
}

.af-single-post .wp-block-post-content p {
  margin-block: 0 1rem;
}

.af-single-post .wp-block-post-content p:empty {
  margin-block-end: 1rem;
  min-height: 0;
}

.af-single-post .wp-block-post-content p:empty + p:empty {
  display: none;
}

.af-single-post .wp-block-post-content p:not(:empty) + p:empty {
  margin-block-start: -1rem;
}

.af-single-post .wp-block-post-content h2,
.af-single-post .wp-block-post-content h3,
.af-single-post .wp-block-post-content h4 {
  color: var(--af-ocean);
  line-height: 1.2;
  margin-block-start: 2rem;
  margin-block-end: 0.85rem;
}

.af-single-post .wp-block-post-content ul,
.af-single-post .wp-block-post-content ol {
  padding-inline-start: 1.35rem;
}

.af-single-post .wp-block-post-content li + li {
  margin-block-start: 0.4rem;
}

.af-single-post .wp-block-post-content .wp-block-image,
.af-single-post .wp-block-post-content .wp-block-gallery,
.af-single-post .wp-block-post-content .wp-block-embed {
  margin-block: 2rem;
}

.af-single-post .wp-block-post-content blockquote {
  border-inline-start: 4px solid var(--af-seagrass);
  color: var(--af-muted);
  margin-inline: 0;
  padding-inline-start: 1rem;
}

.af-not-found {
  align-content: center;
  display: grid;
  gap: 1rem;
  min-height: 52vh;
  padding-block: clamp(3rem, 9vw, 6rem);
  text-align: center;
}

.af-not-found h1,
.af-not-found p {
  margin: 0;
}

.af-not-found h1 {
  color: var(--af-ink);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

.af-not-found p {
  color: var(--af-muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.af-not-found .wp-block-buttons {
  justify-content: center;
  margin-block-start: 0.75rem;
}

.klaviyo-form-WwJwxE input,
.klaviyo-form-WWKMTf input,
.klaviyo-form-WwJwxE textarea,
.klaviyo-form-WWKMTf textarea {
  background-color: #fff !important;
  border-color: #5f6f7b !important;
  color: var(--af-ocean) !important;
}

.klaviyo-form-WwJwxE input::placeholder,
.klaviyo-form-WWKMTf input::placeholder,
.klaviyo-form-WwJwxE textarea::placeholder,
.klaviyo-form-WWKMTf textarea::placeholder {
  color: #4b5563 !important;
  opacity: 1 !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 1rem;
  padding: 0.75rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.af-site-header {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(0, 27, 51, 0.08);
  inset-inline: 0;
  position: sticky;
  top: 0;
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
  z-index: 50;
}

@supports (backdrop-filter: blur(12px)) {
  .af-site-header {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.78);
  }
}

.home .af-site-header {
  background: rgba(0, 0, 0, 0.38);
  box-shadow: none;
  color: #fff;
  margin-bottom: -4.75rem;
}

.af-header-is-scrolled .home .af-site-header {
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

@supports (backdrop-filter: blur(12px)) {
  .home .af-site-header,
  .af-header-is-scrolled .home .af-site-header {
    backdrop-filter: blur(12px);
  }
}

.af-site-header__inner {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1280px;
  min-height: 4.75rem;
  padding: 0.75rem 1.25rem;
}

.af-site-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.75rem;
  min-width: 0;
}

.af-site-logo {
  flex-shrink: 0;
}

.af-site-logo a {
  align-items: center;
  display: flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
}

.af-site-logo img {
  height: auto;
  max-height: 3rem;
  object-fit: contain;
  width: auto;
}

.wp-custom-logo .af-site-header .af-site-title {
  display: none;
}

.af-site-title a,
.af-site-footer__brand a {
  color: var(--af-primary);
  font-family: var(--af-font-sans);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.home .af-site-header .af-site-title a,
.home .af-site-header .af-site-nav .wp-block-navigation-item__content,
.home .af-site-header .af-site-header__cta-menu .wp-block-navigation-item__content {
  color: #fff;
}

.af-site-header__nav-wrap {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  justify-content: flex-end;
  min-width: 0;
}

.af-site-nav .wp-block-navigation__container,
.af-site-header__cta-menu .wp-block-navigation__container {
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.af-site-nav .wp-block-navigation-item__content {
  border-bottom: 2px solid transparent;
  color: var(--af-muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  padding-block: 0.375rem;
  text-decoration: none;
}

.af-site-nav .wp-block-navigation-item__content:hover,
.af-site-nav .wp-block-navigation-item__content:focus-visible,
.af-site-nav .current-menu-item > .wp-block-navigation-item__content,
.af-site-nav .is-style-active > .wp-block-navigation-item__content {
  border-bottom-color: var(--af-primary);
  color: var(--af-primary);
}

.home .af-site-header .af-site-nav .wp-block-navigation-item__content:hover,
.home .af-site-header .af-site-nav .wp-block-navigation-item__content:focus-visible,
.home .af-site-header .af-site-nav .current-menu-item > .wp-block-navigation-item__content,
.home .af-site-header .af-site-nav .is-style-active > .wp-block-navigation-item__content {
  border-bottom-color: #fff;
  color: #fff;
}

.af-site-header__cta-menu .wp-block-navigation-item__content {
  align-items: center;
  background: var(--af-primary);
  border: 2px solid var(--af-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 2.75rem;
  padding: 0.72rem 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}

.af-site-header__cta-menu .wp-block-navigation-item__content:hover,
.af-site-header__cta-menu .wp-block-navigation-item__content:focus-visible {
  background: var(--af-primary-bright);
  border-color: var(--af-primary-bright);
  box-shadow: 0 12px 24px rgba(30, 115, 190, 0.22);
  color: #fff;
}

.af-site-nav .wp-block-navigation__responsive-container-open {
  border: 1px solid rgba(113, 119, 130, 0.35);
  border-radius: 999px;
  min-height: 2.75rem;
  min-width: 2.75rem;
}

.af-site-nav .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--af-surface);
  color: var(--af-ink);
  padding: 1.25rem;
}

.af-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: stretch;
  gap: 1rem;
  padding-top: 2.5rem;
}

.af-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  border-bottom: 1px solid rgba(113, 119, 130, 0.24);
  display: block;
  font-size: 1.125rem;
  padding: 0.875rem 0;
  width: 100%;
}

.af-site-newsletter {
  background: #f4f7f8;
  border-top: 1px solid rgba(113, 119, 130, 0.18);
  color: var(--af-ink);
}

.af-site-newsletter__inner {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: 1280px;
  padding: clamp(2.5rem, 6vw, 4rem) 1.25rem;
}

.af-site-newsletter__copy {
  display: grid;
  gap: 0.5rem;
}

.af-site-newsletter__heading {
  color: var(--af-ocean);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.af-site-newsletter__summary {
  color: var(--af-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.af-site-newsletter__form {
  min-width: 0;
}

.af-site-footer {
  background: #191919;
  border-top: 0;
  color: #b8b8b8;
}

.af-site-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: 4rem 1.25rem 3rem;
}

.af-site-footer .af-site-footer__grid.wp-block-columns {
  align-items: flex-start !important;
  display: grid;
}

.af-site-footer__brand-col,
.af-site-footer__menu-col,
.af-site-footer__press-col {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  min-width: 0;
}

.af-site-footer__summary {
  color: #c8c8c8;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  max-width: 24rem;
}

.af-site-footer__social {
  gap: 0.75rem;
  margin: 0.375rem 0 0;
}

.af-site-footer__social .wp-social-link {
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
}

.af-site-footer__social .wp-social-link:hover,
.af-site-footer__social .wp-social-link:focus-within {
  background: var(--af-primary) !important;
  color: #fff !important;
}

.af-site-footer__heading {
  color: #fff;
  font-family: var(--af-font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.af-site-footer__menu .wp-block-navigation__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.af-site-footer__menu .wp-block-navigation-item {
  margin: 0;
}

.af-site-footer__menu .wp-block-navigation-item__content {
  color: #b8b8b8;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.af-site-footer__menu .wp-block-navigation-item__content:hover,
.af-site-footer__menu .wp-block-navigation-item__content:focus-visible {
  color: #fff;
  text-decoration-color: #f47b20;
}

.af-site-footer__actions {
  margin-top: 0.25rem;
}

.af-site-footer__button .wp-block-button__link {
  background: var(--af-primary);
  border: 2px solid var(--af-primary);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.125rem;
}

.af-site-footer__button .wp-block-button__link:hover,
.af-site-footer__button .wp-block-button__link:focus-visible {
  background: var(--af-primary-bright);
  border-color: var(--af-primary-bright);
  color: #fff;
}

.af-site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 1rem 1.25rem;
}

.af-site-footer__bottom p {
  margin: 0;
}

.af-site-footer__copyright,
.af-site-footer__certification {
  color: #9f9f9f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.af-site-footer__certification {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.af-site-footer__certification::before {
  background: #f47b20;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
}

.af-site-footer__brand a {
  color: #f47b20;
}

.af-site-footer__press-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.af-site-footer__press-list .wp-block-post-template {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.af-site-footer__press-list .wp-block-post {
  margin: 0;
}

.af-site-footer__press-list .wp-block-post-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.af-site-footer__press-list .wp-block-post-title a {
  color: #c8c8c8;
  text-decoration: none;
}

.af-site-footer__press-list .wp-block-post-title a:hover,
.af-site-footer__press-list .wp-block-post-title a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #f47b20;
  text-underline-offset: 0.22em;
}

.af-site-footer__press-list .wp-block-post-date {
  color: #f47b20;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.15rem;
  text-transform: uppercase;
}

.af-site-footer__press-list .wp-block-query-no-results {
  color: #b8b8b8;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 599px) {
  .af-site-header__inner {
    min-height: 4.25rem;
    padding-inline: 1rem;
  }

  .af-site-header__cta-menu {
    display: none;
  }

  .af-site-logo img {
    max-height: 2.55rem;
  }

  .af-site-title a {
    max-width: 12rem;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 600px) {
  .af-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .af-site-header__inner {
    padding-inline: 4rem;
  }

  .af-site-footer__grid {
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    padding: 3rem 4rem;
  }

  .af-site-newsletter__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 1fr);
    padding-inline: 4rem;
  }

  .af-site-footer__bottom {
    padding-inline: 4rem;
  }
}

/* Shared-theme navigation and accessibility overrides. */
.af-skip-link:focus {
  background: #fff;
  border: 3px solid var(--af-primary);
  border-radius: 0.35rem;
  color: var(--af-ocean);
  font-weight: 700;
  left: 1rem;
  text-decoration: none;
  top: 1rem;
}

.home .af-site-header,
.af-header-is-scrolled .home .af-site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(0, 27, 51, 0.08);
  color: var(--af-ink);
  margin-bottom: 0;
}

.home .af-site-header .af-site-title a,
.home .af-site-header .af-site-nav a,
.home .af-site-header .af-site-nav .wp-block-navigation-item__content { color: var(--af-ocean); }
.home .af-site-header .af-site-header__cta-menu a { color: #fff; }

.home .af-site-header .af-site-nav .wp-block-navigation-item__content:hover,
.home .af-site-header .af-site-nav .wp-block-navigation-item__content:focus-visible,
.home .af-site-header .af-site-nav .current-menu-item > .wp-block-navigation-item__content,
.home .af-site-header .af-site-nav .current_page_item > .wp-block-navigation-item__content {
  border-bottom-color: var(--af-primary);
  color: var(--af-primary);
}

.af-site-nav ul,
.af-site-header__cta-menu ul,
.af-site-footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.af-site-nav ul,
.af-site-header__cta-menu ul { align-items: center; display: flex; gap: clamp(0.75rem, 2vw, 1.5rem); }
.af-site-nav a {
  border-bottom: 2px solid transparent;
  color: var(--af-muted);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 650;
  min-height: 2.75rem;
  padding: 0.72rem 0;
  text-decoration: none;
}
.af-site-nav a:hover,
.af-site-nav a:focus-visible,
.af-site-nav .current-menu-item > a,
.af-site-nav .current_page_item > a {
  border-bottom-color: var(--af-primary);
  color: var(--af-primary);
}
.af-site-header__cta-menu a {
  align-items: center;
  background: var(--af-primary);
  border: 2px solid var(--af-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  text-decoration: none;
  white-space: nowrap;
}
.af-site-header__cta-menu a:hover,
.af-site-header__cta-menu a:focus-visible { background: var(--af-ocean); border-color: var(--af-ocean); color: #fff; }

.af-menu-toggle {
  align-items: center;
  background: transparent;
  border: 2px solid var(--af-outline);
  border-radius: 999px;
  color: var(--af-ocean);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.85rem;
}
.af-menu-toggle__icon { display: grid; gap: 3px; width: 1.05rem; }
.af-menu-toggle__icon span { background: currentColor; display: block; height: 2px; width: 100%; }
.af-menu-toggle[aria-expanded="true"] .af-menu-toggle__icon span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.af-menu-toggle[aria-expanded="true"] .af-menu-toggle__icon span:nth-child(2) { opacity: 0; }
.af-menu-toggle[aria-expanded="true"] .af-menu-toggle__icon span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.af-site-footer__logo img {
  filter: none;
  height: auto;
  max-height: 4.5rem;
  object-fit: contain;
  width: auto;
}
.af-site-footer__menu ul { display: grid; gap: 0.45rem; }
.af-site-footer__menu a {
  color: #c8c8c8;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding-block: 0.55rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
}
.af-site-footer__menu a:hover,
.af-site-footer__menu a:focus-visible { color: #fff; text-decoration-color: #74d7dd; }
.af-site-footer__accessibility { color: #b8b8b8; font-size: 0.875rem; margin: 0; }

@media (max-width: 899px) {
  .js .af-menu-toggle { display: inline-flex; }
  .af-site-header__cta-menu { display: none; }
  .js .af-site-nav { display: none; }
  .js .af-site-nav.is-open {
    background: #fff;
    border-top: 1px solid var(--af-card-border, #d8e0e5);
    box-shadow: 0 18px 32px rgba(0, 27, 51, 0.16);
    display: block;
    inset: 100% 0 auto;
    padding: 0.75rem 1rem 1.25rem;
    position: absolute;
  }
  .af-site-nav ul { align-items: stretch; display: grid; gap: 0; }
  .af-site-nav a { border-bottom: 1px solid #d8e0e5; display: flex; font-size: 1.05rem; min-height: 3.25rem; padding: 0.9rem 0.5rem; width: 100%; }
  .af-site-header__nav-wrap { position: static; }
  .af-site-header { position: sticky; }
  .af-menu-is-open { overflow: hidden; }
}

@media (min-width: 900px) {
  .af-site-nav { display: block !important; }
}

.admin-bar .af-site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .af-site-header { top: 46px; } }
