/*
 * AKIBEMAG editorial route system.
 * Dedicated presentation for Industries, the catalogue index and product dossiers.
 * Website design and development copyright (c) 2026 Henry Zacharia.
 */

.akb-main--industries-directory,
.akb-main--catalogue-editorial,
.akb-main--product-dossier {
  margin-block-start: 0 !important;
}

.akb-id-hero__inner,
.akb-id-context__intro,
.akb-id-context__grid,
.akb-id-routes__header,
.akb-id-routes__list,
.akb-id-brief__inner,
.akb-cat-hero__inner,
.akb-cat-filter-shell,
.akb-cat-index-shell,
.akb-product-hero__inner,
.akb-product-body__layout,
.akb-product-related-shell > .wp-block-group {
  width: var(--akb-v2-frame, var(--akb-shell));
  max-width: none !important;
  margin-inline: auto !important;
}

.akb-id-kicker,
.akb-cat-kicker,
.akb-product-chapter__kicker,
.akb-catalogue-index__kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.akb-id-kicker::before,
.akb-cat-kicker::before {
  width: 2rem;
  height: 1px;
  background: currentcolor;
  content: "";
}

.akb-id-kicker span,
.akb-cat-kicker span {
  color: currentcolor;
}

.akb-id-kicker--dark,
.akb-cat-kicker--dark {
  color: var(--akb-v2-ink, #090b10);
}

.akb-id-button {
  display: inline-flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: inherit;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.akb-id-button--gold {
  background: var(--akb-v2-gold, #f5b51b);
  color: var(--akb-v2-ink, #090b10);
}

.akb-id-button--line {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.akb-id-button:focus-visible,
.akb-catalogue-route a:focus-visible,
.akb-related-products a:focus-visible,
.akb-id-route a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Industries directory */
.akb-id-hero {
  position: relative;
  display: grid;
  min-height: max(47rem, 94svh);
  align-items: end;
  overflow: hidden;
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
  isolation: isolate;
}

.akb-id-hero__media,
.akb-id-hero__media img,
.akb-id-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.akb-id-hero__media {
  z-index: -2;
}

.akb-id-hero__media img {
  object-fit: cover;
  object-position: center;
}

.akb-id-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.83) 36%, rgba(5, 8, 15, 0.18) 72%, rgba(5, 8, 15, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 8, 15, 0.9) 0%, transparent 45%);
}

.akb-id-hero figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(1.25rem, 4vw, 5rem);
  bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.akb-id-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(10rem, 16vh, 14rem) 0 clamp(2rem, 5vw, 4.5rem);
}

.akb-id-hero h1 {
  max-width: 11ch;
  margin: clamp(1.5rem, 3vw, 2.8rem) 0 0;
  color: #fff;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4.7rem, 10.8vw, 12.5rem);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.78;
}

.akb-id-hero h1 em {
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.9);
}

.akb-id-hero__lower {
  display: grid;
  max-width: 76rem;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-top: clamp(2.4rem, 5vw, 5rem);
}

.akb-id-hero__lower > p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1rem + 0.28vw, 1.3rem);
  line-height: 1.62;
}

.akb-id-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.akb-id-hero__index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 56rem;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.akb-id-hero__index span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: end;
  padding: 1.15rem 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.akb-id-hero__index b {
  color: var(--akb-v2-gold, #f5b51b);
  font-size: 2.25rem;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.akb-id-context {
  padding: clamp(6rem, 10vw, 11rem) 0;
  background: var(--akb-v2-paper-bright, #f8f7f2);
  color: var(--akb-v2-ink, #090b10);
}

.akb-id-context__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
}

.akb-id-context h2,
.akb-id-routes__header h2,
.akb-id-brief h2,
.akb-catalogue-index__header h2,
.akb-related-products h2 {
  margin: 1.6rem 0 0;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.2rem, 6.5vw, 7.8rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.akb-id-context h2 em,
.akb-id-routes__header h2 em,
.akb-id-brief h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.akb-id-context__intro > p {
  max-width: 37rem;
  margin: 0;
  color: rgba(9, 11, 16, 0.66);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.26rem);
  line-height: 1.7;
}

.akb-id-context__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin-top: clamp(4rem, 7vw, 7rem) !important;
  border-top: 1px solid rgba(9, 11, 16, 0.25);
}

.akb-id-context__grid > div {
  padding: 1.7rem clamp(1rem, 2.5vw, 2.4rem) 0 0;
  border-right: 1px solid rgba(9, 11, 16, 0.16);
}

.akb-id-context__grid > div + div {
  padding-left: clamp(1rem, 2.5vw, 2.4rem);
}

.akb-id-context__grid > div:last-child {
  border-right: 0;
}

.akb-id-context dt {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.akb-id-context dt span {
  color: var(--akb-v2-gold-deep, #9b6500);
}

.akb-id-context dd {
  margin: 1.2rem 0 0;
  color: rgba(9, 11, 16, 0.62);
  line-height: 1.58;
}

.akb-id-routes {
  padding: clamp(6rem, 10vw, 11rem) 0;
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
}

.akb-id-routes__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.akb-id-routes__header .akb-id-kicker,
.akb-id-routes__header h2 {
  grid-column: 1;
}

.akb-id-routes__header h2 {
  margin-top: 1.6rem;
  color: #fff;
}

.akb-id-routes__header > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.08rem;
  line-height: 1.65;
}

.akb-id-routes__list {
  display: grid;
}

.akb-id-route {
  display: grid;
  min-height: 36rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(24rem, 0.96fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.akb-id-route:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.akb-id-route--reverse .akb-id-route__media {
  grid-column: 2;
}

.akb-id-route--reverse .akb-id-route__body {
  grid-column: 1;
  grid-row: 1;
}

.akb-id-route__media {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  margin: 0;
  background: #151820;
}

.akb-id-route__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 15, 0.54), transparent 58%);
  content: "";
}

.akb-id-route__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
  transition: filter 500ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0, 1);
}

