@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #24242d;
  --ink-soft: #3a3a42;
  --paper: #f7f6f3;
  --white: #fff;
  --line: #d8d6cf;
  --muted: #697177;
  --orange: #c03901;
  --orange-dark: #8f2b06;
  --amber: #df7447;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family:
    Avenir Next,
    Avenir,
    Segoe UI,
    Arial,
    sans-serif;
}
.skip-link {
  z-index: 1000;
  background: var(--ink);
  color: #fff;
  padding: 12px 16px;
  transition: transform 0.15s;
  position: fixed;
  top: 12px;
  left: 18px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.shell {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}
.narrow-shell {
  max-width: 850px;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.utility-bar {
  background: var(--ink);
  color: #d7dcdf;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 11px;
}
.utility-inner {
  justify-content: space-between;
  align-items: center;
  height: 30px;
  display: flex;
}
.utility-inner a:hover {
  color: var(--white);
}
.site-header {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #f7f6f3f7;
  position: sticky;
  top: 0;
  box-shadow: 0 5px 20px #24242d0d;
}
.nav-shell {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  display: flex;
}
.brand {
  align-items: center;
  gap: 12px;
  display: flex;
}
.brand img {
  width: 250px;
  height: auto;
  display: block;
}
.brand-mark {
  width: 34px;
  height: 40px;
  display: block;
  position: relative;
  transform: skew(-8deg);
}
.brand-mark i {
  transform-origin: bottom;
  background: var(--orange);
  border-radius: 8px 8px 2px 2px;
  width: 9px;
  position: absolute;
  bottom: 1px;
  transform: rotate(18deg);
}
.brand-mark i:first-child {
  height: 25px;
  left: 2px;
}
.brand-mark i:nth-child(2) {
  background: var(--amber);
  height: 38px;
  left: 12px;
}
.brand-mark i:nth-child(3) {
  background: var(--orange-dark);
  height: 29px;
  left: 22px;
}
.brand-copy {
  line-height: 1;
  display: grid;
}
.brand-copy strong {
  letter-spacing: 0.12em;
  font-size: 16px;
}
.brand-copy span {
  color: var(--orange);
  letter-spacing: 0.35em;
  margin-top: 5px;
  font-size: 10px;
}
.main-nav {
  align-items: center;
  gap: clamp(14px, 1.5vw, 25px);
  font-size: 12px;
  font-weight: 700;
  display: flex;
}
.main-nav > a:not(.nav-cta) {
  padding-block: 30px;
  position: relative;
}
.main-nav > a:not(.nav-cta):after {
  content: "";
  background: var(--orange);
  height: 2px;
  transition: right 0.2s;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 100%;
}
.main-nav > a:hover:after {
  right: 0;
}
.nav-cta {
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
}
.nav-cta:hover {
  background: var(--orange);
}
.menu-button {
  background: 0 0;
  border: 0;
  padding: 8px;
  display: none;
}
.menu-button i {
  background: var(--ink);
  width: 24px;
  height: 2px;
  margin: 5px 0;
  display: block;
}
.home-hero {
  background: linear-gradient(110deg, #f7f5f0 0% 60%, #ece8df 60%);
  min-height: 680px;
  overflow: hidden;
}
.hero-grid {
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
  min-height: 680px;
  display: grid;
}
.hero-copy {
  align-self: center;
  padding: 86px 48px 54px 0;
}
.eyebrow {
  color: var(--orange-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 800;
}
.eyebrow > span {
  vertical-align: middle;
  background: var(--orange);
  width: 22px;
  height: 2px;
  margin-right: 10px;
  display: inline-block;
}
.hero-copy h1 {
  letter-spacing: -0.035em;
  max-width: 720px;
  margin: 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(52px, 5.25vw, 78px);
  font-weight: 500;
  line-height: 0.99;
}
.hero-copy h1 em {
  color: var(--orange);
  font-weight: 500;
}
.hero-lead {
  max-width: 670px;
  color: var(--ink-soft);
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.7;
}
.button-row {
  align-items: center;
  gap: 30px;
  display: flex;
}
.button {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 52px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--orange);
  color: var(--white);
}
.button-primary:hover {
  background: var(--orange-dark);
}
.text-link {
  border-bottom: 1px solid var(--ink);
  align-items: center;
  gap: 14px;
  padding-block: 8px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}
.text-link:hover {
  color: var(--orange);
  border-color: var(--orange);
}
.hero-facts {
  border-top: 1px solid var(--line);
  gap: 35px;
  margin-top: 62px;
  padding-top: 26px;
  display: flex;
}
.hero-facts > div {
  align-items: center;
  gap: 11px;
  display: flex;
}
.hero-facts strong {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 500;
}
.hero-facts span {
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.45;
}
.hero-visual {
  background: #242a2d;
  min-height: 680px;
  position: relative;
  overflow: hidden;
}
.visual-grid {
  opacity: 0.24;
  background-image:
    linear-gradient(#ffffff24 1px, #0000 1px),
    linear-gradient(90deg, #ffffff24 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
  transform: perspective(500px) rotate(-7deg) scale(1.2);
}
.hero-visual:before,
.hero-visual:after {
  content: "";
  border: 1px solid #e84b2066;
  border-radius: 50%;
  position: absolute;
}
.hero-visual:before {
  width: 430px;
  height: 430px;
  top: 70px;
  right: -110px;
}
.hero-visual:after {
  width: 260px;
  height: 260px;
  bottom: 70px;
  left: 35px;
}
.risk-ring {
  text-align: center;
  color: #fff;
  border: 1px solid #ffffffb3;
  border-radius: 50%;
  place-content: center;
  width: 172px;
  height: 172px;
  display: grid;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 20px #e84b2017,
    0 0 0 48px #ffffff09;
}
.risk-ring:before,
.risk-ring:after {
  content: "";
  background: var(--orange);
  position: absolute;
}
.risk-ring:before {
  width: 44px;
  height: 2px;
  top: 50%;
  left: -22px;
}
.risk-ring:after {
  width: 2px;
  height: 44px;
  top: -22px;
  left: 50%;
}
.risk-ring span {
  letter-spacing: 0.14em;
  font-size: 35px;
  font-weight: 800;
}
.risk-ring small {
  color: var(--amber);
  letter-spacing: 0.25em;
  margin-top: 4px;
}
.signal {
  border-left: 2px solid var(--orange);
  color: #fff;
  background: #121517c7;
  min-width: 120px;
  padding: 10px 12px;
  position: absolute;
}
.signal span {
  color: #aeb5b8;
  letter-spacing: 0.16em;
  font-size: 8px;
  display: block;
}
.signal strong {
  margin-top: 4px;
  font-size: 12px;
  display: block;
}
.signal-a {
  top: 18%;
  left: 11%;
}
.signal-b {
  top: 34%;
  right: 7%;
}
.signal-c {
  bottom: 19%;
  left: 12%;
}
.visual-caption {
  color: #9ca4a7;
  letter-spacing: 0.16em;
  justify-content: space-between;
  font-size: 8px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 26px;
  right: 26px;
}
.visual-caption b {
  color: #fff;
}
.trust-strip {
  background: var(--white);
  border-block: 1px solid var(--line);
}
.trust-inner {
  min-height: 72px;
  color: var(--muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  display: flex;
}
.trust-inner > span {
  color: var(--orange);
  font-weight: 800;
}
.trust-inner b {
  color: var(--ink-soft);
}
.trust-inner i {
  background: var(--line);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.section {
  padding-block: 110px;
}
.section-heading {
  margin-bottom: 50px;
}
.split-heading {
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.section-heading h2,
.profile-copy h2,
.analytics-copy h2,
.cta-inner h2,
.page-hero h1 {
  letter-spacing: -0.025em;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.split-heading > p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.service-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
}
.service-card {
  background: var(--white);
  min-height: 390px;
  padding: 28px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  position: relative;
}
.service-card:hover {
  background: var(--ink);
  color: #fff;
}
.service-number {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 18px;
}
.service-symbol {
  opacity: 0.85;
  border: 1px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 55px 0 34px;
  position: relative;
}
.service-symbol i {
  background: var(--orange);
  position: absolute;
}
.service-symbol i:first-child {
  width: 1px;
  height: 72px;
  top: -7px;
  left: 29px;
  transform: rotate(45deg);
}
.service-symbol i:last-child {
  width: 72px;
  height: 1px;
  top: 29px;
  left: -7px;
  transform: rotate(-20deg);
}
.service-card h3 {
  margin: 0 0 15px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}
.service-card p {
  color: var(--muted);
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.7;
}
.service-card:hover p {
  color: #c8ced1;
}
.card-link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 28px;
  left: 32px;
}
.card-link b {
  color: var(--orange);
  margin-left: 12px;
}
.service-icon {
  background: linear-gradient(145deg, #fff, #f0ece5);
  border: 1px solid #d9d4cc;
  border-radius: 50%;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 48px 0 30px;
  display: grid;
  position: relative;
}
.service-icon:before,
.service-icon:after {
  content: "";
  background: var(--orange);
  opacity: 0.85;
  position: absolute;
}
.service-icon:before {
  width: 38px;
  height: 2px;
  transform: rotate(-42deg);
}
.service-icon:after {
  width: 2px;
  height: 38px;
  transform: rotate(42deg);
}
.service-icon span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  transform: translate(28px, -28px);
}
.service-card:hover .service-icon {
  background: #2d2d36;
  border-color: #595963;
}
.specialist-strip {
  padding: 0 0 105px;
}
.specialist-grid {
  border: 1px solid var(--line);
  background: #fff;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 430px;
  display: grid;
}
.specialist-image {
  min-height: 430px;
  overflow: hidden;
}
.specialist-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.specialist-copy {
  align-self: center;
  padding: 55px 65px;
}
.specialist-copy h2 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.08;
}
.specialist-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}
.mini-facts {
  border-block: 1px solid var(--line);
  gap: 30px;
  margin: 25px 0;
  padding: 18px 0;
  display: flex;
}
.mini-facts span {
  color: var(--muted);
  font-size: 12px;
}
.mini-facts b {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-size: 10px;
  display: block;
}
.outputs-section {
  border-block: 1px solid var(--line);
  background: #ebe8e2;
  padding: 105px 0;
}
.output-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.output-card {
  background: #fff;
  border: 1px solid #d6d2ca;
  min-width: 0;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.output-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px #24242d1f;
}
.output-preview {
  background: linear-gradient(145deg, #272730, #3b3b46);
  justify-content: center;
  align-items: flex-start;
  height: 360px;
  padding: 28px 25px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.output-preview:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000, #18181ea6);
  height: 35%;
  position: absolute;
  inset: auto 0 0;
}
.output-preview img {
  object-fit: contain;
  object-position: top;
  width: 88%;
  height: auto;
  max-height: 420px;
  transform: rotate(-1.5deg);
  box-shadow: 0 14px 35px #00000059;
}
.output-card:nth-child(2) .output-preview img {
  width: 94%;
  transform: rotate(1deg);
}
.output-preview > span {
  z-index: 1;
  color: #e3c1b2;
  letter-spacing: 0.14em;
  font-size: 7px;
  position: absolute;
  bottom: 14px;
  left: 18px;
}
.output-card > div:last-child {
  padding: 26px 28px 30px;
}
.output-card small {
  color: var(--orange-dark);
  letter-spacing: 0.14em;
  font-size: 8px;
  font-weight: 800;
}
.output-card h3 {
  margin: 10px 0;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}
.output-card p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.bridge-section {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.bridge-grid {
  grid-template-columns: 0.62fr 1.38fr;
  align-items: start;
  gap: 80px;
  display: grid;
}
.bridge-intro h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.bridge-cards {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.bridge-card {
  background: #2c2c35;
  border: 1px solid #4a4a54;
  flex-direction: column;
  min-height: 330px;
  padding: 32px;
  transition:
    transform 0.2s,
    border 0.2s;
  display: flex;
}
.bridge-card:hover {
  border-color: #7b7b86;
  transform: translateY(-5px);
}
.bridge-card.accent {
  border-top: 3px solid var(--orange);
  background: linear-gradient(145deg, #34343e, #2a2a32);
}
.bridge-card > span {
  color: #da8a68;
  letter-spacing: 0.16em;
  font-size: 9px;
  font-weight: 800;
}
.bridge-card h3 {
  margin: 48px 0 17px;
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}
.bridge-card p {
  color: #c0c0c6;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.bridge-card b {
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 11px;
}
.analytics-band {
  background: var(--ink);
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.analytics-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.eyebrow.light {
  color: var(--amber);
}
.analytics-copy p:not(.eyebrow) {
  color: #bec4c7;
  margin: 28px 0;
  font-size: 15px;
  line-height: 1.8;
}
.button-light {
  color: var(--ink);
  background: #fff;
}
.button-light:hover {
  background: var(--amber);
}
.analytics-showcase {
  padding: 45px 0 0 50px;
  position: relative;
}
.analytics-badge {
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: -28px;
  left: -25px;
  overflow: hidden;
  box-shadow: 0 14px 35px #00000059;
}
.analytics-badge img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.analytics-panel {
  background: #202028;
  border: 1px solid #51595d;
  padding: 26px;
  box-shadow: 22px 22px #c039012e;
}
.panel-top {
  color: #9da6aa;
  letter-spacing: 0.16em;
  border-bottom: 1px solid #495054;
  justify-content: space-between;
  padding-bottom: 16px;
  font-size: 8px;
  display: flex;
}
.panel-top b {
  color: var(--amber);
}
.metric-row {
  background: #454c50;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 22px 0;
  display: grid;
}
.metric-row > div {
  background: #272d30;
  padding: 16px;
}
.metric-row span,
.metric-row small {
  color: #9ba4a8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 8px;
  display: block;
}
.metric-row strong {
  margin: 5px 0;
  font-size: 27px;
  display: block;
}
.chart-lines {
  background: repeating-linear-gradient(#0000 0 29px, #353c40 30px);
  height: 150px;
  position: relative;
  overflow: hidden;
}
.chart-lines > i {
  background: linear-gradient(#e84b2014, #e84b20a6);
  width: 12%;
  position: absolute;
  bottom: 0;
}
.chart-lines > i:first-child {
  height: 25%;
  left: 4%;
}
.chart-lines > i:nth-child(2) {
  height: 48%;
  left: 24%;
}
.chart-lines > i:nth-child(3) {
  height: 72%;
  left: 44%;
}
.chart-lines > i:nth-child(4) {
  height: 58%;
  left: 64%;
}
.chart-lines > i:nth-child(5) {
  height: 37%;
  left: 84%;
}
.chart-a,
.chart-b {
  transform-origin: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.chart-a {
  background: var(--amber);
  top: 58%;
  transform: rotate(-7deg);
}
.chart-b {
  background: #e5e8e9;
  top: 37%;
  transform: rotate(4deg);
}
.panel-bottom {
  color: #8f989c;
  justify-content: space-around;
  margin-top: 8px;
  font-size: 8px;
  display: flex;
}
.trigger-window {
  color: #efae92;
  letter-spacing: 0.12em;
  background: #c0390124;
  border-inline: 1px solid #df744780;
  justify-content: center;
  align-items: flex-start;
  width: 29%;
  padding: 8px;
  font-size: 7px;
  font-style: normal;
  display: flex;
  position: absolute;
  top: 18%;
  bottom: 4%;
  right: 8%;
}
.profile-teaser {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.profile-card {
  aspect-ratio: 4/4.6;
  background: #ddd8cd;
  border: 1px solid #cbc5b8;
  place-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}
.profile-card:before {
  content: "";
  border: 1px solid #15191c40;
  border-radius: 50%;
  position: absolute;
  inset: 8%;
}
.profile-initials {
  color: #aaa397;
  font-family: Georgia, serif;
  font-size: 80px;
}
.profile-lines {
  background: repeating-linear-gradient(115deg, #0000 0 14px, #ffffff38 15px);
  position: absolute;
  inset: 0;
}
.profile-card small {
  letter-spacing: 0.15em;
  color: #6f6a62;
  font-size: 8px;
  position: absolute;
  bottom: 16px;
  left: 20px;
}
.real-profile {
  display: block;
}
.real-profile:before {
  display: none;
}
.real-profile img {
  object-fit: cover;
  object-position: 50% 24%;
  filter: saturate(0.82) contrast(1.04);
  width: 100%;
  height: 100%;
}
.real-profile:after {
  content: "";
  background: linear-gradient(#0000, #14141ad1);
  height: 32%;
  position: absolute;
  inset: auto 0 0;
}
.real-profile small {
  z-index: 1;
  color: #fff;
}
.profile-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.profile-copy blockquote {
  border-left: 2px solid var(--orange);
  margin: 28px 0;
  padding: 20px 0 20px 24px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
}
.cta-section {
  border-top: 1px solid var(--line);
  background: #ebe7df;
  padding: 65px 0;
}
.cta-inner {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  display: flex;
}
.cta-inner h2 {
  font-size: 42px;
}
.page-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #efebe3 0%, #f7f5f0 65%);
  padding: 96px 0 80px;
}
.page-hero h1 {
  max-width: 800px;
  font-size: clamp(48px, 6vw, 76px);
}
.page-lead {
  max-width: 720px;
  color: var(--muted);
  margin: 25px 0 0;
  font-size: 19px;
  line-height: 1.7;
}
.page-hero .button {
  margin-top: 30px;
}
.content-section {
  padding: 85px 0;
}
.content-section.alt {
  background: #fff;
}
.content-grid {
  grid-template-columns: 0.65fr 1.35fr;
  gap: 90px;
  display: grid;
}
.content-grid h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.12;
}
.content-prose > p {
  color: var(--muted);
  margin-top: 0;
  font-size: 16px;
  line-height: 1.8;
}
.detail-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 35px;
  display: grid;
}
.detail-card {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 25px;
}
.detail-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 21px;
}
.detail-card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.number-list {
  counter-reset: item;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.number-list li {
  counter-increment: item;
  border-top: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  line-height: 1.6;
  display: grid;
}
.number-list li:before {
  content: "0" counter(item);
  color: var(--orange);
  font-family: Georgia, serif;
}
.tag-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
  display: flex;
}
.tag {
  border: 1px solid var(--line);
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #fff;
  padding: 8px 11px;
  font-size: 10px;
  font-weight: 700;
}
.product-grid,
.project-grid,
.article-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
  display: grid;
}
.product-card,
.project-card,
.article-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px;
}
.product-card strong {
  color: var(--orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
}
.product-card h3,
.project-card h3,
.article-card h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}
.product-card p,
.project-card p,
.article-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  display: grid;
}
.contact-box {
  border: 1px solid var(--line);
  background: #fff;
  padding: 32px;
}
.contact-box a {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.contact-box small {
  color: var(--muted);
  margin-top: 30px;
  line-height: 1.6;
  display: block;
}
.contact-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 70px;
  display: grid;
}
.contact-layout .contact-box {
  margin-top: 38px;
}
.contact-form {
  border: 1px solid var(--line);
  background: #fff;
  padding: 38px;
  box-shadow: 0 15px 45px #24242d0f;
}
.form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}
.contact-form label {
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}
.contact-form label > span b,
.form-required b {
  color: var(--orange-dark);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #c8c6c0;
  border-radius: 0;
  padding: 13px 14px;
  font-size: 15px;
  font-weight: 400;
}
.contact-form textarea {
  resize: vertical;
  min-height: 165px;
  line-height: 1.55;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--orange-dark);
  outline: 3px solid #d85b242e;
}
.contact-form .form-full {
  grid-column: 1/-1;
}
.contact-form .honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.contact-form .form-check {
  letter-spacing: 0;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 22px;
  font-weight: 400;
  line-height: 1.55;
  display: flex;
}
.contact-form .form-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange-dark);
  margin-top: 2px;
}
.contact-form .form-check a {
  text-underline-offset: 3px;
  text-decoration: underline;
}
.form-required,
.form-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.form-required {
  margin: 12px 0 20px;
}
.form-note {
  margin: 15px 0 0;
}
.legal-content h2 {
  margin-top: 48px;
  font-size: 26px;
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content a {
  color: var(--orange-dark);
  text-underline-offset: 3px;
  text-decoration: underline;
}
.legal-status {
  border-left: 3px solid var(--orange);
  background: #ebe7df;
  padding: 12px 16px;
  font-size: 13px !important;
}
.site-footer {
  color: #fff;
  background: #19191f;
  padding-top: 70px;
}
.footer-grid {
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 80px;
  padding-bottom: 55px;
  display: grid;
}
.footer-grid > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
.footer-logo {
  filter: grayscale() brightness(0) invert();
  opacity: 0.92;
  width: 280px;
  max-width: 100%;
}
.footer-grid h2 {
  color: #9da5a9;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 10px;
}
.footer-grid p,
.footer-grid a {
  color: #b9c0c3;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.footer-grid a:hover {
  color: #fff;
}
.legal-row {
  color: #788085;
  border-top: 1px solid #353b3e;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  font-size: 10px;
  display: flex;
}
.legal-row div {
  gap: 20px;
  display: flex;
}
.hero-photo {
  background: #15151a;
}
.hero-photo > img {
  object-fit: cover;
  object-position: 51% 47%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.photo-shade {
  background:
    linear-gradient(#24242d0d 38%, #24242de6 100%),
    linear-gradient(90deg, #24242d14, #0000);
  position: absolute;
  inset: 0;
}
.photo-label {
  border-left: 3px solid var(--orange);
  color: #fff;
  padding-left: 18px;
  position: absolute;
  bottom: 32px;
  left: 34px;
  right: 34px;
}
.photo-label span {
  color: #e6a187;
  letter-spacing: 0.17em;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.photo-label strong {
  margin-top: 7px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  display: block;
}
.fwa-hero {
  color: #fff;
  background: radial-gradient(
    circle at 70% 28%,
    #3b3b46 0,
    #24242d 38%,
    #18181e 100%
  );
  padding: 90px 0;
  overflow: hidden;
}
.fwa-hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  display: grid;
}
.fwa-hero h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
}
.fwa-hero h1 em {
  color: #e37a4e;
  font-weight: 500;
}
.fwa-hero p:not(.eyebrow) {
  color: #c8c8ce;
  max-width: 660px;
  margin: 28px 0;
  font-size: 17px;
  line-height: 1.75;
}
.fwa-visual {
  place-items: center;
  min-height: 470px;
  display: grid;
  position: relative;
}
.fwa-visual:before {
  content: "";
  border: 1px solid #555560;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  box-shadow:
    0 0 0 35px #c039010d,
    0 0 0 85px #ffffff06;
}
.fwa-visual > img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  position: relative;
  box-shadow: 0 25px 70px #00000073;
}
.fwa-visual > div {
  z-index: 2;
  border-left: 3px solid var(--orange);
  background: #19191fed;
  gap: 7px;
  width: 240px;
  padding: 20px;
  display: grid;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.fwa-visual > div span {
  color: #de8a68;
  letter-spacing: 0.16em;
  font-size: 8px;
}
.fwa-visual > div b {
  font-size: 12px;
  font-weight: 600;
}
.hydrant-section {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.hydrant-layout {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 75px;
  display: grid;
}
.hydrant-copy h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.hydrant-copy > p:not(.eyebrow) {
  color: #c5c5cb;
  line-height: 1.8;
}
.hydrant-copy ul {
  margin: 25px 0 32px;
  padding: 0;
  list-style: none;
}
.hydrant-copy li {
  color: #d7d7dc;
  border-bottom: 1px solid #43434d;
  padding: 11px 0 11px 25px;
  font-size: 14px;
  position: relative;
}
.hydrant-copy li:before {
  content: "+";
  color: #e1794e;
  font-weight: 800;
  position: absolute;
  left: 0;
}
.hydrant-gallery {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
  transform: rotate(-1.2deg);
}
.hydrant-gallery img {
  aspect-ratio: 1/1.18;
  object-fit: cover;
  border: 8px solid #f6f3ed;
  width: 100%;
  box-shadow: 0 18px 40px #0000004d;
}
.hydrant-gallery img:last-child {
  transform: translateY(30px) rotate(2deg);
}
.field-visual {
  padding: 70px 0 20px;
}
.field-visual-grid {
  grid-template-columns: 1.35fr 0.65fr;
  align-items: stretch;
  gap: 20px;
  display: grid;
}
.field-main {
  min-height: 520px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.field-main img,
.field-side img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.field-main:after {
  content: "";
  background: linear-gradient(#0000, #14141adb);
  position: absolute;
  inset: 45% 0 0;
}
.field-main figcaption {
  z-index: 1;
  border-left: 3px solid var(--orange);
  color: #fff;
  padding-left: 18px;
  position: absolute;
  bottom: 28px;
  left: 32px;
  right: 32px;
}
.field-main figcaption span {
  color: #f0a082;
  letter-spacing: 0.15em;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.field-main figcaption b {
  margin-top: 6px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.field-side {
  color: #fff;
  background: #24242d;
  grid-template-rows: 1fr auto;
  display: grid;
}
.field-side img {
  min-height: 360px;
}
.field-side p {
  color: #d1d1d6;
  margin: 0;
  padding: 28px;
  font-size: 14px;
  line-height: 1.7;
}
.partner-section {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.partner-grid {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 90px;
  display: grid;
}
.partner-grid h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.partner-grid > div:first-child > p:not(.eyebrow) {
  color: #c5c5ca;
  line-height: 1.8;
}
.partner-services {
  border-top: 1px solid #4c4c56;
}
.partner-services article {
  border-bottom: 1px solid #4c4c56;
  grid-template-columns: 45px 1fr;
  column-gap: 18px;
  padding: 24px 0;
  display: grid;
}
.partner-services span {
  color: #df7950;
  grid-row: 1/3;
  font-family: Georgia, serif;
  font-size: 20px;
}
.partner-services h3 {
  margin: 0 0 7px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}
.partner-services p {
  color: #bdbdc4;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.international-section {
  color: #fff;
  background: linear-gradient(125deg, #24242d, #30303a);
  padding: 100px 0;
}
.international-grid {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 90px;
  display: grid;
}
.international-grid h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.international-grid > div:last-child > p {
  color: #c7c7cd;
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 1.8;
}
.country-row {
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
  display: flex;
}
.country-row span {
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #5a5a64;
  padding: 10px 14px;
  font-size: 10px;
  font-weight: 800;
}
.fwa-value {
  border-bottom: 1px solid var(--line);
  background: #f1eee8;
  padding: 85px 0;
}
.value-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 35px;
  display: grid;
}
.value-grid article {
  background: #fff;
  min-height: 280px;
  padding: 32px;
}
.value-grid strong {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 20px;
}
.value-grid h2 {
  margin: 55px 0 13px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}
.value-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.product-grid.enhanced .product-card {
  min-height: 310px;
  padding-bottom: 55px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.product-grid.enhanced .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px #24242d1a;
}
.product-top {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}
.product-top span {
  color: #6f6f77;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #f1eee8;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 800;
}
.product-card > a {
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.fwa-audience {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.audience-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
  display: grid;
}
.audience-grid h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.audience-grid > div:first-child > p:not(.eyebrow) {
  color: #bdbdc4;
  line-height: 1.8;
}
.audience-list {
  border-top: 1px solid #4a4a54;
}
.audience-list article {
  border-bottom: 1px solid #4a4a54;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 25px 0;
  display: grid;
}
.audience-list article > span {
  color: #df7950;
  font-family: Georgia, serif;
  font-size: 20px;
}
.audience-list h3 {
  margin: 0 0 7px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}
.audience-list p {
  color: #bdbdc4;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.process-heading > h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
}
.process-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 50px 0;
  display: grid;
}
.process-grid article {
  border-top: 3px solid var(--ink);
  padding: 30px 0;
}
.process-grid span {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-weight: 800;
  display: grid;
}
.process-grid h3 {
  margin: 30px 0 10px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}
.process-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.center-cta {
  text-align: center;
  background: #efebe4;
  padding: 38px;
}
.center-cta p {
  color: var(--muted);
  margin: 15px 0 0;
  font-size: 12px;
}
.service-overview {
  border-bottom: 1px solid var(--line);
  background: #ebe8e2;
  padding: 95px 0;
}
.competence-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
}
.competence-grid a {
  background: #fff;
  min-height: 245px;
  padding: 25px;
  transition:
    background 0.2s,
    color 0.2s;
}
.competence-grid a:hover {
  background: var(--ink);
  color: #fff;
}
.competence-grid span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 17px;
}
.competence-grid h3 {
  margin: 45px 0 10px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}
.competence-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.competence-grid a:hover p {
  color: #c7c7cd;
}
.project-card {
  min-height: 285px;
  position: relative;
  overflow: hidden;
}
.project-index {
  color: #e0ddd6;
  font-family: Georgia, serif;
  font-size: 42px;
  position: absolute;
  top: 16px;
  right: 20px;
}
.project-card .eyebrow {
  z-index: 1;
  position: relative;
}
.project-place {
  color: var(--orange-dark);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: -8px 0 17px;
  font-size: 10px;
  font-weight: 800;
}
.project-card small {
  border-top: 1px solid var(--line);
  color: #83838a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.reference-note {
  background: var(--ink);
  color: #fff;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
  margin-top: 60px;
  padding: 45px;
  display: grid;
}
.reference-note h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
}
.reference-note > p {
  color: #c7c7cc;
  margin: 0;
  line-height: 1.75;
}
.fwa-proof {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.fwa-proof .split-heading > p {
  color: #c7c7cd;
}
.proof-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}
.proof-grid article {
  background: #303039;
  border: 1px solid #4a4a54;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 420px;
  display: grid;
  overflow: hidden;
}
.proof-image {
  background: linear-gradient(145deg, #18181e, #3b3b46);
  justify-content: center;
  align-items: flex-start;
  min-height: 420px;
  padding: 30px 18px 0;
  display: flex;
  overflow: hidden;
}
.proof-image img {
  object-fit: contain;
  object-position: top;
  width: 95%;
  height: auto;
  max-height: 520px;
  transform: rotate(-1deg);
  box-shadow: 0 18px 45px #00000073;
}
.proof-grid article > div:last-child {
  align-self: center;
  padding: 35px 28px;
}
.proof-grid span {
  color: #e58c67;
  letter-spacing: 0.14em;
  font-size: 9px;
  font-weight: 800;
}
.proof-grid h3 {
  margin: 28px 0 15px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}
.proof-grid p {
  color: #c2c2c8;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.proof-cta {
  background: #2b2b34;
  border: 1px solid #4a4a54;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-top: 22px;
  padding: 30px 34px;
  display: flex;
}
.proof-cta strong {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}
.proof-cta p {
  color: #bdbdc4;
  margin: 7px 0 0;
  font-size: 13px;
}
.supply-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.supply-grid article {
  border: 1px solid var(--line);
  background: #fff;
  min-height: 275px;
  padding: 28px;
}
.supply-grid article > span {
  color: #c8c3ba;
  font-family: Georgia, serif;
  font-size: 34px;
}
.supply-grid small {
  color: var(--orange-dark);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 28px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.supply-grid h3 {
  margin: 9px 0 13px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}
.supply-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.intro-note {
  border-left: 4px solid var(--orange);
  background: #ebe7df;
  grid-template-columns: 0.5fr 1.2fr auto;
  align-items: center;
  gap: 35px;
  margin-top: 20px;
  padding: 28px 32px;
  display: grid;
}
.intro-note p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.intro-note a {
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-weight: 800;
}
.inquiry-section {
  background: #ebe8e2;
  padding: 90px 0;
}
.inquiry-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.inquiry-grid article {
  border-top: 3px solid var(--ink);
  background: #fff;
  flex-direction: column;
  min-height: 315px;
  padding: 30px;
  display: flex;
}
.inquiry-grid article:nth-child(2) {
  border-color: var(--orange);
}
.inquiry-grid span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 19px;
}
.inquiry-grid h3 {
  margin: 42px 0 14px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}
.inquiry-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.inquiry-grid a {
  color: var(--orange-dark);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 11px;
  font-weight: 800;
}
.case-section {
  color: #fff;
  background: #24242d;
  padding: 100px 0;
}
.case-section .split-heading > p {
  color: #c7c7cd;
}
.case-list {
  gap: 26px;
  display: grid;
}
.case-study {
  background: #2e2e37;
  border: 1px solid #4c4c56;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 500px;
  display: grid;
  overflow: hidden;
}
.case-study:nth-child(2n) {
  grid-template-columns: 1.2fr 0.8fr;
}
.case-study:nth-child(2n) .case-image {
  order: 2;
}
.case-image {
  background: linear-gradient(145deg, #18181e, #3b3b46);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 34px;
  display: flex;
  overflow: hidden;
}
.case-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 560px;
  box-shadow: 0 18px 45px #0006;
}
.case-study:first-child .case-image img,
.case-study:last-child .case-image img {
  object-fit: contain;
  object-position: top;
  background: #fff;
}
.case-copy {
  align-self: center;
  padding: 48px;
}
.case-kicker {
  align-items: center;
  gap: 18px;
  display: flex;
}
.case-kicker span {
  color: #e6845d;
  font-family: Georgia, serif;
  font-size: 24px;
}
.case-kicker small {
  color: #e39a7e;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.case-copy h3 {
  margin: 30px 0 28px;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
}
.case-copy dl {
  margin: 0;
}
.case-copy dl > div {
  border-top: 1px solid #4c4c56;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 17px 0;
  display: grid;
}
.case-copy dt {
  color: #e6845d;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.case-copy dd {
  color: #c7c7cd;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.field-side p small {
  color: #8f8f98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 13px;
  font-size: 9px;
  display: block;
}
@media (max-width: 960px) {
  .main-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 25px;
    display: none;
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav > a:not(.nav-cta) {
    padding: 15px 0;
  }
  .menu-button {
    display: block;
  }
  .hero-grid,
  .analytics-grid,
  .profile-teaser,
  .content-grid,
  .contact-grid,
  .contact-layout,
  .bridge-grid,
  .fwa-hero-grid,
  .specialist-grid,
  .hydrant-layout,
  .audience-grid,
  .partner-grid,
  .international-grid {
    grid-template-columns: 1fr;
  }
  .home-hero,
  .hero-grid {
    min-height: 0;
  }
  .hero-copy {
    padding: 70px 0 50px;
  }
  .hero-visual {
    min-height: 620px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card {
    min-height: 350px;
  }
  .analytics-grid,
  .profile-teaser {
    gap: 55px;
  }
  .profile-card {
    width: 100%;
    max-width: 560px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .product-grid,
  .project-grid,
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bridge-grid {
    gap: 45px;
  }
  .main-nav {
    top: 118px;
  }
  .specialist-image {
    min-height: 480px;
  }
  .field-visual-grid {
    grid-template-columns: 1fr;
  }
  .field-side {
    grid-template-rows: auto;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .value-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .audience-grid,
  .partner-grid,
  .international-grid {
    gap: 45px;
  }
  .output-grid {
    grid-template-columns: 1fr 1fr;
  }
  .output-card:last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 11px);
  }
  .competence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .supply-grid,
  .inquiry-grid,
  .intro-note {
    grid-template-columns: 1fr 1fr;
  }
  .intro-note a {
    grid-column: 1/-1;
  }
  .reference-note {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .case-study,
  .case-study:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  .case-study:nth-child(2n) .case-image {
    order: 0;
  }
  .case-image {
    min-height: 420px;
  }
  .contact-layout {
    gap: 42px;
  }
  .contact-form {
    padding: 28px;
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .utility-inner span {
    display: none;
  }
  .utility-inner {
    justify-content: flex-end;
  }
  .nav-shell {
    min-height: 76px;
  }
  .main-nav {
    top: 106px;
  }
  .brand img {
    width: 205px;
  }
  .hero-copy {
    padding-top: 54px;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .button-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .hero-facts {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
  }
  .hero-facts > div,
  .hero-facts strong,
  .hero-facts span {
    display: block;
  }
  .hero-visual {
    min-height: 520px;
  }
  .trust-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    padding: 18px 0;
  }
  .section {
    padding-block: 75px;
  }
  .analytics-band,
  .bridge-section,
  .hydrant-section,
  .fwa-audience,
  .partner-section,
  .international-section,
  .outputs-section,
  .fwa-proof,
  .service-overview,
  .inquiry-section,
  .case-section {
    padding: 75px 0;
  }
  .service-grid,
  .bridge-cards,
  .output-grid,
  .competence-grid,
  .proof-grid,
  .supply-grid,
  .inquiry-grid {
    grid-template-columns: 1fr;
  }
  .output-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .output-preview {
    height: 330px;
  }
  .metric-row {
    grid-template-columns: 1fr;
  }
  .chart-lines {
    height: 110px;
  }
  .analytics-showcase {
    padding-top: 70px;
    padding-left: 0;
  }
  .analytics-badge {
    left: 12px;
  }
  .profile-teaser {
    gap: 45px;
  }
  .profile-card {
    max-height: 440px;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .legal-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
  }
  .content-grid {
    gap: 30px;
  }
  .detail-grid,
  .product-grid,
  .project-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  .page-hero {
    padding: 70px 0 58px;
  }
  .page-lead {
    font-size: 17px;
  }
  .fwa-visual {
    min-height: 410px;
  }
  .fwa-visual:before {
    width: 340px;
    height: 340px;
  }
  .fwa-visual > img {
    width: 210px;
    height: 210px;
  }
  .fwa-visual > div {
    left: 0;
    right: auto;
  }
  .photo-label {
    left: 20px;
    right: 20px;
  }
  .specialist-strip {
    padding-bottom: 75px;
  }
  .specialist-image {
    min-height: 340px;
  }
  .specialist-copy {
    padding: 35px 25px;
  }
  .mini-facts {
    flex-direction: column;
    gap: 15px;
  }
  .hydrant-gallery {
    gap: 7px;
  }
  .hydrant-gallery img {
    border-width: 4px;
  }
  .field-main {
    min-height: 390px;
  }
  .field-side {
    grid-template-columns: 1fr;
  }
  .field-side img {
    min-height: 300px;
  }
  .value-grid article {
    min-height: 240px;
  }
  .process-grid {
    gap: 0;
  }
  .proof-grid article {
    grid-template-columns: 1fr;
  }
  .proof-image {
    min-height: 340px;
  }
  .proof-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro-note {
    grid-template-columns: 1fr;
  }
  .intro-note a {
    grid-column: auto;
  }
  .reference-note {
    padding: 30px;
  }
  .case-copy {
    padding: 30px 24px;
  }
  .case-copy h3 {
    font-size: 29px;
  }
  .case-copy dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .case-image {
    min-height: 320px;
    padding: 18px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form .form-full {
    grid-column: auto;
  }
  .contact-form {
    padding: 22px;
  }
}

/* R10 typography test: Aptos-first, consistently sans-serif and upright. */
body,
body *,
body *::before,
body *::after {
  font-family: Aptos, "Segoe UI", Arial, sans-serif !important;
}

em,
i,
cite,
dfn,
address,
blockquote {
  font-style: normal !important;
}
