/*
Theme Name: Fulcrix Corporate
Theme URI: https://fulcrix.co.uk/
Author: Fulcrix Limited
Author URI: https://fulcrix.co.uk/
Description: A responsive corporate WordPress theme for Fulcrix Limited, focused on telecom OSS/BSS, network intelligence, automation and managed services. Activating the theme creates the starter pages and navigation automatically.
Version: 1.5.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fulcrix
Tags: custom-logo, custom-menu, featured-images, one-column, accessibility-ready, responsive-layout
*/

:root {
  --fx-ink: #0c2233;
  --fx-ink-2: #123044;
  --fx-sea: #1c4360;
  --fx-mist: #5b7186;
  --fx-paper: #f7f9fb;
  --fx-line: #dce4ea;
  --fx-amber: #e8a33d;
  --fx-amber-deep: #c9832a;
  --fx-white: #fff;
  --fx-shadow: 0 18px 45px rgba(12, 34, 51, 0.1);
  --fx-radius: 8px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: var(--fx-ink);
  background: var(--fx-paper);
  line-height: 1.65;
  font-size: 16px;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-top: 0;
  color: var(--fx-ink);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--fx-amber-deep);
}
img {
  max-width: 100%;
  height: auto;
}
button,
input,
textarea,
select {
  font: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.eyebrow {
  display: block;
  margin-bottom: 14px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fx-amber-deep);
}
.btn,
.wp-block-button__link {
  display: inline-block;
  border: 1.5px solid transparent;
  border-radius: 4px;
  padding: 13px 26px;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.2s ease;
  cursor: pointer;
}
.btn-solid,
.wp-block-button__link {
  background: var(--fx-amber);
  color: var(--fx-ink);
}
.btn-solid:hover,
.wp-block-button__link:hover {
  background: var(--fx-amber-deep);
  color: var(--fx-white);
}
.btn-dark {
  background: var(--fx-ink);
  color: var(--fx-white);
}
.btn-dark:hover {
  background: var(--fx-sea);
  color: var(--fx-white);
}
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--fx-white);
}
.btn-ghost:hover {
  border-color: var(--fx-amber);
  color: var(--fx-amber);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--fx-amber);
  outline-offset: 2px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  display: block;
  top: 5px;
  left: 5px;
  padding: 12px 18px;
  background: #fff;
  color: #000;
  z-index: 100000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--fx-white);
  border-bottom: 1px solid var(--fx-line);
}
.topbar {
  background: var(--fx-ink);
  color: #c8d4dd;
  font-size: 13px;
}
.topbar .wrap {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  padding-block: 7px;
}
.topbar a:hover {
  color: var(--fx-amber);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-mark {
  width: 35px;
  height: 31px;
}
.brand-name {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.025em;
  color: var(--fx-ink);
}
.custom-logo {
  display: block;
  max-height: 54px;
  width: auto;
}
.custom-logo-link {
  display: block;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--fx-ink);
  font-size: 27px;
  cursor: pointer;
  padding: 7px;
}
.primary-menu,
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}
.primary-menu > li {
  position: relative;
}
.primary-menu > li > a {
  display: block;
  padding: 27px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fx-ink);
}
.primary-menu > li > a:hover {
  color: var(--fx-amber-deep);
}
.primary-menu .menu-item-has-children > a:after {
  content: " ▾";
  font-size: 10px;
}
.primary-menu .sub-menu {
  position: absolute;
  left: -14px;
  top: calc(100% - 8px);
  min-width: 250px;
  padding: 9px 0;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-radius: 6px;
  box-shadow: var(--fx-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.18s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.primary-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: var(--fx-sea);
  font-size: 14px;
}
.primary-menu .sub-menu a:hover {
  background: var(--fx-paper);
  color: var(--fx-ink);
}

.fx-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, var(--fx-ink), var(--fx-ink-2) 55%, var(--fx-sea));
  color: #fff;
  text-align: center;
}
.fx-hero .wrap {
  max-width: 900px;
  padding-top: 104px;
  padding-bottom: 124px;
  position: relative;
  z-index: 2;
}
.fx-hero h1 {
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
}
.fx-hero h1 em {
  font-style: normal;
  color: var(--fx-amber);
}
.fx-hero p {
  max-width: 720px;
  margin: 0 auto 38px;
  color: #c6d3de;
  font-size: clamp(17px, 2vw, 20px);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lever-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  pointer-events: none;
}
.lever-art svg {
  width: 100%;
  height: 100%;
}
.fx-trust {
  background: #fff;
  border-bottom: 1px solid var(--fx-line);
}
.fx-trust .wrap {
  padding-block: 58px;
  text-align: center;
}
.fx-trust h2 {
  font-size: clamp(20px, 2.4vw, 25px);
  margin-bottom: 34px;
  color: var(--fx-sea);
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.chip {
  padding: 10px 17px;
  border: 1px solid var(--fx-line);
  border-radius: 4px;
  background: var(--fx-paper);
  color: var(--fx-mist);
  font:
    13px "IBM Plex Mono",
    monospace;
}
.fx-section {
  padding: 94px 0;
}
.fx-section.white {
  background: #fff;
}
.section-head {
  max-width: 800px;
  margin: 0 auto 58px;
  text-align: center;
}
.section-head.left {
  margin-left: 0;
  text-align: left;
}
.section-head h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 16px;
}
.section-head p {
  font-size: 17px;
  color: var(--fx-mist);
}
.cards-4,
.cards-3,
.cards-2 {
  display: grid;
  gap: 26px;
}
.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-2 {
  grid-template-columns: repeat(2, 1fr);
}
.fx-card {
  background: #fff;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  padding: 30px 27px;
  box-shadow: 0 8px 25px rgba(12, 34, 51, 0.04);
}
.fx-card.accent {
  border-top: 3px solid var(--fx-amber);
}
.fx-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.fx-card p {
  color: var(--fx-mist);
  margin: 0;
}
.fx-card .kicker {
  display: block;
  margin-bottom: 15px;
  color: var(--fx-amber-deep);
  font:
    12px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fx-card ul {
  margin: 16px 0 0;
  padding-left: 19px;
  color: var(--fx-mist);
}
.fx-products {
  background: var(--fx-ink);
  color: #fff;
}
.fx-products h2,
.fx-products h3 {
  color: #fff;
}
.fx-products .section-head {
  margin-left: 0;
  text-align: left;
}
.fx-products .section-head p {
  color: #b9c7d2;
}
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--fx-ink-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--fx-radius);
  padding: 32px 28px;
  transition: 0.2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: var(--fx-amber);
}
.product-card p {
  color: #b9c7d2;
  flex: 1;
}
.product-card .tag {
  color: var(--fx-amber);
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-card a {
  margin-top: 20px;
  color: var(--fx-amber);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.product-card a:hover {
  color: #fff;
}
.fx-success .success-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 44px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-left: 4px solid var(--fx-amber);
  border-radius: var(--fx-radius);
  padding: 52px;
}
.success-client {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--fx-sea);
}
.success-client small {
  display: block;
  margin-top: 8px;
  font:
    12px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fx-mist);
}
.success-card p {
  font-size: 17px;
  color: var(--fx-sea);
}
.quote-card {
  background: var(--fx-paper);
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  padding: 30px;
}
.quote-card .stars {
  color: var(--fx-amber);
  letter-spacing: 3px;
}
.quote-card p {
  color: var(--fx-sea);
}
.quote-card cite {
  font:
    12.5px "IBM Plex Mono",
    monospace;
  color: var(--fx-mist);
  font-style: normal;
}
.fx-cta {
  background: linear-gradient(135deg, var(--fx-sea), var(--fx-ink));
  color: #fff;
  text-align: center;
  padding: 88px 0;
}
.fx-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3.7vw, 42px);
  margin-bottom: 16px;
}
.fx-cta p {
  max-width: 660px;
  margin: 0 auto 34px;
  color: #c6d3de;
  font-size: 17px;
}
.center {
  text-align: center;
}
.mt-40 {
  margin-top: 40px;
}
.mt-55 {
  margin-top: 55px;
}

