:root {
  --hf-mint: #a1ffcb;
  --hf-grey: #d9d9d9;
  --hf-line: color-mix(in srgb, currentColor 28%, transparent);
}

html.hf-experience-enabled #about > div:nth-of-type(2) {
  display: none;
}

html.hf-experience-enabled #clients:not([data-hf-divisions="true"]),
html.hf-experience-enabled #testimonials:not([data-hf-ai-nativity="true"]) {
  min-height: 100svh;
  visibility: hidden;
}

header img[src="/artificialhedgelogo.png"] {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

svg[viewBox="0 0 39 40"],
footer svg[viewBox="0 0 379 246"] {
  visibility: hidden;
}

.hf-header-logo-parent {
  transform: translateZ(1px) !important;
  animation: none !important;
}

.hf-header-logo {
  transform: scale(3.1);
  transform-origin: center;
}

html[data-theme="light"] header img[src="/artificialhedgelogo.png"] {
  filter: invert(1);
}

.hf-entry-logo {
  display: block;
  width: min(86vw, 46rem);
  height: auto;
  object-fit: contain;
}

.hf-entry-logo-parent {
  transform: translateZ(1px) !important;
  animation: none !important;
}

html[data-theme="light"] .hf-entry-logo {
  filter: invert(1);
}

.hf-header-clock {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font: inherit;
  white-space: nowrap;
}

.hf-header-clock strong {
  font-weight: 400;
}

.hf-module {
  position: relative;
  z-index: 1;
  color: rgb(var(--theme-fg, 0 0 0));
  background: rgb(var(--theme-bg, 255 255 255));
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-module__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 1px solid currentColor;
}

.hf-module__eyebrow,
.hf-module__intro {
  padding: 1.25rem;
}

.hf-module__eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.hf-module__eyebrow::before {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  background: currentColor;
  content: "";
}

.hf-module__intro {
  border-left: 1px solid currentColor;
}

.hf-module__intro h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.hf-module__intro p {
  max-width: 44rem;
  margin: 1.25rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  line-height: 1.35;
}

.hf-divisions,
.hf-native {
  position: relative;
  z-index: 1;
  color: rgb(var(--theme-fg, 0 0 0));
  background: rgb(var(--theme-bg, 255 255 255));
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-divisions__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 1px solid currentColor;
}

.hf-divisions__intro {
  min-height: 21rem;
  padding: 1.25rem;
  border-left: 1px solid currentColor;
}

.hf-divisions__intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.87;
}

.hf-divisions__intro p {
  max-width: 42rem;
  margin: 4rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.35;
}

.hf-divisions__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.hf-divisions__display {
  display: grid;
  grid-template-rows: minmax(30rem, 1fr) minmax(23rem, auto);
  border-right: 1px solid currentColor;
}

.hf-divisions__symbol-panel,
.hf-divisions__detail-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.25rem;
}

.hf-divisions__symbol-panel {
  position: relative;
  justify-content: space-between;
  overflow: hidden;
  color: var(--hf-mint);
  background: #111;
}

