@charset "UTF-8";
/*!
Theme Name: Jellyworks Template
Description: Bespoke ACF Gutenberg block theme built for CNTL Ltd by Jellyworks.
Author: Jellyworks Studio
Author URI: https://jellyworks.co.uk
Version: 1.0.0
Text Domain: jellyworks-template
Requires PHP: 7.4
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

:root {
  --section-spacing: 12rem;
  --header-height: 98px;
}
@media (max-width: 1180px) {
  :root {
    --section-spacing: 8rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --section-spacing: 6rem;
    --header-height: 84px;
  }
}
@media (max-width: 640px) {
  :root {
    --section-spacing: 4.5rem;
    --header-height: 72px;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  color: #191b1f;
  background-color: #f3f2ef;
  scroll-behavior: smooth;
}

section {
  margin-block: var(--section-spacing);
}
section:first-child {
  margin-top: 0;
}
section:last-of-type {
  margin-bottom: 0;
}

.width-wrapper {
  max-width: 1520px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .width-wrapper {
    padding: 0 25px;
  }
}

.width-wrapper--narrow {
  max-width: 960px;
}

.eyebrow {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f6ea8;
  margin-bottom: 1.6rem;
}

.section--on-dark .eyebrow {
  color: #9aa0aa;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191b1f;
  font-weight: 700;
}

h1 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.005em;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.2rem;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.9rem;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  font-weight: 600;
}
h6 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  font-weight: 600;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.intro {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .intro {
    font-size: 2rem;
  }
}

hr {
  background-color: #d9d8d4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #1f6ea8;
  font-weight: 700;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
  border-collapse: collapse;
}
table th,
table td {
  padding: 12px 16px;
  text-align: left;
}
table th + th,
table td + td {
  text-align: right;
}
table thead th {
  background: #191b1f;
  color: #ffffff;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #d9d8d4;
}
table:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus-visible {
  color: #1f6ea8;
}
a:focus-visible {
  outline: 2px solid #1f6ea8;
  outline-offset: 3px;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  background: #191b1f;
  border: 1px solid #191b1f;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 15px 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.button::after {
  content: "";
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 14px;
  flex-shrink: 0;
  filter: invert(1);
  transition: transform 0.25s ease;
}
.button:hover, .button:focus-visible {
  background: #1f6ea8;
  border-color: #1f6ea8;
}
.button:hover::after, .button:focus-visible::after {
  transform: translateX(4px);
}
.button--outline {
  background: transparent;
  color: #191b1f;
  border-color: #191b1f;
}
.button--outline::after {
  filter: none;
}
.button--outline:hover, .button--outline:focus-visible {
  background: #191b1f;
  color: #ffffff;
  border-color: #191b1f;
}
.button--outline:hover::after, .button--outline:focus-visible::after {
  filter: invert(1);
}
.button--on-dark {
  background: #ffffff;
  color: #191b1f;
  border-color: #ffffff;
}
.button--on-dark::after {
  filter: none;
}
.button--on-dark:hover, .button--on-dark:focus-visible {
  background: #1f6ea8;
  border-color: #1f6ea8;
  color: #ffffff;
}
.button--on-dark:hover::after, .button--on-dark:focus-visible::after {
  filter: invert(1);
}
.button--outline-on-dark {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}
.button--outline-on-dark::after {
  filter: invert(1);
}
.button--outline-on-dark:hover, .button--outline-on-dark:focus-visible {
  background: #ffffff;
  color: #191b1f;
  border-color: #ffffff;
}
.button--outline-on-dark:hover::after, .button--outline-on-dark:focus-visible::after {
  filter: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.custom-file-upload,
textarea,
select {
  color: #191b1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  padding: 13px 16px;
  width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #d9d8d4;
  transition: border-color 0.2s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.custom-file-upload:focus,
textarea:focus,
select:focus {
  color: #191b1f;
  outline: none;
  border-color: #1f6ea8;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
.custom-file-upload::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6b6f76;
  opacity: 1;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=range].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=month].wpcf7-not-valid,
input[type=week].wpcf7-not-valid,
input[type=time].wpcf7-not-valid,
input[type=datetime].wpcf7-not-valid,
input[type=datetime-local].wpcf7-not-valid,
input[type=color].wpcf7-not-valid,
.custom-file-upload.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #d8202a;
}
input[type=text].wpcf7-not-valid::placeholder,
input[type=email].wpcf7-not-valid::placeholder,
input[type=url].wpcf7-not-valid::placeholder,
input[type=password].wpcf7-not-valid::placeholder,
input[type=search].wpcf7-not-valid::placeholder,
input[type=number].wpcf7-not-valid::placeholder,
input[type=tel].wpcf7-not-valid::placeholder,
input[type=range].wpcf7-not-valid::placeholder,
input[type=date].wpcf7-not-valid::placeholder,
input[type=month].wpcf7-not-valid::placeholder,
input[type=week].wpcf7-not-valid::placeholder,
input[type=time].wpcf7-not-valid::placeholder,
input[type=datetime].wpcf7-not-valid::placeholder,
input[type=datetime-local].wpcf7-not-valid::placeholder,
input[type=color].wpcf7-not-valid::placeholder,
.custom-file-upload.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder,
select.wpcf7-not-valid::placeholder {
  color: #d8202a;
  opacity: 1;
}

label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.wpcf7-not-valid-tip {
  color: #d8202a;
  font-size: 1.3rem;
  margin-top: 6px;
}

.wpcf7-spinner {
  position: absolute;
  opacity: 0;
}

.wpcf7-response-output {
  border: 1px solid #d9d8d4 !important;
  margin: 20px 0 0 !important;
  padding: 14px 16px !important;
  font-size: 1.4rem;
}

textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
}

input[type=submit] {
  color: #ffffff;
  background-color: #191b1f;
  border: 1px solid #191b1f;
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
input[type=submit]:hover {
  background-color: #1f6ea8;
  border-color: #1f6ea8;
}

.header-spacer {
  height: var(--header-height);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(243, 242, 239, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #d9d8d4;
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-header__logo img {
  height: 46px;
  width: auto;
}
@media (max-width: 1024px) {
  .site-header__logo img {
    height: 38px;
  }
}
.site-header__wordmark {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.site-header__phone {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.4rem;
  white-space: nowrap;
}
.site-header__phone:hover, .site-header__phone:focus-visible {
  color: #1f6ea8;
}
@media (max-width: 1180px) {
  .site-header__phone {
    display: none;
  }
}
.site-header__cta {
  padding: 12px 18px;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .site-header__cta {
    padding: 10px 14px;
  }
  .site-header__cta::after {
    display: none;
  }
}

.main-navigation__list {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation__list a {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
}
.main-navigation__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: #1f6ea8;
  transition: right 0.25s ease;
}
.main-navigation__list a:hover, .main-navigation__list a:focus-visible {
  color: #191b1f;
}
.main-navigation__list a:hover::after, .main-navigation__list a:focus-visible::after {
  right: 0;
}
.main-navigation__list .current-menu-item > a::after,
.main-navigation__list .current_page_item > a::after {
  right: 0;
}
.main-navigation__contact {
  display: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #191b1f;
}
.menu-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}
.menu-toggle__icon--close {
  display: none;
}
.site-header.active .menu-toggle .menu-toggle__icon--open {
  display: none;
}
.site-header.active .menu-toggle .menu-toggle__icon--close {
  display: block;
}

@media (max-width: 1024px) {
  .site-header__actions {
    gap: 12px;
  }
  .menu-toggle {
    display: flex;
  }
  .main-navigation {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - var(--header-height));
    background: #191b1f;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    overflow-y: auto;
  }
  .site-header.active .main-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-navigation__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 3.2rem 2.5rem 2rem;
  }
  .main-navigation__list li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .main-navigation__list a {
    width: 100%;
    padding: 1.8rem 0;
    color: #ffffff;
    font-size: 1.5rem;
  }
  .main-navigation__list a::after {
    display: none;
  }
  .main-navigation__list a:hover, .main-navigation__list a:focus-visible {
    color: #1f6ea8;
  }
  .main-navigation__contact {
    display: block;
    padding: 2rem 2.5rem;
  }
  .main-navigation__contact a {
    font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-size: 1.6rem;
    color: #ffffff;
  }
}
.site-footer {
  background: #191b1f;
  color: #9aa0aa;
  padding-block: 8rem 3rem;
  margin-top: var(--section-spacing);
}
@media (max-width: 1024px) {
  .site-footer {
    padding-block: 6rem 2.4rem;
  }
}
.site-footer a {
  color: #ffffff;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 921px) {
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
@media (max-width: 921px) {
  .site-footer__brand {
    grid-column: 1/-1;
  }
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 1.6rem;
}
.site-footer__logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.site-footer__tagline {
  font-size: 1.5rem;
  color: #9aa0aa;
  max-width: 32ch;
  margin: 0;
}
.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.site-footer__nav-list a {
  font-size: 1.5rem;
}
.site-footer__nav-list a:hover, .site-footer__nav-list a:focus-visible {
  color: #1f6ea8;
}
.site-footer__contact dt {
  color: #9aa0aa;
}
.site-footer__contact dd {
  color: #ffffff;
}
.site-footer__accreditations {
  display: flex;
  justify-content: flex-start;
  padding: 4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.site-footer__accreditations img {
  background: #ffffff;
  padding: 14px 22px;
  height: auto;
  max-width: 100%;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2.4rem;
  font-size: 1.3rem;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
  color: #1f6ea8;
}

.sticky-enquire {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 90;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.sticky-enquire.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .sticky-enquire {
    right: 1.6rem;
    bottom: 1.6rem;
    padding: 13px 16px;
  }
  .sticky-enquire::after {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__content > * {
    opacity: 0;
    animation: slideUp 0.7s ease forwards;
  }
  .hero__content > *:nth-child(1) {
    animation-delay: 0.08s;
  }
  .hero__content > *:nth-child(2) {
    animation-delay: 0.16s;
  }
  .hero__content > *:nth-child(3) {
    animation-delay: 0.24s;
  }
  .hero__content > *:nth-child(4) {
    animation-delay: 0.32s;
  }
  .hero__content > *:nth-child(5) {
    animation-delay: 0.4s;
  }
  .hero__content > *:nth-child(6) {
    animation-delay: 0.48s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-detail dt {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b6f76;
  font-weight: 500;
}
.contact-detail dd {
  margin: 0 0 1.6em;
  font-size: 1.7rem;
}
.contact-detail dd a:hover,
.contact-detail dd a:focus-visible {
  color: #1f6ea8;
}
.section--on-dark .contact-detail dt {
  color: #9aa0aa;
}

ul.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
ul.slick-dots li {
  margin: 0;
  padding: 0;
}
ul.slick-dots li button {
  border: none;
  background: none;
  color: transparent;
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #1f6ea8;
  border-radius: 0;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #1f6ea8;
}
ul.slick-dots li:before {
  content: none;
}

.plain-content {
  margin: 120px 0;
}
.plain-content .plain-content-inner h1, .plain-content .plain-content-inner h2, .plain-content .plain-content-inner h3, .plain-content .plain-content-inner h4, .plain-content .plain-content-inner h5, .plain-content .plain-content-inner h6 {
  margin-bottom: 30px;
}
.plain-content .plain-content-inner p {
  max-width: 900px;
}
.plain-content .plain-content-inner ul {
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .plain-content {
    margin: 90px 0;
  }
}
@media (max-width: 1024px) {
  .plain-content {
    margin: 60px 0;
  }
}
@media (max-width: 921px) {
  .plain-content {
    margin: 30px 0 60px;
  }
}

.hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .hero {
    padding-top: 3.5rem;
  }
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1180px) {
  .hero__inner {
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
}
.hero__content h1 {
  margin-bottom: 2.4rem;
}
.hero__content .intro {
  max-width: 52ch;
  color: #6b6f76;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 3.2rem 0;
}
.hero__facts {
  display: flex;
  gap: 3.6rem;
  margin: 4rem 0 0;
  padding-top: 3.2rem;
  border-top: 1px solid #d9d8d4;
}
@media (max-width: 640px) {
  .hero__facts {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
.hero__fact dt {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 2.4rem;
  font-weight: 500;
  color: #191b1f;
  margin-bottom: 4px;
}
.hero__fact dd {
  margin: 0;
  font-size: 1.3rem;
  color: #6b6f76;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero__media {
  position: relative;
  aspect-ratio: 4/5;
}
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media::before, .hero__media::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid #1f6ea8;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero__media::before, .hero__media::after {
    display: none;
  }
}
.hero__media::before {
  top: -1.2rem;
  left: -1.2rem;
  border-right: 0;
  border-bottom: 0;
}
.hero__media::after {
  bottom: -1.2rem;
  right: -1.2rem;
  border-left: 0;
  border-top: 0;
}
@media (max-width: 1024px) {
  .hero__media {
    aspect-ratio: 4/3;
  }
}

.page-header {
  padding-top: 6rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .page-header {
    padding-top: 3.5rem;
  }
}
.page-header__inner {
  max-width: 780px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d9d8d4;
}
.page-header .intro {
  color: #6b6f76;
  margin-bottom: 0;
}

.intro-split__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1180px) {
  .intro-split__inner {
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .intro-split__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.intro-split__content {
  max-width: 560px;
}
.intro-split__body {
  color: #6b6f76;
}
.intro-split__body p:last-child {
  margin-bottom: 0;
}
.intro-split__highlights {
  margin-top: 2.8rem;
}
.intro-split__highlights li {
  font-size: 1.6rem;
}
.intro-split__media {
  position: relative;
}
.intro-split__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.intro-split__media::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 4px;
  background: #1f6ea8;
  margin-top: 1.6rem;
}
.intro-split--image-left .intro-split__media {
  order: -1;
}
@media (max-width: 1024px) {
  .intro-split--image-left .intro-split__media {
    order: 0;
  }
}

.services-index__row {
  display: grid;
  grid-template-columns: 9rem 1fr 1fr;
  gap: 4.8rem;
  align-items: center;
  padding: 5.6rem 0;
  border-top: 1px solid #d9d8d4;
  scroll-margin-top: calc(var(--header-height) + 2.4rem);
}
.services-index__row:first-child {
  border-top: 0;
  padding-top: 0;
}
.services-index__row:last-child {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .services-index__row {
    grid-template-columns: 6rem 1fr 1fr;
    gap: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .services-index__row {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 0;
  }
}
.services-index__number {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 2.8rem;
  font-weight: 500;
  color: #d9d8d4;
  align-self: start;
}
@media (max-width: 1024px) {
  .services-index__number {
    font-size: 1.4rem;
    color: #1f6ea8;
  }
}
.services-index__content h3 {
  margin-bottom: 1.4rem;
}
.services-index__content p {
  color: #6b6f76;
  max-width: 46ch;
}
.services-index__bullets {
  margin-top: 2rem;
}
.services-index__bullets li {
  font-size: 1.5rem;
}
.services-index__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.services-index__row:nth-child(even) .services-index__content {
  order: 2;
}
.services-index__row:nth-child(even) .services-index__media {
  order: 1;
}
@media (max-width: 1024px) {
  .services-index__row:nth-child(even) .services-index__content,
  .services-index__row:nth-child(even) .services-index__media {
    order: 0;
  }
}

.card-grid__header {
  max-width: 680px;
  margin-bottom: 5rem;
}
.card-grid__header .intro {
  color: #6b6f76;
  margin-bottom: 0;
}
.card-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.card-grid__list--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1180px) {
  .card-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid__list--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .card-grid__list {
    grid-template-columns: 1fr;
  }
}
.card-grid__card {
  background: #f3f2ef;
  border: 1px solid #d9d8d4;
  display: flex;
  flex-direction: column;
}
.card-grid__media {
  overflow: hidden;
}
.card-grid__media img {
  width: 100%;
  aspect-ratio: 6/5;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card-grid__card:hover .card-grid__media img {
  transform: scale(1.06);
}
.card-grid__body {
  padding: 2.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-grid__body h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.card-grid__body p {
  color: #6b6f76;
  font-size: 1.5rem;
  margin-bottom: 0;
  flex: 1;
}
.card-grid__link {
  display: inline-block;
  margin-top: 1.6rem;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1f6ea8;
  align-self: flex-start;
}
.card-grid__link:hover, .card-grid__link:focus-visible {
  color: #191b1f;
}

.logo-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem 4rem;
  padding: 3.6rem 0;
  border-top: 1px solid #d9d8d4;
  border-bottom: 1px solid #d9d8d4;
}
.logo-strip__heading {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b6f76;
  flex-shrink: 0;
}
.logo-strip__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.logo-strip__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.4rem;
  padding: 1.2rem 2.4rem;
  background: #ffffff;
  border: 1px solid #d9d8d4;
}
.logo-strip__list img {
  max-height: 3.6rem;
  max-width: 12rem;
  width: auto;
  height: 3.6rem;
  object-fit: contain;
}

.statement {
  position: relative;
  margin-block: 0;
  padding-block: var(--section-spacing);
  background: #191b1f;
  overflow: hidden;
}
.statement__media {
  position: absolute;
  inset: 0;
}
.statement__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.statement__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 27, 31, 0.75) 0%, rgba(25, 27, 31, 0.9) 100%);
}
.statement__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.statement__quote {
  font-family: "Open Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1024px) {
  .statement__quote {
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .statement__quote {
    font-size: 2rem;
  }
}
.statement__attribution {
  margin: 2.4rem 0 0;
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9aa0aa;
}
.statement .eyebrow {
  text-align: center;
}

.cta-banner {
  margin-block: 0;
  padding-block: 7rem;
  background: #191b1f;
}
.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta-banner__content {
  max-width: 640px;
}
.cta-banner__content h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-banner__content p {
  color: #9aa0aa;
  margin-bottom: 0;
}
.cta-banner__actions {
  display: flex;
  gap: 1.6rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.contact-block__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .contact-block__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.contact-block__details .contact-detail {
  margin-bottom: 3.2rem;
}
.contact-block__map {
  aspect-ratio: 4/3;
  border: 1px solid #d9d8d4;
}
.contact-block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-block__form {
  background: #ffffff;
  border: 1px solid #d9d8d4;
  padding: 4rem;
}
@media (max-width: 640px) {
  .contact-block__form {
    padding: 2.8rem 2.4rem;
  }
}
.contact-block__form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 2rem;
}
.contact-block__form p {
  margin-bottom: 2rem;
}