.inner-hero {
  background: linear-gradient(145deg, var(--fx-ink), var(--fx-sea));
  color: #fff;
  padding: 84px 0 76px;
}
.inner-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  margin-bottom: 14px;
}
.inner-hero p {
  max-width: 720px;
  margin: 0;
  color: #c6d3de;
  font-size: 18px;
}
.breadcrumbs {
  margin-bottom: 18px;
  color: #b9c7d2;
  font-size: 13px;
}
.breadcrumbs a {
  color: var(--fx-amber);
}
.entry-content {
  padding: 78px 0 96px;
}
.entry-content > .wrap {
  max-width: 980px;
}
.entry-content h2 {
  font-size: clamp(25px, 3vw, 34px);
  margin-top: 42px;
}
.entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
}
.entry-content p,
.entry-content li {
  color: var(--fx-sea);
}
.entry-content a {
  text-decoration: underline;
  text-decoration-color: var(--fx-amber);
  text-underline-offset: 3px;
}
.entry-content .fx-section {
  padding: 30px 0;
}
.entry-content .fx-section:first-child {
  padding-top: 0;
}
.entry-content .wide {
  width: min(1160px, calc(100vw - 48px));
  margin-left: 50%;
  transform: translateX(-50%);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.info-panel {
  background: #fff;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  padding: 32px;
}
.info-panel h3 {
  margin-top: 0;
}
.check-list {
  list-style: none;
  padding: 0 !important;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fx-amber-deep);
  font-weight: 800;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 34px 0;
}
.stat {
  background: #fff;
  border: 1px solid var(--fx-line);
  padding: 22px;
  text-align: center;
  border-radius: var(--fx-radius);
}
.stat strong {
  display: block;
  font:
    800 28px "Archivo",
    sans-serif;
  color: var(--fx-ink);
}
.stat span {
  color: var(--fx-mist);
  font-size: 13px;
}