.hf-divisions__position,
.hf-divisions__descriptor,
.hf-divisions__detail-id,
.hf-native__copy > span,
.hf-footer-quote figcaption {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.hf-divisions__position,
.hf-divisions__descriptor {
  position: relative;
  z-index: 1;
  opacity: 0.68;
}

.hf-divisions__symbol {
  position: absolute;
  left: 50%;
  top: 46%;
  display: block;
  font-size: clamp(14rem, 31vw, 36rem);
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 0.7;
  transform: translate(-54%, -50%);
}

.hf-divisions__detail-panel {
  justify-content: space-between;
  color: #000;
  background: var(--hf-mint);
  border-top: 1px solid #000;
}

.hf-divisions__detail-panel h3 {
  max-width: 14ch;
  margin: auto 0 1.25rem;
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.hf-divisions__detail-panel p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.4;
}

.hf-divisions__controls {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hf-divisions__controls li {
  border-bottom: 1px solid currentColor;
}

.hf-divisions__controls li:last-child {
  border-bottom: 0;
}

.hf-divisions__control {
  display: grid;
  width: 100%;
  min-height: 10.6rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.hf-divisions__control:hover,
.hf-divisions__control:focus-visible,
.hf-divisions__control[aria-pressed="true"] {
  color: var(--hf-mint);
  background: #111;
  outline: 0;
}

.hf-divisions__control-id {
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.hf-divisions__control-name {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.68;
}

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

.hf-native__card:first-child {
  border-right: 1px solid currentColor;
}

.hf-native__illustration {
  aspect-ratio: 1;
  padding: clamp(1rem, 3vw, 3rem);
  overflow: hidden;
  color: #111;
  background-color: var(--hf-grey);
  background-image:
    linear-gradient(to right, rgb(0 0 0 / 7%) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(0 0 0 / 7%) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
}

.hf-native__illustration--dark {
  color: var(--hf-mint);
  background-color: #111;
  background-image:
    linear-gradient(to right, rgb(161 255 203 / 8%) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(161 255 203 / 8%) 1px, transparent 1px);
}

.hf-native__illustration svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hf-native__network-lines path,
.hf-native__stack rect,
.hf-native__stack path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.hf-native__network-lines path {
  stroke-dasharray: 8 10;
  opacity: 0.55;
}

.hf-native__network-nodes circle {
  fill: var(--hf-grey);
  stroke: currentColor;
  stroke-width: 2;
}

.hf-native__network-nodes .hf-native__network-hub {
  fill: var(--hf-mint);
  stroke-width: 3;
}

.hf-native__network-labels text,
.hf-native__stack text {
  fill: currentColor;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.hf-native__stack rect:last-of-type {
  fill: var(--hf-mint);
  color: #111;
}

.hf-native__stack rect:last-of-type + path,
.hf-native__stack rect:last-of-type + path + path {
  stroke: currentColor;
}

.hf-native__stack text:nth-of-type(3),
.hf-native__stack text:nth-of-type(6) {
  fill: #111;
}

.hf-native__copy {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  padding: 1.25rem;
  color: #fff;
  background: #111;
  border-top: 1px solid currentColor;
}

.hf-native__copy--mint {
  color: #000;
  background: var(--hf-mint);
  border-top-color: #000;
}

.hf-native__copy > span {
  opacity: 0.62;
}

.hf-native__copy h3 {
  margin: auto 0 1.25rem;
  font-size: clamp(2.5rem, 4.8vw, 5.75rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.hf-native__copy p {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.4;
}

.hf-footer-quote {
  display: flex;
  min-height: 20rem;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.hf-footer-quote blockquote {
  max-width: 17ch;
  margin: 0;
  color: var(--hf-mint);
  font-size: clamp(2.25rem, 4.4vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.hf-footer-quote figcaption {
  margin-top: 3rem;
  color: currentColor;
  opacity: 0.6;
}

.hf-operating-matrix {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - var(--site-header-height));
  grid-template-rows: auto 1fr;
  color: rgb(var(--theme-fg, 0 0 0));
  background: rgb(var(--theme-bg, 255 255 255));
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-operating-matrix__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 1px solid currentColor;
}

.hf-operating-matrix__intro {
  min-height: 19rem;
  padding: 1.25rem;
  border-left: 1px solid currentColor;
}

.hf-operating-matrix__intro h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.hf-operating-matrix__intro p {
  max-width: 44rem;
  margin: 3rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.38;
}

.hf-operating-matrix__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hf-operating-matrix__column {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  padding: 1.25rem;
}

.hf-operating-matrix__column:first-child {
  border-right: 1px solid currentColor;
}

.hf-operating-matrix__column--dark {
  color: var(--hf-mint);
  background: #111;
}

.hf-operating-matrix__column-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 2.5rem;
}

.hf-operating-matrix__column-heading span {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  opacity: 0.58;
}

.hf-operating-matrix__column-heading h3 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.5rem, 4.6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-align: right;
}

.hf-operating-matrix__column ol {
  display: grid;
  align-self: end;
  margin: 0;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.hf-operating-matrix__column li {
  display: grid;
  grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid currentColor;
}

.hf-operating-matrix__column li span {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.hf-operating-matrix__column li p {
  max-width: 30rem;
  margin: 0;
  line-height: 1.35;
}

.hf-person-bio {
  position: absolute;
  right: 1.25rem;
  bottom: 8.5rem;
  left: 1.25rem;
  z-index: 2;
  max-width: 31rem;
  margin: 0;
  padding: 1rem;
  color: #fff;
  background: rgb(17 17 17 / 90%);
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.4;
  white-space: normal;
  backdrop-filter: blur(0.5rem);
  pointer-events: none;
}

.hf-enquiry {
  min-height: 0;
  padding: 1.25rem;
  overflow: auto;
}

.hf-enquiry__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.hf-enquiry__heading > span {
  font-size: clamp(2.5rem, 4.5vw, 5.5rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.hf-enquiry__heading p {
  max-width: 28rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.hf-enquiry__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.hf-enquiry__form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.8rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-enquiry__form label > span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.625rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.hf-enquiry__form label small {
  font: inherit;
  opacity: 0.5;
}

.hf-enquiry__form input,
.hf-enquiry__form select,
.hf-enquiry__form textarea {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: 1.35;
  outline: 0;
}

.hf-enquiry__form select {
  appearance: none;
  cursor: pointer;
}

.hf-enquiry__form textarea {
  min-height: 5rem;
  resize: vertical;
}

.hf-enquiry__form label:focus-within {
  background: color-mix(in srgb, var(--hf-mint) 45%, transparent);
}

.hf-enquiry__message,
.hf-enquiry__footer {
  grid-column: 1 / -1;
}

.hf-enquiry__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-enquiry__footer p {
  max-width: 25rem;
  margin: 0;
  padding: 0.8rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.625rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.hf-enquiry__footer a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.hf-enquiry__footer button {
  align-self: stretch;
  min-width: 12rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-left: 1px solid #000;
  color: #000;
  background: var(--hf-mint);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.hf-enquiry__footer button:hover,
.hf-enquiry__footer button:focus-visible {
  color: var(--hf-mint);
  background: #111;
  outline: 0;
}

.hf-flow__body {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(17rem, 1fr);
  min-height: 38rem;
}

.hf-flow__canvas {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  border-right: 1px solid currentColor;
  background-image:
    linear-gradient(to right, color-mix(in srgb, currentColor 8%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, currentColor 8%, transparent) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.hf-flow__links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hf-flow__link {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-dasharray: 5 7;
  opacity: 0.22;
  transition: opacity 220ms ease, stroke-width 220ms ease;
}

.hf-flow__link.is-active {
  stroke-width: 2.25;
  stroke-dasharray: none;
  opacity: 0.92;
}

.hf-flow__node {
  --node-x: 50%;
  --node-y: 50%;
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  z-index: 1;
  width: clamp(8rem, 14vw, 11.5rem);
  min-height: 4.25rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid currentColor;
  color: inherit;
  background: rgb(var(--theme-bg, 255 255 255));
  font: inherit;
  text-align: left;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hf-flow__node::before {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  margin-bottom: 0.75rem;
  background: currentColor;
  content: "";
}

.hf-flow__node:hover,
.hf-flow__node:focus-visible,
.hf-flow__node.is-active {
  color: #000;
  background: var(--hf-mint);
  outline: 0;
  transform: translate(-50%, -50%) scale(1.035);
}

.hf-flow__node--hub {
  width: clamp(10rem, 17vw, 14rem);
  min-height: 6.5rem;
  color: var(--hf-mint);
  background: #111;
}

.hf-flow__node-kicker {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  opacity: 0.58;
}

.hf-flow__node-label {
  display: block;
  font-size: 0.9rem;
  line-height: 1.1;
}

.hf-flow__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 1.25rem;
  color: var(--hf-mint);
  background: #111;
}

.hf-flow__detail-index,
.hf-flow__detail-output {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.68;
}

.hf-flow__detail h3 {
  max-width: 12ch;
  margin: auto 0 1rem;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.hf-flow__detail-copy {
  max-width: 30rem;
  margin: 0 0 2.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.hf-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  color: #000;
  border-bottom: 1px solid #000;
}

.hf-stat {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border-right: 1px solid #000;
}

.hf-stat:last-child {
  border-right: 0;
}

.hf-stat--dark {
  color: #fff;
  background: #111;
}

.hf-stat--mint {
  min-height: 32rem;
  background: var(--hf-mint);
}

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

.hf-principles__grid article {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  padding: 1.25rem;
  border-right: 1px solid currentColor;
}

.hf-principles__grid article:last-child {
  border-right: 0;
  color: #fff;
  background: #111;
}

.hf-principles__grid span {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.65;
}

.hf-principles__grid h3 {
  max-width: 10ch;
  margin: auto 0 1rem;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.hf-principles__grid p {
  max-width: 30rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.hf-focus {
  border-top: 1px solid #000;
  background: var(--hf-grey);
}

.hf-focus__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #000;
}

.hf-focus__grid article {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-right: 1px solid #000;
}

.hf-focus__grid article:first-child {
  grid-column: span 2;
  min-height: 28rem;
  color: #fff;
  background: #111;
}

.hf-focus__grid article:nth-child(2) {
  background: var(--hf-mint);
}

.hf-focus__grid article:nth-child(3) {
  grid-column: span 2;
  min-height: 18rem;
}

.hf-focus__grid article:nth-child(4) {
  min-height: 18rem;
  color: #fff;
  background: #111;
}

.hf-focus__grid article:last-child {
  border-right: 0;
}

.hf-focus__grid span {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hf-focus__grid h3 {
  max-width: 12ch;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hf-focus__grid p {
  max-width: 18rem;
  font-size: 0.95rem;
  line-height: 1.35;
}

.hf-stat--grey {
  background: var(--hf-grey);
}

.hf-stat--grey .hf-stat__value {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  overflow-wrap: normal;
  white-space: nowrap;
}

.hf-stat__value {
  display: block;
  max-width: 100%;
  font-size: clamp(3rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.85;
  overflow-wrap: anywhere;
}

.hf-stat--mint .hf-stat__value {
  font-size: clamp(4rem, 11vw, 13rem);
}

.hf-stat__label {
  max-width: 30rem;
  margin: auto 0 0;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.25;
}

.hf-stat__note {
  display: block;
  max-width: 36rem;
  margin-top: 0.75rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  line-height: 1.35;
  text-transform: uppercase;
  opacity: 0.68;
}

.hf-growth__context {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: space-between;
}

.hf-growth__context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.hf-growth__context-grid div {
  min-height: 7rem;
  padding: 0.8rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.hf-growth__context-grid dt {
  margin-bottom: 1.5rem;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.625rem;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.55;
}

.hf-growth__context-grid dd {
  margin: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.hf-growth__controls {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 1.5rem;
}

.hf-growth__control {
  min-width: 8rem;
  padding: 0.8rem 1rem;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  cursor: pointer;
}

.hf-growth__control + .hf-growth__control {
  border-left: 0;
}

.hf-growth__control:hover,
.hf-growth__control:focus-visible,
.hf-growth__control[aria-pressed="true"] {
  color: #000;
  background: var(--hf-mint);
  outline: 0;
}

.hf-growth__body {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(17rem, 1fr);
}

.hf-growth__plot {
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid currentColor;
}

.hf-growth__plot svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 24rem;
  overflow: visible;
}

.hf-growth__grid-line,
.hf-growth__axis {
  stroke: currentColor;
  stroke-width: 1;
  opacity: 0.15;
}

.hf-growth__axis {
  opacity: 0.48;
}

.hf-growth__area {
  fill: color-mix(in srgb, var(--hf-mint) 35%, transparent);
  opacity: 0.72;
}

.hf-growth__line {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.hf-growth__dot {
  fill: var(--hf-mint);
  stroke: #000;
  stroke-width: 2;
  transition: cx 360ms ease, cy 360ms ease;
}

.hf-growth__label {
  fill: currentColor;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.62;
}

.hf-growth__readout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 1.25rem;
  color: #fff;
  background: #111;
}

.hf-growth__mode {
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  opacity: 0.62;
}

.hf-growth__multiple {
  display: block;
  margin: auto 0 1rem;
  color: var(--hf-mint);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.hf-growth__summary {
  max-width: 30rem;
  margin: 0 0 2.5rem;
  font-size: 1rem;
  line-height: 1.42;
}

.hf-growth__disclaimer {
  margin: 0;
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.625rem;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.55;
}

@media (min-width: 901px) {
  #team > #artificial hedge-growth-model + div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

[data-artificial hedge-banner="true"] {
  min-height: calc(100svh - var(--site-header-height)) !important;
  margin-top: 0 !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.hf-banner {
  position: relative;
  z-index: 1;
  display: grid !important;
  width: 100%;
  padding: 1.25rem;
  gap: 0.25rem;
  color: #fff;
  align-self: stretch;
  margin: auto 0;
  font-size: clamp(3.4rem, 8.8vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.8;
  text-transform: uppercase;
}

.hf-banner__line {
  display: flex;
}

.hf-banner__line--middle {
  justify-content: center;
}

.hf-banner__line--bottom {
  align-items: stretch;
  justify-content: space-between;
}

.hf-banner__word {
  display: inline-block;
  padding: 0.035em 0.055em 0.075em;
  color: #fff;
  background: #111;
}

.hf-banner__word--light {
  color: #000;
  background: #fff;
}

.hf-banner__action {
  display: inline-flex;
  width: 0.92em;
  height: 0.92em;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  color: #000;
  background: var(--hf-mint);
  font-family: var(--font-suisse-intl-mono), monospace;
  font-size: 0.38em;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.hf-banner__action:hover,
.hf-banner__action:focus-visible {
  color: var(--hf-mint);
  background: #111;
  outline: 1px solid var(--hf-mint);
  outline-offset: -1px;
}

@media (max-width: 900px) {
  .hf-module__header,
  .hf-divisions__header,
  .hf-divisions__body,
  .hf-native__grid,
  .hf-operating-matrix__header,
  .hf-operating-matrix__body,
  .hf-flow__body,
  .hf-growth__body,
  .hf-stats {
    grid-template-columns: 1fr;
  }

  .hf-operating-matrix__intro {
    min-height: 18rem;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .hf-operating-matrix__column {
    min-height: 30rem;
  }

  .hf-operating-matrix__column:first-child {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .hf-growth__context {
    min-height: 18rem;
  }

  .hf-divisions__intro {
    min-height: 18rem;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .hf-divisions__intro p {
    margin-top: 3rem;
  }

  .hf-divisions__display {
    grid-template-rows: minmax(24rem, 1fr) minmax(20rem, auto);
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .hf-divisions__symbol {
    font-size: clamp(13rem, 70vw, 27rem);
  }

  .hf-divisions__control {
    min-height: 7.5rem;
  }

  .hf-native__card:first-child {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .hf-module__intro,
  .hf-flow__canvas,
  .hf-growth__plot {
    border-left: 0;
    border-right: 0;
  }

  .hf-module__intro,
  .hf-flow__detail,
  .hf-growth__readout {
    border-top: 1px solid currentColor;
  }

  .hf-flow__body,
  .hf-flow__canvas {
    min-height: 0;
  }

  .hf-flow__canvas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .hf-flow__links {
    display: none;
  }

  .hf-flow__node,
  .hf-flow__node:hover,
  .hf-flow__node:focus-visible,
  .hf-flow__node.is-active {
    position: static;
    width: auto;
    min-height: 6.5rem;
    transform: none;
  }

  .hf-flow__node--hub {
    grid-column: 1 / -1;
  }

  .hf-flow__detail,
  .hf-growth__readout {
    min-height: 24rem;
  }

  .hf-stat,
  .hf-stat--mint {
    min-height: 18rem;
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  .hf-stat:last-child {
    border-bottom: 0;
  }

  .hf-principles__grid {
    grid-template-columns: 1fr;
  }

  .hf-principles__grid article,
  .hf-principles__grid article:last-child {
    min-height: 16rem;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .hf-principles__grid article:last-child {
    border-bottom: 0;
  }

  .hf-focus__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hf-focus__grid article,
  .hf-focus__grid article:last-child {
    min-height: 18rem;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .hf-focus__grid article:first-child,
  .hf-focus__grid article:nth-child(3) {
    grid-column: span 2;
  }

  .hf-focus__grid article:nth-child(2n) {
    border-right: 0;
  }

  .hf-focus__grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hf-stat--grey .hf-stat__value {
    font-size: clamp(2.75rem, 11vw, 4rem);
    white-space: normal;
  }

  .hf-banner {
    gap: 0.18rem;
    font-size: clamp(2.6rem, 12vw, 5rem);
  }

  .hf-footer-quote {
    min-height: 15rem;
  }

  .hf-enquiry__heading,
  .hf-enquiry__form {
    grid-template-columns: 1fr;
  }

  .hf-enquiry__heading p {
    margin-top: 1rem;
  }

  .hf-enquiry__message,
  .hf-enquiry__footer {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .hf-header-clock {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 0.58rem;
    line-height: 1.2;
  }

  .hf-header-clock span:nth-of-type(2) {
    display: none;
  }

  .hf-operating-matrix__column li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hf-person-bio {
    right: 0.75rem;
    bottom: 7.5rem;
    left: 0.75rem;
  }

  .hf-enquiry__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hf-enquiry__footer button {
    min-height: 3.5rem;
    border-top: 1px solid #000;
    border-left: 0;
  }

  .hf-flow__canvas {
    grid-template-columns: 1fr;
  }

  .hf-focus__grid {
    grid-template-columns: 1fr;
  }

  .hf-focus__grid article,
  .hf-focus__grid article:nth-child(2n),
  .hf-focus__grid article:nth-last-child(-n + 2) {
    min-height: 15rem;
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  .hf-focus__grid article:first-child,
  .hf-focus__grid article:nth-child(3) {
    grid-column: auto;
  }

  .hf-focus__grid article:last-child {
    border-bottom: 0;
  }

  .hf-flow__node--hub {
    grid-column: auto;
  }

  .hf-growth__controls {
    width: 100%;
  }

  .hf-growth__control {
    min-width: 0;
    flex: 1;
  }

  .hf-growth__plot {
    overflow-x: auto;
  }

  .hf-growth__plot svg {
    width: 46rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hf-flow__link {
    animation: hf-dash 14s linear infinite;
  }

  .hf-flow__node--hub::before {
    animation: hf-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes hf-dash {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes hf-pulse {
  50% {
    box-shadow: 0 0 0 0.5rem color-mix(in srgb, var(--hf-mint) 12%, transparent);
  }
}
