/* ==========================================================================
   Strata Digital — Fusion theme layer
   Loaded LAST, after strataindex.css / strata.css. Additive only: this file
   restyles the existing markup to match the Fusion design system and does not
   replace any existing stylesheet. Remove the one <link> in meta_header.php
   to revert completely.

   System: Geist + JetBrains Mono · #47307E · no italics, no shadows,
   no gradient borders. Register: operator-grade, not template.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --fx-purple:      #47307E;
  --fx-purple-dark: #2e1f5a;
  --fx-wash:        rgba(71, 48, 126, 0.06);

  --fx-bg:          #ffffff;
  --fx-surface:     #f6f5f1;
  --fx-surface-2:   #ecebe5;

  --fx-text:        #0a0a0a;
  --fx-text-2:      #2a2a2a;
  --fx-text-3:      #6a6a66;

  --fx-hair:        #e5e3db;
  --fx-hair-2:      #c8c5b9;

  --fx-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --fx-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* ------------------------------------------------------------------ base -- */

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--fx-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.011em;
  color: var(--fx-text-2);
  background: var(--fx-bg);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}

/* the system forbids italics anywhere */
body i, body em, body cite, body address { font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--fx-sans);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.08;
  color: var(--fx-text);
}

p { line-height: 1.62; }

a { color: var(--fx-purple); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* the legacy accent class renders teal; bring it onto the brand purple */
a.strata-blue,
b.strata-blue,
.strata-blue {
  color: var(--fx-purple);
  font-weight: 500;
}
a.strata-blue:hover { color: var(--fx-purple-dark); }

/* ---------------------------------------------------------------- header -- */

nav#n1 a,
#dd-navigation a {
  font-family: var(--fx-mono);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: var(--fx-text-2);
}
nav#n1 a:hover,
#dd-navigation a:hover { color: var(--fx-purple); text-decoration: none; }

/* --------------------------------------------------------- intro section -- */

#introduction-digital-services { padding: clamp(16px, 2vw, 30px) 0 clamp(10px, 1.2vw, 16px); }

h3#featured-highlighted {
  font-family: var(--fx-sans);
  font-size: clamp(26px, 3.4vw, 42px) !important;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: -0.026em;
  color: var(--fx-text) !important;
  margin: 0;
}

h3#featured-highlighted a,
h3#featured-highlighted a.strata-blue {
  color: var(--fx-purple) !important;
  font-weight: 500;
  border-bottom: 1px solid var(--fx-hair-2);
}
h3#featured-highlighted a:hover { border-bottom-color: var(--fx-purple); text-decoration: none; }

/* supporting paragraph — a step down from the lead so the hierarchy reads */
p#featured-secondary {
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.02em;
  color: var(--fx-text-2);
}
p#featured-secondary a,
p#featured-secondary a.strata-blue {
  color: var(--fx-purple);
  font-weight: 500;
  border-bottom: 1px solid var(--fx-hair-2);
}
p#featured-secondary a:hover { border-bottom-color: var(--fx-purple); text-decoration: none; }

/* --------------------------------------------------------------- contact -- */

#contact-0-0-container { padding: clamp(16px, 2vw, 30px) 0 clamp(40px, 5vw, 70px); }

h2#contact-a-1 {
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--fx-text);
  margin: 0 0 18px;
}

p#contact-a-2, p#contact-a-3, .contact-a-c-1 {
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  letter-spacing: -0.014em;
  color: var(--fx-text-2);
  margin: 0 0 10px;
}
p#contact-a-2 a, .contact-a-c-1 a {
  color: var(--fx-purple);
  font-weight: 500;
  border-bottom: 1px solid var(--fx-hair-2);
}
p#contact-a-2 a:hover, .contact-a-c-1 a:hover {
  border-bottom-color: var(--fx-purple);
  text-decoration: none;
}
p#contact-a-3 { color: var(--fx-text-3); }

/* --- enquiry form ------------------------------------------------------- */

#enquiry-form {
  margin-top: clamp(28px, 3.5vw, 44px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid var(--fx-hair);
  max-width: 720px;
}

#enquiry-form .formfield,
#enquiry-form input[type="text"],
#enquiry-form textarea {
  font-family: var(--fx-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--fx-text);
  background: var(--fx-bg);
  border: 1px solid var(--fx-hair-2);
  border-radius: 0;
  padding: 13px 15px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 120ms ease;
}
#enquiry-form .formfield:focus,
#enquiry-form input[type="text"]:focus,
#enquiry-form textarea:focus { border-color: var(--fx-purple); }

#enquiry-form ::placeholder { color: var(--fx-text-3); opacity: 1; }
#enquiry-form textarea { resize: vertical; min-height: 130px; }

/* the checkbox consent line */
#enquiry-form .mt-checkbox,
#enquiry-form label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fx-text-3);
  letter-spacing: -0.006em;
}

/* submit is an <a> driven by JS — style only, behaviour untouched */
#btn-submit,
#enquiry-form a.btn {
  display: inline-block;
  font-family: var(--fx-mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  color: #fff;
  background: var(--fx-purple);
  border: 1px solid var(--fx-purple);
  border-radius: 0;
  padding: 15px 30px;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
}
#btn-submit:hover,
#enquiry-form a.btn:hover {
  background: var(--fx-purple-dark);
  border-color: var(--fx-purple-dark);
  color: #fff;
  text-decoration: none;
}

/* ---------------------------------------------------------------- footer -- */

footer#ft1 {
  background: transparent;
  padding: 0 0 30px;
}

/* the footer logo block renders as an empty band above the separator */
#ft1-2-logo-elements { margin: 0; padding: 0; }
footer#ft1, footer#ft1 li, footer#ft1 a {
  font-family: var(--fx-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--fx-text-3);
}
footer#ft1 a:hover { color: var(--fx-purple); text-decoration: none; }

/* strataindex.css already gives this a border-top; adding a background+height
   here rendered it as two stacked 1px lines. Recolour the existing border only. */
.hz-sep-thin-ftr-1 {
  border-top-color: var(--fx-hair) !important;
  margin: 10px 0 12px !important;
}

/* ------------------------------------------------------------- cleanups -- */

/* the system forbids shadows and gradient borders */
#container *, footer#ft1 * { box-shadow: none !important; }

/* ----------------------------------------------------------- responsive -- */

@media (max-width: 760px) {
  body { font-size: 16px; }
}