.fx-form {
  background: #fff;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  padding: 34px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field-full {
  grid-column: 1/-1;
}
.fx-form label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: var(--fx-ink);
}
.fx-form input,
.fx-form textarea,
.fx-form select {
  width: 100%;
  border: 1px solid #cad6df;
  border-radius: 4px;
  background: #fff;
  padding: 12px 13px;
  color: var(--fx-ink);
}
.fx-form textarea {
  min-height: 145px;
  resize: vertical;
}
.fx-form .consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-weight: 400;
  color: var(--fx-mist);
}
.fx-form .consent input {
  width: auto;
  margin-top: 5px;
}
.form-notice {
  margin-bottom: 20px;
  padding: 13px 15px;
  border-radius: 4px;
}
.form-success {
  background: #e9f7ef;
  color: #17633a;
  border: 1px solid #bce3cb;
}
.form-error {
  background: #fff0f0;
  color: #8e2525;
  border: 1px solid #f0caca;
}
.website-field {
  position: absolute !important;
  left: -9999px !important;
}

.site-footer {
  background: var(--fx-ink);
  color: #b9c7d2;
  padding: 68px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
  gap: 42px;
  margin-bottom: 48px;
}
.footer-grid h3 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
}
.footer-grid a {
  display: block;
  margin-bottom: 9px;
  color: #b9c7d2;
}
.footer-grid a:hover {
  color: var(--fx-amber);
}
.footer-brand .brand-name {
  color: #fff;
}
.footer-tag {
  max-width: 290px;
  font-size: 13.5px;
}
.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  font-size: 13px;
}
.footer-base a {
  color: #b9c7d2;
}
.pagination {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
.pagination .page-numbers {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-radius: 4px;
}
.pagination .current {
  background: var(--fx-ink);
  color: #fff;
}
.post-card {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid var(--fx-line);
  padding: 30px;
  border-radius: var(--fx-radius);
}
.post-meta {
  font-size: 13px;
  color: var(--fx-mist);
}

@media (max-width: 1000px) {
  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .primary-menu {
    gap: 17px;
  }
  .fx-success .success-card {
    grid-template-columns: 1fr;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1080px) {
  .menu-toggle {
    display: block;
  }
  .primary-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--fx-line);
    padding: 12px 24px 22px;
  }
  .primary-navigation.open {
    display: block;
  }
  .primary-menu {
    display: block;
  }
  .primary-menu > li > a {
    padding: 11px 0;
  }
  .primary-menu .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 5px 14px;
  }
  .topbar .wrap {
    justify-content: center;
  }
  .split {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1160px);
  }
  .cards-4,
  .cards-3,
  .cards-2,
  .form-grid,
  .footer-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .fx-hero .wrap {
    padding-top: 64px;
    padding-bottom: 84px;
  }
  .fx-section {
    padding: 62px 0;
  }
  .fx-success .success-card {
    padding: 28px;
  }
  .inner-hero {
    padding: 56px 0;
  }
  .entry-content {
    padding: 48px 0 64px;
  }
  .topbar .wrap {
    gap: 13px;
    flex-wrap: wrap;
  }
  .brand-name {
    font-size: 20px;
  }
  .site-footer {
    padding: 48px 0 24px;
  }
}