.akb-id-route__media > span {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.2rem;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.akb-id-route__media figcaption {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: calc(100% - 8rem);
  color: rgba(255, 255, 255, 0.72);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-id-route__media--institutional img {
  object-position: 50% center;
}

.akb-id-route__media--graphic {
  display: grid;
  place-items: center;
  background:
    linear-gradient(118deg, transparent 48%, rgba(9, 11, 16, 0.12) 49%, rgba(9, 11, 16, 0.12) 52%, transparent 53%),
    var(--akb-v2-gold, #f5b51b);
  color: var(--akb-v2-ink, #090b10);
}

.akb-id-route__media--graphic::after {
  display: none;
}

.akb-id-route__media--graphic b {
  color: transparent;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(17rem, 35vw, 32rem);
  font-style: normal;
  font-weight: 800;
  line-height: 0.7;
  -webkit-text-stroke: 2px rgba(9, 11, 16, 0.58);
}

.akb-id-route__media--graphic i {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.akb-id-route__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 7rem);
}

.akb-id-route__type {
  margin: 0 0 1.25rem;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.akb-id-route h3 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4.5vw, 5.3rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.akb-id-route__body > p:not(.akb-id-route__type) {
  max-width: 40rem;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
  line-height: 1.65;
}

.akb-id-route__prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.akb-id-route__prompts li,
.akb-id-route__capabilities a {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}

.akb-id-route__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.1rem;
}

.akb-id-route__capabilities a {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(245, 181, 27, 0.58);
  border-radius: 0;
  color: #fff;
  text-decoration: none;
}

.akb-id-route__link {
  align-self: flex-start;
  margin-top: 2.5rem;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.akb-id-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 11rem) 0;
  background: #151820;
  color: #fff;
}

.akb-id-brief__letter {
  position: absolute;
  top: 50%;
  right: -4vw;
  color: transparent;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: min(43vw, 40rem);
  font-weight: 800;
  line-height: 0.7;
  opacity: 0.25;
  transform: translateY(-50%);
  -webkit-text-stroke: 2px var(--akb-v2-gold, #f5b51b);
}

.akb-id-brief__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.65fr);
  gap: clamp(3rem, 9vw, 11rem);
  align-items: end;
}

.akb-id-brief h2 {
  color: #fff;
}

.akb-id-brief__inner > div:last-child > p {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.08rem;
  line-height: 1.68;
}

/* Catalogue editorial index */
.akb-cat-hero {
  position: relative;
  display: grid;
  min-height: max(44rem, 88svh);
  align-items: end;
  overflow: hidden;
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
  isolation: isolate;
}

.akb-cat-hero__art {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("../images/catalogue-editorial.webp");
  background-position: center;
  background-size: cover;
}

.akb-cat-hero__art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.99) 0%, rgba(5, 8, 15, 0.92) 32%, rgba(5, 8, 15, 0.35) 61%, rgba(5, 8, 15, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 8, 15, 0.82), transparent 50%);
  content: "";
}

.akb-cat-hero__art > span,
.akb-product-hero__art > span {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 5rem);
  bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.46);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.akb-cat-hero__inner {
  padding: clamp(10rem, 15vh, 13rem) 0 clamp(3rem, 6vw, 6rem);
}

.akb-cat-hero__title {
  max-width: 9ch;
  margin: clamp(1.5rem, 3vw, 2.8rem) 0 0;
  color: #fff;
  font-size: clamp(4.8rem, 10vw, 11.5rem);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.79;
}

.akb-cat-hero__title em {
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.9);
}

.akb-cat-hero__lower {
  display: grid;
  max-width: 74rem;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.akb-cat-hero__lower > p {
  max-width: 45rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.27rem);
  line-height: 1.62;
}

.akb-cat-hero__actions {
  flex-wrap: wrap;
}

.akb-cat-trust,
.akb-product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--akb-v2-gold, #f5b51b);
  color: var(--akb-v2-ink, #090b10);
}

.akb-cat-trust > div,
.akb-product-facts > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.28rem 0.8rem;
  padding: 1.45rem clamp(1rem, 2.8vw, 3.2rem);
  border-right: 1px solid rgba(9, 11, 16, 0.22);
}

.akb-cat-trust > div:last-child,
.akb-product-facts > div:last-child {
  border-right: 0;
}