/* Version 1.1: unified layout and WordPress block alignment */
body {
  overflow-x: hidden;
}
main {
  display: block;
  min-height: 0;
}
.home-content {
  overflow: hidden;
  background: var(--fx-paper);
}
.home-content > .wide,
.home-content .wide {
  width: 100%;
  max-width: none;
  margin: 0;
  transform: none;
}
.home-content .fx-section > .wrap,
.home-content .fx-trust > .wrap,
.home-content .fx-cta > .wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.nav-shell {
  position: relative;
}
.primary-navigation {
  margin-left: auto;
}
.primary-menu > li:last-child > a {
  padding: 11px 19px;
  background: var(--fx-ink);
  color: var(--fx-white);
  border-radius: 4px;
}
.primary-menu > li:last-child > a:hover {
  background: var(--fx-sea);
  color: var(--fx-white);
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
  color: var(--fx-amber-deep);
}
.primary-menu > li:last-child.current-menu-item > a {
  color: var(--fx-white);
}

.entry-content > .wrap {
  max-width: 1160px;
}
.entry-content .btn,
.entry-content .wp-block-button__link {
  text-decoration: none !important;
}
.entry-content .fx-card,
.entry-content .product-card {
  height: 100%;
}
.entry-content .cards-3,
.entry-content .cards-4,
.entry-content .cards-2 {
  align-items: stretch;
}
.entry-content > .wrap > p,
.entry-content > .wrap > ul,
.entry-content > .wrap > ol,
.entry-content > .wrap > blockquote,
.entry-content > .wrap > h2,
.entry-content > .wrap > h3,
.entry-content > .wrap > h4 {
  max-width: 880px;
}

/* Gutenberg/core block styling so edited pages retain the same theme. */
.entry-content .wp-block-group,
.entry-content .wp-block-columns,
.entry-content .wp-block-image,
.entry-content .wp-block-cover,
.entry-content .wp-block-media-text {
  margin-top: 0;
  margin-bottom: 30px;
}
.entry-content .wp-block-columns {
  gap: 26px;
  align-items: stretch;
}
.entry-content .wp-block-column {
  min-width: 0;
}
.entry-content .wp-block-group.has-background,
.entry-content .wp-block-column.has-background {
  padding: 30px;
  border-radius: var(--fx-radius);
}
.entry-content .wp-block-image img {
  display: block;
  border-radius: var(--fx-radius);
}
.entry-content .wp-block-cover {
  overflow: hidden;
  border-radius: var(--fx-radius);
  min-height: 420px;
}
.entry-content .wp-block-cover__inner-container {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}
.entry-content .wp-block-quote {
  margin-left: 0;
  padding: 20px 24px;
  border-left: 4px solid var(--fx-amber);
  background: #fff;
}
.entry-content .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--fx-line);
  margin: 42px 0;
}
.entry-content .alignwide {
  width: 100%;
  max-width: 1160px;
}
.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.fx-card,
.product-card,
.quote-card,
.info-panel,
.stat {
  overflow-wrap: anywhere;
}
.fx-card p:last-child,
.product-card p:last-child,
.info-panel p:last-child {
  margin-bottom: 0;
}
.footer-grid > div {
  min-width: 0;
}
.footer-grid p {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) and (min-width: 1081px) {
  .primary-menu {
    gap: 15px;
  }
  .primary-menu > li > a {
    font-size: 14px;
  }
  .primary-menu > li:last-child > a {
    padding: 10px 14px;
  }
}
@media (max-width: 1080px) {
  .nav-shell {
    min-height: 70px;
  }
  .primary-navigation {
    margin-left: 0;
    max-height: calc(100vh - 116px);
    overflow: auto;
  }
  .primary-menu > li:last-child > a {
    display: inline-block;
    margin-top: 8px;
    padding: 11px 19px;
  }
  .primary-menu .sub-menu {
    min-width: 0;
  }
  .primary-menu .menu-item-has-children > a:after {
    content: " ▾";
  }
}
@media (max-width: 640px) {
  .home-content .fx-section > .wrap,
  .home-content .fx-trust > .wrap,
  .home-content .fx-cta > .wrap {
    width: min(100% - 32px, 1160px);
  }
  .topbar {
    font-size: 12px;
  }
  .topbar .wrap {
    padding-block: 8px;
  }
  .fx-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }
  .fx-hero p {
    font-size: 17px;
  }
  .hero-actions .btn {
    width: 100%;
    max-width: 300px;
  }
  .entry-content > .wrap > p,
  .entry-content > .wrap > ul,
  .entry-content > .wrap > ol,
  .entry-content > .wrap > blockquote,
  .entry-content > .wrap > h2,
  .entry-content > .wrap > h3,
  .entry-content > .wrap > h4 {
    max-width: none;
  }
}

/* Version 1.3: board and executive leadership */
.leadership-heading {
  max-width: 900px;
}
.leadership-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 64px;
}
.leadership-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-top: 3px solid var(--fx-amber);
  border-radius: var(--fx-radius);
  box-shadow: 0 8px 25px rgba(12, 34, 51, 0.04);
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.leadership-card:hover {
  transform: translateY(-3px);
  border-color: var(--fx-amber);
  box-shadow: var(--fx-shadow);
}
.leader-monogram,
.leader-photo-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--fx-ink), var(--fx-sea));
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.leader-monogram {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
}
.leader-card-copy {
  min-width: 0;
}
.leader-card-copy strong {
  display: block;
  color: var(--fx-ink);
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  line-height: 1.25;
}
.leader-card-copy small {
  display: block;
  margin-top: 5px;
  color: var(--fx-mist);
  font-size: 12.5px;
  line-height: 1.35;
}
.leader-arrow {
  color: var(--fx-amber-deep);
  font-size: 20px;
  font-weight: 800;
}
.leadership-profile {
  scroll-margin-top: 130px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 52px;
  margin: 0 0 38px;
  padding: 46px;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-left: 4px solid var(--fx-amber);
  border-radius: var(--fx-radius);
  box-shadow: 0 10px 34px rgba(12, 34, 51, 0.05);
}
.leader-identity {
  position: sticky;
  top: 132px;
  align-self: start;
}
.leader-photo-placeholder {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 8px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}
.leader-photo-placeholder:after {
  content: "Photo to be added";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px;
  background: rgba(12, 34, 51, 0.78);
  font:
    10px "IBM Plex Mono",
    monospace;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}
.leader-photo-placeholder span {
  font-size: 42px;
}
.leader-identity h2 {
  margin: 0 0 10px !important;
  font-size: 30px !important;
}
.leader-identity h2 small {
  display: block;
  margin-top: 7px;
  color: var(--fx-mist);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.leader-title {
  margin: 0 0 8px !important;
  color: var(--fx-sea) !important;
  font-weight: 600;
}
.leader-location {
  margin: 0 !important;
  color: var(--fx-mist) !important;
  font:
    12px "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.leader-biography p {
  max-width: none !important;
}
.leader-lead {
  font-size: 19px;
  font-weight: 500;
  color: var(--fx-ink) !important;
}
.at-fulcrix {
  margin-top: 32px;
  padding: 28px;
  background: var(--fx-paper);
  border-left: 3px solid var(--fx-amber);
  border-radius: 0 var(--fx-radius) var(--fx-radius) 0;
}
.at-fulcrix h3 {
  margin: 0 0 10px !important;
}
.at-fulcrix p {
  margin-bottom: 0;
}
.leadership-contact,
.leadership-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 50px;
  padding: 36px 40px;
  background: linear-gradient(135deg, var(--fx-sea), var(--fx-ink));
  border-radius: var(--fx-radius);
  color: #fff;
}
.leadership-contact h2,
.leadership-callout h2 {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}
.leadership-contact p,
.leadership-callout p {
  margin: 0;
  color: #c6d3de;
}
.leadership-contact .eyebrow,
.leadership-callout .eyebrow {
  color: var(--fx-amber);
}
.leadership-contact .btn,
.leadership-callout .btn {
  flex-shrink: 0;
}
.entry-content .leadership-callout {
  width: 100%;
  max-width: none;
}
@media (max-width: 980px) {
  .leadership-overview {
    grid-template-columns: 1fr;
  }
  .leadership-profile {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    padding: 34px;
  }
  .leader-photo-placeholder {
    width: 150px;
  }
  .leader-identity {
    position: static;
  }
}
@media (max-width: 720px) {
  .leadership-profile {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .leader-photo-placeholder {
    width: 130px;
  }
  .leadership-contact,
  .leadership-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }
  .leadership-contact .btn,
  .leadership-callout .btn {
    width: 100%;
    text-align: center;
  }
}