.akb-cat-trust span,
.akb-product-facts span {
  grid-row: 1 / span 2;
  color: rgba(9, 11, 16, 0.48);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.akb-cat-trust strong,
.akb-product-facts strong {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.akb-cat-trust small {
  color: rgba(9, 11, 16, 0.66);
  font-size: 0.76rem;
  line-height: 1.3;
}

.akb-cat-directory {
  padding: clamp(5rem, 9vw, 10rem) 0;
  background: var(--akb-v2-paper-bright, #f8f7f2);
  color: var(--akb-v2-ink, #090b10);
}

.akb-cat-filter-shell {
  display: grid;
  grid-template-columns: minmax(16rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding-bottom: clamp(4rem, 7vw, 7rem);
  border-bottom: 1px solid rgba(9, 11, 16, 0.2);
}

.akb-cat-filter-shell__intro > p:last-child {
  max-width: 31rem;
  margin: 1.3rem 0 0;
  color: rgba(9, 11, 16, 0.62);
  line-height: 1.65;
}

.akb-cat-filter-shell .akb-catalogue-filters {
  gap: 1.2rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.akb-cat-filter-shell .akb-catalogue-filters__label {
  color: rgba(9, 11, 16, 0.55);
}

.akb-cat-filter-shell .akb-catalogue-filter {
  min-height: 3rem;
  border-radius: 999px;
  background: transparent;
  clip-path: none;
}

.akb-cat-filter-shell .akb-catalogue-filter:is(:hover, :focus-visible, .is-active) {
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
}

.akb-cat-index-shell {
  padding-top: clamp(4.5rem, 8vw, 8rem);
}

.akb-catalogue-index__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.akb-catalogue-index__header h2 {
  max-width: 10ch;
  color: var(--akb-v2-ink, #090b10);
}

.akb-catalogue-index__header > p {
  display: grid;
  justify-items: end;
  margin: 0;
}

.akb-catalogue-index__header > p strong {
  color: var(--akb-v2-ink, #090b10);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
}

.akb-catalogue-index__header > p span {
  margin-top: 0.4rem;
  color: rgba(9, 11, 16, 0.52);
  font-size: 0.78rem;
}

.akb-catalogue-family {
  border-top: 1px solid rgba(9, 11, 16, 0.28);
}

.akb-catalogue-family + .akb-catalogue-family {
  margin-top: clamp(5rem, 8vw, 8rem);
}

.akb-catalogue-family__header {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: start;
  padding: 1.5rem 0 clamp(2.5rem, 5vw, 4.5rem);
}

.akb-catalogue-family__header > p {
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.akb-catalogue-family__header .akb-catalogue-family__eyebrow {
	margin: 0;
  color: rgba(9, 11, 16, 0.48);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akb-catalogue-family__header h3 {
  max-width: 15ch;
  margin: 0.55rem 0 0;
  color: var(--akb-v2-ink, #090b10);
  font-size: clamp(2.4rem, 4.7vw, 5.6rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.akb-catalogue-family__header div > p:not(.akb-catalogue-family__eyebrow) {
  max-width: 44rem;
  margin: 1.3rem 0 0;
  color: rgba(9, 11, 16, 0.61);
  line-height: 1.65;
}

.akb-catalogue-family__header > a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(9, 11, 16, 0.45);
  color: var(--akb-v2-ink, #090b10);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.akb-catalogue-family__routes {
  border-top: 1px solid rgba(9, 11, 16, 0.2);
}

.akb-catalogue-route {
  position: relative;
  display: grid;
  grid-template-columns: 4.2rem minmax(19rem, 1.15fr) minmax(16rem, 0.65fr) 3.4rem;
  gap: clamp(1rem, 3vw, 3.5rem);
  align-items: center;
  padding: clamp(1.8rem, 3.5vw, 3.2rem) 0;
  border-bottom: 1px solid rgba(9, 11, 16, 0.2);
  transition: background-color 260ms ease, color 260ms ease;
}

.akb-catalogue-route::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: transparent;
  content: "";
  transition: background-color 260ms ease;
}

.akb-catalogue-route__number {
  margin: 0;
  color: rgba(9, 11, 16, 0.38);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.akb-catalogue-route__family {
  margin: 0 0 0.6rem;
  color: rgba(9, 11, 16, 0.45);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-catalogue-route h4 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 3.6rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.akb-catalogue-route h4 a {
  color: var(--akb-v2-ink, #090b10);
  text-decoration: none;
}

.akb-catalogue-route__main > p:last-child {
  max-width: 43rem;
  margin: 1rem 0 0;
  color: rgba(9, 11, 16, 0.59);
  line-height: 1.55;
}

.akb-catalogue-route__brief {
  display: grid;
  gap: 0.5rem;
}

.akb-catalogue-route__brief span {
  color: rgba(9, 11, 16, 0.45);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-catalogue-route__brief strong {
  color: var(--akb-v2-ink, #090b10);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
}

.akb-catalogue-route__brief small {
  color: rgba(9, 11, 16, 0.48);
  font-size: 0.72rem;
  line-height: 1.4;
}

.akb-catalogue-route__arrow {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border: 1px solid rgba(9, 11, 16, 0.36);
  border-radius: 50%;
  color: var(--akb-v2-ink, #090b10);
  font-size: 1.15rem;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.akb-catalogue-index__empty {
  padding: clamp(2rem, 5vw, 5rem);
  border-left: 0.35rem solid var(--akb-v2-gold, #f5b51b);
  background: #fff;
}

.akb-catalogue-index__empty a {
  color: var(--akb-v2-ink, #090b10);
  font-weight: 800;
}

/* Product dossier */
.akb-product-hero {
  position: relative;
  display: grid;
  min-height: max(43rem, 86svh);
  align-items: end;
  overflow: hidden;
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
  isolation: isolate;
}

.akb-product-hero__art {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("../images/catalogue-editorial.webp");
  background-position: center;
  background-size: cover;
}

.akb-product--barriers-traffic-control .akb-product-hero__art {
  background-image: url("../images/traffic-control-editorial.webp");
  background-position: center;
}

.akb-product-hero__art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.99) 0%, rgba(5, 8, 15, 0.92) 38%, rgba(5, 8, 15, 0.34) 68%, rgba(5, 8, 15, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 8, 15, 0.86), transparent 54%);
  content: "";
}

.akb-product-hero__inner {
  padding: clamp(10rem, 15vh, 13rem) 0 clamp(3rem, 6vw, 6rem);
}

.akb-product-hero__crumb {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.akb-product-hero__crumb a,
.akb-product-hero__terms a,
.akb-product-family a {
  color: inherit;
}

.akb-product-family {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 1.7rem 0 0;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-product-hero__title {
  max-width: 13ch;
  margin: clamp(1.5rem, 3vw, 2.8rem) 0 0;
  color: #fff;
  font-size: clamp(4rem, 8.2vw, 9.4rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.akb-product-hero__intro {
  max-width: 48rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.28rem);
  line-height: 1.6;
}

.akb-product-hero__terms {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
}

.akb-product-hero__actions {
  margin-top: 2.4rem;
}

.akb-product-facts span {
  grid-row: auto;
}

.akb-product-facts > div {
  grid-template-columns: 1fr;
}

.akb-product-body {
  padding: clamp(6rem, 10vw, 11rem) 0;
  background: var(--akb-v2-paper-bright, #f8f7f2);
  color: var(--akb-v2-ink, #090b10);
}

.akb-product-body__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.akb-product-body__main,
.akb-product-body__main > .wp-block-shortcode {
  min-width: 0;
  margin: 0;
}

.akb-product-chapter + .akb-product-chapter,
.akb-product-boundary {
  margin-top: clamp(6rem, 9vw, 9rem);
}

.akb-product-chapter h2,
.akb-product-boundary h2,
.akb-product-quote-card h2 {
  max-width: 12ch;
  margin: 1.4rem 0 0;
  color: var(--akb-v2-ink, #090b10);
  font-size: clamp(2.8rem, 5.2vw, 6.3rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.akb-product-chapter__lead {
  max-width: 50rem;
  margin: 2rem 0 0;
  color: rgba(9, 11, 16, 0.64);
  font-size: clamp(1.08rem, 1rem + 0.25vw, 1.3rem);
  line-height: 1.72;
}

.akb-product-cover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(3rem, 5vw, 5rem);
  border-top: 1px solid rgba(9, 11, 16, 0.22);
}

.akb-product-cover-grid article {
  position: relative;
  min-height: 15rem;
  padding: 1.8rem clamp(1.2rem, 3vw, 3rem) 2.4rem 0;
  border-right: 1px solid rgba(9, 11, 16, 0.18);
  border-bottom: 1px solid rgba(9, 11, 16, 0.18);
}

.akb-product-cover-grid article:nth-child(even) {
  padding-left: clamp(1.2rem, 3vw, 3rem);
  border-right: 0;
}

.akb-product-cover-grid__mark {
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-size: 0.75rem;
}

.akb-product-cover-grid h3,
.akb-product-context-grid h3,
.akb-product-spec-list h3 {
  margin: 1.6rem 0 0;
  color: var(--akb-v2-ink, #090b10);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.akb-product-cover-grid p,
.akb-product-context-grid p,
.akb-product-spec-list p {
  margin: 1rem 0 0;
  color: rgba(9, 11, 16, 0.6);
  line-height: 1.6;
}

.akb-product-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 5vw, 5rem);
}

.akb-product-context-grid article {
  min-height: 15rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  background: #fff;
  box-shadow: 0 20px 55px rgba(9, 11, 16, 0.06);
}

.akb-product-context-grid__number {
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.akb-product-chapter--spec {
  padding: clamp(2.2rem, 5vw, 5rem);
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
}

.akb-product-chapter--spec .akb-product-chapter__kicker,
.akb-product-chapter--spec h2,
.akb-product-spec-list h3 {
  color: #fff;
}

.akb-product-chapter__spec-intro > p:last-child {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
}

.akb-product-spec-list {
  padding: 0;
  margin: clamp(3rem, 6vw, 5.5rem) 0 0;
  list-style: none;
}

.akb-product-spec-list li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.akb-product-spec-list li > span {
  padding-top: 0.35rem;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.akb-product-spec-list h3 {
  margin: 0;
}

.akb-product-spec-list p {
  color: rgba(255, 255, 255, 0.58);
}

.akb-product-boundary {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 5rem);
  background: var(--akb-v2-gold, #f5b51b);
  color: var(--akb-v2-ink, #090b10);
}

.akb-product-boundary::after {
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  color: transparent;
  content: "A";
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 18rem;
  font-weight: 800;
  line-height: 0.7;
  opacity: 0.22;
  -webkit-text-stroke: 1.5px var(--akb-v2-ink, #090b10);
}

.akb-product-boundary > * {
  position: relative;
  z-index: 1;
}

.akb-product-boundary > p:first-child {
  margin: 0;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akb-product-boundary h2 {
  max-width: 13ch;
}

.akb-product-boundary > p:last-child {
  max-width: 48rem;
  margin: 2rem 0 0;
  color: rgba(9, 11, 16, 0.72);
  font-size: 1.05rem;
  line-height: 1.68;
}

.akb-product-quote-card {
  position: sticky;
  top: calc(var(--akb-header-height, 6rem) + 1.5rem);
  padding: clamp(1.7rem, 3vw, 2.8rem);
  background: var(--akb-v2-ink, #090b10);
  color: rgba(255, 255, 255, 0.66);
}

.akb-product-quote-card::before {
  display: block;
  margin-bottom: 2.4rem;
  color: transparent;
  content: "A";
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.65;
  opacity: 0.5;
  -webkit-text-stroke: 1.5px var(--akb-v2-gold, #f5b51b);
}

.akb-product-quote-card__index {
  margin: 0;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.akb-product-quote-card h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.akb-product-quote-card > p:not(.akb-product-quote-card__index) {
  margin: 1.5rem 0 0;
  line-height: 1.6;
}

.akb-product-quote-card__list {
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.akb-product-quote-card__list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.akb-product-quote-card__list li::before {
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--akb-v2-gold, #f5b51b);
  content: "";
  transform: rotate(45deg);
}

.akb-product-quote-card .akb-product-spec-note {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 3px solid var(--akb-v2-gold, #f5b51b);
  background: rgba(255, 255, 255, 0.05);
}

.akb-product-quote-card .akb-structured-note__label,
.akb-product-quote-card .akb-product-spec-note p + p {
  color: rgba(255, 255, 255, 0.7);
}

.akb-product-related-shell {
  padding: clamp(6rem, 9vw, 9rem) 0;
  background: var(--akb-v2-paper, #eceae4);
}

.akb-related-products header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.akb-related-products header > p {
  grid-column: 1;
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akb-related-products h2 {
  grid-column: 1;
  max-width: 10ch;
  color: var(--akb-v2-ink, #090b10);
}

.akb-related-products header > a {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  color: var(--akb-v2-ink, #090b10);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.akb-related-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(9, 11, 16, 0.25);
}

.akb-related-products__grid article {
  min-height: 24rem;
  padding: 1.5rem clamp(1.2rem, 3vw, 3rem) 2.2rem 0;
  border-right: 1px solid rgba(9, 11, 16, 0.18);
}

.akb-related-products__grid article + article {
  padding-left: clamp(1.2rem, 3vw, 3rem);
}

.akb-related-products__grid article:last-child {
  border-right: 0;
}

.akb-related-products__number {
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.akb-related-products__grid h3 {
  max-width: 14ch;
  margin: 3rem 0 0;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.akb-related-products__grid h3 a {
  color: var(--akb-v2-ink, #090b10);
  text-decoration: none;
}

.akb-related-products__grid p {
  margin: 1.4rem 0 0;
  color: rgba(9, 11, 16, 0.6);
  line-height: 1.6;
}

.akb-related-products__link {
  display: inline-block;
  margin-top: 2rem;
  color: var(--akb-v2-ink, #090b10);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Individual industry routes */
.akb-main--term-editorial {
  margin-block-start: 0 !important;
}

.akb-term-hero__inner,
.akb-term-directory-shell > .wp-block-group {
  width: var(--akb-v2-frame, var(--akb-shell));
  max-width: none !important;
  margin-inline: auto !important;
}

.akb-term-hero {
  position: relative;
  display: grid;
  min-height: max(45rem, 90svh);
  align-items: end;
  overflow: hidden;
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
  isolation: isolate;
}

.akb-term-hero__art {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("../images/industries-editorial.webp");
  background-position: center;
  background-size: cover;
}

.term-construction-engineering .akb-term-hero__art {
  background-image: url("../images/industry-industrial.webp");
}

.term-mining-manufacturing .akb-term-hero__art {
  background-image: url("../images/hero-industrial.webp");
}

.term-corporate-hospitality .akb-term-hero__art {
  background-image: url("../images/industry-institutional.webp");
}

.term-education-healthcare .akb-term-hero__art {
  background-image: url("../images/supporting-service.webp");
}

.akb-term-hero__art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.99) 0%, rgba(5, 8, 15, 0.91) 39%, rgba(5, 8, 15, 0.3) 70%, rgba(5, 8, 15, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 8, 15, 0.9), transparent 52%);
  content: "";
}

.akb-term-hero__art > span {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 5rem);
  bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.46);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.akb-term-hero__inner {
  padding: clamp(10rem, 15vh, 13rem) 0 clamp(3rem, 6vw, 6rem);
}

.akb-term-hero__crumb {
  margin: 0;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akb-term-hero__crumb a {
  color: inherit;
}

.akb-term-hero__title {
  max-width: 12ch;
  margin: clamp(1.5rem, 3vw, 2.8rem) 0 0;
  color: #fff;
  font-size: clamp(4rem, 8.4vw, 9.7rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.akb-term-hero__description {
  max-width: 46rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.28rem);
  line-height: 1.62;
}

.akb-term-profile {
  display: grid;
  max-width: 74rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  margin-top: 1.8rem;
}

.akb-term-profile > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.akb-term-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.akb-term-profile li {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
}

.akb-term-hero__actions {
  margin-top: 2.3rem;
}

.akb-term-context-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--akb-v2-gold, #f5b51b);
  color: var(--akb-v2-ink, #090b10);
}

.akb-term-context-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem clamp(1rem, 3vw, 3.4rem);
  border-right: 1px solid rgba(9, 11, 16, 0.22);
}

.akb-term-context-strip > div:last-child {
  border-right: 0;
}

.akb-term-context-strip span {
  color: rgba(9, 11, 16, 0.45);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.akb-term-context-strip strong {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.akb-term-directory-shell {
  padding: clamp(6rem, 10vw, 11rem) 0;
  background: var(--akb-v2-paper-bright, #f8f7f2);
  color: var(--akb-v2-ink, #090b10);
}

.akb-term-directory__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.akb-term-directory__header > div > p,
.akb-term-capabilities > header > p,
.akb-term-products > header p,
.akb-term-projects > p {
  margin: 0;
  color: var(--akb-v2-gold-deep, #9b6500);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akb-term-directory__header h2 {
  max-width: 10ch;
  margin: 1.5rem 0 0;
  color: var(--akb-v2-ink, #090b10);
  font-size: clamp(3.2rem, 6.5vw, 7.8rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.akb-term-directory__header dl {
  display: flex;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 0;
  margin: 0;
}

.akb-term-directory__header dt {
  color: rgba(9, 11, 16, 0.48);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-term-directory__header dd {
  margin: 0.4rem 0 0;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
}

.akb-term-capabilities {
  border-top: 1px solid rgba(9, 11, 16, 0.25);
}

.akb-term-capabilities > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
  gap: 2rem;
  align-items: end;
  padding: 1.5rem 0 clamp(3rem, 5vw, 5rem);
}

.akb-term-capabilities > header h3,
.akb-term-products > header h3,
.akb-term-projects h3 {
  margin: 1.3rem 0 0;
  color: var(--akb-v2-ink, #090b10);
  font-size: clamp(2.6rem, 5vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.akb-term-capabilities > header > span {
  color: rgba(9, 11, 16, 0.58);
  line-height: 1.6;
}

.akb-term-capabilities__list {
  border-top: 1px solid rgba(9, 11, 16, 0.2);
}

.akb-term-capabilities__list article {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 3.3rem;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.8rem, 3.5vw, 3.2rem) 0;
  border-bottom: 1px solid rgba(9, 11, 16, 0.2);
}

.akb-term-capabilities__list article > p {
  margin: 0;
  color: rgba(9, 11, 16, 0.4);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.akb-term-capabilities__list .akb-term-capabilities__eyebrow {
	margin: 0;
  color: rgba(9, 11, 16, 0.44);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.akb-term-capabilities__list h4 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.8rem, 3.5vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.akb-term-capabilities__list h4 a {
  color: var(--akb-v2-ink, #090b10);
  text-decoration: none;
}

.akb-term-capabilities__list article div > p:not(.akb-term-capabilities__eyebrow) {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: rgba(9, 11, 16, 0.58);
  line-height: 1.55;
}

.akb-term-capabilities__arrow {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  place-items: center;
  border: 1px solid rgba(9, 11, 16, 0.35);
  border-radius: 50%;
  color: var(--akb-v2-ink, #090b10);
  text-decoration: none;
}

.akb-term-products {
  padding: clamp(4rem, 7vw, 7rem);
  margin-top: clamp(7rem, 11vw, 12rem);
  background: var(--akb-v2-ink, #090b10);
  color: #fff;
}

.akb-term-products > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.akb-term-products > header p,
.akb-term-products > header h3 {
  color: #fff;
}

.akb-term-products > header p {
  color: var(--akb-v2-gold, #f5b51b);
}

.akb-term-products > header a {
  color: #fff;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.akb-term-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.akb-term-products__grid article {
  display: flex;
  min-height: 26rem;
  flex-direction: column;
  padding: 1.5rem 1.6rem 2rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.akb-term-products__grid article + article {
  padding-left: 1.6rem;
}

.akb-term-products__grid article:nth-child(4n + 1) {
  padding-left: 0;
}

.akb-term-products__grid article:nth-child(4n) {
  border-right: 0;
}

.akb-term-products__grid article > p:first-child {
  margin: 0;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.akb-term-products__grid h4 {
  margin: 3rem 0 0;
  font-size: clamp(1.55rem, 2.2vw, 2.6rem);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1;
}

.akb-term-products__grid h4 a {
  color: #fff;
  text-decoration: none;
}

.akb-term-products__grid article > p:not(:first-child) {
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.55;
}

.akb-term-products__link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 2rem;
  color: var(--akb-v2-gold, #f5b51b);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.akb-term-projects {
  margin-top: clamp(6rem, 9vw, 9rem);
}

.akb-term-projects > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
}

.akb-term-projects article {
  padding: 2rem;
  border: 1px solid rgba(9, 11, 16, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  .akb-term-capabilities__list article:hover .akb-term-capabilities__arrow,
  .akb-term-capabilities__list article:focus-within .akb-term-capabilities__arrow {
    background: var(--akb-v2-ink, #090b10);
    color: #fff;
    transform: rotate(45deg);
  }
}

@media (max-width: 1040px) {
  .akb-term-profile,
  .akb-term-capabilities > header {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .akb-term-products__grid article:nth-child(2n) {
    border-right: 0;
  }

  .akb-term-products__grid article:nth-child(2n + 1) {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .akb-term-hero {
    min-height: 52rem;
  }

  .akb-term-hero__art,
  .term-construction-engineering .akb-term-hero__art,
  .term-mining-manufacturing .akb-term-hero__art,
  .term-corporate-hospitality .akb-term-hero__art,
  .term-education-healthcare .akb-term-hero__art {
    background-position: 64% center;
  }

  .akb-term-hero__art::after {
    background: linear-gradient(0deg, rgba(5, 8, 15, 0.99) 0%, rgba(5, 8, 15, 0.88) 64%, rgba(5, 8, 15, 0.3) 100%);
  }

  .akb-term-hero__inner {
    padding-top: 10rem;
  }

  .akb-term-hero__title {
    font-size: clamp(3.6rem, 15.5vw, 6.5rem);
  }

  .term-mining-manufacturing .akb-term-hero__title {
    font-size: clamp(3rem, 12.5vw, 5.5rem);
  }

  .akb-term-profile {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-term-hero__actions {
    display: grid;
    width: 100%;
  }

  .akb-term-hero__actions .wp-block-button,
  .akb-term-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .akb-term-context-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .akb-term-context-strip > div:nth-child(2) {
    border-right: 0;
  }

  .akb-term-context-strip > div:nth-child(n + 3) {
    border-top: 1px solid rgba(9, 11, 16, 0.22);
  }

  .akb-term-directory__header,
  .akb-term-products > header {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-term-directory__header dl {
    justify-content: flex-start;
  }

  .akb-term-capabilities__list article {
    grid-template-columns: 2.2rem minmax(0, 1fr);
  }

  .akb-term-capabilities__arrow {
    grid-column: 2;
    justify-self: start;
  }

  .akb-term-products {
    padding: 2rem 1.5rem;
  }

  .akb-term-products > header > a {
    justify-self: start;
  }

  .akb-term-products__grid,
  .akb-term-projects > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-term-products__grid article,
  .akb-term-products__grid article + article,
  .akb-term-products__grid article:nth-child(2n + 1) {
    min-height: 0;
    padding: 1.5rem 0 2.4rem;
    border-right: 0;
  }
}

@media (min-width: 600px) and (max-height: 520px) {
  .akb-term-hero {
    min-height: 38rem;
    align-items: start;
  }

  .akb-term-hero__inner {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  .akb-term-hero__title {
    margin-top: 1rem;
    font-size: clamp(3.7rem, 8vw, 4.8rem);
  }

  .akb-term-hero__description,
  .akb-term-profile,
  .akb-term-hero__actions {
    margin-top: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .akb-id-button:hover {
    transform: translateY(-2px);
  }

  .akb-id-button--gold:hover {
    background: #fff;
  }

  .akb-id-button--line:hover {
    border-color: var(--akb-v2-gold, #f5b51b);
    background: var(--akb-v2-gold, #f5b51b);
    color: var(--akb-v2-ink, #090b10);
  }

  .akb-id-route:hover .akb-id-route__media img {
    filter: saturate(0.95) contrast(1.03);
    transform: scale(1.035);
  }

  .akb-catalogue-route:hover::before,
  .akb-catalogue-route:focus-within::before {
    background: var(--akb-v2-gold, #f5b51b);
  }

  .akb-catalogue-route:hover .akb-catalogue-route__arrow,
  .akb-catalogue-route:focus-within .akb-catalogue-route__arrow {
    background: var(--akb-v2-ink, #090b10);
    color: #fff;
    transform: rotate(45deg);
  }
}

@media (max-width: 1200px) {
  .akb-id-route {
    grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 1.05fr);
  }

  .akb-id-route__body {
    padding: clamp(2.5rem, 4.5vw, 4.5rem);
  }

  .akb-catalogue-route {
    grid-template-columns: 3rem minmax(17rem, 1fr) minmax(14rem, 0.65fr) 3.2rem;
    gap: 1.5rem;
  }

  .akb-product-body__layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
    gap: 3rem;
  }
}

@media (max-width: 1040px) {
  .akb-id-hero,
  .akb-cat-hero,
  .akb-product-hero {
    min-height: 50rem;
  }

  .akb-id-hero__lower,
  .akb-cat-hero__lower,
  .akb-id-context__intro,
  .akb-id-routes__header,
  .akb-id-brief__inner,
  .akb-cat-filter-shell,
  .akb-product-body__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-id-hero__lower,
  .akb-cat-hero__lower {
    max-width: 45rem;
  }

  .akb-id-routes__header > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .akb-id-context__grid,
  .akb-cat-trust,
  .akb-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .akb-id-context__grid > div:nth-child(2) {
    border-right: 0;
  }

  .akb-id-context__grid > div:nth-child(n + 3) {
    border-top: 1px solid rgba(9, 11, 16, 0.16);
  }

  .akb-id-route,
  .akb-id-route--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-id-route--reverse .akb-id-route__media,
  .akb-id-route--reverse .akb-id-route__body {
    grid-column: 1;
    grid-row: auto;
  }

  .akb-id-route__media {
    min-height: 31rem;
  }

  .akb-catalogue-family__header {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .akb-catalogue-family__header > a {
    grid-column: 2;
    justify-self: start;
  }

  .akb-catalogue-route {
    grid-template-columns: 3rem minmax(0, 1fr) 3.2rem;
  }

  .akb-catalogue-route__brief {
    grid-column: 2;
  }

  .akb-catalogue-route__arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .akb-product-quote-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .akb-id-hero,
  .akb-cat-hero,
  .akb-product-hero {
    min-height: 47rem;
  }

  .akb-id-hero__media img {
    object-position: 62% center;
  }

  .akb-id-hero__shade {
    background: linear-gradient(0deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.84) 58%, rgba(5, 8, 15, 0.34) 100%);
  }

  .akb-id-hero__inner,
  .akb-cat-hero__inner,
  .akb-product-hero__inner {
    padding-top: 10rem;
  }

  .akb-id-hero h1,
  .akb-cat-hero__title {
    font-size: clamp(4rem, 18vw, 6.7rem);
  }

  .akb-product-hero__title {
    font-size: clamp(3.6rem, 15.5vw, 6.5rem);
  }

  .akb-id-hero h1 em,
  .akb-cat-hero__title em {
    white-space: normal;
  }

  .akb-id-actions,
  .akb-cat-hero__actions,
  .akb-product-hero__actions {
    display: grid;
    width: 100%;
  }

  .akb-id-button,
  .akb-cat-hero__actions .wp-block-button,
  .akb-cat-hero__actions .wp-block-button__link,
  .akb-product-hero__actions .wp-block-button,
  .akb-product-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .akb-id-hero__index {
    grid-template-columns: 1fr;
  }

  .akb-id-hero__index span {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .akb-id-context__grid,
  .akb-cat-trust,
  .akb-product-facts,
  .akb-product-cover-grid,
  .akb-product-context-grid,
  .akb-related-products__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-id-context__grid > div,
  .akb-id-context__grid > div + div {
    padding: 1.4rem 0;
    border-top: 1px solid rgba(9, 11, 16, 0.16);
    border-right: 0;
  }

  .akb-id-context__grid > div:first-child {
    border-top: 0;
  }

  .akb-id-route__media {
    min-height: 23rem;
  }

  .akb-id-route__body {
    padding: 2.5rem 0 4rem;
  }

  .akb-id-route h3 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .akb-cat-hero__art::after,
  .akb-product-hero__art::after {
    background: linear-gradient(0deg, rgba(5, 8, 15, 0.99) 0%, rgba(5, 8, 15, 0.89) 62%, rgba(5, 8, 15, 0.28) 100%);
  }

  .akb-cat-hero__art,
  .akb-product-hero__art,
  .akb-product--barriers-traffic-control .akb-product-hero__art {
    background-position: 68% center;
  }

  .akb-cat-trust > div,
  .akb-product-facts > div {
    border-right: 0;
    border-bottom: 1px solid rgba(9, 11, 16, 0.22);
  }

  .akb-cat-trust > div:last-child,
  .akb-product-facts > div:last-child {
    border-bottom: 0;
  }

  .akb-catalogue-index__header,
  .akb-related-products header {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-catalogue-index__header > p {
    justify-items: start;
  }

  .akb-catalogue-family__header {
    grid-template-columns: minmax(0, 1fr);
  }

  .akb-catalogue-family__header > a {
    grid-column: 1;
  }

  .akb-catalogue-route {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 1rem;
    padding: 2rem 0;
  }

  .akb-catalogue-route__brief {
    grid-column: 2;
    padding-top: 1rem;
    border-top: 1px solid rgba(9, 11, 16, 0.14);
  }

  .akb-catalogue-route__arrow {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }

  .akb-product-cover-grid article,
  .akb-product-cover-grid article:nth-child(even) {
    min-height: 0;
    padding: 1.7rem 0 2.3rem;
    border-right: 0;
  }

  .akb-product-context-grid article {
    min-height: 0;
  }

  .akb-related-products header > a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 1.5rem;
  }

  .akb-related-products__grid article,
  .akb-related-products__grid article + article {
    min-height: 0;
    padding: 1.5rem 0 3rem;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 11, 16, 0.18);
  }

  .akb-related-products__grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .akb-id-hero h1,
  .akb-cat-hero__title {
    font-size: clamp(3.6rem, 17vw, 5rem);
  }

  .akb-product-hero__title {
    font-size: clamp(3.25rem, 14.5vw, 4.7rem);
  }

  .akb-id-context h2,
  .akb-id-routes__header h2,
  .akb-id-brief h2,
  .akb-catalogue-index__header h2,
  .akb-related-products h2,
  .akb-product-chapter h2,
  .akb-product-boundary h2 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .akb-product-chapter--spec,
  .akb-product-boundary,
  .akb-product-quote-card {
    padding: 1.5rem;
  }
}

@media (min-width: 600px) and (max-height: 520px) {
  .akb-id-hero,
  .akb-cat-hero,
  .akb-product-hero {
    min-height: 34rem;
    align-items: start;
  }

  .akb-id-hero__inner,
  .akb-cat-hero__inner,
  .akb-product-hero__inner {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  .akb-id-hero h1 {
    margin-top: 1rem;
    font-size: clamp(4.1rem, 9vw, 5rem);
  }

  .akb-cat-hero__title {
    margin-top: 1rem;
    font-size: clamp(3.8rem, 8vw, 4.4rem);
  }

  .akb-product-hero__title {
    margin-top: 1rem;
    font-size: clamp(3.8rem, 8.2vw, 4.8rem);
  }

  .akb-id-hero__lower,
  .akb-cat-hero__lower {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .akb-id-hero__index {
    display: none;
  }

  .akb-product-hero__intro {
    margin-top: 1rem;
  }

  .akb-product-hero__terms {
    margin-top: 0.75rem;
  }

  .akb-product-hero__actions {
    margin-top: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .akb-id-button,
  .akb-id-route__media img,
  .akb-catalogue-route,
  .akb-catalogue-route::before,
  .akb-catalogue-route__arrow {
    transition: none !important;
  }
}