/* Version 1.4: editable leadership photographs and profile records */
.leader-card-photo {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--fx-line);
}
.leader-photo {
  width: 180px;
  aspect-ratio: 1;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--fx-paper);
  box-shadow: 0 8px 26px rgba(12, 34, 51, 0.12);
}
.leader-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.leader-biography > .wp-block-image:first-child {
  display: none;
}
@media (max-width: 980px) {
  .leader-photo {
    width: 150px;
  }
}
@media (max-width: 720px) {
  .leader-photo {
    width: 130px;
  }
  .leadership-card {
    padding: 16px;
  }
  .leader-card-copy strong {
    font-size: 16px;
  }
}

/* Version 1.5: Nexus AI key-product presentation */
.key-product-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 10px 15px 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--fx-amber);
  color: var(--fx-ink);
  font:
    700 10px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-card-featured {
  grid-column: 1/-1;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 38px;
  background: linear-gradient(125deg, var(--fx-ink-2), #204f6d);
  border-color: rgba(232, 163, 61, 0.55);
}
.product-card-featured:after {
  content: "AI";
  position: absolute;
  right: 28px;
  bottom: -38px;
  color: rgba(255, 255, 255, 0.045);
  font:
    800 150px "Archivo",
    sans-serif;
  line-height: 1;
  pointer-events: none;
}
.product-card-featured > div {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.product-card-featured h3 {
  font-size: clamp(28px, 3.5vw, 42px);
  margin: 2px 0 13px;
}
.product-card-featured p {
  max-width: 800px;
  font-size: 17px;
}
.product-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #d3dee6;
}
.product-feature-list li {
  position: relative;
  padding-left: 20px;
}
.product-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fx-amber);
  font-weight: 800;
}
.featured-product {
  grid-column: 1/-1;
  position: relative;
  padding: 38px;
  background: linear-gradient(125deg, var(--fx-ink), var(--fx-sea));
  border-color: var(--fx-amber);
  color: #fff;
}
.featured-product h3 {
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
}
.featured-product p {
  max-width: 850px;
  color: #c6d3de;
}
.featured-product a {
  color: var(--fx-amber);
}
.featured-product .kicker {
  color: #fff;
}
.nexus-ai-page {
  padding-top: 0 !important;
}
.nexus-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  gap: 34px;
  align-items: stretch;
  padding: 48px;
  background: linear-gradient(135deg, var(--fx-ink), var(--fx-sea));
  border-radius: 12px;
  color: #fff;
  box-shadow: var(--fx-shadow);
}
.nexus-hero-panel h2 {
  margin: 0 0 16px !important;
  color: #fff;
  font-size: clamp(40px, 6vw, 68px);
}
.nexus-hero-panel .eyebrow {
  color: var(--fx-amber);
}
.nexus-lead {
  max-width: 760px !important;
  margin: 0 !important;
  color: #d5e0e8 !important;
  font-size: 19px;
}
.nexus-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.nexus-principle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}
.nexus-principle span {
  color: var(--fx-amber);
  font:
    12px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nexus-principle strong {
  display: block;
  margin: 12px 0;
  color: #fff;
  font:
    800 25px/1.2 "Archivo",
    sans-serif;
}
.nexus-principle p {
  margin: 0 !important;
  color: #c6d3de !important;
}
.nexus-section-head {
  margin-top: 72px;
}
.nexus-capability-grid .fx-card p {
  color: var(--fx-sea);
}
.nexus-architecture {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  margin-top: 62px;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--fx-line);
  border-left: 4px solid var(--fx-amber);
  border-radius: var(--fx-radius);
}
.nexus-architecture h2 {
  margin-top: 0 !important;
}
.nexus-architecture .check-list {
  margin: 0;
}
.nexus-cta {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .nexus-hero-panel,
  .nexus-architecture {
    grid-template-columns: 1fr;
  }
  .product-feature-list {
    grid-template-columns: 1fr;
  }
  .product-card-featured {
    padding: 32px;
  }
  .nexus-hero-panel {
    padding: 36px;
  }
  .product-card-featured:after {
    font-size: 110px;
  }
}
@media (max-width: 640px) {
  .product-card-featured,
  .featured-product,
  .nexus-hero-panel,
  .nexus-architecture {
    padding: 26px;
  }
  .nexus-actions .btn {
    width: 100%;
    text-align: center;
  }
  .product-card-featured:after {
    display: none;
  }
}
